This version:
Latest published version: http://www.QUDT.org/doc/2025/12/DOC_VOCAB-UNITS-ALL.html
Previous published version: https://qudt.org/doc/2025/11/DOC_VOCAB-UNITS-ALL.html
Editor: Ralph Hodgson, TopQuadrant, Inc
Contributors: Jack Hodges, Simon J D Cox, Steve Ray
Last Modified: 2025-12-16T18:34:58Z
Copyright © 2011 - 2025 QUDT.org , All Rights Reserved.
Generated by SWP using lmdoc version 1.1
A list of graphs imported by http://qudt.org/3.1.9/vocab/unit is shown below.
| Graph URI | Intent |
|---|---|
| http://qudt.org/3.1.9/schema/facade/qudt | |
| http://qudt.org/3.1.9/vocab/prefix | Provides a vocabulary of prefixes for both human and machine use |
| http://qudt.org/3.1.9/vocab/quantitykind | Provides a vocabulary of all quantity kinds. |
| http://qudt.org/3.1.9/vocab/sou | The intent of this graph is the specification of all Systems of Units |
The graph uses 5 resources from other graphs that are not imported, as listed below:
The main namespace for resources in this graph is http://qudt.org/vocab/unit/ with the prefix unit.
No Classes defined in this graph
No Properties defined in this graph
The graph defines, or extends, 2898 instances, as indexed below:
No restricted datatypes defined in this graph
<http://qudt.org/vocab/unit/2PiRAD>
URI: http://qudt.org/vocab/unit/2PiRAD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/2PiRAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/REV> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "2pirad" ; rdfs:label "2pirad"@en ; .
{"resource":"2pirad"
,"qname":"<http:\/\/qudt.org\/vocab\/unit\/2PiRAD>"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/2PiRAD"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"is replaced by":"unit:REV"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"2pirad"
,"label":"2pirad"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/2PiRAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"isReplacedBy" : "http://qudt.org/vocab/unit/REV",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PlaneAngle", "http://qudt.org/vocab/quantitykind/Angle" ],
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "2pirad", {
"@language" : "en",
"@value" : "2pirad"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A
URI: http://qudt.org/vocab/unit/A
$\textit{Ampere}$, often shortened to $\text{amp}$, is the SI unit of electric current and is one of the seven SI base units defined as: $$\text{A} \equiv \frac{\textit{C}}{\textit{s}} \equiv \frac{\textit{coulomb}}{\textit{second}} \equiv \frac{\text{joule}}{\text{weber}}$$ Note that SI supports only the use of symbols and deprecates the use of any abbreviations for units.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Ampere}$, often shortened to $\\text{amp}$,
is the SI unit of electric current and is one of the seven SI base units defined as:
$$\\text{A} \\equiv \\frac{\\textit{C}}{\\textit{s}}
\\equiv \\frac{\\textit{coulomb}}{\\textit{second}}
\\equiv \\frac{\\text{joule}}{\\text{weber}}$$
Note that SI supports only the use of symbols and deprecates the use of any abbreviations for units.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ampere"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurrentLinkage> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DisplacementCurrent> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticTension> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagnetomotiveForce> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalCurrent> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA101" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ampere?oldid=494026699"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA101"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ampere> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/ampere> ;
<http://qudt.org/schema/qudt/symbol> "A" ;
<http://qudt.org/schema/qudt/ucumCode> "A"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "A" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "AMP" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25272> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Amper"@hu ;
rdfs:label "Amper"@pl ;
rdfs:label "Amper"@ro ;
rdfs:label "Amper"@sl ;
rdfs:label "Amper"@tr ;
rdfs:label "Ampere" ;
rdfs:label "Ampere"@de ;
rdfs:label "Ampere"@en ;
rdfs:label "Ampere"@it ;
rdfs:label "Ampere"@ms ;
rdfs:label "Ampere"@pt ;
rdfs:label "Amperio"@es ;
rdfs:label "Amperium"@la ;
rdfs:label "Ampère"@fr ;
rdfs:label "Ampér"@cs ;
rdfs:label "Αμπέρ"@el ;
rdfs:label "Ампер"@bg ;
rdfs:label "Ампер"@ru ;
rdfs:label "אמפר"@he ;
rdfs:label "آمپر"@fa ;
rdfs:label "أمبير"@ar ;
rdfs:label "एम्पीयर"@hi ;
rdfs:label "アンペア"@ja ;
rdfs:label "安培"@zh ;
<http://www.w3.org/2004/02/skos/core#altLabel> "amp" ;
.
{"resource":"Ampere"
,"qname":"unit:A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A"
,"properties":["Individual from SI Reference Point":"si-unit:ampere"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25272>"
,"alternative label":"amp"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ampere"
,"description":"$\\textit{Ampere}$, often shortened to $\\text{amp}$, \nis the SI unit of electric current and is one of the seven SI base units defined as:\n\n$$\\text{A} \\equiv \\frac{\\textit{C}}{\\textit{s}} \n\\equiv \\frac{\\textit{coulomb}}{\\textit{second}} \n\\equiv \\frac{\\text{joule}}{\\text{weber}}$$\n\nNote that SI supports only the use of symbols and deprecates the use of any abbreviations for units.\n"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:CurrentLinkage"
,"has quantity kind":"quantitykind:DisplacementCurrent"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"has quantity kind":"quantitykind:ElectricCurrentPhasor"
,"has quantity kind":"quantitykind:MagneticTension"
,"has quantity kind":"quantitykind:MagnetomotiveForce"
,"has quantity kind":"quantitykind:TotalCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA101"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ampere?oldid=494026699"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA101"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper"
,"label":"Amper"
,"label":"Amper"
,"label":"Amper"
,"label":"Amper"
,"label":"Ampere"
,"label":"Ampere"
,"label":"Ampere"
,"label":"Ampere"
,"label":"Ampere"
,"label":"Ampere"
,"label":"Amperio"
,"label":"Amperium"
,"label":"Ampère"
,"label":"Ampér"
,"label":"Αμπέρ"
,"label":"Ампер"
,"label":"Ампер"
,"label":"אמפר"
,"label":"آمپر"
,"label":"أمبير"
,"label":"एम्पीयर"
,"label":"アンペア"
,"label":"安培"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/ampere>"
,"symbol":"A"
,"type":"qudt:Unit"
,"ucum code":"A"
,"udunits code":"A"
,"unece common code":"AMP"
]}
{
"@id" : "http://qudt.org/vocab/unit/A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Ampere}$, often shortened to $\\text{amp}$, \nis the SI unit of electric current and is one of the seven SI base units defined as:\n\n$$\\text{A} \\equiv \\frac{\\textit{C}}{\\textit{s}} \n\\equiv \\frac{\\textit{coulomb}}{\\textit{second}} \n\\equiv \\frac{\\text{joule}}{\\text{weber}}$$\n\nNote that SI supports only the use of symbols and deprecates the use of any abbreviations for units.\n",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Ampere",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagnetomotiveForce", "http://qudt.org/vocab/quantitykind/DisplacementCurrent", "http://qudt.org/vocab/quantitykind/CurrentLinkage", "http://qudt.org/vocab/quantitykind/TotalCurrent", "http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor", "http://qudt.org/vocab/quantitykind/MagneticTension", "http://qudt.org/vocab/quantitykind/ElectricCurrent" ],
"iec61360Code" : "0112/2///62720#UAA101",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA101", "http://en.wikipedia.org/wiki/Ampere?oldid=494026699" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/ampere",
"siExactMatch" : "https://si-digital-framework.org/SI/units/ampere",
"symbol" : "A",
"ucumCode" : "A",
"udunitsCode" : "A",
"uneceCommonCode" : "AMP",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25272",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fa",
"@value" : "آمپر"
}, {
"@language" : "hi",
"@value" : "एम्पीयर"
}, {
"@language" : "ar",
"@value" : "أمبير"
}, {
"@language" : "ru",
"@value" : "Ампер"
}, {
"@language" : "bg",
"@value" : "Ампер"
}, {
"@language" : "es",
"@value" : "Amperio"
}, {
"@language" : "he",
"@value" : "אמפר"
}, {
"@language" : "cs",
"@value" : "Ampér"
}, "Ampere", {
"@language" : "de",
"@value" : "Ampere"
}, {
"@language" : "en",
"@value" : "Ampere"
}, {
"@language" : "it",
"@value" : "Ampere"
}, {
"@language" : "ms",
"@value" : "Ampere"
}, {
"@language" : "pt",
"@value" : "Ampere"
}, {
"@language" : "zh",
"@value" : "安培"
}, {
"@language" : "ja",
"@value" : "アンペア"
}, {
"@language" : "tr",
"@value" : "Amper"
}, {
"@language" : "sl",
"@value" : "Amper"
}, {
"@language" : "ro",
"@value" : "Amper"
}, {
"@language" : "pl",
"@value" : "Amper"
}, {
"@language" : "hu",
"@value" : "Amper"
}, {
"@language" : "el",
"@value" : "Αμπέρ"
}, {
"@language" : "fr",
"@value" : "Ampère"
}, {
"@language" : "la",
"@value" : "Amperium"
} ],
"altLabel" : "amp",
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-HR
URI: http://qudt.org/vocab/unit/A-HR
$\textit{Ampere Hour}$ is a practical unit of electric charge equal to the charge flowing in one hour through a conductor passing one ampere. An ampere-hour or amp-hour (symbol $Ah,\,AHr,\, A \cdot h, A h$) is a unit of electric charge, with sub-units milliampere-hour ($mAh$) and milliampere second ($mAs$). One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred by a steady current of one ampere for one hour. The ampere-hour is frequently used in measurements of electrochemical systems such as electroplating and electrical batteries. The commonly seen milliampere-hour ($mAh$ or $mA \cdot h$) is one-thousandth of an ampere-hour ($3.6 \,coulombs$).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A-HR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Ampere Hour}$ is a practical unit of electric charge equal to the charge flowing
in one hour through a conductor passing one ampere.
An ampere-hour or amp-hour (symbol $Ah,\\,AHr,\\, A \\cdot h, A h$) is a unit of electric
charge, with sub-units milliampere-hour ($mAh$) and milliampere second ($mAs$).
One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred
by a steady current of one ampere for one hour.
The ampere-hour is frequently used in measurements of electrochemical systems such as
electroplating and electrical batteries.
The commonly seen milliampere-hour ($mAh$ or $mA \\cdot h$) is one-thousandth of an
ampere-hour ($3.6 \\,coulombs$).
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BatteryCapacity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA102" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ampere-hour"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-86"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA102"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "A·h" ;
<http://qudt.org/schema/qudt/ucumCode> "A.h"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "AMH" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q212120> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ampere Hour" ;
rdfs:label "Ampere Hour"@en ;
.
{"resource":"Ampere Hour"
,"qname":"unit:A-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q212120>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"$\\textit{Ampere Hour}$ is a practical unit of electric charge equal to the charge flowing\n in one hour through a conductor passing one ampere. \n An ampere-hour or amp-hour (symbol $Ah,\\,AHr,\\, A \\cdot h, A h$) is a unit of electric\n charge, with sub-units milliampere-hour ($mAh$) and milliampere second ($mAs$).\n One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred\n by a steady current of one ampere for one hour. \n The ampere-hour is frequently used in measurements of electrochemical systems such as\n electroplating and electrical batteries. \n The commonly seen milliampere-hour ($mAh$ or $mA \\cdot h$) is one-thousandth of an\n ampere-hour ($3.6 \\,coulombs$).\n "
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:BatteryCapacity"
,"has quantity kind":"quantitykind:ElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA102"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ampere-hour"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780199233991.001.0001\/acref-9780199233991-e-86"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA102"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere Hour"
,"label":"Ampere Hour"
,"symbol":"A·h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"A.h"
,"unece common code":"AMH"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Ampere Hour}$ is a practical unit of electric charge equal to the charge flowing\n in one hour through a conductor passing one ampere. \n An ampere-hour or amp-hour (symbol $Ah,\\,AHr,\\, A \\cdot h, A h$) is a unit of electric\n charge, with sub-units milliampere-hour ($mAh$) and milliampere second ($mAs$).\n One ampere-hour is equal to 3600 coulombs (ampere-seconds), the electric charge transferred\n by a steady current of one ampere for one hour. \n The ampere-hour is frequently used in measurements of electrochemical systems such as\n electroplating and electrical batteries. \n The commonly seen milliampere-hour ($mAh$ or $mA \\cdot h$) is one-thousandth of an\n ampere-hour ($3.6 \\,coulombs$).\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/BatteryCapacity", "http://qudt.org/vocab/quantitykind/ElectricCharge" ],
"iec61360Code" : "0112/2///62720#UAA102",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Ampere-hour", "http://www.oxfordreference.com/view/10.1093/acref/9780199233991.001.0001/acref-9780199233991-e-86", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA102" ],
"symbol" : "A·h",
"ucumCode" : "A.h",
"uneceCommonCode" : "AMH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q212120",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere Hour", {
"@language" : "en",
"@value" : "Ampere Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-HR-PER-DEG_C
URI: http://qudt.org/vocab/unit/A-HR-PER-DEG_C
$\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour divided by the unit degree Celsius.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A-HR-PER-DEG_C>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour
divided by the unit degree Celsius.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD886" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD886"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "A·h/°C" ;
<http://qudt.org/schema/qudt/ucumCode> "A.h.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ampere Hour per Degree Celsius" ;
rdfs:label "Ampere Hour per Degree Celsius"@en ;
.
{"resource":"Ampere Hour per Degree Celsius"
,"qname":"unit:A-HR-PER-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-HR-PER-DEG_C"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"$\\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour\n divided by the unit degree Celsius.\n "
,"has dimension vector":"qkdv:A0E1L0I0M0H-1T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD886"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD886"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere Hour per Degree Celsius"
,"label":"Ampere Hour per Degree Celsius"
,"symbol":"A·h\/°C"
,"type":"qudt:Unit"
,"ucum code":"A.h.Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-HR-PER-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Ampere Hour per Degree Celsius}$ is the product of the SI base unit ampere and the unit hour\n divided by the unit degree Celsius.\n ",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD886",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD886",
"symbol" : "A·h/°C",
"ucumCode" : "A.h.Cel-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere Hour per Degree Celsius", {
"@language" : "en",
"@value" : "Ampere Hour per Degree Celsius"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-HR-PER-DeciM3
URI: http://qudt.org/vocab/unit/A-HR-PER-DeciM3
$\textit{Ampere Hour per Cubic Decimetre}$ is the product of the SI base unit ampere and the unit hour divided by 0.001-fold of the power of the SI base unit metre with the exponent 3.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A-HR-PER-DeciM3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Ampere Hour per Cubic Decimetre}$ is the product of the SI base unit ampere
and the unit hour divided by 0.001-fold of the power of the SI base unit metre with
the exponent 3.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeDensity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD883" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD883"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "A·h/dm³" ;
<http://qudt.org/schema/qudt/ucumCode> "A.h.dm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ampere Hour per Cubic Decimeter"@en-US ;
rdfs:label "Ampere Hour per Cubic Decimetre" ;
rdfs:label "Ampere Hour per Cubic Decimetre"@en ;
.
{"resource":"Ampere Hour per Cubic Decimetre"
,"qname":"unit:A-HR-PER-DeciM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-HR-PER-DeciM3"
,"properties":["conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"description":"$\\textit{Ampere Hour per Cubic Decimetre}$ is the product of the SI base unit ampere\n and the unit hour divided by 0.001-fold of the power of the SI base unit metre with\n the exponent 3.\n "
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeDensity"
,"has quantity kind":"quantitykind:ElectricChargeVolumeDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD883"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD883"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere Hour per Cubic Decimeter"
,"label":"Ampere Hour per Cubic Decimetre"
,"label":"Ampere Hour per Cubic Decimetre"
,"symbol":"A·h\/dm³"
,"type":"qudt:Unit"
,"ucum code":"A.h.dm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-HR-PER-DeciM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Ampere Hour per Cubic Decimetre}$ is the product of the SI base unit ampere\n and the unit hour divided by 0.001-fold of the power of the SI base unit metre with\n the exponent 3.\n ",
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricChargeDensity", "http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity" ],
"iec61360Code" : "0112/2///62720#UAD883",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD883",
"symbol" : "A·h/dm³",
"ucumCode" : "A.h.dm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere Hour per Cubic Decimetre", {
"@language" : "en",
"@value" : "Ampere Hour per Cubic Decimetre"
}, {
"@language" : "en-us",
"@value" : "Ampere Hour per Cubic Decimeter"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-HR-PER-KiloGM
URI: http://qudt.org/vocab/unit/A-HR-PER-KiloGM
product of the SI base unit ampere and the unit hour divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-HR-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base unit ampere and the unit hour divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD884" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD884"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A·h/kg" ; <http://qudt.org/schema/qudt/ucumCode> "A.h.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ampere Hour per Kilogram" ; rdfs:label "Ampere Hour per Kilogram"@en ; .
{"resource":"Ampere Hour per Kilogram"
,"qname":"unit:A-HR-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-HR-PER-KiloGM"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"product of the SI base unit ampere and the unit hour divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD884"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD884"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere Hour per Kilogram"
,"label":"Ampere Hour per Kilogram"
,"symbol":"A·h\/kg"
,"type":"qudt:Unit"
,"ucum code":"A.h.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-HR-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base unit ampere and the unit hour divided by the SI base unit kilogram",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerMass",
"iec61360Code" : "0112/2///62720#UAD884",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD884",
"symbol" : "A·h/kg",
"ucumCode" : "A.h.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere Hour per Kilogram", {
"@language" : "en",
"@value" : "Ampere Hour per Kilogram"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-HR-PER-M2
URI: http://qudt.org/vocab/unit/A-HR-PER-M2
product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-HR-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeSurfaceDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPolarization> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD885" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD885"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A·h/m²" ; <http://qudt.org/schema/qudt/ucumCode> "A.h.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ampere Hour per Square Meter"@en-US ; rdfs:label "Ampere Hour per Square Metre" ; rdfs:label "Ampere Hour per Square Metre"@en ; .
{"resource":"Ampere Hour per Square Metre"
,"qname":"unit:A-HR-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-HR-PER-M2"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerArea"
,"has quantity kind":"quantitykind:ElectricChargeSurfaceDensity"
,"has quantity kind":"quantitykind:ElectricPolarization"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD885"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD885"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere Hour per Square Meter"
,"label":"Ampere Hour per Square Metre"
,"label":"Ampere Hour per Square Metre"
,"symbol":"A·h\/m²"
,"type":"qudt:Unit"
,"ucum code":"A.h.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-HR-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricChargePerArea", "http://qudt.org/vocab/quantitykind/ElectricPolarization", "http://qudt.org/vocab/quantitykind/ElectricChargeSurfaceDensity" ],
"iec61360Code" : "0112/2///62720#UAD885",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD885",
"symbol" : "A·h/m²",
"ucumCode" : "A.h.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere Hour per Square Metre", {
"@language" : "en",
"@value" : "Ampere Hour per Square Metre"
}, {
"@language" : "en-us",
"@value" : "Ampere Hour per Square Meter"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-HR-PER-M3
URI: http://qudt.org/vocab/unit/A-HR-PER-M3
product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-HR-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD882" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD882"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A·h/m³" ; <http://qudt.org/schema/qudt/ucumCode> "A.h.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ampere Hour per Cubic Meter"@en-US ; rdfs:label "Ampere Hour per Cubic Metre" ; rdfs:label "Ampere Hour per Cubic Metre"@en ; .
{"resource":"Ampere Hour per Cubic Metre"
,"qname":"unit:A-HR-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-HR-PER-M3"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeDensity"
,"has quantity kind":"quantitykind:ElectricChargeVolumeDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD882"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD882"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere Hour per Cubic Meter"
,"label":"Ampere Hour per Cubic Metre"
,"label":"Ampere Hour per Cubic Metre"
,"symbol":"A·h\/m³"
,"type":"qudt:Unit"
,"ucum code":"A.h.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-HR-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base unit ampere and the unit hour divided by the power of the SI base unit metre with the exponent 3",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity", "http://qudt.org/vocab/quantitykind/ElectricChargeDensity" ],
"iec61360Code" : "0112/2///62720#UAD882",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD882",
"symbol" : "A·h/m³",
"ucumCode" : "A.h.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Ampere Hour per Cubic Meter"
}, "Ampere Hour per Cubic Metre", {
"@language" : "en",
"@value" : "Ampere Hour per Cubic Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-M2
URI: http://qudt.org/vocab/unit/A-M2
The SI unit of electromagnetic moment.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit of electromagnetic moment."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$A-M^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticAreaMoment> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticMoment> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA106" ; <http://qudt.org/schema/qudt/informativeReference> "http://encyclopedia2.thefreedictionary.com/ampere+meter+squared"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA106"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A·m²" ; <http://qudt.org/schema/qudt/ucumCode> "A.m2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A5" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q71581529> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper Kvadratni Meter"@sl ; rdfs:label "Amper Metr Kwadratowy"@pl ; rdfs:label "Amper Metrekare"@tr ; rdfs:label "Amper Metru Pătrat"@ro ; rdfs:label "Ampere Meter Persegi"@ms ; rdfs:label "Ampere Metro Quadrado"@pt ; rdfs:label "Ampere Metro Quadrato"@it ; rdfs:label "Ampere Quadratmeter"@de ; rdfs:label "Ampere Square Meter"@en-US ; rdfs:label "Ampere Square Metre" ; rdfs:label "Ampere Square Metre"@en ; rdfs:label "Amperio Metro Cuadrado"@es ; rdfs:label "Amperium Metrum Quadratum"@la ; rdfs:label "Ampère Mètre Carré"@fr ; rdfs:label "Ampér Čtvereční Metr"@cs ; rdfs:label "Αμπέρ Τετραγωνικό Μέτρο"@el ; rdfs:label "Ампер Квадратен Метър"@bg ; rdfs:label "Ампер Квадратный Метр"@ru ; .
{"resource":"Ampere Square Metre"
,"qname":"unit:A-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q71581529>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The SI unit of electromagnetic moment."
,"expression":"$A-M^2$"
,"has dimension vector":"qkdv:A0E1L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagneticAreaMoment"
,"has quantity kind":"quantitykind:MagneticMoment"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA106"
,"informative reference":"http:\/\/encyclopedia2.thefreedictionary.com\/ampere+meter+squared"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA106"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper Kvadratni Meter"
,"label":"Amper Metr Kwadratowy"
,"label":"Amper Metrekare"
,"label":"Amper Metru Pătrat"
,"label":"Ampere Meter Persegi"
,"label":"Ampere Metro Quadrado"
,"label":"Ampere Metro Quadrato"
,"label":"Ampere Quadratmeter"
,"label":"Ampere Square Meter"
,"label":"Ampere Square Metre"
,"label":"Ampere Square Metre"
,"label":"Amperio Metro Cuadrado"
,"label":"Amperium Metrum Quadratum"
,"label":"Ampère Mètre Carré"
,"label":"Ampér Čtvereční Metr"
,"label":"Αμπέρ Τετραγωνικό Μέτρο"
,"label":"Ампер Квадратен Метър"
,"label":"Ампер Квадратный Метр"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"A·m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"A.m2"
,"unece common code":"A5"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of electromagnetic moment.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$A-M^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticAreaMoment", "http://qudt.org/vocab/quantitykind/MagneticMoment" ],
"iec61360Code" : "0112/2///62720#UAA106",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA106", "http://encyclopedia2.thefreedictionary.com/ampere+meter+squared" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "A·m²",
"ucumCode" : "A.m2",
"uneceCommonCode" : "A5",
"wikidataMatch" : "http://www.wikidata.org/entity/Q71581529",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Amperio Metro Cuadrado"
}, {
"@language" : "ms",
"@value" : "Ampere Meter Persegi"
}, {
"@language" : "en-us",
"@value" : "Ampere Square Meter"
}, {
"@language" : "pt",
"@value" : "Ampere Metro Quadrado"
}, {
"@language" : "la",
"@value" : "Amperium Metrum Quadratum"
}, {
"@language" : "ru",
"@value" : "Ампер Квадратный Метр"
}, {
"@language" : "fr",
"@value" : "Ampère Mètre Carré"
}, "Ampere Square Metre", {
"@language" : "en",
"@value" : "Ampere Square Metre"
}, {
"@language" : "it",
"@value" : "Ampere Metro Quadrato"
}, {
"@language" : "bg",
"@value" : "Ампер Квадратен Метър"
}, {
"@language" : "pl",
"@value" : "Amper Metr Kwadratowy"
}, {
"@language" : "el",
"@value" : "Αμπέρ Τετραγωνικό Μέτρο"
}, {
"@language" : "ro",
"@value" : "Amper Metru Pătrat"
}, {
"@language" : "de",
"@value" : "Ampere Quadratmeter"
}, {
"@language" : "cs",
"@value" : "Ampér Čtvereční Metr"
}, {
"@language" : "sl",
"@value" : "Amper Kvadratni Meter"
}, {
"@language" : "tr",
"@value" : "Amper Metrekare"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-M2-PER-J-SEC
URI: http://qudt.org/vocab/unit/A-M2-PER-J-SEC
The SI unit of gyromagnetic ratio.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-M2-PER-J-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit of gyromagnetic ratio."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$A-m^2/J-s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerMass> ; <http://qudt.org/schema/qudt/informativeReference> "http://encyclopedia2.thefreedictionary.com/ampere+square+meter+per+joule+second"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A·m²/(J·s)" ; <http://qudt.org/schema/qudt/ucumCode> "A.m2.J-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A10" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q97540991> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper Kvadratni Meter na Joule Sekunda"@sl ; rdfs:label "Amper Metr Kwadratowy na Dżul Sekunda"@pl ; rdfs:label "Amper Metrekare per Joule Saniye"@tr ; rdfs:label "Amper Metru Pătrat pe Joule Secundă"@ro ; rdfs:label "Ampere Meter Persegi per Joule Saat"@ms ; rdfs:label "Ampere Metro Quadrado por Joule Segundo"@pt ; rdfs:label "Ampere Metro Quadrato per Joule Secondo"@it ; rdfs:label "Ampere Quadratmeter pro Joule Sekunde"@de ; rdfs:label "Ampere Square Meter per Joule Second"@en-US ; rdfs:label "Ampere Square Metre per Joule Second" ; rdfs:label "Ampere Square Metre per Joule Second"@en ; rdfs:label "Amperio Metro Cuadrado por Julio Segundo"@es ; rdfs:label "Amperium Metrum Quadratum per Joulium Secundum"@la ; rdfs:label "Ampère Mètre Carré par Joule Seconde"@fr ; rdfs:label "Ampér Čtvereční Metr na Joule Sekunda"@cs ; rdfs:label "Αμπέρ Τετραγωνικό Μέτρο ανά Τζάουλ Δευτερόλεπτο"@el ; rdfs:label "Ампер Квадратен Метър на Джаул Секунда"@bg ; rdfs:label "Ампер Квадратный Метр на Джоуль Секунда"@ru ; .
{"resource":"Ampere Square Metre per Joule Second"
,"qname":"unit:A-M2-PER-J-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-M2-PER-J-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q97540991>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The SI unit of gyromagnetic ratio."
,"expression":"$A-m^2\/J-s$"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/encyclopedia2.thefreedictionary.com\/ampere+square+meter+per+joule+second"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper Kvadratni Meter na Joule Sekunda"
,"label":"Amper Metr Kwadratowy na Dżul Sekunda"
,"label":"Amper Metrekare per Joule Saniye"
,"label":"Amper Metru Pătrat pe Joule Secundă"
,"label":"Ampere Meter Persegi per Joule Saat"
,"label":"Ampere Metro Quadrado por Joule Segundo"
,"label":"Ampere Metro Quadrato per Joule Secondo"
,"label":"Ampere Quadratmeter pro Joule Sekunde"
,"label":"Ampere Square Meter per Joule Second"
,"label":"Ampere Square Metre per Joule Second"
,"label":"Ampere Square Metre per Joule Second"
,"label":"Amperio Metro Cuadrado por Julio Segundo"
,"label":"Amperium Metrum Quadratum per Joulium Secundum"
,"label":"Ampère Mètre Carré par Joule Seconde"
,"label":"Ampér Čtvereční Metr na Joule Sekunda"
,"label":"Αμπέρ Τετραγωνικό Μέτρο ανά Τζάουλ Δευτερόλεπτο"
,"label":"Ампер Квадратен Метър на Джаул Секунда"
,"label":"Ампер Квадратный Метр на Джоуль Секунда"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"A·m²\/(J·s)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"A.m2.J-1.s-1"
,"unece common code":"A10"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-M2-PER-J-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of gyromagnetic ratio.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$A-m^2/J-s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerMass",
"informativeReference" : "http://encyclopedia2.thefreedictionary.com/ampere+square+meter+per+joule+second",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "A·m²/(J·s)",
"ucumCode" : "A.m2.J-1.s-1",
"uneceCommonCode" : "A10",
"wikidataMatch" : "http://www.wikidata.org/entity/Q97540991",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Ampere Meter Persegi per Joule Saat"
}, {
"@language" : "ru",
"@value" : "Ампер Квадратный Метр на Джоуль Секунда"
}, {
"@language" : "bg",
"@value" : "Ампер Квадратен Метър на Джаул Секунда"
}, {
"@language" : "el",
"@value" : "Αμπέρ Τετραγωνικό Μέτρο ανά Τζάουλ Δευτερόλεπτο"
}, {
"@language" : "ro",
"@value" : "Amper Metru Pătrat pe Joule Secundă"
}, {
"@language" : "sl",
"@value" : "Amper Kvadratni Meter na Joule Sekunda"
}, {
"@language" : "it",
"@value" : "Ampere Metro Quadrato per Joule Secondo"
}, {
"@language" : "tr",
"@value" : "Amper Metrekare per Joule Saniye"
}, {
"@language" : "de",
"@value" : "Ampere Quadratmeter pro Joule Sekunde"
}, {
"@language" : "pl",
"@value" : "Amper Metr Kwadratowy na Dżul Sekunda"
}, {
"@language" : "pt",
"@value" : "Ampere Metro Quadrado por Joule Segundo"
}, {
"@language" : "cs",
"@value" : "Ampér Čtvereční Metr na Joule Sekunda"
}, "Ampere Square Metre per Joule Second", {
"@language" : "en",
"@value" : "Ampere Square Metre per Joule Second"
}, {
"@language" : "es",
"@value" : "Amperio Metro Cuadrado por Julio Segundo"
}, {
"@language" : "la",
"@value" : "Amperium Metrum Quadratum per Joulium Secundum"
}, {
"@language" : "en-us",
"@value" : "Ampere Square Meter per Joule Second"
}, {
"@language" : "fr",
"@value" : "Ampère Mètre Carré par Joule Seconde"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-MIN
URI: http://qudt.org/vocab/unit/A-MIN
product of the SI base unit ampere and the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base unit ampere and the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 60.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BatteryCapacity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB383" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB383"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A·min" ; <http://qudt.org/schema/qudt/ucumCode> "A.min"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N95" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ampere Minute" ; rdfs:label "Ampere Minute"@en ; .
{"resource":"Ampere Minute"
,"qname":"unit:A-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-MIN"
,"properties":["conversion multiplier":"60.0"
,"conversion multiplier scientific":"6.0E1"
,"description":"product of the SI base unit ampere and the unit minute"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:BatteryCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB383"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB383"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere Minute"
,"label":"Ampere Minute"
,"symbol":"A·min"
,"type":"qudt:Unit"
,"ucum code":"A.min"
,"unece common code":"N95"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base unit ampere and the unit minute",
"conversionMultiplier" : "60.0",
"conversionMultiplier:SN" : 60.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/BatteryCapacity",
"iec61360Code" : "0112/2///62720#UAB383",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB383",
"symbol" : "A·min",
"ucumCode" : "A.min",
"uneceCommonCode" : "N95",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere Minute", {
"@language" : "en",
"@value" : "Ampere Minute"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-A-HR
URI: http://qudt.org/vocab/unit/A-PER-A-HR
SI base unit ampere divided by the SI base unit ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-A-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit ampere divided by the SI base unit ampere and the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD890" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD890"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A/(A·h)" ; <http://qudt.org/schema/qudt/ucumCode> "A.A-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ampere per Ampere Hour" ; rdfs:label "Ampere per Ampere Hour"@en ; .
{"resource":"Ampere per Ampere Hour"
,"qname":"unit:A-PER-A-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-A-HR"
,"properties":["conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"SI base unit ampere divided by the SI base unit ampere and the unit hour"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD890"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD890"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere per Ampere Hour"
,"label":"Ampere per Ampere Hour"
,"symbol":"A\/(A·h)"
,"type":"qudt:Unit"
,"ucum code":"A.A-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-A-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit ampere divided by the SI base unit ampere and the unit hour",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD890",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD890",
"symbol" : "A/(A·h)",
"ucumCode" : "A.A-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere per Ampere Hour", {
"@language" : "en",
"@value" : "Ampere per Ampere Hour"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-CentiM
URI: http://qudt.org/vocab/unit/A-PER-CentiM
SI base unit ampere divided by the 0.01-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit ampere divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB073" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB073"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit ampere divided by the 0.01-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "A/cm" ; <http://qudt.org/schema/qudt/ucumCode> "A.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A2" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper na Centimeter"@sl ; rdfs:label "Amper na Centimetr"@pl ; rdfs:label "Amper pe Centimetru"@ro ; rdfs:label "Amper per Centimetre"@tr ; rdfs:label "Ampere per Centimeter"@en-US ; rdfs:label "Ampere per Centimeter"@ms ; rdfs:label "Ampere per Centimetre" ; rdfs:label "Ampere per Centimetre"@en ; rdfs:label "Ampere per Centimetro"@it ; rdfs:label "Ampere pro Centimeter"@de ; rdfs:label "Amperio por Centimetro"@es ; rdfs:label "Ampère par Centimètre"@fr ; rdfs:label "Ampér na Centimetr"@cs ; .
{"resource":"Ampere per Centimetre"
,"qname":"unit:A-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-CentiM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"SI base unit ampere divided by the 0.01-fold of the SI base unit metre"
,"description (plain text)":"SI base unit ampere divided by the 0.01-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E1L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearElectricCurrentDensity"
,"has quantity kind":"quantitykind:MagneticFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB073"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB073"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Centimeter"
,"label":"Amper na Centimetr"
,"label":"Amper pe Centimetru"
,"label":"Amper per Centimetre"
,"label":"Ampere per Centimeter"
,"label":"Ampere per Centimeter"
,"label":"Ampere per Centimetre"
,"label":"Ampere per Centimetre"
,"label":"Ampere per Centimetro"
,"label":"Ampere pro Centimeter"
,"label":"Amperio por Centimetro"
,"label":"Ampère par Centimètre"
,"label":"Ampér na Centimetr"
,"symbol":"A\/cm"
,"type":"qudt:Unit"
,"ucum code":"A.cm-1"
,"unece common code":"A2"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit ampere divided by the 0.01-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticFieldStrength", "http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity" ],
"iec61360Code" : "0112/2///62720#UAB073",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB073",
"plainTextDescription" : "SI base unit ampere divided by the 0.01-fold of the SI base unit metre",
"symbol" : "A/cm",
"ucumCode" : "A.cm-1",
"uneceCommonCode" : "A2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Amperio por Centimetro"
}, "Ampere per Centimetre", {
"@language" : "en",
"@value" : "Ampere per Centimetre"
}, {
"@language" : "ro",
"@value" : "Amper pe Centimetru"
}, {
"@language" : "it",
"@value" : "Ampere per Centimetro"
}, {
"@language" : "de",
"@value" : "Ampere pro Centimeter"
}, {
"@language" : "en-us",
"@value" : "Ampere per Centimeter"
}, {
"@language" : "ms",
"@value" : "Ampere per Centimeter"
}, {
"@language" : "sl",
"@value" : "Amper na Centimeter"
}, {
"@language" : "fr",
"@value" : "Ampère par Centimètre"
}, {
"@language" : "tr",
"@value" : "Amper per Centimetre"
}, {
"@language" : "pl",
"@value" : "Amper na Centimetr"
}, {
"@language" : "cs",
"@value" : "Ampér na Centimetr"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-CentiM2
URI: http://qudt.org/vocab/unit/A-PER-CentiM2
SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB052" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB052"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "A/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "A.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A4" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper na Centimetr Kwadratowy"@pl ; rdfs:label "Amper na Kvadratni Centimeter"@sl ; rdfs:label "Amper pe Centimetru Pătrat"@ro ; rdfs:label "Amper per Centimetrekare"@tr ; rdfs:label "Ampere per Centimeter Persegi"@ms ; rdfs:label "Ampere per Centimetro Quadrato"@it ; rdfs:label "Ampere per Square Centimeter"@en-US ; rdfs:label "Ampere per Square Centimetre" ; rdfs:label "Ampere per Square Centimetre"@en ; rdfs:label "Ampere pro Quadratcentimeter"@de ; rdfs:label "Amperio por Centimetro Cuadrado"@es ; rdfs:label "Ampère par Centimètre Carré"@fr ; rdfs:label "Ampér na Čtvereční Centimetr"@cs ; .
{"resource":"Ampere per Square Centimetre"
,"qname":"unit:A-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-CentiM2"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"description":"SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"description (plain text)":"SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB052"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB052"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Centimetr Kwadratowy"
,"label":"Amper na Kvadratni Centimeter"
,"label":"Amper pe Centimetru Pătrat"
,"label":"Amper per Centimetrekare"
,"label":"Ampere per Centimeter Persegi"
,"label":"Ampere per Centimetro Quadrato"
,"label":"Ampere per Square Centimeter"
,"label":"Ampere per Square Centimetre"
,"label":"Ampere per Square Centimetre"
,"label":"Ampere pro Quadratcentimeter"
,"label":"Amperio por Centimetro Cuadrado"
,"label":"Ampère par Centimètre Carré"
,"label":"Ampér na Čtvereční Centimetr"
,"symbol":"A\/cm²"
,"type":"qudt:Unit"
,"ucum code":"A.cm-2"
,"unece common code":"A4"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentDensity",
"iec61360Code" : "0112/2///62720#UAB052",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB052",
"plainTextDescription" : "SI base unit ampere divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"symbol" : "A/cm²",
"ucumCode" : "A.cm-2",
"uneceCommonCode" : "A4",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Amper na Kvadratni Centimeter"
}, {
"@language" : "fr",
"@value" : "Ampère par Centimètre Carré"
}, {
"@language" : "es",
"@value" : "Amperio por Centimetro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Ampere per Square Centimeter"
}, {
"@language" : "cs",
"@value" : "Ampér na Čtvereční Centimetr"
}, {
"@language" : "pl",
"@value" : "Amper na Centimetr Kwadratowy"
}, {
"@language" : "ms",
"@value" : "Ampere per Centimeter Persegi"
}, {
"@language" : "it",
"@value" : "Ampere per Centimetro Quadrato"
}, "Ampere per Square Centimetre", {
"@language" : "en",
"@value" : "Ampere per Square Centimetre"
}, {
"@language" : "ro",
"@value" : "Amper pe Centimetru Pătrat"
}, {
"@language" : "de",
"@value" : "Ampere pro Quadratcentimeter"
}, {
"@language" : "tr",
"@value" : "Amper per Centimetrekare"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-DEG_C
URI: http://qudt.org/vocab/unit/A-PER-DEG_C
A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$A/degC$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature> ; <http://qudt.org/schema/qudt/informativeReference> "http://books.google.com/books?id=zkErAAAAYAAJ&pg=PA60&lpg=PA60&dq=ampere+per+degree"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://web.mit.edu/course/21/21.guide/use-tab.htm"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A/°C" ; <http://qudt.org/schema/qudt/ucumCode> "A.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper na Stopień Celsjusza"@pl ; rdfs:label "Amper na Stopinja Celzija"@sl ; rdfs:label "Amper pe Grad Celsius"@ro ; rdfs:label "Amper per Celsius"@tr ; rdfs:label "Ampere per Darjah Celsius"@ms ; rdfs:label "Ampere per Degree Celsius" ; rdfs:label "Ampere per Degree Celsius"@en ; rdfs:label "Ampere per Grado Celsius"@it ; rdfs:label "Ampere por Grau Celsius"@pt ; rdfs:label "Ampere pro Grad Celsius"@de ; rdfs:label "Amperio por Grado Celsius"@es ; rdfs:label "Amperium per Gradus Celsii"@la ; rdfs:label "Ampère par Degré Celsius"@fr ; rdfs:label "Ampér na Stupně Celsia"@cs ; rdfs:label "Αμπέρ ανά Βαθμός Κελσίου"@el ; rdfs:label "Ампер на Градус Целзий"@bg ; rdfs:label "Ампер на Градус Цельсия"@ru ; .
{"resource":"Ampere per Degree Celsius"
,"qname":"unit:A-PER-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature."
,"expression":"$A\/degC$"
,"has dimension vector":"qkdv:A0E1L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentPerTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/books.google.com\/books?id=zkErAAAAYAAJ&pg=PA60&lpg=PA60&dq=ampere+per+degree"
,"informative reference":"http:\/\/web.mit.edu\/course\/21\/21.guide\/use-tab.htm"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Stopień Celsjusza"
,"label":"Amper na Stopinja Celzija"
,"label":"Amper pe Grad Celsius"
,"label":"Amper per Celsius"
,"label":"Ampere per Darjah Celsius"
,"label":"Ampere per Degree Celsius"
,"label":"Ampere per Degree Celsius"
,"label":"Ampere per Grado Celsius"
,"label":"Ampere por Grau Celsius"
,"label":"Ampere pro Grad Celsius"
,"label":"Amperio por Grado Celsius"
,"label":"Amperium per Gradus Celsii"
,"label":"Ampère par Degré Celsius"
,"label":"Ampér na Stupně Celsia"
,"label":"Αμπέρ ανά Βαθμός Κελσίου"
,"label":"Ампер на Градус Целзий"
,"label":"Ампер на Градус Цельсия"
,"symbol":"A\/°C"
,"type":"qudt:Unit"
,"ucum code":"A.Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A measure used to express how a current is subject to temperature. Originally used in Wien's Law to describe phenomena related to filaments. One use today is to express how a current generator derates with temperature.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$A/degC$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature",
"informativeReference" : [ "http://web.mit.edu/course/21/21.guide/use-tab.htm", "http://books.google.com/books?id=zkErAAAAYAAJ&pg=PA60&lpg=PA60&dq=ampere+per+degree" ],
"symbol" : "A/°C",
"ucumCode" : "A.Cel-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere per Degree Celsius", {
"@language" : "it",
"@value" : "Ampere per Grado Celsius"
}, {
"@language" : "es",
"@value" : "Amperio por Grado Celsius"
}, {
"@language" : "de",
"@value" : "Ampere pro Grad Celsius"
}, {
"@language" : "ru",
"@value" : "Ампер на Градус Цельсия"
}, {
"@language" : "ro",
"@value" : "Amper pe Grad Celsius"
}, {
"@language" : "bg",
"@value" : "Ампер на Градус Целзий"
}, {
"@language" : "sl",
"@value" : "Amper na Stopinja Celzija"
}, {
"@language" : "fr",
"@value" : "Ampère par Degré Celsius"
}, {
"@language" : "la",
"@value" : "Amperium per Gradus Celsii"
}, {
"@language" : "cs",
"@value" : "Ampér na Stupně Celsia"
}, {
"@language" : "tr",
"@value" : "Amper per Celsius"
}, {
"@language" : "pt",
"@value" : "Ampere por Grau Celsius"
}, {
"@language" : "pl",
"@value" : "Amper na Stopień Celsjusza"
}, {
"@language" : "el",
"@value" : "Αμπέρ ανά Βαθμός Κελσίου"
}, {
"@language" : "ms",
"@value" : "Ampere per Darjah Celsius"
}, {
"@language" : "en",
"@value" : "Ampere per Degree Celsius"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-GM
URI: http://qudt.org/vocab/unit/A-PER-GM
$\textit{Ampere per gram}$ is a practical unit to describe an (applied) current relative to the involved amount of material. This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A-PER-GM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Ampere per gram}$ is a practical unit to describe an (applied) current relative to the involved amount of material.
This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/conversionOffset> 0.0 ;
<http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificElectricCurrent> ;
<http://qudt.org/schema/qudt/symbol> "A/g" ;
<http://qudt.org/schema/qudt/ucumCode> "A.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Amper na Gram"@pl ;
rdfs:label "Amper na Gram"@sl ;
rdfs:label "Amper pe Gram"@ro ;
rdfs:label "Amper per Gram"@tr ;
rdfs:label "Ampere per Gram" ;
rdfs:label "Ampere per Gram"@en ;
rdfs:label "Ampere per Gram"@ms ;
rdfs:label "Ampere per Grammo"@it ;
rdfs:label "Ampere por Grama"@pt ;
rdfs:label "Ampere pro Gramm"@de ;
rdfs:label "Amperio por Gramo"@es ;
rdfs:label "Amperium per Gramma"@la ;
rdfs:label "Ampère par Gramme"@fr ;
rdfs:label "Ampér na Gram"@cs ;
.
{"resource":"Ampere per Gram"
,"qname":"unit:A-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-GM"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"$\\textit{Ampere per gram}$ is a practical unit to describe an (applied) current relative to the involved amount of material. \n This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.\n "
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SpecificElectricCurrent"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Gram"
,"label":"Amper na Gram"
,"label":"Amper pe Gram"
,"label":"Amper per Gram"
,"label":"Ampere per Gram"
,"label":"Ampere per Gram"
,"label":"Ampere per Gram"
,"label":"Ampere per Grammo"
,"label":"Ampere por Grama"
,"label":"Ampere pro Gramm"
,"label":"Amperio por Gramo"
,"label":"Amperium per Gramma"
,"label":"Ampère par Gramme"
,"label":"Ampér na Gram"
,"symbol":"A\/g"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"A.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-GM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Ampere per gram}$ is a practical unit to describe an (applied) current relative to the involved amount of material. \n This unit is often found in electrochemistry to standardize test conditions and compare various scales of investigated materials.\n ",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificElectricCurrent",
"symbol" : "A/g",
"ucumCode" : "A.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Amper na Gram"
}, {
"@language" : "sl",
"@value" : "Amper na Gram"
}, {
"@language" : "es",
"@value" : "Amperio por Gramo"
}, {
"@language" : "pt",
"@value" : "Ampere por Grama"
}, {
"@language" : "tr",
"@value" : "Amper per Gram"
}, {
"@language" : "it",
"@value" : "Ampere per Grammo"
}, {
"@language" : "de",
"@value" : "Ampere pro Gramm"
}, {
"@language" : "cs",
"@value" : "Ampér na Gram"
}, "Ampere per Gram", {
"@language" : "ro",
"@value" : "Amper pe Gram"
}, {
"@language" : "en",
"@value" : "Ampere per Gram"
}, {
"@language" : "ms",
"@value" : "Ampere per Gram"
}, {
"@language" : "fr",
"@value" : "Ampère par Gramme"
}, {
"@language" : "la",
"@value" : "Amperium per Gramma"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-J
URI: http://qudt.org/vocab/unit/A-PER-J
$\textit{Ampere per Joule}$ is the inverse measure of $joule-per-ampere$ or $weber$. The measure for the reciprical of magnetic flux.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A-PER-J>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Ampere per Joule}$ is the inverse measure of $joule-per-ampere$ or $weber$.
The measure for the reciprical of magnetic flux.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$A/J$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPerEnergy> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/WB> ;
<http://qudt.org/schema/qudt/symbol> "A/J" ;
<http://qudt.org/schema/qudt/ucumCode> "A.J-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30064159> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Amper na Dżul"@pl ;
rdfs:label "Amper na Joule"@sl ;
rdfs:label "Amper pe Joule"@ro ;
rdfs:label "Amper per Joule"@tr ;
rdfs:label "Ampere per Joule" ;
rdfs:label "Ampere per Joule"@en ;
rdfs:label "Ampere per Joule"@it ;
rdfs:label "Ampere per Joule"@ms ;
rdfs:label "Ampere por Joule"@pt ;
rdfs:label "Ampere pro Joule"@de ;
rdfs:label "Amperio por Julio"@es ;
rdfs:label "Amperium per Joulium"@la ;
rdfs:label "Ampère par Joule"@fr ;
rdfs:label "Ampér na Joule"@cs ;
rdfs:label "Αμπέρ ανά Τζάουλ"@el ;
rdfs:label "Ампер на Джаул"@bg ;
rdfs:label "Ампер на Джоуль"@ru ;
.
{"resource":"Ampere per Joule"
,"qname":"unit:A-PER-J"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-J"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30064159>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Ampere per Joule}$ is the inverse measure of $joule-per-ampere$ or $weber$. \n The measure for the reciprical of magnetic flux.\n "
,"expression":"$A\/J$"
,"has dimension vector":"qkdv:A0E1L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:ElectricCurrentPerEnergy"
,"has reciprocal unit":"unit:WB"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Dżul"
,"label":"Amper na Joule"
,"label":"Amper pe Joule"
,"label":"Amper per Joule"
,"label":"Ampere per Joule"
,"label":"Ampere per Joule"
,"label":"Ampere per Joule"
,"label":"Ampere per Joule"
,"label":"Ampere por Joule"
,"label":"Ampere pro Joule"
,"label":"Amperio por Julio"
,"label":"Amperium per Joulium"
,"label":"Ampère par Joule"
,"label":"Ampér na Joule"
,"label":"Αμπέρ ανά Τζάουλ"
,"label":"Ампер на Джаул"
,"label":"Ампер на Джоуль"
,"symbol":"A\/J"
,"type":"qudt:Unit"
,"ucum code":"A.J-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-J",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Ampere per Joule}$ is the inverse measure of $joule-per-ampere$ or $weber$. \n The measure for the reciprical of magnetic flux.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$A/J$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentPerEnergy",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/WB",
"symbol" : "A/J",
"ucumCode" : "A.J-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30064159",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Amper pe Joule"
}, {
"@language" : "fr",
"@value" : "Ampère par Joule"
}, {
"@language" : "de",
"@value" : "Ampere pro Joule"
}, {
"@language" : "la",
"@value" : "Amperium per Joulium"
}, {
"@language" : "tr",
"@value" : "Amper per Joule"
}, {
"@language" : "pt",
"@value" : "Ampere por Joule"
}, {
"@language" : "bg",
"@value" : "Ампер на Джаул"
}, {
"@language" : "sl",
"@value" : "Amper na Joule"
}, {
"@language" : "pl",
"@value" : "Amper na Dżul"
}, "Ampere per Joule", {
"@language" : "en",
"@value" : "Ampere per Joule"
}, {
"@language" : "it",
"@value" : "Ampere per Joule"
}, {
"@language" : "ms",
"@value" : "Ampere per Joule"
}, {
"@language" : "es",
"@value" : "Amperio por Julio"
}, {
"@language" : "cs",
"@value" : "Ampér na Joule"
}, {
"@language" : "ru",
"@value" : "Ампер на Джоуль"
}, {
"@language" : "el",
"@value" : "Αμπέρ ανά Τζάουλ"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-K
URI: http://qudt.org/vocab/unit/A-PER-K
SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit ampere divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD896" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD896"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A/K" ; <http://qudt.org/schema/qudt/ucumCode> "A.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper na Kelvin"@sl ; rdfs:label "Amper na Kelwin"@pl ; rdfs:label "Amper pe Kelvin"@ro ; rdfs:label "Amper per Kelvin"@tr ; rdfs:label "Ampere per Kelvin" ; rdfs:label "Ampere per Kelvin"@en ; rdfs:label "Ampere per Kelvin"@it ; rdfs:label "Ampere per Kelvin"@ms ; rdfs:label "Ampere por Kelvin"@pt ; rdfs:label "Ampere pro Kelvin"@de ; rdfs:label "Amperio por Kelvin"@es ; rdfs:label "Amperium per Kelvin"@la ; rdfs:label "Ampère par Kelvin"@fr ; rdfs:label "Ampér na Kelvin"@cs ; rdfs:label "Αμπέρ ανά Κέλβιν"@el ; rdfs:label "Ампер на Келвин"@bg ; rdfs:label "Ампер на Кельвин"@ru ; .
{"resource":"Ampere per Kelvin"
,"qname":"unit:A-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E1L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentPerTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD896"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD896"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Kelvin"
,"label":"Amper na Kelwin"
,"label":"Amper pe Kelvin"
,"label":"Amper per Kelvin"
,"label":"Ampere per Kelvin"
,"label":"Ampere per Kelvin"
,"label":"Ampere per Kelvin"
,"label":"Ampere per Kelvin"
,"label":"Ampere por Kelvin"
,"label":"Ampere pro Kelvin"
,"label":"Amperio por Kelvin"
,"label":"Amperium per Kelvin"
,"label":"Ampère par Kelvin"
,"label":"Ampér na Kelvin"
,"label":"Αμπέρ ανά Κέλβιν"
,"label":"Ампер на Келвин"
,"label":"Ампер на Кельвин"
,"symbol":"A\/K"
,"type":"qudt:Unit"
,"ucum code":"A.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit ampere divided by the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature",
"iec61360Code" : "0112/2///62720#UAD896",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD896",
"symbol" : "A/K",
"ucumCode" : "A.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Ampér na Kelvin"
}, {
"@language" : "tr",
"@value" : "Amper per Kelvin"
}, {
"@language" : "sl",
"@value" : "Amper na Kelvin"
}, {
"@language" : "ro",
"@value" : "Amper pe Kelvin"
}, {
"@language" : "es",
"@value" : "Amperio por Kelvin"
}, {
"@language" : "pl",
"@value" : "Amper na Kelwin"
}, {
"@language" : "fr",
"@value" : "Ampère par Kelvin"
}, {
"@language" : "bg",
"@value" : "Ампер на Келвин"
}, {
"@language" : "de",
"@value" : "Ampere pro Kelvin"
}, {
"@language" : "ru",
"@value" : "Ампер на Кельвин"
}, {
"@language" : "el",
"@value" : "Αμπέρ ανά Κέλβιν"
}, "Ampere per Kelvin", {
"@language" : "en",
"@value" : "Ampere per Kelvin"
}, {
"@language" : "it",
"@value" : "Ampere per Kelvin"
}, {
"@language" : "ms",
"@value" : "Ampere per Kelvin"
}, {
"@language" : "la",
"@value" : "Amperium per Kelvin"
}, {
"@language" : "pt",
"@value" : "Ampere por Kelvin"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-KiloGM
URI: http://qudt.org/vocab/unit/A-PER-KiloGM
SI base unit ampere divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit ampere divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassicElectricCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB485" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB485"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A/kg" ; <http://qudt.org/schema/qudt/ucumCode> "A.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H31" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper na Kilogram"@pl ; rdfs:label "Amper na Kilogram"@sl ; rdfs:label "Amper pe Kilogram"@ro ; rdfs:label "Amper per Kilogram"@tr ; rdfs:label "Ampere per Chilogrammo"@it ; rdfs:label "Ampere per Kilogram" ; rdfs:label "Ampere per Kilogram"@en ; rdfs:label "Ampere per Kilogram"@ms ; rdfs:label "Ampere por Quilograma"@pt ; rdfs:label "Ampere pro Kilogramm"@de ; rdfs:label "Amperio por Kilogramo"@es ; rdfs:label "Amperium per Chiliogramma"@la ; rdfs:label "Ampère par Kilogramme"@fr ; rdfs:label "Ampér na Kilogram"@cs ; rdfs:label "Αμπέρ ανά Χιλιόγραμμο"@el ; rdfs:label "Ампер на Килограм"@bg ; rdfs:label "Ампер на Килограмм"@ru ; .
{"resource":"Ampere per Kilogram"
,"qname":"unit:A-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-KiloGM"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit ampere divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:MassicElectricCurrent"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB485"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB485"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Kilogram"
,"label":"Amper na Kilogram"
,"label":"Amper pe Kilogram"
,"label":"Amper per Kilogram"
,"label":"Ampere per Chilogrammo"
,"label":"Ampere per Kilogram"
,"label":"Ampere per Kilogram"
,"label":"Ampere per Kilogram"
,"label":"Ampere por Quilograma"
,"label":"Ampere pro Kilogramm"
,"label":"Amperio por Kilogramo"
,"label":"Amperium per Chiliogramma"
,"label":"Ampère par Kilogramme"
,"label":"Ampér na Kilogram"
,"label":"Αμπέρ ανά Χιλιόγραμμο"
,"label":"Ампер на Килограм"
,"label":"Ампер на Килограмм"
,"symbol":"A\/kg"
,"type":"qudt:Unit"
,"ucum code":"A.kg-1"
,"unece common code":"H31"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit ampere divided by the SI base unit kilogram",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassicElectricCurrent",
"iec61360Code" : "0112/2///62720#UAB485",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB485",
"symbol" : "A/kg",
"ucumCode" : "A.kg-1",
"uneceCommonCode" : "H31",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Ampère par Kilogramme"
}, {
"@language" : "bg",
"@value" : "Ампер на Килограм"
}, {
"@language" : "pt",
"@value" : "Ampere por Quilograma"
}, {
"@language" : "la",
"@value" : "Amperium per Chiliogramma"
}, {
"@language" : "de",
"@value" : "Ampere pro Kilogramm"
}, "Ampere per Kilogram", {
"@language" : "en",
"@value" : "Ampere per Kilogram"
}, {
"@language" : "ms",
"@value" : "Ampere per Kilogram"
}, {
"@language" : "pl",
"@value" : "Amper na Kilogram"
}, {
"@language" : "sl",
"@value" : "Amper na Kilogram"
}, {
"@language" : "tr",
"@value" : "Amper per Kilogram"
}, {
"@language" : "ro",
"@value" : "Amper pe Kilogram"
}, {
"@language" : "es",
"@value" : "Amperio por Kilogramo"
}, {
"@language" : "ru",
"@value" : "Ампер на Килограмм"
}, {
"@language" : "it",
"@value" : "Ampere per Chilogrammo"
}, {
"@language" : "el",
"@value" : "Αμπέρ ανά Χιλιόγραμμο"
}, {
"@language" : "cs",
"@value" : "Ampér na Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-M
URI: http://qudt.org/vocab/unit/A-PER-M
is the SI unit of magnetic field strength. One ampere per meter is equal to $\pi/250$ oersteds ($12.566\, 371\,millioersteds$) in CGS units. The ampere per meter is also the SI unit of "magnetization" in the sense of magnetic dipole moment per unit volume; in this context $1 A/m = 0.001\,emu\,per\,cubic\,centimeter$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> " is the SI unit of magnetic field strength. One ampere per meter is equal to $\\pi/250$ oersteds ($12.566\\, 371\\,millioersteds$) in CGS units. The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume; in this context $1 A/m = 0.001\\,emu\\,per\\,cubic\\,centimeter$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$A/m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Coercivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA104" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA104"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A/m" ; <http://qudt.org/schema/qudt/ucumCode> "A.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "AE" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2844478> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper na Meter"@sl ; rdfs:label "Amper na Metr"@pl ; rdfs:label "Amper pe Metru"@ro ; rdfs:label "Amper per Metre"@tr ; rdfs:label "Ampere per Meter"@en-US ; rdfs:label "Ampere per Meter"@ms ; rdfs:label "Ampere per Metre" ; rdfs:label "Ampere per Metre"@en ; rdfs:label "Ampere per Metro"@it ; rdfs:label "Ampere por Metro"@pt ; rdfs:label "Ampere pro Meter"@de ; rdfs:label "Amperio por Metro"@es ; rdfs:label "Amperium per Metrum"@la ; rdfs:label "Ampère par Mètre"@fr ; rdfs:label "Ampér na Metr"@cs ; rdfs:label "Αμπέρ ανά Μέτρο"@el ; rdfs:label "Ампер на Метр"@ru ; rdfs:label "Ампер на Метър"@bg ; rdfs:label "آمپر بر متر"@fa ; rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; rdfs:label "प्रति मीटर एम्पीयर"@hi ; rdfs:label "アンペア毎メートル"@ja ; rdfs:label "安培每米"@zh ; .
{"resource":"Ampere per Metre"
,"qname":"unit:A-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2844478>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":" is the SI unit of magnetic field strength. One ampere per meter is equal to $\\pi\/250$ oersteds ($12.566\\, 371\\,millioersteds$) in CGS units. The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume; in this context $1 A\/m = 0.001\\,emu\\,per\\,cubic\\,centimeter$."
,"expression":"$A\/m$"
,"has dimension vector":"qkdv:A0E1L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Coercivity"
,"has quantity kind":"quantitykind:LinearElectricCurrentDensity"
,"has quantity kind":"quantitykind:MagneticFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA104"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA104"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Meter"
,"label":"Amper na Metr"
,"label":"Amper pe Metru"
,"label":"Amper per Metre"
,"label":"Ampere per Meter"
,"label":"Ampere per Meter"
,"label":"Ampere per Metre"
,"label":"Ampere per Metre"
,"label":"Ampere per Metro"
,"label":"Ampere por Metro"
,"label":"Ampere pro Meter"
,"label":"Amperio por Metro"
,"label":"Amperium per Metrum"
,"label":"Ampère par Mètre"
,"label":"Ampér na Metr"
,"label":"Αμπέρ ανά Μέτρο"
,"label":"Ампер на Метр"
,"label":"Ампер на Метър"
,"label":"آمپر بر متر"
,"label":"مقياس التبادل، الأس السالب للمتر"
,"label":"प्रति मीटर एम्पीयर"
,"label":"アンペア毎メートル"
,"label":"安培每米"
,"symbol":"A\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"A.m-1"
,"unece common code":"AE"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : " is the SI unit of magnetic field strength. One ampere per meter is equal to $\\pi/250$ oersteds ($12.566\\, 371\\,millioersteds$) in CGS units. The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume; in this context $1 A/m = 0.001\\,emu\\,per\\,cubic\\,centimeter$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$A/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity", "http://qudt.org/vocab/quantitykind/MagneticFieldStrength", "http://qudt.org/vocab/quantitykind/Coercivity" ],
"iec61360Code" : "0112/2///62720#UAA104",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA104",
"symbol" : "A/m",
"ucumCode" : "A.m-1",
"uneceCommonCode" : "AE",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2844478",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Ампер на Метър"
}, {
"@language" : "pl",
"@value" : "Amper na Metr"
}, {
"@language" : "ru",
"@value" : "Ампер на Метр"
}, {
"@language" : "ar",
"@value" : "مقياس التبادل، الأس السالب للمتر"
}, {
"@language" : "hi",
"@value" : "प्रति मीटर एम्पीयर"
}, {
"@language" : "ro",
"@value" : "Amper pe Metru"
}, {
"@language" : "it",
"@value" : "Ampere per Metro"
}, {
"@language" : "fa",
"@value" : "آمپر بر متر"
}, {
"@language" : "ja",
"@value" : "アンペア毎メートル"
}, {
"@language" : "sl",
"@value" : "Amper na Meter"
}, {
"@language" : "fr",
"@value" : "Ampère par Mètre"
}, {
"@language" : "es",
"@value" : "Amperio por Metro"
}, {
"@language" : "la",
"@value" : "Amperium per Metrum"
}, {
"@language" : "en-us",
"@value" : "Ampere per Meter"
}, {
"@language" : "ms",
"@value" : "Ampere per Meter"
}, {
"@language" : "tr",
"@value" : "Amper per Metre"
}, {
"@language" : "el",
"@value" : "Αμπέρ ανά Μέτρο"
}, {
"@language" : "en",
"@value" : "Ampere per Metre"
}, "Ampere per Metre", {
"@language" : "pt",
"@value" : "Ampere por Metro"
}, {
"@language" : "zh",
"@value" : "安培每米"
}, {
"@language" : "cs",
"@value" : "Ampér na Metr"
}, {
"@language" : "de",
"@value" : "Ampere pro Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-M2
URI: http://qudt.org/vocab/unit/A-PER-M2
$\textit{Ampere Per Square Meter}$ is a unit in the category of electric current density. This unit is commonly used in the SI unit system.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A-PER-M2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Ampere Per Square Meter}$ is a unit in the category of electric current density.
This unit is commonly used in the SI unit system.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$A/m^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DisplacementCurrentDensity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentDensity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalCurrentDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA105" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA105"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Current_density"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "A/m²" ;
<http://qudt.org/schema/qudt/ucumCode> "A.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A41" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2844477> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Amper na Kvadratni Meter"@sl ;
rdfs:label "Amper na Metr Kwadratowy"@pl ;
rdfs:label "Amper pe Metru Pătrat"@ro ;
rdfs:label "Amper per Metrekare"@tr ;
rdfs:label "Ampere per Meter Persegi"@ms ;
rdfs:label "Ampere per Metro Quadrato"@it ;
rdfs:label "Ampere per Square Meter"@en-US ;
rdfs:label "Ampere per Square Metre" ;
rdfs:label "Ampere per Square Metre"@en ;
rdfs:label "Ampere por Metro Quadrado"@pt ;
rdfs:label "Ampere pro Quadratmeter"@de ;
rdfs:label "Amperio por Metro Cuadrado"@es ;
rdfs:label "Amperium per Metrum Quadratum"@la ;
rdfs:label "Ampère par Mètre Carré"@fr ;
rdfs:label "Ampér na Čtvereční Metr"@cs ;
rdfs:label "Αμπέρ ανά Τετραγωνικό Μέτρο"@el ;
rdfs:label "Ампер на Квадратен Метър"@bg ;
rdfs:label "Ампер на Квадратный Метр"@ru ;
rdfs:label "آمپر بر مترمربع"@fa ;
rdfs:label "أمبير في المتر المربع"@ar ;
rdfs:label "एम्पीयर प्रति वर्ग मीटर"@hi ;
rdfs:label "アンペア毎平方メートル"@ja ;
rdfs:label "安培每平方米"@zh ;
.
{"resource":"Ampere per Square Metre"
,"qname":"unit:A-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2844477>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Ampere Per Square Meter}$ is a unit in the category of electric current density. \nThis unit is commonly used in the SI unit system.\n"
,"expression":"$A\/m^2$"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:DisplacementCurrentDensity"
,"has quantity kind":"quantitykind:ElectricCurrentDensity"
,"has quantity kind":"quantitykind:TotalCurrentDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA105"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA105"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Current_density"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Kvadratni Meter"
,"label":"Amper na Metr Kwadratowy"
,"label":"Amper pe Metru Pătrat"
,"label":"Amper per Metrekare"
,"label":"Ampere per Meter Persegi"
,"label":"Ampere per Metro Quadrato"
,"label":"Ampere per Square Meter"
,"label":"Ampere per Square Metre"
,"label":"Ampere per Square Metre"
,"label":"Ampere por Metro Quadrado"
,"label":"Ampere pro Quadratmeter"
,"label":"Amperio por Metro Cuadrado"
,"label":"Amperium per Metrum Quadratum"
,"label":"Ampère par Mètre Carré"
,"label":"Ampér na Čtvereční Metr"
,"label":"Αμπέρ ανά Τετραγωνικό Μέτρο"
,"label":"Ампер на Квадратен Метър"
,"label":"Ампер на Квадратный Метр"
,"label":"آمپر بر مترمربع"
,"label":"أمبير في المتر المربع"
,"label":"एम्पीयर प्रति वर्ग मीटर"
,"label":"アンペア毎平方メートル"
,"label":"安培每平方米"
,"symbol":"A\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"A.m-2"
,"unece common code":"A41"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Ampere Per Square Meter}$ is a unit in the category of electric current density. \nThis unit is commonly used in the SI unit system.\n",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$A/m^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricCurrentDensity", "http://qudt.org/vocab/quantitykind/TotalCurrentDensity", "http://qudt.org/vocab/quantitykind/DisplacementCurrentDensity" ],
"iec61360Code" : "0112/2///62720#UAA105",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA105", "https://en.wikipedia.org/wiki/Current_density" ],
"symbol" : "A/m²",
"ucumCode" : "A.m-2",
"uneceCommonCode" : "A41",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2844477",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Ampér na Čtvereční Metr"
}, {
"@language" : "de",
"@value" : "Ampere pro Quadratmeter"
}, "Ampere per Square Metre", {
"@language" : "en",
"@value" : "Ampere per Square Metre"
}, {
"@language" : "fr",
"@value" : "Ampère par Mètre Carré"
}, {
"@language" : "pt",
"@value" : "Ampere por Metro Quadrado"
}, {
"@language" : "tr",
"@value" : "Amper per Metrekare"
}, {
"@language" : "fa",
"@value" : "آمپر بر مترمربع"
}, {
"@language" : "pl",
"@value" : "Amper na Metr Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Ampere per Square Meter"
}, {
"@language" : "la",
"@value" : "Amperium per Metrum Quadratum"
}, {
"@language" : "ar",
"@value" : "أمبير في المتر المربع"
}, {
"@language" : "it",
"@value" : "Ampere per Metro Quadrato"
}, {
"@language" : "es",
"@value" : "Amperio por Metro Cuadrado"
}, {
"@language" : "zh",
"@value" : "安培每平方米"
}, {
"@language" : "ms",
"@value" : "Ampere per Meter Persegi"
}, {
"@language" : "sl",
"@value" : "Amper na Kvadratni Meter"
}, {
"@language" : "ru",
"@value" : "Ампер на Квадратный Метр"
}, {
"@language" : "el",
"@value" : "Αμπέρ ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "bg",
"@value" : "Ампер на Квадратен Метър"
}, {
"@language" : "hi",
"@value" : "एम्पीयर प्रति वर्ग मीटर"
}, {
"@language" : "ro",
"@value" : "Amper pe Metru Pătrat"
}, {
"@language" : "ja",
"@value" : "アンペア毎平方メートル"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-M2-K2
URI: http://qudt.org/vocab/unit/A-PER-M2-K2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-M2-K2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$a/m^2-k^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H-2T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RichardsonConstant> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB353" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB353"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A/(m²·K²)" ; <http://qudt.org/schema/qudt/ucumCode> "A.m-2.K-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A6" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q105883158> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper na Kvadratni Meter Kvadratni Kelvin"@sl ; rdfs:label "Amper na Metr Kwadratowy Kelwin Kwadratowy"@pl ; rdfs:label "Amper pe Metru Pătrat Kelvin Pătrat"@ro ; rdfs:label "Amper per Metrekare Kelvinkare"@tr ; rdfs:label "Ampere per Meter Persegi Kelvin Persegi"@ms ; rdfs:label "Ampere per Metro Quadrato Kelvin Quadrato"@it ; rdfs:label "Ampere per Square Meter Square Kelvin"@en-US ; rdfs:label "Ampere per Square Metre Square Kelvin" ; rdfs:label "Ampere per Square Metre Square Kelvin"@en ; rdfs:label "Ampere por Metro Quadrado Kelvin Quadrado"@pt ; rdfs:label "Ampere pro Quadratmeter Quadratkelvin"@de ; rdfs:label "Amperio por Metro Cuadrado Kelvin Cuadrado"@es ; rdfs:label "Amperium per Metrum Quadratum Kelvin Quadratum"@la ; rdfs:label "Ampère par Mètre Carré Kelvin Carré"@fr ; rdfs:label "Ampér na Čtvereční Metr Čtvereční Kelvin"@cs ; rdfs:label "Αμπέρ ανά Τετραγωνικό Μέτρο Τετραγωνικό Κέλβιν"@el ; rdfs:label "Ампер на Квадратен Метър Квадратен Келвин"@bg ; rdfs:label "Ампер на Квадратный Метр Квадратный Кельвин"@ru ; .
{"resource":"Ampere per Square Metre Square Kelvin"
,"qname":"unit:A-PER-M2-K2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-M2-K2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q105883158>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$a\/m^2-k^2$"
,"has dimension vector":"qkdv:A0E1L-2I0M0H-2T0D0"
,"has quantity kind":"quantitykind:RichardsonConstant"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB353"
,"informative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB353"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Kvadratni Meter Kvadratni Kelvin"
,"label":"Amper na Metr Kwadratowy Kelwin Kwadratowy"
,"label":"Amper pe Metru Pătrat Kelvin Pătrat"
,"label":"Amper per Metrekare Kelvinkare"
,"label":"Ampere per Meter Persegi Kelvin Persegi"
,"label":"Ampere per Metro Quadrato Kelvin Quadrato"
,"label":"Ampere per Square Meter Square Kelvin"
,"label":"Ampere per Square Metre Square Kelvin"
,"label":"Ampere per Square Metre Square Kelvin"
,"label":"Ampere por Metro Quadrado Kelvin Quadrado"
,"label":"Ampere pro Quadratmeter Quadratkelvin"
,"label":"Amperio por Metro Cuadrado Kelvin Cuadrado"
,"label":"Amperium per Metrum Quadratum Kelvin Quadratum"
,"label":"Ampère par Mètre Carré Kelvin Carré"
,"label":"Ampér na Čtvereční Metr Čtvereční Kelvin"
,"label":"Αμπέρ ανά Τετραγωνικό Μέτρο Τετραγωνικό Κέλβιν"
,"label":"Ампер на Квадратен Метър Квадратен Келвин"
,"label":"Ампер на Квадратный Метр Квадратный Кельвин"
,"symbol":"A\/(m²·K²)"
,"type":"qudt:Unit"
,"ucum code":"A.m-2.K-2"
,"unece common code":"A6"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-M2-K2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$a/m^2-k^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H-2T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/RichardsonConstant",
"iec61360Code" : "0112/2///62720#UAB353",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB353", "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ],
"symbol" : "A/(m²·K²)",
"ucumCode" : "A.m-2.K-2",
"uneceCommonCode" : "A6",
"wikidataMatch" : "http://www.wikidata.org/entity/Q105883158",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Ampere per Metro Quadrato Kelvin Quadrato"
}, {
"@language" : "pl",
"@value" : "Amper na Metr Kwadratowy Kelwin Kwadratowy"
}, {
"@language" : "la",
"@value" : "Amperium per Metrum Quadratum Kelvin Quadratum"
}, {
"@language" : "tr",
"@value" : "Amper per Metrekare Kelvinkare"
}, {
"@language" : "es",
"@value" : "Amperio por Metro Cuadrado Kelvin Cuadrado"
}, {
"@language" : "ru",
"@value" : "Ампер на Квадратный Метр Квадратный Кельвин"
}, {
"@language" : "en-us",
"@value" : "Ampere per Square Meter Square Kelvin"
}, {
"@language" : "ro",
"@value" : "Amper pe Metru Pătrat Kelvin Pătrat"
}, {
"@language" : "ms",
"@value" : "Ampere per Meter Persegi Kelvin Persegi"
}, {
"@language" : "bg",
"@value" : "Ампер на Квадратен Метър Квадратен Келвин"
}, {
"@language" : "fr",
"@value" : "Ampère par Mètre Carré Kelvin Carré"
}, {
"@language" : "cs",
"@value" : "Ampér na Čtvereční Metr Čtvereční Kelvin"
}, {
"@language" : "sl",
"@value" : "Amper na Kvadratni Meter Kvadratni Kelvin"
}, {
"@language" : "pt",
"@value" : "Ampere por Metro Quadrado Kelvin Quadrado"
}, "Ampere per Square Metre Square Kelvin", {
"@language" : "el",
"@value" : "Αμπέρ ανά Τετραγωνικό Μέτρο Τετραγωνικό Κέλβιν"
}, {
"@language" : "en",
"@value" : "Ampere per Square Metre Square Kelvin"
}, {
"@language" : "de",
"@value" : "Ampere pro Quadratmeter Quadratkelvin"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-MilliM
URI: http://qudt.org/vocab/unit/A-PER-MilliM
SI base unit ampere divided by the 0.001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB072" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB072"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit ampere divided by the 0.001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "A/mm" ; <http://qudt.org/schema/qudt/ucumCode> "A.mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A3" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper na Millimeter"@sl ; rdfs:label "Amper na Millimetr"@pl ; rdfs:label "Amper pe Millimetru"@ro ; rdfs:label "Amper per Millimetre"@tr ; rdfs:label "Ampere per Millimeter"@en-US ; rdfs:label "Ampere per Millimeter"@ms ; rdfs:label "Ampere per Millimetre" ; rdfs:label "Ampere per Millimetre"@en ; rdfs:label "Ampere per Millimetro"@it ; rdfs:label "Ampere pro Millimeter"@de ; rdfs:label "Amperio por Millimetro"@es ; rdfs:label "Ampère par Millimètre"@fr ; rdfs:label "Ampér na Millimetr"@cs ; .
{"resource":"Ampere per Millimetre"
,"qname":"unit:A-PER-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-MilliM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI base unit ampere divided by the 0.001-fold of the SI base unit metre"
,"description (plain text)":"SI base unit ampere divided by the 0.001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E1L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearElectricCurrentDensity"
,"has quantity kind":"quantitykind:MagneticFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB072"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB072"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Millimeter"
,"label":"Amper na Millimetr"
,"label":"Amper pe Millimetru"
,"label":"Amper per Millimetre"
,"label":"Ampere per Millimeter"
,"label":"Ampere per Millimeter"
,"label":"Ampere per Millimetre"
,"label":"Ampere per Millimetre"
,"label":"Ampere per Millimetro"
,"label":"Ampere pro Millimeter"
,"label":"Amperio por Millimetro"
,"label":"Ampère par Millimètre"
,"label":"Ampér na Millimetr"
,"symbol":"A\/mm"
,"type":"qudt:Unit"
,"ucum code":"A.mm-1"
,"unece common code":"A3"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit ampere divided by the 0.001-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticFieldStrength", "http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity" ],
"iec61360Code" : "0112/2///62720#UAB072",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB072",
"plainTextDescription" : "SI base unit ampere divided by the 0.001-fold of the SI base unit metre",
"symbol" : "A/mm",
"ucumCode" : "A.mm-1",
"uneceCommonCode" : "A3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Amper pe Millimetru"
}, {
"@language" : "fr",
"@value" : "Ampère par Millimètre"
}, {
"@language" : "cs",
"@value" : "Ampér na Millimetr"
}, "Ampere per Millimetre", {
"@language" : "en",
"@value" : "Ampere per Millimetre"
}, {
"@language" : "it",
"@value" : "Ampere per Millimetro"
}, {
"@language" : "de",
"@value" : "Ampere pro Millimeter"
}, {
"@language" : "en-us",
"@value" : "Ampere per Millimeter"
}, {
"@language" : "ms",
"@value" : "Ampere per Millimeter"
}, {
"@language" : "sl",
"@value" : "Amper na Millimeter"
}, {
"@language" : "pl",
"@value" : "Amper na Millimetr"
}, {
"@language" : "es",
"@value" : "Amperio por Millimetro"
}, {
"@language" : "tr",
"@value" : "Amper per Millimetre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-MilliM2
URI: http://qudt.org/vocab/unit/A-PER-MilliM2
SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-MilliM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB051" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB051"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "A/mm²" ; <http://qudt.org/schema/qudt/ucumCode> "A.mm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A7" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper na Kvadratni Millimeter"@sl ; rdfs:label "Amper na Millimetr Kwadratowy"@pl ; rdfs:label "Amper pe Millimetru Pătrat"@ro ; rdfs:label "Amper per Millimetrekare"@tr ; rdfs:label "Ampere per Millimeter Persegi"@ms ; rdfs:label "Ampere per Millimetro Quadrato"@it ; rdfs:label "Ampere per Square Millimeter"@en-US ; rdfs:label "Ampere per Square Millimetre" ; rdfs:label "Ampere per Square Millimetre"@en ; rdfs:label "Ampere pro Quadratmillimeter"@de ; rdfs:label "Amperio por Millimetro Cuadrado"@es ; rdfs:label "Ampère par Millimètre Carré"@fr ; rdfs:label "Ampér na Čtvereční Millimetr"@cs ; .
{"resource":"Ampere per Square Millimetre"
,"qname":"unit:A-PER-MilliM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-MilliM2"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"
,"description (plain text)":"SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB051"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB051"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Kvadratni Millimeter"
,"label":"Amper na Millimetr Kwadratowy"
,"label":"Amper pe Millimetru Pătrat"
,"label":"Amper per Millimetrekare"
,"label":"Ampere per Millimeter Persegi"
,"label":"Ampere per Millimetro Quadrato"
,"label":"Ampere per Square Millimeter"
,"label":"Ampere per Square Millimetre"
,"label":"Ampere per Square Millimetre"
,"label":"Ampere pro Quadratmillimeter"
,"label":"Amperio por Millimetro Cuadrado"
,"label":"Ampère par Millimètre Carré"
,"label":"Ampér na Čtvereční Millimetr"
,"symbol":"A\/mm²"
,"type":"qudt:Unit"
,"ucum code":"A.mm-2"
,"unece common code":"A7"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-MilliM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentDensity",
"iec61360Code" : "0112/2///62720#UAB051",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB051",
"plainTextDescription" : "SI base unit ampere divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2",
"symbol" : "A/mm²",
"ucumCode" : "A.mm-2",
"uneceCommonCode" : "A7",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Amper na Kvadratni Millimeter"
}, {
"@language" : "fr",
"@value" : "Ampère par Millimètre Carré"
}, {
"@language" : "pl",
"@value" : "Amper na Millimetr Kwadratowy"
}, "Ampere per Square Millimetre", {
"@language" : "en",
"@value" : "Ampere per Square Millimetre"
}, {
"@language" : "en-us",
"@value" : "Ampere per Square Millimeter"
}, {
"@language" : "ro",
"@value" : "Amper pe Millimetru Pătrat"
}, {
"@language" : "it",
"@value" : "Ampere per Millimetro Quadrato"
}, {
"@language" : "de",
"@value" : "Ampere pro Quadratmillimeter"
}, {
"@language" : "ms",
"@value" : "Ampere per Millimeter Persegi"
}, {
"@language" : "cs",
"@value" : "Ampér na Čtvereční Millimetr"
}, {
"@language" : "tr",
"@value" : "Amper per Millimetrekare"
}, {
"@language" : "es",
"@value" : "Amperio por Millimetro Cuadrado"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-PA
URI: http://qudt.org/vocab/unit/A-PER-PA
SI base unit ampere divided by the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-PER-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit ampere divided by the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB320" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB320"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A/Pa" ; <http://qudt.org/schema/qudt/ucumCode> "A.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N93" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper na Pascal"@sl ; rdfs:label "Amper na Paskal"@pl ; rdfs:label "Amper pe Pascal"@ro ; rdfs:label "Amper per Pascal"@tr ; rdfs:label "Ampere per Pascal" ; rdfs:label "Ampere per Pascal"@en ; rdfs:label "Ampere per Pascal"@it ; rdfs:label "Ampere per Pascal"@ms ; rdfs:label "Ampere por Pascal"@pt ; rdfs:label "Ampere pro Pascal"@de ; rdfs:label "Amperio por Pascal"@es ; rdfs:label "Amperium per Pascalium"@la ; rdfs:label "Ampère par Pascal"@fr ; rdfs:label "Ampér na Pascal"@cs ; rdfs:label "Αμπέρ ανά Πασκάλ"@el ; rdfs:label "Ампер на Паскал"@bg ; rdfs:label "Ампер на Паскаль"@ru ; .
{"resource":"Ampere per Pascal"
,"qname":"unit:A-PER-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit ampere divided by the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E1L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB320"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB320"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Pascal"
,"label":"Amper na Paskal"
,"label":"Amper pe Pascal"
,"label":"Amper per Pascal"
,"label":"Ampere per Pascal"
,"label":"Ampere per Pascal"
,"label":"Ampere per Pascal"
,"label":"Ampere per Pascal"
,"label":"Ampere por Pascal"
,"label":"Ampere pro Pascal"
,"label":"Amperio por Pascal"
,"label":"Amperium per Pascalium"
,"label":"Ampère par Pascal"
,"label":"Ampér na Pascal"
,"label":"Αμπέρ ανά Πασκάλ"
,"label":"Ампер на Паскал"
,"label":"Ампер на Паскаль"
,"symbol":"A\/Pa"
,"type":"qudt:Unit"
,"ucum code":"A.Pa-1"
,"unece common code":"N93"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit ampere divided by the SI derived unit pascal",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB320",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB320",
"symbol" : "A/Pa",
"ucumCode" : "A.Pa-1",
"uneceCommonCode" : "N93",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Ampér na Pascal"
}, {
"@language" : "bg",
"@value" : "Ампер на Паскал"
}, "Ampere per Pascal", {
"@language" : "en",
"@value" : "Ampere per Pascal"
}, {
"@language" : "it",
"@value" : "Ampere per Pascal"
}, {
"@language" : "ms",
"@value" : "Ampere per Pascal"
}, {
"@language" : "ro",
"@value" : "Amper pe Pascal"
}, {
"@language" : "ru",
"@value" : "Ампер на Паскаль"
}, {
"@language" : "sl",
"@value" : "Amper na Pascal"
}, {
"@language" : "pt",
"@value" : "Ampere por Pascal"
}, {
"@language" : "la",
"@value" : "Amperium per Pascalium"
}, {
"@language" : "de",
"@value" : "Ampere pro Pascal"
}, {
"@language" : "pl",
"@value" : "Amper na Paskal"
}, {
"@language" : "el",
"@value" : "Αμπέρ ανά Πασκάλ"
}, {
"@language" : "tr",
"@value" : "Amper per Pascal"
}, {
"@language" : "fr",
"@value" : "Ampère par Pascal"
}, {
"@language" : "es",
"@value" : "Amperio por Pascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-PER-RAD
URI: http://qudt.org/vocab/unit/A-PER-RAD
$\textit{Ampere per Radian}$ is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A-PER-RAD>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Ampere per Radian}$ is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$a-per-rad$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPerAngle> ;
<http://qudt.org/schema/qudt/symbol> "A/rad" ;
<http://qudt.org/schema/qudt/ucumCode> "A.rad-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30064202> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Amper na Radian"@pl ;
rdfs:label "Amper na Radian"@sl ;
rdfs:label "Amper pe Radian"@ro ;
rdfs:label "Amper per Radyan"@tr ;
rdfs:label "Ampere per Radian" ;
rdfs:label "Ampere per Radian"@en ;
rdfs:label "Ampere per Radian"@ms ;
rdfs:label "Ampere per Radiante"@it ;
rdfs:label "Ampere por Radiano"@pt ;
rdfs:label "Ampere pro Radiant"@de ;
rdfs:label "Amperio por Radián"@es ;
rdfs:label "Amperium per Radian"@la ;
rdfs:label "Ampère par Radian"@fr ;
rdfs:label "Ampér na Radián"@cs ;
rdfs:label "Αμπέρ ανά Ακτίνιο"@el ;
rdfs:label "Ампер на Радиан"@bg ;
rdfs:label "Ампер на Радиан"@ru ;
.
{"resource":"Ampere per Radian"
,"qname":"unit:A-PER-RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-PER-RAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30064202>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Ampere per Radian}$ is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian."
,"expression":"$a-per-rad$"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentPerAngle"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper na Radian"
,"label":"Amper na Radian"
,"label":"Amper pe Radian"
,"label":"Amper per Radyan"
,"label":"Ampere per Radian"
,"label":"Ampere per Radian"
,"label":"Ampere per Radian"
,"label":"Ampere per Radiante"
,"label":"Ampere por Radiano"
,"label":"Ampere pro Radiant"
,"label":"Amperio por Radián"
,"label":"Amperium per Radian"
,"label":"Ampère par Radian"
,"label":"Ampér na Radián"
,"label":"Αμπέρ ανά Ακτίνιο"
,"label":"Ампер на Радиан"
,"label":"Ампер на Радиан"
,"symbol":"A\/rad"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"A.rad-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-PER-RAD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Ampere per Radian}$ is a derived unit for measuring the amount of current per unit measure of angle, expressed in ampere per radian.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$a-per-rad$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentPerAngle",
"symbol" : "A/rad",
"ucumCode" : "A.rad-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30064202",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Amperium per Radian"
}, {
"@language" : "es",
"@value" : "Amperio por Radián"
}, {
"@language" : "cs",
"@value" : "Ampér na Radián"
}, {
"@language" : "pt",
"@value" : "Ampere por Radiano"
}, {
"@language" : "de",
"@value" : "Ampere pro Radiant"
}, {
"@language" : "ro",
"@value" : "Amper pe Radian"
}, {
"@language" : "pl",
"@value" : "Amper na Radian"
}, {
"@language" : "sl",
"@value" : "Amper na Radian"
}, {
"@language" : "it",
"@value" : "Ampere per Radiante"
}, {
"@language" : "el",
"@value" : "Αμπέρ ανά Ακτίνιο"
}, {
"@language" : "tr",
"@value" : "Amper per Radyan"
}, {
"@language" : "bg",
"@value" : "Ампер на Радиан"
}, {
"@language" : "ru",
"@value" : "Ампер на Радиан"
}, {
"@language" : "fr",
"@value" : "Ampère par Radian"
}, "Ampere per Radian", {
"@language" : "en",
"@value" : "Ampere per Radian"
}, {
"@language" : "ms",
"@value" : "Ampere per Radian"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-SEC
URI: http://qudt.org/vocab/unit/A-SEC
product out of the SI base unit ampere and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the SI base unit ampere and the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BatteryCapacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA107" ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD516" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA107"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD516"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product out of the SI base unit ampere and the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "A·s" ; <http://qudt.org/schema/qudt/ucumCode> "A.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A8" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q65665809> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper Saniye"@tr ; rdfs:label "Amper Secundă"@ro ; rdfs:label "Amper Sekunda"@pl ; rdfs:label "Amper Sekunda"@sl ; rdfs:label "Ampere Saat"@ms ; rdfs:label "Ampere Second" ; rdfs:label "Ampere Second"@en ; rdfs:label "Ampere Secondo"@it ; rdfs:label "Ampere Segundo"@pt ; rdfs:label "Ampere Sekunde"@de ; rdfs:label "Amperio Segundo"@es ; rdfs:label "Amperium Secundum"@la ; rdfs:label "Ampère Seconde"@fr ; rdfs:label "Ampér Sekunda"@cs ; rdfs:label "Αμπέρ Δευτερόλεπτο"@el ; rdfs:label "Ампер Секунда"@bg ; rdfs:label "Ампер Секунда"@ru ; .
{"resource":"Ampere Second"
,"qname":"unit:A-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q65665809>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product out of the SI base unit ampere and the SI base unit second"
,"description (plain text)":"product out of the SI base unit ampere and the SI base unit second"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:BatteryCapacity"
,"has quantity kind":"quantitykind:ElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA107"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD516"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA107"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD516"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper Saniye"
,"label":"Amper Secundă"
,"label":"Amper Sekunda"
,"label":"Amper Sekunda"
,"label":"Ampere Saat"
,"label":"Ampere Second"
,"label":"Ampere Second"
,"label":"Ampere Secondo"
,"label":"Ampere Segundo"
,"label":"Ampere Sekunde"
,"label":"Amperio Segundo"
,"label":"Amperium Secundum"
,"label":"Ampère Seconde"
,"label":"Ampér Sekunda"
,"label":"Αμπέρ Δευτερόλεπτο"
,"label":"Ампер Секунда"
,"label":"Ампер Секунда"
,"symbol":"A·s"
,"type":"qudt:Unit"
,"ucum code":"A.s"
,"unece common code":"A8"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the SI base unit ampere and the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricCharge", "http://qudt.org/vocab/quantitykind/BatteryCapacity" ],
"iec61360Code" : [ "0112/2///62720#UAD516", "0112/2///62720#UAA107" ],
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA107", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD516" ],
"plainTextDescription" : "product out of the SI base unit ampere and the SI base unit second",
"symbol" : "A·s",
"ucumCode" : "A.s",
"uneceCommonCode" : "A8",
"wikidataMatch" : "http://www.wikidata.org/entity/Q65665809",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Αμπέρ Δευτερόλεπτο"
}, {
"@language" : "de",
"@value" : "Ampere Sekunde"
}, {
"@language" : "fr",
"@value" : "Ampère Seconde"
}, "Ampere Second", {
"@language" : "cs",
"@value" : "Ampér Sekunda"
}, {
"@language" : "tr",
"@value" : "Amper Saniye"
}, {
"@language" : "bg",
"@value" : "Ампер Секунда"
}, {
"@language" : "ru",
"@value" : "Ампер Секунда"
}, {
"@language" : "en",
"@value" : "Ampere Second"
}, {
"@language" : "it",
"@value" : "Ampere Secondo"
}, {
"@language" : "pl",
"@value" : "Amper Sekunda"
}, {
"@language" : "sl",
"@value" : "Amper Sekunda"
}, {
"@language" : "ro",
"@value" : "Amper Secundă"
}, {
"@language" : "la",
"@value" : "Amperium Secundum"
}, {
"@language" : "pt",
"@value" : "Ampere Segundo"
}, {
"@language" : "es",
"@value" : "Amperio Segundo"
}, {
"@language" : "ms",
"@value" : "Ampere Saat"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A-SEC2
URI: http://qudt.org/vocab/unit/A-SEC2
product out of the power of the SI base unit ampere and the SI base unit second with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the power of the SI base unit ampere and the SI base unit second with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "A·s²" ; <http://qudt.org/schema/qudt/ucumCode> "A.s2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper Kvadratni Sekunda"@sl ; rdfs:label "Amper Saniyekare"@tr ; rdfs:label "Amper Secundă Pătrat"@ro ; rdfs:label "Amper Sekunda Kwadratowy"@pl ; rdfs:label "Ampere Quadratsekunde"@de ; rdfs:label "Ampere Saat Persegi"@ms ; rdfs:label "Ampere Secondo Quadrato"@it ; rdfs:label "Ampere Segundo Quadrado"@pt ; rdfs:label "Ampere Square Second" ; rdfs:label "Ampere Square Second"@en ; rdfs:label "Amperio Segundo Cuadrado"@es ; rdfs:label "Amperium Secundum Quadratum"@la ; rdfs:label "Ampère Seconde Carré"@fr ; rdfs:label "Ampér Čtvereční Sekunda"@cs ; rdfs:label "Αμπέρ Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Ампер Квадратен Секунда"@bg ; rdfs:label "Ампер Квадратный Секунда"@ru ; .
{"resource":"Ampere Square Second"
,"qname":"unit:A-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A-SEC2"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product out of the power of the SI base unit ampere and the SI base unit second with the exponent 2"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper Kvadratni Sekunda"
,"label":"Amper Saniyekare"
,"label":"Amper Secundă Pătrat"
,"label":"Amper Sekunda Kwadratowy"
,"label":"Ampere Quadratsekunde"
,"label":"Ampere Saat Persegi"
,"label":"Ampere Secondo Quadrato"
,"label":"Ampere Segundo Quadrado"
,"label":"Ampere Square Second"
,"label":"Ampere Square Second"
,"label":"Amperio Segundo Cuadrado"
,"label":"Amperium Secundum Quadratum"
,"label":"Ampère Seconde Carré"
,"label":"Ampér Čtvereční Sekunda"
,"label":"Αμπέρ Τετραγωνικό Δευτερόλεπτο"
,"label":"Ампер Квадратен Секунда"
,"label":"Ампер Квадратный Секунда"
,"symbol":"A·s²"
,"type":"qudt:Unit"
,"ucum code":"A.s2"
]}
{
"@id" : "http://qudt.org/vocab/unit/A-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the power of the SI base unit ampere and the SI base unit second with the exponent 2",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "A·s²",
"ucumCode" : "A.s2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Ampère Seconde Carré"
}, {
"@language" : "pl",
"@value" : "Amper Sekunda Kwadratowy"
}, "Ampere Square Second", {
"@language" : "ru",
"@value" : "Ампер Квадратный Секунда"
}, {
"@language" : "en",
"@value" : "Ampere Square Second"
}, {
"@language" : "el",
"@value" : "Αμπέρ Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "pt",
"@value" : "Ampere Segundo Quadrado"
}, {
"@language" : "sl",
"@value" : "Amper Kvadratni Sekunda"
}, {
"@language" : "de",
"@value" : "Ampere Quadratsekunde"
}, {
"@language" : "cs",
"@value" : "Ampér Čtvereční Sekunda"
}, {
"@language" : "es",
"@value" : "Amperio Segundo Cuadrado"
}, {
"@language" : "it",
"@value" : "Ampere Secondo Quadrato"
}, {
"@language" : "la",
"@value" : "Amperium Secundum Quadratum"
}, {
"@language" : "ms",
"@value" : "Ampere Saat Persegi"
}, {
"@language" : "ro",
"@value" : "Amper Secundă Pătrat"
}, {
"@language" : "bg",
"@value" : "Ампер Квадратен Секунда"
}, {
"@language" : "tr",
"@value" : "Amper Saniyekare"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A2-SEC
URI: http://qudt.org/vocab/unit/A2-SEC
product out of the power of the SI base unit ampere with the exponent 2 and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/A2-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the power of the SI base unit ampere with the exponent 2 and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA108" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA108"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "A²·s" ; <http://qudt.org/schema/qudt/ucumCode> "A2.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H32" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Amper Kwadratowy Sekunda"@pl ; rdfs:label "Amper Pătrat Secundă"@ro ; rdfs:label "Ampere Persegi Saat"@ms ; rdfs:label "Ampere Quadrado Segundo"@pt ; rdfs:label "Ampere Quadrato Secondo"@it ; rdfs:label "Amperio Cuadrado Segundo"@es ; rdfs:label "Amperium Quadratum Secundum"@la ; rdfs:label "Amperkare Saniye"@tr ; rdfs:label "Ampère Carré Seconde"@fr ; rdfs:label "Kvadratni Amper Sekunda"@sl ; rdfs:label "Quadratampere Sekunde"@de ; rdfs:label "Square Ampere Second" ; rdfs:label "Square Ampere Second"@en ; rdfs:label "Čtvereční Ampér Sekunda"@cs ; rdfs:label "Τετραγωνικό Αμπέρ Δευτερόλεπτο"@el ; rdfs:label "Квадратен Ампер Секунда"@bg ; rdfs:label "Квадратный Ампер Секунда"@ru ; .
{"resource":"Square Ampere Second"
,"qname":"unit:A2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A2-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product out of the power of the SI base unit ampere with the exponent 2 and the SI base unit second"
,"has dimension vector":"qkdv:A0E2L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA108"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA108"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Amper Kwadratowy Sekunda"
,"label":"Amper Pătrat Secundă"
,"label":"Ampere Persegi Saat"
,"label":"Ampere Quadrado Segundo"
,"label":"Ampere Quadrato Secondo"
,"label":"Amperio Cuadrado Segundo"
,"label":"Amperium Quadratum Secundum"
,"label":"Amperkare Saniye"
,"label":"Ampère Carré Seconde"
,"label":"Kvadratni Amper Sekunda"
,"label":"Quadratampere Sekunde"
,"label":"Square Ampere Second"
,"label":"Square Ampere Second"
,"label":"Čtvereční Ampér Sekunda"
,"label":"Τετραγωνικό Αμπέρ Δευτερόλεπτο"
,"label":"Квадратен Ампер Секунда"
,"label":"Квадратный Ампер Секунда"
,"symbol":"A²·s"
,"type":"qudt:Unit"
,"ucum code":"A2.s"
,"unece common code":"H32"
]}
{
"@id" : "http://qudt.org/vocab/unit/A2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the power of the SI base unit ampere with the exponent 2 and the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA108",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA108",
"symbol" : "A²·s",
"ucumCode" : "A2.s",
"uneceCommonCode" : "H32",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Amperium Quadratum Secundum"
}, {
"@language" : "sl",
"@value" : "Kvadratni Amper Sekunda"
}, {
"@language" : "es",
"@value" : "Amperio Cuadrado Segundo"
}, {
"@language" : "cs",
"@value" : "Čtvereční Ampér Sekunda"
}, {
"@language" : "tr",
"@value" : "Amperkare Saniye"
}, {
"@language" : "pt",
"@value" : "Ampere Quadrado Segundo"
}, {
"@language" : "ru",
"@value" : "Квадратный Ампер Секунда"
}, "Square Ampere Second", {
"@language" : "en",
"@value" : "Square Ampere Second"
}, {
"@language" : "bg",
"@value" : "Квадратен Ампер Секунда"
}, {
"@language" : "ms",
"@value" : "Ampere Persegi Saat"
}, {
"@language" : "ro",
"@value" : "Amper Pătrat Secundă"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Αμπέρ Δευτερόλεπτο"
}, {
"@language" : "de",
"@value" : "Quadratampere Sekunde"
}, {
"@language" : "fr",
"@value" : "Ampère Carré Seconde"
}, {
"@language" : "pl",
"@value" : "Amper Kwadratowy Sekunda"
}, {
"@language" : "it",
"@value" : "Ampere Quadrato Secondo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AC
URI: http://qudt.org/vocab/unit/AC
The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/AC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4046.8564224 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.0468564224E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Acre"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA320" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Acre?oldid=495387342"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA320"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2> ; <http://qudt.org/schema/qudt/symbol> "acre" ; <http://qudt.org/schema/qudt/ucumCode> "[acr_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "ACR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q81292> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Acre" ; rdfs:label "Acre"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "acre" ; .
{"resource":"Acre"
,"qname":"unit:AC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q81292>"
,"alternative label":"acre"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4046.8564224"
,"conversion multiplier scientific":"4.0468564224E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Acre"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA320"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Acre?oldid=495387342"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA320"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Acre"
,"label":"Acre"
,"scalingOf":"unit:M2"
,"symbol":"acre"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[acr_br]"
,"unece common code":"ACR"
]}
{
"@id" : "http://qudt.org/vocab/unit/AC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The acre is a unit of area in a number of different systems, including the imperial and U.S. customary systems. Its international symbol is ac. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "4046.8564224",
"conversionMultiplier:SN" : 4046.8564224,
"dbpediaMatch" : "http://dbpedia.org/resource/Acre",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"iec61360Code" : "0112/2///62720#UAA320",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Acre?oldid=495387342", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA320" ],
"scalingOf" : "http://qudt.org/vocab/unit/M2",
"symbol" : "acre",
"ucumCode" : "[acr_br]",
"uneceCommonCode" : "ACR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q81292",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Acre"
}, "Acre" ],
"altLabel" : "acre",
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AC-FT
URI: http://qudt.org/vocab/unit/AC-FT
An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \times 1 \; ac = 43,560 \; ft^{3} (1,233.482 \; m^{3}, 325,851 \; US gal)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AC-FT>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \\times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \\times 1 \\; ac = 43,560 \\; ft^{3} (1,233.482 \\; m^{3}, 325,851 \\; US gal)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1233.48183754752 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.23348183754752E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/AC-FT_US> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB288" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Acre-foot"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-35"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB288"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot> ;
<http://qudt.org/schema/qudt/symbol> "acre·ft" ;
<http://qudt.org/schema/qudt/ucumCode> "[acr_br].[ft_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q342590> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Acre Foot" ;
rdfs:label "Acre Foot"@en ;
.
{"resource":"Acre Foot"
,"qname":"unit:AC-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AC-FT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q342590>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1233.48183754752"
,"conversion multiplier scientific":"1.23348183754752E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \\times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \\times 1 \\; ac = 43,560 \\; ft^{3} (1,233.482 \\; m^{3}, 325,851 \\; US gal)$."
,"exact match":"unit:AC-FT_US"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB288"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Acre-foot"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-35"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB288"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Acre Foot"
,"label":"Acre Foot"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/acreFoot>"
,"symbol":"acre·ft"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[acr_br].[ft_i]"
]}
{
"@id" : "http://qudt.org/vocab/unit/AC-FT",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "An acre-foot is a unit of volume commonly used in the United States in reference to large-scale water resources, such as reservoirs, aqueducts, canals, sewer flow capacity, and river flows. It is defined by the volume of one acre of surface area to a depth of one foot. Since the acre is defined as a chain by a furlong ($66 ft \\times 660 ft$) the acre-foot is exactly $43,560 cubic feet$. For irrigation water, the volume of $1 ft \\times 1 \\; ac = 43,560 \\; ft^{3} (1,233.482 \\; m^{3}, 325,851 \\; US gal)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1233.48183754752",
"conversionMultiplier:SN" : 1233.48183754752,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"exactMatch" : "http://qudt.org/vocab/unit/AC-FT_US",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB288",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Acre-foot", "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-35", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB288" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/acreFoot",
"symbol" : "acre·ft",
"ucumCode" : "[acr_br].[ft_i]",
"wikidataMatch" : "http://www.wikidata.org/entity/Q342590",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Acre Foot", {
"@language" : "en",
"@value" : "Acre Foot"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AC-FT_US
URI: http://qudt.org/vocab/unit/AC-FT_US
unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AC-FT_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1233.48426566137344 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.23348426566137344E3 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/AC-FT> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB288" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB288"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "acre·ft{US Survey}" ;
<http://qudt.org/schema/qudt/ucumCode> "[acr_br].[ft_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Acre Us Survey Foot" ;
rdfs:label "Acre Us Survey Foot"@en ;
.
{"resource":"Acre Us Survey Foot"
,"qname":"unit:AC-FT_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AC-FT_US"
,"properties":["conversion multiplier":"1233.48426566137344"
,"conversion multiplier scientific":"1.23348426566137344E3"
,"description":"unit of the volume, which is used in the United States to measure\/gauge the capacity of reservoirs"
,"exact match":"unit:AC-FT"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB288"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB288"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Acre Us Survey Foot"
,"label":"Acre Us Survey Foot"
,"symbol":"acre·ft{US Survey}"
,"type":"qudt:Unit"
,"ucum code":"[acr_br].[ft_us]"
]}
{
"@id" : "http://qudt.org/vocab/unit/AC-FT_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume, which is used in the United States to measure/gauge the capacity of reservoirs",
"conversionMultiplier" : "1233.48426566137344",
"conversionMultiplier:SN" : 1233.4842656613735,
"exactMatch" : "http://qudt.org/vocab/unit/AC-FT",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB288",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB288",
"symbol" : "acre·ft{US Survey}",
"ucumCode" : "[acr_br].[ft_us]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Acre Us Survey Foot", {
"@language" : "en",
"@value" : "Acre Us Survey Foot"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AMU
URI: http://qudt.org/vocab/unit/AMU
The $\textit{Unified Atomic Mass Unit}$ (symbol: $\mu$) or $\textit{dalton}$ (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a $\textit{"non-SI unit whose values in SI units must be obtained experimentally"}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AMU>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The $\\textit{Unified Atomic Mass Unit}$ (symbol: $\\mu$) or $\\textit{dalton}$ (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a $\\textit{\"non-SI unit whose values in SI units must be obtained experimentally\"}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000000000000000166053878283 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.66053878283E-27 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/DA> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/U> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "amu" ;
<http://qudt.org/schema/qudt/ucumCode> "u"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "u" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D43" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Atomic Mass Unit" ;
rdfs:label "Atomic Mass Unit"@en ;
.
{"resource":"Atomic Mass Unit"
,"qname":"unit:AMU"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AMU"
,"properties":["conversion multiplier":"0.00000000000000000000000000166053878283"
,"conversion multiplier scientific":"1.66053878283E-27"
,"description":"The $\\textit{Unified Atomic Mass Unit}$ (symbol: $\\mu$) or $\\textit{dalton}$ (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a $\\textit{\"non-SI unit whose values in SI units must be obtained experimentally\"}$."
,"exact match":"unit:DA"
,"exact match":"unit:U"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Atomic_mass_unit"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Atomic Mass Unit"
,"label":"Atomic Mass Unit"
,"scalingOf":"unit:KiloGM"
,"symbol":"amu"
,"type":"qudt:Unit"
,"ucum code":"u"
,"udunits code":"u"
,"unece common code":"D43"
]}
{
"@id" : "http://qudt.org/vocab/unit/AMU",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The $\\textit{Unified Atomic Mass Unit}$ (symbol: $\\mu$) or $\\textit{dalton}$ (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a $\\textit{\"non-SI unit whose values in SI units must be obtained experimentally\"}$.",
"conversionMultiplier" : "0.00000000000000000000000000166053878283",
"conversionMultiplier:SN" : 1.66053878283E-27,
"exactMatch" : [ "http://qudt.org/vocab/unit/U", "http://qudt.org/vocab/unit/DA" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"informativeReference" : "http://en.wikipedia.org/wiki/Atomic_mass_unit",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "amu",
"ucumCode" : "u",
"udunitsCode" : "u",
"uneceCommonCode" : "D43",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Atomic Mass Unit", {
"@language" : "en",
"@value" : "Atomic Mass Unit"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ANGSTROM
URI: http://qudt.org/vocab/unit/ANGSTROM
The $Angstr\ddot{o}m$ is an internationally recognized unit of length equal to $0.1 \,nanometre$ or $1 \times 10^{-10}\,metres$. Although accepted for use, it is not formally defined within the International System of Units(SI). The angstrom is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ANGSTROM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The $Angstr\\ddot{o}m$ is an internationally recognized unit of length equal to $0.1 \\,nanometre$ or $1 \\times 10^{-10}\\,metres$. Although accepted for use, it is not formally defined within the International System of Units(SI). The angstrom is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-10 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/%C3%85ngstr%C3%B6m"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA023" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ångström?oldid=436192495"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA023"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexSymbol> "$\\AA$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ;
<http://qudt.org/schema/qudt/symbol> "Å" ;
<http://qudt.org/schema/qudt/ucumCode> "Ao"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "Å" ;
<http://qudt.org/schema/qudt/udunitsCode> "Å" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A11" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q81454> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Angstrom" ;
rdfs:label "Angstrom"@en ;
.
{"resource":"Angstrom"
,"qname":"unit:ANGSTROM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ANGSTROM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q81454>"
,"conversion multiplier":"0.0000000001"
,"conversion multiplier scientific":"1.0E-10"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/%C3%85ngstr%C3%B6m"
,"description":"The $Angstr\\ddot{o}m$ is an internationally recognized unit of length equal to $0.1 \\,nanometre$ or $1 \\times 10^{-10}\\,metres$. Although accepted for use, it is not formally defined within the International System of Units(SI). The angstrom is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA023"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ångström?oldid=436192495"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA023"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Angstrom"
,"label":"Angstrom"
,"latex symbol":"$\\AA$"
,"scalingOf":"unit:M"
,"symbol":"Å"
,"type":"qudt:Unit"
,"ucum code":"Ao"
,"udunits code":"Å"
,"udunits code":"Å"
,"unece common code":"A11"
]}
{
"@id" : "http://qudt.org/vocab/unit/ANGSTROM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The $Angstr\\ddot{o}m$ is an internationally recognized unit of length equal to $0.1 \\,nanometre$ or $1 \\times 10^{-10}\\,metres$. Although accepted for use, it is not formally defined within the International System of Units(SI). The angstrom is often used in the natural sciences to express the sizes of atoms, lengths of chemical bonds and the wavelengths of electromagnetic radiation, and in technology for the dimensions of parts of integrated circuits. It is also commonly used in structural biology.",
"conversionMultiplier" : "0.0000000001",
"conversionMultiplier:SN" : 1.0E-10,
"dbpediaMatch" : "http://dbpedia.org/resource/%C3%85ngstr%C3%B6m",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA023",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA023", "http://en.wikipedia.org/wiki/Ångström?oldid=436192495" ],
"latexSymbol" : "$\\AA$",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "Å",
"ucumCode" : "Ao",
"udunitsCode" : [ "Å", "Å" ],
"uneceCommonCode" : "A11",
"wikidataMatch" : "http://www.wikidata.org/entity/Q81454",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Angstrom", {
"@language" : "en",
"@value" : "Angstrom"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ANGSTROM3
URI: http://qudt.org/vocab/unit/ANGSTROM3
A unit that is a non-SI unit, specifically a CGS unit, of polarizability known informally as polarizability volume. The SI defined units for polarizability are C*m^2/V and can be converted to $Angstr\ddot{o}m$^3 by multiplying the SI value by 4 times pi times the vacuum permittivity and then converting the resulting m^3 to $Angstr\ddot{o}m$^3 through the SI base 10 conversion (multiplying by 10^-30).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ANGSTROM3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A unit that is a non-SI unit, specifically a CGS unit, of polarizability known informally as polarizability volume. The SI defined units for polarizability are C*m^2/V and can be converted to $Angstr\\ddot{o}m$^3 by multiplying the SI value by 4 times pi times the vacuum permittivity and then converting the resulting m^3 to $Angstr\\ddot{o}m$^3 through the SI base 10 conversion (multiplying by 10^-30)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-30 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/symbol> "ų" ;
<http://qudt.org/schema/qudt/ucumCode> "Ao3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Angstrom" ;
rdfs:label "Cubic Angstrom"@en ;
rdfs:label "Cubic Angstrom"@en-US ;
.
{"resource":"Cubic Angstrom"
,"qname":"unit:ANGSTROM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ANGSTROM3"
,"properties":["applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.000000000000000000000000000001"
,"conversion multiplier scientific":"1.0E-30"
,"description":"A unit that is a non-SI unit, specifically a CGS unit, of polarizability known informally as polarizability volume. The SI defined units for polarizability are C*m^2\/V and can be converted to $Angstr\\ddot{o}m$^3 by multiplying the SI value by 4 times pi times the vacuum permittivity and then converting the resulting m^3 to $Angstr\\ddot{o}m$^3 through the SI base 10 conversion (multiplying by 10^-30)."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Angstrom"
,"label":"Cubic Angstrom"
,"label":"Cubic Angstrom"
,"symbol":"ų"
,"type":"qudt:Unit"
,"ucum code":"Ao3"
]}
{
"@id" : "http://qudt.org/vocab/unit/ANGSTROM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit that is a non-SI unit, specifically a CGS unit, of polarizability known informally as polarizability volume. The SI defined units for polarizability are C*m^2/V and can be converted to $Angstr\\ddot{o}m$^3 by multiplying the SI value by 4 times pi times the vacuum permittivity and then converting the resulting m^3 to $Angstr\\ddot{o}m$^3 through the SI base 10 conversion (multiplying by 10^-30).",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS-GAUSS",
"conversionMultiplier" : "0.000000000000000000000000000001",
"conversionMultiplier:SN" : 1.0E-30,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"symbol" : "ų",
"ucumCode" : "Ao3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Angstrom", {
"@language" : "en",
"@value" : "Cubic Angstrom"
}, {
"@language" : "en-us",
"@value" : "Cubic Angstrom"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ARCMIN
URI: http://qudt.org/vocab/unit/ARCMIN
A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ARCMIN> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. "^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000290888209 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.90888209E-4 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MIN_Angle> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA097" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA097"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/arcminute> ; <http://qudt.org/schema/qudt/siUnitsExpression> "1" ; <http://qudt.org/schema/qudt/symbol> "'" ; <http://qudt.org/schema/qudt/ucumCode> "'"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "′" ; <http://qudt.org/schema/qudt/uneceCommonCode> "D61" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q209426> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Arcminute" ; rdfs:label "Arcminute"@en ; .
{"resource":"Arcminute"
,"qname":"unit:ARCMIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ARCMIN"
,"properties":["Individual from SI Reference Point":"si-unit:arcminute"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q209426>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000290888209"
,"conversion multiplier scientific":"2.90888209E-4"
,"defined unit of system":"sou:USCS"
,"description":"A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1\/60) of one degree (circle\/21,600), or $\\pi \/10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1\/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1\/360) of a rotation, one minute of arc is 1\/21,600 of a rotation. "
,"exact match":"unit:MIN_Angle"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA097"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Minute_of_arc"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA097"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Arcminute"
,"label":"Arcminute"
,"scalingOf":"unit:RAD"
,"si units expression":"1"
,"symbol":"'"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"'"
,"udunits code":"\u2032"
,"unece common code":"D61"
]}
{
"@id" : "http://qudt.org/vocab/unit/ARCMIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. ",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000290888209",
"conversionMultiplier:SN" : 2.90888209E-4,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"exactMatch" : "http://qudt.org/vocab/unit/MIN_Angle",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PlaneAngle", "http://qudt.org/vocab/quantitykind/Angle" ],
"iec61360Code" : "0112/2///62720#UAA097",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Minute_of_arc", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA097" ],
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"siExactMatch" : "https://si-digital-framework.org/SI/units/arcminute",
"siUnitsExpression" : "1",
"symbol" : "'",
"ucumCode" : "'",
"udunitsCode" : "′",
"uneceCommonCode" : "D61",
"wikidataMatch" : "http://www.wikidata.org/entity/Q209426",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Arcminute", {
"@language" : "en",
"@value" : "Arcminute"
} ],
"@context" : {
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ARCSEC
URI: http://qudt.org/vocab/unit/ARCSEC
"Arc Second" is a unit of angular measure, also called the $\textit{second of arc}$, equal to $1/60 \; arcminute$. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends $\textit{double prime}$ ($''$) as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds ($mas$).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ARCSEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Arc Second\" is a unit of angular measure, also called the $\\textit{second of arc}$, equal to $1/60 \\; arcminute$. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends $\\textit{double prime}$ ($''$) as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds ($mas$)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000484813681 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.84813681E-6 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA096" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA096"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/arcsecond> ;
<http://qudt.org/schema/qudt/symbol> "\"" ;
<http://qudt.org/schema/qudt/ucumCode> "''"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "″" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D62" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q829073> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Arcsecond" ;
rdfs:label "Arcsecond"@en ;
.
{"resource":"Arcsecond"
,"qname":"unit:ARCSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ARCSEC"
,"properties":["Individual from SI Reference Point":"si-unit:arcsecond"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q829073>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00000484813681"
,"conversion multiplier scientific":"4.84813681E-6"
,"defined unit of system":"sou:USCS"
,"description":"\"Arc Second\" is a unit of angular measure, also called the $\\textit{second of arc}$, equal to $1\/60 \\; arcminute$. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends $\\textit{double prime}$ ($''$) as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds ($mas$)."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA096"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA096"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Arcsecond"
,"label":"Arcsecond"
,"scalingOf":"unit:RAD"
,"symbol":"\""
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"''"
,"udunits code":"\u2033"
,"unece common code":"D62"
]}
{
"@id" : "http://qudt.org/vocab/unit/ARCSEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Arc Second\" is a unit of angular measure, also called the $\\textit{second of arc}$, equal to $1/60 \\; arcminute$. One arcsecond is a very small angle: there are 1,296,000 in a circle. The SI recommends $\\textit{double prime}$ ($''$) as the symbol for the arcsecond. The symbol has become common in astronomy, where very small angles are stated in milliarcseconds ($mas$).",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00000484813681",
"conversionMultiplier:SN" : 4.84813681E-6,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PlaneAngle", "http://qudt.org/vocab/quantitykind/Angle" ],
"iec61360Code" : "0112/2///62720#UAA096",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Minute_of_arc#Symbols.2C_abbreviations_and_subdivisions", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA096" ],
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"siExactMatch" : "https://si-digital-framework.org/SI/units/arcsecond",
"symbol" : "\"",
"ucumCode" : "''",
"udunitsCode" : "″",
"uneceCommonCode" : "D62",
"wikidataMatch" : "http://www.wikidata.org/entity/Q829073",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Arcsecond", {
"@language" : "en",
"@value" : "Arcsecond"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ARE
URI: http://qudt.org/vocab/unit/ARE
An 'are' is a unit of area equal to 0.02471 acre and 100 centare.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ARE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "An 'are' is a unit of area equal to 0.02471 acre and 100 centare."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB048" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.anidatech.com/units.html"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB048"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/are> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2> ; <http://qudt.org/schema/qudt/symbol> "a" ; <http://qudt.org/schema/qudt/ucumCode> "ar"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "a" ; <http://qudt.org/schema/qudt/uneceCommonCode> "ARE" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q185078> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Are" ; rdfs:label "Are"@en ; .
{"resource":"Are"
,"qname":"unit:ARE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ARE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q185078>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"An 'are' is a unit of area equal to 0.02471 acre and 100 centare."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB048"
,"informative reference":"http:\/\/www.anidatech.com\/units.html"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB048"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Are"
,"label":"Are"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/are>"
,"scalingOf":"unit:M2"
,"symbol":"a"
,"type":"qudt:Unit"
,"ucum code":"ar"
,"udunits code":"a"
,"unece common code":"ARE"
]}
{
"@id" : "http://qudt.org/vocab/unit/ARE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "An 'are' is a unit of area equal to 0.02471 acre and 100 centare.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"iec61360Code" : "0112/2///62720#UAB048",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB048", "http://www.anidatech.com/units.html" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/are",
"scalingOf" : "http://qudt.org/vocab/unit/M2",
"symbol" : "a",
"ucumCode" : "ar",
"udunitsCode" : "a",
"uneceCommonCode" : "ARE",
"wikidataMatch" : "http://www.wikidata.org/entity/Q185078",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Are", {
"@language" : "en",
"@value" : "Are"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AT
URI: http://qudt.org/vocab/unit/AT
The $\textit{ampere-turn}$ was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. "Turns" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, $ampere$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AT>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The $\\textit{ampere-turn}$ was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. \"Turns\" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, $ampere$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagnetomotiveForce> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ;
<http://qudt.org/schema/qudt/symbol> "AT" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q474533> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ampere Turn" ;
rdfs:label "Ampere Turn"@en ;
.
{"resource":"Ampere Turn"
,"qname":"unit:AT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q474533>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"The $\\textit{ampere-turn}$ was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. \"Turns\" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, $ampere$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagnetomotiveForce"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere Turn"
,"label":"Ampere Turn"
,"scalingOf":"unit:A"
,"symbol":"AT"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/AT",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The $\\textit{ampere-turn}$ was the MKS unit of magnetomotive force (MMF), represented by a direct current of one ampere flowing in a single-turn loop in a vacuum. \"Turns\" refers to the winding number of an electrical conductor comprising an inductor. The ampere-turn was replaced by the SI unit, $ampere$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagnetomotiveForce",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "AT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q474533",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere Turn", {
"@language" : "en",
"@value" : "Ampere Turn"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AT-PER-IN
URI: http://qudt.org/vocab/unit/AT-PER-IN
The $\textit{Ampere Turn per Inch}$ is a measure of magnetic field intensity and is equal to 12.5664 Oersted.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AT-PER-IN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Ampere Turn per Inch}$ is a measure of magnetic field intensity and is equal to 12.5664 Oersted.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 39.37007874015748031496062992125984 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.937007874015748031496062992125984E1 ;
<http://qudt.org/schema/qudt/expression> "$At/in$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFieldStrength> ;
<http://qudt.org/schema/qudt/symbol> "AT/in" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30064318> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ampere Turn per Inch" ;
rdfs:label "Ampere Turn per Inch"@en ;
.
{"resource":"Ampere Turn per Inch"
,"qname":"unit:AT-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AT-PER-IN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30064318>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"39.37007874015748031496062992125984"
,"conversion multiplier scientific":"3.937007874015748031496062992125984E1"
,"description":"\n The $\\textit{Ampere Turn per Inch}$ is a measure of magnetic field intensity and is equal to 12.5664 Oersted.\n "
,"expression":"$At\/in$"
,"has dimension vector":"qkdv:A0E1L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagneticFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere Turn per Inch"
,"label":"Ampere Turn per Inch"
,"symbol":"AT\/in"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/AT-PER-IN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The $\\textit{Ampere Turn per Inch}$ is a measure of magnetic field intensity and is equal to 12.5664 Oersted.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "39.37007874015748031496062992125984",
"conversionMultiplier:SN" : 39.37007874015748,
"expression" : "$At/in$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFieldStrength",
"symbol" : "AT/in",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30064318",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere Turn per Inch", {
"@language" : "en",
"@value" : "Ampere Turn per Inch"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AT-PER-M
URI: http://qudt.org/vocab/unit/AT-PER-M
The $\textit{Ampere Turn per Metre}$ is the SI unit of magnetic field strength. One ampere per meter is equal to $\pi/250$ oersteds (12.566 371 millioersteds) in CGS units. The ampere per meter is also the SI unit of "magnetization" in the sense of magnetic dipole moment per unit volume; in this context $1 A/m = 0.001 emu per cubic centimeter$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AT-PER-M>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Ampere Turn per Metre}$ is the SI unit of magnetic field strength.
One ampere per meter is equal to $\\pi/250$ oersteds (12.566 371 millioersteds) in CGS units.
The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume;
in this context $1 A/m = 0.001 emu per cubic centimeter$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$At/m$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFieldStrength> ;
<http://qudt.org/schema/qudt/symbol> "AT/m" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30064324> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ampere Turn per Meter"@en-US ;
rdfs:label "Ampere Turn per Metre" ;
rdfs:label "Ampere Turn per Metre"@en ;
.
{"resource":"Ampere Turn per Metre"
,"qname":"unit:AT-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AT-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30064324>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\n The $\\textit{Ampere Turn per Metre}$ is the SI unit of magnetic field strength. \n One ampere per meter is equal to $\\pi\/250$ oersteds (12.566 371 millioersteds) in CGS units. \n The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume;\n in this context $1 A\/m = 0.001 emu per cubic centimeter$.\n "
,"expression":"$At\/m$"
,"has dimension vector":"qkdv:A0E1L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagneticFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ampere Turn per Meter"
,"label":"Ampere Turn per Metre"
,"label":"Ampere Turn per Metre"
,"symbol":"AT\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/AT-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The $\\textit{Ampere Turn per Metre}$ is the SI unit of magnetic field strength. \n One ampere per meter is equal to $\\pi/250$ oersteds (12.566 371 millioersteds) in CGS units. \n The ampere per meter is also the SI unit of \"magnetization\" in the sense of magnetic dipole moment per unit volume;\n in this context $1 A/m = 0.001 emu per cubic centimeter$.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$At/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFieldStrength",
"symbol" : "AT/m",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30064324",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ampere Turn per Metre", {
"@language" : "en",
"@value" : "Ampere Turn per Metre"
}, {
"@language" : "en-us",
"@value" : "Ampere Turn per Meter"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ATM
URI: http://qudt.org/vocab/unit/ATM
The unit for $\textit{Standard Atmosphere}$, symbol: $atm$, is an international reference pressure defined as $101.325 \,kPa$ and formerly used as unit of pressure. For practical purposes it has been replaced by the bar which is $100 kPa$. The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ATM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit for $\\textit{Standard Atmosphere}$, symbol: $atm$, is an international reference pressure defined as $101.325 \\,kPa$ and formerly used as unit of pressure.
For practical purposes it has been replaced by the bar which is $100 kPa$.
The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 101325.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.01325E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA322" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Atmosphere_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA322"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ;
<http://qudt.org/schema/qudt/symbol> "atm" ;
<http://qudt.org/schema/qudt/ucumCode> "atm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "atm" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "ATM" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q177974> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standard Atmosphere" ;
rdfs:label "Standard Atmosphere"@en ;
.
{"resource":"Standard Atmosphere"
,"qname":"unit:ATM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ATM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q177974>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"101325.0"
,"conversion multiplier scientific":"1.01325E5"
,"description":"\n The unit for $\\textit{Standard Atmosphere}$, symbol: $atm$, is an international reference pressure defined as $101.325 \\,kPa$ and formerly used as unit of pressure.\n For practical purposes it has been replaced by the bar which is $100 kPa$. \n The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges.\n "
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA322"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Atmosphere_(unit)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA322"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Atmosphere"
,"label":"Standard Atmosphere"
,"scalingOf":"unit:PA"
,"symbol":"atm"
,"type":"qudt:Unit"
,"ucum code":"atm"
,"udunits code":"atm"
,"unece common code":"ATM"
]}
{
"@id" : "http://qudt.org/vocab/unit/ATM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit for $\\textit{Standard Atmosphere}$, symbol: $atm$, is an international reference pressure defined as $101.325 \\,kPa$ and formerly used as unit of pressure.\n For practical purposes it has been replaced by the bar which is $100 kPa$. \n The difference of about 1% is not significant for many applications, and is within the error range of common pressure gauges.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "101325.0",
"conversionMultiplier:SN" : 101325.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAA322",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Atmosphere_(unit)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA322" ],
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "atm",
"ucumCode" : "atm",
"udunitsCode" : "atm",
"uneceCommonCode" : "ATM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q177974",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Standard Atmosphere", {
"@language" : "en",
"@value" : "Standard Atmosphere"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ATM-M3-PER-MOL
URI: http://qudt.org/vocab/unit/ATM-M3-PER-MOL
The unit $\textit{Atmosphere Cubic Metre per Mole}$ consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ATM-M3-PER-MOL>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Atmosphere Cubic Metre per Mole}$ consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 101325.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.01325E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HenrysLawVolatilityConstant> ;
<http://qudt.org/schema/qudt/symbol> "atm·m³/mol" ;
<http://qudt.org/schema/qudt/ucumCode> "atm.m3.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standard Atmosphere Cubic Meter per Mole"@en-US ;
rdfs:label "Standard Atmosphere Cubic Metre per Mole" ;
rdfs:label "Standard Atmosphere Cubic Metre per Mole"@en ;
.
{"resource":"Standard Atmosphere Cubic Metre per Mole"
,"qname":"unit:ATM-M3-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ATM-M3-PER-MOL"
,"properties":["conversion multiplier":"101325.0"
,"conversion multiplier scientific":"1.01325E5"
,"description":"\n The unit $\\textit{Atmosphere Cubic Metre per Mole}$ consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol.\n "
,"has dimension vector":"qkdv:A-1E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:HenrysLawVolatilityConstant"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Atmosphere Cubic Meter per Mole"
,"label":"Standard Atmosphere Cubic Metre per Mole"
,"label":"Standard Atmosphere Cubic Metre per Mole"
,"symbol":"atm·m³\/mol"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"atm.m3.mol-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/ATM-M3-PER-MOL",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The unit $\\textit{Atmosphere Cubic Metre per Mole}$ consists of the power of the SI base unit metre with the exponent 3 multiplied by the unit atmosphere divided by the SI base unit mol.\n ",
"conversionMultiplier" : "101325.0",
"conversionMultiplier:SN" : 101325.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HenrysLawVolatilityConstant",
"symbol" : "atm·m³/mol",
"ucumCode" : "atm.m3.mol-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Standard Atmosphere Cubic Meter per Mole"
}, "Standard Atmosphere Cubic Metre per Mole", {
"@language" : "en",
"@value" : "Standard Atmosphere Cubic Metre per Mole"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ATM-PER-M
URI: http://qudt.org/vocab/unit/ATM-PER-M
An [outdated] unit of the pressure divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ATM-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """ An [outdated] unit of the pressure divided by the SI base unit metre """ ; <http://qudt.org/schema/qudt/conversionMultiplier> 101325.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.01325E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureGradient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB423" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB423"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "atm/m" ; <http://qudt.org/schema/qudt/ucumCode> "atm.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P83" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Standard Atmosphere per Meter"@en-US ; rdfs:label "Standard Atmosphere per Metre" ; rdfs:label "Standard Atmosphere per Metre"@en ; .
{"resource":"Standard Atmosphere per Metre"
,"qname":"unit:ATM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ATM-PER-M"
,"properties":["conversion multiplier":"101325.0"
,"conversion multiplier scientific":"1.01325E5"
,"description":"\n An [outdated] unit of the pressure divided by the SI base unit metre\n "
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:PressureGradient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB423"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB423"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Atmosphere per Meter"
,"label":"Standard Atmosphere per Metre"
,"label":"Standard Atmosphere per Metre"
,"symbol":"atm\/m"
,"type":"qudt:Unit"
,"ucum code":"atm.m-1"
,"unece common code":"P83"
]}
{
"@id" : "http://qudt.org/vocab/unit/ATM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n An [outdated] unit of the pressure divided by the SI base unit metre\n ",
"conversionMultiplier" : "101325.0",
"conversionMultiplier:SN" : 101325.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureGradient",
"iec61360Code" : "0112/2///62720#UAB423",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB423",
"symbol" : "atm/m",
"ucumCode" : "atm.m-1",
"uneceCommonCode" : "P83",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Standard Atmosphere per Metre", {
"@language" : "en",
"@value" : "Standard Atmosphere per Metre"
}, {
"@language" : "en-us",
"@value" : "Standard Atmosphere per Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ATM_T
URI: http://qudt.org/vocab/unit/ATM_T
The unit for $\textit{Technical Atmosphere}$, symbol: $at$, is a non-SI unit of pressure equal to one kilogram-force per square centimeter. The symbol $at$ clashes with that of the katal (symbol: $kat$), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol $kat$, indistinguishable from the symbol for katal. It also clashes with that of the non-SI unit, the $attotonne$, but that unit would be more likely be rendered as the equivalent SI unit. Assay ton (abbreviation $AT$) is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is $29 1D6 \,grams$ (short assay ton) or $32 2D3 \,grams$ (long assay ton), the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce. In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ATM_T>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit for $\\textit{Technical Atmosphere}$, symbol: $at$, is a non-SI unit of pressure equal to one kilogram-force per square centimeter.
The symbol $at$ clashes with that of the katal (symbol: $kat$), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol $kat$, indistinguishable from the symbol for katal.
It also clashes with that of the non-SI unit, the $attotonne$, but that unit would be more likely be rendered as the equivalent SI unit.
Assay ton (abbreviation $AT$) is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is $29 1D6 \\,grams$ (short assay ton) or $32 2D3 \\,grams$ (long assay ton),
the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce.
In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 98066.5 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA321" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Technical_atmosphere"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA321"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$1 at = 98.0665 kPa \\approx 0.96784 standard atmospheres$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ;
<http://qudt.org/schema/qudt/symbol> "at" ;
<http://qudt.org/schema/qudt/ucumCode> "att"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "at" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "ATT" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q909066> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Technical Atmosphere" ;
rdfs:label "Technical Atmosphere"@en ;
.
{"resource":"Technical Atmosphere"
,"qname":"unit:ATM_T"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ATM_T"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q909066>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"98066.5"
,"conversion multiplier scientific":"9.80665E4"
,"description":"\n The unit for $\\textit{Technical Atmosphere}$, symbol: $at$, is a non-SI unit of pressure equal to one kilogram-force per square centimeter. \n The symbol $at$ clashes with that of the katal (symbol: $kat$), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol $kat$, indistinguishable from the symbol for katal. \n It also clashes with that of the non-SI unit, the $attotonne$, but that unit would be more likely be rendered as the equivalent SI unit. \n Assay ton (abbreviation $AT$) is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is $29 1D6 \\,grams$ (short assay ton) or $32 2D3 \\,grams$ (long assay ton),\n the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce. \n In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore.\n "
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA321"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Technical_atmosphere"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA321"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Technical Atmosphere"
,"label":"Technical Atmosphere"
,"latex definition":"$1 at = 98.0665 kPa \\approx 0.96784 standard atmospheres$"
,"scalingOf":"unit:PA"
,"symbol":"at"
,"type":"qudt:Unit"
,"ucum code":"att"
,"udunits code":"at"
,"unece common code":"ATT"
]}
{
"@id" : "http://qudt.org/vocab/unit/ATM_T",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit for $\\textit{Technical Atmosphere}$, symbol: $at$, is a non-SI unit of pressure equal to one kilogram-force per square centimeter. \n The symbol $at$ clashes with that of the katal (symbol: $kat$), the SI unit of catalytic activity; a kilotechnical atmosphere would have the symbol $kat$, indistinguishable from the symbol for katal. \n It also clashes with that of the non-SI unit, the $attotonne$, but that unit would be more likely be rendered as the equivalent SI unit. \n Assay ton (abbreviation $AT$) is not a unit of measurement, but a standard quantity used in assaying ores of precious metals; it is $29 1D6 \\,grams$ (short assay ton) or $32 2D3 \\,grams$ (long assay ton),\n the amount which bears the same ratio to a milligram as a short or long ton bears to a troy ounce. \n In other words, the number of milligrams of a particular metal found in a sample of this size gives the number of troy ounces contained in a short or long ton of ore.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "98066.5",
"conversionMultiplier:SN" : 98066.5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAA321",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Technical_atmosphere", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA321" ],
"latexDefinition" : "$1 at = 98.0665 kPa \\approx 0.96784 standard atmospheres$",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "at",
"ucumCode" : "att",
"udunitsCode" : "at",
"uneceCommonCode" : "ATT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q909066",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Technical Atmosphere", {
"@language" : "en",
"@value" : "Technical Atmosphere"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ATM_T-PER-M
URI: http://qudt.org/vocab/unit/ATM_T-PER-M
The unit $\textit{technical atmosphere per metre}$ is the pressure which is generated by a 10 metre water column divided by the SI base unit metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ATM_T-PER-M>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{technical atmosphere per metre}$ is the pressure which is generated by a 10 metre water
column divided by the SI base unit metre.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 98066.5 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureGradient> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB424" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB424"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "at/m" ;
<http://qudt.org/schema/qudt/ucumCode> "att.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "P84" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Technical Atmosphere per Meter"@en-US ;
rdfs:label "Technical Atmosphere per Metre" ;
rdfs:label "Technical Atmosphere per Metre"@en ;
.
{"resource":"Technical Atmosphere per Metre"
,"qname":"unit:ATM_T-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ATM_T-PER-M"
,"properties":["conversion multiplier":"98066.5"
,"conversion multiplier scientific":"9.80665E4"
,"description":"\n The unit $\\textit{technical atmosphere per metre}$ is the pressure which is generated by a 10 metre water\n column divided by the SI base unit metre.\n "
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:PressureGradient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB424"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB424"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Technical Atmosphere per Meter"
,"label":"Technical Atmosphere per Metre"
,"label":"Technical Atmosphere per Metre"
,"symbol":"at\/m"
,"type":"qudt:Unit"
,"ucum code":"att.m-1"
,"unece common code":"P84"
]}
{
"@id" : "http://qudt.org/vocab/unit/ATM_T-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{technical atmosphere per metre}$ is the pressure which is generated by a 10 metre water\n column divided by the SI base unit metre.\n ",
"conversionMultiplier" : "98066.5",
"conversionMultiplier:SN" : 98066.5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureGradient",
"iec61360Code" : "0112/2///62720#UAB424",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB424",
"symbol" : "at/m",
"ucumCode" : "att.m-1",
"uneceCommonCode" : "P84",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Technical Atmosphere per Metre", {
"@language" : "en",
"@value" : "Technical Atmosphere per Metre"
}, {
"@language" : "en-us",
"@value" : "Technical Atmosphere per Meter"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AU
URI: http://qudt.org/vocab/unit/AU
An $\textit{astronomical unit}$, abbreviated as $AU$, $au$, $a.u.$, or $ua$ is a unit of length equal to $149,597,870,700\, metres$ ($92,955,807.273\, mi$) or approximately the mean Earth Sun distance.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AU>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
An $\\textit{astronomical unit}$, abbreviated as $AU$, $au$, $a.u.$, or $ua$ is a unit of length equal
to $149,597,870,700\\, metres$ ($92,955,807.273\\, mi$) or approximately the mean Earth Sun distance.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 149597870691.6 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.495978706916E11 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Astronomical_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB066" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Astronomical_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB066"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia]" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/astronomicalunit> ;
<http://qudt.org/schema/qudt/symbol> "AU" ;
<http://qudt.org/schema/qudt/ucumCode> "AU"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "au" ;
<http://qudt.org/schema/qudt/udunitsCode> "ua" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A12" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1811> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Astronomical-unit" ;
rdfs:label "Astronomical-unit"@en ;
.
{"resource":"Astronomical-unit"
,"qname":"unit:AU"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AU"
,"properties":["Individual from SI Reference Point":"si-unit:astronomicalunit"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1811>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"149597870691.6"
,"conversion multiplier scientific":"1.495978706916E11"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Astronomical_unit"
,"description":"\n An $\\textit{astronomical unit}$, abbreviated as $AU$, $au$, $a.u.$, or $ua$ is a unit of length equal\n to $149,597,870,700\\, metres$ ($92,955,807.273\\, mi$) or approximately the mean Earth Sun distance.\n "
,"description (plain text)":"An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia]"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB066"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Astronomical_unit"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB066"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Astronomical-unit"
,"label":"Astronomical-unit"
,"scalingOf":"unit:M"
,"symbol":"AU"
,"type":"qudt:Unit"
,"ucum code":"AU"
,"udunits code":"au"
,"udunits code":"ua"
,"unece common code":"A12"
]}
{
"@id" : "http://qudt.org/vocab/unit/AU",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n An $\\textit{astronomical unit}$, abbreviated as $AU$, $au$, $a.u.$, or $ua$ is a unit of length equal\n to $149,597,870,700\\, metres$ ($92,955,807.273\\, mi$) or approximately the mean Earth Sun distance.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "149597870691.6",
"conversionMultiplier:SN" : 1.495978706916E11,
"dbpediaMatch" : "http://dbpedia.org/resource/Astronomical_unit",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB066",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Astronomical_unit", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB066" ],
"plainTextDescription" : "An astronomical unit (abbreviated as AU, au, a.u., or ua) is a unit of length equal to 149,597,870,700 metres (92,955,807.273 mi) or approximately the mean Earth Sun distance. The symbol ua is recommended by the International Bureau of Weights and Measures, and the international standard ISO 80000, while au is recommended by the International Astronomical Union, and is more common in Anglosphere countries. In general, the International System of Units only uses capital letters for the symbols of units which are named after individual scientists, while au or a.u. can also mean atomic unit or even arbitrary unit. However, the use of AU to refer to the astronomical unit is widespread. The astronomical constant whose value is one astronomical unit is referred to as unit distance and is given the symbol A. [Wikipedia]",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"siExactMatch" : "https://si-digital-framework.org/SI/units/astronomicalunit",
"symbol" : "AU",
"ucumCode" : "AU",
"udunitsCode" : [ "ua", "au" ],
"uneceCommonCode" : "A12",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1811",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Astronomical-unit", {
"@language" : "en",
"@value" : "Astronomical-unit"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AWG
URI: http://qudt.org/vocab/unit/AWG
The unit for $\textit{American Wire Gage}$, symbol $AWG$, is for the standard nominal diameters and cross-sectional areas of American Wire Gage sizes of solid round wires used as electrical conductors.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AWG>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit for $\\textit{American Wire Gage}$, symbol $AWG$, is for the standard nominal diameters and cross-sectional areas of American Wire Gage sizes of solid round wires used as electrical conductors.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD909" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD909"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "AWG" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "AWG" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "American Wire Gage" ;
rdfs:label "American Wire Gage"@en ;
.
{"resource":"American Wire Gage"
,"qname":"unit:AWG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AWG"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\n The unit for $\\textit{American Wire Gage}$, symbol $AWG$, is for the standard nominal diameters and cross-sectional areas of American Wire Gage sizes of solid round wires used as electrical conductors.\n "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD909"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD909"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"American Wire Gage"
,"label":"American Wire Gage"
,"symbol":"AWG"
,"type":"qudt:Unit"
,"unece common code":"AWG"
]}
{
"@id" : "http://qudt.org/vocab/unit/AWG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit for $\\textit{American Wire Gage}$, symbol $AWG$, is for the standard nominal diameters and cross-sectional areas of American Wire Gage sizes of solid round wires used as electrical conductors.\n ",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD909",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD909",
"symbol" : "AWG",
"uneceCommonCode" : "AWG",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "American Wire Gage", {
"@language" : "en",
"@value" : "American Wire Gage"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A_Ab
URI: http://qudt.org/vocab/unit/A_Ab
The $\textit{Abampere (aA)}$, also called the $biot$ after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One $abampere$ is equal to ten amperes in the SI system of units. An $abampere$ is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A_Ab>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Abampere (aA)}$, also called the $biot$ after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs).
One $abampere$ is equal to ten amperes in the SI system of units.
An $abampere$ is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart,
a force of 2 dynes per centimetre between the two conductors.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Abampere"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BIOT> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Abampere?oldid=489318583"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://wordinfo.info/results/abampere"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13?rskey=i2kRRz"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$1\\,abA = 10\\,A$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abampere> ;
<http://qudt.org/schema/qudt/plainTextDescription> "The Abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. An abampere is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors." ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ;
<http://qudt.org/schema/qudt/symbol> "abA" ;
<http://qudt.org/schema/qudt/ucumCode> "Bi"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q864818> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Abampere" ;
rdfs:label "Abampere"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "biot" ;
.
{"resource":"Abampere"
,"qname":"unit:A_Ab"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A_Ab"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q864818>"
,"alternative label":"biot"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Abampere"
,"description":"\n The $\\textit{Abampere (aA)}$, also called the $biot$ after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). \n One $abampere$ is equal to ten amperes in the SI system of units. \n An $abampere$ is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart,\n a force of 2 dynes per centimetre between the two conductors.\n "
,"description (plain text)":"The Abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. An abampere is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors."
,"exact match":"unit:BIOT"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Abampere?oldid=489318583"
,"informative reference":"http:\/\/wordinfo.info\/results\/abampere"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-13?rskey=i2kRRz"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abampere"
,"label":"Abampere"
,"latex definition":"$1\\,abA = 10\\,A$"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/abampere>"
,"scalingOf":"unit:A"
,"symbol":"abA"
,"type":"qudt:Unit"
,"ucum code":"Bi"
]}
{
"@id" : "http://qudt.org/vocab/unit/A_Ab",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{Abampere (aA)}$, also called the $biot$ after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). \n One $abampere$ is equal to ten amperes in the SI system of units. \n An $abampere$ is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart,\n a force of 2 dynes per centimetre between the two conductors.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Abampere",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"exactMatch" : "http://qudt.org/vocab/unit/BIOT",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent",
"informativeReference" : [ "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13?rskey=i2kRRz", "http://en.wikipedia.org/wiki/Abampere?oldid=489318583", "http://wordinfo.info/results/abampere" ],
"latexDefinition" : "$1\\,abA = 10\\,A$",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/abampere",
"plainTextDescription" : "The Abampere (aA), also called the biot after Jean-Baptiste Biot, is the basic electromagnetic unit of electric current in the emu-cgs system of units (electromagnetic cgs). One abampere is equal to ten amperes in the SI system of units. An abampere is the constant current that produces, when maintained in two parallel conductors of negligible circular section and of infinite length placed 1 centimetre apart, a force of 2 dynes per centimetre between the two conductors.",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "abA",
"ucumCode" : "Bi",
"wikidataMatch" : "http://www.wikidata.org/entity/Q864818",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Abampere", {
"@language" : "en",
"@value" : "Abampere"
} ],
"altLabel" : "biot",
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A_Ab-CentiM2
URI: http://qudt.org/vocab/unit/A_Ab-CentiM2
The unit $\textit{Abampere Square Centimeter}$ is the unit of magnetic moment in the electromagnetic centimeter-gram-second system.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A_Ab-CentiM2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Abampere Square Centimeter}$ is the unit of magnetic moment in the electromagnetic centimeter-gram-second system.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ;
<http://qudt.org/schema/qudt/expression> "$aAcm2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticAreaMoment> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticMoment> ;
<http://qudt.org/schema/qudt/informativeReference> "http://wordinfo.info/unit/4266"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "abA·cm²" ;
<http://qudt.org/schema/qudt/ucumCode> "Bi.cm2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://www.linkedmodel.org/schema/vaem#todo> "Determine type for magnetic moment" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Abampere Square Centimeter"@en-US ;
rdfs:label "Abampere Square Centimetre" ;
rdfs:label "Abampere Square Centimetre"@en ;
.
{"resource":"Abampere Square Centimetre"
,"qname":"unit:A_Ab-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A_Ab-CentiM2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"\n The unit $\\textit{Abampere Square Centimeter}$ is the unit of magnetic moment in the electromagnetic centimeter-gram-second system.\n "
,"expression":"$aAcm2$"
,"has dimension vector":"qkdv:A0E1L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagneticAreaMoment"
,"has quantity kind":"quantitykind:MagneticMoment"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/wordinfo.info\/unit\/4266"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abampere Square Centimeter"
,"label":"Abampere Square Centimetre"
,"label":"Abampere Square Centimetre"
,"symbol":"abA·cm²"
,"todo":"Determine type for magnetic moment"
,"type":"qudt:Unit"
,"ucum code":"Bi.cm2"
]}
{
"@id" : "http://qudt.org/vocab/unit/A_Ab-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Abampere Square Centimeter}$ is the unit of magnetic moment in the electromagnetic centimeter-gram-second system.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"expression" : "$aAcm2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticAreaMoment", "http://qudt.org/vocab/quantitykind/MagneticMoment" ],
"informativeReference" : "http://wordinfo.info/unit/4266",
"symbol" : "abA·cm²",
"ucumCode" : "Bi.cm2",
"todo" : "Determine type for magnetic moment",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Abampere Square Centimetre", {
"@language" : "en",
"@value" : "Abampere Square Centimetre"
}, {
"@language" : "en-us",
"@value" : "Abampere Square Centimeter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"todo" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#todo"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A_Ab-PER-CentiM2
URI: http://qudt.org/vocab/unit/A_Ab-PER-CentiM2
The unit $\textit{Abampere Per Square Centimeter}$, symbol $aA/cm^2$, is a unit in the category of Electric current density. It is also known as $\textit{abamperes per square centimeter}$, $\textit{abampere/square centimeter}$, and $\textit{abampere per square centimetre}$. This unit is commonly used in the cgs unit system. $\textit{Abampere Per Square Centimeter}$ has a dimension of $L^{-2}I$ where $L$ is length, and $I$ is electric current. It can be converted to the corresponding standard SI unit $A/m^{2}$ by multiplying its value by a factor of 100000.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A_Ab-PER-CentiM2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Abampere Per Square Centimeter}$, symbol $aA/cm^2$, is a unit in the category of Electric current density.
It is also known as $\\textit{abamperes per square centimeter}$, $\\textit{abampere/square centimeter}$,
and $\\textit{abampere per square centimetre}$.
This unit is commonly used in the cgs unit system.
$\\textit{Abampere Per Square Centimeter}$ has a dimension of $L^{-2}I$ where $L$ is length, and $I$ is electric current.
It can be converted to the corresponding standard SI unit $A/m^{2}$ by multiplying its value by a factor of 100000.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 100000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E5 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/expression> "$aba-per-cm2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentDensity> ;
<http://qudt.org/schema/qudt/informativeReference> "http://wordinfo.info/results/abampere"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--electric_current_density--abampere_per_square_centimeter.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "abA/cm²" ;
<http://qudt.org/schema/qudt/ucumCode> "Bi.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30063541> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Abampere per Square Centimeter"@en-US ;
rdfs:label "Abampere per Square Centimetre" ;
rdfs:label "Abampere per Square Centimetre"@en ;
.
{"resource":"Abampere per Square Centimetre"
,"qname":"unit:A_Ab-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A_Ab-PER-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30063541>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"100000.0"
,"conversion multiplier scientific":"1.0E5"
,"description":"\n The unit $\\textit{Abampere Per Square Centimeter}$, symbol $aA\/cm^2$, is a unit in the category of Electric current density. \n It is also known as $\\textit{abamperes per square centimeter}$, $\\textit{abampere\/square centimeter}$,\n and $\\textit{abampere per square centimetre}$. \n This unit is commonly used in the cgs unit system.\n $\\textit{Abampere Per Square Centimeter}$ has a dimension of $L^{-2}I$ where $L$ is length, and $I$ is electric current. \n It can be converted to the corresponding standard SI unit $A\/m^{2}$ by multiplying its value by a factor of 100000.\n "
,"expression":"$aba-per-cm2$"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/wordinfo.info\/results\/abampere"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--electric_current_density--abampere_per_square_centimeter.cfm"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abampere per Square Centimeter"
,"label":"Abampere per Square Centimetre"
,"label":"Abampere per Square Centimetre"
,"symbol":"abA\/cm²"
,"type":"qudt:Unit"
,"ucum code":"Bi.cm-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/A_Ab-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Abampere Per Square Centimeter}$, symbol $aA/cm^2$, is a unit in the category of Electric current density. \n It is also known as $\\textit{abamperes per square centimeter}$, $\\textit{abampere/square centimeter}$,\n and $\\textit{abampere per square centimetre}$. \n This unit is commonly used in the cgs unit system.\n $\\textit{Abampere Per Square Centimeter}$ has a dimension of $L^{-2}I$ where $L$ is length, and $I$ is electric current. \n It can be converted to the corresponding standard SI unit $A/m^{2}$ by multiplying its value by a factor of 100000.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "100000.0",
"conversionMultiplier:SN" : 100000.0,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"expression" : "$aba-per-cm2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentDensity",
"informativeReference" : [ "http://wordinfo.info/results/abampere", "http://www.efunda.com/glossary/units/units--electric_current_density--abampere_per_square_centimeter.cfm" ],
"symbol" : "abA/cm²",
"ucumCode" : "Bi.cm-2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30063541",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Abampere per Square Centimeter"
}, "Abampere per Square Centimetre", {
"@language" : "en",
"@value" : "Abampere per Square Centimetre"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A_Stat
URI: http://qudt.org/vocab/unit/A_Stat
The unit $\textit{Statampere}$, symbol $statA$ is a unit in the category of Electric current. It is also known as statamperes. This unit is commonly used in the cgs unit system. $\textit{Statampere (statA)}$ has a dimension of $I$ where $I$ is electric current. It can be converted to the corresponding standard SI unit $A$ by multiplying its value by a factor of 3.355641E-010.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A_Stat>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Statampere}$, symbol $statA$ is a unit in the category of Electric current.
It is also known as statamperes.
This unit is commonly used in the cgs unit system.
$\\textit{Statampere (statA)}$ has a dimension of $I$ where $I$ is electric current.
It can be converted to the corresponding standard SI unit $A$ by multiplying its value by a factor of 3.355641E-010.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000003335641 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.335641E-10 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--electric_current--statampere.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/statampere> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ;
<http://qudt.org/schema/qudt/symbol> "statA" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25559952> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Statampere" ;
rdfs:label "Statampere"@en ;
.
{"resource":"Statampere"
,"qname":"unit:A_Stat"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A_Stat"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25559952>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-ESU"
,"conversion multiplier":"0.0000000003335641"
,"conversion multiplier scientific":"3.335641E-10"
,"description":"\n The unit $\\textit{Statampere}$, symbol $statA$ is a unit in the category of Electric current. \n It is also known as statamperes. \n This unit is commonly used in the cgs unit system. \n $\\textit{Statampere (statA)}$ has a dimension of $I$ where $I$ is electric current. \n It can be converted to the corresponding standard SI unit $A$ by multiplying its value by a factor of 3.355641E-010.\n "
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--electric_current--statampere.cfm"
,"is derived unit of system":"sou:CGS-ESU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statampere"
,"label":"Statampere"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/statampere>"
,"scalingOf":"unit:A"
,"symbol":"statA"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/A_Stat",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Statampere}$, symbol $statA$ is a unit in the category of Electric current. \n It is also known as statamperes. \n This unit is commonly used in the cgs unit system. \n $\\textit{Statampere (statA)}$ has a dimension of $I$ where $I$ is electric current. \n It can be converted to the corresponding standard SI unit $A$ by multiplying its value by a factor of 3.355641E-010.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000000003335641",
"conversionMultiplier:SN" : 3.335641E-10,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent",
"informativeReference" : "http://www.efunda.com/glossary/units/units--electric_current--statampere.cfm",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/statampere",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "statA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25559952",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Statampere", {
"@language" : "en",
"@value" : "Statampere"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:A_Stat-PER-CentiM2
URI: http://qudt.org/vocab/unit/A_Stat-PER-CentiM2
The $\textit{Statampere per Square Centimeter}$ is a unit of electric current density in the c.g.s. system of units.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/A_Stat-PER-CentiM2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Statampere per Square Centimeter}$ is a unit of electric current density in the c.g.s. system of units.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000003335641 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.335641E-6 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/expression> "$statA / cm^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentDensity> ;
<http://qudt.org/schema/qudt/symbol> "statA/cm²" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Statampere per Square Centimeter"@en-US ;
rdfs:label "Statampere per Square Centimetre" ;
rdfs:label "Statampere per Square Centimetre"@en ;
.
{"resource":"Statampere per Square Centimetre"
,"qname":"unit:A_Stat-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/A_Stat-PER-CentiM2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-ESU"
,"conversion multiplier":"0.000003335641"
,"conversion multiplier scientific":"3.335641E-6"
,"description":"\n The $\\textit{Statampere per Square Centimeter}$ is a unit of electric current density in the c.g.s. system of units.\n "
,"expression":"$statA \/ cm^{2}$"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is derived unit of system":"sou:CGS-ESU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statampere per Square Centimeter"
,"label":"Statampere per Square Centimetre"
,"label":"Statampere per Square Centimetre"
,"symbol":"statA\/cm²"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/A_Stat-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{Statampere per Square Centimeter}$ is a unit of electric current density in the c.g.s. system of units.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000003335641",
"conversionMultiplier:SN" : 3.335641E-6,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"expression" : "$statA / cm^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentDensity",
"symbol" : "statA/cm²",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Statampere per Square Centimetre", {
"@language" : "en",
"@value" : "Statampere per Square Centimetre"
}, {
"@language" : "en-us",
"@value" : "Statampere per Square Centimeter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AttoA
URI: http://qudt.org/vocab/unit/AttoA
An $\textit{AttoAmpere}$ is 0.000000000000000001-fold of the unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AttoA>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
An $\\textit{AttoAmpere}$ is 0.000000000000000001-fold of the unit ampere
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurrentLinkage> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DisplacementCurrent> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticTension> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagnetomotiveForce> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalCurrent> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB637" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB637"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Atto> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ;
<http://qudt.org/schema/qudt/symbol> "aA" ;
<http://qudt.org/schema/qudt/ucumCode> "aA"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Attoamper"@hu ;
rdfs:label "Attoamper"@pl ;
rdfs:label "Attoamper"@ro ;
rdfs:label "Attoamper"@sl ;
rdfs:label "Attoamper"@tr ;
rdfs:label "Attoampere" ;
rdfs:label "Attoampere"@de ;
rdfs:label "Attoampere"@en ;
rdfs:label "Attoampere"@it ;
rdfs:label "Attoampere"@ms ;
rdfs:label "Attoamperio"@es ;
rdfs:label "Attoampère"@fr ;
rdfs:label "Attoampér"@cs ;
.
{"resource":"Attoampere"
,"qname":"unit:AttoA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AttoA"
,"properties":["conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"description":"\n An $\\textit{AttoAmpere}$ is 0.000000000000000001-fold of the unit ampere\n "
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:CurrentLinkage"
,"has quantity kind":"quantitykind:DisplacementCurrent"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"has quantity kind":"quantitykind:ElectricCurrentPhasor"
,"has quantity kind":"quantitykind:MagneticTension"
,"has quantity kind":"quantitykind:MagnetomotiveForce"
,"has quantity kind":"quantitykind:TotalCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB637"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB637"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Attoamper"
,"label":"Attoamper"
,"label":"Attoamper"
,"label":"Attoamper"
,"label":"Attoamper"
,"label":"Attoampere"
,"label":"Attoampere"
,"label":"Attoampere"
,"label":"Attoampere"
,"label":"Attoampere"
,"label":"Attoamperio"
,"label":"Attoampère"
,"label":"Attoampér"
,"prefix":"prefix:Atto"
,"scalingOf":"unit:A"
,"symbol":"aA"
,"type":"qudt:Unit"
,"ucum code":"aA"
]}
{
"@id" : "http://qudt.org/vocab/unit/AttoA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n An $\\textit{AttoAmpere}$ is 0.000000000000000001-fold of the unit ampere\n ",
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DisplacementCurrent", "http://qudt.org/vocab/quantitykind/ElectricCurrent", "http://qudt.org/vocab/quantitykind/TotalCurrent", "http://qudt.org/vocab/quantitykind/MagnetomotiveForce", "http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor", "http://qudt.org/vocab/quantitykind/CurrentLinkage", "http://qudt.org/vocab/quantitykind/MagneticTension" ],
"iec61360Code" : "0112/2///62720#UAB637",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB637",
"prefix" : "http://qudt.org/vocab/prefix/Atto",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "aA",
"ucumCode" : "aA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Attoampér"
}, "Attoampere", {
"@language" : "de",
"@value" : "Attoampere"
}, {
"@language" : "en",
"@value" : "Attoampere"
}, {
"@language" : "it",
"@value" : "Attoampere"
}, {
"@language" : "ms",
"@value" : "Attoampere"
}, {
"@language" : "hu",
"@value" : "Attoamper"
}, {
"@language" : "pl",
"@value" : "Attoamper"
}, {
"@language" : "ro",
"@value" : "Attoamper"
}, {
"@language" : "sl",
"@value" : "Attoamper"
}, {
"@language" : "fr",
"@value" : "Attoampère"
}, {
"@language" : "tr",
"@value" : "Attoamper"
}, {
"@language" : "es",
"@value" : "Attoamperio"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AttoC
URI: http://qudt.org/vocab/unit/AttoC
An $\textit{AttoColomb}$ is $10^{-18} C$, where $C$ is the unit for $Colomb$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AttoC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
An $\\textit{AttoColomb}$ is $10^{-18} C$, where $C$ is the unit for $Colomb$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Atto> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "aC" ;
<http://qudt.org/schema/qudt/ucumCode> "aC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30001813> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Attocoulomb" ;
rdfs:label "Attocoulomb"@cs ;
rdfs:label "Attocoulomb"@de ;
rdfs:label "Attocoulomb"@en ;
rdfs:label "Attocoulomb"@fr ;
rdfs:label "Attocoulomb"@hu ;
rdfs:label "Attocoulomb"@it ;
rdfs:label "Attocoulomb"@ms ;
rdfs:label "Attocoulomb"@ro ;
rdfs:label "Attocoulomb"@sl ;
rdfs:label "Attocoulomb"@tr ;
rdfs:label "Attoculombio"@es ;
rdfs:label "Attokulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Attocoulomb"
,"qname":"unit:AttoC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AttoC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30001813>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"description":"\n An $\\textit{AttoColomb}$ is $10^{-18} C$, where $C$ is the unit for $Colomb$.\n "
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Attocoulomb"
,"label":"Attocoulomb"
,"label":"Attocoulomb"
,"label":"Attocoulomb"
,"label":"Attocoulomb"
,"label":"Attocoulomb"
,"label":"Attocoulomb"
,"label":"Attocoulomb"
,"label":"Attocoulomb"
,"label":"Attocoulomb"
,"label":"Attocoulomb"
,"label":"Attoculombio"
,"label":"Attokulomb"
,"prefix":"prefix:Atto"
,"scalingOf":"unit:C"
,"symbol":"aC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"aC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/AttoC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n An $\\textit{AttoColomb}$ is $10^{-18} C$, where $C$ is the unit for $Colomb$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Atto",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "aC",
"ucumCode" : "aC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30001813",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Attocoulomb", {
"@language" : "cs",
"@value" : "Attocoulomb"
}, {
"@language" : "de",
"@value" : "Attocoulomb"
}, {
"@language" : "en",
"@value" : "Attocoulomb"
}, {
"@language" : "fr",
"@value" : "Attocoulomb"
}, {
"@language" : "ro",
"@value" : "Attocoulomb"
}, {
"@language" : "sl",
"@value" : "Attocoulomb"
}, {
"@language" : "tr",
"@value" : "Attocoulomb"
}, {
"@language" : "hu",
"@value" : "Attocoulomb"
}, {
"@language" : "it",
"@value" : "Attocoulomb"
}, {
"@language" : "ms",
"@value" : "Attocoulomb"
}, {
"@language" : "pl",
"@value" : "Attokulomb"
}, {
"@language" : "es",
"@value" : "Attoculombio"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AttoFARAD
URI: http://qudt.org/vocab/unit/AttoFARAD
The $\textit{AttoFarad}$ is 0,000 000 000 000 000 001-fold of the SI derived unit $farad$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AttoFARAD>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{AttoFarad}$ is 0,000 000 000 000 000 001-fold of the SI derived unit $farad$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Capacitance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA319" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA319"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "0.000000000000000001-fold of the SI derived unit farad" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Atto> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FARAD> ;
<http://qudt.org/schema/qudt/symbol> "aF" ;
<http://qudt.org/schema/qudt/ucumCode> "aF"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "H48" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95447276> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Attofarad" ;
rdfs:label "Attofarad"@cs ;
rdfs:label "Attofarad"@de ;
rdfs:label "Attofarad"@en ;
rdfs:label "Attofarad"@fr ;
rdfs:label "Attofarad"@hu ;
rdfs:label "Attofarad"@it ;
rdfs:label "Attofarad"@ms ;
rdfs:label "Attofarad"@pl ;
rdfs:label "Attofarad"@ro ;
rdfs:label "Attofarad"@sl ;
rdfs:label "Attofarad"@tr ;
rdfs:label "Attofaradio"@es ;
.
{"resource":"Attofarad"
,"qname":"unit:AttoFARAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AttoFARAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95447276>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"description":"\n The $\\textit{AttoFarad}$ is 0,000 000 000 000 000 001-fold of the SI derived unit $farad$.\n "
,"description (plain text)":"0.000000000000000001-fold of the SI derived unit farad"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Capacitance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA319"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA319"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofarad"
,"label":"Attofaradio"
,"prefix":"prefix:Atto"
,"scalingOf":"unit:FARAD"
,"symbol":"aF"
,"type":"qudt:Unit"
,"ucum code":"aF"
,"unece common code":"H48"
]}
{
"@id" : "http://qudt.org/vocab/unit/AttoFARAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{AttoFarad}$ is 0,000 000 000 000 000 001-fold of the SI derived unit $farad$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Capacitance",
"iec61360Code" : "0112/2///62720#UAA319",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA319",
"plainTextDescription" : "0.000000000000000001-fold of the SI derived unit farad",
"prefix" : "http://qudt.org/vocab/prefix/Atto",
"scalingOf" : "http://qudt.org/vocab/unit/FARAD",
"symbol" : "aF",
"ucumCode" : "aF",
"uneceCommonCode" : "H48",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95447276",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Attofarad", {
"@language" : "cs",
"@value" : "Attofarad"
}, {
"@language" : "de",
"@value" : "Attofarad"
}, {
"@language" : "tr",
"@value" : "Attofarad"
}, {
"@language" : "en",
"@value" : "Attofarad"
}, {
"@language" : "fr",
"@value" : "Attofarad"
}, {
"@language" : "hu",
"@value" : "Attofarad"
}, {
"@language" : "it",
"@value" : "Attofarad"
}, {
"@language" : "ms",
"@value" : "Attofarad"
}, {
"@language" : "pl",
"@value" : "Attofarad"
}, {
"@language" : "ro",
"@value" : "Attofarad"
}, {
"@language" : "sl",
"@value" : "Attofarad"
}, {
"@language" : "es",
"@value" : "Attofaradio"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AttoJ
URI: http://qudt.org/vocab/unit/AttoJ
The $\textit{AttoJoule}$ is 0,000 000 000 000 000 001-fold of the derived SI unit $joule$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AttoJ>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{AttoJoule}$ is 0,000 000 000 000 000 001-fold of the derived SI unit $joule$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB125" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB125"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "0.000000000000000001-fold of the derived SI unit joule" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Atto> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "aJ" ;
<http://qudt.org/schema/qudt/ucumCode> "aJ"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A13" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30001815> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Attodżul"@pl ;
rdfs:label "Attojoule" ;
rdfs:label "Attojoule"@cs ;
rdfs:label "Attojoule"@de ;
rdfs:label "Attojoule"@en ;
rdfs:label "Attojoule"@fr ;
rdfs:label "Attojoule"@hu ;
rdfs:label "Attojoule"@it ;
rdfs:label "Attojoule"@ms ;
rdfs:label "Attojoule"@ro ;
rdfs:label "Attojoule"@sl ;
rdfs:label "Attojoule"@tr ;
rdfs:label "Attojulio"@es ;
.
{"resource":"Attojoule"
,"qname":"unit:AttoJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AttoJ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30001815>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"description":"\n The $\\textit{AttoJoule}$ is 0,000 000 000 000 000 001-fold of the derived SI unit $joule$.\n "
,"description (plain text)":"0.000000000000000001-fold of the derived SI unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB125"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB125"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Attodżul"
,"label":"Attojoule"
,"label":"Attojoule"
,"label":"Attojoule"
,"label":"Attojoule"
,"label":"Attojoule"
,"label":"Attojoule"
,"label":"Attojoule"
,"label":"Attojoule"
,"label":"Attojoule"
,"label":"Attojoule"
,"label":"Attojoule"
,"label":"Attojulio"
,"prefix":"prefix:Atto"
,"scalingOf":"unit:J"
,"symbol":"aJ"
,"type":"qudt:Unit"
,"ucum code":"aJ"
,"unece common code":"A13"
]}
{
"@id" : "http://qudt.org/vocab/unit/AttoJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{AttoJoule}$ is 0,000 000 000 000 000 001-fold of the derived SI unit $joule$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB125",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB125",
"plainTextDescription" : "0.000000000000000001-fold of the derived SI unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Atto",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "aJ",
"ucumCode" : "aJ",
"uneceCommonCode" : "A13",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30001815",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Attodżul"
}, {
"@language" : "es",
"@value" : "Attojulio"
}, "Attojoule", {
"@language" : "cs",
"@value" : "Attojoule"
}, {
"@language" : "de",
"@value" : "Attojoule"
}, {
"@language" : "en",
"@value" : "Attojoule"
}, {
"@language" : "fr",
"@value" : "Attojoule"
}, {
"@language" : "hu",
"@value" : "Attojoule"
}, {
"@language" : "it",
"@value" : "Attojoule"
}, {
"@language" : "ms",
"@value" : "Attojoule"
}, {
"@language" : "ro",
"@value" : "Attojoule"
}, {
"@language" : "sl",
"@value" : "Attojoule"
}, {
"@language" : "tr",
"@value" : "Attojoule"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AttoJ-SEC
URI: http://qudt.org/vocab/unit/AttoJ-SEC
The $\textit{AttoJoule Second}$ is the unit for the Planck's constant as product of the SI derived unit joule and the SI base unit second.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AttoJ-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{AttoJoule Second}$ is the unit for the Planck's constant as product of the SI derived unit joule and the SI base unit second.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Action> ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the Planck's constant as product of the SI derived unit joule and the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "aJ·s" ;
<http://qudt.org/schema/qudt/ucumCode> "aJ.s"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Attodżul Sekunda"@pl ;
rdfs:label "Attojoule Saat"@ms ;
rdfs:label "Attojoule Saniye"@tr ;
rdfs:label "Attojoule Second" ;
rdfs:label "Attojoule Second"@en ;
rdfs:label "Attojoule Seconde"@fr ;
rdfs:label "Attojoule Secondo"@it ;
rdfs:label "Attojoule Secundă"@ro ;
rdfs:label "Attojoule Sekunda"@cs ;
rdfs:label "Attojoule Sekunda"@sl ;
rdfs:label "Attojoule Sekunde"@de ;
rdfs:label "Attojulio Segundo"@es ;
.
{"resource":"Attojoule Second"
,"qname":"unit:AttoJ-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AttoJ-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"description":"\n The $\\textit{AttoJoule Second}$ is the unit for the Planck's constant as product of the SI derived unit joule and the SI base unit second.\n "
,"description (plain text)":"unit of the Planck's constant as product of the SI derived unit joule and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Action"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Attodżul Sekunda"
,"label":"Attojoule Saat"
,"label":"Attojoule Saniye"
,"label":"Attojoule Second"
,"label":"Attojoule Second"
,"label":"Attojoule Seconde"
,"label":"Attojoule Secondo"
,"label":"Attojoule Secundă"
,"label":"Attojoule Sekunda"
,"label":"Attojoule Sekunda"
,"label":"Attojoule Sekunde"
,"label":"Attojulio Segundo"
,"symbol":"aJ·s"
,"type":"qudt:Unit"
,"ucum code":"aJ.s"
]}
{
"@id" : "http://qudt.org/vocab/unit/AttoJ-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{AttoJoule Second}$ is the unit for the Planck's constant as product of the SI derived unit joule and the SI base unit second.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Action",
"plainTextDescription" : "unit of the Planck's constant as product of the SI derived unit joule and the SI base unit second",
"symbol" : "aJ·s",
"ucumCode" : "aJ.s",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Attojoule Secundă"
}, "Attojoule Second", {
"@language" : "en",
"@value" : "Attojoule Second"
}, {
"@language" : "es",
"@value" : "Attojulio Segundo"
}, {
"@language" : "cs",
"@value" : "Attojoule Sekunda"
}, {
"@language" : "sl",
"@value" : "Attojoule Sekunda"
}, {
"@language" : "pl",
"@value" : "Attodżul Sekunda"
}, {
"@language" : "fr",
"@value" : "Attojoule Seconde"
}, {
"@language" : "it",
"@value" : "Attojoule Secondo"
}, {
"@language" : "de",
"@value" : "Attojoule Sekunde"
}, {
"@language" : "tr",
"@value" : "Attojoule Saniye"
}, {
"@language" : "ms",
"@value" : "Attojoule Saat"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:AttoSEC
URI: http://qudt.org/vocab/unit/AttoSEC
An $\textit{AttoSecond}$ is 0.000000000000000001-fold of the SI base unit $second$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/AttoSEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
An $\\textit{AttoSecond}$ is 0.000000000000000001-fold of the SI base unit $second$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC696" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC696"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "0.000000000000000001-fold of the SI base unit second" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Atto> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/symbol> "as" ;
<http://qudt.org/schema/qudt/ucumCode> "as"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Attomásodperc"@hu ;
rdfs:label "Attosaat"@ms ;
rdfs:label "Attosaniye"@tr ;
rdfs:label "Attosecond" ;
rdfs:label "Attosecond"@en ;
rdfs:label "Attoseconde"@fr ;
rdfs:label "Attosecondo"@it ;
rdfs:label "Attosecundă"@ro ;
rdfs:label "Attosegundo"@es ;
rdfs:label "Attosekunda"@cs ;
rdfs:label "Attosekunda"@pl ;
rdfs:label "Attosekunda"@sl ;
rdfs:label "Attosekunde"@de ;
.
{"resource":"Attosecond"
,"qname":"unit:AttoSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/AttoSEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"description":"\n An $\\textit{AttoSecond}$ is 0.000000000000000001-fold of the SI base unit $second$.\n "
,"description (plain text)":"0.000000000000000001-fold of the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC696"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC696"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Attomásodperc"
,"label":"Attosaat"
,"label":"Attosaniye"
,"label":"Attosecond"
,"label":"Attosecond"
,"label":"Attoseconde"
,"label":"Attosecondo"
,"label":"Attosecundă"
,"label":"Attosegundo"
,"label":"Attosekunda"
,"label":"Attosekunda"
,"label":"Attosekunda"
,"label":"Attosekunde"
,"prefix":"prefix:Atto"
,"scalingOf":"unit:SEC"
,"symbol":"as"
,"type":"qudt:Unit"
,"ucum code":"as"
]}
{
"@id" : "http://qudt.org/vocab/unit/AttoSEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n An $\\textit{AttoSecond}$ is 0.000000000000000001-fold of the SI base unit $second$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAC696",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC696",
"plainTextDescription" : "0.000000000000000001-fold of the SI base unit second",
"prefix" : "http://qudt.org/vocab/prefix/Atto",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "as",
"ucumCode" : "as",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Attosekunda"
}, {
"@language" : "pl",
"@value" : "Attosekunda"
}, {
"@language" : "sl",
"@value" : "Attosekunda"
}, {
"@language" : "hu",
"@value" : "Attomásodperc"
}, {
"@language" : "tr",
"@value" : "Attosaniye"
}, {
"@language" : "fr",
"@value" : "Attoseconde"
}, {
"@language" : "ro",
"@value" : "Attosecundă"
}, {
"@language" : "es",
"@value" : "Attosegundo"
}, {
"@language" : "de",
"@value" : "Attosekunde"
}, {
"@language" : "ms",
"@value" : "Attosaat"
}, "Attosecond", {
"@language" : "en",
"@value" : "Attosecond"
}, {
"@language" : "it",
"@value" : "Attosecondo"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:B
URI: http://qudt.org/vocab/unit/B
The $\textit{Bel}$ is a logarithmic unit of sound pressure equal to 10 decibels (dB). It is defined as: $1 B = (1/2) \log_{10}(Np)$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/B>
rdf:type <http://qudt.org/schema/qudt/DimensionlessUnit> ;
rdf:type <http://qudt.org/schema/qudt/LogarithmicUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Bel}$ is a logarithmic unit of sound pressure equal to 10 decibels (dB).
It is defined as: $1 B = (1/2) \\log_{10}(Np)$
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bel"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundExposureLevel> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPowerLevel> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPressureLevel> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundReductionIndex> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB351" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Sound_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB351"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/bel> ;
<http://qudt.org/schema/qudt/symbol> "B" ;
<http://qudt.org/schema/qudt/ucumCode> "B"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M72" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q50098> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bel" ;
rdfs:label "Bel"@cs ;
rdfs:label "Bel"@de ;
rdfs:label "Bel"@en ;
rdfs:label "Bel"@fr ;
rdfs:label "Bel"@hu ;
rdfs:label "Bel"@it ;
rdfs:label "Bel"@ms ;
rdfs:label "Bel"@pl ;
rdfs:label "Bel"@pt ;
rdfs:label "Bel"@ro ;
rdfs:label "Bel"@sl ;
rdfs:label "Bel"@tr ;
rdfs:label "Belio"@es ;
rdfs:label "Μπέλ"@el ;
rdfs:label "Бел"@bg ;
rdfs:label "Бел"@ru ;
rdfs:label "בל"@he ;
rdfs:label "بل"@ar ;
rdfs:label "بل"@fa ;
rdfs:label "बेल"@hi ;
rdfs:label "ベル"@ja ;
rdfs:label "贝"@zh ;
.
{"resource":"Bel"
,"qname":"unit:B"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/B"
,"properties":["Individual from SI Reference Point":"si-unit:bel"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q50098>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bel"
,"description":"\n The $\\textit{Bel}$ is a logarithmic unit of sound pressure equal to 10 decibels (dB). \n It is defined as: $1 B = (1\/2) \\log_{10}(Np)$\n "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SoundExposureLevel"
,"has quantity kind":"quantitykind:SoundPowerLevel"
,"has quantity kind":"quantitykind:SoundPressureLevel"
,"has quantity kind":"quantitykind:SoundReductionIndex"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB351"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Sound_unit"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB351"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Bel"
,"label":"Belio"
,"label":"Μπέλ"
,"label":"Бел"
,"label":"Бел"
,"label":"בל"
,"label":"بل"
,"label":"بل"
,"label":"बेल"
,"label":"ベル"
,"label":"贝"
,"symbol":"B"
,"type":"qudt:DimensionlessUnit"
,"type":"qudt:LogarithmicUnit"
,"type":"qudt:Unit"
,"ucum code":"B"
,"unece common code":"M72"
]}
{
"@id" : "http://qudt.org/vocab/unit/B",
"@type" : [ "http://qudt.org/schema/qudt/DimensionlessUnit", "http://qudt.org/schema/qudt/LogarithmicUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The $\\textit{Bel}$ is a logarithmic unit of sound pressure equal to 10 decibels (dB). \n It is defined as: $1 B = (1/2) \\log_{10}(Np)$\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Bel",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SoundReductionIndex", "http://qudt.org/vocab/quantitykind/SoundPressureLevel", "http://qudt.org/vocab/quantitykind/SoundPowerLevel", "http://qudt.org/vocab/quantitykind/SoundExposureLevel" ],
"iec61360Code" : "0112/2///62720#UAB351",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Sound_unit", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB351" ],
"siExactMatch" : "https://si-digital-framework.org/SI/units/bel",
"symbol" : "B",
"ucumCode" : "B",
"uneceCommonCode" : "M72",
"wikidataMatch" : "http://www.wikidata.org/entity/Q50098",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Belio"
}, {
"@language" : "hu",
"@value" : "Bel"
}, {
"@language" : "el",
"@value" : "Μπέλ"
}, {
"@language" : "tr",
"@value" : "Bel"
}, {
"@language" : "sl",
"@value" : "Bel"
}, {
"@language" : "it",
"@value" : "Bel"
}, {
"@language" : "ms",
"@value" : "Bel"
}, {
"@language" : "pl",
"@value" : "Bel"
}, {
"@language" : "pt",
"@value" : "Bel"
}, {
"@language" : "ro",
"@value" : "Bel"
}, "Bel", {
"@language" : "cs",
"@value" : "Bel"
}, {
"@language" : "de",
"@value" : "Bel"
}, {
"@language" : "en",
"@value" : "Bel"
}, {
"@language" : "fr",
"@value" : "Bel"
}, {
"@language" : "zh",
"@value" : "贝"
}, {
"@language" : "he",
"@value" : "בל"
}, {
"@language" : "hi",
"@value" : "बेल"
}, {
"@language" : "bg",
"@value" : "Бел"
}, {
"@language" : "ru",
"@value" : "Бел"
}, {
"@language" : "ja",
"@value" : "ベル"
}, {
"@language" : "ar",
"@value" : "بل"
}, {
"@language" : "fa",
"@value" : "بل"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:B-PER-M
URI: http://qudt.org/vocab/unit/B-PER-M
The $\textit{Bel}$ is the unit $\textit{Bel}$ divided by the SI base unit metre/
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/B-PER-M>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Bel}$ is the unit $\\textit{Bel}$ divided by the SI base unit metre/
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearLogarithmicRatio> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB480" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB480"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "B/m" ;
<http://qudt.org/schema/qudt/ucumCode> "B.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "P43" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bel na Meter"@sl ;
rdfs:label "Bel na Metr"@cs ;
rdfs:label "Bel na Metr"@pl ;
rdfs:label "Bel par Mètre"@fr ;
rdfs:label "Bel pe Metru"@ro ;
rdfs:label "Bel per Meter"@en-US ;
rdfs:label "Bel per Meter"@ms ;
rdfs:label "Bel per Metre" ;
rdfs:label "Bel per Metre"@en ;
rdfs:label "Bel per Metre"@tr ;
rdfs:label "Bel per Metro"@it ;
rdfs:label "Bel por Metro"@pt ;
rdfs:label "Bel pro Meter"@de ;
rdfs:label "Belio por Metro"@es ;
rdfs:label "Μπέλ ανά Μέτρο"@el ;
rdfs:label "Бел на Метр"@ru ;
rdfs:label "Бел на Метър"@bg ;
.
{"resource":"Bel per Metre"
,"qname":"unit:B-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/B-PER-M"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\n The $\\textit{Bel}$ is the unit $\\textit{Bel}$ divided by the SI base unit metre\/\n "
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearLogarithmicRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB480"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB480"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bel na Meter"
,"label":"Bel na Metr"
,"label":"Bel na Metr"
,"label":"Bel par Mètre"
,"label":"Bel pe Metru"
,"label":"Bel per Meter"
,"label":"Bel per Meter"
,"label":"Bel per Metre"
,"label":"Bel per Metre"
,"label":"Bel per Metre"
,"label":"Bel per Metro"
,"label":"Bel por Metro"
,"label":"Bel pro Meter"
,"label":"Belio por Metro"
,"label":"Μπέλ ανά Μέτρο"
,"label":"Бел на Метр"
,"label":"Бел на Метър"
,"symbol":"B\/m"
,"type":"qudt:Unit"
,"ucum code":"B.m-1"
,"unece common code":"P43"
]}
{
"@id" : "http://qudt.org/vocab/unit/B-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{Bel}$ is the unit $\\textit{Bel}$ divided by the SI base unit metre/\n ",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearLogarithmicRatio",
"iec61360Code" : "0112/2///62720#UAB480",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB480",
"symbol" : "B/m",
"ucumCode" : "B.m-1",
"uneceCommonCode" : "P43",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Belio por Metro"
}, {
"@language" : "en-us",
"@value" : "Bel per Meter"
}, {
"@language" : "ms",
"@value" : "Bel per Meter"
}, {
"@language" : "fr",
"@value" : "Bel par Mètre"
}, {
"@language" : "bg",
"@value" : "Бел на Метър"
}, {
"@language" : "pt",
"@value" : "Bel por Metro"
}, {
"@language" : "sl",
"@value" : "Bel na Meter"
}, {
"@language" : "el",
"@value" : "Μπέλ ανά Μέτρο"
}, {
"@language" : "ru",
"@value" : "Бел на Метр"
}, {
"@language" : "it",
"@value" : "Bel per Metro"
}, {
"@language" : "ro",
"@value" : "Bel pe Metru"
}, {
"@language" : "cs",
"@value" : "Bel na Metr"
}, {
"@language" : "de",
"@value" : "Bel pro Meter"
}, {
"@language" : "pl",
"@value" : "Bel na Metr"
}, "Bel per Metre", {
"@language" : "en",
"@value" : "Bel per Metre"
}, {
"@language" : "tr",
"@value" : "Bel per Metre"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BAN
URI: http://qudt.org/vocab/unit/BAN
A $\textit{ban}$ is a logarithmic unit which measures information or entropy, based on base 10 logarithms and powers of 10, rather than the powers of 2 and base 2 logarithms which define the bit. One $\textit{ban}$ is approximately $3.32 (log_2 10) bits$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BAN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{ban}$ is a logarithmic unit which measures information or entropy,
based on base 10 logarithms and powers of 10, rather than the powers of 2
and base 2 logarithms which define the bit.
One $\\textit{ban}$ is approximately $3.32 (log_2 10) bits$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2.30258509 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.30258509E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ban"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ban?oldid=472969907"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ;
<http://qudt.org/schema/qudt/symbol> "ban" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "Q15" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q324923> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ban" ;
rdfs:label "Ban"@en ;
.
{"resource":"Ban"
,"qname":"unit:BAN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q324923>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"2.30258509"
,"conversion multiplier scientific":"2.30258509E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ban"
,"description":"\n A $\\textit{ban}$ is a logarithmic unit which measures information or entropy,\n based on base 10 logarithms and powers of 10, rather than the powers of 2\n and base 2 logarithms which define the bit. \n One $\\textit{ban}$ is approximately $3.32 (log_2 10) bits$.\n "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ban?oldid=472969907"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ban"
,"label":"Ban"
,"scalingOf":"unit:NUM"
,"symbol":"ban"
,"type":"qudt:Unit"
,"unece common code":"Q15"
]}
{
"@id" : "http://qudt.org/vocab/unit/BAN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n A $\\textit{ban}$ is a logarithmic unit which measures information or entropy,\n based on base 10 logarithms and powers of 10, rather than the powers of 2\n and base 2 logarithms which define the bit. \n One $\\textit{ban}$ is approximately $3.32 (log_2 10) bits$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "2.30258509",
"conversionMultiplier:SN" : 2.30258509,
"dbpediaMatch" : "http://dbpedia.org/resource/Ban",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"informativeReference" : "http://en.wikipedia.org/wiki/Ban?oldid=472969907",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "ban",
"uneceCommonCode" : "Q15",
"wikidataMatch" : "http://www.wikidata.org/entity/Q324923",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ban", {
"@language" : "en",
"@value" : "Ban"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BAR
URI: http://qudt.org/vocab/unit/BAR
The $\textit{bar}$ is a non-SI unit of pressure, defined by the IUPAC as exactly equal to $100,000\,Pa$. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000\,Pa = 1 \,bar \approx 750.0616827\, Torr$. Units derived from the bar are the megabar (symbol: $Mbar$), kilobar (symbol: $kbar$), decibar (symbol: $dbar$), centibar (symbol: $cbar$), and millibar (symbol: $mbar$ or $mb$). They are not SI or cgs units, but they are accepted for use with the SI.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{bar}$ is a non-SI unit of pressure, defined by the IUPAC as exactly equal
to $100,000\\,Pa$.
It is about equal to the atmospheric pressure on Earth at sea level, and since 1982
the IUPAC has recommended that the standard for atmospheric pressure should be
harmonized to $100,000\\,Pa = 1 \\,bar \\approx 750.0616827\\, Torr$.
Units derived from the bar are the megabar (symbol: $Mbar$), kilobar (symbol: $kbar$),
decibar (symbol: $dbar$), centibar (symbol: $cbar$), and millibar (symbol: $mbar$ or $mb$).
They are not SI or cgs units, but they are accepted for use with the SI.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 100000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E5 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bar"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA323" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bar?oldid=493875987"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA323"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ;
<http://qudt.org/schema/qudt/symbol> "bar" ;
<http://qudt.org/schema/qudt/ucumCode> "bar"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "BAR" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q103510> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bar" ;
rdfs:label "Bar"@en ;
.
{"resource":"Bar"
,"qname":"unit:BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q103510>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"100000.0"
,"conversion multiplier scientific":"1.0E5"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bar"
,"description":"\n The $\\textit{bar}$ is a non-SI unit of pressure, defined by the IUPAC as exactly equal\n to $100,000\\,Pa$. \n It is about equal to the atmospheric pressure on Earth at sea level, and since 1982\n the IUPAC has recommended that the standard for atmospheric pressure should be\n harmonized to $100,000\\,Pa = 1 \\,bar \\approx 750.0616827\\, Torr$. \n Units derived from the bar are the megabar (symbol: $Mbar$), kilobar (symbol: $kbar$),\n decibar (symbol: $dbar$), centibar (symbol: $cbar$), and millibar (symbol: $mbar$ or $mb$). \n They are not SI or cgs units, but they are accepted for use with the SI.\n "
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA323"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bar?oldid=493875987"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bar_(unit)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA323"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bar"
,"label":"Bar"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/bar>"
,"scalingOf":"unit:PA"
,"symbol":"bar"
,"type":"qudt:Unit"
,"ucum code":"bar"
,"unece common code":"BAR"
]}
{
"@id" : "http://qudt.org/vocab/unit/BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{bar}$ is a non-SI unit of pressure, defined by the IUPAC as exactly equal\n to $100,000\\,Pa$. \n It is about equal to the atmospheric pressure on Earth at sea level, and since 1982\n the IUPAC has recommended that the standard for atmospheric pressure should be\n harmonized to $100,000\\,Pa = 1 \\,bar \\approx 750.0616827\\, Torr$. \n Units derived from the bar are the megabar (symbol: $Mbar$), kilobar (symbol: $kbar$),\n decibar (symbol: $dbar$), centibar (symbol: $cbar$), and millibar (symbol: $mbar$ or $mb$). \n They are not SI or cgs units, but they are accepted for use with the SI.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "100000.0",
"conversionMultiplier:SN" : 100000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Bar",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA323",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Bar_(unit)", "http://en.wikipedia.org/wiki/Bar?oldid=493875987", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA323" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/bar",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "bar",
"ucumCode" : "bar",
"uneceCommonCode" : "BAR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q103510",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bar", {
"@language" : "en",
"@value" : "Bar"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BAR-L-PER-SEC
URI: http://qudt.org/vocab/unit/BAR-L-PER-SEC
The unit $\textit{Bar Litre Per Second}$ is the product of the unit $bar$ and the unit $litre$ divided by the SI base unit for second.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BAR-L-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Bar Litre Per Second}$ is the product of the unit $bar$ and
the unit $litre$ divided by the SI base unit for second.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA326" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA326"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "The unit 'Bar Litre Per Second' is the product of the unit bar and the unit litre divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "bar·L/s" ;
<http://qudt.org/schema/qudt/ucumCode> "bar.L.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "F91" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bar Liter per Second"@en-US ;
rdfs:label "Bar Litre per Second" ;
rdfs:label "Bar Litre per Second"@en ;
.
{"resource":"Bar Litre per Second"
,"qname":"unit:BAR-L-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAR-L-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"\n The unit $\\textit{Bar Litre Per Second}$ is the product of the unit $bar$ and\n the unit $litre$ divided by the SI base unit for second.\n "
,"description (plain text)":"The unit 'Bar Litre Per Second' is the product of the unit bar and the unit litre divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA326"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA326"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bar Liter per Second"
,"label":"Bar Litre per Second"
,"label":"Bar Litre per Second"
,"symbol":"bar·L\/s"
,"type":"qudt:Unit"
,"ucum code":"bar.L.s-1"
,"unece common code":"F91"
]}
{
"@id" : "http://qudt.org/vocab/unit/BAR-L-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Bar Litre Per Second}$ is the product of the unit $bar$ and\n the unit $litre$ divided by the SI base unit for second.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA326",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA326",
"plainTextDescription" : "The unit 'Bar Litre Per Second' is the product of the unit bar and the unit litre divided by the SI base unit second",
"symbol" : "bar·L/s",
"ucumCode" : "bar.L.s-1",
"uneceCommonCode" : "F91",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Bar Liter per Second"
}, "Bar Litre per Second", {
"@language" : "en",
"@value" : "Bar Litre per Second"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BAR-M3-PER-SEC
URI: http://qudt.org/vocab/unit/BAR-M3-PER-SEC
product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BAR-M3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA814" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA814"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "bar·m³/s" ; <http://qudt.org/schema/qudt/ucumCode> "bar.m3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F92" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bar Cubic Meter per Second"@en-US ; rdfs:label "Bar Cubic Metre per Second" ; rdfs:label "Bar Cubic Metre per Second"@en ; .
{"resource":"Bar Cubic Metre per Second"
,"qname":"unit:BAR-M3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAR-M3-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"100000.0"
,"conversion multiplier scientific":"1.0E5"
,"description":"product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"description (plain text)":"product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA814"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA814"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bar Cubic Meter per Second"
,"label":"Bar Cubic Metre per Second"
,"label":"Bar Cubic Metre per Second"
,"symbol":"bar·m³\/s"
,"type":"qudt:Unit"
,"ucum code":"bar.m3.s-1"
,"unece common code":"F92"
]}
{
"@id" : "http://qudt.org/vocab/unit/BAR-M3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "100000.0",
"conversionMultiplier:SN" : 100000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA814",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA814",
"plainTextDescription" : "product out of the 0.001-fold of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"symbol" : "bar·m³/s",
"ucumCode" : "bar.m3.s-1",
"uneceCommonCode" : "F92",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Bar Cubic Meter per Second"
}, "Bar Cubic Metre per Second", {
"@language" : "en",
"@value" : "Bar Cubic Metre per Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BAR-PER-BAR
URI: http://qudt.org/vocab/unit/BAR-PER-BAR
pressure relation consisting of the unit bar divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BAR-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "pressure relation consisting of the unit bar divided by the unit bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA325" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA325"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "pressure relation consisting of the unit bar divided by the unit bar" ; <http://qudt.org/schema/qudt/symbol> "bar/bar" ; <http://qudt.org/schema/qudt/ucumCode> "bar.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J56" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bar per Bar" ; rdfs:label "Bar per Bar"@en ; .
{"resource":"Bar per Bar"
,"qname":"unit:BAR-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAR-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"pressure relation consisting of the unit bar divided by the unit bar"
,"description (plain text)":"pressure relation consisting of the unit bar divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:PressureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA325"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA325"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bar per Bar"
,"label":"Bar per Bar"
,"symbol":"bar\/bar"
,"type":"qudt:Unit"
,"ucum code":"bar.bar-1"
,"unece common code":"J56"
]}
{
"@id" : "http://qudt.org/vocab/unit/BAR-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "pressure relation consisting of the unit bar divided by the unit bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureRatio",
"iec61360Code" : "0112/2///62720#UAA325",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA325",
"plainTextDescription" : "pressure relation consisting of the unit bar divided by the unit bar",
"symbol" : "bar/bar",
"ucumCode" : "bar.bar-1",
"uneceCommonCode" : "J56",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bar per Bar", {
"@language" : "en",
"@value" : "Bar per Bar"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BAR-PER-DEG_C
URI: http://qudt.org/vocab/unit/BAR-PER-DEG_C
unit bar divided by the unit °Celsius
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BAR-PER-DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit bar divided by the unit °Celsius" ; <http://qudt.org/schema/qudt/conversionMultiplier> 100000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureCoefficient> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/DEG_C-PER-BAR> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD921" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD921"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "bar/°C" ; <http://qudt.org/schema/qudt/ucumCode> "bar.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bar per Degree Celsius" ; rdfs:label "Bar per Degree Celsius"@en ; .
{"resource":"Bar per Degree Celsius"
,"qname":"unit:BAR-PER-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAR-PER-DEG_C"
,"properties":["conversion multiplier":"100000.0"
,"conversion multiplier scientific":"1.0E5"
,"description":"unit bar divided by the unit °Celsius"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:PressureCoefficient"
,"has reciprocal unit":"unit:DEG_C-PER-BAR"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD921"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD921"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bar per Degree Celsius"
,"label":"Bar per Degree Celsius"
,"symbol":"bar\/°C"
,"type":"qudt:Unit"
,"ucum code":"bar.Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BAR-PER-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit bar divided by the unit °Celsius",
"conversionMultiplier" : "100000.0",
"conversionMultiplier:SN" : 100000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureCoefficient",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/DEG_C-PER-BAR",
"iec61360Code" : "0112/2///62720#UAD921",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD921",
"symbol" : "bar/°C",
"ucumCode" : "bar.Cel-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bar per Degree Celsius", {
"@language" : "en",
"@value" : "Bar per Degree Celsius"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BAR-PER-K
URI: http://qudt.org/vocab/unit/BAR-PER-K
unit with the name bar divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BAR-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit with the name bar divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 100000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureCoefficient> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/K-PER-BAR> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA324" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA324"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit with the name bar divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "bar/K" ; <http://qudt.org/schema/qudt/ucumCode> "bar.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F81" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bar per Kelvin" ; rdfs:label "Bar per Kelvin"@en ; .
{"resource":"Bar per Kelvin"
,"qname":"unit:BAR-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAR-PER-K"
,"properties":["conversion multiplier":"100000.0"
,"conversion multiplier scientific":"1.0E5"
,"description":"unit with the name bar divided by the SI base unit kelvin"
,"description (plain text)":"unit with the name bar divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:PressureCoefficient"
,"has reciprocal unit":"unit:K-PER-BAR"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA324"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA324"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bar per Kelvin"
,"label":"Bar per Kelvin"
,"symbol":"bar\/K"
,"type":"qudt:Unit"
,"ucum code":"bar.K-1"
,"unece common code":"F81"
]}
{
"@id" : "http://qudt.org/vocab/unit/BAR-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit with the name bar divided by the SI base unit kelvin",
"conversionMultiplier" : "100000.0",
"conversionMultiplier:SN" : 100000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureCoefficient",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/K-PER-BAR",
"iec61360Code" : "0112/2///62720#UAA324",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA324",
"plainTextDescription" : "unit with the name bar divided by the SI base unit kelvin",
"symbol" : "bar/K",
"ucumCode" : "bar.K-1",
"uneceCommonCode" : "F81",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bar per Kelvin", {
"@language" : "en",
"@value" : "Bar per Kelvin"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BARAD
URI: http://qudt.org/vocab/unit/BARAD
A barad is a dyne per square centimetre ($dyn \cdot cm^{-2}$), and is equal to $0.1 Pa $ ($1 \, micro \, bar$, $0.000014504 \, p.s.i.$). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at $100\,dyn \cdot cm^{-2}$. Accordingly barad was not abbreviated, so occurs prefixed as in $cbarad = centibarad$. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called $barye$, a name also used for $bar$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BARAD>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A barad is a dyne per square centimetre ($dyn \\cdot cm^{-2}$), and is equal to $0.1 Pa $ ($1 \\, micro \\, bar$, $0.000014504 \\, p.s.i.$). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at $100\\,dyn \\cdot cm^{-2}$. Accordingly barad was not abbreviated, so occurs prefixed as in $cbarad = centibarad$. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called $barye$, a name also used for $bar$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BARYE> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/symbol> "Ba" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q809678> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barad" ;
rdfs:label "Barad"@en ;
.
{"resource":"Barad"
,"qname":"unit:BARAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BARAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q809678>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"A barad is a dyne per square centimetre ($dyn \\cdot cm^{-2}$), and is equal to $0.1 Pa $ ($1 \\, micro \\, bar$, $0.000014504 \\, p.s.i.$). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at $100\\,dyn \\cdot cm^{-2}$. Accordingly barad was not abbreviated, so occurs prefixed as in $cbarad = centibarad$. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called $barye$, a name also used for $bar$."
,"exact match":"unit:BARYE"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barad"
,"label":"Barad"
,"symbol":"Ba"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BARAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A barad is a dyne per square centimetre ($dyn \\cdot cm^{-2}$), and is equal to $0.1 Pa $ ($1 \\, micro \\, bar$, $0.000014504 \\, p.s.i.$). Note that this is precisely the microbar, the confusable bar being related in size to the normal atmospheric pressure, at $100\\,dyn \\cdot cm^{-2}$. Accordingly barad was not abbreviated, so occurs prefixed as in $cbarad = centibarad$. Despite being the coherent unit for pressure in c.g.s., barad was probably much less common than the non-coherent bar. Barad is sometimes called $barye$, a name also used for $bar$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"exactMatch" : "http://qudt.org/vocab/unit/BARYE",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"symbol" : "Ba",
"wikidataMatch" : "http://www.wikidata.org/entity/Q809678",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barad", {
"@language" : "en",
"@value" : "Barad"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BARN
URI: http://qudt.org/vocab/unit/BARN
A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross sections of any scattering process, and is best understood as a measure of the probability of interaction between small particles. A barn is defined as $10^{-28} m^2 (100 fm^2)$ and is approximately the cross sectional area of a uranium nucleus. The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI due to its continued use in particle physics.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BARN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross sections of any scattering process, and is best understood as a measure of the probability of interaction between small particles. A barn is defined as $10^{-28} m^2 (100 fm^2)$ and is approximately the cross sectional area of a uranium nucleus. The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI due to its continued use in particle physics."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-28 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Barn"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB297" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Barn?oldid=492907677"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Barn_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB297"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/barn> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2> ;
<http://qudt.org/schema/qudt/symbol> "b" ;
<http://qudt.org/schema/qudt/ucumCode> "b"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "b" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A14" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q209351> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barn" ;
rdfs:label "Barn"@en ;
.
{"resource":"Barn"
,"qname":"unit:BARN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BARN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q209351>"
,"conversion multiplier":"0.0000000000000000000000000001"
,"conversion multiplier scientific":"1.0E-28"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Barn"
,"description":"A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross sections of any scattering process, and is best understood as a measure of the probability of interaction between small particles. A barn is defined as $10^{-28} m^2 (100 fm^2)$ and is approximately the cross sectional area of a uranium nucleus. The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI due to its continued use in particle physics."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB297"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Barn?oldid=492907677"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Barn_(unit)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB297"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barn"
,"label":"Barn"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/barn>"
,"scalingOf":"unit:M2"
,"symbol":"b"
,"type":"qudt:Unit"
,"ucum code":"b"
,"udunits code":"b"
,"unece common code":"A14"
]}
{
"@id" : "http://qudt.org/vocab/unit/BARN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A barn (symbol b) is a unit of area. Originally used in nuclear physics for expressing the cross sectional area of nuclei and nuclear reactions, today it is used in all fields of high energy physics to express the cross sections of any scattering process, and is best understood as a measure of the probability of interaction between small particles. A barn is defined as $10^{-28} m^2 (100 fm^2)$ and is approximately the cross sectional area of a uranium nucleus. The barn is also the unit of area used in nuclear quadrupole resonance and nuclear magnetic resonance to quantify the interaction of a nucleus with an electric field gradient. While the barn is not an SI unit, it is accepted for use with the SI due to its continued use in particle physics.",
"conversionMultiplier" : "0.0000000000000000000000000001",
"conversionMultiplier:SN" : 1.0E-28,
"dbpediaMatch" : "http://dbpedia.org/resource/Barn",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"iec61360Code" : "0112/2///62720#UAB297",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Barn_(unit)", "http://en.wikipedia.org/wiki/Barn?oldid=492907677", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB297" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/barn",
"scalingOf" : "http://qudt.org/vocab/unit/M2",
"symbol" : "b",
"ucumCode" : "b",
"udunitsCode" : "b",
"uneceCommonCode" : "A14",
"wikidataMatch" : "http://www.wikidata.org/entity/Q209351",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barn", {
"@language" : "en",
"@value" : "Barn"
} ],
"@context" : {
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BARN-PER-EV
URI: http://qudt.org/vocab/unit/BARN-PER-EV
unit for the representation of the cross section barn divided by the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BARN-PER-EV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the representation of the cross section barn divided by the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000006241509074460762607776240980930446 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.241509074460762607776240980930446E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB127" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB127"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "b/eV" ; <http://qudt.org/schema/qudt/ucumCode> "b.eV-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A15" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Barn per Electron Volt" ; rdfs:label "Barn per Electron Volt"@en ; .
{"resource":"Barn per Electron Volt"
,"qname":"unit:BARN-PER-EV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BARN-PER-EV"
,"properties":["conversion multiplier":"0.0000000006241509074460762607776240980930446"
,"conversion multiplier scientific":"6.241509074460762607776240980930446E-10"
,"description":"unit for the representation of the cross section barn divided by the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB127"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB127"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barn per Electron Volt"
,"label":"Barn per Electron Volt"
,"symbol":"b\/eV"
,"type":"qudt:Unit"
,"ucum code":"b.eV-1"
,"unece common code":"A15"
]}
{
"@id" : "http://qudt.org/vocab/unit/BARN-PER-EV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the representation of the cross section barn divided by the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics",
"conversionMultiplier" : "0.0000000006241509074460762607776240980930446",
"conversionMultiplier:SN" : 6.241509074460762E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB127",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB127",
"symbol" : "b/eV",
"ucumCode" : "b.eV-1",
"uneceCommonCode" : "A15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barn per Electron Volt", {
"@language" : "en",
"@value" : "Barn per Electron Volt"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BARN-PER-SR
URI: http://qudt.org/vocab/unit/BARN-PER-SR
unit for the representation of the cross section barn divided by the unit of the solid angle steradian
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BARN-PER-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the representation of the cross section barn divided by the unit of the solid angle steradian" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-28 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB128" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB128"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "b/sr" ; <http://qudt.org/schema/qudt/ucumCode> "b.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A17" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Barn per Steradian" ; rdfs:label "Barn per Steradian"@en ; .
{"resource":"Barn per Steradian"
,"qname":"unit:BARN-PER-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BARN-PER-SR"
,"properties":["conversion multiplier":"0.0000000000000000000000000001"
,"conversion multiplier scientific":"1.0E-28"
,"description":"unit for the representation of the cross section barn divided by the unit of the solid angle steradian"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB128"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB128"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barn per Steradian"
,"label":"Barn per Steradian"
,"symbol":"b\/sr"
,"type":"qudt:Unit"
,"ucum code":"b.sr-1"
,"unece common code":"A17"
]}
{
"@id" : "http://qudt.org/vocab/unit/BARN-PER-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the representation of the cross section barn divided by the unit of the solid angle steradian",
"conversionMultiplier" : "0.0000000000000000000000000001",
"conversionMultiplier:SN" : 1.0E-28,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB128",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB128",
"symbol" : "b/sr",
"ucumCode" : "b.sr-1",
"uneceCommonCode" : "A17",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barn per Steradian", {
"@language" : "en",
"@value" : "Barn per Steradian"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BARN-PER-SR-EV
URI: http://qudt.org/vocab/unit/BARN-PER-SR-EV
unit for the representation of the cross section barn divided by the product of the unit of the solid angle steradian and the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BARN-PER-SR-EV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the representation of the cross section barn divided by the product of the unit of the solid angle steradian and the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000006241509074460762607776240980930446 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.241509074460762607776240980930446E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB140" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB140"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "b/(sr·eV)" ; <http://qudt.org/schema/qudt/ucumCode> "b.sr-1.eV-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A16" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Barn per Steradian Electron Volt" ; rdfs:label "Barn per Steradian Electron Volt"@en ; .
{"resource":"Barn per Steradian Electron Volt"
,"qname":"unit:BARN-PER-SR-EV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BARN-PER-SR-EV"
,"properties":["conversion multiplier":"0.0000000006241509074460762607776240980930446"
,"conversion multiplier scientific":"6.241509074460762607776240980930446E-10"
,"description":"unit for the representation of the cross section barn divided by the product of the unit of the solid angle steradian and the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB140"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB140"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barn per Steradian Electron Volt"
,"label":"Barn per Steradian Electron Volt"
,"symbol":"b\/(sr·eV)"
,"type":"qudt:Unit"
,"ucum code":"b.sr-1.eV-1"
,"unece common code":"A16"
]}
{
"@id" : "http://qudt.org/vocab/unit/BARN-PER-SR-EV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the representation of the cross section barn divided by the product of the unit of the solid angle steradian and the unit of the energy electronvolt which is used for the atomic physics, nuclear physics and particle physics",
"conversionMultiplier" : "0.0000000006241509074460762607776240980930446",
"conversionMultiplier:SN" : 6.241509074460762E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB140",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB140",
"symbol" : "b/(sr·eV)",
"ucumCode" : "b.sr-1.eV-1",
"uneceCommonCode" : "A16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Barn per Steradian Electron Volt"
}, "Barn per Steradian Electron Volt" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BARYE
URI: http://qudt.org/vocab/unit/BARYE
The barye, or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre-gram-second (CGS) unit of pressure. It is equal to 1 dyne per square centimetre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BARYE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "<p>The barye, or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre-gram-second (CGS) unit of pressure. It is equal to 1 dyne per square centimetre.</p>"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Barye"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BARAD> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Barye?oldid=478631158"^^xsd:anyURI ; <http://qudt.org/schema/qudt/latexDefinition> "$g\\cdot(cm/s)^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/barye> ; <http://qudt.org/schema/qudt/symbol> "Ba" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q809678> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Barye" ; rdfs:label "Barye"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "barad" ; <http://www.w3.org/2004/02/skos/core#altLabel> "barie" ; <http://www.w3.org/2004/02/skos/core#altLabel> "bary" ; <http://www.w3.org/2004/02/skos/core#altLabel> "baryd" ; <http://www.w3.org/2004/02/skos/core#altLabel> "baryed" ; .
{"resource":"Barye"
,"qname":"unit:BARYE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BARYE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q809678>"
,"alternative label":"barad"
,"alternative label":"barie"
,"alternative label":"bary"
,"alternative label":"baryd"
,"alternative label":"baryed"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Barye"
,"description":"<p>The barye, or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre-gram-second (CGS) unit of pressure. It is equal to 1 dyne per square centimetre.<\/p>"
,"exact match":"unit:BARAD"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Barye?oldid=478631158"
,"is coherent derived unit of system":"sou:CGS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barye"
,"label":"Barye"
,"latex definition":"$g\\cdot(cm\/s)^2$"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/barye>"
,"symbol":"Ba"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BARYE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "<p>The barye, or sometimes barad, barrie, bary, baryd, baryed, or barie, is the centimetre-gram-second (CGS) unit of pressure. It is equal to 1 dyne per square centimetre.</p>",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"dbpediaMatch" : "http://dbpedia.org/resource/Barye",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/CGS",
"exactMatch" : "http://qudt.org/vocab/unit/BARAD",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Barye?oldid=478631158",
"latexDefinition" : "$g\\cdot(cm/s)^2$",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/barye",
"symbol" : "Ba",
"wikidataMatch" : "http://www.wikidata.org/entity/Q809678",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barye", {
"@language" : "en",
"@value" : "Barye"
} ],
"altLabel" : [ "baryed", "barad", "baryd", "bary", "barie" ],
"@context" : {
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BAR_A
URI: http://qudt.org/vocab/unit/BAR_A
The same as a Bar, however the Absolute is added when there is a mixture of gauge and absolute measurements to ensure there is a clear distinction
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BAR_A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The same as a Bar, however the Absolute is added when there is a mixture of gauge and absolute measurements to ensure there is a clear distinction"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E5 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA323" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bar?oldid=493875987"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA323"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bar> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "bar abs" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bar Absolute" ; rdfs:label "Bar Absolute"@en ; .
{"resource":"Bar Absolute"
,"qname":"unit:BAR_A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAR_A"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"100000.0"
,"conversion multiplier scientific":"1.0E5"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bar"
,"description":"The same as a Bar, however the Absolute is added when there is a mixture of gauge and absolute measurements to ensure there is a clear distinction"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA323"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bar?oldid=493875987"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bar_(unit)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA323"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bar Absolute"
,"label":"Bar Absolute"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/bar>"
,"scalingOf":"unit:PA"
,"symbol":"bar abs"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BAR_A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The same as a Bar, however the Absolute is added when there is a mixture of gauge and absolute measurements to ensure there is a clear distinction",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "100000.0",
"conversionMultiplier:SN" : 100000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Bar",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA323",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Bar?oldid=493875987", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA323", "http://en.wikipedia.org/wiki/Bar_(unit)" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/bar",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "bar abs",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bar Absolute", {
"@language" : "en",
"@value" : "Bar Absolute"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BAUD
URI: http://qudt.org/vocab/unit/BAUD
unit for the symbol rate in communications engineering and telecommunication, at which 1 baud corresponds to the speed, at which 1 symbol (defined measurable signal change in the physical exchange medium) will be exchanged per second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BAUD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the symbol rate in communications engineering and telecommunication, at which 1 baud corresponds to the speed, at which 1 symbol (defined measurable signal change in the physical exchange medium) will be exchanged per second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DigitRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA109" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA109"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Bd" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J38" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q192027> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Baud" ; rdfs:label "Baud"@en ; .
{"resource":"Baud"
,"qname":"unit:BAUD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BAUD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q192027>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit for the symbol rate in communications engineering and telecommunication, at which 1 baud corresponds to the speed, at which 1 symbol (defined measurable signal change in the physical exchange medium) will be exchanged per second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DigitRate"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA109"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA109"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Baud"
,"label":"Baud"
,"symbol":"Bd"
,"type":"qudt:Unit"
,"unece common code":"J38"
]}
{
"@id" : "http://qudt.org/vocab/unit/BAUD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the symbol rate in communications engineering and telecommunication, at which 1 baud corresponds to the speed, at which 1 symbol (defined measurable signal change in the physical exchange medium) will be exchanged per second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DigitRate",
"iec61360Code" : "0112/2///62720#UAA109",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA109",
"symbol" : "Bd",
"uneceCommonCode" : "J38",
"wikidataMatch" : "http://www.wikidata.org/entity/Q192027",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Baud", {
"@language" : "en",
"@value" : "Baud"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL
URI: http://qudt.org/vocab/unit/BBL
A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BBL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal)."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1589873 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.589873E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Barrel"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BBL_US> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA334" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Barrel?oldid=494614619"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "bbl" ; <http://qudt.org/schema/qudt/ucumCode> "[bbl_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "BLL" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q178506> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Barrel" ; rdfs:label "Barrel"@en ; .
{"resource":"Barrel"
,"qname":"unit:BBL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q178506>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.1589873"
,"conversion multiplier scientific":"1.589873E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Barrel"
,"defined unit of system":"sou:USCS"
,"description":"A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal)."
,"exact match":"unit:BBL_US"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA334"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Barrel?oldid=494614619"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA334"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel"
,"label":"Barrel"
,"scalingOf":"unit:M3"
,"symbol":"bbl"
,"type":"qudt:Unit"
,"ucum code":"[bbl_us]"
,"unece common code":"BLL"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A barrel is one of several units of volume, with dry barrels, fluid barrels (UK beer barrel, U.S. beer barrel), oil barrel, etc. The volume of some barrel units is double others, with various volumes in the range of about 100-200 litres (22-44 imp gal; 26-53 US gal).",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.1589873",
"conversionMultiplier:SN" : 0.1589873,
"dbpediaMatch" : "http://dbpedia.org/resource/Barrel",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"exactMatch" : "http://qudt.org/vocab/unit/BBL_US",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA334",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Barrel?oldid=494614619", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334" ],
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "bbl",
"ucumCode" : "[bbl_us]",
"uneceCommonCode" : "BLL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q178506",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barrel", {
"@language" : "en",
"@value" : "Barrel"
} ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_UK_PET
URI: http://qudt.org/vocab/unit/BBL_UK_PET
unit of the volume for crude oil according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_UK_PET>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume for crude oil according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1591132 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.591132E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA329" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA329"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume for crude oil according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "bbl{UK petroleum}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J57" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (UK Petroleum)" ;
rdfs:label "Barrel (UK Petroleum)"@en ;
.
{"resource":"Barrel (UK Petroleum)"
,"qname":"unit:BBL_UK_PET"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_UK_PET"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.1591132"
,"conversion multiplier scientific":"1.591132E-1"
,"description":"unit of the volume for crude oil according to the Imperial system of units"
,"description (plain text)":"unit of the volume for crude oil according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA329"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA329"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (UK Petroleum)"
,"label":"Barrel (UK Petroleum)"
,"scalingOf":"unit:M3"
,"symbol":"bbl{UK petroleum}"
,"type":"qudt:Unit"
,"unece common code":"J57"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_UK_PET",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume for crude oil according to the Imperial system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.1591132",
"conversionMultiplier:SN" : 0.1591132,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA329",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA329",
"plainTextDescription" : "unit of the volume for crude oil according to the Imperial system of units",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "bbl{UK petroleum}",
"uneceCommonCode" : "J57",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barrel (UK Petroleum)", {
"@language" : "en",
"@value" : "Barrel (UK Petroleum)"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_UK_PET-PER-DAY
URI: http://qudt.org/vocab/unit/BBL_UK_PET-PER-DAY
unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_UK_PET-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001841587962962962962962962962962962 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.841587962962962962962962962962962E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA331" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA331"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day" ;
<http://qudt.org/schema/qudt/symbol> "bbl{UK petroleum}/d" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J59" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (UK Petroleum) per Day" ;
rdfs:label "Barrel (UK Petroleum) per Day"@en ;
.
{"resource":"Barrel (UK Petroleum) per Day"
,"qname":"unit:BBL_UK_PET-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_UK_PET-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.000001841587962962962962962962962962962"
,"conversion multiplier scientific":"1.841587962962962962962962962962962E-6"
,"description":"unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day"
,"description (plain text)":"unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA331"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA331"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (UK Petroleum) per Day"
,"label":"Barrel (UK Petroleum) per Day"
,"symbol":"bbl{UK petroleum}\/d"
,"type":"qudt:Unit"
,"unece common code":"J59"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_UK_PET-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.000001841587962962962962962962962962962",
"conversionMultiplier:SN" : 1.841587962962963E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA331",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA331",
"plainTextDescription" : "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit day",
"symbol" : "bbl{UK petroleum}/d",
"uneceCommonCode" : "J59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barrel (UK Petroleum) per Day", {
"@language" : "en",
"@value" : "Barrel (UK Petroleum) per Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_UK_PET-PER-HR
URI: http://qudt.org/vocab/unit/BBL_UK_PET-PER-HR
unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_UK_PET-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00004419811111111111111111111111111111 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.419811111111111111111111111111111E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA332" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA332"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "bbl{UK petroleum}/h" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J60" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (UK Petroleum) per Hour" ;
rdfs:label "Barrel (UK Petroleum) per Hour"@en ;
.
{"resource":"Barrel (UK Petroleum) per Hour"
,"qname":"unit:BBL_UK_PET-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_UK_PET-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00004419811111111111111111111111111111"
,"conversion multiplier scientific":"4.419811111111111111111111111111111E-5"
,"description":"unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour"
,"description (plain text)":"unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA332"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA332"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (UK Petroleum) per Hour"
,"label":"Barrel (UK Petroleum) per Hour"
,"symbol":"bbl{UK petroleum}\/h"
,"type":"qudt:Unit"
,"unece common code":"J60"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_UK_PET-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00004419811111111111111111111111111111",
"conversionMultiplier:SN" : 4.419811111111111E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA332",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA332",
"plainTextDescription" : "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit hour",
"symbol" : "bbl{UK petroleum}/h",
"uneceCommonCode" : "J60",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barrel (UK Petroleum) per Hour", {
"@language" : "en",
"@value" : "Barrel (UK Petroleum) per Hour"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_UK_PET-PER-MIN
URI: http://qudt.org/vocab/unit/BBL_UK_PET-PER-MIN
unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_UK_PET-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.002651886666666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.651886666666666666666666666666667E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA330" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA330"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute" ;
<http://qudt.org/schema/qudt/symbol> "bbl{UK petroleum}/min" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J58" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (UK Petroleum) per Minute" ;
rdfs:label "Barrel (UK Petroleum) per Minute"@en ;
.
{"resource":"Barrel (UK Petroleum) per Minute"
,"qname":"unit:BBL_UK_PET-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_UK_PET-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.002651886666666666666666666666666667"
,"conversion multiplier scientific":"2.651886666666666666666666666666667E-3"
,"description":"unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute"
,"description (plain text)":"unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA330"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA330"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (UK Petroleum) per Minute"
,"label":"Barrel (UK Petroleum) per Minute"
,"symbol":"bbl{UK petroleum}\/min"
,"type":"qudt:Unit"
,"unece common code":"J58"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_UK_PET-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.002651886666666666666666666666666667",
"conversionMultiplier:SN" : 0.0026518866666666667,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA330",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA330",
"plainTextDescription" : "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the unit minute",
"symbol" : "bbl{UK petroleum}/min",
"uneceCommonCode" : "J58",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barrel (UK Petroleum) per Minute", {
"@language" : "en",
"@value" : "Barrel (UK Petroleum) per Minute"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_UK_PET-PER-SEC
URI: http://qudt.org/vocab/unit/BBL_UK_PET-PER-SEC
unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_UK_PET-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1591132 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.591132E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA333" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA333"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "bbl{UK petroleum}/s" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J61" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (UK Petroleum) per Second" ;
rdfs:label "Barrel (UK Petroleum) per Second"@en ;
.
{"resource":"Barrel (UK Petroleum) per Second"
,"qname":"unit:BBL_UK_PET-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_UK_PET-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.1591132"
,"conversion multiplier scientific":"1.591132E-1"
,"description":"unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA333"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA333"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (UK Petroleum) per Second"
,"label":"Barrel (UK Petroleum) per Second"
,"symbol":"bbl{UK petroleum}\/s"
,"type":"qudt:Unit"
,"unece common code":"J61"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_UK_PET-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.1591132",
"conversionMultiplier:SN" : 0.1591132,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA333",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA333",
"plainTextDescription" : "unit of the volume barrel (UK petroleum) for crude oil according to the Imperial system of units divided by the SI base unit second",
"symbol" : "bbl{UK petroleum}/s",
"uneceCommonCode" : "J61",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barrel (UK Petroleum) per Second", {
"@language" : "en",
"@value" : "Barrel (UK Petroleum) per Second"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_US
URI: http://qudt.org/vocab/unit/BBL_US
unit of the volume for crude oil according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume for crude oil according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1589873 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.589873E-1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BBL> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA334" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume for crude oil according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "bbl{US petroleum}" ;
<http://qudt.org/schema/qudt/ucumCode> "[bbl_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "bbl" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "BLL" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q89187604> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (US)" ;
rdfs:label "Barrel (US)"@en ;
.
{"resource":"Barrel (US)"
,"qname":"unit:BBL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q89187604>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.1589873"
,"conversion multiplier scientific":"1.589873E-1"
,"description":"unit of the volume for crude oil according to the Anglo-American system of units"
,"description (plain text)":"unit of the volume for crude oil according to the Anglo-American system of units"
,"exact match":"unit:BBL"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA334"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA334"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (US)"
,"label":"Barrel (US)"
,"scalingOf":"unit:M3"
,"symbol":"bbl{US petroleum}"
,"type":"qudt:Unit"
,"ucum code":"[bbl_us]"
,"udunits code":"bbl"
,"unece common code":"BLL"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume for crude oil according to the Anglo-American system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.1589873",
"conversionMultiplier:SN" : 0.1589873,
"exactMatch" : "http://qudt.org/vocab/unit/BBL",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"iec61360Code" : "0112/2///62720#UAA334",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA334",
"plainTextDescription" : "unit of the volume for crude oil according to the Anglo-American system of units",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "bbl{US petroleum}",
"ucumCode" : "[bbl_us]",
"udunitsCode" : "bbl",
"uneceCommonCode" : "BLL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q89187604",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Barrel (US)"
}, "Barrel (US)" ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_US-PER-DAY
URI: http://qudt.org/vocab/unit/BBL_US-PER-DAY
unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_US-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001840130787037037037037037037037036 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.840130787037037037037037037037036E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA335" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA335"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day" ;
<http://qudt.org/schema/qudt/symbol> "bbl{US petroleum}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[bbl_us].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B1" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21178489> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (US) per Day" ;
rdfs:label "Barrel (US) per Day"@en ;
.
{"resource":"Barrel (US) per Day"
,"qname":"unit:BBL_US-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_US-PER-DAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21178489>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000001840130787037037037037037037037036"
,"conversion multiplier scientific":"1.840130787037037037037037037037036E-6"
,"description":"unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day"
,"description (plain text)":"unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA335"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA335"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (US) per Day"
,"label":"Barrel (US) per Day"
,"symbol":"bbl{US petroleum}\/d"
,"type":"qudt:Unit"
,"ucum code":"[bbl_us].d-1"
,"unece common code":"B1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_US-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000001840130787037037037037037037037036",
"conversionMultiplier:SN" : 1.840130787037037E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA335",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA335",
"plainTextDescription" : "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit day",
"symbol" : "bbl{US petroleum}/d",
"ucumCode" : "[bbl_us].d-1",
"uneceCommonCode" : "B1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21178489",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barrel (US) per Day", {
"@language" : "en",
"@value" : "Barrel (US) per Day"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_US-PER-MIN
URI: http://qudt.org/vocab/unit/BBL_US-PER-MIN
unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_US-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.002649788333333333333333333333333334 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.649788333333333333333333333333334E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA337" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA337"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute" ;
<http://qudt.org/schema/qudt/symbol> "bbl{US petroleum}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[bbl_us].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "5A" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (US) per Minute" ;
rdfs:label "Barrel (US) per Minute"@en ;
.
{"resource":"Barrel (US) per Minute"
,"qname":"unit:BBL_US-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_US-PER-MIN"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.002649788333333333333333333333333334"
,"conversion multiplier scientific":"2.649788333333333333333333333333334E-3"
,"description":"unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute"
,"description (plain text)":"unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA337"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA337"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (US) per Minute"
,"label":"Barrel (US) per Minute"
,"symbol":"bbl{US petroleum}\/min"
,"type":"qudt:Unit"
,"ucum code":"[bbl_us].min-1"
,"unece common code":"5A"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_US-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.002649788333333333333333333333333334",
"conversionMultiplier:SN" : 0.0026497883333333333,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA337",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA337",
"plainTextDescription" : "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit minute",
"symbol" : "bbl{US petroleum}/min",
"ucumCode" : "[bbl_us].min-1",
"uneceCommonCode" : "5A",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barrel (US) per Minute", {
"@language" : "en",
"@value" : "Barrel (US) per Minute"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_US_DRY
URI: http://qudt.org/vocab/unit/BBL_US_DRY
non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_US_DRY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1156281989625 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.156281989625E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DryVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB117" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB117"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "bbl{US dry}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "BLD" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q32751296> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dry Barrel (US)" ;
rdfs:label "Dry Barrel (US)"@en ;
.
{"resource":"Dry Barrel (US)"
,"qname":"unit:BBL_US_DRY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_US_DRY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q32751296>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.1156281989625"
,"conversion multiplier scientific":"1.156281989625E-1"
,"description":"non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre"
,"description (plain text)":"non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:DryVolume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB117"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB117"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dry Barrel (US)"
,"label":"Dry Barrel (US)"
,"scalingOf":"unit:M3"
,"symbol":"bbl{US dry}"
,"type":"qudt:Unit"
,"unece common code":"BLD"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_US_DRY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.1156281989625",
"conversionMultiplier:SN" : 0.1156281989625,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DryVolume",
"iec61360Code" : "0112/2///62720#UAB117",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB117",
"plainTextDescription" : "non SI-conform unit of the volume in the USA which applies to a resolution from 1912: 1 dry barrel (US) equals approximately to 115.63 litre",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "bbl{US dry}",
"uneceCommonCode" : "BLD",
"wikidataMatch" : "http://www.wikidata.org/entity/Q32751296",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dry Barrel (US)", {
"@language" : "en",
"@value" : "Dry Barrel (US)"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_US_PET
URI: http://qudt.org/vocab/unit/BBL_US_PET
unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_US_PET>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1589873 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.589873E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "bbl{US petroleum}" ;
<http://qudt.org/schema/qudt/ucumCode> "[bbl_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (us Petroleum)" ;
rdfs:label "Barrel (us Petroleum)"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/BBL_US> ;
.
{"resource":"Barrel (us Petroleum)"
,"qname":"unit:BBL_US_PET"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_US_PET"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.1589873"
,"conversion multiplier scientific":"1.589873E-1"
,"description":"unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units"
,"description (plain text)":"unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units"
,"has broader":"unit:BBL_US"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (us Petroleum)"
,"label":"Barrel (us Petroleum)"
,"scalingOf":"unit:M3"
,"symbol":"bbl{US petroleum}"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"[bbl_us]"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_US_PET",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.1589873",
"conversionMultiplier:SN" : 0.1589873,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"plainTextDescription" : "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "bbl{US petroleum}",
"ucumCode" : "[bbl_us]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Barrel (us Petroleum)", {
"@language" : "en",
"@value" : "Barrel (us Petroleum)"
} ],
"broader" : "http://qudt.org/vocab/unit/BBL_US",
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_US_PET-PER-HR
URI: http://qudt.org/vocab/unit/BBL_US_PET-PER-HR
unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_US_PET-PER-HR>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00004416313888888888888888888888888889 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.416313888888888888888888888888889E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA336" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA336"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "bbl{US petroleum}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[bbl_us].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J62" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (us Petroleum) per Hour" ;
rdfs:label "Barrel (us Petroleum) per Hour"@en ;
.
{"resource":"Barrel (us Petroleum) per Hour"
,"qname":"unit:BBL_US_PET-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_US_PET-PER-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.00004416313888888888888888888888888889"
,"conversion multiplier scientific":"4.416313888888888888888888888888889E-5"
,"description":"unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour"
,"description (plain text)":"unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA336"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA336"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (us Petroleum) per Hour"
,"label":"Barrel (us Petroleum) per Hour"
,"symbol":"bbl{US petroleum}\/h"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"[bbl_us].h-1"
,"unece common code":"J62"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_US_PET-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00004416313888888888888888888888888889",
"conversionMultiplier:SN" : 4.416313888888889E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA336",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA336",
"plainTextDescription" : "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the unit hour",
"symbol" : "bbl{US petroleum}/h",
"ucumCode" : "[bbl_us].h-1",
"uneceCommonCode" : "J62",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Barrel (us Petroleum) per Hour"
}, "Barrel (us Petroleum) per Hour" ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BBL_US_PET-PER-SEC
URI: http://qudt.org/vocab/unit/BBL_US_PET-PER-SEC
unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BBL_US_PET-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1589873 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.589873E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA338" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA338"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "bbl{US petroleum}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[bbl_us].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J62" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Barrel (us Petroleum) per Second" ;
rdfs:label "Barrel (us Petroleum) per Second"@en ;
.
{"resource":"Barrel (us Petroleum) per Second"
,"qname":"unit:BBL_US_PET-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BBL_US_PET-PER-SEC"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.1589873"
,"conversion multiplier scientific":"1.589873E-1"
,"description":"unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA338"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA338"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barrel (us Petroleum) per Second"
,"label":"Barrel (us Petroleum) per Second"
,"symbol":"bbl{US petroleum}\/s"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"[bbl_us].s-1"
,"unece common code":"J62"
]}
{
"@id" : "http://qudt.org/vocab/unit/BBL_US_PET-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.1589873",
"conversionMultiplier:SN" : 0.1589873,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA338",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA338",
"plainTextDescription" : "unit of the volume barrel (US petroleum) for crude oil according to the Anglo-American system of units divided by the SI base unit second",
"symbol" : "bbl{US petroleum}/s",
"ucumCode" : "[bbl_us].s-1",
"uneceCommonCode" : "J62",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Barrel (us Petroleum) per Second"
}, "Barrel (us Petroleum) per Second" ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BEAT
URI: http://qudt.org/vocab/unit/BEAT
Usually used in the context of heart beats. A heart beat is a single contraction of the heart muscle, which pumps blood through the circulatory system. The heart rate is the number of heart beats per unit of time, typically measured in beats per minute (bpm). A normal resting heart rate for adults ranges from 60 to 100 beats per minute.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BEAT> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """Usually used in the context of heart beats. A heart beat is a single contraction of the heart muscle, which pumps blood through the circulatory system. The heart rate is the number of heart beats per unit of time, typically measured in beats per minute (bpm). A normal resting heart rate for adults ranges from 60 to 100 beats per minute."""^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Beat" ; rdfs:label "Beat"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM> ; .
{"resource":"Beat"
,"qname":"unit:BEAT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BEAT"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Usually used in the context of heart beats. A heart beat is a single contraction of the heart muscle,\n which pumps blood through the circulatory system. The heart rate is the number of heart beats\n per unit of time, typically measured in beats per minute (bpm). A normal resting \n heart rate for adults ranges from 60 to 100 beats per minute."
,"has broader":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Beat"
,"label":"Beat"
,"type":"qudt:ContextualUnit"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BEAT",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Usually used in the context of heart beats. A heart beat is a single contraction of the heart muscle,\n which pumps blood through the circulatory system. The heart rate is the number of heart beats\n per unit of time, typically measured in beats per minute (bpm). A normal resting \n heart rate for adults ranges from 60 to 100 beats per minute.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Beat", {
"@language" : "en",
"@value" : "Beat"
} ],
"broader" : "http://qudt.org/vocab/unit/NUM",
"@context" : {
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BEAT-PER-MIN
URI: http://qudt.org/vocab/unit/BEAT-PER-MIN
"Heart Beat per Minute" is a unit for 'Heart Rate' expressed as $BPM$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BEAT-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Heart Beat per Minute\" is a unit for 'Heart Rate' expressed as $BPM$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeartRate> ;
<http://qudt.org/schema/qudt/symbol> "BPM" ;
<http://qudt.org/schema/qudt/ucumCode> "min-1{H.B.}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Beat per Minute" ;
rdfs:label "Beat per Minute"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM-PER-MIN> ;
.
{"resource":"Beat per Minute"
,"qname":"unit:BEAT-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BEAT-PER-MIN"
,"properties":["conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"\"Heart Beat per Minute\" is a unit for 'Heart Rate' expressed as $BPM$."
,"has broader":"unit:NUM-PER-MIN"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:HeartRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Beat per Minute"
,"label":"Beat per Minute"
,"symbol":"BPM"
,"type":"qudt:ContextualUnit"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"min-1{H.B.}"
]}
{
"@id" : "http://qudt.org/vocab/unit/BEAT-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Heart Beat per Minute\" is a unit for 'Heart Rate' expressed as $BPM$.",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeartRate",
"symbol" : "BPM",
"ucumCode" : "min-1{H.B.}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Beat per Minute"
}, "Beat per Minute" ],
"broader" : "http://qudt.org/vocab/unit/NUM-PER-MIN",
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BFT
URI: http://qudt.org/vocab/unit/BFT
unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BFT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA110" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA110"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds" ; <http://qudt.org/schema/qudt/symbol> "Bft" ; <http://qudt.org/schema/qudt/uneceCommonCode> "M19" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Beaufort" ; rdfs:label "Beaufort"@en ; .
{"resource":"Beaufort"
,"qname":"unit:BFT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BFT"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds"
,"description (plain text)":"unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Speed"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA110"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA110"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Beaufort"
,"label":"Beaufort"
,"symbol":"Bft"
,"type":"qudt:Unit"
,"unece common code":"M19"
]}
{
"@id" : "http://qudt.org/vocab/unit/BFT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Speed",
"iec61360Code" : "0112/2///62720#UAA110",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA110",
"plainTextDescription" : "unit for classification of winds according to their speed, developed by Sir Francis Beaufort as measure for the over-all behaviour of a ship's sail at different wind speeds",
"symbol" : "Bft",
"uneceCommonCode" : "M19",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Beaufort", {
"@language" : "en",
"@value" : "Beaufort"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BILLION_Long
URI: http://qudt.org/vocab/unit/BILLION_Long
Counting unit for a count of one billion according to the long scale, defined as one million million on the long scale
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BILLION_Long> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Counting unit for a count of one billion according to the long scale, defined as one million million on the long scale" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Billion"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/ONE> ; <http://qudt.org/schema/qudt/symbol> "1000000000000" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Billion (Long Scale)" ; rdfs:label "Billion (Long Scale)"@en ; .
{"resource":"Billion (Long Scale)"
,"qname":"unit:BILLION_Long"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BILLION_Long"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"Counting unit for a count of one billion according to the long scale, defined as one million million on the long scale"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Billion"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Billion (Long Scale)"
,"label":"Billion (Long Scale)"
,"scalingOf":"unit:ONE"
,"symbol":"1000000000000"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BILLION_Long",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Counting unit for a count of one billion according to the long scale, defined as one million million on the long scale",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"informativeReference" : "https://en.wikipedia.org/wiki/Billion",
"scalingOf" : "http://qudt.org/vocab/unit/ONE",
"symbol" : "1000000000000",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Billion (Long Scale)"
}, "Billion (Long Scale)" ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BILLION_Short
URI: http://qudt.org/vocab/unit/BILLION_Short
Counting unit for a count of one billion according to the short scale, defined as one thousand million on the short scale. This is now the most common sense of the word in all varieties of English.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BILLION_Short> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Counting unit for a count of one billion according to the short scale, defined as one thousand million on the short scale. This is now the most common sense of the word in all varieties of English." ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Billion"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/ONE> ; <http://qudt.org/schema/qudt/symbol> "1000000000" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Billion (Short Scale)" ; rdfs:label "Billion (Short Scale)"@en ; .
{"resource":"Billion (Short Scale)"
,"qname":"unit:BILLION_Short"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BILLION_Short"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"Counting unit for a count of one billion according to the short scale, defined as one thousand million on the short scale. This is now the most common sense of the word in all varieties of English."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Billion"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Billion (Short Scale)"
,"label":"Billion (Short Scale)"
,"scalingOf":"unit:ONE"
,"symbol":"1000000000"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BILLION_Short",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit" ],
"description" : "Counting unit for a count of one billion according to the short scale, defined as one thousand million on the short scale. This is now the most common sense of the word in all varieties of English.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"informativeReference" : "https://en.wikipedia.org/wiki/Billion",
"scalingOf" : "http://qudt.org/vocab/unit/ONE",
"symbol" : "1000000000",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Billion (Short Scale)", {
"@language" : "en",
"@value" : "Billion (Short Scale)"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BIOT
URI: http://qudt.org/vocab/unit/BIOT
"Biot" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne/cm between two infinitively long parallel wires that are 1 cm apart.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BIOT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Biot\" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne/cm between two infinitively long parallel wires that are 1 cm apart."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Biot"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/A_Ab> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB210" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Biot?oldid=443318821"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB210"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Abampere"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/biot> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "Bi" ; <http://qudt.org/schema/qudt/ucumCode> "Bi"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N96" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104117265> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Biot" ; rdfs:label "Biot"@en ; .
{"resource":"Biot"
,"qname":"unit:BIOT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BIOT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104117265>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Biot"
,"description":"\"Biot\" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne\/cm between two infinitively long parallel wires that are 1 cm apart."
,"exact match":"unit:A_Ab"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB210"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Biot?oldid=443318821"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB210"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Abampere"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Biot"
,"label":"Biot"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/biot>"
,"scalingOf":"unit:A"
,"symbol":"Bi"
,"type":"qudt:Unit"
,"ucum code":"Bi"
,"unece common code":"N96"
]}
{
"@id" : "http://qudt.org/vocab/unit/BIOT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Biot\" is another name for the abampere (aA), which is the basic electromagnetic unit of electric current in the emu-cgs (centimeter-gram-second) system of units. It is called after a French physicist, astronomer, and mathematician Jean-Baptiste Biot. One abampere is equal to ten amperes in the SI system of units. One abampere is the current, which produces a force of 2 dyne/cm between two infinitively long parallel wires that are 1 cm apart.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Biot",
"exactMatch" : "http://qudt.org/vocab/unit/A_Ab",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent",
"iec61360Code" : "0112/2///62720#UAB210",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Abampere", "http://en.wikipedia.org/wiki/Biot?oldid=443318821", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB210" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/biot",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "Bi",
"ucumCode" : "Bi",
"uneceCommonCode" : "N96",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104117265",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Biot", {
"@language" : "en",
"@value" : "Biot"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BIT
URI: http://qudt.org/vocab/unit/BIT
In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2)).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BIT> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2))."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.69314718055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bit"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA339" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bit?oldid=495288173"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA339"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bit> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "b" ; <http://qudt.org/schema/qudt/ucumCode> "bit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J63" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q8805> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bit" ; rdfs:label "Bit"@en ; .
{"resource":"Bit"
,"qname":"unit:BIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q8805>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.69314718055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bit"
,"description":"In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2))."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA339"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bit?oldid=495288173"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA339"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bit"
,"label":"Bit"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/bit>"
,"scalingOf":"unit:NUM"
,"symbol":"b"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"bit"
,"unece common code":"J63"
]}
{
"@id" : "http://qudt.org/vocab/unit/BIT",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "In information theory, a bit is the amount of information that, on average, can be stored in a discrete bit. It is thus the amount of information carried by a choice between two equally likely outcomes. One bit corresponds to about 0.693 nats (ln(2)), or 0.301 hartleys (log10(2)).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.69314718055994530941723212145818",
"conversionMultiplier:SN" : 0.6931471805599453,
"dbpediaMatch" : "http://dbpedia.org/resource/Bit",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAA339",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA339", "http://en.wikipedia.org/wiki/Bit?oldid=495288173" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/bit",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "b",
"ucumCode" : "bit",
"uneceCommonCode" : "J63",
"wikidataMatch" : "http://www.wikidata.org/entity/Q8805",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bit", {
"@language" : "en",
"@value" : "Bit"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BIT-PER-M
URI: http://qudt.org/vocab/unit/BIT-PER-M
unit bit divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BIT-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit bit divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.69314718055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA340" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA340"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "b/m" ; <http://qudt.org/schema/qudt/ucumCode> "bit.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E88" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bit per Meter"@en-US ; rdfs:label "Bit per Metre" ; rdfs:label "Bit per Metre"@en ; .
{"resource":"Bit per Metre"
,"qname":"unit:BIT-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BIT-PER-M"
,"properties":["conversion multiplier":"0.69314718055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E-1"
,"description":"unit bit divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA340"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA340"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bit per Meter"
,"label":"Bit per Metre"
,"label":"Bit per Metre"
,"symbol":"b\/m"
,"type":"qudt:Unit"
,"ucum code":"bit.m-1"
,"unece common code":"E88"
]}
{
"@id" : "http://qudt.org/vocab/unit/BIT-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit bit divided by the SI base unit metre",
"conversionMultiplier" : "0.69314718055994530941723212145818",
"conversionMultiplier:SN" : 0.6931471805599453,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearBitDensity",
"iec61360Code" : "0112/2///62720#UAA340",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA340",
"symbol" : "b/m",
"ucumCode" : "bit.m-1",
"uneceCommonCode" : "E88",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Bit per Meter"
}, "Bit per Metre", {
"@language" : "en",
"@value" : "Bit per Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BIT-PER-M2
URI: http://qudt.org/vocab/unit/BIT-PER-M2
unit bit divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BIT-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit bit divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.69314718055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA341" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA341"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "b/m²" ; <http://qudt.org/schema/qudt/ucumCode> "bit.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E89" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bit per Square Meter"@en-US ; rdfs:label "Bit per Square Metre" ; rdfs:label "Bit per Square Metre"@en ; .
{"resource":"Bit per Square Metre"
,"qname":"unit:BIT-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BIT-PER-M2"
,"properties":["conversion multiplier":"0.69314718055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E-1"
,"description":"unit bit divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:AreaBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA341"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA341"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bit per Square Meter"
,"label":"Bit per Square Metre"
,"label":"Bit per Square Metre"
,"symbol":"b\/m²"
,"type":"qudt:Unit"
,"ucum code":"bit.m-2"
,"unece common code":"E89"
]}
{
"@id" : "http://qudt.org/vocab/unit/BIT-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit bit divided by the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "0.69314718055994530941723212145818",
"conversionMultiplier:SN" : 0.6931471805599453,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaBitDensity",
"iec61360Code" : "0112/2///62720#UAA341",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA341",
"symbol" : "b/m²",
"ucumCode" : "bit.m-2",
"uneceCommonCode" : "E89",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Bit per Square Meter"
}, "Bit per Square Metre", {
"@language" : "en",
"@value" : "Bit per Square Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BIT-PER-M3
URI: http://qudt.org/vocab/unit/BIT-PER-M3
unit bit divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BIT-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit bit divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.69314718055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA342" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA342"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "b/m³" ; <http://qudt.org/schema/qudt/ucumCode> "bit.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bit per Cubic Meter"@en-US ; rdfs:label "Bit per Cubic Metre" ; rdfs:label "Bit per Cubic Metre"@en ; .
{"resource":"Bit per Cubic Metre"
,"qname":"unit:BIT-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BIT-PER-M3"
,"properties":["conversion multiplier":"0.69314718055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E-1"
,"description":"unit bit divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumetricBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA342"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA342"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bit per Cubic Meter"
,"label":"Bit per Cubic Metre"
,"label":"Bit per Cubic Metre"
,"symbol":"b\/m³"
,"type":"qudt:Unit"
,"ucum code":"bit.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/BIT-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit bit divided by the power of the SI base unit metre with the exponent 3",
"conversionMultiplier" : "0.69314718055994530941723212145818",
"conversionMultiplier:SN" : 0.6931471805599453,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricBitDensity",
"iec61360Code" : "0112/2///62720#UAA342",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA342",
"symbol" : "b/m³",
"ucumCode" : "bit.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bit per Cubic Metre", {
"@language" : "en",
"@value" : "Bit per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Bit per Cubic Meter"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BIT-PER-SEC
URI: http://qudt.org/vocab/unit/BIT-PER-SEC
A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BIT-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.69314718055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DataRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA343" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA343"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "b/s" ; <http://qudt.org/schema/qudt/ucumCode> "bit.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "Bd" ; <http://qudt.org/schema/qudt/udunitsCode> "bps" ; <http://qudt.org/schema/qudt/uneceCommonCode> "B10" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q549389> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bit per Second" ; rdfs:label "Bit per Second"@en ; .
{"resource":"Bit per Second"
,"qname":"unit:BIT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BIT-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q549389>"
,"conversion multiplier":"0.69314718055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E-1"
,"description":"A bit per second (B\/s) is a unit of data transfer rate equal to 1 bits per second."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:DataRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA343"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Data_rate_units#Kilobyte_per_second"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA343"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bit per Second"
,"label":"Bit per Second"
,"symbol":"b\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"bit.s-1"
,"udunits code":"Bd"
,"udunits code":"bps"
,"unece common code":"B10"
]}
{
"@id" : "http://qudt.org/vocab/unit/BIT-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A bit per second (B/s) is a unit of data transfer rate equal to 1 bits per second.",
"conversionMultiplier" : "0.69314718055994530941723212145818",
"conversionMultiplier:SN" : 0.6931471805599453,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DataRate",
"iec61360Code" : "0112/2///62720#UAA343",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA343", "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second" ],
"symbol" : "b/s",
"ucumCode" : "bit.s-1",
"udunitsCode" : [ "Bd", "bps" ],
"uneceCommonCode" : "B10",
"wikidataMatch" : "http://www.wikidata.org/entity/Q549389",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bit per Second", {
"@language" : "en",
"@value" : "Bit per Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BQ
URI: http://qudt.org/vocab/unit/BQ
The $\textit{Becquerel}$ is the SI derived unit of activity, usually meaning radioactivity. Radioactivity is caused when atoms disintegrate, ejecting energetic particles. One becquerel is the radiation caused by one disintegration per second; this is equivalent to about $27.0270 \text{picocuries (pCi)}$. The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908), the discoverer of radioactivity. Note: both the becquerel and the hertz are basically defined as one event per second, yet they measure different things. The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle. The becquerel is used to measure the rates of events that happen sporadically and unpredictably, not in a definite cycle.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BQ>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Becquerel}$ is the SI derived unit of activity, usually meaning radioactivity.
Radioactivity is caused when atoms disintegrate, ejecting energetic particles.
One becquerel is the radiation caused by one disintegration per second;
this is equivalent to about $27.0270 \\text{picocuries (pCi)}$.
The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908),
the discoverer of radioactivity.
Note: both the becquerel and the hertz are basically defined as one event per second,
yet they measure different things.
The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle.
The becquerel is used to measure the rates of events that happen sporadically and unpredictably,
not in a definite cycle.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Becquerel"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA111" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Becquerel?oldid=493710036"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA111"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/becquerel> ;
<http://qudt.org/schema/qudt/symbol> "Bq" ;
<http://qudt.org/schema/qudt/ucumCode> "Bq"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "Bq" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "BQL" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q102573> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Becquerel" ;
rdfs:label "Becquerel"@cs ;
rdfs:label "Becquerel"@de ;
rdfs:label "Becquerel"@en ;
rdfs:label "Becquerel"@es ;
rdfs:label "Becquerel"@fr ;
rdfs:label "Becquerel"@hu ;
rdfs:label "Becquerel"@it ;
rdfs:label "Becquerel"@ms ;
rdfs:label "Becquerel"@pt ;
rdfs:label "Becquerel"@ro ;
rdfs:label "Becquerel"@sl ;
rdfs:label "Becquerelium"@la ;
rdfs:label "Bekerel"@pl ;
rdfs:label "Bekerel"@tr ;
rdfs:label "Μπεκερέλ"@el ;
rdfs:label "Бекерел"@bg ;
rdfs:label "Беккерель"@ru ;
rdfs:label "בקרל"@he ;
rdfs:label "بيكريل"@ar ;
rdfs:label "بکرل"@fa ;
rdfs:label "बैक्वेरल"@hi ;
rdfs:label "ベクレル"@ja ;
rdfs:label "贝克勒尔"@zh ;
.
{"resource":"Becquerel"
,"qname":"unit:BQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BQ"
,"properties":["Individual from SI Reference Point":"si-unit:becquerel"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q102573>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Becquerel"
,"defined unit of system":"sou:SI"
,"description":"\n The $\\textit{Becquerel}$ is the SI derived unit of activity, usually meaning radioactivity.\n Radioactivity is caused when atoms disintegrate, ejecting energetic particles. \n One becquerel is the radiation caused by one disintegration per second; \n this is equivalent to about $27.0270 \\text{picocuries (pCi)}$. \n The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908), \n the discoverer of radioactivity. \n Note: both the becquerel and the hertz are basically defined as one event per second, \n yet they measure different things. \n The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle. \n The becquerel is used to measure the rates of events that happen sporadically and unpredictably, \n not in a definite cycle.\n "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA111"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Becquerel?oldid=493710036"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA111"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerel"
,"label":"Becquerelium"
,"label":"Bekerel"
,"label":"Bekerel"
,"label":"Μπεκερέλ"
,"label":"Бекерел"
,"label":"Беккерель"
,"label":"בקרל"
,"label":"بيكريل"
,"label":"بکرل"
,"label":"बैक्वेरल"
,"label":"ベクレル"
,"label":"贝克勒尔"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/becquerel>"
,"symbol":"Bq"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Bq"
,"udunits code":"Bq"
,"unece common code":"BQL"
]}
{
"@id" : "http://qudt.org/vocab/unit/BQ",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The $\\textit{Becquerel}$ is the SI derived unit of activity, usually meaning radioactivity.\n Radioactivity is caused when atoms disintegrate, ejecting energetic particles. \n One becquerel is the radiation caused by one disintegration per second; \n this is equivalent to about $27.0270 \\text{picocuries (pCi)}$. \n The unit is named for a French physicist, Antoine-Henri Becquerel (1852-1908), \n the discoverer of radioactivity. \n Note: both the becquerel and the hertz are basically defined as one event per second, \n yet they measure different things. \n The hertz is used to measure the rates of events that happen periodically in a fixed and definite cycle. \n The becquerel is used to measure the rates of events that happen sporadically and unpredictably, \n not in a definite cycle.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Becquerel",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAA111",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Becquerel?oldid=493710036", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA111" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/becquerel",
"siExactMatch" : "https://si-digital-framework.org/SI/units/becquerel",
"symbol" : "Bq",
"ucumCode" : "Bq",
"udunitsCode" : "Bq",
"uneceCommonCode" : "BQL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q102573",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Беккерель"
}, {
"@language" : "el",
"@value" : "Μπεκερέλ"
}, {
"@language" : "ar",
"@value" : "بيكريل"
}, {
"@language" : "fr",
"@value" : "Becquerel"
}, {
"@language" : "it",
"@value" : "Becquerel"
}, {
"@language" : "ms",
"@value" : "Becquerel"
}, {
"@language" : "pt",
"@value" : "Becquerel"
}, {
"@language" : "ro",
"@value" : "Becquerel"
}, {
"@language" : "sl",
"@value" : "Becquerel"
}, "Becquerel", {
"@language" : "cs",
"@value" : "Becquerel"
}, {
"@language" : "de",
"@value" : "Becquerel"
}, {
"@language" : "hu",
"@value" : "Becquerel"
}, {
"@language" : "en",
"@value" : "Becquerel"
}, {
"@language" : "es",
"@value" : "Becquerel"
}, {
"@language" : "ja",
"@value" : "ベクレル"
}, {
"@language" : "tr",
"@value" : "Bekerel"
}, {
"@language" : "pl",
"@value" : "Bekerel"
}, {
"@language" : "hi",
"@value" : "बैक्वेरल"
}, {
"@language" : "fa",
"@value" : "بکرل"
}, {
"@language" : "la",
"@value" : "Becquerelium"
}, {
"@language" : "he",
"@value" : "בקרל"
}, {
"@language" : "zh",
"@value" : "贝克勒尔"
}, {
"@language" : "bg",
"@value" : "Бекерел"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BQ-PER-KiloGM
URI: http://qudt.org/vocab/unit/BQ-PER-KiloGM
The only unit in the category of Specific radioactivity. It is also known as becquerels per kilogram, becquerel/kilogram. This unit is commonly used in the SI unit system. Becquerel Per Kilogram (Bq/kg) has a dimension of $M{-1}T{-1}$ where $M$ is mass, and $T$ is time. It essentially the same as the corresponding standard SI unit $/kg/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BQ-PER-KiloGM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The only unit in the category of Specific radioactivity. It is also known as becquerels per kilogram, becquerel/kilogram. This unit is commonly used in the SI unit system. Becquerel Per Kilogram (Bq/kg) has a dimension of $M{-1}T{-1}$ where $M$ is mass, and $T$ is time. It essentially the same as the corresponding standard SI unit $/kg/s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$Bq/kg$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassicActivity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificActivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA112" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--specific_radioactivity--becquerel_per_kilogram.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA112"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "\"Becquerel per Kilogram\" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample." ;
<http://qudt.org/schema/qudt/symbol> "Bq/kg" ;
<http://qudt.org/schema/qudt/ucumCode> "Bq.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A18" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q88768297> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Becquerel na Kilogram"@cs ;
rdfs:label "Becquerel na Kilogram"@sl ;
rdfs:label "Becquerel par Kilogramme"@fr ;
rdfs:label "Becquerel pe Kilogram"@ro ;
rdfs:label "Becquerel per Chilogrammo"@it ;
rdfs:label "Becquerel per Kilogram" ;
rdfs:label "Becquerel per Kilogram"@en ;
rdfs:label "Becquerel per Kilogram"@ms ;
rdfs:label "Becquerel por Kilogramo"@es ;
rdfs:label "Becquerel por Quilograma"@pt ;
rdfs:label "Becquerel pro Kilogramm"@de ;
rdfs:label "Becquerelium per Chiliogramma"@la ;
rdfs:label "Bekerel na Kilogram"@pl ;
rdfs:label "Bekerel per Kilogram"@tr ;
rdfs:label "Μπεκερέλ ανά Χιλιόγραμμο"@el ;
rdfs:label "Бекерел на Килограм"@bg ;
rdfs:label "Беккерель на Килограмм"@ru ;
.
{"resource":"Becquerel per Kilogram"
,"qname":"unit:BQ-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BQ-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q88768297>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The only unit in the category of Specific radioactivity. It is also known as becquerels per kilogram, becquerel\/kilogram. This unit is commonly used in the SI unit system. Becquerel Per Kilogram (Bq\/kg) has a dimension of $M{-1}T{-1}$ where $M$ is mass, and $T$ is time. It essentially the same as the corresponding standard SI unit $\/kg\/s$."
,"description (plain text)":"\"Becquerel per Kilogram\" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample."
,"expression":"$Bq\/kg$"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:MassicActivity"
,"has quantity kind":"quantitykind:SpecificActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA112"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--specific_radioactivity--becquerel_per_kilogram.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA112"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Becquerel na Kilogram"
,"label":"Becquerel na Kilogram"
,"label":"Becquerel par Kilogramme"
,"label":"Becquerel pe Kilogram"
,"label":"Becquerel per Chilogrammo"
,"label":"Becquerel per Kilogram"
,"label":"Becquerel per Kilogram"
,"label":"Becquerel per Kilogram"
,"label":"Becquerel por Kilogramo"
,"label":"Becquerel por Quilograma"
,"label":"Becquerel pro Kilogramm"
,"label":"Becquerelium per Chiliogramma"
,"label":"Bekerel na Kilogram"
,"label":"Bekerel per Kilogram"
,"label":"Μπεκερέλ ανά Χιλιόγραμμο"
,"label":"Бекерел на Килограм"
,"label":"Беккерель на Килограмм"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"Bq\/kg"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Bq.kg-1"
,"unece common code":"A18"
]}
{
"@id" : "http://qudt.org/vocab/unit/BQ-PER-KiloGM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The only unit in the category of Specific radioactivity. It is also known as becquerels per kilogram, becquerel/kilogram. This unit is commonly used in the SI unit system. Becquerel Per Kilogram (Bq/kg) has a dimension of $M{-1}T{-1}$ where $M$ is mass, and $T$ is time. It essentially the same as the corresponding standard SI unit $/kg/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$Bq/kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificActivity", "http://qudt.org/vocab/quantitykind/MassicActivity" ],
"iec61360Code" : "0112/2///62720#UAA112",
"informativeReference" : [ "http://www.efunda.com/glossary/units/units--specific_radioactivity--becquerel_per_kilogram.cfm", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA112" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"plainTextDescription" : "\"Becquerel per Kilogram\" is used to describe radioactivity, which is often expressed in becquerels per unit of volume or weight, to express how much radioactive material is contained in a sample.",
"symbol" : "Bq/kg",
"ucumCode" : "Bq.kg-1",
"uneceCommonCode" : "A18",
"wikidataMatch" : "http://www.wikidata.org/entity/Q88768297",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Becquerel na Kilogram"
}, {
"@language" : "sl",
"@value" : "Becquerel na Kilogram"
}, {
"@language" : "bg",
"@value" : "Бекерел на Килограм"
}, {
"@language" : "fr",
"@value" : "Becquerel par Kilogramme"
}, {
"@language" : "de",
"@value" : "Becquerel pro Kilogramm"
}, {
"@language" : "ro",
"@value" : "Becquerel pe Kilogram"
}, "Becquerel per Kilogram", {
"@language" : "en",
"@value" : "Becquerel per Kilogram"
}, {
"@language" : "ms",
"@value" : "Becquerel per Kilogram"
}, {
"@language" : "pt",
"@value" : "Becquerel por Quilograma"
}, {
"@language" : "ru",
"@value" : "Беккерель на Килограмм"
}, {
"@language" : "el",
"@value" : "Μπεκερέλ ανά Χιλιόγραμμο"
}, {
"@language" : "tr",
"@value" : "Bekerel per Kilogram"
}, {
"@language" : "it",
"@value" : "Becquerel per Chilogrammo"
}, {
"@language" : "es",
"@value" : "Becquerel por Kilogramo"
}, {
"@language" : "pl",
"@value" : "Bekerel na Kilogram"
}, {
"@language" : "la",
"@value" : "Becquerelium per Chiliogramma"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BQ-PER-L
URI: http://qudt.org/vocab/unit/BQ-PER-L
One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BQ-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre)."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "Bq/L" ; <http://qudt.org/schema/qudt/ucumCode> "Bq.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106651237> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Becquerel per Liter"@en-US ; rdfs:label "Becquerel per Litre" ; rdfs:label "Becquerel per Litre"@en ; .
{"resource":"Becquerel per Litre"
,"qname":"unit:BQ-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BQ-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106651237>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre)."
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Becquerel per Liter"
,"label":"Becquerel per Litre"
,"label":"Becquerel per Litre"
,"symbol":"Bq\/L"
,"type":"qudt:Unit"
,"ucum code":"Bq.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BQ-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One radioactive disintegration per second from a one part in 10**3 of the SI unit of volume (cubic metre)."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ActivityConcentration",
"symbol" : "Bq/L",
"ucumCode" : "Bq.L-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106651237",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Becquerel per Litre", {
"@language" : "en",
"@value" : "Becquerel per Litre"
}, {
"@language" : "en-us",
"@value" : "Becquerel per Liter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BQ-PER-M2
URI: http://qudt.org/vocab/unit/BQ-PER-M2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BQ-PER-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$Bq/m^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceActivityDensity> ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Bq/m²" ; <http://qudt.org/schema/qudt/ucumCode> "Bq.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98103135> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Becquerel na Kvadratni Meter"@sl ; rdfs:label "Becquerel na Čtvereční Metr"@cs ; rdfs:label "Becquerel par Mètre Carré"@fr ; rdfs:label "Becquerel pe Metru Pătrat"@ro ; rdfs:label "Becquerel per Meter Persegi"@ms ; rdfs:label "Becquerel per Metro Quadrato"@it ; rdfs:label "Becquerel per Square Meter"@en-US ; rdfs:label "Becquerel per Square Metre" ; rdfs:label "Becquerel per Square Metre"@en ; rdfs:label "Becquerel por Metro Cuadrado"@es ; rdfs:label "Becquerel por Metro Quadrado"@pt ; rdfs:label "Becquerel pro Quadratmeter"@de ; rdfs:label "Becquerelium per Metrum Quadratum"@la ; rdfs:label "Bekerel na Metr Kwadratowy"@pl ; rdfs:label "Bekerel per Metrekare"@tr ; rdfs:label "Μπεκερέλ ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Бекерел на Квадратен Метър"@bg ; rdfs:label "Беккерель на Квадратный Метр"@ru ; .
{"resource":"Becquerel per Square Metre"
,"qname":"unit:BQ-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BQ-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98103135>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$Bq\/m^2$"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:SurfaceActivityDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Becquerel na Kvadratni Meter"
,"label":"Becquerel na Čtvereční Metr"
,"label":"Becquerel par Mètre Carré"
,"label":"Becquerel pe Metru Pătrat"
,"label":"Becquerel per Meter Persegi"
,"label":"Becquerel per Metro Quadrato"
,"label":"Becquerel per Square Meter"
,"label":"Becquerel per Square Metre"
,"label":"Becquerel per Square Metre"
,"label":"Becquerel por Metro Cuadrado"
,"label":"Becquerel por Metro Quadrado"
,"label":"Becquerel pro Quadratmeter"
,"label":"Becquerelium per Metrum Quadratum"
,"label":"Bekerel na Metr Kwadratowy"
,"label":"Bekerel per Metrekare"
,"label":"Μπεκερέλ ανά Τετραγωνικό Μέτρο"
,"label":"Бекерел на Квадратен Метър"
,"label":"Беккерель на Квадратный Метр"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"Bq\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Bq.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/BQ-PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$Bq/m^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SurfaceActivityDensity",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "Bq/m²",
"ucumCode" : "Bq.m-2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98103135",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Becquerel per Meter Persegi"
}, {
"@language" : "en-us",
"@value" : "Becquerel per Square Meter"
}, {
"@language" : "cs",
"@value" : "Becquerel na Čtvereční Metr"
}, {
"@language" : "el",
"@value" : "Μπεκερέλ ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "bg",
"@value" : "Бекерел на Квадратен Метър"
}, {
"@language" : "de",
"@value" : "Becquerel pro Quadratmeter"
}, {
"@language" : "fr",
"@value" : "Becquerel par Mètre Carré"
}, {
"@language" : "es",
"@value" : "Becquerel por Metro Cuadrado"
}, "Becquerel per Square Metre", {
"@language" : "en",
"@value" : "Becquerel per Square Metre"
}, {
"@language" : "pt",
"@value" : "Becquerel por Metro Quadrado"
}, {
"@language" : "it",
"@value" : "Becquerel per Metro Quadrato"
}, {
"@language" : "tr",
"@value" : "Bekerel per Metrekare"
}, {
"@language" : "ru",
"@value" : "Беккерель на Квадратный Метр"
}, {
"@language" : "ro",
"@value" : "Becquerel pe Metru Pătrat"
}, {
"@language" : "sl",
"@value" : "Becquerel na Kvadratni Meter"
}, {
"@language" : "la",
"@value" : "Becquerelium per Metrum Quadratum"
}, {
"@language" : "pl",
"@value" : "Bekerel na Metr Kwadratowy"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BQ-PER-M3
URI: http://qudt.org/vocab/unit/BQ-PER-M3
Becquerel Per Cubic Meter ($Bq/m3$) is a unit in the category of Radioactivity concentration. It is also known as becquerels per cubic meter, becquerel per cubic metre, becquerels per cubic metre, becquerel/cubic inch. This unit is commonly used in the SI unit system. Becquerel Per Cubic Meter (Bq/m3) has a dimension of $L{-3}T{-1}$ where $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $/s\cdot m{3}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BQ-PER-M3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Becquerel Per Cubic Meter ($Bq/m3$) is a unit in the category of Radioactivity concentration. It is also known as becquerels per cubic meter, becquerel per cubic metre, becquerels per cubic metre, becquerel/cubic inch. This unit is commonly used in the SI unit system. Becquerel Per Cubic Meter (Bq/m3) has a dimension of $L{-3}T{-1}$ where $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $/s\\cdot m{3}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$Bq/m^3$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ActivityConcentration> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB126" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--radioactivity_concentration--becquerel_per_cubic_meter.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB126"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "The SI derived unit of unit in the category of Radioactivity concentration." ;
<http://qudt.org/schema/qudt/symbol> "Bq/m³" ;
<http://qudt.org/schema/qudt/ucumCode> "Bq.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A19" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98102832> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Becquerel na Kubični Meter"@sl ;
rdfs:label "Becquerel na Metr Krychlový"@cs ;
rdfs:label "Becquerel par Mètre Cube"@fr ;
rdfs:label "Becquerel pe Metru Cub"@ro ;
rdfs:label "Becquerel per Cubic Meter"@en-US ;
rdfs:label "Becquerel per Cubic Metre" ;
rdfs:label "Becquerel per Cubic Metre"@en ;
rdfs:label "Becquerel per Meter Kubik"@ms ;
rdfs:label "Becquerel per Metro Cubo"@it ;
rdfs:label "Becquerel por Metro Cúbico"@es ;
rdfs:label "Becquerel por Metro Cúbico"@pt ;
rdfs:label "Becquerel pro Kubikmeter"@de ;
rdfs:label "Becquerelium per Metrum Cubicum"@la ;
rdfs:label "Bekerel na Metr Sześcienny"@pl ;
rdfs:label "Bekerel per Metreküp"@tr ;
rdfs:label "Μπεκερέλ ανά Κυβικό Μέτρο"@el ;
rdfs:label "Бекерел на Кубичен Метър"@bg ;
rdfs:label "Беккерель на Кубический Метр"@ru ;
.
{"resource":"Becquerel per Cubic Metre"
,"qname":"unit:BQ-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BQ-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98102832>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Becquerel Per Cubic Meter ($Bq\/m3$) is a unit in the category of Radioactivity concentration. It is also known as becquerels per cubic meter, becquerel per cubic metre, becquerels per cubic metre, becquerel\/cubic inch. This unit is commonly used in the SI unit system. Becquerel Per Cubic Meter (Bq\/m3) has a dimension of $L{-3}T{-1}$ where $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $\/s\\cdot m{3}$."
,"description (plain text)":"The SI derived unit of unit in the category of Radioactivity concentration."
,"expression":"$Bq\/m^3$"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB126"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--radioactivity_concentration--becquerel_per_cubic_meter.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB126"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Becquerel na Kubični Meter"
,"label":"Becquerel na Metr Krychlový"
,"label":"Becquerel par Mètre Cube"
,"label":"Becquerel pe Metru Cub"
,"label":"Becquerel per Cubic Meter"
,"label":"Becquerel per Cubic Metre"
,"label":"Becquerel per Cubic Metre"
,"label":"Becquerel per Meter Kubik"
,"label":"Becquerel per Metro Cubo"
,"label":"Becquerel por Metro Cúbico"
,"label":"Becquerel por Metro Cúbico"
,"label":"Becquerel pro Kubikmeter"
,"label":"Becquerelium per Metrum Cubicum"
,"label":"Bekerel na Metr Sześcienny"
,"label":"Bekerel per Metreküp"
,"label":"Μπεκερέλ ανά Κυβικό Μέτρο"
,"label":"Бекерел на Кубичен Метър"
,"label":"Беккерель на Кубический Метр"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"Bq\/m³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Bq.m-3"
,"unece common code":"A19"
]}
{
"@id" : "http://qudt.org/vocab/unit/BQ-PER-M3",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Becquerel Per Cubic Meter ($Bq/m3$) is a unit in the category of Radioactivity concentration. It is also known as becquerels per cubic meter, becquerel per cubic metre, becquerels per cubic metre, becquerel/cubic inch. This unit is commonly used in the SI unit system. Becquerel Per Cubic Meter (Bq/m3) has a dimension of $L{-3}T{-1}$ where $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $/s\\cdot m{3}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$Bq/m^3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ActivityConcentration",
"iec61360Code" : "0112/2///62720#UAB126",
"informativeReference" : [ "http://www.efunda.com/glossary/units/units--radioactivity_concentration--becquerel_per_cubic_meter.cfm", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB126" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"plainTextDescription" : "The SI derived unit of unit in the category of Radioactivity concentration.",
"symbol" : "Bq/m³",
"ucumCode" : "Bq.m-3",
"uneceCommonCode" : "A19",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98102832",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Becquerel per Meter Kubik"
}, {
"@language" : "bg",
"@value" : "Бекерел на Кубичен Метър"
}, "Becquerel per Cubic Metre", {
"@language" : "en",
"@value" : "Becquerel per Cubic Metre"
}, {
"@language" : "la",
"@value" : "Becquerelium per Metrum Cubicum"
}, {
"@language" : "de",
"@value" : "Becquerel pro Kubikmeter"
}, {
"@language" : "cs",
"@value" : "Becquerel na Metr Krychlový"
}, {
"@language" : "sl",
"@value" : "Becquerel na Kubični Meter"
}, {
"@language" : "ro",
"@value" : "Becquerel pe Metru Cub"
}, {
"@language" : "en-us",
"@value" : "Becquerel per Cubic Meter"
}, {
"@language" : "el",
"@value" : "Μπεκερέλ ανά Κυβικό Μέτρο"
}, {
"@language" : "ru",
"@value" : "Беккерель на Кубический Метр"
}, {
"@language" : "pl",
"@value" : "Bekerel na Metr Sześcienny"
}, {
"@language" : "tr",
"@value" : "Bekerel per Metreküp"
}, {
"@language" : "es",
"@value" : "Becquerel por Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Becquerel por Metro Cúbico"
}, {
"@language" : "it",
"@value" : "Becquerel per Metro Cubo"
}, {
"@language" : "fr",
"@value" : "Becquerel par Mètre Cube"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BQ-SEC-PER-M3
URI: http://qudt.org/vocab/unit/BQ-SEC-PER-M3
TBD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BQ-SEC-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "TBD"@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsoluteActivity> ; <http://qudt.org/schema/qudt/symbol> "Bq·s/m³" ; <http://qudt.org/schema/qudt/ucumCode> "Bq.s.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Becquerel Saat per Meter Kubik"@ms ; rdfs:label "Becquerel Second per Cubic Meter"@en-US ; rdfs:label "Becquerel Second per Cubic Metre" ; rdfs:label "Becquerel Second per Cubic Metre"@en ; rdfs:label "Becquerel Seconde par Mètre Cube"@fr ; rdfs:label "Becquerel Secondo per Metro Cubo"@it ; rdfs:label "Becquerel Secundă pe Metru Cub"@ro ; rdfs:label "Becquerel Segundo por Metro Cúbico"@es ; rdfs:label "Becquerel Segundo por Metro Cúbico"@pt ; rdfs:label "Becquerel Sekunda na Kubični Meter"@sl ; rdfs:label "Becquerel Sekunda na Metr Krychlový"@cs ; rdfs:label "Becquerel Sekunde pro Kubikmeter"@de ; rdfs:label "Becquerelium Secundum per Metrum Cubicum"@la ; rdfs:label "Bekerel Saniye per Metreküp"@tr ; rdfs:label "Bekerel Sekunda na Metr Sześcienny"@pl ; rdfs:label "Μπεκερέλ Δευτερόλεπτο ανά Κυβικό Μέτρο"@el ; rdfs:label "Бекерел Секунда на Кубичен Метър"@bg ; rdfs:label "Беккерель Секунда на Кубический Метр"@ru ; .
{"resource":"Becquerel Second per Cubic Metre"
,"qname":"unit:BQ-SEC-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BQ-SEC-PER-M3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"TBD"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:AbsoluteActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Becquerel Saat per Meter Kubik"
,"label":"Becquerel Second per Cubic Meter"
,"label":"Becquerel Second per Cubic Metre"
,"label":"Becquerel Second per Cubic Metre"
,"label":"Becquerel Seconde par Mètre Cube"
,"label":"Becquerel Secondo per Metro Cubo"
,"label":"Becquerel Secundă pe Metru Cub"
,"label":"Becquerel Segundo por Metro Cúbico"
,"label":"Becquerel Segundo por Metro Cúbico"
,"label":"Becquerel Sekunda na Kubični Meter"
,"label":"Becquerel Sekunda na Metr Krychlový"
,"label":"Becquerel Sekunde pro Kubikmeter"
,"label":"Becquerelium Secundum per Metrum Cubicum"
,"label":"Bekerel Saniye per Metreküp"
,"label":"Bekerel Sekunda na Metr Sześcienny"
,"label":"Μπεκερέλ Δευτερόλεπτο ανά Κυβικό Μέτρο"
,"label":"Бекерел Секунда на Кубичен Метър"
,"label":"Беккерель Секунда на Кубический Метр"
,"symbol":"Bq·s\/m³"
,"type":"qudt:Unit"
,"ucum code":"Bq.s.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/BQ-SEC-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "TBD"
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AbsoluteActivity",
"symbol" : "Bq·s/m³",
"ucumCode" : "Bq.s.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Becquerel Sekunda na Kubični Meter"
}, {
"@language" : "ro",
"@value" : "Becquerel Secundă pe Metru Cub"
}, {
"@language" : "fr",
"@value" : "Becquerel Seconde par Mètre Cube"
}, {
"@language" : "de",
"@value" : "Becquerel Sekunde pro Kubikmeter"
}, {
"@language" : "cs",
"@value" : "Becquerel Sekunda na Metr Krychlový"
}, {
"@language" : "ru",
"@value" : "Беккерель Секунда на Кубический Метр"
}, {
"@language" : "el",
"@value" : "Μπεκερέλ Δευτερόλεπτο ανά Κυβικό Μέτρο"
}, {
"@language" : "tr",
"@value" : "Bekerel Saniye per Metreküp"
}, {
"@language" : "la",
"@value" : "Becquerelium Secundum per Metrum Cubicum"
}, {
"@language" : "ms",
"@value" : "Becquerel Saat per Meter Kubik"
}, {
"@language" : "pl",
"@value" : "Bekerel Sekunda na Metr Sześcienny"
}, "Becquerel Second per Cubic Metre", {
"@language" : "en",
"@value" : "Becquerel Second per Cubic Metre"
}, {
"@language" : "it",
"@value" : "Becquerel Secondo per Metro Cubo"
}, {
"@language" : "en-us",
"@value" : "Becquerel Second per Cubic Meter"
}, {
"@language" : "es",
"@value" : "Becquerel Segundo por Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Becquerel Segundo por Metro Cúbico"
}, {
"@language" : "bg",
"@value" : "Бекерел Секунда на Кубичен Метър"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BREATH
URI: http://qudt.org/vocab/unit/BREATH
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BREATH> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Breath" ; rdfs:label "Breath"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM> ; .
{"resource":"Breath"
,"qname":"unit:BREATH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BREATH"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has broader":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Breath"
,"label":"Breath"
,"type":"qudt:ContextualUnit"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BREATH",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/CountingUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Breath"
}, "Breath" ],
"broader" : "http://qudt.org/vocab/unit/NUM",
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BREATH-PER-MIN
URI: http://qudt.org/vocab/unit/BREATH-PER-MIN
A unit of respiratory rate.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BREATH-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A unit of respiratory rate."^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ;
<http://qudt.org/schema/qudt/expression> "$breaths/min$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RespiratoryRate> ;
<http://qudt.org/schema/qudt/symbol> "breath/min" ;
<http://qudt.org/schema/qudt/ucumCode> "min-1{breath}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30064611> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Breath per Minute" ;
rdfs:label "Breath per Minute"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM-PER-MIN> ;
.
{"resource":"Breath per Minute"
,"qname":"unit:BREATH-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BREATH-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30064611>"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"A unit of respiratory rate."
,"expression":"$breaths\/min$"
,"has broader":"unit:NUM-PER-MIN"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:RespiratoryRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Breath per Minute"
,"label":"Breath per Minute"
,"symbol":"breath\/min"
,"type":"qudt:ContextualUnit"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"min-1{breath}"
]}
{
"@id" : "http://qudt.org/vocab/unit/BREATH-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A unit of respiratory rate.",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"expression" : "$breaths/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/RespiratoryRate",
"symbol" : "breath/min",
"ucumCode" : "min-1{breath}",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30064611",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Breath per Minute", {
"@language" : "en",
"@value" : "Breath per Minute"
} ],
"broader" : "http://qudt.org/vocab/unit/NUM-PER-MIN",
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BREWSTER
URI: http://qudt.org/vocab/unit/BREWSTER
The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BREWSTER> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StressOpticCoefficient> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Brewster_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2-PER-N> ; <http://qudt.org/schema/qudt/siUnitsExpression> "nm/mm/MPa" ; <http://qudt.org/schema/qudt/symbol> "B" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Brewster" ; rdfs:label "Brewster"@en ; .
{"resource":"Brewster"
,"qname":"unit:BREWSTER"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BREWSTER"
,"properties":["conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"description":"The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2\/N or 1\/Pa) or 10^-13 square centimetres per dyne (cm^2\/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816."
,"exact match":"unit:NanoM-PER-MilliM-MegaPA"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:StressOpticCoefficient"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Brewster_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Brewster"
,"label":"Brewster"
,"numerator dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"scalingOf":"unit:M2-PER-N"
,"si units expression":"nm\/mm\/MPa"
,"symbol":"B"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BREWSTER",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The brewster (B) is a non-SI unit used to measure the susceptibility of a material to photoelasticity, or the value of the stress-optic coefficient of the material. The unit has dimensions reciprocal to those of stress. One brewster is defined to be equal to 10^-12 square metres per newton (m^2/N or 1/Pa) or 10^-13 square centimetres per dyne (cm^2/dyn). The unit is named after David Brewster, who discovered stress-induced birefringence in 1816.",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"exactMatch" : "http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/StressOpticCoefficient",
"informativeReference" : "https://en.wikipedia.org/wiki/Brewster_(unit)",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"scalingOf" : "http://qudt.org/vocab/unit/M2-PER-N",
"siUnitsExpression" : "nm/mm/MPa",
"symbol" : "B",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Brewster", {
"@language" : "en",
"@value" : "Brewster"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_39DEG_F
URI: http://qudt.org/vocab/unit/BTU_39DEG_F
unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BTU_39DEG_F> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1059.67 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.05967E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB216" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB216"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "Btu (39 °F)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "British Thermal Unit (39 °F)" ; rdfs:label "British Thermal Unit (39 °F)"@en ; .
{"resource":"British Thermal Unit (39 °F)"
,"qname":"unit:BTU_39DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_39DEG_F"
,"properties":["conversion multiplier":"1059.67"
,"conversion multiplier scientific":"1.05967E3"
,"description":"unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB216"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB216"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (39 °F)"
,"label":"British Thermal Unit (39 °F)"
,"scalingOf":"unit:J"
,"symbol":"Btu (39 °F)"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_39DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of heat energy according to the Imperial system of units in a reference temperature of 39 °F",
"conversionMultiplier" : "1059.67",
"conversionMultiplier:SN" : 1059.67,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAB216",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB216",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "Btu (39 °F)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (39 °F)", {
"@language" : "en",
"@value" : "British Thermal Unit (39 °F)"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_59DEG_F
URI: http://qudt.org/vocab/unit/BTU_59DEG_F
unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BTU_59DEG_F> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1054.80 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.05480E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB217" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB217"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "Btu (59 °F)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N67" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "British Thermal Unit (59 °F)" ; rdfs:label "British Thermal Unit (59 °F)"@en ; .
{"resource":"British Thermal Unit (59 °F)"
,"qname":"unit:BTU_59DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_59DEG_F"
,"properties":["conversion multiplier":"1054.80"
,"conversion multiplier scientific":"1.05480E3"
,"description":"unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB217"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB217"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (59 °F)"
,"label":"British Thermal Unit (59 °F)"
,"scalingOf":"unit:J"
,"symbol":"Btu (59 °F)"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"unece common code":"N67"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_59DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of heat energy according to the Imperial system of units in a reference temperature of 59 °F",
"conversionMultiplier" : "1054.80",
"conversionMultiplier:SN" : 1054.8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAB217",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB217",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "Btu (59 °F)",
"uneceCommonCode" : "N67",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (59 °F)", {
"@language" : "en",
"@value" : "British Thermal Unit (59 °F)"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_60DEG_F
URI: http://qudt.org/vocab/unit/BTU_60DEG_F
unit of head energy according to the Imperial system of units at a reference temperature of 60 °F
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BTU_60DEG_F> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of head energy according to the Imperial system of units at a reference temperature of 60 °F" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1054.68 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.05468E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB218" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB218"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "Btu (60 °F)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "British Thermal Unit (60 °F)" ; rdfs:label "British Thermal Unit (60 °F)"@en ; .
{"resource":"British Thermal Unit (60 °F)"
,"qname":"unit:BTU_60DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_60DEG_F"
,"properties":["conversion multiplier":"1054.68"
,"conversion multiplier scientific":"1.05468E3"
,"description":"unit of head energy according to the Imperial system of units at a reference temperature of 60 °F"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB218"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB218"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (60 °F)"
,"label":"British Thermal Unit (60 °F)"
,"scalingOf":"unit:J"
,"symbol":"Btu (60 °F)"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_60DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of head energy according to the Imperial system of units at a reference temperature of 60 °F",
"conversionMultiplier" : "1054.68",
"conversionMultiplier:SN" : 1054.68,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAB218",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB218",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "Btu (60 °F)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "British Thermal Unit (60 °F)"
}, "British Thermal Unit (60 °F)" ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT
URI: http://qudt.org/vocab/unit/BTU_IT
$\textit{British Thermal Unit}$ (BTU or Btu) is a traditional unit of energy equal to about $1.0550558526 \textit{ kilojoule}$. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\circ}{F}$ to $40^{\circ}{F}$ . The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$, though it may be used as a measure of agricultural energy production (BTU/kg). It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{British Thermal Unit}$ (BTU or Btu) is a traditional unit of energy equal to about $1.0550558526 \\textit{ kilojoule}$.
It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}{F}$ to $40^{\\circ}{F}$ .
The unit is most often used in the power, steam generation, heating and air conditioning industries.
In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$, though it may be used as a measure of agricultural energy production (BTU/kg).
It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1055.05585262 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.05505585262E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA114" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA114"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "BTU" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q99490009> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition)" ;
rdfs:label "British Thermal Unit (international Definition)"@en ;
.
{"resource":"British Thermal Unit (international Definition)"
,"qname":"unit:BTU_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q99490009>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1055.05585262"
,"conversion multiplier scientific":"1.05505585262E3"
,"defined unit of system":"sou:IMPERIAL"
,"description":"$\\textit{British Thermal Unit}$ (BTU or Btu) is a traditional unit of energy equal to about $1.0550558526 \\textit{ kilojoule}$. \n It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}{F}$ to $40^{\\circ}{F}$ . \n The unit is most often used in the power, steam generation, heating and air conditioning industries. \n In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$, though it may be used as a measure of agricultural energy production (BTU\/kg). \n It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries.\n "
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA114"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/British_thermal_unit"
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"informative reference":"http:\/\/www.iso.org\/iso\/home\/store\/catalogue_ics\/catalogue_detail_ics.htm?csnumber=31890"
,"informative reference":"http:\/\/www.knowledgedoor.com\/2\/units_and_constants_handbook\/british-thermal-unit_group.html"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA114"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition)"
,"label":"British Thermal Unit (international Definition)"
,"scalingOf":"unit:J"
,"symbol":"Btu{IT}"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT]"
,"unece common code":"BTU"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{British Thermal Unit}$ (BTU or Btu) is a traditional unit of energy equal to about $1.0550558526 \\textit{ kilojoule}$. \n It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}{F}$ to $40^{\\circ}{F}$ . \n The unit is most often used in the power, steam generation, heating and air conditioning industries. \n In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$, though it may be used as a measure of agricultural energy production (BTU/kg). \n It is still used unofficially in metric English-speaking countries (such as Canada), and remains the standard unit of classification for air conditioning units manufactured and sold in many non-English-speaking metric countries.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1055.05585262",
"conversionMultiplier:SN" : 1055.05585262,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/ThermalEnergy" ],
"iec61360Code" : "0112/2///62720#UAA114",
"informativeReference" : [ "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890", "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html", "http://physics.nist.gov/Pubs/SP811/appenB9.html", "http://en.wikipedia.org/wiki/British_thermal_unit", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA114" ],
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "Btu{IT}",
"ucumCode" : "[Btu_IT]",
"uneceCommonCode" : "BTU",
"wikidataMatch" : "http://www.wikidata.org/entity/Q99490009",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition)", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition)"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-FT
URI: http://qudt.org/vocab/unit/BTU_IT-FT
${\bf BTU_{IT} \, Foot}$ is an Imperial unit for $\textit{Thermal Energy Length}$ expressed as $Btu-ft$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-FT>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "${\\bf BTU_{IT} \\, Foot}$ is an Imperial unit for $\\textit{Thermal Energy Length}$ expressed as $Btu-ft$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 321.581023878576 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.21581023878576E2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu-ft$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergyLength> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}·ft" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[ft_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) Foot" ;
rdfs:label "British Thermal Unit (international Definition) Foot"@en ;
.
{"resource":"British Thermal Unit (international Definition) Foot"
,"qname":"unit:BTU_IT-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-FT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"321.581023878576"
,"conversion multiplier scientific":"3.21581023878576E2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"${\\bf BTU_{IT} \\, Foot}$ is an Imperial unit for $\\textit{Thermal Energy Length}$ expressed as $Btu-ft$."
,"expression":"$Btu-ft$"
,"has dimension vector":"qkdv:A0E0L3I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergyLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) Foot"
,"label":"British Thermal Unit (international Definition) Foot"
,"symbol":"Btu{IT}·ft"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[ft_i]"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-FT",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "${\\bf BTU_{IT} \\, Foot}$ is an Imperial unit for $\\textit{Thermal Energy Length}$ expressed as $Btu-ft$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "321.581023878576",
"conversionMultiplier:SN" : 321.581023878576,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$Btu-ft$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergyLength",
"symbol" : "Btu{IT}·ft",
"ucumCode" : "[Btu_IT].[ft_i]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) Foot", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) Foot"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-FT-PER-FT2-HR-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-FT-PER-FT2-HR-DEG_F
A $BTU_{IT}$, $\italic{Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity', expressed as $Btu_{it} \cdot ft/(h \cdot ft^2 \cdot degF)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-FT-PER-FT2-HR-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $BTU_{IT}$, $\\italic{Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity',
expressed as $Btu_{it} \\cdot ft/(h \\cdot ft^2 \\cdot degF)$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.730734666371391076115485564304462 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.730734666371391076115485564304462E0 ;
<http://qudt.org/schema/qudt/expression> "$Btu(IT) ft/(h ft^2 degF)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA115" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA115"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "British thermal unit (international table) foot per hour Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units." ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}·ft/(ft²·h·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J40" ;
<http://www.linkedmodel.org/schema/vaem#comment> "qudt:exactMatch: unit:BTU_IT-FT-PER-HR-FT2-DEG_F" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) Foot per Square Foot Hour Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) Foot per Square Foot Hour Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) Foot per Square Foot Hour Degree Fahrenheit"
,"qname":"unit:BTU_IT-FT-PER-FT2-HR-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-FT-PER-FT2-HR-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"comment":"qudt:exactMatch: unit:BTU_IT-FT-PER-HR-FT2-DEG_F"
,"conversion multiplier":"1.730734666371391076115485564304462"
,"conversion multiplier scientific":"1.730734666371391076115485564304462E0"
,"description":"\n A $BTU_{IT}$, $\\italic{Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity',\n expressed as $Btu_{it} \\cdot ft\/(h \\cdot ft^2 \\cdot degF)$.\n "
,"description (plain text)":"British thermal unit (international table) foot per hour Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units."
,"expression":"$Btu(IT) ft\/(h ft^2 degF)$"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA115"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Thermal_conductivity"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA115"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) Foot per Square Foot Hour Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) Foot per Square Foot Hour Degree Fahrenheit"
,"symbol":"Btu{IT}·ft\/(ft²·h·°F)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1"
,"unece common code":"J40"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-FT-PER-FT2-HR-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n A $BTU_{IT}$, $\\italic{Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity',\n expressed as $Btu_{it} \\cdot ft/(h \\cdot ft^2 \\cdot degF)$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.730734666371391076115485564304462",
"conversionMultiplier:SN" : 1.7307346663713912,
"expression" : "$Btu(IT) ft/(h ft^2 degF)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAA115",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Thermal_conductivity", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA115" ],
"plainTextDescription" : "British thermal unit (international table) foot per hour Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units.",
"symbol" : "Btu{IT}·ft/(ft²·h·°F)",
"ucumCode" : "[Btu_IT].[ft_i].[ft_i]-2.h-1.[degF]-1",
"uneceCommonCode" : "J40",
"comment" : "qudt:exactMatch: unit:BTU_IT-FT-PER-HR-FT2-DEG_F",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) Foot per Square Foot Hour Degree Fahrenheit"
}, "British Thermal Unit (international Definition) Foot per Square Foot Hour Degree Fahrenheit" ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"comment" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#comment"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-IN
URI: http://qudt.org/vocab/unit/BTU_IT-IN
${\bf BTU \, Inch}$ is an Imperial unit for 'Thermal Energy Length' expressed as $Btu-in$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-IN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
${\\bf BTU \\, Inch}$ is an Imperial unit for 'Thermal Energy Length' expressed as $Btu-in$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 26.798418656548 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.6798418656548E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu-in$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergyLength> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}·in" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) Inch" ;
rdfs:label "British Thermal Unit (international Definition) Inch"@en ;
.
{"resource":"British Thermal Unit (international Definition) Inch"
,"qname":"unit:BTU_IT-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-IN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"26.798418656548"
,"conversion multiplier scientific":"2.6798418656548E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\n ${\\bf BTU \\, Inch}$ is an Imperial unit for 'Thermal Energy Length' expressed as $Btu-in$.\n "
,"expression":"$Btu-in$"
,"has dimension vector":"qkdv:A0E0L3I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergyLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) Inch"
,"label":"British Thermal Unit (international Definition) Inch"
,"symbol":"Btu{IT}·in"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[in_i]"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-IN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n ${\\bf BTU \\, Inch}$ is an Imperial unit for 'Thermal Energy Length' expressed as $Btu-in$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "26.798418656548",
"conversionMultiplier:SN" : 26.798418656548,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$Btu-in$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergyLength",
"symbol" : "Btu{IT}·in",
"ucumCode" : "[Btu_IT].[in_i]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) Inch", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) Inch"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-IN-PER-FT2-HR-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-HR-DEG_F
$BTU_{th}$ Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(h-ft^{2}-degF)$. An International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. $1\,Btu_{it} \cdot in/(h \cdot ft^{2} \cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-HR-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
$BTU_{th}$ Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(h-ft^{2}-degF)$.
An International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units.
$1\\,Btu_{it} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1442278888642825896762904636920385 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.442278888642825896762904636920385E-1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BTU_IT-IN-PER-HR-FT2-DEG_F> ;
<http://qudt.org/schema/qudt/expression> "$Btu(it)-in-per-h-ft2-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT-IN> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA117" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA117"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexSymbol> "$Btu_{it} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/plainTextDescription> "BTU (th) Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity', an International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units." ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}·in/(ft²·h·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[in_i].[ft_i]-2.h-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J41" ;
<http://www.linkedmodel.org/schema/vaem#comment> "qudt:exactMatch: unit:BTU_IT-IN-PER-HR-FT2-DEG_F" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) Inch per Square Foot Hour Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) Inch per Square Foot Hour Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) Inch per Square Foot Hour Degree Fahrenheit"
,"qname":"unit:BTU_IT-IN-PER-FT2-HR-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-IN-PER-FT2-HR-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"comment":"qudt:exactMatch: unit:BTU_IT-IN-PER-HR-FT2-DEG_F"
,"conversion multiplier":"0.1442278888642825896762904636920385"
,"conversion multiplier scientific":"1.442278888642825896762904636920385E-1"
,"description":"\n $BTU_{th}$ Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in\/(h-ft^{2}-degF)$.\n An International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. \n $1\\,Btu_{it} \\cdot in\/(h \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit.\n "
,"description (plain text)":"BTU (th) Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity', an International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units."
,"exact match":"unit:BTU_IT-IN-PER-HR-FT2-DEG_F"
,"expression":"$Btu(it)-in-per-h-ft2-degF$"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"has reciprocal unit":"unit:DEG_F-HR-FT2-PER-BTU_IT-IN"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA117"
,"informative reference":"http:\/\/www.translatorscafe.com\/cafe\/EN\/units-converter\/thermal-conductivity\/c\/"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA117"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) Inch per Square Foot Hour Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) Inch per Square Foot Hour Degree Fahrenheit"
,"latex symbol":"$Btu_{it} \\cdot in\/(h \\cdot ft^{2} \\cdot degF)$"
,"symbol":"Btu{IT}·in\/(ft²·h·°F)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[in_i].[ft_i]-2.h-1.[degF]-1"
,"unece common code":"J41"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-HR-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n $BTU_{th}$ Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(h-ft^{2}-degF)$.\n An International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. \n $1\\,Btu_{it} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.1442278888642825896762904636920385",
"conversionMultiplier:SN" : 0.1442278888642826,
"exactMatch" : "http://qudt.org/vocab/unit/BTU_IT-IN-PER-HR-FT2-DEG_F",
"expression" : "$Btu(it)-in-per-h-ft2-degF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT-IN",
"iec61360Code" : "0112/2///62720#UAA117",
"informativeReference" : [ "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA117" ],
"latexSymbol" : "$Btu_{it} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$",
"plainTextDescription" : "BTU (th) Inch per Square Foot Hour Degree Fahrenheit is an Imperial unit for 'Thermal Conductivity', an International British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units.",
"symbol" : "Btu{IT}·in/(ft²·h·°F)",
"ucumCode" : "[Btu_IT].[in_i].[ft_i]-2.h-1.[degF]-1",
"uneceCommonCode" : "J41",
"comment" : "qudt:exactMatch: unit:BTU_IT-IN-PER-HR-FT2-DEG_F",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) Inch per Square Foot Hour Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) Inch per Square Foot Hour Degree Fahrenheit"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"comment" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#comment"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-IN-PER-FT2-SEC-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-SEC-DEG_F
The unit $BTU_{IT}$, Inch per Square Foot Second Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(ft^{2}-s-degF)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-SEC-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The unit $BTU_{IT}$, Inch per Square Foot Second Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(ft^{2}-s-degF)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 519.2203999114173228346456692913385 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.192203999114173228346456692913385E2 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BTU_IT-IN-PER-SEC-FT2-DEG_F> ;
<http://qudt.org/schema/qudt/expression> "$Btu(it)-in-per-s-ft2-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA118" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA118"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "British thermal unit (international table) inch per second Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units." ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}·in/(ft²·s·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[in_i].[ft_i]-2.s-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J42" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) Inch per Square Foot Second Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) Inch per Square Foot Second Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) Inch per Square Foot Second Degree Fahrenheit"
,"qname":"unit:BTU_IT-IN-PER-FT2-SEC-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-IN-PER-FT2-SEC-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"519.2203999114173228346456692913385"
,"conversion multiplier scientific":"5.192203999114173228346456692913385E2"
,"description":"The unit $BTU_{IT}$, Inch per Square Foot Second Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in\/(ft^{2}-s-degF)$."
,"description (plain text)":"British thermal unit (international table) inch per second Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units."
,"exact match":"unit:BTU_IT-IN-PER-SEC-FT2-DEG_F"
,"expression":"$Btu(it)-in-per-s-ft2-degF$"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA118"
,"informative reference":"http:\/\/www.translatorscafe.com\/cafe\/EN\/units-converter\/thermal-conductivity\/c\/"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA118"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) Inch per Square Foot Second Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) Inch per Square Foot Second Degree Fahrenheit"
,"symbol":"Btu{IT}·in\/(ft²·s·°F)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[in_i].[ft_i]-2.s-1.[degF]-1"
,"unece common code":"J42"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-SEC-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The unit $BTU_{IT}$, Inch per Square Foot Second Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu_{it}-in/(ft^{2}-s-degF)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "519.2203999114173228346456692913385",
"conversionMultiplier:SN" : 519.2203999114173,
"exactMatch" : "http://qudt.org/vocab/unit/BTU_IT-IN-PER-SEC-FT2-DEG_F",
"expression" : "$Btu(it)-in-per-s-ft2-degF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAA118",
"informativeReference" : [ "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA118" ],
"plainTextDescription" : "British thermal unit (international table) inch per second Square foot degree Fahrenheit is the unit of the thermal conductivity according to the Imperial system of units.",
"symbol" : "Btu{IT}·in/(ft²·s·°F)",
"ucumCode" : "[Btu_IT].[in_i].[ft_i]-2.s-1.[degF]-1",
"uneceCommonCode" : "J42",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) Inch per Square Foot Second Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) Inch per Square Foot Second Degree Fahrenheit"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-IN-PER-HR-FT2-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-IN-PER-HR-FT2-DEG_F
unit of the thermal conductivity according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-IN-PER-HR-FT2-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1442278888642825896762904636920385 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.442278888642825896762904636920385E-1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-HR-DEG_F> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT-IN> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA117" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA117"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the thermal conductivity according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}·in/(h·ft²·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[in_i].h-1.[ft_i]-2.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J41" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) Inch per Hour Square Foot Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) Inch per Hour Square Foot Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) Inch per Hour Square Foot Degree Fahrenheit"
,"qname":"unit:BTU_IT-IN-PER-HR-FT2-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-IN-PER-HR-FT2-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.1442278888642825896762904636920385"
,"conversion multiplier scientific":"1.442278888642825896762904636920385E-1"
,"description":"unit of the thermal conductivity according to the Imperial system of units"
,"description (plain text)":"unit of the thermal conductivity according to the Imperial system of units"
,"exact match":"unit:BTU_IT-IN-PER-FT2-HR-DEG_F"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"has reciprocal unit":"unit:DEG_F-HR-FT2-PER-BTU_IT-IN"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA117"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA117"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) Inch per Hour Square Foot Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) Inch per Hour Square Foot Degree Fahrenheit"
,"symbol":"Btu{IT}·in\/(h·ft²·°F)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[in_i].h-1.[ft_i]-2.[degF]-1"
,"unece common code":"J41"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-IN-PER-HR-FT2-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the thermal conductivity according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.1442278888642825896762904636920385",
"conversionMultiplier:SN" : 0.1442278888642826,
"exactMatch" : "http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-HR-DEG_F",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT-IN",
"iec61360Code" : "0112/2///62720#UAA117",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA117",
"plainTextDescription" : "unit of the thermal conductivity according to the Imperial system of units",
"symbol" : "Btu{IT}·in/(h·ft²·°F)",
"ucumCode" : "[Btu_IT].[in_i].h-1.[ft_i]-2.[degF]-1",
"uneceCommonCode" : "J41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) Inch per Hour Square Foot Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) Inch per Hour Square Foot Degree Fahrenheit"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-IN-PER-SEC-FT2-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-IN-PER-SEC-FT2-DEG_F
unit of the thermal conductivity according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-IN-PER-SEC-FT2-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 519.2203999114173228346456692913385 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.192203999114173228346456692913385E2 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-SEC-DEG_F> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA118" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA118"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the thermal conductivity according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}·in/(s·ft²·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[in_i].s-1.[ft_i]-2.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J42" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) Inch per Second Square Foot Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) Inch per Second Square Foot Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) Inch per Second Square Foot Degree Fahrenheit"
,"qname":"unit:BTU_IT-IN-PER-SEC-FT2-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-IN-PER-SEC-FT2-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"519.2203999114173228346456692913385"
,"conversion multiplier scientific":"5.192203999114173228346456692913385E2"
,"description":"unit of the thermal conductivity according to the Imperial system of units"
,"description (plain text)":"unit of the thermal conductivity according to the Imperial system of units"
,"exact match":"unit:BTU_IT-IN-PER-FT2-SEC-DEG_F"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA118"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA118"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) Inch per Second Square Foot Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) Inch per Second Square Foot Degree Fahrenheit"
,"symbol":"Btu{IT}·in\/(s·ft²·°F)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[in_i].s-1.[ft_i]-2.[degF]-1"
,"unece common code":"J42"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-IN-PER-SEC-FT2-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the thermal conductivity according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "519.2203999114173228346456692913385",
"conversionMultiplier:SN" : 519.2203999114173,
"exactMatch" : "http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-SEC-DEG_F",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAA118",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA118",
"plainTextDescription" : "unit of the thermal conductivity according to the Imperial system of units",
"symbol" : "Btu{IT}·in/(s·ft²·°F)",
"ucumCode" : "[Btu_IT].[in_i].s-1.[ft_i]-2.[degF]-1",
"uneceCommonCode" : "J42",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) Inch per Second Square Foot Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) Inch per Second Square Foot Degree Fahrenheit"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-PER-DEG_F
$\textit{British Thermal Unit (IT) Per Fahrenheit Degree}$ ($Btu (IT)/^\circ F$) is a measure of heat capacity. It can be converted to the corresponding standard SI unit $J/K$ by multiplying its value by a factor of $1899.10534$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{British Thermal Unit (IT) Per Fahrenheit Degree}$ ($Btu (IT)/^\\circ F$) is a measure of heat capacity.
It can be converted to the corresponding standard SI unit $J/K$ by multiplying its value by a factor of $1899.10534$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1899.100534716 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.899100534716E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu/degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/expression> "$btu-per-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatCapacity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB271" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB271"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/°F" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N60" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) per Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Degree Fahrenheit"
,"qname":"unit:BTU_IT-PER-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1899.100534716"
,"conversion multiplier scientific":"1.899100534716E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{British Thermal Unit (IT) Per Fahrenheit Degree}$ ($Btu (IT)\/^\\circ F$) is a measure of heat capacity. \n It can be converted to the corresponding standard SI unit $J\/K$ by multiplying its value by a factor of $1899.10534$.\n "
,"expression":"$Btu\/degF$"
,"expression":"$btu-per-degF$"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:HeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB271"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB271"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) per Degree Fahrenheit"
,"symbol":"Btu{IT}\/°F"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[degF]-1"
,"unece common code":"N60"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{British Thermal Unit (IT) Per Fahrenheit Degree}$ ($Btu (IT)/^\\circ F$) is a measure of heat capacity. \n It can be converted to the corresponding standard SI unit $J/K$ by multiplying its value by a factor of $1899.10534$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1899.100534716",
"conversionMultiplier:SN" : 1899.100534716,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : [ "$btu-per-degF$", "$Btu/degF$" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatCapacity",
"iec61360Code" : "0112/2///62720#UAB271",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB271",
"symbol" : "Btu{IT}/°F",
"ucumCode" : "[Btu_IT].[degF]-1",
"uneceCommonCode" : "N60",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Degree Fahrenheit"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-DEG_R
URI: http://qudt.org/vocab/unit/BTU_IT-PER-DEG_R
$\textit{BTU per Degree Rankine}$ is an Imperial unit for 'Heat Capacity' expressed as $Btu/degR$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-DEG_R>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{BTU per Degree Rankine}$ is an Imperial unit for 'Heat Capacity' expressed as $Btu/degR$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1899.100534715999848071957222720013 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.899100534715999848071957222720013E3 ;
<http://qudt.org/schema/qudt/expression> "$btu-per-degR$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatCapacity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB273" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB273"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/°R" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[degR]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N62" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Degree Rankine" ;
rdfs:label "British Thermal Unit (international Definition) per Degree Rankine"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Degree Rankine"
,"qname":"unit:BTU_IT-PER-DEG_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-DEG_R"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1899.100534715999848071957222720013"
,"conversion multiplier scientific":"1.899100534715999848071957222720013E3"
,"description":"$\\textit{BTU per Degree Rankine}$ is an Imperial unit for 'Heat Capacity' expressed as $Btu\/degR$.\n "
,"expression":"$btu-per-degR$"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:HeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB273"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB273"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Degree Rankine"
,"label":"British Thermal Unit (international Definition) per Degree Rankine"
,"symbol":"Btu{IT}\/°R"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[degR]-1"
,"unece common code":"N62"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-DEG_R",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{BTU per Degree Rankine}$ is an Imperial unit for 'Heat Capacity' expressed as $Btu/degR$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1899.100534715999848071957222720013",
"conversionMultiplier:SN" : 1899.1005347159999,
"expression" : "$btu-per-degR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatCapacity",
"iec61360Code" : "0112/2///62720#UAB273",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB273",
"symbol" : "Btu{IT}/°R",
"ucumCode" : "[Btu_IT].[degR]-1",
"uneceCommonCode" : "N62",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Degree Rankine"
}, "British Thermal Unit (international Definition) per Degree Rankine" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-FT2
URI: http://qudt.org/vocab/unit/BTU_IT-PER-FT2
$\textit{BTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $Btu/ft^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{BTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $Btu/ft^2$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 11356.52668222697556506224123559358 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.135652668222697556506224123559358E4 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu/ft^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB283" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB283"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "P37" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Square Foot" ;
rdfs:label "British Thermal Unit (international Definition) per Square Foot"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Square Foot"
,"qname":"unit:BTU_IT-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"11356.52668222697556506224123559358"
,"conversion multiplier scientific":"1.135652668222697556506224123559358E4"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{BTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $Btu\/ft^2$.\n "
,"expression":"$Btu\/ft^{2}$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB283"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB283"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Square Foot"
,"label":"British Thermal Unit (international Definition) per Square Foot"
,"symbol":"Btu{IT}\/ft²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[ft_i]-2"
,"unece common code":"P37"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-FT2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{BTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $Btu/ft^2$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "11356.52668222697556506224123559358",
"conversionMultiplier:SN" : 11356.526682226975,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$Btu/ft^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"iec61360Code" : "0112/2///62720#UAB283",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB283",
"symbol" : "Btu{IT}/ft²",
"ucumCode" : "[Btu_IT].[ft_i]-2",
"uneceCommonCode" : "P37",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Square Foot", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Square Foot"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-FT2-HR
URI: http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR
unit of the surface heat flux according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the surface heat flux according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3.154590745063048768072844787664884 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.154590745063048768072844787664884E0 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB263" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB263"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(ft²·h)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[ft_i]-2.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N50" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Square Foot Hour" ;
rdfs:label "British Thermal Unit (international Definition) per Square Foot Hour"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Square Foot Hour"
,"qname":"unit:BTU_IT-PER-FT2-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-FT2-HR"
,"properties":["conversion multiplier":"3.154590745063048768072844787664884"
,"conversion multiplier scientific":"3.154590745063048768072844787664884E0"
,"description":"unit of the surface heat flux according to the Imperial system of units"
,"exact match":"unit:BTU_IT-PER-HR-FT2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB263"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB263"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Square Foot Hour"
,"label":"British Thermal Unit (international Definition) per Square Foot Hour"
,"symbol":"Btu{IT}\/(ft²·h)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[ft_i]-2.h-1"
,"unece common code":"N50"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the surface heat flux according to the Imperial system of units",
"conversionMultiplier" : "3.154590745063048768072844787664884",
"conversionMultiplier:SN" : 3.154590745063049,
"exactMatch" : "http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB263",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB263",
"symbol" : "Btu{IT}/(ft²·h)",
"ucumCode" : "[Btu_IT].[ft_i]-2.h-1",
"uneceCommonCode" : "N50",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Square Foot Hour", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Square Foot Hour"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-FT2-HR-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR-DEG_F
$\textit{BTU per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(h-ft^{2}-degF)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{BTU per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(h-ft^{2}-degF)$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 5.678263341113487782531120617796791 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.678263341113487782531120617796791E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu/(h-ft^{2}-degF)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/FT2-HR-DEG_F-PER-BTU_IT> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(ft²·h·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[ft_i]-2.h-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Square Foot Hour Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) per Square Foot Hour Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Square Foot Hour Degree Fahrenheit"
,"qname":"unit:BTU_IT-PER-FT2-HR-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-FT2-HR-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"5.678263341113487782531120617796791"
,"conversion multiplier scientific":"5.678263341113487782531120617796791E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{BTU per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu\/(h-ft^{2}-degF)$.\n "
,"expression":"$Btu\/(h-ft^{2}-degF)$"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"has reciprocal unit":"unit:DEG_F-HR-FT2-PER-BTU_IT"
,"has reciprocal unit":"unit:FT2-HR-DEG_F-PER-BTU_IT"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Square Foot Hour Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) per Square Foot Hour Degree Fahrenheit"
,"symbol":"Btu{IT}\/(ft²·h·°F)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[ft_i]-2.h-1.[degF]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{BTU per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(h-ft^{2}-degF)$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "5.678263341113487782531120617796791",
"conversionMultiplier:SN" : 5.678263341113488,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$Btu/(h-ft^{2}-degF)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"hasReciprocalUnit" : [ "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT", "http://qudt.org/vocab/unit/FT2-HR-DEG_F-PER-BTU_IT" ],
"symbol" : "Btu{IT}/(ft²·h·°F)",
"ucumCode" : "[Btu_IT].[ft_i]-2.h-1.[degF]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Square Foot Hour Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Square Foot Hour Degree Fahrenheit"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-FT2-SEC
URI: http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC
unit of the surface heat flux according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the surface heat flux according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 11356.52668222697556506224123559358 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.135652668222697556506224123559358E4 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB266" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB266"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(ft²·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[ft_i]-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N53" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Square Foot Second" ;
rdfs:label "British Thermal Unit (international Definition) per Square Foot Second"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Square Foot Second"
,"qname":"unit:BTU_IT-PER-FT2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-FT2-SEC"
,"properties":["conversion multiplier":"11356.52668222697556506224123559358"
,"conversion multiplier scientific":"1.135652668222697556506224123559358E4"
,"description":"unit of the surface heat flux according to the Imperial system of units"
,"exact match":"unit:BTU_IT-PER-SEC-FT2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB266"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB266"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Square Foot Second"
,"label":"British Thermal Unit (international Definition) per Square Foot Second"
,"symbol":"Btu{IT}\/(ft²·s)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[ft_i]-2.s-1"
,"unece common code":"N53"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the surface heat flux according to the Imperial system of units",
"conversionMultiplier" : "11356.52668222697556506224123559358",
"conversionMultiplier:SN" : 11356.526682226975,
"exactMatch" : "http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB266",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB266",
"symbol" : "Btu{IT}/(ft²·s)",
"ucumCode" : "[Btu_IT].[ft_i]-2.s-1",
"uneceCommonCode" : "N53",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Square Foot Second", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Square Foot Second"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-FT2-SEC-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC-DEG_F
$\textit{BTU per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(ft^{2}-s-degF)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{BTU per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(ft^{2}-s-degF)$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 20441.74802800855601711203422406845 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.044174802800855601711203422406845E4 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu/(ft^{2}-s-degF)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(ft²·s·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[ft_i]-2.s-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N76" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Square Foot Second Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) per Square Foot Second Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Square Foot Second Degree Fahrenheit"
,"qname":"unit:BTU_IT-PER-FT2-SEC-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-FT2-SEC-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"20441.74802800855601711203422406845"
,"conversion multiplier scientific":"2.044174802800855601711203422406845E4"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{BTU per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu\/(ft^{2}-s-degF)$.\n "
,"expression":"$Btu\/(ft^{2}-s-degF)$"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Square Foot Second Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) per Square Foot Second Degree Fahrenheit"
,"symbol":"Btu{IT}\/(ft²·s·°F)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[ft_i]-2.s-1.[degF]-1"
,"unece common code":"N76"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{BTU per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Coefficient Of Heat Transfer' expressed as $Btu/(ft^{2}-s-degF)$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "20441.74802800855601711203422406845",
"conversionMultiplier:SN" : 20441.748028008555,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$Btu/(ft^{2}-s-degF)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"symbol" : "Btu{IT}/(ft²·s·°F)",
"ucumCode" : "[Btu_IT].[ft_i]-2.s-1.[degF]-1",
"uneceCommonCode" : "N76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Square Foot Second Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Square Foot Second Degree Fahrenheit"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-FT3
URI: http://qudt.org/vocab/unit/BTU_IT-PER-FT3
$\textit{British Thermal Unit (IT) Per Cubic Foot}$ ($Btu (IT)/ft^3$) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37258.94579.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-FT3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{British Thermal Unit (IT) Per Cubic Foot}$ ($Btu (IT)/ft^3$) is a unit in the category of Energy density.
It is also known as Btu per cubic foot, Btu/cubic foot.
This unit is commonly used in the UK, US unit systems.
It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time.
It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37258.94579.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 37258.94580783128466227769434249863 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.725894580783128466227769434249863E4 ;
<http://qudt.org/schema/qudt/expression> "$Btu(IT)-per-ft3$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB280" ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB280"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/ft³" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N58" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Cubic Foot" ;
rdfs:label "British Thermal Unit (international Definition) per Cubic Foot"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Cubic Foot"
,"qname":"unit:BTU_IT-PER-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-FT3"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"37258.94580783128466227769434249863"
,"conversion multiplier scientific":"3.725894580783128466227769434249863E4"
,"description":"$\\textit{British Thermal Unit (IT) Per Cubic Foot}$ ($Btu (IT)\/ft^3$) is a unit in the category of Energy density. \n It is also known as Btu per cubic foot, Btu\/cubic foot. \n This unit is commonly used in the UK, US unit systems. \n It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. \n It can be converted to the corresponding standard SI unit $J\/m^3$ by multiplying its value by a factor of 37258.94579.\n "
,"expression":"$Btu(IT)-per-ft3$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB280"
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"
,"informative reference":"http:\/\/www.translatorscafe.com\/cafe\/EN\/units-converter\/fuel-efficiency--volume\/c\/"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB280"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Cubic Foot"
,"label":"British Thermal Unit (international Definition) per Cubic Foot"
,"symbol":"Btu{IT}\/ft³"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[ft_i]-3"
,"unece common code":"N58"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{British Thermal Unit (IT) Per Cubic Foot}$ ($Btu (IT)/ft^3$) is a unit in the category of Energy density. \n It is also known as Btu per cubic foot, Btu/cubic foot. \n This unit is commonly used in the UK, US unit systems. \n It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. \n It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37258.94579.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "37258.94580783128466227769434249863",
"conversionMultiplier:SN" : 37258.94580783128,
"expression" : "$Btu(IT)-per-ft3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyDensity",
"iec61360Code" : "0112/2///62720#UAB280",
"informativeReference" : [ "http://physics.nist.gov/Pubs/SP811/appenB9.html", "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm", "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB280" ],
"symbol" : "Btu{IT}/ft³",
"ucumCode" : "[Btu_IT].[ft_i]-3",
"uneceCommonCode" : "N58",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Cubic Foot"
}, "British Thermal Unit (international Definition) per Cubic Foot" ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-HR
URI: http://qudt.org/vocab/unit/BTU_IT-PER-HR
The $\text{BTU per Hour}$ is the amount of energy that is being produced or consumed per hour.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-HR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\text{BTU per Hour}$ is the amount of energy that is being produced or consumed per hour.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.2930710701722222222222222222222222 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.930710701722222222222222222222222E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu/h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA116" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.simetric.co.uk/sibtu.htm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA116"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "2I" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Hour" ;
rdfs:label "British Thermal Unit (international Definition) per Hour"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Hour"
,"qname":"unit:BTU_IT-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.2930710701722222222222222222222222"
,"conversion multiplier scientific":"2.930710701722222222222222222222222E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\n The $\\text{BTU per Hour}$ is the amount of energy that is being produced or consumed per hour. \n "
,"expression":"$Btu\/h$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA116"
,"informative reference":"http:\/\/www.simetric.co.uk\/sibtu.htm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA116"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Hour"
,"label":"British Thermal Unit (international Definition) per Hour"
,"symbol":"Btu{IT}\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].h-1"
,"unece common code":"2I"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The $\\text{BTU per Hour}$ is the amount of energy that is being produced or consumed per hour. \n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.2930710701722222222222222222222222",
"conversionMultiplier:SN" : 0.2930710701722222,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$Btu/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/HeatFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA116",
"informativeReference" : [ "http://www.simetric.co.uk/sibtu.htm", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA116" ],
"symbol" : "Btu{IT}/h",
"ucumCode" : "[Btu_IT].h-1",
"uneceCommonCode" : "2I",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Hour", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Hour"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-HR-FT2
URI: http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2
$\textit{BTU per Hour Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(h-ft^2)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{BTU per Hour Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(h-ft^2)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3.154590745063048768072844787664884 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.154590745063048768072844787664884E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR> ;
<http://qudt.org/schema/qudt/expression> "$Btu/(h-ft^{2})$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(h·ft²)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].h-1.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot" ;
rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Hour Square Foot"
,"qname":"unit:BTU_IT-PER-HR-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-HR-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"3.154590745063048768072844787664884"
,"conversion multiplier scientific":"3.154590745063048768072844787664884E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{BTU per Hour Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu\/(h-ft^2)$."
,"exact match":"unit:BTU_IT-PER-FT2-HR"
,"expression":"$Btu\/(h-ft^{2})$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Hour Square Foot"
,"label":"British Thermal Unit (international Definition) per Hour Square Foot"
,"symbol":"Btu{IT}\/(h·ft²)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].h-1.[ft_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{BTU per Hour Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(h-ft^2)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "3.154590745063048768072844787664884",
"conversionMultiplier:SN" : 3.154590745063049,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"exactMatch" : "http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR",
"expression" : "$Btu/(h-ft^{2})$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"symbol" : "Btu{IT}/(h·ft²)",
"ucumCode" : "[Btu_IT].h-1.[ft_i]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Hour Square Foot", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Hour Square Foot"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-HR-FT2-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_F
unit of the heat transition coefficient according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat transition coefficient according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 5.678263341113487782531120617796791 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.678263341113487782531120617796791E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/FT2-HR-DEG_F-PER-BTU_IT> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB276" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB276"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(h·ft²·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].h-1.[ft_i]-2.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N74" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Hour Square Foot Degree Fahrenheit"
,"qname":"unit:BTU_IT-PER-HR-FT2-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-HR-FT2-DEG_F"
,"properties":["conversion multiplier":"5.678263341113487782531120617796791"
,"conversion multiplier scientific":"5.678263341113487782531120617796791E0"
,"description":"unit of the heat transition coefficient according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"has reciprocal unit":"unit:DEG_F-HR-FT2-PER-BTU_IT"
,"has reciprocal unit":"unit:FT2-HR-DEG_F-PER-BTU_IT"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB276"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB276"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Hour Square Foot Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) per Hour Square Foot Degree Fahrenheit"
,"symbol":"Btu{IT}\/(h·ft²·°F)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].h-1.[ft_i]-2.[degF]-1"
,"unece common code":"N74"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat transition coefficient according to the Imperial system of units",
"conversionMultiplier" : "5.678263341113487782531120617796791",
"conversionMultiplier:SN" : 5.678263341113488,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"hasReciprocalUnit" : [ "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT", "http://qudt.org/vocab/unit/FT2-HR-DEG_F-PER-BTU_IT" ],
"iec61360Code" : "0112/2///62720#UAB276",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB276",
"symbol" : "Btu{IT}/(h·ft²·°F)",
"ucumCode" : "[Btu_IT].h-1.[ft_i]-2.[degF]-1",
"uneceCommonCode" : "N74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Hour Square Foot Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Hour Square Foot Degree Fahrenheit"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-HR-FT2-DEG_R
URI: http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_R
unit of the heat transfer coefficient according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_R>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 5.678263341113487328270053328717806 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.678263341113487328270053328717806E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB099" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB099"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat transfer coefficient according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(h·ft²·°R)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].h-1.[ft_i]-2.[degR]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A23" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot Degree Rankine" ;
rdfs:label "British Thermal Unit (international Definition) per Hour Square Foot Degree Rankine"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Hour Square Foot Degree Rankine"
,"qname":"unit:BTU_IT-PER-HR-FT2-DEG_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-HR-FT2-DEG_R"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"5.678263341113487328270053328717806"
,"conversion multiplier scientific":"5.678263341113487328270053328717806E0"
,"description":"unit of the heat transfer coefficient according to the Imperial system of units"
,"description (plain text)":"unit of the heat transfer coefficient according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB099"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB099"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Hour Square Foot Degree Rankine"
,"label":"British Thermal Unit (international Definition) per Hour Square Foot Degree Rankine"
,"symbol":"Btu{IT}\/(h·ft²·°R)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].h-1.[ft_i]-2.[degR]-1"
,"unece common code":"A23"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_R",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat transfer coefficient according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "5.678263341113487328270053328717806",
"conversionMultiplier:SN" : 5.678263341113487,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"iec61360Code" : "0112/2///62720#UAB099",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB099",
"plainTextDescription" : "unit of the heat transfer coefficient according to the Imperial system of units",
"symbol" : "Btu{IT}/(h·ft²·°R)",
"ucumCode" : "[Btu_IT].h-1.[ft_i]-2.[degR]-1",
"uneceCommonCode" : "A23",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Hour Square Foot Degree Rankine", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Hour Square Foot Degree Rankine"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-IN2-SEC
URI: http://qudt.org/vocab/unit/BTU_IT-PER-IN2-SEC
unit of the surface heat flux according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-IN2-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the surface heat flux according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1635339.842240684481368962737925476 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.635339842240684481368962737925476E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB268" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB268"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(in²·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[in_i]-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N55" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Square Inch Second" ;
rdfs:label "British Thermal Unit (international Definition) per Square Inch Second"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Square Inch Second"
,"qname":"unit:BTU_IT-PER-IN2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-IN2-SEC"
,"properties":["conversion multiplier":"1635339.842240684481368962737925476"
,"conversion multiplier scientific":"1.635339842240684481368962737925476E6"
,"description":"unit of the surface heat flux according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB268"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB268"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Square Inch Second"
,"label":"British Thermal Unit (international Definition) per Square Inch Second"
,"symbol":"Btu{IT}\/(in²·s)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[in_i]-2.s-1"
,"unece common code":"N55"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-IN2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the surface heat flux according to the Imperial system of units",
"conversionMultiplier" : "1635339.842240684481368962737925476",
"conversionMultiplier:SN" : 1635339.8422406844,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB268",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB268",
"symbol" : "Btu{IT}/(in²·s)",
"ucumCode" : "[Btu_IT].[in_i]-2.s-1",
"uneceCommonCode" : "N55",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Square Inch Second", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Square Inch Second"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-LB
URI: http://qudt.org/vocab/unit/BTU_IT-PER-LB
The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 $Btu_{IT}/lb$ is equivalent to $2.326 \times 10^3$ joule per kilogram (J/kg).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-LB>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 $Btu_{IT}/lb$ is equivalent to $2.326 \\times 10^3$ joule per kilogram (J/kg)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2326.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.326E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/expression> "$Btu/lb$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/lbm" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "AZ" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Pound Mass" ;
rdfs:label "British Thermal Unit (international Definition) per Pound Mass"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Pound Mass"
,"qname":"unit:BTU_IT-PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-LB"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"2326.0"
,"conversion multiplier scientific":"2.326E3"
,"defined unit of system":"sou:IMPERIAL"
,"description":"The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 $Btu_{IT}\/lb$ is equivalent to $2.326 \\times 10^3$ joule per kilogram (J\/kg)."
,"expression":"$Btu\/lb$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Pound Mass"
,"label":"British Thermal Unit (international Definition) per Pound Mass"
,"symbol":"Btu{IT}\/lbm"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[lb_av]-1"
,"unece common code":"AZ"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-LB",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The amount of energy generated by a pound of substance is measured in British thermal units (IT) per pound of mass. 1 $Btu_{IT}/lb$ is equivalent to $2.326 \\times 10^3$ joule per kilogram (J/kg).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "2326.0",
"conversionMultiplier:SN" : 2326.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"expression" : "$Btu/lb$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"informativeReference" : [ "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm", "http://physics.nist.gov/Pubs/SP811/appenB9.html" ],
"symbol" : "Btu{IT}/lbm",
"ucumCode" : "[Btu_IT].[lb_av]-1",
"uneceCommonCode" : "AZ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Pound Mass", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Pound Mass"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-LB-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-PER-LB-DEG_F
British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb-degF) has a dimension of $L2T^{-2}Q^{-1}$ where $L$ is length, $T$ is time, and $Q$ is temperature. It can be converted to the corresponding standard SI unit $J/kg-K$ by multiplying its value by a factor of 4183.99895.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-LB-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb-degF) has a dimension of $L2T^{-2}Q^{-1}$ where $L$ is length, $T$ is time, and $Q$ is temperature. It can be converted to the corresponding standard SI unit $J/kg-K$ by multiplying its value by a factor of 4183.99895."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4186.799999999999999999999999999999 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.186799999999999999999999999999999E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu/(lb-degF)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(lbm·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[lb_av]-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Pound Mass Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) per Pound Mass Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Pound Mass Degree Fahrenheit"
,"qname":"unit:BTU_IT-PER-LB-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-LB-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4186.799999999999999999999999999999"
,"conversion multiplier scientific":"4.186799999999999999999999999999999E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)\/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)\/lb-degF) has a dimension of $L2T^{-2}Q^{-1}$ where $L$ is length, $T$ is time, and $Q$ is temperature. It can be converted to the corresponding standard SI unit $J\/kg-K$ by multiplying its value by a factor of 4183.99895."
,"expression":"$Btu\/(lb-degF)$"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Pound Mass Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) per Pound Mass Degree Fahrenheit"
,"symbol":"Btu{IT}\/(lbm·°F)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[lb_av]-1.[degF]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-LB-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb- degF) is a unit in the category of Specific heat. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Per Fahrenheit Degree (Btu (therm.)/lb-degF) has a dimension of $L2T^{-2}Q^{-1}$ where $L$ is length, $T$ is time, and $Q$ is temperature. It can be converted to the corresponding standard SI unit $J/kg-K$ by multiplying its value by a factor of 4183.99895.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4186.799999999999999999999999999999",
"conversionMultiplier:SN" : 4186.8,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$Btu/(lb-degF)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation", "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure" ],
"symbol" : "Btu{IT}/(lbm·°F)",
"ucumCode" : "[Btu_IT].[lb_av]-1.[degF]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Pound Mass Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Pound Mass Degree Fahrenheit"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-LB-DEG_R
URI: http://qudt.org/vocab/unit/BTU_IT-PER-LB-DEG_R
${\bf BTU \, per \, Pound \, Degree \, Rankine}$ is a unit for 'Specific Heat Capacity' expressed as $Btu/(lb-degR)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-LB-DEG_R>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "${\\bf BTU \\, per \\, Pound \\, Degree \\, Rankine}$ is a unit for 'Specific Heat Capacity' expressed as $Btu/(lb-degR)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4186.799999999999665056000000000027 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.186799999999999665056000000000027E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu/(lb-degR)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(lbm·°R)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[lb_av]-1.[degR]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Pound Mass Degree Rankine" ;
rdfs:label "British Thermal Unit (international Definition) per Pound Mass Degree Rankine"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Pound Mass Degree Rankine"
,"qname":"unit:BTU_IT-PER-LB-DEG_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-LB-DEG_R"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4186.799999999999665056000000000027"
,"conversion multiplier scientific":"4.186799999999999665056000000000027E3"
,"defined unit of system":"sou:USCS"
,"description":"${\\bf BTU \\, per \\, Pound \\, Degree \\, Rankine}$ is a unit for 'Specific Heat Capacity' expressed as $Btu\/(lb-degR)$."
,"expression":"$Btu\/(lb-degR)$"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Pound Mass Degree Rankine"
,"label":"British Thermal Unit (international Definition) per Pound Mass Degree Rankine"
,"symbol":"Btu{IT}\/(lbm·°R)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[lb_av]-1.[degR]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-LB-DEG_R",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "${\\bf BTU \\, per \\, Pound \\, Degree \\, Rankine}$ is a unit for 'Specific Heat Capacity' expressed as $Btu/(lb-degR)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4186.799999999999665056000000000027",
"conversionMultiplier:SN" : 4186.799999999999,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"expression" : "$Btu/(lb-degR)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity",
"symbol" : "Btu{IT}/(lbm·°R)",
"ucumCode" : "[Btu_IT].[lb_av]-1.[degR]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Pound Mass Degree Rankine", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Pound Mass Degree Rankine"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-LB_F
URI: http://qudt.org/vocab/unit/BTU_IT-PER-LB_F
Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-LB_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 237.1859804967209578645896957248943 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.371859804967209578645896957248943E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB150" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB150"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units" ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/lbf" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[lbf_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Pound Force" ;
rdfs:label "British Thermal Unit (international Definition) per Pound Force"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Pound Force"
,"qname":"unit:BTU_IT-PER-LB_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-LB_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"237.1859804967209578645896957248943"
,"conversion multiplier scientific":"2.371859804967209578645896957248943E2"
,"description":"Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units"
,"description (plain text)":"Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB150"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB150"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Pound Force"
,"label":"British Thermal Unit (international Definition) per Pound Force"
,"symbol":"Btu{IT}\/lbf"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[lbf_av]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-LB_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "237.1859804967209578645896957248943",
"conversionMultiplier:SN" : 237.18598049672096,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB150",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB150",
"plainTextDescription" : "Unit of heat energy according to the Imperial system of units divided by the unit avoirdupois pound of force according to the avoirdupois system of units",
"symbol" : "Btu{IT}/lbf",
"ucumCode" : "[Btu_IT].[lbf_av]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Pound Force", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Pound Force"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-LB_F-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_F
Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 426.9347648940977241562614523048097 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.269347648940977241562614523048097E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearThermalExpansion> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA119" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA119"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit" ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(lbf·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[lbf_av]-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J43" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Pound Force Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) per Pound Force Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Pound Force Degree Fahrenheit"
,"qname":"unit:BTU_IT-PER-LB_F-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-LB_F-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"426.9347648940977241562614523048097"
,"conversion multiplier scientific":"4.269347648940977241562614523048097E2"
,"description":"Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit"
,"description (plain text)":"Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA119"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA119"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Pound Force Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) per Pound Force Degree Fahrenheit"
,"symbol":"Btu{IT}\/(lbf·°F)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[lbf_av]-1.[degF]-1"
,"unece common code":"J43"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "426.9347648940977241562614523048097",
"conversionMultiplier:SN" : 426.9347648940977,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA119",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA119",
"plainTextDescription" : "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Fahrenheit",
"symbol" : "Btu{IT}/(lbf·°F)",
"ucumCode" : "[Btu_IT].[lbf_av]-1.[degF]-1",
"uneceCommonCode" : "J43",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Pound Force Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Pound Force Degree Fahrenheit"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-LB_F-DEG_R
URI: http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_R
Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_R>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 426.9347648940976900014802607769946 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.269347648940976900014802607769946E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearThermalExpansion> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB141" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB141"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine" ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(lbf·°R)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[lbf_av]-1.[degR]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A21" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Pound Force Degree Rankine" ;
rdfs:label "British Thermal Unit (international Definition) per Pound Force Degree Rankine"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Pound Force Degree Rankine"
,"qname":"unit:BTU_IT-PER-LB_F-DEG_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-LB_F-DEG_R"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"426.9347648940976900014802607769946"
,"conversion multiplier scientific":"4.269347648940976900014802607769946E2"
,"description":"Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine"
,"description (plain text)":"Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB141"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB141"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Pound Force Degree Rankine"
,"label":"British Thermal Unit (international Definition) per Pound Force Degree Rankine"
,"symbol":"Btu{IT}\/(lbf·°R)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[lbf_av]-1.[degR]-1"
,"unece common code":"A21"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-LB_F-DEG_R",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "426.9347648940976900014802607769946",
"conversionMultiplier:SN" : 426.93476489409767,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearThermalExpansion",
"iec61360Code" : "0112/2///62720#UAB141",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB141",
"plainTextDescription" : "Unit of heat energy according to the Imperial system of units divided by the product of a pound of force and a degree Rankine",
"symbol" : "Btu{IT}/(lbf·°R)",
"ucumCode" : "[Btu_IT].[lbf_av]-1.[degR]-1",
"uneceCommonCode" : "A21",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Pound Force Degree Rankine", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Pound Force Degree Rankine"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-MIN
URI: http://qudt.org/vocab/unit/BTU_IT-PER-MIN
unit of the heat energy according to the Imperial system of units divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 17.58426421033333333333333333333334 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.758426421033333333333333333333334E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA120" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA120"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat energy according to the Imperial system of units divided by the unit minute" ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J44" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Minute" ;
rdfs:label "British Thermal Unit (international Definition) per Minute"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Minute"
,"qname":"unit:BTU_IT-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"17.58426421033333333333333333333334"
,"conversion multiplier scientific":"1.758426421033333333333333333333334E1"
,"description":"unit of the heat energy according to the Imperial system of units divided by the unit minute"
,"description (plain text)":"unit of the heat energy according to the Imperial system of units divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA120"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA120"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Minute"
,"label":"British Thermal Unit (international Definition) per Minute"
,"symbol":"Btu{IT}\/min"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].min-1"
,"unece common code":"J44"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat energy according to the Imperial system of units divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "17.58426421033333333333333333333334",
"conversionMultiplier:SN" : 17.584264210333334,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatFlowRate",
"iec61360Code" : "0112/2///62720#UAA120",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA120",
"plainTextDescription" : "unit of the heat energy according to the Imperial system of units divided by the unit minute",
"symbol" : "Btu{IT}/min",
"ucumCode" : "[Btu_IT].min-1",
"uneceCommonCode" : "J44",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Minute"
}, "British Thermal Unit (international Definition) per Minute" ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-MOL_LB
URI: http://qudt.org/vocab/unit/BTU_IT-PER-MOL_LB
${\bf BTU \, per \, Pound \,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-MOL_LB>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2.326 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.326E0 ;
<http://qudt.org/schema/qudt/expression> "$Btu/(lb-mol)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerMassAmountOfSubstance> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/lb-mol" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[mol_lb]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Pound Mole" ;
rdfs:label "British Thermal Unit (international Definition) per Pound Mole"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Pound Mole"
,"qname":"unit:BTU_IT-PER-MOL_LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-MOL_LB"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"2.326"
,"conversion multiplier scientific":"2.326E0"
,"description":"${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu\/(lb-mol)$."
,"expression":"$Btu\/(lb-mol)$"
,"has dimension vector":"qkdv:A-1E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerMassAmountOfSubstance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Pound Mole"
,"label":"British Thermal Unit (international Definition) per Pound Mole"
,"symbol":"Btu{IT}\/lb-mol"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[mol_lb]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-MOL_LB",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "${\\bf BTU \\, per \\, Pound \\,Mole}$ is an Imperial unit for 'Energy And Work Per Mass Amount Of Substance' expressed as $Btu/(lb-mol)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "2.326",
"conversionMultiplier:SN" : 2.326,
"expression" : "$Btu/(lb-mol)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerMassAmountOfSubstance",
"symbol" : "Btu{IT}/lb-mol",
"ucumCode" : "[Btu_IT].[mol_lb]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Pound Mole", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Pound Mole"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-MOL_LB-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-PER-MOL_LB-DEG_F
${\bf BTU \, per \, Pound \, Mole \, Degree \, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu/(lb-mol-degF)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-MOL_LB-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "${\\bf BTU \\, per \\, Pound \\, Mole \\, Degree \\, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu/(lb-mol-degF)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4.186799999999999999999999999999999 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.186799999999999999999999999999999E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/expression> "$Btu/(lb-mol-degF)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarHeatCapacity> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(lb-mol·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].[mol_lb]-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Pound Mole Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) per Pound Mole Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Pound Mole Degree Fahrenheit"
,"qname":"unit:BTU_IT-PER-MOL_LB-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-MOL_LB-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4.186799999999999999999999999999999"
,"conversion multiplier scientific":"4.186799999999999999999999999999999E0"
,"defined unit of system":"sou:IMPERIAL"
,"description":"${\\bf BTU \\, per \\, Pound \\, Mole \\, Degree \\, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu\/(lb-mol-degF)$."
,"expression":"$Btu\/(lb-mol-degF)$"
,"has dimension vector":"qkdv:A-1E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:MolarHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Pound Mole Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) per Pound Mole Degree Fahrenheit"
,"symbol":"Btu{IT}\/(lb-mol·°F)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].[mol_lb]-1.[degF]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-MOL_LB-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "${\\bf BTU \\, per \\, Pound \\, Mole \\, Degree \\, Fahrenheit}$ is an Imperial unit for 'Molar Heat Capacity' expressed as $Btu/(lb-mol-degF)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "4.186799999999999999999999999999999",
"conversionMultiplier:SN" : 4.1868,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"expression" : "$Btu/(lb-mol-degF)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarHeatCapacity",
"symbol" : "Btu{IT}/(lb-mol·°F)",
"ucumCode" : "[Btu_IT].[mol_lb]-1.[degF]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Pound Mole Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Pound Mole Degree Fahrenheit"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-SEC
URI: http://qudt.org/vocab/unit/BTU_IT-PER-SEC
${\bf BTU \, per \, Second}$ is an Imperial unit for 'Heat Flow Rate' expressed as $Btu/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "${\\bf BTU \\, per \\, Second}$ is an Imperial unit for 'Heat Flow Rate' expressed as $Btu/s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1055.05585262 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.05505585262E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu/s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA121" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.simetric.co.uk/sibtu.htm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA121"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J45" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Second" ;
rdfs:label "British Thermal Unit (international Definition) per Second"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Second"
,"qname":"unit:BTU_IT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1055.05585262"
,"conversion multiplier scientific":"1.05505585262E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"${\\bf BTU \\, per \\, Second}$ is an Imperial unit for 'Heat Flow Rate' expressed as $Btu\/s$."
,"expression":"$Btu\/s$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA121"
,"informative reference":"http:\/\/www.simetric.co.uk\/sibtu.htm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA121"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Second"
,"label":"British Thermal Unit (international Definition) per Second"
,"symbol":"Btu{IT}\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].s-1"
,"unece common code":"J45"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "${\\bf BTU \\, per \\, Second}$ is an Imperial unit for 'Heat Flow Rate' expressed as $Btu/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1055.05585262",
"conversionMultiplier:SN" : 1055.05585262,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$Btu/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/HeatFlowRate", "http://qudt.org/vocab/quantitykind/Power" ],
"iec61360Code" : "0112/2///62720#UAA121",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA121", "http://www.simetric.co.uk/sibtu.htm" ],
"symbol" : "Btu{IT}/s",
"ucumCode" : "[Btu_IT].s-1",
"uneceCommonCode" : "J45",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Second", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Second"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-SEC-FT-DEG_R
URI: http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT-DEG_R
unit of the thermal conductivity according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT-DEG_R>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6230.644798937007375564164116535474 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.230644798937007375564164116535474E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB107" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB107"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the thermal conductivity according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(s·ft·°R)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].s-1.[ft_i]-1.[degR]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A22" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Second Foot Degree Rankine" ;
rdfs:label "British Thermal Unit (international Definition) per Second Foot Degree Rankine"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Second Foot Degree Rankine"
,"qname":"unit:BTU_IT-PER-SEC-FT-DEG_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-SEC-FT-DEG_R"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"6230.644798937007375564164116535474"
,"conversion multiplier scientific":"6.230644798937007375564164116535474E3"
,"description":"unit of the thermal conductivity according to the Imperial system of units"
,"description (plain text)":"unit of the thermal conductivity according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB107"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB107"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Second Foot Degree Rankine"
,"label":"British Thermal Unit (international Definition) per Second Foot Degree Rankine"
,"symbol":"Btu{IT}\/(s·ft·°R)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].s-1.[ft_i]-1.[degR]-1"
,"unece common code":"A22"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT-DEG_R",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the thermal conductivity according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "6230.644798937007375564164116535474",
"conversionMultiplier:SN" : 6230.644798937007,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAB107",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB107",
"plainTextDescription" : "unit of the thermal conductivity according to the Imperial system of units",
"symbol" : "Btu{IT}/(s·ft·°R)",
"ucumCode" : "[Btu_IT].s-1.[ft_i]-1.[degR]-1",
"uneceCommonCode" : "A22",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Second Foot Degree Rankine", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Second Foot Degree Rankine"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-SEC-FT2
URI: http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2
$\textit{BTU per Second Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(s\cdot ft^2)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{BTU per Second Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(s\\cdot ft^2)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 11356.52668222697556506224123559358 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.135652668222697556506224123559358E4 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC> ;
<http://qudt.org/schema/qudt/expression> "$Btu/(s-ft^{2})$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(s·ft²)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].s-1.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N53" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Second Square Foot" ;
rdfs:label "British Thermal Unit (international Definition) per Second Square Foot"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Second Square Foot"
,"qname":"unit:BTU_IT-PER-SEC-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-SEC-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"11356.52668222697556506224123559358"
,"conversion multiplier scientific":"1.135652668222697556506224123559358E4"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{BTU per Second Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu\/(s\\cdot ft^2)$."
,"exact match":"unit:BTU_IT-PER-FT2-SEC"
,"expression":"$Btu\/(s-ft^{2})$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Second Square Foot"
,"label":"British Thermal Unit (international Definition) per Second Square Foot"
,"symbol":"Btu{IT}\/(s·ft²)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].s-1.[ft_i]-2"
,"unece common code":"N53"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{BTU per Second Square Foot}$ is an Imperial unit for 'Power Per Area' expressed as $Btu/(s\\cdot ft^2)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "11356.52668222697556506224123559358",
"conversionMultiplier:SN" : 11356.526682226975,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"exactMatch" : "http://qudt.org/vocab/unit/BTU_IT-PER-FT2-SEC",
"expression" : "$Btu/(s-ft^{2})$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"symbol" : "Btu{IT}/(s·ft²)",
"ucumCode" : "[Btu_IT].s-1.[ft_i]-2",
"uneceCommonCode" : "N53",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Second Square Foot", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Second Square Foot"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-SEC-FT2-DEG_F
URI: http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2-DEG_F
unit of the heat transition coefficient according to the imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat transition coefficient according to the imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 20441.74802800855601711203422406845 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.044174802800855601711203422406845E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB278" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB278"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(s·ft²·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].s-1.[ft_i]-2.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N76" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Second Square Foot Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (international Definition) per Second Square Foot Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Second Square Foot Degree Fahrenheit"
,"qname":"unit:BTU_IT-PER-SEC-FT2-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-SEC-FT2-DEG_F"
,"properties":["conversion multiplier":"20441.74802800855601711203422406845"
,"conversion multiplier scientific":"2.044174802800855601711203422406845E4"
,"description":"unit of the heat transition coefficient according to the imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB278"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB278"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Second Square Foot Degree Fahrenheit"
,"label":"British Thermal Unit (international Definition) per Second Square Foot Degree Fahrenheit"
,"symbol":"Btu{IT}\/(s·ft²·°F)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].s-1.[ft_i]-2.[degF]-1"
,"unece common code":"N76"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat transition coefficient according to the imperial system of units",
"conversionMultiplier" : "20441.74802800855601711203422406845",
"conversionMultiplier:SN" : 20441.748028008555,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"iec61360Code" : "0112/2///62720#UAB278",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB278",
"symbol" : "Btu{IT}/(s·ft²·°F)",
"ucumCode" : "[Btu_IT].s-1.[ft_i]-2.[degF]-1",
"uneceCommonCode" : "N76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Second Square Foot Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Second Square Foot Degree Fahrenheit"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_IT-PER-SEC-FT2-DEG_R
URI: http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2-DEG_R
unit of the heat transfer coefficient according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2-DEG_R>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 20441.7480280085543817721919833841 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.04417480280085543817721919833841E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB098" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB098"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat transfer coefficient according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "Btu{IT}/(s·ft²·°R)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_IT].s-1.[ft_i]-2.[degR]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A20" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (international Definition) per Second Square Foot Degree Rankine" ;
rdfs:label "British Thermal Unit (international Definition) per Second Square Foot Degree Rankine"@en ;
.
{"resource":"British Thermal Unit (international Definition) per Second Square Foot Degree Rankine"
,"qname":"unit:BTU_IT-PER-SEC-FT2-DEG_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_IT-PER-SEC-FT2-DEG_R"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"20441.7480280085543817721919833841"
,"conversion multiplier scientific":"2.04417480280085543817721919833841E4"
,"description":"unit of the heat transfer coefficient according to the Imperial system of units"
,"description (plain text)":"unit of the heat transfer coefficient according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB098"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB098"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (international Definition) per Second Square Foot Degree Rankine"
,"label":"British Thermal Unit (international Definition) per Second Square Foot Degree Rankine"
,"symbol":"Btu{IT}\/(s·ft²·°R)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_IT].s-1.[ft_i]-2.[degR]-1"
,"unece common code":"A20"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_IT-PER-SEC-FT2-DEG_R",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat transfer coefficient according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "20441.7480280085543817721919833841",
"conversionMultiplier:SN" : 20441.748028008555,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"iec61360Code" : "0112/2///62720#UAB098",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB098",
"plainTextDescription" : "unit of the heat transfer coefficient according to the Imperial system of units",
"symbol" : "Btu{IT}/(s·ft²·°R)",
"ucumCode" : "[Btu_IT].s-1.[ft_i]-2.[degR]-1",
"uneceCommonCode" : "A20",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (international Definition) per Second Square Foot Degree Rankine", {
"@language" : "en",
"@value" : "British Thermal Unit (international Definition) per Second Square Foot Degree Rankine"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_MEAN
URI: http://qudt.org/vocab/unit/BTU_MEAN
unit of the heat energy according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_MEAN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat energy according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1055.05585262 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.05505585262E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA113" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA113"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat energy according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "BTU{mean}" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_m]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J39" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q99491447> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (mean)" ;
rdfs:label "British Thermal Unit (mean)"@en ;
.
{"resource":"British Thermal Unit (mean)"
,"qname":"unit:BTU_MEAN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_MEAN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q99491447>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1055.05585262"
,"conversion multiplier scientific":"1.05505585262E3"
,"description":"unit of the heat energy according to the Imperial system of units"
,"description (plain text)":"unit of the heat energy according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA113"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA113"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (mean)"
,"label":"British Thermal Unit (mean)"
,"scalingOf":"unit:J"
,"symbol":"BTU{mean}"
,"type":"qudt:Unit"
,"ucum code":"[Btu_m]"
,"unece common code":"J39"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_MEAN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat energy according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1055.05585262",
"conversionMultiplier:SN" : 1055.05585262,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAA113",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA113",
"plainTextDescription" : "unit of the heat energy according to the Imperial system of units",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "BTU{mean}",
"ucumCode" : "[Btu_m]",
"uneceCommonCode" : "J39",
"wikidataMatch" : "http://www.wikidata.org/entity/Q99491447",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (mean)", {
"@language" : "en",
"@value" : "British Thermal Unit (mean)"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH
URI: http://qudt.org/vocab/unit/BTU_TH
The $\textit{British Thermal Unit (thermochemical definition)}$ ($BTU_{th}$), is a traditional unit of energy equal to about $1.0543502645 kilojoule$. It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\circ}\text{F}$ ($3.9^{\circ}\text{C}$) to $40^{\circ}\text{F}$ ($4.4^{\circ}\text{C}$). The unit is most often used in the power, steam generation, heating and air conditioning industries. In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{British Thermal Unit (thermochemical definition)}$ ($BTU_{th}$), is a traditional unit of energy equal to about $1.0543502645 kilojoule$.
It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}\\text{F}$ ($3.9^{\\circ}\\text{C}$) to $40^{\\circ}\\text{F}$ ($4.4^{\\circ}\\text{C}$).
The unit is most often used in the power, steam generation, heating and air conditioning industries.
In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1054.3502645 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0543502645E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA122" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/British_thermal_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA122"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q211580> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition)" ;
rdfs:label "British Thermal Unit (thermochemical Definition)"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition)"
,"qname":"unit:BTU_TH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q211580>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1054.3502645"
,"conversion multiplier scientific":"1.0543502645E3"
,"description":"\n The $\\textit{British Thermal Unit (thermochemical definition)}$ ($BTU_{th}$), is a traditional unit of energy equal to about $1.0543502645 kilojoule$. \n It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}\\text{F}$ ($3.9^{\\circ}\\text{C}$) to $40^{\\circ}\\text{F}$ ($4.4^{\\circ}\\text{C}$). \n The unit is most often used in the power, steam generation, heating and air conditioning industries. \n In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$.\n "
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA122"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/British_thermal_unit"
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"informative reference":"http:\/\/www.iso.org\/iso\/home\/store\/catalogue_ics\/catalogue_detail_ics.htm?csnumber=31890"
,"informative reference":"http:\/\/www.knowledgedoor.com\/2\/units_and_constants_handbook\/british-thermal-unit_group.html"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA122"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition)"
,"label":"British Thermal Unit (thermochemical Definition)"
,"scalingOf":"unit:J"
,"symbol":"Btu{th}"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th]"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{British Thermal Unit (thermochemical definition)}$ ($BTU_{th}$), is a traditional unit of energy equal to about $1.0543502645 kilojoule$. \n It is approximately the amount of energy needed to heat 1 pound (0.454 kg) of water from $39^{\\circ}\\text{F}$ ($3.9^{\\circ}\\text{C}$) to $40^{\\circ}\\text{F}$ ($4.4^{\\circ}\\text{C}$). \n The unit is most often used in the power, steam generation, heating and air conditioning industries. \n In scientific contexts the BTU has largely been replaced by the SI unit of energy, the $joule$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1054.3502645",
"conversionMultiplier:SN" : 1054.3502645,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/ThermalEnergy" ],
"iec61360Code" : "0112/2///62720#UAA122",
"informativeReference" : [ "http://www.iso.org/iso/home/store/catalogue_ics/catalogue_detail_ics.htm?csnumber=31890", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA122", "http://physics.nist.gov/Pubs/SP811/appenB9.html", "http://en.wikipedia.org/wiki/British_thermal_unit", "http://www.knowledgedoor.com/2/units_and_constants_handbook/british-thermal-unit_group.html" ],
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "Btu{th}",
"ucumCode" : "[Btu_th]",
"wikidataMatch" : "http://www.wikidata.org/entity/Q211580",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition)", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition)"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-FT-PER-FT2-HR-DEG_F
URI: http://qudt.org/vocab/unit/BTU_TH-FT-PER-FT2-HR-DEG_F
The $\textit{BTU (TH) Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' defined as: $$Btu_{th} \cdot ft/(h \cdot ft^2 \cdot degF)$$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-FT-PER-FT2-HR-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{BTU (TH) Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' defined as:
$$Btu_{th} \\cdot ft/(h \\cdot ft^2 \\cdot degF)$$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.729577205544619422572178477690289 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.729577205544619422572178477690289E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu(IT) ft/(h ft^2 degF)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}·ft/(ft²·h·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[ft_i].[ft_i]-2.h-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) Foot per Square Foot Hour Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (thermochemical Definition) Foot per Square Foot Hour Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) Foot per Square Foot Hour Degree Fahrenheit"
,"qname":"unit:BTU_TH-FT-PER-FT2-HR-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-FT-PER-FT2-HR-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.729577205544619422572178477690289"
,"conversion multiplier scientific":"1.729577205544619422572178477690289E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\n The $\\textit{BTU (TH) Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' defined as:\n $$Btu_{th} \\cdot ft\/(h \\cdot ft^2 \\cdot degF)$$.\n "
,"expression":"$Btu(IT) ft\/(h ft^2 degF)$"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Thermal_conductivity"
,"informative reference":"http:\/\/www.translatorscafe.com\/cafe\/EN\/units-converter\/thermal-conductivity\/c\/"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) Foot per Square Foot Hour Degree Fahrenheit"
,"label":"British Thermal Unit (thermochemical Definition) Foot per Square Foot Hour Degree Fahrenheit"
,"symbol":"Btu{th}·ft\/(ft²·h·°F)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[ft_i].[ft_i]-2.h-1.[degF]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-FT-PER-FT2-HR-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The $\\textit{BTU (TH) Foot per Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' defined as:\n $$Btu_{th} \\cdot ft/(h \\cdot ft^2 \\cdot degF)$$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1.729577205544619422572178477690289",
"conversionMultiplier:SN" : 1.7295772055446195,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$Btu(IT) ft/(h ft^2 degF)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Thermal_conductivity", "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/" ],
"symbol" : "Btu{th}·ft/(ft²·h·°F)",
"ucumCode" : "[Btu_th].[ft_i].[ft_i]-2.h-1.[degF]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) Foot per Square Foot Hour Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) Foot per Square Foot Hour Degree Fahrenheit"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-FT-PER-HR-FT2-DEG_F
URI: http://qudt.org/vocab/unit/BTU_TH-FT-PER-HR-FT2-DEG_F
The $\textit{British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit}$ is a unit of thermal conductivity in the Imperial system of units.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-FT-PER-HR-FT2-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit}$ is a unit of thermal conductivity in the Imperial system of units.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.729577205544619422572178477690289 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.729577205544619422572178477690289E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA123" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA123"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the thermal conductivity according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}·ft/(h·ft²·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[ft_i].h-1.[ft_i]-2.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J46" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) Foot per Hour Square Foot Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (thermochemical Definition) Foot per Hour Square Foot Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) Foot per Hour Square Foot Degree Fahrenheit"
,"qname":"unit:BTU_TH-FT-PER-HR-FT2-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-FT-PER-HR-FT2-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.729577205544619422572178477690289"
,"conversion multiplier scientific":"1.729577205544619422572178477690289E0"
,"description":"\n The $\\textit{British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit}$ is a unit of thermal conductivity in the Imperial system of units.\n "
,"description (plain text)":"unit of the thermal conductivity according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA123"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA123"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) Foot per Hour Square Foot Degree Fahrenheit"
,"label":"British Thermal Unit (thermochemical Definition) Foot per Hour Square Foot Degree Fahrenheit"
,"symbol":"Btu{th}·ft\/(h·ft²·°F)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[ft_i].h-1.[ft_i]-2.[degF]-1"
,"unece common code":"J46"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-FT-PER-HR-FT2-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{British Thermal Unit (thermochemical) Foot Per Hour Square Foot degree Fahrenheit}$ is a unit of thermal conductivity in the Imperial system of units.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.729577205544619422572178477690289",
"conversionMultiplier:SN" : 1.7295772055446195,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAA123",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA123",
"plainTextDescription" : "unit of the thermal conductivity according to the Imperial system of units",
"symbol" : "Btu{th}·ft/(h·ft²·°F)",
"ucumCode" : "[Btu_th].[ft_i].h-1.[ft_i]-2.[degF]-1",
"uneceCommonCode" : "J46",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) Foot per Hour Square Foot Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) Foot per Hour Square Foot Degree Fahrenheit"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-IN-PER-FT2-HR-DEG_F
URI: http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-HR-DEG_F
${\bf BTU_{th}}$, Inch per Square Foot Hour Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu-in/(h-ft^{2}-degF)$. A thermochemical British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. $1 Btu_{th} \cdot in/(h \cdot ft^{2} \cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-HR-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "${\\bf BTU_{th}}$, Inch per Square Foot Hour Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu-in/(h-ft^{2}-degF)$. A thermochemical British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. $1 Btu_{th} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1441314337953849518810148731408574 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.441314337953849518810148731408574E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu(th)-in-per-h-ft2-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH-IN> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA125" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA125"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexSymbol> "$Btu_{th} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Unit of thermal conductivity according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}·in/(ft²·h·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[in_i].[ft_i]-2.h-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J48" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) Inch per Square Foot Hour Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (thermochemical Definition) Inch per Square Foot Hour Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) Inch per Square Foot Hour Degree Fahrenheit"
,"qname":"unit:BTU_TH-IN-PER-FT2-HR-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-IN-PER-FT2-HR-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.1441314337953849518810148731408574"
,"conversion multiplier scientific":"1.441314337953849518810148731408574E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"${\\bf BTU_{th}}$, Inch per Square Foot Hour Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu-in\/(h-ft^{2}-degF)$. A thermochemical British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. $1 Btu_{th} \\cdot in\/(h \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit."
,"description (plain text)":"Unit of thermal conductivity according to the Imperial system of units"
,"expression":"$Btu(th)-in-per-h-ft2-degF$"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"has reciprocal unit":"unit:DEG_F-HR-FT2-PER-BTU_TH-IN"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA125"
,"informative reference":"http:\/\/www.translatorscafe.com\/cafe\/EN\/units-converter\/thermal-conductivity\/c\/"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA125"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) Inch per Square Foot Hour Degree Fahrenheit"
,"label":"British Thermal Unit (thermochemical Definition) Inch per Square Foot Hour Degree Fahrenheit"
,"latex symbol":"$Btu_{th} \\cdot in\/(h \\cdot ft^{2} \\cdot degF)$"
,"symbol":"Btu{th}·in\/(ft²·h·°F)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[in_i].[ft_i]-2.h-1.[degF]-1"
,"unece common code":"J48"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-HR-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "${\\bf BTU_{th}}$, Inch per Square Foot Hour Degree Fahrenheit, is an Imperial unit for 'Thermal Conductivity' expressed as $Btu-in/(h-ft^{2}-degF)$. A thermochemical British thermal unit inch per second per square foot per degree Fahrenheit is a unit of thermal conductivity in the US Customary Units and British Imperial Units. $1 Btu_{th} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$ shows that one thermochemical BTU of heat per one hour moves through one square foot of material, which is one foot thick due to a temperature difference of one degree Fahrenheit.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.1441314337953849518810148731408574",
"conversionMultiplier:SN" : 0.14413143379538496,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$Btu(th)-in-per-h-ft2-degF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH-IN",
"iec61360Code" : "0112/2///62720#UAA125",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA125", "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/" ],
"latexSymbol" : "$Btu_{th} \\cdot in/(h \\cdot ft^{2} \\cdot degF)$",
"plainTextDescription" : "Unit of thermal conductivity according to the Imperial system of units",
"symbol" : "Btu{th}·in/(ft²·h·°F)",
"ucumCode" : "[Btu_th].[in_i].[ft_i]-2.h-1.[degF]-1",
"uneceCommonCode" : "J48",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) Inch per Square Foot Hour Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) Inch per Square Foot Hour Degree Fahrenheit"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-IN-PER-FT2-SEC-DEG_F
URI: http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-SEC-DEG_F
The $\textit{BTU (TH) Inch per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' expressed as: $$Btu_{th} \cdot in/(ft^{2} \cdot s \cdot degF)$$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-SEC-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{BTU (TH) Inch per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' expressed as:
$$Btu_{th} \\cdot in/(ft^{2} \\cdot s \\cdot degF)$$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 518.8731616633858267716535433070866 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.188731616633858267716535433070866E2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$Btu(it)-in-per-s-ft2-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA126" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA126"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "Unit of thermal conductivity according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}·in/(ft²·s·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[in_i].[ft_i]-2.s-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) Inch per Square Foot Second Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (thermochemical Definition) Inch per Square Foot Second Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) Inch per Square Foot Second Degree Fahrenheit"
,"qname":"unit:BTU_TH-IN-PER-FT2-SEC-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-IN-PER-FT2-SEC-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"518.8731616633858267716535433070866"
,"conversion multiplier scientific":"5.188731616633858267716535433070866E2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\n The $\\textit{BTU (TH) Inch per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' expressed as:\n $$Btu_{th} \\cdot in\/(ft^{2} \\cdot s \\cdot degF)$$.\n "
,"description (plain text)":"Unit of thermal conductivity according to the Imperial system of units"
,"expression":"$Btu(it)-in-per-s-ft2-degF$"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA126"
,"informative reference":"http:\/\/www.translatorscafe.com\/cafe\/EN\/units-converter\/thermal-conductivity\/c\/"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA126"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) Inch per Square Foot Second Degree Fahrenheit"
,"label":"British Thermal Unit (thermochemical Definition) Inch per Square Foot Second Degree Fahrenheit"
,"symbol":"Btu{th}·in\/(ft²·s·°F)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[in_i].[ft_i]-2.s-1.[degF]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-SEC-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The $\\textit{BTU (TH) Inch per Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Thermal Conductivity' expressed as:\n $$Btu_{th} \\cdot in/(ft^{2} \\cdot s \\cdot degF)$$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "518.8731616633858267716535433070866",
"conversionMultiplier:SN" : 518.8731616633859,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$Btu(it)-in-per-s-ft2-degF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAA126",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA126", "http://www.translatorscafe.com/cafe/EN/units-converter/thermal-conductivity/c/" ],
"plainTextDescription" : "Unit of thermal conductivity according to the Imperial system of units",
"symbol" : "Btu{th}·in/(ft²·s·°F)",
"ucumCode" : "[Btu_th].[in_i].[ft_i]-2.s-1.[degF]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) Inch per Square Foot Second Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) Inch per Square Foot Second Degree Fahrenheit"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-DEG_F
URI: http://qudt.org/vocab/unit/BTU_TH-PER-DEG_F
unit of the heat capacity according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat capacity according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1897.8304761 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.8978304761E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalCapacitance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB272" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB272"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/°F" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N61" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Degree Fahrenheit"
,"qname":"unit:BTU_TH-PER-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-DEG_F"
,"properties":["conversion multiplier":"1897.8304761"
,"conversion multiplier scientific":"1.8978304761E3"
,"description":"unit of the heat capacity according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:ThermalCapacitance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB272"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB272"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Degree Fahrenheit"
,"label":"British Thermal Unit (thermochemical Definition) per Degree Fahrenheit"
,"symbol":"Btu{th}\/°F"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[degF]-1"
,"unece common code":"N61"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat capacity according to the Imperial system of units",
"conversionMultiplier" : "1897.8304761",
"conversionMultiplier:SN" : 1897.8304761,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalCapacitance",
"iec61360Code" : "0112/2///62720#UAB272",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB272",
"symbol" : "Btu{th}/°F",
"ucumCode" : "[Btu_th].[degF]-1",
"uneceCommonCode" : "N61",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Degree Fahrenheit"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-DEG_R
URI: http://qudt.org/vocab/unit/BTU_TH-PER-DEG_R
unit of the heat capacity according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-DEG_R>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat capacity according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1897.830476099999848173561912000013 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.897830476099999848173561912000013E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalCapacitance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB274" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB274"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/°R" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[degR]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N63" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Degree Rankine" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Degree Rankine"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Degree Rankine"
,"qname":"unit:BTU_TH-PER-DEG_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-DEG_R"
,"properties":["conversion multiplier":"1897.830476099999848173561912000013"
,"conversion multiplier scientific":"1.897830476099999848173561912000013E3"
,"description":"unit of the heat capacity according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:ThermalCapacitance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB274"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB274"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Degree Rankine"
,"label":"British Thermal Unit (thermochemical Definition) per Degree Rankine"
,"symbol":"Btu{th}\/°R"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[degR]-1"
,"unece common code":"N63"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-DEG_R",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat capacity according to the Imperial system of units",
"conversionMultiplier" : "1897.830476099999848173561912000013",
"conversionMultiplier:SN" : 1897.8304761,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalCapacitance",
"iec61360Code" : "0112/2///62720#UAB274",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB274",
"symbol" : "Btu{th}/°R",
"ucumCode" : "[Btu_th].[degR]-1",
"uneceCommonCode" : "N63",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Degree Rankine", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Degree Rankine"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-FT2
URI: http://qudt.org/vocab/unit/BTU_TH-PER-FT2
unit of the areal-related energy transmisson according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the areal-related energy transmisson according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 11348.93179491220093551298213707538 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.134893179491220093551298213707538E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB284" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB284"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "P38" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Square Foot"
,"qname":"unit:BTU_TH-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-FT2"
,"properties":["conversion multiplier":"11348.93179491220093551298213707538"
,"conversion multiplier scientific":"1.134893179491220093551298213707538E4"
,"description":"unit of the areal-related energy transmisson according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB284"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB284"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Square Foot"
,"label":"British Thermal Unit (thermochemical Definition) per Square Foot"
,"symbol":"Btu{th}\/ft²"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[ft_i]-2"
,"unece common code":"P38"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the areal-related energy transmisson according to the Imperial system of units",
"conversionMultiplier" : "11348.93179491220093551298213707538",
"conversionMultiplier:SN" : 11348.931794912201,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"iec61360Code" : "0112/2///62720#UAB284",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB284",
"symbol" : "Btu{th}/ft²",
"ucumCode" : "[Btu_th].[ft_i]-2",
"uneceCommonCode" : "P38",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Square Foot", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Square Foot"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-FT2-HR
URI: http://qudt.org/vocab/unit/BTU_TH-PER-FT2-HR
unit of the surface heat flux according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-FT2-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the surface heat flux according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3.152481054142278037642495038076496 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.152481054142278037642495038076496E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB264" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB264"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/(ft²·h)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[ft_i]-2.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N51" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Hour" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Hour"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Square Foot Hour"
,"qname":"unit:BTU_TH-PER-FT2-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-FT2-HR"
,"properties":["conversion multiplier":"3.152481054142278037642495038076496"
,"conversion multiplier scientific":"3.152481054142278037642495038076496E0"
,"description":"unit of the surface heat flux according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB264"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB264"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Square Foot Hour"
,"label":"British Thermal Unit (thermochemical Definition) per Square Foot Hour"
,"symbol":"Btu{th}\/(ft²·h)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[ft_i]-2.h-1"
,"unece common code":"N51"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-FT2-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the surface heat flux according to the Imperial system of units",
"conversionMultiplier" : "3.152481054142278037642495038076496",
"conversionMultiplier:SN" : 3.152481054142278,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB264",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB264",
"symbol" : "Btu{th}/(ft²·h)",
"ucumCode" : "[Btu_th].[ft_i]-2.h-1",
"uneceCommonCode" : "N51",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Square Foot Hour"
}, "British Thermal Unit (thermochemical Definition) per Square Foot Hour" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-FT2-MIN
URI: http://qudt.org/vocab/unit/BTU_TH-PER-FT2-MIN
unit of the surface heat flux according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-FT2-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the surface heat flux according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 189.1488632485366822585497022845898 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.891488632485366822585497022845898E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB265" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB265"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/(ft²·min)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[ft_i]-2.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Minute" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Minute"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Square Foot Minute"
,"qname":"unit:BTU_TH-PER-FT2-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-FT2-MIN"
,"properties":["conversion multiplier":"189.1488632485366822585497022845898"
,"conversion multiplier scientific":"1.891488632485366822585497022845898E2"
,"description":"unit of the surface heat flux according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB265"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB265"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Square Foot Minute"
,"label":"British Thermal Unit (thermochemical Definition) per Square Foot Minute"
,"symbol":"Btu{th}\/(ft²·min)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[ft_i]-2.min-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-FT2-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the surface heat flux according to the Imperial system of units",
"conversionMultiplier" : "189.1488632485366822585497022845898",
"conversionMultiplier:SN" : 189.14886324853668,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB265",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB265",
"symbol" : "Btu{th}/(ft²·min)",
"ucumCode" : "[Btu_th].[ft_i]-2.min-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Square Foot Minute", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Square Foot Minute"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-FT2-SEC
URI: http://qudt.org/vocab/unit/BTU_TH-PER-FT2-SEC
unit of the surface heat flux according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-FT2-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the surface heat flux according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 11348.93179491220093551298213707538 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.134893179491220093551298213707538E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB267" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB267"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/(ft²·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[ft_i]-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N54" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Second" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Square Foot Second"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Square Foot Second"
,"qname":"unit:BTU_TH-PER-FT2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-FT2-SEC"
,"properties":["conversion multiplier":"11348.93179491220093551298213707538"
,"conversion multiplier scientific":"1.134893179491220093551298213707538E4"
,"description":"unit of the surface heat flux according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB267"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB267"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Square Foot Second"
,"label":"British Thermal Unit (thermochemical Definition) per Square Foot Second"
,"symbol":"Btu{th}\/(ft²·s)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[ft_i]-2.s-1"
,"unece common code":"N54"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-FT2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the surface heat flux according to the Imperial system of units",
"conversionMultiplier" : "11348.93179491220093551298213707538",
"conversionMultiplier:SN" : 11348.931794912201,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB267",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB267",
"symbol" : "Btu{th}/(ft²·s)",
"ucumCode" : "[Btu_th].[ft_i]-2.s-1",
"uneceCommonCode" : "N54",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Square Foot Second", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Square Foot Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-FT3
URI: http://qudt.org/vocab/unit/BTU_TH-PER-FT3
British Thermal Unit (TH) Per Cubic Foot ($Btu (TH)/ft^3$) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37234.03.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-FT3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "British Thermal Unit (TH) Per Cubic Foot ($Btu (TH)/ft^3$) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37234.03."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 37234.02819853084296428143745759641 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.723402819853084296428143745759641E4 ;
<http://qudt.org/schema/qudt/expression> "$Btu(th)-per-ft3$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB281" ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB281"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/ft³" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N59" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Cubic Foot" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Cubic Foot"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Cubic Foot"
,"qname":"unit:BTU_TH-PER-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-FT3"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"37234.02819853084296428143745759641"
,"conversion multiplier scientific":"3.723402819853084296428143745759641E4"
,"description":"British Thermal Unit (TH) Per Cubic Foot ($Btu (TH)\/ft^3$) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu\/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $J\/m^3$ by multiplying its value by a factor of 37234.03."
,"expression":"$Btu(th)-per-ft3$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB281"
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm"
,"informative reference":"http:\/\/www.translatorscafe.com\/cafe\/EN\/units-converter\/fuel-efficiency--volume\/c\/"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB281"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Cubic Foot"
,"label":"British Thermal Unit (thermochemical Definition) per Cubic Foot"
,"symbol":"Btu{th}\/ft³"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[ft_i]-3"
,"unece common code":"N59"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "British Thermal Unit (TH) Per Cubic Foot ($Btu (TH)/ft^3$) is a unit in the category of Energy density. It is also known as Btu per cubic foot, Btu/cubic foot. This unit is commonly used in the UK, US unit systems. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $J/m^3$ by multiplying its value by a factor of 37234.03.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "37234.02819853084296428143745759641",
"conversionMultiplier:SN" : 37234.02819853085,
"expression" : "$Btu(th)-per-ft3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyDensity",
"iec61360Code" : "0112/2///62720#UAB281",
"informativeReference" : [ "http://physics.nist.gov/Pubs/SP811/appenB9.html", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB281", "http://www.efunda.com/glossary/units/units--energy_density--british_thermal_unit_it_per_cubic_foot.cfm", "http://www.translatorscafe.com/cafe/EN/units-converter/fuel-efficiency--volume/c/" ],
"symbol" : "Btu{th}/ft³",
"ucumCode" : "[Btu_th].[ft_i]-3",
"uneceCommonCode" : "N59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Cubic Foot", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Cubic Foot"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-HR
URI: http://qudt.org/vocab/unit/BTU_TH-PER-HR
unit of the heat energy according to the Imperial system of units divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-HR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.2928750734722222222222222222222222 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.928750734722222222222222222222222E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA124" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA124"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat energy according to the Imperial system of units divided by the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J47" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Hour" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Hour"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Hour"
,"qname":"unit:BTU_TH-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.2928750734722222222222222222222222"
,"conversion multiplier scientific":"2.928750734722222222222222222222222E-1"
,"description":"unit of the heat energy according to the Imperial system of units divided by the unit hour"
,"description (plain text)":"unit of the heat energy according to the Imperial system of units divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA124"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA124"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Hour"
,"label":"British Thermal Unit (thermochemical Definition) per Hour"
,"symbol":"Btu{th}\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].h-1"
,"unece common code":"J47"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of the heat energy according to the Imperial system of units divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.2928750734722222222222222222222222",
"conversionMultiplier:SN" : 0.29287507347222225,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatFlowRate",
"iec61360Code" : "0112/2///62720#UAA124",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA124",
"plainTextDescription" : "unit of the heat energy according to the Imperial system of units divided by the unit hour",
"symbol" : "Btu{th}/h",
"ucumCode" : "[Btu_th].h-1",
"uneceCommonCode" : "J47",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Hour", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-HR-FT2-DEG_F
URI: http://qudt.org/vocab/unit/BTU_TH-PER-HR-FT2-DEG_F
unit of the heat transition coefficient according to the imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-HR-FT2-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat transition coefficient according to the imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 5.674465897456100467756491068537693 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.674465897456100467756491068537693E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB277" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB277"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/(h·ft²·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].h-1.[ft_i]-2.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N75" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Hour Square Foot Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Hour Square Foot Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Hour Square Foot Degree Fahrenheit"
,"qname":"unit:BTU_TH-PER-HR-FT2-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-HR-FT2-DEG_F"
,"properties":["conversion multiplier":"5.674465897456100467756491068537693"
,"conversion multiplier scientific":"5.674465897456100467756491068537693E0"
,"description":"unit of the heat transition coefficient according to the imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"has reciprocal unit":"unit:DEG_F-HR-FT2-PER-BTU_TH"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB277"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB277"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Hour Square Foot Degree Fahrenheit"
,"label":"British Thermal Unit (thermochemical Definition) per Hour Square Foot Degree Fahrenheit"
,"symbol":"Btu{th}\/(h·ft²·°F)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].h-1.[ft_i]-2.[degF]-1"
,"unece common code":"N75"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-HR-FT2-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat transition coefficient according to the imperial system of units",
"conversionMultiplier" : "5.674465897456100467756491068537693",
"conversionMultiplier:SN" : 5.6744658974561,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH",
"iec61360Code" : "0112/2///62720#UAB277",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB277",
"symbol" : "Btu{th}/(h·ft²·°F)",
"ucumCode" : "[Btu_th].h-1.[ft_i]-2.[degF]-1",
"uneceCommonCode" : "N75",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Hour Square Foot Degree Fahrenheit"
}, "British Thermal Unit (thermochemical Definition) per Hour Square Foot Degree Fahrenheit" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-LB
URI: http://qudt.org/vocab/unit/BTU_TH-PER-LB
${\bf Btu_{th} / lbm}$, British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of total energy per unit mass, commonly known as specific enthalpy. It is also known as Btu per pound, Btu/pound, Btu/lb. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Mass (Btu (therm.)/lbm) has a dimension of $L^2T^{-2}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit J/kg by multiplying its value by a factor of 2324.443861.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-LB>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "${\\bf Btu_{th} / lbm}$, British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of total energy per unit mass, commonly known as specific enthalpy. It is also known as Btu per pound, Btu/pound, Btu/lb. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Mass (Btu (therm.)/lbm) has a dimension of $L^2T^{-2}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit J/kg by multiplying its value by a factor of 2324.443861."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2324.444444468940251353875286746997 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.324444444468940251353875286746997E3 ;
<http://qudt.org/schema/qudt/expression> "$btu_th-per-lb$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/lbm" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Pound Mass"
,"qname":"unit:BTU_TH-PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-LB"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"2324.444444468940251353875286746997"
,"conversion multiplier scientific":"2.324444444468940251353875286746997E3"
,"description":"${\\bf Btu_{th} \/ lbm}$, British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of total energy per unit mass, commonly known as specific enthalpy. It is also known as Btu per pound, Btu\/pound, Btu\/lb. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Mass (Btu (therm.)\/lbm) has a dimension of $L^2T^{-2}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit J\/kg by multiplying its value by a factor of 2324.443861."
,"expression":"$btu_th-per-lb$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Pound Mass"
,"label":"British Thermal Unit (thermochemical Definition) per Pound Mass"
,"symbol":"Btu{th}\/lbm"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[lb_av]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "${\\bf Btu_{th} / lbm}$, British Thermal Unit (therm.) Per Pound Mass, is a unit in the category of total energy per unit mass, commonly known as specific enthalpy. It is also known as Btu per pound, Btu/pound, Btu/lb. This unit is commonly used in the UK unit system. British Thermal Unit (therm.) Per Pound Mass (Btu (therm.)/lbm) has a dimension of $L^2T^{-2}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit J/kg by multiplying its value by a factor of 2324.443861.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "2324.444444468940251353875286746997",
"conversionMultiplier:SN" : 2324.44444446894,
"expression" : "$btu_th-per-lb$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"informativeReference" : [ "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm", "http://physics.nist.gov/Pubs/SP811/appenB9.html" ],
"symbol" : "Btu{th}/lbm",
"ucumCode" : "[Btu_th].[lb_av]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Pound Mass", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Pound Mass"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-LB-DEG_F
URI: http://qudt.org/vocab/unit/BTU_TH-PER-LB-DEG_F
unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-LB-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4184.000000044092452436975516144594 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184000000044092452436975516144594E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA127" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA127"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit" ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/(lbm·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[lb_av]-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J50" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Pound Mass Degree Fahrenheit"
,"qname":"unit:BTU_TH-PER-LB-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-LB-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184.000000044092452436975516144594"
,"conversion multiplier scientific":"4.184000000044092452436975516144594E3"
,"description":"unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit"
,"description (plain text)":"unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA127"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA127"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Pound Mass Degree Fahrenheit"
,"label":"British Thermal Unit (thermochemical Definition) per Pound Mass Degree Fahrenheit"
,"symbol":"Btu{th}\/(lbm·°F)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[lb_av]-1.[degF]-1"
,"unece common code":"J50"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-LB-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4184.000000044092452436975516144594",
"conversionMultiplier:SN" : 4184.000000044092,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation" ],
"iec61360Code" : "0112/2///62720#UAA127",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA127",
"plainTextDescription" : "unit of the thermal conductivity according to the Imperial system of units divided by the units pound and degree Fahrenheit",
"symbol" : "Btu{th}/(lbm·°F)",
"ucumCode" : "[Btu_th].[lb_av]-1.[degF]-1",
"uneceCommonCode" : "J50",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Fahrenheit"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-LB-DEG_R
URI: http://qudt.org/vocab/unit/BTU_TH-PER-LB-DEG_R
unit of the heat capacity (British Thermal Unit - thermochemical - according to the international table according to the Rankine degree) according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-LB-DEG_R>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat capacity (British Thermal Unit - thermochemical - according to the international table according to the Rankine degree) according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4184.000000044092117716975512617226 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184000000044092117716975512617226E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassicHeatCapacity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB275" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB275"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/(lbm·°R)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].[lb_av]-1.[degR]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Rankine" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Rankine"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Pound Mass Degree Rankine"
,"qname":"unit:BTU_TH-PER-LB-DEG_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-LB-DEG_R"
,"properties":["conversion multiplier":"4184.000000044092117716975512617226"
,"conversion multiplier scientific":"4.184000000044092117716975512617226E3"
,"description":"unit of the heat capacity (British Thermal Unit - thermochemical - according to the international table according to the Rankine degree) according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:MassicHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB275"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB275"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Pound Mass Degree Rankine"
,"label":"British Thermal Unit (thermochemical Definition) per Pound Mass Degree Rankine"
,"symbol":"Btu{th}\/(lbm·°R)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].[lb_av]-1.[degR]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-LB-DEG_R",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat capacity (British Thermal Unit - thermochemical - according to the international table according to the Rankine degree) according to the Imperial system of units divided by the unit avoirdupois pound according to the avoirdupois system of units",
"conversionMultiplier" : "4184.000000044092117716975512617226",
"conversionMultiplier:SN" : 4184.000000044092,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassicHeatCapacity",
"iec61360Code" : "0112/2///62720#UAB275",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB275",
"symbol" : "Btu{th}/(lbm·°R)",
"ucumCode" : "[Btu_th].[lb_av]-1.[degR]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Rankine", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Pound Mass Degree Rankine"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-MIN
URI: http://qudt.org/vocab/unit/BTU_TH-PER-MIN
unit of the heat energy according to the Imperial system of units divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat energy according to the Imperial system of units divided by the unit minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 17.57250440833333333333333333333334 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.757250440833333333333333333333334E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA128" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA128"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat energy according to the Imperial system of units divided by the unit minute" ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J51" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Minute" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Minute"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Minute"
,"qname":"unit:BTU_TH-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"17.57250440833333333333333333333334"
,"conversion multiplier scientific":"1.757250440833333333333333333333334E1"
,"description":"unit of the heat energy according to the Imperial system of units divided by the unit minute"
,"description (plain text)":"unit of the heat energy according to the Imperial system of units divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA128"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA128"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Minute"
,"label":"British Thermal Unit (thermochemical Definition) per Minute"
,"symbol":"Btu{th}\/min"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].min-1"
,"unece common code":"J51"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat energy according to the Imperial system of units divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "17.57250440833333333333333333333334",
"conversionMultiplier:SN" : 17.572504408333334,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatFlowRate",
"iec61360Code" : "0112/2///62720#UAA128",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA128",
"plainTextDescription" : "unit of the heat energy according to the Imperial system of units divided by the unit minute",
"symbol" : "Btu{th}/min",
"ucumCode" : "[Btu_th].min-1",
"uneceCommonCode" : "J51",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Minute", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Minute"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-SEC
URI: http://qudt.org/vocab/unit/BTU_TH-PER-SEC
unit of the heat energy according to the Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat energy according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1054.3502645 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0543502645E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA129" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA129"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat energy according to the Imperial system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J52" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Second" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Second"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Second"
,"qname":"unit:BTU_TH-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1054.3502645"
,"conversion multiplier scientific":"1.0543502645E3"
,"description":"unit of the heat energy according to the Imperial system of units divided by the SI base unit second"
,"description (plain text)":"unit of the heat energy according to the Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA129"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA129"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Second"
,"label":"British Thermal Unit (thermochemical Definition) per Second"
,"symbol":"Btu{th}\/s"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].s-1"
,"unece common code":"J52"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat energy according to the Imperial system of units divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1054.3502645",
"conversionMultiplier:SN" : 1054.3502645,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatFlowRate",
"iec61360Code" : "0112/2///62720#UAA129",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA129",
"plainTextDescription" : "unit of the heat energy according to the Imperial system of units divided by the SI base unit second",
"symbol" : "Btu{th}/s",
"ucumCode" : "[Btu_th].s-1",
"uneceCommonCode" : "J52",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Second", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BTU_TH-PER-SEC-FT2-DEG_F
URI: http://qudt.org/vocab/unit/BTU_TH-PER-SEC-FT2-DEG_F
unit of the heat transition coefficient according to the imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BTU_TH-PER-SEC-FT2-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat transition coefficient according to the imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 20428.07723084196168392336784673569 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.042807723084196168392336784673569E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB279" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB279"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "Btu{th}/(s·ft²·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[Btu_th].s-1.[ft_i]-2.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Second Square Foot Degree Fahrenheit" ;
rdfs:label "British Thermal Unit (thermochemical Definition) per Second Square Foot Degree Fahrenheit"@en ;
.
{"resource":"British Thermal Unit (thermochemical Definition) per Second Square Foot Degree Fahrenheit"
,"qname":"unit:BTU_TH-PER-SEC-FT2-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BTU_TH-PER-SEC-FT2-DEG_F"
,"properties":["conversion multiplier":"20428.07723084196168392336784673569"
,"conversion multiplier scientific":"2.042807723084196168392336784673569E4"
,"description":"unit of the heat transition coefficient according to the imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB279"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB279"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"British Thermal Unit (thermochemical Definition) per Second Square Foot Degree Fahrenheit"
,"label":"British Thermal Unit (thermochemical Definition) per Second Square Foot Degree Fahrenheit"
,"symbol":"Btu{th}\/(s·ft²·°F)"
,"type":"qudt:Unit"
,"ucum code":"[Btu_th].s-1.[ft_i]-2.[degF]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/BTU_TH-PER-SEC-FT2-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat transition coefficient according to the imperial system of units",
"conversionMultiplier" : "20428.07723084196168392336784673569",
"conversionMultiplier:SN" : 20428.077230841962,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"iec61360Code" : "0112/2///62720#UAB279",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB279",
"symbol" : "Btu{th}/(s·ft²·°F)",
"ucumCode" : "[Btu_th].s-1.[ft_i]-2.[degF]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "British Thermal Unit (thermochemical Definition) per Second Square Foot Degree Fahrenheit", {
"@language" : "en",
"@value" : "British Thermal Unit (thermochemical Definition) per Second Square Foot Degree Fahrenheit"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_UK
URI: http://qudt.org/vocab/unit/BU_UK
A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.03636872 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.636872E-2 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bushel"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DryVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA344" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA344"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "bsh{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "BUI" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q89473028> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (UK)" ;
rdfs:label "Bushel (UK)"@en ;
.
{"resource":"Bushel (UK)"
,"qname":"unit:BU_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_UK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q89473028>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.03636872"
,"conversion multiplier scientific":"3.636872E-2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bushel"
,"description":"A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:DryVolume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA344"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bushel?oldid=476704875"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA344"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (UK)"
,"label":"Bushel (UK)"
,"scalingOf":"unit:M3"
,"symbol":"bsh{UK}"
,"type":"qudt:Unit"
,"ucum code":"[bu_br]"
,"unece common code":"BUI"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A bushel is an imperial unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.03636872",
"conversionMultiplier:SN" : 0.03636872,
"dbpediaMatch" : "http://dbpedia.org/resource/Bushel",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DryVolume",
"iec61360Code" : "0112/2///62720#UAA344",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Bushel?oldid=476704875", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA344" ],
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "bsh{UK}",
"ucumCode" : "[bu_br]",
"uneceCommonCode" : "BUI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q89473028",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bushel (UK)", {
"@language" : "en",
"@value" : "Bushel (UK)"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_UK-PER-DAY
URI: http://qudt.org/vocab/unit/BU_UK-PER-DAY
unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_UK-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000004209342592592592592592592592592591 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.209342592592592592592592592592591E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA345" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA345"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "bsh{UK}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_br].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J64" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (UK) per Day" ;
rdfs:label "Bushel (UK) per Day"@en ;
.
{"resource":"Bushel (UK) per Day"
,"qname":"unit:BU_UK-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_UK-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000004209342592592592592592592592592591"
,"conversion multiplier scientific":"4.209342592592592592592592592592591E-7"
,"description":"unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"
,"description (plain text)":"unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA345"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA345"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (UK) per Day"
,"label":"Bushel (UK) per Day"
,"symbol":"bsh{UK}\/d"
,"type":"qudt:Unit"
,"ucum code":"[bu_br].d-1"
,"unece common code":"J64"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_UK-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0000004209342592592592592592592592592591",
"conversionMultiplier:SN" : 4.2093425925925925E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA345",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA345",
"plainTextDescription" : "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day",
"symbol" : "bsh{UK}/d",
"ucumCode" : "[bu_br].d-1",
"uneceCommonCode" : "J64",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bushel (UK) per Day", {
"@language" : "en",
"@value" : "Bushel (UK) per Day"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_UK-PER-HR
URI: http://qudt.org/vocab/unit/BU_UK-PER-HR
unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_UK-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00001010242222222222222222222222222222 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.010242222222222222222222222222222E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA346" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA346"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "bsh{UK}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_br].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J65" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (UK) per Hour" ;
rdfs:label "Bushel (UK) per Hour"@en ;
.
{"resource":"Bushel (UK) per Hour"
,"qname":"unit:BU_UK-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_UK-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00001010242222222222222222222222222222"
,"conversion multiplier scientific":"1.010242222222222222222222222222222E-5"
,"description":"unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA346"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA346"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (UK) per Hour"
,"label":"Bushel (UK) per Hour"
,"symbol":"bsh{UK}\/h"
,"type":"qudt:Unit"
,"ucum code":"[bu_br].h-1"
,"unece common code":"J65"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_UK-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.00001010242222222222222222222222222222",
"conversionMultiplier:SN" : 1.0102422222222223E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA346",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA346",
"plainTextDescription" : "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour",
"symbol" : "bsh{UK}/h",
"ucumCode" : "[bu_br].h-1",
"uneceCommonCode" : "J65",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bushel (UK) per Hour", {
"@language" : "en",
"@value" : "Bushel (UK) per Hour"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_UK-PER-MIN
URI: http://qudt.org/vocab/unit/BU_UK-PER-MIN
unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_UK-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0006061453333333333333333333333333335 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.061453333333333333333333333333335E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA347" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA347"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "bsh{UK}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_br].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J66" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (UK) per Minute" ;
rdfs:label "Bushel (UK) per Minute"@en ;
.
{"resource":"Bushel (UK) per Minute"
,"qname":"unit:BU_UK-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_UK-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0006061453333333333333333333333333335"
,"conversion multiplier scientific":"6.061453333333333333333333333333335E-4"
,"description":"unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA347"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA347"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (UK) per Minute"
,"label":"Bushel (UK) per Minute"
,"symbol":"bsh{UK}\/min"
,"type":"qudt:Unit"
,"ucum code":"[bu_br].min-1"
,"unece common code":"J66"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_UK-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0006061453333333333333333333333333335",
"conversionMultiplier:SN" : 6.061453333333334E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA347",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA347",
"plainTextDescription" : "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute",
"symbol" : "bsh{UK}/min",
"ucumCode" : "[bu_br].min-1",
"uneceCommonCode" : "J66",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bushel (UK) per Minute", {
"@language" : "en",
"@value" : "Bushel (UK) per Minute"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_UK-PER-SEC
URI: http://qudt.org/vocab/unit/BU_UK-PER-SEC
unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_UK-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.03636872 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.636872E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA348" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA348"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "bsh{UK}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_br].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J67" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (UK) per Second" ;
rdfs:label "Bushel (UK) per Second"@en ;
.
{"resource":"Bushel (UK) per Second"
,"qname":"unit:BU_UK-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_UK-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.03636872"
,"conversion multiplier scientific":"3.636872E-2"
,"description":"unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA348"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA348"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (UK) per Second"
,"label":"Bushel (UK) per Second"
,"symbol":"bsh{UK}\/s"
,"type":"qudt:Unit"
,"ucum code":"[bu_br].s-1"
,"unece common code":"J67"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_UK-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.03636872",
"conversionMultiplier:SN" : 0.03636872,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA348",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA348",
"plainTextDescription" : "unit of the volume bushel (UK) (for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second",
"symbol" : "bsh{UK}/s",
"ucumCode" : "[bu_br].s-1",
"uneceCommonCode" : "J67",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bushel (UK) per Second", {
"@language" : "en",
"@value" : "Bushel (UK) per Second"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_US
URI: http://qudt.org/vocab/unit/BU_US
A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.03523907016688 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.523907016688E-2 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bushel"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/factorUnitScalar> 2150.42 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DryVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA353" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bushel?oldid=476704875"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA353"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/bushel-US> ;
<http://qudt.org/schema/qudt/symbol> "bu{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "bu" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "BUA" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q32750816> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (US)" ;
rdfs:label "Bushel (US)"@en ;
.
{"resource":"Bushel (US)"
,"qname":"unit:BU_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q32750816>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.03523907016688"
,"conversion multiplier scientific":"3.523907016688E-2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bushel"
,"defined unit of system":"sou:USCS"
,"description":"A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead."
,"factorUnitScalar":"2150.42"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:DryVolume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA353"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bushel?oldid=476704875"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA353"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (US)"
,"label":"Bushel (US)"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/bushel-US>"
,"symbol":"bu{US}"
,"type":"qudt:Unit"
,"ucum code":"[bu_us]"
,"udunits code":"bu"
,"unece common code":"BUA"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A bushel is an imperial and U.S. customary unit of dry volume, equivalent in each of these systems to 4 pecks or 8 gallons. It is used for volumes of dry commodities (not liquids), most often in agriculture. It is abbreviated as bsh. or bu. In modern usage, the dry volume is usually only nominal, with bushels referring to standard weights instead.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.03523907016688",
"conversionMultiplier:SN" : 0.03523907016688,
"dbpediaMatch" : "http://dbpedia.org/resource/Bushel",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"factorUnitScalar" : "2150.42",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DryVolume",
"iec61360Code" : "0112/2///62720#UAA353",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA353", "http://en.wikipedia.org/wiki/Bushel?oldid=476704875" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/bushel-US",
"symbol" : "bu{US}",
"ucumCode" : "[bu_us]",
"udunitsCode" : "bu",
"uneceCommonCode" : "BUA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q32750816",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bushel (US)", {
"@language" : "en",
"@value" : "Bushel (US)"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_US_DRY
URI: http://qudt.org/vocab/unit/BU_US_DRY
unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_US_DRY>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.03523907 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.523907E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "bsh{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (US Dry)" ;
rdfs:label "Bushel (US Dry)"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/BU_US> ;
.
{"resource":"Bushel (US Dry)"
,"qname":"unit:BU_US_DRY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_US_DRY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.03523907"
,"conversion multiplier scientific":"3.523907E-2"
,"description":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units"
,"description (plain text)":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units"
,"has broader":"unit:BU_US"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (US Dry)"
,"label":"Bushel (US Dry)"
,"scalingOf":"unit:M3"
,"symbol":"bsh{US}"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"[bu_us]"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_US_DRY",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.03523907",
"conversionMultiplier:SN" : 0.03523907,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"plainTextDescription" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "bsh{US}",
"ucumCode" : "[bu_us]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Bushel (US Dry)"
}, "Bushel (US Dry)" ],
"broader" : "http://qudt.org/vocab/unit/BU_US",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_US_DRY-PER-DAY
URI: http://qudt.org/vocab/unit/BU_US_DRY-PER-DAY
unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_US_DRY-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000004078596064814814814814814814814813 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.078596064814814814814814814814813E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA349" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA349"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "bsh{US}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_us].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J68" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (US Dry) per Day" ;
rdfs:label "Bushel (US Dry) per Day"@en ;
.
{"resource":"Bushel (US Dry) per Day"
,"qname":"unit:BU_US_DRY-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_US_DRY-PER-DAY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0000004078596064814814814814814814814813"
,"conversion multiplier scientific":"4.078596064814814814814814814814813E-7"
,"description":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day"
,"description (plain text)":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA349"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA349"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (US Dry) per Day"
,"label":"Bushel (US Dry) per Day"
,"symbol":"bsh{US}\/d"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"[bu_us].d-1"
,"unece common code":"J68"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_US_DRY-PER-DAY",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0000004078596064814814814814814814814813",
"conversionMultiplier:SN" : 4.078596064814815E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA349",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA349",
"plainTextDescription" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time day",
"symbol" : "bsh{US}/d",
"ucumCode" : "[bu_us].d-1",
"uneceCommonCode" : "J68",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bushel (US Dry) per Day", {
"@language" : "en",
"@value" : "Bushel (US Dry) per Day"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_US_DRY-PER-HR
URI: http://qudt.org/vocab/unit/BU_US_DRY-PER-HR
unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_US_DRY-PER-HR>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000009788630555555555555555555555555556 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.788630555555555555555555555555556E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA350" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA350"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "bsh{US}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_us].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J69" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (US Dry) per Hour" ;
rdfs:label "Bushel (US Dry) per Hour"@en ;
.
{"resource":"Bushel (US Dry) per Hour"
,"qname":"unit:BU_US_DRY-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_US_DRY-PER-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.000009788630555555555555555555555555556"
,"conversion multiplier scientific":"9.788630555555555555555555555555556E-6"
,"description":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA350"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA350"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (US Dry) per Hour"
,"label":"Bushel (US Dry) per Hour"
,"symbol":"bsh{US}\/h"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"[bu_us].h-1"
,"unece common code":"J69"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_US_DRY-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000009788630555555555555555555555555556",
"conversionMultiplier:SN" : 9.788630555555556E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA350",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA350",
"plainTextDescription" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time hour",
"symbol" : "bsh{US}/h",
"ucumCode" : "[bu_us].h-1",
"uneceCommonCode" : "J69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bushel (US Dry) per Hour", {
"@language" : "en",
"@value" : "Bushel (US Dry) per Hour"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_US_DRY-PER-MIN
URI: http://qudt.org/vocab/unit/BU_US_DRY-PER-MIN
unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_US_DRY-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0005873178333333333333333333333333335 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.873178333333333333333333333333335E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA351" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA351"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "bsh{US}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_us].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J70" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (US Dry) per Minute" ;
rdfs:label "Bushel (US Dry) per Minute"@en ;
.
{"resource":"Bushel (US Dry) per Minute"
,"qname":"unit:BU_US_DRY-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_US_DRY-PER-MIN"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0005873178333333333333333333333333335"
,"conversion multiplier scientific":"5.873178333333333333333333333333335E-4"
,"description":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA351"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA351"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (US Dry) per Minute"
,"label":"Bushel (US Dry) per Minute"
,"symbol":"bsh{US}\/min"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"[bu_us].min-1"
,"unece common code":"J70"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_US_DRY-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0005873178333333333333333333333333335",
"conversionMultiplier:SN" : 5.873178333333333E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA351",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA351",
"plainTextDescription" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the unit for time minute",
"symbol" : "bsh{US}/min",
"ucumCode" : "[bu_us].min-1",
"uneceCommonCode" : "J70",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bushel (US Dry) per Minute", {
"@language" : "en",
"@value" : "Bushel (US Dry) per Minute"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BU_US_DRY-PER-SEC
URI: http://qudt.org/vocab/unit/BU_US_DRY-PER-SEC
unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/BU_US_DRY-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.03523907 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.523907E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA352" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA352"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "bsh{US}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[bu_us].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J71" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Bushel (US Dry) per Second" ;
rdfs:label "Bushel (US Dry) per Second"@en ;
.
{"resource":"Bushel (US Dry) per Second"
,"qname":"unit:BU_US_DRY-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BU_US_DRY-PER-SEC"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.03523907"
,"conversion multiplier scientific":"3.523907E-2"
,"description":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA352"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA352"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bushel (US Dry) per Second"
,"label":"Bushel (US Dry) per Second"
,"symbol":"bsh{US}\/s"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"[bu_us].s-1"
,"unece common code":"J71"
]}
{
"@id" : "http://qudt.org/vocab/unit/BU_US_DRY-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.03523907",
"conversionMultiplier:SN" : 0.03523907,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA352",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA352",
"plainTextDescription" : "unit of the volume bushel (US dry) for dry measure according to the Anglo-American system of units divided by the SI base unit second",
"symbol" : "bsh{US}/s",
"ucumCode" : "[bu_us].s-1",
"uneceCommonCode" : "J71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bushel (US Dry) per Second", {
"@language" : "en",
"@value" : "Bushel (US Dry) per Second"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BYTE
URI: http://qudt.org/vocab/unit/BYTE
The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BYTE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 5.54517744447956247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Byte"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/OCTET> ; <http://qudt.org/schema/qudt/factorUnitScalar> 8.0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA354" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA354"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/byte> ; <http://qudt.org/schema/qudt/symbol> "B" ; <http://qudt.org/schema/qudt/ucumCode> "By"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "AD" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q8799> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Byte" ; rdfs:label "Byte"@en ; .
{"resource":"Byte"
,"qname":"unit:BYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q8799>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"5.54517744447956247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Byte"
,"description":"The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits."
,"exact match":"unit:OCTET"
,"factorUnitScalar":"8.0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA354"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Byte?oldid=493588918"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA354"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Byte"
,"label":"Byte"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/byte>"
,"symbol":"B"
,"type":"qudt:CountingUnit"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"By"
,"unece common code":"AD"
]}
{
"@id" : "http://qudt.org/vocab/unit/BYTE",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit" ],
"description" : "The byte is a unit of digital information in computing and telecommunications that most commonly consists of eight bits.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "5.54517744447956247533785697166544",
"conversionMultiplier:SN" : 5.545177444479562,
"dbpediaMatch" : "http://dbpedia.org/resource/Byte",
"exactMatch" : "http://qudt.org/vocab/unit/OCTET",
"factorUnitScalar" : "8.0",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAA354",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Byte?oldid=493588918", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA354" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/byte",
"symbol" : "B",
"ucumCode" : "By",
"uneceCommonCode" : "AD",
"wikidataMatch" : "http://www.wikidata.org/entity/Q8799",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Byte", {
"@language" : "en",
"@value" : "Byte"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BYTE-PER-SEC
URI: http://qudt.org/vocab/unit/BYTE-PER-SEC
unit byte divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BYTE-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit byte divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 5.54517744447956247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ByteRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB305" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB305"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "B/s" ; <http://qudt.org/schema/qudt/ucumCode> "By.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P93" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Byte per Second" ; rdfs:label "Byte per Second"@en ; .
{"resource":"Byte per Second"
,"qname":"unit:BYTE-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BYTE-PER-SEC"
,"properties":["conversion multiplier":"5.54517744447956247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E0"
,"description":"unit byte divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ByteRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB305"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB305"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Byte per Second"
,"label":"Byte per Second"
,"symbol":"B\/s"
,"type":"qudt:Unit"
,"ucum code":"By.s-1"
,"unece common code":"P93"
]}
{
"@id" : "http://qudt.org/vocab/unit/BYTE-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit byte divided by the SI base unit second",
"conversionMultiplier" : "5.54517744447956247533785697166544",
"conversionMultiplier:SN" : 5.545177444479562,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ByteRate",
"iec61360Code" : "0112/2///62720#UAB305",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB305",
"symbol" : "B/s",
"ucumCode" : "By.s-1",
"uneceCommonCode" : "P93",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Byte per Second", {
"@language" : "en",
"@value" : "Byte per Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:BasePair
URI: http://qudt.org/vocab/unit/BasePair
DNA sequence length in numbers of base pairs. One bp corresponds to approximately 3.4 Å (340 pm)[23] of length along the strand, and to roughly 618 or 643 daltons for DNA and RNA respectively.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/BasePair> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "DNA sequence length in numbers of base pairs. One bp corresponds to approximately 3.4 Å (340 pm)[23] of length along the strand, and to roughly 618 or 643 daltons for DNA and RNA respectively."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Base_pair#As_a_unit_of_length"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "One bp corresponds to approximately 3.4 Å (340 pm)[23] of length along the strand, and to roughly 618 or 643 daltons for DNA and RNA respectively." ; <http://qudt.org/schema/qudt/symbol> "bp" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Base Pair" ; rdfs:label "Base Pair"@en ; .
{"resource":"Base Pair"
,"qname":"unit:BasePair"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/BasePair"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"DNA sequence length in numbers of base pairs. One bp corresponds to approximately 3.4 Å (340 pm)[23] of length along the strand, and to roughly 618 or 643 daltons for DNA and RNA respectively."
,"description (plain text)":"One bp corresponds to approximately 3.4 Å (340 pm)[23] of length along the strand, and to roughly 618 or 643 daltons for DNA and RNA respectively."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Dimensionless"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Base_pair#As_a_unit_of_length"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Base Pair"
,"label":"Base Pair"
,"symbol":"bp"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/BasePair",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "DNA sequence length in numbers of base pairs. One bp corresponds to approximately 3.4 Å (340 pm)[23] of length along the strand, and to roughly 618 or 643 daltons for DNA and RNA respectively.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Dimensionless",
"informativeReference" : "https://en.wikipedia.org/wiki/Base_pair#As_a_unit_of_length",
"plainTextDescription" : "One bp corresponds to approximately 3.4 Å (340 pm)[23] of length along the strand, and to roughly 618 or 643 daltons for DNA and RNA respectively.",
"symbol" : "bp",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Base Pair", {
"@language" : "en",
"@value" : "Base Pair"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C
URI: http://qudt.org/vocab/unit/C
The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Coulomb"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA130" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Coulomb?oldid=491815163"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA130"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/coulomb> ; <http://qudt.org/schema/qudt/symbol> "C" ; <http://qudt.org/schema/qudt/ucumCode> "C"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "C" ; <http://qudt.org/schema/qudt/uneceCommonCode> "COU" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25406> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Coulomb" ; rdfs:label "Coulomb"@cs ; rdfs:label "Coulomb"@de ; rdfs:label "Coulomb"@en ; rdfs:label "Coulomb"@fr ; rdfs:label "Coulomb"@hu ; rdfs:label "Coulomb"@it ; rdfs:label "Coulomb"@ms ; rdfs:label "Coulomb"@pt ; rdfs:label "Coulomb"@ro ; rdfs:label "Coulomb"@sl ; rdfs:label "Coulomb"@tr ; rdfs:label "Coulombium"@la ; rdfs:label "Culombio"@es ; rdfs:label "Kulomb"@pl ; rdfs:label "Κουλόμπ"@el ; rdfs:label "Кулон"@bg ; rdfs:label "Кулон"@ru ; rdfs:label "קולון"@he ; rdfs:label "كولوم"@ar ; rdfs:label "کولمب/کولن"@fa ; rdfs:label "कूलम्ब"@hi ; rdfs:label "クーロン"@ja ; rdfs:label "库伦"@zh ; .
{"resource":"Coulomb"
,"qname":"unit:C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C"
,"properties":["Individual from SI Reference Point":"si-unit:coulomb"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25406>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Coulomb"
,"defined unit of system":"sou:SI"
,"description":"The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA130"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Coulomb?oldid=491815163"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA130"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulomb"
,"label":"Coulombium"
,"label":"Culombio"
,"label":"Kulomb"
,"label":"Κουλόμπ"
,"label":"Кулон"
,"label":"Кулон"
,"label":"קולון"
,"label":"كولوم"
,"label":"کولمب\/کولن"
,"label":"कूलम्ब"
,"label":"クーロン"
,"label":"库伦"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/coulomb>"
,"symbol":"C"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"C"
,"udunits code":"C"
,"unece common code":"COU"
]}
{
"@id" : "http://qudt.org/vocab/unit/C",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of electric charge. One coulomb is the amount of charge accumulated in one second by a current of one ampere. Electricity is actually a flow of charged particles, such as electrons, protons, or ions. The charge on one of these particles is a whole-number multiple of the charge e on a single electron, and one coulomb represents a charge of approximately 6.241 506 x 1018 e. The coulomb is named for a French physicist, Charles-Augustin de Coulomb (1736-1806), who was the first to measure accurately the forces exerted between electric charges.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Coulomb",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"iec61360Code" : "0112/2///62720#UAA130",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Coulomb?oldid=491815163", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA130" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/coulomb",
"siExactMatch" : "https://si-digital-framework.org/SI/units/coulomb",
"symbol" : "C",
"ucumCode" : "C",
"udunitsCode" : "C",
"uneceCommonCode" : "COU",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25406",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Κουλόμπ"
}, {
"@language" : "es",
"@value" : "Culombio"
}, {
"@language" : "pl",
"@value" : "Kulomb"
}, {
"@language" : "bg",
"@value" : "Кулон"
}, {
"@language" : "ru",
"@value" : "Кулон"
}, {
"@language" : "hu",
"@value" : "Coulomb"
}, {
"@language" : "it",
"@value" : "Coulomb"
}, {
"@language" : "la",
"@value" : "Coulombium"
}, {
"@language" : "ms",
"@value" : "Coulomb"
}, {
"@language" : "pt",
"@value" : "Coulomb"
}, {
"@language" : "ro",
"@value" : "Coulomb"
}, {
"@language" : "sl",
"@value" : "Coulomb"
}, {
"@language" : "tr",
"@value" : "Coulomb"
}, "Coulomb", {
"@language" : "cs",
"@value" : "Coulomb"
}, {
"@language" : "de",
"@value" : "Coulomb"
}, {
"@language" : "en",
"@value" : "Coulomb"
}, {
"@language" : "fr",
"@value" : "Coulomb"
}, {
"@language" : "fa",
"@value" : "کولمب/کولن"
}, {
"@language" : "he",
"@value" : "קולון"
}, {
"@language" : "ja",
"@value" : "クーロン"
}, {
"@language" : "ar",
"@value" : "كولوم"
}, {
"@language" : "hi",
"@value" : "कूलम्ब"
}, {
"@language" : "zh",
"@value" : "库伦"
} ],
"@context" : {
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-M
URI: http://qudt.org/vocab/unit/C-M
The $\text{Coulomb Meter (C-m)}$ is a unit in the category of Electric dipole moment. It is also known as atomic unit, u.a., au, ua. This unit is commonly used in the SI unit system. Coulomb Meter (C-m) has a dimension of LTI where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C-M>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\text{Coulomb Meter (C-m)}$ is a unit in the category of Electric dipole moment.
It is also known as atomic unit, u.a., au, ua.
This unit is commonly used in the SI unit system.
Coulomb Meter (C-m) has a dimension of LTI where $L$ is length, $T$ is time, and $I$ is electric current.
This unit is the standard SI unit in this category.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricDipoleMoment> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA133" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA133"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "C·m" ;
<http://qudt.org/schema/qudt/ucumCode> "C.m"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A26" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q28739766> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Coulomb Meter"@de ;
rdfs:label "Coulomb Meter"@en-US ;
rdfs:label "Coulomb Meter"@ms ;
rdfs:label "Coulomb Meter"@sl ;
rdfs:label "Coulomb Metr"@cs ;
rdfs:label "Coulomb Metre" ;
rdfs:label "Coulomb Metre"@en ;
rdfs:label "Coulomb Metre"@tr ;
rdfs:label "Coulomb Metro"@it ;
rdfs:label "Coulomb Metro"@pt ;
rdfs:label "Coulomb Metru"@ro ;
rdfs:label "Coulomb Mètre"@fr ;
rdfs:label "Coulombium Metrum"@la ;
rdfs:label "Culombio Metro"@es ;
rdfs:label "Kulomb Metr"@pl ;
rdfs:label "Κουλόμπ Μέτρο"@el ;
rdfs:label "Кулон Метр"@ru ;
rdfs:label "Кулон Метър"@bg ;
rdfs:label "كولوم متر"@ar ;
rdfs:label "نیوتون متر"@fa ;
rdfs:label "कूलम्ब मीटर"@hi ;
rdfs:label "クーロンメートル"@ja ;
rdfs:label "库伦米"@zh ;
.
{"resource":"Coulomb Metre"
,"qname":"unit:C-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q28739766>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\n The $\\text{Coulomb Meter (C-m)}$ is a unit in the category of Electric dipole moment. \n It is also known as atomic unit, u.a., au, ua. \n This unit is commonly used in the SI unit system. \n Coulomb Meter (C-m) has a dimension of LTI where $L$ is length, $T$ is time, and $I$ is electric current. \n This unit is the standard SI unit in this category.\n "
,"has dimension vector":"qkdv:A0E1L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricDipoleMoment"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA133"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA133"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb Meter"
,"label":"Coulomb Meter"
,"label":"Coulomb Meter"
,"label":"Coulomb Meter"
,"label":"Coulomb Metr"
,"label":"Coulomb Metre"
,"label":"Coulomb Metre"
,"label":"Coulomb Metre"
,"label":"Coulomb Metro"
,"label":"Coulomb Metro"
,"label":"Coulomb Metru"
,"label":"Coulomb Mètre"
,"label":"Coulombium Metrum"
,"label":"Culombio Metro"
,"label":"Kulomb Metr"
,"label":"Κουλόμπ Μέτρο"
,"label":"Кулон Метр"
,"label":"Кулон Метър"
,"label":"كولوم متر"
,"label":"نیوتون متر"
,"label":"कूलम्ब मीटर"
,"label":"クーロンメートル"
,"label":"库伦米"
,"symbol":"C·m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"C.m"
,"unece common code":"A26"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-M",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The $\\text{Coulomb Meter (C-m)}$ is a unit in the category of Electric dipole moment. \n It is also known as atomic unit, u.a., au, ua. \n This unit is commonly used in the SI unit system. \n Coulomb Meter (C-m) has a dimension of LTI where $L$ is length, $T$ is time, and $I$ is electric current. \n This unit is the standard SI unit in this category.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricDipoleMoment",
"iec61360Code" : "0112/2///62720#UAA133",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA133",
"symbol" : "C·m",
"ucumCode" : "C.m",
"uneceCommonCode" : "A26",
"wikidataMatch" : "http://www.wikidata.org/entity/Q28739766",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kulomb Metr"
}, {
"@language" : "ar",
"@value" : "كولوم متر"
}, {
"@language" : "cs",
"@value" : "Coulomb Metr"
}, {
"@language" : "zh",
"@value" : "库伦米"
}, "Coulomb Metre", {
"@language" : "fa",
"@value" : "نیوتون متر"
}, {
"@language" : "hi",
"@value" : "कूलम्ब मीटर"
}, {
"@language" : "en",
"@value" : "Coulomb Metre"
}, {
"@language" : "tr",
"@value" : "Coulomb Metre"
}, {
"@language" : "es",
"@value" : "Culombio Metro"
}, {
"@language" : "ja",
"@value" : "クーロンメートル"
}, {
"@language" : "la",
"@value" : "Coulombium Metrum"
}, {
"@language" : "el",
"@value" : "Κουλόμπ Μέτρο"
}, {
"@language" : "ru",
"@value" : "Кулон Метр"
}, {
"@language" : "fr",
"@value" : "Coulomb Mètre"
}, {
"@language" : "ro",
"@value" : "Coulomb Metru"
}, {
"@language" : "it",
"@value" : "Coulomb Metro"
}, {
"@language" : "pt",
"@value" : "Coulomb Metro"
}, {
"@language" : "sl",
"@value" : "Coulomb Meter"
}, {
"@language" : "ms",
"@value" : "Coulomb Meter"
}, {
"@language" : "en-us",
"@value" : "Coulomb Meter"
}, {
"@language" : "de",
"@value" : "Coulomb Meter"
}, {
"@language" : "bg",
"@value" : "Кулон Метър"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-M2
URI: http://qudt.org/vocab/unit/C-M2
Coulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C-M2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Coulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$C m^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricQuadrupoleMoment> ;
<http://qudt.org/schema/qudt/symbol> "C·m²" ;
<http://qudt.org/schema/qudt/ucumCode> "C.m2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Coulomb Kvadratni Meter"@sl ;
rdfs:label "Coulomb Meter Persegi"@ms ;
rdfs:label "Coulomb Metrekare"@tr ;
rdfs:label "Coulomb Metro Quadrado"@pt ;
rdfs:label "Coulomb Metro Quadrato"@it ;
rdfs:label "Coulomb Metru Pătrat"@ro ;
rdfs:label "Coulomb Mètre Carré"@fr ;
rdfs:label "Coulomb Quadratmeter"@de ;
rdfs:label "Coulomb Square Meter"@en-US ;
rdfs:label "Coulomb Square Metre" ;
rdfs:label "Coulomb Square Metre"@en ;
rdfs:label "Coulomb Čtvereční Metr"@cs ;
rdfs:label "Coulombium Metrum Quadratum"@la ;
rdfs:label "Culombio Metro Cuadrado"@es ;
rdfs:label "Kulomb Metr Kwadratowy"@pl ;
rdfs:label "Κουλόμπ Τετραγωνικό Μέτρο"@el ;
rdfs:label "Кулон Квадратен Метър"@bg ;
rdfs:label "Кулон Квадратный Метр"@ru ;
rdfs:label "کولن متر مربع"@fa ;
rdfs:label "库仑平方米"@zh ;
.
{"resource":"Coulomb Square Metre"
,"qname":"unit:C-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Coulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."
,"expression":"$C m^{2}$"
,"has dimension vector":"qkdv:A0E1L2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricQuadrupoleMoment"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb Kvadratni Meter"
,"label":"Coulomb Meter Persegi"
,"label":"Coulomb Metrekare"
,"label":"Coulomb Metro Quadrado"
,"label":"Coulomb Metro Quadrato"
,"label":"Coulomb Metru Pătrat"
,"label":"Coulomb Mètre Carré"
,"label":"Coulomb Quadratmeter"
,"label":"Coulomb Square Meter"
,"label":"Coulomb Square Metre"
,"label":"Coulomb Square Metre"
,"label":"Coulomb Čtvereční Metr"
,"label":"Coulombium Metrum Quadratum"
,"label":"Culombio Metro Cuadrado"
,"label":"Kulomb Metr Kwadratowy"
,"label":"Κουλόμπ Τετραγωνικό Μέτρο"
,"label":"Кулон Квадратен Метър"
,"label":"Кулон Квадратный Метр"
,"label":"کولن متر مربع"
,"label":"库仑平方米"
,"symbol":"C·m²"
,"type":"qudt:Unit"
,"ucum code":"C.m2"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Coulomb Square Meter (C-m2) is a unit in the category of Electric quadrupole moment. This unit is commonly used in the SI unit system. Coulomb Square Meter (C-m2) has a dimension of L2TI where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$C m^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricQuadrupoleMoment",
"symbol" : "C·m²",
"ucumCode" : "C.m2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Coulomb Metru Pătrat"
}, {
"@language" : "zh",
"@value" : "库仑平方米"
}, {
"@language" : "en-us",
"@value" : "Coulomb Square Meter"
}, {
"@language" : "es",
"@value" : "Culombio Metro Cuadrado"
}, {
"@language" : "la",
"@value" : "Coulombium Metrum Quadratum"
}, {
"@language" : "de",
"@value" : "Coulomb Quadratmeter"
}, {
"@language" : "tr",
"@value" : "Coulomb Metrekare"
}, {
"@language" : "sl",
"@value" : "Coulomb Kvadratni Meter"
}, {
"@language" : "pt",
"@value" : "Coulomb Metro Quadrado"
}, {
"@language" : "pl",
"@value" : "Kulomb Metr Kwadratowy"
}, {
"@language" : "cs",
"@value" : "Coulomb Čtvereční Metr"
}, {
"@language" : "it",
"@value" : "Coulomb Metro Quadrato"
}, "Coulomb Square Metre", {
"@language" : "en",
"@value" : "Coulomb Square Metre"
}, {
"@language" : "ru",
"@value" : "Кулон Квадратный Метр"
}, {
"@language" : "ms",
"@value" : "Coulomb Meter Persegi"
}, {
"@language" : "bg",
"@value" : "Кулон Квадратен Метър"
}, {
"@language" : "fr",
"@value" : "Coulomb Mètre Carré"
}, {
"@language" : "el",
"@value" : "Κουλόμπ Τετραγωνικό Μέτρο"
}, {
"@language" : "fa",
"@value" : "کولن متر مربع"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-M2-PER-KiloGM
URI: http://qudt.org/vocab/unit/C-M2-PER-KiloGM
product of the SI derived unit coulomb and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C-M2-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit coulomb and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L2I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD912" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD912"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "C·m²/kg" ; <http://qudt.org/schema/qudt/ucumCode> "C.m2.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J53" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Coulomb Kvadratni Meter na Kilogram"@sl ; rdfs:label "Coulomb Meter Persegi per Kilogram"@ms ; rdfs:label "Coulomb Metrekare per Kilogram"@tr ; rdfs:label "Coulomb Metro Quadrado por Quilograma"@pt ; rdfs:label "Coulomb Metro Quadrato per Chilogrammo"@it ; rdfs:label "Coulomb Metru Pătrat pe Kilogram"@ro ; rdfs:label "Coulomb Mètre Carré par Kilogramme"@fr ; rdfs:label "Coulomb Quadratmeter pro Kilogramm"@de ; rdfs:label "Coulomb Square Meter per Kilogram"@en-US ; rdfs:label "Coulomb Square Metre per Kilogram" ; rdfs:label "Coulomb Square Metre per Kilogram"@en ; rdfs:label "Coulomb Čtvereční Metr na Kilogram"@cs ; rdfs:label "Coulombium Metrum Quadratum per Chiliogramma"@la ; rdfs:label "Culombio Metro Cuadrado por Kilogramo"@es ; rdfs:label "Kulomb Metr Kwadratowy na Kilogram"@pl ; rdfs:label "Κουλόμπ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"@el ; rdfs:label "Кулон Квадратен Метър на Килограм"@bg ; rdfs:label "Кулон Квадратный Метр на Килограмм"@ru ; .
{"resource":"Coulomb Square Metre per Kilogram"
,"qname":"unit:C-M2-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-M2-PER-KiloGM"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI derived unit coulomb and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E1L2I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD912"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD912"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb Kvadratni Meter na Kilogram"
,"label":"Coulomb Meter Persegi per Kilogram"
,"label":"Coulomb Metrekare per Kilogram"
,"label":"Coulomb Metro Quadrado por Quilograma"
,"label":"Coulomb Metro Quadrato per Chilogrammo"
,"label":"Coulomb Metru Pătrat pe Kilogram"
,"label":"Coulomb Mètre Carré par Kilogramme"
,"label":"Coulomb Quadratmeter pro Kilogramm"
,"label":"Coulomb Square Meter per Kilogram"
,"label":"Coulomb Square Metre per Kilogram"
,"label":"Coulomb Square Metre per Kilogram"
,"label":"Coulomb Čtvereční Metr na Kilogram"
,"label":"Coulombium Metrum Quadratum per Chiliogramma"
,"label":"Culombio Metro Cuadrado por Kilogramo"
,"label":"Kulomb Metr Kwadratowy na Kilogram"
,"label":"Κουλόμπ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"
,"label":"Кулон Квадратен Метър на Килограм"
,"label":"Кулон Квадратный Метр на Килограмм"
,"symbol":"C·m²\/kg"
,"type":"qudt:Unit"
,"ucum code":"C.m2.kg-1"
,"unece common code":"J53"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-M2-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit coulomb and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L2I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD912",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD912",
"symbol" : "C·m²/kg",
"ucumCode" : "C.m2.kg-1",
"uneceCommonCode" : "J53",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Coulomb Quadratmeter pro Kilogramm"
}, {
"@language" : "pl",
"@value" : "Kulomb Metr Kwadratowy na Kilogram"
}, {
"@language" : "cs",
"@value" : "Coulomb Čtvereční Metr na Kilogram"
}, {
"@language" : "ms",
"@value" : "Coulomb Meter Persegi per Kilogram"
}, {
"@language" : "es",
"@value" : "Culombio Metro Cuadrado por Kilogramo"
}, {
"@language" : "en-us",
"@value" : "Coulomb Square Meter per Kilogram"
}, {
"@language" : "bg",
"@value" : "Кулон Квадратен Метър на Килограм"
}, {
"@language" : "ro",
"@value" : "Coulomb Metru Pătrat pe Kilogram"
}, {
"@language" : "sl",
"@value" : "Coulomb Kvadratni Meter na Kilogram"
}, "Coulomb Square Metre per Kilogram", {
"@language" : "en",
"@value" : "Coulomb Square Metre per Kilogram"
}, {
"@language" : "fr",
"@value" : "Coulomb Mètre Carré par Kilogramme"
}, {
"@language" : "tr",
"@value" : "Coulomb Metrekare per Kilogram"
}, {
"@language" : "pt",
"@value" : "Coulomb Metro Quadrado por Quilograma"
}, {
"@language" : "el",
"@value" : "Κουλόμπ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"
}, {
"@language" : "it",
"@value" : "Coulomb Metro Quadrato per Chilogrammo"
}, {
"@language" : "la",
"@value" : "Coulombium Metrum Quadratum per Chiliogramma"
}, {
"@language" : "ru",
"@value" : "Кулон Квадратный Метр на Килограмм"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-M2-PER-V
URI: http://qudt.org/vocab/unit/C-M2-PER-V
Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C-M2-PER-V>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$C m^{2} v^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L0I0M-1H0T4D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Polarizability> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB486" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB486"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "C·m²/V" ;
<http://qudt.org/schema/qudt/ucumCode> "C.m2.V-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A27" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Coulomb Kvadratni Meter na Volt"@sl ;
rdfs:label "Coulomb Meter Persegi per Volt"@ms ;
rdfs:label "Coulomb Metrekare per Volt"@tr ;
rdfs:label "Coulomb Metro Quadrado por Volt"@pt ;
rdfs:label "Coulomb Metro Quadrato per Volt"@it ;
rdfs:label "Coulomb Metru Pătrat pe Volt"@ro ;
rdfs:label "Coulomb Mètre Carré par Volt"@fr ;
rdfs:label "Coulomb Quadratmeter pro Volt"@de ;
rdfs:label "Coulomb Square Meter per Volt"@en-US ;
rdfs:label "Coulomb Square Metre per Volt" ;
rdfs:label "Coulomb Square Metre per Volt"@en ;
rdfs:label "Coulomb Čtvereční Metr na Volt"@cs ;
rdfs:label "Coulombium Metrum Quadratum per Voltium"@la ;
rdfs:label "Culombio Metro Cuadrado por Voltio"@es ;
rdfs:label "Kulomb Metr Kwadratowy na Wolt"@pl ;
rdfs:label "Κουλόμπ Τετραγωνικό Μέτρο ανά Βολτ"@el ;
rdfs:label "Кулон Квадратен Метър на Волт"@bg ;
rdfs:label "Кулон Квадратный Метр на Вольт"@ru ;
rdfs:label "کولن متر مربع بر ولت"@fa ;
rdfs:label "库伦平方米每伏特"@zh ;
.
{"resource":"Coulomb Square Metre per Volt"
,"qname":"unit:C-M2-PER-V"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-M2-PER-V"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability."
,"expression":"$C m^{2} v^{-1}$"
,"has dimension vector":"qkdv:A0E2L0I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Polarizability"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB486"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB486"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb Kvadratni Meter na Volt"
,"label":"Coulomb Meter Persegi per Volt"
,"label":"Coulomb Metrekare per Volt"
,"label":"Coulomb Metro Quadrado por Volt"
,"label":"Coulomb Metro Quadrato per Volt"
,"label":"Coulomb Metru Pătrat pe Volt"
,"label":"Coulomb Mètre Carré par Volt"
,"label":"Coulomb Quadratmeter pro Volt"
,"label":"Coulomb Square Meter per Volt"
,"label":"Coulomb Square Metre per Volt"
,"label":"Coulomb Square Metre per Volt"
,"label":"Coulomb Čtvereční Metr na Volt"
,"label":"Coulombium Metrum Quadratum per Voltium"
,"label":"Culombio Metro Cuadrado por Voltio"
,"label":"Kulomb Metr Kwadratowy na Wolt"
,"label":"Κουλόμπ Τετραγωνικό Μέτρο ανά Βολτ"
,"label":"Кулон Квадратен Метър на Волт"
,"label":"Кулон Квадратный Метр на Вольт"
,"label":"کولن متر مربع بر ولت"
,"label":"库伦平方米每伏特"
,"symbol":"C·m²\/V"
,"type":"qudt:Unit"
,"ucum code":"C.m2.V-1"
,"unece common code":"A27"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-M2-PER-V",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Coulomb Square Meter (C-m2-per-volt) is a unit in the category of Electric polarizability.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$C m^{2} v^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L0I0M-1H0T4D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Polarizability",
"iec61360Code" : "0112/2///62720#UAB486",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB486",
"symbol" : "C·m²/V",
"ucumCode" : "C.m2.V-1",
"uneceCommonCode" : "A27",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Coulomb Meter Persegi per Volt"
}, {
"@language" : "it",
"@value" : "Coulomb Metro Quadrato per Volt"
}, {
"@language" : "cs",
"@value" : "Coulomb Čtvereční Metr na Volt"
}, {
"@language" : "la",
"@value" : "Coulombium Metrum Quadratum per Voltium"
}, {
"@language" : "ru",
"@value" : "Кулон Квадратный Метр на Вольт"
}, {
"@language" : "de",
"@value" : "Coulomb Quadratmeter pro Volt"
}, {
"@language" : "ro",
"@value" : "Coulomb Metru Pătrat pe Volt"
}, {
"@language" : "tr",
"@value" : "Coulomb Metrekare per Volt"
}, {
"@language" : "fr",
"@value" : "Coulomb Mètre Carré par Volt"
}, {
"@language" : "bg",
"@value" : "Кулон Квадратен Метър на Волт"
}, "Coulomb Square Metre per Volt", {
"@language" : "en",
"@value" : "Coulomb Square Metre per Volt"
}, {
"@language" : "es",
"@value" : "Culombio Metro Cuadrado por Voltio"
}, {
"@language" : "pt",
"@value" : "Coulomb Metro Quadrado por Volt"
}, {
"@language" : "pl",
"@value" : "Kulomb Metr Kwadratowy na Wolt"
}, {
"@language" : "fa",
"@value" : "کولن متر مربع بر ولت"
}, {
"@language" : "sl",
"@value" : "Coulomb Kvadratni Meter na Volt"
}, {
"@language" : "en-us",
"@value" : "Coulomb Square Meter per Volt"
}, {
"@language" : "zh",
"@value" : "库伦平方米每伏特"
}, {
"@language" : "el",
"@value" : "Κουλόμπ Τετραγωνικό Μέτρο ανά Βολτ"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-PER-CentiM2
URI: http://qudt.org/vocab/unit/C-PER-CentiM2
derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB101" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB101"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "C/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "C.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A33" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808180> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Coulomb na Kvadratni Centimeter"@sl ; rdfs:label "Coulomb na Čtvereční Centimetr"@cs ; rdfs:label "Coulomb par Centimètre Carré"@fr ; rdfs:label "Coulomb pe Centimetru Pătrat"@ro ; rdfs:label "Coulomb per Centimeter Persegi"@ms ; rdfs:label "Coulomb per Centimetrekare"@tr ; rdfs:label "Coulomb per Centimetro Quadrato"@it ; rdfs:label "Coulomb per Square Centimeter"@en-US ; rdfs:label "Coulomb per Square Centimetre" ; rdfs:label "Coulomb per Square Centimetre"@en ; rdfs:label "Coulomb pro Quadratcentimeter"@de ; rdfs:label "Culombio por Centimetro Cuadrado"@es ; rdfs:label "Kulomb na Centimetr Kwadratowy"@pl ; .
{"resource":"Coulomb per Square Centimetre"
,"qname":"unit:C-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-PER-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808180>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"description":"derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"description (plain text)":"derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB101"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB101"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb na Kvadratni Centimeter"
,"label":"Coulomb na Čtvereční Centimetr"
,"label":"Coulomb par Centimètre Carré"
,"label":"Coulomb pe Centimetru Pătrat"
,"label":"Coulomb per Centimeter Persegi"
,"label":"Coulomb per Centimetrekare"
,"label":"Coulomb per Centimetro Quadrato"
,"label":"Coulomb per Square Centimeter"
,"label":"Coulomb per Square Centimetre"
,"label":"Coulomb per Square Centimetre"
,"label":"Coulomb pro Quadratcentimeter"
,"label":"Culombio por Centimetro Cuadrado"
,"label":"Kulomb na Centimetr Kwadratowy"
,"symbol":"C\/cm²"
,"type":"qudt:Unit"
,"ucum code":"C.cm-2"
,"unece common code":"A33"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerArea",
"iec61360Code" : "0112/2///62720#UAB101",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB101",
"plainTextDescription" : "derived SI unit coulomb divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"symbol" : "C/cm²",
"ucumCode" : "C.cm-2",
"uneceCommonCode" : "A33",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808180",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kulomb na Centimetr Kwadratowy"
}, "Coulomb per Square Centimetre", {
"@language" : "en",
"@value" : "Coulomb per Square Centimetre"
}, {
"@language" : "es",
"@value" : "Culombio por Centimetro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Coulomb per Square Centimeter"
}, {
"@language" : "fr",
"@value" : "Coulomb par Centimètre Carré"
}, {
"@language" : "ms",
"@value" : "Coulomb per Centimeter Persegi"
}, {
"@language" : "it",
"@value" : "Coulomb per Centimetro Quadrato"
}, {
"@language" : "cs",
"@value" : "Coulomb na Čtvereční Centimetr"
}, {
"@language" : "de",
"@value" : "Coulomb pro Quadratcentimeter"
}, {
"@language" : "tr",
"@value" : "Coulomb per Centimetrekare"
}, {
"@language" : "sl",
"@value" : "Coulomb na Kvadratni Centimeter"
}, {
"@language" : "ro",
"@value" : "Coulomb pe Centimetru Pătrat"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-PER-CentiM3
URI: http://qudt.org/vocab/unit/C-PER-CentiM3
derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C-PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB120" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB120"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3" ; <http://qudt.org/schema/qudt/symbol> "C/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "C.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A28" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808138> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Coulomb na Centimetr Krychlový"@cs ; rdfs:label "Coulomb na Kubični Centimeter"@sl ; rdfs:label "Coulomb par Centimètre Cube"@fr ; rdfs:label "Coulomb pe Centimetru Cub"@ro ; rdfs:label "Coulomb per Centimeter Kubik"@ms ; rdfs:label "Coulomb per Centimetreküp"@tr ; rdfs:label "Coulomb per Centimetro Cubo"@it ; rdfs:label "Coulomb per Cubic Centimeter"@en-US ; rdfs:label "Coulomb per Cubic Centimetre" ; rdfs:label "Coulomb per Cubic Centimetre"@en ; rdfs:label "Coulomb pro Kubikcentimeter"@de ; rdfs:label "Culombio por Centimetro Cúbico"@es ; rdfs:label "Kulomb na Centimetr Sześcienny"@pl ; .
{"resource":"Coulomb per Cubic Centimetre"
,"qname":"unit:C-PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-PER-CentiM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808138>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3"
,"description (plain text)":"derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3"
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeVolumeDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB120"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB120"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb na Centimetr Krychlový"
,"label":"Coulomb na Kubični Centimeter"
,"label":"Coulomb par Centimètre Cube"
,"label":"Coulomb pe Centimetru Cub"
,"label":"Coulomb per Centimeter Kubik"
,"label":"Coulomb per Centimetreküp"
,"label":"Coulomb per Centimetro Cubo"
,"label":"Coulomb per Cubic Centimeter"
,"label":"Coulomb per Cubic Centimetre"
,"label":"Coulomb per Cubic Centimetre"
,"label":"Coulomb pro Kubikcentimeter"
,"label":"Culombio por Centimetro Cúbico"
,"label":"Kulomb na Centimetr Sześcienny"
,"symbol":"C\/cm³"
,"type":"qudt:Unit"
,"ucum code":"C.cm-3"
,"unece common code":"A28"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity",
"iec61360Code" : "0112/2///62720#UAB120",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB120",
"plainTextDescription" : "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 3",
"symbol" : "C/cm³",
"ucumCode" : "C.cm-3",
"uneceCommonCode" : "A28",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808138",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Coulomb per Centimetreküp"
}, {
"@language" : "ro",
"@value" : "Coulomb pe Centimetru Cub"
}, {
"@language" : "es",
"@value" : "Culombio por Centimetro Cúbico"
}, {
"@language" : "it",
"@value" : "Coulomb per Centimetro Cubo"
}, {
"@language" : "fr",
"@value" : "Coulomb par Centimètre Cube"
}, {
"@language" : "ms",
"@value" : "Coulomb per Centimeter Kubik"
}, {
"@language" : "sl",
"@value" : "Coulomb na Kubični Centimeter"
}, "Coulomb per Cubic Centimetre", {
"@language" : "en-us",
"@value" : "Coulomb per Cubic Centimeter"
}, {
"@language" : "en",
"@value" : "Coulomb per Cubic Centimetre"
}, {
"@language" : "cs",
"@value" : "Coulomb na Centimetr Krychlový"
}, {
"@language" : "pl",
"@value" : "Kulomb na Centimetr Sześcienny"
}, {
"@language" : "de",
"@value" : "Coulomb pro Kubikcentimeter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-PER-KiloGM
URI: http://qudt.org/vocab/unit/C-PER-KiloGM
$\textit{Coulomb Per Kilogram (C/kg)}$ is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of $M^{-1}TI$ where $M$ is mass, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C-PER-KiloGM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Coulomb Per Kilogram (C/kg)}$ is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of $M^{-1}TI$ where $M$ is mass, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$C/kg$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerMass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA131" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA131"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "C/kg" ;
<http://qudt.org/schema/qudt/ucumCode> "C.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CKG" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q28683485> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Coulomb na Kilogram"@cs ;
rdfs:label "Coulomb na Kilogram"@sl ;
rdfs:label "Coulomb par Kilogramme"@fr ;
rdfs:label "Coulomb pe Kilogram"@ro ;
rdfs:label "Coulomb per Chilogrammo"@it ;
rdfs:label "Coulomb per Kilogram" ;
rdfs:label "Coulomb per Kilogram"@en ;
rdfs:label "Coulomb per Kilogram"@ms ;
rdfs:label "Coulomb per Kilogram"@tr ;
rdfs:label "Coulomb por Quilograma"@pt ;
rdfs:label "Coulomb pro Kilogramm"@de ;
rdfs:label "Coulombium per Chiliogramma"@la ;
rdfs:label "Culombio por Kilogramo"@es ;
rdfs:label "Kulomb na Kilogram"@pl ;
rdfs:label "Κουλόμπ ανά Χιλιόγραμμο"@el ;
rdfs:label "Кулон на Килограм"@bg ;
rdfs:label "Кулон на Килограмм"@ru ;
.
{"resource":"Coulomb per Kilogram"
,"qname":"unit:C-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q28683485>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Coulomb Per Kilogram (C\/kg)}$ is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb\/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C\/kg) has a dimension of $M^{-1}TI$ where $M$ is mass, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."
,"expression":"$C\/kg$"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA131"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA131"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb na Kilogram"
,"label":"Coulomb na Kilogram"
,"label":"Coulomb par Kilogramme"
,"label":"Coulomb pe Kilogram"
,"label":"Coulomb per Chilogrammo"
,"label":"Coulomb per Kilogram"
,"label":"Coulomb per Kilogram"
,"label":"Coulomb per Kilogram"
,"label":"Coulomb per Kilogram"
,"label":"Coulomb por Quilograma"
,"label":"Coulomb pro Kilogramm"
,"label":"Coulombium per Chiliogramma"
,"label":"Culombio por Kilogramo"
,"label":"Kulomb na Kilogram"
,"label":"Κουλόμπ ανά Χιλιόγραμμο"
,"label":"Кулон на Килограм"
,"label":"Кулон на Килограмм"
,"symbol":"C\/kg"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"C.kg-1"
,"unece common code":"CKG"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-PER-KiloGM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Coulomb Per Kilogram (C/kg)}$ is the unit in the category of Exposure. It is also known as coulombs per kilogram, coulomb/kilogram. This unit is commonly used in the SI unit system. Coulomb Per Kilogram (C/kg) has a dimension of $M^{-1}TI$ where $M$ is mass, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$C/kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerMass",
"iec61360Code" : "0112/2///62720#UAA131",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA131",
"symbol" : "C/kg",
"ucumCode" : "C.kg-1",
"uneceCommonCode" : "CKG",
"wikidataMatch" : "http://www.wikidata.org/entity/Q28683485",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Culombio por Kilogramo"
}, {
"@language" : "ru",
"@value" : "Кулон на Килограмм"
}, {
"@language" : "fr",
"@value" : "Coulomb par Kilogramme"
}, {
"@language" : "el",
"@value" : "Κουλόμπ ανά Χιλιόγραμμο"
}, {
"@language" : "pl",
"@value" : "Kulomb na Kilogram"
}, {
"@language" : "la",
"@value" : "Coulombium per Chiliogramma"
}, {
"@language" : "de",
"@value" : "Coulomb pro Kilogramm"
}, {
"@language" : "ro",
"@value" : "Coulomb pe Kilogram"
}, {
"@language" : "it",
"@value" : "Coulomb per Chilogrammo"
}, {
"@language" : "pt",
"@value" : "Coulomb por Quilograma"
}, "Coulomb per Kilogram", {
"@language" : "en",
"@value" : "Coulomb per Kilogram"
}, {
"@language" : "ms",
"@value" : "Coulomb per Kilogram"
}, {
"@language" : "tr",
"@value" : "Coulomb per Kilogram"
}, {
"@language" : "cs",
"@value" : "Coulomb na Kilogram"
}, {
"@language" : "bg",
"@value" : "Кулон на Килограм"
}, {
"@language" : "sl",
"@value" : "Coulomb na Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-PER-KiloGM-SEC
URI: http://qudt.org/vocab/unit/C-PER-KiloGM-SEC
The SI unit of exposure rate
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C-PER-KiloGM-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit of exposure rate"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$C/kg-s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExposureRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA132" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikibooks.org/wiki/Basic_Physics_of_Nuclear_Medicine/Units_of_Radiation_Measurement"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA132"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "C/(kg·s)" ; <http://qudt.org/schema/qudt/ucumCode> "C.kg-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A31" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q99721917> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Coulomb na Kilogram Sekunda"@cs ; rdfs:label "Coulomb na Kilogram Sekunda"@sl ; rdfs:label "Coulomb par Kilogramme Seconde"@fr ; rdfs:label "Coulomb pe Kilogram Secundă"@ro ; rdfs:label "Coulomb per Chilogrammo Secondo"@it ; rdfs:label "Coulomb per Kilogram Saat"@ms ; rdfs:label "Coulomb per Kilogram Saniye"@tr ; rdfs:label "Coulomb per Kilogram Second" ; rdfs:label "Coulomb per Kilogram Second"@en ; rdfs:label "Coulomb por Quilograma Segundo"@pt ; rdfs:label "Coulomb pro Kilogramm Sekunde"@de ; rdfs:label "Coulombium per Chiliogramma Secundum"@la ; rdfs:label "Culombio por Kilogramo Segundo"@es ; rdfs:label "Kulomb na Kilogram Sekunda"@pl ; rdfs:label "Κουλόμπ ανά Χιλιόγραμμο Δευτερόλεπτο"@el ; rdfs:label "Кулон на Килограм Секунда"@bg ; rdfs:label "Кулон на Килограмм Секунда"@ru ; .
{"resource":"Coulomb per Kilogram Second"
,"qname":"unit:C-PER-KiloGM-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-PER-KiloGM-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q99721917>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The SI unit of exposure rate"
,"expression":"$C\/kg-s$"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:ExposureRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA132"
,"informative reference":"http:\/\/en.wikibooks.org\/wiki\/Basic_Physics_of_Nuclear_Medicine\/Units_of_Radiation_Measurement"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA132"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb na Kilogram Sekunda"
,"label":"Coulomb na Kilogram Sekunda"
,"label":"Coulomb par Kilogramme Seconde"
,"label":"Coulomb pe Kilogram Secundă"
,"label":"Coulomb per Chilogrammo Secondo"
,"label":"Coulomb per Kilogram Saat"
,"label":"Coulomb per Kilogram Saniye"
,"label":"Coulomb per Kilogram Second"
,"label":"Coulomb per Kilogram Second"
,"label":"Coulomb por Quilograma Segundo"
,"label":"Coulomb pro Kilogramm Sekunde"
,"label":"Coulombium per Chiliogramma Secundum"
,"label":"Culombio por Kilogramo Segundo"
,"label":"Kulomb na Kilogram Sekunda"
,"label":"Κουλόμπ ανά Χιλιόγραμμο Δευτερόλεπτο"
,"label":"Кулон на Килограм Секунда"
,"label":"Кулон на Килограмм Секунда"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"C\/(kg·s)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"C.kg-1.s-1"
,"unece common code":"A31"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-PER-KiloGM-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of exposure rate",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$C/kg-s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ExposureRate",
"iec61360Code" : "0112/2///62720#UAA132",
"informativeReference" : [ "http://en.wikibooks.org/wiki/Basic_Physics_of_Nuclear_Medicine/Units_of_Radiation_Measurement", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA132" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "C/(kg·s)",
"ucumCode" : "C.kg-1.s-1",
"uneceCommonCode" : "A31",
"wikidataMatch" : "http://www.wikidata.org/entity/Q99721917",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kulomb na Kilogram Sekunda"
}, {
"@language" : "cs",
"@value" : "Coulomb na Kilogram Sekunda"
}, {
"@language" : "sl",
"@value" : "Coulomb na Kilogram Sekunda"
}, {
"@language" : "it",
"@value" : "Coulomb per Chilogrammo Secondo"
}, {
"@language" : "pt",
"@value" : "Coulomb por Quilograma Segundo"
}, "Coulomb per Kilogram Second", {
"@language" : "en",
"@value" : "Coulomb per Kilogram Second"
}, {
"@language" : "es",
"@value" : "Culombio por Kilogramo Segundo"
}, {
"@language" : "la",
"@value" : "Coulombium per Chiliogramma Secundum"
}, {
"@language" : "bg",
"@value" : "Кулон на Килограм Секунда"
}, {
"@language" : "fr",
"@value" : "Coulomb par Kilogramme Seconde"
}, {
"@language" : "ru",
"@value" : "Кулон на Килограмм Секунда"
}, {
"@language" : "el",
"@value" : "Κουλόμπ ανά Χιλιόγραμμο Δευτερόλεπτο"
}, {
"@language" : "tr",
"@value" : "Coulomb per Kilogram Saniye"
}, {
"@language" : "de",
"@value" : "Coulomb pro Kilogramm Sekunde"
}, {
"@language" : "ms",
"@value" : "Coulomb per Kilogram Saat"
}, {
"@language" : "ro",
"@value" : "Coulomb pe Kilogram Secundă"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-PER-M
URI: http://qudt.org/vocab/unit/C-PER-M
"Coulomb per Meter" is a unit for 'Electric Charge Line Density' expressed as $C/m$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C-PER-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Coulomb per Meter\" is a unit for 'Electric Charge Line Density' expressed as $C/m$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$C/m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeLineDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeLinearDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB337" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB337"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "C/m" ; <http://qudt.org/schema/qudt/ucumCode> "C.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P10" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q80117150> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Coulomb na Meter"@sl ; rdfs:label "Coulomb na Metr"@cs ; rdfs:label "Coulomb par Mètre"@fr ; rdfs:label "Coulomb pe Metru"@ro ; rdfs:label "Coulomb per Meter"@en-US ; rdfs:label "Coulomb per Meter"@ms ; rdfs:label "Coulomb per Metre" ; rdfs:label "Coulomb per Metre"@en ; rdfs:label "Coulomb per Metre"@tr ; rdfs:label "Coulomb per Metro"@it ; rdfs:label "Coulomb por Metro"@pt ; rdfs:label "Coulomb pro Meter"@de ; rdfs:label "Coulombium per Metrum"@la ; rdfs:label "Culombio por Metro"@es ; rdfs:label "Kulomb na Metr"@pl ; rdfs:label "Κουλόμπ ανά Μέτρο"@el ; rdfs:label "Кулон на Метр"@ru ; rdfs:label "Кулон на Метър"@bg ; .
{"resource":"Coulomb per Metre"
,"qname":"unit:C-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q80117150>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\"Coulomb per Meter\" is a unit for 'Electric Charge Line Density' expressed as $C\/m$."
,"expression":"$C\/m$"
,"has dimension vector":"qkdv:A0E1L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeLineDensity"
,"has quantity kind":"quantitykind:ElectricChargeLinearDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB337"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB337"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb na Meter"
,"label":"Coulomb na Metr"
,"label":"Coulomb par Mètre"
,"label":"Coulomb pe Metru"
,"label":"Coulomb per Meter"
,"label":"Coulomb per Meter"
,"label":"Coulomb per Metre"
,"label":"Coulomb per Metre"
,"label":"Coulomb per Metre"
,"label":"Coulomb per Metro"
,"label":"Coulomb por Metro"
,"label":"Coulomb pro Meter"
,"label":"Coulombium per Metrum"
,"label":"Culombio por Metro"
,"label":"Kulomb na Metr"
,"label":"Κουλόμπ ανά Μέτρο"
,"label":"Кулон на Метр"
,"label":"Кулон на Метър"
,"symbol":"C\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"C.m-1"
,"unece common code":"P10"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Coulomb per Meter\" is a unit for 'Electric Charge Line Density' expressed as $C/m$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$C/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricChargeLinearDensity", "http://qudt.org/vocab/quantitykind/ElectricChargeLineDensity" ],
"iec61360Code" : "0112/2///62720#UAB337",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB337",
"symbol" : "C/m",
"ucumCode" : "C.m-1",
"uneceCommonCode" : "P10",
"wikidataMatch" : "http://www.wikidata.org/entity/Q80117150",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Кулон на Метр"
}, {
"@language" : "en-us",
"@value" : "Coulomb per Meter"
}, {
"@language" : "ms",
"@value" : "Coulomb per Meter"
}, {
"@language" : "bg",
"@value" : "Кулон на Метър"
}, {
"@language" : "es",
"@value" : "Culombio por Metro"
}, {
"@language" : "la",
"@value" : "Coulombium per Metrum"
}, {
"@language" : "fr",
"@value" : "Coulomb par Mètre"
}, {
"@language" : "pl",
"@value" : "Kulomb na Metr"
}, {
"@language" : "el",
"@value" : "Κουλόμπ ανά Μέτρο"
}, {
"@language" : "cs",
"@value" : "Coulomb na Metr"
}, {
"@language" : "de",
"@value" : "Coulomb pro Meter"
}, {
"@language" : "pt",
"@value" : "Coulomb por Metro"
}, {
"@language" : "ro",
"@value" : "Coulomb pe Metru"
}, {
"@language" : "sl",
"@value" : "Coulomb na Meter"
}, {
"@language" : "it",
"@value" : "Coulomb per Metro"
}, {
"@language" : "tr",
"@value" : "Coulomb per Metre"
}, "Coulomb per Metre", {
"@language" : "en",
"@value" : "Coulomb per Metre"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-PER-M2
URI: http://qudt.org/vocab/unit/C-PER-M2
Coulomb Per Square Meter ($C/m^2$) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of $L^{-2}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C-PER-M2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Coulomb Per Square Meter ($C/m^2$) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of $L^{-2}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category. "^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$C/m^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeSurfaceDensity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPolarization> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA134" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA134"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "C/m²" ;
<http://qudt.org/schema/qudt/ucumCode> "C.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A34" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q68343206> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Coulomb na Kvadratni Meter"@sl ;
rdfs:label "Coulomb na Čtvereční Metr"@cs ;
rdfs:label "Coulomb par Mètre Carré"@fr ;
rdfs:label "Coulomb pe Metru Pătrat"@ro ;
rdfs:label "Coulomb per Meter Persegi"@ms ;
rdfs:label "Coulomb per Metrekare"@tr ;
rdfs:label "Coulomb per Metro Quadrato"@it ;
rdfs:label "Coulomb per Square Meter"@en-US ;
rdfs:label "Coulomb per Square Metre" ;
rdfs:label "Coulomb per Square Metre"@en ;
rdfs:label "Coulomb por Metro Quadrado"@pt ;
rdfs:label "Coulomb pro Quadratmeter"@de ;
rdfs:label "Coulombium per Metrum Quadratum"@la ;
rdfs:label "Culombio por Metro Cuadrado"@es ;
rdfs:label "Kulomb na Metr Kwadratowy"@pl ;
rdfs:label "Κουλόμπ ανά Τετραγωνικό Μέτρο"@el ;
rdfs:label "Кулон на Квадратен Метър"@bg ;
rdfs:label "Кулон на Квадратный Метр"@ru ;
rdfs:label "كولوم في المتر المربع"@ar ;
rdfs:label "کولمب/کولن بر مترمربع"@fa ;
rdfs:label "कूलम्ब प्रति वर्ग मीटर"@hi ;
rdfs:label "クーロン毎平方メートル"@ja ;
rdfs:label "库伦每平方米"@zh ;
.
{"resource":"Coulomb per Square Metre"
,"qname":"unit:C-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q68343206>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Coulomb Per Square Meter ($C\/m^2$) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb\/square meter, coulomb\/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C\/m2) has a dimension of $L^{-2}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category. "
,"expression":"$C\/m^{2}$"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerArea"
,"has quantity kind":"quantitykind:ElectricChargeSurfaceDensity"
,"has quantity kind":"quantitykind:ElectricPolarization"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA134"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA134"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb na Kvadratni Meter"
,"label":"Coulomb na Čtvereční Metr"
,"label":"Coulomb par Mètre Carré"
,"label":"Coulomb pe Metru Pătrat"
,"label":"Coulomb per Meter Persegi"
,"label":"Coulomb per Metrekare"
,"label":"Coulomb per Metro Quadrato"
,"label":"Coulomb per Square Meter"
,"label":"Coulomb per Square Metre"
,"label":"Coulomb per Square Metre"
,"label":"Coulomb por Metro Quadrado"
,"label":"Coulomb pro Quadratmeter"
,"label":"Coulombium per Metrum Quadratum"
,"label":"Culombio por Metro Cuadrado"
,"label":"Kulomb na Metr Kwadratowy"
,"label":"Κουλόμπ ανά Τετραγωνικό Μέτρο"
,"label":"Кулон на Квадратен Метър"
,"label":"Кулон на Квадратный Метр"
,"label":"كولوم في المتر المربع"
,"label":"کولمب\/کولن بر مترمربع"
,"label":"कूलम्ब प्रति वर्ग मीटर"
,"label":"クーロン毎平方メートル"
,"label":"库伦每平方米"
,"symbol":"C\/m²"
,"type":"qudt:Unit"
,"ucum code":"C.m-2"
,"unece common code":"A34"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Coulomb Per Square Meter ($C/m^2$) is a unit in the category of Electric charge surface density. It is also known as coulombs per square meter, coulomb per square metre, coulombs per square metre, coulomb/square meter, coulomb/square metre. This unit is commonly used in the SI unit system. Coulomb Per Square Meter (C/m2) has a dimension of $L^{-2}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$C/m^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricChargePerArea", "http://qudt.org/vocab/quantitykind/ElectricChargeSurfaceDensity", "http://qudt.org/vocab/quantitykind/ElectricPolarization" ],
"iec61360Code" : "0112/2///62720#UAA134",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA134",
"symbol" : "C/m²",
"ucumCode" : "C.m-2",
"uneceCommonCode" : "A34",
"wikidataMatch" : "http://www.wikidata.org/entity/Q68343206",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Κουλόμπ ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "ro",
"@value" : "Coulomb pe Metru Pătrat"
}, "Coulomb per Square Metre", {
"@language" : "en",
"@value" : "Coulomb per Square Metre"
}, {
"@language" : "zh",
"@value" : "库伦每平方米"
}, {
"@language" : "it",
"@value" : "Coulomb per Metro Quadrato"
}, {
"@language" : "de",
"@value" : "Coulomb pro Quadratmeter"
}, {
"@language" : "sl",
"@value" : "Coulomb na Kvadratni Meter"
}, {
"@language" : "cs",
"@value" : "Coulomb na Čtvereční Metr"
}, {
"@language" : "ms",
"@value" : "Coulomb per Meter Persegi"
}, {
"@language" : "fa",
"@value" : "کولمب/کولن بر مترمربع"
}, {
"@language" : "ja",
"@value" : "クーロン毎平方メートル"
}, {
"@language" : "pt",
"@value" : "Coulomb por Metro Quadrado"
}, {
"@language" : "es",
"@value" : "Culombio por Metro Cuadrado"
}, {
"@language" : "bg",
"@value" : "Кулон на Квадратен Метър"
}, {
"@language" : "fr",
"@value" : "Coulomb par Mètre Carré"
}, {
"@language" : "la",
"@value" : "Coulombium per Metrum Quadratum"
}, {
"@language" : "ar",
"@value" : "كولوم في المتر المربع"
}, {
"@language" : "en-us",
"@value" : "Coulomb per Square Meter"
}, {
"@language" : "ru",
"@value" : "Кулон на Квадратный Метр"
}, {
"@language" : "tr",
"@value" : "Coulomb per Metrekare"
}, {
"@language" : "hi",
"@value" : "कूलम्ब प्रति वर्ग मीटर"
}, {
"@language" : "pl",
"@value" : "Kulomb na Metr Kwadratowy"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-PER-M3
URI: http://qudt.org/vocab/unit/C-PER-M3
Coulomb Per Cubic Meter ($C/m^{3}$) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of $L^{-3}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C-PER-M3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Coulomb Per Cubic Meter ($C/m^{3}$) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of $L^{-3}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$C/m^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeDensity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M3-PER-C> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA135" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA135"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "C/m³" ;
<http://qudt.org/schema/qudt/ucumCode> "C.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A29" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q69425409> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Coulomb na Kubični Meter"@sl ;
rdfs:label "Coulomb na Metr Krychlový"@cs ;
rdfs:label "Coulomb par Mètre Cube"@fr ;
rdfs:label "Coulomb pe Metru Cub"@ro ;
rdfs:label "Coulomb per Cubic Meter"@en-US ;
rdfs:label "Coulomb per Cubic Metre" ;
rdfs:label "Coulomb per Cubic Metre"@en ;
rdfs:label "Coulomb per Meter Kubik"@ms ;
rdfs:label "Coulomb per Metreküp"@tr ;
rdfs:label "Coulomb per Metro Cubo"@it ;
rdfs:label "Coulomb por Metro Cúbico"@pt ;
rdfs:label "Coulomb pro Kubikmeter"@de ;
rdfs:label "Coulombium per Metrum Cubicum"@la ;
rdfs:label "Culombio por Metro Cúbico"@es ;
rdfs:label "Kulomb na Metr Sześcienny"@pl ;
rdfs:label "Κουλόμπ ανά Κυβικό Μέτρο"@el ;
rdfs:label "Кулон на Кубичен Метър"@bg ;
rdfs:label "Кулон на Кубический Метр"@ru ;
.
{"resource":"Coulomb per Cubic Metre"
,"qname":"unit:C-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q69425409>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Coulomb Per Cubic Meter ($C\/m^{3}$) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb\/cubic meter, coulomb\/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of $L^{-3}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."
,"expression":"$C\/m^{3}$"
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeDensity"
,"has quantity kind":"quantitykind:ElectricChargeVolumeDensity"
,"has reciprocal unit":"unit:M3-PER-C"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA135"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA135"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb na Kubični Meter"
,"label":"Coulomb na Metr Krychlový"
,"label":"Coulomb par Mètre Cube"
,"label":"Coulomb pe Metru Cub"
,"label":"Coulomb per Cubic Meter"
,"label":"Coulomb per Cubic Metre"
,"label":"Coulomb per Cubic Metre"
,"label":"Coulomb per Meter Kubik"
,"label":"Coulomb per Metreküp"
,"label":"Coulomb per Metro Cubo"
,"label":"Coulomb por Metro Cúbico"
,"label":"Coulomb pro Kubikmeter"
,"label":"Coulombium per Metrum Cubicum"
,"label":"Culombio por Metro Cúbico"
,"label":"Kulomb na Metr Sześcienny"
,"label":"Κουλόμπ ανά Κυβικό Μέτρο"
,"label":"Кулон на Кубичен Метър"
,"label":"Кулон на Кубический Метр"
,"symbol":"C\/m³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"C.m-3"
,"unece common code":"A29"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-PER-M3",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Coulomb Per Cubic Meter ($C/m^{3}$) is a unit in the category of Electric charge density. It is also known as coulomb per cubic metre, coulombs per cubic meter, coulombs per cubic metre, coulomb/cubic meter, coulomb/cubic metre. This unit is commonly used in the SI unit system. Coulomb Per Cubic Meter has a dimension of $L^{-3}TI$ where $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$C/m^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity", "http://qudt.org/vocab/quantitykind/ElectricChargeDensity" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M3-PER-C",
"iec61360Code" : "0112/2///62720#UAA135",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA135",
"symbol" : "C/m³",
"ucumCode" : "C.m-3",
"uneceCommonCode" : "A29",
"wikidataMatch" : "http://www.wikidata.org/entity/Q69425409",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Coulomb per Cubic Meter"
}, {
"@language" : "cs",
"@value" : "Coulomb na Metr Krychlový"
}, {
"@language" : "it",
"@value" : "Coulomb per Metro Cubo"
}, {
"@language" : "el",
"@value" : "Κουλόμπ ανά Κυβικό Μέτρο"
}, {
"@language" : "pt",
"@value" : "Coulomb por Metro Cúbico"
}, {
"@language" : "de",
"@value" : "Coulomb pro Kubikmeter"
}, {
"@language" : "pl",
"@value" : "Kulomb na Metr Sześcienny"
}, {
"@language" : "la",
"@value" : "Coulombium per Metrum Cubicum"
}, {
"@language" : "bg",
"@value" : "Кулон на Кубичен Метър"
}, {
"@language" : "tr",
"@value" : "Coulomb per Metreküp"
}, {
"@language" : "fr",
"@value" : "Coulomb par Mètre Cube"
}, {
"@language" : "ro",
"@value" : "Coulomb pe Metru Cub"
}, {
"@language" : "sl",
"@value" : "Coulomb na Kubični Meter"
}, {
"@language" : "ms",
"@value" : "Coulomb per Meter Kubik"
}, {
"@language" : "ru",
"@value" : "Кулон на Кубический Метр"
}, {
"@language" : "es",
"@value" : "Culombio por Metro Cúbico"
}, {
"@language" : "en",
"@value" : "Coulomb per Cubic Metre"
}, "Coulomb per Cubic Metre" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-PER-MOL
URI: http://qudt.org/vocab/unit/C-PER-MOL
($C/mol$) is a unit in the category of Molar electric charge. It is also known as $coulombs/mol$. Coulomb Per Mol has a dimension of $TN{-1}I$ where $T$ is time, $N$ is amount of substance, and $I$ is electric current. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C-PER-MOL>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> " ($C/mol$) is a unit in the category of Molar electric charge. It is also known as $coulombs/mol$. Coulomb Per Mol has a dimension of $TN{-1}I$ where $T$ is time, $N$ is amount of substance, and $I$ is electric current. This unit is the standard SI unit in this category."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$c-per-mol$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerAmountOfSubstance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB142" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB142"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "C/mol" ;
<http://qudt.org/schema/qudt/ucumCode> "C.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A32" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21396202> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Coulomb na Mol"@cs ;
rdfs:label "Coulomb na Mol"@sl ;
rdfs:label "Coulomb par Mole"@fr ;
rdfs:label "Coulomb pe Mol"@ro ;
rdfs:label "Coulomb per Mol"@tr ;
rdfs:label "Coulomb per Mole" ;
rdfs:label "Coulomb per Mole"@en ;
rdfs:label "Coulomb per Mole"@it ;
rdfs:label "Coulomb per Mole"@ms ;
rdfs:label "Coulomb por Mol"@pt ;
rdfs:label "Coulomb pro Mol"@de ;
rdfs:label "Coulombium per Moles"@la ;
rdfs:label "Culombio por Mol"@es ;
rdfs:label "Kulomb na Mol"@pl ;
rdfs:label "Κουλόμπ ανά Μολ"@el ;
rdfs:label "Кулон на Мол"@bg ;
rdfs:label "Кулон на Моль"@ru ;
.
{"resource":"Coulomb per Mole"
,"qname":"unit:C-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21396202>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":" ($C\/mol$) is a unit in the category of Molar electric charge. It is also known as $coulombs\/mol$. Coulomb Per Mol has a dimension of $TN{-1}I$ where $T$ is time, $N$ is amount of substance, and $I$ is electric current. This unit is the standard SI unit in this category."
,"expression":"$c-per-mol$"
,"has dimension vector":"qkdv:A-1E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerAmountOfSubstance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB142"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB142"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb na Mol"
,"label":"Coulomb na Mol"
,"label":"Coulomb par Mole"
,"label":"Coulomb pe Mol"
,"label":"Coulomb per Mol"
,"label":"Coulomb per Mole"
,"label":"Coulomb per Mole"
,"label":"Coulomb per Mole"
,"label":"Coulomb per Mole"
,"label":"Coulomb por Mol"
,"label":"Coulomb pro Mol"
,"label":"Coulombium per Moles"
,"label":"Culombio por Mol"
,"label":"Kulomb na Mol"
,"label":"Κουλόμπ ανά Μολ"
,"label":"Кулон на Мол"
,"label":"Кулон на Моль"
,"symbol":"C\/mol"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"C.mol-1"
,"unece common code":"A32"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-PER-MOL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : " ($C/mol$) is a unit in the category of Molar electric charge. It is also known as $coulombs/mol$. Coulomb Per Mol has a dimension of $TN{-1}I$ where $T$ is time, $N$ is amount of substance, and $I$ is electric current. This unit is the standard SI unit in this category.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$c-per-mol$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E1L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerAmountOfSubstance",
"iec61360Code" : "0112/2///62720#UAB142",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB142",
"symbol" : "C/mol",
"ucumCode" : "C.mol-1",
"uneceCommonCode" : "A32",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21396202",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Coulomb per Mole", {
"@language" : "en",
"@value" : "Coulomb per Mole"
}, {
"@language" : "it",
"@value" : "Coulomb per Mole"
}, {
"@language" : "ru",
"@value" : "Кулон на Моль"
}, {
"@language" : "tr",
"@value" : "Coulomb per Mol"
}, {
"@language" : "es",
"@value" : "Culombio por Mol"
}, {
"@language" : "pl",
"@value" : "Kulomb na Mol"
}, {
"@language" : "de",
"@value" : "Coulomb pro Mol"
}, {
"@language" : "fr",
"@value" : "Coulomb par Mole"
}, {
"@language" : "bg",
"@value" : "Кулон на Мол"
}, {
"@language" : "pt",
"@value" : "Coulomb por Mol"
}, {
"@language" : "cs",
"@value" : "Coulomb na Mol"
}, {
"@language" : "la",
"@value" : "Coulombium per Moles"
}, {
"@language" : "sl",
"@value" : "Coulomb na Mol"
}, {
"@language" : "ro",
"@value" : "Coulomb pe Mol"
}, {
"@language" : "ms",
"@value" : "Coulomb per Mole"
}, {
"@language" : "el",
"@value" : "Κουλόμπ ανά Μολ"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-PER-MilliM2
URI: http://qudt.org/vocab/unit/C-PER-MilliM2
derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C-PER-MilliM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB100" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB100"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "C/mm²" ; <http://qudt.org/schema/qudt/ucumCode> "C.mm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A35" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808174> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Coulomb na Kvadratni Millimeter"@sl ; rdfs:label "Coulomb na Čtvereční Millimetr"@cs ; rdfs:label "Coulomb par Millimètre Carré"@fr ; rdfs:label "Coulomb pe Millimetru Pătrat"@ro ; rdfs:label "Coulomb per Millimeter Persegi"@ms ; rdfs:label "Coulomb per Millimetrekare"@tr ; rdfs:label "Coulomb per Millimetro Quadrato"@it ; rdfs:label "Coulomb per Square Millimeter"@en-US ; rdfs:label "Coulomb per Square Millimetre" ; rdfs:label "Coulomb per Square Millimetre"@en ; rdfs:label "Coulomb pro Quadratmillimeter"@de ; rdfs:label "Culombio por Millimetro Cuadrado"@es ; rdfs:label "Kulomb na Millimetr Kwadratowy"@pl ; .
{"resource":"Coulomb per Square Millimetre"
,"qname":"unit:C-PER-MilliM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-PER-MilliM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808174>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"
,"description (plain text)":"derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB100"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB100"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb na Kvadratni Millimeter"
,"label":"Coulomb na Čtvereční Millimetr"
,"label":"Coulomb par Millimètre Carré"
,"label":"Coulomb pe Millimetru Pătrat"
,"label":"Coulomb per Millimeter Persegi"
,"label":"Coulomb per Millimetrekare"
,"label":"Coulomb per Millimetro Quadrato"
,"label":"Coulomb per Square Millimeter"
,"label":"Coulomb per Square Millimetre"
,"label":"Coulomb per Square Millimetre"
,"label":"Coulomb pro Quadratmillimeter"
,"label":"Culombio por Millimetro Cuadrado"
,"label":"Kulomb na Millimetr Kwadratowy"
,"symbol":"C\/mm²"
,"type":"qudt:Unit"
,"ucum code":"C.mm-2"
,"unece common code":"A35"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-PER-MilliM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerArea",
"iec61360Code" : "0112/2///62720#UAB100",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB100",
"plainTextDescription" : "derived SI unit coulomb divided by the 0.000 001-fold of the power of the SI base unit metre by exponent 2",
"symbol" : "C/mm²",
"ucumCode" : "C.mm-2",
"uneceCommonCode" : "A35",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808174",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Coulomb per Millimetro Quadrato"
}, {
"@language" : "fr",
"@value" : "Coulomb par Millimètre Carré"
}, {
"@language" : "tr",
"@value" : "Coulomb per Millimetrekare"
}, {
"@language" : "es",
"@value" : "Culombio por Millimetro Cuadrado"
}, {
"@language" : "sl",
"@value" : "Coulomb na Kvadratni Millimeter"
}, {
"@language" : "pl",
"@value" : "Kulomb na Millimetr Kwadratowy"
}, {
"@language" : "de",
"@value" : "Coulomb pro Quadratmillimeter"
}, {
"@language" : "ro",
"@value" : "Coulomb pe Millimetru Pătrat"
}, {
"@language" : "ms",
"@value" : "Coulomb per Millimeter Persegi"
}, {
"@language" : "cs",
"@value" : "Coulomb na Čtvereční Millimetr"
}, {
"@language" : "en-us",
"@value" : "Coulomb per Square Millimeter"
}, "Coulomb per Square Millimetre", {
"@language" : "en",
"@value" : "Coulomb per Square Millimetre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C-PER-MilliM3
URI: http://qudt.org/vocab/unit/C-PER-MilliM3
derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C-PER-MilliM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB119" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB119"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3" ; <http://qudt.org/schema/qudt/symbol> "C/mm³" ; <http://qudt.org/schema/qudt/ucumCode> "C.mm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A30" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808120> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Coulomb na Kubični Millimeter"@sl ; rdfs:label "Coulomb na Millimetr Krychlový"@cs ; rdfs:label "Coulomb par Millimètre Cube"@fr ; rdfs:label "Coulomb pe Millimetru Cub"@ro ; rdfs:label "Coulomb per Cubic Millimeter"@en-US ; rdfs:label "Coulomb per Cubic Millimetre" ; rdfs:label "Coulomb per Cubic Millimetre"@en ; rdfs:label "Coulomb per Millimeter Kubik"@ms ; rdfs:label "Coulomb per Millimetreküp"@tr ; rdfs:label "Coulomb per Millimetro Cubo"@it ; rdfs:label "Coulomb pro Kubikmillimeter"@de ; rdfs:label "Culombio por Millimetro Cúbico"@es ; rdfs:label "Kulomb na Millimetr Sześcienny"@pl ; .
{"resource":"Coulomb per Cubic Millimetre"
,"qname":"unit:C-PER-MilliM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C-PER-MilliM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808120>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3"
,"description (plain text)":"derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3"
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeVolumeDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB119"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB119"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb na Kubični Millimeter"
,"label":"Coulomb na Millimetr Krychlový"
,"label":"Coulomb par Millimètre Cube"
,"label":"Coulomb pe Millimetru Cub"
,"label":"Coulomb per Cubic Millimeter"
,"label":"Coulomb per Cubic Millimetre"
,"label":"Coulomb per Cubic Millimetre"
,"label":"Coulomb per Millimeter Kubik"
,"label":"Coulomb per Millimetreküp"
,"label":"Coulomb per Millimetro Cubo"
,"label":"Coulomb pro Kubikmillimeter"
,"label":"Culombio por Millimetro Cúbico"
,"label":"Kulomb na Millimetr Sześcienny"
,"symbol":"C\/mm³"
,"type":"qudt:Unit"
,"ucum code":"C.mm-3"
,"unece common code":"A30"
]}
{
"@id" : "http://qudt.org/vocab/unit/C-PER-MilliM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity",
"iec61360Code" : "0112/2///62720#UAB119",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB119",
"plainTextDescription" : "derived SI unit coulomb divided by the 0.000 000 001-fold of the power of the SI base unit metre by exponent 3",
"symbol" : "C/mm³",
"ucumCode" : "C.mm-3",
"uneceCommonCode" : "A30",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808120",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Coulomb na Millimetr Krychlový"
}, {
"@language" : "pl",
"@value" : "Kulomb na Millimetr Sześcienny"
}, {
"@language" : "tr",
"@value" : "Coulomb per Millimetreküp"
}, {
"@language" : "de",
"@value" : "Coulomb pro Kubikmillimeter"
}, {
"@language" : "fr",
"@value" : "Coulomb par Millimètre Cube"
}, {
"@language" : "ms",
"@value" : "Coulomb per Millimeter Kubik"
}, {
"@language" : "it",
"@value" : "Coulomb per Millimetro Cubo"
}, {
"@language" : "sl",
"@value" : "Coulomb na Kubični Millimeter"
}, {
"@language" : "es",
"@value" : "Culombio por Millimetro Cúbico"
}, {
"@language" : "ro",
"@value" : "Coulomb pe Millimetru Cub"
}, {
"@language" : "en-us",
"@value" : "Coulomb per Cubic Millimeter"
}, "Coulomb per Cubic Millimetre", {
"@language" : "en",
"@value" : "Coulomb per Cubic Millimetre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C2-M2-PER-J
URI: http://qudt.org/vocab/unit/C2-M2-PER-J
"Square Coulomb Square Meter per Joule" is a unit for 'Polarizability' expressed as $C^{2} m^{2} J^{-1}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C2-M2-PER-J>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Square Coulomb Square Meter per Joule\" is a unit for 'Polarizability' expressed as $C^{2} m^{2} J^{-1}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$C^{2} m^{2} J^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L0I0M-1H0T4D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Polarizability> ;
<http://qudt.org/schema/qudt/symbol> "C²·m²/J" ;
<http://qudt.org/schema/qudt/ucumCode> "C2.m2.J-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Coulomb Carré Mètre Carré par Joule"@fr ;
rdfs:label "Coulomb Persegi Meter Persegi per Joule"@ms ;
rdfs:label "Coulomb Pătrat Metru Pătrat pe Joule"@ro ;
rdfs:label "Coulomb Quadrado Metro Quadrado por Joule"@pt ;
rdfs:label "Coulomb Quadrato Metro Quadrato per Joule"@it ;
rdfs:label "Coulombium Quadratum Metrum Quadratum per Joulium"@la ;
rdfs:label "Coulombkare Metrekare per Joule"@tr ;
rdfs:label "Culombio Cuadrado Metro Cuadrado por Julio"@es ;
rdfs:label "Kulomb Kwadratowy Metr Kwadratowy na Dżul"@pl ;
rdfs:label "Kvadratni Coulomb Kvadratni Meter na Joule"@sl ;
rdfs:label "Quadratcoulomb Quadratmeter pro Joule"@de ;
rdfs:label "Square Coulomb Square Meter per Joule"@en-US ;
rdfs:label "Square Coulomb Square Metre per Joule" ;
rdfs:label "Square Coulomb Square Metre per Joule"@en ;
rdfs:label "Čtvereční Coulomb Čtvereční Metr na Joule"@cs ;
rdfs:label "Τετραγωνικό Κουλόμπ Τετραγωνικό Μέτρο ανά Τζάουλ"@el ;
rdfs:label "Квадратен Кулон Квадратен Метър на Джаул"@bg ;
rdfs:label "Квадратный Кулон Квадратный Метр на Джоуль"@ru ;
.
{"resource":"Square Coulomb Square Metre per Joule"
,"qname":"unit:C2-M2-PER-J"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C2-M2-PER-J"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Square Coulomb Square Meter per Joule\" is a unit for 'Polarizability' expressed as $C^{2} m^{2} J^{-1}$."
,"expression":"$C^{2} m^{2} J^{-1}$"
,"has dimension vector":"qkdv:A0E2L0I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Polarizability"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb Carré Mètre Carré par Joule"
,"label":"Coulomb Persegi Meter Persegi per Joule"
,"label":"Coulomb Pătrat Metru Pătrat pe Joule"
,"label":"Coulomb Quadrado Metro Quadrado por Joule"
,"label":"Coulomb Quadrato Metro Quadrato per Joule"
,"label":"Coulombium Quadratum Metrum Quadratum per Joulium"
,"label":"Coulombkare Metrekare per Joule"
,"label":"Culombio Cuadrado Metro Cuadrado por Julio"
,"label":"Kulomb Kwadratowy Metr Kwadratowy na Dżul"
,"label":"Kvadratni Coulomb Kvadratni Meter na Joule"
,"label":"Quadratcoulomb Quadratmeter pro Joule"
,"label":"Square Coulomb Square Meter per Joule"
,"label":"Square Coulomb Square Metre per Joule"
,"label":"Square Coulomb Square Metre per Joule"
,"label":"Čtvereční Coulomb Čtvereční Metr na Joule"
,"label":"Τετραγωνικό Κουλόμπ Τετραγωνικό Μέτρο ανά Τζάουλ"
,"label":"Квадратен Кулон Квадратен Метър на Джаул"
,"label":"Квадратный Кулон Квадратный Метр на Джоуль"
,"symbol":"C²·m²\/J"
,"type":"qudt:Unit"
,"ucum code":"C2.m2.J-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/C2-M2-PER-J",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Square Coulomb Square Meter per Joule\" is a unit for 'Polarizability' expressed as $C^{2} m^{2} J^{-1}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$C^{2} m^{2} J^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L0I0M-1H0T4D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Polarizability",
"symbol" : "C²·m²/J",
"ucumCode" : "C2.m2.J-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Квадратен Кулон Квадратен Метър на Джаул"
}, {
"@language" : "ms",
"@value" : "Coulomb Persegi Meter Persegi per Joule"
}, {
"@language" : "cs",
"@value" : "Čtvereční Coulomb Čtvereční Metr na Joule"
}, {
"@language" : "it",
"@value" : "Coulomb Quadrato Metro Quadrato per Joule"
}, "Square Coulomb Square Metre per Joule", {
"@language" : "en",
"@value" : "Square Coulomb Square Metre per Joule"
}, {
"@language" : "de",
"@value" : "Quadratcoulomb Quadratmeter pro Joule"
}, {
"@language" : "es",
"@value" : "Culombio Cuadrado Metro Cuadrado por Julio"
}, {
"@language" : "pt",
"@value" : "Coulomb Quadrado Metro Quadrado por Joule"
}, {
"@language" : "sl",
"@value" : "Kvadratni Coulomb Kvadratni Meter na Joule"
}, {
"@language" : "la",
"@value" : "Coulombium Quadratum Metrum Quadratum per Joulium"
}, {
"@language" : "ru",
"@value" : "Квадратный Кулон Квадратный Метр на Джоуль"
}, {
"@language" : "pl",
"@value" : "Kulomb Kwadratowy Metr Kwadratowy na Dżul"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Κουλόμπ Τετραγωνικό Μέτρο ανά Τζάουλ"
}, {
"@language" : "ro",
"@value" : "Coulomb Pătrat Metru Pătrat pe Joule"
}, {
"@language" : "fr",
"@value" : "Coulomb Carré Mètre Carré par Joule"
}, {
"@language" : "tr",
"@value" : "Coulombkare Metrekare per Joule"
}, {
"@language" : "en-us",
"@value" : "Square Coulomb Square Meter per Joule"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C3-M-PER-J2
URI: http://qudt.org/vocab/unit/C3-M-PER-J2
"Cubic Coulomb Meter per Square Joule" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as $C^{3} m^{3} J^{-2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C3-M-PER-J2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Cubic Coulomb Meter per Square Joule\" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as $C^{3} m^{3} J^{-2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$C^{3} m J^{-2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E3L-3I0M-2H0T7D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CubicElectricDipoleMomentPerSquareEnergy> ;
<http://qudt.org/schema/qudt/symbol> "C³·m/J²" ;
<http://qudt.org/schema/qudt/ucumCode> "C3.m.J-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Coulomb Cub Metru pe Joule Pătrat"@ro ;
rdfs:label "Coulomb Cube Mètre par Joule Carré"@fr ;
rdfs:label "Coulomb Cubo Metro per Joule Quadrato"@it ;
rdfs:label "Coulomb Cúbico Metro por Joule Quadrado"@pt ;
rdfs:label "Coulomb Krychlový Metr na Čtvereční Joule"@cs ;
rdfs:label "Coulomb Kubik Meter per Joule Persegi"@ms ;
rdfs:label "Coulombium Cubicum Metrum per Joulium Quadratum"@la ;
rdfs:label "Coulombküp Metre per Joulekare"@tr ;
rdfs:label "Cubic Coulomb Meter per Square Joule"@en-US ;
rdfs:label "Cubic Coulomb Metre per Square Joule" ;
rdfs:label "Cubic Coulomb Metre per Square Joule"@en ;
rdfs:label "Culombio Cúbico Metro por Julio Cuadrado"@es ;
rdfs:label "Kubikcoulomb Meter pro Quadratjoule"@de ;
rdfs:label "Kubični Coulomb Meter na Kvadratni Joule"@sl ;
rdfs:label "Kulomb Sześcienny Metr na Dżul Kwadratowy"@pl ;
rdfs:label "Κυβικό Κουλόμπ Μέτρο ανά Τετραγωνικό Τζάουλ"@el ;
rdfs:label "Кубичен Кулон Метър на Квадратен Джаул"@bg ;
rdfs:label "Кубический Кулон Метр на Квадратный Джоуль"@ru ;
.
{"resource":"Cubic Coulomb Metre per Square Joule"
,"qname":"unit:C3-M-PER-J2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C3-M-PER-J2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Cubic Coulomb Meter per Square Joule\" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as $C^{3} m^{3} J^{-2}$."
,"expression":"$C^{3} m J^{-2}$"
,"has dimension vector":"qkdv:A0E3L-3I0M-2H0T7D0"
,"has quantity kind":"quantitykind:CubicElectricDipoleMomentPerSquareEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb Cub Metru pe Joule Pătrat"
,"label":"Coulomb Cube Mètre par Joule Carré"
,"label":"Coulomb Cubo Metro per Joule Quadrato"
,"label":"Coulomb Cúbico Metro por Joule Quadrado"
,"label":"Coulomb Krychlový Metr na Čtvereční Joule"
,"label":"Coulomb Kubik Meter per Joule Persegi"
,"label":"Coulombium Cubicum Metrum per Joulium Quadratum"
,"label":"Coulombküp Metre per Joulekare"
,"label":"Cubic Coulomb Meter per Square Joule"
,"label":"Cubic Coulomb Metre per Square Joule"
,"label":"Cubic Coulomb Metre per Square Joule"
,"label":"Culombio Cúbico Metro por Julio Cuadrado"
,"label":"Kubikcoulomb Meter pro Quadratjoule"
,"label":"Kubični Coulomb Meter na Kvadratni Joule"
,"label":"Kulomb Sześcienny Metr na Dżul Kwadratowy"
,"label":"Κυβικό Κουλόμπ Μέτρο ανά Τετραγωνικό Τζάουλ"
,"label":"Кубичен Кулон Метър на Квадратен Джаул"
,"label":"Кубический Кулон Метр на Квадратный Джоуль"
,"symbol":"C³·m\/J²"
,"type":"qudt:Unit"
,"ucum code":"C3.m.J-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/C3-M-PER-J2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Cubic Coulomb Meter per Square Joule\" is a unit for 'Cubic Electric Dipole Moment Per Square Energy' expressed as $C^{3} m^{3} J^{-2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$C^{3} m J^{-2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E3L-3I0M-2H0T7D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CubicElectricDipoleMomentPerSquareEnergy",
"symbol" : "C³·m/J²",
"ucumCode" : "C3.m.J-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Coulombküp Metre per Joulekare"
}, {
"@language" : "ro",
"@value" : "Coulomb Cub Metru pe Joule Pătrat"
}, {
"@language" : "ru",
"@value" : "Кубический Кулон Метр на Квадратный Джоуль"
}, {
"@language" : "es",
"@value" : "Culombio Cúbico Metro por Julio Cuadrado"
}, {
"@language" : "cs",
"@value" : "Coulomb Krychlový Metr na Čtvereční Joule"
}, {
"@language" : "la",
"@value" : "Coulombium Cubicum Metrum per Joulium Quadratum"
}, {
"@language" : "it",
"@value" : "Coulomb Cubo Metro per Joule Quadrato"
}, {
"@language" : "de",
"@value" : "Kubikcoulomb Meter pro Quadratjoule"
}, {
"@language" : "ms",
"@value" : "Coulomb Kubik Meter per Joule Persegi"
}, {
"@language" : "pt",
"@value" : "Coulomb Cúbico Metro por Joule Quadrado"
}, {
"@language" : "bg",
"@value" : "Кубичен Кулон Метър на Квадратен Джаул"
}, {
"@language" : "sl",
"@value" : "Kubični Coulomb Meter na Kvadratni Joule"
}, {
"@language" : "fr",
"@value" : "Coulomb Cube Mètre par Joule Carré"
}, {
"@language" : "el",
"@value" : "Κυβικό Κουλόμπ Μέτρο ανά Τετραγωνικό Τζάουλ"
}, {
"@language" : "pl",
"@value" : "Kulomb Sześcienny Metr na Dżul Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Cubic Coulomb Meter per Square Joule"
}, "Cubic Coulomb Metre per Square Joule", {
"@language" : "en",
"@value" : "Cubic Coulomb Metre per Square Joule"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C4-M4-PER-J3
URI: http://qudt.org/vocab/unit/C4-M4-PER-J3
"Quartic Coulomb Meter per Cubic Energy" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as $C^{4} m^{4} J^{-3}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C4-M4-PER-J3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Quartic Coulomb Meter per Cubic Energy\" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as $C^{4} m^{4} J^{-3}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$C^4m^4/J^3$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E4L-2I0M-3H0T10D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/QuarticElectricDipoleMomentPerCubicEnergy> ;
<http://qudt.org/schema/qudt/symbol> "C⁴·m⁴/J³" ;
<http://qudt.org/schema/qudt/ucumCode> "C4.m4.J-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Coulomb hoch vier Meter hoch vier pro Kubikjoule"@de ;
rdfs:label "Quartic Coulomb Quartic Meter per Cubic Joule"@en-US ;
rdfs:label "Quartic Coulomb Quartic Metre per Cubic Joule" ;
rdfs:label "Quartic Coulomb Quartic Metre per Cubic Joule"@en ;
.
{"resource":"Quartic Coulomb Quartic Metre per Cubic Joule"
,"qname":"unit:C4-M4-PER-J3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C4-M4-PER-J3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Quartic Coulomb Meter per Cubic Energy\" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as $C^{4} m^{4} J^{-3}$."
,"expression":"$C^4m^4\/J^3$"
,"has dimension vector":"qkdv:A0E4L-2I0M-3H0T10D0"
,"has quantity kind":"quantitykind:QuarticElectricDipoleMomentPerCubicEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Coulomb hoch vier Meter hoch vier pro Kubikjoule"
,"label":"Quartic Coulomb Quartic Meter per Cubic Joule"
,"label":"Quartic Coulomb Quartic Metre per Cubic Joule"
,"label":"Quartic Coulomb Quartic Metre per Cubic Joule"
,"symbol":"C\u2074·m\u2074\/J³"
,"type":"qudt:Unit"
,"ucum code":"C4.m4.J-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/C4-M4-PER-J3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Quartic Coulomb Meter per Cubic Energy\" is a unit for 'Quartic Electric Dipole Moment Per Cubic Energy' expressed as $C^{4} m^{4} J^{-3}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$C^4m^4/J^3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E4L-2I0M-3H0T10D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/QuarticElectricDipoleMomentPerCubicEnergy",
"symbol" : "C⁴·m⁴/J³",
"ucumCode" : "C4.m4.J-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Quartic Coulomb Quartic Meter per Cubic Joule"
}, "Quartic Coulomb Quartic Metre per Cubic Joule", {
"@language" : "en",
"@value" : "Quartic Coulomb Quartic Metre per Cubic Joule"
}, {
"@language" : "de",
"@value" : "Coulomb hoch vier Meter hoch vier pro Kubikjoule"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_15DEG_C
URI: http://qudt.org/vocab/unit/CAL_15DEG_C
unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_15DEG_C>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4.18580 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.18580E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB139" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB139"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "cal{15 °C}" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_[15]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A1" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Calorie (15 Degrees C)" ;
rdfs:label "Calorie (15 Degrees C)"@en ;
.
{"resource":"Calorie (15 Degrees C)"
,"qname":"unit:CAL_15DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_15DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4.18580"
,"conversion multiplier scientific":"4.18580E0"
,"description":"unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"
,"description (plain text)":"unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB139"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB139"
,"informative reference":"https:\/\/physics.nist.gov\/cuu\/pdf\/sp811.pdf"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Calorie (15 Degrees C)"
,"label":"Calorie (15 Degrees C)"
,"scalingOf":"unit:J"
,"symbol":"cal{15 °C}"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"cal_[15]"
,"unece common code":"A1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_15DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4.18580",
"conversionMultiplier:SN" : 4.1858,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAB139",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB139", "https://physics.nist.gov/cuu/pdf/sp811.pdf" ],
"plainTextDescription" : "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "cal{15 °C}",
"ucumCode" : "cal_[15]",
"uneceCommonCode" : "A1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Calorie (15 Degrees C)", {
"@language" : "en",
"@value" : "Calorie (15 Degrees C)"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_15_DEG_C
URI: http://qudt.org/vocab/unit/CAL_15_DEG_C
unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_15_DEG_C>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"^^rdf:HTML ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/CAL_15DEG_C> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4.18580 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.18580E0 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB139" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB139"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "cal{15 °C}" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_[15]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A1" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q99488743> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Calorie (15 Degrees C)" ;
rdfs:label "Calorie (15 Degrees C)"@en ;
.
{"resource":"Calorie (15 Degrees C)"
,"qname":"unit:CAL_15_DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_15_DEG_C"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q99488743>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4.18580"
,"conversion multiplier scientific":"4.18580E0"
,"deprecated":"true"
,"description":"unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"
,"description (plain text)":"unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB139"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB139"
,"informative reference":"https:\/\/physics.nist.gov\/cuu\/pdf\/sp811.pdf"
,"is replaced by":"unit:CAL_15DEG_C"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Calorie (15 Degrees C)"
,"label":"Calorie (15 Degrees C)"
,"scalingOf":"unit:J"
,"symbol":"cal{15 °C}"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"cal_[15]"
,"unece common code":"A1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_15_DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius",
"isReplacedBy" : "http://qudt.org/vocab/unit/CAL_15DEG_C",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4.18580",
"conversionMultiplier:SN" : 4.1858,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAB139",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB139", "https://physics.nist.gov/cuu/pdf/sp811.pdf" ],
"plainTextDescription" : "unit for the quantity of heat which is required to warm up 1 g of water, which is free of air, at a constant pressure of 101.325 kPa (the pressure of the standard atmosphere on sea level) from 14.5 degrees Celsius to 15.5 degrees Celsius",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "cal{15 °C}",
"ucumCode" : "cal_[15]",
"uneceCommonCode" : "A1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q99488743",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Calorie (15 Degrees C)", {
"@language" : "en",
"@value" : "Calorie (15 Degrees C)"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_20DEG_C
URI: http://qudt.org/vocab/unit/CAL_20DEG_C
unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of standard atmosphere at sea level, from 19.5 °C on 20.5 °C
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_20DEG_C> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of standard atmosphere at sea level, from 19.5 °C on 20.5 °C" ; <http://qudt.org/schema/qudt/conversionMultiplier> 4.18190 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.18190E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB219" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB219"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "cal₂₀" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Calorie (20 °C)" ; rdfs:label "Calorie (20 °C)"@en ; .
{"resource":"Calorie (20 °C)"
,"qname":"unit:CAL_20DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_20DEG_C"
,"properties":["conversion multiplier":"4.18190"
,"conversion multiplier scientific":"4.18190E0"
,"description":"unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of standard atmosphere at sea level, from 19.5 °C on 20.5 °C"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB219"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB219"
,"informative reference":"https:\/\/physics.nist.gov\/cuu\/pdf\/sp811.pdf"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Calorie (20 °C)"
,"label":"Calorie (20 °C)"
,"scalingOf":"unit:J"
,"symbol":"cal\u2082\u2080"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"unece common code":"N69"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_20DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit for quantity of heat, which is to be required for 1 g air free water at a constant pressure from 101,325 kPa, to warm up the pressure of standard atmosphere at sea level, from 19.5 °C on 20.5 °C",
"conversionMultiplier" : "4.18190",
"conversionMultiplier:SN" : 4.1819,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAB219",
"informativeReference" : [ "https://physics.nist.gov/cuu/pdf/sp811.pdf", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB219" ],
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "cal₂₀",
"uneceCommonCode" : "N69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Calorie (20 °C)", {
"@language" : "en",
"@value" : "Calorie (20 °C)"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_IT
URI: http://qudt.org/vocab/unit/CAL_IT
International Table calorie.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_IT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "International Table calorie."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4.1868 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.1868E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA361" ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA361"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "cal{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_IT"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "cal" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D70" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q93814649> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "International Table Calorie" ;
rdfs:label "International Table Calorie"@en ;
.
{"resource":"International Table Calorie"
,"qname":"unit:CAL_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_IT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q93814649>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4.1868"
,"conversion multiplier scientific":"4.1868E0"
,"description":"International Table calorie."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA361"
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA361"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Table Calorie"
,"label":"International Table Calorie"
,"scalingOf":"unit:J"
,"symbol":"cal{IT}"
,"type":"qudt:Unit"
,"ucum code":"cal_IT"
,"udunits code":"cal"
,"unece common code":"D70"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_IT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "International Table calorie.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4.1868",
"conversionMultiplier:SN" : 4.1868,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ],
"iec61360Code" : "0112/2///62720#UAA361",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA361", "http://physics.nist.gov/Pubs/SP811/appenB9.html" ],
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "cal{IT}",
"ucumCode" : "cal_IT",
"udunitsCode" : "cal",
"uneceCommonCode" : "D70",
"wikidataMatch" : "http://www.wikidata.org/entity/Q93814649",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Table Calorie", {
"@language" : "en",
"@value" : "International Table Calorie"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_IT-PER-GM
URI: http://qudt.org/vocab/unit/CAL_IT-PER-GM
Calories produced per gram of substance.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_IT-PER-GM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Calories produced per gram of substance."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4186.8 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.1868E3 ;
<http://qudt.org/schema/qudt/expression> "$cal_{it}-per-gm$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB176" ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB176"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit calorie according to the international steam table divided by the 0.001-fold of the SI base unit kilogram" ;
<http://qudt.org/schema/qudt/symbol> "cal{IT}/g" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_IT.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D75" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "International Table Calorie per Gram" ;
rdfs:label "International Table Calorie per Gram"@en ;
.
{"resource":"International Table Calorie per Gram"
,"qname":"unit:CAL_IT-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_IT-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4186.8"
,"conversion multiplier scientific":"4.1868E3"
,"description":"Calories produced per gram of substance."
,"description (plain text)":"unit calorie according to the international steam table divided by the 0.001-fold of the SI base unit kilogram"
,"expression":"$cal_{it}-per-gm$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB176"
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB176"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Table Calorie per Gram"
,"label":"International Table Calorie per Gram"
,"symbol":"cal{IT}\/g"
,"type":"qudt:Unit"
,"ucum code":"cal_IT.g-1"
,"unece common code":"D75"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_IT-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Calories produced per gram of substance.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4186.8",
"conversionMultiplier:SN" : 4186.8,
"expression" : "$cal_{it}-per-gm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"iec61360Code" : "0112/2///62720#UAB176",
"informativeReference" : [ "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm", "http://physics.nist.gov/Pubs/SP811/appenB9.html", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB176" ],
"plainTextDescription" : "unit calorie according to the international steam table divided by the 0.001-fold of the SI base unit kilogram",
"symbol" : "cal{IT}/g",
"ucumCode" : "cal_IT.g-1",
"uneceCommonCode" : "D75",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Table Calorie per Gram", {
"@language" : "en",
"@value" : "International Table Calorie per Gram"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_IT-PER-GM-DEG_C
URI: http://qudt.org/vocab/unit/CAL_IT-PER-GM-DEG_C
unit calorieIT divided by the products of the units gram and degree Celsius
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_IT-PER-GM-DEG_C>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit calorieIT divided by the products of the units gram and degree Celsius"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4186.8 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.1868E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA362" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA362"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit calorieIT divided by the products of the units gram and degree Celsius" ;
<http://qudt.org/schema/qudt/symbol> "cal{IT}/(g·°C)" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_IT.g-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J76" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "International Table Calorie per Gram Degree Celsius" ;
rdfs:label "International Table Calorie per Gram Degree Celsius"@en ;
.
{"resource":"International Table Calorie per Gram Degree Celsius"
,"qname":"unit:CAL_IT-PER-GM-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_IT-PER-GM-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4186.8"
,"conversion multiplier scientific":"4.1868E3"
,"description":"unit calorieIT divided by the products of the units gram and degree Celsius"
,"description (plain text)":"unit calorieIT divided by the products of the units gram and degree Celsius"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA362"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA362"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Table Calorie per Gram Degree Celsius"
,"label":"International Table Calorie per Gram Degree Celsius"
,"symbol":"cal{IT}\/(g·°C)"
,"type":"qudt:Unit"
,"ucum code":"cal_IT.g-1.Cel-1"
,"unece common code":"J76"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_IT-PER-GM-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit calorieIT divided by the products of the units gram and degree Celsius",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4186.8",
"conversionMultiplier:SN" : 4186.8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume" ],
"iec61360Code" : "0112/2///62720#UAA362",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA362",
"plainTextDescription" : "unit calorieIT divided by the products of the units gram and degree Celsius",
"symbol" : "cal{IT}/(g·°C)",
"ucumCode" : "cal_IT.g-1.Cel-1",
"uneceCommonCode" : "J76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Table Calorie per Gram Degree Celsius", {
"@language" : "en",
"@value" : "International Table Calorie per Gram Degree Celsius"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_IT-PER-GM-K
URI: http://qudt.org/vocab/unit/CAL_IT-PER-GM-K
unit calorieIT divided by the product of the SI base unit gram and Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_IT-PER-GM-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit calorieIT divided by the product of the SI base unit gram and Kelvin"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4186.8 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.1868E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA363" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA363"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit calorieIT divided by the product of the SI base unit gram and Kelvin" ;
<http://qudt.org/schema/qudt/symbol> "cal{IT}/(g·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_IT.g-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D76" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "International Table Calorie per Gram Kelvin" ;
rdfs:label "International Table Calorie per Gram Kelvin"@en ;
.
{"resource":"International Table Calorie per Gram Kelvin"
,"qname":"unit:CAL_IT-PER-GM-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_IT-PER-GM-K"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4186.8"
,"conversion multiplier scientific":"4.1868E3"
,"description":"unit calorieIT divided by the product of the SI base unit gram and Kelvin"
,"description (plain text)":"unit calorieIT divided by the product of the SI base unit gram and Kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA363"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA363"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Table Calorie per Gram Kelvin"
,"label":"International Table Calorie per Gram Kelvin"
,"symbol":"cal{IT}\/(g·K)"
,"type":"qudt:Unit"
,"ucum code":"cal_IT.g-1.K-1"
,"unece common code":"D76"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_IT-PER-GM-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit calorieIT divided by the product of the SI base unit gram and Kelvin",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4186.8",
"conversionMultiplier:SN" : 4186.8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation" ],
"iec61360Code" : "0112/2///62720#UAA363",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA363",
"plainTextDescription" : "unit calorieIT divided by the product of the SI base unit gram and Kelvin",
"symbol" : "cal{IT}/(g·K)",
"ucumCode" : "cal_IT.g-1.K-1",
"uneceCommonCode" : "D76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Table Calorie per Gram Kelvin", {
"@language" : "en",
"@value" : "International Table Calorie per Gram Kelvin"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_IT-PER-SEC-CentiM-K
URI: http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM-K
unit of the thermal conductivity according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 418.68 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.1868E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB108" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB108"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the thermal conductivity according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "cal{IT}/(s·cm·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_IT.s-1.cm-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D71" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "International Table Calorie per Second Centimeter Kelvin"@en-US ;
rdfs:label "International Table Calorie per Second Centimetre Kelvin" ;
rdfs:label "International Table Calorie per Second Centimetre Kelvin"@en ;
.
{"resource":"International Table Calorie per Second Centimetre Kelvin"
,"qname":"unit:CAL_IT-PER-SEC-CentiM-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_IT-PER-SEC-CentiM-K"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"418.68"
,"conversion multiplier scientific":"4.1868E2"
,"description":"unit of the thermal conductivity according to the Imperial system of units"
,"description (plain text)":"unit of the thermal conductivity according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB108"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB108"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Table Calorie per Second Centimeter Kelvin"
,"label":"International Table Calorie per Second Centimetre Kelvin"
,"label":"International Table Calorie per Second Centimetre Kelvin"
,"symbol":"cal{IT}\/(s·cm·K)"
,"type":"qudt:Unit"
,"ucum code":"cal_IT.s-1.cm-1.K-1"
,"unece common code":"D71"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the thermal conductivity according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "418.68",
"conversionMultiplier:SN" : 418.68,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAB108",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB108",
"plainTextDescription" : "unit of the thermal conductivity according to the Imperial system of units",
"symbol" : "cal{IT}/(s·cm·K)",
"ucumCode" : "cal_IT.s-1.cm-1.K-1",
"uneceCommonCode" : "D71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "International Table Calorie per Second Centimeter Kelvin"
}, "International Table Calorie per Second Centimetre Kelvin", {
"@language" : "en",
"@value" : "International Table Calorie per Second Centimetre Kelvin"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_IT-PER-SEC-CentiM2-K
URI: http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM2-K
unit of the heat transfer coefficient according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM2-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 41868.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.1868E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB096" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB096"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat transfer coefficient according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "cal{IT}/(s·cm²·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_IT.s-1.cm-2.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D72" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "International Table Calorie per Second Square Centimeter Kelvin"@en-US ;
rdfs:label "International Table Calorie per Second Square Centimetre Kelvin" ;
rdfs:label "International Table Calorie per Second Square Centimetre Kelvin"@en ;
.
{"resource":"International Table Calorie per Second Square Centimetre Kelvin"
,"qname":"unit:CAL_IT-PER-SEC-CentiM2-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_IT-PER-SEC-CentiM2-K"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"41868.0"
,"conversion multiplier scientific":"4.1868E4"
,"description":"unit of the heat transfer coefficient according to the Imperial system of units"
,"description (plain text)":"unit of the heat transfer coefficient according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB096"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB096"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Table Calorie per Second Square Centimeter Kelvin"
,"label":"International Table Calorie per Second Square Centimetre Kelvin"
,"label":"International Table Calorie per Second Square Centimetre Kelvin"
,"symbol":"cal{IT}\/(s·cm²·K)"
,"type":"qudt:Unit"
,"ucum code":"cal_IT.s-1.cm-2.K-1"
,"unece common code":"D72"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_IT-PER-SEC-CentiM2-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat transfer coefficient according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "41868.0",
"conversionMultiplier:SN" : 41868.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"iec61360Code" : "0112/2///62720#UAB096",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB096",
"plainTextDescription" : "unit of the heat transfer coefficient according to the Imperial system of units",
"symbol" : "cal{IT}/(s·cm²·K)",
"ucumCode" : "cal_IT.s-1.cm-2.K-1",
"uneceCommonCode" : "D72",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Table Calorie per Second Square Centimetre Kelvin", {
"@language" : "en",
"@value" : "International Table Calorie per Second Square Centimetre Kelvin"
}, {
"@language" : "en-us",
"@value" : "International Table Calorie per Second Square Centimeter Kelvin"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_MEAN
URI: http://qudt.org/vocab/unit/CAL_MEAN
unit used particularly for calorific values of foods
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_MEAN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit used particularly for calorific values of foods"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4.19 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.19E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA360" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA360"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit used particularly for calorific values of foods" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "cal{mean}" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_m"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J75" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q93811434> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Calorie (Mean)" ;
rdfs:label "Calorie (Mean)"@en ;
.
{"resource":"Calorie (Mean)"
,"qname":"unit:CAL_MEAN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_MEAN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q93811434>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4.19"
,"conversion multiplier scientific":"4.19E0"
,"description":"unit used particularly for calorific values of foods"
,"description (plain text)":"unit used particularly for calorific values of foods"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA360"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA360"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Calorie (Mean)"
,"label":"Calorie (Mean)"
,"scalingOf":"unit:J"
,"symbol":"cal{mean}"
,"type":"qudt:Unit"
,"ucum code":"cal_m"
,"unece common code":"J75"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_MEAN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit used particularly for calorific values of foods",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4.19",
"conversionMultiplier:SN" : 4.19,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAA360",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA360",
"plainTextDescription" : "unit used particularly for calorific values of foods",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "cal{mean}",
"ucumCode" : "cal_m",
"uneceCommonCode" : "J75",
"wikidataMatch" : "http://www.wikidata.org/entity/Q93811434",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Calorie (Mean)", {
"@language" : "en",
"@value" : "Calorie (Mean)"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH
URI: http://qudt.org/vocab/unit/CAL_TH
The energy needed to increase the temperature of a given mass of water by $1 ^\circ C$ at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the $15 ^\circ C$ calorie and the thermochemical calorie.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_TH>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The energy needed to increase the temperature of a given mass of water by $1 ^\\circ C$ at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the $15 ^\\circ C$ calorie and the thermochemical calorie."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4.184 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA364" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Calorie"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA364"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> """$1 \\; cal_{th} = 4.184 J$
$\\approx 0.003964 BTU$
$\\approx 1.163 \\times 10^{-6} kWh$
$\\approx 2.611 \\times 10^{19} eV$"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "cal" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_th"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D35" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q130964> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Thermochemical Calorie" ;
rdfs:label "Thermochemical Calorie"@en ;
.
{"resource":"Thermochemical Calorie"
,"qname":"unit:CAL_TH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q130964>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4.184"
,"conversion multiplier scientific":"4.184E0"
,"description":"The energy needed to increase the temperature of a given mass of water by $1 ^\\circ C$ at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the $15 ^\\circ C$ calorie and the thermochemical calorie."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA364"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Calorie"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA364"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie"
,"label":"Thermochemical Calorie"
,"latex definition":"$1 \\; cal_{th} = 4.184 J$\n\n$\\approx 0.003964 BTU$\n\n$\\approx 1.163 \\times 10^{-6} kWh$\n\n$\\approx 2.611 \\times 10^{19} eV$"
,"scalingOf":"unit:J"
,"symbol":"cal"
,"type":"qudt:Unit"
,"ucum code":"cal_th"
,"unece common code":"D35"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The energy needed to increase the temperature of a given mass of water by $1 ^\\circ C$ at atmospheric pressure depends on the starting temperature and is difficult to measure precisely. Accordingly, there have been several definitions of the calorie. The two perhaps most popular definitions used in older literature are the $15 ^\\circ C$ calorie and the thermochemical calorie.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "4.184",
"conversionMultiplier:SN" : 4.184,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ],
"iec61360Code" : "0112/2///62720#UAA364",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Calorie", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA364" ],
"latexDefinition" : "$1 \\; cal_{th} = 4.184 J$\n\n$\\approx 0.003964 BTU$\n\n$\\approx 1.163 \\times 10^{-6} kWh$\n\n$\\approx 2.611 \\times 10^{19} eV$",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "cal",
"ucumCode" : "cal_th",
"uneceCommonCode" : "D35",
"wikidataMatch" : "http://www.wikidata.org/entity/Q130964",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Thermochemical Calorie", {
"@language" : "en",
"@value" : "Thermochemical Calorie"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-CentiM-SEC-DEG_C
URI: http://qudt.org/vocab/unit/CAL_TH-PER-CentiM-SEC-DEG_C
unit of the thermal conductivity according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-CentiM-SEC-DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 418.4 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA365" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA365"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the thermal conductivity according to the Imperial system of units" ; <http://qudt.org/schema/qudt/symbol> "cal/(cm·s·°C)" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.cm-1.s-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J78" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Centimeter Second Degree Celsius"@en-US ; rdfs:label "Thermochemical Calorie per Centimetre Second Degree Celsius" ; rdfs:label "Thermochemical Calorie per Centimetre Second Degree Celsius"@en ; .
{"resource":"Thermochemical Calorie per Centimetre Second Degree Celsius"
,"qname":"unit:CAL_TH-PER-CentiM-SEC-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-CentiM-SEC-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"418.4"
,"conversion multiplier scientific":"4.184E2"
,"description":"unit of the thermal conductivity according to the Imperial system of units"
,"description (plain text)":"unit of the thermal conductivity according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA365"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA365"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Centimeter Second Degree Celsius"
,"label":"Thermochemical Calorie per Centimetre Second Degree Celsius"
,"label":"Thermochemical Calorie per Centimetre Second Degree Celsius"
,"symbol":"cal\/(cm·s·°C)"
,"type":"qudt:Unit"
,"ucum code":"cal_th.cm-1.s-1.Cel-1"
,"unece common code":"J78"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-CentiM-SEC-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the thermal conductivity according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "418.4",
"conversionMultiplier:SN" : 418.4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAA365",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA365",
"plainTextDescription" : "unit of the thermal conductivity according to the Imperial system of units",
"symbol" : "cal/(cm·s·°C)",
"ucumCode" : "cal_th.cm-1.s-1.Cel-1",
"uneceCommonCode" : "J78",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Thermochemical Calorie per Centimetre Second Degree Celsius", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Centimetre Second Degree Celsius"
}, {
"@language" : "en-us",
"@value" : "Thermochemical Calorie per Centimeter Second Degree Celsius"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-CentiM2
URI: http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2
unit of the areal-related energy transmisson according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the areal-related energy transmisson according to the Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 41840.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB285" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB285"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cal/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P39" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Square Centimeter"@en-US ; rdfs:label "Thermochemical Calorie per Square Centimetre" ; rdfs:label "Thermochemical Calorie per Square Centimetre"@en ; .
{"resource":"Thermochemical Calorie per Square Centimetre"
,"qname":"unit:CAL_TH-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-CentiM2"
,"properties":["conversion multiplier":"41840.0"
,"conversion multiplier scientific":"4.184E4"
,"description":"unit of the areal-related energy transmisson according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB285"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB285"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Square Centimeter"
,"label":"Thermochemical Calorie per Square Centimetre"
,"label":"Thermochemical Calorie per Square Centimetre"
,"symbol":"cal\/cm²"
,"type":"qudt:Unit"
,"ucum code":"cal_th.cm-2"
,"unece common code":"P39"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the areal-related energy transmisson according to the Imperial system of units",
"conversionMultiplier" : "41840.0",
"conversionMultiplier:SN" : 41840.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"iec61360Code" : "0112/2///62720#UAB285",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB285",
"symbol" : "cal/cm²",
"ucumCode" : "cal_th.cm-2",
"uneceCommonCode" : "P39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Thermochemical Calorie per Square Centimeter"
}, {
"@language" : "en",
"@value" : "Thermochemical Calorie per Square Centimetre"
}, "Thermochemical Calorie per Square Centimetre" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-CentiM2-MIN
URI: http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2-MIN
unit of the surface heat flux according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the surface heat flux according to the Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 697.3333333333333333333333333333335 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.973333333333333333333333333333335E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB269" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB269"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cal/(cm²·min)" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.cm-2.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N56" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Square Centimeter Minute"@en-US ; rdfs:label "Thermochemical Calorie per Square Centimetre Minute" ; rdfs:label "Thermochemical Calorie per Square Centimetre Minute"@en ; .
{"resource":"Thermochemical Calorie per Square Centimetre Minute"
,"qname":"unit:CAL_TH-PER-CentiM2-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-CentiM2-MIN"
,"properties":["conversion multiplier":"697.3333333333333333333333333333335"
,"conversion multiplier scientific":"6.973333333333333333333333333333335E2"
,"description":"unit of the surface heat flux according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB269"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB269"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Square Centimeter Minute"
,"label":"Thermochemical Calorie per Square Centimetre Minute"
,"label":"Thermochemical Calorie per Square Centimetre Minute"
,"symbol":"cal\/(cm²·min)"
,"type":"qudt:Unit"
,"ucum code":"cal_th.cm-2.min-1"
,"unece common code":"N56"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the surface heat flux according to the Imperial system of units",
"conversionMultiplier" : "697.3333333333333333333333333333335",
"conversionMultiplier:SN" : 697.3333333333334,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB269",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB269",
"symbol" : "cal/(cm²·min)",
"ucumCode" : "cal_th.cm-2.min-1",
"uneceCommonCode" : "N56",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Thermochemical Calorie per Square Centimeter Minute"
}, "Thermochemical Calorie per Square Centimetre Minute", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Square Centimetre Minute"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-CentiM2-SEC
URI: http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2-SEC
unit of the surface heat flux according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the surface heat flux according to the Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 41840.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB270" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB270"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cal/(cm²·s)" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.cm-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N57" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Square Centimeter Second"@en-US ; rdfs:label "Thermochemical Calorie per Square Centimetre Second" ; rdfs:label "Thermochemical Calorie per Square Centimetre Second"@en ; .
{"resource":"Thermochemical Calorie per Square Centimetre Second"
,"qname":"unit:CAL_TH-PER-CentiM2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-CentiM2-SEC"
,"properties":["conversion multiplier":"41840.0"
,"conversion multiplier scientific":"4.184E4"
,"description":"unit of the surface heat flux according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB270"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB270"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Square Centimeter Second"
,"label":"Thermochemical Calorie per Square Centimetre Second"
,"label":"Thermochemical Calorie per Square Centimetre Second"
,"symbol":"cal\/(cm²·s)"
,"type":"qudt:Unit"
,"ucum code":"cal_th.cm-2.s-1"
,"unece common code":"N57"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-CentiM2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the surface heat flux according to the Imperial system of units",
"conversionMultiplier" : "41840.0",
"conversionMultiplier:SN" : 41840.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB270",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB270",
"symbol" : "cal/(cm²·s)",
"ucumCode" : "cal_th.cm-2.s-1",
"uneceCommonCode" : "N57",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Thermochemical Calorie per Square Centimeter Second"
}, "Thermochemical Calorie per Square Centimetre Second", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Square Centimetre Second"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-CentiM3-K
URI: http://qudt.org/vocab/unit/CAL_TH-PER-CentiM3-K
$\textit{Thermochemical Calorie per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $cal_th/(cm^{3} K)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CAL_TH-PER-CentiM3-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Thermochemical Calorie per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $cal_th/(cm^{3} K)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4184000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E6 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$cal_th/(cm^{3} K)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricHeatCapacity> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Thermochemical Calorie per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as cal{th}/(cm³·K)." ;
<http://qudt.org/schema/qudt/symbol> "cal/(cm³·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "cal_th.cm-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Thermochemical Calorie per Cubic Centimeter Kelvin"@en-US ;
rdfs:label "Thermochemical Calorie per Cubic Centimetre Kelvin" ;
rdfs:label "Thermochemical Calorie per Cubic Centimetre Kelvin"@en ;
.
{"resource":"Thermochemical Calorie per Cubic Centimetre Kelvin"
,"qname":"unit:CAL_TH-PER-CentiM3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-CentiM3-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"4184000.0"
,"conversion multiplier scientific":"4.184E6"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Thermochemical Calorie per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $cal_th\/(cm^{3} K)$."
,"description (plain text)":"Thermochemical Calorie per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as cal{th}\/(cm³·K)."
,"expression":"$cal_th\/(cm^{3} K)$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:VolumetricHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Cubic Centimeter Kelvin"
,"label":"Thermochemical Calorie per Cubic Centimetre Kelvin"
,"label":"Thermochemical Calorie per Cubic Centimetre Kelvin"
,"symbol":"cal\/(cm³·K)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cal_th.cm-3.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-CentiM3-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Thermochemical Calorie per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $cal_th/(cm^{3} K)$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "4184000.0",
"conversionMultiplier:SN" : 4184000.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$cal_th/(cm^{3} K)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricHeatCapacity",
"plainTextDescription" : "Thermochemical Calorie per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as cal{th}/(cm³·K).",
"symbol" : "cal/(cm³·K)",
"ucumCode" : "cal_th.cm-3.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Thermochemical Calorie per Cubic Centimeter Kelvin"
}, "Thermochemical Calorie per Cubic Centimetre Kelvin", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Cubic Centimetre Kelvin"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-GM
URI: http://qudt.org/vocab/unit/CAL_TH-PER-GM
Thermochemical Calorie. Calories produced per gram of substance.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Thermochemical Calorie. Calories produced per gram of substance."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4184.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E3 ; <http://qudt.org/schema/qudt/expression> "$cal$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB153" ; <http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB153"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit thermochemical calorie divided by the 0.001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "cal/g" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B36" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Gram" ; rdfs:label "Thermochemical Calorie per Gram"@en ; .
{"resource":"Thermochemical Calorie per Gram"
,"qname":"unit:CAL_TH-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184.0"
,"conversion multiplier scientific":"4.184E3"
,"description":"Thermochemical Calorie. Calories produced per gram of substance."
,"description (plain text)":"unit thermochemical calorie divided by the 0.001-fold of the SI base unit kilogram"
,"expression":"$cal$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB153"
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB153"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Gram"
,"label":"Thermochemical Calorie per Gram"
,"symbol":"cal\/g"
,"type":"qudt:Unit"
,"ucum code":"cal_th.g-1"
,"unece common code":"B36"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Thermochemical Calorie. Calories produced per gram of substance.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4184.0",
"conversionMultiplier:SN" : 4184.0,
"expression" : "$cal$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"iec61360Code" : "0112/2///62720#UAB153",
"informativeReference" : [ "http://www.efunda.com/glossary/units/units--thermal_heat_capacity--british_thermal_unit_therm_per_pound_mass.cfm", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB153", "http://physics.nist.gov/Pubs/SP811/appenB9.html" ],
"plainTextDescription" : "unit thermochemical calorie divided by the 0.001-fold of the SI base unit kilogram",
"symbol" : "cal/g",
"ucumCode" : "cal_th.g-1",
"uneceCommonCode" : "B36",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Thermochemical Calorie per Gram", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Gram"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-GM-DEG_C
URI: http://qudt.org/vocab/unit/CAL_TH-PER-GM-DEG_C
unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-GM-DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4184.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA366" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA366"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius" ; <http://qudt.org/schema/qudt/symbol> "cal/(g·°C)" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.g-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J79" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Gram Degree Celsius" ; rdfs:label "Thermochemical Calorie per Gram Degree Celsius"@en ; .
{"resource":"Thermochemical Calorie per Gram Degree Celsius"
,"qname":"unit:CAL_TH-PER-GM-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-GM-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184.0"
,"conversion multiplier scientific":"4.184E3"
,"description":"unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius"
,"description (plain text)":"unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA366"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA366"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Gram Degree Celsius"
,"label":"Thermochemical Calorie per Gram Degree Celsius"
,"symbol":"cal\/(g·°C)"
,"type":"qudt:Unit"
,"ucum code":"cal_th.g-1.Cel-1"
,"unece common code":"J79"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-GM-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4184.0",
"conversionMultiplier:SN" : 4184.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure" ],
"iec61360Code" : "0112/2///62720#UAA366",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA366",
"plainTextDescription" : "unit calorie (thermochemical) divided by the product of the unit gram and degree Celsius",
"symbol" : "cal/(g·°C)",
"ucumCode" : "cal_th.g-1.Cel-1",
"uneceCommonCode" : "J79",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Thermochemical Calorie per Gram Degree Celsius", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Gram Degree Celsius"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-GM-K
URI: http://qudt.org/vocab/unit/CAL_TH-PER-GM-K
unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-GM-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4184.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA367" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA367"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/symbol> "cal/(g·K)" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.g-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D37" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Gram Kelvin" ; rdfs:label "Thermochemical Calorie per Gram Kelvin"@en ; .
{"resource":"Thermochemical Calorie per Gram Kelvin"
,"qname":"unit:CAL_TH-PER-GM-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-GM-K"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184.0"
,"conversion multiplier scientific":"4.184E3"
,"description":"unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin"
,"description (plain text)":"unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA367"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA367"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Gram Kelvin"
,"label":"Thermochemical Calorie per Gram Kelvin"
,"symbol":"cal\/(g·K)"
,"type":"qudt:Unit"
,"ucum code":"cal_th.g-1.K-1"
,"unece common code":"D37"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-GM-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4184.0",
"conversionMultiplier:SN" : 4184.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation", "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure" ],
"iec61360Code" : "0112/2///62720#UAA367",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA367",
"plainTextDescription" : "unit calorie (thermochemical) divided by the product of the SI derived unit gram and the SI base unit Kelvin",
"symbol" : "cal/(g·K)",
"ucumCode" : "cal_th.g-1.K-1",
"uneceCommonCode" : "D37",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Thermochemical Calorie per Gram Kelvin", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Gram Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-MIN
URI: http://qudt.org/vocab/unit/CAL_TH-PER-MIN
unit calorie divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit calorie divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.06973333333333333333333333333333335 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.973333333333333333333333333333335E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA368" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA368"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit calorie divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "cal/min" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J81" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Minute" ; rdfs:label "Thermochemical Calorie per Minute"@en ; .
{"resource":"Thermochemical Calorie per Minute"
,"qname":"unit:CAL_TH-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.06973333333333333333333333333333335"
,"conversion multiplier scientific":"6.973333333333333333333333333333335E-2"
,"description":"unit calorie divided by the unit minute"
,"description (plain text)":"unit calorie divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA368"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA368"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Minute"
,"label":"Thermochemical Calorie per Minute"
,"symbol":"cal\/min"
,"type":"qudt:Unit"
,"ucum code":"cal_th.min-1"
,"unece common code":"J81"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit calorie divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.06973333333333333333333333333333335",
"conversionMultiplier:SN" : 0.06973333333333333,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatFlowRate",
"iec61360Code" : "0112/2///62720#UAA368",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA368",
"plainTextDescription" : "unit calorie divided by the unit minute",
"symbol" : "cal/min",
"ucumCode" : "cal_th.min-1",
"uneceCommonCode" : "J81",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Thermochemical Calorie per Minute", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Minute"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-SEC
URI: http://qudt.org/vocab/unit/CAL_TH-PER-SEC
unit calorie divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit calorie divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4.184 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA369" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA369"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit calorie divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "cal/s" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J82" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Second" ; rdfs:label "Thermochemical Calorie per Second"@en ; .
{"resource":"Thermochemical Calorie per Second"
,"qname":"unit:CAL_TH-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4.184"
,"conversion multiplier scientific":"4.184E0"
,"description":"unit calorie divided by the SI base unit second"
,"description (plain text)":"unit calorie divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA369"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA369"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Second"
,"label":"Thermochemical Calorie per Second"
,"symbol":"cal\/s"
,"type":"qudt:Unit"
,"ucum code":"cal_th.s-1"
,"unece common code":"J82"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit calorie divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4.184",
"conversionMultiplier:SN" : 4.184,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatFlowRate",
"iec61360Code" : "0112/2///62720#UAA369",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA369",
"plainTextDescription" : "unit calorie divided by the SI base unit second",
"symbol" : "cal/s",
"ucumCode" : "cal_th.s-1",
"uneceCommonCode" : "J82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Thermochemical Calorie per Second", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Second"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-SEC-CentiM-K
URI: http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM-K
unit of the thermal conductivity according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the thermal conductivity according to the Imperial system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 418.4 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB109" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB109"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the thermal conductivity according to the Imperial system of units" ; <http://qudt.org/schema/qudt/symbol> "cal/(s·cm·K)" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.s-1.cm-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D38" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Second Centimeter Kelvin"@en-US ; rdfs:label "Thermochemical Calorie per Second Centimetre Kelvin" ; rdfs:label "Thermochemical Calorie per Second Centimetre Kelvin"@en ; .
{"resource":"Thermochemical Calorie per Second Centimetre Kelvin"
,"qname":"unit:CAL_TH-PER-SEC-CentiM-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-SEC-CentiM-K"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"418.4"
,"conversion multiplier scientific":"4.184E2"
,"description":"unit of the thermal conductivity according to the Imperial system of units"
,"description (plain text)":"unit of the thermal conductivity according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB109"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB109"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Second Centimeter Kelvin"
,"label":"Thermochemical Calorie per Second Centimetre Kelvin"
,"label":"Thermochemical Calorie per Second Centimetre Kelvin"
,"symbol":"cal\/(s·cm·K)"
,"type":"qudt:Unit"
,"ucum code":"cal_th.s-1.cm-1.K-1"
,"unece common code":"D38"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the thermal conductivity according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "418.4",
"conversionMultiplier:SN" : 418.4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAB109",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB109",
"plainTextDescription" : "unit of the thermal conductivity according to the Imperial system of units",
"symbol" : "cal/(s·cm·K)",
"ucumCode" : "cal_th.s-1.cm-1.K-1",
"uneceCommonCode" : "D38",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Thermochemical Calorie per Second Centimeter Kelvin"
}, "Thermochemical Calorie per Second Centimetre Kelvin", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Second Centimetre Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CAL_TH-PER-SEC-CentiM2-K
URI: http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM2-K
unit of the heat transfer coefficient according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM2-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the heat transfer coefficient according to the Imperial system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 41840.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB097" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB097"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat transfer coefficient according to the Imperial system of units" ; <http://qudt.org/schema/qudt/symbol> "cal/(s·cm²·K)" ; <http://qudt.org/schema/qudt/ucumCode> "cal_th.s-1.cm-2.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D39" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thermochemical Calorie per Second Square Centimeter Kelvin"@en-US ; rdfs:label "Thermochemical Calorie per Second Square Centimetre Kelvin" ; rdfs:label "Thermochemical Calorie per Second Square Centimetre Kelvin"@en ; .
{"resource":"Thermochemical Calorie per Second Square Centimetre Kelvin"
,"qname":"unit:CAL_TH-PER-SEC-CentiM2-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CAL_TH-PER-SEC-CentiM2-K"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"41840.0"
,"conversion multiplier scientific":"4.184E4"
,"description":"unit of the heat transfer coefficient according to the Imperial system of units"
,"description (plain text)":"unit of the heat transfer coefficient according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB097"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB097"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thermochemical Calorie per Second Square Centimeter Kelvin"
,"label":"Thermochemical Calorie per Second Square Centimetre Kelvin"
,"label":"Thermochemical Calorie per Second Square Centimetre Kelvin"
,"symbol":"cal\/(s·cm²·K)"
,"type":"qudt:Unit"
,"ucum code":"cal_th.s-1.cm-2.K-1"
,"unece common code":"D39"
]}
{
"@id" : "http://qudt.org/vocab/unit/CAL_TH-PER-SEC-CentiM2-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the heat transfer coefficient according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "41840.0",
"conversionMultiplier:SN" : 41840.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"iec61360Code" : "0112/2///62720#UAB097",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB097",
"plainTextDescription" : "unit of the heat transfer coefficient according to the Imperial system of units",
"symbol" : "cal/(s·cm²·K)",
"ucumCode" : "cal_th.s-1.cm-2.K-1",
"uneceCommonCode" : "D39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Thermochemical Calorie per Second Square Centimeter Kelvin"
}, "Thermochemical Calorie per Second Square Centimetre Kelvin", {
"@language" : "en",
"@value" : "Thermochemical Calorie per Second Square Centimetre Kelvin"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CARAT
URI: http://qudt.org/vocab/unit/CARAT
The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is $CD$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CARAT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is $CD$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.0E-4 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Carat"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$Nm/ct$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB166" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Carat?oldid=477129057"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB166"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "ct" ; <http://qudt.org/schema/qudt/ucumCode> "[car_m]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "CTM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q261247> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Carat" ; rdfs:label "Carat"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "metric carat" ; .
{"resource":"Carat"
,"qname":"unit:CARAT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CARAT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q261247>"
,"alternative label":"metric carat"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.0002"
,"conversion multiplier scientific":"2.0E-4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Carat"
,"description":"The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is $CD$."
,"expression":"$Nm\/ct$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB166"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Carat?oldid=477129057"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB166"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Carat"
,"label":"Carat"
,"scalingOf":"unit:KiloGM"
,"symbol":"ct"
,"type":"qudt:Unit"
,"ucum code":"[car_m]"
,"unece common code":"CTM"
]}
{
"@id" : "http://qudt.org/vocab/unit/CARAT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The carat is a unit of mass equal to 200 mg and is used for measuring gemstones and pearls. The current definition, sometimes known as the metric carat, was adopted in 1907 at the Fourth General Conference on Weights and Measures, and soon afterward in many countries around the world. The carat is divisible into one hundred points of two milligrams each. Other subdivisions, and slightly different mass values, have been used in the past in different locations. In terms of diamonds, a paragon is a flawless stone of at least 100 carats (20 g). The ANSI X.12 EDI standard abbreviation for the carat is $CD$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.0002",
"conversionMultiplier:SN" : 2.0E-4,
"dbpediaMatch" : "http://dbpedia.org/resource/Carat",
"expression" : "$Nm/ct$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB166",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Carat?oldid=477129057", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB166" ],
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "ct",
"ucumCode" : "[car_m]",
"uneceCommonCode" : "CTM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q261247",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Carat", {
"@language" : "en",
"@value" : "Carat"
} ],
"altLabel" : "metric carat",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CASES
URI: http://qudt.org/vocab/unit/CASES
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CASES> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cases" ; rdfs:label "Cases"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM> ; .
{"resource":"Cases"
,"qname":"unit:CASES"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CASES"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has broader":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cases"
,"label":"Cases"
,"type":"qudt:ContextualUnit"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CASES",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Cases"
}, "Cases" ],
"broader" : "http://qudt.org/vocab/unit/NUM",
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CASES-PER-KiloINDIV-YR
URI: http://qudt.org/vocab/unit/CASES-PER-KiloINDIV-YR
The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CASES-PER-KiloINDIV-YR> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MorbidityRate> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Incidence_(epidemiology)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year." ; <http://qudt.org/schema/qudt/symbol> "Cases/1000 individuals/year" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cases per Thousand Individuals Year" ; rdfs:label "Cases per Thousand Individuals Year"@en ; .
{"resource":"Cases per Thousand Individuals Year"
,"qname":"unit:CASES-PER-KiloINDIV-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CASES-PER-KiloINDIV-YR"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."
,"description (plain text)":"The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MorbidityRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Incidence_(epidemiology)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cases per Thousand Individuals Year"
,"label":"Cases per Thousand Individuals Year"
,"symbol":"Cases\/1000 individuals\/year"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CASES-PER-KiloINDIV-YR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year.",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MorbidityRate",
"informativeReference" : "https://en.wikipedia.org/wiki/Incidence_(epidemiology)",
"plainTextDescription" : "The typical expression of morbidity rate, expressed as cases per 1000 individuals, per year.",
"symbol" : "Cases/1000 individuals/year",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cases per Thousand Individuals Year", {
"@language" : "en",
"@value" : "Cases per Thousand Individuals Year"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_AED
URI: http://qudt.org/vocab/unit/CCY_AED
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_AED> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "AED" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "784" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/United_Arab_Emirates_dirham"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$AED$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/United_Arab_Emirates_dirham?oldid=491806142"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "د.إ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q200294> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "United Arab Emirates Dirham" ; rdfs:label "United Arab Emirates Dirham"@en ; .
{"resource":"United Arab Emirates Dirham"
,"qname":"unit:CCY_AED"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_AED"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q200294>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"AED"
,"currency exponent":"2"
,"currency number":"784"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/United_Arab_Emirates_dirham"
,"expression":"$AED$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/United_Arab_Emirates_dirham?oldid=491806142"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"United Arab Emirates Dirham"
,"label":"United Arab Emirates Dirham"
,"symbol":"د.إ"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_AED",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "AED",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "784",
"dbpediaMatch" : "http://dbpedia.org/resource/United_Arab_Emirates_dirham",
"expression" : "$AED$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/United_Arab_Emirates_dirham?oldid=491806142",
"symbol" : "د.إ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q200294",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "United Arab Emirates Dirham", {
"@language" : "en",
"@value" : "United Arab Emirates Dirham"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_AFN
URI: http://qudt.org/vocab/unit/CCY_AFN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_AFN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "AFN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "971" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Afghani"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Afghani?oldid=485904590"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q199471> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Afghani" ; rdfs:label "Afghani"@en ; .
{"resource":"Afghani"
,"qname":"unit:CCY_AFN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_AFN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q199471>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"AFN"
,"currency exponent":"2"
,"currency number":"971"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Afghani"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Afghani?oldid=485904590"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Afghani"
,"label":"Afghani"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_AFN",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "AFN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "971",
"dbpediaMatch" : "http://dbpedia.org/resource/Afghani",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Afghani?oldid=485904590",
"wikidataMatch" : "http://www.wikidata.org/entity/Q199471",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Afghani", {
"@language" : "en",
"@value" : "Afghani"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ALL
URI: http://qudt.org/vocab/unit/CCY_ALL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ALL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ALL" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "008" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Lek"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$ALL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Lek?oldid=495195665"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q125999> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lek" ; rdfs:label "Lek"@en ; .
{"resource":"Lek"
,"qname":"unit:CCY_ALL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ALL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q125999>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ALL"
,"currency exponent":"2"
,"currency number":"008"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Lek"
,"expression":"$ALL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Lek?oldid=495195665"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lek"
,"label":"Lek"
,"symbol":"L"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ALL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ALL",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "008",
"dbpediaMatch" : "http://dbpedia.org/resource/Lek",
"expression" : "$ALL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Lek?oldid=495195665",
"symbol" : "L",
"wikidataMatch" : "http://www.wikidata.org/entity/Q125999",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lek", {
"@language" : "en",
"@value" : "Lek"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_AMD
URI: http://qudt.org/vocab/unit/CCY_AMD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_AMD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "AMD" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "051" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Armenian_dram"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Armenian_dram?oldid=492709723"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "֏" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q130498> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Armenian Dram" ; rdfs:label "Armenian Dram"@en ; .
{"resource":"Armenian Dram"
,"qname":"unit:CCY_AMD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_AMD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q130498>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"AMD"
,"currency exponent":"0"
,"currency number":"051"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Armenian_dram"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Armenian_dram?oldid=492709723"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Armenian Dram"
,"label":"Armenian Dram"
,"symbol":"֏"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_AMD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "AMD",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "051",
"dbpediaMatch" : "http://dbpedia.org/resource/Armenian_dram",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Armenian_dram?oldid=492709723",
"symbol" : "֏",
"wikidataMatch" : "http://www.wikidata.org/entity/Q130498",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Armenian Dram"
}, "Armenian Dram" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ANG
URI: http://qudt.org/vocab/unit/CCY_ANG
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ANG> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ANG" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "532" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Netherlands_Antillean_guilder"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$ANG$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Netherlands_Antillean_guilder?oldid=490030382"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Netherlands Antillian Guilder" ; rdfs:label "Netherlands Antillian Guilder"@en ; .
{"resource":"Netherlands Antillian Guilder"
,"qname":"unit:CCY_ANG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ANG"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ANG"
,"currency exponent":"2"
,"currency number":"532"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Netherlands_Antillean_guilder"
,"expression":"$ANG$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Netherlands_Antillean_guilder?oldid=490030382"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Netherlands Antillian Guilder"
,"label":"Netherlands Antillian Guilder"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ANG",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ANG",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "532",
"dbpediaMatch" : "http://dbpedia.org/resource/Netherlands_Antillean_guilder",
"expression" : "$ANG$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Netherlands_Antillean_guilder?oldid=490030382",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Netherlands Antillian Guilder", {
"@language" : "en",
"@value" : "Netherlands Antillian Guilder"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_AOA
URI: http://qudt.org/vocab/unit/CCY_AOA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_AOA> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "AOA" ; <http://qudt.org/schema/qudt/currencyExponent> 1 ; <http://qudt.org/schema/qudt/currencyNumber> "973" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Angolan_kwanza"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$AOA$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Angolan_kwanza?oldid=491748749"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q200337> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kwanza" ; rdfs:label "Kwanza"@en ; .
{"resource":"Kwanza"
,"qname":"unit:CCY_AOA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_AOA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q200337>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"AOA"
,"currency exponent":"1"
,"currency number":"973"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Angolan_kwanza"
,"expression":"$AOA$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Angolan_kwanza?oldid=491748749"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kwanza"
,"label":"Kwanza"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_AOA",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "AOA",
"http://qudt.org/schema/qudt/currencyExponent" : 1,
"currencyNumber" : "973",
"dbpediaMatch" : "http://dbpedia.org/resource/Angolan_kwanza",
"expression" : "$AOA$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Angolan_kwanza?oldid=491748749",
"wikidataMatch" : "http://www.wikidata.org/entity/Q200337",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kwanza", {
"@language" : "en",
"@value" : "Kwanza"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ARS
URI: http://qudt.org/vocab/unit/CCY_ARS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ARS> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ARS" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "032" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Argentine_peso"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Argentine_peso?oldid=491431588"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q199578> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Argentine Peso" ; rdfs:label "Argentine Peso"@en ; .
{"resource":"Argentine Peso"
,"qname":"unit:CCY_ARS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ARS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q199578>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ARS"
,"currency exponent":"2"
,"currency number":"032"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Argentine_peso"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Argentine_peso?oldid=491431588"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Argentine Peso"
,"label":"Argentine Peso"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ARS",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ARS",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "032",
"dbpediaMatch" : "http://dbpedia.org/resource/Argentine_peso",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Argentine_peso?oldid=491431588",
"wikidataMatch" : "http://www.wikidata.org/entity/Q199578",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Argentine Peso", {
"@language" : "en",
"@value" : "Argentine Peso"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_AUD
URI: http://qudt.org/vocab/unit/CCY_AUD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_AUD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "AUD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "036" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Australian_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Australian_dollar?oldid=495046408"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar> ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q259502> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Australian Dollar" ; rdfs:label "Australian Dollar"@en ; .
{"resource":"Australian Dollar"
,"qname":"unit:CCY_AUD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_AUD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q259502>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"AUD"
,"currency exponent":"2"
,"currency number":"036"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Australian_dollar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Australian_dollar?oldid=495046408"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Australian Dollar"
,"label":"Australian Dollar"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/AustralianDollar>"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_AUD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "AUD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "036",
"dbpediaMatch" : "http://dbpedia.org/resource/Australian_dollar",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Australian_dollar?oldid=495046408",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/AustralianDollar",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q259502",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Australian Dollar", {
"@language" : "en",
"@value" : "Australian Dollar"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_AWG
URI: http://qudt.org/vocab/unit/CCY_AWG
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_AWG> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "AWG" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "533" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Aruban_florin"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Aruban_florin?oldid=492925638"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q232270> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aruban Guilder" ; rdfs:label "Aruban Guilder"@en ; .
{"resource":"Aruban Guilder"
,"qname":"unit:CCY_AWG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_AWG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q232270>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"AWG"
,"currency exponent":"2"
,"currency number":"533"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Aruban_florin"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Aruban_florin?oldid=492925638"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aruban Guilder"
,"label":"Aruban Guilder"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_AWG",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "AWG",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "533",
"dbpediaMatch" : "http://dbpedia.org/resource/Aruban_florin",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Aruban_florin?oldid=492925638",
"wikidataMatch" : "http://www.wikidata.org/entity/Q232270",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Aruban Guilder"
}, "Aruban Guilder" ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_AZN
URI: http://qudt.org/vocab/unit/CCY_AZN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_AZN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "AZN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "944" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Azerbaijani_manat"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Azerbaijani_manat?oldid=495479090"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "₼" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q483725> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Azerbaijanian Manat" ; rdfs:label "Azerbaijanian Manat"@en ; .
{"resource":"Azerbaijanian Manat"
,"qname":"unit:CCY_AZN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_AZN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q483725>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"AZN"
,"currency exponent":"2"
,"currency number":"944"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Azerbaijani_manat"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Azerbaijani_manat?oldid=495479090"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Azerbaijanian Manat"
,"label":"Azerbaijanian Manat"
,"symbol":"\u20BC"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_AZN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "AZN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "944",
"dbpediaMatch" : "http://dbpedia.org/resource/Azerbaijani_manat",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Azerbaijani_manat?oldid=495479090",
"symbol" : "₼",
"wikidataMatch" : "http://www.wikidata.org/entity/Q483725",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Azerbaijanian Manat", {
"@language" : "en",
"@value" : "Azerbaijanian Manat"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BAM
URI: http://qudt.org/vocab/unit/CCY_BAM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BAM> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BAM" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "977" ; <http://qudt.org/schema/qudt/expression> "$BAM$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/symbol> "KM" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Convertible Marks" ; rdfs:label "Convertible Marks"@en ; .
{"resource":"Convertible Marks"
,"qname":"unit:CCY_BAM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BAM"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BAM"
,"currency exponent":"2"
,"currency number":"977"
,"expression":"$BAM$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Convertible Marks"
,"label":"Convertible Marks"
,"symbol":"KM"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BAM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BAM",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "977",
"expression" : "$BAM$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"symbol" : "KM",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Convertible Marks"
}, "Convertible Marks" ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BBD
URI: http://qudt.org/vocab/unit/CCY_BBD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BBD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BBD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "052" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Barbadian_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Barbadian_dollar?oldid=494388633"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q194351> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Barbados Dollar" ; rdfs:label "Barbados Dollar"@en ; .
{"resource":"Barbados Dollar"
,"qname":"unit:CCY_BBD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BBD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q194351>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BBD"
,"currency exponent":"2"
,"currency number":"052"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Barbadian_dollar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Barbadian_dollar?oldid=494388633"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Barbados Dollar"
,"label":"Barbados Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BBD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BBD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "052",
"dbpediaMatch" : "http://dbpedia.org/resource/Barbadian_dollar",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Barbadian_dollar?oldid=494388633",
"wikidataMatch" : "http://www.wikidata.org/entity/Q194351",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Barbados Dollar"
}, "Barbados Dollar" ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BDT
URI: http://qudt.org/vocab/unit/CCY_BDT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BDT> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BDT" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "050" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bangladeshi_taka"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bangladeshi_taka?oldid=492673895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q194453> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bangladeshi Taka" ; rdfs:label "Bangladeshi Taka"@en ; .
{"resource":"Bangladeshi Taka"
,"qname":"unit:CCY_BDT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BDT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q194453>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BDT"
,"currency exponent":"2"
,"currency number":"050"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bangladeshi_taka"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bangladeshi_taka?oldid=492673895"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bangladeshi Taka"
,"label":"Bangladeshi Taka"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BDT",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BDT",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "050",
"dbpediaMatch" : "http://dbpedia.org/resource/Bangladeshi_taka",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Bangladeshi_taka?oldid=492673895",
"wikidataMatch" : "http://www.wikidata.org/entity/Q194453",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bangladeshi Taka", {
"@language" : "en",
"@value" : "Bangladeshi Taka"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BGN
URI: http://qudt.org/vocab/unit/CCY_BGN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BGN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BGN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "975" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bulgarian_lev"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$BGN$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bulgarian_lev?oldid=494947467"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "лв." ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q172540> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bulgarian Lev" ; rdfs:label "Bulgarian Lev"@en ; .
{"resource":"Bulgarian Lev"
,"qname":"unit:CCY_BGN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BGN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q172540>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BGN"
,"currency exponent":"2"
,"currency number":"975"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bulgarian_lev"
,"expression":"$BGN$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bulgarian_lev?oldid=494947467"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bulgarian Lev"
,"label":"Bulgarian Lev"
,"symbol":"лв."
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BGN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BGN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "975",
"dbpediaMatch" : "http://dbpedia.org/resource/Bulgarian_lev",
"expression" : "$BGN$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Bulgarian_lev?oldid=494947467",
"symbol" : "лв.",
"wikidataMatch" : "http://www.wikidata.org/entity/Q172540",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bulgarian Lev", {
"@language" : "en",
"@value" : "Bulgarian Lev"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BGN-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_BGN-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BGN-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "лв./(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bulgarian Lev per Kilowatt Hour" ; rdfs:label "Bulgarian Lev per Kilowatt Hour"@en ; .
{"resource":"Bulgarian Lev per Kilowatt Hour"
,"qname":"unit:CCY_BGN-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BGN-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bulgarian Lev per Kilowatt Hour"
,"label":"Bulgarian Lev per Kilowatt Hour"
,"symbol":"лв.\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BGN-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "лв./(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Bulgarian Lev per Kilowatt Hour"
}, "Bulgarian Lev per Kilowatt Hour" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BHD
URI: http://qudt.org/vocab/unit/CCY_BHD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BHD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BHD" ; <http://qudt.org/schema/qudt/currencyExponent> 3 ; <http://qudt.org/schema/qudt/currencyNumber> "048" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bahraini_dinar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bahraini_dinar?oldid=493086643"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q201871> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bahraini Dinar" ; rdfs:label "Bahraini Dinar"@en ; .
{"resource":"Bahraini Dinar"
,"qname":"unit:CCY_BHD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BHD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q201871>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BHD"
,"currency exponent":"3"
,"currency number":"048"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bahraini_dinar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bahraini_dinar?oldid=493086643"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bahraini Dinar"
,"label":"Bahraini Dinar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BHD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BHD",
"http://qudt.org/schema/qudt/currencyExponent" : 3,
"currencyNumber" : "048",
"dbpediaMatch" : "http://dbpedia.org/resource/Bahraini_dinar",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Bahraini_dinar?oldid=493086643",
"wikidataMatch" : "http://www.wikidata.org/entity/Q201871",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bahraini Dinar", {
"@language" : "en",
"@value" : "Bahraini Dinar"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BIF
URI: http://qudt.org/vocab/unit/CCY_BIF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BIF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BIF" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "108" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Burundian_franc"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$BIF$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Burundian_franc?oldid=489383699"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q238007> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Burundian Franc" ; rdfs:label "Burundian Franc"@en ; .
{"resource":"Burundian Franc"
,"qname":"unit:CCY_BIF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BIF"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q238007>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BIF"
,"currency exponent":"0"
,"currency number":"108"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Burundian_franc"
,"expression":"$BIF$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Burundian_franc?oldid=489383699"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Burundian Franc"
,"label":"Burundian Franc"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BIF",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BIF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "108",
"dbpediaMatch" : "http://dbpedia.org/resource/Burundian_franc",
"expression" : "$BIF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Burundian_franc?oldid=489383699",
"wikidataMatch" : "http://www.wikidata.org/entity/Q238007",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Burundian Franc", {
"@language" : "en",
"@value" : "Burundian Franc"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BMD
URI: http://qudt.org/vocab/unit/CCY_BMD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BMD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BMD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "060" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bermudian_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$BMD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bermudian_dollar?oldid=492670344"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q210478> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bermuda Dollar" ; rdfs:label "Bermuda Dollar"@en ; .
{"resource":"Bermuda Dollar"
,"qname":"unit:CCY_BMD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BMD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q210478>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BMD"
,"currency exponent":"2"
,"currency number":"060"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bermudian_dollar"
,"expression":"$BMD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bermudian_dollar?oldid=492670344"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bermuda Dollar"
,"label":"Bermuda Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BMD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BMD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "060",
"dbpediaMatch" : "http://dbpedia.org/resource/Bermudian_dollar",
"expression" : "$BMD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Bermudian_dollar?oldid=492670344",
"wikidataMatch" : "http://www.wikidata.org/entity/Q210478",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bermuda Dollar", {
"@language" : "en",
"@value" : "Bermuda Dollar"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BND
URI: http://qudt.org/vocab/unit/CCY_BND
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BND> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BND" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "096" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Brunei_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$BND$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Brunei_dollar?oldid=495134546"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q206319> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Brunei Dollar" ; rdfs:label "Brunei Dollar"@en ; .
{"resource":"Brunei Dollar"
,"qname":"unit:CCY_BND"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BND"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q206319>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BND"
,"currency exponent":"2"
,"currency number":"096"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Brunei_dollar"
,"expression":"$BND$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Brunei_dollar?oldid=495134546"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Brunei Dollar"
,"label":"Brunei Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BND",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BND",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "096",
"dbpediaMatch" : "http://dbpedia.org/resource/Brunei_dollar",
"expression" : "$BND$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Brunei_dollar?oldid=495134546",
"wikidataMatch" : "http://www.wikidata.org/entity/Q206319",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Brunei Dollar", {
"@language" : "en",
"@value" : "Brunei Dollar"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BOB
URI: http://qudt.org/vocab/unit/CCY_BOB
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BOB> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BOB" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "068" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bolivian_boliviano"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$BOB$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bolivian_boliviano?oldid=494873944"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q200737> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Boliviano" ; rdfs:label "Boliviano"@en ; .
{"resource":"Boliviano"
,"qname":"unit:CCY_BOB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BOB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q200737>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BOB"
,"currency exponent":"2"
,"currency number":"068"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bolivian_boliviano"
,"expression":"$BOB$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bolivian_boliviano?oldid=494873944"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Boliviano"
,"label":"Boliviano"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BOB",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BOB",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "068",
"dbpediaMatch" : "http://dbpedia.org/resource/Bolivian_boliviano",
"expression" : "$BOB$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Bolivian_boliviano?oldid=494873944",
"wikidataMatch" : "http://www.wikidata.org/entity/Q200737",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Boliviano"
}, "Boliviano" ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BOV
URI: http://qudt.org/vocab/unit/CCY_BOV
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BOV> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BOV" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "984" ; <http://qudt.org/schema/qudt/expression> "$BOV$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bolivian Mvdol (funds Code)" ; rdfs:label "Bolivian Mvdol (funds Code)"@en ; .
{"resource":"Bolivian Mvdol (funds Code)"
,"qname":"unit:CCY_BOV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BOV"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BOV"
,"currency exponent":"2"
,"currency number":"984"
,"expression":"$BOV$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bolivian Mvdol (funds Code)"
,"label":"Bolivian Mvdol (funds Code)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BOV",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BOV",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "984",
"expression" : "$BOV$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bolivian Mvdol (funds Code)", {
"@language" : "en",
"@value" : "Bolivian Mvdol (funds Code)"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BRL
URI: http://qudt.org/vocab/unit/CCY_BRL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BRL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BRL" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "986" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Brazilian_real"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$BRL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Brazilian_real?oldid=495278259"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/BrazilianReal> ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q173117> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Brazilian Real" ; rdfs:label "Brazilian Real"@en ; .
{"resource":"Brazilian Real"
,"qname":"unit:CCY_BRL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BRL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q173117>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BRL"
,"currency exponent":"2"
,"currency number":"986"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Brazilian_real"
,"expression":"$BRL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Brazilian_real?oldid=495278259"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Brazilian Real"
,"label":"Brazilian Real"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/BrazilianReal>"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BRL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BRL",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "986",
"dbpediaMatch" : "http://dbpedia.org/resource/Brazilian_real",
"expression" : "$BRL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Brazilian_real?oldid=495278259",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/BrazilianReal",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q173117",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Brazilian Real", {
"@language" : "en",
"@value" : "Brazilian Real"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BSD
URI: http://qudt.org/vocab/unit/CCY_BSD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BSD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BSD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "044" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bahamian_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bahamian_dollar?oldid=492776024"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q194339> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bahamian Dollar" ; rdfs:label "Bahamian Dollar"@en ; .
{"resource":"Bahamian Dollar"
,"qname":"unit:CCY_BSD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BSD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q194339>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BSD"
,"currency exponent":"2"
,"currency number":"044"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bahamian_dollar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bahamian_dollar?oldid=492776024"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bahamian Dollar"
,"label":"Bahamian Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BSD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BSD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "044",
"dbpediaMatch" : "http://dbpedia.org/resource/Bahamian_dollar",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Bahamian_dollar?oldid=492776024",
"wikidataMatch" : "http://www.wikidata.org/entity/Q194339",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bahamian Dollar", {
"@language" : "en",
"@value" : "Bahamian Dollar"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BTC
URI: http://qudt.org/vocab/unit/CCY_BTC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BTC> rdf:type <http://qudt.org/schema/qudt/DigitalCurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/blockchainNetwork> "Bitcoin Mainnet" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BTC" ; <http://qudt.org/schema/qudt/currencyExponent> 8 ; <http://qudt.org/schema/qudt/hasDTICode> "4H95A29H86ZN" ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/symbol> "₿" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Bitcoin" ; rdfs:label "Bitcoin"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "BTC"@en ; .
{"resource":"Bitcoin"
,"qname":"unit:CCY_BTC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BTC"
,"properties":["alternative label":"BTC"
,"blockchain network":"Bitcoin Mainnet"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BTC"
,"currency exponent":"8"
,"has DTI code":"4H95A29H86ZN"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Bitcoin"
,"label":"Bitcoin"
,"symbol":"\u20BF"
,"type":"qudt:DigitalCurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BTC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DigitalCurrencyUnit" ],
"blockchainNetwork" : "Bitcoin Mainnet",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BTC",
"http://qudt.org/schema/qudt/currencyExponent" : 8,
"hasDTICode" : "4H95A29H86ZN",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"symbol" : "₿",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Bitcoin", {
"@language" : "en",
"@value" : "Bitcoin"
} ],
"altLabel" : {
"@language" : "en",
"@value" : "BTC"
},
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"blockchainNetwork" : {
"@id" : "http://qudt.org/schema/qudt/blockchainNetwork"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDTICode" : {
"@id" : "http://qudt.org/schema/qudt/hasDTICode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BTN
URI: http://qudt.org/vocab/unit/CCY_BTN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BTN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BTN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "064" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Bhutanese_ngultrum"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$BTN$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bhutanese_ngultrum?oldid=491579260"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q201799> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ngultrum" ; rdfs:label "Ngultrum"@en ; .
{"resource":"Ngultrum"
,"qname":"unit:CCY_BTN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BTN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q201799>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BTN"
,"currency exponent":"2"
,"currency number":"064"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Bhutanese_ngultrum"
,"expression":"$BTN$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bhutanese_ngultrum?oldid=491579260"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ngultrum"
,"label":"Ngultrum"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BTN",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BTN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "064",
"dbpediaMatch" : "http://dbpedia.org/resource/Bhutanese_ngultrum",
"expression" : "$BTN$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Bhutanese_ngultrum?oldid=491579260",
"wikidataMatch" : "http://www.wikidata.org/entity/Q201799",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ngultrum", {
"@language" : "en",
"@value" : "Ngultrum"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BWP
URI: http://qudt.org/vocab/unit/CCY_BWP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BWP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BWP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "072" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pula"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$BWP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pula?oldid=495207177"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q186794> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pula" ; rdfs:label "Pula"@en ; .
{"resource":"Pula"
,"qname":"unit:CCY_BWP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BWP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q186794>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BWP"
,"currency exponent":"2"
,"currency number":"072"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pula"
,"expression":"$BWP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pula?oldid=495207177"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pula"
,"label":"Pula"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BWP",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BWP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "072",
"dbpediaMatch" : "http://dbpedia.org/resource/Pula",
"expression" : "$BWP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Pula?oldid=495207177",
"wikidataMatch" : "http://www.wikidata.org/entity/Q186794",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pula"
}, "Pula" ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BYN
URI: http://qudt.org/vocab/unit/CCY_BYN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BYN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BYN" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "933" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Belarusian_ruble"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Belarusian_ruble?oldid=494143246"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Rbl" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q160680> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Belarussian Ruble" ; rdfs:label "Belarussian Ruble"@en ; .
{"resource":"Belarussian Ruble"
,"qname":"unit:CCY_BYN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BYN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q160680>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BYN"
,"currency exponent":"0"
,"currency number":"933"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Belarusian_ruble"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Belarusian_ruble?oldid=494143246"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Belarussian Ruble"
,"label":"Belarussian Ruble"
,"symbol":"Rbl"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BYN",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BYN",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "933",
"dbpediaMatch" : "http://dbpedia.org/resource/Belarusian_ruble",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Belarusian_ruble?oldid=494143246",
"symbol" : "Rbl",
"wikidataMatch" : "http://www.wikidata.org/entity/Q160680",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Belarussian Ruble", {
"@language" : "en",
"@value" : "Belarussian Ruble"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_BZD
URI: http://qudt.org/vocab/unit/CCY_BZD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_BZD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "BZD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "084" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Belize_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$BZD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Belize_dollar?oldid=462662376"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q275112> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Belize Dollar" ; rdfs:label "Belize Dollar"@en ; .
{"resource":"Belize Dollar"
,"qname":"unit:CCY_BZD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_BZD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q275112>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"BZD"
,"currency exponent":"2"
,"currency number":"084"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Belize_dollar"
,"expression":"$BZD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Belize_dollar?oldid=462662376"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Belize Dollar"
,"label":"Belize Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_BZD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "BZD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "084",
"dbpediaMatch" : "http://dbpedia.org/resource/Belize_dollar",
"expression" : "$BZD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Belize_dollar?oldid=462662376",
"wikidataMatch" : "http://www.wikidata.org/entity/Q275112",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Belize Dollar", {
"@language" : "en",
"@value" : "Belize Dollar"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CAD
URI: http://qudt.org/vocab/unit/CCY_CAD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CAD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CAD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "124" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Canadian_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Canadian_dollar?oldid=494738466"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/CanadianDollar> ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1104069> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Canadian Dollar" ; rdfs:label "Canadian Dollar"@en ; .
{"resource":"Canadian Dollar"
,"qname":"unit:CCY_CAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1104069>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CAD"
,"currency exponent":"2"
,"currency number":"124"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Canadian_dollar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Canadian_dollar?oldid=494738466"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Canadian Dollar"
,"label":"Canadian Dollar"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/CanadianDollar>"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CAD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CAD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "124",
"dbpediaMatch" : "http://dbpedia.org/resource/Canadian_dollar",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Canadian_dollar?oldid=494738466",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/CanadianDollar",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1104069",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Canadian Dollar"
}, "Canadian Dollar" ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CDF
URI: http://qudt.org/vocab/unit/CCY_CDF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CDF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CDF" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "976" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Congolese_franc"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$CDF$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Congolese_franc?oldid=490314640"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4734> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Franc Congolais" ; rdfs:label "Franc Congolais"@en ; .
{"resource":"Franc Congolais"
,"qname":"unit:CCY_CDF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CDF"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4734>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CDF"
,"currency exponent":"2"
,"currency number":"976"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Congolese_franc"
,"expression":"$CDF$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Congolese_franc?oldid=490314640"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Franc Congolais"
,"label":"Franc Congolais"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CDF",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CDF",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "976",
"dbpediaMatch" : "http://dbpedia.org/resource/Congolese_franc",
"expression" : "$CDF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Congolese_franc?oldid=490314640",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4734",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Franc Congolais", {
"@language" : "en",
"@value" : "Franc Congolais"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CHE
URI: http://qudt.org/vocab/unit/CCY_CHE
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CHE> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CHE" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "947" ; <http://qudt.org/schema/qudt/expression> "$CHE$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Wir Euro (complementary Currency)" ; rdfs:label "Wir Euro (complementary Currency)"@en ; .
{"resource":"Wir Euro (complementary Currency)"
,"qname":"unit:CCY_CHE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CHE"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CHE"
,"currency exponent":"2"
,"currency number":"947"
,"expression":"$CHE$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Wir Euro (complementary Currency)"
,"label":"Wir Euro (complementary Currency)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CHE",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CHE",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "947",
"expression" : "$CHE$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Wir Euro (complementary Currency)", {
"@language" : "en",
"@value" : "Wir Euro (complementary Currency)"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CHF
URI: http://qudt.org/vocab/unit/CCY_CHF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CHF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CHF" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "756" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Swiss_franc"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$CHF$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Swiss_franc?oldid=492548706"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc> ; <http://qudt.org/schema/qudt/symbol> "CHF" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25344> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Swiss Franc" ; rdfs:label "Swiss Franc"@en ; .
{"resource":"Swiss Franc"
,"qname":"unit:CCY_CHF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CHF"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25344>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CHF"
,"currency exponent":"2"
,"currency number":"756"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Swiss_franc"
,"expression":"$CHF$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Swiss_franc?oldid=492548706"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Swiss Franc"
,"label":"Swiss Franc"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/SwissFranc>"
,"symbol":"CHF"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CHF",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CHF",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "756",
"dbpediaMatch" : "http://dbpedia.org/resource/Swiss_franc",
"expression" : "$CHF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Swiss_franc?oldid=492548706",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/SwissFranc",
"symbol" : "CHF",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25344",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Swiss Franc", {
"@language" : "en",
"@value" : "Swiss Franc"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CHF-PER-HA
URI: http://qudt.org/vocab/unit/CCY_CHF-PER-HA
The Swiss Francs per hectare (CHF/ha) is a unit for measuring cost per area.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CHF-PER-HA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The Swiss Francs per hectare (CHF/ha) is a unit for measuring cost per area." ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring cost per area" ; <http://qudt.org/schema/qudt/symbol> "CHF/ha" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Franchi Svizzeri per Ettaro"@it ; rdfs:label "Francs Suisses Par Hectare"@fr ; rdfs:label "Schweizer Franken Pro Hektare"@de ; rdfs:label "Swiss Franc per Hectare" ; rdfs:label "Swiss Franc per Hectare"@en ; .
{"resource":"Swiss Franc per Hectare"
,"qname":"unit:CCY_CHF-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CHF-PER-HA"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"The Swiss Francs per hectare (CHF\/ha) is a unit for measuring cost per area."
,"description (plain text)":"Unit for measuring cost per area"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:CostPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Franchi Svizzeri per Ettaro"
,"label":"Francs Suisses Par Hectare"
,"label":"Schweizer Franken Pro Hektare"
,"label":"Swiss Franc per Hectare"
,"label":"Swiss Franc per Hectare"
,"symbol":"CHF\/ha"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CHF-PER-HA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The Swiss Francs per hectare (CHF/ha) is a unit for measuring cost per area.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerArea",
"plainTextDescription" : "Unit for measuring cost per area",
"symbol" : "CHF/ha",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Franchi Svizzeri per Ettaro"
}, {
"@language" : "de",
"@value" : "Schweizer Franken Pro Hektare"
}, {
"@language" : "en",
"@value" : "Swiss Franc per Hectare"
}, "Swiss Franc per Hectare", {
"@language" : "fr",
"@value" : "Francs Suisses Par Hectare"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CHF-PER-KiloGM
URI: http://qudt.org/vocab/unit/CCY_CHF-PER-KiloGM
The Swiss Francs per kilogram (CHF/kg) is a unit for measuring the hardware cost of substance or material.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CHF-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The Swiss Francs per kilogram (CHF/kg) is a unit for measuring the hardware cost of substance or material." ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerMass> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the hardware cost of substance or material" ; <http://qudt.org/schema/qudt/symbol> "CHF/kg" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Swiss Franc per Kilogram" ; rdfs:label "Swiss Franc per Kilogram"@en ; .
{"resource":"Swiss Franc per Kilogram"
,"qname":"unit:CCY_CHF-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CHF-PER-KiloGM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The Swiss Francs per kilogram (CHF\/kg) is a unit for measuring the hardware cost of substance or material."
,"description (plain text)":"Unit for measuring the hardware cost of substance or material"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:CostPerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Swiss Franc per Kilogram"
,"label":"Swiss Franc per Kilogram"
,"symbol":"CHF\/kg"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CHF-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The Swiss Francs per kilogram (CHF/kg) is a unit for measuring the hardware cost of substance or material.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerMass",
"plainTextDescription" : "Unit for measuring the hardware cost of substance or material",
"symbol" : "CHF/kg",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Swiss Franc per Kilogram", {
"@language" : "en",
"@value" : "Swiss Franc per Kilogram"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CHF-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_CHF-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CHF-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "CHF/(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Swiss Franc per Kilowatt Hour" ; rdfs:label "Swiss Franc per Kilowatt Hour"@en ; .
{"resource":"Swiss Franc per Kilowatt Hour"
,"qname":"unit:CCY_CHF-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CHF-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Swiss Franc per Kilowatt Hour"
,"label":"Swiss Franc per Kilowatt Hour"
,"symbol":"CHF\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CHF-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "CHF/(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Swiss Franc per Kilowatt Hour", {
"@language" : "en",
"@value" : "Swiss Franc per Kilowatt Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CHW
URI: http://qudt.org/vocab/unit/CCY_CHW
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CHW> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CHW" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "948" ; <http://qudt.org/schema/qudt/expression> "$CHW$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Wir Franc (complementary Currency)" ; rdfs:label "Wir Franc (complementary Currency)"@en ; .
{"resource":"Wir Franc (complementary Currency)"
,"qname":"unit:CCY_CHW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CHW"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CHW"
,"currency exponent":"2"
,"currency number":"948"
,"expression":"$CHW$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Wir Franc (complementary Currency)"
,"label":"Wir Franc (complementary Currency)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CHW",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CHW",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "948",
"expression" : "$CHW$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Wir Franc (complementary Currency)"
}, "Wir Franc (complementary Currency)" ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CLF
URI: http://qudt.org/vocab/unit/CCY_CLF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CLF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CLF" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "990" ; <http://qudt.org/schema/qudt/expression> "$CLF$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Unidades De Formento (funds Code)" ; rdfs:label "Unidades De Formento (funds Code)"@en ; .
{"resource":"Unidades De Formento (funds Code)"
,"qname":"unit:CCY_CLF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CLF"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CLF"
,"currency exponent":"0"
,"currency number":"990"
,"expression":"$CLF$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Unidades De Formento (funds Code)"
,"label":"Unidades De Formento (funds Code)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CLF",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CLF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "990",
"expression" : "$CLF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Unidades De Formento (funds Code)", {
"@language" : "en",
"@value" : "Unidades De Formento (funds Code)"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CLP
URI: http://qudt.org/vocab/unit/CCY_CLP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CLP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CLP" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "152" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Chilean_peso"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$CLP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Chilean_peso?oldid=495455481"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q200050> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilean Peso" ; rdfs:label "Chilean Peso"@en ; .
{"resource":"Chilean Peso"
,"qname":"unit:CCY_CLP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CLP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q200050>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CLP"
,"currency exponent":"0"
,"currency number":"152"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Chilean_peso"
,"expression":"$CLP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Chilean_peso?oldid=495455481"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilean Peso"
,"label":"Chilean Peso"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CLP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CLP",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "152",
"dbpediaMatch" : "http://dbpedia.org/resource/Chilean_peso",
"expression" : "$CLP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Chilean_peso?oldid=495455481",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q200050",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Chilean Peso", {
"@language" : "en",
"@value" : "Chilean Peso"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CNY
URI: http://qudt.org/vocab/unit/CCY_CNY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CNY> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CNY" ; <http://qudt.org/schema/qudt/currencyExponent> 1 ; <http://qudt.org/schema/qudt/currencyNumber> "156" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Renminbi"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$CNY$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Renminbi?oldid=494799454"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "¥" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Yuan Renminbi" ; rdfs:label "Yuan Renminbi"@en ; .
{"resource":"Yuan Renminbi"
,"qname":"unit:CCY_CNY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CNY"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CNY"
,"currency exponent":"1"
,"currency number":"156"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Renminbi"
,"expression":"$CNY$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Renminbi?oldid=494799454"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yuan Renminbi"
,"label":"Yuan Renminbi"
,"symbol":"¥"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CNY",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CNY",
"http://qudt.org/schema/qudt/currencyExponent" : 1,
"currencyNumber" : "156",
"dbpediaMatch" : "http://dbpedia.org/resource/Renminbi",
"expression" : "$CNY$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Renminbi?oldid=494799454",
"symbol" : "¥",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Yuan Renminbi", {
"@language" : "en",
"@value" : "Yuan Renminbi"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_COP
URI: http://qudt.org/vocab/unit/CCY_COP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_COP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "COP" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "170" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Colombian_peso"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$COP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Colombian_peso?oldid=490834575"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q244819> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Colombian Peso" ; rdfs:label "Colombian Peso"@en ; .
{"resource":"Colombian Peso"
,"qname":"unit:CCY_COP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_COP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q244819>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"COP"
,"currency exponent":"0"
,"currency number":"170"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Colombian_peso"
,"expression":"$COP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Colombian_peso?oldid=490834575"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Colombian Peso"
,"label":"Colombian Peso"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_COP",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "COP",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "170",
"dbpediaMatch" : "http://dbpedia.org/resource/Colombian_peso",
"expression" : "$COP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Colombian_peso?oldid=490834575",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q244819",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Colombian Peso", {
"@language" : "en",
"@value" : "Colombian Peso"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_COU
URI: http://qudt.org/vocab/unit/CCY_COU
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_COU> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "COU" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "970" ; <http://qudt.org/schema/qudt/expression> "$COU$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q73016560> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Unidad De Valor Real" ; rdfs:label "Unidad De Valor Real"@en ; .
{"resource":"Unidad De Valor Real"
,"qname":"unit:CCY_COU"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_COU"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q73016560>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"COU"
,"currency exponent":"2"
,"currency number":"970"
,"expression":"$COU$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Unidad De Valor Real"
,"label":"Unidad De Valor Real"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_COU",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "COU",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "970",
"expression" : "$COU$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"wikidataMatch" : "http://www.wikidata.org/entity/Q73016560",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Unidad De Valor Real", {
"@language" : "en",
"@value" : "Unidad De Valor Real"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CRC
URI: http://qudt.org/vocab/unit/CCY_CRC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CRC> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CRC" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "188" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Costa_Rican_col%C3%B3n"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$CRC$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Costa_Rican_colón?oldid=491007608"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Costa Rican Colon" ; rdfs:label "Costa Rican Colon"@en ; .
{"resource":"Costa Rican Colon"
,"qname":"unit:CCY_CRC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CRC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CRC"
,"currency exponent":"2"
,"currency number":"188"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Costa_Rican_col%C3%B3n"
,"expression":"$CRC$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Costa_Rican_colón?oldid=491007608"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Costa Rican Colon"
,"label":"Costa Rican Colon"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CRC",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CRC",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "188",
"dbpediaMatch" : "http://dbpedia.org/resource/Costa_Rican_col%C3%B3n",
"expression" : "$CRC$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Costa_Rican_colón?oldid=491007608",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Costa Rican Colon", {
"@language" : "en",
"@value" : "Costa Rican Colon"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CUP
URI: http://qudt.org/vocab/unit/CCY_CUP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CUP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CUP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "192" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Cuban_peso"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$CUP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Cuban_peso?oldid=486492974"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q201505> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cuban Peso" ; rdfs:label "Cuban Peso"@en ; .
{"resource":"Cuban Peso"
,"qname":"unit:CCY_CUP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CUP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q201505>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CUP"
,"currency exponent":"2"
,"currency number":"192"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Cuban_peso"
,"expression":"$CUP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Cuban_peso?oldid=486492974"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cuban Peso"
,"label":"Cuban Peso"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CUP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CUP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "192",
"dbpediaMatch" : "http://dbpedia.org/resource/Cuban_peso",
"expression" : "$CUP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Cuban_peso?oldid=486492974",
"wikidataMatch" : "http://www.wikidata.org/entity/Q201505",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cuban Peso", {
"@language" : "en",
"@value" : "Cuban Peso"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CVE
URI: http://qudt.org/vocab/unit/CCY_CVE
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CVE> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CVE" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "132" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Cape_Verdean_escudo"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$CVE$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Cape_Verdean_escudo?oldid=491416749"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4591> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cape Verde Escudo" ; rdfs:label "Cape Verde Escudo"@en ; .
{"resource":"Cape Verde Escudo"
,"qname":"unit:CCY_CVE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CVE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4591>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CVE"
,"currency exponent":"2"
,"currency number":"132"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Cape_Verdean_escudo"
,"expression":"$CVE$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Cape_Verdean_escudo?oldid=491416749"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cape Verde Escudo"
,"label":"Cape Verde Escudo"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CVE",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CVE",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "132",
"dbpediaMatch" : "http://dbpedia.org/resource/Cape_Verdean_escudo",
"expression" : "$CVE$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Cape_Verdean_escudo?oldid=491416749",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4591",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cape Verde Escudo", {
"@language" : "en",
"@value" : "Cape Verde Escudo"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CYP
URI: http://qudt.org/vocab/unit/CCY_CYP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CYP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CYP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "196" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Cypriot_pound"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$CYP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Cypriot_pound?oldid=492644935"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cyprus Pound" ; rdfs:label "Cyprus Pound"@en ; .
{"resource":"Cyprus Pound"
,"qname":"unit:CCY_CYP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CYP"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CYP"
,"currency exponent":"2"
,"currency number":"196"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Cypriot_pound"
,"expression":"$CYP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Cypriot_pound?oldid=492644935"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cyprus Pound"
,"label":"Cyprus Pound"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CYP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CYP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "196",
"dbpediaMatch" : "http://dbpedia.org/resource/Cypriot_pound",
"expression" : "$CYP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Cypriot_pound?oldid=492644935",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cyprus Pound", {
"@language" : "en",
"@value" : "Cyprus Pound"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CZK
URI: http://qudt.org/vocab/unit/CCY_CZK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CZK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "CZK" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "203" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Czech_koruna"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$CZK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Czech_koruna?oldid=493991393"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Kč" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q131016> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Czech Koruna" ; rdfs:label "Czech Koruna"@en ; .
{"resource":"Czech Koruna"
,"qname":"unit:CCY_CZK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CZK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q131016>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"CZK"
,"currency exponent":"2"
,"currency number":"203"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Czech_koruna"
,"expression":"$CZK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Czech_koruna?oldid=493991393"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Czech Koruna"
,"label":"Czech Koruna"
,"symbol":"Kč"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CZK",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "CZK",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "203",
"dbpediaMatch" : "http://dbpedia.org/resource/Czech_koruna",
"expression" : "$CZK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Czech_koruna?oldid=493991393",
"symbol" : "Kč",
"wikidataMatch" : "http://www.wikidata.org/entity/Q131016",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Czech Koruna", {
"@language" : "en",
"@value" : "Czech Koruna"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_CZK-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_CZK-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_CZK-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "Kč/(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Czech Koruna per Kilowatt Hour" ; rdfs:label "Czech Koruna per Kilowatt Hour"@en ; .
{"resource":"Czech Koruna per Kilowatt Hour"
,"qname":"unit:CCY_CZK-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_CZK-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Czech Koruna per Kilowatt Hour"
,"label":"Czech Koruna per Kilowatt Hour"
,"symbol":"Kč\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_CZK-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "Kč/(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Czech Koruna per Kilowatt Hour", {
"@language" : "en",
"@value" : "Czech Koruna per Kilowatt Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_DJF
URI: http://qudt.org/vocab/unit/CCY_DJF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_DJF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "DJF" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "262" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Djiboutian_franc"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$DJF$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Djiboutian_franc?oldid=486807423"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4594> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Djibouti Franc" ; rdfs:label "Djibouti Franc"@en ; .
{"resource":"Djibouti Franc"
,"qname":"unit:CCY_DJF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_DJF"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4594>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"DJF"
,"currency exponent":"0"
,"currency number":"262"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Djiboutian_franc"
,"expression":"$DJF$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Djiboutian_franc?oldid=486807423"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Djibouti Franc"
,"label":"Djibouti Franc"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_DJF",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "DJF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "262",
"dbpediaMatch" : "http://dbpedia.org/resource/Djiboutian_franc",
"expression" : "$DJF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Djiboutian_franc?oldid=486807423",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4594",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Djibouti Franc", {
"@language" : "en",
"@value" : "Djibouti Franc"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_DKK
URI: http://qudt.org/vocab/unit/CCY_DKK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_DKK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "DKK" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "208" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Danish_krone"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$DKK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Danish_krone?oldid=491168880"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kr" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25417> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Danish Krone" ; rdfs:label "Danish Krone"@en ; .
{"resource":"Danish Krone"
,"qname":"unit:CCY_DKK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_DKK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25417>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"DKK"
,"currency exponent":"2"
,"currency number":"208"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Danish_krone"
,"expression":"$DKK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Danish_krone?oldid=491168880"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Danish Krone"
,"label":"Danish Krone"
,"symbol":"kr"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_DKK",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "DKK",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "208",
"dbpediaMatch" : "http://dbpedia.org/resource/Danish_krone",
"expression" : "$DKK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Danish_krone?oldid=491168880",
"symbol" : "kr",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25417",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Danish Krone", {
"@language" : "en",
"@value" : "Danish Krone"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_DKK-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_DKK-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_DKK-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "kr/(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Danish Krone per Kilowatt Hour" ; rdfs:label "Danish Krone per Kilowatt Hour"@en ; .
{"resource":"Danish Krone per Kilowatt Hour"
,"qname":"unit:CCY_DKK-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_DKK-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Danish Krone per Kilowatt Hour"
,"label":"Danish Krone per Kilowatt Hour"
,"symbol":"kr\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_DKK-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "kr/(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Danish Krone per Kilowatt Hour", {
"@language" : "en",
"@value" : "Danish Krone per Kilowatt Hour"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_DOP
URI: http://qudt.org/vocab/unit/CCY_DOP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_DOP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "DOP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "214" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Dominican_peso"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$DOP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Dominican_peso?oldid=493950199"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q242922> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dominican Peso" ; rdfs:label "Dominican Peso"@en ; .
{"resource":"Dominican Peso"
,"qname":"unit:CCY_DOP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_DOP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q242922>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"DOP"
,"currency exponent":"2"
,"currency number":"214"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Dominican_peso"
,"expression":"$DOP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Dominican_peso?oldid=493950199"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dominican Peso"
,"label":"Dominican Peso"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_DOP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "DOP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "214",
"dbpediaMatch" : "http://dbpedia.org/resource/Dominican_peso",
"expression" : "$DOP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Dominican_peso?oldid=493950199",
"wikidataMatch" : "http://www.wikidata.org/entity/Q242922",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dominican Peso", {
"@language" : "en",
"@value" : "Dominican Peso"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_DZD
URI: http://qudt.org/vocab/unit/CCY_DZD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_DZD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "DZD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "012" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Algerian_dinar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Algerian_dinar?oldid=492845503"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q199674> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Algerian Dinar" ; rdfs:label "Algerian Dinar"@en ; .
{"resource":"Algerian Dinar"
,"qname":"unit:CCY_DZD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_DZD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q199674>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"DZD"
,"currency exponent":"2"
,"currency number":"012"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Algerian_dinar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Algerian_dinar?oldid=492845503"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Algerian Dinar"
,"label":"Algerian Dinar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_DZD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "DZD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "012",
"dbpediaMatch" : "http://dbpedia.org/resource/Algerian_dinar",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Algerian_dinar?oldid=492845503",
"wikidataMatch" : "http://www.wikidata.org/entity/Q199674",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Algerian Dinar", {
"@language" : "en",
"@value" : "Algerian Dinar"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_EEK
URI: http://qudt.org/vocab/unit/CCY_EEK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_EEK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "EEK" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "233" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Estonian_kroon"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$EEK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Estonian_kroon?oldid=492626188"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q129983> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kroon" ; rdfs:label "Kroon"@en ; .
{"resource":"Kroon"
,"qname":"unit:CCY_EEK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_EEK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q129983>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"EEK"
,"currency exponent":"2"
,"currency number":"233"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Estonian_kroon"
,"expression":"$EEK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Estonian_kroon?oldid=492626188"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kroon"
,"label":"Kroon"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_EEK",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "EEK",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "233",
"dbpediaMatch" : "http://dbpedia.org/resource/Estonian_kroon",
"expression" : "$EEK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Estonian_kroon?oldid=492626188",
"wikidataMatch" : "http://www.wikidata.org/entity/Q129983",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kroon", {
"@language" : "en",
"@value" : "Kroon"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_EGP
URI: http://qudt.org/vocab/unit/CCY_EGP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_EGP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "EGP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "818" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Egyptian_pound"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$EGP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Egyptian_pound?oldid=494670285"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q199462> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Egyptian Pound" ; rdfs:label "Egyptian Pound"@en ; .
{"resource":"Egyptian Pound"
,"qname":"unit:CCY_EGP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_EGP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q199462>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"EGP"
,"currency exponent":"2"
,"currency number":"818"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Egyptian_pound"
,"expression":"$EGP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Egyptian_pound?oldid=494670285"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Egyptian Pound"
,"label":"Egyptian Pound"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_EGP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "EGP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "818",
"dbpediaMatch" : "http://dbpedia.org/resource/Egyptian_pound",
"expression" : "$EGP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Egyptian_pound?oldid=494670285",
"wikidataMatch" : "http://www.wikidata.org/entity/Q199462",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Egyptian Pound"
}, "Egyptian Pound" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ERN
URI: http://qudt.org/vocab/unit/CCY_ERN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ERN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ERN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "232" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Nakfa"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$ERN$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Nakfa?oldid=415286274"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q171503> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nakfa" ; rdfs:label "Nakfa"@en ; .
{"resource":"Nakfa"
,"qname":"unit:CCY_ERN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ERN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q171503>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ERN"
,"currency exponent":"2"
,"currency number":"232"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Nakfa"
,"expression":"$ERN$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Nakfa?oldid=415286274"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nakfa"
,"label":"Nakfa"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ERN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ERN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "232",
"dbpediaMatch" : "http://dbpedia.org/resource/Nakfa",
"expression" : "$ERN$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Nakfa?oldid=415286274",
"wikidataMatch" : "http://www.wikidata.org/entity/Q171503",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nakfa", {
"@language" : "en",
"@value" : "Nakfa"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ETB
URI: http://qudt.org/vocab/unit/CCY_ETB
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ETB> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ETB" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "230" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ethiopian_birr"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$ETB$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ethiopian_birr?oldid=493373507"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q206243> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ethiopian Birr" ; rdfs:label "Ethiopian Birr"@en ; .
{"resource":"Ethiopian Birr"
,"qname":"unit:CCY_ETB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ETB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q206243>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ETB"
,"currency exponent":"2"
,"currency number":"230"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ethiopian_birr"
,"expression":"$ETB$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ethiopian_birr?oldid=493373507"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ethiopian Birr"
,"label":"Ethiopian Birr"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ETB",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ETB",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "230",
"dbpediaMatch" : "http://dbpedia.org/resource/Ethiopian_birr",
"expression" : "$ETB$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Ethiopian_birr?oldid=493373507",
"wikidataMatch" : "http://www.wikidata.org/entity/Q206243",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ethiopian Birr", {
"@language" : "en",
"@value" : "Ethiopian Birr"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ETH
URI: http://qudt.org/vocab/unit/CCY_ETH
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ETH> rdf:type <http://qudt.org/schema/qudt/DigitalCurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/blockchainNetwork> "Ethereum Mainnet" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ETH" ; <http://qudt.org/schema/qudt/currencyExponent> 18 ; <http://qudt.org/schema/qudt/hasDTICode> "SV0Q5A20YQ57" ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/symbol> "Ξ" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ether" ; rdfs:label "Ether"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "ETH"@en ; .
{"resource":"Ether"
,"qname":"unit:CCY_ETH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ETH"
,"properties":["alternative label":"ETH"
,"blockchain network":"Ethereum Mainnet"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ETH"
,"currency exponent":"18"
,"has DTI code":"SV0Q5A20YQ57"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ether"
,"label":"Ether"
,"symbol":"Ξ"
,"type":"qudt:DigitalCurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ETH",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DigitalCurrencyUnit" ],
"blockchainNetwork" : "Ethereum Mainnet",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ETH",
"http://qudt.org/schema/qudt/currencyExponent" : 18,
"hasDTICode" : "SV0Q5A20YQ57",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"symbol" : "Ξ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ether", {
"@language" : "en",
"@value" : "Ether"
} ],
"altLabel" : {
"@language" : "en",
"@value" : "ETH"
},
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDTICode" : {
"@id" : "http://qudt.org/schema/qudt/hasDTICode"
},
"blockchainNetwork" : {
"@id" : "http://qudt.org/schema/qudt/blockchainNetwork"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_EUR
URI: http://qudt.org/vocab/unit/CCY_EUR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_EUR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "EUR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "978" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Euro"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$EUR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Euro?oldid=495293446"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/euro> ; <http://qudt.org/schema/qudt/symbol> "€" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4916> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Euro" ; rdfs:label "Euro"@de ; rdfs:label "Euro"@en ; .
{"resource":"Euro"
,"qname":"unit:CCY_EUR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_EUR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4916>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"EUR"
,"currency exponent":"2"
,"currency number":"978"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Euro"
,"expression":"$EUR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Euro?oldid=495293446"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Euro"
,"label":"Euro"
,"label":"Euro"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/euro>"
,"symbol":"\u20AC"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_EUR",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "EUR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "978",
"dbpediaMatch" : "http://dbpedia.org/resource/Euro",
"expression" : "$EUR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Euro?oldid=495293446",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/euro",
"symbol" : "€",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4916",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Euro", {
"@language" : "en",
"@value" : "Euro"
}, {
"@language" : "de",
"@value" : "Euro"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_EUR-PER-KiloW
URI: http://qudt.org/vocab/unit/CCY_EUR-PER-KiloW
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_EUR-PER-KiloW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerPower> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the hardware cost of a power generation unit relative to the generated power" ; <http://qudt.org/schema/qudt/symbol> "€/kW" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Euro per Kilowatt" ; rdfs:label "Euro per Kilowatt"@en ; rdfs:label "Euro pro Kilowatt"@de ; .
{"resource":"Euro per Kilowatt"
,"qname":"unit:CCY_EUR-PER-KiloW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_EUR-PER-KiloW"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description (plain text)":"Unit for measuring the hardware cost of a power generation unit relative to the generated power"
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:CostPerPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Euro per Kilowatt"
,"label":"Euro per Kilowatt"
,"label":"Euro pro Kilowatt"
,"symbol":"\u20AC\/kW"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_EUR-PER-KiloW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerPower",
"plainTextDescription" : "Unit for measuring the hardware cost of a power generation unit relative to the generated power",
"symbol" : "€/kW",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Euro per Kilowatt", {
"@language" : "de",
"@value" : "Euro pro Kilowatt"
}, {
"@language" : "en",
"@value" : "Euro per Kilowatt"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_EUR-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_EUR-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_EUR-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "€/(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Euro per Kilowatt Hour" ; rdfs:label "Euro per Kilowatt Hour"@en ; .
{"resource":"Euro per Kilowatt Hour"
,"qname":"unit:CCY_EUR-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_EUR-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Euro per Kilowatt Hour"
,"label":"Euro per Kilowatt Hour"
,"symbol":"\u20AC\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_EUR-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "€/(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Euro per Kilowatt Hour", {
"@language" : "en",
"@value" : "Euro per Kilowatt Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_EUR-PER-M2
URI: http://qudt.org/vocab/unit/CCY_EUR-PER-M2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_EUR-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for expressing cost per square metre" ; <http://qudt.org/schema/qudt/symbol> "€/m²" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Euro per Square Meter"@en-US ; rdfs:label "Euro per Square Metre" ; rdfs:label "Euro per Square Metre"@en ; rdfs:label "Euro pro Quadratmeter"@de ; .
{"resource":"Euro per Square Metre"
,"qname":"unit:CCY_EUR-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_EUR-PER-M2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description (plain text)":"Unit for expressing cost per square metre"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:CostPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Euro per Square Meter"
,"label":"Euro per Square Metre"
,"label":"Euro per Square Metre"
,"label":"Euro pro Quadratmeter"
,"symbol":"\u20AC\/m²"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_EUR-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerArea",
"plainTextDescription" : "Unit for expressing cost per square metre",
"symbol" : "€/m²",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Euro per Square Meter"
}, "Euro per Square Metre", {
"@language" : "en",
"@value" : "Euro per Square Metre"
}, {
"@language" : "de",
"@value" : "Euro pro Quadratmeter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_EUR-PER-W
URI: http://qudt.org/vocab/unit/CCY_EUR-PER-W
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_EUR-PER-W> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerPower> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the hardware cost of a power generation unit relative to the generated power" ; <http://qudt.org/schema/qudt/symbol> "€/W" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Euro per Watt" ; rdfs:label "Euro per Watt"@en ; rdfs:label "Euro pro Watt"@de ; .
{"resource":"Euro per Watt"
,"qname":"unit:CCY_EUR-PER-W"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_EUR-PER-W"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description (plain text)":"Unit for measuring the hardware cost of a power generation unit relative to the generated power"
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:CostPerPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Euro per Watt"
,"label":"Euro per Watt"
,"label":"Euro pro Watt"
,"symbol":"\u20AC\/W"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_EUR-PER-W",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerPower",
"plainTextDescription" : "Unit for measuring the hardware cost of a power generation unit relative to the generated power",
"symbol" : "€/W",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Euro per Watt", {
"@language" : "en",
"@value" : "Euro per Watt"
}, {
"@language" : "de",
"@value" : "Euro pro Watt"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_EUR-PER-W-HR
URI: http://qudt.org/vocab/unit/CCY_EUR-PER-W-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_EUR-PER-W-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "€/(W·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Euro per Watt Hour" ; rdfs:label "Euro per Watt Hour"@en ; .
{"resource":"Euro per Watt Hour"
,"qname":"unit:CCY_EUR-PER-W-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_EUR-PER-W-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Euro per Watt Hour"
,"label":"Euro per Watt Hour"
,"symbol":"\u20AC\/(W·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_EUR-PER-W-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "€/(W·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Euro per Watt Hour", {
"@language" : "en",
"@value" : "Euro per Watt Hour"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_EUR-PER-W-SEC
URI: http://qudt.org/vocab/unit/CCY_EUR-PER-W-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_EUR-PER-W-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "€/(W·s)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Euro per Watt Second" ; rdfs:label "Euro per Watt Second"@en ; rdfs:label "Euro pro Watt Sekunde"@de ; .
{"resource":"Euro per Watt Second"
,"qname":"unit:CCY_EUR-PER-W-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_EUR-PER-W-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Euro per Watt Second"
,"label":"Euro per Watt Second"
,"label":"Euro pro Watt Sekunde"
,"symbol":"\u20AC\/(W·s)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_EUR-PER-W-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "€/(W·s)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Euro per Watt Second", {
"@language" : "en",
"@value" : "Euro per Watt Second"
}, {
"@language" : "de",
"@value" : "Euro pro Watt Sekunde"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_FJD
URI: http://qudt.org/vocab/unit/CCY_FJD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_FJD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "FJD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "242" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Fijian_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$FJD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Fijian_dollar?oldid=494373740"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Fiji Dollar" ; rdfs:label "Fiji Dollar"@en ; .
{"resource":"Fiji Dollar"
,"qname":"unit:CCY_FJD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_FJD"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"FJD"
,"currency exponent":"2"
,"currency number":"242"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Fijian_dollar"
,"expression":"$FJD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Fijian_dollar?oldid=494373740"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Fiji Dollar"
,"label":"Fiji Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_FJD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "FJD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "242",
"dbpediaMatch" : "http://dbpedia.org/resource/Fijian_dollar",
"expression" : "$FJD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Fijian_dollar?oldid=494373740",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Fiji Dollar", {
"@language" : "en",
"@value" : "Fiji Dollar"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_FKP
URI: http://qudt.org/vocab/unit/CCY_FKP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_FKP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "FKP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "238" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Falkland_Islands_pound"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$FKP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Falkland_Islands_pound?oldid=489513616"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q330044> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Falkland Islands Pound" ; rdfs:label "Falkland Islands Pound"@en ; .
{"resource":"Falkland Islands Pound"
,"qname":"unit:CCY_FKP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_FKP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q330044>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"FKP"
,"currency exponent":"2"
,"currency number":"238"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Falkland_Islands_pound"
,"expression":"$FKP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Falkland_Islands_pound?oldid=489513616"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Falkland Islands Pound"
,"label":"Falkland Islands Pound"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_FKP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "FKP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "238",
"dbpediaMatch" : "http://dbpedia.org/resource/Falkland_Islands_pound",
"expression" : "$FKP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Falkland_Islands_pound?oldid=489513616",
"wikidataMatch" : "http://www.wikidata.org/entity/Q330044",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Falkland Islands Pound", {
"@language" : "en",
"@value" : "Falkland Islands Pound"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_GBP
URI: http://qudt.org/vocab/unit/CCY_GBP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_GBP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "GBP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "826" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pound_sterling"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$GBP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pound_sterling?oldid=495524329"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/poundSterling> ; <http://qudt.org/schema/qudt/symbol> "£" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25224> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Sterling" ; rdfs:label "Pound Sterling"@en ; .
{"resource":"Pound Sterling"
,"qname":"unit:CCY_GBP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_GBP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25224>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"GBP"
,"currency exponent":"2"
,"currency number":"826"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pound_sterling"
,"expression":"$GBP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pound_sterling?oldid=495524329"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Sterling"
,"label":"Pound Sterling"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/poundSterling>"
,"symbol":"£"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_GBP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "GBP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "826",
"dbpediaMatch" : "http://dbpedia.org/resource/Pound_sterling",
"expression" : "$GBP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Pound_sterling?oldid=495524329",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/poundSterling",
"symbol" : "£",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25224",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Sterling", {
"@language" : "en",
"@value" : "Pound Sterling"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_GBP-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_GBP-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_GBP-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "£/(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Sterling per Kilowatt Hour" ; rdfs:label "Pound Sterling per Kilowatt Hour"@en ; .
{"resource":"Pound Sterling per Kilowatt Hour"
,"qname":"unit:CCY_GBP-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_GBP-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Sterling per Kilowatt Hour"
,"label":"Pound Sterling per Kilowatt Hour"
,"symbol":"£\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_GBP-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "£/(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Sterling per Kilowatt Hour", {
"@language" : "en",
"@value" : "Pound Sterling per Kilowatt Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_GEL
URI: http://qudt.org/vocab/unit/CCY_GEL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_GEL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "GEL" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "981" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Lari"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$GEL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Lari?oldid=486808394"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "₾" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4608> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lari" ; rdfs:label "Lari"@en ; .
{"resource":"Lari"
,"qname":"unit:CCY_GEL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_GEL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4608>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"GEL"
,"currency exponent":"2"
,"currency number":"981"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Lari"
,"expression":"$GEL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Lari?oldid=486808394"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lari"
,"label":"Lari"
,"symbol":"\u20BE"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_GEL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "GEL",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "981",
"dbpediaMatch" : "http://dbpedia.org/resource/Lari",
"expression" : "$GEL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Lari?oldid=486808394",
"symbol" : "₾",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4608",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lari", {
"@language" : "en",
"@value" : "Lari"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_GHS
URI: http://qudt.org/vocab/unit/CCY_GHS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_GHS> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "GHS" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "936" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ghanaian_cedi"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$GHS$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ghanaian_cedi?oldid=415914569"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q183530> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cedi" ; rdfs:label "Cedi"@en ; .
{"resource":"Cedi"
,"qname":"unit:CCY_GHS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_GHS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q183530>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"GHS"
,"currency exponent":"2"
,"currency number":"936"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ghanaian_cedi"
,"expression":"$GHS$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ghanaian_cedi?oldid=415914569"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cedi"
,"label":"Cedi"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_GHS",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "GHS",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "936",
"dbpediaMatch" : "http://dbpedia.org/resource/Ghanaian_cedi",
"expression" : "$GHS$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Ghanaian_cedi?oldid=415914569",
"wikidataMatch" : "http://www.wikidata.org/entity/Q183530",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cedi", {
"@language" : "en",
"@value" : "Cedi"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_GIP
URI: http://qudt.org/vocab/unit/CCY_GIP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_GIP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "GIP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "292" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gibraltar_pound"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$GIP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gibraltar_pound?oldid=494842600"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q41429> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gibraltar Pound" ; rdfs:label "Gibraltar Pound"@en ; .
{"resource":"Gibraltar Pound"
,"qname":"unit:CCY_GIP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_GIP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q41429>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"GIP"
,"currency exponent":"2"
,"currency number":"292"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gibraltar_pound"
,"expression":"$GIP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gibraltar_pound?oldid=494842600"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gibraltar Pound"
,"label":"Gibraltar Pound"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_GIP",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "GIP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "292",
"dbpediaMatch" : "http://dbpedia.org/resource/Gibraltar_pound",
"expression" : "$GIP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Gibraltar_pound?oldid=494842600",
"wikidataMatch" : "http://www.wikidata.org/entity/Q41429",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gibraltar Pound", {
"@language" : "en",
"@value" : "Gibraltar Pound"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_GMD
URI: http://qudt.org/vocab/unit/CCY_GMD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_GMD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "GMD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "270" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gambian_dalasi"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$GMD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gambian_dalasi?oldid=489522429"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q202885> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dalasi" ; rdfs:label "Dalasi"@en ; .
{"resource":"Dalasi"
,"qname":"unit:CCY_GMD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_GMD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q202885>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"GMD"
,"currency exponent":"2"
,"currency number":"270"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gambian_dalasi"
,"expression":"$GMD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gambian_dalasi?oldid=489522429"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dalasi"
,"label":"Dalasi"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_GMD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "GMD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "270",
"dbpediaMatch" : "http://dbpedia.org/resource/Gambian_dalasi",
"expression" : "$GMD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Gambian_dalasi?oldid=489522429",
"wikidataMatch" : "http://www.wikidata.org/entity/Q202885",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dalasi", {
"@language" : "en",
"@value" : "Dalasi"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_GNF
URI: http://qudt.org/vocab/unit/CCY_GNF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_GNF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "GNF" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "324" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Guinean_franc"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$GNF$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Guinean_franc?oldid=489527042"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q213311> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Guinea Franc" ; rdfs:label "Guinea Franc"@en ; .
{"resource":"Guinea Franc"
,"qname":"unit:CCY_GNF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_GNF"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q213311>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"GNF"
,"currency exponent":"0"
,"currency number":"324"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Guinean_franc"
,"expression":"$GNF$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Guinean_franc?oldid=489527042"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Guinea Franc"
,"label":"Guinea Franc"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_GNF",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "GNF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "324",
"dbpediaMatch" : "http://dbpedia.org/resource/Guinean_franc",
"expression" : "$GNF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Guinean_franc?oldid=489527042",
"wikidataMatch" : "http://www.wikidata.org/entity/Q213311",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Guinea Franc", {
"@language" : "en",
"@value" : "Guinea Franc"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_GTQ
URI: http://qudt.org/vocab/unit/CCY_GTQ
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_GTQ> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "GTQ" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "320" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Quetzal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$GTQ$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Quetzal?oldid=489813522"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q207396> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Quetzal" ; rdfs:label "Quetzal"@en ; .
{"resource":"Quetzal"
,"qname":"unit:CCY_GTQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_GTQ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q207396>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"GTQ"
,"currency exponent":"2"
,"currency number":"320"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Quetzal"
,"expression":"$GTQ$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Quetzal?oldid=489813522"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quetzal"
,"label":"Quetzal"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_GTQ",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "GTQ",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "320",
"dbpediaMatch" : "http://dbpedia.org/resource/Quetzal",
"expression" : "$GTQ$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Quetzal?oldid=489813522",
"wikidataMatch" : "http://www.wikidata.org/entity/Q207396",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quetzal", {
"@language" : "en",
"@value" : "Quetzal"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_GYD
URI: http://qudt.org/vocab/unit/CCY_GYD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_GYD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "GYD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "328" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Guyanese_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$GYD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Guyanese_dollar?oldid=495070062"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q213005> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Guyana Dollar" ; rdfs:label "Guyana Dollar"@en ; .
{"resource":"Guyana Dollar"
,"qname":"unit:CCY_GYD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_GYD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q213005>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"GYD"
,"currency exponent":"2"
,"currency number":"328"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Guyanese_dollar"
,"expression":"$GYD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Guyanese_dollar?oldid=495070062"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Guyana Dollar"
,"label":"Guyana Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_GYD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "GYD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "328",
"dbpediaMatch" : "http://dbpedia.org/resource/Guyanese_dollar",
"expression" : "$GYD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Guyanese_dollar?oldid=495070062",
"wikidataMatch" : "http://www.wikidata.org/entity/Q213005",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Guyana Dollar", {
"@language" : "en",
"@value" : "Guyana Dollar"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_HKD
URI: http://qudt.org/vocab/unit/CCY_HKD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_HKD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "HKD" ; <http://qudt.org/schema/qudt/currencyExponent> 1 ; <http://qudt.org/schema/qudt/currencyNumber> "344" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Hong_Kong_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$HKD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Hong_Kong_dollar?oldid=495133277"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/HongKongDollar> ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q31015> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hong Kong Dollar" ; rdfs:label "Hong Kong Dollar"@en ; .
{"resource":"Hong Kong Dollar"
,"qname":"unit:CCY_HKD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_HKD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q31015>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"HKD"
,"currency exponent":"1"
,"currency number":"344"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Hong_Kong_dollar"
,"expression":"$HKD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Hong_Kong_dollar?oldid=495133277"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hong Kong Dollar"
,"label":"Hong Kong Dollar"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/HongKongDollar>"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_HKD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "HKD",
"http://qudt.org/schema/qudt/currencyExponent" : 1,
"currencyNumber" : "344",
"dbpediaMatch" : "http://dbpedia.org/resource/Hong_Kong_dollar",
"expression" : "$HKD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Hong_Kong_dollar?oldid=495133277",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/HongKongDollar",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q31015",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hong Kong Dollar", {
"@language" : "en",
"@value" : "Hong Kong Dollar"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_HNL
URI: http://qudt.org/vocab/unit/CCY_HNL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_HNL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "HNL" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "340" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Lempira"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$HNL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Lempira?oldid=389955747"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4719> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lempira" ; rdfs:label "Lempira"@en ; .
{"resource":"Lempira"
,"qname":"unit:CCY_HNL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_HNL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4719>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"HNL"
,"currency exponent":"2"
,"currency number":"340"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Lempira"
,"expression":"$HNL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Lempira?oldid=389955747"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lempira"
,"label":"Lempira"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_HNL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "HNL",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "340",
"dbpediaMatch" : "http://dbpedia.org/resource/Lempira",
"expression" : "$HNL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Lempira?oldid=389955747",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4719",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lempira", {
"@language" : "en",
"@value" : "Lempira"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_HRK
URI: http://qudt.org/vocab/unit/CCY_HRK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_HRK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "HRK" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "191" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Croatian_kuna"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$HRK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Croatian_kuna?oldid=490959527"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q26360> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Croatian Kuna" ; rdfs:label "Croatian Kuna"@en ; .
{"resource":"Croatian Kuna"
,"qname":"unit:CCY_HRK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_HRK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q26360>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"HRK"
,"currency exponent":"2"
,"currency number":"191"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Croatian_kuna"
,"expression":"$HRK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Croatian_kuna?oldid=490959527"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Croatian Kuna"
,"label":"Croatian Kuna"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_HRK",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "HRK",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "191",
"dbpediaMatch" : "http://dbpedia.org/resource/Croatian_kuna",
"expression" : "$HRK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Croatian_kuna?oldid=490959527",
"wikidataMatch" : "http://www.wikidata.org/entity/Q26360",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Croatian Kuna", {
"@language" : "en",
"@value" : "Croatian Kuna"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_HTG
URI: http://qudt.org/vocab/unit/CCY_HTG
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_HTG> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "HTG" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "332" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Haitian_gourde"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$HTG$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Haitian_gourde?oldid=486090975"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Haiti Gourde" ; rdfs:label "Haiti Gourde"@en ; .
{"resource":"Haiti Gourde"
,"qname":"unit:CCY_HTG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_HTG"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"HTG"
,"currency exponent":"2"
,"currency number":"332"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Haitian_gourde"
,"expression":"$HTG$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Haitian_gourde?oldid=486090975"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Haiti Gourde"
,"label":"Haiti Gourde"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_HTG",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "HTG",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "332",
"dbpediaMatch" : "http://dbpedia.org/resource/Haitian_gourde",
"expression" : "$HTG$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Haitian_gourde?oldid=486090975",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Haiti Gourde", {
"@language" : "en",
"@value" : "Haiti Gourde"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_HUF
URI: http://qudt.org/vocab/unit/CCY_HUF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_HUF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "HUF" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "348" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Hungarian_forint"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$HUF$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Hungarian_forint?oldid=492818607"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ft" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q47190> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Forint" ; rdfs:label "Forint"@en ; .
{"resource":"Forint"
,"qname":"unit:CCY_HUF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_HUF"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q47190>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"HUF"
,"currency exponent":"0"
,"currency number":"348"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Hungarian_forint"
,"expression":"$HUF$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Hungarian_forint?oldid=492818607"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Forint"
,"label":"Forint"
,"symbol":"Ft"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_HUF",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "HUF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "348",
"dbpediaMatch" : "http://dbpedia.org/resource/Hungarian_forint",
"expression" : "$HUF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Hungarian_forint?oldid=492818607",
"symbol" : "Ft",
"wikidataMatch" : "http://www.wikidata.org/entity/Q47190",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Forint", {
"@language" : "en",
"@value" : "Forint"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_HUF-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_HUF-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_HUF-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "Ft/(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Forint per Kilowatt Hour" ; rdfs:label "Forint per Kilowatt Hour"@en ; .
{"resource":"Forint per Kilowatt Hour"
,"qname":"unit:CCY_HUF-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_HUF-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Forint per Kilowatt Hour"
,"label":"Forint per Kilowatt Hour"
,"symbol":"Ft\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_HUF-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "Ft/(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Forint per Kilowatt Hour", {
"@language" : "en",
"@value" : "Forint per Kilowatt Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_IDR
URI: http://qudt.org/vocab/unit/CCY_IDR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_IDR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "IDR" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "360" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Indonesian_rupiah"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$IDR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Indonesian_rupiah?oldid=489729458"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Rp" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q41588> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Rupiah" ; rdfs:label "Rupiah"@en ; .
{"resource":"Rupiah"
,"qname":"unit:CCY_IDR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_IDR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q41588>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"IDR"
,"currency exponent":"0"
,"currency number":"360"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Indonesian_rupiah"
,"expression":"$IDR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Indonesian_rupiah?oldid=489729458"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rupiah"
,"label":"Rupiah"
,"symbol":"Rp"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_IDR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "IDR",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "360",
"dbpediaMatch" : "http://dbpedia.org/resource/Indonesian_rupiah",
"expression" : "$IDR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Indonesian_rupiah?oldid=489729458",
"symbol" : "Rp",
"wikidataMatch" : "http://www.wikidata.org/entity/Q41588",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Rupiah", {
"@language" : "en",
"@value" : "Rupiah"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ILS
URI: http://qudt.org/vocab/unit/CCY_ILS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ILS> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ILS" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "376" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Israeli_new_sheqel"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$ILS$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Israeli_new_sheqel?oldid=316213924"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "₪" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "New Israeli Shekel" ; rdfs:label "New Israeli Shekel"@en ; .
{"resource":"New Israeli Shekel"
,"qname":"unit:CCY_ILS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ILS"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ILS"
,"currency exponent":"2"
,"currency number":"376"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Israeli_new_sheqel"
,"expression":"$ILS$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Israeli_new_sheqel?oldid=316213924"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"New Israeli Shekel"
,"label":"New Israeli Shekel"
,"symbol":"\u20AA"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ILS",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ILS",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "376",
"dbpediaMatch" : "http://dbpedia.org/resource/Israeli_new_sheqel",
"expression" : "$ILS$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Israeli_new_sheqel?oldid=316213924",
"symbol" : "₪",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "New Israeli Shekel", {
"@language" : "en",
"@value" : "New Israeli Shekel"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_INR
URI: http://qudt.org/vocab/unit/CCY_INR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_INR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "INR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "356" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Indian_rupee"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$INR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Indian_rupee?oldid=495120167"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/IndianRupee> ; <http://qudt.org/schema/qudt/symbol> "₹" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q80524> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Indian Rupee" ; rdfs:label "Indian Rupee"@en ; .
{"resource":"Indian Rupee"
,"qname":"unit:CCY_INR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_INR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q80524>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"INR"
,"currency exponent":"2"
,"currency number":"356"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Indian_rupee"
,"expression":"$INR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Indian_rupee?oldid=495120167"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Indian Rupee"
,"label":"Indian Rupee"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/IndianRupee>"
,"symbol":"\u20B9"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_INR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "INR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "356",
"dbpediaMatch" : "http://dbpedia.org/resource/Indian_rupee",
"expression" : "$INR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Indian_rupee?oldid=495120167",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/IndianRupee",
"symbol" : "₹",
"wikidataMatch" : "http://www.wikidata.org/entity/Q80524",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Indian Rupee", {
"@language" : "en",
"@value" : "Indian Rupee"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_IQD
URI: http://qudt.org/vocab/unit/CCY_IQD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_IQD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "IQD" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "368" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Iraqi_dinar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$IQD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Iraqi_dinar?oldid=494793908"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q193094> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Iraqi Dinar" ; rdfs:label "Iraqi Dinar"@en ; .
{"resource":"Iraqi Dinar"
,"qname":"unit:CCY_IQD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_IQD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q193094>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"IQD"
,"currency exponent":"0"
,"currency number":"368"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Iraqi_dinar"
,"expression":"$IQD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Iraqi_dinar?oldid=494793908"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Iraqi Dinar"
,"label":"Iraqi Dinar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_IQD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "IQD",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "368",
"dbpediaMatch" : "http://dbpedia.org/resource/Iraqi_dinar",
"expression" : "$IQD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Iraqi_dinar?oldid=494793908",
"wikidataMatch" : "http://www.wikidata.org/entity/Q193094",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Iraqi Dinar", {
"@language" : "en",
"@value" : "Iraqi Dinar"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_IRR
URI: http://qudt.org/vocab/unit/CCY_IRR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_IRR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "IRR" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "364" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Iranian_rial"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$IRR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Iranian_rial?oldid=495299431"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q188608> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Iranian Rial" ; rdfs:label "Iranian Rial"@en ; .
{"resource":"Iranian Rial"
,"qname":"unit:CCY_IRR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_IRR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q188608>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"IRR"
,"currency exponent":"0"
,"currency number":"364"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Iranian_rial"
,"expression":"$IRR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Iranian_rial?oldid=495299431"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Iranian Rial"
,"label":"Iranian Rial"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_IRR",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "IRR",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "364",
"dbpediaMatch" : "http://dbpedia.org/resource/Iranian_rial",
"expression" : "$IRR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Iranian_rial?oldid=495299431",
"wikidataMatch" : "http://www.wikidata.org/entity/Q188608",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Iranian Rial", {
"@language" : "en",
"@value" : "Iranian Rial"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ISK
URI: http://qudt.org/vocab/unit/CCY_ISK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ISK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ISK" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "352" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Icelandic_kr%C3%B3na"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$ISK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Icelandic_króna?oldid=495457496"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kr" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q131473> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Iceland Krona" ; rdfs:label "Iceland Krona"@en ; .
{"resource":"Iceland Krona"
,"qname":"unit:CCY_ISK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ISK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q131473>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ISK"
,"currency exponent":"0"
,"currency number":"352"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Icelandic_kr%C3%B3na"
,"expression":"$ISK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Icelandic_króna?oldid=495457496"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Iceland Krona"
,"label":"Iceland Krona"
,"symbol":"kr"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ISK",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ISK",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "352",
"dbpediaMatch" : "http://dbpedia.org/resource/Icelandic_kr%C3%B3na",
"expression" : "$ISK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Icelandic_króna?oldid=495457496",
"symbol" : "kr",
"wikidataMatch" : "http://www.wikidata.org/entity/Q131473",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Iceland Krona", {
"@language" : "en",
"@value" : "Iceland Krona"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_JMD
URI: http://qudt.org/vocab/unit/CCY_JMD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_JMD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "JMD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "388" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Jamaican_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$JMD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Jamaican_dollar?oldid=494039981"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q209792> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Jamaican Dollar" ; rdfs:label "Jamaican Dollar"@en ; .
{"resource":"Jamaican Dollar"
,"qname":"unit:CCY_JMD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_JMD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q209792>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"JMD"
,"currency exponent":"2"
,"currency number":"388"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Jamaican_dollar"
,"expression":"$JMD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Jamaican_dollar?oldid=494039981"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Jamaican Dollar"
,"label":"Jamaican Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_JMD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "JMD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "388",
"dbpediaMatch" : "http://dbpedia.org/resource/Jamaican_dollar",
"expression" : "$JMD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Jamaican_dollar?oldid=494039981",
"wikidataMatch" : "http://www.wikidata.org/entity/Q209792",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Jamaican Dollar", {
"@language" : "en",
"@value" : "Jamaican Dollar"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_JOD
URI: http://qudt.org/vocab/unit/CCY_JOD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_JOD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "JOD" ; <http://qudt.org/schema/qudt/currencyExponent> 3 ; <http://qudt.org/schema/qudt/currencyNumber> "400" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Jordanian_dinar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$JOD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Jordanian_dinar?oldid=495270728"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q203722> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Jordanian Dinar" ; rdfs:label "Jordanian Dinar"@en ; .
{"resource":"Jordanian Dinar"
,"qname":"unit:CCY_JOD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_JOD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q203722>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"JOD"
,"currency exponent":"3"
,"currency number":"400"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Jordanian_dinar"
,"expression":"$JOD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Jordanian_dinar?oldid=495270728"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Jordanian Dinar"
,"label":"Jordanian Dinar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_JOD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "JOD",
"http://qudt.org/schema/qudt/currencyExponent" : 3,
"currencyNumber" : "400",
"dbpediaMatch" : "http://dbpedia.org/resource/Jordanian_dinar",
"expression" : "$JOD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Jordanian_dinar?oldid=495270728",
"wikidataMatch" : "http://www.wikidata.org/entity/Q203722",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Jordanian Dinar", {
"@language" : "en",
"@value" : "Jordanian Dinar"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_JPY
URI: http://qudt.org/vocab/unit/CCY_JPY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_JPY> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "JPY" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "392" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Japanese_yen"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$JPY$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Japanese_yen?oldid=493771966"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/JapaneseYen> ; <http://qudt.org/schema/qudt/symbol> "¥" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q8146> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Japanese Yen" ; rdfs:label "Japanese Yen"@en ; .
{"resource":"Japanese Yen"
,"qname":"unit:CCY_JPY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_JPY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q8146>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"JPY"
,"currency exponent":"0"
,"currency number":"392"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Japanese_yen"
,"expression":"$JPY$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Japanese_yen?oldid=493771966"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Japanese Yen"
,"label":"Japanese Yen"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/JapaneseYen>"
,"symbol":"¥"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_JPY",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "JPY",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "392",
"dbpediaMatch" : "http://dbpedia.org/resource/Japanese_yen",
"expression" : "$JPY$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Japanese_yen?oldid=493771966",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/JapaneseYen",
"symbol" : "¥",
"wikidataMatch" : "http://www.wikidata.org/entity/Q8146",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Japanese Yen", {
"@language" : "en",
"@value" : "Japanese Yen"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_KES
URI: http://qudt.org/vocab/unit/CCY_KES
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_KES> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "KES" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "404" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kenyan_shilling"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$KES$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kenyan_shilling?oldid=489547027"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q202882> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kenyan Shilling" ; rdfs:label "Kenyan Shilling"@en ; .
{"resource":"Kenyan Shilling"
,"qname":"unit:CCY_KES"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_KES"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q202882>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"KES"
,"currency exponent":"2"
,"currency number":"404"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kenyan_shilling"
,"expression":"$KES$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kenyan_shilling?oldid=489547027"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kenyan Shilling"
,"label":"Kenyan Shilling"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_KES",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "KES",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "404",
"dbpediaMatch" : "http://dbpedia.org/resource/Kenyan_shilling",
"expression" : "$KES$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Kenyan_shilling?oldid=489547027",
"wikidataMatch" : "http://www.wikidata.org/entity/Q202882",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kenyan Shilling", {
"@language" : "en",
"@value" : "Kenyan Shilling"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_KGS
URI: http://qudt.org/vocab/unit/CCY_KGS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_KGS> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "KGS" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "417" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Som"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$KGS$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Som?oldid=495411674"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q35881> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Som" ; rdfs:label "Som"@en ; .
{"resource":"Som"
,"qname":"unit:CCY_KGS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_KGS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q35881>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"KGS"
,"currency exponent":"2"
,"currency number":"417"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Som"
,"expression":"$KGS$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Som?oldid=495411674"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Som"
,"label":"Som"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_KGS",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "KGS",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "417",
"dbpediaMatch" : "http://dbpedia.org/resource/Som",
"expression" : "$KGS$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Som?oldid=495411674",
"wikidataMatch" : "http://www.wikidata.org/entity/Q35881",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Som", {
"@language" : "en",
"@value" : "Som"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_KHR
URI: http://qudt.org/vocab/unit/CCY_KHR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_KHR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "KHR" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "116" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Riel"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$KHR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Riel?oldid=473309240"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q204737> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Riel" ; rdfs:label "Riel"@en ; .
{"resource":"Riel"
,"qname":"unit:CCY_KHR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_KHR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q204737>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"KHR"
,"currency exponent":"0"
,"currency number":"116"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Riel"
,"expression":"$KHR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Riel?oldid=473309240"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Riel"
,"label":"Riel"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_KHR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "KHR",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "116",
"dbpediaMatch" : "http://dbpedia.org/resource/Riel",
"expression" : "$KHR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Riel?oldid=473309240",
"wikidataMatch" : "http://www.wikidata.org/entity/Q204737",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Riel", {
"@language" : "en",
"@value" : "Riel"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_KMF
URI: http://qudt.org/vocab/unit/CCY_KMF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_KMF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "KMF" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "174" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Comorian_franc"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$KMF$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Comorian_franc?oldid=489502162"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Comoro Franc" ; rdfs:label "Comoro Franc"@en ; .
{"resource":"Comoro Franc"
,"qname":"unit:CCY_KMF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_KMF"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"KMF"
,"currency exponent":"0"
,"currency number":"174"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Comorian_franc"
,"expression":"$KMF$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Comorian_franc?oldid=489502162"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Comoro Franc"
,"label":"Comoro Franc"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_KMF",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "KMF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "174",
"dbpediaMatch" : "http://dbpedia.org/resource/Comorian_franc",
"expression" : "$KMF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Comorian_franc?oldid=489502162",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Comoro Franc", {
"@language" : "en",
"@value" : "Comoro Franc"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_KPW
URI: http://qudt.org/vocab/unit/CCY_KPW
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_KPW> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "KPW" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "408" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/North_Korean_won"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$KPW$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/North_Korean_won?oldid=495081686"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106720> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "North Korean Won" ; rdfs:label "North Korean Won"@en ; .
{"resource":"North Korean Won"
,"qname":"unit:CCY_KPW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_KPW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106720>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"KPW"
,"currency exponent":"0"
,"currency number":"408"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/North_Korean_won"
,"expression":"$KPW$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/North_Korean_won?oldid=495081686"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"North Korean Won"
,"label":"North Korean Won"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_KPW",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "KPW",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "408",
"dbpediaMatch" : "http://dbpedia.org/resource/North_Korean_won",
"expression" : "$KPW$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/North_Korean_won?oldid=495081686",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106720",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "North Korean Won", {
"@language" : "en",
"@value" : "North Korean Won"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_KRW
URI: http://qudt.org/vocab/unit/CCY_KRW
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_KRW> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "KRW" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "410" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/South_Korean_won"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$KRW$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/South_Korean_won?oldid=494404062"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthKoreanWon> ; <http://qudt.org/schema/qudt/symbol> "₩" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q202040> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "South Korean Won" ; rdfs:label "South Korean Won"@en ; .
{"resource":"South Korean Won"
,"qname":"unit:CCY_KRW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_KRW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q202040>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"KRW"
,"currency exponent":"0"
,"currency number":"410"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/South_Korean_won"
,"expression":"$KRW$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/South_Korean_won?oldid=494404062"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"South Korean Won"
,"label":"South Korean Won"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/SouthKoreanWon>"
,"symbol":"\u20A9"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_KRW",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "KRW",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "410",
"dbpediaMatch" : "http://dbpedia.org/resource/South_Korean_won",
"expression" : "$KRW$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/South_Korean_won?oldid=494404062",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/SouthKoreanWon",
"symbol" : "₩",
"wikidataMatch" : "http://www.wikidata.org/entity/Q202040",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "South Korean Won", {
"@language" : "en",
"@value" : "South Korean Won"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_KWD
URI: http://qudt.org/vocab/unit/CCY_KWD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_KWD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "KWD" ; <http://qudt.org/schema/qudt/currencyExponent> 3 ; <http://qudt.org/schema/qudt/currencyNumber> "414" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kuwaiti_dinar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$KWD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kuwaiti_dinar?oldid=489547428"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q193098> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kuwaiti Dinar" ; rdfs:label "Kuwaiti Dinar"@en ; .
{"resource":"Kuwaiti Dinar"
,"qname":"unit:CCY_KWD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_KWD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q193098>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"KWD"
,"currency exponent":"3"
,"currency number":"414"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kuwaiti_dinar"
,"expression":"$KWD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kuwaiti_dinar?oldid=489547428"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kuwaiti Dinar"
,"label":"Kuwaiti Dinar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_KWD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "KWD",
"http://qudt.org/schema/qudt/currencyExponent" : 3,
"currencyNumber" : "414",
"dbpediaMatch" : "http://dbpedia.org/resource/Kuwaiti_dinar",
"expression" : "$KWD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Kuwaiti_dinar?oldid=489547428",
"wikidataMatch" : "http://www.wikidata.org/entity/Q193098",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kuwaiti Dinar", {
"@language" : "en",
"@value" : "Kuwaiti Dinar"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_KYD
URI: http://qudt.org/vocab/unit/CCY_KYD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_KYD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "KYD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "136" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Cayman_Islands_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$KYD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Cayman_Islands_dollar?oldid=494206112"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q319885> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cayman Islands Dollar" ; rdfs:label "Cayman Islands Dollar"@en ; .
{"resource":"Cayman Islands Dollar"
,"qname":"unit:CCY_KYD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_KYD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q319885>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"KYD"
,"currency exponent":"2"
,"currency number":"136"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Cayman_Islands_dollar"
,"expression":"$KYD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Cayman_Islands_dollar?oldid=494206112"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cayman Islands Dollar"
,"label":"Cayman Islands Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_KYD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "KYD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "136",
"dbpediaMatch" : "http://dbpedia.org/resource/Cayman_Islands_dollar",
"expression" : "$KYD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Cayman_Islands_dollar?oldid=494206112",
"wikidataMatch" : "http://www.wikidata.org/entity/Q319885",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cayman Islands Dollar", {
"@language" : "en",
"@value" : "Cayman Islands Dollar"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_KZT
URI: http://qudt.org/vocab/unit/CCY_KZT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_KZT> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "KZT" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "398" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kazakhstani_tenge"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$KZT$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kazakhstani_tenge?oldid=490523058"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tenge" ; rdfs:label "Tenge"@en ; .
{"resource":"Tenge"
,"qname":"unit:CCY_KZT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_KZT"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"KZT"
,"currency exponent":"2"
,"currency number":"398"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kazakhstani_tenge"
,"expression":"$KZT$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kazakhstani_tenge?oldid=490523058"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tenge"
,"label":"Tenge"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_KZT",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "KZT",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "398",
"dbpediaMatch" : "http://dbpedia.org/resource/Kazakhstani_tenge",
"expression" : "$KZT$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Kazakhstani_tenge?oldid=490523058",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tenge", {
"@language" : "en",
"@value" : "Tenge"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_LAK
URI: http://qudt.org/vocab/unit/CCY_LAK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_LAK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "LAK" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "418" ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/symbol> " ₭" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q200055> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lao Kip" ; rdfs:label "Lao Kip"@en ; .
{"resource":"Lao Kip"
,"qname":"unit:CCY_LAK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_LAK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q200055>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"LAK"
,"currency exponent":"0"
,"currency number":"418"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lao Kip"
,"label":"Lao Kip"
,"symbol":" \u20AD"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_LAK",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "LAK",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "418",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"symbol" : " ₭",
"wikidataMatch" : "http://www.wikidata.org/entity/Q200055",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lao Kip", {
"@language" : "en",
"@value" : "Lao Kip"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_LBP
URI: http://qudt.org/vocab/unit/CCY_LBP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_LBP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "LBP" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "422" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Lebanese_pound"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$LBP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Lebanese_pound?oldid=495528740"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q201880> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lebanese Pound" ; rdfs:label "Lebanese Pound"@en ; .
{"resource":"Lebanese Pound"
,"qname":"unit:CCY_LBP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_LBP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q201880>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"LBP"
,"currency exponent":"0"
,"currency number":"422"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Lebanese_pound"
,"expression":"$LBP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Lebanese_pound?oldid=495528740"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lebanese Pound"
,"label":"Lebanese Pound"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_LBP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "LBP",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "422",
"dbpediaMatch" : "http://dbpedia.org/resource/Lebanese_pound",
"expression" : "$LBP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Lebanese_pound?oldid=495528740",
"wikidataMatch" : "http://www.wikidata.org/entity/Q201880",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lebanese Pound", {
"@language" : "en",
"@value" : "Lebanese Pound"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_LKR
URI: http://qudt.org/vocab/unit/CCY_LKR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_LKR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "LKR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "144" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Sri_Lankan_rupee"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$LKR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Sri_Lankan_rupee?oldid=495359963"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4596> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Sri Lanka Rupee" ; rdfs:label "Sri Lanka Rupee"@en ; .
{"resource":"Sri Lanka Rupee"
,"qname":"unit:CCY_LKR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_LKR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4596>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"LKR"
,"currency exponent":"2"
,"currency number":"144"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Sri_Lankan_rupee"
,"expression":"$LKR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Sri_Lankan_rupee?oldid=495359963"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sri Lanka Rupee"
,"label":"Sri Lanka Rupee"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_LKR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "LKR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "144",
"dbpediaMatch" : "http://dbpedia.org/resource/Sri_Lankan_rupee",
"expression" : "$LKR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Sri_Lankan_rupee?oldid=495359963",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4596",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Sri Lanka Rupee", {
"@language" : "en",
"@value" : "Sri Lanka Rupee"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_LRD
URI: http://qudt.org/vocab/unit/CCY_LRD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_LRD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "LRD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "430" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Liberian_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$LRD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Liberian_dollar?oldid=489549110"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q242988> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liberian Dollar" ; rdfs:label "Liberian Dollar"@en ; .
{"resource":"Liberian Dollar"
,"qname":"unit:CCY_LRD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_LRD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q242988>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"LRD"
,"currency exponent":"2"
,"currency number":"430"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Liberian_dollar"
,"expression":"$LRD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Liberian_dollar?oldid=489549110"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liberian Dollar"
,"label":"Liberian Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_LRD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "LRD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "430",
"dbpediaMatch" : "http://dbpedia.org/resource/Liberian_dollar",
"expression" : "$LRD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Liberian_dollar?oldid=489549110",
"wikidataMatch" : "http://www.wikidata.org/entity/Q242988",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Liberian Dollar", {
"@language" : "en",
"@value" : "Liberian Dollar"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_LSL
URI: http://qudt.org/vocab/unit/CCY_LSL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_LSL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "LSL" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "426" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Loti"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$LSL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Loti?oldid=384534708"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q208039> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Loti" ; rdfs:label "Loti"@en ; .
{"resource":"Loti"
,"qname":"unit:CCY_LSL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_LSL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q208039>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"LSL"
,"currency exponent":"2"
,"currency number":"426"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Loti"
,"expression":"$LSL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Loti?oldid=384534708"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Loti"
,"label":"Loti"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_LSL",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "LSL",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "426",
"dbpediaMatch" : "http://dbpedia.org/resource/Loti",
"expression" : "$LSL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Loti?oldid=384534708",
"wikidataMatch" : "http://www.wikidata.org/entity/Q208039",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Loti", {
"@language" : "en",
"@value" : "Loti"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_LTL
URI: http://qudt.org/vocab/unit/CCY_LTL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_LTL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "LTL" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "440" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Lithuanian_litas"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$LTL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Lithuanian_litas?oldid=493046592"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25627> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lithuanian Litas" ; rdfs:label "Lithuanian Litas"@en ; .
{"resource":"Lithuanian Litas"
,"qname":"unit:CCY_LTL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_LTL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25627>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"LTL"
,"currency exponent":"2"
,"currency number":"440"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Lithuanian_litas"
,"expression":"$LTL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Lithuanian_litas?oldid=493046592"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lithuanian Litas"
,"label":"Lithuanian Litas"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_LTL",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "LTL",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "440",
"dbpediaMatch" : "http://dbpedia.org/resource/Lithuanian_litas",
"expression" : "$LTL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Lithuanian_litas?oldid=493046592",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25627",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lithuanian Litas", {
"@language" : "en",
"@value" : "Lithuanian Litas"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_LVL
URI: http://qudt.org/vocab/unit/CCY_LVL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_LVL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "LVL" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "428" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Latvian_lats"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$LVL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Latvian_lats?oldid=492800402"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q133011> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Latvian Lats" ; rdfs:label "Latvian Lats"@en ; .
{"resource":"Latvian Lats"
,"qname":"unit:CCY_LVL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_LVL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q133011>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"LVL"
,"currency exponent":"2"
,"currency number":"428"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Latvian_lats"
,"expression":"$LVL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Latvian_lats?oldid=492800402"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Latvian Lats"
,"label":"Latvian Lats"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_LVL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "LVL",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "428",
"dbpediaMatch" : "http://dbpedia.org/resource/Latvian_lats",
"expression" : "$LVL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Latvian_lats?oldid=492800402",
"wikidataMatch" : "http://www.wikidata.org/entity/Q133011",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Latvian Lats", {
"@language" : "en",
"@value" : "Latvian Lats"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_LYD
URI: http://qudt.org/vocab/unit/CCY_LYD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_LYD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "LYD" ; <http://qudt.org/schema/qudt/currencyExponent> 3 ; <http://qudt.org/schema/qudt/currencyNumber> "434" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Libyan_dinar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$LYD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Libyan_dinar?oldid=491421981"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q190699> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Libyan Dinar" ; rdfs:label "Libyan Dinar"@en ; .
{"resource":"Libyan Dinar"
,"qname":"unit:CCY_LYD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_LYD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q190699>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"LYD"
,"currency exponent":"3"
,"currency number":"434"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Libyan_dinar"
,"expression":"$LYD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Libyan_dinar?oldid=491421981"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Libyan Dinar"
,"label":"Libyan Dinar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_LYD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "LYD",
"http://qudt.org/schema/qudt/currencyExponent" : 3,
"currencyNumber" : "434",
"dbpediaMatch" : "http://dbpedia.org/resource/Libyan_dinar",
"expression" : "$LYD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Libyan_dinar?oldid=491421981",
"wikidataMatch" : "http://www.wikidata.org/entity/Q190699",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Libyan Dinar", {
"@language" : "en",
"@value" : "Libyan Dinar"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MAD
URI: http://qudt.org/vocab/unit/CCY_MAD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MAD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MAD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "504" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Moroccan_dirham"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MAD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Moroccan_dirham?oldid=490560557"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q200192> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Moroccan Dirham" ; rdfs:label "Moroccan Dirham"@en ; .
{"resource":"Moroccan Dirham"
,"qname":"unit:CCY_MAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q200192>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MAD"
,"currency exponent":"2"
,"currency number":"504"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Moroccan_dirham"
,"expression":"$MAD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Moroccan_dirham?oldid=490560557"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Moroccan Dirham"
,"label":"Moroccan Dirham"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MAD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MAD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "504",
"dbpediaMatch" : "http://dbpedia.org/resource/Moroccan_dirham",
"expression" : "$MAD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Moroccan_dirham?oldid=490560557",
"wikidataMatch" : "http://www.wikidata.org/entity/Q200192",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Moroccan Dirham", {
"@language" : "en",
"@value" : "Moroccan Dirham"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MDL
URI: http://qudt.org/vocab/unit/CCY_MDL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MDL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MDL" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "498" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Moldovan_leu"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MDL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Moldovan_leu?oldid=490027766"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q181129> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Moldovan Leu" ; rdfs:label "Moldovan Leu"@en ; .
{"resource":"Moldovan Leu"
,"qname":"unit:CCY_MDL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MDL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q181129>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MDL"
,"currency exponent":"2"
,"currency number":"498"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Moldovan_leu"
,"expression":"$MDL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Moldovan_leu?oldid=490027766"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Moldovan Leu"
,"label":"Moldovan Leu"
,"symbol":"L"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MDL",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MDL",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "498",
"dbpediaMatch" : "http://dbpedia.org/resource/Moldovan_leu",
"expression" : "$MDL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Moldovan_leu?oldid=490027766",
"symbol" : "L",
"wikidataMatch" : "http://www.wikidata.org/entity/Q181129",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Moldovan Leu", {
"@language" : "en",
"@value" : "Moldovan Leu"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MGA
URI: http://qudt.org/vocab/unit/CCY_MGA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MGA> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MGA" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "969" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Malagasy_ariary"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MGA$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Malagasy_ariary?oldid=489551279"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4584> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Malagasy Ariary" ; rdfs:label "Malagasy Ariary"@en ; .
{"resource":"Malagasy Ariary"
,"qname":"unit:CCY_MGA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MGA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4584>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MGA"
,"currency exponent":"0"
,"currency number":"969"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Malagasy_ariary"
,"expression":"$MGA$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Malagasy_ariary?oldid=489551279"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Malagasy Ariary"
,"label":"Malagasy Ariary"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MGA",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MGA",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "969",
"dbpediaMatch" : "http://dbpedia.org/resource/Malagasy_ariary",
"expression" : "$MGA$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Malagasy_ariary?oldid=489551279",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4584",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Malagasy Ariary", {
"@language" : "en",
"@value" : "Malagasy Ariary"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MKD
URI: http://qudt.org/vocab/unit/CCY_MKD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MKD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MKD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "807" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Macedonian_denar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MKD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Macedonian_denar?oldid=489550202"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ден" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q177875> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Denar" ; rdfs:label "Denar"@en ; .
{"resource":"Denar"
,"qname":"unit:CCY_MKD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MKD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q177875>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MKD"
,"currency exponent":"2"
,"currency number":"807"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Macedonian_denar"
,"expression":"$MKD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Macedonian_denar?oldid=489550202"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Denar"
,"label":"Denar"
,"symbol":"ден"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MKD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MKD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "807",
"dbpediaMatch" : "http://dbpedia.org/resource/Macedonian_denar",
"expression" : "$MKD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Macedonian_denar?oldid=489550202",
"symbol" : "ден",
"wikidataMatch" : "http://www.wikidata.org/entity/Q177875",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Denar", {
"@language" : "en",
"@value" : "Denar"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MMK
URI: http://qudt.org/vocab/unit/CCY_MMK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MMK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MMK" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "104" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Myanma_kyat"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MMK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Myanma_kyat?oldid=441109905"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q201875> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kyat" ; rdfs:label "Kyat"@en ; .
{"resource":"Kyat"
,"qname":"unit:CCY_MMK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MMK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q201875>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MMK"
,"currency exponent":"0"
,"currency number":"104"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Myanma_kyat"
,"expression":"$MMK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Myanma_kyat?oldid=441109905"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kyat"
,"label":"Kyat"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MMK",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MMK",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "104",
"dbpediaMatch" : "http://dbpedia.org/resource/Myanma_kyat",
"expression" : "$MMK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Myanma_kyat?oldid=441109905",
"wikidataMatch" : "http://www.wikidata.org/entity/Q201875",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kyat", {
"@language" : "en",
"@value" : "Kyat"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MNT
URI: http://qudt.org/vocab/unit/CCY_MNT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MNT> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Mongolian_t%C3%B6gr%C3%B6g"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mongolian_tögrög?oldid=495408271"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q183435> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mongolian Tugrik" ; rdfs:label "Mongolian Tugrik"@en ; .
{"resource":"Mongolian Tugrik"
,"qname":"unit:CCY_MNT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MNT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q183435>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency exponent":"2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Mongolian_t%C3%B6gr%C3%B6g"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mongolian_tögrög?oldid=495408271"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mongolian Tugrik"
,"label":"Mongolian Tugrik"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MNT",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"dbpediaMatch" : "http://dbpedia.org/resource/Mongolian_t%C3%B6gr%C3%B6g",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Mongolian_tögrög?oldid=495408271",
"wikidataMatch" : "http://www.wikidata.org/entity/Q183435",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mongolian Tugrik", {
"@language" : "en",
"@value" : "Mongolian Tugrik"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MOP
URI: http://qudt.org/vocab/unit/CCY_MOP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MOP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MOP" ; <http://qudt.org/schema/qudt/currencyExponent> 1 ; <http://qudt.org/schema/qudt/currencyNumber> "446" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pataca"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MOP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pataca?oldid=482490442"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q241214> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pataca" ; rdfs:label "Pataca"@en ; .
{"resource":"Pataca"
,"qname":"unit:CCY_MOP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MOP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q241214>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MOP"
,"currency exponent":"1"
,"currency number":"446"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pataca"
,"expression":"$MOP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pataca?oldid=482490442"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pataca"
,"label":"Pataca"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MOP",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MOP",
"http://qudt.org/schema/qudt/currencyExponent" : 1,
"currencyNumber" : "446",
"dbpediaMatch" : "http://dbpedia.org/resource/Pataca",
"expression" : "$MOP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Pataca?oldid=482490442",
"wikidataMatch" : "http://www.wikidata.org/entity/Q241214",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pataca", {
"@language" : "en",
"@value" : "Pataca"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MRU
URI: http://qudt.org/vocab/unit/CCY_MRU
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MRU> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MRU" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "929" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Mauritanian_ouguiya"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MRO$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mauritanian_ouguiya?oldid=490027072"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ouguiya" ; rdfs:label "Ouguiya"@en ; .
{"resource":"Ouguiya"
,"qname":"unit:CCY_MRU"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MRU"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MRU"
,"currency exponent":"0"
,"currency number":"929"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Mauritanian_ouguiya"
,"expression":"$MRO$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mauritanian_ouguiya?oldid=490027072"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ouguiya"
,"label":"Ouguiya"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MRU",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MRU",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "929",
"dbpediaMatch" : "http://dbpedia.org/resource/Mauritanian_ouguiya",
"expression" : "$MRO$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Mauritanian_ouguiya?oldid=490027072",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ouguiya", {
"@language" : "en",
"@value" : "Ouguiya"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MTL
URI: http://qudt.org/vocab/unit/CCY_MTL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MTL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MTL" ; <http://qudt.org/schema/qudt/currencyNumber> "470" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Maltese_lira"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MTL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Maltese_lira?oldid=493810797"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q174467> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Maltese Lira" ; rdfs:label "Maltese Lira"@en ; .
{"resource":"Maltese Lira"
,"qname":"unit:CCY_MTL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MTL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q174467>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MTL"
,"currency number":"470"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Maltese_lira"
,"expression":"$MTL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Maltese_lira?oldid=493810797"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Maltese Lira"
,"label":"Maltese Lira"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MTL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MTL",
"currencyNumber" : "470",
"dbpediaMatch" : "http://dbpedia.org/resource/Maltese_lira",
"expression" : "$MTL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Maltese_lira?oldid=493810797",
"wikidataMatch" : "http://www.wikidata.org/entity/Q174467",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Maltese Lira", {
"@language" : "en",
"@value" : "Maltese Lira"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MUR
URI: http://qudt.org/vocab/unit/CCY_MUR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MUR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MUR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "480" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Mauritian_rupee"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MUR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mauritian_rupee?oldid=487629200"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q212967> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mauritius Rupee" ; rdfs:label "Mauritius Rupee"@en ; .
{"resource":"Mauritius Rupee"
,"qname":"unit:CCY_MUR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MUR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q212967>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MUR"
,"currency exponent":"2"
,"currency number":"480"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Mauritian_rupee"
,"expression":"$MUR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mauritian_rupee?oldid=487629200"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mauritius Rupee"
,"label":"Mauritius Rupee"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MUR",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MUR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "480",
"dbpediaMatch" : "http://dbpedia.org/resource/Mauritian_rupee",
"expression" : "$MUR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Mauritian_rupee?oldid=487629200",
"wikidataMatch" : "http://www.wikidata.org/entity/Q212967",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mauritius Rupee", {
"@language" : "en",
"@value" : "Mauritius Rupee"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MVR
URI: http://qudt.org/vocab/unit/CCY_MVR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MVR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MVR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "462" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Maldivian_rufiyaa"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MVR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Maldivian_rufiyaa?oldid=491578728"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q206600> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Rufiyaa" ; rdfs:label "Rufiyaa"@en ; .
{"resource":"Rufiyaa"
,"qname":"unit:CCY_MVR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MVR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q206600>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MVR"
,"currency exponent":"2"
,"currency number":"462"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Maldivian_rufiyaa"
,"expression":"$MVR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Maldivian_rufiyaa?oldid=491578728"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rufiyaa"
,"label":"Rufiyaa"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MVR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MVR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "462",
"dbpediaMatch" : "http://dbpedia.org/resource/Maldivian_rufiyaa",
"expression" : "$MVR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Maldivian_rufiyaa?oldid=491578728",
"wikidataMatch" : "http://www.wikidata.org/entity/Q206600",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Rufiyaa"
}, "Rufiyaa" ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MWK
URI: http://qudt.org/vocab/unit/CCY_MWK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MWK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MWK" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "454" ; <http://qudt.org/schema/qudt/expression> "$MWK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q211694> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Malawi Kwacha" ; rdfs:label "Malawi Kwacha"@en ; .
{"resource":"Malawi Kwacha"
,"qname":"unit:CCY_MWK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MWK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q211694>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MWK"
,"currency exponent":"2"
,"currency number":"454"
,"expression":"$MWK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Malawi Kwacha"
,"label":"Malawi Kwacha"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MWK",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MWK",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "454",
"expression" : "$MWK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"wikidataMatch" : "http://www.wikidata.org/entity/Q211694",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Malawi Kwacha", {
"@language" : "en",
"@value" : "Malawi Kwacha"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MXN
URI: http://qudt.org/vocab/unit/CCY_MXN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MXN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MXN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "484" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Mexican_peso"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MXN$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mexican_peso?oldid=494829813"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso> ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4730> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mexican Peso" ; rdfs:label "Mexican Peso"@en ; .
{"resource":"Mexican Peso"
,"qname":"unit:CCY_MXN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MXN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4730>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MXN"
,"currency exponent":"2"
,"currency number":"484"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Mexican_peso"
,"expression":"$MXN$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mexican_peso?oldid=494829813"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mexican Peso"
,"label":"Mexican Peso"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/MexicanPeso>"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MXN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MXN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "484",
"dbpediaMatch" : "http://dbpedia.org/resource/Mexican_peso",
"expression" : "$MXN$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Mexican_peso?oldid=494829813",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/MexicanPeso",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4730",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mexican Peso", {
"@language" : "en",
"@value" : "Mexican Peso"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MXV
URI: http://qudt.org/vocab/unit/CCY_MXV
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MXV> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MXV" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "979" ; <http://qudt.org/schema/qudt/expression> "$MXV$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mexican Unidad De Inversion (udi) (funds Code)" ; rdfs:label "Mexican Unidad De Inversion (udi) (funds Code)"@en ; .
{"resource":"Mexican Unidad De Inversion (udi) (funds Code)"
,"qname":"unit:CCY_MXV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MXV"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MXV"
,"currency exponent":"2"
,"currency number":"979"
,"expression":"$MXV$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mexican Unidad De Inversion (udi) (funds Code)"
,"label":"Mexican Unidad De Inversion (udi) (funds Code)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MXV",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MXV",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "979",
"expression" : "$MXV$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mexican Unidad De Inversion (udi) (funds Code)", {
"@language" : "en",
"@value" : "Mexican Unidad De Inversion (udi) (funds Code)"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MYR
URI: http://qudt.org/vocab/unit/CCY_MYR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MYR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MYR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "458" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Malaysian_ringgit"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MYR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Malaysian_ringgit?oldid=494417091"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "RM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q163712> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Malaysian Ringgit" ; rdfs:label "Malaysian Ringgit"@en ; .
{"resource":"Malaysian Ringgit"
,"qname":"unit:CCY_MYR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MYR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q163712>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MYR"
,"currency exponent":"2"
,"currency number":"458"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Malaysian_ringgit"
,"expression":"$MYR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Malaysian_ringgit?oldid=494417091"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Malaysian Ringgit"
,"label":"Malaysian Ringgit"
,"symbol":"RM"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MYR",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MYR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "458",
"dbpediaMatch" : "http://dbpedia.org/resource/Malaysian_ringgit",
"expression" : "$MYR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Malaysian_ringgit?oldid=494417091",
"symbol" : "RM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q163712",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Malaysian Ringgit", {
"@language" : "en",
"@value" : "Malaysian Ringgit"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_MZN
URI: http://qudt.org/vocab/unit/CCY_MZN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_MZN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "MZN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "943" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Mozambican_metical"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$MZN$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mozambican_metical?oldid=488225670"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q200753> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metical" ; rdfs:label "Metical"@en ; .
{"resource":"Metical"
,"qname":"unit:CCY_MZN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_MZN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q200753>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"MZN"
,"currency exponent":"2"
,"currency number":"943"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Mozambican_metical"
,"expression":"$MZN$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mozambican_metical?oldid=488225670"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metical"
,"label":"Metical"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_MZN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "MZN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "943",
"dbpediaMatch" : "http://dbpedia.org/resource/Mozambican_metical",
"expression" : "$MZN$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Mozambican_metical?oldid=488225670",
"wikidataMatch" : "http://www.wikidata.org/entity/Q200753",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metical", {
"@language" : "en",
"@value" : "Metical"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_NAD
URI: http://qudt.org/vocab/unit/CCY_NAD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_NAD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "NAD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "516" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Namibian_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$NAD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Namibian_dollar?oldid=495250023"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q202462> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Namibian Dollar" ; rdfs:label "Namibian Dollar"@en ; .
{"resource":"Namibian Dollar"
,"qname":"unit:CCY_NAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_NAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q202462>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"NAD"
,"currency exponent":"2"
,"currency number":"516"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Namibian_dollar"
,"expression":"$NAD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Namibian_dollar?oldid=495250023"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Namibian Dollar"
,"label":"Namibian Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_NAD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "NAD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "516",
"dbpediaMatch" : "http://dbpedia.org/resource/Namibian_dollar",
"expression" : "$NAD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Namibian_dollar?oldid=495250023",
"wikidataMatch" : "http://www.wikidata.org/entity/Q202462",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Namibian Dollar", {
"@language" : "en",
"@value" : "Namibian Dollar"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_NGN
URI: http://qudt.org/vocab/unit/CCY_NGN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_NGN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "NGN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "566" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Nigerian_naira"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$NGN$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Nigerian_naira?oldid=493462003"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q203567> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Naira" ; rdfs:label "Naira"@en ; .
{"resource":"Naira"
,"qname":"unit:CCY_NGN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_NGN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q203567>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"NGN"
,"currency exponent":"2"
,"currency number":"566"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Nigerian_naira"
,"expression":"$NGN$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Nigerian_naira?oldid=493462003"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Naira"
,"label":"Naira"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_NGN",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "NGN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "566",
"dbpediaMatch" : "http://dbpedia.org/resource/Nigerian_naira",
"expression" : "$NGN$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Nigerian_naira?oldid=493462003",
"wikidataMatch" : "http://www.wikidata.org/entity/Q203567",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Naira", {
"@language" : "en",
"@value" : "Naira"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_NIO
URI: http://qudt.org/vocab/unit/CCY_NIO
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_NIO> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "NIO" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "558" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Nicaraguan_c%C3%B3rdoba"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$NIO$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Nicaraguan_córdoba?oldid=486140595"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cordoba Oro" ; rdfs:label "Cordoba Oro"@en ; .
{"resource":"Cordoba Oro"
,"qname":"unit:CCY_NIO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_NIO"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"NIO"
,"currency exponent":"2"
,"currency number":"558"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Nicaraguan_c%C3%B3rdoba"
,"expression":"$NIO$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Nicaraguan_córdoba?oldid=486140595"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cordoba Oro"
,"label":"Cordoba Oro"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_NIO",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "NIO",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "558",
"dbpediaMatch" : "http://dbpedia.org/resource/Nicaraguan_c%C3%B3rdoba",
"expression" : "$NIO$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Nicaraguan_córdoba?oldid=486140595",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cordoba Oro", {
"@language" : "en",
"@value" : "Cordoba Oro"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_NOK
URI: http://qudt.org/vocab/unit/CCY_NOK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_NOK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "NOK" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "578" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Norwegian_krone"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$NOK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Norwegian_krone?oldid=495283934"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/NorwegianKrone> ; <http://qudt.org/schema/qudt/symbol> "kr" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q132643> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Norwegian Krone" ; rdfs:label "Norwegian Krone"@en ; .
{"resource":"Norwegian Krone"
,"qname":"unit:CCY_NOK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_NOK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q132643>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"NOK"
,"currency exponent":"2"
,"currency number":"578"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Norwegian_krone"
,"expression":"$NOK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Norwegian_krone?oldid=495283934"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Norwegian Krone"
,"label":"Norwegian Krone"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/NorwegianKrone>"
,"symbol":"kr"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_NOK",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "NOK",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "578",
"dbpediaMatch" : "http://dbpedia.org/resource/Norwegian_krone",
"expression" : "$NOK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Norwegian_krone?oldid=495283934",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/NorwegianKrone",
"symbol" : "kr",
"wikidataMatch" : "http://www.wikidata.org/entity/Q132643",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Norwegian Krone", {
"@language" : "en",
"@value" : "Norwegian Krone"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_NOK-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_NOK-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_NOK-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "kr/(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Norwegian Krone per Kilowatt Hour" ; rdfs:label "Norwegian Krone per Kilowatt Hour"@en ; .
{"resource":"Norwegian Krone per Kilowatt Hour"
,"qname":"unit:CCY_NOK-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_NOK-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Norwegian Krone per Kilowatt Hour"
,"label":"Norwegian Krone per Kilowatt Hour"
,"symbol":"kr\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_NOK-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "kr/(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Norwegian Krone per Kilowatt Hour", {
"@language" : "en",
"@value" : "Norwegian Krone per Kilowatt Hour"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_NPR
URI: http://qudt.org/vocab/unit/CCY_NPR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_NPR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "NPR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "524" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Nepalese_rupee"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$NPR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Nepalese_rupee?oldid=476894226"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q202895> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nepalese Rupee" ; rdfs:label "Nepalese Rupee"@en ; .
{"resource":"Nepalese Rupee"
,"qname":"unit:CCY_NPR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_NPR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q202895>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"NPR"
,"currency exponent":"2"
,"currency number":"524"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Nepalese_rupee"
,"expression":"$NPR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Nepalese_rupee?oldid=476894226"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nepalese Rupee"
,"label":"Nepalese Rupee"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_NPR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "NPR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "524",
"dbpediaMatch" : "http://dbpedia.org/resource/Nepalese_rupee",
"expression" : "$NPR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Nepalese_rupee?oldid=476894226",
"wikidataMatch" : "http://www.wikidata.org/entity/Q202895",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nepalese Rupee", {
"@language" : "en",
"@value" : "Nepalese Rupee"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_NZD
URI: http://qudt.org/vocab/unit/CCY_NZD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_NZD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "NZD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "554" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/New_Zealand_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$NZD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/New_Zealand_dollar?oldid=495487722"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/NewZealandDollar> ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1472704> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "New Zealand Dollar" ; rdfs:label "New Zealand Dollar"@en ; .
{"resource":"New Zealand Dollar"
,"qname":"unit:CCY_NZD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_NZD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1472704>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"NZD"
,"currency exponent":"2"
,"currency number":"554"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/New_Zealand_dollar"
,"expression":"$NZD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/New_Zealand_dollar?oldid=495487722"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"New Zealand Dollar"
,"label":"New Zealand Dollar"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/NewZealandDollar>"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_NZD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "NZD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "554",
"dbpediaMatch" : "http://dbpedia.org/resource/New_Zealand_dollar",
"expression" : "$NZD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/New_Zealand_dollar?oldid=495487722",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/NewZealandDollar",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1472704",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "New Zealand Dollar", {
"@language" : "en",
"@value" : "New Zealand Dollar"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_OMR
URI: http://qudt.org/vocab/unit/CCY_OMR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_OMR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "OMR" ; <http://qudt.org/schema/qudt/currencyExponent> 3 ; <http://qudt.org/schema/qudt/currencyNumber> "512" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Omani_rial"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$OMR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Omani_rial?oldid=491748879"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q272290> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Rial Omani" ; rdfs:label "Rial Omani"@en ; .
{"resource":"Rial Omani"
,"qname":"unit:CCY_OMR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_OMR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q272290>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"OMR"
,"currency exponent":"3"
,"currency number":"512"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Omani_rial"
,"expression":"$OMR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Omani_rial?oldid=491748879"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rial Omani"
,"label":"Rial Omani"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_OMR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "OMR",
"http://qudt.org/schema/qudt/currencyExponent" : 3,
"currencyNumber" : "512",
"dbpediaMatch" : "http://dbpedia.org/resource/Omani_rial",
"expression" : "$OMR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Omani_rial?oldid=491748879",
"wikidataMatch" : "http://www.wikidata.org/entity/Q272290",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Rial Omani", {
"@language" : "en",
"@value" : "Rial Omani"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_PAB
URI: http://qudt.org/vocab/unit/CCY_PAB
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_PAB> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "PAB" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "590" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Balboa"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Balboa?oldid=482550791"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q210472> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Balboa" ; rdfs:label "Balboa"@en ; .
{"resource":"Balboa"
,"qname":"unit:CCY_PAB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_PAB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q210472>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"PAB"
,"currency exponent":"2"
,"currency number":"590"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Balboa"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Balboa?oldid=482550791"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Balboa"
,"label":"Balboa"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_PAB",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "PAB",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "590",
"dbpediaMatch" : "http://dbpedia.org/resource/Balboa",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Balboa?oldid=482550791",
"wikidataMatch" : "http://www.wikidata.org/entity/Q210472",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Balboa", {
"@language" : "en",
"@value" : "Balboa"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_PEN
URI: http://qudt.org/vocab/unit/CCY_PEN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_PEN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "PEN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "604" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Peruvian_nuevo_sol"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$PEN$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Peruvian_nuevo_sol?oldid=494237249"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q204656> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nuevo Sol" ; rdfs:label "Nuevo Sol"@en ; .
{"resource":"Nuevo Sol"
,"qname":"unit:CCY_PEN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_PEN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q204656>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"PEN"
,"currency exponent":"2"
,"currency number":"604"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Peruvian_nuevo_sol"
,"expression":"$PEN$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Peruvian_nuevo_sol?oldid=494237249"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nuevo Sol"
,"label":"Nuevo Sol"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_PEN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "PEN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "604",
"dbpediaMatch" : "http://dbpedia.org/resource/Peruvian_nuevo_sol",
"expression" : "$PEN$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Peruvian_nuevo_sol?oldid=494237249",
"wikidataMatch" : "http://www.wikidata.org/entity/Q204656",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nuevo Sol", {
"@language" : "en",
"@value" : "Nuevo Sol"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_PGK
URI: http://qudt.org/vocab/unit/CCY_PGK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_PGK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "PGK" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "598" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kina"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$PGK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kina?oldid=477155361"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q200759> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kina" ; rdfs:label "Kina"@en ; .
{"resource":"Kina"
,"qname":"unit:CCY_PGK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_PGK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q200759>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"PGK"
,"currency exponent":"2"
,"currency number":"598"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kina"
,"expression":"$PGK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kina?oldid=477155361"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kina"
,"label":"Kina"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_PGK",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "PGK",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "598",
"dbpediaMatch" : "http://dbpedia.org/resource/Kina",
"expression" : "$PGK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Kina?oldid=477155361",
"wikidataMatch" : "http://www.wikidata.org/entity/Q200759",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kina", {
"@language" : "en",
"@value" : "Kina"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_PHP
URI: http://qudt.org/vocab/unit/CCY_PHP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_PHP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "PHP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "608" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Philippine_peso"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$PHP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Philippine_peso?oldid=495411811"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "₱" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q17193> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Philippine Peso" ; rdfs:label "Philippine Peso"@en ; .
{"resource":"Philippine Peso"
,"qname":"unit:CCY_PHP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_PHP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q17193>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"PHP"
,"currency exponent":"2"
,"currency number":"608"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Philippine_peso"
,"expression":"$PHP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Philippine_peso?oldid=495411811"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Philippine Peso"
,"label":"Philippine Peso"
,"symbol":"\u20B1"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_PHP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "PHP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "608",
"dbpediaMatch" : "http://dbpedia.org/resource/Philippine_peso",
"expression" : "$PHP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Philippine_peso?oldid=495411811",
"symbol" : "₱",
"wikidataMatch" : "http://www.wikidata.org/entity/Q17193",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Philippine Peso"
}, "Philippine Peso" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_PKR
URI: http://qudt.org/vocab/unit/CCY_PKR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_PKR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "PKR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "586" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pakistani_rupee"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$PKR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pakistani_rupee?oldid=494937873"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q188289> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pakistan Rupee" ; rdfs:label "Pakistan Rupee"@en ; .
{"resource":"Pakistan Rupee"
,"qname":"unit:CCY_PKR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_PKR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q188289>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"PKR"
,"currency exponent":"2"
,"currency number":"586"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pakistani_rupee"
,"expression":"$PKR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pakistani_rupee?oldid=494937873"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pakistan Rupee"
,"label":"Pakistan Rupee"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_PKR",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "PKR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "586",
"dbpediaMatch" : "http://dbpedia.org/resource/Pakistani_rupee",
"expression" : "$PKR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Pakistani_rupee?oldid=494937873",
"wikidataMatch" : "http://www.wikidata.org/entity/Q188289",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pakistan Rupee"
}, "Pakistan Rupee" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_PLN
URI: http://qudt.org/vocab/unit/CCY_PLN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_PLN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "PLN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "985" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Polish_z%C5%82oty"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$PLN$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Polish_złoty?oldid=492697733"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "zł" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q123213> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Zloty" ; rdfs:label "Zloty"@en ; .
{"resource":"Zloty"
,"qname":"unit:CCY_PLN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_PLN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q123213>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"PLN"
,"currency exponent":"2"
,"currency number":"985"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Polish_z%C5%82oty"
,"expression":"$PLN$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Polish_złoty?oldid=492697733"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Zloty"
,"label":"Zloty"
,"symbol":"zł"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_PLN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "PLN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "985",
"dbpediaMatch" : "http://dbpedia.org/resource/Polish_z%C5%82oty",
"expression" : "$PLN$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Polish_złoty?oldid=492697733",
"symbol" : "zł",
"wikidataMatch" : "http://www.wikidata.org/entity/Q123213",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Zloty", {
"@language" : "en",
"@value" : "Zloty"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_PLN-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_PLN-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_PLN-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "zł/(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Zloty per Kilowatt Hour" ; rdfs:label "Zloty per Kilowatt Hour"@en ; .
{"resource":"Zloty per Kilowatt Hour"
,"qname":"unit:CCY_PLN-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_PLN-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Zloty per Kilowatt Hour"
,"label":"Zloty per Kilowatt Hour"
,"symbol":"zł\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_PLN-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "zł/(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Zloty per Kilowatt Hour"
}, "Zloty per Kilowatt Hour" ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_PYG
URI: http://qudt.org/vocab/unit/CCY_PYG
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_PYG> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "PYG" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "600" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Guaran%C3%AD"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$PYG$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Guaraní?oldid=412592698"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q207514> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Guarani" ; rdfs:label "Guarani"@en ; .
{"resource":"Guarani"
,"qname":"unit:CCY_PYG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_PYG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q207514>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"PYG"
,"currency exponent":"0"
,"currency number":"600"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Guaran%C3%AD"
,"expression":"$PYG$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Guaraní?oldid=412592698"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Guarani"
,"label":"Guarani"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_PYG",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "PYG",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "600",
"dbpediaMatch" : "http://dbpedia.org/resource/Guaran%C3%AD",
"expression" : "$PYG$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Guaraní?oldid=412592698",
"wikidataMatch" : "http://www.wikidata.org/entity/Q207514",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Guarani", {
"@language" : "en",
"@value" : "Guarani"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_QAR
URI: http://qudt.org/vocab/unit/CCY_QAR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_QAR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "QAR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "634" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Qatari_riyal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$QAR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Qatari_riyal?oldid=491747452"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q206386> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Qatari Rial" ; rdfs:label "Qatari Rial"@en ; .
{"resource":"Qatari Rial"
,"qname":"unit:CCY_QAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_QAR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q206386>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"QAR"
,"currency exponent":"2"
,"currency number":"634"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Qatari_riyal"
,"expression":"$QAR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Qatari_riyal?oldid=491747452"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Qatari Rial"
,"label":"Qatari Rial"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_QAR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "QAR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "634",
"dbpediaMatch" : "http://dbpedia.org/resource/Qatari_riyal",
"expression" : "$QAR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Qatari_riyal?oldid=491747452",
"wikidataMatch" : "http://www.wikidata.org/entity/Q206386",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Qatari Rial", {
"@language" : "en",
"@value" : "Qatari Rial"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_RON
URI: http://qudt.org/vocab/unit/CCY_RON
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_RON> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "RON" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "946" ; <http://qudt.org/schema/qudt/expression> "$RON$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/symbol> "L" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Romanian New Leu" ; rdfs:label "Romanian New Leu"@en ; .
{"resource":"Romanian New Leu"
,"qname":"unit:CCY_RON"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_RON"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"RON"
,"currency exponent":"2"
,"currency number":"946"
,"expression":"$RON$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Romanian New Leu"
,"label":"Romanian New Leu"
,"symbol":"L"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_RON",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "RON",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "946",
"expression" : "$RON$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"symbol" : "L",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Romanian New Leu", {
"@language" : "en",
"@value" : "Romanian New Leu"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_RON-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_RON-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_RON-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "L/(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Romanian New Leu per Kilowatt Hour" ; rdfs:label "Romanian New Leu per Kilowatt Hour"@en ; .
{"resource":"Romanian New Leu per Kilowatt Hour"
,"qname":"unit:CCY_RON-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_RON-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Romanian New Leu per Kilowatt Hour"
,"label":"Romanian New Leu per Kilowatt Hour"
,"symbol":"L\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_RON-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "L/(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Romanian New Leu per Kilowatt Hour"
}, "Romanian New Leu per Kilowatt Hour" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_RSD
URI: http://qudt.org/vocab/unit/CCY_RSD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_RSD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "RSD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "941" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Serbian_dinar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$RSD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Serbian_dinar?oldid=495146650"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "дин" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q172524> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Serbian Dinar" ; rdfs:label "Serbian Dinar"@en ; .
{"resource":"Serbian Dinar"
,"qname":"unit:CCY_RSD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_RSD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q172524>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"RSD"
,"currency exponent":"2"
,"currency number":"941"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Serbian_dinar"
,"expression":"$RSD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Serbian_dinar?oldid=495146650"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Serbian Dinar"
,"label":"Serbian Dinar"
,"symbol":"дин"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_RSD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "RSD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "941",
"dbpediaMatch" : "http://dbpedia.org/resource/Serbian_dinar",
"expression" : "$RSD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Serbian_dinar?oldid=495146650",
"symbol" : "дин",
"wikidataMatch" : "http://www.wikidata.org/entity/Q172524",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Serbian Dinar", {
"@language" : "en",
"@value" : "Serbian Dinar"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_RUB
URI: http://qudt.org/vocab/unit/CCY_RUB
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_RUB> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "RUB" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "643" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Russian_ruble"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$RUB$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Russian_ruble?oldid=494336467"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "₽" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q41044> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Russian Ruble" ; rdfs:label "Russian Ruble"@en ; .
{"resource":"Russian Ruble"
,"qname":"unit:CCY_RUB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_RUB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q41044>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"RUB"
,"currency exponent":"2"
,"currency number":"643"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Russian_ruble"
,"expression":"$RUB$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Russian_ruble?oldid=494336467"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Russian Ruble"
,"label":"Russian Ruble"
,"symbol":"\u20BD"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_RUB",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "RUB",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "643",
"dbpediaMatch" : "http://dbpedia.org/resource/Russian_ruble",
"expression" : "$RUB$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Russian_ruble?oldid=494336467",
"symbol" : "₽",
"wikidataMatch" : "http://www.wikidata.org/entity/Q41044",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Russian Ruble", {
"@language" : "en",
"@value" : "Russian Ruble"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_RWF
URI: http://qudt.org/vocab/unit/CCY_RWF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_RWF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "RWF" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "646" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Rwandan_franc"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$RWF$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Rwandan_franc?oldid=489727903"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Rwanda Franc" ; rdfs:label "Rwanda Franc"@en ; .
{"resource":"Rwanda Franc"
,"qname":"unit:CCY_RWF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_RWF"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"RWF"
,"currency exponent":"0"
,"currency number":"646"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Rwandan_franc"
,"expression":"$RWF$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Rwandan_franc?oldid=489727903"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rwanda Franc"
,"label":"Rwanda Franc"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_RWF",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "RWF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "646",
"dbpediaMatch" : "http://dbpedia.org/resource/Rwandan_franc",
"expression" : "$RWF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Rwandan_franc?oldid=489727903",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Rwanda Franc", {
"@language" : "en",
"@value" : "Rwanda Franc"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SAR
URI: http://qudt.org/vocab/unit/CCY_SAR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SAR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SAR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "682" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Saudi_riyal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SAR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Saudi_riyal?oldid=491092981"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "﷼" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q199857> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Saudi Riyal" ; rdfs:label "Saudi Riyal"@en ; .
{"resource":"Saudi Riyal"
,"qname":"unit:CCY_SAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SAR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q199857>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SAR"
,"currency exponent":"2"
,"currency number":"682"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Saudi_riyal"
,"expression":"$SAR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Saudi_riyal?oldid=491092981"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Saudi Riyal"
,"label":"Saudi Riyal"
,"symbol":"﷼"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SAR",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SAR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "682",
"dbpediaMatch" : "http://dbpedia.org/resource/Saudi_riyal",
"expression" : "$SAR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Saudi_riyal?oldid=491092981",
"symbol" : "﷼",
"wikidataMatch" : "http://www.wikidata.org/entity/Q199857",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Saudi Riyal", {
"@language" : "en",
"@value" : "Saudi Riyal"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SBD
URI: http://qudt.org/vocab/unit/CCY_SBD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SBD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SBD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "090" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Solomon_Islands_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SBD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Solomon_Islands_dollar?oldid=490313285"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4597> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Solomon Islands Dollar" ; rdfs:label "Solomon Islands Dollar"@en ; .
{"resource":"Solomon Islands Dollar"
,"qname":"unit:CCY_SBD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SBD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4597>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SBD"
,"currency exponent":"2"
,"currency number":"090"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Solomon_Islands_dollar"
,"expression":"$SBD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Solomon_Islands_dollar?oldid=490313285"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Solomon Islands Dollar"
,"label":"Solomon Islands Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SBD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SBD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "090",
"dbpediaMatch" : "http://dbpedia.org/resource/Solomon_Islands_dollar",
"expression" : "$SBD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Solomon_Islands_dollar?oldid=490313285",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4597",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Solomon Islands Dollar", {
"@language" : "en",
"@value" : "Solomon Islands Dollar"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SCR
URI: http://qudt.org/vocab/unit/CCY_SCR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SCR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SCR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "690" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Seychellois_rupee"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SCR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Seychellois_rupee?oldid=492242185"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Seychelles Rupee" ; rdfs:label "Seychelles Rupee"@en ; .
{"resource":"Seychelles Rupee"
,"qname":"unit:CCY_SCR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SCR"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SCR"
,"currency exponent":"2"
,"currency number":"690"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Seychellois_rupee"
,"expression":"$SCR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Seychellois_rupee?oldid=492242185"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Seychelles Rupee"
,"label":"Seychelles Rupee"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SCR",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SCR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "690",
"dbpediaMatch" : "http://dbpedia.org/resource/Seychellois_rupee",
"expression" : "$SCR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Seychellois_rupee?oldid=492242185",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Seychelles Rupee", {
"@language" : "en",
"@value" : "Seychelles Rupee"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SDG
URI: http://qudt.org/vocab/unit/CCY_SDG
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SDG> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SDG" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "938" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Sudanese_pound"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SDG$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Sudanese_pound?oldid=495263707"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q271206> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Sudanese Pound" ; rdfs:label "Sudanese Pound"@en ; .
{"resource":"Sudanese Pound"
,"qname":"unit:CCY_SDG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SDG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q271206>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SDG"
,"currency exponent":"2"
,"currency number":"938"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Sudanese_pound"
,"expression":"$SDG$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Sudanese_pound?oldid=495263707"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sudanese Pound"
,"label":"Sudanese Pound"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SDG",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SDG",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "938",
"dbpediaMatch" : "http://dbpedia.org/resource/Sudanese_pound",
"expression" : "$SDG$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Sudanese_pound?oldid=495263707",
"wikidataMatch" : "http://www.wikidata.org/entity/Q271206",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Sudanese Pound", {
"@language" : "en",
"@value" : "Sudanese Pound"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SEK
URI: http://qudt.org/vocab/unit/CCY_SEK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SEK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SEK" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "752" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Swedish_krona"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SEK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Swedish_krona?oldid=492703602"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/SwedishKrona> ; <http://qudt.org/schema/qudt/symbol> "kr" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q122922> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Swedish Krona" ; rdfs:label "Swedish Krona"@en ; .
{"resource":"Swedish Krona"
,"qname":"unit:CCY_SEK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SEK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q122922>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SEK"
,"currency exponent":"2"
,"currency number":"752"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Swedish_krona"
,"expression":"$SEK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Swedish_krona?oldid=492703602"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Swedish Krona"
,"label":"Swedish Krona"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/SwedishKrona>"
,"symbol":"kr"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SEK",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SEK",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "752",
"dbpediaMatch" : "http://dbpedia.org/resource/Swedish_krona",
"expression" : "$SEK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Swedish_krona?oldid=492703602",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/SwedishKrona",
"symbol" : "kr",
"wikidataMatch" : "http://www.wikidata.org/entity/Q122922",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Swedish Krona", {
"@language" : "en",
"@value" : "Swedish Krona"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SEK-PER-KiloW-HR
URI: http://qudt.org/vocab/unit/CCY_SEK-PER-KiloW-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SEK-PER-KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the cost of electricity." ; <http://qudt.org/schema/qudt/symbol> "kr/(kW·h)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Swedish Krona per Kilowatt Hour" ; rdfs:label "Swedish Krona per Kilowatt Hour"@en ; .
{"resource":"Swedish Krona per Kilowatt Hour"
,"qname":"unit:CCY_SEK-PER-KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SEK-PER-KiloW-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description (plain text)":"Unit for measuring the cost of electricity."
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:CostPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Swedish Krona per Kilowatt Hour"
,"label":"Swedish Krona per Kilowatt Hour"
,"symbol":"kr\/(kW·h)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SEK-PER-KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerEnergy",
"plainTextDescription" : "Unit for measuring the cost of electricity.",
"symbol" : "kr/(kW·h)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Swedish Krona per Kilowatt Hour", {
"@language" : "en",
"@value" : "Swedish Krona per Kilowatt Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SGD
URI: http://qudt.org/vocab/unit/CCY_SGD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SGD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SGD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "702" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Singapore_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SGD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Singapore_dollar?oldid=492228311"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/SingaporeDollar> ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q190951> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Singapore Dollar" ; rdfs:label "Singapore Dollar"@en ; .
{"resource":"Singapore Dollar"
,"qname":"unit:CCY_SGD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SGD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q190951>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SGD"
,"currency exponent":"2"
,"currency number":"702"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Singapore_dollar"
,"expression":"$SGD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Singapore_dollar?oldid=492228311"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Singapore Dollar"
,"label":"Singapore Dollar"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/SingaporeDollar>"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SGD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SGD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "702",
"dbpediaMatch" : "http://dbpedia.org/resource/Singapore_dollar",
"expression" : "$SGD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Singapore_dollar?oldid=492228311",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/SingaporeDollar",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q190951",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Singapore Dollar", {
"@language" : "en",
"@value" : "Singapore Dollar"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SHP
URI: http://qudt.org/vocab/unit/CCY_SHP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SHP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SHP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "654" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Saint_Helena_pound"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SHP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Saint_Helena_pound?oldid=490152057"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q374453> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Saint Helena Pound" ; rdfs:label "Saint Helena Pound"@en ; .
{"resource":"Saint Helena Pound"
,"qname":"unit:CCY_SHP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SHP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q374453>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SHP"
,"currency exponent":"2"
,"currency number":"654"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Saint_Helena_pound"
,"expression":"$SHP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Saint_Helena_pound?oldid=490152057"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Saint Helena Pound"
,"label":"Saint Helena Pound"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SHP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SHP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "654",
"dbpediaMatch" : "http://dbpedia.org/resource/Saint_Helena_pound",
"expression" : "$SHP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Saint_Helena_pound?oldid=490152057",
"wikidataMatch" : "http://www.wikidata.org/entity/Q374453",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Saint Helena Pound", {
"@language" : "en",
"@value" : "Saint Helena Pound"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SKK
URI: http://qudt.org/vocab/unit/CCY_SKK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SKK> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SKK" ; <http://qudt.org/schema/qudt/currencyNumber> "703" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Slovak_koruna"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SKK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Slovak_koruna?oldid=492625951"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Sk" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q178874> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Slovak Koruna" ; rdfs:label "Slovak Koruna"@en ; .
{"resource":"Slovak Koruna"
,"qname":"unit:CCY_SKK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SKK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q178874>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SKK"
,"currency number":"703"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Slovak_koruna"
,"expression":"$SKK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Slovak_koruna?oldid=492625951"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Slovak Koruna"
,"label":"Slovak Koruna"
,"symbol":"Sk"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SKK",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SKK",
"currencyNumber" : "703",
"dbpediaMatch" : "http://dbpedia.org/resource/Slovak_koruna",
"expression" : "$SKK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Slovak_koruna?oldid=492625951",
"symbol" : "Sk",
"wikidataMatch" : "http://www.wikidata.org/entity/Q178874",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Slovak Koruna", {
"@language" : "en",
"@value" : "Slovak Koruna"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SLE
URI: http://qudt.org/vocab/unit/CCY_SLE
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SLE> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SLE" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "925" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Sierra_Leonean_leone"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SLL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Sierra_Leonean_leone?oldid=493517965"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4587> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Leone" ; rdfs:label "Leone"@en ; .
{"resource":"Leone"
,"qname":"unit:CCY_SLE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SLE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4587>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SLE"
,"currency exponent":"0"
,"currency number":"925"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Sierra_Leonean_leone"
,"expression":"$SLL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Sierra_Leonean_leone?oldid=493517965"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Leone"
,"label":"Leone"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SLE",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SLE",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "925",
"dbpediaMatch" : "http://dbpedia.org/resource/Sierra_Leonean_leone",
"expression" : "$SLL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Sierra_Leonean_leone?oldid=493517965",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4587",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Leone", {
"@language" : "en",
"@value" : "Leone"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SOS
URI: http://qudt.org/vocab/unit/CCY_SOS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SOS> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SOS" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "706" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Somali_shilling"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SOS$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Somali_shilling?oldid=494434126"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4603> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Somali Shilling" ; rdfs:label "Somali Shilling"@en ; .
{"resource":"Somali Shilling"
,"qname":"unit:CCY_SOS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SOS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4603>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SOS"
,"currency exponent":"2"
,"currency number":"706"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Somali_shilling"
,"expression":"$SOS$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Somali_shilling?oldid=494434126"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Somali Shilling"
,"label":"Somali Shilling"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SOS",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SOS",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "706",
"dbpediaMatch" : "http://dbpedia.org/resource/Somali_shilling",
"expression" : "$SOS$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Somali_shilling?oldid=494434126",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4603",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Somali Shilling", {
"@language" : "en",
"@value" : "Somali Shilling"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SRD
URI: http://qudt.org/vocab/unit/CCY_SRD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SRD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SRD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "968" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Surinamese_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SRD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Surinamese_dollar?oldid=490316270"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q202036> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Surinam Dollar" ; rdfs:label "Surinam Dollar"@en ; .
{"resource":"Surinam Dollar"
,"qname":"unit:CCY_SRD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SRD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q202036>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SRD"
,"currency exponent":"2"
,"currency number":"968"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Surinamese_dollar"
,"expression":"$SRD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Surinamese_dollar?oldid=490316270"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Surinam Dollar"
,"label":"Surinam Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SRD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SRD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "968",
"dbpediaMatch" : "http://dbpedia.org/resource/Surinamese_dollar",
"expression" : "$SRD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Surinamese_dollar?oldid=490316270",
"wikidataMatch" : "http://www.wikidata.org/entity/Q202036",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Surinam Dollar", {
"@language" : "en",
"@value" : "Surinam Dollar"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_STN
URI: http://qudt.org/vocab/unit/CCY_STN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_STN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "STN" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "930" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Dobra"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$STD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Dobra?oldid=475725328"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dobra" ; rdfs:label "Dobra"@en ; .
{"resource":"Dobra"
,"qname":"unit:CCY_STN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_STN"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"STN"
,"currency exponent":"0"
,"currency number":"930"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Dobra"
,"expression":"$STD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Dobra?oldid=475725328"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dobra"
,"label":"Dobra"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_STN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "STN",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "930",
"dbpediaMatch" : "http://dbpedia.org/resource/Dobra",
"expression" : "$STD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Dobra?oldid=475725328",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dobra", {
"@language" : "en",
"@value" : "Dobra"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SYP
URI: http://qudt.org/vocab/unit/CCY_SYP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SYP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SYP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "760" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Syrian_pound"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SYP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Syrian_pound?oldid=484294722"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q240468> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Syrian Pound" ; rdfs:label "Syrian Pound"@en ; .
{"resource":"Syrian Pound"
,"qname":"unit:CCY_SYP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SYP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q240468>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SYP"
,"currency exponent":"2"
,"currency number":"760"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Syrian_pound"
,"expression":"$SYP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Syrian_pound?oldid=484294722"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Syrian Pound"
,"label":"Syrian Pound"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SYP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SYP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "760",
"dbpediaMatch" : "http://dbpedia.org/resource/Syrian_pound",
"expression" : "$SYP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Syrian_pound?oldid=484294722",
"wikidataMatch" : "http://www.wikidata.org/entity/Q240468",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Syrian Pound", {
"@language" : "en",
"@value" : "Syrian Pound"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_SZL
URI: http://qudt.org/vocab/unit/CCY_SZL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_SZL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "SZL" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "748" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Swazi_lilangeni"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$SZL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Swazi_lilangeni?oldid=490323340"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4823> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lilangeni" ; rdfs:label "Lilangeni"@en ; .
{"resource":"Lilangeni"
,"qname":"unit:CCY_SZL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_SZL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4823>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"SZL"
,"currency exponent":"2"
,"currency number":"748"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Swazi_lilangeni"
,"expression":"$SZL$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Swazi_lilangeni?oldid=490323340"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lilangeni"
,"label":"Lilangeni"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_SZL",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "SZL",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "748",
"dbpediaMatch" : "http://dbpedia.org/resource/Swazi_lilangeni",
"expression" : "$SZL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Swazi_lilangeni?oldid=490323340",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4823",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lilangeni", {
"@language" : "en",
"@value" : "Lilangeni"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_THB
URI: http://qudt.org/vocab/unit/CCY_THB
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_THB> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "THB" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "764" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Thai_baht"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Thai_baht?oldid=493286022"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "฿" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q177882> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Baht" ; rdfs:label "Baht"@en ; .
{"resource":"Baht"
,"qname":"unit:CCY_THB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_THB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q177882>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"THB"
,"currency exponent":"2"
,"currency number":"764"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Thai_baht"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Thai_baht?oldid=493286022"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Baht"
,"label":"Baht"
,"symbol":"฿"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_THB",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "THB",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "764",
"dbpediaMatch" : "http://dbpedia.org/resource/Thai_baht",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Thai_baht?oldid=493286022",
"symbol" : "฿",
"wikidataMatch" : "http://www.wikidata.org/entity/Q177882",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Baht", {
"@language" : "en",
"@value" : "Baht"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_TJS
URI: http://qudt.org/vocab/unit/CCY_TJS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_TJS> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "TJS" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "972" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Tajikistani_somoni"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$TJS$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tajikistani_somoni?oldid=492500781"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q199886> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Somoni" ; rdfs:label "Somoni"@en ; .
{"resource":"Somoni"
,"qname":"unit:CCY_TJS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_TJS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q199886>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"TJS"
,"currency exponent":"2"
,"currency number":"972"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Tajikistani_somoni"
,"expression":"$TJS$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tajikistani_somoni?oldid=492500781"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Somoni"
,"label":"Somoni"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_TJS",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "TJS",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "972",
"dbpediaMatch" : "http://dbpedia.org/resource/Tajikistani_somoni",
"expression" : "$TJS$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Tajikistani_somoni?oldid=492500781",
"wikidataMatch" : "http://www.wikidata.org/entity/Q199886",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Somoni", {
"@language" : "en",
"@value" : "Somoni"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_TMT
URI: http://qudt.org/vocab/unit/CCY_TMT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_TMT> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "TMT" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "934" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Manat"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$TMM$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Manat?oldid=486967490"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q12826616> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Manat" ; rdfs:label "Manat"@en ; .
{"resource":"Manat"
,"qname":"unit:CCY_TMT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_TMT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q12826616>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"TMT"
,"currency exponent":"2"
,"currency number":"934"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Manat"
,"expression":"$TMM$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Manat?oldid=486967490"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Manat"
,"label":"Manat"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_TMT",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "TMT",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "934",
"dbpediaMatch" : "http://dbpedia.org/resource/Manat",
"expression" : "$TMM$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Manat?oldid=486967490",
"wikidataMatch" : "http://www.wikidata.org/entity/Q12826616",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Manat", {
"@language" : "en",
"@value" : "Manat"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_TND
URI: http://qudt.org/vocab/unit/CCY_TND
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_TND> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "TND" ; <http://qudt.org/schema/qudt/currencyExponent> 3 ; <http://qudt.org/schema/qudt/currencyNumber> "788" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Tunisian_dinar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$TND$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tunisian_dinar?oldid=491218035"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4602> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tunisian Dinar" ; rdfs:label "Tunisian Dinar"@en ; .
{"resource":"Tunisian Dinar"
,"qname":"unit:CCY_TND"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_TND"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4602>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"TND"
,"currency exponent":"3"
,"currency number":"788"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Tunisian_dinar"
,"expression":"$TND$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tunisian_dinar?oldid=491218035"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tunisian Dinar"
,"label":"Tunisian Dinar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_TND",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "TND",
"http://qudt.org/schema/qudt/currencyExponent" : 3,
"currencyNumber" : "788",
"dbpediaMatch" : "http://dbpedia.org/resource/Tunisian_dinar",
"expression" : "$TND$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Tunisian_dinar?oldid=491218035",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4602",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tunisian Dinar", {
"@language" : "en",
"@value" : "Tunisian Dinar"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_TOP
URI: http://qudt.org/vocab/unit/CCY_TOP
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_TOP> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "TOP" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "776" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Tongan_pa%CA%BBanga"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$TOP$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tongan_paʻanga?oldid=482738012"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pa'anga" ; rdfs:label "Pa'anga"@en ; .
{"resource":"Pa'anga"
,"qname":"unit:CCY_TOP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_TOP"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"TOP"
,"currency exponent":"2"
,"currency number":"776"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Tongan_pa%CA%BBanga"
,"expression":"$TOP$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tongan_paʻanga?oldid=482738012"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pa'anga"
,"label":"Pa'anga"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_TOP",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "TOP",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "776",
"dbpediaMatch" : "http://dbpedia.org/resource/Tongan_pa%CA%BBanga",
"expression" : "$TOP$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Tongan_paʻanga?oldid=482738012",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pa'anga", {
"@language" : "en",
"@value" : "Pa'anga"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_TRY
URI: http://qudt.org/vocab/unit/CCY_TRY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_TRY> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "TRY" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "949" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Turkish_lira"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$TRY$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Turkish_lira?oldid=494097764"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "₺" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q14961002> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "New Turkish Lira" ; rdfs:label "New Turkish Lira"@en ; .
{"resource":"New Turkish Lira"
,"qname":"unit:CCY_TRY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_TRY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q14961002>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"TRY"
,"currency exponent":"2"
,"currency number":"949"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Turkish_lira"
,"expression":"$TRY$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Turkish_lira?oldid=494097764"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"New Turkish Lira"
,"label":"New Turkish Lira"
,"symbol":"\u20BA"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_TRY",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "TRY",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "949",
"dbpediaMatch" : "http://dbpedia.org/resource/Turkish_lira",
"expression" : "$TRY$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Turkish_lira?oldid=494097764",
"symbol" : "₺",
"wikidataMatch" : "http://www.wikidata.org/entity/Q14961002",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "New Turkish Lira", {
"@language" : "en",
"@value" : "New Turkish Lira"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_TTD
URI: http://qudt.org/vocab/unit/CCY_TTD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_TTD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "TTD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "780" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Trinidad_and_Tobago_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$TTD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Trinidad_and_Tobago_dollar?oldid=490325306"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q242890> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Trinidad and Tobago Dollar" ; rdfs:label "Trinidad and Tobago Dollar"@en ; .
{"resource":"Trinidad and Tobago Dollar"
,"qname":"unit:CCY_TTD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_TTD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q242890>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"TTD"
,"currency exponent":"2"
,"currency number":"780"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Trinidad_and_Tobago_dollar"
,"expression":"$TTD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Trinidad_and_Tobago_dollar?oldid=490325306"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Trinidad and Tobago Dollar"
,"label":"Trinidad and Tobago Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_TTD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "TTD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "780",
"dbpediaMatch" : "http://dbpedia.org/resource/Trinidad_and_Tobago_dollar",
"expression" : "$TTD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Trinidad_and_Tobago_dollar?oldid=490325306",
"wikidataMatch" : "http://www.wikidata.org/entity/Q242890",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Trinidad and Tobago Dollar"
}, "Trinidad and Tobago Dollar" ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_TWD
URI: http://qudt.org/vocab/unit/CCY_TWD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_TWD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "TWD" ; <http://qudt.org/schema/qudt/currencyExponent> 1 ; <http://qudt.org/schema/qudt/currencyNumber> "901" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/New_Taiwan_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$TWD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/New_Taiwan_dollar?oldid=493996933"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q208526> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "New Taiwan Dollar" ; rdfs:label "New Taiwan Dollar"@en ; .
{"resource":"New Taiwan Dollar"
,"qname":"unit:CCY_TWD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_TWD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q208526>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"TWD"
,"currency exponent":"1"
,"currency number":"901"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/New_Taiwan_dollar"
,"expression":"$TWD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/New_Taiwan_dollar?oldid=493996933"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"New Taiwan Dollar"
,"label":"New Taiwan Dollar"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_TWD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "TWD",
"http://qudt.org/schema/qudt/currencyExponent" : 1,
"currencyNumber" : "901",
"dbpediaMatch" : "http://dbpedia.org/resource/New_Taiwan_dollar",
"expression" : "$TWD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/New_Taiwan_dollar?oldid=493996933",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q208526",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "New Taiwan Dollar", {
"@language" : "en",
"@value" : "New Taiwan Dollar"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_TZS
URI: http://qudt.org/vocab/unit/CCY_TZS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_TZS> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "TZS" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "834" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Tanzanian_shilling"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$TZS$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tanzanian_shilling?oldid=492257527"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4589> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tanzanian Shilling" ; rdfs:label "Tanzanian Shilling"@en ; .
{"resource":"Tanzanian Shilling"
,"qname":"unit:CCY_TZS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_TZS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4589>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"TZS"
,"currency exponent":"2"
,"currency number":"834"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Tanzanian_shilling"
,"expression":"$TZS$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tanzanian_shilling?oldid=492257527"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tanzanian Shilling"
,"label":"Tanzanian Shilling"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_TZS",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "TZS",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "834",
"dbpediaMatch" : "http://dbpedia.org/resource/Tanzanian_shilling",
"expression" : "$TZS$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Tanzanian_shilling?oldid=492257527",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4589",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Tanzanian Shilling"
}, "Tanzanian Shilling" ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_UAH
URI: http://qudt.org/vocab/unit/CCY_UAH
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_UAH> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "UAH" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "980" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ukrainian_hryvnia"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$UAH$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ukrainian_hryvnia?oldid=493064633"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "₴" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q81893> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hryvnia" ; rdfs:label "Hryvnia"@en ; .
{"resource":"Hryvnia"
,"qname":"unit:CCY_UAH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_UAH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q81893>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"UAH"
,"currency exponent":"2"
,"currency number":"980"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ukrainian_hryvnia"
,"expression":"$UAH$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ukrainian_hryvnia?oldid=493064633"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hryvnia"
,"label":"Hryvnia"
,"symbol":"\u20B4"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_UAH",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "UAH",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "980",
"dbpediaMatch" : "http://dbpedia.org/resource/Ukrainian_hryvnia",
"expression" : "$UAH$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Ukrainian_hryvnia?oldid=493064633",
"symbol" : "₴",
"wikidataMatch" : "http://www.wikidata.org/entity/Q81893",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hryvnia", {
"@language" : "en",
"@value" : "Hryvnia"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_UGX
URI: http://qudt.org/vocab/unit/CCY_UGX
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_UGX> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "UGX" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "800" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ugandan_shilling"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$UGX$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ugandan_shilling?oldid=495383966"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4598> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Uganda Shilling" ; rdfs:label "Uganda Shilling"@en ; .
{"resource":"Uganda Shilling"
,"qname":"unit:CCY_UGX"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_UGX"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4598>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"UGX"
,"currency exponent":"0"
,"currency number":"800"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ugandan_shilling"
,"expression":"$UGX$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ugandan_shilling?oldid=495383966"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Uganda Shilling"
,"label":"Uganda Shilling"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_UGX",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "UGX",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "800",
"dbpediaMatch" : "http://dbpedia.org/resource/Ugandan_shilling",
"expression" : "$UGX$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Ugandan_shilling?oldid=495383966",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4598",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Uganda Shilling", {
"@language" : "en",
"@value" : "Uganda Shilling"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_USD
URI: http://qudt.org/vocab/unit/CCY_USD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_USD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/altSymbol> "US$" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "USD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "840" ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/symbol> "$" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4917> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Us Dollar" ; rdfs:label "Us Dollar"@en ; .
{"resource":"Us Dollar"
,"qname":"unit:CCY_USD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_USD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4917>"
,"alt symbol":"US$"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"USD"
,"currency exponent":"2"
,"currency number":"840"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Dollar"
,"label":"Us Dollar"
,"symbol":"$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_USD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"altSymbol" : "US$",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "USD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "840",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"symbol" : "$",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4917",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Dollar", {
"@language" : "en",
"@value" : "Us Dollar"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"altSymbol" : {
"@id" : "http://qudt.org/schema/qudt/altSymbol"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_USDT
URI: http://qudt.org/vocab/unit/CCY_USDT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_USDT> rdf:type <http://qudt.org/schema/qudt/DigitalCurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/blockchainNetwork> "Ethereum Mainnet" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "USDT" ; <http://qudt.org/schema/qudt/currencyExponent> 6 ; <http://qudt.org/schema/qudt/hasDTICode> "3TVN6M8L2K63" ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tether USD" ; rdfs:label "Tether USD"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "USDT"@en ; .
{"resource":"Tether USD"
,"qname":"unit:CCY_USDT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_USDT"
,"properties":["alternative label":"USDT"
,"blockchain network":"Ethereum Mainnet"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"USDT"
,"currency exponent":"6"
,"has DTI code":"3TVN6M8L2K63"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tether USD"
,"label":"Tether USD"
,"type":"qudt:DigitalCurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_USDT",
"@type" : [ "http://qudt.org/schema/qudt/DigitalCurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"blockchainNetwork" : "Ethereum Mainnet",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "USDT",
"http://qudt.org/schema/qudt/currencyExponent" : 6,
"hasDTICode" : "3TVN6M8L2K63",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tether USD", {
"@language" : "en",
"@value" : "Tether USD"
} ],
"altLabel" : {
"@language" : "en",
"@value" : "USDT"
},
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"blockchainNetwork" : {
"@id" : "http://qudt.org/schema/qudt/blockchainNetwork"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasDTICode" : {
"@id" : "http://qudt.org/schema/qudt/hasDTICode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_USN
URI: http://qudt.org/vocab/unit/CCY_USN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_USN> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "USN" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "997" ; <http://qudt.org/schema/qudt/expression> "$USN$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "United States Dollar (next Day) (funds Code)" ; rdfs:label "United States Dollar (next Day) (funds Code)"@en ; .
{"resource":"United States Dollar (next Day) (funds Code)"
,"qname":"unit:CCY_USN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_USN"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"USN"
,"currency exponent":"2"
,"currency number":"997"
,"expression":"$USN$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"United States Dollar (next Day) (funds Code)"
,"label":"United States Dollar (next Day) (funds Code)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_USN",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "USN",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "997",
"expression" : "$USN$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "United States Dollar (next Day) (funds Code)", {
"@language" : "en",
"@value" : "United States Dollar (next Day) (funds Code)"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_USS
URI: http://qudt.org/vocab/unit/CCY_USS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_USS> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "USS" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "998" ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "United States Dollar (same Day) (funds Code)" ; rdfs:label "United States Dollar (same Day) (funds Code)"@en ; .
{"resource":"United States Dollar (same Day) (funds Code)"
,"qname":"unit:CCY_USS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_USS"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"USS"
,"currency exponent":"2"
,"currency number":"998"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"United States Dollar (same Day) (funds Code)"
,"label":"United States Dollar (same Day) (funds Code)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_USS",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "USS",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "998",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "United States Dollar (same Day) (funds Code)", {
"@language" : "en",
"@value" : "United States Dollar (same Day) (funds Code)"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_UYU
URI: http://qudt.org/vocab/unit/CCY_UYU
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_UYU> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "UYU" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "858" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Uruguayan_peso"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$UYU$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Uruguayan_peso?oldid=487528781"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Peso Uruguayo" ; rdfs:label "Peso Uruguayo"@en ; .
{"resource":"Peso Uruguayo"
,"qname":"unit:CCY_UYU"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_UYU"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"UYU"
,"currency exponent":"2"
,"currency number":"858"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Uruguayan_peso"
,"expression":"$UYU$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Uruguayan_peso?oldid=487528781"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Peso Uruguayo"
,"label":"Peso Uruguayo"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_UYU",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "UYU",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "858",
"dbpediaMatch" : "http://dbpedia.org/resource/Uruguayan_peso",
"expression" : "$UYU$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Uruguayan_peso?oldid=487528781",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Peso Uruguayo", {
"@language" : "en",
"@value" : "Peso Uruguayo"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_UZS
URI: http://qudt.org/vocab/unit/CCY_UZS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_UZS> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "UZS" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "860" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Uzbekistani_som"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$UZS$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Uzbekistani_som?oldid=490522228"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q487888> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Uzbekistan Som" ; rdfs:label "Uzbekistan Som"@en ; .
{"resource":"Uzbekistan Som"
,"qname":"unit:CCY_UZS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_UZS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q487888>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"UZS"
,"currency exponent":"2"
,"currency number":"860"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Uzbekistani_som"
,"expression":"$UZS$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Uzbekistani_som?oldid=490522228"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Uzbekistan Som"
,"label":"Uzbekistan Som"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_UZS",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "UZS",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "860",
"dbpediaMatch" : "http://dbpedia.org/resource/Uzbekistani_som",
"expression" : "$UZS$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Uzbekistani_som?oldid=490522228",
"wikidataMatch" : "http://www.wikidata.org/entity/Q487888",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Uzbekistan Som", {
"@language" : "en",
"@value" : "Uzbekistan Som"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_VES
URI: http://qudt.org/vocab/unit/CCY_VES
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_VES> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "VES" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "928" ; <http://qudt.org/schema/qudt/expression> "$VEB$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q203757> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Venezuelan Bolvar" ; rdfs:label "Venezuelan Bolvar"@en ; .
{"resource":"Venezuelan Bolvar"
,"qname":"unit:CCY_VES"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_VES"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q203757>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"VES"
,"currency exponent":"2"
,"currency number":"928"
,"expression":"$VEB$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Venezuelan Bolvar"
,"label":"Venezuelan Bolvar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_VES",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "VES",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "928",
"expression" : "$VEB$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"wikidataMatch" : "http://www.wikidata.org/entity/Q203757",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Venezuelan Bolvar", {
"@language" : "en",
"@value" : "Venezuelan Bolvar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_VND
URI: http://qudt.org/vocab/unit/CCY_VND
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_VND> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "VND" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "704" ; <http://qudt.org/schema/qudt/expression> "$VND$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q192090> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vietnamese ??ng" ; rdfs:label "Vietnamese ??ng"@en ; .
{"resource":"Vietnamese ??ng"
,"qname":"unit:CCY_VND"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_VND"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q192090>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"VND"
,"currency exponent":"0"
,"currency number":"704"
,"expression":"$VND$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vietnamese ??ng"
,"label":"Vietnamese ??ng"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_VND",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "VND",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "704",
"expression" : "$VND$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"wikidataMatch" : "http://www.wikidata.org/entity/Q192090",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Vietnamese ??ng", {
"@language" : "en",
"@value" : "Vietnamese ??ng"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_VUV
URI: http://qudt.org/vocab/unit/CCY_VUV
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_VUV> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "VUV" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "548" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Vanuatu_vatu"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$VUV$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Vanuatu_vatu?oldid=494667103"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatu" ; rdfs:label "Vatu"@en ; .
{"resource":"Vatu"
,"qname":"unit:CCY_VUV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_VUV"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"VUV"
,"currency exponent":"0"
,"currency number":"548"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Vanuatu_vatu"
,"expression":"$VUV$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Vanuatu_vatu?oldid=494667103"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatu"
,"label":"Vatu"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_VUV",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "VUV",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "548",
"dbpediaMatch" : "http://dbpedia.org/resource/Vanuatu_vatu",
"expression" : "$VUV$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Vanuatu_vatu?oldid=494667103",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Vatu", {
"@language" : "en",
"@value" : "Vatu"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_WST
URI: http://qudt.org/vocab/unit/CCY_WST
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_WST> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "WST" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "882" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Samoan_tala"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$WST$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Samoan_tala?oldid=423898531"^^xsd:anyURI ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Samoan Tala" ; rdfs:label "Samoan Tala"@en ; .
{"resource":"Samoan Tala"
,"qname":"unit:CCY_WST"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_WST"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"WST"
,"currency exponent":"2"
,"currency number":"882"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Samoan_tala"
,"expression":"$WST$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Samoan_tala?oldid=423898531"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Samoan Tala"
,"label":"Samoan Tala"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_WST",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "WST",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "882",
"dbpediaMatch" : "http://dbpedia.org/resource/Samoan_tala",
"expression" : "$WST$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Samoan_tala?oldid=423898531",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Samoan Tala", {
"@language" : "en",
"@value" : "Samoan Tala"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XAF
URI: http://qudt.org/vocab/unit/CCY_XAF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XAF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XAF" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "950" ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q847739> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cfa Franc Beac" ; rdfs:label "Cfa Franc Beac"@en ; .
{"resource":"Cfa Franc Beac"
,"qname":"unit:CCY_XAF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XAF"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q847739>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XAF"
,"currency exponent":"0"
,"currency number":"950"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cfa Franc Beac"
,"label":"Cfa Franc Beac"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XAF",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XAF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "950",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"wikidataMatch" : "http://www.wikidata.org/entity/Q847739",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cfa Franc Beac", {
"@language" : "en",
"@value" : "Cfa Franc Beac"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XAG
URI: http://qudt.org/vocab/unit/CCY_XAG
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CCY_XAG>
rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/currencyCode> "XAG" ;
<http://qudt.org/schema/qudt/currencyNumber> "961" ;
<http://qudt.org/schema/qudt/expression> "$XAG$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_tr]{Ag}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Silver (one Troy Ounce)" ;
rdfs:label "Silver (one Troy Ounce)"@en ;
.
{"resource":"Silver (one Troy Ounce)"
,"qname":"unit:CCY_XAG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XAG"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XAG"
,"currency number":"961"
,"expression":"$XAG$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Silver (one Troy Ounce)"
,"label":"Silver (one Troy Ounce)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
,"ucum code":"[oz_tr]{Ag}"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XAG",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XAG",
"currencyNumber" : "961",
"expression" : "$XAG$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"ucumCode" : "[oz_tr]{Ag}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Silver (one Troy Ounce)", {
"@language" : "en",
"@value" : "Silver (one Troy Ounce)"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XAU
URI: http://qudt.org/vocab/unit/CCY_XAU
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CCY_XAU>
rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/currencyCode> "XAU" ;
<http://qudt.org/schema/qudt/currencyNumber> "959" ;
<http://qudt.org/schema/qudt/expression> "$XAU$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_tr]{Au}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gold (one Troy Ounce)" ;
rdfs:label "Gold (one Troy Ounce)"@en ;
.
{"resource":"Gold (one Troy Ounce)"
,"qname":"unit:CCY_XAU"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XAU"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XAU"
,"currency number":"959"
,"expression":"$XAU$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gold (one Troy Ounce)"
,"label":"Gold (one Troy Ounce)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
,"ucum code":"[oz_tr]{Au}"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XAU",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XAU",
"currencyNumber" : "959",
"expression" : "$XAU$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"ucumCode" : "[oz_tr]{Au}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Gold (one Troy Ounce)"
}, "Gold (one Troy Ounce)" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XBA
URI: http://qudt.org/vocab/unit/CCY_XBA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XBA> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XBA" ; <http://qudt.org/schema/qudt/currencyNumber> "955" ; <http://qudt.org/schema/qudt/expression> "$XBA$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "European Composite Unit (eurco) (bonds Market Unit)" ; rdfs:label "European Composite Unit (eurco) (bonds Market Unit)"@en ; .
{"resource":"European Composite Unit (eurco) (bonds Market Unit)"
,"qname":"unit:CCY_XBA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XBA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XBA"
,"currency number":"955"
,"expression":"$XBA$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"European Composite Unit (eurco) (bonds Market Unit)"
,"label":"European Composite Unit (eurco) (bonds Market Unit)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XBA",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XBA",
"currencyNumber" : "955",
"expression" : "$XBA$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "European Composite Unit (eurco) (bonds Market Unit)", {
"@language" : "en",
"@value" : "European Composite Unit (eurco) (bonds Market Unit)"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XBB
URI: http://qudt.org/vocab/unit/CCY_XBB
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XBB> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XBB" ; <http://qudt.org/schema/qudt/currencyNumber> "956" ; <http://qudt.org/schema/qudt/expression> "$XBB$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "European Monetary Unit (e.m.u.-6) (bonds Market Unit)" ; rdfs:label "European Monetary Unit (e.m.u.-6) (bonds Market Unit)"@en ; .
{"resource":"European Monetary Unit (e.m.u.-6) (bonds Market Unit)"
,"qname":"unit:CCY_XBB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XBB"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XBB"
,"currency number":"956"
,"expression":"$XBB$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"European Monetary Unit (e.m.u.-6) (bonds Market Unit)"
,"label":"European Monetary Unit (e.m.u.-6) (bonds Market Unit)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XBB",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XBB",
"currencyNumber" : "956",
"expression" : "$XBB$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "European Monetary Unit (e.m.u.-6) (bonds Market Unit)", {
"@language" : "en",
"@value" : "European Monetary Unit (e.m.u.-6) (bonds Market Unit)"
} ],
"@context" : {
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XBC
URI: http://qudt.org/vocab/unit/CCY_XBC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XBC> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XBC" ; <http://qudt.org/schema/qudt/currencyNumber> "957" ; <http://qudt.org/schema/qudt/expression> "$XBC$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "European Unit of Account 9 (e.u.a.-9) (bonds Market Unit)" ; rdfs:label "European Unit of Account 9 (e.u.a.-9) (bonds Market Unit)"@en ; .
{"resource":"European Unit of Account 9 (e.u.a.-9) (bonds Market Unit)"
,"qname":"unit:CCY_XBC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XBC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XBC"
,"currency number":"957"
,"expression":"$XBC$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"European Unit of Account 9 (e.u.a.-9) (bonds Market Unit)"
,"label":"European Unit of Account 9 (e.u.a.-9) (bonds Market Unit)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XBC",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XBC",
"currencyNumber" : "957",
"expression" : "$XBC$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "European Unit of Account 9 (e.u.a.-9) (bonds Market Unit)", {
"@language" : "en",
"@value" : "European Unit of Account 9 (e.u.a.-9) (bonds Market Unit)"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XBD
URI: http://qudt.org/vocab/unit/CCY_XBD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XBD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XBD" ; <http://qudt.org/schema/qudt/currencyNumber> "958" ; <http://qudt.org/schema/qudt/expression> "$XBD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "European Unit of Account 17 (e.u.a.-17) (bonds Market Unit)" ; rdfs:label "European Unit of Account 17 (e.u.a.-17) (bonds Market Unit)"@en ; .
{"resource":"European Unit of Account 17 (e.u.a.-17) (bonds Market Unit)"
,"qname":"unit:CCY_XBD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XBD"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XBD"
,"currency number":"958"
,"expression":"$XBD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"European Unit of Account 17 (e.u.a.-17) (bonds Market Unit)"
,"label":"European Unit of Account 17 (e.u.a.-17) (bonds Market Unit)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XBD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XBD",
"currencyNumber" : "958",
"expression" : "$XBD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "European Unit of Account 17 (e.u.a.-17) (bonds Market Unit)", {
"@language" : "en",
"@value" : "European Unit of Account 17 (e.u.a.-17) (bonds Market Unit)"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XCD
URI: http://qudt.org/vocab/unit/CCY_XCD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XCD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XCD" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "951" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/East_Caribbean_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$XCD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/East_Caribbean_dollar?oldid=493020176"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q26365> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "East Caribbean Dollar" ; rdfs:label "East Caribbean Dollar"@en ; .
{"resource":"East Caribbean Dollar"
,"qname":"unit:CCY_XCD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XCD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q26365>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XCD"
,"currency exponent":"2"
,"currency number":"951"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/East_Caribbean_dollar"
,"expression":"$XCD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/East_Caribbean_dollar?oldid=493020176"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"East Caribbean Dollar"
,"label":"East Caribbean Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XCD",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XCD",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "951",
"dbpediaMatch" : "http://dbpedia.org/resource/East_Caribbean_dollar",
"expression" : "$XCD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/East_Caribbean_dollar?oldid=493020176",
"wikidataMatch" : "http://www.wikidata.org/entity/Q26365",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "East Caribbean Dollar", {
"@language" : "en",
"@value" : "East Caribbean Dollar"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XDR
URI: http://qudt.org/vocab/unit/CCY_XDR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XDR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XDR" ; <http://qudt.org/schema/qudt/currencyNumber> "960" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Special_Drawing_Rights"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$XDR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Special_Drawing_Rights?oldid=467224374"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q363958> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Special Drawing Rights" ; rdfs:label "Special Drawing Rights"@en ; .
{"resource":"Special Drawing Rights"
,"qname":"unit:CCY_XDR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XDR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q363958>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XDR"
,"currency number":"960"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Special_Drawing_Rights"
,"expression":"$XDR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Special_Drawing_Rights?oldid=467224374"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Special Drawing Rights"
,"label":"Special Drawing Rights"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XDR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XDR",
"currencyNumber" : "960",
"dbpediaMatch" : "http://dbpedia.org/resource/Special_Drawing_Rights",
"expression" : "$XDR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Special_Drawing_Rights?oldid=467224374",
"wikidataMatch" : "http://www.wikidata.org/entity/Q363958",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Special Drawing Rights", {
"@language" : "en",
"@value" : "Special Drawing Rights"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XFO
URI: http://qudt.org/vocab/unit/CCY_XFO
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XFO> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XFO" ; <http://qudt.org/schema/qudt/expression> "$XFO$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gold Franc (special Settlement Currency)" ; rdfs:label "Gold Franc (special Settlement Currency)"@en ; .
{"resource":"Gold Franc (special Settlement Currency)"
,"qname":"unit:CCY_XFO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XFO"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XFO"
,"expression":"$XFO$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gold Franc (special Settlement Currency)"
,"label":"Gold Franc (special Settlement Currency)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XFO",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XFO",
"expression" : "$XFO$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gold Franc (special Settlement Currency)", {
"@language" : "en",
"@value" : "Gold Franc (special Settlement Currency)"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XFU
URI: http://qudt.org/vocab/unit/CCY_XFU
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XFU> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XFU" ; <http://qudt.org/schema/qudt/expression> "$XFU$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Uic Franc (special Settlement Currency)" ; rdfs:label "Uic Franc (special Settlement Currency)"@en ; .
{"resource":"Uic Franc (special Settlement Currency)"
,"qname":"unit:CCY_XFU"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XFU"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XFU"
,"expression":"$XFU$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Uic Franc (special Settlement Currency)"
,"label":"Uic Franc (special Settlement Currency)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XFU",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XFU",
"expression" : "$XFU$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Uic Franc (special Settlement Currency)", {
"@language" : "en",
"@value" : "Uic Franc (special Settlement Currency)"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XOF
URI: http://qudt.org/vocab/unit/CCY_XOF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XOF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XOF" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "952" ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q861690> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cfa Franc Bceao" ; rdfs:label "Cfa Franc Bceao"@en ; .
{"resource":"Cfa Franc Bceao"
,"qname":"unit:CCY_XOF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XOF"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q861690>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XOF"
,"currency exponent":"0"
,"currency number":"952"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cfa Franc Bceao"
,"label":"Cfa Franc Bceao"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XOF",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XOF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "952",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"wikidataMatch" : "http://www.wikidata.org/entity/Q861690",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cfa Franc Bceao", {
"@language" : "en",
"@value" : "Cfa Franc Bceao"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XPD
URI: http://qudt.org/vocab/unit/CCY_XPD
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CCY_XPD>
rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/currencyCode> "XPD" ;
<http://qudt.org/schema/qudt/currencyNumber> "964" ;
<http://qudt.org/schema/qudt/expression> "$XPD$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_tr]{Pd}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Palladium (one Troy Ounce)" ;
rdfs:label "Palladium (one Troy Ounce)"@en ;
.
{"resource":"Palladium (one Troy Ounce)"
,"qname":"unit:CCY_XPD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XPD"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XPD"
,"currency number":"964"
,"expression":"$XPD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Palladium (one Troy Ounce)"
,"label":"Palladium (one Troy Ounce)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
,"ucum code":"[oz_tr]{Pd}"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XPD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XPD",
"currencyNumber" : "964",
"expression" : "$XPD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"ucumCode" : "[oz_tr]{Pd}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Palladium (one Troy Ounce)", {
"@language" : "en",
"@value" : "Palladium (one Troy Ounce)"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XPF
URI: http://qudt.org/vocab/unit/CCY_XPF
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_XPF> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "XPF" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "953" ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q214393> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cfp Franc" ; rdfs:label "Cfp Franc"@en ; .
{"resource":"Cfp Franc"
,"qname":"unit:CCY_XPF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XPF"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q214393>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XPF"
,"currency exponent":"0"
,"currency number":"953"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cfp Franc"
,"label":"Cfp Franc"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XPF",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XPF",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "953",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"wikidataMatch" : "http://www.wikidata.org/entity/Q214393",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cfp Franc", {
"@language" : "en",
"@value" : "Cfp Franc"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_XPT
URI: http://qudt.org/vocab/unit/CCY_XPT
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CCY_XPT>
rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/currencyCode> "XPT" ;
<http://qudt.org/schema/qudt/currencyNumber> "962" ;
<http://qudt.org/schema/qudt/expression> "$XPT$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_tr]{Pt}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Platinum (one Troy Ounce)" ;
rdfs:label "Platinum (one Troy Ounce)"@en ;
.
{"resource":"Platinum (one Troy Ounce)"
,"qname":"unit:CCY_XPT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_XPT"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"XPT"
,"currency number":"962"
,"expression":"$XPT$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Platinum (one Troy Ounce)"
,"label":"Platinum (one Troy Ounce)"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
,"ucum code":"[oz_tr]{Pt}"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_XPT",
"@type" : [ "http://qudt.org/schema/qudt/CurrencyUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "XPT",
"currencyNumber" : "962",
"expression" : "$XPT$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"ucumCode" : "[oz_tr]{Pt}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Platinum (one Troy Ounce)", {
"@language" : "en",
"@value" : "Platinum (one Troy Ounce)"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_YER
URI: http://qudt.org/vocab/unit/CCY_YER
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_YER> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "YER" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "886" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Yemeni_rial"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$YER$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Yemeni_rial?oldid=494507603"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q240512> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Yemeni Rial" ; rdfs:label "Yemeni Rial"@en ; .
{"resource":"Yemeni Rial"
,"qname":"unit:CCY_YER"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_YER"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q240512>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"YER"
,"currency exponent":"0"
,"currency number":"886"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Yemeni_rial"
,"expression":"$YER$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Yemeni_rial?oldid=494507603"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yemeni Rial"
,"label":"Yemeni Rial"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_YER",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "YER",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "886",
"dbpediaMatch" : "http://dbpedia.org/resource/Yemeni_rial",
"expression" : "$YER$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Yemeni_rial?oldid=494507603",
"wikidataMatch" : "http://www.wikidata.org/entity/Q240512",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Yemeni Rial"
}, "Yemeni Rial" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ZAR
URI: http://qudt.org/vocab/unit/CCY_ZAR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ZAR> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ZAR" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "710" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/South_African_rand"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$ZAR$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/South_African_rand?oldid=493780395"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/SouthAfricanRand> ; <http://qudt.org/schema/qudt/symbol> "R" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q181907> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "South African Rand" ; rdfs:label "South African Rand"@en ; .
{"resource":"South African Rand"
,"qname":"unit:CCY_ZAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ZAR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q181907>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ZAR"
,"currency exponent":"2"
,"currency number":"710"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/South_African_rand"
,"expression":"$ZAR$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/South_African_rand?oldid=493780395"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"South African Rand"
,"label":"South African Rand"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/SouthAfricanRand>"
,"symbol":"R"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ZAR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ZAR",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "710",
"dbpediaMatch" : "http://dbpedia.org/resource/South_African_rand",
"expression" : "$ZAR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/South_African_rand?oldid=493780395",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/SouthAfricanRand",
"symbol" : "R",
"wikidataMatch" : "http://www.wikidata.org/entity/Q181907",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "South African Rand", {
"@language" : "en",
"@value" : "South African Rand"
} ],
"@context" : {
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ZMW
URI: http://qudt.org/vocab/unit/CCY_ZMW
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ZMW> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ZMW" ; <http://qudt.org/schema/qudt/currencyExponent> 0 ; <http://qudt.org/schema/qudt/currencyNumber> "967" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Zambian_kwacha"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$ZMK$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Zambian_kwacha?oldid=490328608"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q73408> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Zambian Kwacha" ; rdfs:label "Zambian Kwacha"@en ; .
{"resource":"Zambian Kwacha"
,"qname":"unit:CCY_ZMW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ZMW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q73408>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ZMW"
,"currency exponent":"0"
,"currency number":"967"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Zambian_kwacha"
,"expression":"$ZMK$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Zambian_kwacha?oldid=490328608"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Zambian Kwacha"
,"label":"Zambian Kwacha"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ZMW",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ZMW",
"http://qudt.org/schema/qudt/currencyExponent" : 0,
"currencyNumber" : "967",
"dbpediaMatch" : "http://dbpedia.org/resource/Zambian_kwacha",
"expression" : "$ZMK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Zambian_kwacha?oldid=490328608",
"wikidataMatch" : "http://www.wikidata.org/entity/Q73408",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Zambian Kwacha", {
"@language" : "en",
"@value" : "Zambian Kwacha"
} ],
"@context" : {
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CCY_ZWL
URI: http://qudt.org/vocab/unit/CCY_ZWL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CCY_ZWL> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/currencyCode> "ZWL" ; <http://qudt.org/schema/qudt/currencyExponent> 2 ; <http://qudt.org/schema/qudt/currencyNumber> "932" ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Zimbabwean_dollar"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$ZWD$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Zimbabwean_dollar?oldid=491532675"^^xsd:anyURI ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q182803> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Zimbabwe Dollar" ; rdfs:label "Zimbabwe Dollar"@en ; .
{"resource":"Zimbabwe Dollar"
,"qname":"unit:CCY_ZWL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CCY_ZWL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q182803>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"currency code":"ZWL"
,"currency exponent":"2"
,"currency number":"932"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Zimbabwean_dollar"
,"expression":"$ZWD$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Zimbabwean_dollar?oldid=491532675"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Zimbabwe Dollar"
,"label":"Zimbabwe Dollar"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CCY_ZWL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"currencyCode" : "ZWL",
"http://qudt.org/schema/qudt/currencyExponent" : 2,
"currencyNumber" : "932",
"dbpediaMatch" : "http://dbpedia.org/resource/Zimbabwean_dollar",
"expression" : "$ZWD$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"informativeReference" : "http://en.wikipedia.org/wiki/Zimbabwean_dollar?oldid=491532675",
"wikidataMatch" : "http://www.wikidata.org/entity/Q182803",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Zimbabwe Dollar", {
"@language" : "en",
"@value" : "Zimbabwe Dollar"
} ],
"@context" : {
"currencyExponent" : {
"@id" : "http://qudt.org/schema/qudt/currencyExponent",
"@type" : "http://www.w3.org/2001/XMLSchema#integer"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"currencyCode" : {
"@id" : "http://qudt.org/schema/qudt/currencyCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"currencyNumber" : {
"@id" : "http://qudt.org/schema/qudt/currencyNumber"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CD
URI: http://qudt.org/vocab/unit/CD
$\textit{Candela}$ is a unit for 'Luminous Intensity' expressed as $cd$. The candela is the SI base unit of luminous intensity; that is, power emitted by a light source in a particular direction, weighted by the luminosity function (a standardized model of the sensitivity of the human eye to different wavelengths, also known as the luminous efficiency function). A common candle emits light with a luminous intensity of roughly one candela.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CD>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Candela}$ is a unit for 'Luminous Intensity' expressed as $cd$. The candela is the SI base unit of luminous intensity; that is, power emitted by a light source in a particular direction, weighted by the luminosity function (a standardized model of the sensitivity of the human eye to different wavelengths, also known as the luminous efficiency function). A common candle emits light with a luminous intensity of roughly one candela."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Candela"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousIntensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA370" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Candela?oldid=484253082"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA370"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/candela> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/candela> ;
<http://qudt.org/schema/qudt/symbol> "cd" ;
<http://qudt.org/schema/qudt/ucumCode> "cd"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "cd" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CDL" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q83216> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Candela" ;
rdfs:label "Candela"@de ;
rdfs:label "Candela"@en ;
rdfs:label "Candela"@es ;
rdfs:label "Candela"@fr ;
rdfs:label "Candela"@it ;
rdfs:label "Candela"@la ;
rdfs:label "Candela"@pt ;
rdfs:label "Candela"@tr ;
rdfs:label "Candelă"@ro ;
rdfs:label "Kandela"@cs ;
rdfs:label "Kandela"@hu ;
rdfs:label "Kandela"@ms ;
rdfs:label "Kandela"@pl ;
rdfs:label "Kandela"@sl ;
rdfs:label "Καντέλα"@el ;
rdfs:label "Кандела"@bg ;
rdfs:label "Кандела"@ru ;
rdfs:label "קנדלה"@he ;
rdfs:label "قنديلة"@ar ;
rdfs:label "کاندلا"@fa ;
rdfs:label "कॅन्डेला"@hi ;
rdfs:label "カンデラ"@ja ;
rdfs:label "坎德拉"@zh ;
.
{"resource":"Candela"
,"qname":"unit:CD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CD"
,"properties":["Individual from SI Reference Point":"si-unit:candela"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q83216>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Candela"
,"description":"$\\textit{Candela}$ is a unit for 'Luminous Intensity' expressed as $cd$. The candela is the SI base unit of luminous intensity; that is, power emitted by a light source in a particular direction, weighted by the luminosity function (a standardized model of the sensitivity of the human eye to different wavelengths, also known as the luminous efficiency function). A common candle emits light with a luminous intensity of roughly one candela."
,"has dimension vector":"qkdv:A0E0L0I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousIntensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA370"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Candela?oldid=484253082"
,"informative reference":"http:\/\/www.simetric.co.uk\/siderived.htm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA370"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Candela"
,"label":"Candela"
,"label":"Candela"
,"label":"Candela"
,"label":"Candela"
,"label":"Candela"
,"label":"Candela"
,"label":"Candela"
,"label":"Candela"
,"label":"Candelă"
,"label":"Kandela"
,"label":"Kandela"
,"label":"Kandela"
,"label":"Kandela"
,"label":"Kandela"
,"label":"Καντέλα"
,"label":"Кандела"
,"label":"Кандела"
,"label":"קנדלה"
,"label":"قنديلة"
,"label":"کاندلا"
,"label":"कॅन्डेला"
,"label":"カンデラ"
,"label":"坎德拉"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/candela>"
,"symbol":"cd"
,"type":"qudt:Unit"
,"ucum code":"cd"
,"udunits code":"cd"
,"unece common code":"CDL"
]}
{
"@id" : "http://qudt.org/vocab/unit/CD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Candela}$ is a unit for 'Luminous Intensity' expressed as $cd$. The candela is the SI base unit of luminous intensity; that is, power emitted by a light source in a particular direction, weighted by the luminosity function (a standardized model of the sensitivity of the human eye to different wavelengths, also known as the luminous efficiency function). A common candle emits light with a luminous intensity of roughly one candela.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Candela",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousIntensity",
"iec61360Code" : "0112/2///62720#UAA370",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA370", "http://www.simetric.co.uk/siderived.htm", "http://en.wikipedia.org/wiki/Candela?oldid=484253082" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/candela",
"siExactMatch" : "https://si-digital-framework.org/SI/units/candela",
"symbol" : "cd",
"ucumCode" : "cd",
"udunitsCode" : "cd",
"uneceCommonCode" : "CDL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q83216",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "zh",
"@value" : "坎德拉"
}, {
"@language" : "el",
"@value" : "Καντέλα"
}, {
"@language" : "ro",
"@value" : "Candelă"
}, {
"@language" : "bg",
"@value" : "Кандела"
}, {
"@language" : "ru",
"@value" : "Кандела"
}, {
"@language" : "cs",
"@value" : "Kandela"
}, {
"@language" : "hu",
"@value" : "Kandela"
}, {
"@language" : "ms",
"@value" : "Kandela"
}, {
"@language" : "pl",
"@value" : "Kandela"
}, {
"@language" : "sl",
"@value" : "Kandela"
}, {
"@language" : "ja",
"@value" : "カンデラ"
}, "Candela", {
"@language" : "de",
"@value" : "Candela"
}, {
"@language" : "en",
"@value" : "Candela"
}, {
"@language" : "es",
"@value" : "Candela"
}, {
"@language" : "fr",
"@value" : "Candela"
}, {
"@language" : "fa",
"@value" : "کاندلا"
}, {
"@language" : "it",
"@value" : "Candela"
}, {
"@language" : "la",
"@value" : "Candela"
}, {
"@language" : "pt",
"@value" : "Candela"
}, {
"@language" : "tr",
"@value" : "Candela"
}, {
"@language" : "he",
"@value" : "קנדלה"
}, {
"@language" : "ar",
"@value" : "قنديلة"
}, {
"@language" : "hi",
"@value" : "कॅन्डेला"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CD-PER-FT2
URI: http://qudt.org/vocab/unit/CD-PER-FT2
base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CD-PER-FT2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.7639104167097223083335055559 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.07639104167097223083335055559E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Luminance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB441" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB441"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cd/ft²" ; <http://qudt.org/schema/qudt/ucumCode> "cd.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P32" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Candela per Square Foot" ; rdfs:label "Candela per Square Foot"@en ; .
{"resource":"Candela per Square Foot"
,"qname":"unit:CD-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CD-PER-FT2"
,"properties":["conversion multiplier":"10.7639104167097223083335055559"
,"conversion multiplier scientific":"1.07639104167097223083335055559E1"
,"description":"base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:Luminance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB441"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB441"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Candela per Square Foot"
,"label":"Candela per Square Foot"
,"symbol":"cd\/ft²"
,"type":"qudt:Unit"
,"ucum code":"cd.[ft_i]-2"
,"unece common code":"P32"
]}
{
"@id" : "http://qudt.org/vocab/unit/CD-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "base unit SI candela divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2",
"conversionMultiplier" : "10.7639104167097223083335055559",
"conversionMultiplier:SN" : 10.763910416709722,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Luminance",
"iec61360Code" : "0112/2///62720#UAB441",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB441",
"symbol" : "cd/ft²",
"ucumCode" : "cd.[ft_i]-2",
"uneceCommonCode" : "P32",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Candela per Square Foot", {
"@language" : "en",
"@value" : "Candela per Square Foot"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CD-PER-IN2
URI: http://qudt.org/vocab/unit/CD-PER-IN2
"Candela per Square Inch" is a unit for 'Luminance' expressed as $cd/in^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CD-PER-IN2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Candela per Square Inch\" is a unit for 'Luminance' expressed as $cd/in^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1550.0031000062000124000248000496 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.5500031000062000124000248000496E3 ;
<http://qudt.org/schema/qudt/expression> "$cd/in^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Luminance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB257" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB257"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "cd/in²" ;
<http://qudt.org/schema/qudt/ucumCode> "cd.[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "P28" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30066654> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Candela per Square Inch" ;
rdfs:label "Candela per Square Inch"@en ;
.
{"resource":"Candela per Square Inch"
,"qname":"unit:CD-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CD-PER-IN2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30066654>"
,"conversion multiplier":"1550.0031000062000124000248000496"
,"conversion multiplier scientific":"1.5500031000062000124000248000496E3"
,"description":"\"Candela per Square Inch\" is a unit for 'Luminance' expressed as $cd\/in^{2}$."
,"expression":"$cd\/in^{2}$"
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:Luminance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB257"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB257"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Candela per Square Inch"
,"label":"Candela per Square Inch"
,"symbol":"cd\/in²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cd.[in_i]-2"
,"unece common code":"P28"
]}
{
"@id" : "http://qudt.org/vocab/unit/CD-PER-IN2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Candela per Square Inch\" is a unit for 'Luminance' expressed as $cd/in^{2}$.",
"conversionMultiplier" : "1550.0031000062000124000248000496",
"conversionMultiplier:SN" : 1550.0031000062,
"expression" : "$cd/in^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Luminance",
"iec61360Code" : "0112/2///62720#UAB257",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB257",
"symbol" : "cd/in²",
"ucumCode" : "cd.[in_i]-2",
"uneceCommonCode" : "P28",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30066654",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Candela per Square Inch"
}, "Candela per Square Inch" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CD-PER-KiloLM
URI: http://qudt.org/vocab/unit/CD-PER-KiloLM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CD-PER-KiloLM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousIntensityDistribution> ; <http://qudt.org/schema/qudt/symbol> "cd/klm" ; <http://qudt.org/schema/qudt/ucumCode> "cd.klm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Candela par Kilolumen"@fr ; rdfs:label "Candela per Chilolumen"@it ; rdfs:label "Candela per Kilolumen" ; rdfs:label "Candela per Kilolumen"@en ; rdfs:label "Candela per Kilolümen"@tr ; rdfs:label "Candela por Kilolumen"@es ; rdfs:label "Candela pro Kilolumen"@de ; rdfs:label "Candelă pe Kilolumen"@ro ; rdfs:label "Kandela na Kilolumen"@cs ; rdfs:label "Kandela na Kilolumen"@pl ; rdfs:label "Kandela na Kilolumen"@sl ; rdfs:label "Kandela per Kilolumen"@ms ; .
{"resource":"Candela per Kilolumen"
,"qname":"unit:CD-PER-KiloLM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CD-PER-KiloLM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:LuminousIntensityDistribution"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Candela par Kilolumen"
,"label":"Candela per Chilolumen"
,"label":"Candela per Kilolumen"
,"label":"Candela per Kilolumen"
,"label":"Candela per Kilolümen"
,"label":"Candela por Kilolumen"
,"label":"Candela pro Kilolumen"
,"label":"Candelă pe Kilolumen"
,"label":"Kandela na Kilolumen"
,"label":"Kandela na Kilolumen"
,"label":"Kandela na Kilolumen"
,"label":"Kandela per Kilolumen"
,"symbol":"cd\/klm"
,"type":"qudt:Unit"
,"ucum code":"cd.klm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CD-PER-KiloLM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousIntensityDistribution",
"symbol" : "cd/klm",
"ucumCode" : "cd.klm-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Candelă pe Kilolumen"
}, "Candela per Kilolumen", {
"@language" : "en",
"@value" : "Candela per Kilolumen"
}, {
"@language" : "cs",
"@value" : "Kandela na Kilolumen"
}, {
"@language" : "pl",
"@value" : "Kandela na Kilolumen"
}, {
"@language" : "sl",
"@value" : "Kandela na Kilolumen"
}, {
"@language" : "it",
"@value" : "Candela per Chilolumen"
}, {
"@language" : "de",
"@value" : "Candela pro Kilolumen"
}, {
"@language" : "tr",
"@value" : "Candela per Kilolümen"
}, {
"@language" : "fr",
"@value" : "Candela par Kilolumen"
}, {
"@language" : "es",
"@value" : "Candela por Kilolumen"
}, {
"@language" : "ms",
"@value" : "Kandela per Kilolumen"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CD-PER-LM
URI: http://qudt.org/vocab/unit/CD-PER-LM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CD-PER-LM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousIntensityDistribution> ; <http://qudt.org/schema/qudt/symbol> "cd/lm" ; <http://qudt.org/schema/qudt/ucumCode> "cd.lm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Candela par Lumen"@fr ; rdfs:label "Candela per Lumen" ; rdfs:label "Candela per Lumen"@en ; rdfs:label "Candela per Lumen"@it ; rdfs:label "Candela per Lumen"@la ; rdfs:label "Candela per Lümen"@tr ; rdfs:label "Candela por Lumen"@es ; rdfs:label "Candela por Lumen"@pt ; rdfs:label "Candela pro Lumen"@de ; rdfs:label "Candelă pe Lumen"@ro ; rdfs:label "Kandela na Lumen"@cs ; rdfs:label "Kandela na Lumen"@pl ; rdfs:label "Kandela na Lumen"@sl ; rdfs:label "Kandela per Lumen"@ms ; rdfs:label "Καντέλα ανά Λούμεν"@el ; rdfs:label "Кандела на Лумен"@bg ; rdfs:label "Кандела на Лумен"@ru ; .
{"resource":"Candela per Lumen"
,"qname":"unit:CD-PER-LM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CD-PER-LM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:LuminousIntensityDistribution"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Candela par Lumen"
,"label":"Candela per Lumen"
,"label":"Candela per Lumen"
,"label":"Candela per Lumen"
,"label":"Candela per Lumen"
,"label":"Candela per Lümen"
,"label":"Candela por Lumen"
,"label":"Candela por Lumen"
,"label":"Candela pro Lumen"
,"label":"Candelă pe Lumen"
,"label":"Kandela na Lumen"
,"label":"Kandela na Lumen"
,"label":"Kandela na Lumen"
,"label":"Kandela per Lumen"
,"label":"Καντέλα ανά Λούμεν"
,"label":"Кандела на Лумен"
,"label":"Кандела на Лумен"
,"symbol":"cd\/lm"
,"type":"qudt:Unit"
,"ucum code":"cd.lm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CD-PER-LM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousIntensityDistribution",
"symbol" : "cd/lm",
"ucumCode" : "cd.lm-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Candela per Lümen"
}, {
"@language" : "cs",
"@value" : "Kandela na Lumen"
}, {
"@language" : "pl",
"@value" : "Kandela na Lumen"
}, {
"@language" : "el",
"@value" : "Καντέλα ανά Λούμεν"
}, "Candela per Lumen", {
"@language" : "en",
"@value" : "Candela per Lumen"
}, {
"@language" : "it",
"@value" : "Candela per Lumen"
}, {
"@language" : "la",
"@value" : "Candela per Lumen"
}, {
"@language" : "es",
"@value" : "Candela por Lumen"
}, {
"@language" : "pt",
"@value" : "Candela por Lumen"
}, {
"@language" : "ms",
"@value" : "Kandela per Lumen"
}, {
"@language" : "ro",
"@value" : "Candelă pe Lumen"
}, {
"@language" : "bg",
"@value" : "Кандела на Лумен"
}, {
"@language" : "ru",
"@value" : "Кандела на Лумен"
}, {
"@language" : "fr",
"@value" : "Candela par Lumen"
}, {
"@language" : "de",
"@value" : "Candela pro Lumen"
}, {
"@language" : "sl",
"@value" : "Kandela na Lumen"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CD-PER-M2
URI: http://qudt.org/vocab/unit/CD-PER-M2
The candela per square metre ($cd/m^2$) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit ($1 nit = 1 cd/m^2$). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 $cd/m^2$; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of $120 cd/m^2$. $Nit$ is believed to come from the Latin word nitere, to shine.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CD-PER-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The candela per square metre ($cd/m^2$) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit ($1 nit = 1 cd/m^2$). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 $cd/m^2$; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of $120 cd/m^2$. $Nit$ is believed to come from the Latin word nitere, to shine."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$cd/m^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Luminance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA371" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA371"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cd/m²" ; <http://qudt.org/schema/qudt/ucumCode> "cd.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "nt" ; <http://qudt.org/schema/qudt/uneceCommonCode> "A24" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q281096> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Candela par Mètre Carré"@fr ; rdfs:label "Candela per Metrekare"@tr ; rdfs:label "Candela per Metro Quadrato"@it ; rdfs:label "Candela per Metrum Quadratum"@la ; rdfs:label "Candela per Square Meter"@en-US ; rdfs:label "Candela per Square Metre" ; rdfs:label "Candela per Square Metre"@en ; rdfs:label "Candela por Metro Cuadrado"@es ; rdfs:label "Candela por Metro Quadrado"@pt ; rdfs:label "Candela pro Quadratmeter"@de ; rdfs:label "Candelă pe Metru Pătrat"@ro ; rdfs:label "Kandela na Kvadratni Meter"@sl ; rdfs:label "Kandela na Metr Kwadratowy"@pl ; rdfs:label "Kandela na Čtvereční Metr"@cs ; rdfs:label "Kandela per Meter Persegi"@ms ; rdfs:label "Καντέλα ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Кандела на Квадратен Метър"@bg ; rdfs:label "Кандела на Квадратный Метр"@ru ; .
{"resource":"Candela per Square Metre"
,"qname":"unit:CD-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CD-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q281096>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"The candela per square metre ($cd\/m^2$) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit ($1 nit = 1 cd\/m^2$). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 $cd\/m^2$; the sRGB spec for monitors targets 80 cd\/m2. HDTVs range from 450 to about 1000 cd\/m2. Typically, calibrated monitors should have a brightness of $120 cd\/m^2$. $Nit$ is believed to come from the Latin word nitere, to shine."
,"expression":"$cd\/m^2$"
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:Luminance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA371"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA371"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Candela par Mètre Carré"
,"label":"Candela per Metrekare"
,"label":"Candela per Metro Quadrato"
,"label":"Candela per Metrum Quadratum"
,"label":"Candela per Square Meter"
,"label":"Candela per Square Metre"
,"label":"Candela per Square Metre"
,"label":"Candela por Metro Cuadrado"
,"label":"Candela por Metro Quadrado"
,"label":"Candela pro Quadratmeter"
,"label":"Candelă pe Metru Pătrat"
,"label":"Kandela na Kvadratni Meter"
,"label":"Kandela na Metr Kwadratowy"
,"label":"Kandela na Čtvereční Metr"
,"label":"Kandela per Meter Persegi"
,"label":"Καντέλα ανά Τετραγωνικό Μέτρο"
,"label":"Кандела на Квадратен Метър"
,"label":"Кандела на Квадратный Метр"
,"symbol":"cd\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cd.m-2"
,"udunits code":"nt"
,"unece common code":"A24"
]}
{
"@id" : "http://qudt.org/vocab/unit/CD-PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The candela per square metre ($cd/m^2$) is the derived SI unit of luminance. The unit is based on the candela, the SI unit of luminous intensity, and the square metre, the SI unit of area. Nit (nt) is a deprecated non-SI name also used for this unit ($1 nit = 1 cd/m^2$). As a measure of light emitted per unit area, this unit is frequently used to specify the brightness of a display device. Most consumer desktop liquid crystal displays have luminances of 200 to 300 $cd/m^2$; the sRGB spec for monitors targets 80 cd/m2. HDTVs range from 450 to about 1000 cd/m2. Typically, calibrated monitors should have a brightness of $120 cd/m^2$. $Nit$ is believed to come from the Latin word nitere, to shine.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$cd/m^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Luminance",
"iec61360Code" : "0112/2///62720#UAA371",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA371",
"symbol" : "cd/m²",
"ucumCode" : "cd.m-2",
"udunitsCode" : "nt",
"uneceCommonCode" : "A24",
"wikidataMatch" : "http://www.wikidata.org/entity/Q281096",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Καντέλα ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "bg",
"@value" : "Кандела на Квадратен Метър"
}, {
"@language" : "ru",
"@value" : "Кандела на Квадратный Метр"
}, {
"@language" : "de",
"@value" : "Candela pro Quadratmeter"
}, {
"@language" : "it",
"@value" : "Candela per Metro Quadrato"
}, {
"@language" : "ro",
"@value" : "Candelă pe Metru Pătrat"
}, {
"@language" : "tr",
"@value" : "Candela per Metrekare"
}, {
"@language" : "pt",
"@value" : "Candela por Metro Quadrado"
}, {
"@language" : "en-us",
"@value" : "Candela per Square Meter"
}, {
"@language" : "cs",
"@value" : "Kandela na Čtvereční Metr"
}, {
"@language" : "la",
"@value" : "Candela per Metrum Quadratum"
}, {
"@language" : "pl",
"@value" : "Kandela na Metr Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Candela par Mètre Carré"
}, {
"@language" : "sl",
"@value" : "Kandela na Kvadratni Meter"
}, {
"@language" : "es",
"@value" : "Candela por Metro Cuadrado"
}, "Candela per Square Metre", {
"@language" : "ms",
"@value" : "Kandela per Meter Persegi"
}, {
"@language" : "en",
"@value" : "Candela per Square Metre"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CD_IN
URI: http://qudt.org/vocab/unit/CD_IN
obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CD_IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.920 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.20E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousIntensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB440" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB440"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CD> ; <http://qudt.org/schema/qudt/symbol> "international candle" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P36" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "International Candle" ; rdfs:label "International Candle"@en ; rdfs:seeAlso <http://qudt.org/vocab/unit/HK> ; .
{"resource":"International Candle"
,"qname":"unit:CD_IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CD_IN"
,"properties":["conversion multiplier":"0.920"
,"conversion multiplier scientific":"9.20E-1"
,"description":"obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979"
,"has dimension vector":"qkdv:A0E0L0I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousIntensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB440"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB440"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Candle"
,"label":"International Candle"
,"scalingOf":"unit:CD"
,"seeAlso":"unit:HK"
,"symbol":"international candle"
,"type":"qudt:Unit"
,"unece common code":"P36"
]}
{
"@id" : "http://qudt.org/vocab/unit/CD_IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979",
"conversionMultiplier" : "0.920",
"conversionMultiplier:SN" : 0.92,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousIntensity",
"iec61360Code" : "0112/2///62720#UAB440",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB440",
"scalingOf" : "http://qudt.org/vocab/unit/CD",
"symbol" : "international candle",
"uneceCommonCode" : "P36",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Candle", {
"@language" : "en",
"@value" : "International Candle"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/HK",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CH
URI: http://qudt.org/vocab/unit/CH
A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CH> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 20.1168 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.01168E1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Chain"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB203" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Chain?oldid=494116185"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB203"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/chain> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "ch" ; <http://qudt.org/schema/qudt/ucumCode> "[ch_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "X1" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q552299> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chain" ; rdfs:label "Chain"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "Gunter's chain" ; .
{"resource":"Chain"
,"qname":"unit:CH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q552299>"
,"alternative label":"Gunter's chain"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"20.1168"
,"conversion multiplier scientific":"2.01168E1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Chain"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB203"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Chain?oldid=494116185"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB203"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chain"
,"label":"Chain"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/chain>"
,"scalingOf":"unit:M"
,"symbol":"ch"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ch_br]"
,"unece common code":"X1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CH",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A chain is a unit of length. It measures 66 feet, or 22 yards, or 100 links, or 4 rods. There are 10 chains in a furlong, and 80 chains in one statute mile. An acre is the area of 10 square chains (that is, an area of one chain by one furlong). The chain has been used for several centuries in Britain and in some other countries influenced by British practice.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "20.1168",
"conversionMultiplier:SN" : 20.1168,
"dbpediaMatch" : "http://dbpedia.org/resource/Chain",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB203",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB203", "http://en.wikipedia.org/wiki/Chain?oldid=494116185" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/chain",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "ch",
"ucumCode" : "[ch_br]",
"uneceCommonCode" : "X1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q552299",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Chain", {
"@language" : "en",
"@value" : "Chain"
} ],
"altLabel" : "Gunter's chain",
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CHAIN_US
URI: http://qudt.org/vocab/unit/CHAIN_US
unit of the length according the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CHAIN_US> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the length according the Anglo-American system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 20.1168 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.01168E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA372" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA372"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "ch (US survey)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "M49" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chain (based on U.s. Survey Foot)" ; rdfs:label "Chain (based on U.s. Survey Foot)"@en ; .
{"resource":"Chain (based on U.s. Survey Foot)"
,"qname":"unit:CHAIN_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CHAIN_US"
,"properties":["conversion multiplier":"20.1168"
,"conversion multiplier scientific":"2.01168E1"
,"description":"unit of the length according the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA372"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA372"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chain (based on U.s. Survey Foot)"
,"label":"Chain (based on U.s. Survey Foot)"
,"scalingOf":"unit:M"
,"symbol":"ch (US survey)"
,"type":"qudt:Unit"
,"unece common code":"M49"
]}
{
"@id" : "http://qudt.org/vocab/unit/CHAIN_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the length according the Anglo-American system of units",
"conversionMultiplier" : "20.1168",
"conversionMultiplier:SN" : 20.1168,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA372",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA372",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "ch (US survey)",
"uneceCommonCode" : "M49",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Chain (based on U.s. Survey Foot)"
}, "Chain (based on U.s. Survey Foot)" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CHF-PER-KiloGM
URI: http://qudt.org/vocab/unit/CHF-PER-KiloGM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CHF-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/CCY_CHF-PER-KiloGM> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CostPerMass> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for measuring the hardware cost of substance or material" ; <http://qudt.org/schema/qudt/symbol> "CHF/kg" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Swiss Francs per KiloGram" ; rdfs:label "Swiss Francs per KiloGram"@en ; .
{"resource":"Swiss Francs per KiloGram"
,"qname":"unit:CHF-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CHF-PER-KiloGM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"deprecated":"true"
,"description (plain text)":"Unit for measuring the hardware cost of substance or material"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:CostPerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:CCY_CHF-PER-KiloGM"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Swiss Francs per KiloGram"
,"label":"Swiss Francs per KiloGram"
,"symbol":"CHF\/kg"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CHF-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"isReplacedBy" : "http://qudt.org/vocab/unit/CCY_CHF-PER-KiloGM",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CostPerMass",
"plainTextDescription" : "Unit for measuring the hardware cost of substance or material",
"symbol" : "CHF/kg",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Swiss Francs per KiloGram", {
"@language" : "en",
"@value" : "Swiss Francs per KiloGram"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CI
URI: http://qudt.org/vocab/unit/CI
The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \times 10^{10} decays\ per\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \times 10^{10} Bq= 37 GBq$ and $1Bq \equiv 2.703 \times 10^{-11}Ci $.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CI>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \\times 10^{10} decays\\ per\\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \\times 10^{10} Bq= 37 GBq$ and $1Bq \\equiv 2.703 \\times 10^{-11}Ci $."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 37000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.7E10 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Curie"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA138" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA138"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/curie> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ;
<http://qudt.org/schema/qudt/symbol> "Ci" ;
<http://qudt.org/schema/qudt/ucumCode> "Ci"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "Ci" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CUR" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Curie" ;
rdfs:label "Curie"@en ;
.
{"resource":"Curie"
,"qname":"unit:CI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CI"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"37000000000.0"
,"conversion multiplier scientific":"3.7E10"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Curie"
,"description":"The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \\times 10^{10} decays\\ per\\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \\times 10^{10} Bq= 37 GBq$ and $1Bq \\equiv 2.703 \\times 10^{-11}Ci $."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA138"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Curie?oldid=495080313"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA138"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Curie"
,"label":"Curie"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/curie>"
,"scalingOf":"unit:BQ"
,"symbol":"Ci"
,"type":"qudt:Unit"
,"ucum code":"Ci"
,"udunits code":"Ci"
,"unece common code":"CUR"
]}
{
"@id" : "http://qudt.org/vocab/unit/CI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \\times 10^{10} decays\\ per\\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \\times 10^{10} Bq= 37 GBq$ and $1Bq \\equiv 2.703 \\times 10^{-11}Ci $.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "37000000000.0",
"conversionMultiplier:SN" : 3.7E10,
"dbpediaMatch" : "http://dbpedia.org/resource/Curie",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAA138",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Curie?oldid=495080313", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA138" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/curie",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "Ci",
"ucumCode" : "Ci",
"udunitsCode" : "Ci",
"uneceCommonCode" : "CUR",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Curie", {
"@language" : "en",
"@value" : "Curie"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CI-PER-KiloGM
URI: http://qudt.org/vocab/unit/CI-PER-KiloGM
1,000-fold of the unit curie divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CI-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the unit curie divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 37000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.7E10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassicActivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificActivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB091" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB091"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ci/kg" ; <http://qudt.org/schema/qudt/ucumCode> "Ci.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A42" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Curie per Kilogram" ; rdfs:label "Curie per Kilogram"@en ; .
{"resource":"Curie per Kilogram"
,"qname":"unit:CI-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CI-PER-KiloGM"
,"properties":["conversion multiplier":"37000000000.0"
,"conversion multiplier scientific":"3.7E10"
,"description":"1,000-fold of the unit curie divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:MassicActivity"
,"has quantity kind":"quantitykind:SpecificActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB091"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB091"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Curie per Kilogram"
,"label":"Curie per Kilogram"
,"symbol":"Ci\/kg"
,"type":"qudt:Unit"
,"ucum code":"Ci.kg-1"
,"unece common code":"A42"
]}
{
"@id" : "http://qudt.org/vocab/unit/CI-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the unit curie divided by the SI base unit kilogram",
"conversionMultiplier" : "37000000000.0",
"conversionMultiplier:SN" : 3.7E10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificActivity", "http://qudt.org/vocab/quantitykind/MassicActivity" ],
"iec61360Code" : "0112/2///62720#UAB091",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB091",
"symbol" : "Ci/kg",
"ucumCode" : "Ci.kg-1",
"uneceCommonCode" : "A42",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Curie per Kilogram", {
"@language" : "en",
"@value" : "Curie per Kilogram"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CLO
URI: http://qudt.org/vocab/unit/CLO
A C.G.S System unit for $\textit{Thermal Insulance}$ expressed as "clo".
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CLO>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A C.G.S System unit for $\\textit{Thermal Insulance}$ expressed as \"clo\"."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.155 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.55E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalInsulance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA374" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA374"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2-K-PER-W> ;
<http://qudt.org/schema/qudt/symbol> "clo" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J83" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q10748296> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Clo" ;
rdfs:label "Clo"@en ;
.
{"resource":"Clo"
,"qname":"unit:CLO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CLO"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q10748296>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.155"
,"conversion multiplier scientific":"1.55E-1"
,"description":"A C.G.S System unit for $\\textit{Thermal Insulance}$ expressed as \"clo\"."
,"has dimension vector":"qkdv:A0E0L0I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalInsulance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA374"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA374"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Clo"
,"label":"Clo"
,"scalingOf":"unit:M2-K-PER-W"
,"symbol":"clo"
,"type":"qudt:Unit"
,"unece common code":"J83"
]}
{
"@id" : "http://qudt.org/vocab/unit/CLO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A C.G.S System unit for $\\textit{Thermal Insulance}$ expressed as \"clo\".",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.155",
"conversionMultiplier:SN" : 0.155,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalInsulance",
"iec61360Code" : "0112/2///62720#UAA374",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA374",
"scalingOf" : "http://qudt.org/vocab/unit/M2-K-PER-W",
"symbol" : "clo",
"uneceCommonCode" : "J83",
"wikidataMatch" : "http://www.wikidata.org/entity/Q10748296",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Clo", {
"@language" : "en",
"@value" : "Clo"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CM_H2O
URI: http://qudt.org/vocab/unit/CM_H2O
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CM_H2O> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/CentiM_H2O> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Pressure> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimetre of Water" ; rdfs:label "Centimetre of Water"@en ; .
{"resource":"Centimetre of Water"
,"qname":"unit:CM_H2O"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CM_H2O"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Pressure"
,"is replaced by":"unit:CentiM_H2O"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimetre of Water"
,"label":"Centimetre of Water"
,"scalingOf":"unit:PA"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CM_H2O",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"isReplacedBy" : "http://qudt.org/vocab/unit/CentiM_H2O",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Pressure",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centimetre of Water", {
"@language" : "en",
"@value" : "Centimetre of Water"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CORD
URI: http://qudt.org/vocab/unit/CORD
The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CORD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3.62 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.62E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Cord"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DryVolume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB289" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Cord?oldid=490232340"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB289"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/cord> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "cord" ; <http://qudt.org/schema/qudt/ucumCode> "[crd_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M68" ; <http://qudt.org/schema/qudt/uneceCommonCode> "WCD" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q920297> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cord" ; rdfs:label "Cord"@en ; .
{"resource":"Cord"
,"qname":"unit:CORD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CORD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q920297>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"3.62"
,"conversion multiplier scientific":"3.62E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Cord"
,"defined unit of system":"sou:USCS"
,"description":"The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it. "
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:DryVolume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB289"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Cord?oldid=490232340"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB289"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cord"
,"label":"Cord"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/cord>"
,"scalingOf":"unit:M3"
,"symbol":"cord"
,"type":"qudt:Unit"
,"ucum code":"[crd_us]"
,"unece common code":"M68"
,"unece common code":"WCD"
]}
{
"@id" : "http://qudt.org/vocab/unit/CORD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The cord is a unit of measure of dry volume used in Canada and the United States to measure firewood and pulpwood. A cord is the amount of wood that, when 'ranked and well stowed' (arranged so pieces are aligned, parallel, touching and compact), occupies a volume of 128 cubic feet (3.62 cubic metres). This corresponds to a well stacked woodpile 4 feet (122 cm) wide, 4 feet (122 cm) high, and 8 feet (244 cm) long; or any other arrangement of linear measurements that yields the same volume. The name cord probably comes from the use of a cord or string to measure it. ",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "3.62",
"conversionMultiplier:SN" : 3.62,
"dbpediaMatch" : "http://dbpedia.org/resource/Cord",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DryVolume",
"iec61360Code" : "0112/2///62720#UAB289",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB289", "http://en.wikipedia.org/wiki/Cord?oldid=490232340" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/cord",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "cord",
"ucumCode" : "[crd_us]",
"uneceCommonCode" : [ "M68", "WCD" ],
"wikidataMatch" : "http://www.wikidata.org/entity/Q920297",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cord", {
"@language" : "en",
"@value" : "Cord"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:COUNT
URI: http://qudt.org/vocab/unit/COUNT
"Count" is a unit for a dimensionless count.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/COUNT> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Count\" is a unit for a dimensionless count."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Count" ; rdfs:label "Count"@en ; .
{"resource":"Count"
,"qname":"unit:COUNT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/COUNT"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Count\" is a unit for a dimensionless count."
,"exact match":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"has quantity kind":"quantitykind:Dimensionless"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Count"
,"label":"Count"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/COUNT",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Count\" is a unit for a dimensionless count.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/NUM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Dimensionless", "http://qudt.org/vocab/quantitykind/Count" ],
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Count", {
"@language" : "en",
"@value" : "Count"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CP
URI: http://qudt.org/vocab/unit/CP
"Candlepower" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CP> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Candlepower\" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Candlepower"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousIntensity> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Candlepower?oldid=491140098"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CD> ; <http://qudt.org/schema/qudt/symbol> "cp" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q902274> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Candlepower" ; rdfs:label "Candlepower"@en ; .
{"resource":"Candlepower"
,"qname":"unit:CP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q902274>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Candlepower"
,"description":"\"Candlepower\" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela."
,"has dimension vector":"qkdv:A0E0L0I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousIntensity"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Candlepower?oldid=491140098"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Candlepower"
,"label":"Candlepower"
,"scalingOf":"unit:CD"
,"symbol":"cp"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CP",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Candlepower\" (abbreviated as cp) is a now-obsolete unit which was used to express levels of light intensity in terms of the light emitted by a candle of specific size and constituents. In modern usage Candlepower equates directly to the unit known as the candela.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Candlepower",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousIntensity",
"informativeReference" : "http://en.wikipedia.org/wiki/Candlepower?oldid=491140098",
"scalingOf" : "http://qudt.org/vocab/unit/CD",
"symbol" : "cp",
"wikidataMatch" : "http://www.wikidata.org/entity/Q902274",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Candlepower", {
"@language" : "en",
"@value" : "Candlepower"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CUP
URI: http://qudt.org/vocab/unit/CUP
"US Liquid Cup" is a unit for 'Liquid Volume' expressed as $cup$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CUP> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"US Liquid Cup\" is a unit for 'Liquid Volume' expressed as $cup$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00023658825 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.3658825E-4 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/CUP_US> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "cup" ; <http://qudt.org/schema/qudt/ucumCode> "[cup_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G21" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Us Liquid Cup" ; rdfs:label "Us Liquid Cup"@en ; .
{"resource":"Us Liquid Cup"
,"qname":"unit:CUP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CUP"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.00023658825"
,"conversion multiplier scientific":"2.3658825E-4"
,"defined unit of system":"sou:USCS"
,"description":"\"US Liquid Cup\" is a unit for 'Liquid Volume' expressed as $cup$."
,"exact match":"unit:CUP_US"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Cup"
,"label":"Us Liquid Cup"
,"scalingOf":"unit:M3"
,"symbol":"cup"
,"type":"qudt:Unit"
,"ucum code":"[cup_us]"
,"unece common code":"G21"
]}
{
"@id" : "http://qudt.org/vocab/unit/CUP",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"US Liquid Cup\" is a unit for 'Liquid Volume' expressed as $cup$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00023658825",
"conversionMultiplier:SN" : 2.3658825E-4,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"exactMatch" : "http://qudt.org/vocab/unit/CUP_US",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "cup",
"ucumCode" : "[cup_us]",
"uneceCommonCode" : "G21",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Cup", {
"@language" : "en",
"@value" : "Us Liquid Cup"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CUP_US
URI: http://qudt.org/vocab/unit/CUP_US
unit of the volume according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CUP_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00023658825 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.3658825E-4 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/CUP> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA404" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA404"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "cup{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[cup_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "G21" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q105816269> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cup (US)" ;
rdfs:label "Cup (US)"@en ;
.
{"resource":"Cup (US)"
,"qname":"unit:CUP_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CUP_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q105816269>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00023658825"
,"conversion multiplier scientific":"2.3658825E-4"
,"description":"unit of the volume according to the Anglo-American system of units"
,"description (plain text)":"unit of the volume according to the Anglo-American system of units"
,"exact match":"unit:CUP"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA404"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA404"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cup (US)"
,"label":"Cup (US)"
,"scalingOf":"unit:M3"
,"symbol":"cup{US}"
,"type":"qudt:Unit"
,"ucum code":"[cup_us]"
,"unece common code":"G21"
]}
{
"@id" : "http://qudt.org/vocab/unit/CUP_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume according to the Anglo-American system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00023658825",
"conversionMultiplier:SN" : 2.3658825E-4,
"exactMatch" : "http://qudt.org/vocab/unit/CUP",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"iec61360Code" : "0112/2///62720#UAA404",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA404",
"plainTextDescription" : "unit of the volume according to the Anglo-American system of units",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "cup{US}",
"ucumCode" : "[cup_us]",
"uneceCommonCode" : "G21",
"wikidataMatch" : "http://www.wikidata.org/entity/Q105816269",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cup (US)", {
"@language" : "en",
"@value" : "Cup (US)"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CWT_LONG
URI: http://qudt.org/vocab/unit/CWT_LONG
"Hundred Weight - Long" is a unit for 'Mass' expressed as $cwt$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CWT_LONG>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Hundred Weight - Long\" is a unit for 'Mass' expressed as $cwt$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 50.80235 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.080235E1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/Hundredweight_UK> ;
<http://qudt.org/schema/qudt/expression> "$cwt long$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "cwt{long}" ;
<http://qudt.org/schema/qudt/ucumCode> "[lcwt_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CWI" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q39617688> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Long Hundred Weight" ;
rdfs:label "Long Hundred Weight"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "British hundredweight" ;
.
{"resource":"Long Hundred Weight"
,"qname":"unit:CWT_LONG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CWT_LONG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q39617688>"
,"alternative label":"British hundredweight"
,"conversion multiplier":"50.80235"
,"conversion multiplier scientific":"5.080235E1"
,"description":"\"Hundred Weight - Long\" is a unit for 'Mass' expressed as $cwt$."
,"exact match":"unit:Hundredweight_UK"
,"expression":"$cwt long$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Long Hundred Weight"
,"label":"Long Hundred Weight"
,"scalingOf":"unit:KiloGM"
,"symbol":"cwt{long}"
,"type":"qudt:Unit"
,"ucum code":"[lcwt_av]"
,"unece common code":"CWI"
]}
{
"@id" : "http://qudt.org/vocab/unit/CWT_LONG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Hundred Weight - Long\" is a unit for 'Mass' expressed as $cwt$.",
"conversionMultiplier" : "50.80235",
"conversionMultiplier:SN" : 50.80235,
"exactMatch" : "http://qudt.org/vocab/unit/Hundredweight_UK",
"expression" : "$cwt long$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "cwt{long}",
"ucumCode" : "[lcwt_av]",
"uneceCommonCode" : "CWI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q39617688",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Long Hundred Weight", {
"@language" : "en",
"@value" : "Long Hundred Weight"
} ],
"altLabel" : "British hundredweight",
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CWT_SHORT
URI: http://qudt.org/vocab/unit/CWT_SHORT
"Hundred Weight - Short" is a unit for 'Mass' expressed as $cwt$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CWT_SHORT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Hundred Weight - Short\" is a unit for 'Mass' expressed as $cwt$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 45.359237 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.5359237E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/Hundredweight_US> ;
<http://qudt.org/schema/qudt/expression> "$cwt$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "cwt{short}" ;
<http://qudt.org/schema/qudt/ucumCode> "[scwt_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q12714022> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Hundred Weight - Short" ;
rdfs:label "Hundred Weight - Short"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "U.S. hundredweight" ;
.
{"resource":"Hundred Weight - Short"
,"qname":"unit:CWT_SHORT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CWT_SHORT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q12714022>"
,"alternative label":"U.S. hundredweight"
,"applicable system":"sou:USCS"
,"conversion multiplier":"45.359237"
,"conversion multiplier scientific":"4.5359237E1"
,"defined unit of system":"sou:USCS"
,"description":"\"Hundred Weight - Short\" is a unit for 'Mass' expressed as $cwt$."
,"exact match":"unit:Hundredweight_US"
,"expression":"$cwt$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hundred Weight - Short"
,"label":"Hundred Weight - Short"
,"scalingOf":"unit:KiloGM"
,"symbol":"cwt{short}"
,"type":"qudt:Unit"
,"ucum code":"[scwt_av]"
]}
{
"@id" : "http://qudt.org/vocab/unit/CWT_SHORT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Hundred Weight - Short\" is a unit for 'Mass' expressed as $cwt$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "45.359237",
"conversionMultiplier:SN" : 45.359237,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"exactMatch" : "http://qudt.org/vocab/unit/Hundredweight_US",
"expression" : "$cwt$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "cwt{short}",
"ucumCode" : "[scwt_av]",
"wikidataMatch" : "http://www.wikidata.org/entity/Q12714022",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hundred Weight - Short", {
"@language" : "en",
"@value" : "Hundred Weight - Short"
} ],
"altLabel" : "U.S. hundredweight",
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CYC
URI: http://qudt.org/vocab/unit/CYC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CYC> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cycle" ; rdfs:label "Cycle"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM> ; .
{"resource":"Cycle"
,"qname":"unit:CYC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CYC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has broader":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cycle"
,"label":"Cycle"
,"type":"qudt:ContextualUnit"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CYC",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cycle", {
"@language" : "en",
"@value" : "Cycle"
} ],
"broader" : "http://qudt.org/vocab/unit/NUM",
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CYC-PER-SEC
URI: http://qudt.org/vocab/unit/CYC-PER-SEC
The "cycle per second" is a once-common English name for the unit of frequency now known as the hertz (Hz).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CYC-PER-SEC> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The \"cycle per second\" is a once-common English name for the unit of frequency now known as the hertz (Hz)." ; <http://qudt.org/schema/qudt/altSymbol> "c.p.s" ; <http://qudt.org/schema/qudt/altSymbol> "cycles/s" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/HZ> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalFrequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalVelocity> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Cycle_per_second"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "c/s" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cycle per Second" ; rdfs:label "Cycle per Second"@en ; .
{"resource":"Cycle per Second"
,"qname":"unit:CYC-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CYC-PER-SEC"
,"properties":["alt symbol":"c.p.s"
,"alt symbol":"cycles\/s"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The \"cycle per second\" is a once-common English name for the unit of frequency now known as the hertz (Hz)."
,"exact match":"unit:HZ"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:RotationalFrequency"
,"has quantity kind":"quantitykind:RotationalVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Cycle_per_second"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cycle per Second"
,"label":"Cycle per Second"
,"symbol":"c\/s"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/CYC-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "The \"cycle per second\" is a once-common English name for the unit of frequency now known as the hertz (Hz).",
"altSymbol" : [ "cycles/s", "c.p.s" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/HZ",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/RotationalFrequency", "http://qudt.org/vocab/quantitykind/RotationalVelocity" ],
"informativeReference" : "https://en.wikipedia.org/wiki/Cycle_per_second",
"symbol" : "c/s",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cycle per Second", {
"@language" : "en",
"@value" : "Cycle per Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"altSymbol" : {
"@id" : "http://qudt.org/schema/qudt/altSymbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C_Ab
URI: http://qudt.org/vocab/unit/C_Ab
"abcoulomb" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs ($1\,abC\,=\,10\,C$).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C_Ab> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"abcoulomb\" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs ($1\\,abC\\,=\\,10\\,C$)."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Abcoulomb"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Abcoulomb?oldid=477198635"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-9?rskey=KHjyOu"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A-SEC> ; <http://qudt.org/schema/qudt/symbol> "abC" ; <http://qudt.org/schema/qudt/ucumCode> "10.C"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4176683> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Abcoulomb" ; rdfs:label "Abcoulomb"@en ; .
{"resource":"Abcoulomb"
,"qname":"unit:C_Ab"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C_Ab"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4176683>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Abcoulomb"
,"description":"\"abcoulomb\" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs ($1\\,abC\\,=\\,10\\,C$)."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Abcoulomb?oldid=477198635"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-9?rskey=KHjyOu"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abcoulomb"
,"label":"Abcoulomb"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/abcoulomb>"
,"scalingOf":"unit:A-SEC"
,"symbol":"abC"
,"type":"qudt:Unit"
,"ucum code":"10.C"
]}
{
"@id" : "http://qudt.org/vocab/unit/C_Ab",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"abcoulomb\" (abC or aC) or electromagnetic unit of charge (emu of charge) is the basic physical unit of electric charge in the cgs-emu system of units. One abcoulomb is equal to ten coulombs ($1\\,abC\\,=\\,10\\,C$).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Abcoulomb",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Abcoulomb?oldid=477198635", "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-9?rskey=KHjyOu" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/abcoulomb",
"scalingOf" : "http://qudt.org/vocab/unit/A-SEC",
"symbol" : "abC",
"ucumCode" : "10.C",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4176683",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Abcoulomb", {
"@language" : "en",
"@value" : "Abcoulomb"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C_Ab-PER-CentiM2
URI: http://qudt.org/vocab/unit/C_Ab-PER-CentiM2
Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb/square centimeter,abcoulomb/square centimetre. This unit is commonly used in the cgs unit system. Abcoulomb Per Square Centimeter (abcoulomb/cm2) has a dimension of $L_2TI$. where $L$ is length, $T$ is time, and $I$ is electric current. It can be converted to the corresponding standard SI unit $C/m^2$ by multiplying its value by a factor of 100,000.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C_Ab-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb/square centimeter,abcoulomb/square centimetre. This unit is commonly used in the cgs unit system. Abcoulomb Per Square Centimeter (abcoulomb/cm2) has a dimension of $L_2TI$. where $L$ is length, $T$ is time, and $I$ is electric current. It can be converted to the corresponding standard SI unit $C/m^2$ by multiplying its value by a factor of 100,000."""^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E5 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/expression> "$abc-per-cm2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerArea> ; <http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--electric_charge_surface_density--abcoulomb_per_square_centimeter.cfm"^^xsd:anyURI ; <http://qudt.org/schema/qudt/latexDefinition> "$abcoulomb/cm^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/symbol> "abC/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "10.C.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30063612> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Abcoulomb per Square Centimeter"@en-US ; rdfs:label "Abcoulomb per Square Centimetre" ; rdfs:label "Abcoulomb per Square Centimetre"@en ; .
{"resource":"Abcoulomb per Square Centimetre"
,"qname":"unit:C_Ab-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C_Ab-PER-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30063612>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"100000.0"
,"conversion multiplier scientific":"1.0E5"
,"description":"Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb\/square centimeter,abcoulomb\/square centimetre. This unit is commonly used in the cgs unit system.\nAbcoulomb Per Square Centimeter (abcoulomb\/cm2) has a dimension of $L_2TI$. where $L$ is length, $T$ is time, and $I$ is electric current. It can be converted to the corresponding standard SI unit $C\/m^2$ by multiplying its value by a factor of 100,000."
,"expression":"$abc-per-cm2$"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--electric_charge_surface_density--abcoulomb_per_square_centimeter.cfm"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abcoulomb per Square Centimeter"
,"label":"Abcoulomb per Square Centimetre"
,"label":"Abcoulomb per Square Centimetre"
,"latex definition":"$abcoulomb\/cm^2$"
,"symbol":"abC\/cm²"
,"type":"qudt:Unit"
,"ucum code":"10.C.cm-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/C_Ab-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Abcoulomb Per Square Centimeter is a unit in the category of Electric charge surface density. It is also known as abcoulombs per square centimeter, abcoulomb per square centimetre, abcoulombs per square centimetre, abcoulomb/square centimeter,abcoulomb/square centimetre. This unit is commonly used in the cgs unit system.\nAbcoulomb Per Square Centimeter (abcoulomb/cm2) has a dimension of $L_2TI$. where $L$ is length, $T$ is time, and $I$ is electric current. It can be converted to the corresponding standard SI unit $C/m^2$ by multiplying its value by a factor of 100,000.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "100000.0",
"conversionMultiplier:SN" : 100000.0,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"expression" : "$abc-per-cm2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerArea",
"informativeReference" : "http://www.efunda.com/glossary/units/units--electric_charge_surface_density--abcoulomb_per_square_centimeter.cfm",
"latexDefinition" : "$abcoulomb/cm^2$",
"symbol" : "abC/cm²",
"ucumCode" : "10.C.cm-2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30063612",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Abcoulomb per Square Centimeter"
}, "Abcoulomb per Square Centimetre", {
"@language" : "en",
"@value" : "Abcoulomb per Square Centimetre"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C_Stat
URI: http://qudt.org/vocab/unit/C_Stat
The statcoulomb ($statC$) or franklin ($Fr$) or electrostatic unit of charge ($esu$) is the physical unit for electrical charge used in the centimetre-gram-second system of units (cgs) and Gaussian units. It is a derived unit given by $1\ statC = 1\ g\ cm\ s = 1\ erg\ cm$. The SI system of units uses the coulomb (C) instead. The conversion between C and statC is different in different contexts. The number 2997924580 is 10 times the value of the speed of light expressed in meters/second, and the conversions are exact except where indicated. The coulomb is an extremely large charge rarely encountered in electrostatics, while the statcoulomb is closer to everyday charges.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C_Stat>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The statcoulomb ($statC$) or franklin ($Fr$) or electrostatic unit of charge ($esu$) is the physical unit for electrical charge used in the centimetre-gram-second system of units (cgs) and Gaussian units. It is a derived unit given by $1\\ statC = 1\\ g\\ cm\\ s = 1\\ erg\\ cm$. The SI system of units uses the coulomb (C) instead. The conversion between C and statC is different in different contexts. The number 2997924580 is 10 times the value of the speed of light expressed in meters/second, and the conversions are exact except where indicated. The coulomb is an extremely large charge rarely encountered in electrostatics, while the statcoulomb is closer to everyday charges."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000033356409519815204957557671447492 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.3356409519815204957557671447492E-10 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Statcoulomb"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/FR> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Statcoulomb?oldid=492664360"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$1 C \\leftrightarrow 2997924580 statC \\approx 3.00 \\times 10^9 statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.3pc} \\approx 3.34 \\times 10^{-10} C$ for electric charge."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/latexDefinition> "$1 C \\leftrightarrow 4 \\pi \\times 2997924580 statC \\approx 3.77 \\times 10^{10} statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.2pc} \\approx 2.6 \\times 10^{-11} C$ for electric flux $\\Phi_D$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/latexDefinition> "$1 C/m \\leftrightarrow 4 \\pi \\times 2997924580 \\times 10^{-4} statC/cm \\approx 3.77 \\times 10^6 statC/cm,\\ 1 \\hspace{0.3pc} statC/cm \\leftrightarrow \\hspace{0.3pc} \\approx 2.65 \\times 10^{-7} C/m$ for electric displacement field $D$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "statC" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21131> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Statcoulomb" ;
rdfs:label "Statcoulomb"@en ;
.
{"resource":"Statcoulomb"
,"qname":"unit:C_Stat"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C_Stat"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21131>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-ESU"
,"conversion multiplier":"0.00000000033356409519815204957557671447492"
,"conversion multiplier scientific":"3.3356409519815204957557671447492E-10"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Statcoulomb"
,"description":"The statcoulomb ($statC$) or franklin ($Fr$) or electrostatic unit of charge ($esu$) is the physical unit for electrical charge used in the centimetre-gram-second system of units (cgs) and Gaussian units. It is a derived unit given by $1\\ statC = 1\\ g\\ cm\\ s = 1\\ erg\\ cm$. The SI system of units uses the coulomb (C) instead. The conversion between C and statC is different in different contexts. The number 2997924580 is 10 times the value of the speed of light expressed in meters\/second, and the conversions are exact except where indicated. The coulomb is an extremely large charge rarely encountered in electrostatics, while the statcoulomb is closer to everyday charges."
,"exact match":"unit:FR"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Statcoulomb?oldid=492664360"
,"is derived unit of system":"sou:CGS-ESU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statcoulomb"
,"label":"Statcoulomb"
,"latex definition":"$1 C \\leftrightarrow 2997924580 statC \\approx 3.00 \\times 10^9 statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.3pc} \\approx 3.34 \\times 10^{-10} C$ for electric charge."
,"latex definition":"$1 C \\leftrightarrow 4 \\pi \\times 2997924580 statC \\approx 3.77 \\times 10^{10} statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.2pc} \\approx 2.6 \\times 10^{-11} C$ for electric flux $\\Phi_D$"
,"latex definition":"$1 C\/m \\leftrightarrow 4 \\pi \\times 2997924580 \\times 10^{-4} statC\/cm \\approx 3.77 \\times 10^6 statC\/cm,\\ 1 \\hspace{0.3pc} statC\/cm \\leftrightarrow \\hspace{0.3pc} \\approx 2.65 \\times 10^{-7} C\/m$ for electric displacement field $D$."
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/statcoulomb>"
,"scalingOf":"unit:C"
,"symbol":"statC"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/C_Stat",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The statcoulomb ($statC$) or franklin ($Fr$) or electrostatic unit of charge ($esu$) is the physical unit for electrical charge used in the centimetre-gram-second system of units (cgs) and Gaussian units. It is a derived unit given by $1\\ statC = 1\\ g\\ cm\\ s = 1\\ erg\\ cm$. The SI system of units uses the coulomb (C) instead. The conversion between C and statC is different in different contexts. The number 2997924580 is 10 times the value of the speed of light expressed in meters/second, and the conversions are exact except where indicated. The coulomb is an extremely large charge rarely encountered in electrostatics, while the statcoulomb is closer to everyday charges.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00000000033356409519815204957557671447492",
"conversionMultiplier:SN" : 3.3356409519815207E-10,
"dbpediaMatch" : "http://dbpedia.org/resource/Statcoulomb",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"exactMatch" : "http://qudt.org/vocab/unit/FR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"informativeReference" : "http://en.wikipedia.org/wiki/Statcoulomb?oldid=492664360",
"latexDefinition" : [ "$1 C/m \\leftrightarrow 4 \\pi \\times 2997924580 \\times 10^{-4} statC/cm \\approx 3.77 \\times 10^6 statC/cm,\\ 1 \\hspace{0.3pc} statC/cm \\leftrightarrow \\hspace{0.3pc} \\approx 2.65 \\times 10^{-7} C/m$ for electric displacement field $D$.", "$1 C \\leftrightarrow 2997924580 statC \\approx 3.00 \\times 10^9 statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.3pc} \\approx 3.34 \\times 10^{-10} C$ for electric charge.", "$1 C \\leftrightarrow 4 \\pi \\times 2997924580 statC \\approx 3.77 \\times 10^{10} statC,\\ 1 \\hspace{0.3pc} statC \\leftrightarrow \\hspace{0.2pc} \\approx 2.6 \\times 10^{-11} C$ for electric flux $\\Phi_D$" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/statcoulomb",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "statC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21131",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Statcoulomb", {
"@language" : "en",
"@value" : "Statcoulomb"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C_Stat-PER-CentiM2
URI: http://qudt.org/vocab/unit/C_Stat-PER-CentiM2
$\textit{Statcoulomb per Square Centimeter}$ is a unit of measure for electric flux density and electric polarization. One Statcoulomb per Square Centimeter is $2.15\times 10^9 \, coulomb\,per\,square\,inch$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/C_Stat-PER-CentiM2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Statcoulomb per Square Centimeter}$ is a unit of measure for electric flux density and electric polarization.
One Statcoulomb per Square Centimeter is $2.15\\times 10^9 \\, coulomb\\,per\\,square\\,inch$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000033356409519815204957557671447492 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.3356409519815204957557671447492E-6 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/expression> "$statc-per-cm2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerArea> ;
<http://qudt.org/schema/qudt/symbol> "statC/cm²" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Statcoulomb per Square Centimeter"@en-US ;
rdfs:label "Statcoulomb per Square Centimetre" ;
rdfs:label "Statcoulomb per Square Centimetre"@en ;
.
{"resource":"Statcoulomb per Square Centimetre"
,"qname":"unit:C_Stat-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C_Stat-PER-CentiM2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-ESU"
,"conversion multiplier":"0.0000033356409519815204957557671447492"
,"conversion multiplier scientific":"3.3356409519815204957557671447492E-6"
,"description":"$\\textit{Statcoulomb per Square Centimeter}$ is a unit of measure for electric flux density and electric polarization. \n One Statcoulomb per Square Centimeter is $2.15\\times 10^9 \\, coulomb\\,per\\,square\\,inch$.\n "
,"expression":"$statc-per-cm2$"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is derived unit of system":"sou:CGS-ESU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statcoulomb per Square Centimeter"
,"label":"Statcoulomb per Square Centimetre"
,"label":"Statcoulomb per Square Centimetre"
,"symbol":"statC\/cm²"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/C_Stat-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Statcoulomb per Square Centimeter}$ is a unit of measure for electric flux density and electric polarization. \n One Statcoulomb per Square Centimeter is $2.15\\times 10^9 \\, coulomb\\,per\\,square\\,inch$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "0.0000033356409519815204957557671447492",
"conversionMultiplier:SN" : 3.3356409519815205E-6,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"expression" : "$statc-per-cm2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerArea",
"symbol" : "statC/cm²",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Statcoulomb per Square Centimetre", {
"@language" : "en",
"@value" : "Statcoulomb per Square Centimetre"
}, {
"@language" : "en-us",
"@value" : "Statcoulomb per Square Centimeter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:C_Stat-PER-MOL
URI: http://qudt.org/vocab/unit/C_Stat-PER-MOL
"Statcoulomb per Mole" is a unit of measure for the electical charge associated with one mole of a substance. The mole is a unit of measurement used in chemistry to express amounts of a chemical substance, defined as an amount of a substance that contains as many elementary entities (e.g., atoms, molecules, ions, electrons) as there are atoms in 12 grams of pure carbon-12 (12C), the isotope of carbon with atomic weight 12.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/C_Stat-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Statcoulomb per Mole\" is a unit of measure for the electical charge associated with one mole of a substance. The mole is a unit of measurement used in chemistry to express amounts of a chemical substance, defined as an amount of a substance that contains as many elementary entities (e.g., atoms, molecules, ions, electrons) as there are atoms in 12 grams of pure carbon-12 (12C), the isotope of carbon with atomic weight 12."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000033356409519815204957557671447492 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.3356409519815204957557671447492E-10 ; <http://qudt.org/schema/qudt/expression> "$statC/mol$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerAmountOfSubstance> ; <http://qudt.org/schema/qudt/symbol> "statC/mol" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Statcoulomb per Mole" ; rdfs:label "Statcoulomb per Mole"@en ; .
{"resource":"Statcoulomb per Mole"
,"qname":"unit:C_Stat-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/C_Stat-PER-MOL"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.00000000033356409519815204957557671447492"
,"conversion multiplier scientific":"3.3356409519815204957557671447492E-10"
,"description":"\"Statcoulomb per Mole\" is a unit of measure for the electical charge associated with one mole of a substance. The mole is a unit of measurement used in chemistry to express amounts of a chemical substance, defined as an amount of a substance that contains as many elementary entities (e.g., atoms, molecules, ions, electrons) as there are atoms in 12 grams of pure carbon-12 (12C), the isotope of carbon with atomic weight 12."
,"expression":"$statC\/mol$"
,"has dimension vector":"qkdv:A-1E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerAmountOfSubstance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statcoulomb per Mole"
,"label":"Statcoulomb per Mole"
,"symbol":"statC\/mol"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/C_Stat-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Statcoulomb per Mole\" is a unit of measure for the electical charge associated with one mole of a substance. The mole is a unit of measurement used in chemistry to express amounts of a chemical substance, defined as an amount of a substance that contains as many elementary entities (e.g., atoms, molecules, ions, electrons) as there are atoms in 12 grams of pure carbon-12 (12C), the isotope of carbon with atomic weight 12.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00000000033356409519815204957557671447492",
"conversionMultiplier:SN" : 3.3356409519815207E-10,
"expression" : "$statC/mol$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E1L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerAmountOfSubstance",
"symbol" : "statC/mol",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Statcoulomb per Mole"
}, "Statcoulomb per Mole" ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiBAR
URI: http://qudt.org/vocab/unit/CentiBAR
The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000\,Pa = 1 bar \approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiBAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000\\,Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Centi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BAR> ; <http://qudt.org/schema/qudt/symbol> "cbar" ; <http://qudt.org/schema/qudt/ucumCode> "cbar"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centibar" ; rdfs:label "Centibar"@en ; .
{"resource":"Centibar"
,"qname":"unit:CentiBAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiBAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000\\,Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bar_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centibar"
,"label":"Centibar"
,"prefix":"prefix:Centi"
,"scalingOf":"unit:BAR"
,"symbol":"cbar"
,"type":"qudt:Unit"
,"ucum code":"cbar"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiBAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000\\,Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Bar_(unit)",
"prefix" : "http://qudt.org/vocab/prefix/Centi",
"scalingOf" : "http://qudt.org/vocab/unit/BAR",
"symbol" : "cbar",
"ucumCode" : "cbar",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Centibar"
}, "Centibar" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiC
URI: http://qudt.org/vocab/unit/CentiC
A CentiCoulomb is $10^{-2} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CentiC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A CentiCoulomb is $10^{-2} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Centi> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "cC" ;
<http://qudt.org/schema/qudt/ucumCode> "cC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94634634> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Centicoulomb" ;
rdfs:label "Centicoulomb"@cs ;
rdfs:label "Centicoulomb"@de ;
rdfs:label "Centicoulomb"@en ;
rdfs:label "Centicoulomb"@fr ;
rdfs:label "Centicoulomb"@hu ;
rdfs:label "Centicoulomb"@it ;
rdfs:label "Centicoulomb"@ms ;
rdfs:label "Centicoulomb"@ro ;
rdfs:label "Centicoulomb"@sl ;
rdfs:label "Centicoulomb"@tr ;
rdfs:label "Centiculombio"@es ;
rdfs:label "Centikulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Centicoulomb"
,"qname":"unit:CentiC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94634634>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"A CentiCoulomb is $10^{-2} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centicoulomb"
,"label":"Centicoulomb"
,"label":"Centicoulomb"
,"label":"Centicoulomb"
,"label":"Centicoulomb"
,"label":"Centicoulomb"
,"label":"Centicoulomb"
,"label":"Centicoulomb"
,"label":"Centicoulomb"
,"label":"Centicoulomb"
,"label":"Centicoulomb"
,"label":"Centiculombio"
,"label":"Centikulomb"
,"prefix":"prefix:Centi"
,"scalingOf":"unit:C"
,"symbol":"cC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A CentiCoulomb is $10^{-2} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Centi",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "cC",
"ucumCode" : "cC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94634634",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Centiculombio"
}, "Centicoulomb", {
"@language" : "cs",
"@value" : "Centicoulomb"
}, {
"@language" : "de",
"@value" : "Centicoulomb"
}, {
"@language" : "en",
"@value" : "Centicoulomb"
}, {
"@language" : "fr",
"@value" : "Centicoulomb"
}, {
"@language" : "hu",
"@value" : "Centicoulomb"
}, {
"@language" : "it",
"@value" : "Centicoulomb"
}, {
"@language" : "ms",
"@value" : "Centicoulomb"
}, {
"@language" : "pl",
"@value" : "Centikulomb"
}, {
"@language" : "ro",
"@value" : "Centicoulomb"
}, {
"@language" : "sl",
"@value" : "Centicoulomb"
}, {
"@language" : "tr",
"@value" : "Centicoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiGM
URI: http://qudt.org/vocab/unit/CentiGM
0,000 01-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,000 01-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB077" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB077"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,000 01-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Centi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM> ; <http://qudt.org/schema/qudt/symbol> "cg" ; <http://qudt.org/schema/qudt/ucumCode> "cg"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "CGM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2691798> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centigram" ; rdfs:label "Centigram"@cs ; rdfs:label "Centigram"@en ; rdfs:label "Centigram"@ms ; rdfs:label "Centigram"@pl ; rdfs:label "Centigram"@ro ; rdfs:label "Centigram"@sl ; rdfs:label "Centigram"@tr ; rdfs:label "Centigramm"@de ; rdfs:label "Centigramm"@hu ; rdfs:label "Centigramme"@fr ; rdfs:label "Centigrammo"@it ; rdfs:label "Centigramo"@es ; .
{"resource":"Centigram"
,"qname":"unit:CentiGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2691798>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"0,000 01-fold of the SI base unit kilogram"
,"description (plain text)":"0,000 01-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB077"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB077"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centigram"
,"label":"Centigram"
,"label":"Centigram"
,"label":"Centigram"
,"label":"Centigram"
,"label":"Centigram"
,"label":"Centigram"
,"label":"Centigram"
,"label":"Centigramm"
,"label":"Centigramm"
,"label":"Centigramme"
,"label":"Centigrammo"
,"label":"Centigramo"
,"prefix":"prefix:Centi"
,"scalingOf":"unit:GM"
,"symbol":"cg"
,"type":"qudt:Unit"
,"ucum code":"cg"
,"unece common code":"CGM"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,000 01-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB077",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB077",
"plainTextDescription" : "0,000 01-fold of the SI base unit kilogram",
"prefix" : "http://qudt.org/vocab/prefix/Centi",
"scalingOf" : "http://qudt.org/vocab/unit/GM",
"symbol" : "cg",
"ucumCode" : "cg",
"uneceCommonCode" : "CGM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2691798",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Centigramme"
}, {
"@language" : "es",
"@value" : "Centigramo"
}, {
"@language" : "it",
"@value" : "Centigrammo"
}, "Centigram", {
"@language" : "cs",
"@value" : "Centigram"
}, {
"@language" : "en",
"@value" : "Centigram"
}, {
"@language" : "ms",
"@value" : "Centigram"
}, {
"@language" : "pl",
"@value" : "Centigram"
}, {
"@language" : "ro",
"@value" : "Centigram"
}, {
"@language" : "sl",
"@value" : "Centigram"
}, {
"@language" : "tr",
"@value" : "Centigram"
}, {
"@language" : "de",
"@value" : "Centigramm"
}, {
"@language" : "hu",
"@value" : "Centigramm"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiGRAY
URI: http://qudt.org/vocab/unit/CentiGRAY
0.01-fold of the unit gray
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiGRAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the unit gray" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Kerma> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB503" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB503"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Centi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GRAY> ; <http://qudt.org/schema/qudt/symbol> "cGy" ; <http://qudt.org/schema/qudt/ucumCode> "cGy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94733760> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centigray" ; rdfs:label "Centigray"@cs ; rdfs:label "Centigray"@de ; rdfs:label "Centigray"@en ; rdfs:label "Centigray"@es ; rdfs:label "Centigray"@fr ; rdfs:label "Centigray"@hu ; rdfs:label "Centigray"@it ; rdfs:label "Centigray"@ms ; rdfs:label "Centigray"@ro ; rdfs:label "Centigray"@sl ; rdfs:label "Centigray"@tr ; rdfs:label "Centigrej"@pl ; .
{"resource":"Centigray"
,"qname":"unit:CentiGRAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiGRAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94733760>"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.01-fold of the unit gray"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AbsorbedDose"
,"has quantity kind":"quantitykind:Kerma"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB503"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB503"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigray"
,"label":"Centigrej"
,"prefix":"prefix:Centi"
,"scalingOf":"unit:GRAY"
,"symbol":"cGy"
,"type":"qudt:Unit"
,"ucum code":"cGy"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiGRAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the unit gray",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Kerma", "http://qudt.org/vocab/quantitykind/AbsorbedDose" ],
"iec61360Code" : "0112/2///62720#UAB503",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB503",
"prefix" : "http://qudt.org/vocab/prefix/Centi",
"scalingOf" : "http://qudt.org/vocab/unit/GRAY",
"symbol" : "cGy",
"ucumCode" : "cGy",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94733760",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centigray", {
"@language" : "cs",
"@value" : "Centigray"
}, {
"@language" : "de",
"@value" : "Centigray"
}, {
"@language" : "en",
"@value" : "Centigray"
}, {
"@language" : "fr",
"@value" : "Centigray"
}, {
"@language" : "hu",
"@value" : "Centigray"
}, {
"@language" : "it",
"@value" : "Centigray"
}, {
"@language" : "ms",
"@value" : "Centigray"
}, {
"@language" : "ro",
"@value" : "Centigray"
}, {
"@language" : "sl",
"@value" : "Centigray"
}, {
"@language" : "tr",
"@value" : "Centigray"
}, {
"@language" : "es",
"@value" : "Centigray"
}, {
"@language" : "pl",
"@value" : "Centigrej"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiL
URI: http://qudt.org/vocab/unit/CentiL
0.01-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA373" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA373"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.01-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Centi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "cL" ; <http://qudt.org/schema/qudt/ucumCode> "cL"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "CLT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1815100> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centiliter"@en-US ; rdfs:label "Centilitre" ; rdfs:label "Centilitre"@en ; .
{"resource":"Centilitre"
,"qname":"unit:CentiL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1815100>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"0.01-fold of the unit litre"
,"description (plain text)":"0.01-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA373"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA373"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centiliter"
,"label":"Centilitre"
,"label":"Centilitre"
,"prefix":"prefix:Centi"
,"scalingOf":"unit:L"
,"symbol":"cL"
,"type":"qudt:Unit"
,"ucum code":"cL"
,"unece common code":"CLT"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"iec61360Code" : "0112/2///62720#UAA373",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA373",
"plainTextDescription" : "0.01-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Centi",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "cL",
"ucumCode" : "cL",
"uneceCommonCode" : "CLT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1815100",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Centiliter"
}, "Centilitre", {
"@language" : "en",
"@value" : "Centilitre"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM
URI: http://qudt.org/vocab/unit/CentiM
A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of $10^{-2}$. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CentiM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of $10^{-2}$. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Centimetre"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA375" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Centimetre?oldid=494931891"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA375"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Centi> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ;
<http://qudt.org/schema/qudt/symbol> "cm" ;
<http://qudt.org/schema/qudt/ucumCode> "cm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CMT" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q174728> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Centimeter"@de ;
rdfs:label "Centimeter"@en-US ;
rdfs:label "Centimeter"@ms ;
rdfs:label "Centimeter"@sl ;
rdfs:label "Centimetr"@cs ;
rdfs:label "Centimetr"@pl ;
rdfs:label "Centimetre" ;
rdfs:label "Centimetre"@en ;
rdfs:label "Centimetre"@tr ;
rdfs:label "Centimetro"@es ;
rdfs:label "Centimetro"@it ;
rdfs:label "Centimetru"@ro ;
rdfs:label "Centimètre"@fr ;
rdfs:label "Centiméter"@hu ;
.
{"resource":"Centimetre"
,"qname":"unit:CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q174728>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Centimetre"
,"description":"A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of $10^{-2}$. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA375"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Centimetre?oldid=494931891"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA375"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter"
,"label":"Centimeter"
,"label":"Centimeter"
,"label":"Centimeter"
,"label":"Centimetr"
,"label":"Centimetr"
,"label":"Centimetre"
,"label":"Centimetre"
,"label":"Centimetre"
,"label":"Centimetro"
,"label":"Centimetro"
,"label":"Centimetru"
,"label":"Centimètre"
,"label":"Centiméter"
,"prefix":"prefix:Centi"
,"scalingOf":"unit:M"
,"symbol":"cm"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cm"
,"unece common code":"CMT"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A centimetre is a unit of length in the metric system, equal to one hundredth of a metre, which is the SI base unit of length. Centi is the SI prefix for a factor of $10^{-2}$. The centimetre is the base unit of length in the now deprecated centimetre-gram-second (CGS) system of units.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"dbpediaMatch" : "http://dbpedia.org/resource/Centimetre",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA375",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA375", "http://en.wikipedia.org/wiki/Centimetre?oldid=494931891" ],
"prefix" : "http://qudt.org/vocab/prefix/Centi",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "cm",
"ucumCode" : "cm",
"uneceCommonCode" : "CMT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q174728",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centimetre", {
"@language" : "en",
"@value" : "Centimetre"
}, {
"@language" : "tr",
"@value" : "Centimetre"
}, {
"@language" : "hu",
"@value" : "Centiméter"
}, {
"@language" : "es",
"@value" : "Centimetro"
}, {
"@language" : "ro",
"@value" : "Centimetru"
}, {
"@language" : "it",
"@value" : "Centimetro"
}, {
"@language" : "de",
"@value" : "Centimeter"
}, {
"@language" : "en-us",
"@value" : "Centimeter"
}, {
"@language" : "ms",
"@value" : "Centimeter"
}, {
"@language" : "sl",
"@value" : "Centimeter"
}, {
"@language" : "cs",
"@value" : "Centimetr"
}, {
"@language" : "pl",
"@value" : "Centimetr"
}, {
"@language" : "fr",
"@value" : "Centimètre"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM-PER-BAR
URI: http://qudt.org/vocab/unit/CentiM-PER-BAR
0.01-fold of the SI base unit metre divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the SI base unit metre divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA377" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA377"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm/bar" ; <http://qudt.org/schema/qudt/ucumCode> "cm.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G04" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter per Bar"@en-US ; rdfs:label "Centimetre per Bar" ; rdfs:label "Centimetre per Bar"@en ; .
{"resource":"Centimetre per Bar"
,"qname":"unit:CentiM-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-PER-BAR"
,"properties":["conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"0.01-fold of the SI base unit metre divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA377"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA377"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter per Bar"
,"label":"Centimetre per Bar"
,"label":"Centimetre per Bar"
,"symbol":"cm\/bar"
,"type":"qudt:Unit"
,"ucum code":"cm.bar-1"
,"unece common code":"G04"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the SI base unit metre divided by the unit bar",
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA377",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA377",
"symbol" : "cm/bar",
"ucumCode" : "cm.bar-1",
"uneceCommonCode" : "G04",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centimetre per Bar", {
"@language" : "en",
"@value" : "Centimetre per Bar"
}, {
"@language" : "en-us",
"@value" : "Centimeter per Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM-PER-HR
URI: http://qudt.org/vocab/unit/CentiM-PER-HR
0.01-fold of the SI base unit metre divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the SI base unit metre divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA378" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA378"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.01-fold of the SI base unit metre divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "cm/h" ; <http://qudt.org/schema/qudt/ucumCode> "cm.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H49" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106611483> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter per Hour"@en-US ; rdfs:label "Centimetre per Hour" ; rdfs:label "Centimetre per Hour"@en ; .
{"resource":"Centimetre per Hour"
,"qname":"unit:CentiM-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106611483>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-6"
,"description":"0.01-fold of the SI base unit metre divided by the unit hour"
,"description (plain text)":"0.01-fold of the SI base unit metre divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA378"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA378"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter per Hour"
,"label":"Centimetre per Hour"
,"label":"Centimetre per Hour"
,"symbol":"cm\/h"
,"type":"qudt:Unit"
,"ucum code":"cm.h-1"
,"unece common code":"H49"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the SI base unit metre divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"iec61360Code" : "0112/2///62720#UAA378",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA378",
"plainTextDescription" : "0.01-fold of the SI base unit metre divided by the unit hour",
"symbol" : "cm/h",
"ucumCode" : "cm.h-1",
"uneceCommonCode" : "H49",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106611483",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centimetre per Hour", {
"@language" : "en",
"@value" : "Centimetre per Hour"
}, {
"@language" : "en-us",
"@value" : "Centimeter per Hour"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM-PER-K
URI: http://qudt.org/vocab/unit/CentiM-PER-K
0.01-fold of the SI base unit metre divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA376" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA376"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.01-fold of the SI base unit metre divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "cm/K" ; <http://qudt.org/schema/qudt/ucumCode> "cm.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F51" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter na Kelvin"@sl ; rdfs:label "Centimeter per Kelvin"@en-US ; rdfs:label "Centimeter per Kelvin"@ms ; rdfs:label "Centimeter pro Kelvin"@de ; rdfs:label "Centimetr na Kelvin"@cs ; rdfs:label "Centimetr na Kelwin"@pl ; rdfs:label "Centimetre per Kelvin" ; rdfs:label "Centimetre per Kelvin"@en ; rdfs:label "Centimetre per Kelvin"@tr ; rdfs:label "Centimetro per Kelvin"@it ; rdfs:label "Centimetro por Kelvin"@es ; rdfs:label "Centimetru pe Kelvin"@ro ; rdfs:label "Centimètre par Kelvin"@fr ; .
{"resource":"Centimetre per Kelvin"
,"qname":"unit:CentiM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.01-fold of the SI base unit metre divided by the SI base unit kelvin"
,"description (plain text)":"0.01-fold of the SI base unit metre divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA376"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA376"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter na Kelvin"
,"label":"Centimeter per Kelvin"
,"label":"Centimeter per Kelvin"
,"label":"Centimeter pro Kelvin"
,"label":"Centimetr na Kelvin"
,"label":"Centimetr na Kelwin"
,"label":"Centimetre per Kelvin"
,"label":"Centimetre per Kelvin"
,"label":"Centimetre per Kelvin"
,"label":"Centimetro per Kelvin"
,"label":"Centimetro por Kelvin"
,"label":"Centimetru pe Kelvin"
,"label":"Centimètre par Kelvin"
,"symbol":"cm\/K"
,"type":"qudt:Unit"
,"ucum code":"cm.K-1"
,"unece common code":"F51"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the SI base unit metre divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA376",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA376",
"plainTextDescription" : "0.01-fold of the SI base unit metre divided by the SI base unit kelvin",
"symbol" : "cm/K",
"ucumCode" : "cm.K-1",
"uneceCommonCode" : "F51",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Centimetru pe Kelvin"
}, {
"@language" : "it",
"@value" : "Centimetro per Kelvin"
}, {
"@language" : "fr",
"@value" : "Centimètre par Kelvin"
}, {
"@language" : "cs",
"@value" : "Centimetr na Kelvin"
}, {
"@language" : "de",
"@value" : "Centimeter pro Kelvin"
}, {
"@language" : "es",
"@value" : "Centimetro por Kelvin"
}, {
"@language" : "sl",
"@value" : "Centimeter na Kelvin"
}, {
"@language" : "en-us",
"@value" : "Centimeter per Kelvin"
}, {
"@language" : "ms",
"@value" : "Centimeter per Kelvin"
}, "Centimetre per Kelvin", {
"@language" : "en",
"@value" : "Centimetre per Kelvin"
}, {
"@language" : "tr",
"@value" : "Centimetre per Kelvin"
}, {
"@language" : "pl",
"@value" : "Centimetr na Kelwin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM-PER-KiloYR
URI: http://qudt.org/vocab/unit/CentiM-PER-KiloYR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM-PER-KiloYR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/symbol> "cm/ka" ; <http://qudt.org/schema/qudt/ucumCode> "cm.ka-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter per Kiloyear"@en-US ; rdfs:label "Centimetre per Kiloyear" ; rdfs:label "Centimetre per Kiloyear"@en ; .
{"resource":"Centimetre per Kiloyear"
,"qname":"unit:CentiM-PER-KiloYR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-PER-KiloYR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-13"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter per Kiloyear"
,"label":"Centimetre per Kiloyear"
,"label":"Centimetre per Kiloyear"
,"symbol":"cm\/ka"
,"type":"qudt:Unit"
,"ucum code":"cm.ka-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM-PER-KiloYR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"symbol" : "cm/ka",
"ucumCode" : "cm.ka-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centimetre per Kiloyear", {
"@language" : "en",
"@value" : "Centimetre per Kiloyear"
}, {
"@language" : "en-us",
"@value" : "Centimeter per Kiloyear"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM-PER-SEC
URI: http://qudt.org/vocab/unit/CentiM-PER-SEC
"Centimeter per Second" is a C.G.S System unit for 'Linear Velocity' expressed as $cm/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Centimeter per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $cm/s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/expression> "$cm/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA379" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA379"^^xsd:anyURI ; <http://qudt.org/schema/qudt/latexDefinition> "$cm/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/symbol> "cm/s" ; <http://qudt.org/schema/qudt/ucumCode> "cm.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2M" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q18413919> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter na Sekunda"@sl ; rdfs:label "Centimeter per Saat"@ms ; rdfs:label "Centimeter per Second"@en-US ; rdfs:label "Centimeter pro Sekunde"@de ; rdfs:label "Centimetr na Sekunda"@cs ; rdfs:label "Centimetr na Sekunda"@pl ; rdfs:label "Centimetre per Saniye"@tr ; rdfs:label "Centimetre per Second" ; rdfs:label "Centimetre per Second"@en ; rdfs:label "Centimetro per Secondo"@it ; rdfs:label "Centimetro por Segundo"@es ; rdfs:label "Centimetru pe Secundă"@ro ; rdfs:label "Centimètre par Seconde"@fr ; .
{"resource":"Centimetre per Second"
,"qname":"unit:CentiM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q18413919>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"\"Centimeter per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $cm\/s$."
,"expression":"$cm\/s$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA379"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA379"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter na Sekunda"
,"label":"Centimeter per Saat"
,"label":"Centimeter per Second"
,"label":"Centimeter pro Sekunde"
,"label":"Centimetr na Sekunda"
,"label":"Centimetr na Sekunda"
,"label":"Centimetre per Saniye"
,"label":"Centimetre per Second"
,"label":"Centimetre per Second"
,"label":"Centimetro per Secondo"
,"label":"Centimetro por Segundo"
,"label":"Centimetru pe Secundă"
,"label":"Centimètre par Seconde"
,"latex definition":"$cm\/s$"
,"symbol":"cm\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cm.s-1"
,"unece common code":"2M"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Centimeter per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $cm/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"expression" : "$cm/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"iec61360Code" : "0112/2///62720#UAA379",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA379",
"latexDefinition" : "$cm/s$",
"symbol" : "cm/s",
"ucumCode" : "cm.s-1",
"uneceCommonCode" : "2M",
"wikidataMatch" : "http://www.wikidata.org/entity/Q18413919",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Centimeter per Second"
}, {
"@language" : "fr",
"@value" : "Centimètre par Seconde"
}, {
"@language" : "tr",
"@value" : "Centimetre per Saniye"
}, {
"@language" : "es",
"@value" : "Centimetro por Segundo"
}, {
"@language" : "sl",
"@value" : "Centimeter na Sekunda"
}, "Centimetre per Second", {
"@language" : "en",
"@value" : "Centimetre per Second"
}, {
"@language" : "it",
"@value" : "Centimetro per Secondo"
}, {
"@language" : "ms",
"@value" : "Centimeter per Saat"
}, {
"@language" : "cs",
"@value" : "Centimetr na Sekunda"
}, {
"@language" : "pl",
"@value" : "Centimetr na Sekunda"
}, {
"@language" : "ro",
"@value" : "Centimetru pe Secundă"
}, {
"@language" : "de",
"@value" : "Centimeter pro Sekunde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/CentiM-PER-SEC-BAR
0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA381" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA381"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "cm.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J85" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter per Second Bar"@en-US ; rdfs:label "Centimetre per Second Bar" ; rdfs:label "Centimetre per Second Bar"@en ; .
{"resource":"Centimetre per Second Bar"
,"qname":"unit:CentiM-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the unit bar"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA381"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA381"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter per Second Bar"
,"label":"Centimetre per Second Bar"
,"label":"Centimetre per Second Bar"
,"symbol":"cm\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"cm.s-1.bar-1"
,"unece common code":"J85"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA381",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA381",
"symbol" : "cm/(s·bar)",
"ucumCode" : "cm.s-1.bar-1",
"uneceCommonCode" : "J85",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Centimeter per Second Bar"
}, "Centimetre per Second Bar", {
"@language" : "en",
"@value" : "Centimetre per Second Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM-PER-SEC-K
URI: http://qudt.org/vocab/unit/CentiM-PER-SEC-K
0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA380" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA380"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "cm.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J84" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter na Sekunda Kelvin"@sl ; rdfs:label "Centimeter per Saat Kelvin"@ms ; rdfs:label "Centimeter per Second Kelvin"@en-US ; rdfs:label "Centimeter pro Sekunde Kelvin"@de ; rdfs:label "Centimetr na Sekunda Kelvin"@cs ; rdfs:label "Centimetr na Sekunda Kelwin"@pl ; rdfs:label "Centimetre per Saniye Kelvin"@tr ; rdfs:label "Centimetre per Second Kelvin" ; rdfs:label "Centimetre per Second Kelvin"@en ; rdfs:label "Centimetro per Secondo Kelvin"@it ; rdfs:label "Centimetro por Segundo Kelvin"@es ; rdfs:label "Centimetru pe Secundă Kelvin"@ro ; rdfs:label "Centimètre par Seconde Kelvin"@fr ; .
{"resource":"Centimetre per Second Kelvin"
,"qname":"unit:CentiM-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-PER-SEC-K"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA380"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA380"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter na Sekunda Kelvin"
,"label":"Centimeter per Saat Kelvin"
,"label":"Centimeter per Second Kelvin"
,"label":"Centimeter pro Sekunde Kelvin"
,"label":"Centimetr na Sekunda Kelvin"
,"label":"Centimetr na Sekunda Kelwin"
,"label":"Centimetre per Saniye Kelvin"
,"label":"Centimetre per Second Kelvin"
,"label":"Centimetre per Second Kelvin"
,"label":"Centimetro per Secondo Kelvin"
,"label":"Centimetro por Segundo Kelvin"
,"label":"Centimetru pe Secundă Kelvin"
,"label":"Centimètre par Seconde Kelvin"
,"symbol":"cm\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"cm.s-1.K-1"
,"unece common code":"J84"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA380",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA380",
"symbol" : "cm/(s·K)",
"ucumCode" : "cm.s-1.K-1",
"uneceCommonCode" : "J84",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Centimetru pe Secundă Kelvin"
}, {
"@language" : "it",
"@value" : "Centimetro per Secondo Kelvin"
}, {
"@language" : "pl",
"@value" : "Centimetr na Sekunda Kelwin"
}, {
"@language" : "en-us",
"@value" : "Centimeter per Second Kelvin"
}, {
"@language" : "es",
"@value" : "Centimetro por Segundo Kelvin"
}, {
"@language" : "de",
"@value" : "Centimeter pro Sekunde Kelvin"
}, {
"@language" : "ms",
"@value" : "Centimeter per Saat Kelvin"
}, {
"@language" : "tr",
"@value" : "Centimetre per Saniye Kelvin"
}, {
"@language" : "fr",
"@value" : "Centimètre par Seconde Kelvin"
}, {
"@language" : "sl",
"@value" : "Centimeter na Sekunda Kelvin"
}, {
"@language" : "cs",
"@value" : "Centimetr na Sekunda Kelvin"
}, "Centimetre per Second Kelvin", {
"@language" : "en",
"@value" : "Centimetre per Second Kelvin"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM-PER-SEC2
URI: http://qudt.org/vocab/unit/CentiM-PER-SEC2
$\textit{Centimeter per Square Second}$ is a C.G.S System unit for $\textit{Linear Acceleration}$ expressed as $cm/s^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CentiM-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Centimeter per Square Second}$ is a C.G.S System unit for $\\textit{Linear Acceleration}$ expressed as $cm/s^2$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/expression> "$cm/s^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB398" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB398"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "cm/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "cm.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M39" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q39699418> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Centimeter na Kvadratni Sekunda"@sl ;
rdfs:label "Centimeter per Saat Persegi"@ms ;
rdfs:label "Centimeter per Square Second"@en-US ;
rdfs:label "Centimeter pro Quadratsekunde"@de ;
rdfs:label "Centimetr na Sekunda Kwadratowy"@pl ;
rdfs:label "Centimetr na Čtvereční Sekunda"@cs ;
rdfs:label "Centimetre per Saniyekare"@tr ;
rdfs:label "Centimetre per Square Second" ;
rdfs:label "Centimetre per Square Second"@en ;
rdfs:label "Centimetro per Secondo Quadrato"@it ;
rdfs:label "Centimetro por Segundo Cuadrado"@es ;
rdfs:label "Centimetru pe Secundă Pătrat"@ro ;
rdfs:label "Centimètre par Seconde Carré"@fr ;
.
{"resource":"Centimetre per Square Second"
,"qname":"unit:CentiM-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-PER-SEC2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q39699418>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"$\\textit{Centimeter per Square Second}$ is a C.G.S System unit for $\\textit{Linear Acceleration}$ expressed as $cm\/s^2$."
,"expression":"$cm\/s^2$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB398"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB398"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter na Kvadratni Sekunda"
,"label":"Centimeter per Saat Persegi"
,"label":"Centimeter per Square Second"
,"label":"Centimeter pro Quadratsekunde"
,"label":"Centimetr na Sekunda Kwadratowy"
,"label":"Centimetr na Čtvereční Sekunda"
,"label":"Centimetre per Saniyekare"
,"label":"Centimetre per Square Second"
,"label":"Centimetre per Square Second"
,"label":"Centimetro per Secondo Quadrato"
,"label":"Centimetro por Segundo Cuadrado"
,"label":"Centimetru pe Secundă Pătrat"
,"label":"Centimètre par Seconde Carré"
,"symbol":"cm\/s²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cm.s-2"
,"unece common code":"M39"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM-PER-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Centimeter per Square Second}$ is a C.G.S System unit for $\\textit{Linear Acceleration}$ expressed as $cm/s^2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"expression" : "$cm/s^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Acceleration", "http://qudt.org/vocab/quantitykind/LinearAcceleration" ],
"iec61360Code" : "0112/2///62720#UAB398",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB398",
"symbol" : "cm/s²",
"ucumCode" : "cm.s-2",
"uneceCommonCode" : "M39",
"wikidataMatch" : "http://www.wikidata.org/entity/Q39699418",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Centimètre par Seconde Carré"
}, "Centimetre per Square Second", {
"@language" : "en",
"@value" : "Centimetre per Square Second"
}, {
"@language" : "ro",
"@value" : "Centimetru pe Secundă Pătrat"
}, {
"@language" : "pl",
"@value" : "Centimetr na Sekunda Kwadratowy"
}, {
"@language" : "ms",
"@value" : "Centimeter per Saat Persegi"
}, {
"@language" : "es",
"@value" : "Centimetro por Segundo Cuadrado"
}, {
"@language" : "sl",
"@value" : "Centimeter na Kvadratni Sekunda"
}, {
"@language" : "en-us",
"@value" : "Centimeter per Square Second"
}, {
"@language" : "it",
"@value" : "Centimetro per Secondo Quadrato"
}, {
"@language" : "de",
"@value" : "Centimeter pro Quadratsekunde"
}, {
"@language" : "tr",
"@value" : "Centimetre per Saniyekare"
}, {
"@language" : "cs",
"@value" : "Centimetr na Čtvereční Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM-PER-YR
URI: http://qudt.org/vocab/unit/CentiM-PER-YR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/symbol> "cm/a" ; <http://qudt.org/schema/qudt/ucumCode> "cm.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter per Year"@en-US ; rdfs:label "Centimetre per Year" ; rdfs:label "Centimetre per Year"@en ; .
{"resource":"Centimetre per Year"
,"qname":"unit:CentiM-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-10"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter per Year"
,"label":"Centimetre per Year"
,"label":"Centimetre per Year"
,"symbol":"cm\/a"
,"type":"qudt:Unit"
,"ucum code":"cm.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"symbol" : "cm/a",
"ucumCode" : "cm.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Centimeter per Year"
}, "Centimetre per Year", {
"@language" : "en",
"@value" : "Centimetre per Year"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM-SEC-DEG_C
URI: http://qudt.org/vocab/unit/CentiM-SEC-DEG_C
$\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CentiM-SEC-DEG_C>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
<http://qudt.org/schema/qudt/expression> "$cm-s-degC$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthTemperatureTime> ;
<http://qudt.org/schema/qudt/symbol> "cm·s·°C" ;
<http://qudt.org/schema/qudt/ucumCode> "cm.s.Cel"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Centimeter Saat Darjah Celsius"@ms ;
rdfs:label "Centimeter Second Degree Celsius"@en-US ;
rdfs:label "Centimeter Sekunda Stopinja Celzija"@sl ;
rdfs:label "Centimeter Sekunde Grad Celsius"@de ;
rdfs:label "Centimetr Sekunda Stopień Celsjusza"@pl ;
rdfs:label "Centimetr Sekunda Stupně Celsia"@cs ;
rdfs:label "Centimetre Saniye Celsius"@tr ;
rdfs:label "Centimetre Second Degree Celsius" ;
rdfs:label "Centimetre Second Degree Celsius"@en ;
rdfs:label "Centimetro Secondo Grado Celsius"@it ;
rdfs:label "Centimetro Segundo Grado Celsius"@es ;
rdfs:label "Centimetru Secundă Grad Celsius"@ro ;
rdfs:label "Centimètre Seconde Degré Celsius"@fr ;
.
{"resource":"Centimetre Second Degree Celsius"
,"qname":"unit:CentiM-SEC-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM-SEC-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"$\\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$.\n "
,"expression":"$cm-s-degC$"
,"has dimension vector":"qkdv:A0E0L1I0M0H1T1D0"
,"has quantity kind":"quantitykind:LengthTemperatureTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Saat Darjah Celsius"
,"label":"Centimeter Second Degree Celsius"
,"label":"Centimeter Sekunda Stopinja Celzija"
,"label":"Centimeter Sekunde Grad Celsius"
,"label":"Centimetr Sekunda Stopień Celsjusza"
,"label":"Centimetr Sekunda Stupně Celsia"
,"label":"Centimetre Saniye Celsius"
,"label":"Centimetre Second Degree Celsius"
,"label":"Centimetre Second Degree Celsius"
,"label":"Centimetro Secondo Grado Celsius"
,"label":"Centimetro Segundo Grado Celsius"
,"label":"Centimetru Secundă Grad Celsius"
,"label":"Centimètre Seconde Degré Celsius"
,"symbol":"cm·s·°C"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cm.s.Cel"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM-SEC-DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Centimeter Second Degree Celsius}$ is a C.G.S System unit for 'Length Temperature Time' expressed as $cm-s-degC$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"expression" : "$cm-s-degC$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthTemperatureTime",
"symbol" : "cm·s·°C",
"ucumCode" : "cm.s.Cel",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Centimeter Saat Darjah Celsius"
}, {
"@language" : "en-us",
"@value" : "Centimeter Second Degree Celsius"
}, {
"@language" : "fr",
"@value" : "Centimètre Seconde Degré Celsius"
}, "Centimetre Second Degree Celsius", {
"@language" : "en",
"@value" : "Centimetre Second Degree Celsius"
}, {
"@language" : "sl",
"@value" : "Centimeter Sekunda Stopinja Celzija"
}, {
"@language" : "de",
"@value" : "Centimeter Sekunde Grad Celsius"
}, {
"@language" : "ro",
"@value" : "Centimetru Secundă Grad Celsius"
}, {
"@language" : "it",
"@value" : "Centimetro Secondo Grado Celsius"
}, {
"@language" : "cs",
"@value" : "Centimetr Sekunda Stupně Celsia"
}, {
"@language" : "tr",
"@value" : "Centimetre Saniye Celsius"
}, {
"@language" : "es",
"@value" : "Centimetro Segundo Grado Celsius"
}, {
"@language" : "pl",
"@value" : "Centimetr Sekunda Stopień Celsjusza"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM2
URI: http://qudt.org/vocab/unit/CentiM2
A unit of area equal to that of a square, of sides 1cm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of area equal to that of a square, of sides 1cm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/expression> "$sqcm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA384" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA384"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm²" ; <http://qudt.org/schema/qudt/ucumCode> "cm2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "CMK" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2489298> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Persegi"@ms ; rdfs:label "Centimetr Kwadratowy"@pl ; rdfs:label "Centimetrekare"@tr ; rdfs:label "Centimetro Cuadrado"@es ; rdfs:label "Centimetro Quadrato"@it ; rdfs:label "Centimetru Pătrat"@ro ; rdfs:label "Centimètre Carré"@fr ; rdfs:label "Kvadratni Centimeter"@sl ; rdfs:label "Quadratcentimeter"@de ; rdfs:label "Square Centimeter"@en-US ; rdfs:label "Square Centimetre" ; rdfs:label "Square Centimetre"@en ; rdfs:label "Čtvereční Centimetr"@cs ; .
{"resource":"Square Centimetre"
,"qname":"unit:CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2489298>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"A unit of area equal to that of a square, of sides 1cm"
,"expression":"$sqcm$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA384"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA384"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Persegi"
,"label":"Centimetr Kwadratowy"
,"label":"Centimetrekare"
,"label":"Centimetro Cuadrado"
,"label":"Centimetro Quadrato"
,"label":"Centimetru Pătrat"
,"label":"Centimètre Carré"
,"label":"Kvadratni Centimeter"
,"label":"Quadratcentimeter"
,"label":"Square Centimeter"
,"label":"Square Centimetre"
,"label":"Square Centimetre"
,"label":"Čtvereční Centimetr"
,"symbol":"cm²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cm2"
,"unece common code":"CMK"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A unit of area equal to that of a square, of sides 1cm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"expression" : "$sqcm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Area", "http://qudt.org/vocab/quantitykind/HydraulicPermeability" ],
"iec61360Code" : "0112/2///62720#UAA384",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA384",
"symbol" : "cm²",
"ucumCode" : "cm2",
"uneceCommonCode" : "CMK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2489298",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Centimetro Quadrato"
}, {
"@language" : "en-us",
"@value" : "Square Centimeter"
}, {
"@language" : "ms",
"@value" : "Centimeter Persegi"
}, {
"@language" : "pl",
"@value" : "Centimetr Kwadratowy"
}, {
"@language" : "de",
"@value" : "Quadratcentimeter"
}, {
"@language" : "sl",
"@value" : "Kvadratni Centimeter"
}, {
"@language" : "tr",
"@value" : "Centimetrekare"
}, {
"@language" : "cs",
"@value" : "Čtvereční Centimetr"
}, {
"@language" : "ro",
"@value" : "Centimetru Pătrat"
}, "Square Centimetre", {
"@language" : "en",
"@value" : "Square Centimetre"
}, {
"@language" : "fr",
"@value" : "Centimètre Carré"
}, {
"@language" : "es",
"@value" : "Centimetro Cuadrado"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM2-MIN
URI: http://qudt.org/vocab/unit/CentiM2-MIN
"Square centimeter minute" is a unit for 'Area Time' expressed as $cm^{2} . m$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CentiM2-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Square centimeter minute\" is a unit for 'Area Time' expressed as $cm^{2} . m$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.006 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E-3 ;
<http://qudt.org/schema/qudt/expression> "$cm^{2}m$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaTime> ;
<http://qudt.org/schema/qudt/symbol> "cm²·min" ;
<http://qudt.org/schema/qudt/ucumCode> "cm2.min"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Centimeter Minute"@en-US ;
rdfs:label "Square Centimetre Minute" ;
rdfs:label "Square Centimetre Minute"@en ;
.
{"resource":"Square Centimetre Minute"
,"qname":"unit:CentiM2-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM2-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.006"
,"conversion multiplier scientific":"6.0E-3"
,"description":"\"Square centimeter minute\" is a unit for 'Area Time' expressed as $cm^{2} . m$."
,"expression":"$cm^{2}m$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T1D0"
,"has quantity kind":"quantitykind:AreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Centimeter Minute"
,"label":"Square Centimetre Minute"
,"label":"Square Centimetre Minute"
,"symbol":"cm²·min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cm2.min"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM2-MIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Square centimeter minute\" is a unit for 'Area Time' expressed as $cm^{2} . m$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.006",
"conversionMultiplier:SN" : 0.006,
"expression" : "$cm^{2}m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaTime",
"symbol" : "cm²·min",
"ucumCode" : "cm2.min",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Square Centimeter Minute"
}, "Square Centimetre Minute", {
"@language" : "en",
"@value" : "Square Centimetre Minute"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM2-PER-CentiM3
URI: http://qudt.org/vocab/unit/CentiM2-PER-CentiM3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM2-PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "cm²/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "cm2.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Persegi per Centimeter Kubik"@ms ; rdfs:label "Centimetr Kwadratowy na Centimetr Sześcienny"@pl ; rdfs:label "Centimetrekare per Centimetreküp"@tr ; rdfs:label "Centimetro Cuadrado por Centimetro Cúbico"@es ; rdfs:label "Centimetro Quadrato per Centimetro Cubo"@it ; rdfs:label "Centimetru Pătrat pe Centimetru Cub"@ro ; rdfs:label "Centimètre Carré par Centimètre Cube"@fr ; rdfs:label "Kvadratni Centimeter na Kubični Centimeter"@sl ; rdfs:label "Quadratcentimeter pro Kubikcentimeter"@de ; rdfs:label "Square Centimeter per Cubic Centimeter"@en-US ; rdfs:label "Square Centimetre per Cubic Centimetre" ; rdfs:label "Square Centimetre per Cubic Centimetre"@en ; rdfs:label "Čtvereční Centimetr na Centimetr Krychlový"@cs ; .
{"resource":"Square Centimetre per Cubic Centimetre"
,"qname":"unit:CentiM2-PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM2-PER-CentiM3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Persegi per Centimeter Kubik"
,"label":"Centimetr Kwadratowy na Centimetr Sześcienny"
,"label":"Centimetrekare per Centimetreküp"
,"label":"Centimetro Cuadrado por Centimetro Cúbico"
,"label":"Centimetro Quadrato per Centimetro Cubo"
,"label":"Centimetru Pătrat pe Centimetru Cub"
,"label":"Centimètre Carré par Centimètre Cube"
,"label":"Kvadratni Centimeter na Kubični Centimeter"
,"label":"Quadratcentimeter pro Kubikcentimeter"
,"label":"Square Centimeter per Cubic Centimeter"
,"label":"Square Centimetre per Cubic Centimetre"
,"label":"Square Centimetre per Cubic Centimetre"
,"label":"Čtvereční Centimetr na Centimetr Krychlový"
,"symbol":"cm²\/cm³"
,"type":"qudt:Unit"
,"ucum code":"cm2.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM2-PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "cm²/cm³",
"ucumCode" : "cm2.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Centimetr Kwadratowy na Centimetr Sześcienny"
}, {
"@language" : "en-us",
"@value" : "Square Centimeter per Cubic Centimeter"
}, {
"@language" : "ms",
"@value" : "Centimeter Persegi per Centimeter Kubik"
}, {
"@language" : "fr",
"@value" : "Centimètre Carré par Centimètre Cube"
}, {
"@language" : "sl",
"@value" : "Kvadratni Centimeter na Kubični Centimeter"
}, {
"@language" : "tr",
"@value" : "Centimetrekare per Centimetreküp"
}, {
"@language" : "it",
"@value" : "Centimetro Quadrato per Centimetro Cubo"
}, {
"@language" : "de",
"@value" : "Quadratcentimeter pro Kubikcentimeter"
}, {
"@language" : "es",
"@value" : "Centimetro Cuadrado por Centimetro Cúbico"
}, {
"@language" : "cs",
"@value" : "Čtvereční Centimetr na Centimetr Krychlový"
}, {
"@language" : "ro",
"@value" : "Centimetru Pătrat pe Centimetru Cub"
}, "Square Centimetre per Cubic Centimetre", {
"@language" : "en",
"@value" : "Square Centimetre per Cubic Centimetre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM2-PER-ERG
URI: http://qudt.org/vocab/unit/CentiM2-PER-ERG
[CGS] unit of the spectral profile
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM2-PER-ERG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit of the spectral profile" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralCrossSection> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/ERG-PER-CentiM2> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB168" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB168"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm²/erg" ; <http://qudt.org/schema/qudt/ucumCode> "cm2.erg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D16" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Square Centimeter per Erg"@en-US ; rdfs:label "Square Centimetre per Erg" ; rdfs:label "Square Centimetre per Erg"@en ; .
{"resource":"Square Centimetre per Erg"
,"qname":"unit:CentiM2-PER-ERG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM2-PER-ERG"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"[CGS] unit of the spectral profile"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:SpectralCrossSection"
,"has reciprocal unit":"unit:ERG-PER-CentiM2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB168"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB168"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Centimeter per Erg"
,"label":"Square Centimetre per Erg"
,"label":"Square Centimetre per Erg"
,"symbol":"cm²\/erg"
,"type":"qudt:Unit"
,"ucum code":"cm2.erg-1"
,"unece common code":"D16"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM2-PER-ERG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit of the spectral profile",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralCrossSection",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/ERG-PER-CentiM2",
"iec61360Code" : "0112/2///62720#UAB168",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB168",
"symbol" : "cm²/erg",
"ucumCode" : "cm2.erg-1",
"uneceCommonCode" : "D16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Centimetre per Erg", {
"@language" : "en-us",
"@value" : "Square Centimeter per Erg"
}, {
"@language" : "en",
"@value" : "Square Centimetre per Erg"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM2-PER-GM
URI: http://qudt.org/vocab/unit/CentiM2-PER-GM
0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the 0.001-fold SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM2-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the 0.001-fold SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassAttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificSurfaceArea> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/GM-PER-CentiM2> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB193" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB193"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm²/g" ; <http://qudt.org/schema/qudt/ucumCode> "cm2.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H15" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Persegi per Gram"@ms ; rdfs:label "Centimetr Kwadratowy na Gram"@pl ; rdfs:label "Centimetrekare per Gram"@tr ; rdfs:label "Centimetro Cuadrado por Gramo"@es ; rdfs:label "Centimetro Quadrato per Grammo"@it ; rdfs:label "Centimetru Pătrat pe Gram"@ro ; rdfs:label "Centimètre Carré par Gramme"@fr ; rdfs:label "Kvadratni Centimeter na Gram"@sl ; rdfs:label "Quadratcentimeter pro Gramm"@de ; rdfs:label "Square Centimeter per Gram"@en-US ; rdfs:label "Square Centimetre per Gram" ; rdfs:label "Square Centimetre per Gram"@en ; rdfs:label "Čtvereční Centimetr na Gram"@cs ; .
{"resource":"Square Centimetre per Gram"
,"qname":"unit:CentiM2-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM2-PER-GM"
,"properties":["conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the 0.001-fold SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T0D0"
,"has quantity kind":"quantitykind:MassAttenuationCoefficient"
,"has quantity kind":"quantitykind:SpecificSurfaceArea"
,"has reciprocal unit":"unit:GM-PER-CentiM2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB193"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB193"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Persegi per Gram"
,"label":"Centimetr Kwadratowy na Gram"
,"label":"Centimetrekare per Gram"
,"label":"Centimetro Cuadrado por Gramo"
,"label":"Centimetro Quadrato per Grammo"
,"label":"Centimetru Pătrat pe Gram"
,"label":"Centimètre Carré par Gramme"
,"label":"Kvadratni Centimeter na Gram"
,"label":"Quadratcentimeter pro Gramm"
,"label":"Square Centimeter per Gram"
,"label":"Square Centimetre per Gram"
,"label":"Square Centimetre per Gram"
,"label":"Čtvereční Centimetr na Gram"
,"symbol":"cm²\/g"
,"type":"qudt:Unit"
,"ucum code":"cm2.g-1"
,"unece common code":"H15"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM2-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the 0.001-fold SI base unit kilogram",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificSurfaceArea", "http://qudt.org/vocab/quantitykind/MassAttenuationCoefficient" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/GM-PER-CentiM2",
"iec61360Code" : "0112/2///62720#UAB193",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB193",
"symbol" : "cm²/g",
"ucumCode" : "cm2.g-1",
"uneceCommonCode" : "H15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Centimeter Persegi per Gram"
}, {
"@language" : "it",
"@value" : "Centimetro Quadrato per Grammo"
}, {
"@language" : "ro",
"@value" : "Centimetru Pătrat pe Gram"
}, {
"@language" : "en-us",
"@value" : "Square Centimeter per Gram"
}, {
"@language" : "cs",
"@value" : "Čtvereční Centimetr na Gram"
}, {
"@language" : "tr",
"@value" : "Centimetrekare per Gram"
}, "Square Centimetre per Gram", {
"@language" : "en",
"@value" : "Square Centimetre per Gram"
}, {
"@language" : "es",
"@value" : "Centimetro Cuadrado por Gramo"
}, {
"@language" : "pl",
"@value" : "Centimetr Kwadratowy na Gram"
}, {
"@language" : "sl",
"@value" : "Kvadratni Centimeter na Gram"
}, {
"@language" : "fr",
"@value" : "Centimètre Carré par Gramme"
}, {
"@language" : "de",
"@value" : "Quadratcentimeter pro Gramm"
} ],
"@context" : {
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM2-PER-SEC
URI: http://qudt.org/vocab/unit/CentiM2-PER-SEC
0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM2-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB408" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB408"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm²/s" ; <http://qudt.org/schema/qudt/ucumCode> "cm2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M81" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q26162545> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Persegi per Saat"@ms ; rdfs:label "Centimetr Kwadratowy na Sekunda"@pl ; rdfs:label "Centimetrekare per Saniye"@tr ; rdfs:label "Centimetro Cuadrado por Segundo"@es ; rdfs:label "Centimetro Quadrato per Secondo"@it ; rdfs:label "Centimetru Pătrat pe Secundă"@ro ; rdfs:label "Centimètre Carré par Seconde"@fr ; rdfs:label "Kvadratni Centimeter na Sekunda"@sl ; rdfs:label "Quadratcentimeter pro Sekunde"@de ; rdfs:label "Square Centimeter per Second"@en-US ; rdfs:label "Square Centimetre per Second" ; rdfs:label "Square Centimetre per Second"@en ; rdfs:label "Čtvereční Centimetr na Sekunda"@cs ; .
{"resource":"Square Centimetre per Second"
,"qname":"unit:CentiM2-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM2-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q26162545>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AreaPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB408"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB408"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Persegi per Saat"
,"label":"Centimetr Kwadratowy na Sekunda"
,"label":"Centimetrekare per Saniye"
,"label":"Centimetro Cuadrado por Segundo"
,"label":"Centimetro Quadrato per Secondo"
,"label":"Centimetru Pătrat pe Secundă"
,"label":"Centimètre Carré par Seconde"
,"label":"Kvadratni Centimeter na Sekunda"
,"label":"Quadratcentimeter pro Sekunde"
,"label":"Square Centimeter per Second"
,"label":"Square Centimetre per Second"
,"label":"Square Centimetre per Second"
,"label":"Čtvereční Centimetr na Sekunda"
,"symbol":"cm²\/s"
,"type":"qudt:Unit"
,"ucum code":"cm2.s-1"
,"unece common code":"M81"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM2-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.0001-fold of the power of the SI base unit metre by exponent 2 divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaPerTime",
"iec61360Code" : "0112/2///62720#UAB408",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB408",
"symbol" : "cm²/s",
"ucumCode" : "cm2.s-1",
"uneceCommonCode" : "M81",
"wikidataMatch" : "http://www.wikidata.org/entity/Q26162545",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Centimetr Kwadratowy na Sekunda"
}, {
"@language" : "ms",
"@value" : "Centimeter Persegi per Saat"
}, {
"@language" : "sl",
"@value" : "Kvadratni Centimeter na Sekunda"
}, "Square Centimetre per Second", {
"@language" : "en",
"@value" : "Square Centimetre per Second"
}, {
"@language" : "ro",
"@value" : "Centimetru Pătrat pe Secundă"
}, {
"@language" : "fr",
"@value" : "Centimètre Carré par Seconde"
}, {
"@language" : "tr",
"@value" : "Centimetrekare per Saniye"
}, {
"@language" : "de",
"@value" : "Quadratcentimeter pro Sekunde"
}, {
"@language" : "es",
"@value" : "Centimetro Cuadrado por Segundo"
}, {
"@language" : "it",
"@value" : "Centimetro Quadrato per Secondo"
}, {
"@language" : "en-us",
"@value" : "Square Centimeter per Second"
}, {
"@language" : "cs",
"@value" : "Čtvereční Centimetr na Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM2-PER-SR-ERG
URI: http://qudt.org/vocab/unit/CentiM2-PER-SR-ERG
[CGS] unit of the spectral angle profile
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM2-PER-SR-ERG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit of the spectral angle profile" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralAngularCrossSection> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB169" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB169"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm²/(sr·erg)" ; <http://qudt.org/schema/qudt/ucumCode> "cm2.sr-1.erg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D17" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Square Centimeter per Steradian Erg"@en-US ; rdfs:label "Square Centimetre per Steradian Erg" ; rdfs:label "Square Centimetre per Steradian Erg"@en ; .
{"resource":"Square Centimetre per Steradian Erg"
,"qname":"unit:CentiM2-PER-SR-ERG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM2-PER-SR-ERG"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"[CGS] unit of the spectral angle profile"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:SpectralAngularCrossSection"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB169"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB169"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Centimeter per Steradian Erg"
,"label":"Square Centimetre per Steradian Erg"
,"label":"Square Centimetre per Steradian Erg"
,"symbol":"cm²\/(sr·erg)"
,"type":"qudt:Unit"
,"ucum code":"cm2.sr-1.erg-1"
,"unece common code":"D17"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM2-PER-SR-ERG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit of the spectral angle profile",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralAngularCrossSection",
"iec61360Code" : "0112/2///62720#UAB169",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB169",
"symbol" : "cm²/(sr·erg)",
"ucumCode" : "cm2.sr-1.erg-1",
"uneceCommonCode" : "D17",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Square Centimeter per Steradian Erg"
}, "Square Centimetre per Steradian Erg", {
"@language" : "en",
"@value" : "Square Centimetre per Steradian Erg"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM2-PER-V-SEC
URI: http://qudt.org/vocab/unit/CentiM2-PER-V-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM2-PER-V-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/expression> "$cm^2/V-s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mobility> ; <http://qudt.org/schema/qudt/symbol> "cm²/(V·s)" ; <http://qudt.org/schema/qudt/ucumCode> "cm2.V-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Persegi per Volt Saat"@ms ; rdfs:label "Centimetr Kwadratowy na Wolt Sekunda"@pl ; rdfs:label "Centimetrekare per Volt Saniye"@tr ; rdfs:label "Centimetro Cuadrado por Voltio Segundo"@es ; rdfs:label "Centimetro Quadrato per Volt Secondo"@it ; rdfs:label "Centimetru Pătrat pe Volt Secundă"@ro ; rdfs:label "Centimètre Carré par Volt Seconde"@fr ; rdfs:label "Kvadratni Centimeter na Volt Sekunda"@sl ; rdfs:label "Quadratcentimeter pro Volt Sekunde"@de ; rdfs:label "Square Centimeter per Volt Second"@en-US ; rdfs:label "Square Centimetre per Volt Second" ; rdfs:label "Square Centimetre per Volt Second"@en ; rdfs:label "Čtvereční Centimetr na Volt Sekunda"@cs ; .
{"resource":"Square Centimetre per Volt Second"
,"qname":"unit:CentiM2-PER-V-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM2-PER-V-SEC"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"expression":"$cm^2\/V-s$"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Mobility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Persegi per Volt Saat"
,"label":"Centimetr Kwadratowy na Wolt Sekunda"
,"label":"Centimetrekare per Volt Saniye"
,"label":"Centimetro Cuadrado por Voltio Segundo"
,"label":"Centimetro Quadrato per Volt Secondo"
,"label":"Centimetru Pătrat pe Volt Secundă"
,"label":"Centimètre Carré par Volt Seconde"
,"label":"Kvadratni Centimeter na Volt Sekunda"
,"label":"Quadratcentimeter pro Volt Sekunde"
,"label":"Square Centimeter per Volt Second"
,"label":"Square Centimetre per Volt Second"
,"label":"Square Centimetre per Volt Second"
,"label":"Čtvereční Centimetr na Volt Sekunda"
,"symbol":"cm²\/(V·s)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cm2.V-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM2-PER-V-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"expression" : "$cm^2/V-s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mobility",
"symbol" : "cm²/(V·s)",
"ucumCode" : "cm2.V-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Quadratcentimeter pro Volt Sekunde"
}, {
"@language" : "tr",
"@value" : "Centimetrekare per Volt Saniye"
}, "Square Centimetre per Volt Second", {
"@language" : "en",
"@value" : "Square Centimetre per Volt Second"
}, {
"@language" : "fr",
"@value" : "Centimètre Carré par Volt Seconde"
}, {
"@language" : "es",
"@value" : "Centimetro Cuadrado por Voltio Segundo"
}, {
"@language" : "pl",
"@value" : "Centimetr Kwadratowy na Wolt Sekunda"
}, {
"@language" : "sl",
"@value" : "Kvadratni Centimeter na Volt Sekunda"
}, {
"@language" : "ms",
"@value" : "Centimeter Persegi per Volt Saat"
}, {
"@language" : "it",
"@value" : "Centimetro Quadrato per Volt Secondo"
}, {
"@language" : "ro",
"@value" : "Centimetru Pătrat pe Volt Secundă"
}, {
"@language" : "cs",
"@value" : "Čtvereční Centimetr na Volt Sekunda"
}, {
"@language" : "en-us",
"@value" : "Square Centimeter per Volt Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM2-SEC
URI: http://qudt.org/vocab/unit/CentiM2-SEC
"Square Centimeter Second" is a C.G.S System unit for 'Area Time' expressed as $cm^2 . s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM2-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Square Centimeter Second\" is a C.G.S System unit for 'Area Time' expressed as $cm^2 . s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/expression> "$cm^2 . s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaTime> ; <http://qudt.org/schema/qudt/symbol> "cm²·s" ; <http://qudt.org/schema/qudt/ucumCode> "cm2.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Persegi Saat"@ms ; rdfs:label "Centimetr Kwadratowy Sekunda"@pl ; rdfs:label "Centimetrekare Saniye"@tr ; rdfs:label "Centimetro Cuadrado Segundo"@es ; rdfs:label "Centimetro Quadrato Secondo"@it ; rdfs:label "Centimetru Pătrat Secundă"@ro ; rdfs:label "Centimètre Carré Seconde"@fr ; rdfs:label "Kvadratni Centimeter Sekunda"@sl ; rdfs:label "Quadratcentimeter Sekunde"@de ; rdfs:label "Square Centimeter Second"@en-US ; rdfs:label "Square Centimetre Second" ; rdfs:label "Square Centimetre Second"@en ; rdfs:label "Čtvereční Centimetr Sekunda"@cs ; .
{"resource":"Square Centimetre Second"
,"qname":"unit:CentiM2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM2-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"\"Square Centimeter Second\" is a C.G.S System unit for 'Area Time' expressed as $cm^2 . s$."
,"expression":"$cm^2 . s$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T1D0"
,"has quantity kind":"quantitykind:AreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Persegi Saat"
,"label":"Centimetr Kwadratowy Sekunda"
,"label":"Centimetrekare Saniye"
,"label":"Centimetro Cuadrado Segundo"
,"label":"Centimetro Quadrato Secondo"
,"label":"Centimetru Pătrat Secundă"
,"label":"Centimètre Carré Seconde"
,"label":"Kvadratni Centimeter Sekunda"
,"label":"Quadratcentimeter Sekunde"
,"label":"Square Centimeter Second"
,"label":"Square Centimetre Second"
,"label":"Square Centimetre Second"
,"label":"Čtvereční Centimetr Sekunda"
,"symbol":"cm²·s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cm2.s"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM2-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Square Centimeter Second\" is a C.G.S System unit for 'Area Time' expressed as $cm^2 . s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"expression" : "$cm^2 . s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaTime",
"symbol" : "cm²·s",
"ucumCode" : "cm2.s",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Centimetru Pătrat Secundă"
}, {
"@language" : "ms",
"@value" : "Centimeter Persegi Saat"
}, {
"@language" : "en-us",
"@value" : "Square Centimeter Second"
}, {
"@language" : "fr",
"@value" : "Centimètre Carré Seconde"
}, {
"@language" : "cs",
"@value" : "Čtvereční Centimetr Sekunda"
}, {
"@language" : "sl",
"@value" : "Kvadratni Centimeter Sekunda"
}, {
"@language" : "es",
"@value" : "Centimetro Cuadrado Segundo"
}, {
"@language" : "tr",
"@value" : "Centimetrekare Saniye"
}, {
"@language" : "pl",
"@value" : "Centimetr Kwadratowy Sekunda"
}, {
"@language" : "de",
"@value" : "Quadratcentimeter Sekunde"
}, "Square Centimetre Second", {
"@language" : "en",
"@value" : "Square Centimetre Second"
}, {
"@language" : "it",
"@value" : "Centimetro Quadrato Secondo"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3
URI: http://qudt.org/vocab/unit/CentiM3
The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/expression> "$cubic-cm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-CentiM3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA385" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA385"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³" ; <http://qudt.org/schema/qudt/ucumCode> "cm3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "cc" ; <http://qudt.org/schema/qudt/uneceCommonCode> "CMQ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1022113> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Kubik"@ms ; rdfs:label "Centimetr Krychlový"@cs ; rdfs:label "Centimetr Sześcienny"@pl ; rdfs:label "Centimetreküp"@tr ; rdfs:label "Centimetro Cubo"@it ; rdfs:label "Centimetro Cúbico"@es ; rdfs:label "Centimetru Cub"@ro ; rdfs:label "Centimètre Cube"@fr ; rdfs:label "Cubic Centimeter"@en-US ; rdfs:label "Cubic Centimetre" ; rdfs:label "Cubic Centimetre"@en ; rdfs:label "Kubikcentimeter"@de ; rdfs:label "Kubični Centimeter"@sl ; .
{"resource":"Cubic Centimetre"
,"qname":"unit:CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1022113>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch"
,"expression":"$cubic-cm$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"has reciprocal unit":"unit:PER-CentiM3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA385"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA385"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Kubik"
,"label":"Centimetr Krychlový"
,"label":"Centimetr Sześcienny"
,"label":"Centimetreküp"
,"label":"Centimetro Cubo"
,"label":"Centimetro Cúbico"
,"label":"Centimetru Cub"
,"label":"Centimètre Cube"
,"label":"Cubic Centimeter"
,"label":"Cubic Centimetre"
,"label":"Cubic Centimetre"
,"label":"Kubikcentimeter"
,"label":"Kubični Centimeter"
,"symbol":"cm³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cm3"
,"udunits code":"cc"
,"unece common code":"CMQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The CGS unit of volume, equal to 10-6 cubic meter, 1 milliliter, or about 0.061 023 7 cubic inch",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"expression" : "$cubic-cm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-CentiM3",
"iec61360Code" : "0112/2///62720#UAA385",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA385",
"symbol" : "cm³",
"ucumCode" : "cm3",
"udunitsCode" : "cc",
"uneceCommonCode" : "CMQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1022113",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Centimetro Cubo"
}, {
"@language" : "pl",
"@value" : "Centimetr Sześcienny"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter"
}, {
"@language" : "es",
"@value" : "Centimetro Cúbico"
}, {
"@language" : "tr",
"@value" : "Centimetreküp"
}, {
"@language" : "sl",
"@value" : "Kubični Centimeter"
}, {
"@language" : "cs",
"@value" : "Centimetr Krychlový"
}, "Cubic Centimetre", {
"@language" : "en",
"@value" : "Cubic Centimetre"
}, {
"@language" : "de",
"@value" : "Kubikcentimeter"
}, {
"@language" : "ro",
"@value" : "Centimetru Cub"
}, {
"@language" : "fr",
"@value" : "Centimètre Cube"
}, {
"@language" : "ms",
"@value" : "Centimeter Kubik"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-BAR
URI: http://qudt.org/vocab/unit/CentiM3-PER-BAR
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA387" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA387"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³/bar" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G94" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Bar"@en-US ; rdfs:label "Cubic Centimetre per Bar" ; rdfs:label "Cubic Centimetre per Bar"@en ; .
{"resource":"Cubic Centimetre per Bar"
,"qname":"unit:CentiM3-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-BAR"
,"properties":["conversion multiplier":"0.00000000001"
,"conversion multiplier scientific":"1.0E-11"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA387"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA387"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Bar"
,"label":"Cubic Centimetre per Bar"
,"label":"Cubic Centimetre per Bar"
,"symbol":"cm³\/bar"
,"type":"qudt:Unit"
,"ucum code":"cm3.bar-1"
,"unece common code":"G94"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit bar",
"conversionMultiplier" : "0.00000000001",
"conversionMultiplier:SN" : 1.0E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA387",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA387",
"symbol" : "cm³/bar",
"ucumCode" : "cm3.bar-1",
"uneceCommonCode" : "G94",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Bar"
}, "Cubic Centimetre per Bar", {
"@language" : "en",
"@value" : "Cubic Centimetre per Bar"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-CentiM3
URI: http://qudt.org/vocab/unit/CentiM3-PER-CentiM3
volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/plainTextDescription> "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "cm³/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Kubik per Centimeter Kubik"@ms ; rdfs:label "Centimetr Krychlový na Centimetr Krychlový"@cs ; rdfs:label "Centimetr Sześcienny na Centimetr Sześcienny"@pl ; rdfs:label "Centimetreküp per Centimetreküp"@tr ; rdfs:label "Centimetro Cubo per Centimetro Cubo"@it ; rdfs:label "Centimetro Cúbico por Centimetro Cúbico"@es ; rdfs:label "Centimetru Cub pe Centimetru Cub"@ro ; rdfs:label "Centimètre Cube par Centimètre Cube"@fr ; rdfs:label "Cubic Centimeter per Cubic Centimeter"@en-US ; rdfs:label "Cubic Centimetre per Cubic Centimetre" ; rdfs:label "Cubic Centimetre per Cubic Centimetre"@en ; rdfs:label "Kubikcentimeter pro Kubikcentimeter"@de ; rdfs:label "Kubični Centimeter na Kubični Centimeter"@sl ; .
{"resource":"Cubic Centimetre per Cubic Centimetre"
,"qname":"unit:CentiM3-PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-CentiM3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Kubik per Centimeter Kubik"
,"label":"Centimetr Krychlový na Centimetr Krychlový"
,"label":"Centimetr Sześcienny na Centimetr Sześcienny"
,"label":"Centimetreküp per Centimetreküp"
,"label":"Centimetro Cubo per Centimetro Cubo"
,"label":"Centimetro Cúbico por Centimetro Cúbico"
,"label":"Centimetru Cub pe Centimetru Cub"
,"label":"Centimètre Cube par Centimètre Cube"
,"label":"Cubic Centimeter per Cubic Centimeter"
,"label":"Cubic Centimetre per Cubic Centimetre"
,"label":"Cubic Centimetre per Cubic Centimetre"
,"label":"Kubikcentimeter pro Kubikcentimeter"
,"label":"Kubični Centimeter na Kubični Centimeter"
,"symbol":"cm³\/cm³"
,"type":"qudt:Unit"
,"ucum code":"cm3.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"plainTextDescription" : "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "cm³/cm³",
"ucumCode" : "cm3.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Cubic Centimeter"
}, "Cubic Centimetre per Cubic Centimetre", {
"@language" : "en",
"@value" : "Cubic Centimetre per Cubic Centimetre"
}, {
"@language" : "de",
"@value" : "Kubikcentimeter pro Kubikcentimeter"
}, {
"@language" : "es",
"@value" : "Centimetro Cúbico por Centimetro Cúbico"
}, {
"@language" : "tr",
"@value" : "Centimetreküp per Centimetreküp"
}, {
"@language" : "pl",
"@value" : "Centimetr Sześcienny na Centimetr Sześcienny"
}, {
"@language" : "it",
"@value" : "Centimetro Cubo per Centimetro Cubo"
}, {
"@language" : "fr",
"@value" : "Centimètre Cube par Centimètre Cube"
}, {
"@language" : "sl",
"@value" : "Kubični Centimeter na Kubični Centimeter"
}, {
"@language" : "ms",
"@value" : "Centimeter Kubik per Centimeter Kubik"
}, {
"@language" : "ro",
"@value" : "Centimetru Cub pe Centimetru Cub"
}, {
"@language" : "cs",
"@value" : "Centimetr Krychlový na Centimetr Krychlový"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-DAY
URI: http://qudt.org/vocab/unit/CentiM3-PER-DAY
0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA388" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA388"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day" ; <http://qudt.org/schema/qudt/symbol> "cm³/d" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G47" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107313819> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Day"@en-US ; rdfs:label "Cubic Centimetre per Day" ; rdfs:label "Cubic Centimetre per Day"@en ; .
{"resource":"Cubic Centimetre per Day"
,"qname":"unit:CentiM3-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-DAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107313819>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"description":"0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day"
,"description (plain text)":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA388"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA388"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Day"
,"label":"Cubic Centimetre per Day"
,"label":"Cubic Centimetre per Day"
,"symbol":"cm³\/d"
,"type":"qudt:Unit"
,"ucum code":"cm3.d-1"
,"unece common code":"G47"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA388",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA388",
"plainTextDescription" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit day",
"symbol" : "cm³/d",
"ucumCode" : "cm3.d-1",
"uneceCommonCode" : "G47",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107313819",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Day"
}, "Cubic Centimetre per Day", {
"@language" : "en",
"@value" : "Cubic Centimetre per Day"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-DAY-BAR
URI: http://qudt.org/vocab/unit/CentiM3-PER-DAY-BAR
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-DAY-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-16 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA390" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA390"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³/(d·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.d-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G78" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Day Bar"@en-US ; rdfs:label "Cubic Centimetre per Day Bar" ; rdfs:label "Cubic Centimetre per Day Bar"@en ; .
{"resource":"Cubic Centimetre per Day Bar"
,"qname":"unit:CentiM3-PER-DAY-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-DAY-BAR"
,"properties":["conversion multiplier":"0.0000000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-16"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA390"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA390"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Day Bar"
,"label":"Cubic Centimetre per Day Bar"
,"label":"Cubic Centimetre per Day Bar"
,"symbol":"cm³\/(d·bar)"
,"type":"qudt:Unit"
,"ucum code":"cm3.d-1.bar-1"
,"unece common code":"G78"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-DAY-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar",
"conversionMultiplier" : "0.0000000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-16,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA390",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA390",
"symbol" : "cm³/(d·bar)",
"ucumCode" : "cm3.d-1.bar-1",
"uneceCommonCode" : "G78",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Centimetre per Day Bar", {
"@language" : "en",
"@value" : "Cubic Centimetre per Day Bar"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Day Bar"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-DAY-K
URI: http://qudt.org/vocab/unit/CentiM3-PER-DAY-K
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-DAY-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA389" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA389"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³/(d·K)" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.d-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G61" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Day Kelvin"@en-US ; rdfs:label "Cubic Centimetre per Day Kelvin" ; rdfs:label "Cubic Centimetre per Day Kelvin"@en ; .
{"resource":"Cubic Centimetre per Day Kelvin"
,"qname":"unit:CentiM3-PER-DAY-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-DAY-K"
,"properties":["conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA389"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA389"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Day Kelvin"
,"label":"Cubic Centimetre per Day Kelvin"
,"label":"Cubic Centimetre per Day Kelvin"
,"symbol":"cm³\/(d·K)"
,"type":"qudt:Unit"
,"ucum code":"cm3.d-1.K-1"
,"unece common code":"G61"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-DAY-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin",
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA389",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA389",
"symbol" : "cm³/(d·K)",
"ucumCode" : "cm3.d-1.K-1",
"uneceCommonCode" : "G61",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Day Kelvin"
}, "Cubic Centimetre per Day Kelvin", {
"@language" : "en",
"@value" : "Cubic Centimetre per Day Kelvin"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-GM
URI: http://qudt.org/vocab/unit/CentiM3-PER-GM
Cubic Centimeter per Gram is a unit in the category of Specific Volume.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Cubic Centimeter per Gram is a unit in the category of Specific Volume."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MilliL-PER-GM> ; <http://qudt.org/schema/qudt/expression> "$cm3/g$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/GM-PER-CentiM3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD918" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD918"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³/g" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Kubik per Gram"@ms ; rdfs:label "Centimetr Krychlový na Gram"@cs ; rdfs:label "Centimetr Sześcienny na Gram"@pl ; rdfs:label "Centimetreküp per Gram"@tr ; rdfs:label "Centimetro Cubo per Grammo"@it ; rdfs:label "Centimetro Cúbico por Gramo"@es ; rdfs:label "Centimetru Cub pe Gram"@ro ; rdfs:label "Centimètre Cube par Gramme"@fr ; rdfs:label "Cubic Centimeter per Gram"@en-US ; rdfs:label "Cubic Centimetre per Gram" ; rdfs:label "Cubic Centimetre per Gram"@en ; rdfs:label "Kubikcentimeter pro Gramm"@de ; rdfs:label "Kubični Centimeter na Gram"@sl ; .
{"resource":"Cubic Centimetre per Gram"
,"qname":"unit:CentiM3-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Cubic Centimeter per Gram is a unit in the category of Specific Volume."
,"exact match":"unit:MilliL-PER-GM"
,"expression":"$cm3\/g$"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SoilAdsorptionCoefficient"
,"has quantity kind":"quantitykind:SpecificVolume"
,"has reciprocal unit":"unit:GM-PER-CentiM3"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD918"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD918"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Kubik per Gram"
,"label":"Centimetr Krychlový na Gram"
,"label":"Centimetr Sześcienny na Gram"
,"label":"Centimetreküp per Gram"
,"label":"Centimetro Cubo per Grammo"
,"label":"Centimetro Cúbico por Gramo"
,"label":"Centimetru Cub pe Gram"
,"label":"Centimètre Cube par Gramme"
,"label":"Cubic Centimeter per Gram"
,"label":"Cubic Centimetre per Gram"
,"label":"Cubic Centimetre per Gram"
,"label":"Kubikcentimeter pro Gramm"
,"label":"Kubični Centimeter na Gram"
,"symbol":"cm³\/g"
,"type":"qudt:Unit"
,"ucum code":"cm3.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Cubic Centimeter per Gram is a unit in the category of Specific Volume.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"exactMatch" : "http://qudt.org/vocab/unit/MilliL-PER-GM",
"expression" : "$cm3/g$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificVolume", "http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/GM-PER-CentiM3",
"iec61360Code" : "0112/2///62720#UAD918",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD918",
"symbol" : "cm³/g",
"ucumCode" : "cm3.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kubikcentimeter pro Gramm"
}, {
"@language" : "cs",
"@value" : "Centimetr Krychlový na Gram"
}, {
"@language" : "fr",
"@value" : "Centimètre Cube par Gramme"
}, {
"@language" : "pl",
"@value" : "Centimetr Sześcienny na Gram"
}, {
"@language" : "sl",
"@value" : "Kubični Centimeter na Gram"
}, {
"@language" : "ro",
"@value" : "Centimetru Cub pe Gram"
}, {
"@language" : "it",
"@value" : "Centimetro Cubo per Grammo"
}, {
"@language" : "tr",
"@value" : "Centimetreküp per Gram"
}, {
"@language" : "ms",
"@value" : "Centimeter Kubik per Gram"
}, {
"@language" : "es",
"@value" : "Centimetro Cúbico por Gramo"
}, "Cubic Centimetre per Gram", {
"@language" : "en",
"@value" : "Cubic Centimetre per Gram"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Gram"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-HR
URI: http://qudt.org/vocab/unit/CentiM3-PER-HR
0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA391" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA391"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "cm³/h" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G48" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107028457> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Hour"@en-US ; rdfs:label "Cubic Centimetre per Hour" ; rdfs:label "Cubic Centimetre per Hour"@en ; .
{"resource":"Cubic Centimetre per Hour"
,"qname":"unit:CentiM3-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107028457>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"description":"0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"
,"description (plain text)":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA391"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA391"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Hour"
,"label":"Cubic Centimetre per Hour"
,"label":"Cubic Centimetre per Hour"
,"symbol":"cm³\/h"
,"type":"qudt:Unit"
,"ucum code":"cm3.h-1"
,"unece common code":"G48"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA391",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA391",
"plainTextDescription" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour",
"symbol" : "cm³/h",
"ucumCode" : "cm3.h-1",
"uneceCommonCode" : "G48",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107028457",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Centimetre per Hour", {
"@language" : "en",
"@value" : "Cubic Centimetre per Hour"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-HR-BAR
URI: http://qudt.org/vocab/unit/CentiM3-PER-HR-BAR
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-HR-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA393" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA393"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³/(h·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.h-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G79" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Hour Bar"@en-US ; rdfs:label "Cubic Centimetre per Hour Bar" ; rdfs:label "Cubic Centimetre per Hour Bar"@en ; .
{"resource":"Cubic Centimetre per Hour Bar"
,"qname":"unit:CentiM3-PER-HR-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-HR-BAR"
,"properties":["conversion multiplier":"0.000000000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-15"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA393"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA393"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Hour Bar"
,"label":"Cubic Centimetre per Hour Bar"
,"label":"Cubic Centimetre per Hour Bar"
,"symbol":"cm³\/(h·bar)"
,"type":"qudt:Unit"
,"ucum code":"cm3.h-1.bar-1"
,"unece common code":"G79"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-HR-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the unit bar",
"conversionMultiplier" : "0.000000000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA393",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA393",
"symbol" : "cm³/(h·bar)",
"ucumCode" : "cm3.h-1.bar-1",
"uneceCommonCode" : "G79",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Centimetre per Hour Bar", {
"@language" : "en",
"@value" : "Cubic Centimetre per Hour Bar"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Hour Bar"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-HR-K
URI: http://qudt.org/vocab/unit/CentiM3-PER-HR-K
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-HR-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA392" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA392"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³/(h·K)" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.h-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G62" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Hour Kelvin"@en-US ; rdfs:label "Cubic Centimetre per Hour Kelvin" ; rdfs:label "Cubic Centimetre per Hour Kelvin"@en ; .
{"resource":"Cubic Centimetre per Hour Kelvin"
,"qname":"unit:CentiM3-PER-HR-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-HR-K"
,"properties":["conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA392"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA392"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Hour Kelvin"
,"label":"Cubic Centimetre per Hour Kelvin"
,"label":"Cubic Centimetre per Hour Kelvin"
,"symbol":"cm³\/(h·K)"
,"type":"qudt:Unit"
,"ucum code":"cm3.h-1.K-1"
,"unece common code":"G62"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-HR-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin",
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA392",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA392",
"symbol" : "cm³/(h·K)",
"ucumCode" : "cm3.h-1.K-1",
"uneceCommonCode" : "G62",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Centimetre per Hour Kelvin", {
"@language" : "en",
"@value" : "Cubic Centimetre per Hour Kelvin"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Hour Kelvin"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-K
URI: http://qudt.org/vocab/unit/CentiM3-PER-K
0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA386" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA386"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "cm³/K" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G27" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Kubik per Kelvin"@ms ; rdfs:label "Centimetr Krychlový na Kelvin"@cs ; rdfs:label "Centimetr Sześcienny na Kelwin"@pl ; rdfs:label "Centimetreküp per Kelvin"@tr ; rdfs:label "Centimetro Cubo per Kelvin"@it ; rdfs:label "Centimetro Cúbico por Kelvin"@es ; rdfs:label "Centimetru Cub pe Kelvin"@ro ; rdfs:label "Centimètre Cube par Kelvin"@fr ; rdfs:label "Cubic Centimeter per Kelvin"@en-US ; rdfs:label "Cubic Centimetre per Kelvin" ; rdfs:label "Cubic Centimetre per Kelvin"@en ; rdfs:label "Kubikcentimeter pro Kelvin"@de ; rdfs:label "Kubični Centimeter na Kelvin"@sl ; .
{"resource":"Cubic Centimetre per Kelvin"
,"qname":"unit:CentiM3-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin"
,"description (plain text)":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T0D0"
,"has quantity kind":"quantitykind:VolumeThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA386"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA386"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Kubik per Kelvin"
,"label":"Centimetr Krychlový na Kelvin"
,"label":"Centimetr Sześcienny na Kelwin"
,"label":"Centimetreküp per Kelvin"
,"label":"Centimetro Cubo per Kelvin"
,"label":"Centimetro Cúbico por Kelvin"
,"label":"Centimetru Cub pe Kelvin"
,"label":"Centimètre Cube par Kelvin"
,"label":"Cubic Centimeter per Kelvin"
,"label":"Cubic Centimetre per Kelvin"
,"label":"Cubic Centimetre per Kelvin"
,"label":"Kubikcentimeter pro Kelvin"
,"label":"Kubični Centimeter na Kelvin"
,"symbol":"cm³\/K"
,"type":"qudt:Unit"
,"ucum code":"cm3.K-1"
,"unece common code":"G27"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA386",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA386",
"plainTextDescription" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit kelvin",
"symbol" : "cm³/K",
"ucumCode" : "cm3.K-1",
"uneceCommonCode" : "G27",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kubikcentimeter pro Kelvin"
}, {
"@language" : "cs",
"@value" : "Centimetr Krychlový na Kelvin"
}, {
"@language" : "pl",
"@value" : "Centimetr Sześcienny na Kelwin"
}, {
"@language" : "tr",
"@value" : "Centimetreküp per Kelvin"
}, {
"@language" : "fr",
"@value" : "Centimètre Cube par Kelvin"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Kelvin"
}, {
"@language" : "es",
"@value" : "Centimetro Cúbico por Kelvin"
}, {
"@language" : "it",
"@value" : "Centimetro Cubo per Kelvin"
}, {
"@language" : "ro",
"@value" : "Centimetru Cub pe Kelvin"
}, "Cubic Centimetre per Kelvin", {
"@language" : "ms",
"@value" : "Centimeter Kubik per Kelvin"
}, {
"@language" : "en",
"@value" : "Cubic Centimetre per Kelvin"
}, {
"@language" : "sl",
"@value" : "Kubični Centimeter na Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-M3
URI: http://qudt.org/vocab/unit/CentiM3-PER-M3
volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA394" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA394"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "volume ratio consisting of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "cm³/m³" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J87" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106998070> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Kubik per Meter Kubik"@ms ; rdfs:label "Centimetr Krychlový na Metr Krychlový"@cs ; rdfs:label "Centimetr Sześcienny na Metr Sześcienny"@pl ; rdfs:label "Centimetreküp per Metreküp"@tr ; rdfs:label "Centimetro Cubo per Metro Cubo"@it ; rdfs:label "Centimetro Cúbico por Metro Cúbico"@es ; rdfs:label "Centimetru Cub pe Metru Cub"@ro ; rdfs:label "Centimètre Cube par Mètre Cube"@fr ; rdfs:label "Cubic Centimeter per Cubic Meter"@en-US ; rdfs:label "Cubic Centimetre per Cubic Metre" ; rdfs:label "Cubic Centimetre per Cubic Metre"@en ; rdfs:label "Kubikcentimeter pro Kubikmeter"@de ; rdfs:label "Kubični Centimeter na Kubični Meter"@sl ; .
{"resource":"Cubic Centimetre per Cubic Metre"
,"qname":"unit:CentiM3-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106998070>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"volume ratio consisting of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA394"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA394"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Kubik per Meter Kubik"
,"label":"Centimetr Krychlový na Metr Krychlový"
,"label":"Centimetr Sześcienny na Metr Sześcienny"
,"label":"Centimetreküp per Metreküp"
,"label":"Centimetro Cubo per Metro Cubo"
,"label":"Centimetro Cúbico por Metro Cúbico"
,"label":"Centimetru Cub pe Metru Cub"
,"label":"Centimètre Cube par Mètre Cube"
,"label":"Cubic Centimeter per Cubic Meter"
,"label":"Cubic Centimetre per Cubic Metre"
,"label":"Cubic Centimetre per Cubic Metre"
,"label":"Kubikcentimeter pro Kubikmeter"
,"label":"Kubični Centimeter na Kubični Meter"
,"symbol":"cm³\/m³"
,"type":"qudt:Unit"
,"ucum code":"cm3.m-3"
,"unece common code":"J87"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "volume ratio consisting of the 0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"iec61360Code" : "0112/2///62720#UAA394",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA394",
"plainTextDescription" : "volume ratio consisting of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "cm³/m³",
"ucumCode" : "cm3.m-3",
"uneceCommonCode" : "J87",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106998070",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Centimetr Sześcienny na Metr Sześcienny"
}, "Cubic Centimetre per Cubic Metre", {
"@language" : "en",
"@value" : "Cubic Centimetre per Cubic Metre"
}, {
"@language" : "cs",
"@value" : "Centimetr Krychlový na Metr Krychlový"
}, {
"@language" : "it",
"@value" : "Centimetro Cubo per Metro Cubo"
}, {
"@language" : "sl",
"@value" : "Kubični Centimeter na Kubični Meter"
}, {
"@language" : "tr",
"@value" : "Centimetreküp per Metreküp"
}, {
"@language" : "ms",
"@value" : "Centimeter Kubik per Meter Kubik"
}, {
"@language" : "ro",
"@value" : "Centimetru Cub pe Metru Cub"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Cubic Meter"
}, {
"@language" : "de",
"@value" : "Kubikcentimeter pro Kubikmeter"
}, {
"@language" : "es",
"@value" : "Centimetro Cúbico por Metro Cúbico"
}, {
"@language" : "fr",
"@value" : "Centimètre Cube par Mètre Cube"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-MIN
URI: http://qudt.org/vocab/unit/CentiM3-PER-MIN
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA395" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA395"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "cm³/min" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G49" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107028485> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Minute"@en-US ; rdfs:label "Cubic Centimetre per Minute" ; rdfs:label "Cubic Centimetre per Minute"@en ; .
{"resource":"Cubic Centimetre per Minute"
,"qname":"unit:CentiM3-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107028485>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-8"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute"
,"description (plain text)":"0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA395"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA395"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Minute"
,"label":"Cubic Centimetre per Minute"
,"label":"Cubic Centimetre per Minute"
,"symbol":"cm³\/min"
,"type":"qudt:Unit"
,"ucum code":"cm3.min-1"
,"unece common code":"G49"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA395",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA395",
"plainTextDescription" : "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit minute",
"symbol" : "cm³/min",
"ucumCode" : "cm3.min-1",
"uneceCommonCode" : "G49",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107028485",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Minute"
}, "Cubic Centimetre per Minute", {
"@language" : "en",
"@value" : "Cubic Centimetre per Minute"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-MIN-BAR
URI: http://qudt.org/vocab/unit/CentiM3-PER-MIN-BAR
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-MIN-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA397" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA397"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³/(min·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.min-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G80" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Minute Bar"@en-US ; rdfs:label "Cubic Centimetre per Minute Bar" ; rdfs:label "Cubic Centimetre per Minute Bar"@en ; .
{"resource":"Cubic Centimetre per Minute Bar"
,"qname":"unit:CentiM3-PER-MIN-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-MIN-BAR"
,"properties":["conversion multiplier":"0.0000000000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-13"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA397"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA397"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Minute Bar"
,"label":"Cubic Centimetre per Minute Bar"
,"label":"Cubic Centimetre per Minute Bar"
,"symbol":"cm³\/(min·bar)"
,"type":"qudt:Unit"
,"ucum code":"cm3.min-1.bar-1"
,"unece common code":"G80"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-MIN-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar",
"conversionMultiplier" : "0.0000000000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA397",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA397",
"symbol" : "cm³/(min·bar)",
"ucumCode" : "cm3.min-1.bar-1",
"uneceCommonCode" : "G80",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Minute Bar"
}, "Cubic Centimetre per Minute Bar", {
"@language" : "en",
"@value" : "Cubic Centimetre per Minute Bar"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-MIN-K
URI: http://qudt.org/vocab/unit/CentiM3-PER-MIN-K
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-MIN-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA396" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA396"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³/(min·K)" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.min-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G63" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Minute Kelvin"@en-US ; rdfs:label "Cubic Centimetre per Minute Kelvin" ; rdfs:label "Cubic Centimetre per Minute Kelvin"@en ; .
{"resource":"Cubic Centimetre per Minute Kelvin"
,"qname":"unit:CentiM3-PER-MIN-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-MIN-K"
,"properties":["conversion multiplier":"0.00000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-8"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA396"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA396"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Minute Kelvin"
,"label":"Cubic Centimetre per Minute Kelvin"
,"label":"Cubic Centimetre per Minute Kelvin"
,"symbol":"cm³\/(min·K)"
,"type":"qudt:Unit"
,"ucum code":"cm3.min-1.K-1"
,"unece common code":"G63"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-MIN-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin",
"conversionMultiplier" : "0.00000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA396",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA396",
"symbol" : "cm³/(min·K)",
"ucumCode" : "cm3.min-1.K-1",
"uneceCommonCode" : "G63",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Cubic Centimetre per Minute Kelvin"
}, "Cubic Centimetre per Minute Kelvin", {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Minute Kelvin"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-MOL
URI: http://qudt.org/vocab/unit/CentiM3-PER-MOL
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarRefractivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarVolume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA398" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA398"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol" ; <http://qudt.org/schema/qudt/symbol> "cm³/mol" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A36" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q24008537> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Kubik per Mole"@ms ; rdfs:label "Centimetr Krychlový na Mol"@cs ; rdfs:label "Centimetr Sześcienny na Mol"@pl ; rdfs:label "Centimetreküp per Mol"@tr ; rdfs:label "Centimetro Cubo per Mole"@it ; rdfs:label "Centimetro Cúbico por Mol"@es ; rdfs:label "Centimetru Cub pe Mol"@ro ; rdfs:label "Centimètre Cube par Mole"@fr ; rdfs:label "Cubic Centimeter per Mole"@en-US ; rdfs:label "Cubic Centimetre per Mole" ; rdfs:label "Cubic Centimetre per Mole"@en ; rdfs:label "Kubikcentimeter pro Mol"@de ; rdfs:label "Kubični Centimeter na Mol"@sl ; .
{"resource":"Cubic Centimetre per Mole"
,"qname":"unit:CentiM3-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q24008537>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"
,"description (plain text)":"0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"
,"has dimension vector":"qkdv:A-1E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:MolarRefractivity"
,"has quantity kind":"quantitykind:MolarVolume"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA398"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA398"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Kubik per Mole"
,"label":"Centimetr Krychlový na Mol"
,"label":"Centimetr Sześcienny na Mol"
,"label":"Centimetreküp per Mol"
,"label":"Centimetro Cubo per Mole"
,"label":"Centimetro Cúbico por Mol"
,"label":"Centimetru Cub pe Mol"
,"label":"Centimètre Cube par Mole"
,"label":"Cubic Centimeter per Mole"
,"label":"Cubic Centimetre per Mole"
,"label":"Cubic Centimetre per Mole"
,"label":"Kubikcentimeter pro Mol"
,"label":"Kubični Centimeter na Mol"
,"symbol":"cm³\/mol"
,"type":"qudt:Unit"
,"ucum code":"cm3.mol-1"
,"unece common code":"A36"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MolarVolume", "http://qudt.org/vocab/quantitykind/MolarRefractivity" ],
"iec61360Code" : "0112/2///62720#UAA398",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA398",
"plainTextDescription" : "0.000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol",
"symbol" : "cm³/mol",
"ucumCode" : "cm3.mol-1",
"uneceCommonCode" : "A36",
"wikidataMatch" : "http://www.wikidata.org/entity/Q24008537",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Kubični Centimeter na Mol"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Mole"
}, {
"@language" : "ms",
"@value" : "Centimeter Kubik per Mole"
}, {
"@language" : "de",
"@value" : "Kubikcentimeter pro Mol"
}, "Cubic Centimetre per Mole", {
"@language" : "en",
"@value" : "Cubic Centimetre per Mole"
}, {
"@language" : "tr",
"@value" : "Centimetreküp per Mol"
}, {
"@language" : "es",
"@value" : "Centimetro Cúbico por Mol"
}, {
"@language" : "cs",
"@value" : "Centimetr Krychlový na Mol"
}, {
"@language" : "fr",
"@value" : "Centimètre Cube par Mole"
}, {
"@language" : "it",
"@value" : "Centimetro Cubo per Mole"
}, {
"@language" : "pl",
"@value" : "Centimetr Sześcienny na Mol"
}, {
"@language" : "ro",
"@value" : "Centimetru Cub pe Mol"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-MOL-SEC
URI: http://qudt.org/vocab/unit/CentiM3-PER-MOL-SEC
A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-MOL-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AtmosphericHydroxylationRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondOrderReactionRateConstant> ; <http://qudt.org/schema/qudt/symbol> "cm³/(mol·s)" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.mol-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Kubik per Mole Saat"@ms ; rdfs:label "Centimetr Krychlový na Mol Sekunda"@cs ; rdfs:label "Centimetr Sześcienny na Mol Sekunda"@pl ; rdfs:label "Centimetreküp per Mol Saniye"@tr ; rdfs:label "Centimetro Cubo per Mole Secondo"@it ; rdfs:label "Centimetro Cúbico por Mol Segundo"@es ; rdfs:label "Centimetru Cub pe Mol Secundă"@ro ; rdfs:label "Centimètre Cube par Mole Seconde"@fr ; rdfs:label "Cubic Centimeter per Mole Second"@en-US ; rdfs:label "Cubic Centimetre per Mole Second" ; rdfs:label "Cubic Centimetre per Mole Second"@en ; rdfs:label "Kubikcentimeter pro Mol Sekunde"@de ; rdfs:label "Kubični Centimeter na Mol Sekunda"@sl ; .
{"resource":"Cubic Centimetre per Mole Second"
,"qname":"unit:CentiM3-PER-MOL-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-MOL-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."
,"has dimension vector":"qkdv:A-1E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AtmosphericHydroxylationRate"
,"has quantity kind":"quantitykind:SecondOrderReactionRateConstant"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Kubik per Mole Saat"
,"label":"Centimetr Krychlový na Mol Sekunda"
,"label":"Centimetr Sześcienny na Mol Sekunda"
,"label":"Centimetreküp per Mol Saniye"
,"label":"Centimetro Cubo per Mole Secondo"
,"label":"Centimetro Cúbico por Mol Segundo"
,"label":"Centimetru Cub pe Mol Secundă"
,"label":"Centimètre Cube par Mole Seconde"
,"label":"Cubic Centimeter per Mole Second"
,"label":"Cubic Centimetre per Mole Second"
,"label":"Cubic Centimetre per Mole Second"
,"label":"Kubikcentimeter pro Mol Sekunde"
,"label":"Kubični Centimeter na Mol Sekunda"
,"symbol":"cm³\/(mol·s)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"cm3.mol-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-MOL-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A unit that is the 0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AtmosphericHydroxylationRate", "http://qudt.org/vocab/quantitykind/SecondOrderReactionRateConstant" ],
"symbol" : "cm³/(mol·s)",
"ucumCode" : "cm3.mol-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Centimetro Cúbico por Mol Segundo"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Mole Second"
}, "Cubic Centimetre per Mole Second", {
"@language" : "en",
"@value" : "Cubic Centimetre per Mole Second"
}, {
"@language" : "fr",
"@value" : "Centimètre Cube par Mole Seconde"
}, {
"@language" : "ro",
"@value" : "Centimetru Cub pe Mol Secundă"
}, {
"@language" : "sl",
"@value" : "Kubični Centimeter na Mol Sekunda"
}, {
"@language" : "tr",
"@value" : "Centimetreküp per Mol Saniye"
}, {
"@language" : "de",
"@value" : "Kubikcentimeter pro Mol Sekunde"
}, {
"@language" : "it",
"@value" : "Centimetro Cubo per Mole Secondo"
}, {
"@language" : "ms",
"@value" : "Centimeter Kubik per Mole Saat"
}, {
"@language" : "cs",
"@value" : "Centimetr Krychlový na Mol Sekunda"
}, {
"@language" : "pl",
"@value" : "Centimetr Sześcienny na Mol Sekunda"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-SEC
URI: http://qudt.org/vocab/unit/CentiM3-PER-SEC
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA399" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA399"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "cm³/s" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2J" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107313800> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Kubik per Saat"@ms ; rdfs:label "Centimetr Krychlový na Sekunda"@cs ; rdfs:label "Centimetr Sześcienny na Sekunda"@pl ; rdfs:label "Centimetreküp per Saniye"@tr ; rdfs:label "Centimetro Cubo per Secondo"@it ; rdfs:label "Centimetro Cúbico por Segundo"@es ; rdfs:label "Centimetru Cub pe Secundă"@ro ; rdfs:label "Centimètre Cube par Seconde"@fr ; rdfs:label "Cubic Centimeter per Second"@en-US ; rdfs:label "Cubic Centimetre per Second" ; rdfs:label "Cubic Centimetre per Second"@en ; rdfs:label "Kubikcentimeter pro Sekunde"@de ; rdfs:label "Kubični Centimeter na Sekunda"@sl ; .
{"resource":"Cubic Centimetre per Second"
,"qname":"unit:CentiM3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107313800>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"description (plain text)":"0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA399"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA399"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Kubik per Saat"
,"label":"Centimetr Krychlový na Sekunda"
,"label":"Centimetr Sześcienny na Sekunda"
,"label":"Centimetreküp per Saniye"
,"label":"Centimetro Cubo per Secondo"
,"label":"Centimetro Cúbico por Segundo"
,"label":"Centimetru Cub pe Secundă"
,"label":"Centimètre Cube par Seconde"
,"label":"Cubic Centimeter per Second"
,"label":"Cubic Centimetre per Second"
,"label":"Cubic Centimetre per Second"
,"label":"Kubikcentimeter pro Sekunde"
,"label":"Kubični Centimeter na Sekunda"
,"symbol":"cm³\/s"
,"type":"qudt:Unit"
,"ucum code":"cm3.s-1"
,"unece common code":"2J"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA399",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA399",
"plainTextDescription" : "0,000 001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"symbol" : "cm³/s",
"ucumCode" : "cm3.s-1",
"uneceCommonCode" : "2J",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107313800",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Second"
}, {
"@language" : "es",
"@value" : "Centimetro Cúbico por Segundo"
}, {
"@language" : "ms",
"@value" : "Centimeter Kubik per Saat"
}, "Cubic Centimetre per Second", {
"@language" : "en",
"@value" : "Cubic Centimetre per Second"
}, {
"@language" : "tr",
"@value" : "Centimetreküp per Saniye"
}, {
"@language" : "de",
"@value" : "Kubikcentimeter pro Sekunde"
}, {
"@language" : "fr",
"@value" : "Centimètre Cube par Seconde"
}, {
"@language" : "pl",
"@value" : "Centimetr Sześcienny na Sekunda"
}, {
"@language" : "it",
"@value" : "Centimetro Cubo per Secondo"
}, {
"@language" : "cs",
"@value" : "Centimetr Krychlový na Sekunda"
}, {
"@language" : "ro",
"@value" : "Centimetru Cub pe Secundă"
}, {
"@language" : "sl",
"@value" : "Kubični Centimeter na Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/CentiM3-PER-SEC-BAR
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA401" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA401"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G81" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Centimeter per Second Bar"@en-US ; rdfs:label "Cubic Centimetre per Second Bar" ; rdfs:label "Cubic Centimetre per Second Bar"@en ; .
{"resource":"Cubic Centimetre per Second Bar"
,"qname":"unit:CentiM3-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.00000000001"
,"conversion multiplier scientific":"1.0E-11"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA401"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA401"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Centimeter per Second Bar"
,"label":"Cubic Centimetre per Second Bar"
,"label":"Cubic Centimetre per Second Bar"
,"symbol":"cm³\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"cm3.s-1.bar-1"
,"unece common code":"G81"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.00000000001",
"conversionMultiplier:SN" : 1.0E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA401",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA401",
"symbol" : "cm³/(s·bar)",
"ucumCode" : "cm3.s-1.bar-1",
"uneceCommonCode" : "G81",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Second Bar"
}, "Cubic Centimetre per Second Bar", {
"@language" : "en",
"@value" : "Cubic Centimetre per Second Bar"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM3-PER-SEC-K
URI: http://qudt.org/vocab/unit/CentiM3-PER-SEC-K
0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM3-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA400" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA400"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cm³/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "cm3.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G64" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter Kubik per Saat Kelvin"@ms ; rdfs:label "Centimetr Krychlový na Sekunda Kelvin"@cs ; rdfs:label "Centimetr Sześcienny na Sekunda Kelwin"@pl ; rdfs:label "Centimetreküp per Saniye Kelvin"@tr ; rdfs:label "Centimetro Cubo per Secondo Kelvin"@it ; rdfs:label "Centimetro Cúbico por Segundo Kelvin"@es ; rdfs:label "Centimetru Cub pe Secundă Kelvin"@ro ; rdfs:label "Centimètre Cube par Seconde Kelvin"@fr ; rdfs:label "Cubic Centimeter per Second Kelvin"@en-US ; rdfs:label "Cubic Centimetre per Second Kelvin" ; rdfs:label "Cubic Centimetre per Second Kelvin"@en ; rdfs:label "Kubikcentimeter pro Sekunde Kelvin"@de ; rdfs:label "Kubični Centimeter na Sekunda Kelvin"@sl ; .
{"resource":"Cubic Centimetre per Second Kelvin"
,"qname":"unit:CentiM3-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM3-PER-SEC-K"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA400"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA400"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter Kubik per Saat Kelvin"
,"label":"Centimetr Krychlový na Sekunda Kelvin"
,"label":"Centimetr Sześcienny na Sekunda Kelwin"
,"label":"Centimetreküp per Saniye Kelvin"
,"label":"Centimetro Cubo per Secondo Kelvin"
,"label":"Centimetro Cúbico por Segundo Kelvin"
,"label":"Centimetru Cub pe Secundă Kelvin"
,"label":"Centimètre Cube par Seconde Kelvin"
,"label":"Cubic Centimeter per Second Kelvin"
,"label":"Cubic Centimetre per Second Kelvin"
,"label":"Cubic Centimetre per Second Kelvin"
,"label":"Kubikcentimeter pro Sekunde Kelvin"
,"label":"Kubični Centimeter na Sekunda Kelvin"
,"symbol":"cm³\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"cm3.s-1.K-1"
,"unece common code":"G64"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM3-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the SI base unit kelvin",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA400",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA400",
"symbol" : "cm³/(s·K)",
"ucumCode" : "cm3.s-1.K-1",
"uneceCommonCode" : "G64",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Kubični Centimeter na Sekunda Kelvin"
}, {
"@language" : "it",
"@value" : "Centimetro Cubo per Secondo Kelvin"
}, {
"@language" : "pl",
"@value" : "Centimetr Sześcienny na Sekunda Kelwin"
}, {
"@language" : "fr",
"@value" : "Centimètre Cube par Seconde Kelvin"
}, "Cubic Centimetre per Second Kelvin", {
"@language" : "en",
"@value" : "Cubic Centimetre per Second Kelvin"
}, {
"@language" : "es",
"@value" : "Centimetro Cúbico por Segundo Kelvin"
}, {
"@language" : "ms",
"@value" : "Centimeter Kubik per Saat Kelvin"
}, {
"@language" : "en-us",
"@value" : "Cubic Centimeter per Second Kelvin"
}, {
"@language" : "ro",
"@value" : "Centimetru Cub pe Secundă Kelvin"
}, {
"@language" : "de",
"@value" : "Kubikcentimeter pro Sekunde Kelvin"
}, {
"@language" : "tr",
"@value" : "Centimetreküp per Saniye Kelvin"
}, {
"@language" : "cs",
"@value" : "Centimetr Krychlový na Sekunda Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM4
URI: http://qudt.org/vocab/unit/CentiM4
0.01-fold of SI base unit metre to the power four
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM4> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of SI base unit metre to the power four" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondMomentOfArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC000" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC000"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.01-fold of the SI base unit metre with the exponent 4" ; <http://qudt.org/schema/qudt/symbol> "cm⁴" ; <http://qudt.org/schema/qudt/ucumCode> "cm4"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter hoch vier"@de ; rdfs:label "Quartic Centimeter"@en-US ; rdfs:label "Quartic Centimetre" ; rdfs:label "Quartic Centimetre"@en ; .
{"resource":"Quartic Centimetre"
,"qname":"unit:CentiM4"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM4"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.01-fold of SI base unit metre to the power four"
,"description (plain text)":"0.01-fold of the SI base unit metre with the exponent 4"
,"has dimension vector":"qkdv:A0E0L4I0M0H0T0D0"
,"has quantity kind":"quantitykind:SecondAxialMomentOfArea"
,"has quantity kind":"quantitykind:SecondMomentOfArea"
,"has quantity kind":"quantitykind:SecondPolarMomentOfArea"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC000"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC000"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter hoch vier"
,"label":"Quartic Centimeter"
,"label":"Quartic Centimetre"
,"label":"Quartic Centimetre"
,"symbol":"cm\u2074"
,"type":"qudt:Unit"
,"ucum code":"cm4"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM4",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of SI base unit metre to the power four",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea" ],
"iec61360Code" : "0112/2///62720#UAC000",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC000",
"plainTextDescription" : "0.01-fold of the SI base unit metre with the exponent 4",
"symbol" : "cm⁴",
"ucumCode" : "cm4",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quartic Centimetre", {
"@language" : "en",
"@value" : "Quartic Centimetre"
}, {
"@language" : "de",
"@value" : "Centimeter hoch vier"
}, {
"@language" : "en-us",
"@value" : "Quartic Centimeter"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM6
URI: http://qudt.org/vocab/unit/CentiM6
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L6I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WarpingConstant> ; <http://qudt.org/schema/qudt/plainTextDescription> "Scaling of hexic meter by 10^-12" ; <http://qudt.org/schema/qudt/symbol> "cm⁶" ; <http://qudt.org/schema/qudt/ucumCode> "cm6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter hoch sechs"@de ; rdfs:label "Sextic Centimeter"@en-US ; rdfs:label "Sextic Centimetre" ; rdfs:label "Sextic Centimetre"@en ; .
{"resource":"Sextic Centimetre"
,"qname":"unit:CentiM6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM6"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description (plain text)":"Scaling of hexic meter by 10^-12"
,"has dimension vector":"qkdv:A0E0L6I0M0H0T0D0"
,"has quantity kind":"quantitykind:WarpingConstant"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter hoch sechs"
,"label":"Sextic Centimeter"
,"label":"Sextic Centimetre"
,"label":"Sextic Centimetre"
,"symbol":"cm\u2076"
,"type":"qudt:Unit"
,"ucum code":"cm6"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L6I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/WarpingConstant",
"plainTextDescription" : "Scaling of hexic meter by 10^-12",
"symbol" : "cm⁶",
"ucumCode" : "cm6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Centimeter hoch sechs"
}, "Sextic Centimetre", {
"@language" : "en",
"@value" : "Sextic Centimetre"
}, {
"@language" : "en-us",
"@value" : "Sextic Centimeter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiMOL
URI: http://qudt.org/vocab/unit/CentiMOL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiMOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExtentOfReaction> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Centi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ; <http://qudt.org/schema/qudt/symbol> "cmol" ; <http://qudt.org/schema/qudt/ucumCode> "cmol"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q70397725> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimol"@cs ; rdfs:label "Centimol"@de ; rdfs:label "Centimol"@es ; rdfs:label "Centimol"@pl ; rdfs:label "Centimol"@ro ; rdfs:label "Centimol"@sl ; rdfs:label "Centimol"@tr ; rdfs:label "Centimole" ; rdfs:label "Centimole"@en ; rdfs:label "Centimole"@fr ; rdfs:label "Centimole"@it ; rdfs:label "Centimole"@ms ; rdfs:label "Centimól"@hu ; .
{"resource":"Centimole"
,"qname":"unit:CentiMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiMOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q70397725>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"has quantity kind":"quantitykind:ExtentOfReaction"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimol"
,"label":"Centimol"
,"label":"Centimol"
,"label":"Centimol"
,"label":"Centimol"
,"label":"Centimol"
,"label":"Centimol"
,"label":"Centimole"
,"label":"Centimole"
,"label":"Centimole"
,"label":"Centimole"
,"label":"Centimole"
,"label":"Centimól"
,"prefix":"prefix:Centi"
,"scalingOf":"unit:MOL"
,"symbol":"cmol"
,"type":"qudt:Unit"
,"ucum code":"cmol"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ExtentOfReaction", "http://qudt.org/vocab/quantitykind/AmountOfSubstance" ],
"prefix" : "http://qudt.org/vocab/prefix/Centi",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "cmol",
"ucumCode" : "cmol",
"wikidataMatch" : "http://www.wikidata.org/entity/Q70397725",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hu",
"@value" : "Centimól"
}, "Centimole", {
"@language" : "en",
"@value" : "Centimole"
}, {
"@language" : "fr",
"@value" : "Centimole"
}, {
"@language" : "it",
"@value" : "Centimole"
}, {
"@language" : "ms",
"@value" : "Centimole"
}, {
"@language" : "cs",
"@value" : "Centimol"
}, {
"@language" : "de",
"@value" : "Centimol"
}, {
"@language" : "es",
"@value" : "Centimol"
}, {
"@language" : "pl",
"@value" : "Centimol"
}, {
"@language" : "ro",
"@value" : "Centimol"
}, {
"@language" : "sl",
"@value" : "Centimol"
}, {
"@language" : "tr",
"@value" : "Centimol"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiMOL-PER-KiloGM
URI: http://qudt.org/vocab/unit/CentiMOL-PER-KiloGM
1/100 of SI unit of amount of substance per kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiMOL-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1/100 of SI unit of amount of substance per kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IonicStrength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolalityOfSolute> ; <http://qudt.org/schema/qudt/plainTextDescription> "1/100 of SI unit of amount of substance per kilogram" ; <http://qudt.org/schema/qudt/symbol> "cmol/kg" ; <http://qudt.org/schema/qudt/ucumCode> "cmol.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimol na Kilogram"@cs ; rdfs:label "Centimol na Kilogram"@pl ; rdfs:label "Centimol na Kilogram"@sl ; rdfs:label "Centimol pe Kilogram"@ro ; rdfs:label "Centimol per Kilogram"@tr ; rdfs:label "Centimol por Kilogramo"@es ; rdfs:label "Centimol pro Kilogramm"@de ; rdfs:label "Centimole par Kilogramme"@fr ; rdfs:label "Centimole per Chilogrammo"@it ; rdfs:label "Centimole per Kilogram" ; rdfs:label "Centimole per Kilogram"@en ; rdfs:label "Centimole per Kilogram"@ms ; .
{"resource":"Centimole per Kilogram"
,"qname":"unit:CentiMOL-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiMOL-PER-KiloGM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"1\/100 of SI unit of amount of substance per kilogram"
,"description (plain text)":"1\/100 of SI unit of amount of substance per kilogram"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"has quantity kind":"quantitykind:IonicStrength"
,"has quantity kind":"quantitykind:MolalityOfSolute"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimol na Kilogram"
,"label":"Centimol na Kilogram"
,"label":"Centimol na Kilogram"
,"label":"Centimol pe Kilogram"
,"label":"Centimol per Kilogram"
,"label":"Centimol por Kilogramo"
,"label":"Centimol pro Kilogramm"
,"label":"Centimole par Kilogramme"
,"label":"Centimole per Chilogrammo"
,"label":"Centimole per Kilogram"
,"label":"Centimole per Kilogram"
,"label":"Centimole per Kilogram"
,"symbol":"cmol\/kg"
,"type":"qudt:Unit"
,"ucum code":"cmol.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiMOL-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1/100 of SI unit of amount of substance per kilogram",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MolalityOfSolute", "http://qudt.org/vocab/quantitykind/IonicStrength", "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass" ],
"plainTextDescription" : "1/100 of SI unit of amount of substance per kilogram",
"symbol" : "cmol/kg",
"ucumCode" : "cmol.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centimole per Kilogram", {
"@language" : "en",
"@value" : "Centimole per Kilogram"
}, {
"@language" : "ms",
"@value" : "Centimole per Kilogram"
}, {
"@language" : "de",
"@value" : "Centimol pro Kilogramm"
}, {
"@language" : "es",
"@value" : "Centimol por Kilogramo"
}, {
"@language" : "fr",
"@value" : "Centimole par Kilogramme"
}, {
"@language" : "tr",
"@value" : "Centimol per Kilogram"
}, {
"@language" : "ro",
"@value" : "Centimol pe Kilogram"
}, {
"@language" : "cs",
"@value" : "Centimol na Kilogram"
}, {
"@language" : "it",
"@value" : "Centimole per Chilogrammo"
}, {
"@language" : "pl",
"@value" : "Centimol na Kilogram"
}, {
"@language" : "sl",
"@value" : "Centimol na Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiMOL-PER-L
URI: http://qudt.org/vocab/unit/CentiMOL-PER-L
1/100 of SI unit of amount of substance per litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiMOL-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1/100 of SI unit of amount of substance per litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/symbol> "cmol/L" ; <http://qudt.org/schema/qudt/ucumCode> "cmol.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimole per Liter"@en-US ; rdfs:label "Centimole per Litre" ; rdfs:label "Centimole per Litre"@en ; .
{"resource":"Centimole per Litre"
,"qname":"unit:CentiMOL-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiMOL-PER-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"1\/100 of SI unit of amount of substance per litre"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimole per Liter"
,"label":"Centimole per Litre"
,"label":"Centimole per Litre"
,"symbol":"cmol\/L"
,"type":"qudt:Unit"
,"ucum code":"cmol.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiMOL-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1/100 of SI unit of amount of substance per litre",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Concentration",
"symbol" : "cmol/L",
"ucumCode" : "cmol.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Centimole per Liter"
}, "Centimole per Litre", {
"@language" : "en",
"@value" : "Centimole per Litre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM_H2O
URI: http://qudt.org/vocab/unit/CentiM_H2O
$\textit{Centimeter of Water}$ is a C.G.S System unit for 'Force Per Area' expressed as $cm_{H2O}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CentiM_H2O>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Centimeter of Water}$ is a C.G.S System unit for 'Force Per Area' expressed as $cm_{H2O}$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 98.0665 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E1 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Centimetre_of_water"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/CentiM_H2O_4DEG_C> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA402" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Centimetre_of_water?oldid=487656894"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA402"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "non SI conforming unit of pressure that corresponds to the static pressure generated by a water column with a height of 1 centimetre" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ;
<http://qudt.org/schema/qudt/symbol> "cmH₂0" ;
<http://qudt.org/schema/qudt/ucumCode> "cm[H2O]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "cmH2O" ;
<http://qudt.org/schema/qudt/udunitsCode> "cm_H2O" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "H78" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1247300> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Conventional Centimeter of Water"@en-US ;
rdfs:label "Conventional Centimetre of Water" ;
rdfs:label "Conventional Centimetre of Water"@en ;
.
{"resource":"Conventional Centimetre of Water"
,"qname":"unit:CentiM_H2O"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM_H2O"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1247300>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"98.0665"
,"conversion multiplier scientific":"9.80665E1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Centimetre_of_water"
,"description":"$\\textit{Centimeter of Water}$ is a C.G.S System unit for 'Force Per Area' expressed as $cm_{H2O}$.\n "
,"description (plain text)":"non SI conforming unit of pressure that corresponds to the static pressure generated by a water column with a height of 1 centimetre"
,"exact match":"unit:CentiM_H2O_4DEG_C"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA402"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Centimetre_of_water?oldid=487656894"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA402"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Conventional Centimeter of Water"
,"label":"Conventional Centimetre of Water"
,"label":"Conventional Centimetre of Water"
,"scalingOf":"unit:PA"
,"symbol":"cmH\u20820"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"cm[H2O]"
,"udunits code":"cmH2O"
,"udunits code":"cm_H2O"
,"unece common code":"H78"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM_H2O",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Centimeter of Water}$ is a C.G.S System unit for 'Force Per Area' expressed as $cm_{H2O}$.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "98.0665",
"conversionMultiplier:SN" : 98.0665,
"dbpediaMatch" : "http://dbpedia.org/resource/Centimetre_of_water",
"exactMatch" : "http://qudt.org/vocab/unit/CentiM_H2O_4DEG_C",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA402",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA402", "http://en.wikipedia.org/wiki/Centimetre_of_water?oldid=487656894" ],
"plainTextDescription" : "non SI conforming unit of pressure that corresponds to the static pressure generated by a water column with a height of 1 centimetre",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "cmH₂0",
"ucumCode" : "cm[H2O]",
"udunitsCode" : [ "cmH2O", "cm_H2O" ],
"uneceCommonCode" : "H78",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1247300",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Conventional Centimetre of Water", {
"@language" : "en",
"@value" : "Conventional Centimetre of Water"
}, {
"@language" : "en-us",
"@value" : "Conventional Centimeter of Water"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM_H2O_4DEG_C
URI: http://qudt.org/vocab/unit/CentiM_H2O_4DEG_C
non SI-conforming unit of pressure, at which a value of 1 cmH₂O means the static pressure which is generated by a head of water at a temperature of 4 °C with a height of 1 centimetre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM_H2O_4DEG_C> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conforming unit of pressure, at which a value of 1 cmH₂O means the static pressure which is generated by a head of water at a temperature of 4 °C with a height of 1 centimetre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 98.0665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/CentiM_H2O> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB236" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB236"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "cmH₂O (4 °C)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N14" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimetre of Water (4 °C)" ; rdfs:label "Centimetre of Water (4 °C)"@en ; .
{"resource":"Centimetre of Water (4 °C)"
,"qname":"unit:CentiM_H2O_4DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM_H2O_4DEG_C"
,"properties":["conversion multiplier":"98.0665"
,"conversion multiplier scientific":"9.80665E1"
,"description":"non SI-conforming unit of pressure, at which a value of 1 cmH\u2082O means the static pressure which is generated by a head of water at a temperature of 4 °C with a height of 1 centimetre"
,"exact match":"unit:CentiM_H2O"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB236"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB236"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimetre of Water (4 °C)"
,"label":"Centimetre of Water (4 °C)"
,"scalingOf":"unit:PA"
,"symbol":"cmH\u2082O (4 °C)"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"unece common code":"N14"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM_H2O_4DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "non SI-conforming unit of pressure, at which a value of 1 cmH₂O means the static pressure which is generated by a head of water at a temperature of 4 °C with a height of 1 centimetre",
"conversionMultiplier" : "98.0665",
"conversionMultiplier:SN" : 98.0665,
"exactMatch" : "http://qudt.org/vocab/unit/CentiM_H2O",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAB236",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB236",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "cmH₂O (4 °C)",
"uneceCommonCode" : "N14",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centimetre of Water (4 °C)", {
"@language" : "en",
"@value" : "Centimetre of Water (4 °C)"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM_HG
URI: http://qudt.org/vocab/unit/CentiM_HG
A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM_HG> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 1333.224 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.333224E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/CentiM_HG_0DEG_C> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA403" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA403"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "cmHg" ; <http://qudt.org/schema/qudt/ucumCode> "cm[Hg]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "cmHg" ; <http://qudt.org/schema/qudt/udunitsCode> "cm_Hg" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J89" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101435332> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimeter of Mercury"@en-US ; rdfs:label "Centimetre of Mercury" ; rdfs:label "Centimetre of Mercury"@en ; .
{"resource":"Centimetre of Mercury"
,"qname":"unit:CentiM_HG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM_HG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101435332>"
,"conversion multiplier":"1333.224"
,"conversion multiplier scientific":"1.333224E3"
,"description":"A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre"
,"description (plain text)":"A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre"
,"exact match":"unit:CentiM_HG_0DEG_C"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA403"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA403"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimeter of Mercury"
,"label":"Centimetre of Mercury"
,"label":"Centimetre of Mercury"
,"scalingOf":"unit:PA"
,"symbol":"cmHg"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"cm[Hg]"
,"udunits code":"cmHg"
,"udunits code":"cm_Hg"
,"unece common code":"J89"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM_HG",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre",
"conversionMultiplier" : "1333.224",
"conversionMultiplier:SN" : 1333.224,
"exactMatch" : "http://qudt.org/vocab/unit/CentiM_HG_0DEG_C",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA403",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA403",
"plainTextDescription" : "A non-SI-conforming unit of pressure, that corresponds with the static pressure generated by a mercury column with the height of 1 centimetre",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "cmHg",
"ucumCode" : "cm[Hg]",
"udunitsCode" : [ "cm_Hg", "cmHg" ],
"uneceCommonCode" : "J89",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101435332",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centimetre of Mercury", {
"@language" : "en",
"@value" : "Centimetre of Mercury"
}, {
"@language" : "en-us",
"@value" : "Centimeter of Mercury"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiM_HG_0DEG_C
URI: http://qudt.org/vocab/unit/CentiM_HG_0DEG_C
non SI-conform unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0 °C with a height of 1 centimetre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiM_HG_0DEG_C> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0 °C with a height of 1 centimetre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1333.224 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.333224E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/CentiM_HG> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB235" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB235"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "cmHg (0 °C)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N13" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centimetre of Mercury (0 °C)" ; rdfs:label "Centimetre of Mercury (0 °C)"@en ; .
{"resource":"Centimetre of Mercury (0 °C)"
,"qname":"unit:CentiM_HG_0DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiM_HG_0DEG_C"
,"properties":["conversion multiplier":"1333.224"
,"conversion multiplier scientific":"1.333224E3"
,"description":"non SI-conform unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0 °C with a height of 1 centimetre"
,"exact match":"unit:CentiM_HG"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB235"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB235"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centimetre of Mercury (0 °C)"
,"label":"Centimetre of Mercury (0 °C)"
,"scalingOf":"unit:PA"
,"symbol":"cmHg (0 °C)"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"unece common code":"N13"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiM_HG_0DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "non SI-conform unit of pressure, at which a value of 1 cmHg meets the static pressure, which is generated by a mercury at a temperature of 0 °C with a height of 1 centimetre",
"conversionMultiplier" : "1333.224",
"conversionMultiplier:SN" : 1333.224,
"exactMatch" : "http://qudt.org/vocab/unit/CentiM_HG",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAB235",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB235",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "cmHg (0 °C)",
"uneceCommonCode" : "N13",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centimetre of Mercury (0 °C)", {
"@language" : "en",
"@value" : "Centimetre of Mercury (0 °C)"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiN
URI: http://qudt.org/vocab/unit/CentiN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Centi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "cN" ; <http://qudt.org/schema/qudt/ucumCode> "cN"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94416535> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centinewton" ; rdfs:label "Centinewton"@cs ; rdfs:label "Centinewton"@de ; rdfs:label "Centinewton"@en ; rdfs:label "Centinewton"@es ; rdfs:label "Centinewton"@fr ; rdfs:label "Centinewton"@hu ; rdfs:label "Centinewton"@it ; rdfs:label "Centinewton"@ms ; rdfs:label "Centinewton"@ro ; rdfs:label "Centinewton"@sl ; rdfs:label "Centinewton"@tr ; rdfs:label "Centiniuton"@pl ; .
{"resource":"Centinewton"
,"qname":"unit:CentiN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94416535>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centinewton"
,"label":"Centiniuton"
,"prefix":"prefix:Centi"
,"scalingOf":"unit:N"
,"symbol":"cN"
,"type":"qudt:Unit"
,"ucum code":"cN"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"prefix" : "http://qudt.org/vocab/prefix/Centi",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "cN",
"ucumCode" : "cN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94416535",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Centiniuton"
}, "Centinewton", {
"@language" : "cs",
"@value" : "Centinewton"
}, {
"@language" : "de",
"@value" : "Centinewton"
}, {
"@language" : "en",
"@value" : "Centinewton"
}, {
"@language" : "es",
"@value" : "Centinewton"
}, {
"@language" : "fr",
"@value" : "Centinewton"
}, {
"@language" : "hu",
"@value" : "Centinewton"
}, {
"@language" : "it",
"@value" : "Centinewton"
}, {
"@language" : "ms",
"@value" : "Centinewton"
}, {
"@language" : "sl",
"@value" : "Centinewton"
}, {
"@language" : "tr",
"@value" : "Centinewton"
}, {
"@language" : "ro",
"@value" : "Centinewton"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiN-M
URI: http://qudt.org/vocab/unit/CentiN-M
0.01-fold of the product of the SI derived unit newton and SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiN-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the product of the SI derived unit newton and SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA355" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA355"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.01-fold of the product of the SI derived unit newton and SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "cN·m" ; <http://qudt.org/schema/qudt/ucumCode> "cN.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J72" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107410680> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centinewton Meter"@de ; rdfs:label "Centinewton Meter"@en-US ; rdfs:label "Centinewton Meter"@ms ; rdfs:label "Centinewton Meter"@sl ; rdfs:label "Centinewton Metr"@cs ; rdfs:label "Centinewton Metre" ; rdfs:label "Centinewton Metre"@en ; rdfs:label "Centinewton Metre"@tr ; rdfs:label "Centinewton Metro"@es ; rdfs:label "Centinewton Metro"@it ; rdfs:label "Centinewton Metru"@ro ; rdfs:label "Centinewton Mètre"@fr ; rdfs:label "Centiniuton Metr"@pl ; .
{"resource":"Centinewton Metre"
,"qname":"unit:CentiN-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiN-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107410680>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.01-fold of the product of the SI derived unit newton and SI base unit metre"
,"description (plain text)":"0.01-fold of the product of the SI derived unit newton and SI base unit metre"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA355"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA355"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centinewton Meter"
,"label":"Centinewton Meter"
,"label":"Centinewton Meter"
,"label":"Centinewton Meter"
,"label":"Centinewton Metr"
,"label":"Centinewton Metre"
,"label":"Centinewton Metre"
,"label":"Centinewton Metre"
,"label":"Centinewton Metro"
,"label":"Centinewton Metro"
,"label":"Centinewton Metru"
,"label":"Centinewton Mètre"
,"label":"Centiniuton Metr"
,"symbol":"cN·m"
,"type":"qudt:Unit"
,"ucum code":"cN.m"
,"unece common code":"J72"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiN-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the product of the SI derived unit newton and SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Torque", "http://qudt.org/vocab/quantitykind/MomentOfForce" ],
"iec61360Code" : "0112/2///62720#UAA355",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA355",
"plainTextDescription" : "0.01-fold of the product of the SI derived unit newton and SI base unit metre",
"symbol" : "cN·m",
"ucumCode" : "cN.m",
"uneceCommonCode" : "J72",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107410680",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Centinewton Metro"
}, {
"@language" : "it",
"@value" : "Centinewton Metro"
}, {
"@language" : "fr",
"@value" : "Centinewton Mètre"
}, {
"@language" : "de",
"@value" : "Centinewton Meter"
}, {
"@language" : "cs",
"@value" : "Centinewton Metr"
}, {
"@language" : "en-us",
"@value" : "Centinewton Meter"
}, {
"@language" : "ms",
"@value" : "Centinewton Meter"
}, {
"@language" : "sl",
"@value" : "Centinewton Meter"
}, "Centinewton Metre", {
"@language" : "en",
"@value" : "Centinewton Metre"
}, {
"@language" : "tr",
"@value" : "Centinewton Metre"
}, {
"@language" : "pl",
"@value" : "Centiniuton Metr"
}, {
"@language" : "ro",
"@value" : "Centinewton Metru"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiN-M-PER-M2
URI: http://qudt.org/vocab/unit/CentiN-M-PER-M2
0.01-fold of the SI derived unit newton divided by the SI base unit metre to the power two
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiN-M-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB551" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB551"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cN·m/m²" ; <http://qudt.org/schema/qudt/ucumCode> "cN.m.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centinewton Meter na Kvadratni Meter"@sl ; rdfs:label "Centinewton Meter per Meter Persegi"@ms ; rdfs:label "Centinewton Meter per Square Meter"@en-US ; rdfs:label "Centinewton Meter pro Quadratmeter"@de ; rdfs:label "Centinewton Metr na Čtvereční Metr"@cs ; rdfs:label "Centinewton Metre per Metrekare"@tr ; rdfs:label "Centinewton Metre per Square Metre" ; rdfs:label "Centinewton Metre per Square Metre"@en ; rdfs:label "Centinewton Metro per Metro Quadrato"@it ; rdfs:label "Centinewton Metro por Metro Cuadrado"@es ; rdfs:label "Centinewton Metru pe Metru Pătrat"@ro ; rdfs:label "Centinewton Mètre par Mètre Carré"@fr ; rdfs:label "Centiniuton Metr na Metr Kwadratowy"@pl ; .
{"resource":"Centinewton Metre per Square Metre"
,"qname":"unit:CentiN-M-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiN-M-PER-M2"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.01-fold of the SI derived unit newton divided by the SI base unit metre to the power two"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB551"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB551"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centinewton Meter na Kvadratni Meter"
,"label":"Centinewton Meter per Meter Persegi"
,"label":"Centinewton Meter per Square Meter"
,"label":"Centinewton Meter pro Quadratmeter"
,"label":"Centinewton Metr na Čtvereční Metr"
,"label":"Centinewton Metre per Metrekare"
,"label":"Centinewton Metre per Square Metre"
,"label":"Centinewton Metre per Square Metre"
,"label":"Centinewton Metro per Metro Quadrato"
,"label":"Centinewton Metro por Metro Cuadrado"
,"label":"Centinewton Metru pe Metru Pătrat"
,"label":"Centinewton Mètre par Mètre Carré"
,"label":"Centiniuton Metr na Metr Kwadratowy"
,"symbol":"cN·m\/m²"
,"type":"qudt:Unit"
,"ucum code":"cN.m.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiN-M-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the SI derived unit newton divided by the SI base unit metre to the power two",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerArea", "http://qudt.org/vocab/quantitykind/ForcePerLength" ],
"iec61360Code" : "0112/2///62720#UAB551",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB551",
"symbol" : "cN·m/m²",
"ucumCode" : "cN.m.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Centinewton Metre per Metrekare"
}, {
"@language" : "ms",
"@value" : "Centinewton Meter per Meter Persegi"
}, {
"@language" : "de",
"@value" : "Centinewton Meter pro Quadratmeter"
}, {
"@language" : "fr",
"@value" : "Centinewton Mètre par Mètre Carré"
}, {
"@language" : "sl",
"@value" : "Centinewton Meter na Kvadratni Meter"
}, {
"@language" : "pl",
"@value" : "Centiniuton Metr na Metr Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Centinewton Metru pe Metru Pătrat"
}, "Centinewton Metre per Square Metre", {
"@language" : "en",
"@value" : "Centinewton Metre per Square Metre"
}, {
"@language" : "es",
"@value" : "Centinewton Metro por Metro Cuadrado"
}, {
"@language" : "it",
"@value" : "Centinewton Metro per Metro Quadrato"
}, {
"@language" : "en-us",
"@value" : "Centinewton Meter per Square Meter"
}, {
"@language" : "cs",
"@value" : "Centinewton Metr na Čtvereční Metr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiPOISE
URI: http://qudt.org/vocab/unit/CentiPOISE
$\textit{Centipoise}$ is a C.G.S System unit for 'Dynamic Viscosity' expressed as $cP$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CentiPOISE>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Centipoise}$ is a C.G.S System unit for 'Dynamic Viscosity' expressed as $cP$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA356" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA356"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "0.01-fold of the CGS unit of the dynamic viscosity poise" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Centi> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/POISE> ;
<http://qudt.org/schema/qudt/symbol> "cP" ;
<http://qudt.org/schema/qudt/ucumCode> "cP"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C7" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q26162557> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Centipoise" ;
rdfs:label "Centipoise"@en ;
.
{"resource":"Centipoise"
,"qname":"unit:CentiPOISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiPOISE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q26162557>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"$\\textit{Centipoise}$ is a C.G.S System unit for 'Dynamic Viscosity' expressed as $cP$.\n "
,"description (plain text)":"0.01-fold of the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA356"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA356"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centipoise"
,"label":"Centipoise"
,"prefix":"prefix:Centi"
,"scalingOf":"unit:POISE"
,"symbol":"cP"
,"type":"qudt:Unit"
,"ucum code":"cP"
,"unece common code":"C7"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiPOISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Centipoise}$ is a C.G.S System unit for 'Dynamic Viscosity' expressed as $cP$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"iec61360Code" : "0112/2///62720#UAA356",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA356",
"plainTextDescription" : "0.01-fold of the CGS unit of the dynamic viscosity poise",
"prefix" : "http://qudt.org/vocab/prefix/Centi",
"scalingOf" : "http://qudt.org/vocab/unit/POISE",
"symbol" : "cP",
"ucumCode" : "cP",
"uneceCommonCode" : "C7",
"wikidataMatch" : "http://www.wikidata.org/entity/Q26162557",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centipoise", {
"@language" : "en",
"@value" : "Centipoise"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiPOISE-PER-BAR
URI: http://qudt.org/vocab/unit/CentiPOISE-PER-BAR
0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiPOISE-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA358" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA358"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar" ; <http://qudt.org/schema/qudt/symbol> "cP/bar" ; <http://qudt.org/schema/qudt/ucumCode> "cP.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J74" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centipoise per Bar" ; rdfs:label "Centipoise per Bar"@en ; .
{"resource":"Centipoise per Bar"
,"qname":"unit:CentiPOISE-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiPOISE-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar"
,"description (plain text)":"0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA358"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA358"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centipoise per Bar"
,"label":"Centipoise per Bar"
,"symbol":"cP\/bar"
,"type":"qudt:Unit"
,"ucum code":"cP.bar-1"
,"unece common code":"J74"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiPOISE-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA358",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA358",
"plainTextDescription" : "0.01-fold of the CGS unit of the dynamic viscosity poise divided by the unit of the pressure bar",
"symbol" : "cP/bar",
"ucumCode" : "cP.bar-1",
"uneceCommonCode" : "J74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centipoise per Bar", {
"@language" : "en",
"@value" : "Centipoise per Bar"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiPOISE-PER-K
URI: http://qudt.org/vocab/unit/CentiPOISE-PER-K
[CGS] 0.01-fold of the CGS unit poise for dynamic viscosity divided by the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/CentiPOISE-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] 0.01-fold of the CGS unit poise for dynamic viscosity divided by the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA357" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA357"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "cP/K" ; <http://qudt.org/schema/qudt/ucumCode> "cP.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J73" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Centipoise per Kelvin" ; rdfs:label "Centipoise per Kelvin"@en ; .
{"resource":"Centipoise per Kelvin"
,"qname":"unit:CentiPOISE-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiPOISE-PER-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"[CGS] 0.01-fold of the CGS unit poise for dynamic viscosity divided by the SI base unit Kelvin"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA357"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA357"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centipoise per Kelvin"
,"label":"Centipoise per Kelvin"
,"symbol":"cP\/K"
,"type":"qudt:Unit"
,"ucum code":"cP.K-1"
,"unece common code":"J73"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiPOISE-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] 0.01-fold of the CGS unit poise for dynamic viscosity divided by the SI base unit Kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA357",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA357",
"symbol" : "cP/K",
"ucumCode" : "cP.K-1",
"uneceCommonCode" : "J73",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centipoise per Kelvin", {
"@language" : "en",
"@value" : "Centipoise per Kelvin"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:CentiST
URI: http://qudt.org/vocab/unit/CentiST
$\textit{Centistokes}$ is a C.G.S System unit for 'Kinematic Viscosity' expressed as $cSt$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/CentiST>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Centistokes}$ is a C.G.S System unit for 'Kinematic Viscosity' expressed as $cSt$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KinematicViscosity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA359" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA359"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Centi> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/ST> ;
<http://qudt.org/schema/qudt/symbol> "cSt" ;
<http://qudt.org/schema/qudt/ucumCode> "cSt"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "4C" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q26162530> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Centistokes" ;
rdfs:label "Centistokes"@en ;
.
{"resource":"Centistokes"
,"qname":"unit:CentiST"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/CentiST"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q26162530>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"$\\textit{Centistokes}$ is a C.G.S System unit for 'Kinematic Viscosity' expressed as $cSt$.\n "
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:KinematicViscosity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA359"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA359"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Centistokes"
,"label":"Centistokes"
,"prefix":"prefix:Centi"
,"scalingOf":"unit:ST"
,"symbol":"cSt"
,"type":"qudt:Unit"
,"ucum code":"cSt"
,"unece common code":"4C"
]}
{
"@id" : "http://qudt.org/vocab/unit/CentiST",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Centistokes}$ is a C.G.S System unit for 'Kinematic Viscosity' expressed as $cSt$.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/KinematicViscosity",
"iec61360Code" : "0112/2///62720#UAA359",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA359",
"prefix" : "http://qudt.org/vocab/prefix/Centi",
"scalingOf" : "http://qudt.org/vocab/unit/ST",
"symbol" : "cSt",
"ucumCode" : "cSt",
"uneceCommonCode" : "4C",
"wikidataMatch" : "http://www.wikidata.org/entity/Q26162530",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Centistokes", {
"@language" : "en",
"@value" : "Centistokes"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Ci
URI: http://qudt.org/vocab/unit/Ci
The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \times 10^{10} decays\ per\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \times 10^{10} Bq= 37 GBq$ and $1Bq \equiv 2.703 \times 10^{-11}Ci $.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/Ci>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \\times 10^{10} decays\\ per\\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \\times 10^{10} Bq= 37 GBq$ and $1Bq \\equiv 2.703 \\times 10^{-11}Ci $."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/CI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 37000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.7E10 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Curie"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA138" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA138"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/curie> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ;
<http://qudt.org/schema/qudt/symbol> "Ci" ;
<http://qudt.org/schema/qudt/ucumCode> "Ci"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "Ci" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CUR" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q229354> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Curie" ;
rdfs:label "Curie"@en ;
.
{"resource":"Curie"
,"qname":"unit:Ci"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Ci"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q229354>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"37000000000.0"
,"conversion multiplier scientific":"3.7E10"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Curie"
,"deprecated":"true"
,"description":"The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \\times 10^{10} decays\\ per\\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \\times 10^{10} Bq= 37 GBq$ and $1Bq \\equiv 2.703 \\times 10^{-11}Ci $."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA138"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Curie?oldid=495080313"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA138"
,"is replaced by":"unit:CI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Curie"
,"label":"Curie"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/curie>"
,"scalingOf":"unit:BQ"
,"symbol":"Ci"
,"type":"qudt:Unit"
,"ucum code":"Ci"
,"udunits code":"Ci"
,"unece common code":"CUR"
]}
{
"@id" : "http://qudt.org/vocab/unit/Ci",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The curie (symbol Ci) is a non-SI unit of radioactivity, named after Marie and Pierre Curie. It is defined as $1Ci = 3.7 \\times 10^{10} decays\\ per\\ second$. Its continued use is discouraged. One Curie is roughly the activity of 1 gram of the radium isotope Ra, a substance studied by the Curies. The SI derived unit of radioactivity is the becquerel (Bq), which equates to one decay per second. Therefore: $1Ci = 3.7 \\times 10^{10} Bq= 37 GBq$ and $1Bq \\equiv 2.703 \\times 10^{-11}Ci $.",
"isReplacedBy" : "http://qudt.org/vocab/unit/CI",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "37000000000.0",
"conversionMultiplier:SN" : 3.7E10,
"dbpediaMatch" : "http://dbpedia.org/resource/Curie",
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAA138",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA138", "http://en.wikipedia.org/wiki/Curie?oldid=495080313" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/curie",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "Ci",
"ucumCode" : "Ci",
"udunitsCode" : "Ci",
"uneceCommonCode" : "CUR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q229354",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Curie", {
"@language" : "en",
"@value" : "Curie"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DA
URI: http://qudt.org/vocab/unit/DA
The unified atomic mass unit (symbol: $\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a "non-SI unit whose values in SI units must be obtained experimentally".
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DA>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\"."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000000000000000166053878283 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.66053878283E-27 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Dalton"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/AMU> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/U> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolecularMass> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Dalton?oldid=495038954"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/dalton> ;
<http://qudt.org/schema/qudt/symbol> "Da" ;
<http://qudt.org/schema/qudt/ucumCode> "u"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D43" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dalton" ;
rdfs:label "Dalton"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "atomic-mass-unit" ;
.
{"resource":"Dalton"
,"qname":"unit:DA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DA"
,"properties":["Individual from SI Reference Point":"si-unit:dalton"
,"alternative label":"atomic-mass-unit"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.00000000000000000000000000166053878283"
,"conversion multiplier scientific":"1.66053878283E-27"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Dalton"
,"description":"The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\"."
,"exact match":"unit:AMU"
,"exact match":"unit:U"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:MolecularMass"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Atomic_mass_unit"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Dalton?oldid=495038954"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dalton"
,"label":"Dalton"
,"scalingOf":"unit:KiloGM"
,"symbol":"Da"
,"type":"qudt:Unit"
,"ucum code":"u"
,"unece common code":"D43"
]}
{
"@id" : "http://qudt.org/vocab/unit/DA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\".",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00000000000000000000000000166053878283",
"conversionMultiplier:SN" : 1.66053878283E-27,
"dbpediaMatch" : "http://dbpedia.org/resource/Dalton",
"exactMatch" : [ "http://qudt.org/vocab/unit/AMU", "http://qudt.org/vocab/unit/U" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolecularMass",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Atomic_mass_unit", "http://en.wikipedia.org/wiki/Dalton?oldid=495038954" ],
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"siExactMatch" : "https://si-digital-framework.org/SI/units/dalton",
"symbol" : "Da",
"ucumCode" : "u",
"uneceCommonCode" : "D43",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dalton", {
"@language" : "en",
"@value" : "Dalton"
} ],
"altLabel" : "atomic-mass-unit",
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DARCY
URI: http://qudt.org/vocab/unit/DARCY
The $darcy$ (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length2.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DARCY> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "<p>The $darcy$ (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length<sup>2</sup>.</p>"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000009869233 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.869233E-13 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Darcy_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$d$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Darcy_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "The darcy (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length²." ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2> ; <http://qudt.org/schema/qudt/symbol> "d" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1165725> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Darcy" ; rdfs:label "Darcy"@en ; .
{"resource":"Darcy"
,"qname":"unit:DARCY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DARCY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1165725>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000009869233"
,"conversion multiplier scientific":"9.869233E-13"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Darcy_(unit)"
,"description":"<p>The $darcy$ (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length<sup>2<\/sup>.<\/p>"
,"description (plain text)":"The darcy (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length²."
,"expression":"$d$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Darcy_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Darcy"
,"label":"Darcy"
,"scalingOf":"unit:M2"
,"symbol":"d"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DARCY",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "<p>The $darcy$ (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length<sup>2</sup>.</p>",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000000000009869233",
"conversionMultiplier:SN" : 9.869233E-13,
"dbpediaMatch" : "http://dbpedia.org/resource/Darcy_(unit)",
"expression" : "$d$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HydraulicPermeability",
"informativeReference" : "https://en.wikipedia.org/wiki/Darcy_(unit)",
"plainTextDescription" : "The darcy (d) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A darcy has dimensional units of length².",
"scalingOf" : "http://qudt.org/vocab/unit/M2",
"symbol" : "d",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1165725",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Darcy", {
"@language" : "en",
"@value" : "Darcy"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DAY
URI: http://qudt.org/vocab/unit/DAY
Mean solar day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Mean solar day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 86400.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.64E4 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Day"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BiodegredationHalfLife> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FishBiotransformationHalfLife> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA407" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Day?oldid=494970012"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA407"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/day> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/day> ; <http://qudt.org/schema/qudt/symbol> "d" ; <http://qudt.org/schema/qudt/ucumCode> "d"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "d" ; <http://qudt.org/schema/qudt/uneceCommonCode> "DAY" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q573> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Day" ; rdfs:label "Day"@en ; .
{"resource":"Day"
,"qname":"unit:DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DAY"
,"properties":["Individual from SI Reference Point":"si-unit:day"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q573>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"86400.0"
,"conversion multiplier scientific":"8.64E4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Day"
,"defined unit of system":"sou:USCS"
,"description":"Mean solar day"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:BiodegredationHalfLife"
,"has quantity kind":"quantitykind:FishBiotransformationHalfLife"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA407"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Day?oldid=494970012"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA407"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Day"
,"label":"Day"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/day>"
,"scalingOf":"unit:SEC"
,"symbol":"d"
,"type":"qudt:Unit"
,"ucum code":"d"
,"udunits code":"d"
,"unece common code":"DAY"
]}
{
"@id" : "http://qudt.org/vocab/unit/DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Mean solar day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "86400.0",
"conversionMultiplier:SN" : 86400.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Day",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/BiodegredationHalfLife", "http://qudt.org/vocab/quantitykind/Time", "http://qudt.org/vocab/quantitykind/FishBiotransformationHalfLife" ],
"iec61360Code" : "0112/2///62720#UAA407",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA407", "http://en.wikipedia.org/wiki/Day?oldid=494970012" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/day",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"siExactMatch" : "https://si-digital-framework.org/SI/units/day",
"symbol" : "d",
"ucumCode" : "d",
"udunitsCode" : "d",
"uneceCommonCode" : "DAY",
"wikidataMatch" : "http://www.wikidata.org/entity/Q573",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Day"
}, "Day" ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DAY-PER-NUM
URI: http://qudt.org/vocab/unit/DAY-PER-NUM
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DAY-PER-NUM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 86400.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.64E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimePerCount> ;
<http://qudt.org/schema/qudt/symbol> "d/#" ;
<http://qudt.org/schema/qudt/ucumCode> "d.{#}-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Day per Number" ;
rdfs:label "Day per Number"@en ;
.
{"resource":"Day per Number"
,"qname":"unit:DAY-PER-NUM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DAY-PER-NUM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"86400.0"
,"conversion multiplier scientific":"8.64E4"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:TimePerCount"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Day per Number"
,"label":"Day per Number"
,"symbol":"d\/#"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"d.{#}-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/DAY-PER-NUM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "86400.0",
"conversionMultiplier:SN" : 86400.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimePerCount",
"symbol" : "d/#",
"ucumCode" : "d.{#}-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Day per Number", {
"@language" : "en",
"@value" : "Day per Number"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DAY_Sidereal
URI: http://qudt.org/vocab/unit/DAY_Sidereal
The length of time which passes between a given fixed star in the sky crossing a given projected meridian (line of longitude). The sidereal day is $23 h 56 m 4.1 s$, slightly shorter than the solar day because the Earth 's orbital motion about the Sun means the Earth has to rotate slightly more than one turn with respect to the "fixed" stars in order to reach the same Earth-Sun orientation. Another way of thinking about the difference is that it amounts to $1/365.2425^{th}$ of a day per day, since even if the Earth did not spin on its axis at all, the Sun would appear to make one rotation around the Earth as the Earth completed a single orbit (which takes one year).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DAY_Sidereal>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The length of time which passes between a given fixed star in the sky crossing a given projected meridian (line of longitude). The sidereal day is $23 h 56 m 4.1 s$, slightly shorter than the solar day because the Earth 's orbital motion about the Sun means the Earth has to rotate slightly more than one turn with respect to the \"fixed\" stars in order to reach the same Earth-Sun orientation. Another way of thinking about the difference is that it amounts to $1/365.2425^{th}$ of a day per day, since even if the Earth did not spin on its axis at all, the Sun would appear to make one rotation around the Earth as the Earth completed a single orbit (which takes one year)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 86164.099 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.6164099E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://scienceworld.wolfram.com/astronomy/SiderealDay.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/symbol> "day{sidereal}" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1778552> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Sidereal Day" ;
rdfs:label "Sidereal Day"@en ;
.
{"resource":"Sidereal Day"
,"qname":"unit:DAY_Sidereal"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DAY_Sidereal"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1778552>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"86164.099"
,"conversion multiplier scientific":"8.6164099E4"
,"description":"The length of time which passes between a given fixed star in the sky crossing a given projected meridian (line of longitude). The sidereal day is $23 h 56 m 4.1 s$, slightly shorter than the solar day because the Earth 's orbital motion about the Sun means the Earth has to rotate slightly more than one turn with respect to the \"fixed\" stars in order to reach the same Earth-Sun orientation. Another way of thinking about the difference is that it amounts to $1\/365.2425^{th}$ of a day per day, since even if the Earth did not spin on its axis at all, the Sun would appear to make one rotation around the Earth as the Earth completed a single orbit (which takes one year)."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Sidereal_time"
,"informative reference":"http:\/\/scienceworld.wolfram.com\/astronomy\/SiderealDay.html"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sidereal Day"
,"label":"Sidereal Day"
,"scalingOf":"unit:SEC"
,"symbol":"day{sidereal}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DAY_Sidereal",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The length of time which passes between a given fixed star in the sky crossing a given projected meridian (line of longitude). The sidereal day is $23 h 56 m 4.1 s$, slightly shorter than the solar day because the Earth 's orbital motion about the Sun means the Earth has to rotate slightly more than one turn with respect to the \"fixed\" stars in order to reach the same Earth-Sun orientation. Another way of thinking about the difference is that it amounts to $1/365.2425^{th}$ of a day per day, since even if the Earth did not spin on its axis at all, the Sun would appear to make one rotation around the Earth as the Earth completed a single orbit (which takes one year).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "86164.099",
"conversionMultiplier:SN" : 86164.099,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Sidereal_time", "http://scienceworld.wolfram.com/astronomy/SiderealDay.html" ],
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "day{sidereal}",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1778552",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Sidereal Day", {
"@language" : "en",
"@value" : "Sidereal Day"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEATHS
URI: http://qudt.org/vocab/unit/DEATHS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEATHS> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Deaths" ; rdfs:label "Deaths"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM> ; .
{"resource":"Deaths"
,"qname":"unit:DEATHS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEATHS"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has broader":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Deaths"
,"label":"Deaths"
,"type":"qudt:ContextualUnit"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEATHS",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Deaths"
}, "Deaths" ],
"broader" : "http://qudt.org/vocab/unit/NUM",
"@context" : {
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEATHS-PER-KiloINDIV-YR
URI: http://qudt.org/vocab/unit/DEATHS-PER-KiloINDIV-YR
The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEATHS-PER-KiloINDIV-YR> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MortalityRate> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year." ; <http://qudt.org/schema/qudt/symbol> "deaths/1000 individuals/a" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Deaths per Thousand Individuals Year" ; rdfs:label "Deaths per Thousand Individuals Year"@en ; .
{"resource":"Deaths per Thousand Individuals Year"
,"qname":"unit:DEATHS-PER-KiloINDIV-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEATHS-PER-KiloINDIV-YR"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year."
,"description (plain text)":"The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MortalityRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Mortality_rate"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Deaths per Thousand Individuals Year"
,"label":"Deaths per Thousand Individuals Year"
,"symbol":"deaths\/1000 individuals\/a"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEATHS-PER-KiloINDIV-YR",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year.",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MortalityRate",
"informativeReference" : "https://en.wikipedia.org/wiki/Mortality_rate",
"plainTextDescription" : "The typical expression of mortality rate, expressed as deaths per 1000 individuals, per year.",
"symbol" : "deaths/1000 individuals/a",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Deaths per Thousand Individuals Year", {
"@language" : "en",
"@value" : "Deaths per Thousand Individuals Year"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEATHS-PER-MegaINDIV-YR
URI: http://qudt.org/vocab/unit/DEATHS-PER-MegaINDIV-YR
The expression of mortality rate, expressed as deaths per 1,000,000 individuals, per year.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEATHS-PER-MegaINDIV-YR> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The expression of mortality rate, expressed as deaths per 1,000,000 individuals, per year."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MortalityRate> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Mortality_rate"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "The expression of mortality rate, expressed as deaths per Million individuals, per year." ; <http://qudt.org/schema/qudt/symbol> "deaths/million individuals/a" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Deaths per Million Individuals Year" ; rdfs:label "Deaths per Million Individuals Year"@en ; .
{"resource":"Deaths per Million Individuals Year"
,"qname":"unit:DEATHS-PER-MegaINDIV-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEATHS-PER-MegaINDIV-YR"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"The expression of mortality rate, expressed as deaths per 1,000,000 individuals, per year."
,"description (plain text)":"The expression of mortality rate, expressed as deaths per Million individuals, per year."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MortalityRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Mortality_rate"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Deaths per Million Individuals Year"
,"label":"Deaths per Million Individuals Year"
,"symbol":"deaths\/million individuals\/a"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEATHS-PER-MegaINDIV-YR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "The expression of mortality rate, expressed as deaths per 1,000,000 individuals, per year.",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MortalityRate",
"informativeReference" : "https://en.wikipedia.org/wiki/Mortality_rate",
"plainTextDescription" : "The expression of mortality rate, expressed as deaths per Million individuals, per year.",
"symbol" : "deaths/million individuals/a",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Deaths per Million Individuals Year", {
"@language" : "en",
"@value" : "Deaths per Million Individuals Year"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEBYE
URI: http://qudt.org/vocab/unit/DEBYE
"Debye" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEBYE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Debye\" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000000000000000000333564 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.33564E-30 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Debye"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricDipoleMoment> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Debye?oldid=492149112"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/debye> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C-M> ; <http://qudt.org/schema/qudt/symbol> "D" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Debye" ; rdfs:label "Debye"@en ; .
{"resource":"Debye"
,"qname":"unit:DEBYE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEBYE"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.00000000000000000000000000000333564"
,"conversion multiplier scientific":"3.33564E-30"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Debye"
,"description":"\"Debye\" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$."
,"has dimension vector":"qkdv:A0E1L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricDipoleMoment"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Debye?oldid=492149112"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Debye"
,"label":"Debye"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/debye>"
,"scalingOf":"unit:C-M"
,"symbol":"D"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEBYE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Debye\" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00000000000000000000000000000333564",
"conversionMultiplier:SN" : 3.33564E-30,
"dbpediaMatch" : "http://dbpedia.org/resource/Debye",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricDipoleMoment",
"informativeReference" : "http://en.wikipedia.org/wiki/Debye?oldid=492149112",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/debye",
"scalingOf" : "http://qudt.org/vocab/unit/C-M",
"symbol" : "D",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Debye", {
"@language" : "en",
"@value" : "Debye"
} ],
"@context" : {
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DECADE
URI: http://qudt.org/vocab/unit/DECADE
One decade is a factor of 10 difference between two numbers (an order of magnitude difference) measured on a logarithmic scale. It is especially useful when referring to frequencies and when describing frequency response of electronic systems, such as audio amplifiers and filters. The factor-of-ten in a decade can be in either direction: so one decade up from 100 Hz is 1000 Hz, and one decade down is 10 Hz. The factor-of-ten is what is important, not the unit used, so $3.14 rad/s$ is one decade down from $31.4 rad/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DECADE> rdf:type <http://qudt.org/schema/qudt/DimensionlessUnit> ; rdf:type <http://qudt.org/schema/qudt/LogarithmicUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One decade is a factor of 10 difference between two numbers (an order of magnitude difference) measured on a logarithmic scale. It is especially useful when referring to frequencies and when describing frequency response of electronic systems, such as audio amplifiers and filters. The factor-of-ten in a decade can be in either direction: so one decade up from 100 Hz is 1000 Hz, and one decade down is 10 Hz. The factor-of-ten is what is important, not the unit used, so $3.14 rad/s$ is one decade down from $31.4 rad/s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB338" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Decade_(log_scale)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB338"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dec" ; <http://qudt.org/schema/qudt/uneceCommonCode> "DEC" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2199357> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dec" ; rdfs:label "Dec"@en ; .
{"resource":"Dec"
,"qname":"unit:DECADE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DECADE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2199357>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"One decade is a factor of 10 difference between two numbers (an order of magnitude difference) measured on a logarithmic scale. It is especially useful when referring to frequencies and when describing frequency response of electronic systems, such as audio amplifiers and filters. The factor-of-ten in a decade can be in either direction: so one decade up from 100 Hz is 1000 Hz, and one decade down is 10 Hz. The factor-of-ten is what is important, not the unit used, so $3.14 rad\/s$ is one decade down from $31.4 rad\/s$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Dimensionless"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB338"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Decade_(log_scale)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB338"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dec"
,"label":"Dec"
,"symbol":"dec"
,"type":"qudt:DimensionlessUnit"
,"type":"qudt:LogarithmicUnit"
,"type":"qudt:Unit"
,"unece common code":"DEC"
]}
{
"@id" : "http://qudt.org/vocab/unit/DECADE",
"@type" : [ "http://qudt.org/schema/qudt/DimensionlessUnit", "http://qudt.org/schema/qudt/LogarithmicUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "One decade is a factor of 10 difference between two numbers (an order of magnitude difference) measured on a logarithmic scale. It is especially useful when referring to frequencies and when describing frequency response of electronic systems, such as audio amplifiers and filters. The factor-of-ten in a decade can be in either direction: so one decade up from 100 Hz is 1000 Hz, and one decade down is 10 Hz. The factor-of-ten is what is important, not the unit used, so $3.14 rad/s$ is one decade down from $31.4 rad/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Dimensionless",
"iec61360Code" : "0112/2///62720#UAB338",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Decade_(log_scale)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB338" ],
"symbol" : "dec",
"uneceCommonCode" : "DEC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2199357",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dec", {
"@language" : "en",
"@value" : "Dec"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG
URI: http://qudt.org/vocab/unit/DEG
A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by $^\circ$ (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to $2\pi /360 rad$, $0.017453 rad$. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by $^\\circ$ (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to $2\\pi /360 rad$, $0.017453 rad$. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01745329251994329576923690768488613 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.745329251994329576923690768488613E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA024" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-331"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA024"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degree> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/degree> ; <http://qudt.org/schema/qudt/symbol> "°" ; <http://qudt.org/schema/qudt/ucumCode> "deg"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "°" ; <http://qudt.org/schema/qudt/uneceCommonCode> "DD" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q28390> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree" ; rdfs:label "Degree"@en ; .
{"resource":"Degree"
,"qname":"unit:DEG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG"
,"properties":["Individual from SI Reference Point":"si-unit:degree"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q28390>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01745329251994329576923690768488613"
,"conversion multiplier scientific":"1.745329251994329576923690768488613E-2"
,"description":"A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by $^\\circ$ (the degree symbol), is a measurement of plane angle, representing 1\/360 of a full rotation; one degree is equivalent to $2\\pi \/360 rad$, $0.017453 rad$. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA024"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-331"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA024"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree"
,"label":"Degree"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/degree>"
,"scalingOf":"unit:RAD"
,"symbol":"°"
,"type":"qudt:Unit"
,"ucum code":"deg"
,"udunits code":"°"
,"unece common code":"DD"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A degree (in full, a degree of arc, arc degree, or arcdegree), usually denoted by $^\\circ$ (the degree symbol), is a measurement of plane angle, representing 1/360 of a full rotation; one degree is equivalent to $2\\pi /360 rad$, $0.017453 rad$. It is not an SI unit, as the SI unit for angles is radian, but is an accepted SI unit.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "0.01745329251994329576923690768488613",
"conversionMultiplier:SN" : 0.017453292519943295,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Angle", "http://qudt.org/vocab/quantitykind/PlaneAngle" ],
"iec61360Code" : "0112/2///62720#UAA024",
"informativeReference" : [ "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-331", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA024" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/degree",
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"siExactMatch" : "https://si-digital-framework.org/SI/units/degree",
"symbol" : "°",
"ucumCode" : "deg",
"udunitsCode" : "°",
"uneceCommonCode" : "DD",
"wikidataMatch" : "http://www.wikidata.org/entity/Q28390",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree", {
"@language" : "en",
"@value" : "Degree"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG-PER-HR
URI: http://qudt.org/vocab/unit/DEG-PER-HR
"Degree per Hour" is an Imperial unit for 'Angular Velocity' expressed as $deg/h$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG-PER-HR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Degree per Hour\" is an Imperial unit for 'Angular Velocity' expressed as $deg/h$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000004848136811095359935899141023579481 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.848136811095359935899141023579481E-6 ; <http://qudt.org/schema/qudt/expression> "$deg/h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularFrequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularVelocity> ; <http://qudt.org/schema/qudt/symbol> "°/h" ; <http://qudt.org/schema/qudt/ucumCode> "deg.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree per Hour" ; rdfs:label "Degree per Hour"@en ; .
{"resource":"Degree per Hour"
,"qname":"unit:DEG-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.000004848136811095359935899141023579481"
,"conversion multiplier scientific":"4.848136811095359935899141023579481E-6"
,"description":"\"Degree per Hour\" is an Imperial unit for 'Angular Velocity' expressed as $deg\/h$."
,"expression":"$deg\/h$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AngularFrequency"
,"has quantity kind":"quantitykind:AngularVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree per Hour"
,"label":"Degree per Hour"
,"symbol":"°\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"deg.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Degree per Hour\" is an Imperial unit for 'Angular Velocity' expressed as $deg/h$.",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.000004848136811095359935899141023579481",
"conversionMultiplier:SN" : 4.84813681109536E-6,
"expression" : "$deg/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularVelocity", "http://qudt.org/vocab/quantitykind/AngularFrequency" ],
"symbol" : "°/h",
"ucumCode" : "deg.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree per Hour", {
"@language" : "en",
"@value" : "Degree per Hour"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG-PER-M
URI: http://qudt.org/vocab/unit/DEG-PER-M
A change of angle in one SI unit of length.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A change of angle in one SI unit of length."@en ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01745329251994329576923690768488613 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.745329251994329576923690768488613E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularWavenumber> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DebyeAngularWavenumber> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FermiAngularWavenumber> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA025" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA025"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "°/m" ; <http://qudt.org/schema/qudt/ucumCode> "deg.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H27" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106610962> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree per Meter"@en-US ; rdfs:label "Degree per Metre" ; rdfs:label "Degree per Metre"@en ; .
{"resource":"Degree per Metre"
,"qname":"unit:DEG-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106610962>"
,"conversion multiplier":"0.01745329251994329576923690768488613"
,"conversion multiplier scientific":"1.745329251994329576923690768488613E-2"
,"description":"A change of angle in one SI unit of length."
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:AngularWavenumber"
,"has quantity kind":"quantitykind:DebyeAngularWavenumber"
,"has quantity kind":"quantitykind:FermiAngularWavenumber"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA025"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA025"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree per Meter"
,"label":"Degree per Metre"
,"label":"Degree per Metre"
,"symbol":"°\/m"
,"type":"qudt:Unit"
,"ucum code":"deg.m-1"
,"unece common code":"H27"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A change of angle in one SI unit of length."
},
"conversionMultiplier" : "0.01745329251994329576923690768488613",
"conversionMultiplier:SN" : 0.017453292519943295,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/FermiAngularWavenumber", "http://qudt.org/vocab/quantitykind/DebyeAngularWavenumber", "http://qudt.org/vocab/quantitykind/AngularWavenumber" ],
"iec61360Code" : "0112/2///62720#UAA025",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA025",
"symbol" : "°/m",
"ucumCode" : "deg.m-1",
"uneceCommonCode" : "H27",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106610962",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree per Metre", {
"@language" : "en",
"@value" : "Degree per Metre"
}, {
"@language" : "en-us",
"@value" : "Degree per Meter"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG-PER-MIN
URI: http://qudt.org/vocab/unit/DEG-PER-MIN
A unit of measure for the rate of change of plane angle, $d\omega / dt$, in durations of one minute.The vector $\omega$ is directed along the axis of rotation in the direction for which the rotation is clockwise.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of measure for the rate of change of plane angle, $d\\omega / dt$, in durations of one minute.The vector $\\omega$ is directed along the axis of rotation in the direction for which the rotation is clockwise."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002908882086657215961539484614147689 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.908882086657215961539484614147689E-4 ; <http://qudt.org/schema/qudt/expression> "$deg-per-min$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularFrequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularVelocity> ; <http://qudt.org/schema/qudt/symbol> "°/min" ; <http://qudt.org/schema/qudt/ucumCode> "deg.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree per Minute" ; rdfs:label "Degree per Minute"@en ; .
{"resource":"Degree per Minute"
,"qname":"unit:DEG-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG-PER-MIN"
,"properties":["conversion multiplier":"0.0002908882086657215961539484614147689"
,"conversion multiplier scientific":"2.908882086657215961539484614147689E-4"
,"description":"A unit of measure for the rate of change of plane angle, $d\\omega \/ dt$, in durations of one minute.The vector $\\omega$ is directed along the axis of rotation in the direction for which the rotation is clockwise."
,"expression":"$deg-per-min$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AngularFrequency"
,"has quantity kind":"quantitykind:AngularVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree per Minute"
,"label":"Degree per Minute"
,"symbol":"°\/min"
,"type":"qudt:Unit"
,"ucum code":"deg.min-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of measure for the rate of change of plane angle, $d\\omega / dt$, in durations of one minute.The vector $\\omega$ is directed along the axis of rotation in the direction for which the rotation is clockwise.",
"conversionMultiplier" : "0.0002908882086657215961539484614147689",
"conversionMultiplier:SN" : 2.908882086657216E-4,
"expression" : "$deg-per-min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularFrequency", "http://qudt.org/vocab/quantitykind/AngularVelocity" ],
"symbol" : "°/min",
"ucumCode" : "deg.min-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree per Minute", {
"@language" : "en",
"@value" : "Degree per Minute"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG-PER-SEC
URI: http://qudt.org/vocab/unit/DEG-PER-SEC
"Degree per Second" is an Imperial unit for 'Angular Velocity' expressed as $deg/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Degree per Second\" is an Imperial unit for 'Angular Velocity' expressed as $deg/s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01745329251994329576923690768488613 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.745329251994329576923690768488613E-2 ; <http://qudt.org/schema/qudt/expression> "$deg/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularFrequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularVelocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA026" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA026"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "°/s" ; <http://qudt.org/schema/qudt/ucumCode> "deg.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E96" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q39998555> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree per Second" ; rdfs:label "Degree per Second"@en ; .
{"resource":"Degree per Second"
,"qname":"unit:DEG-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q39998555>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.01745329251994329576923690768488613"
,"conversion multiplier scientific":"1.745329251994329576923690768488613E-2"
,"description":"\"Degree per Second\" is an Imperial unit for 'Angular Velocity' expressed as $deg\/s$."
,"expression":"$deg\/s$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AngularFrequency"
,"has quantity kind":"quantitykind:AngularVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA026"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA026"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree per Second"
,"label":"Degree per Second"
,"symbol":"°\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"deg.s-1"
,"unece common code":"E96"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Degree per Second\" is an Imperial unit for 'Angular Velocity' expressed as $deg/s$.",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.01745329251994329576923690768488613",
"conversionMultiplier:SN" : 0.017453292519943295,
"expression" : "$deg/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularVelocity", "http://qudt.org/vocab/quantitykind/AngularFrequency" ],
"iec61360Code" : "0112/2///62720#UAA026",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA026",
"symbol" : "°/s",
"ucumCode" : "deg.s-1",
"uneceCommonCode" : "E96",
"wikidataMatch" : "http://www.wikidata.org/entity/Q39998555",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree per Second", {
"@language" : "en",
"@value" : "Degree per Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG-PER-SEC2
URI: http://qudt.org/vocab/unit/DEG-PER-SEC2
$\textit{Degree per Square Second}$ is an Imperial unit for $\textit{Angular Acceleration}$ expressed as $deg/s^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Degree per Square Second}$ is an Imperial unit for $\\textit{Angular Acceleration}$ expressed as $deg/s^2$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01745329251994329576923690768488613 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.745329251994329576923690768488613E-2 ;
<http://qudt.org/schema/qudt/expression> "$deg/s^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularAcceleration> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB407" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB407"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "deg.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M45" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106611437> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree per Square Second" ;
rdfs:label "Degree per Square Second"@en ;
.
{"resource":"Degree per Square Second"
,"qname":"unit:DEG-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG-PER-SEC2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106611437>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.01745329251994329576923690768488613"
,"conversion multiplier scientific":"1.745329251994329576923690768488613E-2"
,"description":"$\\textit{Degree per Square Second}$ is an Imperial unit for $\\textit{Angular Acceleration}$ expressed as $deg\/s^2$."
,"expression":"$deg\/s^2$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AngularAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB407"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB407"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree per Square Second"
,"label":"Degree per Square Second"
,"symbol":"°\/s²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"deg.s-2"
,"unece common code":"M45"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG-PER-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Degree per Square Second}$ is an Imperial unit for $\\textit{Angular Acceleration}$ expressed as $deg/s^2$.",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.01745329251994329576923690768488613",
"conversionMultiplier:SN" : 0.017453292519943295,
"expression" : "$deg/s^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AngularAcceleration",
"iec61360Code" : "0112/2///62720#UAB407",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB407",
"symbol" : "°/s²",
"ucumCode" : "deg.s-2",
"uneceCommonCode" : "M45",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106611437",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree per Square Second", {
"@language" : "en",
"@value" : "Degree per Square Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG2
URI: http://qudt.org/vocab/unit/DEG2
A square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and $\circ^2$. Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to $\pi /180 radians$, a square degree is equal to ($\pi /180)$ or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately $0.5^\circ$, so it covers a solid angle of approximately 0.196 deg, which is $4.8 \times 10$ of the total sky sphere.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and $\\circ^2$. Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to $\\pi /180 radians$, a square degree is equal to ($\\pi /180)$ or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately $0.5^\\circ$, so it covers a solid angle of approximately 0.196 deg, which is $4.8 \\times 10$ of the total sky sphere."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0003046174197867085993467435493788937 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.046174197867085993467435493788937E-4 ; <http://qudt.org/schema/qudt/expression> "$deg^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SolidAngle> ; <http://qudt.org/schema/qudt/symbol> "°²" ; <http://qudt.org/schema/qudt/ucumCode> "deg2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q254532> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Square Degree" ; rdfs:label "Square Degree"@en ; .
{"resource":"Square Degree"
,"qname":"unit:DEG2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q254532>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0003046174197867085993467435493788937"
,"conversion multiplier scientific":"3.046174197867085993467435493788937E-4"
,"description":"A square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and $\\circ^2$. Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to $\\pi \/180 radians$, a square degree is equal to ($\\pi \/180)$ or about 1\/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately $0.5^\\circ$, so it covers a solid angle of approximately 0.196 deg, which is $4.8 \\times 10$ of the total sky sphere."
,"expression":"$deg^2$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SolidAngle"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Degree"
,"label":"Square Degree"
,"symbol":"°²"
,"type":"qudt:Unit"
,"ucum code":"deg2"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A square degree is a non-SI unit measure of solid angle. It is denoted in various ways, including deg, sq. deg. and $\\circ^2$. Just as degrees are used to measure parts of a circle, square degrees are used to measure parts of a sphere. Analogous to one degree being equal to $\\pi /180 radians$, a square degree is equal to ($\\pi /180)$ or about 1/3283 steradian. The number of square degrees in a whole sphere is or approximately 41 253 deg. This is the total area of the 88 constellations in the list of constellations by area. For example, observed from the surface of the Earth, the Moon has a diameter of approximately $0.5^\\circ$, so it covers a solid angle of approximately 0.196 deg, which is $4.8 \\times 10$ of the total sky sphere.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "0.0003046174197867085993467435493788937",
"conversionMultiplier:SN" : 3.046174197867086E-4,
"expression" : "$deg^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SolidAngle",
"symbol" : "°²",
"ucumCode" : "deg2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q254532",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Degree", {
"@language" : "en",
"@value" : "Square Degree"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEGREE_API
URI: http://qudt.org/vocab/unit/DEGREE_API
unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEGREE_API> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/APIGravity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA027" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA027"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)" ; <http://qudt.org/schema/qudt/symbol> "°API" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J13" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q108730826> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Api" ; rdfs:label "Degree Api"@en ; .
{"resource":"Degree Api"
,"qname":"unit:DEGREE_API"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEGREE_API"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q108730826>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)"
,"description (plain text)":"unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:APIGravity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA027"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA027"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Api"
,"label":"Degree Api"
,"symbol":"°API"
,"type":"qudt:Unit"
,"unece common code":"J13"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEGREE_API",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)",
"applicableSystem" : [ "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/APIGravity",
"iec61360Code" : "0112/2///62720#UAA027",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA027",
"plainTextDescription" : "unit for the determination of the density of petroleum at 60 degrees F (15.56 degrees C)",
"symbol" : "°API",
"uneceCommonCode" : "J13",
"wikidataMatch" : "http://www.wikidata.org/entity/Q108730826",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Api", {
"@language" : "en",
"@value" : "Degree Api"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEGREE_BALLING
URI: http://qudt.org/vocab/unit/DEGREE_BALLING
unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEGREE_BALLING> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA031" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA031"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution" ; <http://qudt.org/schema/qudt/symbol> "°Balling" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J17" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q18434272> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Balling" ; rdfs:label "Degree Balling"@en ; .
{"resource":"Degree Balling"
,"qname":"unit:DEGREE_BALLING"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEGREE_BALLING"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q18434272>"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose\/ water solution corresponds to 1 degree Balling and respectively a one percent solution"
,"description (plain text)":"unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose\/ water solution corresponds to 1 degree Balling and respectively a one percent solution"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA031"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA031"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Balling"
,"label":"Degree Balling"
,"symbol":"°Balling"
,"type":"qudt:Unit"
,"unece common code":"J17"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEGREE_BALLING",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA031",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA031",
"plainTextDescription" : "unit for the mixing ratio of a soluble dry substance in water at 17.5 degrees C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/ water solution corresponds to 1 degree Balling and respectively a one percent solution",
"symbol" : "°Balling",
"uneceCommonCode" : "J17",
"wikidataMatch" : "http://www.wikidata.org/entity/Q18434272",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Balling", {
"@language" : "en",
"@value" : "Degree Balling"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEGREE_BAUME
URI: http://qudt.org/vocab/unit/DEGREE_BAUME
graduation of the areometer scale for determination of densitiy of fluids. The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEGREE_BAUME>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """graduation of the areometer scale for determination of densitiy of fluids.
The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale.""" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA028" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA028"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> """graduation of the areometer scale for determination of densitiy of fluids.
The Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale.""" ;
<http://qudt.org/schema/qudt/symbol> "°Bé{origin}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J14" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Baume (origin Scale)" ;
rdfs:label "Degree Baume (origin Scale)"@en ;
.
{"resource":"Degree Baume (origin Scale)"
,"qname":"unit:DEGREE_BAUME"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEGREE_BAUME"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"graduation of the areometer scale for determination of densitiy of fluids.\n\nThe Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale."
,"description (plain text)":"graduation of the areometer scale for determination of densitiy of fluids.\n\nThe Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale."
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA028"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA028"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Baume (origin Scale)"
,"label":"Degree Baume (origin Scale)"
,"symbol":"°Bé{origin}"
,"type":"qudt:Unit"
,"unece common code":"J14"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEGREE_BAUME",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "graduation of the areometer scale for determination of densitiy of fluids.\n\nThe Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale.",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA028",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA028",
"plainTextDescription" : "graduation of the areometer scale for determination of densitiy of fluids.\n\nThe Baumé scale is a pair of hydrometer scales developed by French pharmacist Antoine Baumé in 1768 to measure density of various liquids. The unit of the Baumé scale has been notated variously as degrees Baumé, B°, Bé° and simply Baumé (the accent is not always present). One scale measures the density of liquids heavier than water and the other, liquids lighter than water. The Baumé of distilled water is 0. The API gravity scale is based on errors in early implementations of the Baumé scale.",
"symbol" : "°Bé{origin}",
"uneceCommonCode" : "J14",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Baume (origin Scale)", {
"@language" : "en",
"@value" : "Degree Baume (origin Scale)"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEGREE_BAUME_US_HEAVY
URI: http://qudt.org/vocab/unit/DEGREE_BAUME_US_HEAVY
graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEGREE_BAUME_US_HEAVY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA029" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA029"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water" ;
<http://qudt.org/schema/qudt/symbol> "°Bé{US Heavy}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J15" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Baume (us Heavy)" ;
rdfs:label "Degree Baume (us Heavy)"@en ;
.
{"resource":"Degree Baume (us Heavy)"
,"qname":"unit:DEGREE_BAUME_US_HEAVY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEGREE_BAUME_US_HEAVY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water"
,"description (plain text)":"graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA029"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA029"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Baume (us Heavy)"
,"label":"Degree Baume (us Heavy)"
,"symbol":"°Bé{US Heavy}"
,"type":"qudt:Unit"
,"unece common code":"J15"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEGREE_BAUME_US_HEAVY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA029",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA029",
"plainTextDescription" : "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are heavier than water",
"symbol" : "°Bé{US Heavy}",
"uneceCommonCode" : "J15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Baume (us Heavy)", {
"@language" : "en",
"@value" : "Degree Baume (us Heavy)"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEGREE_BAUME_US_LIGHT
URI: http://qudt.org/vocab/unit/DEGREE_BAUME_US_LIGHT
graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEGREE_BAUME_US_LIGHT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA030" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA030"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water" ;
<http://qudt.org/schema/qudt/symbol> "°Bé{US Light}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J16" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Baume (us Light)" ;
rdfs:label "Degree Baume (us Light)"@en ;
.
{"resource":"Degree Baume (us Light)"
,"qname":"unit:DEGREE_BAUME_US_LIGHT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEGREE_BAUME_US_LIGHT"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water"
,"description (plain text)":"graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA030"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA030"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Baume (us Light)"
,"label":"Degree Baume (us Light)"
,"symbol":"°Bé{US Light}"
,"type":"qudt:Unit"
,"unece common code":"J16"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEGREE_BAUME_US_LIGHT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA030",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA030",
"plainTextDescription" : "graduation of the areometer scale for determination of density of fluids according to the Anglo-American system of units, which are lighter than water",
"symbol" : "°Bé{US Light}",
"uneceCommonCode" : "J16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Degree Baume (us Light)"
}, "Degree Baume (us Light)" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEGREE_BRIX
URI: http://qudt.org/vocab/unit/DEGREE_BRIX
unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEGREE_BRIX> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA032" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA032"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution" ; <http://qudt.org/schema/qudt/symbol> "°Bx" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J18" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q836941> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Brix" ; rdfs:label "Degree Brix"@en ; .
{"resource":"Degree Brix"
,"qname":"unit:DEGREE_BRIX"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEGREE_BRIX"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q836941>"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose\/water solution corresponds to 1 °Brix and respectively an one percent solution"
,"description (plain text)":"unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose\/water solution corresponds to 1 °Brix and respectively an one percent solution"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA032"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA032"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Brix"
,"label":"Degree Brix"
,"symbol":"°Bx"
,"type":"qudt:Unit"
,"unece common code":"J18"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEGREE_BRIX",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA032",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA032",
"plainTextDescription" : "unit named according to Adolf Brix for the mixing ratio of a soluble dry substance in water with 15.5 °C similar to the percent designation for solutions, in which a solution of 1 g saccharose in 100 g saccharose/water solution corresponds to 1 °Brix and respectively an one percent solution",
"symbol" : "°Bx",
"uneceCommonCode" : "J18",
"wikidataMatch" : "http://www.wikidata.org/entity/Q836941",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Brix", {
"@language" : "en",
"@value" : "Degree Brix"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEGREE_OECHSLE
URI: http://qudt.org/vocab/unit/DEGREE_OECHSLE
unit of the density of the must, as measure for the proportion of the soluble material in the grape must
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEGREE_OECHSLE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the density of the must, as measure for the proportion of the soluble material in the grape must"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA048" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA048"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the density of the must, as measure for the proportion of the soluble material in the grape must" ; <http://qudt.org/schema/qudt/symbol> "°Oe" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J27" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Oechsle" ; rdfs:label "Degree Oechsle"@en ; .
{"resource":"Degree Oechsle"
,"qname":"unit:DEGREE_OECHSLE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEGREE_OECHSLE"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit of the density of the must, as measure for the proportion of the soluble material in the grape must"
,"description (plain text)":"unit of the density of the must, as measure for the proportion of the soluble material in the grape must"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA048"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA048"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Oechsle"
,"label":"Degree Oechsle"
,"symbol":"°Oe"
,"type":"qudt:Unit"
,"unece common code":"J27"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEGREE_OECHSLE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the density of the must, as measure for the proportion of the soluble material in the grape must",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA048",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA048",
"plainTextDescription" : "unit of the density of the must, as measure for the proportion of the soluble material in the grape must",
"symbol" : "°Oe",
"uneceCommonCode" : "J27",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Oechsle", {
"@language" : "en",
"@value" : "Degree Oechsle"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEGREE_PLATO
URI: http://qudt.org/vocab/unit/DEGREE_PLATO
unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEGREE_PLATO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA049" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA049"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation" ; <http://qudt.org/schema/qudt/symbol> "°P" ; <http://qudt.org/schema/qudt/uneceCommonCode> "PLA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2533495> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Plato" ; rdfs:label "Degree Plato"@en ; .
{"resource":"Degree Plato"
,"qname":"unit:DEGREE_PLATO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEGREE_PLATO"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2533495>"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation"
,"description (plain text)":"unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA049"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA049"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Plato"
,"label":"Degree Plato"
,"symbol":"°P"
,"type":"qudt:Unit"
,"unece common code":"PLA"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEGREE_PLATO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA049",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA049",
"plainTextDescription" : "unit for the mixing ratio of the original gravity in the beer brew at 17.5 °C before the fermentation",
"symbol" : "°P",
"uneceCommonCode" : "PLA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2533495",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Plato", {
"@language" : "en",
"@value" : "Degree Plato"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEGREE_TWADDELL
URI: http://qudt.org/vocab/unit/DEGREE_TWADDELL
unit of the density of fluids, which are heavier than water
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEGREE_TWADDELL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the density of fluids, which are heavier than water"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA054" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA054"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the density of fluids, which are heavier than water" ; <http://qudt.org/schema/qudt/symbol> "°Tw" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J31" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Twaddell" ; rdfs:label "Degree Twaddell"@en ; .
{"resource":"Degree Twaddell"
,"qname":"unit:DEGREE_TWADDELL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEGREE_TWADDELL"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit of the density of fluids, which are heavier than water"
,"description (plain text)":"unit of the density of fluids, which are heavier than water"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA054"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA054"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Twaddell"
,"label":"Degree Twaddell"
,"symbol":"°Tw"
,"type":"qudt:Unit"
,"unece common code":"J31"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEGREE_TWADDELL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the density of fluids, which are heavier than water",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA054",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA054",
"plainTextDescription" : "unit of the density of fluids, which are heavier than water",
"symbol" : "°Tw",
"uneceCommonCode" : "J31",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Degree Twaddell"
}, "Degree Twaddell" ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C
URI: http://qudt.org/vocab/unit/DEG_C
The unit $\textit{Celsius}$, also known as centigrade, is a scale and unit of measurement for temperature. It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, a difference between two temperatures or an uncertainty. This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. Additionally, it establishes the difference between the two scales' null points as being precisely $273.15^{\circ}\text{C}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_C>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Celsius}$, also known as centigrade, is a scale and unit of measurement for temperature.
It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval,
a difference between two temperatures or an uncertainty.
This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part
in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water.
Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same.
Additionally, it establishes the difference between the two scales' null points as being precisely $273.15^{\\circ}\\text{C}$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/conversionOffset> 273.15 ;
<http://qudt.org/schema/qudt/conversionOffsetSN> 2.7315E2 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/expression> "$degC$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/guidance> "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1\">SP811 section 4.2.1.1</a></p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/guidance> "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8\">SP811 section 6.2.8</a></p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BoilingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FlashPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeltingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA033" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA033"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$\\,^{\\circ}{C}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/K> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/degreeCelsius> ;
<http://qudt.org/schema/qudt/symbol> "°C" ;
<http://qudt.org/schema/qudt/ucumCode> "Cel"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "°C" ;
<http://qudt.org/schema/qudt/udunitsCode> "℃" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CEL" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25267> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Celsius"@tr ;
rdfs:label "Celsius-fok"@hu ;
rdfs:label "Darjah Celsius"@ms ;
rdfs:label "Degree Celsius" ;
rdfs:label "Degree Celsius"@en ;
rdfs:label "Degré Celsius"@fr ;
rdfs:label "Grad Celsius"@de ;
rdfs:label "Grad Celsius"@ro ;
rdfs:label "Grado Celsius"@es ;
rdfs:label "Grado Celsius"@it ;
rdfs:label "Gradus Celsii"@la ;
rdfs:label "Grau Celsius"@pt ;
rdfs:label "Stopień Celsjusza"@pl ;
rdfs:label "Stopinja Celzija"@sl ;
rdfs:label "Stupně Celsia"@cs ;
rdfs:label "Βαθμός Κελσίου"@el ;
rdfs:label "Градус Целзий"@bg ;
rdfs:label "Градус Цельсия"@ru ;
rdfs:label "צלזיוס"@he ;
rdfs:label "درجة مئوية"@ar ;
rdfs:label "درجه سانتی گراد/سلسیوس"@fa ;
rdfs:label "सेल्सियस"@hi ;
rdfs:label "セルシウス度"@ja ;
rdfs:label "摄氏度"@zh ;
<http://www.w3.org/2004/02/skos/core#altLabel> "degree-centigrade" ;
.
{"resource":"Degree Celsius"
,"qname":"unit:DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C"
,"properties":["Individual from SI Reference Point":"si-unit:degreeCelsius"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25267>"
,"alternative label":"degree-centigrade"
,"applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"conversion offset":"273.15"
,"conversion offset scientific":"2.7315E2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Celsius"
,"description":"\n The unit $\\textit{Celsius}$, also known as centigrade, is a scale and unit of measurement for temperature. \n It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, \n a difference between two temperatures or an uncertainty. \n This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part \n in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. \n Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. \n Additionally, it establishes the difference between the two scales' null points as being precisely $273.15^{\\circ}\\text{C}$.\n "
,"expression":"$degC$"
,"guidance":"<p>See NIST section <a href=\"http:\/\/physics.nist.gov\/Pubs\/SP811\/sec04.html#4.2.1.1\">SP811 section 4.2.1.1<\/a><\/p>"
,"guidance":"<p>See NIST section <a href=\"http:\/\/physics.nist.gov\/Pubs\/SP811\/sec06.html#6.2.8\">SP811 section 6.2.8<\/a><\/p>"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:BoilingPoint"
,"has quantity kind":"quantitykind:FlashPoint"
,"has quantity kind":"quantitykind:MeltingPoint"
,"has quantity kind":"quantitykind:Temperature"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA033"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Celsius?oldid=494152178"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA033"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Celsius"
,"label":"Celsius-fok"
,"label":"Darjah Celsius"
,"label":"Degree Celsius"
,"label":"Degree Celsius"
,"label":"Degré Celsius"
,"label":"Grad Celsius"
,"label":"Grad Celsius"
,"label":"Grado Celsius"
,"label":"Grado Celsius"
,"label":"Gradus Celsii"
,"label":"Grau Celsius"
,"label":"Stopień Celsjusza"
,"label":"Stopinja Celzija"
,"label":"Stupně Celsia"
,"label":"Βαθμός Κελσίου"
,"label":"Градус Целзий"
,"label":"Градус Цельсия"
,"label":"צלזיוס"
,"label":"درجة مئوية"
,"label":"درجه سانتی گراد\/سلسیوس"
,"label":"सेल्सियस"
,"label":"セルシウス度"
,"label":"摄氏度"
,"latex definition":"$\\,^{\\circ}{C}$"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/degreeCelsius>"
,"scalingOf":"unit:K"
,"symbol":"°C"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Cel"
,"udunits code":"°C"
,"udunits code":"℃"
,"unece common code":"CEL"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The unit $\\textit{Celsius}$, also known as centigrade, is a scale and unit of measurement for temperature. \n It can refer to a specific temperature on the Celsius scale as well as a unit to indicate a temperature interval, \n a difference between two temperatures or an uncertainty. \n This definition fixes the magnitude of both the degree Celsius and the kelvin as precisely 1 part \n in 273.16 (approximately 0.00366) of the difference between absolute zero and the triple point of water. \n Thus, it sets the magnitude of one degree Celsius and that of one kelvin as exactly the same. \n Additionally, it establishes the difference between the two scales' null points as being precisely $273.15^{\\circ}\\text{C}$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"conversionOffset" : "273.15",
"conversionOffset:SN" : 273.15,
"dbpediaMatch" : "http://dbpedia.org/resource/Celsius",
"expression" : "$degC$",
"guidance" : [ "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8\">SP811 section 6.2.8</a></p>", "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1\">SP811 section 4.2.1.1</a></p>" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Temperature", "http://qudt.org/vocab/quantitykind/FlashPoint", "http://qudt.org/vocab/quantitykind/MeltingPoint", "http://qudt.org/vocab/quantitykind/BoilingPoint" ],
"iec61360Code" : "0112/2///62720#UAA033",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Celsius?oldid=494152178", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA033" ],
"latexDefinition" : "$\\,^{\\circ}{C}$",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/degreeCelsius",
"scalingOf" : "http://qudt.org/vocab/unit/K",
"siExactMatch" : "https://si-digital-framework.org/SI/units/degreeCelsius",
"symbol" : "°C",
"ucumCode" : "Cel",
"udunitsCode" : [ "℃", "°C" ],
"uneceCommonCode" : "CEL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25267",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "zh",
"@value" : "摄氏度"
}, {
"@language" : "fa",
"@value" : "درجه سانتی گراد/سلسیوس"
}, {
"@language" : "he",
"@value" : "צלזיוס"
}, {
"@language" : "cs",
"@value" : "Stupně Celsia"
}, {
"@language" : "tr",
"@value" : "Celsius"
}, {
"@language" : "pt",
"@value" : "Grau Celsius"
}, {
"@language" : "fr",
"@value" : "Degré Celsius"
}, {
"@language" : "pl",
"@value" : "Stopień Celsjusza"
}, {
"@language" : "ru",
"@value" : "Градус Цельсия"
}, {
"@language" : "el",
"@value" : "Βαθμός Κελσίου"
}, {
"@language" : "ja",
"@value" : "セルシウス度"
}, {
"@language" : "de",
"@value" : "Grad Celsius"
}, {
"@language" : "ro",
"@value" : "Grad Celsius"
}, {
"@language" : "en",
"@value" : "Degree Celsius"
}, "Degree Celsius", {
"@language" : "sl",
"@value" : "Stopinja Celzija"
}, {
"@language" : "ar",
"@value" : "درجة مئوية"
}, {
"@language" : "bg",
"@value" : "Градус Целзий"
}, {
"@language" : "ms",
"@value" : "Darjah Celsius"
}, {
"@language" : "hu",
"@value" : "Celsius-fok"
}, {
"@language" : "es",
"@value" : "Grado Celsius"
}, {
"@language" : "it",
"@value" : "Grado Celsius"
}, {
"@language" : "hi",
"@value" : "सेल्सियस"
}, {
"@language" : "la",
"@value" : "Gradus Celsii"
} ],
"altLabel" : "degree-centigrade",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"guidance" : {
"@id" : "http://qudt.org/schema/qudt/guidance",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-CentiM
URI: http://qudt.org/vocab/unit/DEG_C-CentiM
$\textit{Degree Celsius Centimeter}$ is a C.G.S System unit for 'Length Temperature' expressed as $cm-degC$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_C-CentiM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Degree Celsius Centimeter}$ is a C.G.S System unit for 'Length Temperature' expressed as $cm-degC$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
<http://qudt.org/schema/qudt/expression> "$cm-degC$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthTemperature> ;
<http://qudt.org/schema/qudt/symbol> "°C·cm" ;
<http://qudt.org/schema/qudt/ucumCode> "Cel.cm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Celsius Centimetre"@tr ;
rdfs:label "Darjah Celsius Centimeter"@ms ;
rdfs:label "Degree Celsius Centimeter"@en-US ;
rdfs:label "Degree Celsius Centimetre" ;
rdfs:label "Degree Celsius Centimetre"@en ;
rdfs:label "Degré Celsius Centimètre"@fr ;
rdfs:label "Grad Celsius Centimeter"@de ;
rdfs:label "Grad Celsius Centimetru"@ro ;
rdfs:label "Grado Celsius Centimetro"@es ;
rdfs:label "Grado Celsius Centimetro"@it ;
rdfs:label "Stopień Celsjusza Centimetr"@pl ;
rdfs:label "Stopinja Celzija Centimeter"@sl ;
rdfs:label "Stupně Celsia Centimetr"@cs ;
.
{"resource":"Degree Celsius Centimetre"
,"qname":"unit:DEG_C-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-CentiM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"$\\textit{Degree Celsius Centimeter}$ is a C.G.S System unit for 'Length Temperature' expressed as $cm-degC$."
,"expression":"$cm-degC$"
,"has dimension vector":"qkdv:A0E0L1I0M0H1T0D0"
,"has quantity kind":"quantitykind:LengthTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Celsius Centimetre"
,"label":"Darjah Celsius Centimeter"
,"label":"Degree Celsius Centimeter"
,"label":"Degree Celsius Centimetre"
,"label":"Degree Celsius Centimetre"
,"label":"Degré Celsius Centimètre"
,"label":"Grad Celsius Centimeter"
,"label":"Grad Celsius Centimetru"
,"label":"Grado Celsius Centimetro"
,"label":"Grado Celsius Centimetro"
,"label":"Stopień Celsjusza Centimetr"
,"label":"Stopinja Celzija Centimeter"
,"label":"Stupně Celsia Centimetr"
,"symbol":"°C·cm"
,"type":"qudt:Unit"
,"ucum code":"Cel.cm"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Degree Celsius Centimeter}$ is a C.G.S System unit for 'Length Temperature' expressed as $cm-degC$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"expression" : "$cm-degC$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthTemperature",
"symbol" : "°C·cm",
"ucumCode" : "Cel.cm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Grado Celsius Centimetro"
}, {
"@language" : "it",
"@value" : "Grado Celsius Centimetro"
}, {
"@language" : "de",
"@value" : "Grad Celsius Centimeter"
}, "Degree Celsius Centimetre", {
"@language" : "en",
"@value" : "Degree Celsius Centimetre"
}, {
"@language" : "cs",
"@value" : "Stupně Celsia Centimetr"
}, {
"@language" : "sl",
"@value" : "Stopinja Celzija Centimeter"
}, {
"@language" : "ro",
"@value" : "Grad Celsius Centimetru"
}, {
"@language" : "ms",
"@value" : "Darjah Celsius Centimeter"
}, {
"@language" : "tr",
"@value" : "Celsius Centimetre"
}, {
"@language" : "pl",
"@value" : "Stopień Celsjusza Centimetr"
}, {
"@language" : "fr",
"@value" : "Degré Celsius Centimètre"
}, {
"@language" : "en-us",
"@value" : "Degree Celsius Centimeter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-DAY
URI: http://qudt.org/vocab/unit/DEG_C-DAY
A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one day, used to estimate heating or cooling energy needs for buildings.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one day, used to estimate heating or cooling energy needs for buildings."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 86400.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.64E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimeTemperature> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Degree_day"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "°C·d" ; <http://qudt.org/schema/qudt/ucumCode> "Cel.d"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Celsius Day" ; rdfs:label "Degree Celsius Day"@en ; .
{"resource":"Degree Celsius Day"
,"qname":"unit:DEG_C-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"86400.0"
,"conversion multiplier scientific":"8.64E4"
,"description":"A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one day, used to estimate heating or cooling energy needs for buildings."
,"has dimension vector":"qkdv:A0E0L0I0M0H1T1D0"
,"has quantity kind":"quantitykind:TimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Degree_day"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Celsius Day"
,"label":"Degree Celsius Day"
,"symbol":"°C·d"
,"type":"qudt:Unit"
,"ucum code":"Cel.d"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one day, used to estimate heating or cooling energy needs for buildings."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "86400.0",
"conversionMultiplier:SN" : 86400.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimeTemperature",
"informativeReference" : "https://en.wikipedia.org/wiki/Degree_day",
"symbol" : "°C·d",
"ucumCode" : "Cel.d",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Celsius Day", {
"@language" : "en",
"@value" : "Degree Celsius Day"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-HR
URI: http://qudt.org/vocab/unit/DEG_C-HR
A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimeTemperature> ; <http://qudt.org/schema/qudt/symbol> "°C·h" ; <http://qudt.org/schema/qudt/ucumCode> "Cel.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Celsius Hour" ; rdfs:label "Degree Celsius Hour"@en ; .
{"resource":"Degree Celsius Hour"
,"qname":"unit:DEG_C-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."
,"has dimension vector":"qkdv:A0E0L0I0M0H1T1D0"
,"has quantity kind":"quantitykind:TimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Celsius Hour"
,"label":"Degree Celsius Hour"
,"symbol":"°C·h"
,"type":"qudt:Unit"
,"ucum code":"Cel.h"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A unit of measurement that represents the difference between a reference temperature (typically 18°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimeTemperature",
"symbol" : "°C·h",
"ucumCode" : "Cel.h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Degree Celsius Hour"
}, "Degree Celsius Hour" ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-KiloGM-PER-M2
URI: http://qudt.org/vocab/unit/DEG_C-KiloGM-PER-M2
Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C-KiloGM-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "°C·kg/m²" ; <http://qudt.org/schema/qudt/ucumCode> "Cel.kg.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Celsius Kilogram per Metrekare"@tr ; rdfs:label "Darjah Celsius Kilogram per Meter Persegi"@ms ; rdfs:label "Degree Celsius Kilogram per Square Meter"@en-US ; rdfs:label "Degree Celsius Kilogram per Square Metre" ; rdfs:label "Degree Celsius Kilogram per Square Metre"@en ; rdfs:label "Degré Celsius Kilogramme par Mètre Carré"@fr ; rdfs:label "Grad Celsius Kilogram pe Metru Pătrat"@ro ; rdfs:label "Grad Celsius Kilogramm pro Quadratmeter"@de ; rdfs:label "Grado Celsius Chilogrammo per Metro Quadrato"@it ; rdfs:label "Grado Celsius Kilogramo por Metro Cuadrado"@es ; rdfs:label "Gradus Celsii Chiliogramma per Metrum Quadratum"@la ; rdfs:label "Grau Celsius Quilograma por Metro Quadrado"@pt ; rdfs:label "Stopień Celsjusza Kilogram na Metr Kwadratowy"@pl ; rdfs:label "Stopinja Celzija Kilogram na Kvadratni Meter"@sl ; rdfs:label "Stupně Celsia Kilogram na Čtvereční Metr"@cs ; rdfs:label "Βαθμός Κελσίου Χιλιόγραμμο ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Градус Целзий Килограм на Квадратен Метър"@bg ; rdfs:label "Градус Цельсия Килограмм на Квадратный Метр"@ru ; .
{"resource":"Degree Celsius Kilogram per Square Metre"
,"qname":"unit:DEG_C-KiloGM-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-KiloGM-PER-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres."
,"has dimension vector":"qkdv:A0E0L-2I0M1H1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Celsius Kilogram per Metrekare"
,"label":"Darjah Celsius Kilogram per Meter Persegi"
,"label":"Degree Celsius Kilogram per Square Meter"
,"label":"Degree Celsius Kilogram per Square Metre"
,"label":"Degree Celsius Kilogram per Square Metre"
,"label":"Degré Celsius Kilogramme par Mètre Carré"
,"label":"Grad Celsius Kilogram pe Metru Pătrat"
,"label":"Grad Celsius Kilogramm pro Quadratmeter"
,"label":"Grado Celsius Chilogrammo per Metro Quadrato"
,"label":"Grado Celsius Kilogramo por Metro Cuadrado"
,"label":"Gradus Celsii Chiliogramma per Metrum Quadratum"
,"label":"Grau Celsius Quilograma por Metro Quadrado"
,"label":"Stopień Celsjusza Kilogram na Metr Kwadratowy"
,"label":"Stopinja Celzija Kilogram na Kvadratni Meter"
,"label":"Stupně Celsia Kilogram na Čtvereční Metr"
,"label":"Βαθμός Κελσίου Χιλιόγραμμο ανά Τετραγωνικό Μέτρο"
,"label":"Градус Целзий Килограм на Квадратен Метър"
,"label":"Градус Цельсия Килограмм на Квадратный Метр"
,"symbol":"°C·kg\/m²"
,"type":"qudt:Unit"
,"ucum code":"Cel.kg.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-KiloGM-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Derived unit for the product of the temperature in degrees Celsius and the mass density of a medium, integrated over vertical depth or height in metres."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "°C·kg/m²",
"ucumCode" : "Cel.kg.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Градус Цельсия Килограмм на Квадратный Метр"
}, {
"@language" : "el",
"@value" : "Βαθμός Κελσίου Χιλιόγραμμο ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "ms",
"@value" : "Darjah Celsius Kilogram per Meter Persegi"
}, {
"@language" : "pt",
"@value" : "Grau Celsius Quilograma por Metro Quadrado"
}, {
"@language" : "tr",
"@value" : "Celsius Kilogram per Metrekare"
}, {
"@language" : "la",
"@value" : "Gradus Celsii Chiliogramma per Metrum Quadratum"
}, {
"@language" : "ro",
"@value" : "Grad Celsius Kilogram pe Metru Pătrat"
}, {
"@language" : "es",
"@value" : "Grado Celsius Kilogramo por Metro Cuadrado"
}, {
"@language" : "it",
"@value" : "Grado Celsius Chilogrammo per Metro Quadrato"
}, "Degree Celsius Kilogram per Square Metre", {
"@language" : "en",
"@value" : "Degree Celsius Kilogram per Square Metre"
}, {
"@language" : "de",
"@value" : "Grad Celsius Kilogramm pro Quadratmeter"
}, {
"@language" : "cs",
"@value" : "Stupně Celsia Kilogram na Čtvereční Metr"
}, {
"@language" : "pl",
"@value" : "Stopień Celsjusza Kilogram na Metr Kwadratowy"
}, {
"@language" : "bg",
"@value" : "Градус Целзий Килограм на Квадратен Метър"
}, {
"@language" : "en-us",
"@value" : "Degree Celsius Kilogram per Square Meter"
}, {
"@language" : "sl",
"@value" : "Stopinja Celzija Kilogram na Kvadratni Meter"
}, {
"@language" : "fr",
"@value" : "Degré Celsius Kilogramme par Mètre Carré"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-PER-BAR
URI: http://qudt.org/vocab/unit/DEG_C-PER-BAR
unit with the name °Celsius divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit with the name °Celsius divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/BAR-PER-DEG_C> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA035" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA035"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "°C/bar" ; <http://qudt.org/schema/qudt/ucumCode> "Cel.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F60" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Celsius per Bar" ; rdfs:label "Degree Celsius per Bar"@en ; .
{"resource":"Degree Celsius per Bar"
,"qname":"unit:DEG_C-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-PER-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"unit with the name °Celsius divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M-1H1T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:BAR-PER-DEG_C"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA035"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA035"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Celsius per Bar"
,"label":"Degree Celsius per Bar"
,"symbol":"°C\/bar"
,"type":"qudt:Unit"
,"ucum code":"Cel.bar-1"
,"unece common code":"F60"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit with the name °Celsius divided by the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/BAR-PER-DEG_C",
"iec61360Code" : "0112/2///62720#UAA035",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA035",
"symbol" : "°C/bar",
"ucumCode" : "Cel.bar-1",
"uneceCommonCode" : "F60",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Degree Celsius per Bar"
}, "Degree Celsius per Bar" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-PER-HR
URI: http://qudt.org/vocab/unit/DEG_C-PER-HR
$\textit{Degree Celsius per Hour}$ is a unit for 'Temperature Per Time' expressed as $degC / h$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_C-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Degree Celsius per Hour}$ is a unit for 'Temperature Per Time' expressed as $degC / h$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ;
<http://qudt.org/schema/qudt/expression> "$degC / h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA036" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA036"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°C/h" ;
<http://qudt.org/schema/qudt/ucumCode> "Cel.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "H12" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Celsius per Hour" ;
rdfs:label "Degree Celsius per Hour"@en ;
.
{"resource":"Degree Celsius per Hour"
,"qname":"unit:DEG_C-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"$\\textit{Degree Celsius per Hour}$ is a unit for 'Temperature Per Time' expressed as $degC \/ h$."
,"expression":"$degC \/ h$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA036"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA036"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Celsius per Hour"
,"label":"Degree Celsius per Hour"
,"symbol":"°C\/h"
,"type":"qudt:Unit"
,"ucum code":"Cel.h-1"
,"unece common code":"H12"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Degree Celsius per Hour}$ is a unit for 'Temperature Per Time' expressed as $degC / h$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"expression" : "$degC / h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA036",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA036",
"symbol" : "°C/h",
"ucumCode" : "Cel.h-1",
"uneceCommonCode" : "H12",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Celsius per Hour", {
"@language" : "en",
"@value" : "Degree Celsius per Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-PER-K
URI: http://qudt.org/vocab/unit/DEG_C-PER-K
The unit $\textit{Degree Celsius Per Kelvin}$ is Degree Celsius divided by the SI base unit kelvin.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_C-PER-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Degree Celsius Per Kelvin}$ is Degree Celsius divided by the SI base unit kelvin.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperatureRatio> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA034" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA034"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit with the name Degree Celsius divided by the SI base unit kelvin" ;
<http://qudt.org/schema/qudt/symbol> "°C/K" ;
<http://qudt.org/schema/qudt/ucumCode> "Cel.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E98" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Celsius per Kelvin"@tr ;
rdfs:label "Darjah Celsius per Kelvin"@ms ;
rdfs:label "Degree Celsius per Kelvin" ;
rdfs:label "Degree Celsius per Kelvin"@en ;
rdfs:label "Degré Celsius par Kelvin"@fr ;
rdfs:label "Grad Celsius pe Kelvin"@ro ;
rdfs:label "Grad Celsius pro Kelvin"@de ;
rdfs:label "Grado Celsius per Kelvin"@it ;
rdfs:label "Grado Celsius por Kelvin"@es ;
rdfs:label "Gradus Celsii per Kelvin"@la ;
rdfs:label "Grau Celsius por Kelvin"@pt ;
rdfs:label "Stopień Celsjusza na Kelwin"@pl ;
rdfs:label "Stopinja Celzija na Kelvin"@sl ;
rdfs:label "Stupně Celsia na Kelvin"@cs ;
rdfs:label "Βαθμός Κελσίου ανά Κέλβιν"@el ;
rdfs:label "Градус Целзий на Келвин"@bg ;
rdfs:label "Градус Цельсия на Кельвин"@ru ;
.
{"resource":"Degree Celsius per Kelvin"
,"qname":"unit:DEG_C-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\n The unit $\\textit{Degree Celsius Per Kelvin}$ is Degree Celsius divided by the SI base unit kelvin.\n "
,"description (plain text)":"unit with the name Degree Celsius divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:TemperatureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA034"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA034"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Celsius per Kelvin"
,"label":"Darjah Celsius per Kelvin"
,"label":"Degree Celsius per Kelvin"
,"label":"Degree Celsius per Kelvin"
,"label":"Degré Celsius par Kelvin"
,"label":"Grad Celsius pe Kelvin"
,"label":"Grad Celsius pro Kelvin"
,"label":"Grado Celsius per Kelvin"
,"label":"Grado Celsius por Kelvin"
,"label":"Gradus Celsii per Kelvin"
,"label":"Grau Celsius por Kelvin"
,"label":"Stopień Celsjusza na Kelwin"
,"label":"Stopinja Celzija na Kelvin"
,"label":"Stupně Celsia na Kelvin"
,"label":"Βαθμός Κελσίου ανά Κέλβιν"
,"label":"Градус Целзий на Келвин"
,"label":"Градус Цельсия на Кельвин"
,"symbol":"°C\/K"
,"type":"qudt:Unit"
,"ucum code":"Cel.K-1"
,"unece common code":"E98"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Degree Celsius Per Kelvin}$ is Degree Celsius divided by the SI base unit kelvin.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperatureRatio",
"iec61360Code" : "0112/2///62720#UAA034",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA034",
"plainTextDescription" : "unit with the name Degree Celsius divided by the SI base unit kelvin",
"symbol" : "°C/K",
"ucumCode" : "Cel.K-1",
"uneceCommonCode" : "E98",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Grad Celsius pro Kelvin"
}, {
"@language" : "it",
"@value" : "Grado Celsius per Kelvin"
}, {
"@language" : "tr",
"@value" : "Celsius per Kelvin"
}, {
"@language" : "ro",
"@value" : "Grad Celsius pe Kelvin"
}, {
"@language" : "la",
"@value" : "Gradus Celsii per Kelvin"
}, {
"@language" : "bg",
"@value" : "Градус Целзий на Келвин"
}, {
"@language" : "ms",
"@value" : "Darjah Celsius per Kelvin"
}, "Degree Celsius per Kelvin", {
"@language" : "sl",
"@value" : "Stopinja Celzija na Kelvin"
}, {
"@language" : "en",
"@value" : "Degree Celsius per Kelvin"
}, {
"@language" : "pt",
"@value" : "Grau Celsius por Kelvin"
}, {
"@language" : "fr",
"@value" : "Degré Celsius par Kelvin"
}, {
"@language" : "cs",
"@value" : "Stupně Celsia na Kelvin"
}, {
"@language" : "es",
"@value" : "Grado Celsius por Kelvin"
}, {
"@language" : "pl",
"@value" : "Stopień Celsjusza na Kelwin"
}, {
"@language" : "el",
"@value" : "Βαθμός Κελσίου ανά Κέλβιν"
}, {
"@language" : "ru",
"@value" : "Градус Цельсия на Кельвин"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-PER-M
URI: http://qudt.org/vocab/unit/DEG_C-PER-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperatureGradient> ; <http://qudt.org/schema/qudt/symbol> "°C/m" ; <http://qudt.org/schema/qudt/ucumCode> "Cel.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Celsius per Metre"@tr ; rdfs:label "Darjah Celsius per Meter"@ms ; rdfs:label "Degree Celsius per Meter"@en-US ; rdfs:label "Degree Celsius per Metre" ; rdfs:label "Degree Celsius per Metre"@en ; rdfs:label "Degré Celsius par Mètre"@fr ; rdfs:label "Grad Celsius pe Metru"@ro ; rdfs:label "Grad Celsius pro Meter"@de ; rdfs:label "Grado Celsius per Metro"@it ; rdfs:label "Grado Celsius por Metro"@es ; rdfs:label "Gradus Celsii per Metrum"@la ; rdfs:label "Grau Celsius por Metro"@pt ; rdfs:label "Stopień Celsjusza na Metr"@pl ; rdfs:label "Stopinja Celzija na Meter"@sl ; rdfs:label "Stupně Celsia na Metr"@cs ; rdfs:label "Βαθμός Κελσίου ανά Μέτρο"@el ; rdfs:label "Градус Целзий на Метър"@bg ; rdfs:label "Градус Цельсия на Метр"@ru ; .
{"resource":"Degree Celsius per Metre"
,"qname":"unit:DEG_C-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-PER-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-1I0M0H1T0D0"
,"has quantity kind":"quantitykind:TemperatureGradient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Celsius per Metre"
,"label":"Darjah Celsius per Meter"
,"label":"Degree Celsius per Meter"
,"label":"Degree Celsius per Metre"
,"label":"Degree Celsius per Metre"
,"label":"Degré Celsius par Mètre"
,"label":"Grad Celsius pe Metru"
,"label":"Grad Celsius pro Meter"
,"label":"Grado Celsius per Metro"
,"label":"Grado Celsius por Metro"
,"label":"Gradus Celsii per Metrum"
,"label":"Grau Celsius por Metro"
,"label":"Stopień Celsjusza na Metr"
,"label":"Stopinja Celzija na Meter"
,"label":"Stupně Celsia na Metr"
,"label":"Βαθμός Κελσίου ανά Μέτρο"
,"label":"Градус Целзий на Метър"
,"label":"Градус Цельсия на Метр"
,"symbol":"°C\/m"
,"type":"qudt:Unit"
,"ucum code":"Cel.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperatureGradient",
"symbol" : "°C/m",
"ucumCode" : "Cel.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Celsius per Metre", {
"@language" : "en",
"@value" : "Degree Celsius per Metre"
}, {
"@language" : "pt",
"@value" : "Grau Celsius por Metro"
}, {
"@language" : "de",
"@value" : "Grad Celsius pro Meter"
}, {
"@language" : "ro",
"@value" : "Grad Celsius pe Metru"
}, {
"@language" : "ru",
"@value" : "Градус Цельсия на Метр"
}, {
"@language" : "pl",
"@value" : "Stopień Celsjusza na Metr"
}, {
"@language" : "sl",
"@value" : "Stopinja Celzija na Meter"
}, {
"@language" : "la",
"@value" : "Gradus Celsii per Metrum"
}, {
"@language" : "bg",
"@value" : "Градус Целзий на Метър"
}, {
"@language" : "tr",
"@value" : "Celsius per Metre"
}, {
"@language" : "fr",
"@value" : "Degré Celsius par Mètre"
}, {
"@language" : "ms",
"@value" : "Darjah Celsius per Meter"
}, {
"@language" : "it",
"@value" : "Grado Celsius per Metro"
}, {
"@language" : "es",
"@value" : "Grado Celsius por Metro"
}, {
"@language" : "en-us",
"@value" : "Degree Celsius per Meter"
}, {
"@language" : "cs",
"@value" : "Stupně Celsia na Metr"
}, {
"@language" : "el",
"@value" : "Βαθμός Κελσίου ανά Μέτρο"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-PER-MIN
URI: http://qudt.org/vocab/unit/DEG_C-PER-MIN
$\textit{Degree Celsius per Minute}$ is a unit for 'Temperature Per Time' expressed as $degC / m$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_C-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Degree Celsius per Minute}$ is a unit for 'Temperature Per Time' expressed as $degC / m$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ;
<http://qudt.org/schema/qudt/expression> "$degC / m$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA037" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA037"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°C/min" ;
<http://qudt.org/schema/qudt/ucumCode> "Cel.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "H13" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Celsius per Minute" ;
rdfs:label "Degree Celsius per Minute"@en ;
.
{"resource":"Degree Celsius per Minute"
,"qname":"unit:DEG_C-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"$\\textit{Degree Celsius per Minute}$ is a unit for 'Temperature Per Time' expressed as $degC \/ m$."
,"expression":"$degC \/ m$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA037"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA037"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Celsius per Minute"
,"label":"Degree Celsius per Minute"
,"symbol":"°C\/min"
,"type":"qudt:Unit"
,"ucum code":"Cel.min-1"
,"unece common code":"H13"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Degree Celsius per Minute}$ is a unit for 'Temperature Per Time' expressed as $degC / m$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"expression" : "$degC / m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA037",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA037",
"symbol" : "°C/min",
"ucumCode" : "Cel.min-1",
"uneceCommonCode" : "H13",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Celsius per Minute", {
"@language" : "en",
"@value" : "Degree Celsius per Minute"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-PER-SEC
URI: http://qudt.org/vocab/unit/DEG_C-PER-SEC
$\textit{Degree Celsius per Second}$ is a unit for 'Temperature Per Time' expressed as $degC / s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_C-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Degree Celsius per Second}$ is a unit for 'Temperature Per Time' expressed as $degC / s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$degC / s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA038" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA038"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°C/s" ;
<http://qudt.org/schema/qudt/ucumCode> "Cel.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "H14" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Celsius per Saniye"@tr ;
rdfs:label "Darjah Celsius per Saat"@ms ;
rdfs:label "Degree Celsius per Second" ;
rdfs:label "Degree Celsius per Second"@en ;
rdfs:label "Degré Celsius par Seconde"@fr ;
rdfs:label "Grad Celsius pe Secundă"@ro ;
rdfs:label "Grad Celsius pro Sekunde"@de ;
rdfs:label "Grado Celsius per Secondo"@it ;
rdfs:label "Grado Celsius por Segundo"@es ;
rdfs:label "Gradus Celsii per Secundum"@la ;
rdfs:label "Grau Celsius por Segundo"@pt ;
rdfs:label "Stopień Celsjusza na Sekunda"@pl ;
rdfs:label "Stopinja Celzija na Sekunda"@sl ;
rdfs:label "Stupně Celsia na Sekunda"@cs ;
rdfs:label "Βαθμός Κελσίου ανά Δευτερόλεπτο"@el ;
rdfs:label "Градус Целзий на Секунда"@bg ;
rdfs:label "Градус Цельсия на Секунда"@ru ;
.
{"resource":"Degree Celsius per Second"
,"qname":"unit:DEG_C-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Degree Celsius per Second}$ is a unit for 'Temperature Per Time' expressed as $degC \/ s$."
,"expression":"$degC \/ s$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA038"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA038"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Celsius per Saniye"
,"label":"Darjah Celsius per Saat"
,"label":"Degree Celsius per Second"
,"label":"Degree Celsius per Second"
,"label":"Degré Celsius par Seconde"
,"label":"Grad Celsius pe Secundă"
,"label":"Grad Celsius pro Sekunde"
,"label":"Grado Celsius per Secondo"
,"label":"Grado Celsius por Segundo"
,"label":"Gradus Celsii per Secundum"
,"label":"Grau Celsius por Segundo"
,"label":"Stopień Celsjusza na Sekunda"
,"label":"Stopinja Celzija na Sekunda"
,"label":"Stupně Celsia na Sekunda"
,"label":"Βαθμός Κελσίου ανά Δευτερόλεπτο"
,"label":"Градус Целзий на Секунда"
,"label":"Градус Цельсия на Секунда"
,"symbol":"°C\/s"
,"type":"qudt:Unit"
,"ucum code":"Cel.s-1"
,"unece common code":"H14"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Degree Celsius per Second}$ is a unit for 'Temperature Per Time' expressed as $degC / s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$degC / s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA038",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA038",
"symbol" : "°C/s",
"ucumCode" : "Cel.s-1",
"uneceCommonCode" : "H14",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Stopień Celsjusza na Sekunda"
}, {
"@language" : "la",
"@value" : "Gradus Celsii per Secundum"
}, {
"@language" : "it",
"@value" : "Grado Celsius per Secondo"
}, {
"@language" : "el",
"@value" : "Βαθμός Κελσίου ανά Δευτερόλεπτο"
}, {
"@language" : "cs",
"@value" : "Stupně Celsia na Sekunda"
}, {
"@language" : "ms",
"@value" : "Darjah Celsius per Saat"
}, {
"@language" : "ro",
"@value" : "Grad Celsius pe Secundă"
}, {
"@language" : "bg",
"@value" : "Градус Целзий на Секунда"
}, "Degree Celsius per Second", {
"@language" : "en",
"@value" : "Degree Celsius per Second"
}, {
"@language" : "es",
"@value" : "Grado Celsius por Segundo"
}, {
"@language" : "ru",
"@value" : "Градус Цельсия на Секунда"
}, {
"@language" : "tr",
"@value" : "Celsius per Saniye"
}, {
"@language" : "fr",
"@value" : "Degré Celsius par Seconde"
}, {
"@language" : "de",
"@value" : "Grad Celsius pro Sekunde"
}, {
"@language" : "pt",
"@value" : "Grau Celsius por Segundo"
}, {
"@language" : "sl",
"@value" : "Stopinja Celzija na Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-PER-YR
URI: http://qudt.org/vocab/unit/DEG_C-PER-YR
A rate of change of temperature expressed on the Celsius scale over a period of an average calendar year (365.25 days).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of temperature expressed on the Celsius scale over a period of an average calendar year (365.25 days)."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ; <http://qudt.org/schema/qudt/symbol> "°C/a" ; <http://qudt.org/schema/qudt/ucumCode> "Cel.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Celsius per Year" ; rdfs:label "Degree Celsius per Year"@en ; .
{"resource":"Degree Celsius per Year"
,"qname":"unit:DEG_C-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-8"
,"description":"A rate of change of temperature expressed on the Celsius scale over a period of an average calendar year (365.25 days)."
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Celsius per Year"
,"label":"Degree Celsius per Year"
,"symbol":"°C\/a"
,"type":"qudt:Unit"
,"ucum code":"Cel.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of temperature expressed on the Celsius scale over a period of an average calendar year (365.25 days)."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"symbol" : "°C/a",
"ucumCode" : "Cel.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Degree Celsius per Year"
}, "Degree Celsius per Year" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C-WK
URI: http://qudt.org/vocab/unit/DEG_C-WK
temperature multiplied by unit of time.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C-WK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "temperature multiplied by unit of time."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 604800.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.048E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimeTemperature> ; <http://qudt.org/schema/qudt/symbol> "°C·wk" ; <http://qudt.org/schema/qudt/ucumCode> "Cel.wk"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Celsius Week" ; rdfs:label "Degree Celsius Week"@en ; .
{"resource":"Degree Celsius Week"
,"qname":"unit:DEG_C-WK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C-WK"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"604800.0"
,"conversion multiplier scientific":"6.048E5"
,"description":"temperature multiplied by unit of time."
,"has dimension vector":"qkdv:A0E0L0I0M0H1T1D0"
,"has quantity kind":"quantitykind:TimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Celsius Week"
,"label":"Degree Celsius Week"
,"symbol":"°C·wk"
,"type":"qudt:Unit"
,"ucum code":"Cel.wk"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C-WK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "temperature multiplied by unit of time."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "604800.0",
"conversionMultiplier:SN" : 604800.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimeTemperature",
"symbol" : "°C·wk",
"ucumCode" : "Cel.wk",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Celsius Week", {
"@language" : "en",
"@value" : "Degree Celsius Week"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C2
URI: http://qudt.org/vocab/unit/DEG_C2
Degrees Celsius squared.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Degrees Celsius squared."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H2T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperatureVariance> ; <http://qudt.org/schema/qudt/symbol> "°C²" ; <http://qudt.org/schema/qudt/ucumCode> "Cel2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Celsiuskare"@tr ; rdfs:label "Darjah Celsius Persegi"@ms ; rdfs:label "Degré Celsius Carré"@fr ; rdfs:label "Grad Celsius Pătrat"@ro ; rdfs:label "Grado Celsius Cuadrado"@es ; rdfs:label "Grado Celsius Quadrato"@it ; rdfs:label "Gradus Celsii Quadratum"@la ; rdfs:label "Grau Celsius Quadrado"@pt ; rdfs:label "Kvadratni Stopinja Celzija"@sl ; rdfs:label "Quadratgrad celsius"@de ; rdfs:label "Square Degree Celsius" ; rdfs:label "Square Degree Celsius"@en ; rdfs:label "Stopień Celsjusza Kwadratowy"@pl ; rdfs:label "Čtvereční Stupně Celsia"@cs ; rdfs:label "Τετραγωνικό Βαθμός Κελσίου"@el ; rdfs:label "Квадратен Градус Целзий"@bg ; rdfs:label "Квадратный Градус Цельсия"@ru ; .
{"resource":"Square Degree Celsius"
,"qname":"unit:DEG_C2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Degrees Celsius squared."
,"has dimension vector":"qkdv:A0E0L0I0M0H2T0D0"
,"has quantity kind":"quantitykind:TemperatureVariance"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Celsiuskare"
,"label":"Darjah Celsius Persegi"
,"label":"Degré Celsius Carré"
,"label":"Grad Celsius Pătrat"
,"label":"Grado Celsius Cuadrado"
,"label":"Grado Celsius Quadrato"
,"label":"Gradus Celsii Quadratum"
,"label":"Grau Celsius Quadrado"
,"label":"Kvadratni Stopinja Celzija"
,"label":"Quadratgrad celsius"
,"label":"Square Degree Celsius"
,"label":"Square Degree Celsius"
,"label":"Stopień Celsjusza Kwadratowy"
,"label":"Čtvereční Stupně Celsia"
,"label":"Τετραγωνικό Βαθμός Κελσίου"
,"label":"Квадратен Градус Целзий"
,"label":"Квадратный Градус Цельсия"
,"symbol":"°C²"
,"type":"qudt:Unit"
,"ucum code":"Cel2"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Degrees Celsius squared.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H2T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperatureVariance",
"symbol" : "°C²",
"ucumCode" : "Cel2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Quadratgrad celsius"
}, {
"@language" : "bg",
"@value" : "Квадратен Градус Целзий"
}, {
"@language" : "sl",
"@value" : "Kvadratni Stopinja Celzija"
}, {
"@language" : "tr",
"@value" : "Celsiuskare"
}, {
"@language" : "pl",
"@value" : "Stopień Celsjusza Kwadratowy"
}, {
"@language" : "ru",
"@value" : "Квадратный Градус Цельсия"
}, {
"@language" : "ms",
"@value" : "Darjah Celsius Persegi"
}, {
"@language" : "it",
"@value" : "Grado Celsius Quadrato"
}, {
"@language" : "cs",
"@value" : "Čtvereční Stupně Celsia"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Βαθμός Κελσίου"
}, {
"@language" : "fr",
"@value" : "Degré Celsius Carré"
}, {
"@language" : "pt",
"@value" : "Grau Celsius Quadrado"
}, {
"@language" : "ro",
"@value" : "Grad Celsius Pătrat"
}, {
"@language" : "es",
"@value" : "Grado Celsius Cuadrado"
}, {
"@language" : "la",
"@value" : "Gradus Celsii Quadratum"
}, "Square Degree Celsius", {
"@language" : "en",
"@value" : "Square Degree Celsius"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C2-PER-SEC
URI: http://qudt.org/vocab/unit/DEG_C2-PER-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C2-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H2T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "°C²/s" ; <http://qudt.org/schema/qudt/ucumCode> "Cel2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Celsiuskare per Saniye"@tr ; rdfs:label "Darjah Celsius Persegi per Saat"@ms ; rdfs:label "Degré Celsius Carré par Seconde"@fr ; rdfs:label "Grad Celsius Pătrat pe Secundă"@ro ; rdfs:label "Grado Celsius Cuadrado por Segundo"@es ; rdfs:label "Grado Celsius Quadrato per Secondo"@it ; rdfs:label "Gradus Celsii Quadratum per Secundum"@la ; rdfs:label "Grau Celsius Quadrado por Segundo"@pt ; rdfs:label "Kvadratni Stopinja Celzija na Sekunda"@sl ; rdfs:label "Quadratgrad celsius pro Sekunde"@de ; rdfs:label "Square Degree Celsius per Second" ; rdfs:label "Square Degree Celsius per Second"@en ; rdfs:label "Stopień Celsjusza Kwadratowy na Sekunda"@pl ; rdfs:label "Čtvereční Stupně Celsia na Sekunda"@cs ; rdfs:label "Τετραγωνικό Βαθμός Κελσίου ανά Δευτερόλεπτο"@el ; rdfs:label "Квадратен Градус Целзий на Секунда"@bg ; rdfs:label "Квадратный Градус Цельсия на Секунда"@ru ; .
{"resource":"Square Degree Celsius per Second"
,"qname":"unit:DEG_C2-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C2-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M0H2T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Celsiuskare per Saniye"
,"label":"Darjah Celsius Persegi per Saat"
,"label":"Degré Celsius Carré par Seconde"
,"label":"Grad Celsius Pătrat pe Secundă"
,"label":"Grado Celsius Cuadrado por Segundo"
,"label":"Grado Celsius Quadrato per Secondo"
,"label":"Gradus Celsii Quadratum per Secundum"
,"label":"Grau Celsius Quadrado por Segundo"
,"label":"Kvadratni Stopinja Celzija na Sekunda"
,"label":"Quadratgrad celsius pro Sekunde"
,"label":"Square Degree Celsius per Second"
,"label":"Square Degree Celsius per Second"
,"label":"Stopień Celsjusza Kwadratowy na Sekunda"
,"label":"Čtvereční Stupně Celsia na Sekunda"
,"label":"Τετραγωνικό Βαθμός Κελσίου ανά Δευτερόλεπτο"
,"label":"Квадратен Градус Целзий на Секунда"
,"label":"Квадратный Градус Цельсия на Секунда"
,"symbol":"°C²\/s"
,"type":"qudt:Unit"
,"ucum code":"Cel2.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C2-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H2T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "°C²/s",
"ucumCode" : "Cel2.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Čtvereční Stupně Celsia na Sekunda"
}, {
"@language" : "it",
"@value" : "Grado Celsius Quadrato per Secondo"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Βαθμός Κελσίου ανά Δευτερόλεπτο"
}, {
"@language" : "ms",
"@value" : "Darjah Celsius Persegi per Saat"
}, {
"@language" : "ro",
"@value" : "Grad Celsius Pătrat pe Secundă"
}, {
"@language" : "de",
"@value" : "Quadratgrad celsius pro Sekunde"
}, {
"@language" : "pt",
"@value" : "Grau Celsius Quadrado por Segundo"
}, "Square Degree Celsius per Second", {
"@language" : "pl",
"@value" : "Stopień Celsjusza Kwadratowy na Sekunda"
}, {
"@language" : "en",
"@value" : "Square Degree Celsius per Second"
}, {
"@language" : "sl",
"@value" : "Kvadratni Stopinja Celzija na Sekunda"
}, {
"@language" : "ru",
"@value" : "Квадратный Градус Цельсия на Секунда"
}, {
"@language" : "la",
"@value" : "Gradus Celsii Quadratum per Secundum"
}, {
"@language" : "bg",
"@value" : "Квадратен Градус Целзий на Секунда"
}, {
"@language" : "es",
"@value" : "Grado Celsius Cuadrado por Segundo"
}, {
"@language" : "tr",
"@value" : "Celsiuskare per Saniye"
}, {
"@language" : "fr",
"@value" : "Degré Celsius Carré par Seconde"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C_GROWING_CEREAL
URI: http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Celsius Growing Cereal" ; rdfs:label "Degree Celsius Growing Cereal"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/DEG_C> ; .
{"resource":"Degree Celsius Growing Cereal"
,"qname":"unit:DEG_C_GROWING_CEREAL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C_GROWING_CEREAL"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has broader":"unit:DEG_C"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:Temperature"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Celsius Growing Cereal"
,"label":"Degree Celsius Growing Cereal"
,"type":"qudt:ContextualUnit"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Temperature",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Degree Celsius Growing Cereal"
}, "Degree Celsius Growing Cereal" ],
"broader" : "http://qudt.org/vocab/unit/DEG_C",
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_C_GROWING_CEREAL-DAY
URI: http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL-DAY
The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL-DAY> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 86400.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.64E4 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GrowingDegreeDay> ; <http://qudt.org/schema/qudt/plainTextDescription> "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops." ; <http://qudt.org/schema/qudt/symbol> "GDD" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Celsius Growing Cereal Day" ; rdfs:label "Degree Celsius Growing Cereal Day"@en ; .
{"resource":"Degree Celsius Growing Cereal Day"
,"qname":"unit:DEG_C_GROWING_CEREAL-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_C_GROWING_CEREAL-DAY"
,"properties":["conversion multiplier":"86400.0"
,"conversion multiplier scientific":"8.64E4"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."
,"description (plain text)":"The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops."
,"has dimension vector":"qkdv:A0E0L0I0M0H1T1D0"
,"has quantity kind":"quantitykind:GrowingDegreeDay"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Celsius Growing Cereal Day"
,"label":"Degree Celsius Growing Cereal Day"
,"symbol":"GDD"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_C_GROWING_CEREAL-DAY",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops.",
"conversionMultiplier" : "86400.0",
"conversionMultiplier:SN" : 86400.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/GrowingDegreeDay",
"plainTextDescription" : "The sum of excess temperature over 5.5°C, where the temperature is the mean of the minimum and maximum atmospheric temperature in a day. This measure is appropriate for most cereal crops.",
"symbol" : "GDD",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Celsius Growing Cereal Day", {
"@language" : "en",
"@value" : "Degree Celsius Growing Cereal Day"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F
URI: http://qudt.org/vocab/unit/DEG_F
The unit $\textit{Degree Fahrenheit}$ is an Imperial unit for 'Thermodynamic Temperature' expressed as $\circ\text{F}$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Degree Fahrenheit}$ is an Imperial unit for 'Thermodynamic Temperature' expressed as
$\\circ\\text{F}$
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.5555555555555555555555555555555556 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.555555555555555555555555555555556E-1 ;
<http://qudt.org/schema/qudt/conversionOffset> 459.67 ;
<http://qudt.org/schema/qudt/conversionOffsetSN> 4.5967E2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BoilingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FlashPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeltingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA039" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA039"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/K> ;
<http://qudt.org/schema/qudt/symbol> "°F" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "°F" ;
<http://qudt.org/schema/qudt/udunitsCode> "℉" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "FAH" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q42289> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit" ;
rdfs:label "Degree Fahrenheit"@en ;
.
{"resource":"Degree Fahrenheit"
,"qname":"unit:DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q42289>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.5555555555555555555555555555555556"
,"conversion multiplier scientific":"5.555555555555555555555555555555556E-1"
,"conversion offset":"459.67"
,"conversion offset scientific":"4.5967E2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\n The unit $\\textit{Degree Fahrenheit}$ is an Imperial unit for 'Thermodynamic Temperature' expressed as \n $\\circ\\text{F}$\n "
,"expression":"$degF$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:BoilingPoint"
,"has quantity kind":"quantitykind:FlashPoint"
,"has quantity kind":"quantitykind:MeltingPoint"
,"has quantity kind":"quantitykind:Temperature"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA039"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA039"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit"
,"label":"Degree Fahrenheit"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/degreeFahrenheit>"
,"scalingOf":"unit:K"
,"symbol":"°F"
,"type":"qudt:Unit"
,"ucum code":"[degF]"
,"udunits code":"°F"
,"udunits code":"℉"
,"unece common code":"FAH"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Degree Fahrenheit}$ is an Imperial unit for 'Thermodynamic Temperature' expressed as \n $\\circ\\text{F}$\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.5555555555555555555555555555555556",
"conversionMultiplier:SN" : 0.5555555555555556,
"conversionOffset" : "459.67",
"conversionOffset:SN" : 459.67,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$degF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/BoilingPoint", "http://qudt.org/vocab/quantitykind/FlashPoint", "http://qudt.org/vocab/quantitykind/Temperature", "http://qudt.org/vocab/quantitykind/MeltingPoint" ],
"iec61360Code" : "0112/2///62720#UAA039",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA039",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/degreeFahrenheit",
"scalingOf" : "http://qudt.org/vocab/unit/K",
"symbol" : "°F",
"ucumCode" : "[degF]",
"udunitsCode" : [ "℉", "°F" ],
"uneceCommonCode" : "FAH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q42289",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit", {
"@language" : "en",
"@value" : "Degree Fahrenheit"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-DAY
URI: http://qudt.org/vocab/unit/DEG_F-DAY
A unit of measurement that represents the difference between a reference temperature (typically 65°C) and the actual outdoor temperature over one day, used to estimate heating or cooling energy needs for buildings.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_F-DAY> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of measurement that represents the difference between a reference temperature (typically 65°C) and the actual outdoor temperature over one day, used to estimate heating or cooling energy needs for buildings."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 48000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.8E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimeTemperature> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Degree_day"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "°F·d" ; <http://qudt.org/schema/qudt/ucumCode> "[degF].d"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Fahrenheit Day" ; rdfs:label "Degree Fahrenheit Day"@en ; .
{"resource":"Degree Fahrenheit Day"
,"qname":"unit:DEG_F-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"48000.0"
,"conversion multiplier scientific":"4.8E4"
,"description":"A unit of measurement that represents the difference between a reference temperature (typically 65°C) and the actual outdoor temperature over one day, used to estimate heating or cooling energy needs for buildings."
,"has dimension vector":"qkdv:A0E0L0I0M0H1T1D0"
,"has quantity kind":"quantitykind:TimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Degree_day"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit Day"
,"label":"Degree Fahrenheit Day"
,"symbol":"°F·d"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[degF].d"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-DAY",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : {
"@language" : "en",
"@value" : "A unit of measurement that represents the difference between a reference temperature (typically 65°C) and the actual outdoor temperature over one day, used to estimate heating or cooling energy needs for buildings."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "48000.0",
"conversionMultiplier:SN" : 48000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimeTemperature",
"informativeReference" : "https://en.wikipedia.org/wiki/Degree_day",
"symbol" : "°F·d",
"ucumCode" : "[degF].d",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit Day", {
"@language" : "en",
"@value" : "Degree Fahrenheit Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-HR
URI: http://qudt.org/vocab/unit/DEG_F-HR
A unit of measurement that represents the difference between a reference temperature (typically 65°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_F-HR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of measurement that represents the difference between a reference temperature (typically 65°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 2000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimeTemperature> ; <http://qudt.org/schema/qudt/symbol> "°F·h" ; <http://qudt.org/schema/qudt/ucumCode> "[degF].h"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Fahrenheit Hour" ; rdfs:label "Degree Fahrenheit Hour"@en ; .
{"resource":"Degree Fahrenheit Hour"
,"qname":"unit:DEG_F-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"2000.0"
,"conversion multiplier scientific":"2.0E3"
,"description":"A unit of measurement that represents the difference between a reference temperature (typically 65°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."
,"has dimension vector":"qkdv:A0E0L0I0M0H1T1D0"
,"has quantity kind":"quantitykind:TimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit Hour"
,"label":"Degree Fahrenheit Hour"
,"symbol":"°F·h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[degF].h"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-HR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : {
"@language" : "en",
"@value" : "A unit of measurement that represents the difference between a reference temperature (typically 65°C) and the actual outdoor temperature over one hour, used to estimate heating or cooling energy needs for buildings."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "2000.0",
"conversionMultiplier:SN" : 2000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimeTemperature",
"symbol" : "°F·h",
"ucumCode" : "[degF].h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit Hour", {
"@language" : "en",
"@value" : "Degree Fahrenheit Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-HR-FT2-PER-BTU_IT
URI: http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT
unit of the thermal resistor according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the thermal resistor according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1761101836823058407309515389966389 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.761101836823058407309515389966389E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalInsulance> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR-DEG_F> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_F> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA043" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA043"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the thermal resistor according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "°F·h·ft²/Btu{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].h.[ft_i]2.[Btu_IT]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J22" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition)" ;
rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition)"@en ;
.
{"resource":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition)"
,"qname":"unit:DEG_F-HR-FT2-PER-BTU_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-HR-FT2-PER-BTU_IT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.1761101836823058407309515389966389"
,"conversion multiplier scientific":"1.761101836823058407309515389966389E-1"
,"description":"unit of the thermal resistor according to the Imperial system of units"
,"description (plain text)":"unit of the thermal resistor according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalInsulance"
,"has reciprocal unit":"unit:BTU_IT-PER-FT2-HR-DEG_F"
,"has reciprocal unit":"unit:BTU_IT-PER-HR-FT2-DEG_F"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA043"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA043"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition)"
,"label":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition)"
,"symbol":"°F·h·ft²\/Btu{IT}"
,"type":"qudt:Unit"
,"ucum code":"[degF].h.[ft_i]2.[Btu_IT]-1"
,"unece common code":"J22"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the thermal resistor according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.1761101836823058407309515389966389",
"conversionMultiplier:SN" : 0.17611018368230585,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalInsulance",
"hasReciprocalUnit" : [ "http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_F", "http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR-DEG_F" ],
"iec61360Code" : "0112/2///62720#UAA043",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA043",
"plainTextDescription" : "unit of the thermal resistor according to the Imperial system of units",
"symbol" : "°F·h·ft²/Btu{IT}",
"ucumCode" : "[degF].h.[ft_i]2.[Btu_IT]-1",
"uneceCommonCode" : "J22",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition)", {
"@language" : "en",
"@value" : "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition)"
} ],
"@context" : {
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-HR-FT2-PER-BTU_IT-IN
URI: http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT-IN
unit of specific thermal resistance according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT-IN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of specific thermal resistance according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6.933471798515977981533525157347987 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.933471798515977981533525157347987E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalResistivity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-HR-DEG_F> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/BTU_IT-IN-PER-HR-FT2-DEG_F> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB252" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB252"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°F·h·ft²/(Btu{IT}·in)" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].h.[ft_i]2.[Btu_IT]-1.[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N88" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition) Inch" ;
rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition) Inch"@en ;
.
{"resource":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition) Inch"
,"qname":"unit:DEG_F-HR-FT2-PER-BTU_IT-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-HR-FT2-PER-BTU_IT-IN"
,"properties":["conversion multiplier":"6.933471798515977981533525157347987"
,"conversion multiplier scientific":"6.933471798515977981533525157347987E0"
,"description":"unit of specific thermal resistance according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L-1I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalResistivity"
,"has reciprocal unit":"unit:BTU_IT-IN-PER-FT2-HR-DEG_F"
,"has reciprocal unit":"unit:BTU_IT-IN-PER-HR-FT2-DEG_F"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB252"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB252"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition) Inch"
,"label":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition) Inch"
,"symbol":"°F·h·ft²\/(Btu{IT}·in)"
,"type":"qudt:Unit"
,"ucum code":"[degF].h.[ft_i]2.[Btu_IT]-1.[in_i]-1"
,"unece common code":"N88"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_IT-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of specific thermal resistance according to the Imperial system of units",
"conversionMultiplier" : "6.933471798515977981533525157347987",
"conversionMultiplier:SN" : 6.933471798515978,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalResistivity",
"hasReciprocalUnit" : [ "http://qudt.org/vocab/unit/BTU_IT-IN-PER-HR-FT2-DEG_F", "http://qudt.org/vocab/unit/BTU_IT-IN-PER-FT2-HR-DEG_F" ],
"iec61360Code" : "0112/2///62720#UAB252",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB252",
"symbol" : "°F·h·ft²/(Btu{IT}·in)",
"ucumCode" : "[degF].h.[ft_i]2.[Btu_IT]-1.[in_i]-1",
"uneceCommonCode" : "N88",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition) Inch"
}, "Degree Fahrenheit Hour Square Foot per British Thermal Unit (international Definition) Inch" ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-HR-FT2-PER-BTU_TH
URI: http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH
unit of the thermal resistor according to the according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the thermal resistor according to the according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1762280394439072102115454062182767 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.762280394439072102115454062182767E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalInsulance> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/BTU_TH-PER-HR-FT2-DEG_F> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA040" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA040"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the thermal resistor according to the according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "°F·h·ft²/Btu{th}" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].h.[ft_i]2.[Btu_th]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J19" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition)" ;
rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition)"@en ;
.
{"resource":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition)"
,"qname":"unit:DEG_F-HR-FT2-PER-BTU_TH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-HR-FT2-PER-BTU_TH"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.1762280394439072102115454062182767"
,"conversion multiplier scientific":"1.762280394439072102115454062182767E-1"
,"description":"unit of the thermal resistor according to the according to the Imperial system of units"
,"description (plain text)":"unit of the thermal resistor according to the according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L0I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalInsulance"
,"has reciprocal unit":"unit:BTU_TH-PER-HR-FT2-DEG_F"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA040"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA040"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition)"
,"label":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition)"
,"symbol":"°F·h·ft²\/Btu{th}"
,"type":"qudt:Unit"
,"ucum code":"[degF].h.[ft_i]2.[Btu_th]-1"
,"unece common code":"J19"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the thermal resistor according to the according to the Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.1762280394439072102115454062182767",
"conversionMultiplier:SN" : 0.17622803944390722,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalInsulance",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/BTU_TH-PER-HR-FT2-DEG_F",
"iec61360Code" : "0112/2///62720#UAA040",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA040",
"plainTextDescription" : "unit of the thermal resistor according to the according to the Imperial system of units",
"symbol" : "°F·h·ft²/Btu{th}",
"ucumCode" : "[degF].h.[ft_i]2.[Btu_th]-1",
"uneceCommonCode" : "J19",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition)", {
"@language" : "en",
"@value" : "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition)"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-HR-FT2-PER-BTU_TH-IN
URI: http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH-IN
unit of specific thermal resistance according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH-IN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of specific thermal resistance according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6.938111789130205126438795520404595 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.938111789130205126438795520404595E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalResistivity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-HR-DEG_F> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB253" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB253"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°F·h·ft²/(Btu{th}·in)" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].h.[ft_i]2.[Btu_th]-1.[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N89" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition) Inch" ;
rdfs:label "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition) Inch"@en ;
.
{"resource":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition) Inch"
,"qname":"unit:DEG_F-HR-FT2-PER-BTU_TH-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-HR-FT2-PER-BTU_TH-IN"
,"properties":["conversion multiplier":"6.938111789130205126438795520404595"
,"conversion multiplier scientific":"6.938111789130205126438795520404595E0"
,"description":"unit of specific thermal resistance according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L-1I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalResistivity"
,"has reciprocal unit":"unit:BTU_TH-IN-PER-FT2-HR-DEG_F"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB253"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB253"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition) Inch"
,"label":"Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition) Inch"
,"symbol":"°F·h·ft²\/(Btu{th}·in)"
,"type":"qudt:Unit"
,"ucum code":"[degF].h.[ft_i]2.[Btu_th]-1.[in_i]-1"
,"unece common code":"N89"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-HR-FT2-PER-BTU_TH-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of specific thermal resistance according to the Imperial system of units",
"conversionMultiplier" : "6.938111789130205126438795520404595",
"conversionMultiplier:SN" : 6.938111789130205,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalResistivity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/BTU_TH-IN-PER-FT2-HR-DEG_F",
"iec61360Code" : "0112/2///62720#UAB253",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB253",
"symbol" : "°F·h·ft²/(Btu{th}·in)",
"ucumCode" : "[degF].h.[ft_i]2.[Btu_th]-1.[in_i]-1",
"uneceCommonCode" : "N89",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition) Inch", {
"@language" : "en",
"@value" : "Degree Fahrenheit Hour Square Foot per British Thermal Unit (thermochemical Definition) Inch"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-HR-PER-BTU_IT
URI: http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_IT
$\textit{Degree Fahrenheit Hour per BTU}$ is an Imperial unit for 'Thermal Resistance' expressed as $degF-h/Btu$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_IT>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Degree Fahrenheit Hour per BTU}$ is an Imperial unit for 'Thermal Resistance' expressed as $degF-h/Btu$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.895634240626634400025570088951221 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.895634240626634400025570088951221E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$degF-h/Btu$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalResistance> ;
<http://qudt.org/schema/qudt/symbol> "°F·h/Btu{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].h.[Btu_IT]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N84" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit Hour per British Thermal Unit (international Definition)" ;
rdfs:label "Degree Fahrenheit Hour per British Thermal Unit (international Definition)"@en ;
.
{"resource":"Degree Fahrenheit Hour per British Thermal Unit (international Definition)"
,"qname":"unit:DEG_F-HR-PER-BTU_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-HR-PER-BTU_IT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.895634240626634400025570088951221"
,"conversion multiplier scientific":"1.895634240626634400025570088951221E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Degree Fahrenheit Hour per BTU}$ is an Imperial unit for 'Thermal Resistance' expressed as $degF-h\/Btu$."
,"expression":"$degF-h\/Btu$"
,"has dimension vector":"qkdv:A0E0L-2I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit Hour per British Thermal Unit (international Definition)"
,"label":"Degree Fahrenheit Hour per British Thermal Unit (international Definition)"
,"symbol":"°F·h\/Btu{IT}"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[degF].h.[Btu_IT]-1"
,"unece common code":"N84"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_IT",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Degree Fahrenheit Hour per BTU}$ is an Imperial unit for 'Thermal Resistance' expressed as $degF-h/Btu$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.895634240626634400025570088951221",
"conversionMultiplier:SN" : 1.8956342406266344,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$degF-h/Btu$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalResistance",
"symbol" : "°F·h/Btu{IT}",
"ucumCode" : "[degF].h.[Btu_IT]-1",
"uneceCommonCode" : "N84",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit Hour per British Thermal Unit (international Definition)", {
"@language" : "en",
"@value" : "Degree Fahrenheit Hour per British Thermal Unit (international Definition)"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-HR-PER-BTU_TH
URI: http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_TH
The unit $\textit{Degree Fahrenheit hour per British thermal unit (thermochemical)}$ is a non SI-conform unit of the thermal resistance according to the Imperial system of units.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_TH>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """The unit $\\textit{Degree Fahrenheit hour per British thermal unit (thermochemical)}$ is a non SI-conform unit of the thermal resistance according to the Imperial system of units.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.896902829486604638680773053478947 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.896902829486604638680773053478947E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalResistance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB249" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB249"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°F·h/Btu{th}" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].h.[Btu_th]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N85" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit Hour per British Thermal Unit (thermochemical Definition)" ;
rdfs:label "Degree Fahrenheit Hour per British Thermal Unit (thermochemical Definition)"@en ;
.
{"resource":"Degree Fahrenheit Hour per British Thermal Unit (thermochemical Definition)"
,"qname":"unit:DEG_F-HR-PER-BTU_TH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-HR-PER-BTU_TH"
,"properties":["conversion multiplier":"1.896902829486604638680773053478947"
,"conversion multiplier scientific":"1.896902829486604638680773053478947E0"
,"description":"The unit $\\textit{Degree Fahrenheit hour per British thermal unit (thermochemical)}$ is a non SI-conform unit of the thermal resistance according to the Imperial system of units.\n "
,"has dimension vector":"qkdv:A0E0L-2I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB249"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB249"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit Hour per British Thermal Unit (thermochemical Definition)"
,"label":"Degree Fahrenheit Hour per British Thermal Unit (thermochemical Definition)"
,"symbol":"°F·h\/Btu{th}"
,"type":"qudt:Unit"
,"ucum code":"[degF].h.[Btu_th]-1"
,"unece common code":"N85"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-HR-PER-BTU_TH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The unit $\\textit{Degree Fahrenheit hour per British thermal unit (thermochemical)}$ is a non SI-conform unit of the thermal resistance according to the Imperial system of units.\n ",
"conversionMultiplier" : "1.896902829486604638680773053478947",
"conversionMultiplier:SN" : 1.8969028294866046,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalResistance",
"iec61360Code" : "0112/2///62720#UAB249",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB249",
"symbol" : "°F·h/Btu{th}",
"ucumCode" : "[degF].h.[Btu_th]-1",
"uneceCommonCode" : "N85",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit Hour per British Thermal Unit (thermochemical Definition)", {
"@language" : "en",
"@value" : "Degree Fahrenheit Hour per British Thermal Unit (thermochemical Definition)"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-PER-BAR
URI: http://qudt.org/vocab/unit/DEG_F-PER-BAR
$\textit{Degree Fahrenheit per bar}$ is the traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the unit bar.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-PER-BAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Degree Fahrenheit per bar}$ is the traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the unit bar.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000005555555555555555555555555555555556 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.555555555555555555555555555555556E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA042" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA042"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°F/bar" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J21" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit per Bar" ;
rdfs:label "Degree Fahrenheit per Bar"@en ;
.
{"resource":"Degree Fahrenheit per Bar"
,"qname":"unit:DEG_F-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-PER-BAR"
,"properties":["conversion multiplier":"0.000005555555555555555555555555555555556"
,"conversion multiplier scientific":"5.555555555555555555555555555555556E-6"
,"description":"$\\textit{Degree Fahrenheit per bar}$ is the traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the unit bar.\n "
,"has dimension vector":"qkdv:A0E0L1I0M-1H1T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA042"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA042"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit per Bar"
,"label":"Degree Fahrenheit per Bar"
,"symbol":"°F\/bar"
,"type":"qudt:Unit"
,"ucum code":"[degF].bar-1"
,"unece common code":"J21"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Degree Fahrenheit per bar}$ is the traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the unit bar.\n ",
"conversionMultiplier" : "0.000005555555555555555555555555555555556",
"conversionMultiplier:SN" : 5.555555555555556E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA042",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA042",
"symbol" : "°F/bar",
"ucumCode" : "[degF].bar-1",
"uneceCommonCode" : "J21",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit per Bar", {
"@language" : "en",
"@value" : "Degree Fahrenheit per Bar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-PER-HR
URI: http://qudt.org/vocab/unit/DEG_F-PER-HR
$\textit{Degree Fahrenheit per Hour}$ is a unit for 'Temperature Per Time' expressed as $degF / h$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Degree Fahrenheit per Hour}$ is a unit for 'Temperature Per Time' expressed as $degF / h$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000154320987654320987654320987654321 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.54320987654320987654320987654321E-4 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$degF / h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA044" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA044"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°F/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J23" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit per Hour" ;
rdfs:label "Degree Fahrenheit per Hour"@en ;
.
{"resource":"Degree Fahrenheit per Hour"
,"qname":"unit:DEG_F-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000154320987654320987654320987654321"
,"conversion multiplier scientific":"1.54320987654320987654320987654321E-4"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Degree Fahrenheit per Hour}$ is a unit for 'Temperature Per Time' expressed as $degF \/ h$."
,"expression":"$degF \/ h$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA044"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA044"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit per Hour"
,"label":"Degree Fahrenheit per Hour"
,"symbol":"°F\/h"
,"type":"qudt:Unit"
,"ucum code":"[degF].h-1"
,"unece common code":"J23"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Degree Fahrenheit per Hour}$ is a unit for 'Temperature Per Time' expressed as $degF / h$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.000154320987654320987654320987654321",
"conversionMultiplier:SN" : 1.5432098765432098E-4,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$degF / h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA044",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA044",
"symbol" : "°F/h",
"ucumCode" : "[degF].h-1",
"uneceCommonCode" : "J23",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit per Hour", {
"@language" : "en",
"@value" : "Degree Fahrenheit per Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-PER-K
URI: http://qudt.org/vocab/unit/DEG_F-PER-K
traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DEG_F-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.5555555555555555555555555555555556 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.555555555555555555555555555555556E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperatureRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA041" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA041"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/symbol> "°F/K" ; <http://qudt.org/schema/qudt/ucumCode> "[degF].K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J20" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Degree Fahrenheit per Kelvin" ; rdfs:label "Degree Fahrenheit per Kelvin"@en ; .
{"resource":"Degree Fahrenheit per Kelvin"
,"qname":"unit:DEG_F-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-PER-K"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.5555555555555555555555555555555556"
,"conversion multiplier scientific":"5.555555555555555555555555555555556E-1"
,"description":"traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin"
,"description (plain text)":"traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:TemperatureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA041"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA041"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit per Kelvin"
,"label":"Degree Fahrenheit per Kelvin"
,"symbol":"°F\/K"
,"type":"qudt:Unit"
,"ucum code":"[degF].K-1"
,"unece common code":"J20"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "0.5555555555555555555555555555555556",
"conversionMultiplier:SN" : 0.5555555555555556,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperatureRatio",
"iec61360Code" : "0112/2///62720#UAA041",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA041",
"plainTextDescription" : "traditional unit degree Fahrenheit for temperature according to the Anglo-American system of units divided by the SI base unit Kelvin",
"symbol" : "°F/K",
"ucumCode" : "[degF].K-1",
"uneceCommonCode" : "J20",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit per Kelvin", {
"@language" : "en",
"@value" : "Degree Fahrenheit per Kelvin"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-PER-MIN
URI: http://qudt.org/vocab/unit/DEG_F-PER-MIN
$\textit{Degree Fahrenheit per Minute}$ is a unit for 'Temperature Per Time' expressed as $degF / m$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Degree Fahrenheit per Minute}$ is a unit for 'Temperature Per Time' expressed as $degF / m$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.009259259259259259259259259259259262 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.259259259259259259259259259259262E-3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$degF / m$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA045" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA045"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°F/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J24" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit per Minute" ;
rdfs:label "Degree Fahrenheit per Minute"@en ;
.
{"resource":"Degree Fahrenheit per Minute"
,"qname":"unit:DEG_F-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.009259259259259259259259259259259262"
,"conversion multiplier scientific":"9.259259259259259259259259259259262E-3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Degree Fahrenheit per Minute}$ is a unit for 'Temperature Per Time' expressed as $degF \/ m$."
,"expression":"$degF \/ m$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA045"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA045"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit per Minute"
,"label":"Degree Fahrenheit per Minute"
,"symbol":"°F\/min"
,"type":"qudt:Unit"
,"ucum code":"[degF].min-1"
,"unece common code":"J24"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Degree Fahrenheit per Minute}$ is a unit for 'Temperature Per Time' expressed as $degF / m$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.009259259259259259259259259259259262",
"conversionMultiplier:SN" : 0.009259259259259259,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$degF / m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA045",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA045",
"symbol" : "°F/min",
"ucumCode" : "[degF].min-1",
"uneceCommonCode" : "J24",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit per Minute", {
"@language" : "en",
"@value" : "Degree Fahrenheit per Minute"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-PER-SEC
URI: http://qudt.org/vocab/unit/DEG_F-PER-SEC
$\textit{Degree Fahrenheit per Second}$ is a unit for 'Temperature Per Time' expressed as $degF / s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Degree Fahrenheit per Second}$ is a unit for 'Temperature Per Time' expressed as $degF / s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.5555555555555555555555555555555556 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.555555555555555555555555555555556E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$degF / s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA046" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA046"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°F/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J25" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit per Second" ;
rdfs:label "Degree Fahrenheit per Second"@en ;
.
{"resource":"Degree Fahrenheit per Second"
,"qname":"unit:DEG_F-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.5555555555555555555555555555555556"
,"conversion multiplier scientific":"5.555555555555555555555555555555556E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Degree Fahrenheit per Second}$ is a unit for 'Temperature Per Time' expressed as $degF \/ s$."
,"expression":"$degF \/ s$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA046"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA046"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit per Second"
,"label":"Degree Fahrenheit per Second"
,"symbol":"°F\/s"
,"type":"qudt:Unit"
,"ucum code":"[degF].s-1"
,"unece common code":"J25"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Degree Fahrenheit per Second}$ is a unit for 'Temperature Per Time' expressed as $degF / s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.5555555555555555555555555555555556",
"conversionMultiplier:SN" : 0.5555555555555556,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$degF / s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA046",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA046",
"symbol" : "°F/s",
"ucumCode" : "[degF].s-1",
"uneceCommonCode" : "J25",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit per Second", {
"@language" : "en",
"@value" : "Degree Fahrenheit per Second"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-PER-SEC2
URI: http://qudt.org/vocab/unit/DEG_F-PER-SEC2
The unit $\textit{Degree Fahrenheit per Square Second}$ is a C.G.S System unit for expressing the acceleration of a temperature expressed as $degF / s^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Degree Fahrenheit per Square Second}$ is a C.G.S System unit for expressing the acceleration
of a temperature expressed as $degF / s^2$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.5555555555555555555555555555555556 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.555555555555555555555555555555556E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$degF / s^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerSquareTime> ;
<http://qudt.org/schema/qudt/plainTextDescription> "'Degree Fahrenheit per Square Second' is a unit for expressing the acceleration of a temperature expressed as 'degF /s2'." ;
<http://qudt.org/schema/qudt/symbol> "°F/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit per Square Second" ;
rdfs:label "Degree Fahrenheit per Square Second"@en ;
.
{"resource":"Degree Fahrenheit per Square Second"
,"qname":"unit:DEG_F-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-PER-SEC2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.5555555555555555555555555555555556"
,"conversion multiplier scientific":"5.555555555555555555555555555555556E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\n The unit $\\textit{Degree Fahrenheit per Square Second}$ is a C.G.S System unit for expressing the acceleration\n of a temperature expressed as $degF \/ s^2$.\n "
,"description (plain text)":"'Degree Fahrenheit per Square Second' is a unit for expressing the acceleration of a temperature expressed as 'degF \/s2'."
,"expression":"$degF \/ s^2$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-2D0"
,"has quantity kind":"quantitykind:TemperaturePerSquareTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit per Square Second"
,"label":"Degree Fahrenheit per Square Second"
,"symbol":"°F\/s²"
,"type":"qudt:Unit"
,"ucum code":"[degF].s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Degree Fahrenheit per Square Second}$ is a C.G.S System unit for expressing the acceleration\n of a temperature expressed as $degF / s^2$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.5555555555555555555555555555555556",
"conversionMultiplier:SN" : 0.5555555555555556,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$degF / s^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerSquareTime",
"plainTextDescription" : "'Degree Fahrenheit per Square Second' is a unit for expressing the acceleration of a temperature expressed as 'degF /s2'.",
"symbol" : "°F/s²",
"ucumCode" : "[degF].s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit per Square Second", {
"@language" : "en",
"@value" : "Degree Fahrenheit per Square Second"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-SEC-PER-BTU_IT
URI: http://qudt.org/vocab/unit/DEG_F-SEC-PER-BTU_IT
The unit $\textit{Degree Fahrenheit Second per British thermal unit (international table)}$ is a non SI-conform unit of the thermal resistance according to the Imperial system of units.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-SEC-PER-BTU_IT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Degree Fahrenheit Second per British thermal unit (international table)}$ is a non SI-conform unit
of the thermal resistance according to the Imperial system of units.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0005265650668407317777848805802642282 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.265650668407317777848805802642282E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalResistance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB250" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB250"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°F·s/Btu{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].s.[Btu_IT]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N86" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit Second per British Thermal Unit (international Definition)" ;
rdfs:label "Degree Fahrenheit Second per British Thermal Unit (international Definition)"@en ;
.
{"resource":"Degree Fahrenheit Second per British Thermal Unit (international Definition)"
,"qname":"unit:DEG_F-SEC-PER-BTU_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-SEC-PER-BTU_IT"
,"properties":["conversion multiplier":"0.0005265650668407317777848805802642282"
,"conversion multiplier scientific":"5.265650668407317777848805802642282E-4"
,"description":"\n The unit $\\textit{Degree Fahrenheit Second per British thermal unit (international table)}$ is a non SI-conform unit\n of the thermal resistance according to the Imperial system of units.\n "
,"has dimension vector":"qkdv:A0E0L-2I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB250"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB250"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit Second per British Thermal Unit (international Definition)"
,"label":"Degree Fahrenheit Second per British Thermal Unit (international Definition)"
,"symbol":"°F·s\/Btu{IT}"
,"type":"qudt:Unit"
,"ucum code":"[degF].s.[Btu_IT]-1"
,"unece common code":"N86"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-SEC-PER-BTU_IT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Degree Fahrenheit Second per British thermal unit (international table)}$ is a non SI-conform unit\n of the thermal resistance according to the Imperial system of units.\n ",
"conversionMultiplier" : "0.0005265650668407317777848805802642282",
"conversionMultiplier:SN" : 5.265650668407317E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalResistance",
"iec61360Code" : "0112/2///62720#UAB250",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB250",
"symbol" : "°F·s/Btu{IT}",
"ucumCode" : "[degF].s.[Btu_IT]-1",
"uneceCommonCode" : "N86",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Fahrenheit Second per British Thermal Unit (international Definition)", {
"@language" : "en",
"@value" : "Degree Fahrenheit Second per British Thermal Unit (international Definition)"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_F-SEC-PER-BTU_TH
URI: http://qudt.org/vocab/unit/DEG_F-SEC-PER-BTU_TH
The unit $\textit{Degree Fahrenheit Second per British thermal unit (thermochemical)}$ is a non SI-conform unit of the thermal resistance according to the Imperial system of units.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_F-SEC-PER-BTU_TH>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Degree Fahrenheit Second per British thermal unit (thermochemical)}$ is a non SI-conform unit
of the thermal resistance according to the Imperial system of units.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0005269174526351679551891036259663741 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.269174526351679551891036259663741E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalResistance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB251" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB251"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°F·s/Btu{th}" ;
<http://qudt.org/schema/qudt/ucumCode> "[degF].s.[Btu_th]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N87" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Fahrenheit Second per British Thermal Unit (thermochemical Definition)" ;
rdfs:label "Degree Fahrenheit Second per British Thermal Unit (thermochemical Definition)"@en ;
.
{"resource":"Degree Fahrenheit Second per British Thermal Unit (thermochemical Definition)"
,"qname":"unit:DEG_F-SEC-PER-BTU_TH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_F-SEC-PER-BTU_TH"
,"properties":["conversion multiplier":"0.0005269174526351679551891036259663741"
,"conversion multiplier scientific":"5.269174526351679551891036259663741E-4"
,"description":"\n The unit $\\textit{Degree Fahrenheit Second per British thermal unit (thermochemical)}$ is a non SI-conform unit\n of the thermal resistance according to the Imperial system of units.\n "
,"has dimension vector":"qkdv:A0E0L-2I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB251"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB251"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Fahrenheit Second per British Thermal Unit (thermochemical Definition)"
,"label":"Degree Fahrenheit Second per British Thermal Unit (thermochemical Definition)"
,"symbol":"°F·s\/Btu{th}"
,"type":"qudt:Unit"
,"ucum code":"[degF].s.[Btu_th]-1"
,"unece common code":"N87"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_F-SEC-PER-BTU_TH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Degree Fahrenheit Second per British thermal unit (thermochemical)}$ is a non SI-conform unit\n of the thermal resistance according to the Imperial system of units.\n ",
"conversionMultiplier" : "0.0005269174526351679551891036259663741",
"conversionMultiplier:SN" : 5.26917452635168E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalResistance",
"iec61360Code" : "0112/2///62720#UAB251",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB251",
"symbol" : "°F·s/Btu{th}",
"ucumCode" : "[degF].s.[Btu_th]-1",
"uneceCommonCode" : "N87",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Degree Fahrenheit Second per British Thermal Unit (thermochemical Definition)"
}, "Degree Fahrenheit Second per British Thermal Unit (thermochemical Definition)" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_R
URI: http://qudt.org/vocab/unit/DEG_R
The unit $\textit{Degree Rankine}$ is a thermodynamic (absolute) temperature scale. The symbol for degrees Rankine is $^\circ R$ or $^\circ Ra$ if necessary to distinguish it from the Rømer and Réaumur scales). Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale. A temperature of $-459.67 ^\circ F$ is exactly equal to $0 ^\circ R$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_R>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Degree Rankine}$ is a thermodynamic (absolute) temperature scale.
The symbol for degrees Rankine is $^\\circ R$ or $^\\circ Ra$ if necessary to distinguish it from the Rømer and Réaumur scales).
Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal
to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale.
A temperature of $-459.67 ^\\circ F$ is exactly equal to $0 ^\\circ R$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.5555555555555556 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.555555555555556E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BoilingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FlashPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeltingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermodynamicTemperature> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA050" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Rankine_scale"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA050"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/K> ;
<http://qudt.org/schema/qudt/symbol> "°R" ;
<http://qudt.org/schema/qudt/ucumCode> "[degR]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "°R" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A48" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q37732658> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Rankine" ;
rdfs:label "Degree Rankine"@en ;
.
{"resource":"Degree Rankine"
,"qname":"unit:DEG_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_R"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q37732658>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.5555555555555556"
,"conversion multiplier scientific":"5.555555555555556E-1"
,"description":"\n The unit $\\textit{Degree Rankine}$ is a thermodynamic (absolute) temperature scale. \n The symbol for degrees Rankine is $^\\circ R$ or $^\\circ Ra$ if necessary to distinguish it from the Rømer and Réaumur scales). \n Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal\n to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale. \n A temperature of $-459.67 ^\\circ F$ is exactly equal to $0 ^\\circ R$.\n "
,"has dimension vector":"qkdv:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:BoilingPoint"
,"has quantity kind":"quantitykind:FlashPoint"
,"has quantity kind":"quantitykind:MeltingPoint"
,"has quantity kind":"quantitykind:Temperature"
,"has quantity kind":"quantitykind:ThermodynamicTemperature"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA050"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Rankine_scale"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA050"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Rankine"
,"label":"Degree Rankine"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/degreeRankine>"
,"scalingOf":"unit:K"
,"symbol":"°R"
,"type":"qudt:Unit"
,"ucum code":"[degR]"
,"udunits code":"°R"
,"unece common code":"A48"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_R",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Degree Rankine}$ is a thermodynamic (absolute) temperature scale. \n The symbol for degrees Rankine is $^\\circ R$ or $^\\circ Ra$ if necessary to distinguish it from the Rømer and Réaumur scales). \n Zero on both the Kelvin and Rankine scales is absolute zero, but the Rankine degree is defined as equal\n to one degree Fahrenheit, rather than the one degree Celsius used by the Kelvin scale. \n A temperature of $-459.67 ^\\circ F$ is exactly equal to $0 ^\\circ R$.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.5555555555555556",
"conversionMultiplier:SN" : 0.5555555555555556,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature", "http://qudt.org/vocab/quantitykind/FlashPoint", "http://qudt.org/vocab/quantitykind/BoilingPoint", "http://qudt.org/vocab/quantitykind/Temperature", "http://qudt.org/vocab/quantitykind/MeltingPoint" ],
"iec61360Code" : "0112/2///62720#UAA050",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Rankine_scale", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA050" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/degreeRankine",
"scalingOf" : "http://qudt.org/vocab/unit/K",
"symbol" : "°R",
"ucumCode" : "[degR]",
"udunitsCode" : "°R",
"uneceCommonCode" : "A48",
"wikidataMatch" : "http://www.wikidata.org/entity/Q37732658",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Rankine", {
"@language" : "en",
"@value" : "Degree Rankine"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_R-PER-HR
URI: http://qudt.org/vocab/unit/DEG_R-PER-HR
The unit $\textit{Degree Rankine per Hour}$ is a rate of change of temperature measured in degree Rankine in periods of one hour.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_R-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Degree Rankine per Hour}$ is a rate of change of temperature measured in degree Rankine in periods of one hour.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000154320987654321 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.54320987654321E-4 ;
<http://qudt.org/schema/qudt/expression> "$degR / h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA051" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA051"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°R/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[degR].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J28" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Rankine per Hour" ;
rdfs:label "Degree Rankine per Hour"@en ;
.
{"resource":"Degree Rankine per Hour"
,"qname":"unit:DEG_R-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_R-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.000154320987654321"
,"conversion multiplier scientific":"1.54320987654321E-4"
,"description":"\n The unit $\\textit{Degree Rankine per Hour}$ is a rate of change of temperature measured in degree Rankine in periods of one hour.\n "
,"expression":"$degR \/ h$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA051"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA051"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Rankine per Hour"
,"label":"Degree Rankine per Hour"
,"symbol":"°R\/h"
,"type":"qudt:Unit"
,"ucum code":"[degR].h-1"
,"unece common code":"J28"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_R-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Degree Rankine per Hour}$ is a rate of change of temperature measured in degree Rankine in periods of one hour.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.000154320987654321",
"conversionMultiplier:SN" : 1.54320987654321E-4,
"expression" : "$degR / h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA051",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA051",
"symbol" : "°R/h",
"ucumCode" : "[degR].h-1",
"uneceCommonCode" : "J28",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Rankine per Hour", {
"@language" : "en",
"@value" : "Degree Rankine per Hour"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_R-PER-MIN
URI: http://qudt.org/vocab/unit/DEG_R-PER-MIN
The unit $\textit{Degree Rankine per Minute}$ is a rate of change of temperature measured in degree Rankine in periods of one minute.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_R-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Degree Rankine per Minute}$ is a rate of change of temperature measured in degree Rankine in periods of one minute.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.009259259259259260000000000000000002 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.259259259259260000000000000000002E-3 ;
<http://qudt.org/schema/qudt/expression> "$degR / m$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA052" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA052"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°R/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[degR].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J29" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Rankine per Minute" ;
rdfs:label "Degree Rankine per Minute"@en ;
.
{"resource":"Degree Rankine per Minute"
,"qname":"unit:DEG_R-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_R-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.009259259259259260000000000000000002"
,"conversion multiplier scientific":"9.259259259259260000000000000000002E-3"
,"description":"\n The unit $\\textit{Degree Rankine per Minute}$ is a rate of change of temperature measured in degree Rankine in periods of one minute.\n "
,"expression":"$degR \/ m$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA052"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA052"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Rankine per Minute"
,"label":"Degree Rankine per Minute"
,"symbol":"°R\/min"
,"type":"qudt:Unit"
,"ucum code":"[degR].min-1"
,"unece common code":"J29"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_R-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Degree Rankine per Minute}$ is a rate of change of temperature measured in degree Rankine in periods of one minute.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.009259259259259260000000000000000002",
"conversionMultiplier:SN" : 0.00925925925925926,
"expression" : "$degR / m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA052",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA052",
"symbol" : "°R/min",
"ucumCode" : "[degR].min-1",
"uneceCommonCode" : "J29",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Rankine per Minute", {
"@language" : "en",
"@value" : "Degree Rankine per Minute"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DEG_R-PER-SEC
URI: http://qudt.org/vocab/unit/DEG_R-PER-SEC
The unit $\textit{Degree Rankine per Second}$ is a rate of change of temperature measured in degree Rankine in periods of one second.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DEG_R-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Degree Rankine per Second}$ is a rate of change of temperature measured in degree Rankine in periods of one second.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.5555555555555556 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.555555555555556E-1 ;
<http://qudt.org/schema/qudt/expression> "$degR / s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA053" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA053"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "°R/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[degR].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J30" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Degree Rankine per Second" ;
rdfs:label "Degree Rankine per Second"@en ;
.
{"resource":"Degree Rankine per Second"
,"qname":"unit:DEG_R-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DEG_R-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.5555555555555556"
,"conversion multiplier scientific":"5.555555555555556E-1"
,"description":"\n The unit $\\textit{Degree Rankine per Second}$ is a rate of change of temperature measured in degree Rankine in periods of one second.\n "
,"expression":"$degR \/ s$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA053"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA053"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Degree Rankine per Second"
,"label":"Degree Rankine per Second"
,"symbol":"°R\/s"
,"type":"qudt:Unit"
,"ucum code":"[degR].s-1"
,"unece common code":"J30"
]}
{
"@id" : "http://qudt.org/vocab/unit/DEG_R-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Degree Rankine per Second}$ is a rate of change of temperature measured in degree Rankine in periods of one second.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.5555555555555556",
"conversionMultiplier:SN" : 0.5555555555555556,
"expression" : "$degR / s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA053",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA053",
"symbol" : "°R/s",
"ucumCode" : "[degR].s-1",
"uneceCommonCode" : "J30",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Degree Rankine per Second", {
"@language" : "en",
"@value" : "Degree Rankine per Second"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DENIER
URI: http://qudt.org/vocab/unit/DENIER
Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DENIER> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000011 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1E-7 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Denier"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB244" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Denier?oldid=463382291"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB244"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM-PER-MilliM> ; <http://qudt.org/schema/qudt/symbol> "D" ; <http://qudt.org/schema/qudt/ucumCode> "[den]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A49" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98492214> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Denier" ; rdfs:label "Denier"@en ; .
{"resource":"Denier"
,"qname":"unit:DENIER"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DENIER"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98492214>"
,"conversion multiplier":"0.00000011"
,"conversion multiplier scientific":"1.1E-7"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Denier"
,"description":"Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1\/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1\/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB244"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Denier?oldid=463382291"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Units_of_textile_measurement#Denier"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB244"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Denier"
,"label":"Denier"
,"scalingOf":"unit:GM-PER-MilliM"
,"symbol":"D"
,"type":"qudt:Unit"
,"ucum code":"[den]"
,"unece common code":"A49"
]}
{
"@id" : "http://qudt.org/vocab/unit/DENIER",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length.",
"conversionMultiplier" : "0.00000011",
"conversionMultiplier:SN" : 1.1E-7,
"dbpediaMatch" : "http://dbpedia.org/resource/Denier",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"iec61360Code" : "0112/2///62720#UAB244",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB244", "http://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier", "http://en.wikipedia.org/wiki/Denier?oldid=463382291" ],
"scalingOf" : "http://qudt.org/vocab/unit/GM-PER-MilliM",
"symbol" : "D",
"ucumCode" : "[den]",
"uneceCommonCode" : "A49",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98492214",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Denier", {
"@language" : "en",
"@value" : "Denier"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DIOPTER
URI: http://qudt.org/vocab/unit/DIOPTER
The unit $\textit{Dioptre}$, or $\textit{Diopter}$, is a unit of measurement for the optical power of a lens or curved mirror, which is equal to the reciprocal of the focal length measured in metres (that is, $1/metre$). For example, a $3 \; dioptre$ lens brings parallel rays of light to focus at $1/3\,metre$. The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature and the vergence of optical beams. Though the diopter is based on the SI-metric system it has not been included in the standard so that there is no international name or abbreviation for this unit of measurement within the international system of units this unit for optical power would need to be specified explicitly as the inverse metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DIOPTER>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Dioptre}$, or $\\textit{Diopter}$, is a unit of measurement for the optical power of a lens or curved mirror,
which is equal to the reciprocal of the focal length measured in metres (that is, $1/metre$).
For example, a $3 \\; dioptre$ lens brings parallel rays of light to focus at $1/3\\,metre$.
The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature
and the vergence of optical beams.
Though the diopter is based on the SI-metric system it has not been included in the standard so that there is
no international name or abbreviation for this unit of measurement within the international system of units
this unit for optical power would need to be specified explicitly as the inverse metre.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Dioptre"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Curvature> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB371" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Dioptre?oldid=492506920"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB371"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PER-M> ;
<http://qudt.org/schema/qudt/symbol> "D" ;
<http://qudt.org/schema/qudt/ucumCode> "[diop]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "Q25" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q193933> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Diopter" ;
rdfs:label "Diopter"@en ;
.
{"resource":"Diopter"
,"qname":"unit:DIOPTER"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DIOPTER"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q193933>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Dioptre"
,"description":"\n The unit $\\textit{Dioptre}$, or $\\textit{Diopter}$, is a unit of measurement for the optical power of a lens or curved mirror,\n which is equal to the reciprocal of the focal length measured in metres (that is, $1\/metre$). \n For example, a $3 \\; dioptre$ lens brings parallel rays of light to focus at $1\/3\\,metre$. \n The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature\n and the vergence of optical beams. \n Though the diopter is based on the SI-metric system it has not been included in the standard so that there is\n no international name or abbreviation for this unit of measurement within the international system of units\n this unit for optical power would need to be specified explicitly as the inverse metre.\n "
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Curvature"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB371"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Dioptre?oldid=492506920"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB371"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Diopter"
,"label":"Diopter"
,"scalingOf":"unit:PER-M"
,"symbol":"D"
,"type":"qudt:Unit"
,"ucum code":"[diop]"
,"unece common code":"Q25"
]}
{
"@id" : "http://qudt.org/vocab/unit/DIOPTER",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Dioptre}$, or $\\textit{Diopter}$, is a unit of measurement for the optical power of a lens or curved mirror,\n which is equal to the reciprocal of the focal length measured in metres (that is, $1/metre$). \n For example, a $3 \\; dioptre$ lens brings parallel rays of light to focus at $1/3\\,metre$. \n The same unit is also sometimes used for other reciprocals of distance, particularly radii of curvature\n and the vergence of optical beams. \n Though the diopter is based on the SI-metric system it has not been included in the standard so that there is\n no international name or abbreviation for this unit of measurement within the international system of units\n this unit for optical power would need to be specified explicitly as the inverse metre.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Dioptre",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Curvature",
"iec61360Code" : "0112/2///62720#UAB371",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB371", "http://en.wikipedia.org/wiki/Dioptre?oldid=492506920" ],
"scalingOf" : "http://qudt.org/vocab/unit/PER-M",
"symbol" : "D",
"ucumCode" : "[diop]",
"uneceCommonCode" : "Q25",
"wikidataMatch" : "http://www.wikidata.org/entity/Q193933",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Diopter", {
"@language" : "en",
"@value" : "Diopter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DPI
URI: http://qudt.org/vocab/unit/DPI
point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DPI>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 39.37007874015748031496062992125984 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.937007874015748031496062992125984E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DotsPerInch> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LineicResolution> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA421" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA421"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "DPI" ;
<http://qudt.org/schema/qudt/ucumCode> "{dot}/[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E39" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q305896> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dots per Inch" ;
rdfs:label "Dots per Inch"@en ;
.
{"resource":"Dots per Inch"
,"qname":"unit:DPI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DPI"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q305896>"
,"conversion multiplier":"39.37007874015748031496062992125984"
,"conversion multiplier scientific":"3.937007874015748031496062992125984E1"
,"description":"point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"description (plain text)":"point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:DotsPerInch"
,"has quantity kind":"quantitykind:LineicResolution"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA421"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA421"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dots per Inch"
,"label":"Dots per Inch"
,"symbol":"DPI"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"{dot}\/[in_i]"
,"unece common code":"E39"
]}
{
"@id" : "http://qudt.org/vocab/unit/DPI",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units",
"conversionMultiplier" : "39.37007874015748031496062992125984",
"conversionMultiplier:SN" : 39.37007874015748,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LineicResolution", "http://qudt.org/vocab/quantitykind/DotsPerInch" ],
"iec61360Code" : "0112/2///62720#UAA421",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA421",
"plainTextDescription" : "point density as amount of the picture base element divided by the unit inch according to the Anglo-American and the Imperial system of units",
"symbol" : "DPI",
"ucumCode" : "{dot}/[in_i]",
"uneceCommonCode" : "E39",
"wikidataMatch" : "http://www.wikidata.org/entity/Q305896",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dots per Inch", {
"@language" : "en",
"@value" : "Dots per Inch"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DRAM_UK
URI: http://qudt.org/vocab/unit/DRAM_UK
non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DRAM_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0017718451953125 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.7718451953125E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB181" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB181"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "dr{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[dr_ap]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "DRI" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dram (UK)" ;
rdfs:label "Dram (UK)"@en ;
.
{"resource":"Dram (UK)"
,"qname":"unit:DRAM_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DRAM_UK"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0017718451953125"
,"conversion multiplier scientific":"1.7718451953125E-3"
,"description":"non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight"
,"description (plain text)":"non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB181"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB181"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dram (UK)"
,"label":"Dram (UK)"
,"scalingOf":"unit:KiloGM"
,"symbol":"dr{UK}"
,"type":"qudt:Unit"
,"ucum code":"[dr_ap]"
,"unece common code":"DRI"
]}
{
"@id" : "http://qudt.org/vocab/unit/DRAM_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0017718451953125",
"conversionMultiplier:SN" : 0.0017718451953125,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB181",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB181",
"plainTextDescription" : "non SI-conforming unit of mass comes from the Anglo-American Troy or Apothecaries' Weight System of units which is mainly used in England, in the Netherlands and in the USA as a commercial weight",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "dr{UK}",
"ucumCode" : "[dr_ap]",
"uneceCommonCode" : "DRI",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dram (UK)", {
"@language" : "en",
"@value" : "Dram (UK)"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DRAM_US
URI: http://qudt.org/vocab/unit/DRAM_US
non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DRAM_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0038879346 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.8879346E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB180" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB180"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "dr{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[dr_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "dr" ;
<http://qudt.org/schema/qudt/udunitsCode> "fldr" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "DRA" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dram (US)" ;
rdfs:label "Dram (US)"@en ;
.
{"resource":"Dram (US)"
,"qname":"unit:DRAM_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DRAM_US"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0038879346"
,"conversion multiplier scientific":"3.8879346E-3"
,"description":"non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1\/16 ounce (av. ) = 1\/256 pound (av.)"
,"description (plain text)":"non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1\/16 ounce (av. ) = 1\/256 pound (av.)"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB180"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB180"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dram (US)"
,"label":"Dram (US)"
,"scalingOf":"unit:KiloGM"
,"symbol":"dr{US}"
,"type":"qudt:Unit"
,"ucum code":"[dr_av]"
,"udunits code":"dr"
,"udunits code":"fldr"
,"unece common code":"DRA"
]}
{
"@id" : "http://qudt.org/vocab/unit/DRAM_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0038879346",
"conversionMultiplier:SN" : 0.0038879346,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB180",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB180",
"plainTextDescription" : "non SI-conform unit of the mass according to the avoirdupois system of units: 1 dram (av. ) = 1/16 ounce (av. ) = 1/256 pound (av.)",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "dr{US}",
"ucumCode" : "[dr_av]",
"udunitsCode" : [ "dr", "fldr" ],
"uneceCommonCode" : "DRA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dram (US)", {
"@language" : "en",
"@value" : "Dram (US)"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DWT
URI: http://qudt.org/vocab/unit/DWT
"Penny Weight" is a unit for 'Mass' expressed as $dwt$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DWT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Penny Weight\" is a unit for 'Mass' expressed as $dwt$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00155517384 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.55517384E-3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pennyweight"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PENNYWEIGHT> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pennyweight?oldid=486693644"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "dwt" ; <http://qudt.org/schema/qudt/ucumCode> "[pwt_tr]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DWT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1361854> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Penny Weight" ; rdfs:label "Penny Weight"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "dryquartus" ; .
{"resource":"Penny Weight"
,"qname":"unit:DWT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DWT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1361854>"
,"alternative label":"dryquartus"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00155517384"
,"conversion multiplier scientific":"1.55517384E-3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pennyweight"
,"defined unit of system":"sou:USCS"
,"description":"\"Penny Weight\" is a unit for 'Mass' expressed as $dwt$."
,"exact match":"unit:PENNYWEIGHT"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pennyweight?oldid=486693644"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Penny Weight"
,"label":"Penny Weight"
,"scalingOf":"unit:KiloGM"
,"symbol":"dwt"
,"type":"qudt:Unit"
,"ucum code":"[pwt_tr]"
,"unece common code":"DWT"
]}
{
"@id" : "http://qudt.org/vocab/unit/DWT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Penny Weight\" is a unit for 'Mass' expressed as $dwt$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00155517384",
"conversionMultiplier:SN" : 0.00155517384,
"dbpediaMatch" : "http://dbpedia.org/resource/Pennyweight",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"exactMatch" : "http://qudt.org/vocab/unit/PENNYWEIGHT",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"informativeReference" : "http://en.wikipedia.org/wiki/Pennyweight?oldid=486693644",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "dwt",
"ucumCode" : "[pwt_tr]",
"uneceCommonCode" : "DWT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1361854",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Penny Weight", {
"@language" : "en",
"@value" : "Penny Weight"
} ],
"altLabel" : "dryquartus",
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DYN
URI: http://qudt.org/vocab/unit/DYN
In physics, the $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units. The $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units. One $dyne$ is equal to $\SI{10}{\micro\newton}$. Equivalently, the $dyne$ is defined as 'the force required to accelerate a mass of one gram at a rate of one centimetre per square second'. A $\textit{dyne per centimetre}$ is the unit traditionally used to measure surface tension.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DYN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
In physics, the $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units.
The $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units.
One $dyne$ is equal to $\\SI{10}{\\micro\\newton}$.
Equivalently, the $dyne$ is defined as 'the force required to accelerate a mass of one gram at a rate of one centimetre per square second'.
A $\\textit{dyne per centimetre}$ is the unit traditionally used to measure surface tension.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Dyne"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA422" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Dyne?oldid=494703827"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA422"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$g\\cdot cm/s^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/dyne> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ;
<http://qudt.org/schema/qudt/symbol> "dyn" ;
<http://qudt.org/schema/qudt/ucumCode> "dyn"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "DU" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q201933> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dyne" ;
rdfs:label "Dyne"@en ;
.
{"resource":"Dyne"
,"qname":"unit:DYN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DYN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q201933>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Dyne"
,"description":"\n In physics, the $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units. \n The $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units. \n One $dyne$ is equal to $\\SI{10}{\\micro\\newton}$. \n Equivalently, the $dyne$ is defined as 'the force required to accelerate a mass of one gram at a rate of one centimetre per square second'. \n A $\\textit{dyne per centimetre}$ is the unit traditionally used to measure surface tension.\n "
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA422"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Dyne?oldid=494703827"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA422"
,"is coherent derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dyne"
,"label":"Dyne"
,"latex definition":"$g\\cdot cm\/s^{2}$"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/dyne>"
,"scalingOf":"unit:N"
,"symbol":"dyn"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"dyn"
,"unece common code":"DU"
]}
{
"@id" : "http://qudt.org/vocab/unit/DYN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n In physics, the $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units. \n The $dyne$ is a unit of force specified in the centimetre-gram-second (CGS) system of units. \n One $dyne$ is equal to $\\SI{10}{\\micro\\newton}$. \n Equivalently, the $dyne$ is defined as 'the force required to accelerate a mass of one gram at a rate of one centimetre per square second'. \n A $\\textit{dyne per centimetre}$ is the unit traditionally used to measure surface tension.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"dbpediaMatch" : "http://dbpedia.org/resource/Dyne",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/CGS",
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAA422",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Dyne?oldid=494703827", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA422" ],
"latexDefinition" : "$g\\cdot cm/s^{2}$",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/dyne",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "dyn",
"ucumCode" : "dyn",
"uneceCommonCode" : "DU",
"wikidataMatch" : "http://www.wikidata.org/entity/Q201933",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dyne", {
"@language" : "en",
"@value" : "Dyne"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DYN-CentiM
URI: http://qudt.org/vocab/unit/DYN-CentiM
"Dyne Centimeter" is a C.G.S System unit for 'Torque' expressed as $dyn-cm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DYN-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Dyne Centimeter\" is a C.G.S System unit for 'Torque' expressed as $dyn-cm$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/expression> "$dyn-cm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA423" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA423"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dyn·cm" ; <http://qudt.org/schema/qudt/ucumCode> "dyn.cm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J94" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dyne Centimeter"@en-US ; rdfs:label "Dyne Centimetre" ; rdfs:label "Dyne Centimetre"@en ; .
{"resource":"Dyne Centimetre"
,"qname":"unit:DYN-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DYN-CentiM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"\"Dyne Centimeter\" is a C.G.S System unit for 'Torque' expressed as $dyn-cm$."
,"expression":"$dyn-cm$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA423"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA423"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dyne Centimeter"
,"label":"Dyne Centimetre"
,"label":"Dyne Centimetre"
,"symbol":"dyn·cm"
,"type":"qudt:Unit"
,"ucum code":"dyn.cm"
,"unece common code":"J94"
]}
{
"@id" : "http://qudt.org/vocab/unit/DYN-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Dyne Centimeter\" is a C.G.S System unit for 'Torque' expressed as $dyn-cm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"expression" : "$dyn-cm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAA423",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA423",
"symbol" : "dyn·cm",
"ucumCode" : "dyn.cm",
"uneceCommonCode" : "J94",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dyne Centimetre", {
"@language" : "en",
"@value" : "Dyne Centimetre"
}, {
"@language" : "en-us",
"@value" : "Dyne Centimeter"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DYN-M
URI: http://qudt.org/vocab/unit/DYN-M
[CGS] unit of the rotational moment
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DYN-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit of the rotational moment" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB419" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB419"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dyn·m" ; <http://qudt.org/schema/qudt/ucumCode> "dyn.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M97" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dyne Meter"@en-US ; rdfs:label "Dyne Metre" ; rdfs:label "Dyne Metre"@en ; .
{"resource":"Dyne Metre"
,"qname":"unit:DYN-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DYN-M"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"[CGS] unit of the rotational moment"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB419"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB419"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dyne Meter"
,"label":"Dyne Metre"
,"label":"Dyne Metre"
,"symbol":"dyn·m"
,"type":"qudt:Unit"
,"ucum code":"dyn.m"
,"unece common code":"M97"
]}
{
"@id" : "http://qudt.org/vocab/unit/DYN-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit of the rotational moment",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAB419",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB419",
"symbol" : "dyn·m",
"ucumCode" : "dyn.m",
"uneceCommonCode" : "M97",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Dyne Meter"
}, "Dyne Metre", {
"@language" : "en",
"@value" : "Dyne Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DYN-PER-CentiM
URI: http://qudt.org/vocab/unit/DYN-PER-CentiM
CGS unit of the surface tension
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DYN-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "CGS unit of the surface tension"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB106" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB106"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "CGS unit of the surface tension" ; <http://qudt.org/schema/qudt/symbol> "dyn/cm" ; <http://qudt.org/schema/qudt/ucumCode> "dyn.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DX" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106455582> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dyne per Centimeter"@en-US ; rdfs:label "Dyne per Centimetre" ; rdfs:label "Dyne per Centimetre"@en ; .
{"resource":"Dyne per Centimetre"
,"qname":"unit:DYN-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DYN-PER-CentiM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106455582>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"CGS unit of the surface tension"
,"description (plain text)":"CGS unit of the surface tension"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB106"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB106"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dyne per Centimeter"
,"label":"Dyne per Centimetre"
,"label":"Dyne per Centimetre"
,"symbol":"dyn\/cm"
,"type":"qudt:Unit"
,"ucum code":"dyn.cm-1"
,"unece common code":"DX"
]}
{
"@id" : "http://qudt.org/vocab/unit/DYN-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "CGS unit of the surface tension",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"iec61360Code" : "0112/2///62720#UAB106",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB106",
"plainTextDescription" : "CGS unit of the surface tension",
"symbol" : "dyn/cm",
"ucumCode" : "dyn.cm-1",
"uneceCommonCode" : "DX",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106455582",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dyne per Centimetre", {
"@language" : "en",
"@value" : "Dyne per Centimetre"
}, {
"@language" : "en-us",
"@value" : "Dyne per Centimeter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DYN-PER-CentiM2
URI: http://qudt.org/vocab/unit/DYN-PER-CentiM2
"Dyne per Square Centimeter" is a C.G.S System unit for 'Force Per Area' expressed as $dyn/cm^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DYN-PER-CentiM2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Dyne per Square Centimeter\" is a C.G.S System unit for 'Force Per Area' expressed as $dyn/cm^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/expression> "$dyn/cm^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA424" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA424"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "dyn/cm²" ;
<http://qudt.org/schema/qudt/ucumCode> "dyn.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D9" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107361141> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dyne per Square Centimeter"@en-US ;
rdfs:label "Dyne per Square Centimetre" ;
rdfs:label "Dyne per Square Centimetre"@en ;
.
{"resource":"Dyne per Square Centimetre"
,"qname":"unit:DYN-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DYN-PER-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107361141>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"\"Dyne per Square Centimeter\" is a C.G.S System unit for 'Force Per Area' expressed as $dyn\/cm^{2}$."
,"expression":"$dyn\/cm^{2}$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA424"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA424"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dyne per Square Centimeter"
,"label":"Dyne per Square Centimetre"
,"label":"Dyne per Square Centimetre"
,"symbol":"dyn\/cm²"
,"type":"qudt:Unit"
,"ucum code":"dyn.cm-2"
,"unece common code":"D9"
]}
{
"@id" : "http://qudt.org/vocab/unit/DYN-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Dyne per Square Centimeter\" is a C.G.S System unit for 'Force Per Area' expressed as $dyn/cm^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"expression" : "$dyn/cm^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAA424",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA424",
"symbol" : "dyn/cm²",
"ucumCode" : "dyn.cm-2",
"uneceCommonCode" : "D9",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107361141",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dyne per Square Centimetre", {
"@language" : "en",
"@value" : "Dyne per Square Centimetre"
}, {
"@language" : "en-us",
"@value" : "Dyne per Square Centimeter"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DYN-SEC-PER-CentiM
URI: http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM
CGS unit of the mechanical impedance
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "CGS unit of the mechanical impedance"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB144" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB144"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "CGS unit of the mechanical impedance" ; <http://qudt.org/schema/qudt/symbol> "dyn·s/cm" ; <http://qudt.org/schema/qudt/ucumCode> "dyn.s.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A51" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dyne Second per Centimeter"@en-US ; rdfs:label "Dyne Second per Centimetre" ; rdfs:label "Dyne Second per Centimetre"@en ; .
{"resource":"Dyne Second per Centimetre"
,"qname":"unit:DYN-SEC-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DYN-SEC-PER-CentiM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"CGS unit of the mechanical impedance"
,"description (plain text)":"CGS unit of the mechanical impedance"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB144"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB144"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dyne Second per Centimeter"
,"label":"Dyne Second per Centimetre"
,"label":"Dyne Second per Centimetre"
,"symbol":"dyn·s\/cm"
,"type":"qudt:Unit"
,"ucum code":"dyn.s.cm-1"
,"unece common code":"A51"
]}
{
"@id" : "http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "CGS unit of the mechanical impedance",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAB144",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB144",
"plainTextDescription" : "CGS unit of the mechanical impedance",
"symbol" : "dyn·s/cm",
"ucumCode" : "dyn.s.cm-1",
"uneceCommonCode" : "A51",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dyne Second per Centimetre", {
"@language" : "en-us",
"@value" : "Dyne Second per Centimeter"
}, {
"@language" : "en",
"@value" : "Dyne Second per Centimetre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DYN-SEC-PER-CentiM3
URI: http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM3
CGS unit of the acoustic image impedance of the medium
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "CGS unit of the acoustic image impedance of the medium"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB102" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB102"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "CGS unit of the acoustic image impedance of the medium" ; <http://qudt.org/schema/qudt/symbol> "dyn·s/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "dyn.s.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A50" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dyne Second per Cubic Centimeter"@en-US ; rdfs:label "Dyne Second per Cubic Centimetre" ; rdfs:label "Dyne Second per Cubic Centimetre"@en ; .
{"resource":"Dyne Second per Cubic Centimetre"
,"qname":"unit:DYN-SEC-PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DYN-SEC-PER-CentiM3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"CGS unit of the acoustic image impedance of the medium"
,"description (plain text)":"CGS unit of the acoustic image impedance of the medium"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB102"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB102"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dyne Second per Cubic Centimeter"
,"label":"Dyne Second per Cubic Centimetre"
,"label":"Dyne Second per Cubic Centimetre"
,"symbol":"dyn·s\/cm³"
,"type":"qudt:Unit"
,"ucum code":"dyn.s.cm-3"
,"unece common code":"A50"
]}
{
"@id" : "http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "CGS unit of the acoustic image impedance of the medium",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"iec61360Code" : "0112/2///62720#UAB102",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB102",
"plainTextDescription" : "CGS unit of the acoustic image impedance of the medium",
"symbol" : "dyn·s/cm³",
"ucumCode" : "dyn.s.cm-3",
"uneceCommonCode" : "A50",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dyne Second per Cubic Centimetre", {
"@language" : "en",
"@value" : "Dyne Second per Cubic Centimetre"
}, {
"@language" : "en-us",
"@value" : "Dyne Second per Cubic Centimeter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DYN-SEC-PER-CentiM5
URI: http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM5
[CGS] unit of the acoustic impedance (volume flow rate-related pressure)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM5> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit of the acoustic impedance (volume flow rate-related pressure)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 100000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureInRelationToVolumeFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB045" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB045"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dyn·s/cm⁵" ; <http://qudt.org/schema/qudt/ucumCode> "dyn.s.cm-5"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A52" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dyne Second per Quintic Centimeter"@en-US ; rdfs:label "Dyne Second per Quintic Centimetre" ; rdfs:label "Dyne Second per Quintic Centimetre"@en ; .
{"resource":"Dyne Second per Quintic Centimetre"
,"qname":"unit:DYN-SEC-PER-CentiM5"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DYN-SEC-PER-CentiM5"
,"properties":["conversion multiplier":"100000.0"
,"conversion multiplier scientific":"1.0E5"
,"description":"[CGS] unit of the acoustic impedance (volume flow rate-related pressure)"
,"has dimension vector":"qkdv:A0E0L-4I0M1H0T-1D0"
,"has quantity kind":"quantitykind:PressureInRelationToVolumeFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB045"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB045"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dyne Second per Quintic Centimeter"
,"label":"Dyne Second per Quintic Centimetre"
,"label":"Dyne Second per Quintic Centimetre"
,"symbol":"dyn·s\/cm\u2075"
,"type":"qudt:Unit"
,"ucum code":"dyn.s.cm-5"
,"unece common code":"A52"
]}
{
"@id" : "http://qudt.org/vocab/unit/DYN-SEC-PER-CentiM5",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit of the acoustic impedance (volume flow rate-related pressure)",
"conversionMultiplier" : "100000.0",
"conversionMultiplier:SN" : 100000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureInRelationToVolumeFlowRate",
"iec61360Code" : "0112/2///62720#UAB045",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB045",
"symbol" : "dyn·s/cm⁵",
"ucumCode" : "dyn.s.cm-5",
"uneceCommonCode" : "A52",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dyne Second per Quintic Centimetre", {
"@language" : "en",
"@value" : "Dyne Second per Quintic Centimetre"
}, {
"@language" : "en-us",
"@value" : "Dyne Second per Quintic Centimeter"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Da
URI: http://qudt.org/vocab/unit/Da
The unified atomic mass unit (symbol: $\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a "non-SI unit whose values in SI units must be obtained experimentally".
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/Da>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\"."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/DA> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000000000000000166053878283 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.66053878283E-27 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Dalton"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/AMU> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/U> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolecularMass> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Dalton?oldid=495038954"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/dalton> ;
<http://qudt.org/schema/qudt/symbol> "Da" ;
<http://qudt.org/schema/qudt/ucumCode> "u"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D43" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q483261> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dalton" ;
rdfs:label "Dalton"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "atomic-mass-unit" ;
.
{"resource":"Dalton"
,"qname":"unit:Da"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Da"
,"properties":["Individual from SI Reference Point":"si-unit:dalton"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q483261>"
,"alternative label":"atomic-mass-unit"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.00000000000000000000000000166053878283"
,"conversion multiplier scientific":"1.66053878283E-27"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Dalton"
,"deprecated":"true"
,"description":"The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\"."
,"exact match":"unit:AMU"
,"exact match":"unit:U"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:MolecularMass"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Atomic_mass_unit"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Dalton?oldid=495038954"
,"is replaced by":"unit:DA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dalton"
,"label":"Dalton"
,"scalingOf":"unit:KiloGM"
,"symbol":"Da"
,"type":"qudt:Unit"
,"ucum code":"u"
,"unece common code":"D43"
]}
{
"@id" : "http://qudt.org/vocab/unit/Da",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The unified atomic mass unit (symbol: $\\mu$) or dalton (symbol: Da) is a unit that is used for indicating mass on an atomic or molecular scale. It is defined as one twelfth of the rest mass of an unbound atom of carbon-12 in its nuclear and electronic ground state, and has a value of $1.660538782(83) \\times 10^{-27} kg$. One $Da$ is approximately equal to the mass of one proton or one neutron. The CIPM have categorised it as a \"non-SI unit whose values in SI units must be obtained experimentally\".",
"isReplacedBy" : "http://qudt.org/vocab/unit/DA",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00000000000000000000000000166053878283",
"conversionMultiplier:SN" : 1.66053878283E-27,
"dbpediaMatch" : "http://dbpedia.org/resource/Dalton",
"http://qudt.org/schema/qudt/deprecated" : true,
"exactMatch" : [ "http://qudt.org/vocab/unit/U", "http://qudt.org/vocab/unit/AMU" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolecularMass",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Dalton?oldid=495038954", "http://en.wikipedia.org/wiki/Atomic_mass_unit" ],
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"siExactMatch" : "https://si-digital-framework.org/SI/units/dalton",
"symbol" : "Da",
"ucumCode" : "u",
"uneceCommonCode" : "D43",
"wikidataMatch" : "http://www.wikidata.org/entity/Q483261",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dalton", {
"@language" : "en",
"@value" : "Dalton"
} ],
"altLabel" : "atomic-mass-unit",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Debye
URI: http://qudt.org/vocab/unit/Debye
"Debye" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/Debye> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Debye\" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/DEBYE> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000000000000000000333564 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.33564E-30 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Debye"^^xsd:anyURI ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricDipoleMoment> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Debye?oldid=492149112"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/debye> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C-M> ; <http://qudt.org/schema/qudt/symbol> "D" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q40603> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Debye" ; rdfs:label "Debye"@en ; .
{"resource":"Debye"
,"qname":"unit:Debye"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Debye"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q40603>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.00000000000000000000000000000333564"
,"conversion multiplier scientific":"3.33564E-30"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Debye"
,"deprecated":"true"
,"description":"\"Debye\" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$."
,"has dimension vector":"qkdv:A0E1L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricDipoleMoment"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Debye?oldid=492149112"
,"is replaced by":"unit:DEBYE"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Debye"
,"label":"Debye"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/debye>"
,"scalingOf":"unit:C-M"
,"symbol":"D"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/Debye",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Debye\" is a C.G.S System unit for 'Electric Dipole Moment' expressed as $D$.",
"isReplacedBy" : "http://qudt.org/vocab/unit/DEBYE",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00000000000000000000000000000333564",
"conversionMultiplier:SN" : 3.33564E-30,
"dbpediaMatch" : "http://dbpedia.org/resource/Debye",
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L1I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricDipoleMoment",
"informativeReference" : "http://en.wikipedia.org/wiki/Debye?oldid=492149112",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/debye",
"scalingOf" : "http://qudt.org/vocab/unit/C-M",
"symbol" : "D",
"wikidataMatch" : "http://www.wikidata.org/entity/Q40603",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Debye", {
"@language" : "en",
"@value" : "Debye"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DecaARE
URI: http://qudt.org/vocab/unit/DecaARE
unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DecaARE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB049" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB049"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deca> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/ARE> ; <http://qudt.org/schema/qudt/symbol> "daa" ; <http://qudt.org/schema/qudt/ucumCode> "daar"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DAA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3396758> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decaare" ; rdfs:label "Decaare"@en ; .
{"resource":"Decaare"
,"qname":"unit:DecaARE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DecaARE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3396758>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a"
,"description (plain text)":"unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB049"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB049"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decaare"
,"label":"Decaare"
,"prefix":"prefix:Deca"
,"scalingOf":"unit:ARE"
,"symbol":"daa"
,"type":"qudt:Unit"
,"ucum code":"daar"
,"unece common code":"DAA"
]}
{
"@id" : "http://qudt.org/vocab/unit/DecaARE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"iec61360Code" : "0112/2///62720#UAB049",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB049",
"plainTextDescription" : "unit of the area which is mainly common in the agriculture and forestry: 1 da = 10 a",
"prefix" : "http://qudt.org/vocab/prefix/Deca",
"scalingOf" : "http://qudt.org/vocab/unit/ARE",
"symbol" : "daa",
"ucumCode" : "daar",
"uneceCommonCode" : "DAA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3396758",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decaare", {
"@language" : "en",
"@value" : "Decaare"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DecaC
URI: http://qudt.org/vocab/unit/DecaC
A DecaCoulomb is $10 C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DecaC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A DecaCoulomb is $10 C$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deca> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ; <http://qudt.org/schema/qudt/symbol> "daC" ; <http://qudt.org/schema/qudt/ucumCode> "daC"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95379491> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decacoulomb" ; rdfs:label "Decacoulomb"@cs ; rdfs:label "Decacoulomb"@en ; rdfs:label "Decacoulomb"@fr ; rdfs:label "Decacoulomb"@hu ; rdfs:label "Decacoulomb"@it ; rdfs:label "Decacoulomb"@ms ; rdfs:label "Decacoulomb"@ro ; rdfs:label "Decacoulomb"@sl ; rdfs:label "Decacoulomb"@tr ; rdfs:label "Decaculombio"@es ; rdfs:label "Decakulomb"@pl ; rdfs:label "Dekacoulomb"@de ; <http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ; .
{"resource":"Decacoulomb"
,"qname":"unit:DecaC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DecaC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95379491>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"A DecaCoulomb is $10 C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decacoulomb"
,"label":"Decacoulomb"
,"label":"Decacoulomb"
,"label":"Decacoulomb"
,"label":"Decacoulomb"
,"label":"Decacoulomb"
,"label":"Decacoulomb"
,"label":"Decacoulomb"
,"label":"Decacoulomb"
,"label":"Decacoulomb"
,"label":"Decaculombio"
,"label":"Decakulomb"
,"label":"Dekacoulomb"
,"prefix":"prefix:Deca"
,"scalingOf":"unit:C"
,"symbol":"daC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"daC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/DecaC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A DecaCoulomb is $10 C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Deca",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "daC",
"ucumCode" : "daC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95379491",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decacoulomb", {
"@language" : "cs",
"@value" : "Decacoulomb"
}, {
"@language" : "en",
"@value" : "Decacoulomb"
}, {
"@language" : "ro",
"@value" : "Decacoulomb"
}, {
"@language" : "sl",
"@value" : "Decacoulomb"
}, {
"@language" : "tr",
"@value" : "Decacoulomb"
}, {
"@language" : "fr",
"@value" : "Decacoulomb"
}, {
"@language" : "hu",
"@value" : "Decacoulomb"
}, {
"@language" : "it",
"@value" : "Decacoulomb"
}, {
"@language" : "ms",
"@value" : "Decacoulomb"
}, {
"@language" : "es",
"@value" : "Decaculombio"
}, {
"@language" : "pl",
"@value" : "Decakulomb"
}, {
"@language" : "de",
"@value" : "Dekacoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DecaGM
URI: http://qudt.org/vocab/unit/DecaGM
0.01-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DecaGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB075" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB075"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.01-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deca> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM> ; <http://qudt.org/schema/qudt/symbol> "dag" ; <http://qudt.org/schema/qudt/ucumCode> "dag"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DJ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q6517513> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decagram" ; rdfs:label "Decagram"@cs ; rdfs:label "Decagram"@en ; rdfs:label "Decagram"@ms ; rdfs:label "Decagram"@pl ; rdfs:label "Decagram"@ro ; rdfs:label "Decagram"@sl ; rdfs:label "Decagram"@tr ; rdfs:label "Decagramm"@hu ; rdfs:label "Decagramme"@fr ; rdfs:label "Decagrammo"@it ; rdfs:label "Decagramo"@es ; rdfs:label "Dekagramm"@de ; .
{"resource":"Decagram"
,"qname":"unit:DecaGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DecaGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q6517513>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.01-fold of the SI base unit kilogram"
,"description (plain text)":"0.01-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB075"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB075"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decagram"
,"label":"Decagram"
,"label":"Decagram"
,"label":"Decagram"
,"label":"Decagram"
,"label":"Decagram"
,"label":"Decagram"
,"label":"Decagram"
,"label":"Decagramm"
,"label":"Decagramme"
,"label":"Decagrammo"
,"label":"Decagramo"
,"label":"Dekagramm"
,"prefix":"prefix:Deca"
,"scalingOf":"unit:GM"
,"symbol":"dag"
,"type":"qudt:Unit"
,"ucum code":"dag"
,"unece common code":"DJ"
]}
{
"@id" : "http://qudt.org/vocab/unit/DecaGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB075",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB075",
"plainTextDescription" : "0.01-fold of the SI base unit kilogram",
"prefix" : "http://qudt.org/vocab/prefix/Deca",
"scalingOf" : "http://qudt.org/vocab/unit/GM",
"symbol" : "dag",
"ucumCode" : "dag",
"uneceCommonCode" : "DJ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q6517513",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decagram", {
"@language" : "pl",
"@value" : "Decagram"
}, {
"@language" : "ro",
"@value" : "Decagram"
}, {
"@language" : "sl",
"@value" : "Decagram"
}, {
"@language" : "tr",
"@value" : "Decagram"
}, {
"@language" : "cs",
"@value" : "Decagram"
}, {
"@language" : "en",
"@value" : "Decagram"
}, {
"@language" : "ms",
"@value" : "Decagram"
}, {
"@language" : "it",
"@value" : "Decagrammo"
}, {
"@language" : "hu",
"@value" : "Decagramm"
}, {
"@language" : "de",
"@value" : "Dekagramm"
}, {
"@language" : "fr",
"@value" : "Decagramme"
}, {
"@language" : "es",
"@value" : "Decagramo"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DecaK
URI: http://qudt.org/vocab/unit/DecaK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DecaK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BoilingPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CorrelatedColorTemperature> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FlashPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeltingPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermodynamicTemperature> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deca> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/K> ; <http://qudt.org/schema/qudt/symbol> "daK" ; <http://qudt.org/schema/qudt/ucumCode> "daK"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decakelvin" ; rdfs:label "Decakelvin"@cs ; rdfs:label "Decakelvin"@en ; rdfs:label "Decakelvin"@es ; rdfs:label "Decakelvin"@fr ; rdfs:label "Decakelvin"@hu ; rdfs:label "Decakelvin"@it ; rdfs:label "Decakelvin"@ms ; rdfs:label "Decakelvin"@ro ; rdfs:label "Decakelvin"@sl ; rdfs:label "Decakelvin"@tr ; rdfs:label "Decakelwin"@pl ; rdfs:label "Dekakelvin"@de ; .
{"resource":"Decakelvin"
,"qname":"unit:DecaK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DecaK"
,"properties":["conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:BoilingPoint"
,"has quantity kind":"quantitykind:CorrelatedColorTemperature"
,"has quantity kind":"quantitykind:FlashPoint"
,"has quantity kind":"quantitykind:MeltingPoint"
,"has quantity kind":"quantitykind:Temperature"
,"has quantity kind":"quantitykind:ThermodynamicTemperature"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decakelvin"
,"label":"Decakelvin"
,"label":"Decakelvin"
,"label":"Decakelvin"
,"label":"Decakelvin"
,"label":"Decakelvin"
,"label":"Decakelvin"
,"label":"Decakelvin"
,"label":"Decakelvin"
,"label":"Decakelvin"
,"label":"Decakelvin"
,"label":"Decakelwin"
,"label":"Dekakelvin"
,"prefix":"prefix:Deca"
,"scalingOf":"unit:K"
,"symbol":"daK"
,"type":"qudt:Unit"
,"ucum code":"daK"
]}
{
"@id" : "http://qudt.org/vocab/unit/DecaK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MeltingPoint", "http://qudt.org/vocab/quantitykind/Temperature", "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature", "http://qudt.org/vocab/quantitykind/BoilingPoint", "http://qudt.org/vocab/quantitykind/CorrelatedColorTemperature", "http://qudt.org/vocab/quantitykind/FlashPoint" ],
"prefix" : "http://qudt.org/vocab/prefix/Deca",
"scalingOf" : "http://qudt.org/vocab/unit/K",
"symbol" : "daK",
"ucumCode" : "daK",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decakelvin", {
"@language" : "cs",
"@value" : "Decakelvin"
}, {
"@language" : "en",
"@value" : "Decakelvin"
}, {
"@language" : "es",
"@value" : "Decakelvin"
}, {
"@language" : "fr",
"@value" : "Decakelvin"
}, {
"@language" : "hu",
"@value" : "Decakelvin"
}, {
"@language" : "de",
"@value" : "Dekakelvin"
}, {
"@language" : "it",
"@value" : "Decakelvin"
}, {
"@language" : "ms",
"@value" : "Decakelvin"
}, {
"@language" : "ro",
"@value" : "Decakelvin"
}, {
"@language" : "sl",
"@value" : "Decakelvin"
}, {
"@language" : "tr",
"@value" : "Decakelvin"
}, {
"@language" : "pl",
"@value" : "Decakelwin"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DecaL
URI: http://qudt.org/vocab/unit/DecaL
10-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DecaL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "10-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB115" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB115"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "10-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deca> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "daL" ; <http://qudt.org/schema/qudt/ucumCode> "daL"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A44" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2637946> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decaliter"@en-US ; rdfs:label "Decalitre" ; rdfs:label "Decalitre"@en ; .
{"resource":"Decalitre"
,"qname":"unit:DecaL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DecaL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2637946>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"10-fold of the unit litre"
,"description (plain text)":"10-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB115"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB115"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decaliter"
,"label":"Decalitre"
,"label":"Decalitre"
,"prefix":"prefix:Deca"
,"scalingOf":"unit:L"
,"symbol":"daL"
,"type":"qudt:Unit"
,"ucum code":"daL"
,"unece common code":"A44"
]}
{
"@id" : "http://qudt.org/vocab/unit/DecaL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "10-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB115",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB115",
"plainTextDescription" : "10-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Deca",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "daL",
"ucumCode" : "daL",
"uneceCommonCode" : "A44",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2637946",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Decaliter"
}, "Decalitre", {
"@language" : "en",
"@value" : "Decalitre"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DecaM
URI: http://qudt.org/vocab/unit/DecaM
10-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DecaM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "10-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB064" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB064"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "10-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deca> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "dam" ; <http://qudt.org/schema/qudt/ucumCode> "dam"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A45" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q848856> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decameter"@en-US ; rdfs:label "Decameter"@ms ; rdfs:label "Decameter"@sl ; rdfs:label "Decametr"@cs ; rdfs:label "Decametr"@pl ; rdfs:label "Decametre" ; rdfs:label "Decametre"@en ; rdfs:label "Decametre"@tr ; rdfs:label "Decametro"@es ; rdfs:label "Decametro"@it ; rdfs:label "Decametru"@ro ; rdfs:label "Decamètre"@fr ; rdfs:label "Decaméter"@hu ; rdfs:label "Dekameter"@de ; .
{"resource":"Decametre"
,"qname":"unit:DecaM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DecaM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q848856>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"10-fold of the SI base unit metre"
,"description (plain text)":"10-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB064"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB064"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decameter"
,"label":"Decameter"
,"label":"Decameter"
,"label":"Decametr"
,"label":"Decametr"
,"label":"Decametre"
,"label":"Decametre"
,"label":"Decametre"
,"label":"Decametro"
,"label":"Decametro"
,"label":"Decametru"
,"label":"Decamètre"
,"label":"Decaméter"
,"label":"Dekameter"
,"prefix":"prefix:Deca"
,"scalingOf":"unit:M"
,"symbol":"dam"
,"type":"qudt:Unit"
,"ucum code":"dam"
,"unece common code":"A45"
]}
{
"@id" : "http://qudt.org/vocab/unit/DecaM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "10-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB064",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB064",
"plainTextDescription" : "10-fold of the SI base unit metre",
"prefix" : "http://qudt.org/vocab/prefix/Deca",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "dam",
"ucumCode" : "dam",
"uneceCommonCode" : "A45",
"wikidataMatch" : "http://www.wikidata.org/entity/Q848856",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Decametro"
}, {
"@language" : "it",
"@value" : "Decametro"
}, {
"@language" : "en-us",
"@value" : "Decameter"
}, {
"@language" : "ms",
"@value" : "Decameter"
}, {
"@language" : "sl",
"@value" : "Decameter"
}, {
"@language" : "hu",
"@value" : "Decaméter"
}, {
"@language" : "cs",
"@value" : "Decametr"
}, {
"@language" : "pl",
"@value" : "Decametr"
}, "Decametre", {
"@language" : "en",
"@value" : "Decametre"
}, {
"@language" : "tr",
"@value" : "Decametre"
}, {
"@language" : "ro",
"@value" : "Decametru"
}, {
"@language" : "de",
"@value" : "Dekameter"
}, {
"@language" : "fr",
"@value" : "Decamètre"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DecaM3
URI: http://qudt.org/vocab/unit/DecaM3
1 000-fold of the power of the SI base unit metre by exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DecaM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the power of the SI base unit metre by exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB179" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB179"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the power of the SI base unit metre by exponent 3" ; <http://qudt.org/schema/qudt/symbol> "dam³" ; <http://qudt.org/schema/qudt/ucumCode> "dam3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DMA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5198770> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Decameter"@en-US ; rdfs:label "Cubic Decametre" ; rdfs:label "Cubic Decametre"@en ; rdfs:label "Decameter Kubik"@ms ; rdfs:label "Decametr Krychlový"@cs ; rdfs:label "Decametr Sześcienny"@pl ; rdfs:label "Decametreküp"@tr ; rdfs:label "Decametro Cubo"@it ; rdfs:label "Decametro Cúbico"@es ; rdfs:label "Decametru Cub"@ro ; rdfs:label "Decamètre Cube"@fr ; rdfs:label "Kubikdekameter"@de ; rdfs:label "Kubični Decameter"@sl ; .
{"resource":"Cubic Decametre"
,"qname":"unit:DecaM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DecaM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5198770>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the power of the SI base unit metre by exponent 3"
,"description (plain text)":"1 000-fold of the power of the SI base unit metre by exponent 3"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB179"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB179"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Decameter"
,"label":"Cubic Decametre"
,"label":"Cubic Decametre"
,"label":"Decameter Kubik"
,"label":"Decametr Krychlový"
,"label":"Decametr Sześcienny"
,"label":"Decametreküp"
,"label":"Decametro Cubo"
,"label":"Decametro Cúbico"
,"label":"Decametru Cub"
,"label":"Decamètre Cube"
,"label":"Kubikdekameter"
,"label":"Kubični Decameter"
,"symbol":"dam³"
,"type":"qudt:Unit"
,"ucum code":"dam3"
,"unece common code":"DMA"
]}
{
"@id" : "http://qudt.org/vocab/unit/DecaM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the power of the SI base unit metre by exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB179",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB179",
"plainTextDescription" : "1 000-fold of the power of the SI base unit metre by exponent 3",
"symbol" : "dam³",
"ucumCode" : "dam3",
"uneceCommonCode" : "DMA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5198770",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kubikdekameter"
}, {
"@language" : "ms",
"@value" : "Decameter Kubik"
}, {
"@language" : "es",
"@value" : "Decametro Cúbico"
}, {
"@language" : "it",
"@value" : "Decametro Cubo"
}, "Cubic Decametre", {
"@language" : "en",
"@value" : "Cubic Decametre"
}, {
"@language" : "tr",
"@value" : "Decametreküp"
}, {
"@language" : "ro",
"@value" : "Decametru Cub"
}, {
"@language" : "sl",
"@value" : "Kubični Decameter"
}, {
"@language" : "en-us",
"@value" : "Cubic Decameter"
}, {
"@language" : "fr",
"@value" : "Decamètre Cube"
}, {
"@language" : "pl",
"@value" : "Decametr Sześcienny"
}, {
"@language" : "cs",
"@value" : "Decametr Krychlový"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DecaPA
URI: http://qudt.org/vocab/unit/DecaPA
10-fold of the derived SI unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DecaPA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "10-fold of the derived SI unit pascal"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB375" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB375"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "10-fold of the derived SI unit pascal" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deca> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "daPa" ; <http://qudt.org/schema/qudt/ucumCode> "daPa"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H75" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53448918> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decapascal" ; rdfs:label "Decapascal"@cs ; rdfs:label "Decapascal"@en ; rdfs:label "Decapascal"@es ; rdfs:label "Decapascal"@fr ; rdfs:label "Decapascal"@hu ; rdfs:label "Decapascal"@it ; rdfs:label "Decapascal"@ms ; rdfs:label "Decapascal"@ro ; rdfs:label "Decapascal"@sl ; rdfs:label "Decapascal"@tr ; rdfs:label "Decapaskal"@pl ; rdfs:label "Dekapascal"@de ; .
{"resource":"Decapascal"
,"qname":"unit:DecaPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DecaPA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53448918>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"10-fold of the derived SI unit pascal"
,"description (plain text)":"10-fold of the derived SI unit pascal"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB375"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB375"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decapascal"
,"label":"Decapascal"
,"label":"Decapascal"
,"label":"Decapascal"
,"label":"Decapascal"
,"label":"Decapascal"
,"label":"Decapascal"
,"label":"Decapascal"
,"label":"Decapascal"
,"label":"Decapascal"
,"label":"Decapascal"
,"label":"Decapaskal"
,"label":"Dekapascal"
,"prefix":"prefix:Deca"
,"scalingOf":"unit:PA"
,"symbol":"daPa"
,"type":"qudt:Unit"
,"ucum code":"daPa"
,"unece common code":"H75"
]}
{
"@id" : "http://qudt.org/vocab/unit/DecaPA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "10-fold of the derived SI unit pascal",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ShearModulus", "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity" ],
"iec61360Code" : "0112/2///62720#UAB375",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB375",
"plainTextDescription" : "10-fold of the derived SI unit pascal",
"prefix" : "http://qudt.org/vocab/prefix/Deca",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "daPa",
"ucumCode" : "daPa",
"uneceCommonCode" : "H75",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53448918",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Dekapascal"
}, {
"@language" : "pl",
"@value" : "Decapaskal"
}, "Decapascal", {
"@language" : "cs",
"@value" : "Decapascal"
}, {
"@language" : "en",
"@value" : "Decapascal"
}, {
"@language" : "es",
"@value" : "Decapascal"
}, {
"@language" : "fr",
"@value" : "Decapascal"
}, {
"@language" : "hu",
"@value" : "Decapascal"
}, {
"@language" : "it",
"@value" : "Decapascal"
}, {
"@language" : "ms",
"@value" : "Decapascal"
}, {
"@language" : "ro",
"@value" : "Decapascal"
}, {
"@language" : "sl",
"@value" : "Decapascal"
}, {
"@language" : "tr",
"@value" : "Decapascal"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DecaPOISE
URI: http://qudt.org/vocab/unit/DecaPOISE
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DecaPOISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/plainTextDescription> "10-fold of the CGS unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deca> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/POISE> ; <http://qudt.org/schema/qudt/symbol> "daP" ; <http://qudt.org/schema/qudt/ucumCode> "daP"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decapoise" ; rdfs:label "Decapoise"@en ; rdfs:label "Dekapoise"@de ; .
{"resource":"Decapoise"
,"qname":"unit:DecaPOISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DecaPOISE"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description (plain text)":"10-fold of the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decapoise"
,"label":"Decapoise"
,"label":"Dekapoise"
,"prefix":"prefix:Deca"
,"scalingOf":"unit:POISE"
,"symbol":"daP"
,"type":"qudt:Unit"
,"ucum code":"daP"
]}
{
"@id" : "http://qudt.org/vocab/unit/DecaPOISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"plainTextDescription" : "10-fold of the CGS unit of the dynamic viscosity poise",
"prefix" : "http://qudt.org/vocab/prefix/Deca",
"scalingOf" : "http://qudt.org/vocab/unit/POISE",
"symbol" : "daP",
"ucumCode" : "daP",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decapoise", {
"@language" : "en",
"@value" : "Decapoise"
}, {
"@language" : "de",
"@value" : "Dekapoise"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB
URI: http://qudt.org/vocab/unit/DeciB
A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is $1\,bel$ (10 decibels) "louder" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) $0\,decibel$ is equal to $1\,picoWatts\,per\,Metre\,Squared$. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals $20\,micropascals\,RMS$, and for sound power $0\,decibels$ sometimes equals $1\,picoWatt$. In all cases, one decibel equals $\approx\,0.115129\,neper$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB> rdf:type <http://qudt.org/schema/qudt/DimensionlessUnit> ; rdf:type <http://qudt.org/schema/qudt/LogarithmicUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is $1\\,bel$ (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) $0\\,decibel$ is equal to $1\\,picoWatts\\,per\\,Metre\\,Squared$. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals $20\\,micropascals\\,RMS$, and for sound power $0\\,decibels$ sometimes equals $1\\,picoWatt$. In all cases, one decibel equals $\\approx\\,0.115129\\,neper$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Decibel"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundExposureLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPowerLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPressureLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundReductionIndex> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA409" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Decibel?oldid=495380648"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA409"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dB" ; <http://qudt.org/schema/qudt/ucumCode> "dB"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2N" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5329> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel" ; rdfs:label "Decibel"@en ; .
{"resource":"Decibel"
,"qname":"unit:DeciB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5329>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Decibel"
,"description":"A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is $1\\,bel$ (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) $0\\,decibel$ is equal to $1\\,picoWatts\\,per\\,Metre\\,Squared$. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals $20\\,micropascals\\,RMS$, and for sound power $0\\,decibels$ sometimes equals $1\\,picoWatt$. In all cases, one decibel equals $\\approx\\,0.115129\\,neper$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SoundExposureLevel"
,"has quantity kind":"quantitykind:SoundPowerLevel"
,"has quantity kind":"quantitykind:SoundPressureLevel"
,"has quantity kind":"quantitykind:SoundReductionIndex"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA409"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Decibel?oldid=495380648"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA409"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel"
,"label":"Decibel"
,"symbol":"dB"
,"type":"qudt:DimensionlessUnit"
,"type":"qudt:LogarithmicUnit"
,"type":"qudt:Unit"
,"ucum code":"dB"
,"unece common code":"2N"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB",
"@type" : [ "http://qudt.org/schema/qudt/DimensionlessUnit", "http://qudt.org/schema/qudt/LogarithmicUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A customary logarithmic measure most commonly used (in various ways) for measuring sound.Sound is measured on a logarithmic scale. Informally, if one sound is $1\\,bel$ (10 decibels) \"louder\" than another, this means the louder sound is 10 times louder than the fainter one. A difference of 20 decibels corresponds to an increase of 10 x 10 or 100 times in intensity. The beginning of the scale, 0 decibels, can be set in different ways, depending on exactly the aspect of sound being measured. For sound intensity (the power of the sound waves per unit of area) $0\\,decibel$ is equal to $1\\,picoWatts\\,per\\,Metre\\,Squared$. This corresponds approximately to the faintest sound that can be detected by a person who has good hearing. For sound pressure (the pressure exerted by the sound waves) 0 decibels equals $20\\,micropascals\\,RMS$, and for sound power $0\\,decibels$ sometimes equals $1\\,picoWatt$. In all cases, one decibel equals $\\approx\\,0.115129\\,neper$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Decibel",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SoundPowerLevel", "http://qudt.org/vocab/quantitykind/SoundExposureLevel", "http://qudt.org/vocab/quantitykind/SoundPressureLevel", "http://qudt.org/vocab/quantitykind/SoundReductionIndex" ],
"iec61360Code" : "0112/2///62720#UAA409",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Decibel?oldid=495380648", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA409" ],
"symbol" : "dB",
"ucumCode" : "dB",
"uneceCommonCode" : "2N",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5329",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel", {
"@language" : "en",
"@value" : "Decibel"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB-MilliW
URI: http://qudt.org/vocab/unit/DeciB-MilliW
unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB-MilliW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD891" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD891"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dB·mW" ; <http://qudt.org/schema/qudt/ucumCode> "dB.mW"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DBM" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel Milliwatt" ; rdfs:label "Decibel Milliwatt"@en ; .
{"resource":"Decibel Milliwatt"
,"qname":"unit:DeciB-MilliW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB-MilliW"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW)"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD891"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD891"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel Milliwatt"
,"label":"Decibel Milliwatt"
,"symbol":"dB·mW"
,"type":"qudt:Unit"
,"ucum code":"dB.mW"
,"unece common code":"DBM"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB-MilliW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW)",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD891",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD891",
"symbol" : "dB·mW",
"ucumCode" : "dB.mW",
"uneceCommonCode" : "DBM",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel Milliwatt", {
"@language" : "en",
"@value" : "Decibel Milliwatt"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB-MilliW-PER-MegaHZ
URI: http://qudt.org/vocab/unit/DeciB-MilliW-PER-MegaHZ
unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW) devided by the 1,000,000-fold of the derived unit hertz
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB-MilliW-PER-MegaHZ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW) devided by the 1,000,000-fold of the derived unit hertz" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD892" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD892"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dB·mW/MHz" ; <http://qudt.org/schema/qudt/ucumCode> "dB.mW.MHz-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DBM" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel Milliwatt per Megahertz" ; rdfs:label "Decibel Milliwatt per Megahertz"@en ; .
{"resource":"Decibel Milliwatt per Megahertz"
,"qname":"unit:DeciB-MilliW-PER-MegaHZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB-MilliW-PER-MegaHZ"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW) devided by the 1,000,000-fold of the derived unit hertz"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD892"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD892"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel Milliwatt per Megahertz"
,"label":"Decibel Milliwatt per Megahertz"
,"symbol":"dB·mW\/MHz"
,"type":"qudt:Unit"
,"ucum code":"dB.mW.MHz-1"
,"unece common code":"DBM"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB-MilliW-PER-MegaHZ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of level used to indicate that a power ratio is expressed in decibel (dB) with reference to one milliwatt (mW) devided by the 1,000,000-fold of the derived unit hertz",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD892",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD892",
"symbol" : "dB·mW/MHz",
"ucumCode" : "dB.mW.MHz-1",
"uneceCommonCode" : "DBM",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel Milliwatt per Megahertz", {
"@language" : "en",
"@value" : "Decibel Milliwatt per Megahertz"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB-PER-KiloM
URI: http://qudt.org/vocab/unit/DeciB-PER-KiloM
0.1-fold of the unit bel divided by 1,000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB-PER-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.1-fold of the unit bel divided by 1,000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearLogarithmicRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA410" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA410"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dB/km" ; <http://qudt.org/schema/qudt/ucumCode> "dB.km-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H51" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel per Kilometer"@en-US ; rdfs:label "Decibel per Kilometre" ; rdfs:label "Decibel per Kilometre"@en ; .
{"resource":"Decibel per Kilometre"
,"qname":"unit:DeciB-PER-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB-PER-KiloM"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"0.1-fold of the unit bel divided by 1,000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearLogarithmicRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA410"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA410"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel per Kilometer"
,"label":"Decibel per Kilometre"
,"label":"Decibel per Kilometre"
,"symbol":"dB\/km"
,"type":"qudt:Unit"
,"ucum code":"dB.km-1"
,"unece common code":"H51"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB-PER-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.1-fold of the unit bel divided by 1,000-fold of the SI base unit metre",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearLogarithmicRatio",
"iec61360Code" : "0112/2///62720#UAA410",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA410",
"symbol" : "dB/km",
"ucumCode" : "dB.km-1",
"uneceCommonCode" : "H51",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel per Kilometre", {
"@language" : "en",
"@value" : "Decibel per Kilometre"
}, {
"@language" : "en-us",
"@value" : "Decibel per Kilometer"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB-PER-M
URI: http://qudt.org/vocab/unit/DeciB-PER-M
0.1-fold of the unit bel divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.1-fold of the unit bel divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearLogarithmicRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA411" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA411"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dB/m" ; <http://qudt.org/schema/qudt/ucumCode> "dB.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H52" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel per Meter"@en-US ; rdfs:label "Decibel per Metre" ; rdfs:label "Decibel per Metre"@en ; .
{"resource":"Decibel per Metre"
,"qname":"unit:DeciB-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB-PER-M"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"0.1-fold of the unit bel divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearLogarithmicRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA411"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA411"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel per Meter"
,"label":"Decibel per Metre"
,"label":"Decibel per Metre"
,"symbol":"dB\/m"
,"type":"qudt:Unit"
,"ucum code":"dB.m-1"
,"unece common code":"H52"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.1-fold of the unit bel divided by the SI base unit metre",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearLogarithmicRatio",
"iec61360Code" : "0112/2///62720#UAA411",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA411",
"symbol" : "dB/m",
"ucumCode" : "dB.m-1",
"uneceCommonCode" : "H52",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel per Metre", {
"@language" : "en",
"@value" : "Decibel per Metre"
}, {
"@language" : "en-us",
"@value" : "Decibel per Meter"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB-W
URI: http://qudt.org/vocab/unit/DeciB-W
The decibel watt or dBW is a unit for the measurement of the strength of a signal expressed in decibels relative to one watt.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB-W> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The decibel watt or dBW is a unit for the measurement of the strength of a signal expressed in decibels relative to one watt." ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD924" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD924"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dB·W" ; <http://qudt.org/schema/qudt/ucumCode> "dB.W"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DBW" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel Watt" ; rdfs:label "Decibel Watt"@en ; .
{"resource":"Decibel Watt"
,"qname":"unit:DeciB-W"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB-W"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"The decibel watt or dBW is a unit for the measurement of the strength of a signal expressed in decibels relative to one watt."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD924"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD924"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel Watt"
,"label":"Decibel Watt"
,"symbol":"dB·W"
,"type":"qudt:Unit"
,"ucum code":"dB.W"
,"unece common code":"DBW"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB-W",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The decibel watt or dBW is a unit for the measurement of the strength of a signal expressed in decibels relative to one watt.",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD924",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD924",
"symbol" : "dB·W",
"ucumCode" : "dB.W",
"uneceCommonCode" : "DBW",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel Watt", {
"@language" : "en",
"@value" : "Decibel Watt"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciBAR
URI: http://qudt.org/vocab/unit/DeciBAR
The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciBAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "dbar" ; <http://qudt.org/schema/qudt/ucumCode> "dbar"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101428098> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibar" ; rdfs:label "Decibar"@en ; .
{"resource":"Decibar"
,"qname":"unit:DeciBAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciBAR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101428098>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"description":"The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bar_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibar"
,"label":"Decibar"
,"scalingOf":"unit:PA"
,"symbol":"dbar"
,"type":"qudt:Unit"
,"ucum code":"dbar"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciBAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Bar_(unit)",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "dbar",
"ucumCode" : "dbar",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101428098",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibar", {
"@language" : "en",
"@value" : "Decibar"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciBAR-PER-YR
URI: http://qudt.org/vocab/unit/DeciBAR-PER-YR
A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciBAR-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days)."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "dbar/a" ; <http://qudt.org/schema/qudt/ucumCode> "dbar.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibar per Year" ; rdfs:label "Decibar per Year"@en ; .
{"resource":"Decibar per Year"
,"qname":"unit:DeciBAR-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciBAR-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.0003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-4"
,"description":"A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days)."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ForcePerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibar per Year"
,"label":"Decibar per Year"
,"symbol":"dbar\/a"
,"type":"qudt:Unit"
,"ucum code":"dbar.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciBAR-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of pressure expressed in decibars over a period of an average calendar year (365.25 days)."
},
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.0003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerAreaTime",
"symbol" : "dbar/a",
"ucumCode" : "dbar.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibar per Year", {
"@language" : "en",
"@value" : "Decibar per Year"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB_A
URI: http://qudt.org/vocab/unit/DeciB_A
Logarithmic unit of sound pressure level with frequency weighting A
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB_A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Logarithmic unit of sound pressure level with frequency weighting A" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundExposureLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPowerLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPressureLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundReductionIndex> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD893" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD893"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dB(A)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel with A-weighting" ; rdfs:label "Decibel with A-weighting"@en ; .
{"resource":"Decibel with A-weighting"
,"qname":"unit:DeciB_A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB_A"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"Logarithmic unit of sound pressure level with frequency weighting A"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SoundExposureLevel"
,"has quantity kind":"quantitykind:SoundPowerLevel"
,"has quantity kind":"quantitykind:SoundPressureLevel"
,"has quantity kind":"quantitykind:SoundReductionIndex"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD893"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD893"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel with A-weighting"
,"label":"Decibel with A-weighting"
,"symbol":"dB(A)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB_A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Logarithmic unit of sound pressure level with frequency weighting A",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SoundReductionIndex", "http://qudt.org/vocab/quantitykind/SoundExposureLevel", "http://qudt.org/vocab/quantitykind/SoundPowerLevel", "http://qudt.org/vocab/quantitykind/SoundPressureLevel" ],
"iec61360Code" : "0112/2///62720#UAD893",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD893",
"symbol" : "dB(A)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel with A-weighting", {
"@language" : "en",
"@value" : "Decibel with A-weighting"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB_C
URI: http://qudt.org/vocab/unit/DeciB_C
"Decibel Carrier Unit" is a logarithmic unit for 'Signal Detection Threshold' expressed as $dBc$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Decibel Carrier Unit\" is a logarithmic unit for 'Signal Detection Threshold' expressed as $dBc$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SignalDetectionThreshold> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD894" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD894"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dBc" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel Carrier Unit" ; rdfs:label "Decibel Carrier Unit"@en ; .
{"resource":"Decibel Carrier Unit"
,"qname":"unit:DeciB_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB_C"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\"Decibel Carrier Unit\" is a logarithmic unit for 'Signal Detection Threshold' expressed as $dBc$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SignalDetectionThreshold"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD894"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD894"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel Carrier Unit"
,"label":"Decibel Carrier Unit"
,"symbol":"dBc"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Decibel Carrier Unit\" is a logarithmic unit for 'Signal Detection Threshold' expressed as $dBc$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SignalDetectionThreshold",
"iec61360Code" : "0112/2///62720#UAD894",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD894",
"symbol" : "dBc",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel Carrier Unit", {
"@language" : "en",
"@value" : "Decibel Carrier Unit"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB_ISO
URI: http://qudt.org/vocab/unit/DeciB_ISO
Logarithmic antenna gain of a transmitted or received signal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB_ISO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Logarithmic antenna gain of a transmitted or received signal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundExposureLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPowerLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPressureLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundReductionIndex> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD889" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD889"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dBi" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel Isotropic" ; rdfs:label "Decibel Isotropic"@en ; .
{"resource":"Decibel Isotropic"
,"qname":"unit:DeciB_ISO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB_ISO"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"Logarithmic antenna gain of a transmitted or received signal"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SoundExposureLevel"
,"has quantity kind":"quantitykind:SoundPowerLevel"
,"has quantity kind":"quantitykind:SoundPressureLevel"
,"has quantity kind":"quantitykind:SoundReductionIndex"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD889"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD889"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel Isotropic"
,"label":"Decibel Isotropic"
,"symbol":"dBi"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB_ISO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Logarithmic antenna gain of a transmitted or received signal",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SoundExposureLevel", "http://qudt.org/vocab/quantitykind/SoundReductionIndex", "http://qudt.org/vocab/quantitykind/SoundPressureLevel", "http://qudt.org/vocab/quantitykind/SoundPowerLevel" ],
"iec61360Code" : "0112/2///62720#UAD889",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD889",
"symbol" : "dBi",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel Isotropic", {
"@language" : "en",
"@value" : "Decibel Isotropic"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB_M
URI: http://qudt.org/vocab/unit/DeciB_M
"Decibel Referred to 1mw" is a 'Logarithmic Dimensionless Ratio' expressed as $dBm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB_M> rdf:type <http://qudt.org/schema/qudt/DimensionlessUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Decibel Referred to 1mw\" is a 'Logarithmic Dimensionless Ratio' expressed as $dBm$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundExposureLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPowerLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPressureLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundReductionIndex> ; <http://qudt.org/schema/qudt/symbol> "dBmW" ; <http://qudt.org/schema/qudt/udunitsCode> "Bm" ; <http://qudt.org/schema/qudt/uneceCommonCode> "DBM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q777017> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel Referred to 1mw" ; rdfs:label "Decibel Referred to 1mw"@en ; .
{"resource":"Decibel Referred to 1mw"
,"qname":"unit:DeciB_M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB_M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q777017>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\"Decibel Referred to 1mw\" is a 'Logarithmic Dimensionless Ratio' expressed as $dBm$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SoundExposureLevel"
,"has quantity kind":"quantitykind:SoundPowerLevel"
,"has quantity kind":"quantitykind:SoundPressureLevel"
,"has quantity kind":"quantitykind:SoundReductionIndex"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel Referred to 1mw"
,"label":"Decibel Referred to 1mw"
,"symbol":"dBmW"
,"type":"qudt:DimensionlessUnit"
,"type":"qudt:Unit"
,"udunits code":"Bm"
,"unece common code":"DBM"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB_M",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DimensionlessUnit" ],
"description" : "\"Decibel Referred to 1mw\" is a 'Logarithmic Dimensionless Ratio' expressed as $dBm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SoundReductionIndex", "http://qudt.org/vocab/quantitykind/SoundExposureLevel", "http://qudt.org/vocab/quantitykind/SoundPowerLevel", "http://qudt.org/vocab/quantitykind/SoundPressureLevel" ],
"symbol" : "dBmW",
"udunitsCode" : "Bm",
"uneceCommonCode" : "DBM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q777017",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel Referred to 1mw", {
"@language" : "en",
"@value" : "Decibel Referred to 1mw"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciB_Z
URI: http://qudt.org/vocab/unit/DeciB_Z
Logarithmic unit of sound pressure level with frequency weighting Z (ZERO or linear weighting)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciB_Z> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Logarithmic unit of sound pressure level with frequency weighting Z (ZERO or linear weighting)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundExposureLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPowerLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPressureLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundReductionIndex> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD895" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dB(Z)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decibel with Z-weighting" ; rdfs:label "Decibel with Z-weighting"@en ; .
{"resource":"Decibel with Z-weighting"
,"qname":"unit:DeciB_Z"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciB_Z"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"Logarithmic unit of sound pressure level with frequency weighting Z (ZERO or linear weighting)"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SoundExposureLevel"
,"has quantity kind":"quantitykind:SoundPowerLevel"
,"has quantity kind":"quantitykind:SoundPressureLevel"
,"has quantity kind":"quantitykind:SoundReductionIndex"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD895"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD895"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decibel with Z-weighting"
,"label":"Decibel with Z-weighting"
,"symbol":"dB(Z)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciB_Z",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Logarithmic unit of sound pressure level with frequency weighting Z (ZERO or linear weighting)",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SoundPowerLevel", "http://qudt.org/vocab/quantitykind/SoundPressureLevel", "http://qudt.org/vocab/quantitykind/SoundReductionIndex", "http://qudt.org/vocab/quantitykind/SoundExposureLevel" ],
"iec61360Code" : "0112/2///62720#UAD895",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD895",
"symbol" : "dB(Z)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decibel with Z-weighting", {
"@language" : "en",
"@value" : "Decibel with Z-weighting"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciC
URI: http://qudt.org/vocab/unit/DeciC
A DeciCoulomb is $10^{-1} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/DeciC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A DeciCoulomb is $10^{-1} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deci> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "dC" ;
<http://qudt.org/schema/qudt/ucumCode> "dC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95379588> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Decicoulomb" ;
rdfs:label "Decicoulomb"@cs ;
rdfs:label "Decicoulomb"@de ;
rdfs:label "Decicoulomb"@en ;
rdfs:label "Decicoulomb"@fr ;
rdfs:label "Decicoulomb"@hu ;
rdfs:label "Decicoulomb"@it ;
rdfs:label "Decicoulomb"@ms ;
rdfs:label "Decicoulomb"@ro ;
rdfs:label "Decicoulomb"@sl ;
rdfs:label "Decicoulomb"@tr ;
rdfs:label "Deciculombio"@es ;
rdfs:label "Decikulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Decicoulomb"
,"qname":"unit:DeciC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95379588>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"A DeciCoulomb is $10^{-1} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decicoulomb"
,"label":"Decicoulomb"
,"label":"Decicoulomb"
,"label":"Decicoulomb"
,"label":"Decicoulomb"
,"label":"Decicoulomb"
,"label":"Decicoulomb"
,"label":"Decicoulomb"
,"label":"Decicoulomb"
,"label":"Decicoulomb"
,"label":"Decicoulomb"
,"label":"Deciculombio"
,"label":"Decikulomb"
,"prefix":"prefix:Deci"
,"scalingOf":"unit:C"
,"symbol":"dC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"dC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A DeciCoulomb is $10^{-1} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Deci",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "dC",
"ucumCode" : "dC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95379588",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Deciculombio"
}, {
"@language" : "pl",
"@value" : "Decikulomb"
}, "Decicoulomb", {
"@language" : "cs",
"@value" : "Decicoulomb"
}, {
"@language" : "de",
"@value" : "Decicoulomb"
}, {
"@language" : "en",
"@value" : "Decicoulomb"
}, {
"@language" : "fr",
"@value" : "Decicoulomb"
}, {
"@language" : "hu",
"@value" : "Decicoulomb"
}, {
"@language" : "it",
"@value" : "Decicoulomb"
}, {
"@language" : "ms",
"@value" : "Decicoulomb"
}, {
"@language" : "ro",
"@value" : "Decicoulomb"
}, {
"@language" : "sl",
"@value" : "Decicoulomb"
}, {
"@language" : "tr",
"@value" : "Decicoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciGM
URI: http://qudt.org/vocab/unit/DeciGM
0.0001-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.0001-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB076" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB076"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.0001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deci> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM> ; <http://qudt.org/schema/qudt/symbol> "dg" ; <http://qudt.org/schema/qudt/ucumCode> "dg"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DG" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1772386> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decigram" ; rdfs:label "Decigram"@cs ; rdfs:label "Decigram"@en ; rdfs:label "Decigram"@ms ; rdfs:label "Decigram"@pl ; rdfs:label "Decigram"@ro ; rdfs:label "Decigram"@sl ; rdfs:label "Decigram"@tr ; rdfs:label "Decigramm"@de ; rdfs:label "Decigramm"@hu ; rdfs:label "Decigramme"@fr ; rdfs:label "Decigrammo"@it ; rdfs:label "Decigramo"@es ; .
{"resource":"Decigram"
,"qname":"unit:DeciGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1772386>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"0.0001-fold of the SI base unit kilogram"
,"description (plain text)":"0.0001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB076"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB076"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decigram"
,"label":"Decigram"
,"label":"Decigram"
,"label":"Decigram"
,"label":"Decigram"
,"label":"Decigram"
,"label":"Decigram"
,"label":"Decigram"
,"label":"Decigramm"
,"label":"Decigramm"
,"label":"Decigramme"
,"label":"Decigrammo"
,"label":"Decigramo"
,"prefix":"prefix:Deci"
,"scalingOf":"unit:GM"
,"symbol":"dg"
,"type":"qudt:Unit"
,"ucum code":"dg"
,"unece common code":"DG"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.0001-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB076",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB076",
"plainTextDescription" : "0.0001-fold of the SI base unit kilogram",
"prefix" : "http://qudt.org/vocab/prefix/Deci",
"scalingOf" : "http://qudt.org/vocab/unit/GM",
"symbol" : "dg",
"ucumCode" : "dg",
"uneceCommonCode" : "DG",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1772386",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decigram", {
"@language" : "en",
"@value" : "Decigram"
}, {
"@language" : "ms",
"@value" : "Decigram"
}, {
"@language" : "es",
"@value" : "Decigramo"
}, {
"@language" : "pl",
"@value" : "Decigram"
}, {
"@language" : "ro",
"@value" : "Decigram"
}, {
"@language" : "sl",
"@value" : "Decigram"
}, {
"@language" : "tr",
"@value" : "Decigram"
}, {
"@language" : "cs",
"@value" : "Decigram"
}, {
"@language" : "it",
"@value" : "Decigrammo"
}, {
"@language" : "de",
"@value" : "Decigramm"
}, {
"@language" : "hu",
"@value" : "Decigramm"
}, {
"@language" : "fr",
"@value" : "Decigramme"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciL
URI: http://qudt.org/vocab/unit/DeciL
0.1-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.1-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB113" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB113"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.1-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deci> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "dL" ; <http://qudt.org/schema/qudt/ucumCode> "dL"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DLT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1826195> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Deciliter"@en-US ; rdfs:label "Decilitre" ; rdfs:label "Decilitre"@en ; .
{"resource":"Decilitre"
,"qname":"unit:DeciL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1826195>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"0.1-fold of the unit litre"
,"description (plain text)":"0.1-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB113"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB113"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Deciliter"
,"label":"Decilitre"
,"label":"Decilitre"
,"prefix":"prefix:Deci"
,"scalingOf":"unit:L"
,"symbol":"dL"
,"type":"qudt:Unit"
,"ucum code":"dL"
,"unece common code":"DLT"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.1-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB113",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB113",
"plainTextDescription" : "0.1-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Deci",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "dL",
"ucumCode" : "dL",
"uneceCommonCode" : "DLT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1826195",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Deciliter"
}, "Decilitre", {
"@language" : "en",
"@value" : "Decilitre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciL-PER-GM
URI: http://qudt.org/vocab/unit/DeciL-PER-GM
0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciL-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/GM-PER-DeciL> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB094" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB094"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "dL/g" ; <http://qudt.org/schema/qudt/ucumCode> "dL.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "22" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106630077> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Deciliter per Gram"@en-US ; rdfs:label "Decilitre per Gram" ; rdfs:label "Decilitre per Gram"@en ; .
{"resource":"Decilitre per Gram"
,"qname":"unit:DeciL-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciL-PER-GM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106630077>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram"
,"description (plain text)":"0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SpecificVolume"
,"has reciprocal unit":"unit:GM-PER-DeciL"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB094"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB094"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Deciliter per Gram"
,"label":"Decilitre per Gram"
,"label":"Decilitre per Gram"
,"symbol":"dL\/g"
,"type":"qudt:Unit"
,"ucum code":"dL.g-1"
,"unece common code":"22"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciL-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificVolume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/GM-PER-DeciL",
"iec61360Code" : "0112/2///62720#UAB094",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB094",
"plainTextDescription" : "0.1-fold of the unit of the volume litre divided by the 0.001-fold of the SI base unit kilogram",
"symbol" : "dL/g",
"ucumCode" : "dL.g-1",
"uneceCommonCode" : "22",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106630077",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decilitre per Gram", {
"@language" : "en",
"@value" : "Decilitre per Gram"
}, {
"@language" : "en-us",
"@value" : "Deciliter per Gram"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciM
URI: http://qudt.org/vocab/unit/DeciM
A decimeter is a tenth of a meter.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A decimeter is a tenth of a meter."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA412" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA412"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deci> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "dm" ; <http://qudt.org/schema/qudt/ucumCode> "dm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DMT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q200323> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decimeter"@de ; rdfs:label "Decimeter"@en-US ; rdfs:label "Decimeter"@ms ; rdfs:label "Decimeter"@sl ; rdfs:label "Decimetr"@cs ; rdfs:label "Decimetr"@pl ; rdfs:label "Decimetre" ; rdfs:label "Decimetre"@en ; rdfs:label "Decimetre"@tr ; rdfs:label "Decimetro"@es ; rdfs:label "Decimetro"@it ; rdfs:label "Decimetru"@ro ; rdfs:label "Decimètre"@fr ; rdfs:label "Deciméter"@hu ; .
{"resource":"Decimetre"
,"qname":"unit:DeciM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q200323>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"A decimeter is a tenth of a meter."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA412"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA412"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decimeter"
,"label":"Decimeter"
,"label":"Decimeter"
,"label":"Decimeter"
,"label":"Decimetr"
,"label":"Decimetr"
,"label":"Decimetre"
,"label":"Decimetre"
,"label":"Decimetre"
,"label":"Decimetro"
,"label":"Decimetro"
,"label":"Decimetru"
,"label":"Decimètre"
,"label":"Deciméter"
,"prefix":"prefix:Deci"
,"scalingOf":"unit:M"
,"symbol":"dm"
,"type":"qudt:Unit"
,"ucum code":"dm"
,"unece common code":"DMT"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A decimeter is a tenth of a meter.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA412",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA412",
"prefix" : "http://qudt.org/vocab/prefix/Deci",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "dm",
"ucumCode" : "dm",
"uneceCommonCode" : "DMT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q200323",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Decimètre"
}, {
"@language" : "ro",
"@value" : "Decimetru"
}, "Decimetre", {
"@language" : "hu",
"@value" : "Deciméter"
}, {
"@language" : "cs",
"@value" : "Decimetr"
}, {
"@language" : "pl",
"@value" : "Decimetr"
}, {
"@language" : "en",
"@value" : "Decimetre"
}, {
"@language" : "it",
"@value" : "Decimetro"
}, {
"@language" : "es",
"@value" : "Decimetro"
}, {
"@language" : "tr",
"@value" : "Decimetre"
}, {
"@language" : "de",
"@value" : "Decimeter"
}, {
"@language" : "en-us",
"@value" : "Decimeter"
}, {
"@language" : "ms",
"@value" : "Decimeter"
}, {
"@language" : "sl",
"@value" : "Decimeter"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciM2
URI: http://qudt.org/vocab/unit/DeciM2
0.1-fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.1-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA413" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA413"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.1-fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "dm²" ; <http://qudt.org/schema/qudt/ucumCode> "dm2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DMK" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3331719> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decimeter Persegi"@ms ; rdfs:label "Decimetr Kwadratowy"@pl ; rdfs:label "Decimetrekare"@tr ; rdfs:label "Decimetro Cuadrado"@es ; rdfs:label "Decimetro Quadrato"@it ; rdfs:label "Decimetru Pătrat"@ro ; rdfs:label "Decimètre Carré"@fr ; rdfs:label "Kvadratni Decimeter"@sl ; rdfs:label "Quadratdecimeter"@de ; rdfs:label "Square Decimeter"@en-US ; rdfs:label "Square Decimetre" ; rdfs:label "Square Decimetre"@en ; rdfs:label "Čtvereční Decimetr"@cs ; .
{"resource":"Square Decimetre"
,"qname":"unit:DeciM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3331719>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.1-fold of the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.1-fold of the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA413"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA413"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decimeter Persegi"
,"label":"Decimetr Kwadratowy"
,"label":"Decimetrekare"
,"label":"Decimetro Cuadrado"
,"label":"Decimetro Quadrato"
,"label":"Decimetru Pătrat"
,"label":"Decimètre Carré"
,"label":"Kvadratni Decimeter"
,"label":"Quadratdecimeter"
,"label":"Square Decimeter"
,"label":"Square Decimetre"
,"label":"Square Decimetre"
,"label":"Čtvereční Decimetr"
,"symbol":"dm²"
,"type":"qudt:Unit"
,"ucum code":"dm2"
,"unece common code":"DMK"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.1-fold of the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/HydraulicPermeability", "http://qudt.org/vocab/quantitykind/Area" ],
"iec61360Code" : "0112/2///62720#UAA413",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA413",
"plainTextDescription" : "0.1-fold of the power of the SI base unit metre with the exponent 2",
"symbol" : "dm²",
"ucumCode" : "dm2",
"uneceCommonCode" : "DMK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3331719",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Decimetre", {
"@language" : "en",
"@value" : "Square Decimetre"
}, {
"@language" : "pl",
"@value" : "Decimetr Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Decimetru Pătrat"
}, {
"@language" : "cs",
"@value" : "Čtvereční Decimetr"
}, {
"@language" : "sl",
"@value" : "Kvadratni Decimeter"
}, {
"@language" : "de",
"@value" : "Quadratdecimeter"
}, {
"@language" : "fr",
"@value" : "Decimètre Carré"
}, {
"@language" : "en-us",
"@value" : "Square Decimeter"
}, {
"@language" : "it",
"@value" : "Decimetro Quadrato"
}, {
"@language" : "ms",
"@value" : "Decimeter Persegi"
}, {
"@language" : "tr",
"@value" : "Decimetrekare"
}, {
"@language" : "es",
"@value" : "Decimetro Cuadrado"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciM3
URI: http://qudt.org/vocab/unit/DeciM3
0.1-fold of the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.1-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA414" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA414"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.1-fold of the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "dm³" ; <http://qudt.org/schema/qudt/ucumCode> "dm3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DMQ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2175964> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Decimeter"@en-US ; rdfs:label "Cubic Decimetre" ; rdfs:label "Cubic Decimetre"@en ; rdfs:label "Decimeter Kubik"@ms ; rdfs:label "Decimetr Krychlový"@cs ; rdfs:label "Decimetr Sześcienny"@pl ; rdfs:label "Decimetreküp"@tr ; rdfs:label "Decimetro Cubo"@it ; rdfs:label "Decimetro Cúbico"@es ; rdfs:label "Decimetru Cub"@ro ; rdfs:label "Decimètre Cube"@fr ; rdfs:label "Kubikdecimeter"@de ; rdfs:label "Kubični Decimeter"@sl ; .
{"resource":"Cubic Decimetre"
,"qname":"unit:DeciM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2175964>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.1-fold of the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"0.1-fold of the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA414"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA414"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Decimeter"
,"label":"Cubic Decimetre"
,"label":"Cubic Decimetre"
,"label":"Decimeter Kubik"
,"label":"Decimetr Krychlový"
,"label":"Decimetr Sześcienny"
,"label":"Decimetreküp"
,"label":"Decimetro Cubo"
,"label":"Decimetro Cúbico"
,"label":"Decimetru Cub"
,"label":"Decimètre Cube"
,"label":"Kubikdecimeter"
,"label":"Kubični Decimeter"
,"symbol":"dm³"
,"type":"qudt:Unit"
,"ucum code":"dm3"
,"unece common code":"DMQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.1-fold of the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA414",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA414",
"plainTextDescription" : "0.1-fold of the power of the SI base unit metre with the exponent 3",
"symbol" : "dm³",
"ucumCode" : "dm3",
"uneceCommonCode" : "DMQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2175964",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kubikdecimeter"
}, {
"@language" : "it",
"@value" : "Decimetro Cubo"
}, {
"@language" : "ms",
"@value" : "Decimeter Kubik"
}, {
"@language" : "sl",
"@value" : "Kubični Decimeter"
}, {
"@language" : "cs",
"@value" : "Decimetr Krychlový"
}, "Cubic Decimetre", {
"@language" : "en",
"@value" : "Cubic Decimetre"
}, {
"@language" : "pl",
"@value" : "Decimetr Sześcienny"
}, {
"@language" : "es",
"@value" : "Decimetro Cúbico"
}, {
"@language" : "tr",
"@value" : "Decimetreküp"
}, {
"@language" : "en-us",
"@value" : "Cubic Decimeter"
}, {
"@language" : "ro",
"@value" : "Decimetru Cub"
}, {
"@language" : "fr",
"@value" : "Decimètre Cube"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciM3-PER-DAY
URI: http://qudt.org/vocab/unit/DeciM3-PER-DAY
0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciM3-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA415" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA415"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day" ; <http://qudt.org/schema/qudt/symbol> "dm³/d" ; <http://qudt.org/schema/qudt/ucumCode> "dm3.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J90" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Decimeter per Day"@en-US ; rdfs:label "Cubic Decimetre per Day" ; rdfs:label "Cubic Decimetre per Day"@en ; .
{"resource":"Cubic Decimetre per Day"
,"qname":"unit:DeciM3-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciM3-PER-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day"
,"description (plain text)":"0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA415"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA415"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Decimeter per Day"
,"label":"Cubic Decimetre per Day"
,"label":"Cubic Decimetre per Day"
,"symbol":"dm³\/d"
,"type":"qudt:Unit"
,"ucum code":"dm3.d-1"
,"unece common code":"J90"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciM3-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA415",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA415",
"plainTextDescription" : "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time day",
"symbol" : "dm³/d",
"ucumCode" : "dm3.d-1",
"uneceCommonCode" : "J90",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Decimeter per Day"
}, "Cubic Decimetre per Day", {
"@language" : "en",
"@value" : "Cubic Decimetre per Day"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciM3-PER-HR
URI: http://qudt.org/vocab/unit/DeciM3-PER-HR
0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciM3-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA416" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA416"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "dm³/h" ; <http://qudt.org/schema/qudt/ucumCode> "dm3.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E92" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q102178883> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Decimeter per Hour"@en-US ; rdfs:label "Cubic Decimetre per Hour" ; rdfs:label "Cubic Decimetre per Hour"@en ; .
{"resource":"Cubic Decimetre per Hour"
,"qname":"unit:DeciM3-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciM3-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q102178883>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"
,"description (plain text)":"0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA416"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA416"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Decimeter per Hour"
,"label":"Cubic Decimetre per Hour"
,"label":"Cubic Decimetre per Hour"
,"symbol":"dm³\/h"
,"type":"qudt:Unit"
,"ucum code":"dm3.h-1"
,"unece common code":"E92"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciM3-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA416",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA416",
"plainTextDescription" : "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit hour",
"symbol" : "dm³/h",
"ucumCode" : "dm3.h-1",
"uneceCommonCode" : "E92",
"wikidataMatch" : "http://www.wikidata.org/entity/Q102178883",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Decimetre per Hour", {
"@language" : "en",
"@value" : "Cubic Decimetre per Hour"
}, {
"@language" : "en-us",
"@value" : "Cubic Decimeter per Hour"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciM3-PER-KiloGM
URI: http://qudt.org/vocab/unit/DeciM3-PER-KiloGM
0.001-fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogramm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciM3-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogramm" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloGM-PER-DeciM3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB409" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB409"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "dm³/kg" ; <http://qudt.org/schema/qudt/ucumCode> "dm3.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N28" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Decimeter per Kilogram"@en-US ; rdfs:label "Cubic Decimetre per Kilogram" ; rdfs:label "Cubic Decimetre per Kilogram"@en ; rdfs:label "Decimeter Kubik per Kilogram"@ms ; rdfs:label "Decimetr Krychlový na Kilogram"@cs ; rdfs:label "Decimetr Sześcienny na Kilogram"@pl ; rdfs:label "Decimetreküp per Kilogram"@tr ; rdfs:label "Decimetro Cubo per Chilogrammo"@it ; rdfs:label "Decimetro Cúbico por Kilogramo"@es ; rdfs:label "Decimetru Cub pe Kilogram"@ro ; rdfs:label "Decimètre Cube par Kilogramme"@fr ; rdfs:label "Kubikdecimeter pro Kilogramm"@de ; rdfs:label "Kubični Decimeter na Kilogram"@sl ; .
{"resource":"Cubic Decimetre per Kilogram"
,"qname":"unit:DeciM3-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciM3-PER-KiloGM"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogramm"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SoilAdsorptionCoefficient"
,"has quantity kind":"quantitykind:SpecificVolume"
,"has reciprocal unit":"unit:KiloGM-PER-DeciM3"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB409"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB409"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Decimeter per Kilogram"
,"label":"Cubic Decimetre per Kilogram"
,"label":"Cubic Decimetre per Kilogram"
,"label":"Decimeter Kubik per Kilogram"
,"label":"Decimetr Krychlový na Kilogram"
,"label":"Decimetr Sześcienny na Kilogram"
,"label":"Decimetreküp per Kilogram"
,"label":"Decimetro Cubo per Chilogrammo"
,"label":"Decimetro Cúbico por Kilogramo"
,"label":"Decimetru Cub pe Kilogram"
,"label":"Decimètre Cube par Kilogramme"
,"label":"Kubikdecimeter pro Kilogramm"
,"label":"Kubični Decimeter na Kilogram"
,"symbol":"dm³\/kg"
,"type":"qudt:Unit"
,"ucum code":"dm3.kg-1"
,"unece common code":"N28"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciM3-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the power of the SI base unit meter by exponent 3 divided by the SI based unit kilogramm",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificVolume", "http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloGM-PER-DeciM3",
"iec61360Code" : "0112/2///62720#UAB409",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB409",
"symbol" : "dm³/kg",
"ucumCode" : "dm3.kg-1",
"uneceCommonCode" : "N28",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Decimetru Cub pe Kilogram"
}, {
"@language" : "tr",
"@value" : "Decimetreküp per Kilogram"
}, {
"@language" : "cs",
"@value" : "Decimetr Krychlový na Kilogram"
}, {
"@language" : "es",
"@value" : "Decimetro Cúbico por Kilogramo"
}, {
"@language" : "pl",
"@value" : "Decimetr Sześcienny na Kilogram"
}, {
"@language" : "de",
"@value" : "Kubikdecimeter pro Kilogramm"
}, {
"@language" : "sl",
"@value" : "Kubični Decimeter na Kilogram"
}, "Cubic Decimetre per Kilogram", {
"@language" : "fr",
"@value" : "Decimètre Cube par Kilogramme"
}, {
"@language" : "en",
"@value" : "Cubic Decimetre per Kilogram"
}, {
"@language" : "ms",
"@value" : "Decimeter Kubik per Kilogram"
}, {
"@language" : "en-us",
"@value" : "Cubic Decimeter per Kilogram"
}, {
"@language" : "it",
"@value" : "Decimetro Cubo per Chilogrammo"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciM3-PER-M3
URI: http://qudt.org/vocab/unit/DeciM3-PER-M3
volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciM3-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA417" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA417"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "dm³/m³" ; <http://qudt.org/schema/qudt/ucumCode> "dm3.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J91" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106998079> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Decimeter per Cubic Meter"@en-US ; rdfs:label "Cubic Decimetre per Cubic Metre" ; rdfs:label "Cubic Decimetre per Cubic Metre"@en ; rdfs:label "Decimeter Kubik per Meter Kubik"@ms ; rdfs:label "Decimetr Krychlový na Metr Krychlový"@cs ; rdfs:label "Decimetr Sześcienny na Metr Sześcienny"@pl ; rdfs:label "Decimetreküp per Metreküp"@tr ; rdfs:label "Decimetro Cubo per Metro Cubo"@it ; rdfs:label "Decimetro Cúbico por Metro Cúbico"@es ; rdfs:label "Decimetru Cub pe Metru Cub"@ro ; rdfs:label "Decimètre Cube par Mètre Cube"@fr ; rdfs:label "Kubikdecimeter pro Kubikmeter"@de ; rdfs:label "Kubični Decimeter na Kubični Meter"@sl ; .
{"resource":"Cubic Decimetre per Cubic Metre"
,"qname":"unit:DeciM3-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciM3-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106998079>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA417"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA417"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Decimeter per Cubic Meter"
,"label":"Cubic Decimetre per Cubic Metre"
,"label":"Cubic Decimetre per Cubic Metre"
,"label":"Decimeter Kubik per Meter Kubik"
,"label":"Decimetr Krychlový na Metr Krychlový"
,"label":"Decimetr Sześcienny na Metr Sześcienny"
,"label":"Decimetreküp per Metreküp"
,"label":"Decimetro Cubo per Metro Cubo"
,"label":"Decimetro Cúbico por Metro Cúbico"
,"label":"Decimetru Cub pe Metru Cub"
,"label":"Decimètre Cube par Mètre Cube"
,"label":"Kubikdecimeter pro Kubikmeter"
,"label":"Kubični Decimeter na Kubični Meter"
,"symbol":"dm³\/m³"
,"type":"qudt:Unit"
,"ucum code":"dm3.m-3"
,"unece common code":"J91"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciM3-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"iec61360Code" : "0112/2///62720#UAA417",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA417",
"plainTextDescription" : "volume ratio consisting of the 0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "dm³/m³",
"ucumCode" : "dm3.m-3",
"uneceCommonCode" : "J91",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106998079",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Decimetre per Cubic Metre", {
"@language" : "en",
"@value" : "Cubic Decimetre per Cubic Metre"
}, {
"@language" : "cs",
"@value" : "Decimetr Krychlový na Metr Krychlový"
}, {
"@language" : "fr",
"@value" : "Decimètre Cube par Mètre Cube"
}, {
"@language" : "pl",
"@value" : "Decimetr Sześcienny na Metr Sześcienny"
}, {
"@language" : "tr",
"@value" : "Decimetreküp per Metreküp"
}, {
"@language" : "sl",
"@value" : "Kubični Decimeter na Kubični Meter"
}, {
"@language" : "de",
"@value" : "Kubikdecimeter pro Kubikmeter"
}, {
"@language" : "es",
"@value" : "Decimetro Cúbico por Metro Cúbico"
}, {
"@language" : "ro",
"@value" : "Decimetru Cub pe Metru Cub"
}, {
"@language" : "it",
"@value" : "Decimetro Cubo per Metro Cubo"
}, {
"@language" : "en-us",
"@value" : "Cubic Decimeter per Cubic Meter"
}, {
"@language" : "ms",
"@value" : "Decimeter Kubik per Meter Kubik"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciM3-PER-MIN
URI: http://qudt.org/vocab/unit/DeciM3-PER-MIN
0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciM3-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA418" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA418"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute" ; <http://qudt.org/schema/qudt/symbol> "dm³/min" ; <http://qudt.org/schema/qudt/ucumCode> "dm3.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J92" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Decimeter per Minute"@en-US ; rdfs:label "Cubic Decimetre per Minute" ; rdfs:label "Cubic Decimetre per Minute"@en ; .
{"resource":"Cubic Decimetre per Minute"
,"qname":"unit:DeciM3-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciM3-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-5"
,"description":"0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute"
,"description (plain text)":"0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA418"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA418"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Decimeter per Minute"
,"label":"Cubic Decimetre per Minute"
,"label":"Cubic Decimetre per Minute"
,"symbol":"dm³\/min"
,"type":"qudt:Unit"
,"ucum code":"dm3.min-1"
,"unece common code":"J92"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciM3-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.00001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA418",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA418",
"plainTextDescription" : "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time minute",
"symbol" : "dm³/min",
"ucumCode" : "dm3.min-1",
"uneceCommonCode" : "J92",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Cubic Decimetre per Minute"
}, "Cubic Decimetre per Minute", {
"@language" : "en-us",
"@value" : "Cubic Decimeter per Minute"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciM3-PER-MOL
URI: http://qudt.org/vocab/unit/DeciM3-PER-MOL
0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciM3-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarRefractivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MOL-PER-DeciM3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA419" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA419"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol" ; <http://qudt.org/schema/qudt/symbol> "dm³/mol" ; <http://qudt.org/schema/qudt/ucumCode> "dm3.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A37" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q24008536> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Decimeter per Mole"@en-US ; rdfs:label "Cubic Decimetre per Mole" ; rdfs:label "Cubic Decimetre per Mole"@en ; rdfs:label "Decimeter Kubik per Mole"@ms ; rdfs:label "Decimetr Krychlový na Mol"@cs ; rdfs:label "Decimetr Sześcienny na Mol"@pl ; rdfs:label "Decimetreküp per Mol"@tr ; rdfs:label "Decimetro Cubo per Mole"@it ; rdfs:label "Decimetro Cúbico por Mol"@es ; rdfs:label "Decimetru Cub pe Mol"@ro ; rdfs:label "Decimètre Cube par Mole"@fr ; rdfs:label "Kubikdecimeter pro Mol"@de ; rdfs:label "Kubični Decimeter na Mol"@sl ; .
{"resource":"Cubic Decimetre per Mole"
,"qname":"unit:DeciM3-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciM3-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q24008536>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"
,"description (plain text)":"0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol"
,"has dimension vector":"qkdv:A-1E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:MolarRefractivity"
,"has quantity kind":"quantitykind:MolarVolume"
,"has reciprocal unit":"unit:MOL-PER-DeciM3"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA419"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA419"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Decimeter per Mole"
,"label":"Cubic Decimetre per Mole"
,"label":"Cubic Decimetre per Mole"
,"label":"Decimeter Kubik per Mole"
,"label":"Decimetr Krychlový na Mol"
,"label":"Decimetr Sześcienny na Mol"
,"label":"Decimetreküp per Mol"
,"label":"Decimetro Cubo per Mole"
,"label":"Decimetro Cúbico por Mol"
,"label":"Decimetru Cub pe Mol"
,"label":"Decimètre Cube par Mole"
,"label":"Kubikdecimeter pro Mol"
,"label":"Kubični Decimeter na Mol"
,"symbol":"dm³\/mol"
,"type":"qudt:Unit"
,"ucum code":"dm3.mol-1"
,"unece common code":"A37"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciM3-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MolarRefractivity", "http://qudt.org/vocab/quantitykind/MolarVolume" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MOL-PER-DeciM3",
"iec61360Code" : "0112/2///62720#UAA419",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA419",
"plainTextDescription" : "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the SI base unit mol",
"symbol" : "dm³/mol",
"ucumCode" : "dm3.mol-1",
"uneceCommonCode" : "A37",
"wikidataMatch" : "http://www.wikidata.org/entity/Q24008536",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Decimetro Cúbico por Mol"
}, {
"@language" : "en",
"@value" : "Cubic Decimetre per Mole"
}, {
"@language" : "pl",
"@value" : "Decimetr Sześcienny na Mol"
}, {
"@language" : "de",
"@value" : "Kubikdecimeter pro Mol"
}, "Cubic Decimetre per Mole", {
"@language" : "it",
"@value" : "Decimetro Cubo per Mole"
}, {
"@language" : "cs",
"@value" : "Decimetr Krychlový na Mol"
}, {
"@language" : "en-us",
"@value" : "Cubic Decimeter per Mole"
}, {
"@language" : "tr",
"@value" : "Decimetreküp per Mol"
}, {
"@language" : "ro",
"@value" : "Decimetru Cub pe Mol"
}, {
"@language" : "ms",
"@value" : "Decimeter Kubik per Mole"
}, {
"@language" : "fr",
"@value" : "Decimètre Cube par Mole"
}, {
"@language" : "sl",
"@value" : "Kubični Decimeter na Mol"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciM3-PER-SEC
URI: http://qudt.org/vocab/unit/DeciM3-PER-SEC
0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciM3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA420" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA420"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second" ; <http://qudt.org/schema/qudt/symbol> "dm³/s" ; <http://qudt.org/schema/qudt/ucumCode> "dm3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J93" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Decimeter per Second"@en-US ; rdfs:label "Cubic Decimetre per Second" ; rdfs:label "Cubic Decimetre per Second"@en ; rdfs:label "Decimeter Kubik per Saat"@ms ; rdfs:label "Decimetr Krychlový na Sekunda"@cs ; rdfs:label "Decimetr Sześcienny na Sekunda"@pl ; rdfs:label "Decimetreküp per Saniye"@tr ; rdfs:label "Decimetro Cubo per Secondo"@it ; rdfs:label "Decimetro Cúbico por Segundo"@es ; rdfs:label "Decimetru Cub pe Secundă"@ro ; rdfs:label "Decimètre Cube par Seconde"@fr ; rdfs:label "Kubikdecimeter pro Sekunde"@de ; rdfs:label "Kubični Decimeter na Sekunda"@sl ; .
{"resource":"Cubic Decimetre per Second"
,"qname":"unit:DeciM3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciM3-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second"
,"description (plain text)":"0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA420"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA420"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Decimeter per Second"
,"label":"Cubic Decimetre per Second"
,"label":"Cubic Decimetre per Second"
,"label":"Decimeter Kubik per Saat"
,"label":"Decimetr Krychlový na Sekunda"
,"label":"Decimetr Sześcienny na Sekunda"
,"label":"Decimetreküp per Saniye"
,"label":"Decimetro Cubo per Secondo"
,"label":"Decimetro Cúbico por Segundo"
,"label":"Decimetru Cub pe Secundă"
,"label":"Decimètre Cube par Seconde"
,"label":"Kubikdecimeter pro Sekunde"
,"label":"Kubični Decimeter na Sekunda"
,"symbol":"dm³\/s"
,"type":"qudt:Unit"
,"ucum code":"dm3.s-1"
,"unece common code":"J93"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciM3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA420",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA420",
"plainTextDescription" : "0,001-fold of the power of the SI base unit metre with the exponent 3 divided by the unit for time second",
"symbol" : "dm³/s",
"ucumCode" : "dm3.s-1",
"uneceCommonCode" : "J93",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Decimetr Krychlový na Sekunda"
}, {
"@language" : "es",
"@value" : "Decimetro Cúbico por Segundo"
}, {
"@language" : "de",
"@value" : "Kubikdecimeter pro Sekunde"
}, {
"@language" : "ro",
"@value" : "Decimetru Cub pe Secundă"
}, {
"@language" : "it",
"@value" : "Decimetro Cubo per Secondo"
}, {
"@language" : "fr",
"@value" : "Decimètre Cube par Seconde"
}, {
"@language" : "pl",
"@value" : "Decimetr Sześcienny na Sekunda"
}, {
"@language" : "ms",
"@value" : "Decimeter Kubik per Saat"
}, "Cubic Decimetre per Second", {
"@language" : "en",
"@value" : "Cubic Decimetre per Second"
}, {
"@language" : "tr",
"@value" : "Decimetreküp per Saniye"
}, {
"@language" : "sl",
"@value" : "Kubični Decimeter na Sekunda"
}, {
"@language" : "en-us",
"@value" : "Cubic Decimeter per Second"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciN
URI: http://qudt.org/vocab/unit/DeciN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deci> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "dN" ; <http://qudt.org/schema/qudt/ucumCode> "dN"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95948747> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decinewton" ; rdfs:label "Decinewton"@cs ; rdfs:label "Decinewton"@de ; rdfs:label "Decinewton"@en ; rdfs:label "Decinewton"@es ; rdfs:label "Decinewton"@fr ; rdfs:label "Decinewton"@hu ; rdfs:label "Decinewton"@it ; rdfs:label "Decinewton"@ms ; rdfs:label "Decinewton"@ro ; rdfs:label "Decinewton"@sl ; rdfs:label "Decinewton"@tr ; rdfs:label "Deciniuton"@pl ; .
{"resource":"Decinewton"
,"qname":"unit:DeciN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95948747>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Decinewton"
,"label":"Deciniuton"
,"prefix":"prefix:Deci"
,"scalingOf":"unit:N"
,"symbol":"dN"
,"type":"qudt:Unit"
,"ucum code":"dN"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"prefix" : "http://qudt.org/vocab/prefix/Deci",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "dN",
"ucumCode" : "dN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95948747",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decinewton", {
"@language" : "cs",
"@value" : "Decinewton"
}, {
"@language" : "de",
"@value" : "Decinewton"
}, {
"@language" : "en",
"@value" : "Decinewton"
}, {
"@language" : "es",
"@value" : "Decinewton"
}, {
"@language" : "fr",
"@value" : "Decinewton"
}, {
"@language" : "it",
"@value" : "Decinewton"
}, {
"@language" : "ms",
"@value" : "Decinewton"
}, {
"@language" : "ro",
"@value" : "Decinewton"
}, {
"@language" : "sl",
"@value" : "Decinewton"
}, {
"@language" : "tr",
"@value" : "Decinewton"
}, {
"@language" : "hu",
"@value" : "Decinewton"
}, {
"@language" : "pl",
"@value" : "Deciniuton"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciN-M
URI: http://qudt.org/vocab/unit/DeciN-M
0.1-fold of the product of the derived SI unit joule and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciN-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.1-fold of the product of the derived SI unit joule and the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB084" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB084"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.1-fold of the product of the derived SI unit joule and the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "dN·m" ; <http://qudt.org/schema/qudt/ucumCode> "dN.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DN" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106645290> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decinewton Meter"@de ; rdfs:label "Decinewton Meter"@en-US ; rdfs:label "Decinewton Meter"@ms ; rdfs:label "Decinewton Meter"@sl ; rdfs:label "Decinewton Metr"@cs ; rdfs:label "Decinewton Metre" ; rdfs:label "Decinewton Metre"@en ; rdfs:label "Decinewton Metre"@tr ; rdfs:label "Decinewton Metro"@es ; rdfs:label "Decinewton Metro"@it ; rdfs:label "Decinewton Metru"@ro ; rdfs:label "Decinewton Mètre"@fr ; rdfs:label "Deciniuton Metr"@pl ; .
{"resource":"Decinewton Metre"
,"qname":"unit:DeciN-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciN-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106645290>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"0.1-fold of the product of the derived SI unit joule and the SI base unit metre"
,"description (plain text)":"0.1-fold of the product of the derived SI unit joule and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB084"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB084"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decinewton Meter"
,"label":"Decinewton Meter"
,"label":"Decinewton Meter"
,"label":"Decinewton Meter"
,"label":"Decinewton Metr"
,"label":"Decinewton Metre"
,"label":"Decinewton Metre"
,"label":"Decinewton Metre"
,"label":"Decinewton Metro"
,"label":"Decinewton Metro"
,"label":"Decinewton Metru"
,"label":"Decinewton Mètre"
,"label":"Deciniuton Metr"
,"symbol":"dN·m"
,"type":"qudt:Unit"
,"ucum code":"dN.m"
,"unece common code":"DN"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciN-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.1-fold of the product of the derived SI unit joule and the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAB084",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB084",
"plainTextDescription" : "0.1-fold of the product of the derived SI unit joule and the SI base unit metre",
"symbol" : "dN·m",
"ucumCode" : "dN.m",
"uneceCommonCode" : "DN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106645290",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Decinewton Metr"
}, "Decinewton Metre", {
"@language" : "en",
"@value" : "Decinewton Metre"
}, {
"@language" : "tr",
"@value" : "Decinewton Metre"
}, {
"@language" : "es",
"@value" : "Decinewton Metro"
}, {
"@language" : "it",
"@value" : "Decinewton Metro"
}, {
"@language" : "fr",
"@value" : "Decinewton Mètre"
}, {
"@language" : "de",
"@value" : "Decinewton Meter"
}, {
"@language" : "ro",
"@value" : "Decinewton Metru"
}, {
"@language" : "en-us",
"@value" : "Decinewton Meter"
}, {
"@language" : "ms",
"@value" : "Decinewton Meter"
}, {
"@language" : "sl",
"@value" : "Decinewton Meter"
}, {
"@language" : "pl",
"@value" : "Deciniuton Metr"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciS
URI: http://qudt.org/vocab/unit/DeciS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Admittance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductance> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deci> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S> ; <http://qudt.org/schema/qudt/symbol> "dS" ; <http://qudt.org/schema/qudt/ucumCode> "dS"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95676297> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decisiemens" ; rdfs:label "Decisiemens"@cs ; rdfs:label "Decisiemens"@de ; rdfs:label "Decisiemens"@en ; rdfs:label "Decisiemens"@es ; rdfs:label "Decisiemens"@fr ; rdfs:label "Decisiemens"@hu ; rdfs:label "Decisiemens"@it ; rdfs:label "Decisiemens"@ms ; rdfs:label "Decisiemens"@ro ; rdfs:label "Decisiemens"@sl ; rdfs:label "Decisiemens"@tr ; rdfs:label "Decisimens"@pl ; .
{"resource":"Decisiemens"
,"qname":"unit:DeciS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95676297>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Admittance"
,"has quantity kind":"quantitykind:Conductance"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisiemens"
,"label":"Decisimens"
,"prefix":"prefix:Deci"
,"scalingOf":"unit:S"
,"symbol":"dS"
,"type":"qudt:Unit"
,"ucum code":"dS"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Admittance", "http://qudt.org/vocab/quantitykind/Conductance" ],
"prefix" : "http://qudt.org/vocab/prefix/Deci",
"scalingOf" : "http://qudt.org/vocab/unit/S",
"symbol" : "dS",
"ucumCode" : "dS",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95676297",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decisiemens", {
"@language" : "cs",
"@value" : "Decisiemens"
}, {
"@language" : "de",
"@value" : "Decisiemens"
}, {
"@language" : "en",
"@value" : "Decisiemens"
}, {
"@language" : "es",
"@value" : "Decisiemens"
}, {
"@language" : "fr",
"@value" : "Decisiemens"
}, {
"@language" : "pl",
"@value" : "Decisimens"
}, {
"@language" : "hu",
"@value" : "Decisiemens"
}, {
"@language" : "it",
"@value" : "Decisiemens"
}, {
"@language" : "ms",
"@value" : "Decisiemens"
}, {
"@language" : "ro",
"@value" : "Decisiemens"
}, {
"@language" : "sl",
"@value" : "Decisiemens"
}, {
"@language" : "tr",
"@value" : "Decisiemens"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciS-PER-M
URI: http://qudt.org/vocab/unit/DeciS-PER-M
Decisiemens per metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciS-PER-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Decisiemens per metre."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/plainTextDescription> "Decisiemens per metre." ; <http://qudt.org/schema/qudt/symbol> "dS/m" ; <http://qudt.org/schema/qudt/ucumCode> "dS.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decisiemens na Meter"@sl ; rdfs:label "Decisiemens na Metr"@cs ; rdfs:label "Decisiemens par Mètre"@fr ; rdfs:label "Decisiemens pe Metru"@ro ; rdfs:label "Decisiemens per Meter"@en-US ; rdfs:label "Decisiemens per Meter"@ms ; rdfs:label "Decisiemens per Metre" ; rdfs:label "Decisiemens per Metre"@en ; rdfs:label "Decisiemens per Metre"@tr ; rdfs:label "Decisiemens per Metro"@it ; rdfs:label "Decisiemens por Metro"@es ; rdfs:label "Decisiemens pro Meter"@de ; rdfs:label "Decisimens na Metr"@pl ; .
{"resource":"Decisiemens per Metre"
,"qname":"unit:DeciS-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciS-PER-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"Decisiemens per metre."
,"description (plain text)":"Decisiemens per metre."
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decisiemens na Meter"
,"label":"Decisiemens na Metr"
,"label":"Decisiemens par Mètre"
,"label":"Decisiemens pe Metru"
,"label":"Decisiemens per Meter"
,"label":"Decisiemens per Meter"
,"label":"Decisiemens per Metre"
,"label":"Decisiemens per Metre"
,"label":"Decisiemens per Metre"
,"label":"Decisiemens per Metro"
,"label":"Decisiemens por Metro"
,"label":"Decisiemens pro Meter"
,"label":"Decisimens na Metr"
,"symbol":"dS\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"dS.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciS-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Decisiemens per metre.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Conductivity",
"plainTextDescription" : "Decisiemens per metre.",
"symbol" : "dS/m",
"ucumCode" : "dS.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Decisiemens por Metro"
}, {
"@language" : "en-us",
"@value" : "Decisiemens per Meter"
}, {
"@language" : "it",
"@value" : "Decisiemens per Metro"
}, {
"@language" : "ms",
"@value" : "Decisiemens per Meter"
}, {
"@language" : "ro",
"@value" : "Decisiemens pe Metru"
}, {
"@language" : "sl",
"@value" : "Decisiemens na Meter"
}, "Decisiemens per Metre", {
"@language" : "en",
"@value" : "Decisiemens per Metre"
}, {
"@language" : "tr",
"@value" : "Decisiemens per Metre"
}, {
"@language" : "fr",
"@value" : "Decisiemens par Mètre"
}, {
"@language" : "cs",
"@value" : "Decisiemens na Metr"
}, {
"@language" : "de",
"@value" : "Decisiemens pro Meter"
}, {
"@language" : "pl",
"@value" : "Decisimens na Metr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciSEC
URI: http://qudt.org/vocab/unit/DeciSEC
"Decisecond" is an SI unit for 'Time' expressed as $ds$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciSEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Decisecond\" is an SI unit for 'Time' expressed as $ds$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/informativeReference> "https://simple.wikipedia.org/w/index.php?title=Decisecond&oldid=8898314"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deci> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "ds" ; <http://qudt.org/schema/qudt/ucumCode> "ds"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C26" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decimásodperc"@hu ; rdfs:label "Decisaat"@ms ; rdfs:label "Decisaniye"@tr ; rdfs:label "Decisecond" ; rdfs:label "Decisecond"@en ; rdfs:label "Deciseconde"@fr ; rdfs:label "Decisecondo"@it ; rdfs:label "Decisecundă"@ro ; rdfs:label "Decisegundo"@es ; rdfs:label "Decisekunda"@cs ; rdfs:label "Decisekunda"@pl ; rdfs:label "Decisekunda"@sl ; rdfs:label "Decisekunde"@de ; .
{"resource":"Decisecond"
,"qname":"unit:DeciSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciSEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"\"Decisecond\" is an SI unit for 'Time' expressed as $ds$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"informative reference":"https:\/\/simple.wikipedia.org\/w\/index.php?title=Decisecond&oldid=8898314"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decimásodperc"
,"label":"Decisaat"
,"label":"Decisaniye"
,"label":"Decisecond"
,"label":"Decisecond"
,"label":"Deciseconde"
,"label":"Decisecondo"
,"label":"Decisecundă"
,"label":"Decisegundo"
,"label":"Decisekunda"
,"label":"Decisekunda"
,"label":"Decisekunda"
,"label":"Decisekunde"
,"prefix":"prefix:Deci"
,"scalingOf":"unit:SEC"
,"symbol":"ds"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"ds"
,"unece common code":"C26"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciSEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Decisecond\" is an SI unit for 'Time' expressed as $ds$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"informativeReference" : "https://simple.wikipedia.org/w/index.php?title=Decisecond&oldid=8898314",
"prefix" : "http://qudt.org/vocab/prefix/Deci",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "ds",
"ucumCode" : "ds",
"uneceCommonCode" : "C26",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Decisegundo"
}, {
"@language" : "ms",
"@value" : "Decisaat"
}, {
"@language" : "en",
"@value" : "Decisecond"
}, "Decisecond", {
"@language" : "cs",
"@value" : "Decisekunda"
}, {
"@language" : "pl",
"@value" : "Decisekunda"
}, {
"@language" : "sl",
"@value" : "Decisekunda"
}, {
"@language" : "de",
"@value" : "Decisekunde"
}, {
"@language" : "it",
"@value" : "Decisecondo"
}, {
"@language" : "fr",
"@value" : "Deciseconde"
}, {
"@language" : "tr",
"@value" : "Decisaniye"
}, {
"@language" : "hu",
"@value" : "Decimásodperc"
}, {
"@language" : "ro",
"@value" : "Decisecundă"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciTONNE
URI: http://qudt.org/vocab/unit/DeciTONNE
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciTONNE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/DeciTON_Metric> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deci> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/TONNE> ; <http://qudt.org/schema/qudt/symbol> "dt" ; <http://qudt.org/schema/qudt/ucumCode> "dt"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DTN" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106611734> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Decitonne" ; rdfs:label "Decitonne"@en ; .
{"resource":"Decitonne"
,"qname":"unit:DeciTONNE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciTONNE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106611734>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"exact match":"unit:DeciTON_Metric"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Decitonne"
,"label":"Decitonne"
,"prefix":"prefix:Deci"
,"scalingOf":"unit:TONNE"
,"symbol":"dt"
,"type":"qudt:Unit"
,"ucum code":"dt"
,"unece common code":"DTN"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciTONNE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"exactMatch" : "http://qudt.org/vocab/unit/DeciTON_Metric",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"prefix" : "http://qudt.org/vocab/prefix/Deci",
"scalingOf" : "http://qudt.org/vocab/unit/TONNE",
"symbol" : "dt",
"ucumCode" : "dt",
"uneceCommonCode" : "DTN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106611734",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Decitonne", {
"@language" : "en",
"@value" : "Decitonne"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:DeciTON_Metric
URI: http://qudt.org/vocab/unit/DeciTON_Metric
100-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/DeciTON_Metric> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "100-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/DeciTONNE> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB078" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB078"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "100-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Deci> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/TON_Metric> ; <http://qudt.org/schema/qudt/symbol> "dt" ; <http://qudt.org/schema/qudt/ucumCode> "dt"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DTN" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Deci Metric Ton" ; rdfs:label "Deci Metric Ton"@en ; .
{"resource":"Deci Metric Ton"
,"qname":"unit:DeciTON_Metric"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/DeciTON_Metric"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"100-fold of the SI base unit kilogram"
,"description (plain text)":"100-fold of the SI base unit kilogram"
,"exact match":"unit:DeciTONNE"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB078"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB078"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Deci Metric Ton"
,"label":"Deci Metric Ton"
,"prefix":"prefix:Deci"
,"scalingOf":"unit:TON_Metric"
,"symbol":"dt"
,"type":"qudt:Unit"
,"ucum code":"dt"
,"unece common code":"DTN"
]}
{
"@id" : "http://qudt.org/vocab/unit/DeciTON_Metric",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "100-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"exactMatch" : "http://qudt.org/vocab/unit/DeciTONNE",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB078",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB078",
"plainTextDescription" : "100-fold of the SI base unit kilogram",
"prefix" : "http://qudt.org/vocab/prefix/Deci",
"scalingOf" : "http://qudt.org/vocab/unit/TON_Metric",
"symbol" : "dt",
"ucumCode" : "dt",
"uneceCommonCode" : "DTN",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Deci Metric Ton", {
"@language" : "en",
"@value" : "Deci Metric Ton"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Denier
URI: http://qudt.org/vocab/unit/Denier
Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/Denier> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length."^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/DENIER> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000011 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1E-7 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Denier"^^xsd:anyURI ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB244" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Denier?oldid=463382291"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB244"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM-PER-MilliM> ; <http://qudt.org/schema/qudt/symbol> "D" ; <http://qudt.org/schema/qudt/ucumCode> "[den]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A49" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Denier" ; rdfs:label "Denier"@en ; .
{"resource":"Denier"
,"qname":"unit:Denier"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Denier"
,"properties":["conversion multiplier":"0.00000011"
,"conversion multiplier scientific":"1.1E-7"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Denier"
,"deprecated":"true"
,"description":"Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1\/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1\/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB244"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Denier?oldid=463382291"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Units_of_textile_measurement#Denier"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB244"
,"is replaced by":"unit:DENIER"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Denier"
,"label":"Denier"
,"scalingOf":"unit:GM-PER-MilliM"
,"symbol":"D"
,"type":"qudt:Unit"
,"ucum code":"[den]"
,"unece common code":"A49"
]}
{
"@id" : "http://qudt.org/vocab/unit/Denier",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Denier or den is a unit of measure for the linear mass density of fibers. It is defined as the mass in grams per 9,000 meters. In the International System of Units the tex is used instead (see below). The denier is based on a natural standard: a single strand of silk is approximately one denier. A 9,000-meter strand of silk weighs about one gram. The term denier is from the French denier, a coin of small value (worth 1/12 of a sou). Applied to yarn, a denier was held to be equal in weight to 1/24 of an ounce. The term microdenier is used to describe filaments that weigh less than one gram per 9,000 meter length.",
"isReplacedBy" : "http://qudt.org/vocab/unit/DENIER",
"conversionMultiplier" : "0.00000011",
"conversionMultiplier:SN" : 1.1E-7,
"dbpediaMatch" : "http://dbpedia.org/resource/Denier",
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"iec61360Code" : "0112/2///62720#UAB244",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Denier?oldid=463382291", "http://en.wikipedia.org/wiki/Units_of_textile_measurement#Denier", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB244" ],
"scalingOf" : "http://qudt.org/vocab/unit/GM-PER-MilliM",
"symbol" : "D",
"ucumCode" : "[den]",
"uneceCommonCode" : "A49",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Denier", {
"@language" : "en",
"@value" : "Denier"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:E
URI: http://qudt.org/vocab/unit/E
$\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately $1.602176634 \times 10^{-19} coulombs$. In the cgs system, $e$ is $4.80320471257026372 \times 10^{-10} statcoulombs$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/E>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton,
or equivalently, the negation (opposite) of the electric charge carried by a single electron.
This elementary charge is a fundamental physical constant.
To avoid confusion over its sign, e is sometimes called the elementary positive charge.
This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$.
In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000001602176634 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-19 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/ElementaryCharge> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A-SEC> ;
<http://qudt.org/schema/qudt/symbol> "e" ;
<http://qudt.org/schema/qudt/ucumCode> "[e]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "e" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2101> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Elementary Charge" ;
rdfs:label "Elementary Charge"@en ;
.
{"resource":"Elementary Charge"
,"qname":"unit:E"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/E"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2101>"
,"conversion multiplier":"0.0000000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-19"
,"description":"$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, \n or equivalently, the negation (opposite) of the electric charge carried by a single electron. \n This elementary charge is a fundamental physical constant. \n To avoid confusion over its sign, e is sometimes called the elementary positive charge. \n This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$.\n In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$.\n "
,"exact match":"unit:ElementaryCharge"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Elementary Charge"
,"label":"Elementary Charge"
,"scalingOf":"unit:A-SEC"
,"symbol":"e"
,"type":"qudt:Unit"
,"ucum code":"[e]"
,"udunits code":"e"
]}
{
"@id" : "http://qudt.org/vocab/unit/E",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, \n or equivalently, the negation (opposite) of the electric charge carried by a single electron. \n This elementary charge is a fundamental physical constant. \n To avoid confusion over its sign, e is sometimes called the elementary positive charge. \n This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$.\n In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$.\n ",
"conversionMultiplier" : "0.0000000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-19,
"exactMatch" : "http://qudt.org/vocab/unit/ElementaryCharge",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"scalingOf" : "http://qudt.org/vocab/unit/A-SEC",
"symbol" : "e",
"ucumCode" : "[e]",
"udunitsCode" : "e",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2101",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Elementary Charge", {
"@language" : "en",
"@value" : "Elementary Charge"
} ],
"@context" : {
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ENZ
URI: http://qudt.org/vocab/unit/ENZ
unit to express the catalytic activity of a specified chemical reaction
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ENZ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit to express the catalytic activity of a specified chemical reaction" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000016667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.6667E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB600" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB600"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KAT> ; <http://qudt.org/schema/qudt/symbol> "U" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Enzyme Unit" ; rdfs:label "Enzyme Unit"@en ; .
{"resource":"Enzyme Unit"
,"qname":"unit:ENZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ENZ"
,"properties":["conversion multiplier":"0.000000016667"
,"conversion multiplier scientific":"1.6667E-8"
,"description":"unit to express the catalytic activity of a specified chemical reaction"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB600"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB600"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Enzyme Unit"
,"label":"Enzyme Unit"
,"scalingOf":"unit:KAT"
,"symbol":"U"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/ENZ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit to express the catalytic activity of a specified chemical reaction",
"conversionMultiplier" : "0.000000016667",
"conversionMultiplier:SN" : 1.6667E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivity",
"iec61360Code" : "0112/2///62720#UAB600",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB600",
"scalingOf" : "http://qudt.org/vocab/unit/KAT",
"symbol" : "U",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Enzyme Unit", {
"@language" : "en",
"@value" : "Enzyme Unit"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ENZ-PER-L
URI: http://qudt.org/vocab/unit/ENZ-PER-L
amount of enzyme units divided by litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ENZ-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "amount of enzyme units divided by litre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000016667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.6667E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB601" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB601"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "U/L" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Enzyme Unit per Liter"@en-US ; rdfs:label "Enzyme Unit per Litre" ; rdfs:label "Enzyme Unit per Litre"@en ; .
{"resource":"Enzyme Unit per Litre"
,"qname":"unit:ENZ-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ENZ-PER-L"
,"properties":["conversion multiplier":"0.000016667"
,"conversion multiplier scientific":"1.6667E-5"
,"description":"amount of enzyme units divided by litre"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB601"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB601"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Enzyme Unit per Liter"
,"label":"Enzyme Unit per Litre"
,"label":"Enzyme Unit per Litre"
,"symbol":"U\/L"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/ENZ-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "amount of enzyme units divided by litre",
"conversionMultiplier" : "0.000016667",
"conversionMultiplier:SN" : 1.6667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"iec61360Code" : "0112/2///62720#UAB601",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB601",
"symbol" : "U/L",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Enzyme Unit per Liter"
}, "Enzyme Unit per Litre", {
"@language" : "en",
"@value" : "Enzyme Unit per Litre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:EQ
URI: http://qudt.org/vocab/unit/EQ
An equivalent is an amount of substance defined by the number of unit charges, positive or negative, that the relevant reactive species donate, accept, or exchange in a chemical process. It expresses stoichiometric charge capacity rather than the number of particles of a substance.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/EQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "An equivalent is an amount of substance defined by the number of unit charges, positive or negative, that the relevant reactive species donate, accept, or exchange in a chemical process. It expresses stoichiometric charge capacity rather than the number of particles of a substance."@en ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactiveCharge> ; <http://qudt.org/schema/qudt/plainTextDescription> "An equivalent is an amount of substance defined by the number of unit charges, positive or negative, that the relevant reactive species donate, accept, or exchange in a chemical process. It expresses stoichiometric charge capacity rather than the number of particles of a substance."@en ; <http://qudt.org/schema/qudt/symbol> "Eq" ; <http://qudt.org/schema/qudt/ucumCode> "EQ"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Equivalent" ; rdfs:label "Equivalent"@en ; .
{"resource":"Equivalent"
,"qname":"unit:EQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EQ"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"An equivalent is an amount of substance defined by the number of unit charges, positive or negative, that the relevant reactive species donate, accept, or exchange in a chemical process. It expresses stoichiometric charge capacity rather than the number of particles of a substance."
,"description (plain text)":"An equivalent is an amount of substance defined by the number of unit charges, positive or negative, that the relevant reactive species donate, accept, or exchange in a chemical process. It expresses stoichiometric charge capacity rather than the number of particles of a substance."
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ReactiveCharge"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Equivalent"
,"label":"Equivalent"
,"symbol":"Eq"
,"type":"qudt:Unit"
,"ucum code":"EQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/EQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "An equivalent is an amount of substance defined by the number of unit charges, positive or negative, that the relevant reactive species donate, accept, or exchange in a chemical process. It expresses stoichiometric charge capacity rather than the number of particles of a substance."
},
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactiveCharge",
"plainTextDescription" : {
"@language" : "en",
"@value" : "An equivalent is an amount of substance defined by the number of unit charges, positive or negative, that the relevant reactive species donate, accept, or exchange in a chemical process. It expresses stoichiometric charge capacity rather than the number of particles of a substance."
},
"symbol" : "Eq",
"ucumCode" : "EQ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Equivalent", {
"@language" : "en",
"@value" : "Equivalent"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG
URI: http://qudt.org/vocab/unit/ERG
An erg is the unit of energy and mechanical work in the centimetre-gram-second (CGS) system of units, symbol 'erg'. Its name is derived from the Greek ergon, meaning 'work'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimeter. In the CGS base units, it is equal to one gram centimeter-squared per second-squared ($g \cdot cm^2/s^2$). It is thus equal to $10^{-7}$ joules or 100 nanojoules in SI units. $1 erg = 10^{-7} J = 100 nJ$, $1 erg = 624.15 GeV = 6.2415 \times 10^{11} eV$, $1 erg = 1 dyne\cdot cm = 1 g \cdot cm^2/s^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ERG>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "An erg is the unit of energy and mechanical work in the centimetre-gram-second (CGS) system of units, symbol 'erg'. Its name is derived from the Greek ergon, meaning 'work'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimeter. In the CGS base units, it is equal to one gram centimeter-squared per second-squared ($g \\cdot cm^2/s^2$). It is thus equal to $10^{-7}$ joules or 100 nanojoules in SI units. $1 erg = 10^{-7} J = 100 nJ$, $1 erg = 624.15 GeV = 6.2415 \\times 10^{11} eV$, $1 erg = 1 dyne\\cdot cm = 1 g \\cdot cm^2/s^2$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Erg"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA429" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Erg?oldid=490293432"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA429"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$g\\cdot cm^{2}/s^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/erg> ;
<http://qudt.org/schema/qudt/symbol> "erg" ;
<http://qudt.org/schema/qudt/ucumCode> "erg"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A57" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q185153> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Erg" ;
rdfs:label "Erg"@en ;
.
{"resource":"Erg"
,"qname":"unit:ERG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q185153>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Erg"
,"description":"An erg is the unit of energy and mechanical work in the centimetre-gram-second (CGS) system of units, symbol 'erg'. Its name is derived from the Greek ergon, meaning 'work'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimeter. In the CGS base units, it is equal to one gram centimeter-squared per second-squared ($g \\cdot cm^2\/s^2$). It is thus equal to $10^{-7}$ joules or 100 nanojoules in SI units. $1 erg = 10^{-7} J = 100 nJ$, $1 erg = 624.15 GeV = 6.2415 \\times 10^{11} eV$, $1 erg = 1 dyne\\cdot cm = 1 g \\cdot cm^2\/s^2$."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA429"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Erg?oldid=490293432"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA429"
,"is coherent derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg"
,"label":"Erg"
,"latex definition":"$g\\cdot cm^{2}\/s^{2}$"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/erg>"
,"symbol":"erg"
,"type":"qudt:Unit"
,"ucum code":"erg"
,"unece common code":"A57"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "An erg is the unit of energy and mechanical work in the centimetre-gram-second (CGS) system of units, symbol 'erg'. Its name is derived from the Greek ergon, meaning 'work'. An erg is the amount of work done by a force of one dyne exerted for a distance of one centimeter. In the CGS base units, it is equal to one gram centimeter-squared per second-squared ($g \\cdot cm^2/s^2$). It is thus equal to $10^{-7}$ joules or 100 nanojoules in SI units. $1 erg = 10^{-7} J = 100 nJ$, $1 erg = 624.15 GeV = 6.2415 \\times 10^{11} eV$, $1 erg = 1 dyne\\cdot cm = 1 g \\cdot cm^2/s^2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"dbpediaMatch" : "http://dbpedia.org/resource/Erg",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/CGS",
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA429",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA429", "http://en.wikipedia.org/wiki/Erg?oldid=490293432" ],
"latexDefinition" : "$g\\cdot cm^{2}/s^{2}$",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/erg",
"symbol" : "erg",
"ucumCode" : "erg",
"uneceCommonCode" : "A57",
"wikidataMatch" : "http://www.wikidata.org/entity/Q185153",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Erg", {
"@language" : "en",
"@value" : "Erg"
} ],
"@context" : {
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG-CentiM2
URI: http://qudt.org/vocab/unit/ERG-CentiM2
[CGS] unit of the atomic stopping power
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ERG-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit of the atomic stopping power" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassStoppingPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB148" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB148"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "erg·cm²" ; <http://qudt.org/schema/qudt/ucumCode> "erg.cm2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A66" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Erg Square Centimeter"@en-US ; rdfs:label "Erg Square Centimetre" ; rdfs:label "Erg Square Centimetre"@en ; .
{"resource":"Erg Square Centimetre"
,"qname":"unit:ERG-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-CentiM2"
,"properties":["conversion multiplier":"0.00000000001"
,"conversion multiplier scientific":"1.0E-11"
,"description":"[CGS] unit of the atomic stopping power"
,"has dimension vector":"qkdv:A0E0L4I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MassStoppingPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB148"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB148"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg Square Centimeter"
,"label":"Erg Square Centimetre"
,"label":"Erg Square Centimetre"
,"symbol":"erg·cm²"
,"type":"qudt:Unit"
,"ucum code":"erg.cm2"
,"unece common code":"A66"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit of the atomic stopping power",
"conversionMultiplier" : "0.00000000001",
"conversionMultiplier:SN" : 1.0E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassStoppingPower",
"iec61360Code" : "0112/2///62720#UAB148",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB148",
"symbol" : "erg·cm²",
"ucumCode" : "erg.cm2",
"uneceCommonCode" : "A66",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Erg Square Centimeter"
}, {
"@language" : "en",
"@value" : "Erg Square Centimetre"
}, "Erg Square Centimetre" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG-CentiM2-PER-GM
URI: http://qudt.org/vocab/unit/ERG-CentiM2-PER-GM
[CGS] unit of the mass stopping power
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ERG-CentiM2-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit of the mass stopping power" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalMassStoppingPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB149" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB149"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "erg·cm²/g" ; <http://qudt.org/schema/qudt/ucumCode> "erg.cm2.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A67" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Erg Square Centimeter per Gram"@en-US ; rdfs:label "Erg Square Centimetre per Gram" ; rdfs:label "Erg Square Centimetre per Gram"@en ; .
{"resource":"Erg Square Centimetre per Gram"
,"qname":"unit:ERG-CentiM2-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-CentiM2-PER-GM"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"[CGS] unit of the mass stopping power"
,"has dimension vector":"qkdv:A0E0L4I0M0H0T-2D0"
,"has quantity kind":"quantitykind:TotalMassStoppingPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB149"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB149"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg Square Centimeter per Gram"
,"label":"Erg Square Centimetre per Gram"
,"label":"Erg Square Centimetre per Gram"
,"symbol":"erg·cm²\/g"
,"type":"qudt:Unit"
,"ucum code":"erg.cm2.g-1"
,"unece common code":"A67"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-CentiM2-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit of the mass stopping power",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TotalMassStoppingPower",
"iec61360Code" : "0112/2///62720#UAB149",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB149",
"symbol" : "erg·cm²/g",
"ucumCode" : "erg.cm2.g-1",
"uneceCommonCode" : "A67",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Erg Square Centimetre per Gram", {
"@language" : "en-us",
"@value" : "Erg Square Centimeter per Gram"
}, {
"@language" : "en",
"@value" : "Erg Square Centimetre per Gram"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG-PER-CentiM
URI: http://qudt.org/vocab/unit/ERG-PER-CentiM
CGS unit of the length-related energy
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ERG-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "CGS unit of the length-related energy"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB145" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB145"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "CGS unit of the length-related energy" ; <http://qudt.org/schema/qudt/symbol> "erg/cm" ; <http://qudt.org/schema/qudt/ucumCode> "erg.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A58" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Erg per Centimeter"@en-US ; rdfs:label "Erg per Centimetre" ; rdfs:label "Erg per Centimetre"@en ; .
{"resource":"Erg per Centimetre"
,"qname":"unit:ERG-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-PER-CentiM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"CGS unit of the length-related energy"
,"description (plain text)":"CGS unit of the length-related energy"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TotalLinearStoppingPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB145"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB145"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg per Centimeter"
,"label":"Erg per Centimetre"
,"label":"Erg per Centimetre"
,"symbol":"erg\/cm"
,"type":"qudt:Unit"
,"ucum code":"erg.cm-1"
,"unece common code":"A58"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "CGS unit of the length-related energy",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower",
"iec61360Code" : "0112/2///62720#UAB145",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB145",
"plainTextDescription" : "CGS unit of the length-related energy",
"symbol" : "erg/cm",
"ucumCode" : "erg.cm-1",
"uneceCommonCode" : "A58",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Erg per Centimetre", {
"@language" : "en",
"@value" : "Erg per Centimetre"
}, {
"@language" : "en-us",
"@value" : "Erg per Centimeter"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG-PER-CentiM2
URI: http://qudt.org/vocab/unit/ERG-PER-CentiM2
Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ERG-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/CentiM2-PER-ERG> ; <http://qudt.org/schema/qudt/plainTextDescription> "Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "erg/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "erg.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Erg per Square Centimeter"@en-US ; rdfs:label "Erg per Square Centimetre" ; rdfs:label "Erg per Square Centimetre"@en ; .
{"resource":"Erg per Square Centimetre"
,"qname":"unit:ERG-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-PER-CentiM2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"description (plain text)":"Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:StrainEnergyReleaseRate"
,"has reciprocal unit":"unit:CentiM2-PER-ERG"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg per Square Centimeter"
,"label":"Erg per Square Centimetre"
,"label":"Erg per Square Centimetre"
,"symbol":"erg\/cm²"
,"type":"qudt:Unit"
,"ucum code":"erg.cm-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate", "http://qudt.org/vocab/quantitykind/EnergyPerArea" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/CentiM2-PER-ERG",
"plainTextDescription" : "Derived CGS unit erg divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"symbol" : "erg/cm²",
"ucumCode" : "erg.cm-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Erg per Square Centimetre", {
"@language" : "en",
"@value" : "Erg per Square Centimetre"
}, {
"@language" : "en-us",
"@value" : "Erg per Square Centimeter"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG-PER-CentiM2-SEC
URI: http://qudt.org/vocab/unit/ERG-PER-CentiM2-SEC
"Erg per Square Centimeter Second" is a C.G.S System unit for 'Power Per Area' expressed as $erg/(cm^{2}-s)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ERG-PER-CentiM2-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Erg per Square Centimeter Second\" is a C.G.S System unit for 'Power Per Area' expressed as $erg/(cm^{2}-s)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/expression> "$erg/(cm^{2}-s)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB055" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB055"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "erg/(cm²·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "erg.cm-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A65" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q28657331> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Erg per Square Centimeter Second"@en-US ;
rdfs:label "Erg per Square Centimetre Second" ;
rdfs:label "Erg per Square Centimetre Second"@en ;
.
{"resource":"Erg per Square Centimetre Second"
,"qname":"unit:ERG-PER-CentiM2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-PER-CentiM2-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q28657331>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"\"Erg per Square Centimeter Second\" is a C.G.S System unit for 'Power Per Area' expressed as $erg\/(cm^{2}-s)$."
,"expression":"$erg\/(cm^{2}-s)$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB055"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB055"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg per Square Centimeter Second"
,"label":"Erg per Square Centimetre Second"
,"label":"Erg per Square Centimetre Second"
,"symbol":"erg\/(cm²·s)"
,"type":"qudt:Unit"
,"ucum code":"erg.cm-2.s-1"
,"unece common code":"A65"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-PER-CentiM2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Erg per Square Centimeter Second\" is a C.G.S System unit for 'Power Per Area' expressed as $erg/(cm^{2}-s)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"expression" : "$erg/(cm^{2}-s)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB055",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB055",
"symbol" : "erg/(cm²·s)",
"ucumCode" : "erg.cm-2.s-1",
"uneceCommonCode" : "A65",
"wikidataMatch" : "http://www.wikidata.org/entity/Q28657331",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Erg per Square Centimetre Second", {
"@language" : "en",
"@value" : "Erg per Square Centimetre Second"
}, {
"@language" : "en-us",
"@value" : "Erg per Square Centimeter Second"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG-PER-CentiM3
URI: http://qudt.org/vocab/unit/ERG-PER-CentiM3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ERG-PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/expression> "$erg-per-cm3$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB146" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB146"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "erg/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "erg.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A60" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107361161> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Erg per Cubic Centimeter"@en-US ; rdfs:label "Erg per Cubic Centimetre" ; rdfs:label "Erg per Cubic Centimetre"@en ; .
{"resource":"Erg per Cubic Centimetre"
,"qname":"unit:ERG-PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-PER-CentiM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107361161>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"expression":"$erg-per-cm3$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB146"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB146"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg per Cubic Centimeter"
,"label":"Erg per Cubic Centimetre"
,"label":"Erg per Cubic Centimetre"
,"symbol":"erg\/cm³"
,"type":"qudt:Unit"
,"ucum code":"erg.cm-3"
,"unece common code":"A60"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"expression" : "$erg-per-cm3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyDensity",
"iec61360Code" : "0112/2///62720#UAB146",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB146",
"symbol" : "erg/cm³",
"ucumCode" : "erg.cm-3",
"uneceCommonCode" : "A60",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107361161",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Erg per Cubic Centimeter"
}, "Erg per Cubic Centimetre", {
"@language" : "en",
"@value" : "Erg per Cubic Centimetre"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG-PER-GM
URI: http://qudt.org/vocab/unit/ERG-PER-GM
CGS unit of the mass-related energy
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ERG-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "CGS unit of the mass-related energy"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB061" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB061"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "CGS unit of the mass-related energy" ; <http://qudt.org/schema/qudt/symbol> "erg/g" ; <http://qudt.org/schema/qudt/ucumCode> "erg.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A61" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107378414> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Erg per Gram" ; rdfs:label "Erg per Gram"@en ; .
{"resource":"Erg per Gram"
,"qname":"unit:ERG-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-PER-GM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107378414>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"CGS unit of the mass-related energy"
,"description (plain text)":"CGS unit of the mass-related energy"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB061"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB061"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg per Gram"
,"label":"Erg per Gram"
,"symbol":"erg\/g"
,"type":"qudt:Unit"
,"ucum code":"erg.g-1"
,"unece common code":"A61"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "CGS unit of the mass-related energy",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"iec61360Code" : "0112/2///62720#UAB061",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB061",
"plainTextDescription" : "CGS unit of the mass-related energy",
"symbol" : "erg/g",
"ucumCode" : "erg.g-1",
"uneceCommonCode" : "A61",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107378414",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Erg per Gram", {
"@language" : "en",
"@value" : "Erg per Gram"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG-PER-GM-SEC
URI: http://qudt.org/vocab/unit/ERG-PER-GM-SEC
CGS unit of the mass-related power
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ERG-PER-GM-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "CGS unit of the mass-related power"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB147" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB147"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "CGS unit of the mass-related power" ; <http://qudt.org/schema/qudt/symbol> "erg/(g·s)" ; <http://qudt.org/schema/qudt/ucumCode> "erg.g-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A62" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Erg per Gram Second" ; rdfs:label "Erg per Gram Second"@en ; .
{"resource":"Erg per Gram Second"
,"qname":"unit:ERG-PER-GM-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-PER-GM-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"CGS unit of the mass-related power"
,"description (plain text)":"CGS unit of the mass-related power"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB147"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB147"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg per Gram Second"
,"label":"Erg per Gram Second"
,"symbol":"erg\/(g·s)"
,"type":"qudt:Unit"
,"ucum code":"erg.g-1.s-1"
,"unece common code":"A62"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-PER-GM-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "CGS unit of the mass-related power",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate" ],
"iec61360Code" : "0112/2///62720#UAB147",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB147",
"plainTextDescription" : "CGS unit of the mass-related power",
"symbol" : "erg/(g·s)",
"ucumCode" : "erg.g-1.s-1",
"uneceCommonCode" : "A62",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Erg per Gram Second", {
"@language" : "en",
"@value" : "Erg per Gram Second"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG-PER-SEC
URI: http://qudt.org/vocab/unit/ERG-PER-SEC
"Erg per Second" is a C.G.S System unit for 'Power' expressed as $erg/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ERG-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Erg per Second\" is a C.G.S System unit for 'Power' expressed as $erg/s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/expression> "$erg/s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA430" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA430"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$g\\cdot cm^{2}/s^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/symbol> "erg/s" ;
<http://qudt.org/schema/qudt/ucumCode> "erg.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A63" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106997401> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Erg per Second" ;
rdfs:label "Erg per Second"@en ;
.
{"resource":"Erg per Second"
,"qname":"unit:ERG-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106997401>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"\"Erg per Second\" is a C.G.S System unit for 'Power' expressed as $erg\/s$."
,"expression":"$erg\/s$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA430"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA430"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg per Second"
,"label":"Erg per Second"
,"latex definition":"$g\\cdot cm^{2}\/s^{3}$"
,"symbol":"erg\/s"
,"type":"qudt:Unit"
,"ucum code":"erg.s-1"
,"unece common code":"A63"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Erg per Second\" is a C.G.S System unit for 'Power' expressed as $erg/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"expression" : "$erg/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA430",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA430",
"latexDefinition" : "$g\\cdot cm^{2}/s^{3}$",
"symbol" : "erg/s",
"ucumCode" : "erg.s-1",
"uneceCommonCode" : "A63",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106997401",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Erg per Second", {
"@language" : "en",
"@value" : "Erg per Second"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERG-SEC
URI: http://qudt.org/vocab/unit/ERG-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ERG-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularImpulse> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularMomentum> ; <http://qudt.org/schema/qudt/symbol> "erg·s" ; <http://qudt.org/schema/qudt/ucumCode> "erg.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Erg Second" ; rdfs:label "Erg Second"@en ; .
{"resource":"Erg Second"
,"qname":"unit:ERG-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERG-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:AngularImpulse"
,"has quantity kind":"quantitykind:AngularMomentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erg Second"
,"label":"Erg Second"
,"symbol":"erg·s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"erg.s"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERG-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularImpulse", "http://qudt.org/vocab/quantitykind/AngularMomentum" ],
"symbol" : "erg·s",
"ucumCode" : "erg.s",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Erg Second", {
"@language" : "en",
"@value" : "Erg Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ERLANG
URI: http://qudt.org/vocab/unit/ERLANG
The "Erlang" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ERLANG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The \"Erlang\" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Erlang_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB340" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Erlang_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB340"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "E" ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q11" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q225888> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Erlang" ; rdfs:label "Erlang"@en ; .
{"resource":"Erlang"
,"qname":"unit:ERLANG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ERLANG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q225888>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Erlang_(unit)"
,"description":"The \"Erlang\" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB340"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Erlang_(unit)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB340"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Erlang"
,"label":"Erlang"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31898"
,"symbol":"E"
,"type":"qudt:Unit"
,"unece common code":"Q11"
]}
{
"@id" : "http://qudt.org/vocab/unit/ERLANG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The \"Erlang\" is a dimensionless unit that is used in telephony as a measure of offered load or carried load on service-providing elements such as telephone circuits or telephone switching equipment.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Erlang_(unit)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAB340",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Erlang_(unit)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB340" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31898",
"symbol" : "E",
"uneceCommonCode" : "Q11",
"wikidataMatch" : "http://www.wikidata.org/entity/Q225888",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Erlang", {
"@language" : "en",
"@value" : "Erlang"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:EV
URI: http://qudt.org/vocab/unit/EV
An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically $1 eV$ approximates $1.6x10^{-19} joules$, where $1 joule$ is $6.2x10^{18} eV$. For example, it would take $6.2x10^{20} eV/sec$ to light a 100 watt light bulb.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/EV>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically $1 eV$ approximates $1.6x10^{-19} joules$, where $1 joule$ is $6.2x10^{18} eV$. For example, it would take $6.2x10^{20} eV/sec$ to light a 100 watt light bulb."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000001602176634 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-19 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Electron_volt"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA425" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Electron_volt?oldid=344021738"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/cuu/Constants/bibliography.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA425"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/electronvolt> ;
<http://qudt.org/schema/qudt/symbol> "eV" ;
<http://qudt.org/schema/qudt/ucumCode> "eV"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "eV" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A53" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q83327> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Electron Volt" ;
rdfs:label "Electron Volt"@en ;
.
{"resource":"Electron Volt"
,"qname":"unit:EV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EV"
,"properties":["Individual from SI Reference Point":"si-unit:electronvolt"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q83327>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-19"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Electron_volt"
,"description":"An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically $1 eV$ approximates $1.6x10^{-19} joules$, where $1 joule$ is $6.2x10^{18} eV$. For example, it would take $6.2x10^{20} eV\/sec$ to light a 100 watt light bulb."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA425"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Electron_volt?oldid=344021738"
,"informative reference":"http:\/\/physics.nist.gov\/cuu\/Constants\/bibliography.html"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA425"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Electron Volt"
,"label":"Electron Volt"
,"scalingOf":"unit:J"
,"symbol":"eV"
,"type":"qudt:Unit"
,"ucum code":"eV"
,"udunits code":"eV"
,"unece common code":"A53"
]}
{
"@id" : "http://qudt.org/vocab/unit/EV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "An electron volt (eV) is the energy that an electron gains when it travels through a potential of one volt. You can imagine that the electron starts at the negative plate of a parallel plate capacitor and accelerates to the positive plate, which is at one volt higher potential. Numerically $1 eV$ approximates $1.6x10^{-19} joules$, where $1 joule$ is $6.2x10^{18} eV$. For example, it would take $6.2x10^{20} eV/sec$ to light a 100 watt light bulb.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-19,
"dbpediaMatch" : "http://dbpedia.org/resource/Electron_volt",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA425",
"informativeReference" : [ "http://physics.nist.gov/cuu/Constants/bibliography.html", "http://en.wikipedia.org/wiki/Electron_volt?oldid=344021738", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA425" ],
"scalingOf" : "http://qudt.org/vocab/unit/J",
"siExactMatch" : "https://si-digital-framework.org/SI/units/electronvolt",
"symbol" : "eV",
"ucumCode" : "eV",
"udunitsCode" : "eV",
"uneceCommonCode" : "A53",
"wikidataMatch" : "http://www.wikidata.org/entity/Q83327",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Electron Volt", {
"@language" : "en",
"@value" : "Electron Volt"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:EV-M2
URI: http://qudt.org/vocab/unit/EV-M2
product of the unit electronvolt and the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/EV-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000001602176634 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-19 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalAtomicStoppingPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA427" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA427"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "eV·m²" ; <http://qudt.org/schema/qudt/ucumCode> "eV.m2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A55" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Electron Volt Square Meter"@en-US ; rdfs:label "Electron Volt Square Metre" ; rdfs:label "Electron Volt Square Metre"@en ; .
{"resource":"Electron Volt Square Metre"
,"qname":"unit:EV-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EV-M2"
,"properties":["conversion multiplier":"0.0000000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-19"
,"description":"product of the unit electronvolt and the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L4I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TotalAtomicStoppingPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA427"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA427"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Electron Volt Square Meter"
,"label":"Electron Volt Square Metre"
,"label":"Electron Volt Square Metre"
,"symbol":"eV·m²"
,"type":"qudt:Unit"
,"ucum code":"eV.m2"
,"unece common code":"A55"
]}
{
"@id" : "http://qudt.org/vocab/unit/EV-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "0.0000000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-19,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TotalAtomicStoppingPower",
"iec61360Code" : "0112/2///62720#UAA427",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA427",
"symbol" : "eV·m²",
"ucumCode" : "eV.m2",
"uneceCommonCode" : "A55",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Electron Volt Square Meter"
}, "Electron Volt Square Metre", {
"@language" : "en",
"@value" : "Electron Volt Square Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:EV-M2-PER-KiloGM
URI: http://qudt.org/vocab/unit/EV-M2-PER-KiloGM
product of the unit electronvolt and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/EV-M2-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000001602176634 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-19 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalMassStoppingPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA428" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA428"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "eV·m²/kg" ; <http://qudt.org/schema/qudt/ucumCode> "eV.m2.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A56" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Electron Volt Square Meter per Kilogram"@en-US ; rdfs:label "Electron Volt Square Metre per Kilogram" ; rdfs:label "Electron Volt Square Metre per Kilogram"@en ; .
{"resource":"Electron Volt Square Metre per Kilogram"
,"qname":"unit:EV-M2-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EV-M2-PER-KiloGM"
,"properties":["conversion multiplier":"0.0000000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-19"
,"description":"product of the unit electronvolt and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L4I0M0H0T-2D0"
,"has quantity kind":"quantitykind:TotalMassStoppingPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA428"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA428"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Electron Volt Square Meter per Kilogram"
,"label":"Electron Volt Square Metre per Kilogram"
,"label":"Electron Volt Square Metre per Kilogram"
,"symbol":"eV·m²\/kg"
,"type":"qudt:Unit"
,"ucum code":"eV.m2.kg-1"
,"unece common code":"A56"
]}
{
"@id" : "http://qudt.org/vocab/unit/EV-M2-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the unit electronvolt and the power of the SI base unit metre with the exponent 2 divided by the SI base unit kilogram",
"conversionMultiplier" : "0.0000000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-19,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TotalMassStoppingPower",
"iec61360Code" : "0112/2///62720#UAA428",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA428",
"symbol" : "eV·m²/kg",
"ucumCode" : "eV.m2.kg-1",
"uneceCommonCode" : "A56",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Electron Volt Square Meter per Kilogram"
}, "Electron Volt Square Metre per Kilogram", {
"@language" : "en",
"@value" : "Electron Volt Square Metre per Kilogram"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:EV-PER-ANGSTROM
URI: http://qudt.org/vocab/unit/EV-PER-ANGSTROM
unit electronvolt divided by the unit angstrom
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/EV-PER-ANGSTROM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit electronvolt divided by the unit angstrom"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001602176634 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower> ; <http://qudt.org/schema/qudt/latexSymbol> "$ev/\\AA$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/plainTextDescription> "unit electronvolt divided by the unit angstrom" ; <http://qudt.org/schema/qudt/symbol> "eV/Å" ; <http://qudt.org/schema/qudt/ucumCode> "eV.Ao-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Electron Volt per Angstrom" ; rdfs:label "Electron Volt per Angstrom"@en ; .
{"resource":"Electron Volt per Angstrom"
,"qname":"unit:EV-PER-ANGSTROM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EV-PER-ANGSTROM"
,"properties":["conversion multiplier":"0.000000001602176634"
,"conversion multiplier scientific":"1.602176634E-9"
,"description":"unit electronvolt divided by the unit angstrom"
,"description (plain text)":"unit electronvolt divided by the unit angstrom"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TotalLinearStoppingPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Electron Volt per Angstrom"
,"label":"Electron Volt per Angstrom"
,"latex symbol":"$ev\/\\AA$"
,"symbol":"eV\/Å"
,"type":"qudt:Unit"
,"ucum code":"eV.Ao-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/EV-PER-ANGSTROM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit electronvolt divided by the unit angstrom",
"conversionMultiplier" : "0.000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower",
"latexSymbol" : "$ev/\\AA$",
"plainTextDescription" : "unit electronvolt divided by the unit angstrom",
"symbol" : "eV/Å",
"ucumCode" : "eV.Ao-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Electron Volt per Angstrom", {
"@language" : "en",
"@value" : "Electron Volt per Angstrom"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:EV-PER-K
URI: http://qudt.org/vocab/unit/EV-PER-K
$\textit{Electron Volt per Kelvin}$ is a unit for 'Heat Capacity' expressed as $ev/K$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/EV-PER-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Electron Volt per Kelvin}$ is a unit for 'Heat Capacity' expressed as $ev/K$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000001602176634 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-19 ;
<http://qudt.org/schema/qudt/expression> "$ev/K$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatCapacity> ;
<http://qudt.org/schema/qudt/symbol> "eV/K" ;
<http://qudt.org/schema/qudt/ucumCode> "eV.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Electron Volt per Kelvin" ;
rdfs:label "Electron Volt per Kelvin"@en ;
.
{"resource":"Electron Volt per Kelvin"
,"qname":"unit:EV-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EV-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-19"
,"description":"$\\textit{Electron Volt per Kelvin}$ is a unit for 'Heat Capacity' expressed as $ev\/K$."
,"expression":"$ev\/K$"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:HeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Electron Volt per Kelvin"
,"label":"Electron Volt per Kelvin"
,"symbol":"eV\/K"
,"type":"qudt:Unit"
,"ucum code":"eV.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/EV-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Electron Volt per Kelvin}$ is a unit for 'Heat Capacity' expressed as $ev/K$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-19,
"expression" : "$ev/K$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatCapacity",
"symbol" : "eV/K",
"ucumCode" : "eV.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Electron Volt per Kelvin", {
"@language" : "en",
"@value" : "Electron Volt per Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:EV-PER-M
URI: http://qudt.org/vocab/unit/EV-PER-M
unit electronvolt divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/EV-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit electronvolt divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000001602176634 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-19 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA426" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA426"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit electronvolt divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "eV/m" ; <http://qudt.org/schema/qudt/ucumCode> "eV.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A54" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98635536> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Electron Volt per Meter"@en-US ; rdfs:label "Electron Volt per Metre" ; rdfs:label "Electron Volt per Metre"@en ; .
{"resource":"Electron Volt per Metre"
,"qname":"unit:EV-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EV-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98635536>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-19"
,"description":"unit electronvolt divided by the SI base unit metre"
,"description (plain text)":"unit electronvolt divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TotalLinearStoppingPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA426"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA426"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Electron Volt per Meter"
,"label":"Electron Volt per Metre"
,"label":"Electron Volt per Metre"
,"symbol":"eV\/m"
,"type":"qudt:Unit"
,"ucum code":"eV.m-1"
,"unece common code":"A54"
]}
{
"@id" : "http://qudt.org/vocab/unit/EV-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit electronvolt divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-19,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower",
"iec61360Code" : "0112/2///62720#UAA426",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA426",
"plainTextDescription" : "unit electronvolt divided by the SI base unit metre",
"symbol" : "eV/m",
"ucumCode" : "eV.m-1",
"uneceCommonCode" : "A54",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98635536",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Electron Volt per Metre", {
"@language" : "en",
"@value" : "Electron Volt per Metre"
}, {
"@language" : "en-us",
"@value" : "Electron Volt per Meter"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:EV-PER-T
URI: http://qudt.org/vocab/unit/EV-PER-T
The unit $\textit{Electron Volt per Tesla}$ is a unit for $\textit{Magnetic Dipole Moment}$ expressed as $eV T^{-1}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/EV-PER-T>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Electron Volt per Tesla}$ is a unit for $\\textit{Magnetic Dipole Moment}$ expressed as $eV T^{-1}$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000001602176634 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-19 ;
<http://qudt.org/schema/qudt/expression> "$eV T^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticAreaMoment> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticMoment> ;
<http://qudt.org/schema/qudt/symbol> "eV/T" ;
<http://qudt.org/schema/qudt/ucumCode> "eV.T-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Electron Volt per Tesla" ;
rdfs:label "Electron Volt per Tesla"@en ;
.
{"resource":"Electron Volt per Tesla"
,"qname":"unit:EV-PER-T"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EV-PER-T"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-19"
,"description":"\n The unit $\\textit{Electron Volt per Tesla}$ is a unit for $\\textit{Magnetic Dipole Moment}$ expressed as $eV T^{-1}$.\n "
,"expression":"$eV T^{-1}$"
,"has dimension vector":"qkdv:A0E1L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagneticAreaMoment"
,"has quantity kind":"quantitykind:MagneticMoment"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Electron Volt per Tesla"
,"label":"Electron Volt per Tesla"
,"symbol":"eV\/T"
,"type":"qudt:Unit"
,"ucum code":"eV.T-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/EV-PER-T",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Electron Volt per Tesla}$ is a unit for $\\textit{Magnetic Dipole Moment}$ expressed as $eV T^{-1}$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0000000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-19,
"expression" : "$eV T^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticAreaMoment", "http://qudt.org/vocab/quantitykind/MagneticMoment" ],
"symbol" : "eV/T",
"ucumCode" : "eV.T-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Electron Volt per Tesla", {
"@language" : "en",
"@value" : "Electron Volt per Tesla"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:EV-SEC
URI: http://qudt.org/vocab/unit/EV-SEC
"Electron Volt Second" is a unit for 'Angular Momentum' expressed as $eV s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/EV-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Electron Volt Second\" is a unit for 'Angular Momentum' expressed as $eV s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000001602176634 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-19 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularImpulse> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularMomentum> ; <http://qudt.org/schema/qudt/symbol> "eV·s" ; <http://qudt.org/schema/qudt/ucumCode> "eV.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q97496530> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Electron Volt Second" ; rdfs:label "Electron Volt Second"@en ; .
{"resource":"Electron Volt Second"
,"qname":"unit:EV-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EV-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q97496530>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-19"
,"description":"\"Electron Volt Second\" is a unit for 'Angular Momentum' expressed as $eV s$."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:AngularImpulse"
,"has quantity kind":"quantitykind:AngularMomentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Electron Volt Second"
,"label":"Electron Volt Second"
,"symbol":"eV·s"
,"type":"qudt:Unit"
,"ucum code":"eV.s"
]}
{
"@id" : "http://qudt.org/vocab/unit/EV-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Electron Volt Second\" is a unit for 'Angular Momentum' expressed as $eV s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0000000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-19,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularImpulse", "http://qudt.org/vocab/quantitykind/AngularMomentum" ],
"symbol" : "eV·s",
"ucumCode" : "eV.s",
"wikidataMatch" : "http://www.wikidata.org/entity/Q97496530",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Electron Volt Second", {
"@language" : "en",
"@value" : "Electron Volt Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:E_h
URI: http://qudt.org/vocab/unit/E_h
The $\textit{Hartree}$ (symbol: $E_h$ or $Ha$), also known as the $\text{Hartree\,Energy}$, is the atomic unit of energy. The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. The energy of the electron in an H-atom in its ground state is $-E_H$, where $E_H= 2 R_\infty \cdot hc_0$. The 2006 CODATA recommended value was $E_H = 4.35974394(22) \times 10^{-18} J = 27.21138386(68) eV$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/E_h>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """<p>The $\\textit{Hartree}$ (symbol: $E_h$ or $Ha$), also known as the $\\text{Hartree\\,Energy}$, is the atomic unit of energy. The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. The energy of the electron in an H-atom in its ground state is $-E_H$, where $E_H= 2 R_\\infty \\cdot hc_0$. The 2006 CODATA recommended value was $E_H = 4.35974394(22) \\times 10^{-18} J = 27.21138386(68) eV$.</p>
<dl>
<dt class=\"size-14\">Definition:</dt>
<dd>$E_H= \\frac{e^2}{4\\pi \\epsilon_0 a_0 }$<br/>
where, $e$ is the elementary charge, $\\epsilon_0$ is the electric constant, and $a_0$ is the Bohr radius.'</dd>
</dl>"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000000435974394 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.35974394E-18 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Hartree"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Hartree?oldid=489318053"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "Ha" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q476572> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Hartree" ;
rdfs:label "Hartree"@en ;
.
{"resource":"Hartree"
,"qname":"unit:E_h"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/E_h"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q476572>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000000000000435974394"
,"conversion multiplier scientific":"4.35974394E-18"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Hartree"
,"description":"<p>The $\\textit{Hartree}$ (symbol: $E_h$ or $Ha$), also known as the $\\text{Hartree\\,Energy}$, is the atomic unit of energy. The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. The energy of the electron in an H-atom in its ground state is $-E_H$, where $E_H= 2 R_\\infty \\cdot hc_0$. The 2006 CODATA recommended value was $E_H = 4.35974394(22) \\times 10^{-18} J = 27.21138386(68) eV$.<\/p>\n<dl>\n<dt class=\"size-14\">Definition:<\/dt>\n<dd>$E_H= \\frac{e^2}{4\\pi \\epsilon_0 a_0 }$<br\/>\nwhere, $e$ is the elementary charge, $\\epsilon_0$ is the electric constant, and $a_0$ is the Bohr radius.'<\/dd>\n<\/dl>"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Hartree?oldid=489318053"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hartree"
,"label":"Hartree"
,"scalingOf":"unit:J"
,"symbol":"Ha"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/E_h",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "<p>The $\\textit{Hartree}$ (symbol: $E_h$ or $Ha$), also known as the $\\text{Hartree\\,Energy}$, is the atomic unit of energy. The hartree energy is equal to the absolute value of the electric potential energy of the hydrogen atom in its ground state. The energy of the electron in an H-atom in its ground state is $-E_H$, where $E_H= 2 R_\\infty \\cdot hc_0$. The 2006 CODATA recommended value was $E_H = 4.35974394(22) \\times 10^{-18} J = 27.21138386(68) eV$.</p>\n<dl>\n<dt class=\"size-14\">Definition:</dt>\n<dd>$E_H= \\frac{e^2}{4\\pi \\epsilon_0 a_0 }$<br/>\nwhere, $e$ is the elementary charge, $\\epsilon_0$ is the electric constant, and $a_0$ is the Bohr radius.'</dd>\n</dl>",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000000000000000435974394",
"conversionMultiplier:SN" : 4.35974394E-18,
"dbpediaMatch" : "http://dbpedia.org/resource/Hartree",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"informativeReference" : "http://en.wikipedia.org/wiki/Hartree?oldid=489318053",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "Ha",
"wikidataMatch" : "http://www.wikidata.org/entity/Q476572",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hartree", {
"@language" : "en",
"@value" : "Hartree"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:EarthMass
URI: http://qudt.org/vocab/unit/EarthMass
Earth mass ($M_{\oplus}$) is the unit of mass equal to that of the Earth. In SI Units, $1 M_{\oplus} = 5.9722 \times 10^{24} kg$. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/EarthMass>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Earth mass ($M_{\\oplus}$) is the unit of mass equal to that of the Earth. In SI Units, $1 M_{\\oplus} = 5.9722 \\times 10^{24} kg$. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 5972190000000000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.97219E24 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Earth_mass"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Earth_mass?oldid=495457885"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> """One Earth mass can be converted to related units:
81.3 Lunar mass (ML)
0.00315 Jupiter mass (MJ) (Jupiter has 317.83 Earth masses)[1]
0.0105 Saturn mass (Saturn has 95.16 Earth masses)[3]
0.0583 Neptune mass (Neptune has 17.147 Earth masses)[4]
0.000 003 003 Solar mass ($M_{\\odot}$) (The Sun has 332946 Earth masses)"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "M⊕" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q681996> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Earth Mass" ;
rdfs:label "Earth Mass"@en ;
.
{"resource":"Earth Mass"
,"qname":"unit:EarthMass"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/EarthMass"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q681996>"
,"conversion multiplier":"5972190000000000000000000.0"
,"conversion multiplier scientific":"5.97219E24"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Earth_mass"
,"description":"Earth mass ($M_{\\oplus}$) is the unit of mass equal to that of the Earth. In SI Units, $1 M_{\\oplus} = 5.9722 \\times 10^{24} kg$. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Earth_mass?oldid=495457885"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Earth Mass"
,"label":"Earth Mass"
,"latex definition":"One Earth mass can be converted to related units:\n\n81.3 Lunar mass (ML)\n0.00315 Jupiter mass (MJ) (Jupiter has 317.83 Earth masses)[1]\n0.0105 Saturn mass (Saturn has 95.16 Earth masses)[3]\n0.0583 Neptune mass (Neptune has 17.147 Earth masses)[4]\n0.000 003 003 Solar mass ($M_{\\odot}$) (The Sun has 332946 Earth masses)"
,"scalingOf":"unit:KiloGM"
,"symbol":"M⊕"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/EarthMass",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Earth mass ($M_{\\oplus}$) is the unit of mass equal to that of the Earth. In SI Units, $1 M_{\\oplus} = 5.9722 \\times 10^{24} kg$. Earth mass is often used to describe masses of rocky terrestrial planets. The four terrestrial planets of the Solar System, Mercury, Venus, Earth, and Mars, have masses of 0.055, 0.815, 1.000, and 0.107 Earth masses respectively.",
"conversionMultiplier" : "5972190000000000000000000.0",
"conversionMultiplier:SN" : 5.97219E24,
"dbpediaMatch" : "http://dbpedia.org/resource/Earth_mass",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"informativeReference" : "http://en.wikipedia.org/wiki/Earth_mass?oldid=495457885",
"latexDefinition" : "One Earth mass can be converted to related units:\n\n81.3 Lunar mass (ML)\n0.00315 Jupiter mass (MJ) (Jupiter has 317.83 Earth masses)[1]\n0.0105 Saturn mass (Saturn has 95.16 Earth masses)[3]\n0.0583 Neptune mass (Neptune has 17.147 Earth masses)[4]\n0.000 003 003 Solar mass ($M_{\\odot}$) (The Sun has 332946 Earth masses)",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "M⊕",
"wikidataMatch" : "http://www.wikidata.org/entity/Q681996",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Earth Mass"
}, "Earth Mass" ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ElementaryCharge
URI: http://qudt.org/vocab/unit/ElementaryCharge
$\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately $1.602176634 \times 10^{-19} coulombs$. In the cgs system, $e$ is $4.80320471257026372 \times 10^{-10} statcoulombs$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ElementaryCharge>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$. In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000001602176634 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-19 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/E> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "e" ;
<http://qudt.org/schema/qudt/ucumCode> "[e]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2101> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Elementary Charge" ;
rdfs:label "Elementary Charge"@en ;
.
{"resource":"Elementary Charge"
,"qname":"unit:ElementaryCharge"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ElementaryCharge"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2101>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-19"
,"description":"$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$. In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$."
,"exact match":"unit:E"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Elementary Charge"
,"label":"Elementary Charge"
,"scalingOf":"unit:C"
,"symbol":"e"
,"type":"qudt:Unit"
,"ucum code":"[e]"
]}
{
"@id" : "http://qudt.org/vocab/unit/ElementaryCharge",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Elementary Charge}$, usually denoted as $e$, is the electric charge carried by a single proton, or equivalently, the negation (opposite) of the electric charge carried by a single electron. This elementary charge is a fundamental physical constant. To avoid confusion over its sign, e is sometimes called the elementary positive charge. This charge has a measured value of approximately $1.602176634 \\times 10^{-19} coulombs$. In the cgs system, $e$ is $4.80320471257026372 \\times 10^{-10} statcoulombs$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-19,
"exactMatch" : "http://qudt.org/vocab/unit/E",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "e",
"ucumCode" : "[e]",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2101",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Elementary Charge", {
"@language" : "en",
"@value" : "Elementary Charge"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExaBIT
URI: http://qudt.org/vocab/unit/ExaBIT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExaBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147180559945309.41723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E17 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Exa> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Eb" ; <http://qudt.org/schema/qudt/ucumCode> "Ebit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1195111> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exabit" ; rdfs:label "Exabit"@en ; .
{"resource":"Exabit"
,"qname":"unit:ExaBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExaBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1195111>"
,"conversion multiplier":"693147180559945309.41723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E17"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exabit"
,"label":"Exabit"
,"prefix":"prefix:Exa"
,"scalingOf":"unit:BIT"
,"symbol":"Eb"
,"type":"qudt:Unit"
,"ucum code":"Ebit"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExaBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "693147180559945309.41723212145818",
"conversionMultiplier:SN" : 6.9314718055994534E17,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"prefix" : "http://qudt.org/vocab/prefix/Exa",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Eb",
"ucumCode" : "Ebit",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1195111",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Exabit", {
"@language" : "en",
"@value" : "Exabit"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExaBIT-PER-SEC
URI: http://qudt.org/vocab/unit/ExaBIT-PER-SEC
1,000,000,000,000,000,000-fold of the unit bit divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExaBIT-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000,000-fold of the unit bit divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147180559945309.41723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E17 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DataRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA139" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA139"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Eb/s" ; <http://qudt.org/schema/qudt/ucumCode> "Ebit.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E58" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exabit per Second" ; rdfs:label "Exabit per Second"@en ; .
{"resource":"Exabit per Second"
,"qname":"unit:ExaBIT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExaBIT-PER-SEC"
,"properties":["conversion multiplier":"693147180559945309.41723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E17"
,"description":"1,000,000,000,000,000,000-fold of the unit bit divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:DataRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA139"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA139"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exabit per Second"
,"label":"Exabit per Second"
,"symbol":"Eb\/s"
,"type":"qudt:Unit"
,"ucum code":"Ebit.s-1"
,"unece common code":"E58"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExaBIT-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000,000-fold of the unit bit divided by the SI base unit second",
"conversionMultiplier" : "693147180559945309.41723212145818",
"conversionMultiplier:SN" : 6.9314718055994534E17,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DataRate",
"iec61360Code" : "0112/2///62720#UAA139",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA139",
"symbol" : "Eb/s",
"ucumCode" : "Ebit.s-1",
"uneceCommonCode" : "E58",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Exabit per Second", {
"@language" : "en",
"@value" : "Exabit per Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExaBYTE
URI: http://qudt.org/vocab/unit/ExaBYTE
The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10^18 in the International System of Units (SI), so ExaByte is 10^18 Bytes.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExaBYTE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10^18 in the International System of Units (SI), so ExaByte is 10^18 Bytes."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 5545177444479562475.33785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E18 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Exabyte"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Exa> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ; <http://qudt.org/schema/qudt/symbol> "EB" ; <http://qudt.org/schema/qudt/ucumCode> "EBy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79745> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exabyte" ; rdfs:label "Exabyte"@en ; .
{"resource":"Exabyte"
,"qname":"unit:ExaBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExaBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79745>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"5545177444479562475.33785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E18"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Exabyte"
,"description":"The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10^18 in the International System of Units (SI), so ExaByte is 10^18 Bytes."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Byte#Multiple-byte_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exabyte"
,"label":"Exabyte"
,"prefix":"prefix:Exa"
,"scalingOf":"unit:BYTE"
,"symbol":"EB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"EBy"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExaBYTE",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit" ],
"description" : "The exabyte is a multiple of the unit byte for digital information. The prefix exa means 10^18 in the International System of Units (SI), so ExaByte is 10^18 Bytes.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "5545177444479562475.33785697166544",
"conversionMultiplier:SN" : 5.5451774444795628E18,
"dbpediaMatch" : "http://dbpedia.org/resource/Exabyte",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"informativeReference" : "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units",
"prefix" : "http://qudt.org/vocab/prefix/Exa",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "EB",
"ucumCode" : "EBy",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79745",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Exabyte", {
"@language" : "en",
"@value" : "Exabyte"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExaC
URI: http://qudt.org/vocab/unit/ExaC
An ExaCoulomb is $10^{18} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ExaC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "An ExaCoulomb is $10^{18} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E18 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Exa> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "EC" ;
<http://qudt.org/schema/qudt/ucumCode> "EC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95379596> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Exacoulomb" ;
rdfs:label "Exacoulomb"@cs ;
rdfs:label "Exacoulomb"@de ;
rdfs:label "Exacoulomb"@en ;
rdfs:label "Exacoulomb"@fr ;
rdfs:label "Exacoulomb"@hu ;
rdfs:label "Exacoulomb"@it ;
rdfs:label "Exacoulomb"@ms ;
rdfs:label "Exacoulomb"@ro ;
rdfs:label "Exacoulomb"@sl ;
rdfs:label "Exacoulomb"@tr ;
rdfs:label "Exaculombio"@es ;
rdfs:label "Exakulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Exacoulomb"
,"qname":"unit:ExaC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExaC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95379596>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000000000.0"
,"conversion multiplier scientific":"1.0E18"
,"description":"An ExaCoulomb is $10^{18} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exacoulomb"
,"label":"Exacoulomb"
,"label":"Exacoulomb"
,"label":"Exacoulomb"
,"label":"Exacoulomb"
,"label":"Exacoulomb"
,"label":"Exacoulomb"
,"label":"Exacoulomb"
,"label":"Exacoulomb"
,"label":"Exacoulomb"
,"label":"Exacoulomb"
,"label":"Exaculombio"
,"label":"Exakulomb"
,"prefix":"prefix:Exa"
,"scalingOf":"unit:C"
,"symbol":"EC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"EC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExaC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "An ExaCoulomb is $10^{18} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000000000000000.0",
"conversionMultiplier:SN" : 1.0E18,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Exa",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "EC",
"ucumCode" : "EC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95379596",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Exaculombio"
}, {
"@language" : "pl",
"@value" : "Exakulomb"
}, "Exacoulomb", {
"@language" : "cs",
"@value" : "Exacoulomb"
}, {
"@language" : "de",
"@value" : "Exacoulomb"
}, {
"@language" : "en",
"@value" : "Exacoulomb"
}, {
"@language" : "fr",
"@value" : "Exacoulomb"
}, {
"@language" : "hu",
"@value" : "Exacoulomb"
}, {
"@language" : "it",
"@value" : "Exacoulomb"
}, {
"@language" : "ms",
"@value" : "Exacoulomb"
}, {
"@language" : "ro",
"@value" : "Exacoulomb"
}, {
"@language" : "sl",
"@value" : "Exacoulomb"
}, {
"@language" : "tr",
"@value" : "Exacoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExaJ
URI: http://qudt.org/vocab/unit/ExaJ
1 000 000 000 000 000 000-fold of the derived SI unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExaJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000 000 000 000 000 000-fold of the derived SI unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB122" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB122"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000,000,000,000,000-fold of the derived SI unit joule" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Exa> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "EJ" ; <http://qudt.org/schema/qudt/ucumCode> "EJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A68" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53393890> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exadżul"@pl ; rdfs:label "Exajoule" ; rdfs:label "Exajoule"@cs ; rdfs:label "Exajoule"@de ; rdfs:label "Exajoule"@en ; rdfs:label "Exajoule"@fr ; rdfs:label "Exajoule"@hu ; rdfs:label "Exajoule"@it ; rdfs:label "Exajoule"@ms ; rdfs:label "Exajoule"@ro ; rdfs:label "Exajoule"@sl ; rdfs:label "Exajoule"@tr ; rdfs:label "Exajulio"@es ; .
{"resource":"Exajoule"
,"qname":"unit:ExaJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExaJ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53393890>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000000000.0"
,"conversion multiplier scientific":"1.0E18"
,"description":"1 000 000 000 000 000 000-fold of the derived SI unit joule"
,"description (plain text)":"1,000,000,000,000,000,000-fold of the derived SI unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB122"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB122"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exadżul"
,"label":"Exajoule"
,"label":"Exajoule"
,"label":"Exajoule"
,"label":"Exajoule"
,"label":"Exajoule"
,"label":"Exajoule"
,"label":"Exajoule"
,"label":"Exajoule"
,"label":"Exajoule"
,"label":"Exajoule"
,"label":"Exajoule"
,"label":"Exajulio"
,"prefix":"prefix:Exa"
,"scalingOf":"unit:J"
,"symbol":"EJ"
,"type":"qudt:Unit"
,"ucum code":"EJ"
,"unece common code":"A68"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExaJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000 000 000 000 000 000-fold of the derived SI unit joule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000000000000000.0",
"conversionMultiplier:SN" : 1.0E18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB122",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB122",
"plainTextDescription" : "1,000,000,000,000,000,000-fold of the derived SI unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Exa",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "EJ",
"ucumCode" : "EJ",
"uneceCommonCode" : "A68",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53393890",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Exajoule", {
"@language" : "pl",
"@value" : "Exadżul"
}, {
"@language" : "cs",
"@value" : "Exajoule"
}, {
"@language" : "de",
"@value" : "Exajoule"
}, {
"@language" : "en",
"@value" : "Exajoule"
}, {
"@language" : "fr",
"@value" : "Exajoule"
}, {
"@language" : "hu",
"@value" : "Exajoule"
}, {
"@language" : "es",
"@value" : "Exajulio"
}, {
"@language" : "it",
"@value" : "Exajoule"
}, {
"@language" : "ms",
"@value" : "Exajoule"
}, {
"@language" : "ro",
"@value" : "Exajoule"
}, {
"@language" : "sl",
"@value" : "Exajoule"
}, {
"@language" : "tr",
"@value" : "Exajoule"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExaJ-PER-SEC
URI: http://qudt.org/vocab/unit/ExaJ-PER-SEC
1,000,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExaJ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB515" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB515"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "EJ/s" ; <http://qudt.org/schema/qudt/ucumCode> "EJ.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exadżul na Sekunda"@pl ; rdfs:label "Exajoule na Sekunda"@cs ; rdfs:label "Exajoule na Sekunda"@sl ; rdfs:label "Exajoule par Seconde"@fr ; rdfs:label "Exajoule pe Secundă"@ro ; rdfs:label "Exajoule per Saat"@ms ; rdfs:label "Exajoule per Saniye"@tr ; rdfs:label "Exajoule per Second" ; rdfs:label "Exajoule per Second"@en ; rdfs:label "Exajoule per Secondo"@it ; rdfs:label "Exajoule pro Sekunde"@de ; rdfs:label "Exajulio por Segundo"@es ; .
{"resource":"Exajoule per Second"
,"qname":"unit:ExaJ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExaJ-PER-SEC"
,"properties":["conversion multiplier":"1000000000000000000.0"
,"conversion multiplier scientific":"1.0E18"
,"description":"1,000,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB515"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB515"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exadżul na Sekunda"
,"label":"Exajoule na Sekunda"
,"label":"Exajoule na Sekunda"
,"label":"Exajoule par Seconde"
,"label":"Exajoule pe Secundă"
,"label":"Exajoule per Saat"
,"label":"Exajoule per Saniye"
,"label":"Exajoule per Second"
,"label":"Exajoule per Second"
,"label":"Exajoule per Secondo"
,"label":"Exajoule pro Sekunde"
,"label":"Exajulio por Segundo"
,"symbol":"EJ\/s"
,"type":"qudt:Unit"
,"ucum code":"EJ.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExaJ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second",
"conversionMultiplier" : "1000000000000000000.0",
"conversionMultiplier:SN" : 1.0E18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB515",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB515",
"symbol" : "EJ/s",
"ucumCode" : "EJ.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Exajoule per Saniye"
}, {
"@language" : "it",
"@value" : "Exajoule per Secondo"
}, {
"@language" : "ro",
"@value" : "Exajoule pe Secundă"
}, {
"@language" : "ms",
"@value" : "Exajoule per Saat"
}, {
"@language" : "pl",
"@value" : "Exadżul na Sekunda"
}, {
"@language" : "cs",
"@value" : "Exajoule na Sekunda"
}, {
"@language" : "sl",
"@value" : "Exajoule na Sekunda"
}, {
"@language" : "de",
"@value" : "Exajoule pro Sekunde"
}, {
"@language" : "fr",
"@value" : "Exajoule par Seconde"
}, "Exajoule per Second", {
"@language" : "en",
"@value" : "Exajoule per Second"
}, {
"@language" : "es",
"@value" : "Exajulio por Segundo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExaV
URI: http://qudt.org/vocab/unit/ExaV
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExaV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Exa> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "EV" ; <http://qudt.org/schema/qudt/ucumCode> "EV"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exavolt" ; rdfs:label "Exavolt"@cs ; rdfs:label "Exavolt"@de ; rdfs:label "Exavolt"@en ; rdfs:label "Exavolt"@fr ; rdfs:label "Exavolt"@hu ; rdfs:label "Exavolt"@it ; rdfs:label "Exavolt"@ms ; rdfs:label "Exavolt"@ro ; rdfs:label "Exavolt"@sl ; rdfs:label "Exavolt"@tr ; rdfs:label "Exavoltio"@es ; rdfs:label "Exawolt"@pl ; .
{"resource":"Exavolt"
,"qname":"unit:ExaV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExaV"
,"properties":["conversion multiplier":"1000000000000000000.0"
,"conversion multiplier scientific":"1.0E18"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exavolt"
,"label":"Exavolt"
,"label":"Exavolt"
,"label":"Exavolt"
,"label":"Exavolt"
,"label":"Exavolt"
,"label":"Exavolt"
,"label":"Exavolt"
,"label":"Exavolt"
,"label":"Exavolt"
,"label":"Exavolt"
,"label":"Exavoltio"
,"label":"Exawolt"
,"prefix":"prefix:Exa"
,"scalingOf":"unit:V"
,"symbol":"EV"
,"type":"qudt:Unit"
,"ucum code":"EV"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExaV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000000000000000000.0",
"conversionMultiplier:SN" : 1.0E18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/ElectricPotential", "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference" ],
"prefix" : "http://qudt.org/vocab/prefix/Exa",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "EV",
"ucumCode" : "EV",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Exavoltio"
}, {
"@language" : "pl",
"@value" : "Exawolt"
}, "Exavolt", {
"@language" : "cs",
"@value" : "Exavolt"
}, {
"@language" : "de",
"@value" : "Exavolt"
}, {
"@language" : "en",
"@value" : "Exavolt"
}, {
"@language" : "fr",
"@value" : "Exavolt"
}, {
"@language" : "hu",
"@value" : "Exavolt"
}, {
"@language" : "it",
"@value" : "Exavolt"
}, {
"@language" : "ms",
"@value" : "Exavolt"
}, {
"@language" : "sl",
"@value" : "Exavolt"
}, {
"@language" : "tr",
"@value" : "Exavolt"
}, {
"@language" : "ro",
"@value" : "Exavolt"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExaV-A
URI: http://qudt.org/vocab/unit/ExaV-A
1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExaV-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/ExaVA> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E18 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB537" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB537"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "EV·A" ; <http://qudt.org/schema/qudt/ucumCode> "EV.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exavolt Amper"@ro ; rdfs:label "Exavolt Amper"@sl ; rdfs:label "Exavolt Amper"@tr ; rdfs:label "Exavolt Ampere" ; rdfs:label "Exavolt Ampere"@de ; rdfs:label "Exavolt Ampere"@en ; rdfs:label "Exavolt Ampere"@it ; rdfs:label "Exavolt Ampere"@ms ; rdfs:label "Exavolt Ampère"@fr ; rdfs:label "Exavolt Ampér"@cs ; rdfs:label "Exavoltio Amperio"@es ; rdfs:label "Exawolt Amper"@pl ; .
{"resource":"Exavolt Ampere"
,"qname":"unit:ExaV-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExaV-A"
,"properties":["conversion multiplier":"1000000000000000000.0"
,"conversion multiplier scientific":"1.0E18"
,"deprecated":"true"
,"description":"1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB537"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB537"
,"is replaced by":"unit:ExaVA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exavolt Amper"
,"label":"Exavolt Amper"
,"label":"Exavolt Amper"
,"label":"Exavolt Ampere"
,"label":"Exavolt Ampere"
,"label":"Exavolt Ampere"
,"label":"Exavolt Ampere"
,"label":"Exavolt Ampere"
,"label":"Exavolt Ampère"
,"label":"Exavolt Ampér"
,"label":"Exavoltio Amperio"
,"label":"Exawolt Amper"
,"symbol":"EV·A"
,"type":"qudt:Unit"
,"ucum code":"EV.A"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExaV-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/ExaVA",
"conversionMultiplier" : "1000000000000000000.0",
"conversionMultiplier:SN" : 1.0E18,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB537",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB537",
"symbol" : "EV·A",
"ucumCode" : "EV.A",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Exawolt Amper"
}, {
"@language" : "ro",
"@value" : "Exavolt Amper"
}, {
"@language" : "sl",
"@value" : "Exavolt Amper"
}, {
"@language" : "tr",
"@value" : "Exavolt Amper"
}, {
"@language" : "fr",
"@value" : "Exavolt Ampère"
}, "Exavolt Ampere", {
"@language" : "de",
"@value" : "Exavolt Ampere"
}, {
"@language" : "en",
"@value" : "Exavolt Ampere"
}, {
"@language" : "it",
"@value" : "Exavolt Ampere"
}, {
"@language" : "ms",
"@value" : "Exavolt Ampere"
}, {
"@language" : "cs",
"@value" : "Exavolt Ampér"
}, {
"@language" : "es",
"@value" : "Exavoltio Amperio"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExaVA
URI: http://qudt.org/vocab/unit/ExaVA
1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExaVA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB537" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB537"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Exa> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/symbol> "EVA" ; <http://qudt.org/schema/qudt/ucumCode> "EVA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exa Volt Ampere" ; rdfs:label "Exa Volt Ampere"@en ; rdfs:label "Exa Volt Ampere"@it ; rdfs:label "Exavoltampere"@de ; rdfs:label "Exavoltampère"@fr ; rdfs:label "Exavoltiamperio"@es ; .
{"resource":"Exa Volt Ampere"
,"qname":"unit:ExaVA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExaVA"
,"properties":["conversion multiplier":"1000000000000000000.0"
,"conversion multiplier scientific":"1.0E18"
,"description":"1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB537"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB537"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exa Volt Ampere"
,"label":"Exa Volt Ampere"
,"label":"Exa Volt Ampere"
,"label":"Exavoltampere"
,"label":"Exavoltampère"
,"label":"Exavoltiamperio"
,"prefix":"prefix:Exa"
,"scalingOf":"unit:VA"
,"symbol":"EVA"
,"type":"qudt:Unit"
,"ucum code":"EVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExaVA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere",
"conversionMultiplier" : "1000000000000000000.0",
"conversionMultiplier:SN" : 1.0E18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB537",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB537",
"prefix" : "http://qudt.org/vocab/prefix/Exa",
"scalingOf" : "http://qudt.org/vocab/unit/VA",
"symbol" : "EVA",
"ucumCode" : "EVA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Exavoltampere"
}, "Exa Volt Ampere", {
"@language" : "en",
"@value" : "Exa Volt Ampere"
}, {
"@language" : "it",
"@value" : "Exa Volt Ampere"
}, {
"@language" : "fr",
"@value" : "Exavoltampère"
}, {
"@language" : "es",
"@value" : "Exavoltiamperio"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExaW
URI: http://qudt.org/vocab/unit/ExaW
1,000,000,000,000,000,000-fold of the unit watt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExaW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000,000-fold of the unit watt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB507" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB507"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Exa> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ; <http://qudt.org/schema/qudt/symbol> "EW" ; <http://qudt.org/schema/qudt/ucumCode> "EW"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exavatio"@es ; rdfs:label "Exawat"@pl ; rdfs:label "Exawatt" ; rdfs:label "Exawatt"@cs ; rdfs:label "Exawatt"@de ; rdfs:label "Exawatt"@en ; rdfs:label "Exawatt"@fr ; rdfs:label "Exawatt"@hu ; rdfs:label "Exawatt"@it ; rdfs:label "Exawatt"@ms ; rdfs:label "Exawatt"@ro ; rdfs:label "Exawatt"@sl ; rdfs:label "Exawatt"@tr ; .
{"resource":"Exawatt"
,"qname":"unit:ExaW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExaW"
,"properties":["conversion multiplier":"1000000000000000000.0"
,"conversion multiplier scientific":"1.0E18"
,"description":"1,000,000,000,000,000,000-fold of the unit watt"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB507"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB507"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exavatio"
,"label":"Exawat"
,"label":"Exawatt"
,"label":"Exawatt"
,"label":"Exawatt"
,"label":"Exawatt"
,"label":"Exawatt"
,"label":"Exawatt"
,"label":"Exawatt"
,"label":"Exawatt"
,"label":"Exawatt"
,"label":"Exawatt"
,"label":"Exawatt"
,"prefix":"prefix:Exa"
,"scalingOf":"unit:W"
,"symbol":"EW"
,"type":"qudt:Unit"
,"ucum code":"EW"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExaW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000,000-fold of the unit watt",
"conversionMultiplier" : "1000000000000000000.0",
"conversionMultiplier:SN" : 1.0E18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/ElectricPower" ],
"iec61360Code" : "0112/2///62720#UAB507",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB507",
"prefix" : "http://qudt.org/vocab/prefix/Exa",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "EW",
"ucumCode" : "EW",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Exawatt", {
"@language" : "cs",
"@value" : "Exawatt"
}, {
"@language" : "de",
"@value" : "Exawatt"
}, {
"@language" : "en",
"@value" : "Exawatt"
}, {
"@language" : "es",
"@value" : "Exavatio"
}, {
"@language" : "pl",
"@value" : "Exawat"
}, {
"@language" : "fr",
"@value" : "Exawatt"
}, {
"@language" : "hu",
"@value" : "Exawatt"
}, {
"@language" : "ms",
"@value" : "Exawatt"
}, {
"@language" : "ro",
"@value" : "Exawatt"
}, {
"@language" : "sl",
"@value" : "Exawatt"
}, {
"@language" : "tr",
"@value" : "Exawatt"
}, {
"@language" : "it",
"@value" : "Exawatt"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExbiBIT
URI: http://qudt.org/vocab/unit/ExbiBIT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExbiBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 105997109765220669.3195572972757272 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.059971097652206693195572972757272E17 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Exbi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Eib" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1351253> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exbibit" ; rdfs:label "Exbibit"@en ; .
{"resource":"Exbibit"
,"qname":"unit:ExbiBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExbiBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1351253>"
,"conversion multiplier":"105997109765220669.3195572972757272"
,"conversion multiplier scientific":"1.059971097652206693195572972757272E17"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exbibit"
,"label":"Exbibit"
,"prefix":"prefix:Exbi"
,"scalingOf":"unit:BIT"
,"symbol":"Eib"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExbiBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "105997109765220669.3195572972757272",
"conversionMultiplier:SN" : 1.05997109765220672E17,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"prefix" : "http://qudt.org/vocab/prefix/Exbi",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Eib",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1351253",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Exbibit", {
"@language" : "en",
"@value" : "Exbibit"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExbiBIT-PER-M
URI: http://qudt.org/vocab/unit/ExbiBIT-PER-M
1,152,921,504,606,846,976-fold of the unit bit divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExbiBIT-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,152,921,504,606,846,976-fold of the unit bit divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 105997109765220669.3195572972757272 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.059971097652206693195572972757272E17 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA140" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA140"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Eib/m" ; <http://qudt.org/schema/qudt/uneceCommonCode> "E65" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exbibit per Meter"@en-US ; rdfs:label "Exbibit per Metre" ; rdfs:label "Exbibit per Metre"@en ; .
{"resource":"Exbibit per Metre"
,"qname":"unit:ExbiBIT-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExbiBIT-PER-M"
,"properties":["conversion multiplier":"105997109765220669.3195572972757272"
,"conversion multiplier scientific":"1.059971097652206693195572972757272E17"
,"description":"1,152,921,504,606,846,976-fold of the unit bit divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA140"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA140"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exbibit per Meter"
,"label":"Exbibit per Metre"
,"label":"Exbibit per Metre"
,"symbol":"Eib\/m"
,"type":"qudt:Unit"
,"unece common code":"E65"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExbiBIT-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,152,921,504,606,846,976-fold of the unit bit divided by the SI base unit metre",
"conversionMultiplier" : "105997109765220669.3195572972757272",
"conversionMultiplier:SN" : 1.05997109765220672E17,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearBitDensity",
"iec61360Code" : "0112/2///62720#UAA140",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA140",
"symbol" : "Eib/m",
"uneceCommonCode" : "E65",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Exbibit per Metre", {
"@language" : "en",
"@value" : "Exbibit per Metre"
}, {
"@language" : "en-us",
"@value" : "Exbibit per Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExbiBIT-PER-M2
URI: http://qudt.org/vocab/unit/ExbiBIT-PER-M2
1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExbiBIT-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 105997109765220669.3195572972757272 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.059971097652206693195572972757272E17 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA141" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA141"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Eib/m²" ; <http://qudt.org/schema/qudt/uneceCommonCode> "E66" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exbibit per Square Meter"@en-US ; rdfs:label "Exbibit per Square Metre" ; rdfs:label "Exbibit per Square Metre"@en ; .
{"resource":"Exbibit per Square Metre"
,"qname":"unit:ExbiBIT-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExbiBIT-PER-M2"
,"properties":["conversion multiplier":"105997109765220669.3195572972757272"
,"conversion multiplier scientific":"1.059971097652206693195572972757272E17"
,"description":"1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:AreaBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA141"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA141"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exbibit per Square Meter"
,"label":"Exbibit per Square Metre"
,"label":"Exbibit per Square Metre"
,"symbol":"Eib\/m²"
,"type":"qudt:Unit"
,"unece common code":"E66"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExbiBIT-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "105997109765220669.3195572972757272",
"conversionMultiplier:SN" : 1.05997109765220672E17,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaBitDensity",
"iec61360Code" : "0112/2///62720#UAA141",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA141",
"symbol" : "Eib/m²",
"uneceCommonCode" : "E66",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Exbibit per Square Metre", {
"@language" : "en",
"@value" : "Exbibit per Square Metre"
}, {
"@language" : "en-us",
"@value" : "Exbibit per Square Meter"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExbiBIT-PER-M3
URI: http://qudt.org/vocab/unit/ExbiBIT-PER-M3
1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExbiBIT-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/conversionMultiplier> 105997109765220669.3195572972757272 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.059971097652206693195572972757272E17 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA142" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA142"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Eib/m³" ; <http://qudt.org/schema/qudt/uneceCommonCode> "E67" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exbibit per Cubic Meter"@en-US ; rdfs:label "Exbibit per Cubic Metre" ; rdfs:label "Exbibit per Cubic Metre"@en ; .
{"resource":"Exbibit per Cubic Metre"
,"qname":"unit:ExbiBIT-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExbiBIT-PER-M3"
,"properties":["conversion multiplier":"105997109765220669.3195572972757272"
,"conversion multiplier scientific":"1.059971097652206693195572972757272E17"
,"description":"1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumetricBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA142"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA142"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exbibit per Cubic Meter"
,"label":"Exbibit per Cubic Metre"
,"label":"Exbibit per Cubic Metre"
,"symbol":"Eib\/m³"
,"type":"qudt:Unit"
,"unece common code":"E67"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExbiBIT-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,152,921,504,606,846,976-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3",
"conversionMultiplier" : "105997109765220669.3195572972757272",
"conversionMultiplier:SN" : 1.05997109765220672E17,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricBitDensity",
"iec61360Code" : "0112/2///62720#UAA142",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA142",
"symbol" : "Eib/m³",
"uneceCommonCode" : "E67",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Exbibit per Cubic Meter"
}, "Exbibit per Cubic Metre", {
"@language" : "en",
"@value" : "Exbibit per Cubic Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ExbiBYTE
URI: http://qudt.org/vocab/unit/ExbiBYTE
The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024^6
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ExbiBYTE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024^6"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 847976878121765354.5564583782058176 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.479768781217653545564583782058176E17 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Exbibyte"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA143" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA143"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Exbi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ; <http://qudt.org/schema/qudt/symbol> "EiB" ; <http://qudt.org/schema/qudt/uneceCommonCode> "E59" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79777> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Exbibyte" ; rdfs:label "Exbibyte"@en ; .
{"resource":"Exbibyte"
,"qname":"unit:ExbiBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ExbiBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79777>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"847976878121765354.5564583782058176"
,"conversion multiplier scientific":"8.479768781217653545564583782058176E17"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Exbibyte"
,"description":"The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024^6"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA143"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA143"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Byte#Multiple-byte_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Exbibyte"
,"label":"Exbibyte"
,"prefix":"prefix:Exbi"
,"scalingOf":"unit:BYTE"
,"symbol":"EiB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"unece common code":"E59"
]}
{
"@id" : "http://qudt.org/vocab/unit/ExbiBYTE",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The exbibyte is a multiple of the unit byte for digital information. The prefix exbi means 1024^6",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "847976878121765354.5564583782058176",
"conversionMultiplier:SN" : 8.4797687812176538E17,
"dbpediaMatch" : "http://dbpedia.org/resource/Exbibyte",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAA143",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA143", "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units" ],
"prefix" : "http://qudt.org/vocab/prefix/Exbi",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "EiB",
"uneceCommonCode" : "E59",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79777",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Exbibyte", {
"@language" : "en",
"@value" : "Exbibyte"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:F
URI: http://qudt.org/vocab/unit/F
"Faraday" is a unit for 'Electric Charge' expressed as $F$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Faraday\" is a unit for 'Electric Charge' expressed as $F$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 96485.3399 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.64853399E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/faraday> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ; <http://qudt.org/schema/qudt/symbol> "F" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1396128> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Faraday" ; rdfs:label "Faraday"@en ; .
{"resource":"Faraday"
,"qname":"unit:F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/F"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1396128>"
,"conversion multiplier":"96485.3399"
,"conversion multiplier scientific":"9.64853399E4"
,"description":"\"Faraday\" is a unit for 'Electric Charge' expressed as $F$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Faraday"
,"label":"Faraday"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/faraday>"
,"scalingOf":"unit:C"
,"symbol":"F"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Faraday\" is a unit for 'Electric Charge' expressed as $F$.",
"conversionMultiplier" : "96485.3399",
"conversionMultiplier:SN" : 96485.3399,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/faraday",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "F",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1396128",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Faraday", {
"@language" : "en",
"@value" : "Faraday"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FA
URI: http://qudt.org/vocab/unit/FA
"Fractional area" is a unit for 'Solid Angle' expressed as $fa$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Fractional area\" is a unit for 'Solid Angle' expressed as $fa$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 12.5663706 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.25663706E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SolidAngle> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SR> ; <http://qudt.org/schema/qudt/symbol> "fa" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Fractional Area" ; rdfs:label "Fractional Area"@en ; .
{"resource":"Fractional Area"
,"qname":"unit:FA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FA"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"12.5663706"
,"conversion multiplier scientific":"1.25663706E1"
,"description":"\"Fractional area\" is a unit for 'Solid Angle' expressed as $fa$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SolidAngle"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Fractional Area"
,"label":"Fractional Area"
,"scalingOf":"unit:SR"
,"symbol":"fa"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/FA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Fractional area\" is a unit for 'Solid Angle' expressed as $fa$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "12.5663706",
"conversionMultiplier:SN" : 12.5663706,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SolidAngle",
"scalingOf" : "http://qudt.org/vocab/unit/SR",
"symbol" : "fa",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Fractional Area", {
"@language" : "en",
"@value" : "Fractional Area"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FARAD
URI: http://qudt.org/vocab/unit/FARAD
The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10-12 farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FARAD> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10-12 farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Farad"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Capacitance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA144" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA144"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/farad> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/farad> ; <http://qudt.org/schema/qudt/siUnitsExpression> "C/V" ; <http://qudt.org/schema/qudt/symbol> "F" ; <http://qudt.org/schema/qudt/ucumCode> "F"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "F" ; <http://qudt.org/schema/qudt/uneceCommonCode> "FAR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q131255> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Farad" ; rdfs:label "Farad"@cs ; rdfs:label "Farad"@de ; rdfs:label "Farad"@en ; rdfs:label "Farad"@fr ; rdfs:label "Farad"@hu ; rdfs:label "Farad"@it ; rdfs:label "Farad"@ms ; rdfs:label "Farad"@pl ; rdfs:label "Farad"@pt ; rdfs:label "Farad"@ro ; rdfs:label "Farad"@sl ; rdfs:label "Farad"@tr ; rdfs:label "Faradio"@es ; rdfs:label "Faradium"@la ; rdfs:label "Φαράντ"@el ; rdfs:label "Фарад"@bg ; rdfs:label "Фарада"@ru ; rdfs:label "פאראד"@he ; rdfs:label "فاراد"@ar ; rdfs:label "فاراد"@fa ; rdfs:label "फैराड"@hi ; rdfs:label "ファラド"@ja ; rdfs:label "法拉"@zh ; .
{"resource":"Farad"
,"qname":"unit:FARAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FARAD"
,"properties":["Individual from SI Reference Point":"si-unit:farad"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q131255>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Farad"
,"defined unit of system":"sou:SI"
,"description":"The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10-12 farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry."
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Capacitance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA144"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Farad?oldid=493070876"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA144"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Farad"
,"label":"Faradio"
,"label":"Faradium"
,"label":"Φαράντ"
,"label":"Фарад"
,"label":"Фарада"
,"label":"פאראד"
,"label":"فاراد"
,"label":"فاراد"
,"label":"फैराड"
,"label":"ファラド"
,"label":"法拉"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/farad>"
,"si units expression":"C\/V"
,"symbol":"F"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"F"
,"udunits code":"F"
,"unece common code":"FAR"
]}
{
"@id" : "http://qudt.org/vocab/unit/FARAD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of electric capacitance. Very early in the study of electricity scientists discovered that a pair of conductors separated by an insulator can store a much larger charge than an isolated conductor can store. The better the insulator, the larger the charge that the conductors can hold. This property of a circuit is called capacitance, and it is measured in farads. One farad is defined as the ability to store one coulomb of charge per volt of potential difference between the two conductors. This is a natural definition, but the unit it defines is very large. In practical circuits, capacitance is often measured in microfarads, nanofarads, or sometimes even in picofarads (10-12 farad, or trillionths of a farad). The unit is named for the British physicist Michael Faraday (1791-1867), who was known for his work in electricity and electrochemistry.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Farad",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Capacitance",
"iec61360Code" : "0112/2///62720#UAA144",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA144", "http://en.wikipedia.org/wiki/Farad?oldid=493070876" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/farad",
"siExactMatch" : "https://si-digital-framework.org/SI/units/farad",
"siUnitsExpression" : "C/V",
"symbol" : "F",
"ucumCode" : "F",
"udunitsCode" : "F",
"uneceCommonCode" : "FAR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q131255",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hi",
"@value" : "फैराड"
}, {
"@language" : "ru",
"@value" : "Фарада"
}, {
"@language" : "fa",
"@value" : "فاراد"
}, {
"@language" : "ar",
"@value" : "فاراد"
}, {
"@language" : "es",
"@value" : "Faradio"
}, {
"@language" : "la",
"@value" : "Faradium"
}, {
"@language" : "el",
"@value" : "Φαράντ"
}, {
"@language" : "bg",
"@value" : "Фарад"
}, {
"@language" : "tr",
"@value" : "Farad"
}, {
"@language" : "sl",
"@value" : "Farad"
}, "Farad", {
"@language" : "cs",
"@value" : "Farad"
}, {
"@language" : "de",
"@value" : "Farad"
}, {
"@language" : "en",
"@value" : "Farad"
}, {
"@language" : "fr",
"@value" : "Farad"
}, {
"@language" : "hu",
"@value" : "Farad"
}, {
"@language" : "it",
"@value" : "Farad"
}, {
"@language" : "ms",
"@value" : "Farad"
}, {
"@language" : "pl",
"@value" : "Farad"
}, {
"@language" : "pt",
"@value" : "Farad"
}, {
"@language" : "ro",
"@value" : "Farad"
}, {
"@language" : "ja",
"@value" : "ファラド"
}, {
"@language" : "he",
"@value" : "פאראד"
}, {
"@language" : "zh",
"@value" : "法拉"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FARAD-PER-KiloM
URI: http://qudt.org/vocab/unit/FARAD-PER-KiloM
SI derived unit farad divided by the 1 000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FARAD-PER-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit farad divided by the 1 000-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permittivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA145" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA145"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit farad divided by the 1 000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "F/km" ; <http://qudt.org/schema/qudt/ucumCode> "F.km-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H33" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Farad na Kilometer"@sl ; rdfs:label "Farad na Kilometr"@cs ; rdfs:label "Farad na Kilometr"@pl ; rdfs:label "Farad par Kilomètre"@fr ; rdfs:label "Farad pe Kilometru"@ro ; rdfs:label "Farad per Chilometro"@it ; rdfs:label "Farad per Kilometer"@en-US ; rdfs:label "Farad per Kilometer"@ms ; rdfs:label "Farad per Kilometre" ; rdfs:label "Farad per Kilometre"@en ; rdfs:label "Farad per Kilometre"@tr ; rdfs:label "Farad pro Kilometer"@de ; rdfs:label "Faradio por Kilometro"@es ; .
{"resource":"Farad per Kilometre"
,"qname":"unit:FARAD-PER-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FARAD-PER-KiloM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"SI derived unit farad divided by the 1 000-fold of the SI base unit metre"
,"description (plain text)":"SI derived unit farad divided by the 1 000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Permittivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA145"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA145"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Farad na Kilometer"
,"label":"Farad na Kilometr"
,"label":"Farad na Kilometr"
,"label":"Farad par Kilomètre"
,"label":"Farad pe Kilometru"
,"label":"Farad per Chilometro"
,"label":"Farad per Kilometer"
,"label":"Farad per Kilometer"
,"label":"Farad per Kilometre"
,"label":"Farad per Kilometre"
,"label":"Farad per Kilometre"
,"label":"Farad pro Kilometer"
,"label":"Faradio por Kilometro"
,"symbol":"F\/km"
,"type":"qudt:Unit"
,"ucum code":"F.km-1"
,"unece common code":"H33"
]}
{
"@id" : "http://qudt.org/vocab/unit/FARAD-PER-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit farad divided by the 1 000-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Permittivity",
"iec61360Code" : "0112/2///62720#UAA145",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA145",
"plainTextDescription" : "SI derived unit farad divided by the 1 000-fold of the SI base unit metre",
"symbol" : "F/km",
"ucumCode" : "F.km-1",
"uneceCommonCode" : "H33",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Faradio por Kilometro"
}, {
"@language" : "de",
"@value" : "Farad pro Kilometer"
}, {
"@language" : "sl",
"@value" : "Farad na Kilometer"
}, {
"@language" : "cs",
"@value" : "Farad na Kilometr"
}, {
"@language" : "pl",
"@value" : "Farad na Kilometr"
}, {
"@language" : "ro",
"@value" : "Farad pe Kilometru"
}, {
"@language" : "it",
"@value" : "Farad per Chilometro"
}, "Farad per Kilometre", {
"@language" : "en",
"@value" : "Farad per Kilometre"
}, {
"@language" : "tr",
"@value" : "Farad per Kilometre"
}, {
"@language" : "en-us",
"@value" : "Farad per Kilometer"
}, {
"@language" : "ms",
"@value" : "Farad per Kilometer"
}, {
"@language" : "fr",
"@value" : "Farad par Kilomètre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FARAD-PER-M
URI: http://qudt.org/vocab/unit/FARAD-PER-M
Farad Per Meter ($F/m$) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FARAD-PER-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Farad Per Meter ($F/m$) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$F/m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permittivity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-PER-FARAD> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA146" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA146"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "F/m" ; <http://qudt.org/schema/qudt/ucumCode> "F.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A69" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21294882> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Farad na Meter"@sl ; rdfs:label "Farad na Metr"@cs ; rdfs:label "Farad na Metr"@pl ; rdfs:label "Farad par Mètre"@fr ; rdfs:label "Farad pe Metru"@ro ; rdfs:label "Farad per Meter"@en-US ; rdfs:label "Farad per Meter"@ms ; rdfs:label "Farad per Metre" ; rdfs:label "Farad per Metre"@en ; rdfs:label "Farad per Metre"@tr ; rdfs:label "Farad per Metro"@it ; rdfs:label "Farad por Metro"@pt ; rdfs:label "Farad pro Meter"@de ; rdfs:label "Faradio por Metro"@es ; rdfs:label "Faradium per Metrum"@la ; rdfs:label "Φαράντ ανά Μέτρο"@el ; rdfs:label "Фарад на Метър"@bg ; rdfs:label "Фарада на Метр"@ru ; rdfs:label "فاراد بر متر"@fa ; rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; rdfs:label "प्रति मीटर फैराड"@hi ; rdfs:label "ファラド毎メートル"@ja ; rdfs:label "法拉每米"@zh ; .
{"resource":"Farad per Metre"
,"qname":"unit:FARAD-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FARAD-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21294882>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Farad Per Meter ($F\/m$) is a unit in the category of Electric permittivity. It is also known as farad\/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category."
,"expression":"$F\/m$"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Permittivity"
,"has reciprocal unit":"unit:M-PER-FARAD"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA146"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA146"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Farad na Meter"
,"label":"Farad na Metr"
,"label":"Farad na Metr"
,"label":"Farad par Mètre"
,"label":"Farad pe Metru"
,"label":"Farad per Meter"
,"label":"Farad per Meter"
,"label":"Farad per Metre"
,"label":"Farad per Metre"
,"label":"Farad per Metre"
,"label":"Farad per Metro"
,"label":"Farad por Metro"
,"label":"Farad pro Meter"
,"label":"Faradio por Metro"
,"label":"Faradium per Metrum"
,"label":"Φαράντ ανά Μέτρο"
,"label":"Фарад на Метър"
,"label":"Фарада на Метр"
,"label":"فاراد بر متر"
,"label":"مقياس التبادل، الأس السالب للمتر"
,"label":"प्रति मीटर फैराड"
,"label":"ファラド毎メートル"
,"label":"法拉每米"
,"symbol":"F\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"F.m-1"
,"unece common code":"A69"
]}
{
"@id" : "http://qudt.org/vocab/unit/FARAD-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Farad Per Meter ($F/m$) is a unit in the category of Electric permittivity. It is also known as farad/meter. This unit is commonly used in the SI unit system. Farad Per Meter has a dimension of M-1L-3T4I2 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$F/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Permittivity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M-PER-FARAD",
"iec61360Code" : "0112/2///62720#UAA146",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA146",
"symbol" : "F/m",
"ucumCode" : "F.m-1",
"uneceCommonCode" : "A69",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21294882",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hi",
"@value" : "प्रति मीटर फैराड"
}, {
"@language" : "ar",
"@value" : "مقياس التبادل، الأس السالب للمتر"
}, {
"@language" : "pt",
"@value" : "Farad por Metro"
}, {
"@language" : "ro",
"@value" : "Farad pe Metru"
}, {
"@language" : "el",
"@value" : "Φαράντ ανά Μέτρο"
}, {
"@language" : "ru",
"@value" : "Фарада на Метр"
}, {
"@language" : "fr",
"@value" : "Farad par Mètre"
}, {
"@language" : "de",
"@value" : "Farad pro Meter"
}, {
"@language" : "en-us",
"@value" : "Farad per Meter"
}, {
"@language" : "ms",
"@value" : "Farad per Meter"
}, {
"@language" : "fa",
"@value" : "فاراد بر متر"
}, {
"@language" : "cs",
"@value" : "Farad na Metr"
}, {
"@language" : "pl",
"@value" : "Farad na Metr"
}, {
"@language" : "it",
"@value" : "Farad per Metro"
}, "Farad per Metre", {
"@language" : "en",
"@value" : "Farad per Metre"
}, {
"@language" : "tr",
"@value" : "Farad per Metre"
}, {
"@language" : "ja",
"@value" : "ファラド毎メートル"
}, {
"@language" : "bg",
"@value" : "Фарад на Метър"
}, {
"@language" : "es",
"@value" : "Faradio por Metro"
}, {
"@language" : "la",
"@value" : "Faradium per Metrum"
}, {
"@language" : "zh",
"@value" : "法拉每米"
}, {
"@language" : "sl",
"@value" : "Farad na Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FARAD_Ab
URI: http://qudt.org/vocab/unit/FARAD_Ab
An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to $10^{9}$ farads (1,000,000,000 F or 1 GF). The absolute farad of the e.m.u. system, for a steady current identically $abC/abV$, and identically reciprocal abdaraf. 1 abF = 1 GF.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FARAD_Ab>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to $10^{9}$ farads (1,000,000,000 F or 1 GF). The absolute farad of the e.m.u. system, for a steady current identically $abC/abV$, and identically reciprocal abdaraf. 1 abF = 1 GF."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Abfarad"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Capacitance> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Abfarad?oldid=407124018"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FARAD> ;
<http://qudt.org/schema/qudt/symbol> "abF" ;
<http://qudt.org/schema/qudt/ucumCode> "GF"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q12783919> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Abfarad" ;
rdfs:label "Abfarad"@en ;
.
{"resource":"Abfarad"
,"qname":"unit:FARAD_Ab"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FARAD_Ab"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q12783919>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Abfarad"
,"description":"An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to $10^{9}$ farads (1,000,000,000 F or 1 GF). The absolute farad of the e.m.u. system, for a steady current identically $abC\/abV$, and identically reciprocal abdaraf. 1 abF = 1 GF."
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Capacitance"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Abfarad?oldid=407124018"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-13"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abfarad"
,"label":"Abfarad"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/abfarad>"
,"scalingOf":"unit:FARAD"
,"symbol":"abF"
,"type":"qudt:Unit"
,"ucum code":"GF"
]}
{
"@id" : "http://qudt.org/vocab/unit/FARAD_Ab",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "An abfarad is an obsolete electromagnetic (CGS) unit of capacitance equal to $10^{9}$ farads (1,000,000,000 F or 1 GF). The absolute farad of the e.m.u. system, for a steady current identically $abC/abV$, and identically reciprocal abdaraf. 1 abF = 1 GF.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"dbpediaMatch" : "http://dbpedia.org/resource/Abfarad",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Capacitance",
"informativeReference" : [ "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-13", "http://en.wikipedia.org/wiki/Abfarad?oldid=407124018" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/abfarad",
"scalingOf" : "http://qudt.org/vocab/unit/FARAD",
"symbol" : "abF",
"ucumCode" : "GF",
"wikidataMatch" : "http://www.wikidata.org/entity/Q12783919",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Abfarad"
}, "Abfarad" ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FARAD_Ab-PER-CentiM
URI: http://qudt.org/vocab/unit/FARAD_Ab-PER-CentiM
The absolute dielectric constant of free space is defined as the ratio of displacement to the electric field intensity. The unit of measure is the abfarad per centimeter, a derived CGS unit.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FARAD_Ab-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The absolute dielectric constant of free space is defined as the ratio of displacement to the electric field intensity. The unit of measure is the abfarad per centimeter, a derived CGS unit."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E11 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/expression> "$abf-per-cm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permittivity> ; <http://qudt.org/schema/qudt/symbol> "abF/cm" ; <http://qudt.org/schema/qudt/ucumCode> "GF.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30063650> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Abfarad per Centimeter"@en-US ; rdfs:label "Abfarad per Centimetre" ; rdfs:label "Abfarad per Centimetre"@en ; .
{"resource":"Abfarad per Centimetre"
,"qname":"unit:FARAD_Ab-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FARAD_Ab-PER-CentiM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30063650>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"100000000000.0"
,"conversion multiplier scientific":"1.0E11"
,"description":"The absolute dielectric constant of free space is defined as the ratio of displacement to the electric field intensity. The unit of measure is the abfarad per centimeter, a derived CGS unit."
,"expression":"$abf-per-cm$"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Permittivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abfarad per Centimeter"
,"label":"Abfarad per Centimetre"
,"label":"Abfarad per Centimetre"
,"symbol":"abF\/cm"
,"type":"qudt:Unit"
,"ucum code":"GF.cm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FARAD_Ab-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The absolute dielectric constant of free space is defined as the ratio of displacement to the electric field intensity. The unit of measure is the abfarad per centimeter, a derived CGS unit.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "100000000000.0",
"conversionMultiplier:SN" : 1.0E11,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"expression" : "$abf-per-cm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Permittivity",
"symbol" : "abF/cm",
"ucumCode" : "GF.cm-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30063650",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Abfarad per Centimeter"
}, "Abfarad per Centimetre", {
"@language" : "en",
"@value" : "Abfarad per Centimetre"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FARAD_Stat
URI: http://qudt.org/vocab/unit/FARAD_Stat
The $\text{Statfarad (statF)}$ is a unit in the category of Electric capacitance. It is also known as $statfarads$. This unit is commonly used in the cgs unit system. $Statfarad$ has a dimension of $M^{-1}L^{-2}T^4I^2$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FARAD_Stat>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\text{Statfarad (statF)}$ is a unit in the category of Electric capacitance.
It is also known as $statfarads$.
This unit is commonly used in the cgs unit system.
$Statfarad$ has a dimension of $M^{-1}L^{-2}T^4I^2$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current.
It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001112650056053618432174089964848 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.112650056053618432174089964848E-18 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Capacitance> ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--electric_capacitance--statfarad.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FARAD> ;
<http://qudt.org/schema/qudt/symbol> "statF" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25559953> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Statfarad" ;
rdfs:label "Statfarad"@en ;
.
{"resource":"Statfarad"
,"qname":"unit:FARAD_Stat"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FARAD_Stat"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25559953>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-ESU"
,"conversion multiplier":"0.000000000000000001112650056053618432174089964848"
,"conversion multiplier scientific":"1.112650056053618432174089964848E-18"
,"description":"\n The $\\text{Statfarad (statF)}$ is a unit in the category of Electric capacitance. \n It is also known as $statfarads$. \n This unit is commonly used in the cgs unit system. \n $Statfarad$ has a dimension of $M^{-1}L^{-2}T^4I^2$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. \n It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012.\n "
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Capacitance"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--electric_capacitance--statfarad.cfm"
,"is derived unit of system":"sou:CGS-ESU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statfarad"
,"label":"Statfarad"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/statfarad>"
,"scalingOf":"unit:FARAD"
,"symbol":"statF"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/FARAD_Stat",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\text{Statfarad (statF)}$ is a unit in the category of Electric capacitance. \n It is also known as $statfarads$. \n This unit is commonly used in the cgs unit system. \n $Statfarad$ has a dimension of $M^{-1}L^{-2}T^4I^2$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. \n It can be converted to the corresponding standard SI unit F by multiplying its value by a factor of 1.11265E-012.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000000000000001112650056053618432174089964848",
"conversionMultiplier:SN" : 1.1126500560536185E-18,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Capacitance",
"informativeReference" : "http://www.efunda.com/glossary/units/units--electric_capacitance--statfarad.cfm",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/statfarad",
"scalingOf" : "http://qudt.org/vocab/unit/FARAD",
"symbol" : "statF",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25559953",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Statfarad", {
"@language" : "en",
"@value" : "Statfarad"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FATH
URI: http://qudt.org/vocab/unit/FATH
A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard. Abbreviations: f, fath, fm, fth, fthm.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FATH> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard. Abbreviations: f, fath, fm, fth, fthm."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.8288 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.8288E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Fathom"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB068" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Fathom?oldid=493265429"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB068"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "fathom" ; <http://qudt.org/schema/qudt/ucumCode> "[fth_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "AK" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q6502423> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Fathom" ; rdfs:label "Fathom"@en ; .
{"resource":"Fathom"
,"qname":"unit:FATH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FATH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q6502423>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.8288"
,"conversion multiplier scientific":"1.8288E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Fathom"
,"defined unit of system":"sou:USCS"
,"description":"A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard. Abbreviations: f, fath, fm, fth, fthm."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB068"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Fathom?oldid=493265429"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB068"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Fathom"
,"label":"Fathom"
,"scalingOf":"unit:M"
,"symbol":"fathom"
,"type":"qudt:Unit"
,"ucum code":"[fth_i]"
,"unece common code":"AK"
]}
{
"@id" : "http://qudt.org/vocab/unit/FATH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A fathom = 1.8288 meters, is a unit of length in the imperial and the U.S. customary systems, used especially for measuring the depth of water. There are two yards in an imperial or U.S. fathom. Originally based on the distance between the man's outstretched arms, the size of a fathom has varied slightly depending on whether it was defined as a thousandth of an (Admiralty) nautical mile or as a multiple of the imperial yard. Abbreviations: f, fath, fm, fth, fthm.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.8288",
"conversionMultiplier:SN" : 1.8288,
"dbpediaMatch" : "http://dbpedia.org/resource/Fathom",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB068",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB068", "http://en.wikipedia.org/wiki/Fathom?oldid=493265429" ],
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "fathom",
"ucumCode" : "[fth_i]",
"uneceCommonCode" : "AK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q6502423",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Fathom", {
"@language" : "en",
"@value" : "Fathom"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FBM
URI: http://qudt.org/vocab/unit/FBM
The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FBM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00236 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.36E-3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "BDFT" ; <http://qudt.org/schema/qudt/ucumCode> "[bf_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "BFT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q974493> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Board Foot" ; rdfs:label "Board Foot"@en ; .
{"resource":"Board Foot"
,"qname":"unit:FBM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FBM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q974493>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00236"
,"conversion multiplier scientific":"2.36E-3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF. "
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Board Foot"
,"label":"Board Foot"
,"scalingOf":"unit:M3"
,"symbol":"BDFT"
,"type":"qudt:Unit"
,"ucum code":"[bf_i]"
,"unece common code":"BFT"
]}
{
"@id" : "http://qudt.org/vocab/unit/FBM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The board-foot is a specialized unit of measure for the volume of lumber in the United States and Canada. It is the volume of a one-foot length of a board one foot wide and one inch thick. Board-foot can be abbreviated FBM (for 'foot, board measure'), BDFT, or BF. Thousand board-feet can be abbreviated as MFBM, MBFT or MBF. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.00236",
"conversionMultiplier:SN" : 0.00236,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "BDFT",
"ucumCode" : "[bf_i]",
"uneceCommonCode" : "BFT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q974493",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Board Foot", {
"@language" : "en",
"@value" : "Board Foot"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FC
URI: http://qudt.org/vocab/unit/FC
"Foot Candle" is a unit for 'Luminous Flux Per Area' expressed as $fc$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot Candle\" is a unit for 'Luminous Flux Per Area' expressed as $fc$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.764 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0764E1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Foot-candle"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousFluxPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB256" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Foot-candle?oldid=475579268"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB256"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CD-PER-M2> ; <http://qudt.org/schema/qudt/symbol> "fc" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P27" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2064166> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Candle" ; rdfs:label "Foot Candle"@en ; .
{"resource":"Foot Candle"
,"qname":"unit:FC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2064166>"
,"conversion multiplier":"10.764"
,"conversion multiplier scientific":"1.0764E1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Foot-candle"
,"description":"\"Foot Candle\" is a unit for 'Luminous Flux Per Area' expressed as $fc$."
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousFluxPerArea"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB256"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Foot-candle?oldid=475579268"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB256"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Candle"
,"label":"Foot Candle"
,"scalingOf":"unit:CD-PER-M2"
,"symbol":"fc"
,"type":"qudt:Unit"
,"unece common code":"P27"
]}
{
"@id" : "http://qudt.org/vocab/unit/FC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot Candle\" is a unit for 'Luminous Flux Per Area' expressed as $fc$.",
"conversionMultiplier" : "10.764",
"conversionMultiplier:SN" : 10.764,
"dbpediaMatch" : "http://dbpedia.org/resource/Foot-candle",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousFluxPerArea",
"iec61360Code" : "0112/2///62720#UAB256",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Foot-candle?oldid=475579268", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB256" ],
"scalingOf" : "http://qudt.org/vocab/unit/CD-PER-M2",
"symbol" : "fc",
"uneceCommonCode" : "P27",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2064166",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Candle", {
"@language" : "en",
"@value" : "Foot Candle"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FLIGHT
URI: http://qudt.org/vocab/unit/FLIGHT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FLIGHT> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ; <http://qudt.org/schema/qudt/symbol> "flight" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Flight" ; rdfs:label "Flight"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM> ; .
{"resource":"Flight"
,"qname":"unit:FLIGHT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FLIGHT"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has broader":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Dimensionless"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Flight"
,"label":"Flight"
,"symbol":"flight"
,"type":"qudt:ContextualUnit"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/FLIGHT",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Dimensionless",
"symbol" : "flight",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Flight", {
"@language" : "en",
"@value" : "Flight"
} ],
"broader" : "http://qudt.org/vocab/unit/NUM",
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FLOPS
URI: http://qudt.org/vocab/unit/FLOPS
Floating point operations divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FLOPS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Floating point operations divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FloatingPointCalculationCapability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB593" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB593"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "FLOPS" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Floating Point Operations per Second" ; rdfs:label "Floating Point Operations per Second"@en ; .
{"resource":"Floating Point Operations per Second"
,"qname":"unit:FLOPS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FLOPS"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Floating point operations divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:FloatingPointCalculationCapability"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB593"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB593"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Floating Point Operations per Second"
,"label":"Floating Point Operations per Second"
,"symbol":"FLOPS"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/FLOPS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Floating point operations divided by the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/FloatingPointCalculationCapability",
"iec61360Code" : "0112/2///62720#UAB593",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB593",
"symbol" : "FLOPS",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Floating Point Operations per Second", {
"@language" : "en",
"@value" : "Floating Point Operations per Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FM
URI: http://qudt.org/vocab/unit/FM
The $\textit{fermi}$, or $\textit{femtometer}$ (other spelling $femtometre$, symbol $fm$) is an SI unit of length equal to $10^{-15} metre$. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The $\\textit{fermi}$, or $\\textit{femtometer}$ (other spelling $femtometre$, symbol $fm$) is an SI unit of length equal to $10^{-15} metre$. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/FemtoM> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Fermi_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/fermi> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ;
<http://qudt.org/schema/qudt/symbol> "fm" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A71" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q208788> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Fermi" ;
rdfs:label "Fermi"@en ;
.
{"resource":"Fermi"
,"qname":"unit:FM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q208788>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"The $\\textit{fermi}$, or $\\textit{femtometer}$ (other spelling $femtometre$, symbol $fm$) is an SI unit of length equal to $10^{-15} metre$. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."
,"exact match":"unit:FemtoM"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Fermi_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Fermi"
,"label":"Fermi"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/fermi>"
,"scalingOf":"unit:M"
,"symbol":"fm"
,"type":"qudt:Unit"
,"unece common code":"A71"
]}
{
"@id" : "http://qudt.org/vocab/unit/FM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The $\\textit{fermi}$, or $\\textit{femtometer}$ (other spelling $femtometre$, symbol $fm$) is an SI unit of length equal to $10^{-15} metre$. This distance is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"exactMatch" : "http://qudt.org/vocab/unit/FemtoM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"informativeReference" : "http://en.wikipedia.org/wiki/Fermi_(unit)",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/fermi",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "fm",
"uneceCommonCode" : "A71",
"wikidataMatch" : "http://www.wikidata.org/entity/Q208788",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Fermi", {
"@language" : "en",
"@value" : "Fermi"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FR
URI: http://qudt.org/vocab/unit/FR
"Franklin" is a unit for 'Electric Charge' expressed as $Fr$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Franklin\" is a unit for 'Electric Charge' expressed as $Fr$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000033356409519815204957557671447492 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.3356409519815204957557671447492E-10 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Franklin"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/C_Stat> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB212" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Franklin?oldid=495090654"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB212"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/franklin> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A-SEC> ; <http://qudt.org/schema/qudt/symbol> "Fr" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N94" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101427557> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Franklin" ; rdfs:label "Franklin"@en ; .
{"resource":"Franklin"
,"qname":"unit:FR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101427557>"
,"conversion multiplier":"0.00000000033356409519815204957557671447492"
,"conversion multiplier scientific":"3.3356409519815204957557671447492E-10"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Franklin"
,"description":"\"Franklin\" is a unit for 'Electric Charge' expressed as $Fr$."
,"exact match":"unit:C_Stat"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB212"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Franklin?oldid=495090654"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB212"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Franklin"
,"label":"Franklin"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/franklin>"
,"scalingOf":"unit:A-SEC"
,"symbol":"Fr"
,"type":"qudt:Unit"
,"unece common code":"N94"
]}
{
"@id" : "http://qudt.org/vocab/unit/FR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Franklin\" is a unit for 'Electric Charge' expressed as $Fr$.",
"conversionMultiplier" : "0.00000000033356409519815204957557671447492",
"conversionMultiplier:SN" : 3.3356409519815207E-10,
"dbpediaMatch" : "http://dbpedia.org/resource/Franklin",
"exactMatch" : "http://qudt.org/vocab/unit/C_Stat",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"iec61360Code" : "0112/2///62720#UAB212",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Franklin?oldid=495090654", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB212" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/franklin",
"scalingOf" : "http://qudt.org/vocab/unit/A-SEC",
"symbol" : "Fr",
"uneceCommonCode" : "N94",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101427557",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Franklin", {
"@language" : "en",
"@value" : "Franklin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FRACTION
URI: http://qudt.org/vocab/unit/FRACTION
Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FRACTION>
rdf:type <http://qudt.org/schema/qudt/CountingUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/conversionOffset> 0.0 ;
<http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DutyCycle> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/OpeningRatio> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Reflectance> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ServiceFactor> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StateOfCharge> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself." ;
<http://qudt.org/schema/qudt/symbol> "÷" ;
<http://qudt.org/schema/qudt/ucumCode> "{fraction}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Fraction" ;
rdfs:label "Fraction"@en ;
.
{"resource":"Fraction"
,"qname":"unit:FRACTION"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FRACTION"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself."
,"description (plain text)":"Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"has quantity kind":"quantitykind:DutyCycle"
,"has quantity kind":"quantitykind:OpeningRatio"
,"has quantity kind":"quantitykind:Reflectance"
,"has quantity kind":"quantitykind:ServiceFactor"
,"has quantity kind":"quantitykind:StateOfCharge"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Fraction"
,"label":"Fraction"
,"symbol":"÷"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"{fraction}"
]}
{
"@id" : "http://qudt.org/vocab/unit/FRACTION",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DutyCycle", "http://qudt.org/vocab/quantitykind/DimensionlessRatio", "http://qudt.org/vocab/quantitykind/ServiceFactor", "http://qudt.org/vocab/quantitykind/OpeningRatio", "http://qudt.org/vocab/quantitykind/StateOfCharge", "http://qudt.org/vocab/quantitykind/Reflectance" ],
"plainTextDescription" : "Fraction is a unit for 'Dimensionless Ratio' expressed as the value of the ratio itself.",
"symbol" : "÷",
"ucumCode" : "{fraction}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Fraction", {
"@language" : "en",
"@value" : "Fraction"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FRAME
URI: http://qudt.org/vocab/unit/FRAME
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FRAME> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Frame" ; rdfs:label "Frame"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM> ; .
{"resource":"Frame"
,"qname":"unit:FRAME"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FRAME"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has broader":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Frame"
,"label":"Frame"
,"type":"qudt:ContextualUnit"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/FRAME",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Frame"
}, "Frame" ],
"broader" : "http://qudt.org/vocab/unit/NUM",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FRAME-PER-SEC
URI: http://qudt.org/vocab/unit/FRAME-PER-SEC
"Frame per Second" is a unit for 'Video Frame Rate' expressed as $fps$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FRAME-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Frame per Second\" is a unit for 'Video Frame Rate' expressed as $fps$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VideoFrameRate> ;
<http://qudt.org/schema/qudt/symbol> "fps" ;
<http://qudt.org/schema/qudt/ucumCode> "s-1{frame}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Frame per Second" ;
rdfs:label "Frame per Second"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/HZ> ;
.
{"resource":"Frame per Second"
,"qname":"unit:FRAME-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FRAME-PER-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Frame per Second\" is a unit for 'Video Frame Rate' expressed as $fps$."
,"has broader":"unit:HZ"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VideoFrameRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Frame per Second"
,"label":"Frame per Second"
,"symbol":"fps"
,"type":"qudt:ContextualUnit"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"s-1{frame}"
]}
{
"@id" : "http://qudt.org/vocab/unit/FRAME-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Frame per Second\" is a unit for 'Video Frame Rate' expressed as $fps$.",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VideoFrameRate",
"symbol" : "fps",
"ucumCode" : "s-1{frame}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Frame per Second"
}, "Frame per Second" ],
"broader" : "http://qudt.org/vocab/unit/HZ",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT
URI: http://qudt.org/vocab/unit/FT
A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.3048 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.048E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Foot_%28length%29"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/factorUnitScalar> 12.0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA440" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA440"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "ft" ; <http://qudt.org/schema/qudt/uneceCommonCode> "FOT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3710> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot" ; rdfs:label "Foot"@en ; .
{"resource":"Foot"
,"qname":"unit:FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3710>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.3048"
,"conversion multiplier scientific":"3.048E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Foot_%28length%29"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement. "
,"factorUnitScalar":"12.0"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA440"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA440"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot"
,"label":"Foot"
,"symbol":"ft"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]"
,"udunits code":"ft"
,"unece common code":"FOT"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A foot is a unit of length defined as being 0.3048 m exactly and used in the imperial system of units and United States customary units. It is subdivided into 12 inches. The foot is still officially used in Canada and still commonly used in the United Kingdom, although the latter has partially metricated its units of measurement. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.3048",
"conversionMultiplier:SN" : 0.3048,
"dbpediaMatch" : "http://dbpedia.org/resource/Foot_%28length%29",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"factorUnitScalar" : "12.0",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA440",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA440",
"symbol" : "ft",
"ucumCode" : "[ft_i]",
"udunitsCode" : "ft",
"uneceCommonCode" : "FOT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3710",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot", {
"@language" : "en",
"@value" : "Foot"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-HR-PER-GAL_UK
URI: http://qudt.org/vocab/unit/FT-HR-PER-GAL_UK
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT-HR-PER-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 241367.856773623047497959785222026 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.41367856773623047497959785222026E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD854" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD854"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft·h/gal{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i].h.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Foot Hour per Gallon (UK)" ;
rdfs:label "Foot Hour per Gallon (UK)"@en ;
.
{"resource":"Foot Hour per Gallon (UK)"
,"qname":"unit:FT-HR-PER-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-HR-PER-GAL_UK"
,"properties":["conversion multiplier":"241367.856773623047497959785222026"
,"conversion multiplier scientific":"2.41367856773623047497959785222026E5"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD854"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD854"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Hour per Gallon (UK)"
,"label":"Foot Hour per Gallon (UK)"
,"symbol":"ft·h\/gal{UK}"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].h.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-HR-PER-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour",
"conversionMultiplier" : "241367.856773623047497959785222026",
"conversionMultiplier:SN" : 241367.85677362306,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD854",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD854",
"symbol" : "ft·h/gal{UK}",
"ucumCode" : "[ft_i].h.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Hour per Gallon (UK)", {
"@language" : "en",
"@value" : "Foot Hour per Gallon (UK)"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-HR-PER-GAL_US
URI: http://qudt.org/vocab/unit/FT-HR-PER-GAL_US
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT-HR-PER-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 289870.7096115490932280565859833018 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.898707096115490932280565859833018E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD850" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD850"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft·h/gal{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i].h.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Foot Hour per Us Gallon" ;
rdfs:label "Foot Hour per Us Gallon"@en ;
.
{"resource":"Foot Hour per Us Gallon"
,"qname":"unit:FT-HR-PER-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-HR-PER-GAL_US"
,"properties":["conversion multiplier":"289870.7096115490932280565859833018"
,"conversion multiplier scientific":"2.898707096115490932280565859833018E5"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD850"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD850"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Hour per Us Gallon"
,"label":"Foot Hour per Us Gallon"
,"symbol":"ft·h\/gal{US}"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].h.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-HR-PER-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour",
"conversionMultiplier" : "289870.7096115490932280565859833018",
"conversionMultiplier:SN" : 289870.7096115491,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD850",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD850",
"symbol" : "ft·h/gal{US}",
"ucumCode" : "[ft_i].h.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Hour per Us Gallon", {
"@language" : "en",
"@value" : "Foot Hour per Us Gallon"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-HR-PER-IN3
URI: http://qudt.org/vocab/unit/FT-HR-PER-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-HR-PER-IN3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 66960133.92026784053568107136214273 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.696013392026784053568107136214273E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD846" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD846"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft·h/in³" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].h.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Hour per Cubic Inch" ; rdfs:label "Foot Hour per Cubic Inch"@en ; .
{"resource":"Foot Hour per Cubic Inch"
,"qname":"unit:FT-HR-PER-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-HR-PER-IN3"
,"properties":["conversion multiplier":"66960133.92026784053568107136214273"
,"conversion multiplier scientific":"6.696013392026784053568107136214273E7"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD846"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD846"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Hour per Cubic Inch"
,"label":"Foot Hour per Cubic Inch"
,"symbol":"ft·h\/in³"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].h.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-HR-PER-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour",
"conversionMultiplier" : "66960133.92026784053568107136214273",
"conversionMultiplier:SN" : 6.696013392026784E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD846",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD846",
"symbol" : "ft·h/in³",
"ucumCode" : "[ft_i].h.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Hour per Cubic Inch", {
"@language" : "en",
"@value" : "Foot Hour per Cubic Inch"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-LB_F
URI: http://qudt.org/vocab/unit/FT-LB_F
"Foot Pound Force" is an Imperial unit for 'Energy And Work' expressed as $ft-lbf$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-LB_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot Pound Force\" is an Imperial unit for 'Energy And Work' expressed as $ft-lbf$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.35581800916358032544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.35581800916358032544E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Foot-pound_force"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$ft-lbf$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA443" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Foot-pound_force?oldid=453269257"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA443"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft·lbf" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].[lbf_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "85" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q730251> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Pound Force" ; rdfs:label "Foot Pound Force"@en ; .
{"resource":"Foot Pound Force"
,"qname":"unit:FT-LB_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-LB_F"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q730251>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.35581800916358032544"
,"conversion multiplier scientific":"1.35581800916358032544E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Foot-pound_force"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot Pound Force\" is an Imperial unit for 'Energy And Work' expressed as $ft-lbf$."
,"expression":"$ft-lbf$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA443"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Foot-pound_force?oldid=453269257"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA443"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Pound Force"
,"label":"Foot Pound Force"
,"symbol":"ft·lbf"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[lbf_av]"
,"unece common code":"85"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-LB_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot Pound Force\" is an Imperial unit for 'Energy And Work' expressed as $ft-lbf$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.35581800916358032544",
"conversionMultiplier:SN" : 1.3558180091635803,
"dbpediaMatch" : "http://dbpedia.org/resource/Foot-pound_force",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft-lbf$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAA443",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA443", "http://en.wikipedia.org/wiki/Foot-pound_force?oldid=453269257" ],
"symbol" : "ft·lbf",
"ucumCode" : "[ft_i].[lbf_av]",
"uneceCommonCode" : "85",
"wikidataMatch" : "http://www.wikidata.org/entity/Q730251",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Pound Force", {
"@language" : "en",
"@value" : "Foot Pound Force"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-LB_F-PER-FT2
URI: http://qudt.org/vocab/unit/FT-LB_F-PER-FT2
"Foot Pound per Square Foot" is an Imperial unit for 'Energy Per Area' expressed as $ft-lbf/ft^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT-LB_F-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Foot Pound per Square Foot\" is an Imperial unit for 'Energy Per Area' expressed as $ft-lbf/ft^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 14.5939035919985 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.45939035919985E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft-lbf/ft^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ;
<http://qudt.org/schema/qudt/symbol> "ft·lbf/ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i].[lbf_av].[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Foot Pound Force per Square Foot" ;
rdfs:label "Foot Pound Force per Square Foot"@en ;
.
{"resource":"Foot Pound Force per Square Foot"
,"qname":"unit:FT-LB_F-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-LB_F-PER-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"14.5939035919985"
,"conversion multiplier scientific":"1.45939035919985E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot Pound per Square Foot\" is an Imperial unit for 'Energy Per Area' expressed as $ft-lbf\/ft^{2}$."
,"expression":"$ft-lbf\/ft^{2}$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Pound Force per Square Foot"
,"label":"Foot Pound Force per Square Foot"
,"symbol":"ft·lbf\/ft²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[lbf_av].[ft_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-LB_F-PER-FT2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Foot Pound per Square Foot\" is an Imperial unit for 'Energy Per Area' expressed as $ft-lbf/ft^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "14.5939035919985",
"conversionMultiplier:SN" : 14.5939035919985,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$ft-lbf/ft^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"symbol" : "ft·lbf/ft²",
"ucumCode" : "[ft_i].[lbf_av].[ft_i]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Pound Force per Square Foot", {
"@language" : "en",
"@value" : "Foot Pound Force per Square Foot"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-LB_F-PER-FT2-SEC
URI: http://qudt.org/vocab/unit/FT-LB_F-PER-FT2-SEC
"Foot Pound Force per Square Foot Second" is an Imperial unit for 'Power Per Area' expressed as $ft \cdot lbf/(ft^2 \cdot s)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-LB_F-PER-FT2-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot Pound Force per Square Foot Second\" is an Imperial unit for 'Power Per Area' expressed as $ft \\cdot lbf/(ft^2 \\cdot s)$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 14.5939035919985 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.45939035919985E1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$ft-lbf/ft^2s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ; <http://qudt.org/schema/qudt/latexSymbol> "$ft \\cdot lbf/(ft^2 \\cdot s)$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/symbol> "ft·lbf/(ft²·s)" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].[lbf_av].[ft_i]-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Pound Force per Square Foot Second" ; rdfs:label "Foot Pound Force per Square Foot Second"@en ; .
{"resource":"Foot Pound Force per Square Foot Second"
,"qname":"unit:FT-LB_F-PER-FT2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-LB_F-PER-FT2-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"14.5939035919985"
,"conversion multiplier scientific":"1.45939035919985E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot Pound Force per Square Foot Second\" is an Imperial unit for 'Power Per Area' expressed as $ft \\cdot lbf\/(ft^2 \\cdot s)$."
,"expression":"$ft-lbf\/ft^2s$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Pound Force per Square Foot Second"
,"label":"Foot Pound Force per Square Foot Second"
,"latex symbol":"$ft \\cdot lbf\/(ft^2 \\cdot s)$"
,"symbol":"ft·lbf\/(ft²·s)"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[lbf_av].[ft_i]-2.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-LB_F-PER-FT2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot Pound Force per Square Foot Second\" is an Imperial unit for 'Power Per Area' expressed as $ft \\cdot lbf/(ft^2 \\cdot s)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "14.5939035919985",
"conversionMultiplier:SN" : 14.5939035919985,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft-lbf/ft^2s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"latexSymbol" : "$ft \\cdot lbf/(ft^2 \\cdot s)$",
"symbol" : "ft·lbf/(ft²·s)",
"ucumCode" : "[ft_i].[lbf_av].[ft_i]-2.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Pound Force per Square Foot Second", {
"@language" : "en",
"@value" : "Foot Pound Force per Square Foot Second"
} ],
"@context" : {
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-LB_F-PER-HR
URI: http://qudt.org/vocab/unit/FT-LB_F-PER-HR
"Foot Pound Force per Hour" is an Imperial unit for 'Power' expressed as $ft-lbf/h$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-LB_F-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot Pound Force per Hour\" is an Imperial unit for 'Power' expressed as $ft-lbf/h$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0003766161136565500904 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.766161136565500904E-4 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$ft-lbf/h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA444" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA444"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft·lbf/h" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].[lbf_av].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K15" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Pound Force per Hour" ; rdfs:label "Foot Pound Force per Hour"@en ; .
{"resource":"Foot Pound Force per Hour"
,"qname":"unit:FT-LB_F-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-LB_F-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0003766161136565500904"
,"conversion multiplier scientific":"3.766161136565500904E-4"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot Pound Force per Hour\" is an Imperial unit for 'Power' expressed as $ft-lbf\/h$."
,"expression":"$ft-lbf\/h$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA444"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA444"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Pound Force per Hour"
,"label":"Foot Pound Force per Hour"
,"symbol":"ft·lbf\/h"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[lbf_av].h-1"
,"unece common code":"K15"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-LB_F-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot Pound Force per Hour\" is an Imperial unit for 'Power' expressed as $ft-lbf/h$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0003766161136565500904",
"conversionMultiplier:SN" : 3.766161136565501E-4,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$ft-lbf/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA444",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA444",
"symbol" : "ft·lbf/h",
"ucumCode" : "[ft_i].[lbf_av].h-1",
"uneceCommonCode" : "K15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Pound Force per Hour", {
"@language" : "en",
"@value" : "Foot Pound Force per Hour"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-LB_F-PER-M2
URI: http://qudt.org/vocab/unit/FT-LB_F-PER-M2
"Foot Pound Force per Square Meter" is a unit for 'Energy Per Area' expressed as $ft-lbf/m^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT-LB_F-PER-M2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Foot Pound Force per Square Meter\" is a unit for 'Energy Per Area' expressed as $ft-lbf/m^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.35581800916358032544 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.35581800916358032544E0 ;
<http://qudt.org/schema/qudt/expression> "$ft-lbf/m^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ;
<http://qudt.org/schema/qudt/symbol> "ft·lbf/m²" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i].[lbf_av].m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Foot Pound Force per Square Meter"@en-US ;
rdfs:label "Foot Pound Force per Square Metre" ;
rdfs:label "Foot Pound Force per Square Metre"@en ;
.
{"resource":"Foot Pound Force per Square Metre"
,"qname":"unit:FT-LB_F-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-LB_F-PER-M2"
,"properties":["conversion multiplier":"1.35581800916358032544"
,"conversion multiplier scientific":"1.35581800916358032544E0"
,"description":"\"Foot Pound Force per Square Meter\" is a unit for 'Energy Per Area' expressed as $ft-lbf\/m^{2}$."
,"expression":"$ft-lbf\/m^{2}$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Pound Force per Square Meter"
,"label":"Foot Pound Force per Square Metre"
,"label":"Foot Pound Force per Square Metre"
,"symbol":"ft·lbf\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[lbf_av].m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-LB_F-PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Foot Pound Force per Square Meter\" is a unit for 'Energy Per Area' expressed as $ft-lbf/m^{2}$.",
"conversionMultiplier" : "1.35581800916358032544",
"conversionMultiplier:SN" : 1.3558180091635803,
"expression" : "$ft-lbf/m^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"symbol" : "ft·lbf/m²",
"ucumCode" : "[ft_i].[lbf_av].m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Foot Pound Force per Square Meter"
}, "Foot Pound Force per Square Metre", {
"@language" : "en",
"@value" : "Foot Pound Force per Square Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-LB_F-PER-MIN
URI: http://qudt.org/vocab/unit/FT-LB_F-PER-MIN
"Foot Pound Force per Minute" is an Imperial unit for 'Power' expressed as $ft-lbf/min$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-LB_F-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot Pound Force per Minute\" is an Imperial unit for 'Power' expressed as $ft-lbf/min$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.022596966819393005424 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.2596966819393005424E-2 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$ft-lbf/min$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA445" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA445"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft·lbf/min" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].[lbf_av].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K16" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Pound Force per Minute" ; rdfs:label "Foot Pound Force per Minute"@en ; .
{"resource":"Foot Pound Force per Minute"
,"qname":"unit:FT-LB_F-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-LB_F-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.022596966819393005424"
,"conversion multiplier scientific":"2.2596966819393005424E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot Pound Force per Minute\" is an Imperial unit for 'Power' expressed as $ft-lbf\/min$."
,"expression":"$ft-lbf\/min$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA445"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA445"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Pound Force per Minute"
,"label":"Foot Pound Force per Minute"
,"symbol":"ft·lbf\/min"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[lbf_av].min-1"
,"unece common code":"K16"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-LB_F-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot Pound Force per Minute\" is an Imperial unit for 'Power' expressed as $ft-lbf/min$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.022596966819393005424",
"conversionMultiplier:SN" : 0.022596966819393004,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft-lbf/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA445",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA445",
"symbol" : "ft·lbf/min",
"ucumCode" : "[ft_i].[lbf_av].min-1",
"uneceCommonCode" : "K16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Pound Force per Minute", {
"@language" : "en",
"@value" : "Foot Pound Force per Minute"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-LB_F-PER-SEC
URI: http://qudt.org/vocab/unit/FT-LB_F-PER-SEC
"Foot Pound Force per Second" is an Imperial unit for 'Power' expressed as $ft-lbf/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-LB_F-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot Pound Force per Second\" is an Imperial unit for 'Power' expressed as $ft-lbf/s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.35581800916358032544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.35581800916358032544E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$ft-lbf/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA446" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA446"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft·lbf/s" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].[lbf_av].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A74" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Pound Force per Second" ; rdfs:label "Foot Pound Force per Second"@en ; .
{"resource":"Foot Pound Force per Second"
,"qname":"unit:FT-LB_F-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-LB_F-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.35581800916358032544"
,"conversion multiplier scientific":"1.35581800916358032544E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot Pound Force per Second\" is an Imperial unit for 'Power' expressed as $ft-lbf\/s$."
,"expression":"$ft-lbf\/s$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA446"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA446"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Pound Force per Second"
,"label":"Foot Pound Force per Second"
,"symbol":"ft·lbf\/s"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[lbf_av].s-1"
,"unece common code":"A74"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-LB_F-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot Pound Force per Second\" is an Imperial unit for 'Power' expressed as $ft-lbf/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1.35581800916358032544",
"conversionMultiplier:SN" : 1.3558180091635803,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$ft-lbf/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA446",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA446",
"symbol" : "ft·lbf/s",
"ucumCode" : "[ft_i].[lbf_av].s-1",
"uneceCommonCode" : "A74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Pound Force per Second", {
"@language" : "en",
"@value" : "Foot Pound Force per Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-LB_F-SEC
URI: http://qudt.org/vocab/unit/FT-LB_F-SEC
"Foot Pound Force Second" is a unit for 'Angular Momentum' expressed as $lbf / s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-LB_F-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot Pound Force Second\" is a unit for 'Angular Momentum' expressed as $lbf / s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.35581800916358032544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.35581800916358032544E0 ; <http://qudt.org/schema/qudt/expression> "$lbf / s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularImpulse> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularMomentum> ; <http://qudt.org/schema/qudt/symbol> "ft·lbf·s" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].[lbf_av].s"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Pound Force Second" ; rdfs:label "Foot Pound Force Second"@en ; .
{"resource":"Foot Pound Force Second"
,"qname":"unit:FT-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-LB_F-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.35581800916358032544"
,"conversion multiplier scientific":"1.35581800916358032544E0"
,"description":"\"Foot Pound Force Second\" is a unit for 'Angular Momentum' expressed as $lbf \/ s$."
,"expression":"$lbf \/ s$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:AngularImpulse"
,"has quantity kind":"quantitykind:AngularMomentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Pound Force Second"
,"label":"Foot Pound Force Second"
,"symbol":"ft·lbf·s"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[lbf_av].s"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot Pound Force Second\" is a unit for 'Angular Momentum' expressed as $lbf / s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.35581800916358032544",
"conversionMultiplier:SN" : 1.3558180091635803,
"expression" : "$lbf / s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularMomentum", "http://qudt.org/vocab/quantitykind/AngularImpulse" ],
"symbol" : "ft·lbf·s",
"ucumCode" : "[ft_i].[lbf_av].s",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Pound Force Second", {
"@language" : "en",
"@value" : "Foot Pound Force Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-PDL
URI: http://qudt.org/vocab/unit/FT-PDL
"Foot Poundal" is an Imperial unit for 'Energy And Work' expressed as $ft-pdl$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-PDL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot Poundal\" is an Imperial unit for 'Energy And Work' expressed as $ft-pdl$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0421401100938048 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.21401100938048E-2 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB220" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB220"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal> ; <http://qudt.org/schema/qudt/symbol> "ft·pdl" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].[lb_av].[ft_i].s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N46" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5465723> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Poundal" ; rdfs:label "Foot Poundal"@en ; .
{"resource":"Foot Poundal"
,"qname":"unit:FT-PDL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-PDL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5465723>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0421401100938048"
,"conversion multiplier scientific":"4.21401100938048E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot Poundal\" is an Imperial unit for 'Energy And Work' expressed as $ft-pdl$."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB220"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB220"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Poundal"
,"label":"Foot Poundal"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/footPoundal>"
,"symbol":"ft·pdl"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[lb_av].[ft_i].s-2"
,"unece common code":"N46"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-PDL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot Poundal\" is an Imperial unit for 'Energy And Work' expressed as $ft-pdl$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0421401100938048",
"conversionMultiplier:SN" : 0.0421401100938048,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB220",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB220",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/footPoundal",
"symbol" : "ft·pdl",
"ucumCode" : "[ft_i].[lb_av].[ft_i].s-2",
"uneceCommonCode" : "N46",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5465723",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Foot Poundal"
}, "Foot Poundal" ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-PER-DAY
URI: http://qudt.org/vocab/unit/FT-PER-DAY
"Foot per Day" is an Imperial unit for 'Linear Velocity' expressed as $ft/d$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot per Day\" is an Imperial unit for 'Linear Velocity' expressed as $ft/d$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000003527777777777777777777777777777777 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.527777777777777777777777777777777E-6 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$ft/d$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/symbol> "ft/d" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot per Day" ; rdfs:label "Foot per Day"@en ; .
{"resource":"Foot per Day"
,"qname":"unit:FT-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000003527777777777777777777777777777777"
,"conversion multiplier scientific":"3.527777777777777777777777777777777E-6"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot per Day\" is an Imperial unit for 'Linear Velocity' expressed as $ft\/d$."
,"expression":"$ft\/d$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot per Day"
,"label":"Foot per Day"
,"symbol":"ft\/d"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot per Day\" is an Imperial unit for 'Linear Velocity' expressed as $ft/d$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.000003527777777777777777777777777777777",
"conversionMultiplier:SN" : 3.527777777777778E-6,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$ft/d$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"symbol" : "ft/d",
"ucumCode" : "[ft_i].d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot per Day", {
"@language" : "en",
"@value" : "Foot per Day"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-PER-DEG_F
URI: http://qudt.org/vocab/unit/FT-PER-DEG_F
unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-PER-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.54864 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.4864E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA441" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA441"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit" ; <http://qudt.org/schema/qudt/symbol> "ft/°F" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K13" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot per Degree Fahrenheit" ; rdfs:label "Foot per Degree Fahrenheit"@en ; .
{"resource":"Foot per Degree Fahrenheit"
,"qname":"unit:FT-PER-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-PER-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.54864"
,"conversion multiplier scientific":"5.4864E-1"
,"description":"unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"
,"description (plain text)":"unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA441"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA441"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot per Degree Fahrenheit"
,"label":"Foot per Degree Fahrenheit"
,"symbol":"ft\/°F"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[degF]-1"
,"unece common code":"K13"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-PER-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.54864",
"conversionMultiplier:SN" : 0.54864,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA441",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA441",
"plainTextDescription" : "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit",
"symbol" : "ft/°F",
"ucumCode" : "[ft_i].[degF]-1",
"uneceCommonCode" : "K13",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot per Degree Fahrenheit", {
"@language" : "en",
"@value" : "Foot per Degree Fahrenheit"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-PER-HR
URI: http://qudt.org/vocab/unit/FT-PER-HR
"Foot per Hour" is an Imperial unit for 'Linear Velocity' expressed as $ft/h$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot per Hour\" is an Imperial unit for 'Linear Velocity' expressed as $ft/h$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00008466666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.466666666666666666666666666666667E-5 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$ft/h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA442" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA442"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft/h" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K14" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106611504> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot per Hour" ; rdfs:label "Foot per Hour"@en ; .
{"resource":"Foot per Hour"
,"qname":"unit:FT-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106611504>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00008466666666666666666666666666666667"
,"conversion multiplier scientific":"8.466666666666666666666666666666667E-5"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot per Hour\" is an Imperial unit for 'Linear Velocity' expressed as $ft\/h$."
,"expression":"$ft\/h$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA442"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA442"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot per Hour"
,"label":"Foot per Hour"
,"symbol":"ft\/h"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].h-1"
,"unece common code":"K14"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot per Hour\" is an Imperial unit for 'Linear Velocity' expressed as $ft/h$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.00008466666666666666666666666666666667",
"conversionMultiplier:SN" : 8.466666666666666E-5,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"iec61360Code" : "0112/2///62720#UAA442",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA442",
"symbol" : "ft/h",
"ucumCode" : "[ft_i].h-1",
"uneceCommonCode" : "K14",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106611504",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot per Hour", {
"@language" : "en",
"@value" : "Foot per Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-PER-MIN
URI: http://qudt.org/vocab/unit/FT-PER-MIN
"Foot per Minute" is an Imperial unit for 'Linear Velocity' expressed as $ft/min$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot per Minute\" is an Imperial unit for 'Linear Velocity' expressed as $ft/min$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.005080000000000000000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.080000000000000000000000000000001E-3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$ft/min$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA448" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA448"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft/min" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "FR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q22673229> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot per Minute" ; rdfs:label "Foot per Minute"@en ; .
{"resource":"Foot per Minute"
,"qname":"unit:FT-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q22673229>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.005080000000000000000000000000000001"
,"conversion multiplier scientific":"5.080000000000000000000000000000001E-3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot per Minute\" is an Imperial unit for 'Linear Velocity' expressed as $ft\/min$."
,"expression":"$ft\/min$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA448"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA448"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot per Minute"
,"label":"Foot per Minute"
,"symbol":"ft\/min"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].min-1"
,"unece common code":"FR"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot per Minute\" is an Imperial unit for 'Linear Velocity' expressed as $ft/min$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.005080000000000000000000000000000001",
"conversionMultiplier:SN" : 0.00508,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$ft/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"iec61360Code" : "0112/2///62720#UAA448",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA448",
"symbol" : "ft/min",
"ucumCode" : "[ft_i].min-1",
"uneceCommonCode" : "FR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q22673229",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot per Minute", {
"@language" : "en",
"@value" : "Foot per Minute"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-PER-PSI
URI: http://qudt.org/vocab/unit/FT-PER-PSI
unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-PER-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00004420750047668715004148802456506335 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.420750047668715004148802456506335E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA447" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA447"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft/psi" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K17" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot per Psi" ; rdfs:label "Foot per Psi"@en ; .
{"resource":"Foot per Psi"
,"qname":"unit:FT-PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-PER-PSI"
,"properties":["conversion multiplier":"0.00004420750047668715004148802456506335"
,"conversion multiplier scientific":"4.420750047668715004148802456506335E-5"
,"description":"unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force square inch)"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA447"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA447"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot per Psi"
,"label":"Foot per Psi"
,"symbol":"ft\/psi"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].[psi]-1"
,"unece common code":"K17"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force square inch)",
"conversionMultiplier" : "0.00004420750047668715004148802456506335",
"conversionMultiplier:SN" : 4.420750047668715E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA447",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA447",
"symbol" : "ft/psi",
"ucumCode" : "[ft_i].[psi]-1",
"uneceCommonCode" : "K17",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot per Psi", {
"@language" : "en",
"@value" : "Foot per Psi"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-PER-SEC
URI: http://qudt.org/vocab/unit/FT-PER-SEC
$\textit{foot per second}$ (plural $\textit{feet per second}$) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet ($ft$) traveled or displaced, divided by the time in seconds ($s$, or $sec$). The corresponding unit in the International System of Units (SI) is the $\textit{metre per second}$. Abbreviations include $ft/s$, $ft/sec$ and $fps$, and the rarely used scientific notation $ft\,s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{foot per second}$ (plural $\\textit{feet per second}$) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet ($ft$) traveled or displaced, divided by the time in seconds ($s$, or $sec$). The corresponding unit in the International System of Units (SI) is the $\\textit{metre per second}$. Abbreviations include $ft/s$, $ft/sec$ and $fps$, and the rarely used scientific notation $ft\\,s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.3048 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.048E-1 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Foot_per_second"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft/s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA449" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Foot_per_second?oldid=491316573"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA449"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "FS" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q748716> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Foot per Second" ;
rdfs:label "Foot per Second"@en ;
.
{"resource":"Foot per Second"
,"qname":"unit:FT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q748716>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.3048"
,"conversion multiplier scientific":"3.048E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Foot_per_second"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{foot per second}$ (plural $\\textit{feet per second}$) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet ($ft$) traveled or displaced, divided by the time in seconds ($s$, or $sec$). The corresponding unit in the International System of Units (SI) is the $\\textit{metre per second}$. Abbreviations include $ft\/s$, $ft\/sec$ and $fps$, and the rarely used scientific notation $ft\\,s$."
,"expression":"$ft\/s$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA449"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Foot_per_second?oldid=491316573"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA449"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot per Second"
,"label":"Foot per Second"
,"symbol":"ft\/s"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].s-1"
,"unece common code":"FS"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{foot per second}$ (plural $\\textit{feet per second}$) is a unit of both speed (scalar) and velocity (vector quantity, which includes direction). It expresses the distance in feet ($ft$) traveled or displaced, divided by the time in seconds ($s$, or $sec$). The corresponding unit in the International System of Units (SI) is the $\\textit{metre per second}$. Abbreviations include $ft/s$, $ft/sec$ and $fps$, and the rarely used scientific notation $ft\\,s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.3048",
"conversionMultiplier:SN" : 0.3048,
"dbpediaMatch" : "http://dbpedia.org/resource/Foot_per_second",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"iec61360Code" : "0112/2///62720#UAA449",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA449", "http://en.wikipedia.org/wiki/Foot_per_second?oldid=491316573" ],
"symbol" : "ft/s",
"ucumCode" : "[ft_i].s-1",
"uneceCommonCode" : "FS",
"wikidataMatch" : "http://www.wikidata.org/entity/Q748716",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot per Second", {
"@language" : "en",
"@value" : "Foot per Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-PER-SEC-DEG_F
URI: http://qudt.org/vocab/unit/FT-PER-SEC-DEG_F
unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-PER-SEC-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.54864 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.4864E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA450" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA450"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft/(s·°F)" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].s-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K18" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot per Second Degree Fahrenheit" ; rdfs:label "Foot per Second Degree Fahrenheit"@en ; .
{"resource":"Foot per Second Degree Fahrenheit"
,"qname":"unit:FT-PER-SEC-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-PER-SEC-DEG_F"
,"properties":["conversion multiplier":"0.54864"
,"conversion multiplier scientific":"5.4864E-1"
,"description":"unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA450"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA450"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot per Second Degree Fahrenheit"
,"label":"Foot per Second Degree Fahrenheit"
,"symbol":"ft\/(s·°F)"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].s-1.[degF]-1"
,"unece common code":"K18"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-PER-SEC-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit foot as a linear measure according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit",
"conversionMultiplier" : "0.54864",
"conversionMultiplier:SN" : 0.54864,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA450",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA450",
"symbol" : "ft/(s·°F)",
"ucumCode" : "[ft_i].s-1.[degF]-1",
"uneceCommonCode" : "K18",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot per Second Degree Fahrenheit", {
"@language" : "en",
"@value" : "Foot per Second Degree Fahrenheit"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-PER-SEC-PSI
URI: http://qudt.org/vocab/unit/FT-PER-SEC-PSI
quotient of the unit foot according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-PER-SEC-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit foot according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00004420750047668715004148802456506335 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.420750047668715004148802456506335E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA451" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA451"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft/(s·psi)" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].s-1.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K19" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot per Second Psi" ; rdfs:label "Foot per Second Psi"@en ; .
{"resource":"Foot per Second Psi"
,"qname":"unit:FT-PER-SEC-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-PER-SEC-PSI"
,"properties":["conversion multiplier":"0.00004420750047668715004148802456506335"
,"conversion multiplier scientific":"4.420750047668715004148802456506335E-5"
,"description":"quotient of the unit foot according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA451"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA451"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot per Second Psi"
,"label":"Foot per Second Psi"
,"symbol":"ft\/(s·psi)"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].s-1.[psi]-1"
,"unece common code":"K19"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-PER-SEC-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit foot according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.00004420750047668715004148802456506335",
"conversionMultiplier:SN" : 4.420750047668715E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA451",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA451",
"symbol" : "ft/(s·psi)",
"ucumCode" : "[ft_i].s-1.[psi]-1",
"uneceCommonCode" : "K19",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot per Second Psi", {
"@language" : "en",
"@value" : "Foot per Second Psi"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-PER-SEC2
URI: http://qudt.org/vocab/unit/FT-PER-SEC2
$\textit{Foot per Square Second}$ is an Imperial unit for $\textit{Linear Acceleration}$ expressed as $ft/s^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Foot per Square Second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $ft/s^2$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.3048 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.048E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft/s^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA452" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA452"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i].s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A73" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3867152> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Foot per Square Second" ;
rdfs:label "Foot per Square Second"@en ;
.
{"resource":"Foot per Square Second"
,"qname":"unit:FT-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-PER-SEC2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3867152>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.3048"
,"conversion multiplier scientific":"3.048E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Foot per Square Second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $ft\/s^2$."
,"expression":"$ft\/s^{2}$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA452"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA452"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot per Square Second"
,"label":"Foot per Square Second"
,"symbol":"ft\/s²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].s-2"
,"unece common code":"A73"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-PER-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Foot per Square Second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $ft/s^2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.3048",
"conversionMultiplier:SN" : 0.3048,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft/s^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Acceleration", "http://qudt.org/vocab/quantitykind/LinearAcceleration" ],
"iec61360Code" : "0112/2///62720#UAA452",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA452",
"symbol" : "ft/s²",
"ucumCode" : "[ft_i].s-2",
"uneceCommonCode" : "A73",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3867152",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot per Square Second", {
"@language" : "en",
"@value" : "Foot per Square Second"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-SEC-PER-GAL_UK
URI: http://qudt.org/vocab/unit/FT-SEC-PER-GAL_UK
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT-SEC-PER-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 67.04662688156195763832216256167389 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.704662688156195763832216256167389E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD855" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD855"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft·s/gal{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i].s.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Foot Second per Gallon (UK)" ;
rdfs:label "Foot Second per Gallon (UK)"@en ;
.
{"resource":"Foot Second per Gallon (UK)"
,"qname":"unit:FT-SEC-PER-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-SEC-PER-GAL_UK"
,"properties":["conversion multiplier":"67.04662688156195763832216256167389"
,"conversion multiplier scientific":"6.704662688156195763832216256167389E1"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD855"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD855"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Second per Gallon (UK)"
,"label":"Foot Second per Gallon (UK)"
,"symbol":"ft·s\/gal{UK}"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].s.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-SEC-PER-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second",
"conversionMultiplier" : "67.04662688156195763832216256167389",
"conversionMultiplier:SN" : 67.04662688156196,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD855",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD855",
"symbol" : "ft·s/gal{UK}",
"ucumCode" : "[ft_i].s.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Second per Gallon (UK)", {
"@language" : "en",
"@value" : "Foot Second per Gallon (UK)"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-SEC-PER-GAL_US
URI: http://qudt.org/vocab/unit/FT-SEC-PER-GAL_US
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT-SEC-PER-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 80.51964155876363700779349610647273 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.051964155876363700779349610647273E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD851" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD851"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft·s/gal{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i].s.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Foot Second per Us Gallon" ;
rdfs:label "Foot Second per Us Gallon"@en ;
.
{"resource":"Foot Second per Us Gallon"
,"qname":"unit:FT-SEC-PER-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-SEC-PER-GAL_US"
,"properties":["conversion multiplier":"80.51964155876363700779349610647273"
,"conversion multiplier scientific":"8.051964155876363700779349610647273E1"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD851"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD851"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Second per Us Gallon"
,"label":"Foot Second per Us Gallon"
,"symbol":"ft·s\/gal{US}"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].s.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-SEC-PER-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second",
"conversionMultiplier" : "80.51964155876363700779349610647273",
"conversionMultiplier:SN" : 80.51964155876364,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD851",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD851",
"symbol" : "ft·s/gal{US}",
"ucumCode" : "[ft_i].s.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Second per Us Gallon", {
"@language" : "en",
"@value" : "Foot Second per Us Gallon"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT-SEC-PER-IN3
URI: http://qudt.org/vocab/unit/FT-SEC-PER-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT-SEC-PER-IN3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 18600.0372000744001488002976005952 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.86000372000744001488002976005952E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD847" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD847"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft·s/in³" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i].s.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Second per Cubic Inch" ; rdfs:label "Foot Second per Cubic Inch"@en ; .
{"resource":"Foot Second per Cubic Inch"
,"qname":"unit:FT-SEC-PER-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT-SEC-PER-IN3"
,"properties":["conversion multiplier":"18600.0372000744001488002976005952"
,"conversion multiplier scientific":"1.86000372000744001488002976005952E4"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD847"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD847"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Second per Cubic Inch"
,"label":"Foot Second per Cubic Inch"
,"symbol":"ft·s\/in³"
,"type":"qudt:Unit"
,"ucum code":"[ft_i].s.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT-SEC-PER-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second",
"conversionMultiplier" : "18600.0372000744001488002976005952",
"conversionMultiplier:SN" : 18600.0372000744,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD847",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD847",
"symbol" : "ft·s/in³",
"ucumCode" : "[ft_i].s.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Second per Cubic Inch", {
"@language" : "en",
"@value" : "Foot Second per Cubic Inch"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT2
URI: http://qudt.org/vocab/unit/FT2
The square foot (plural square feet; abbreviated $ft^2$ or $sq \, ft$) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The square foot (plural square feet; abbreviated $ft^2$ or $sq \\, ft$) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.09290304 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.290304E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA454" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA454"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "FTK" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q857027> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Foot" ;
rdfs:label "Square Foot"@en ;
.
{"resource":"Square Foot"
,"qname":"unit:FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q857027>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.09290304"
,"conversion multiplier scientific":"9.290304E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The square foot (plural square feet; abbreviated $ft^2$ or $sq \\, ft$) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length."
,"expression":"$ft^{2}$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA454"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA454"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Foot"
,"label":"Square Foot"
,"symbol":"ft²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]2"
,"unece common code":"FTK"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The square foot (plural square feet; abbreviated $ft^2$ or $sq \\, ft$) is an imperial unit and U.S. customary unit of area, used mainly in the United States, Canada, United Kingdom, Hong Kong, Bangladesh, India, Pakistan and Afghanistan. It is defined as the area of a square with sides of 1 foot in length.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.09290304",
"conversionMultiplier:SN" : 0.09290304,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Area", "http://qudt.org/vocab/quantitykind/HydraulicPermeability" ],
"iec61360Code" : "0112/2///62720#UAA454",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA454",
"symbol" : "ft²",
"ucumCode" : "[ft_i]2",
"uneceCommonCode" : "FTK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q857027",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Foot", {
"@language" : "en",
"@value" : "Square Foot"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT2-DEG_F
URI: http://qudt.org/vocab/unit/FT2-DEG_F
$\textit{Square Foot Degree Fahrenheit}$ is an Imperial unit for 'Area Temperature' expressed as $ft^{2}-degF$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT2-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Square Foot Degree Fahrenheit}$ is an Imperial unit for 'Area Temperature' expressed as $ft^{2}-degF$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0516128 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.16128E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft^{2}-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaTemperature> ;
<http://qudt.org/schema/qudt/symbol> "ft²·°F" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]2.[degF]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Foot Degree Fahrenheit" ;
rdfs:label "Square Foot Degree Fahrenheit"@en ;
.
{"resource":"Square Foot Degree Fahrenheit"
,"qname":"unit:FT2-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT2-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0516128"
,"conversion multiplier scientific":"5.16128E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Square Foot Degree Fahrenheit}$ is an Imperial unit for 'Area Temperature' expressed as $ft^{2}-degF$."
,"expression":"$ft^{2}-degF$"
,"has dimension vector":"qkdv:A0E0L2I0M0H1T0D0"
,"has quantity kind":"quantitykind:AreaTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Foot Degree Fahrenheit"
,"label":"Square Foot Degree Fahrenheit"
,"symbol":"ft²·°F"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]2.[degF]"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT2-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Square Foot Degree Fahrenheit}$ is an Imperial unit for 'Area Temperature' expressed as $ft^{2}-degF$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0516128",
"conversionMultiplier:SN" : 0.0516128,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$ft^{2}-degF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaTemperature",
"symbol" : "ft²·°F",
"ucumCode" : "[ft_i]2.[degF]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Foot Degree Fahrenheit", {
"@language" : "en",
"@value" : "Square Foot Degree Fahrenheit"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT2-HR-DEG_F
URI: http://qudt.org/vocab/unit/FT2-HR-DEG_F
$\textit{Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}-h-degF$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT2-HR-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}-h-degF$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 185.80608 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.8580608E2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft^{2}-h-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaTimeTemperature> ;
<http://qudt.org/schema/qudt/symbol> "ft²·h·°F" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]2.h.[degF]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Foot Hour Degree Fahrenheit" ;
rdfs:label "Square Foot Hour Degree Fahrenheit"@en ;
.
{"resource":"Square Foot Hour Degree Fahrenheit"
,"qname":"unit:FT2-HR-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT2-HR-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"185.80608"
,"conversion multiplier scientific":"1.8580608E2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}-h-degF$."
,"expression":"$ft^{2}-h-degF$"
,"has dimension vector":"qkdv:A0E0L2I0M0H1T1D0"
,"has quantity kind":"quantitykind:AreaTimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Foot Hour Degree Fahrenheit"
,"label":"Square Foot Hour Degree Fahrenheit"
,"symbol":"ft²·h·°F"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]2.h.[degF]"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT2-HR-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Square Foot Hour Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}-h-degF$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "185.80608",
"conversionMultiplier:SN" : 185.80608,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$ft^{2}-h-degF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaTimeTemperature",
"symbol" : "ft²·h·°F",
"ucumCode" : "[ft_i]2.h.[degF]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Foot Hour Degree Fahrenheit", {
"@language" : "en",
"@value" : "Square Foot Hour Degree Fahrenheit"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT2-HR-DEG_F-PER-BTU_IT
URI: http://qudt.org/vocab/unit/FT2-HR-DEG_F-PER-BTU_IT
$\textit{Square Foot Hour Degree Fahrenheit per BTU}$ is an Imperial unit for 'Thermal Insulance' expressed as $(degF-h-ft^{2})/Btu$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT2-HR-DEG_F-PER-BTU_IT>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Square Foot Hour Degree Fahrenheit per BTU}$ is an Imperial unit for 'Thermal Insulance' expressed as $(degF-h-ft^{2})/Btu$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1761101836823058407309515389966389 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.761101836823058407309515389966389E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$sqft-h-degF/btu$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalInsulance> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR-DEG_F> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_F> ;
<http://qudt.org/schema/qudt/symbol> "ft²·h·°F/Btu{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]2.h.[degF].[Btu_IT]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Foot Hour Degree Fahrenheit per British Thermal Unit (international Definition)" ;
rdfs:label "Square Foot Hour Degree Fahrenheit per British Thermal Unit (international Definition)"@en ;
.
{"resource":"Square Foot Hour Degree Fahrenheit per British Thermal Unit (international Definition)"
,"qname":"unit:FT2-HR-DEG_F-PER-BTU_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT2-HR-DEG_F-PER-BTU_IT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.1761101836823058407309515389966389"
,"conversion multiplier scientific":"1.761101836823058407309515389966389E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Square Foot Hour Degree Fahrenheit per BTU}$ is an Imperial unit for 'Thermal Insulance' expressed as $(degF-h-ft^{2})\/Btu$."
,"expression":"$sqft-h-degF\/btu$"
,"has dimension vector":"qkdv:A0E0L0I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalInsulance"
,"has reciprocal unit":"unit:BTU_IT-PER-FT2-HR-DEG_F"
,"has reciprocal unit":"unit:BTU_IT-PER-HR-FT2-DEG_F"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Foot Hour Degree Fahrenheit per British Thermal Unit (international Definition)"
,"label":"Square Foot Hour Degree Fahrenheit per British Thermal Unit (international Definition)"
,"symbol":"ft²·h·°F\/Btu{IT}"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]2.h.[degF].[Btu_IT]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT2-HR-DEG_F-PER-BTU_IT",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Square Foot Hour Degree Fahrenheit per BTU}$ is an Imperial unit for 'Thermal Insulance' expressed as $(degF-h-ft^{2})/Btu$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.1761101836823058407309515389966389",
"conversionMultiplier:SN" : 0.17611018368230585,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$sqft-h-degF/btu$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalInsulance",
"hasReciprocalUnit" : [ "http://qudt.org/vocab/unit/BTU_IT-PER-HR-FT2-DEG_F", "http://qudt.org/vocab/unit/BTU_IT-PER-FT2-HR-DEG_F" ],
"symbol" : "ft²·h·°F/Btu{IT}",
"ucumCode" : "[ft_i]2.h.[degF].[Btu_IT]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Foot Hour Degree Fahrenheit per British Thermal Unit (international Definition)", {
"@language" : "en",
"@value" : "Square Foot Hour Degree Fahrenheit per British Thermal Unit (international Definition)"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT2-PER-BTU_IT-IN
URI: http://qudt.org/vocab/unit/FT2-PER-BTU_IT-IN
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT2-PER-BTU_IT-IN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.003466735899257988990766762578673993 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.466735899257988990766762578673993E-3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft2-per-btu-in$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/symbol> "ft²/(Btu{IT}·in)" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]2.[Btu_IT]-1.[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Foot per British Thermal Unit (international Definition) Inch" ;
rdfs:label "Square Foot per British Thermal Unit (international Definition) Inch"@en ;
.
{"resource":"Square Foot per British Thermal Unit (international Definition) Inch"
,"qname":"unit:FT2-PER-BTU_IT-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT2-PER-BTU_IT-IN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.003466735899257988990766762578673993"
,"conversion multiplier scientific":"3.466735899257988990766762578673993E-3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"expression":"$ft2-per-btu-in$"
,"has dimension vector":"qkdv:A0E0L-1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Foot per British Thermal Unit (international Definition) Inch"
,"label":"Square Foot per British Thermal Unit (international Definition) Inch"
,"symbol":"ft²\/(Btu{IT}·in)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]2.[Btu_IT]-1.[in_i]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT2-PER-BTU_IT-IN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.003466735899257988990766762578673993",
"conversionMultiplier:SN" : 0.003466735899257989,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$ft2-per-btu-in$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "ft²/(Btu{IT}·in)",
"ucumCode" : "[ft_i]2.[Btu_IT]-1.[in_i]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Foot per British Thermal Unit (international Definition) Inch", {
"@language" : "en",
"@value" : "Square Foot per British Thermal Unit (international Definition) Inch"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT2-PER-HR
URI: http://qudt.org/vocab/unit/FT2-PER-HR
$\textit{Square Foot per Hour}$ is an Imperial unit for $\textit{Kinematic Viscosity}$ and $\textit{Thermal Diffusivity}$ expressed as $ft^{2}/hr$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT2-PER-HR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Square Foot per Hour}$ is an Imperial unit for $\\textit{Kinematic Viscosity}$ and $\\textit{Thermal Diffusivity}$ expressed as $ft^{2}/hr$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000258064 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.58064E-5 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft^{2}/h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerTime> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/HR-PER-FT2> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB247" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB247"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft²/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]2.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M79" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107410870> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Foot per Hour" ;
rdfs:label "Square Foot per Hour"@en ;
.
{"resource":"Square Foot per Hour"
,"qname":"unit:FT2-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT2-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107410870>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000258064"
,"conversion multiplier scientific":"2.58064E-5"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Square Foot per Hour}$ is an Imperial unit for $\\textit{Kinematic Viscosity}$ and $\\textit{Thermal Diffusivity}$ expressed as $ft^{2}\/hr$."
,"expression":"$ft^{2}\/h$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AreaPerTime"
,"has reciprocal unit":"unit:HR-PER-FT2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB247"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB247"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Foot per Hour"
,"label":"Square Foot per Hour"
,"symbol":"ft²\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]2.h-1"
,"unece common code":"M79"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT2-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Square Foot per Hour}$ is an Imperial unit for $\\textit{Kinematic Viscosity}$ and $\\textit{Thermal Diffusivity}$ expressed as $ft^{2}/hr$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0000258064",
"conversionMultiplier:SN" : 2.58064E-5,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft^{2}/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaPerTime",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/HR-PER-FT2",
"iec61360Code" : "0112/2///62720#UAB247",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB247",
"symbol" : "ft²/h",
"ucumCode" : "[ft_i]2.h-1",
"uneceCommonCode" : "M79",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107410870",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Foot per Hour", {
"@language" : "en",
"@value" : "Square Foot per Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT2-PER-SEC
URI: http://qudt.org/vocab/unit/FT2-PER-SEC
"Square Foot per Second" is an Imperial unit for 'Kinematic Viscosity' expressed as $ft^{2}/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT2-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Square Foot per Second\" is an Imperial unit for 'Kinematic Viscosity' expressed as $ft^{2}/s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.09290304 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.290304E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft^{2}/s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerTime> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/SEC-PER-FT2> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA455" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA455"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft²/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "S3" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107410810> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Foot per Second" ;
rdfs:label "Square Foot per Second"@en ;
.
{"resource":"Square Foot per Second"
,"qname":"unit:FT2-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT2-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107410810>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.09290304"
,"conversion multiplier scientific":"9.290304E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Square Foot per Second\" is an Imperial unit for 'Kinematic Viscosity' expressed as $ft^{2}\/s$."
,"expression":"$ft^{2}\/s$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AreaPerTime"
,"has reciprocal unit":"unit:SEC-PER-FT2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA455"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA455"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Foot per Second"
,"label":"Square Foot per Second"
,"symbol":"ft²\/s"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]2.s-1"
,"unece common code":"S3"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT2-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Square Foot per Second\" is an Imperial unit for 'Kinematic Viscosity' expressed as $ft^{2}/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.09290304",
"conversionMultiplier:SN" : 0.09290304,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft^{2}/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaPerTime",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/SEC-PER-FT2",
"iec61360Code" : "0112/2///62720#UAA455",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA455",
"symbol" : "ft²/s",
"ucumCode" : "[ft_i]2.s-1",
"uneceCommonCode" : "S3",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107410810",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Foot per Second", {
"@language" : "en",
"@value" : "Square Foot per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT2-SEC-DEG_F
URI: http://qudt.org/vocab/unit/FT2-SEC-DEG_F
$\textit{Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}\cdot s\cdot degF$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT2-SEC-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}\\cdot s\\cdot degF$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0516128 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.16128E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft^{2}-s-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaTimeTemperature> ;
<http://qudt.org/schema/qudt/symbol> "ft²·s·°F" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]2.s.[degF]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Foot Second Degree Fahrenheit" ;
rdfs:label "Square Foot Second Degree Fahrenheit"@en ;
.
{"resource":"Square Foot Second Degree Fahrenheit"
,"qname":"unit:FT2-SEC-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT2-SEC-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0516128"
,"conversion multiplier scientific":"5.16128E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}\\cdot s\\cdot degF$."
,"expression":"$ft^{2}-s-degF$"
,"has dimension vector":"qkdv:A0E0L2I0M0H1T1D0"
,"has quantity kind":"quantitykind:AreaTimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Foot Second Degree Fahrenheit"
,"label":"Square Foot Second Degree Fahrenheit"
,"symbol":"ft²·s·°F"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]2.s.[degF]"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT2-SEC-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Square Foot Second Degree Fahrenheit}$ is an Imperial unit for 'Area Time Temperature' expressed as $ft^{2}\\cdot s\\cdot degF$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0516128",
"conversionMultiplier:SN" : 0.0516128,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$ft^{2}-s-degF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaTimeTemperature",
"symbol" : "ft²·s·°F",
"ucumCode" : "[ft_i]2.s.[degF]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Foot Second Degree Fahrenheit", {
"@language" : "en",
"@value" : "Square Foot Second Degree Fahrenheit"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT3
URI: http://qudt.org/vocab/unit/FT3
The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. To calculate cubic feet multiply length X width X height.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom.
It is defined as the volume of a cube with sides of one foot (0.3048 m) in length.
To calculate cubic feet multiply length X width X height.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.028316846592 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.8316846592E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-FT3> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA456" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA456"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft³" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "FTQ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1545979> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Foot" ;
rdfs:label "Cubic Foot"@en ;
.
{"resource":"Cubic Foot"
,"qname":"unit:FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1545979>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.028316846592"
,"conversion multiplier scientific":"2.8316846592E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\n The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. \n It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. \n To calculate cubic feet multiply length X width X height.\n "
,"expression":"$ft^{3}$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"has reciprocal unit":"unit:PER-FT3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA456"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA456"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Foot"
,"label":"Cubic Foot"
,"symbol":"ft³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]3"
,"unece common code":"FTQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT3",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The cubic foot is an Imperial and US customary unit of volume, used in the United States and the United Kingdom. \n It is defined as the volume of a cube with sides of one foot (0.3048 m) in length. \n To calculate cubic feet multiply length X width X height.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.028316846592",
"conversionMultiplier:SN" : 0.028316846592,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-FT3",
"iec61360Code" : "0112/2///62720#UAA456",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA456",
"symbol" : "ft³",
"ucumCode" : "[ft_i]3",
"uneceCommonCode" : "FTQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1545979",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Foot", {
"@language" : "en",
"@value" : "Cubic Foot"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT3-PER-DAY
URI: http://qudt.org/vocab/unit/FT3-PER-DAY
power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT3-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000003277412799999999999999999999999999 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.277412799999999999999999999999999E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA458" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA458"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day" ; <http://qudt.org/schema/qudt/symbol> "ft³/d" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i]3.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K22" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Foot per Day" ; rdfs:label "Cubic Foot per Day"@en ; .
{"resource":"Cubic Foot per Day"
,"qname":"unit:FT3-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT3-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000003277412799999999999999999999999999"
,"conversion multiplier scientific":"3.277412799999999999999999999999999E-7"
,"description":"power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"
,"description (plain text)":"power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA458"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA458"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Foot per Day"
,"label":"Cubic Foot per Day"
,"symbol":"ft³\/d"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]3.d-1"
,"unece common code":"K22"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT3-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0000003277412799999999999999999999999999",
"conversionMultiplier:SN" : 3.2774128E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA458",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA458",
"plainTextDescription" : "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day",
"symbol" : "ft³/d",
"ucumCode" : "[ft_i]3.d-1",
"uneceCommonCode" : "K22",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Foot per Day", {
"@language" : "en",
"@value" : "Cubic Foot per Day"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT3-PER-DEG_F
URI: http://qudt.org/vocab/unit/FT3-PER-DEG_F
power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT3-PER-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0509703238656 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.09703238656E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA457" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA457"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit" ; <http://qudt.org/schema/qudt/symbol> "ft³/°F" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i]3.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K21" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Foot per Degree Fahrenheit" ; rdfs:label "Cubic Foot per Degree Fahrenheit"@en ; .
{"resource":"Cubic Foot per Degree Fahrenheit"
,"qname":"unit:FT3-PER-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT3-PER-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0509703238656"
,"conversion multiplier scientific":"5.09703238656E-2"
,"description":"power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"
,"description (plain text)":"power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T0D0"
,"has quantity kind":"quantitykind:VolumeThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA457"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA457"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Foot per Degree Fahrenheit"
,"label":"Cubic Foot per Degree Fahrenheit"
,"symbol":"ft³\/°F"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]3.[degF]-1"
,"unece common code":"K21"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT3-PER-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0509703238656",
"conversionMultiplier:SN" : 0.0509703238656,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA457",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA457",
"plainTextDescription" : "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit",
"symbol" : "ft³/°F",
"ucumCode" : "[ft_i]3.[degF]-1",
"uneceCommonCode" : "K21",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Foot per Degree Fahrenheit", {
"@language" : "en",
"@value" : "Cubic Foot per Degree Fahrenheit"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT3-PER-HR
URI: http://qudt.org/vocab/unit/FT3-PER-HR
power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT3-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000007865790720000000000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.865790720000000000000000000000001E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA459" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA459"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "ft³/h" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i]3.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2K" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Foot per Hour" ; rdfs:label "Cubic Foot per Hour"@en ; .
{"resource":"Cubic Foot per Hour"
,"qname":"unit:FT3-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT3-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000007865790720000000000000000000000001"
,"conversion multiplier scientific":"7.865790720000000000000000000000001E-6"
,"description":"power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"
,"description (plain text)":"power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA459"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA459"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Foot per Hour"
,"label":"Cubic Foot per Hour"
,"symbol":"ft³\/h"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]3.h-1"
,"unece common code":"2K"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT3-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.000007865790720000000000000000000000001",
"conversionMultiplier:SN" : 7.86579072E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA459",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA459",
"plainTextDescription" : "power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour",
"symbol" : "ft³/h",
"ucumCode" : "[ft_i]3.h-1",
"uneceCommonCode" : "2K",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Foot per Hour", {
"@language" : "en",
"@value" : "Cubic Foot per Hour"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT3-PER-LB
URI: http://qudt.org/vocab/unit/FT3-PER-LB
power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according to the avoirdupois unit system
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT3-PER-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according to the avoirdupois unit system" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.06242796057614461195632545582722213 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.242796057614461195632545582722213E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/LB-PER-FT3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB410" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB410"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft³/lbm" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i]3.[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N29" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Foot per Pound Mass" ; rdfs:label "Cubic Foot per Pound Mass"@en ; .
{"resource":"Cubic Foot per Pound Mass"
,"qname":"unit:FT3-PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT3-PER-LB"
,"properties":["conversion multiplier":"0.06242796057614461195632545582722213"
,"conversion multiplier scientific":"6.242796057614461195632545582722213E-2"
,"description":"power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according to the avoirdupois unit system"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SoilAdsorptionCoefficient"
,"has quantity kind":"quantitykind:SpecificVolume"
,"has reciprocal unit":"unit:LB-PER-FT3"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB410"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB410"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Foot per Pound Mass"
,"label":"Cubic Foot per Pound Mass"
,"symbol":"ft³\/lbm"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]3.[lb_av]-1"
,"unece common code":"N29"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT3-PER-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 3 divided by the unit avoirdupois pound according to the avoirdupois unit system",
"conversionMultiplier" : "0.06242796057614461195632545582722213",
"conversionMultiplier:SN" : 0.06242796057614461,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient", "http://qudt.org/vocab/quantitykind/SpecificVolume" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/LB-PER-FT3",
"iec61360Code" : "0112/2///62720#UAB410",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB410",
"symbol" : "ft³/lbm",
"ucumCode" : "[ft_i]3.[lb_av]-1",
"uneceCommonCode" : "N29",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Foot per Pound Mass", {
"@language" : "en",
"@value" : "Cubic Foot per Pound Mass"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT3-PER-MIN
URI: http://qudt.org/vocab/unit/FT3-PER-MIN
"Cubic Foot per Minute" is an Imperial unit for 'Volume Per Unit Time' expressed as $ft^3/min$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT3-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Cubic Foot per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $ft^3/min$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0004719474432000000000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.719474432000000000000000000000001E-4 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft^{3}/min$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA461" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA461"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft³/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]3.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "2L" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q856240> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Foot per Minute" ;
rdfs:label "Cubic Foot per Minute"@en ;
.
{"resource":"Cubic Foot per Minute"
,"qname":"unit:FT3-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT3-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q856240>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0004719474432000000000000000000000001"
,"conversion multiplier scientific":"4.719474432000000000000000000000001E-4"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Cubic Foot per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $ft^3\/min$."
,"expression":"$ft^{3}\/min$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA461"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA461"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Foot per Minute"
,"label":"Cubic Foot per Minute"
,"symbol":"ft³\/min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]3.min-1"
,"unece common code":"2L"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT3-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Cubic Foot per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $ft^3/min$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0004719474432000000000000000000000001",
"conversionMultiplier:SN" : 4.719474432E-4,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$ft^{3}/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA461",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA461",
"symbol" : "ft³/min",
"ucumCode" : "[ft_i]3.min-1",
"uneceCommonCode" : "2L",
"wikidataMatch" : "http://www.wikidata.org/entity/Q856240",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Foot per Minute", {
"@language" : "en",
"@value" : "Cubic Foot per Minute"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT3-PER-MIN-FT2
URI: http://qudt.org/vocab/unit/FT3-PER-MIN-FT2
unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT3-PER-MIN-FT2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.005080000000000000000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.080000000000000000000000000000001E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB086" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB086"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot" ; <http://qudt.org/schema/qudt/symbol> "ft³/(min·ft²)" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i]3.min-1.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "36" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Foot per Minute Square Foot" ; rdfs:label "Cubic Foot per Minute Square Foot"@en ; .
{"resource":"Cubic Foot per Minute Square Foot"
,"qname":"unit:FT3-PER-MIN-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT3-PER-MIN-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.005080000000000000000000000000000001"
,"conversion multiplier scientific":"5.080000000000000000000000000000001E-3"
,"description":"unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot"
,"description (plain text)":"unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Speed"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB086"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB086"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Foot per Minute Square Foot"
,"label":"Cubic Foot per Minute Square Foot"
,"symbol":"ft³\/(min·ft²)"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]3.min-1.[ft_i]-2"
,"unece common code":"36"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT3-PER-MIN-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.005080000000000000000000000000000001",
"conversionMultiplier:SN" : 0.00508,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Speed",
"iec61360Code" : "0112/2///62720#UAB086",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB086",
"plainTextDescription" : "unit of the volume flow rate according to the Anglio-American and imperial system of units cubic foot per minute related to the transfer area according to the Anglian American and Imperial system of units square foot",
"symbol" : "ft³/(min·ft²)",
"ucumCode" : "[ft_i]3.min-1.[ft_i]-2",
"uneceCommonCode" : "36",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Foot per Minute Square Foot", {
"@language" : "en",
"@value" : "Cubic Foot per Minute Square Foot"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT3-PER-PSI
URI: http://qudt.org/vocab/unit/FT3-PER-PSI
power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT3-PER-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000004107011185085685367790363605689063 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.107011185085685367790363605689063E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA460" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA460"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft³/psi" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i]3.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K23" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Foot per Psi" ; rdfs:label "Cubic Foot per Psi"@en ; .
{"resource":"Cubic Foot per Psi"
,"qname":"unit:FT3-PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT3-PER-PSI"
,"properties":["conversion multiplier":"0.000004107011185085685367790363605689063"
,"conversion multiplier scientific":"4.107011185085685367790363605689063E-6"
,"description":"power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA460"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA460"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Foot per Psi"
,"label":"Cubic Foot per Psi"
,"symbol":"ft³\/psi"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]3.[psi]-1"
,"unece common code":"K23"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT3-PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit foot as a linear measure according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.000004107011185085685367790363605689063",
"conversionMultiplier:SN" : 4.107011185085685E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA460",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA460",
"symbol" : "ft³/psi",
"ucumCode" : "[ft_i]3.[psi]-1",
"uneceCommonCode" : "K23",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Cubic Foot per Psi"
}, "Cubic Foot per Psi" ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT3-PER-SEC
URI: http://qudt.org/vocab/unit/FT3-PER-SEC
"Cubic Foot per Second" is an Imperial unit for $ \textit{Volume Per Unit Time}$ expressed as $ft^3/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT3-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Cubic Foot per Second\" is an Imperial unit for $ \\textit{Volume Per Unit Time}$ expressed as $ft^3/s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.028316846592 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.8316846592E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$ft^{3}/s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA462" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA462"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ft³/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_i]3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E17" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5196162> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Foot per Second" ;
rdfs:label "Cubic Foot per Second"@en ;
.
{"resource":"Cubic Foot per Second"
,"qname":"unit:FT3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT3-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5196162>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.028316846592"
,"conversion multiplier scientific":"2.8316846592E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Cubic Foot per Second\" is an Imperial unit for $ \\textit{Volume Per Unit Time}$ expressed as $ft^3\/s$."
,"expression":"$ft^{3}\/s$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA462"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA462"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Foot per Second"
,"label":"Cubic Foot per Second"
,"symbol":"ft³\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]3.s-1"
,"unece common code":"E17"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT3-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Cubic Foot per Second\" is an Imperial unit for $ \\textit{Volume Per Unit Time}$ expressed as $ft^3/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.028316846592",
"conversionMultiplier:SN" : 0.028316846592,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$ft^{3}/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA462",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA462",
"symbol" : "ft³/s",
"ucumCode" : "[ft_i]3.s-1",
"uneceCommonCode" : "E17",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5196162",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Foot per Second", {
"@language" : "en",
"@value" : "Cubic Foot per Second"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT4
URI: http://qudt.org/vocab/unit/FT4
power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT4> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0086309748412416 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.6309748412416E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondMomentOfArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB209" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB209"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ft⁴" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i]4"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N27" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Quartic Foot" ; rdfs:label "Quartic Foot"@en ; .
{"resource":"Quartic Foot"
,"qname":"unit:FT4"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT4"
,"properties":["conversion multiplier":"0.0086309748412416"
,"conversion multiplier scientific":"8.6309748412416E-3"
,"description":"power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4"
,"has dimension vector":"qkdv:A0E0L4I0M0H0T0D0"
,"has quantity kind":"quantitykind:SecondAxialMomentOfArea"
,"has quantity kind":"quantitykind:SecondMomentOfArea"
,"has quantity kind":"quantitykind:SecondPolarMomentOfArea"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB209"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB209"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quartic Foot"
,"label":"Quartic Foot"
,"symbol":"ft\u2074"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]4"
,"unece common code":"N27"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT4",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit foot according to the Anglo-American and Imperial system of units by exponent 4",
"conversionMultiplier" : "0.0086309748412416",
"conversionMultiplier:SN" : 0.0086309748412416,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SecondMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea" ],
"iec61360Code" : "0112/2///62720#UAB209",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB209",
"symbol" : "ft⁴",
"ucumCode" : "[ft_i]4",
"uneceCommonCode" : "N27",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quartic Foot", {
"@language" : "en",
"@value" : "Quartic Foot"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT_H2O
URI: http://qudt.org/vocab/unit/FT_H2O
"Foot of Water" is a unit for 'Force Per Area' expressed as $ftH2O$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT_H2O> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot of Water\" is a unit for 'Force Per Area' expressed as $ftH2O$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 2989.067 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.989067E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/FT_H2O_39dot2DEG_F> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA463" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA463"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "ftH₂0" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i'H2O]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "ftH2O" ; <http://qudt.org/schema/qudt/udunitsCode> "fth2o" ; <http://qudt.org/schema/qudt/uneceCommonCode> "K24" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107028426> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot of Water" ; rdfs:label "Foot of Water"@en ; .
{"resource":"Foot of Water"
,"qname":"unit:FT_H2O"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT_H2O"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107028426>"
,"conversion multiplier":"2989.067"
,"conversion multiplier scientific":"2.989067E3"
,"description":"\"Foot of Water\" is a unit for 'Force Per Area' expressed as $ftH2O$."
,"exact match":"unit:FT_H2O_39dot2DEG_F"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA463"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA463"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot of Water"
,"label":"Foot of Water"
,"scalingOf":"unit:PA"
,"symbol":"ftH\u20820"
,"type":"qudt:Unit"
,"ucum code":"[ft_i'H2O]"
,"udunits code":"ftH2O"
,"udunits code":"fth2o"
,"unece common code":"K24"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT_H2O",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot of Water\" is a unit for 'Force Per Area' expressed as $ftH2O$.",
"conversionMultiplier" : "2989.067",
"conversionMultiplier:SN" : 2989.067,
"exactMatch" : "http://qudt.org/vocab/unit/FT_H2O_39dot2DEG_F",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA463",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA463",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "ftH₂0",
"ucumCode" : "[ft_i'H2O]",
"udunitsCode" : [ "ftH2O", "fth2o" ],
"uneceCommonCode" : "K24",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107028426",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot of Water", {
"@language" : "en",
"@value" : "Foot of Water"
} ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT_H2O_39dot2DEG_F
URI: http://qudt.org/vocab/unit/FT_H2O_39dot2DEG_F
non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 ftH₂O is equivalent to the static pressure generated by a head of water at a temperature 39.2°F with a height of 1 foot
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT_H2O_39dot2DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 ftH₂O is equivalent to the static pressure generated by a head of water at a temperature 39.2°F with a height of 1 foot" ; <http://qudt.org/schema/qudt/conversionMultiplier> 2989.067 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.989067E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/FT_H2O> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB237" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB237"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "ftH₂O (39.2 °F)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N15" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot of Water (39.2 °F)" ; rdfs:label "Foot of Water (39.2 °F)"@en ; .
{"resource":"Foot of Water (39.2 °F)"
,"qname":"unit:FT_H2O_39dot2DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT_H2O_39dot2DEG_F"
,"properties":["conversion multiplier":"2989.067"
,"conversion multiplier scientific":"2.989067E3"
,"description":"non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 ftH\u2082O is equivalent to the static pressure generated by a head of water at a temperature 39.2°F with a height of 1 foot"
,"exact match":"unit:FT_H2O"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB237"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB237"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot of Water (39.2 °F)"
,"label":"Foot of Water (39.2 °F)"
,"scalingOf":"unit:PA"
,"symbol":"ftH\u2082O (39.2 °F)"
,"type":"qudt:Unit"
,"unece common code":"N15"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT_H2O_39dot2DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conforming unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 ftH₂O is equivalent to the static pressure generated by a head of water at a temperature 39.2°F with a height of 1 foot",
"conversionMultiplier" : "2989.067",
"conversionMultiplier:SN" : 2989.067,
"exactMatch" : "http://qudt.org/vocab/unit/FT_H2O",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAB237",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB237",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "ftH₂O (39.2 °F)",
"uneceCommonCode" : "N15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot of Water (39.2 °F)", {
"@language" : "en",
"@value" : "Foot of Water (39.2 °F)"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT_HG
URI: http://qudt.org/vocab/unit/FT_HG
A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FT_HG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 40636.66 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.063666E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA464" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA464"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "ftHg" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i'Hg]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K25" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107028444> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot of Mercury" ; rdfs:label "Foot of Mercury"@en ; .
{"resource":"Foot of Mercury"
,"qname":"unit:FT_HG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT_HG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107028444>"
,"conversion multiplier":"40636.66"
,"conversion multiplier scientific":"4.063666E4"
,"description":"A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot"
,"description (plain text)":"A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA464"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA464"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot of Mercury"
,"label":"Foot of Mercury"
,"scalingOf":"unit:PA"
,"symbol":"ftHg"
,"type":"qudt:Unit"
,"ucum code":"[ft_i'Hg]"
,"unece common code":"K25"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT_HG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot",
"conversionMultiplier" : "40636.66",
"conversionMultiplier:SN" : 40636.66,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAA464",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA464",
"plainTextDescription" : "A non-SI-conforming unit of pressure, at which 1 ftHg corresponds to the static pressure, which is excited by a mercury column with a height of 1 foot",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "ftHg",
"ucumCode" : "[ft_i'Hg]",
"uneceCommonCode" : "K25",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107028444",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot of Mercury", {
"@language" : "en",
"@value" : "Foot of Mercury"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FT_US
URI: http://qudt.org/vocab/unit/FT_US
The U.S. Survey Foot was officially deprecated on December 31, 2022. For more information see Federal Register (October 5, 2020, 85 FR 62698, p. 62698)
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FT_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "<p>The U.S. Survey Foot was officially deprecated on December 31, 2022. For more information see <a href=\"https://www.govinfo.gov/content/pkg/FR-2020-10-05/pdf/2020-21902.pdf\">Federal Register (October 5, 2020, 85 FR 62698, p. 62698)</a></p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.3048006 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.048006E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB286" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB286"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ;
<http://qudt.org/schema/qudt/symbol> "ft{US Survey}" ;
<http://qudt.org/schema/qudt/ucumCode> "[ft_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M51" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q61749573> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Survey Foot" ;
rdfs:label "Us Survey Foot"@en ;
.
{"resource":"Us Survey Foot"
,"qname":"unit:FT_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FT_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q61749573>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.3048006"
,"conversion multiplier scientific":"3.048006E-1"
,"defined unit of system":"sou:USCS"
,"description":"<p>The U.S. Survey Foot was officially deprecated on December 31, 2022. For more information see <a href=\"https:\/\/www.govinfo.gov\/content\/pkg\/FR-2020-10-05\/pdf\/2020-21902.pdf\">Federal Register (October 5, 2020, 85 FR 62698, p. 62698)<\/a><\/p>"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB286"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB286"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Survey Foot"
,"label":"Us Survey Foot"
,"scalingOf":"unit:M"
,"symbol":"ft{US Survey}"
,"type":"qudt:Unit"
,"ucum code":"[ft_us]"
,"unece common code":"M51"
]}
{
"@id" : "http://qudt.org/vocab/unit/FT_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "<p>The U.S. Survey Foot was officially deprecated on December 31, 2022. For more information see <a href=\"https://www.govinfo.gov/content/pkg/FR-2020-10-05/pdf/2020-21902.pdf\">Federal Register (October 5, 2020, 85 FR 62698, p. 62698)</a></p>",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.3048006",
"conversionMultiplier:SN" : 0.3048006,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB286",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB286",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "ft{US Survey}",
"ucumCode" : "[ft_us]",
"uneceCommonCode" : "M51",
"wikidataMatch" : "http://www.wikidata.org/entity/Q61749573",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Survey Foot", {
"@language" : "en",
"@value" : "Us Survey Foot"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FUR
URI: http://qudt.org/vocab/unit/FUR
A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs.
Check if this is US-Survey or International Customary definition (multiplier)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FUR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 201.168 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.01168E2 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Furlong"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB204" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Furlong?oldid=492237369"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB204"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "furlong" ; <http://qudt.org/schema/qudt/ucumCode> "[fur_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M50" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q494083> ; rdfs:comment "Check if this is US-Survey or International Customary definition (multiplier)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Furlong" ; rdfs:label "Furlong"@en ; .
{"resource":"Furlong"
,"qname":"unit:FUR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FUR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q494083>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"comment":"Check if this is US-Survey or International Customary definition (multiplier)"
,"conversion multiplier":"201.168"
,"conversion multiplier scientific":"2.01168E2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Furlong"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs. "
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB204"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Furlong?oldid=492237369"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB204"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Furlong"
,"label":"Furlong"
,"scalingOf":"unit:M"
,"symbol":"furlong"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[fur_us]"
,"unece common code":"M50"
]}
{
"@id" : "http://qudt.org/vocab/unit/FUR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A furlong is a measure of distance in imperial units and U.S. customary units equal to one-eighth of a mile, equivalent to 220 yards, 660 feet, 40 rods, or 10 chains. The exact value of the furlong varies slightly among English-speaking countries. Five furlongs are approximately 1 kilometre (1.0058 km is a closer approximation). Since the original definition of the metre was one-quarter of one ten-millionth of the circumference of the Earth (along the great circle coincident with the meridian of longitude passing through Paris), the circumference of the Earth is about 40,000 km or about 200,000 furlongs. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "201.168",
"conversionMultiplier:SN" : 201.168,
"dbpediaMatch" : "http://dbpedia.org/resource/Furlong",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB204",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB204", "http://en.wikipedia.org/wiki/Furlong?oldid=492237369" ],
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "furlong",
"ucumCode" : "[fur_us]",
"uneceCommonCode" : "M50",
"wikidataMatch" : "http://www.wikidata.org/entity/Q494083",
"comment" : "Check if this is US-Survey or International Customary definition (multiplier)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Furlong", {
"@language" : "en",
"@value" : "Furlong"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FUR_Long
URI: http://qudt.org/vocab/unit/FUR_Long
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FUR_Long>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/FUR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/expression> "$longfur$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/symbol> "furlong{long}" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Long Furlong" ;
rdfs:label "Long Furlong"@en ;
.
{"resource":"Long Furlong"
,"qname":"unit:FUR_Long"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FUR_Long"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"expression":"$longfur$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"is replaced by":"unit:FUR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Long Furlong"
,"label":"Long Furlong"
,"symbol":"furlong{long}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/FUR_Long",
"@type" : "http://qudt.org/schema/qudt/Unit",
"isReplacedBy" : "http://qudt.org/vocab/unit/FUR",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"expression" : "$longfur$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"symbol" : "furlong{long}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Long Furlong", {
"@language" : "en",
"@value" : "Long Furlong"
} ],
"@context" : {
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoA
URI: http://qudt.org/vocab/unit/FemtoA
0.000000000000001-fold of the unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000000001-fold of the unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurrentLinkage> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DisplacementCurrent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticTension> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagnetomotiveForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB638" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB638"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Femto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "fA" ; <http://qudt.org/schema/qudt/ucumCode> "fA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtoamper"@hu ; rdfs:label "Femtoamper"@pl ; rdfs:label "Femtoamper"@ro ; rdfs:label "Femtoamper"@sl ; rdfs:label "Femtoamper"@tr ; rdfs:label "Femtoampere" ; rdfs:label "Femtoampere"@de ; rdfs:label "Femtoampere"@en ; rdfs:label "Femtoampere"@it ; rdfs:label "Femtoampere"@ms ; rdfs:label "Femtoamperio"@es ; rdfs:label "Femtoampère"@fr ; rdfs:label "Femtoampér"@cs ; .
{"resource":"Femtoampere"
,"qname":"unit:FemtoA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoA"
,"properties":["conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"0.000000000000001-fold of the unit ampere"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:CurrentLinkage"
,"has quantity kind":"quantitykind:DisplacementCurrent"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"has quantity kind":"quantitykind:ElectricCurrentPhasor"
,"has quantity kind":"quantitykind:MagneticTension"
,"has quantity kind":"quantitykind:MagnetomotiveForce"
,"has quantity kind":"quantitykind:TotalCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB638"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB638"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtoamper"
,"label":"Femtoamper"
,"label":"Femtoamper"
,"label":"Femtoamper"
,"label":"Femtoamper"
,"label":"Femtoampere"
,"label":"Femtoampere"
,"label":"Femtoampere"
,"label":"Femtoampere"
,"label":"Femtoampere"
,"label":"Femtoamperio"
,"label":"Femtoampère"
,"label":"Femtoampér"
,"prefix":"prefix:Femto"
,"scalingOf":"unit:A"
,"symbol":"fA"
,"type":"qudt:Unit"
,"ucum code":"fA"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000000001-fold of the unit ampere",
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DisplacementCurrent", "http://qudt.org/vocab/quantitykind/ElectricCurrent", "http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor", "http://qudt.org/vocab/quantitykind/MagneticTension", "http://qudt.org/vocab/quantitykind/MagnetomotiveForce", "http://qudt.org/vocab/quantitykind/TotalCurrent", "http://qudt.org/vocab/quantitykind/CurrentLinkage" ],
"iec61360Code" : "0112/2///62720#UAB638",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB638",
"prefix" : "http://qudt.org/vocab/prefix/Femto",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "fA",
"ucumCode" : "fA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Femtoampere", {
"@language" : "en",
"@value" : "Femtoampere"
}, {
"@language" : "it",
"@value" : "Femtoampere"
}, {
"@language" : "fr",
"@value" : "Femtoampère"
}, {
"@language" : "ms",
"@value" : "Femtoampere"
}, {
"@language" : "de",
"@value" : "Femtoampere"
}, {
"@language" : "es",
"@value" : "Femtoamperio"
}, {
"@language" : "cs",
"@value" : "Femtoampér"
}, {
"@language" : "hu",
"@value" : "Femtoamper"
}, {
"@language" : "pl",
"@value" : "Femtoamper"
}, {
"@language" : "ro",
"@value" : "Femtoamper"
}, {
"@language" : "sl",
"@value" : "Femtoamper"
}, {
"@language" : "tr",
"@value" : "Femtoamper"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoC
URI: http://qudt.org/vocab/unit/FemtoC
A FemtoCoulomb is $10^{-15} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FemtoC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A FemtoCoulomb is $10^{-15} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Femto> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "fC" ;
<http://qudt.org/schema/qudt/ucumCode> "fC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95446670> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Femtocoulomb" ;
rdfs:label "Femtocoulomb"@cs ;
rdfs:label "Femtocoulomb"@de ;
rdfs:label "Femtocoulomb"@en ;
rdfs:label "Femtocoulomb"@fr ;
rdfs:label "Femtocoulomb"@hu ;
rdfs:label "Femtocoulomb"@it ;
rdfs:label "Femtocoulomb"@ms ;
rdfs:label "Femtocoulomb"@ro ;
rdfs:label "Femtocoulomb"@sl ;
rdfs:label "Femtocoulomb"@tr ;
rdfs:label "Femtoculombio"@es ;
rdfs:label "Femtokulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Femtocoulomb"
,"qname":"unit:FemtoC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95446670>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"A FemtoCoulomb is $10^{-15} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtocoulomb"
,"label":"Femtocoulomb"
,"label":"Femtocoulomb"
,"label":"Femtocoulomb"
,"label":"Femtocoulomb"
,"label":"Femtocoulomb"
,"label":"Femtocoulomb"
,"label":"Femtocoulomb"
,"label":"Femtocoulomb"
,"label":"Femtocoulomb"
,"label":"Femtocoulomb"
,"label":"Femtoculombio"
,"label":"Femtokulomb"
,"prefix":"prefix:Femto"
,"scalingOf":"unit:C"
,"symbol":"fC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"fC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A FemtoCoulomb is $10^{-15} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Femto",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "fC",
"ucumCode" : "fC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95446670",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Femtokulomb"
}, "Femtocoulomb", {
"@language" : "cs",
"@value" : "Femtocoulomb"
}, {
"@language" : "de",
"@value" : "Femtocoulomb"
}, {
"@language" : "en",
"@value" : "Femtocoulomb"
}, {
"@language" : "fr",
"@value" : "Femtocoulomb"
}, {
"@language" : "hu",
"@value" : "Femtocoulomb"
}, {
"@language" : "it",
"@value" : "Femtocoulomb"
}, {
"@language" : "ms",
"@value" : "Femtocoulomb"
}, {
"@language" : "ro",
"@value" : "Femtocoulomb"
}, {
"@language" : "sl",
"@value" : "Femtocoulomb"
}, {
"@language" : "tr",
"@value" : "Femtocoulomb"
}, {
"@language" : "es",
"@value" : "Femtoculombio"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoFARAD
URI: http://qudt.org/vocab/unit/FemtoFARAD
0.000000000000001-fold of the unit farad
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoFARAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000000001-fold of the unit farad" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Capacitance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB588" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB588"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Femto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FARAD> ; <http://qudt.org/schema/qudt/symbol> "fF" ; <http://qudt.org/schema/qudt/ucumCode> "fF"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95447253> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtofarad" ; rdfs:label "Femtofarad"@cs ; rdfs:label "Femtofarad"@de ; rdfs:label "Femtofarad"@en ; rdfs:label "Femtofarad"@fr ; rdfs:label "Femtofarad"@hu ; rdfs:label "Femtofarad"@it ; rdfs:label "Femtofarad"@ms ; rdfs:label "Femtofarad"@pl ; rdfs:label "Femtofarad"@ro ; rdfs:label "Femtofarad"@sl ; rdfs:label "Femtofarad"@tr ; rdfs:label "Femtofaradio"@es ; .
{"resource":"Femtofarad"
,"qname":"unit:FemtoFARAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoFARAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95447253>"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"0.000000000000001-fold of the unit farad"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Capacitance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB588"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB588"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofarad"
,"label":"Femtofaradio"
,"prefix":"prefix:Femto"
,"scalingOf":"unit:FARAD"
,"symbol":"fF"
,"type":"qudt:Unit"
,"ucum code":"fF"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoFARAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000000001-fold of the unit farad",
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Capacitance",
"iec61360Code" : "0112/2///62720#UAB588",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB588",
"prefix" : "http://qudt.org/vocab/prefix/Femto",
"scalingOf" : "http://qudt.org/vocab/unit/FARAD",
"symbol" : "fF",
"ucumCode" : "fF",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95447253",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Femtofarad", {
"@language" : "ms",
"@value" : "Femtofarad"
}, {
"@language" : "cs",
"@value" : "Femtofarad"
}, {
"@language" : "de",
"@value" : "Femtofarad"
}, {
"@language" : "en",
"@value" : "Femtofarad"
}, {
"@language" : "fr",
"@value" : "Femtofarad"
}, {
"@language" : "hu",
"@value" : "Femtofarad"
}, {
"@language" : "it",
"@value" : "Femtofarad"
}, {
"@language" : "es",
"@value" : "Femtofaradio"
}, {
"@language" : "pl",
"@value" : "Femtofarad"
}, {
"@language" : "ro",
"@value" : "Femtofarad"
}, {
"@language" : "sl",
"@value" : "Femtofarad"
}, {
"@language" : "tr",
"@value" : "Femtofarad"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoGM
URI: http://qudt.org/vocab/unit/FemtoGM
0.000000000000001-fold of the unit gram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000000001-fold of the unit gram" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB834" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB834"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Femto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM> ; <http://qudt.org/schema/qudt/symbol> "fg" ; <http://qudt.org/schema/qudt/ucumCode> "fg"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1913097> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtogram" ; rdfs:label "Femtogram"@cs ; rdfs:label "Femtogram"@en ; rdfs:label "Femtogram"@ms ; rdfs:label "Femtogram"@pl ; rdfs:label "Femtogram"@ro ; rdfs:label "Femtogram"@sl ; rdfs:label "Femtogram"@tr ; rdfs:label "Femtogramm"@de ; rdfs:label "Femtogramm"@hu ; rdfs:label "Femtogramme"@fr ; rdfs:label "Femtogrammo"@it ; rdfs:label "Femtogramo"@es ; .
{"resource":"Femtogram"
,"qname":"unit:FemtoGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1913097>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"description":"0.000000000000001-fold of the unit gram"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB834"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB834"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtogram"
,"label":"Femtogram"
,"label":"Femtogram"
,"label":"Femtogram"
,"label":"Femtogram"
,"label":"Femtogram"
,"label":"Femtogram"
,"label":"Femtogram"
,"label":"Femtogramm"
,"label":"Femtogramm"
,"label":"Femtogramme"
,"label":"Femtogrammo"
,"label":"Femtogramo"
,"prefix":"prefix:Femto"
,"scalingOf":"unit:GM"
,"symbol":"fg"
,"type":"qudt:Unit"
,"ucum code":"fg"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000000001-fold of the unit gram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB834",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB834",
"prefix" : "http://qudt.org/vocab/prefix/Femto",
"scalingOf" : "http://qudt.org/vocab/unit/GM",
"symbol" : "fg",
"ucumCode" : "fg",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1913097",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Femtogramo"
}, "Femtogram", {
"@language" : "cs",
"@value" : "Femtogram"
}, {
"@language" : "en",
"@value" : "Femtogram"
}, {
"@language" : "pl",
"@value" : "Femtogram"
}, {
"@language" : "ro",
"@value" : "Femtogram"
}, {
"@language" : "sl",
"@value" : "Femtogram"
}, {
"@language" : "tr",
"@value" : "Femtogram"
}, {
"@language" : "ms",
"@value" : "Femtogram"
}, {
"@language" : "it",
"@value" : "Femtogrammo"
}, {
"@language" : "fr",
"@value" : "Femtogramme"
}, {
"@language" : "de",
"@value" : "Femtogramm"
}, {
"@language" : "hu",
"@value" : "Femtogramm"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoGM-PER-KiloGM
URI: http://qudt.org/vocab/unit/FemtoGM-PER-KiloGM
One part per 10**18 by mass of the measurand in the matrix.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoGM-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One part per 10**18 by mass of the measurand in the matrix."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "fg/kg" ; <http://qudt.org/schema/qudt/ucumCode> "fg.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtogram na Kilogram"@cs ; rdfs:label "Femtogram na Kilogram"@pl ; rdfs:label "Femtogram na Kilogram"@sl ; rdfs:label "Femtogram pe Kilogram"@ro ; rdfs:label "Femtogram per Kilogram" ; rdfs:label "Femtogram per Kilogram"@en ; rdfs:label "Femtogram per Kilogram"@ms ; rdfs:label "Femtogram per Kilogram"@tr ; rdfs:label "Femtogramm pro Kilogramm"@de ; rdfs:label "Femtogramme par Kilogramme"@fr ; rdfs:label "Femtogrammo per Chilogrammo"@it ; rdfs:label "Femtogramo por Kilogramo"@es ; .
{"resource":"Femtogram per Kilogram"
,"qname":"unit:FemtoGM-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoGM-PER-KiloGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"One part per 10**18 by mass of the measurand in the matrix."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtogram na Kilogram"
,"label":"Femtogram na Kilogram"
,"label":"Femtogram na Kilogram"
,"label":"Femtogram pe Kilogram"
,"label":"Femtogram per Kilogram"
,"label":"Femtogram per Kilogram"
,"label":"Femtogram per Kilogram"
,"label":"Femtogram per Kilogram"
,"label":"Femtogramm pro Kilogramm"
,"label":"Femtogramme par Kilogramme"
,"label":"Femtogrammo per Chilogrammo"
,"label":"Femtogramo por Kilogramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"fg\/kg"
,"type":"qudt:Unit"
,"ucum code":"fg.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoGM-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One part per 10**18 by mass of the measurand in the matrix."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "fg/kg",
"ucumCode" : "fg.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Femtogramo por Kilogramo"
}, {
"@language" : "ro",
"@value" : "Femtogram pe Kilogram"
}, {
"@language" : "cs",
"@value" : "Femtogram na Kilogram"
}, {
"@language" : "pl",
"@value" : "Femtogram na Kilogram"
}, {
"@language" : "sl",
"@value" : "Femtogram na Kilogram"
}, "Femtogram per Kilogram", {
"@language" : "de",
"@value" : "Femtogramm pro Kilogramm"
}, {
"@language" : "en",
"@value" : "Femtogram per Kilogram"
}, {
"@language" : "ms",
"@value" : "Femtogram per Kilogram"
}, {
"@language" : "tr",
"@value" : "Femtogram per Kilogram"
}, {
"@language" : "it",
"@value" : "Femtogrammo per Chilogrammo"
}, {
"@language" : "fr",
"@value" : "Femtogramme par Kilogramme"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoGM-PER-L
URI: http://qudt.org/vocab/unit/FemtoGM-PER-L
One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix..
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoGM-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix.."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/symbol> "fg/L" ; <http://qudt.org/schema/qudt/ucumCode> "fg.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907185> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtogram per Liter"@en-US ; rdfs:label "Femtogram per Litre" ; rdfs:label "Femtogram per Litre"@en ; .
{"resource":"Femtogram per Litre"
,"qname":"unit:FemtoGM-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoGM-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907185>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix.."
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtogram per Liter"
,"label":"Femtogram per Litre"
,"label":"Femtogram per Litre"
,"symbol":"fg\/L"
,"type":"qudt:Unit"
,"ucum code":"fg.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoGM-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One 10**18 part of the SI standard unit of mass of the measurand per litre volume of matrix.."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"symbol" : "fg/L",
"ucumCode" : "fg.L-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907185",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Femtogram per Litre", {
"@language" : "en",
"@value" : "Femtogram per Litre"
}, {
"@language" : "en-us",
"@value" : "Femtogram per Liter"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoJ
URI: http://qudt.org/vocab/unit/FemtoJ
0,000 000 000 000 001-fold of the derived SI unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,000 000 000 000 001-fold of the derived SI unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB124" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB124"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000000001-fold of the derived SI unit joule" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Femto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "fJ" ; <http://qudt.org/schema/qudt/ucumCode> "fJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A70" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53448835> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtodżul"@pl ; rdfs:label "Femtojoule" ; rdfs:label "Femtojoule"@cs ; rdfs:label "Femtojoule"@de ; rdfs:label "Femtojoule"@en ; rdfs:label "Femtojoule"@fr ; rdfs:label "Femtojoule"@hu ; rdfs:label "Femtojoule"@it ; rdfs:label "Femtojoule"@ms ; rdfs:label "Femtojoule"@ro ; rdfs:label "Femtojoule"@sl ; rdfs:label "Femtojoule"@tr ; rdfs:label "Femtojulio"@es ; .
{"resource":"Femtojoule"
,"qname":"unit:FemtoJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoJ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53448835>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"0,000 000 000 000 001-fold of the derived SI unit joule"
,"description (plain text)":"0.000000000000001-fold of the derived SI unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB124"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB124"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtodżul"
,"label":"Femtojoule"
,"label":"Femtojoule"
,"label":"Femtojoule"
,"label":"Femtojoule"
,"label":"Femtojoule"
,"label":"Femtojoule"
,"label":"Femtojoule"
,"label":"Femtojoule"
,"label":"Femtojoule"
,"label":"Femtojoule"
,"label":"Femtojoule"
,"label":"Femtojulio"
,"prefix":"prefix:Femto"
,"scalingOf":"unit:J"
,"symbol":"fJ"
,"type":"qudt:Unit"
,"ucum code":"fJ"
,"unece common code":"A70"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,000 000 000 000 001-fold of the derived SI unit joule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB124",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB124",
"plainTextDescription" : "0.000000000000001-fold of the derived SI unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Femto",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "fJ",
"ucumCode" : "fJ",
"uneceCommonCode" : "A70",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53448835",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Femtodżul"
}, "Femtojoule", {
"@language" : "cs",
"@value" : "Femtojoule"
}, {
"@language" : "de",
"@value" : "Femtojoule"
}, {
"@language" : "en",
"@value" : "Femtojoule"
}, {
"@language" : "fr",
"@value" : "Femtojoule"
}, {
"@language" : "hu",
"@value" : "Femtojoule"
}, {
"@language" : "it",
"@value" : "Femtojoule"
}, {
"@language" : "ms",
"@value" : "Femtojoule"
}, {
"@language" : "ro",
"@value" : "Femtojoule"
}, {
"@language" : "sl",
"@value" : "Femtojoule"
}, {
"@language" : "tr",
"@value" : "Femtojoule"
}, {
"@language" : "es",
"@value" : "Femtojulio"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoL
URI: http://qudt.org/vocab/unit/FemtoL
0.000000000000001-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000000001-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000000001-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Femto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "fL" ; <http://qudt.org/schema/qudt/ucumCode> "fL"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q32" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3312063> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtoliter"@en-US ; rdfs:label "Femtolitre" ; rdfs:label "Femtolitre"@en ; .
{"resource":"Femtolitre"
,"qname":"unit:FemtoL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3312063>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"description":"0.000000000000001-fold of the unit litre"
,"description (plain text)":"0.000000000000001-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtoliter"
,"label":"Femtolitre"
,"label":"Femtolitre"
,"prefix":"prefix:Femto"
,"scalingOf":"unit:L"
,"symbol":"fL"
,"type":"qudt:Unit"
,"ucum code":"fL"
,"unece common code":"Q32"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000000001-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"plainTextDescription" : "0.000000000000001-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Femto",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "fL",
"ucumCode" : "fL",
"uneceCommonCode" : "Q32",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3312063",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Femtolitre", {
"@language" : "en",
"@value" : "Femtolitre"
}, {
"@language" : "en-us",
"@value" : "Femtoliter"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoM
URI: http://qudt.org/vocab/unit/FemtoM
The $\textit{femtometre}$ is an SI unit of length equal to $10^{-15} meter$. This distance can also be called $\textit{fermi}$ and was so named in honour of Enrico Fermi. It is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/FemtoM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The $\\textit{femtometre}$ is an SI unit of length equal to $10^{-15} meter$. This distance can also be called $\\textit{fermi}$ and was so named in honour of Enrico Fermi. It is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/FM> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB063" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB063"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Femto> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ;
<http://qudt.org/schema/qudt/symbol> "fm" ;
<http://qudt.org/schema/qudt/ucumCode> "fm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A71" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q208788> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Femtometer"@de ;
rdfs:label "Femtometer"@en-US ;
rdfs:label "Femtometer"@ms ;
rdfs:label "Femtometer"@sl ;
rdfs:label "Femtometr"@cs ;
rdfs:label "Femtometr"@pl ;
rdfs:label "Femtometre" ;
rdfs:label "Femtometre"@en ;
rdfs:label "Femtometre"@tr ;
rdfs:label "Femtometro"@es ;
rdfs:label "Femtometro"@it ;
rdfs:label "Femtometru"@ro ;
rdfs:label "Femtomètre"@fr ;
rdfs:label "Femtométer"@hu ;
.
{"resource":"Femtometre"
,"qname":"unit:FemtoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q208788>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"The $\\textit{femtometre}$ is an SI unit of length equal to $10^{-15} meter$. This distance can also be called $\\textit{fermi}$ and was so named in honour of Enrico Fermi. It is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$."
,"exact match":"unit:FM"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB063"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB063"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtometer"
,"label":"Femtometer"
,"label":"Femtometer"
,"label":"Femtometer"
,"label":"Femtometr"
,"label":"Femtometr"
,"label":"Femtometre"
,"label":"Femtometre"
,"label":"Femtometre"
,"label":"Femtometro"
,"label":"Femtometro"
,"label":"Femtometru"
,"label":"Femtomètre"
,"label":"Femtométer"
,"prefix":"prefix:Femto"
,"scalingOf":"unit:M"
,"symbol":"fm"
,"type":"qudt:Unit"
,"ucum code":"fm"
,"unece common code":"A71"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The $\\textit{femtometre}$ is an SI unit of length equal to $10^{-15} meter$. This distance can also be called $\\textit{fermi}$ and was so named in honour of Enrico Fermi. It is often encountered in nuclear physics as a characteristic of this scale. The symbol for the fermi is also $fm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"exactMatch" : "http://qudt.org/vocab/unit/FM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB063",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB063",
"prefix" : "http://qudt.org/vocab/prefix/Femto",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "fm",
"ucumCode" : "fm",
"uneceCommonCode" : "A71",
"wikidataMatch" : "http://www.wikidata.org/entity/Q208788",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Femtomètre"
}, {
"@language" : "ro",
"@value" : "Femtometru"
}, {
"@language" : "cs",
"@value" : "Femtometr"
}, {
"@language" : "pl",
"@value" : "Femtometr"
}, {
"@language" : "de",
"@value" : "Femtometer"
}, "Femtometre", {
"@language" : "en",
"@value" : "Femtometre"
}, {
"@language" : "es",
"@value" : "Femtometro"
}, {
"@language" : "it",
"@value" : "Femtometro"
}, {
"@language" : "tr",
"@value" : "Femtometre"
}, {
"@language" : "en-us",
"@value" : "Femtometer"
}, {
"@language" : "ms",
"@value" : "Femtometer"
}, {
"@language" : "sl",
"@value" : "Femtometer"
}, {
"@language" : "hu",
"@value" : "Femtométer"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoMOL
URI: http://qudt.org/vocab/unit/FemtoMOL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoMOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExtentOfReaction> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Femto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ; <http://qudt.org/schema/qudt/symbol> "fmol" ; <http://qudt.org/schema/qudt/ucumCode> "fmol"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q56160603> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtomol"@cs ; rdfs:label "Femtomol"@de ; rdfs:label "Femtomol"@es ; rdfs:label "Femtomol"@pl ; rdfs:label "Femtomol"@ro ; rdfs:label "Femtomol"@sl ; rdfs:label "Femtomol"@tr ; rdfs:label "Femtomole" ; rdfs:label "Femtomole"@en ; rdfs:label "Femtomole"@fr ; rdfs:label "Femtomole"@it ; rdfs:label "Femtomole"@ms ; rdfs:label "Femtomól"@hu ; .
{"resource":"Femtomole"
,"qname":"unit:FemtoMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoMOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q56160603>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"has quantity kind":"quantitykind:ExtentOfReaction"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtomol"
,"label":"Femtomol"
,"label":"Femtomol"
,"label":"Femtomol"
,"label":"Femtomol"
,"label":"Femtomol"
,"label":"Femtomol"
,"label":"Femtomole"
,"label":"Femtomole"
,"label":"Femtomole"
,"label":"Femtomole"
,"label":"Femtomole"
,"label":"Femtomól"
,"prefix":"prefix:Femto"
,"scalingOf":"unit:MOL"
,"symbol":"fmol"
,"type":"qudt:Unit"
,"ucum code":"fmol"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AmountOfSubstance", "http://qudt.org/vocab/quantitykind/ExtentOfReaction" ],
"prefix" : "http://qudt.org/vocab/prefix/Femto",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "fmol",
"ucumCode" : "fmol",
"wikidataMatch" : "http://www.wikidata.org/entity/Q56160603",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Femtomole"
}, {
"@language" : "fr",
"@value" : "Femtomole"
}, {
"@language" : "it",
"@value" : "Femtomole"
}, {
"@language" : "ms",
"@value" : "Femtomole"
}, "Femtomole", {
"@language" : "cs",
"@value" : "Femtomol"
}, {
"@language" : "de",
"@value" : "Femtomol"
}, {
"@language" : "es",
"@value" : "Femtomol"
}, {
"@language" : "pl",
"@value" : "Femtomol"
}, {
"@language" : "ro",
"@value" : "Femtomol"
}, {
"@language" : "sl",
"@value" : "Femtomol"
}, {
"@language" : "tr",
"@value" : "Femtomol"
}, {
"@language" : "hu",
"@value" : "Femtomól"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoMOL-PER-KiloGM
URI: http://qudt.org/vocab/unit/FemtoMOL-PER-KiloGM
A 10**15 part quantity of substance of the measurand per kilogram mass of matrix.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoMOL-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A 10**15 part quantity of substance of the measurand per kilogram mass of matrix."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/symbol> "fmol/kg" ; <http://qudt.org/schema/qudt/ucumCode> "fmol.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtomol na Kilogram"@cs ; rdfs:label "Femtomol na Kilogram"@pl ; rdfs:label "Femtomol na Kilogram"@sl ; rdfs:label "Femtomol pe Kilogram"@ro ; rdfs:label "Femtomol per Kilogram"@tr ; rdfs:label "Femtomol por Kilogramo"@es ; rdfs:label "Femtomol pro Kilogramm"@de ; rdfs:label "Femtomole par Kilogramme"@fr ; rdfs:label "Femtomole per Chilogrammo"@it ; rdfs:label "Femtomole per Kilogram" ; rdfs:label "Femtomole per Kilogram"@en ; rdfs:label "Femtomole per Kilogram"@ms ; .
{"resource":"Femtomole per Kilogram"
,"qname":"unit:FemtoMOL-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoMOL-PER-KiloGM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"A 10**15 part quantity of substance of the measurand per kilogram mass of matrix."
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtomol na Kilogram"
,"label":"Femtomol na Kilogram"
,"label":"Femtomol na Kilogram"
,"label":"Femtomol pe Kilogram"
,"label":"Femtomol per Kilogram"
,"label":"Femtomol por Kilogramo"
,"label":"Femtomol pro Kilogramm"
,"label":"Femtomole par Kilogramme"
,"label":"Femtomole per Chilogrammo"
,"label":"Femtomole per Kilogram"
,"label":"Femtomole per Kilogram"
,"label":"Femtomole per Kilogram"
,"symbol":"fmol\/kg"
,"type":"qudt:Unit"
,"ucum code":"fmol.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoMOL-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A 10**15 part quantity of substance of the measurand per kilogram mass of matrix."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass",
"symbol" : "fmol/kg",
"ucumCode" : "fmol.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Femtomole per Kilogram", {
"@language" : "en",
"@value" : "Femtomole per Kilogram"
}, {
"@language" : "ms",
"@value" : "Femtomole per Kilogram"
}, {
"@language" : "de",
"@value" : "Femtomol pro Kilogramm"
}, {
"@language" : "it",
"@value" : "Femtomole per Chilogrammo"
}, {
"@language" : "es",
"@value" : "Femtomol por Kilogramo"
}, {
"@language" : "tr",
"@value" : "Femtomol per Kilogram"
}, {
"@language" : "ro",
"@value" : "Femtomol pe Kilogram"
}, {
"@language" : "cs",
"@value" : "Femtomol na Kilogram"
}, {
"@language" : "pl",
"@value" : "Femtomol na Kilogram"
}, {
"@language" : "sl",
"@value" : "Femtomol na Kilogram"
}, {
"@language" : "fr",
"@value" : "Femtomole par Kilogramme"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoMOL-PER-L
URI: http://qudt.org/vocab/unit/FemtoMOL-PER-L
A 10**18 part quantity of substance of the measurand per litre volume of matrix.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoMOL-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A 10**18 part quantity of substance of the measurand per litre volume of matrix."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterSolubility> ; <http://qudt.org/schema/qudt/symbol> "fmol/L" ; <http://qudt.org/schema/qudt/ucumCode> "fmol.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtomole per Liter"@en-US ; rdfs:label "Femtomole per Litre" ; rdfs:label "Femtomole per Litre"@en ; .
{"resource":"Femtomole per Litre"
,"qname":"unit:FemtoMOL-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoMOL-PER-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"A 10**18 part quantity of substance of the measurand per litre volume of matrix."
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"has quantity kind":"quantitykind:WaterSolubility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtomole per Liter"
,"label":"Femtomole per Litre"
,"label":"Femtomole per Litre"
,"symbol":"fmol\/L"
,"type":"qudt:Unit"
,"ucum code":"fmol.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoMOL-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A 10**18 part quantity of substance of the measurand per litre volume of matrix."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Concentration", "http://qudt.org/vocab/quantitykind/WaterSolubility" ],
"symbol" : "fmol/L",
"ucumCode" : "fmol.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Femtomole per Litre", {
"@language" : "en",
"@value" : "Femtomole per Litre"
}, {
"@language" : "en-us",
"@value" : "Femtomole per Liter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoSEC
URI: http://qudt.org/vocab/unit/FemtoSEC
0.000000000000001-fold of the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoSEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000000001-fold of the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC697" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC697"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000000001-fold of the SI base unit second" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Femto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "fs" ; <http://qudt.org/schema/qudt/ucumCode> "fs"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtomásodperc"@hu ; rdfs:label "Femtosaat"@ms ; rdfs:label "Femtosaniye"@tr ; rdfs:label "Femtosecond" ; rdfs:label "Femtosecond"@en ; rdfs:label "Femtoseconde"@fr ; rdfs:label "Femtosecondo"@it ; rdfs:label "Femtosecundă"@ro ; rdfs:label "Femtosegundo"@es ; rdfs:label "Femtosekunda"@cs ; rdfs:label "Femtosekunda"@pl ; rdfs:label "Femtosekunda"@sl ; rdfs:label "Femtosekunde"@de ; .
{"resource":"Femtosecond"
,"qname":"unit:FemtoSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoSEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"0.000000000000001-fold of the SI base unit second"
,"description (plain text)":"0.000000000000001-fold of the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC697"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC697"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtomásodperc"
,"label":"Femtosaat"
,"label":"Femtosaniye"
,"label":"Femtosecond"
,"label":"Femtosecond"
,"label":"Femtoseconde"
,"label":"Femtosecondo"
,"label":"Femtosecundă"
,"label":"Femtosegundo"
,"label":"Femtosekunda"
,"label":"Femtosekunda"
,"label":"Femtosekunda"
,"label":"Femtosekunde"
,"prefix":"prefix:Femto"
,"scalingOf":"unit:SEC"
,"symbol":"fs"
,"type":"qudt:Unit"
,"ucum code":"fs"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoSEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000000001-fold of the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAC697",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC697",
"plainTextDescription" : "0.000000000000001-fold of the SI base unit second",
"prefix" : "http://qudt.org/vocab/prefix/Femto",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "fs",
"ucumCode" : "fs",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Femtoseconde"
}, {
"@language" : "tr",
"@value" : "Femtosaniye"
}, {
"@language" : "ms",
"@value" : "Femtosaat"
}, {
"@language" : "cs",
"@value" : "Femtosekunda"
}, {
"@language" : "pl",
"@value" : "Femtosekunda"
}, {
"@language" : "sl",
"@value" : "Femtosekunda"
}, {
"@language" : "it",
"@value" : "Femtosecondo"
}, {
"@language" : "de",
"@value" : "Femtosekunde"
}, {
"@language" : "hu",
"@value" : "Femtomásodperc"
}, {
"@language" : "es",
"@value" : "Femtosegundo"
}, {
"@language" : "ro",
"@value" : "Femtosecundă"
}, "Femtosecond", {
"@language" : "en",
"@value" : "Femtosecond"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:FemtoV
URI: http://qudt.org/vocab/unit/FemtoV
0.000000000000001-fold of the SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/FemtoV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000000001-fold of the SI derived unit volt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC770" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC770"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Femto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "fV" ; <http://qudt.org/schema/qudt/ucumCode> "fV"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Femtovolt" ; rdfs:label "Femtovolt"@cs ; rdfs:label "Femtovolt"@de ; rdfs:label "Femtovolt"@en ; rdfs:label "Femtovolt"@fr ; rdfs:label "Femtovolt"@hu ; rdfs:label "Femtovolt"@it ; rdfs:label "Femtovolt"@ms ; rdfs:label "Femtovolt"@ro ; rdfs:label "Femtovolt"@sl ; rdfs:label "Femtovolt"@tr ; rdfs:label "Femtovoltio"@es ; rdfs:label "Femtowolt"@pl ; .
{"resource":"Femtovolt"
,"qname":"unit:FemtoV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/FemtoV"
,"properties":["conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"0.000000000000001-fold of the SI derived unit volt"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC770"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC770"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Femtovolt"
,"label":"Femtovolt"
,"label":"Femtovolt"
,"label":"Femtovolt"
,"label":"Femtovolt"
,"label":"Femtovolt"
,"label":"Femtovolt"
,"label":"Femtovolt"
,"label":"Femtovolt"
,"label":"Femtovolt"
,"label":"Femtovolt"
,"label":"Femtovoltio"
,"label":"Femtowolt"
,"prefix":"prefix:Femto"
,"scalingOf":"unit:V"
,"symbol":"fV"
,"type":"qudt:Unit"
,"ucum code":"fV"
]}
{
"@id" : "http://qudt.org/vocab/unit/FemtoV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000000001-fold of the SI derived unit volt",
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/ElectricPotential" ],
"iec61360Code" : "0112/2///62720#UAC770",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC770",
"prefix" : "http://qudt.org/vocab/prefix/Femto",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "fV",
"ucumCode" : "fV",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Femtovoltio"
}, "Femtovolt", {
"@language" : "cs",
"@value" : "Femtovolt"
}, {
"@language" : "de",
"@value" : "Femtovolt"
}, {
"@language" : "en",
"@value" : "Femtovolt"
}, {
"@language" : "fr",
"@value" : "Femtovolt"
}, {
"@language" : "hu",
"@value" : "Femtovolt"
}, {
"@language" : "it",
"@value" : "Femtovolt"
}, {
"@language" : "ms",
"@value" : "Femtovolt"
}, {
"@language" : "ro",
"@value" : "Femtovolt"
}, {
"@language" : "sl",
"@value" : "Femtovolt"
}, {
"@language" : "tr",
"@value" : "Femtovolt"
}, {
"@language" : "pl",
"@value" : "Femtowolt"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:G
URI: http://qudt.org/vocab/unit/G
"Gravity" is a unit for 'Linear Acceleration' expressed as $G$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/G> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Gravity\" is a unit for 'Linear Acceleration' expressed as $G$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 9.80665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E0 ; <http://qudt.org/schema/qudt/factorUnitScalar> 9.80665 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA521" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA521"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "G" ; <http://qudt.org/schema/qudt/ucumCode> "[g]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K40" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q13400897> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gravity" ; rdfs:label "Gravity"@en ; .
{"resource":"Gravity"
,"qname":"unit:G"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/G"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q13400897>"
,"conversion multiplier":"9.80665"
,"conversion multiplier scientific":"9.80665E0"
,"description":"\"Gravity\" is a unit for 'Linear Acceleration' expressed as $G$."
,"factorUnitScalar":"9.80665"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA521"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA521"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gravity"
,"label":"Gravity"
,"symbol":"G"
,"type":"qudt:Unit"
,"ucum code":"[g]"
,"unece common code":"K40"
]}
{
"@id" : "http://qudt.org/vocab/unit/G",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Gravity\" is a unit for 'Linear Acceleration' expressed as $G$.",
"conversionMultiplier" : "9.80665",
"conversionMultiplier:SN" : 9.80665,
"factorUnitScalar" : "9.80665",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"iec61360Code" : "0112/2///62720#UAA521",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA521",
"symbol" : "G",
"ucumCode" : "[g]",
"uneceCommonCode" : "K40",
"wikidataMatch" : "http://www.wikidata.org/entity/Q13400897",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gravity", {
"@language" : "en",
"@value" : "Gravity"
} ],
"@context" : {
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GALILEO
URI: http://qudt.org/vocab/unit/GALILEO
The $\textit{Galileo}$ is the unit of acceleration of free fall used extensively in the science of gravimetry. The Galileo is defined as $1 \textit{centimeter per square second}$ ($1 cm/s^2$). Unfortunately, the Galileo is often denoted with the symbol Gal, not to be confused with the Gallon that also uses the same symbol.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GALILEO>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The $\\textit{Galileo}$ is the unit of acceleration of free fall used extensively in the science of gravimetry. The Galileo is defined as $1 \\textit{centimeter per square second}$ ($1 cm/s^2$). Unfortunately, the Galileo is often denoted with the symbol Gal, not to be confused with the Gallon that also uses the same symbol."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gal"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB042" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gal?oldid=482010741"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB042"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gal> ;
<http://qudt.org/schema/qudt/plainTextDescription> "CGS unit of acceleration called gal with the definition: 1 Gal = 1 cm/s" ;
<http://qudt.org/schema/qudt/symbol> "Gal" ;
<http://qudt.org/schema/qudt/ucumCode> "Gal"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A76" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q500515> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Galileo" ;
rdfs:label "Galileo"@en ;
.
{"resource":"Galileo"
,"qname":"unit:GALILEO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GALILEO"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q500515>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gal"
,"description":"The $\\textit{Galileo}$ is the unit of acceleration of free fall used extensively in the science of gravimetry. The Galileo is defined as $1 \\textit{centimeter per square second}$ ($1 cm\/s^2$). Unfortunately, the Galileo is often denoted with the symbol Gal, not to be confused with the Gallon that also uses the same symbol."
,"description (plain text)":"CGS unit of acceleration called gal with the definition: 1 Gal = 1 cm\/s"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB042"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gal?oldid=482010741"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB042"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Galileo"
,"label":"Galileo"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/gal>"
,"symbol":"Gal"
,"type":"qudt:Unit"
,"ucum code":"Gal"
,"unece common code":"A76"
]}
{
"@id" : "http://qudt.org/vocab/unit/GALILEO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The $\\textit{Galileo}$ is the unit of acceleration of free fall used extensively in the science of gravimetry. The Galileo is defined as $1 \\textit{centimeter per square second}$ ($1 cm/s^2$). Unfortunately, the Galileo is often denoted with the symbol Gal, not to be confused with the Gallon that also uses the same symbol.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"dbpediaMatch" : "http://dbpedia.org/resource/Gal",
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"iec61360Code" : "0112/2///62720#UAB042",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB042", "http://en.wikipedia.org/wiki/Gal?oldid=482010741" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/gal",
"plainTextDescription" : "CGS unit of acceleration called gal with the definition: 1 Gal = 1 cm/s",
"symbol" : "Gal",
"ucumCode" : "Gal",
"uneceCommonCode" : "A76",
"wikidataMatch" : "http://www.wikidata.org/entity/Q500515",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Galileo", {
"@language" : "en",
"@value" : "Galileo"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_IMP
URI: http://qudt.org/vocab/unit/GAL_IMP
A British gallon used in liquid and dry measurement approximately 1.2 U.S. gallons, or 4.54 liters
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_IMP>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A British gallon used in liquid and dry measurement approximately 1.2 U.S. gallons, or 4.54 liters"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00454609 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.54609E-3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/GAL_UK> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "gal{Imp}" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GLI" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q23925410> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Imperial Gallon" ;
rdfs:label "Imperial Gallon"@en ;
.
{"resource":"Imperial Gallon"
,"qname":"unit:GAL_IMP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_IMP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q23925410>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00454609"
,"conversion multiplier scientific":"4.54609E-3"
,"defined unit of system":"sou:IMPERIAL"
,"description":"A British gallon used in liquid and dry measurement approximately 1.2 U.S. gallons, or 4.54 liters"
,"exact match":"unit:GAL_UK"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Imperial Gallon"
,"label":"Imperial Gallon"
,"scalingOf":"unit:M3"
,"symbol":"gal{Imp}"
,"type":"qudt:Unit"
,"ucum code":"[gal_br]"
,"unece common code":"GLI"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_IMP",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A British gallon used in liquid and dry measurement approximately 1.2 U.S. gallons, or 4.54 liters",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00454609",
"conversionMultiplier:SN" : 0.00454609,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"exactMatch" : "http://qudt.org/vocab/unit/GAL_UK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "gal{Imp}",
"ucumCode" : "[gal_br]",
"uneceCommonCode" : "GLI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q23925410",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Imperial Gallon", {
"@language" : "en",
"@value" : "Imperial Gallon"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_UK
URI: http://qudt.org/vocab/unit/GAL_UK
unit of the volume for fluids according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume for fluids according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00454609 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.54609E-3 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/GAL_IMP> ;
<http://qudt.org/schema/qudt/factorUnitScalar> 4.54609 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA500" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA500"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume for fluids according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "gal{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GLI" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q23925410> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gallon (UK)" ;
rdfs:label "Gallon (UK)"@en ;
.
{"resource":"Gallon (UK)"
,"qname":"unit:GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_UK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q23925410>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00454609"
,"conversion multiplier scientific":"4.54609E-3"
,"description":"unit of the volume for fluids according to the Imperial system of units"
,"description (plain text)":"unit of the volume for fluids according to the Imperial system of units"
,"exact match":"unit:GAL_IMP"
,"factorUnitScalar":"4.54609"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA500"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA500"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gallon (UK)"
,"label":"Gallon (UK)"
,"symbol":"gal{UK}"
,"type":"qudt:Unit"
,"ucum code":"[gal_br]"
,"unece common code":"GLI"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume for fluids according to the Imperial system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00454609",
"conversionMultiplier:SN" : 0.00454609,
"exactMatch" : "http://qudt.org/vocab/unit/GAL_IMP",
"factorUnitScalar" : "4.54609",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"iec61360Code" : "0112/2///62720#UAA500",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA500",
"plainTextDescription" : "unit of the volume for fluids according to the Imperial system of units",
"symbol" : "gal{UK}",
"ucumCode" : "[gal_br]",
"uneceCommonCode" : "GLI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q23925410",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Gallon (UK)"
}, "Gallon (UK)" ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_UK-PER-DAY
URI: http://qudt.org/vocab/unit/GAL_UK-PER-DAY
unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_UK-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000005261678240740740740740740740740739 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.261678240740740740740740740740739E-8 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA501" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA501"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day" ;
<http://qudt.org/schema/qudt/symbol> "gal{UK}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_br].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K26" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gallon (UK) per Day" ;
rdfs:label "Gallon (UK) per Day"@en ;
.
{"resource":"Gallon (UK) per Day"
,"qname":"unit:GAL_UK-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_UK-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00000005261678240740740740740740740740739"
,"conversion multiplier scientific":"5.261678240740740740740740740740739E-8"
,"description":"unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day"
,"description (plain text)":"unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA501"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA501"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gallon (UK) per Day"
,"label":"Gallon (UK) per Day"
,"symbol":"gal{UK}\/d"
,"type":"qudt:Unit"
,"ucum code":"[gal_br].d-1"
,"unece common code":"K26"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_UK-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00000005261678240740740740740740740740739",
"conversionMultiplier:SN" : 5.2616782407407406E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA501",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA501",
"plainTextDescription" : "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit day",
"symbol" : "gal{UK}/d",
"ucumCode" : "[gal_br].d-1",
"uneceCommonCode" : "K26",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gallon (UK) per Day", {
"@language" : "en",
"@value" : "Gallon (UK) per Day"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_UK-PER-HR
URI: http://qudt.org/vocab/unit/GAL_UK-PER-HR
unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_UK-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001262802777777777777777777777777778 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.262802777777777777777777777777778E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA502" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA502"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour" ;
<http://qudt.org/schema/qudt/symbol> "gal{UK}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_br].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K27" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gallon (UK) per Hour" ;
rdfs:label "Gallon (UK) per Hour"@en ;
.
{"resource":"Gallon (UK) per Hour"
,"qname":"unit:GAL_UK-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_UK-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.000001262802777777777777777777777777778"
,"conversion multiplier scientific":"1.262802777777777777777777777777778E-6"
,"description":"unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour"
,"description (plain text)":"unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA502"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA502"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gallon (UK) per Hour"
,"label":"Gallon (UK) per Hour"
,"symbol":"gal{UK}\/h"
,"type":"qudt:Unit"
,"ucum code":"[gal_br].h-1"
,"unece common code":"K27"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_UK-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.000001262802777777777777777777777777778",
"conversionMultiplier:SN" : 1.2628027777777779E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA502",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA502",
"plainTextDescription" : "unit gallon (UK dry or Liq.) according to the Imperial system of units divided by the SI unit hour",
"symbol" : "gal{UK}/h",
"ucumCode" : "[gal_br].h-1",
"uneceCommonCode" : "K27",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gallon (UK) per Hour", {
"@language" : "en",
"@value" : "Gallon (UK) per Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_UK-PER-MIN
URI: http://qudt.org/vocab/unit/GAL_UK-PER-MIN
unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_UK-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00007576816666666666666666666666666668 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.576816666666666666666666666666668E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA503" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA503"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute" ;
<http://qudt.org/schema/qudt/symbol> "gal{UK}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_br].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "G3" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gallon (UK) per Minute" ;
rdfs:label "Gallon (UK) per Minute"@en ;
.
{"resource":"Gallon (UK) per Minute"
,"qname":"unit:GAL_UK-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_UK-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00007576816666666666666666666666666668"
,"conversion multiplier scientific":"7.576816666666666666666666666666668E-5"
,"description":"unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute"
,"description (plain text)":"unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA503"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA503"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gallon (UK) per Minute"
,"label":"Gallon (UK) per Minute"
,"symbol":"gal{UK}\/min"
,"type":"qudt:Unit"
,"ucum code":"[gal_br].min-1"
,"unece common code":"G3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_UK-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00007576816666666666666666666666666668",
"conversionMultiplier:SN" : 7.576816666666667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA503",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA503",
"plainTextDescription" : "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI unit minute",
"symbol" : "gal{UK}/min",
"ucumCode" : "[gal_br].min-1",
"uneceCommonCode" : "G3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gallon (UK) per Minute", {
"@language" : "en",
"@value" : "Gallon (UK) per Minute"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_UK-PER-SEC
URI: http://qudt.org/vocab/unit/GAL_UK-PER-SEC
unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_UK-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00454609 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.54609E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA504" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA504"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "gal{UK}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_br].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K28" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gallon (UK) per Second" ;
rdfs:label "Gallon (UK) per Second"@en ;
.
{"resource":"Gallon (UK) per Second"
,"qname":"unit:GAL_UK-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_UK-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00454609"
,"conversion multiplier scientific":"4.54609E-3"
,"description":"unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second"
,"description (plain text)":"unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA504"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA504"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gallon (UK) per Second"
,"label":"Gallon (UK) per Second"
,"symbol":"gal{UK}\/s"
,"type":"qudt:Unit"
,"ucum code":"[gal_br].s-1"
,"unece common code":"K28"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_UK-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00454609",
"conversionMultiplier:SN" : 0.00454609,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA504",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA504",
"plainTextDescription" : "unit gallon (UK dry or liq.) according to the Imperial system of units divided by the SI base unit second",
"symbol" : "gal{UK}/s",
"ucumCode" : "[gal_br].s-1",
"uneceCommonCode" : "K28",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gallon (UK) per Second", {
"@language" : "en",
"@value" : "Gallon (UK) per Second"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_US
URI: http://qudt.org/vocab/unit/GAL_US
"US Gallon" is a unit for 'Liquid Volume' expressed as $galUS$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"US Gallon\" is a unit for 'Liquid Volume' expressed as $galUS$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.003785411784 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.785411784E-3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/factorUnitScalar> 231.0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA505" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA505"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "gal{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GLL" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q23925413> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Gallon" ;
rdfs:label "Us Gallon"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "Queen Anne's wine gallon" ;
.
{"resource":"Us Gallon"
,"qname":"unit:GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q23925413>"
,"alternative label":"Queen Anne's wine gallon"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.003785411784"
,"conversion multiplier scientific":"3.785411784E-3"
,"defined unit of system":"sou:USCS"
,"description":"\"US Gallon\" is a unit for 'Liquid Volume' expressed as $galUS$."
,"factorUnitScalar":"231.0"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA505"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA505"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Gallon"
,"label":"Us Gallon"
,"symbol":"gal{US}"
,"type":"qudt:Unit"
,"ucum code":"[gal_us]"
,"unece common code":"GLL"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"US Gallon\" is a unit for 'Liquid Volume' expressed as $galUS$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.003785411784",
"conversionMultiplier:SN" : 0.003785411784,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"factorUnitScalar" : "231.0",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"iec61360Code" : "0112/2///62720#UAA505",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA505",
"symbol" : "gal{US}",
"ucumCode" : "[gal_us]",
"uneceCommonCode" : "GLL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q23925413",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Gallon", {
"@language" : "en",
"@value" : "Us Gallon"
} ],
"altLabel" : "Queen Anne's wine gallon",
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_US-PER-DAY
URI: http://qudt.org/vocab/unit/GAL_US-PER-DAY
"US Gallon per Day" is a unit for 'Volume Per Unit Time' expressed as $gal/d$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_US-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"US Gallon per Day\" is a unit for 'Volume Per Unit Time' expressed as $gal/d$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000004381263638888888888888888888888887 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.381263638888888888888888888888887E-8 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$gal/d$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA506" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA506"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "gal{US}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_us].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GB" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Gallon per Day" ;
rdfs:label "Us Gallon per Day"@en ;
.
{"resource":"Us Gallon per Day"
,"qname":"unit:GAL_US-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_US-PER-DAY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.00000004381263638888888888888888888888887"
,"conversion multiplier scientific":"4.381263638888888888888888888888887E-8"
,"defined unit of system":"sou:USCS"
,"description":"\"US Gallon per Day\" is a unit for 'Volume Per Unit Time' expressed as $gal\/d$."
,"expression":"$gal\/d$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA506"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA506"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Gallon per Day"
,"label":"Us Gallon per Day"
,"symbol":"gal{US}\/d"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[gal_us].d-1"
,"unece common code":"GB"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_US-PER-DAY",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"US Gallon per Day\" is a unit for 'Volume Per Unit Time' expressed as $gal/d$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00000004381263638888888888888888888888887",
"conversionMultiplier:SN" : 4.3812636388888886E-8,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"expression" : "$gal/d$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA506",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA506",
"symbol" : "gal{US}/d",
"ucumCode" : "[gal_us].d-1",
"uneceCommonCode" : "GB",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Gallon per Day", {
"@language" : "en",
"@value" : "Us Gallon per Day"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_US-PER-HR
URI: http://qudt.org/vocab/unit/GAL_US-PER-HR
unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_US-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001051503273333333333333333333333333 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.051503273333333333333333333333333E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA507" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA507"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour" ;
<http://qudt.org/schema/qudt/symbol> "gal{US}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_us].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "G50" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Gallon per Hour" ;
rdfs:label "Us Gallon per Hour"@en ;
.
{"resource":"Us Gallon per Hour"
,"qname":"unit:GAL_US-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_US-PER-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.000001051503273333333333333333333333333"
,"conversion multiplier scientific":"1.051503273333333333333333333333333E-6"
,"description":"unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour"
,"description (plain text)":"unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA507"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA507"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Gallon per Hour"
,"label":"Us Gallon per Hour"
,"symbol":"gal{US}\/h"
,"type":"qudt:Unit"
,"ucum code":"[gal_us].h-1"
,"unece common code":"G50"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_US-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000001051503273333333333333333333333333",
"conversionMultiplier:SN" : 1.0515032733333334E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA507",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA507",
"plainTextDescription" : "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI unit hour",
"symbol" : "gal{US}/h",
"ucumCode" : "[gal_us].h-1",
"uneceCommonCode" : "G50",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Gallon per Hour", {
"@language" : "en",
"@value" : "Us Gallon per Hour"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_US-PER-MIN
URI: http://qudt.org/vocab/unit/GAL_US-PER-MIN
"US Gallon per Minute" is a C.G.S System unit for 'Volume Per Unit Time' expressed as $gal/min$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_US-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"US Gallon per Minute\" is a C.G.S System unit for 'Volume Per Unit Time' expressed as $gal/min$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00006309019640000000000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.309019640000000000000000000000001E-5 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$gal/min$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA508" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA508"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "gal{US}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_us].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "G2" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q64996135> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Gallon per Minute" ;
rdfs:label "Us Gallon per Minute"@en ;
.
{"resource":"Us Gallon per Minute"
,"qname":"unit:GAL_US-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_US-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q64996135>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00006309019640000000000000000000000001"
,"conversion multiplier scientific":"6.309019640000000000000000000000001E-5"
,"defined unit of system":"sou:USCS"
,"description":"\"US Gallon per Minute\" is a C.G.S System unit for 'Volume Per Unit Time' expressed as $gal\/min$."
,"expression":"$gal\/min$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA508"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA508"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Gallon per Minute"
,"label":"Us Gallon per Minute"
,"symbol":"gal{US}\/min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[gal_us].min-1"
,"unece common code":"G2"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_US-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"US Gallon per Minute\" is a C.G.S System unit for 'Volume Per Unit Time' expressed as $gal/min$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00006309019640000000000000000000000001",
"conversionMultiplier:SN" : 6.30901964E-5,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"expression" : "$gal/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA508",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA508",
"symbol" : "gal{US}/min",
"ucumCode" : "[gal_us].min-1",
"uneceCommonCode" : "G2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q64996135",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Gallon per Minute", {
"@language" : "en",
"@value" : "Us Gallon per Minute"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_US-PER-SEC
URI: http://qudt.org/vocab/unit/GAL_US-PER-SEC
unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_US-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.003785411784 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.785411784E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA509" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA509"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "gal{US}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_us].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K30" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Gallon per Second" ;
rdfs:label "Us Gallon per Second"@en ;
.
{"resource":"Us Gallon per Second"
,"qname":"unit:GAL_US-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_US-PER-SEC"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.003785411784"
,"conversion multiplier scientific":"3.785411784E-3"
,"description":"unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second"
,"description (plain text)":"unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA509"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA509"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Gallon per Second"
,"label":"Us Gallon per Second"
,"symbol":"gal{US}\/s"
,"type":"qudt:Unit"
,"ucum code":"[gal_us].s-1"
,"unece common code":"K30"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_US-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.003785411784",
"conversionMultiplier:SN" : 0.003785411784,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA509",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA509",
"plainTextDescription" : "unit gallon (US, liq.) according to the Anglo-American system of units divided by the SI base unit second",
"symbol" : "gal{US}/s",
"ucumCode" : "[gal_us].s-1",
"uneceCommonCode" : "K30",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Gallon per Second", {
"@language" : "en",
"@value" : "Us Gallon per Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAL_US_DRY
URI: http://qudt.org/vocab/unit/GAL_US_DRY
"Dry Gallon US" is a unit for 'Dry Volume' expressed as $dry_gal$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GAL_US_DRY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Dry Gallon US\" is a unit for 'Dry Volume' expressed as $dry_gal$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00440488377086 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.40488377086E-3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/factorUnitScalar> 0.125 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DryVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB118" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB118"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "gal{US Dry}" ;
<http://qudt.org/schema/qudt/ucumCode> "[gal_wi]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GLD" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5309589> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dry Gallon Us" ;
rdfs:label "Dry Gallon Us"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "Winchester gallon" ;
<http://www.w3.org/2004/02/skos/core#altLabel> "corn gallon" ;
.
{"resource":"Dry Gallon Us"
,"qname":"unit:GAL_US_DRY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAL_US_DRY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5309589>"
,"alternative label":"Winchester gallon"
,"alternative label":"corn gallon"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00440488377086"
,"conversion multiplier scientific":"4.40488377086E-3"
,"defined unit of system":"sou:USCS"
,"description":"\"Dry Gallon US\" is a unit for 'Dry Volume' expressed as $dry_gal$."
,"factorUnitScalar":"0.125"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:DryVolume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB118"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB118"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dry Gallon Us"
,"label":"Dry Gallon Us"
,"symbol":"gal{US Dry}"
,"type":"qudt:Unit"
,"ucum code":"[gal_wi]"
,"unece common code":"GLD"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAL_US_DRY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Dry Gallon US\" is a unit for 'Dry Volume' expressed as $dry_gal$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00440488377086",
"conversionMultiplier:SN" : 0.00440488377086,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"factorUnitScalar" : "0.125",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DryVolume",
"iec61360Code" : "0112/2///62720#UAB118",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB118",
"symbol" : "gal{US Dry}",
"ucumCode" : "[gal_wi]",
"uneceCommonCode" : "GLD",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5309589",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dry Gallon Us", {
"@language" : "en",
"@value" : "Dry Gallon Us"
} ],
"altLabel" : [ "Winchester gallon", "corn gallon" ],
"@context" : {
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAMMA
URI: http://qudt.org/vocab/unit/GAMMA
"Gamma" is a C.G.S System unit for 'Magnetic Field'.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GAMMA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Gamma\" is a C.G.S System unit for 'Magnetic Field'."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gamma"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticField> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB213" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gamma?oldid=494680973"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB213"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gamma> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/T> ; <http://qudt.org/schema/qudt/symbol> "γ" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P12" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gamma" ; rdfs:label "Gamma"@en ; .
{"resource":"Gamma"
,"qname":"unit:GAMMA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAMMA"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gamma"
,"description":"\"Gamma\" is a C.G.S System unit for 'Magnetic Field'."
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticField"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB213"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gamma?oldid=494680973"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB213"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gamma"
,"label":"Gamma"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/gamma>"
,"scalingOf":"unit:T"
,"symbol":"γ"
,"type":"qudt:Unit"
,"unece common code":"P12"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAMMA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Gamma\" is a C.G.S System unit for 'Magnetic Field'.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"dbpediaMatch" : "http://dbpedia.org/resource/Gamma",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticFluxDensity", "http://qudt.org/vocab/quantitykind/MagneticField" ],
"iec61360Code" : "0112/2///62720#UAB213",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Gamma?oldid=494680973", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB213" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/gamma",
"scalingOf" : "http://qudt.org/vocab/unit/T",
"symbol" : "γ",
"uneceCommonCode" : "P12",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gamma", {
"@language" : "en",
"@value" : "Gamma"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAUGE_FR
URI: http://qudt.org/vocab/unit/GAUGE_FR
unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GAUGE_FR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0003333333 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.333333E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB377" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB377"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)." ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "French gauge" ; <http://qudt.org/schema/qudt/ucumCode> "[Ch]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H79" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1067722> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "French Gauge" ; rdfs:label "French Gauge"@en ; .
{"resource":"French Gauge"
,"qname":"unit:GAUGE_FR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAUGE_FR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1067722>"
,"conversion multiplier":"0.0003333333"
,"conversion multiplier scientific":"3.333333E-4"
,"description":"unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)."
,"description (plain text)":"unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses)."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB377"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB377"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"French Gauge"
,"label":"French Gauge"
,"scalingOf":"unit:M"
,"symbol":"French gauge"
,"type":"qudt:Unit"
,"ucum code":"[Ch]"
,"unece common code":"H79"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAUGE_FR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses).",
"conversionMultiplier" : "0.0003333333",
"conversionMultiplier:SN" : 3.333333E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB377",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB377",
"plainTextDescription" : "unit for the diameter of thin tubes in the medical technology (e.g. catheter) and telecommunications engineering (e.g. fiberglasses).",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "French gauge",
"ucumCode" : "[Ch]",
"uneceCommonCode" : "H79",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1067722",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "French Gauge", {
"@language" : "en",
"@value" : "French Gauge"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GAUSS
URI: http://qudt.org/vocab/unit/GAUSS
CGS unit of the magnetic flux density B
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GAUSS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "CGS unit of the magnetic flux density B"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/T_Ab> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB135" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB135"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "CGS unit of the magnetic flux density B" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/T> ; <http://qudt.org/schema/qudt/symbol> "Gs" ; <http://qudt.org/schema/qudt/ucumCode> "G"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "76" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q177493> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gauss" ; rdfs:label "Gauss"@en ; .
{"resource":"Gauss"
,"qname":"unit:GAUSS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GAUSS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q177493>"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"CGS unit of the magnetic flux density B"
,"description (plain text)":"CGS unit of the magnetic flux density B"
,"exact match":"unit:T_Ab"
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB135"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB135"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gauss"
,"label":"Gauss"
,"scalingOf":"unit:T"
,"symbol":"Gs"
,"type":"qudt:Unit"
,"ucum code":"G"
,"unece common code":"76"
]}
{
"@id" : "http://qudt.org/vocab/unit/GAUSS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "CGS unit of the magnetic flux density B",
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"exactMatch" : "http://qudt.org/vocab/unit/T_Ab",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFluxDensity",
"iec61360Code" : "0112/2///62720#UAB135",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB135",
"plainTextDescription" : "CGS unit of the magnetic flux density B",
"scalingOf" : "http://qudt.org/vocab/unit/T",
"symbol" : "Gs",
"ucumCode" : "G",
"uneceCommonCode" : "76",
"wikidataMatch" : "http://www.wikidata.org/entity/Q177493",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Gauss"
}, "Gauss" ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GA_Charriere
URI: http://qudt.org/vocab/unit/GA_Charriere
unit for the diameter of urological instruments and catheters for different purposes corresponding to: 1 Ch = 0,333 333 333 10 ⁻ ³ m
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GA_Charriere> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the diameter of urological instruments and catheters for different purposes corresponding to: 1 Ch = 0,333 333 333 10 ⁻ ³ m" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0003333333 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.333333E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB382" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB382"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "Ch" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Charrière Gauge" ; rdfs:label "Charrière Gauge"@en ; .
{"resource":"Charrière Gauge"
,"qname":"unit:GA_Charriere"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GA_Charriere"
,"properties":["conversion multiplier":"0.0003333333"
,"conversion multiplier scientific":"3.333333E-4"
,"description":"unit for the diameter of urological instruments and catheters for different purposes corresponding to: 1 Ch = 0,333 333 333 10 \u207B ³ m"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB382"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB382"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Charrière Gauge"
,"label":"Charrière Gauge"
,"scalingOf":"unit:M"
,"symbol":"Ch"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/GA_Charriere",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the diameter of urological instruments and catheters for different purposes corresponding to: 1 Ch = 0,333 333 333 10 ⁻ ³ m",
"conversionMultiplier" : "0.0003333333",
"conversionMultiplier:SN" : 3.333333E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB382",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB382",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "Ch",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Charrière Gauge", {
"@language" : "en",
"@value" : "Charrière Gauge"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI
URI: http://qudt.org/vocab/unit/GI
The fundamental unit of magnetomotive force ($mmf$) in electromagnetic units is called a Gilbert. It is the $mmf$ which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The fundamental unit of magnetomotive force ($mmf$) in electromagnetic units is called a Gilbert. It is the $mmf$ which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.795774715 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.95774715E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gilbert"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagnetomotiveForce> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB211" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gilbert?oldid=492755037"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB211"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "Gb" ; <http://qudt.org/schema/qudt/ucumCode> "Gb"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N97" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1413142> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gilbert" ; rdfs:label "Gilbert"@en ; .
{"resource":"Gilbert"
,"qname":"unit:GI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1413142>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"0.795774715"
,"conversion multiplier scientific":"7.95774715E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gilbert"
,"description":"The fundamental unit of magnetomotive force ($mmf$) in electromagnetic units is called a Gilbert. It is the $mmf$ which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagnetomotiveForce"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB211"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gilbert?oldid=492755037"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB211"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gilbert"
,"label":"Gilbert"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/gilbert>"
,"scalingOf":"unit:A"
,"symbol":"Gb"
,"type":"qudt:Unit"
,"ucum code":"Gb"
,"unece common code":"N97"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The fundamental unit of magnetomotive force ($mmf$) in electromagnetic units is called a Gilbert. It is the $mmf$ which will produce a magnetic field strength of one Gauss (Maxwell per Square Centimeter) in a path one centimeter long.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.795774715",
"conversionMultiplier:SN" : 0.795774715,
"dbpediaMatch" : "http://dbpedia.org/resource/Gilbert",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagnetomotiveForce",
"iec61360Code" : "0112/2///62720#UAB211",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Gilbert?oldid=492755037", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB211" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/gilbert",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "Gb",
"ucumCode" : "Gb",
"uneceCommonCode" : "N97",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1413142",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gilbert", {
"@language" : "en",
"@value" : "Gilbert"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI_UK
URI: http://qudt.org/vocab/unit/GI_UK
unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GI_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0001420653 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.420653E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA511" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA511"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "gill{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[gil_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GII" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q93679498> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gill (UK)" ;
rdfs:label "Gill (UK)"@en ;
.
{"resource":"Gill (UK)"
,"qname":"unit:GI_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI_UK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q93679498>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0001420653"
,"conversion multiplier scientific":"1.420653E-4"
,"description":"unit of the volume for fluids according to the Imperial system of units (1\/32 Imperial Gallon)"
,"description (plain text)":"unit of the volume for fluids according to the Imperial system of units (1\/32 Imperial Gallon)"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA511"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA511"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gill (UK)"
,"label":"Gill (UK)"
,"scalingOf":"unit:M3"
,"symbol":"gill{UK}"
,"type":"qudt:Unit"
,"ucum code":"[gil_br]"
,"unece common code":"GII"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0001420653",
"conversionMultiplier:SN" : 1.420653E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA511",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA511",
"plainTextDescription" : "unit of the volume for fluids according to the Imperial system of units (1/32 Imperial Gallon)",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "gill{UK}",
"ucumCode" : "[gil_br]",
"uneceCommonCode" : "GII",
"wikidataMatch" : "http://www.wikidata.org/entity/Q93679498",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gill (UK)", {
"@language" : "en",
"@value" : "Gill (UK)"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI_UK-PER-DAY
URI: http://qudt.org/vocab/unit/GI_UK-PER-DAY
unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GI_UK-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001644274305555555555555555555555555 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.644274305555555555555555555555555E-9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA512" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA512"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "gill{UK}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[gil_br].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K32" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gill (UK) per Day" ;
rdfs:label "Gill (UK) per Day"@en ;
.
{"resource":"Gill (UK) per Day"
,"qname":"unit:GI_UK-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI_UK-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.000000001644274305555555555555555555555555"
,"conversion multiplier scientific":"1.644274305555555555555555555555555E-9"
,"description":"unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day"
,"description (plain text)":"unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA512"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA512"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gill (UK) per Day"
,"label":"Gill (UK) per Day"
,"symbol":"gill{UK}\/d"
,"type":"qudt:Unit"
,"ucum code":"[gil_br].d-1"
,"unece common code":"K32"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI_UK-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.000000001644274305555555555555555555555555",
"conversionMultiplier:SN" : 1.6442743055555556E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA512",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA512",
"plainTextDescription" : "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time day",
"symbol" : "gill{UK}/d",
"ucumCode" : "[gil_br].d-1",
"uneceCommonCode" : "K32",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gill (UK) per Day", {
"@language" : "en",
"@value" : "Gill (UK) per Day"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI_UK-PER-HR
URI: http://qudt.org/vocab/unit/GI_UK-PER-HR
unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GI_UK-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000003946258333333333333333333333333334 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.946258333333333333333333333333334E-8 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA513" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA513"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "gill{UK}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[gil_br].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K33" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gill (UK) per Hour" ;
rdfs:label "Gill (UK) per Hour"@en ;
.
{"resource":"Gill (UK) per Hour"
,"qname":"unit:GI_UK-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI_UK-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00000003946258333333333333333333333333334"
,"conversion multiplier scientific":"3.946258333333333333333333333333334E-8"
,"description":"unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA513"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA513"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gill (UK) per Hour"
,"label":"Gill (UK) per Hour"
,"symbol":"gill{UK}\/h"
,"type":"qudt:Unit"
,"ucum code":"[gil_br].h-1"
,"unece common code":"K33"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI_UK-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00000003946258333333333333333333333333334",
"conversionMultiplier:SN" : 3.9462583333333336E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA513",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA513",
"plainTextDescription" : "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time hour",
"symbol" : "gill{UK}/h",
"ucumCode" : "[gil_br].h-1",
"uneceCommonCode" : "K33",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gill (UK) per Hour", {
"@language" : "en",
"@value" : "Gill (UK) per Hour"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI_UK-PER-MIN
URI: http://qudt.org/vocab/unit/GI_UK-PER-MIN
unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GI_UK-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000002367755 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.367755E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA514" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA514"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "gill{UK}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[gil_br].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K34" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gill (UK) per Minute" ;
rdfs:label "Gill (UK) per Minute"@en ;
.
{"resource":"Gill (UK) per Minute"
,"qname":"unit:GI_UK-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI_UK-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.000002367755"
,"conversion multiplier scientific":"2.367755E-6"
,"description":"unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA514"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA514"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gill (UK) per Minute"
,"label":"Gill (UK) per Minute"
,"symbol":"gill{UK}\/min"
,"type":"qudt:Unit"
,"ucum code":"[gil_br].min-1"
,"unece common code":"K34"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI_UK-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.000002367755",
"conversionMultiplier:SN" : 2.367755E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA514",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA514",
"plainTextDescription" : "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the unit for time minute",
"symbol" : "gill{UK}/min",
"ucumCode" : "[gil_br].min-1",
"uneceCommonCode" : "K34",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gill (UK) per Minute", {
"@language" : "en",
"@value" : "Gill (UK) per Minute"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI_UK-PER-SEC
URI: http://qudt.org/vocab/unit/GI_UK-PER-SEC
unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GI_UK-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0001420653 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.420653E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA515" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA515"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "gill{UK}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[gil_br].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K35" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gill (UK) per Second" ;
rdfs:label "Gill (UK) per Second"@en ;
.
{"resource":"Gill (UK) per Second"
,"qname":"unit:GI_UK-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI_UK-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0001420653"
,"conversion multiplier scientific":"1.420653E-4"
,"description":"unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA515"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA515"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gill (UK) per Second"
,"label":"Gill (UK) per Second"
,"symbol":"gill{UK}\/s"
,"type":"qudt:Unit"
,"ucum code":"[gil_br].s-1"
,"unece common code":"K35"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI_UK-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0001420653",
"conversionMultiplier:SN" : 1.420653E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA515",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA515",
"plainTextDescription" : "unit of the volume gill (UK) for fluids according to the Imperial system of units divided by the SI base unit second",
"symbol" : "gill{UK}/s",
"ucumCode" : "[gil_br].s-1",
"uneceCommonCode" : "K35",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gill (UK) per Second", {
"@language" : "en",
"@value" : "Gill (UK) per Second"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI_US
URI: http://qudt.org/vocab/unit/GI_US
unit of the volume according the Anglo-American system of units (1/32 US Gallon)
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GI_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume according the Anglo-American system of units (1/32 US Gallon)"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000118294125 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.18294125E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA516" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA516"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume according the Anglo-American system of units (1/32 US Gallon)" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "gill{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[gil_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GIA" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q93678895> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gill (US)" ;
rdfs:label "Gill (US)"@en ;
.
{"resource":"Gill (US)"
,"qname":"unit:GI_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q93678895>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000118294125"
,"conversion multiplier scientific":"1.18294125E-4"
,"description":"unit of the volume according the Anglo-American system of units (1\/32 US Gallon)"
,"description (plain text)":"unit of the volume according the Anglo-American system of units (1\/32 US Gallon)"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA516"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA516"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gill (US)"
,"label":"Gill (US)"
,"scalingOf":"unit:M3"
,"symbol":"gill{US}"
,"type":"qudt:Unit"
,"ucum code":"[gil_us]"
,"unece common code":"GIA"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume according the Anglo-American system of units (1/32 US Gallon)",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000118294125",
"conversionMultiplier:SN" : 1.18294125E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA516",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA516",
"plainTextDescription" : "unit of the volume according the Anglo-American system of units (1/32 US Gallon)",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "gill{US}",
"ucumCode" : "[gil_us]",
"uneceCommonCode" : "GIA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q93678895",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gill (US)", {
"@language" : "en",
"@value" : "Gill (US)"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI_US-PER-DAY
URI: http://qudt.org/vocab/unit/GI_US-PER-DAY
unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GI_US-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001369144965277777777777777777777777 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.369144965277777777777777777777777E-9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA517" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA517"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "gill{US}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[gil_us].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K36" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gill (US) per Day" ;
rdfs:label "Gill (US) per Day"@en ;
.
{"resource":"Gill (US) per Day"
,"qname":"unit:GI_US-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI_US-PER-DAY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.000000001369144965277777777777777777777777"
,"conversion multiplier scientific":"1.369144965277777777777777777777777E-9"
,"description":"unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day"
,"description (plain text)":"unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA517"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA517"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gill (US) per Day"
,"label":"Gill (US) per Day"
,"symbol":"gill{US}\/d"
,"type":"qudt:Unit"
,"ucum code":"[gil_us].d-1"
,"unece common code":"K36"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI_US-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000000001369144965277777777777777777777777",
"conversionMultiplier:SN" : 1.3691449652777778E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA517",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA517",
"plainTextDescription" : "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time day",
"symbol" : "gill{US}/d",
"ucumCode" : "[gil_us].d-1",
"uneceCommonCode" : "K36",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gill (US) per Day", {
"@language" : "en",
"@value" : "Gill (US) per Day"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI_US-PER-HR
URI: http://qudt.org/vocab/unit/GI_US-PER-HR
unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GI_US-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000003285947916666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.285947916666666666666666666666667E-8 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA518" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA518"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "gill{US}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[gil_us].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K37" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gill (US) per Hour" ;
rdfs:label "Gill (US) per Hour"@en ;
.
{"resource":"Gill (US) per Hour"
,"qname":"unit:GI_US-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI_US-PER-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.00000003285947916666666666666666666666667"
,"conversion multiplier scientific":"3.285947916666666666666666666666667E-8"
,"description":"unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA518"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA518"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gill (US) per Hour"
,"label":"Gill (US) per Hour"
,"symbol":"gill{US}\/h"
,"type":"qudt:Unit"
,"ucum code":"[gil_us].h-1"
,"unece common code":"K37"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI_US-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00000003285947916666666666666666666666667",
"conversionMultiplier:SN" : 3.285947916666667E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA518",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA518",
"plainTextDescription" : "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time hour",
"symbol" : "gill{US}/h",
"ucumCode" : "[gil_us].h-1",
"uneceCommonCode" : "K37",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gill (US) per Hour", {
"@language" : "en",
"@value" : "Gill (US) per Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI_US-PER-MIN
URI: http://qudt.org/vocab/unit/GI_US-PER-MIN
unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GI_US-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000197156875 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.97156875E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA519" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA519"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "gill{US}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[gil_us].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K38" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gill (US) per Minute" ;
rdfs:label "Gill (US) per Minute"@en ;
.
{"resource":"Gill (US) per Minute"
,"qname":"unit:GI_US-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI_US-PER-MIN"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.00000197156875"
,"conversion multiplier scientific":"1.97156875E-6"
,"description":"unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA519"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA519"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gill (US) per Minute"
,"label":"Gill (US) per Minute"
,"symbol":"gill{US}\/min"
,"type":"qudt:Unit"
,"ucum code":"[gil_us].min-1"
,"unece common code":"K38"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI_US-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00000197156875",
"conversionMultiplier:SN" : 1.97156875E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA519",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA519",
"plainTextDescription" : "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the unit for time minute",
"symbol" : "gill{US}/min",
"ucumCode" : "[gil_us].min-1",
"uneceCommonCode" : "K38",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gill (US) per Minute", {
"@language" : "en",
"@value" : "Gill (US) per Minute"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GI_US-PER-SEC
URI: http://qudt.org/vocab/unit/GI_US-PER-SEC
unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GI_US-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000118294125 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.18294125E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA520" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA520"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "gill{US}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[gil_us].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K39" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gill (US) per Second" ;
rdfs:label "Gill (US) per Second"@en ;
.
{"resource":"Gill (US) per Second"
,"qname":"unit:GI_US-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GI_US-PER-SEC"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.000118294125"
,"conversion multiplier scientific":"1.18294125E-4"
,"description":"unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA520"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA520"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gill (US) per Second"
,"label":"Gill (US) per Second"
,"symbol":"gill{US}\/s"
,"type":"qudt:Unit"
,"ucum code":"[gil_us].s-1"
,"unece common code":"K39"
]}
{
"@id" : "http://qudt.org/vocab/unit/GI_US-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000118294125",
"conversionMultiplier:SN" : 1.18294125E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA520",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA520",
"plainTextDescription" : "unit of the volume gill (US) for fluids according to the Anglo-American system of units divided by the SI base unit second",
"symbol" : "gill{US}/s",
"ucumCode" : "[gil_us].s-1",
"uneceCommonCode" : "K39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gill (US) per Second", {
"@language" : "en",
"@value" : "Gill (US) per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM
URI: http://qudt.org/vocab/unit/GM
A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gram"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA465" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gram?oldid=493995797"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA465"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gram> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "g" ; <http://qudt.org/schema/qudt/ucumCode> "g"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "g" ; <http://qudt.org/schema/qudt/uneceCommonCode> "GRM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q41803> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram" ; rdfs:label "Gram"@cs ; rdfs:label "Gram"@en ; rdfs:label "Gram"@ms ; rdfs:label "Gram"@pl ; rdfs:label "Gram"@ro ; rdfs:label "Gram"@sl ; rdfs:label "Gram"@tr ; rdfs:label "Grama"@pt ; rdfs:label "Gramm"@de ; rdfs:label "Gramm"@hu ; rdfs:label "Gramma"@la ; rdfs:label "Gramme"@fr ; rdfs:label "Grammo"@it ; rdfs:label "Gramo"@es ; .
{"resource":"Gram"
,"qname":"unit:GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q41803>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gram"
,"description":"A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1\/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. "
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA465"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gram?oldid=493995797"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA465"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram"
,"label":"Gram"
,"label":"Gram"
,"label":"Gram"
,"label":"Gram"
,"label":"Gram"
,"label":"Gram"
,"label":"Gram"
,"label":"Grama"
,"label":"Gramm"
,"label":"Gramm"
,"label":"Gramma"
,"label":"Gramme"
,"label":"Grammo"
,"label":"Gramo"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/gram>"
,"scalingOf":"unit:KiloGM"
,"symbol":"g"
,"type":"qudt:Unit"
,"ucum code":"g"
,"udunits code":"g"
,"unece common code":"GRM"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of mass in the metric system. The name comes from the Greek gramma, a small weight identified in later Roman and Byzantine times with the Latin scripulum or scruple (the English scruple is equal to about 1.3 grams). The gram was originally defined to be the mass of one cubic centimeter of pure water, but to provide precise standards it was necessary to construct physical objects of specified mass. One gram is now defined to be 1/1000 of the mass of the standard kilogram, a platinum-iridium bar carefully guarded by the International Bureau of Weights and Measures in Paris for more than a century. (The kilogram, rather than the gram, is considered the base unit of mass in the SI.) The gram is a small mass, equal to about 15.432 grains or 0.035 273 966 ounce. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"dbpediaMatch" : "http://dbpedia.org/resource/Gram",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA465",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Gram?oldid=493995797", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA465" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/gram",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "g",
"ucumCode" : "g",
"udunitsCode" : "g",
"uneceCommonCode" : "GRM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q41803",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Gramme"
}, {
"@language" : "de",
"@value" : "Gramm"
}, {
"@language" : "hu",
"@value" : "Gramm"
}, {
"@language" : "es",
"@value" : "Gramo"
}, "Gram", {
"@language" : "cs",
"@value" : "Gram"
}, {
"@language" : "en",
"@value" : "Gram"
}, {
"@language" : "ms",
"@value" : "Gram"
}, {
"@language" : "pl",
"@value" : "Gram"
}, {
"@language" : "ro",
"@value" : "Gram"
}, {
"@language" : "sl",
"@value" : "Gram"
}, {
"@language" : "tr",
"@value" : "Gram"
}, {
"@language" : "la",
"@value" : "Gramma"
}, {
"@language" : "it",
"@value" : "Grammo"
}, {
"@language" : "pt",
"@value" : "Grama"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-CentiM-PER-SEC
URI: http://qudt.org/vocab/unit/GM-CentiM-PER-SEC
product of the 0.001-fold of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-CentiM-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 0.001-fold of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Impulse> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB414" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB414"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·cm/s" ; <http://qudt.org/schema/qudt/ucumCode> "g.cm.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M99" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Centimeter na Sekunda"@sl ; rdfs:label "Gram Centimeter per Saat"@ms ; rdfs:label "Gram Centimeter per Second"@en-US ; rdfs:label "Gram Centimetr na Sekunda"@cs ; rdfs:label "Gram Centimetr na Sekunda"@pl ; rdfs:label "Gram Centimetre per Saniye"@tr ; rdfs:label "Gram Centimetre per Second" ; rdfs:label "Gram Centimetre per Second"@en ; rdfs:label "Gram Centimetru pe Secundă"@ro ; rdfs:label "Gramm Centimeter pro Sekunde"@de ; rdfs:label "Gramme Centimètre par Seconde"@fr ; rdfs:label "Grammo Centimetro per Secondo"@it ; rdfs:label "Gramo Centimetro por Segundo"@es ; .
{"resource":"Gram Centimetre per Second"
,"qname":"unit:GM-CentiM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-CentiM-PER-SEC"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"product of the 0.001-fold of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Impulse"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB414"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB414"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Centimeter na Sekunda"
,"label":"Gram Centimeter per Saat"
,"label":"Gram Centimeter per Second"
,"label":"Gram Centimetr na Sekunda"
,"label":"Gram Centimetr na Sekunda"
,"label":"Gram Centimetre per Saniye"
,"label":"Gram Centimetre per Second"
,"label":"Gram Centimetre per Second"
,"label":"Gram Centimetru pe Secundă"
,"label":"Gramm Centimeter pro Sekunde"
,"label":"Gramme Centimètre par Seconde"
,"label":"Grammo Centimetro per Secondo"
,"label":"Gramo Centimetro por Segundo"
,"symbol":"g·cm\/s"
,"type":"qudt:Unit"
,"ucum code":"g.cm.s-1"
,"unece common code":"M99"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-CentiM-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 0.001-fold of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Impulse",
"iec61360Code" : "0112/2///62720#UAB414",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB414",
"symbol" : "g·cm/s",
"ucumCode" : "g.cm.s-1",
"uneceCommonCode" : "M99",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Gram Centimeter na Sekunda"
}, {
"@language" : "en-us",
"@value" : "Gram Centimeter per Second"
}, {
"@language" : "it",
"@value" : "Grammo Centimetro per Secondo"
}, "Gram Centimetre per Second", {
"@language" : "en",
"@value" : "Gram Centimetre per Second"
}, {
"@language" : "ro",
"@value" : "Gram Centimetru pe Secundă"
}, {
"@language" : "de",
"@value" : "Gramm Centimeter pro Sekunde"
}, {
"@language" : "cs",
"@value" : "Gram Centimetr na Sekunda"
}, {
"@language" : "pl",
"@value" : "Gram Centimetr na Sekunda"
}, {
"@language" : "fr",
"@value" : "Gramme Centimètre par Seconde"
}, {
"@language" : "es",
"@value" : "Gramo Centimetro por Segundo"
}, {
"@language" : "tr",
"@value" : "Gram Centimetre per Saniye"
}, {
"@language" : "ms",
"@value" : "Gram Centimeter per Saat"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-HR-PER-L-CentiM3
URI: http://qudt.org/vocab/unit/GM-HR-PER-L-CentiM3
quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-HR-PER-L-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC822" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC822"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·h/(L·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "g.h.L-1.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Hour per Liter Cubic Centimeter"@en-US ; rdfs:label "Gram Hour per Litre Cubic Centimetre" ; rdfs:label "Gram Hour per Litre Cubic Centimetre"@en ; .
{"resource":"Gram Hour per Litre Cubic Centimetre"
,"qname":"unit:GM-HR-PER-L-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-HR-PER-L-CentiM3"
,"properties":["conversion multiplier":"3600000000.0"
,"conversion multiplier scientific":"3.6E9"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC822"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC822"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Hour per Liter Cubic Centimeter"
,"label":"Gram Hour per Litre Cubic Centimetre"
,"label":"Gram Hour per Litre Cubic Centimetre"
,"symbol":"g·h\/(L·cm³)"
,"type":"qudt:Unit"
,"ucum code":"g.h.L-1.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-HR-PER-L-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour",
"conversionMultiplier" : "3600000000.0",
"conversionMultiplier:SN" : 3.6E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC822",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC822",
"symbol" : "g·h/(L·cm³)",
"ucumCode" : "g.h.L-1.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Hour per Liter Cubic Centimeter"
}, "Gram Hour per Litre Cubic Centimetre", {
"@language" : "en",
"@value" : "Gram Hour per Litre Cubic Centimetre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-HR-PER-L-M3
URI: http://qudt.org/vocab/unit/GM-HR-PER-L-M3
quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-HR-PER-L-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC821" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC821"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·h/(L·m³)" ; <http://qudt.org/schema/qudt/ucumCode> "g.h.L-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Hour per Liter Cubic Meter"@en-US ; rdfs:label "Gram Hour per Litre Cubic Metre" ; rdfs:label "Gram Hour per Litre Cubic Metre"@en ; .
{"resource":"Gram Hour per Litre Cubic Metre"
,"qname":"unit:GM-HR-PER-L-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-HR-PER-L-M3"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC821"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC821"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Hour per Liter Cubic Meter"
,"label":"Gram Hour per Litre Cubic Metre"
,"label":"Gram Hour per Litre Cubic Metre"
,"symbol":"g·h\/(L·m³)"
,"type":"qudt:Unit"
,"ucum code":"g.h.L-1.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-HR-PER-L-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC821",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC821",
"symbol" : "g·h/(L·m³)",
"ucumCode" : "g.h.L-1.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram Hour per Litre Cubic Metre", {
"@language" : "en",
"@value" : "Gram Hour per Litre Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Gram Hour per Liter Cubic Meter"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-HR-PER-L2
URI: http://qudt.org/vocab/unit/GM-HR-PER-L2
quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-HR-PER-L2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC823" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC823"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·h/L²" ; <http://qudt.org/schema/qudt/ucumCode> "g.h.L-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Hour per Square Liter"@en-US ; rdfs:label "Gram Hour per Square Litre" ; rdfs:label "Gram Hour per Square Litre"@en ; .
{"resource":"Gram Hour per Square Litre"
,"qname":"unit:GM-HR-PER-L2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-HR-PER-L2"
,"properties":["conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC823"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC823"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Hour per Square Liter"
,"label":"Gram Hour per Square Litre"
,"label":"Gram Hour per Square Litre"
,"symbol":"g·h\/L²"
,"type":"qudt:Unit"
,"ucum code":"g.h.L-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-HR-PER-L2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour",
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC823",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC823",
"symbol" : "g·h/L²",
"ucumCode" : "g.h.L-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Gram Hour per Square Litre"
}, "Gram Hour per Square Litre", {
"@language" : "en-us",
"@value" : "Gram Hour per Square Liter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-HR-PER-M3-CentiM3
URI: http://qudt.org/vocab/unit/GM-HR-PER-M3-CentiM3
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-HR-PER-M3-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC813" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC813"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·h/(m³·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "g.h.m-3.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Hour per Cubic Meter Cubic Centimeter"@en-US ; rdfs:label "Gram Hour per Cubic Metre Cubic Centimetre" ; rdfs:label "Gram Hour per Cubic Metre Cubic Centimetre"@en ; .
{"resource":"Gram Hour per Cubic Metre Cubic Centimetre"
,"qname":"unit:GM-HR-PER-M3-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-HR-PER-M3-CentiM3"
,"properties":["conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC813"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC813"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Hour per Cubic Meter Cubic Centimeter"
,"label":"Gram Hour per Cubic Metre Cubic Centimetre"
,"label":"Gram Hour per Cubic Metre Cubic Centimetre"
,"symbol":"g·h\/(m³·cm³)"
,"type":"qudt:Unit"
,"ucum code":"g.h.m-3.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-HR-PER-M3-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour",
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC813",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC813",
"symbol" : "g·h/(m³·cm³)",
"ucumCode" : "g.h.m-3.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Hour per Cubic Meter Cubic Centimeter"
}, {
"@language" : "en",
"@value" : "Gram Hour per Cubic Metre Cubic Centimetre"
}, "Gram Hour per Cubic Metre Cubic Centimetre" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-HR-PER-M3-L
URI: http://qudt.org/vocab/unit/GM-HR-PER-M3-L
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-HR-PER-M3-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC814" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC814"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·h/(m³·L)" ; <http://qudt.org/schema/qudt/ucumCode> "g.h.m-3.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Hour per Cubic Meter Liter"@en-US ; rdfs:label "Gram Hour per Cubic Metre Litre" ; rdfs:label "Gram Hour per Cubic Metre Litre"@en ; .
{"resource":"Gram Hour per Cubic Metre Litre"
,"qname":"unit:GM-HR-PER-M3-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-HR-PER-M3-L"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC814"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC814"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Hour per Cubic Meter Liter"
,"label":"Gram Hour per Cubic Metre Litre"
,"label":"Gram Hour per Cubic Metre Litre"
,"symbol":"g·h\/(m³·L)"
,"type":"qudt:Unit"
,"ucum code":"g.h.m-3.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-HR-PER-M3-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC814",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC814",
"symbol" : "g·h/(m³·L)",
"ucumCode" : "g.h.m-3.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Hour per Cubic Meter Liter"
}, "Gram Hour per Cubic Metre Litre", {
"@language" : "en",
"@value" : "Gram Hour per Cubic Metre Litre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-HR-PER-M6
URI: http://qudt.org/vocab/unit/GM-HR-PER-M6
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-HR-PER-M6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3.6 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC812" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC812"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·h/m⁶" ; <http://qudt.org/schema/qudt/ucumCode> "g.h.m-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Hour per Sextic Meter"@en-US ; rdfs:label "Gram Hour per Sextic Metre" ; rdfs:label "Gram Hour per Sextic Metre"@en ; .
{"resource":"Gram Hour per Sextic Metre"
,"qname":"unit:GM-HR-PER-M6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-HR-PER-M6"
,"properties":["conversion multiplier":"3.6"
,"conversion multiplier scientific":"3.6E0"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC812"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC812"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Hour per Sextic Meter"
,"label":"Gram Hour per Sextic Metre"
,"label":"Gram Hour per Sextic Metre"
,"symbol":"g·h\/m\u2076"
,"type":"qudt:Unit"
,"ucum code":"g.h.m-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-HR-PER-M6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour",
"conversionMultiplier" : "3.6",
"conversionMultiplier:SN" : 3.6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC812",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC812",
"symbol" : "g·h/m⁶",
"ucumCode" : "g.h.m-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Hour per Sextic Meter"
}, "Gram Hour per Sextic Metre", {
"@language" : "en",
"@value" : "Gram Hour per Sextic Metre"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-MIN-PER-L-CentiM3
URI: http://qudt.org/vocab/unit/GM-MIN-PER-L-CentiM3
quotient of the 0.001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-MIN-PER-L-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 60000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC825" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC825"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·min/(L·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "g.min.L-1.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Minute per Liter Cubic Centimeter"@en-US ; rdfs:label "Gram Minute per Litre Cubic Centimetre" ; rdfs:label "Gram Minute per Litre Cubic Centimetre"@en ; .
{"resource":"Gram Minute per Litre Cubic Centimetre"
,"qname":"unit:GM-MIN-PER-L-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-MIN-PER-L-CentiM3"
,"properties":["conversion multiplier":"60000000.0"
,"conversion multiplier scientific":"6.0E7"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC825"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC825"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Minute per Liter Cubic Centimeter"
,"label":"Gram Minute per Litre Cubic Centimetre"
,"label":"Gram Minute per Litre Cubic Centimetre"
,"symbol":"g·min\/(L·cm³)"
,"type":"qudt:Unit"
,"ucum code":"g.min.L-1.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-MIN-PER-L-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute",
"conversionMultiplier" : "60000000.0",
"conversionMultiplier:SN" : 6.0E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC825",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC825",
"symbol" : "g·min/(L·cm³)",
"ucumCode" : "g.min.L-1.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Minute per Liter Cubic Centimeter"
}, "Gram Minute per Litre Cubic Centimetre", {
"@language" : "en",
"@value" : "Gram Minute per Litre Cubic Centimetre"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-MIN-PER-L-M3
URI: http://qudt.org/vocab/unit/GM-MIN-PER-L-M3
quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-MIN-PER-L-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 60.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC824" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC824"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·min/(L·m³)" ; <http://qudt.org/schema/qudt/ucumCode> "g.min.L-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Minute per Liter Cubic Meter"@en-US ; rdfs:label "Gram Minute per Litre Cubic Metre" ; rdfs:label "Gram Minute per Litre Cubic Metre"@en ; .
{"resource":"Gram Minute per Litre Cubic Metre"
,"qname":"unit:GM-MIN-PER-L-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-MIN-PER-L-M3"
,"properties":["conversion multiplier":"60.0"
,"conversion multiplier scientific":"6.0E1"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC824"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC824"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Minute per Liter Cubic Meter"
,"label":"Gram Minute per Litre Cubic Metre"
,"label":"Gram Minute per Litre Cubic Metre"
,"symbol":"g·min\/(L·m³)"
,"type":"qudt:Unit"
,"ucum code":"g.min.L-1.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-MIN-PER-L-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute",
"conversionMultiplier" : "60.0",
"conversionMultiplier:SN" : 60.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC824",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC824",
"symbol" : "g·min/(L·m³)",
"ucumCode" : "g.min.L-1.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Minute per Liter Cubic Meter"
}, "Gram Minute per Litre Cubic Metre", {
"@language" : "en",
"@value" : "Gram Minute per Litre Cubic Metre"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-MIN-PER-L2
URI: http://qudt.org/vocab/unit/GM-MIN-PER-L2
quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-MIN-PER-L2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 60000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC826" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC826"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·min/L²" ; <http://qudt.org/schema/qudt/ucumCode> "g.min.L-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Minute per Square Liter"@en-US ; rdfs:label "Gram Minute per Square Litre" ; rdfs:label "Gram Minute per Square Litre"@en ; .
{"resource":"Gram Minute per Square Litre"
,"qname":"unit:GM-MIN-PER-L2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-MIN-PER-L2"
,"properties":["conversion multiplier":"60000.0"
,"conversion multiplier scientific":"6.0E4"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC826"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC826"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Minute per Square Liter"
,"label":"Gram Minute per Square Litre"
,"label":"Gram Minute per Square Litre"
,"symbol":"g·min\/L²"
,"type":"qudt:Unit"
,"ucum code":"g.min.L-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-MIN-PER-L2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute",
"conversionMultiplier" : "60000.0",
"conversionMultiplier:SN" : 60000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC826",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC826",
"symbol" : "g·min/L²",
"ucumCode" : "g.min.L-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Minute per Square Liter"
}, "Gram Minute per Square Litre", {
"@language" : "en",
"@value" : "Gram Minute per Square Litre"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-MIN-PER-M3-CentiM3
URI: http://qudt.org/vocab/unit/GM-MIN-PER-M3-CentiM3
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-MIN-PER-M3-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 60000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC816" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC816"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·min/(m³·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "g.min.m-3.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Minute per Cubic Meter Cubic Centimeter"@en-US ; rdfs:label "Gram Minute per Cubic Metre Cubic Centimetre" ; rdfs:label "Gram Minute per Cubic Metre Cubic Centimetre"@en ; .
{"resource":"Gram Minute per Cubic Metre Cubic Centimetre"
,"qname":"unit:GM-MIN-PER-M3-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-MIN-PER-M3-CentiM3"
,"properties":["conversion multiplier":"60000.0"
,"conversion multiplier scientific":"6.0E4"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC816"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC816"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Minute per Cubic Meter Cubic Centimeter"
,"label":"Gram Minute per Cubic Metre Cubic Centimetre"
,"label":"Gram Minute per Cubic Metre Cubic Centimetre"
,"symbol":"g·min\/(m³·cm³)"
,"type":"qudt:Unit"
,"ucum code":"g.min.m-3.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-MIN-PER-M3-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute",
"conversionMultiplier" : "60000.0",
"conversionMultiplier:SN" : 60000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC816",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC816",
"symbol" : "g·min/(m³·cm³)",
"ucumCode" : "g.min.m-3.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram Minute per Cubic Metre Cubic Centimetre", {
"@language" : "en",
"@value" : "Gram Minute per Cubic Metre Cubic Centimetre"
}, {
"@language" : "en-us",
"@value" : "Gram Minute per Cubic Meter Cubic Centimeter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-MIN-PER-M3-L
URI: http://qudt.org/vocab/unit/GM-MIN-PER-M3-L
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-MIN-PER-M3-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 60.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC817" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC817"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·min/(m³·L)" ; <http://qudt.org/schema/qudt/ucumCode> "g.min.m-3.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Minute per Cubic Meter Liter"@en-US ; rdfs:label "Gram Minute per Cubic Metre Litre" ; rdfs:label "Gram Minute per Cubic Metre Litre"@en ; .
{"resource":"Gram Minute per Cubic Metre Litre"
,"qname":"unit:GM-MIN-PER-M3-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-MIN-PER-M3-L"
,"properties":["conversion multiplier":"60.0"
,"conversion multiplier scientific":"6.0E1"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC817"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC817"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Minute per Cubic Meter Liter"
,"label":"Gram Minute per Cubic Metre Litre"
,"label":"Gram Minute per Cubic Metre Litre"
,"symbol":"g·min\/(m³·L)"
,"type":"qudt:Unit"
,"ucum code":"g.min.m-3.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-MIN-PER-M3-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute",
"conversionMultiplier" : "60.0",
"conversionMultiplier:SN" : 60.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC817",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC817",
"symbol" : "g·min/(m³·L)",
"ucumCode" : "g.min.m-3.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Minute per Cubic Meter Liter"
}, "Gram Minute per Cubic Metre Litre", {
"@language" : "en",
"@value" : "Gram Minute per Cubic Metre Litre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-MIN-PER-M6
URI: http://qudt.org/vocab/unit/GM-MIN-PER-M6
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-MIN-PER-M6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.06 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC815" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC815"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·min/m⁶" ; <http://qudt.org/schema/qudt/ucumCode> "g.min.m-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Minute per Sextic Meter"@en-US ; rdfs:label "Gram Minute per Sextic Metre" ; rdfs:label "Gram Minute per Sextic Metre"@en ; .
{"resource":"Gram Minute per Sextic Metre"
,"qname":"unit:GM-MIN-PER-M6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-MIN-PER-M6"
,"properties":["conversion multiplier":"0.06"
,"conversion multiplier scientific":"6.0E-2"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC815"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC815"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Minute per Sextic Meter"
,"label":"Gram Minute per Sextic Metre"
,"label":"Gram Minute per Sextic Metre"
,"symbol":"g·min\/m\u2076"
,"type":"qudt:Unit"
,"ucum code":"g.min.m-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-MIN-PER-M6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute",
"conversionMultiplier" : "0.06",
"conversionMultiplier:SN" : 0.06,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC815",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC815",
"symbol" : "g·min/m⁶",
"ucumCode" : "g.min.m-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram Minute per Sextic Metre", {
"@language" : "en",
"@value" : "Gram Minute per Sextic Metre"
}, {
"@language" : "en-us",
"@value" : "Gram Minute per Sextic Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-MilliM
URI: http://qudt.org/vocab/unit/GM-MilliM
unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB381" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB381"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "g·mm" ; <http://qudt.org/schema/qudt/ucumCode> "g.mm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H84" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Millimeter"@en-US ; rdfs:label "Gram Millimeter"@ms ; rdfs:label "Gram Millimeter"@sl ; rdfs:label "Gram Millimetr"@cs ; rdfs:label "Gram Millimetr"@pl ; rdfs:label "Gram Millimetre" ; rdfs:label "Gram Millimetre"@en ; rdfs:label "Gram Millimetre"@tr ; rdfs:label "Gram Millimetru"@ro ; rdfs:label "Gramm Millimeter"@de ; rdfs:label "Gramme Millimètre"@fr ; rdfs:label "Grammo Millimetro"@it ; rdfs:label "Gramo Millimetro"@es ; .
{"resource":"Gram Millimetre"
,"qname":"unit:GM-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-MilliM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre"
,"description (plain text)":"unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T0D0"
,"has quantity kind":"quantitykind:LengthMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB381"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB381"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Millimeter"
,"label":"Gram Millimeter"
,"label":"Gram Millimeter"
,"label":"Gram Millimetr"
,"label":"Gram Millimetr"
,"label":"Gram Millimetre"
,"label":"Gram Millimetre"
,"label":"Gram Millimetre"
,"label":"Gram Millimetru"
,"label":"Gramm Millimeter"
,"label":"Gramme Millimètre"
,"label":"Grammo Millimetro"
,"label":"Gramo Millimetro"
,"symbol":"g·mm"
,"type":"qudt:Unit"
,"ucum code":"g.mm"
,"unece common code":"H84"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthMass",
"iec61360Code" : "0112/2///62720#UAB381",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB381",
"plainTextDescription" : "unit of the imbalance as product of the 0.001-fold of the SI base unit kilogram and the 0.001-fold of the SI base unit metre",
"symbol" : "g·mm",
"ucumCode" : "g.mm",
"uneceCommonCode" : "H84",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Millimeter"
}, {
"@language" : "ms",
"@value" : "Gram Millimeter"
}, {
"@language" : "sl",
"@value" : "Gram Millimeter"
}, {
"@language" : "es",
"@value" : "Gramo Millimetro"
}, {
"@language" : "de",
"@value" : "Gramm Millimeter"
}, {
"@language" : "fr",
"@value" : "Gramme Millimètre"
}, {
"@language" : "it",
"@value" : "Grammo Millimetro"
}, "Gram Millimetre", {
"@language" : "en",
"@value" : "Gram Millimetre"
}, {
"@language" : "tr",
"@value" : "Gram Millimetre"
}, {
"@language" : "ro",
"@value" : "Gram Millimetru"
}, {
"@language" : "cs",
"@value" : "Gram Millimetr"
}, {
"@language" : "pl",
"@value" : "Gram Millimetr"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-BAR
URI: http://qudt.org/vocab/unit/GM-PER-BAR
0.001-fold of the SI base unit kilogram divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA468" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA468"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/bar" ; <http://qudt.org/schema/qudt/ucumCode> "g.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F74" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Bar" ; rdfs:label "Gram per Bar"@en ; .
{"resource":"Gram per Bar"
,"qname":"unit:GM-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-BAR"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.001-fold of the SI base unit kilogram divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA468"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA468"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Bar"
,"label":"Gram per Bar"
,"symbol":"g\/bar"
,"type":"qudt:Unit"
,"ucum code":"g.bar-1"
,"unece common code":"F74"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the unit bar",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA468",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA468",
"symbol" : "g/bar",
"ucumCode" : "g.bar-1",
"uneceCommonCode" : "F74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Bar", {
"@language" : "en",
"@value" : "Gram per Bar"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-CentiM-BAR
URI: http://qudt.org/vocab/unit/GM-PER-CentiM-BAR
0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-CentiM-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SquareTime> ; <http://qudt.org/schema/qudt/symbol> "g/(cm·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.cm-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Centimeter Bar"@en-US ; rdfs:label "Gram per Centimetre Bar" ; rdfs:label "Gram per Centimetre Bar"@en ; .
{"resource":"Gram per Centimetre Bar"
,"qname":"unit:GM-PER-CentiM-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-CentiM-BAR"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre and the unit bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T2D0"
,"has quantity kind":"quantitykind:SquareTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Centimeter Bar"
,"label":"Gram per Centimetre Bar"
,"label":"Gram per Centimetre Bar"
,"symbol":"g\/(cm·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.cm-1.bar-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-CentiM-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre and the unit bar",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SquareTime",
"symbol" : "g/(cm·bar)",
"ucumCode" : "g.cm-1.bar-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Centimetre Bar", {
"@language" : "en",
"@value" : "Gram per Centimetre Bar"
}, {
"@language" : "en-us",
"@value" : "Gram per Centimeter Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-CentiM-SEC
URI: http://qudt.org/vocab/unit/GM-PER-CentiM-SEC
unit of the dynamic viscosity as a quotient of the 0.001-fold of the SI base unit kilogram divided by the 0.01-fold of the SI base unit metre and SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-CentiM-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the dynamic viscosity as a quotient of the 0.001-fold of the SI base unit kilogram divided by the 0.01-fold of the SI base unit metre and SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB433" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB433"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(cm·s)" ; <http://qudt.org/schema/qudt/ucumCode> "g.cm-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N41" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Centimeter Sekunda"@sl ; rdfs:label "Gram na Centimetr Sekunda"@cs ; rdfs:label "Gram na Centimetr Sekunda"@pl ; rdfs:label "Gram pe Centimetru Secundă"@ro ; rdfs:label "Gram per Centimeter Saat"@ms ; rdfs:label "Gram per Centimeter Second"@en-US ; rdfs:label "Gram per Centimetre Saniye"@tr ; rdfs:label "Gram per Centimetre Second" ; rdfs:label "Gram per Centimetre Second"@en ; rdfs:label "Gramm pro Centimeter Sekunde"@de ; rdfs:label "Gramme par Centimètre Seconde"@fr ; rdfs:label "Grammo per Centimetro Secondo"@it ; rdfs:label "Gramo por Centimetro Segundo"@es ; .
{"resource":"Gram per Centimetre Second"
,"qname":"unit:GM-PER-CentiM-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-CentiM-SEC"
,"properties":["conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"unit of the dynamic viscosity as a quotient of the 0.001-fold of the SI base unit kilogram divided by the 0.01-fold of the SI base unit metre and SI base unit second"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB433"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB433"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Centimeter Sekunda"
,"label":"Gram na Centimetr Sekunda"
,"label":"Gram na Centimetr Sekunda"
,"label":"Gram pe Centimetru Secundă"
,"label":"Gram per Centimeter Saat"
,"label":"Gram per Centimeter Second"
,"label":"Gram per Centimetre Saniye"
,"label":"Gram per Centimetre Second"
,"label":"Gram per Centimetre Second"
,"label":"Gramm pro Centimeter Sekunde"
,"label":"Gramme par Centimètre Seconde"
,"label":"Grammo per Centimetro Secondo"
,"label":"Gramo por Centimetro Segundo"
,"symbol":"g\/(cm·s)"
,"type":"qudt:Unit"
,"ucum code":"g.cm-1.s-1"
,"unece common code":"N41"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-CentiM-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the dynamic viscosity as a quotient of the 0.001-fold of the SI base unit kilogram divided by the 0.01-fold of the SI base unit metre and SI base unit second",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAB433",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB433",
"symbol" : "g/(cm·s)",
"ucumCode" : "g.cm-1.s-1",
"uneceCommonCode" : "N41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Gramme par Centimètre Seconde"
}, {
"@language" : "cs",
"@value" : "Gram na Centimetr Sekunda"
}, {
"@language" : "pl",
"@value" : "Gram na Centimetr Sekunda"
}, {
"@language" : "tr",
"@value" : "Gram per Centimetre Saniye"
}, {
"@language" : "es",
"@value" : "Gramo por Centimetro Segundo"
}, {
"@language" : "sl",
"@value" : "Gram na Centimeter Sekunda"
}, {
"@language" : "de",
"@value" : "Gramm pro Centimeter Sekunde"
}, {
"@language" : "it",
"@value" : "Grammo per Centimetro Secondo"
}, "Gram per Centimetre Second", {
"@language" : "en",
"@value" : "Gram per Centimetre Second"
}, {
"@language" : "ms",
"@value" : "Gram per Centimeter Saat"
}, {
"@language" : "en-us",
"@value" : "Gram per Centimeter Second"
}, {
"@language" : "ro",
"@value" : "Gram pe Centimetru Secundă"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-CentiM2
URI: http://qudt.org/vocab/unit/GM-PER-CentiM2
0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/CentiM2-PER-GM> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB103" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB103"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2" ; <http://qudt.org/schema/qudt/symbol> "g/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "g.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "25" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107133637> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Centimetr Kwadratowy"@pl ; rdfs:label "Gram na Kvadratni Centimeter"@sl ; rdfs:label "Gram na Čtvereční Centimetr"@cs ; rdfs:label "Gram pe Centimetru Pătrat"@ro ; rdfs:label "Gram per Centimeter Persegi"@ms ; rdfs:label "Gram per Centimetrekare"@tr ; rdfs:label "Gram per Square Centimeter"@en-US ; rdfs:label "Gram per Square Centimetre" ; rdfs:label "Gram per Square Centimetre"@en ; rdfs:label "Gramm pro Quadratcentimeter"@de ; rdfs:label "Gramme par Centimètre Carré"@fr ; rdfs:label "Grammo per Centimetro Quadrato"@it ; rdfs:label "Gramo por Centimetro Cuadrado"@es ; .
{"resource":"Gram per Square Centimetre"
,"qname":"unit:GM-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107133637>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"has reciprocal unit":"unit:CentiM2-PER-GM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB103"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB103"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Centimetr Kwadratowy"
,"label":"Gram na Kvadratni Centimeter"
,"label":"Gram na Čtvereční Centimetr"
,"label":"Gram pe Centimetru Pătrat"
,"label":"Gram per Centimeter Persegi"
,"label":"Gram per Centimetrekare"
,"label":"Gram per Square Centimeter"
,"label":"Gram per Square Centimetre"
,"label":"Gram per Square Centimetre"
,"label":"Gramm pro Quadratcentimeter"
,"label":"Gramme par Centimètre Carré"
,"label":"Grammo per Centimetro Quadrato"
,"label":"Gramo por Centimetro Cuadrado"
,"symbol":"g\/cm²"
,"type":"qudt:Unit"
,"ucum code":"g.cm-2"
,"unece common code":"25"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/CentiM2-PER-GM",
"iec61360Code" : "0112/2///62720#UAB103",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB103",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2",
"symbol" : "g/cm²",
"ucumCode" : "g.cm-2",
"uneceCommonCode" : "25",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107133637",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Gram per Centimeter Persegi"
}, {
"@language" : "cs",
"@value" : "Gram na Čtvereční Centimetr"
}, {
"@language" : "de",
"@value" : "Gramm pro Quadratcentimeter"
}, {
"@language" : "ro",
"@value" : "Gram pe Centimetru Pătrat"
}, {
"@language" : "pl",
"@value" : "Gram na Centimetr Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Gramme par Centimètre Carré"
}, "Gram per Square Centimetre", {
"@language" : "sl",
"@value" : "Gram na Kvadratni Centimeter"
}, {
"@language" : "en",
"@value" : "Gram per Square Centimetre"
}, {
"@language" : "en-us",
"@value" : "Gram per Square Centimeter"
}, {
"@language" : "tr",
"@value" : "Gram per Centimetrekare"
}, {
"@language" : "es",
"@value" : "Gramo por Centimetro Cuadrado"
}, {
"@language" : "it",
"@value" : "Grammo per Centimetro Quadrato"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-CentiM2-YR
URI: http://qudt.org/vocab/unit/GM-PER-CentiM2-YR
A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-CentiM2-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)"@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "g/(cm²·a)" ; <http://qudt.org/schema/qudt/ucumCode> "g.cm-2.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Square Centimeter Year"@en-US ; rdfs:label "Gram per Square Centimetre Year" ; rdfs:label "Gram per Square Centimetre Year"@en ; .
{"resource":"Gram per Square Centimetre Year"
,"qname":"unit:GM-PER-CentiM2-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-CentiM2-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-7"
,"description":"A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Square Centimeter Year"
,"label":"Gram per Square Centimetre Year"
,"label":"Gram per Square Centimetre Year"
,"symbol":"g\/(cm²·a)"
,"type":"qudt:Unit"
,"ucum code":"g.cm-2.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-CentiM2-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of 0.001 of the SI unit of mass over 0.00001 of the SI unit of area in a period of an average calendar year (365.25 days)"
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"symbol" : "g/(cm²·a)",
"ucumCode" : "g.cm-2.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Square Centimeter Year"
}, "Gram per Square Centimetre Year", {
"@language" : "en",
"@value" : "Gram per Square Centimetre Year"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-CentiM3
URI: http://qudt.org/vocab/unit/GM-PER-CentiM3
0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/CentiM3-PER-GM> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA469" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA469"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "g/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "g.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "23" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q13147228> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Centimetr Krychlový"@cs ; rdfs:label "Gram na Centimetr Sześcienny"@pl ; rdfs:label "Gram na Kubični Centimeter"@sl ; rdfs:label "Gram pe Centimetru Cub"@ro ; rdfs:label "Gram per Centimeter Kubik"@ms ; rdfs:label "Gram per Centimetreküp"@tr ; rdfs:label "Gram per Cubic Centimeter"@en-US ; rdfs:label "Gram per Cubic Centimetre" ; rdfs:label "Gram per Cubic Centimetre"@en ; rdfs:label "Gramm pro Kubikcentimeter"@de ; rdfs:label "Gramme par Centimètre Cube"@fr ; rdfs:label "Grammo per Centimetro Cubo"@it ; rdfs:label "Gramo por Centimetro Cúbico"@es ; .
{"resource":"Gram per Cubic Centimetre"
,"qname":"unit:GM-PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-CentiM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q13147228>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"has reciprocal unit":"unit:CentiM3-PER-GM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA469"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA469"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Centimetr Krychlový"
,"label":"Gram na Centimetr Sześcienny"
,"label":"Gram na Kubični Centimeter"
,"label":"Gram pe Centimetru Cub"
,"label":"Gram per Centimeter Kubik"
,"label":"Gram per Centimetreküp"
,"label":"Gram per Cubic Centimeter"
,"label":"Gram per Cubic Centimetre"
,"label":"Gram per Cubic Centimetre"
,"label":"Gramm pro Kubikcentimeter"
,"label":"Gramme par Centimètre Cube"
,"label":"Grammo per Centimetro Cubo"
,"label":"Gramo por Centimetro Cúbico"
,"symbol":"g\/cm³"
,"type":"qudt:Unit"
,"ucum code":"g.cm-3"
,"unece common code":"23"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/CentiM3-PER-GM",
"iec61360Code" : "0112/2///62720#UAA469",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA469",
"plainTextDescription" : "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 3",
"symbol" : "g/cm³",
"ucumCode" : "g.cm-3",
"uneceCommonCode" : "23",
"wikidataMatch" : "http://www.wikidata.org/entity/Q13147228",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Gram pe Centimetru Cub"
}, {
"@language" : "sl",
"@value" : "Gram na Kubični Centimeter"
}, {
"@language" : "de",
"@value" : "Gramm pro Kubikcentimeter"
}, {
"@language" : "en-us",
"@value" : "Gram per Cubic Centimeter"
}, {
"@language" : "pl",
"@value" : "Gram na Centimetr Sześcienny"
}, {
"@language" : "es",
"@value" : "Gramo por Centimetro Cúbico"
}, {
"@language" : "it",
"@value" : "Grammo per Centimetro Cubo"
}, {
"@language" : "ms",
"@value" : "Gram per Centimeter Kubik"
}, {
"@language" : "fr",
"@value" : "Gramme par Centimètre Cube"
}, "Gram per Cubic Centimetre", {
"@language" : "en",
"@value" : "Gram per Cubic Centimetre"
}, {
"@language" : "cs",
"@value" : "Gram na Centimetr Krychlový"
}, {
"@language" : "tr",
"@value" : "Gram per Centimetreküp"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-CentiM3-BAR
URI: http://qudt.org/vocab/unit/GM-PER-CentiM3-BAR
0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-CentiM3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA471" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA471"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(cm³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.cm-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G11" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Cubic Centimeter Bar"@en-US ; rdfs:label "Gram per Cubic Centimetre Bar" ; rdfs:label "Gram per Cubic Centimetre Bar"@en ; .
{"resource":"Gram per Cubic Centimetre Bar"
,"qname":"unit:GM-PER-CentiM3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-CentiM3-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA471"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA471"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Cubic Centimeter Bar"
,"label":"Gram per Cubic Centimetre Bar"
,"label":"Gram per Cubic Centimetre Bar"
,"symbol":"g\/(cm³·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.cm-3.bar-1"
,"unece common code":"G11"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-CentiM3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA471",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA471",
"symbol" : "g/(cm³·bar)",
"ucumCode" : "g.cm-3.bar-1",
"uneceCommonCode" : "G11",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Cubic Centimetre Bar", {
"@language" : "en",
"@value" : "Gram per Cubic Centimetre Bar"
}, {
"@language" : "en-us",
"@value" : "Gram per Cubic Centimeter Bar"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-CentiM3-K
URI: http://qudt.org/vocab/unit/GM-PER-CentiM3-K
0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-CentiM3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA470" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA470"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(cm³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "g.cm-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G33" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Centimetr Krychlový Kelvin"@cs ; rdfs:label "Gram na Centimetr Sześcienny Kelwin"@pl ; rdfs:label "Gram na Kubični Centimeter Kelvin"@sl ; rdfs:label "Gram pe Centimetru Cub Kelvin"@ro ; rdfs:label "Gram per Centimeter Kubik Kelvin"@ms ; rdfs:label "Gram per Centimetreküp Kelvin"@tr ; rdfs:label "Gram per Cubic Centimeter Kelvin"@en-US ; rdfs:label "Gram per Cubic Centimetre Kelvin" ; rdfs:label "Gram per Cubic Centimetre Kelvin"@en ; rdfs:label "Gramm pro Kubikcentimeter Kelvin"@de ; rdfs:label "Gramme par Centimètre Cube Kelvin"@fr ; rdfs:label "Grammo per Centimetro Cubo Kelvin"@it ; rdfs:label "Gramo por Centimetro Cúbico Kelvin"@es ; .
{"resource":"Gram per Cubic Centimetre Kelvin"
,"qname":"unit:GM-PER-CentiM3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-CentiM3-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA470"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA470"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Centimetr Krychlový Kelvin"
,"label":"Gram na Centimetr Sześcienny Kelwin"
,"label":"Gram na Kubični Centimeter Kelvin"
,"label":"Gram pe Centimetru Cub Kelvin"
,"label":"Gram per Centimeter Kubik Kelvin"
,"label":"Gram per Centimetreküp Kelvin"
,"label":"Gram per Cubic Centimeter Kelvin"
,"label":"Gram per Cubic Centimetre Kelvin"
,"label":"Gram per Cubic Centimetre Kelvin"
,"label":"Gramm pro Kubikcentimeter Kelvin"
,"label":"Gramme par Centimètre Cube Kelvin"
,"label":"Grammo per Centimetro Cubo Kelvin"
,"label":"Gramo por Centimetro Cúbico Kelvin"
,"symbol":"g\/(cm³·K)"
,"type":"qudt:Unit"
,"ucum code":"g.cm-3.K-1"
,"unece common code":"G33"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-CentiM3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA470",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA470",
"symbol" : "g/(cm³·K)",
"ucumCode" : "g.cm-3.K-1",
"uneceCommonCode" : "G33",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Gram na Centimetr Sześcienny Kelwin"
}, {
"@language" : "ro",
"@value" : "Gram pe Centimetru Cub Kelvin"
}, {
"@language" : "tr",
"@value" : "Gram per Centimetreküp Kelvin"
}, {
"@language" : "en-us",
"@value" : "Gram per Cubic Centimeter Kelvin"
}, {
"@language" : "fr",
"@value" : "Gramme par Centimètre Cube Kelvin"
}, {
"@language" : "ms",
"@value" : "Gram per Centimeter Kubik Kelvin"
}, {
"@language" : "cs",
"@value" : "Gram na Centimetr Krychlový Kelvin"
}, {
"@language" : "sl",
"@value" : "Gram na Kubični Centimeter Kelvin"
}, {
"@language" : "es",
"@value" : "Gramo por Centimetro Cúbico Kelvin"
}, {
"@language" : "de",
"@value" : "Gramm pro Kubikcentimeter Kelvin"
}, {
"@language" : "it",
"@value" : "Grammo per Centimetro Cubo Kelvin"
}, "Gram per Cubic Centimetre Kelvin", {
"@language" : "en",
"@value" : "Gram per Cubic Centimetre Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-DAY
URI: http://qudt.org/vocab/unit/GM-PER-DAY
0,001-fold of the SI base unit kilogram divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the unit day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA472" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA472"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the unit day" ; <http://qudt.org/schema/qudt/symbol> "g/d" ; <http://qudt.org/schema/qudt/ucumCode> "g.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F26" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107210098> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Day" ; rdfs:label "Gram per Day"@en ; .
{"resource":"Gram per Day"
,"qname":"unit:GM-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-DAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107210098>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"0,001-fold of the SI base unit kilogram divided by the unit day"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the unit day"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA472"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA472"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Day"
,"label":"Gram per Day"
,"symbol":"g\/d"
,"type":"qudt:Unit"
,"ucum code":"g.d-1"
,"unece common code":"F26"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the unit day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA472",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA472",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the unit day",
"symbol" : "g/d",
"ucumCode" : "g.d-1",
"uneceCommonCode" : "F26",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107210098",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Day", {
"@language" : "en",
"@value" : "Gram per Day"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-DAY-BAR
URI: http://qudt.org/vocab/unit/GM-PER-DAY-BAR
0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-DAY-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA474" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA474"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(d·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.d-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F62" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Day Bar" ; rdfs:label "Gram per Day Bar"@en ; .
{"resource":"Gram per Day Bar"
,"qname":"unit:GM-PER-DAY-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-DAY-BAR"
,"properties":["conversion multiplier":"0.0000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-13"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA474"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA474"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Day Bar"
,"label":"Gram per Day Bar"
,"symbol":"g\/(d·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.d-1.bar-1"
,"unece common code":"F62"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-DAY-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar",
"conversionMultiplier" : "0.0000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA474",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA474",
"symbol" : "g/(d·bar)",
"ucumCode" : "g.d-1.bar-1",
"uneceCommonCode" : "F62",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Day Bar", {
"@language" : "en",
"@value" : "Gram per Day Bar"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-DAY-K
URI: http://qudt.org/vocab/unit/GM-PER-DAY-K
0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-DAY-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA473" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA473"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(d·K)" ; <http://qudt.org/schema/qudt/ucumCode> "g.d-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F35" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Day Kelvin" ; rdfs:label "Gram per Day Kelvin"@en ; .
{"resource":"Gram per Day Kelvin"
,"qname":"unit:GM-PER-DAY-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-DAY-K"
,"properties":["conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA473"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA473"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Day Kelvin"
,"label":"Gram per Day Kelvin"
,"symbol":"g\/(d·K)"
,"type":"qudt:Unit"
,"ucum code":"g.d-1.K-1"
,"unece common code":"F35"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-DAY-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin",
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA473",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA473",
"symbol" : "g/(d·K)",
"ucumCode" : "g.d-1.K-1",
"uneceCommonCode" : "F35",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Day Kelvin", {
"@language" : "en",
"@value" : "Gram per Day Kelvin"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-DEG_C
URI: http://qudt.org/vocab/unit/GM-PER-DEG_C
$\textit{Gram Degree Celsius}$ is a C.G.S System unit for 'Mass Temperature' expressed as $g \cdot degC$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GM-PER-DEG_C>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Gram Degree Celsius}$ is a C.G.S System unit for 'Mass Temperature' expressed as $g \\cdot degC$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ;
<http://qudt.org/schema/qudt/expression> "$g-degC$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/symbol> "g/°C" ;
<http://qudt.org/schema/qudt/ucumCode> "g.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gram na Stopień Celsjusza"@pl ;
rdfs:label "Gram na Stopinja Celzija"@sl ;
rdfs:label "Gram na Stupně Celsia"@cs ;
rdfs:label "Gram pe Grad Celsius"@ro ;
rdfs:label "Gram per Celsius"@tr ;
rdfs:label "Gram per Darjah Celsius"@ms ;
rdfs:label "Gram per Degree Celsius" ;
rdfs:label "Gram per Degree Celsius"@en ;
rdfs:label "Grama por Grau Celsius"@pt ;
rdfs:label "Gramm pro Grad Celsius"@de ;
rdfs:label "Gramma per Gradus Celsii"@la ;
rdfs:label "Gramme par Degré Celsius"@fr ;
rdfs:label "Grammo per Grado Celsius"@it ;
rdfs:label "Gramo por Grado Celsius"@es ;
.
{"resource":"Gram per Degree Celsius"
,"qname":"unit:GM-PER-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"$\\textit{Gram Degree Celsius}$ is a C.G.S System unit for 'Mass Temperature' expressed as $g \\cdot degC$."
,"expression":"$g-degC$"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Stopień Celsjusza"
,"label":"Gram na Stopinja Celzija"
,"label":"Gram na Stupně Celsia"
,"label":"Gram pe Grad Celsius"
,"label":"Gram per Celsius"
,"label":"Gram per Darjah Celsius"
,"label":"Gram per Degree Celsius"
,"label":"Gram per Degree Celsius"
,"label":"Grama por Grau Celsius"
,"label":"Gramm pro Grad Celsius"
,"label":"Gramma per Gradus Celsii"
,"label":"Gramme par Degré Celsius"
,"label":"Grammo per Grado Celsius"
,"label":"Gramo por Grado Celsius"
,"symbol":"g\/°C"
,"type":"qudt:Unit"
,"ucum code":"g.Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Gram Degree Celsius}$ is a C.G.S System unit for 'Mass Temperature' expressed as $g \\cdot degC$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"expression" : "$g-degC$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "g/°C",
"ucumCode" : "g.Cel-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Gram pe Grad Celsius"
}, {
"@language" : "cs",
"@value" : "Gram na Stupně Celsia"
}, {
"@language" : "it",
"@value" : "Grammo per Grado Celsius"
}, {
"@language" : "de",
"@value" : "Gramm pro Grad Celsius"
}, {
"@language" : "en",
"@value" : "Gram per Degree Celsius"
}, "Gram per Degree Celsius", {
"@language" : "es",
"@value" : "Gramo por Grado Celsius"
}, {
"@language" : "la",
"@value" : "Gramma per Gradus Celsii"
}, {
"@language" : "tr",
"@value" : "Gram per Celsius"
}, {
"@language" : "ms",
"@value" : "Gram per Darjah Celsius"
}, {
"@language" : "pl",
"@value" : "Gram na Stopień Celsjusza"
}, {
"@language" : "fr",
"@value" : "Gramme par Degré Celsius"
}, {
"@language" : "sl",
"@value" : "Gram na Stopinja Celzija"
}, {
"@language" : "pt",
"@value" : "Grama por Grau Celsius"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-DeciL
URI: http://qudt.org/vocab/unit/GM-PER-DeciL
A derived unit for amount-of-substance concentration measured in g/dL.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-DeciL> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A derived unit for amount-of-substance concentration measured in g/dL."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/expression> "$g/dL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/DeciL-PER-GM> ; <http://qudt.org/schema/qudt/symbol> "g/dL" ; <http://qudt.org/schema/qudt/ucumCode> "g.dL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Deciliter"@en-US ; rdfs:label "Gram per Decilitre" ; rdfs:label "Gram per Decilitre"@en ; .
{"resource":"Gram per Decilitre"
,"qname":"unit:GM-PER-DeciL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-DeciL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"A derived unit for amount-of-substance concentration measured in g\/dL."
,"expression":"$g\/dL$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"has reciprocal unit":"unit:DeciL-PER-GM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Deciliter"
,"label":"Gram per Decilitre"
,"label":"Gram per Decilitre"
,"symbol":"g\/dL"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"g.dL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-DeciL",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A derived unit for amount-of-substance concentration measured in g/dL.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"expression" : "$g/dL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/DeciL-PER-GM",
"symbol" : "g/dL",
"ucumCode" : "g.dL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Decilitre", {
"@language" : "en",
"@value" : "Gram per Decilitre"
}, {
"@language" : "en-us",
"@value" : "Gram per Deciliter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-DeciM3
URI: http://qudt.org/vocab/unit/GM-PER-DeciM3
0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-DeciM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA475" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA475"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "g/dm³" ; <http://qudt.org/schema/qudt/ucumCode> "g.dm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F23" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106611785> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Decimetr Krychlový"@cs ; rdfs:label "Gram na Decimetr Sześcienny"@pl ; rdfs:label "Gram na Kubični Decimeter"@sl ; rdfs:label "Gram pe Decimetru Cub"@ro ; rdfs:label "Gram per Cubic Decimeter"@en-US ; rdfs:label "Gram per Cubic Decimetre" ; rdfs:label "Gram per Cubic Decimetre"@en ; rdfs:label "Gram per Decimeter Kubik"@ms ; rdfs:label "Gram per Decimetreküp"@tr ; rdfs:label "Gramm pro Kubikdecimeter"@de ; rdfs:label "Gramme par Decimètre Cube"@fr ; rdfs:label "Grammo per Decimetro Cubo"@it ; rdfs:label "Gramo por Decimetro Cúbico"@es ; .
{"resource":"Gram per Cubic Decimetre"
,"qname":"unit:GM-PER-DeciM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-DeciM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106611785>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA475"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA475"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Decimetr Krychlový"
,"label":"Gram na Decimetr Sześcienny"
,"label":"Gram na Kubični Decimeter"
,"label":"Gram pe Decimetru Cub"
,"label":"Gram per Cubic Decimeter"
,"label":"Gram per Cubic Decimetre"
,"label":"Gram per Cubic Decimetre"
,"label":"Gram per Decimeter Kubik"
,"label":"Gram per Decimetreküp"
,"label":"Gramm pro Kubikdecimeter"
,"label":"Gramme par Decimètre Cube"
,"label":"Grammo per Decimetro Cubo"
,"label":"Gramo por Decimetro Cúbico"
,"symbol":"g\/dm³"
,"type":"qudt:Unit"
,"ucum code":"g.dm-3"
,"unece common code":"F23"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-DeciM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA475",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA475",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3",
"symbol" : "g/dm³",
"ucumCode" : "g.dm-3",
"uneceCommonCode" : "F23",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106611785",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Cubic Decimeter"
}, {
"@language" : "es",
"@value" : "Gramo por Decimetro Cúbico"
}, {
"@language" : "de",
"@value" : "Gramm pro Kubikdecimeter"
}, {
"@language" : "ro",
"@value" : "Gram pe Decimetru Cub"
}, {
"@language" : "ms",
"@value" : "Gram per Decimeter Kubik"
}, {
"@language" : "cs",
"@value" : "Gram na Decimetr Krychlový"
}, {
"@language" : "it",
"@value" : "Grammo per Decimetro Cubo"
}, {
"@language" : "sl",
"@value" : "Gram na Kubični Decimeter"
}, {
"@language" : "fr",
"@value" : "Gramme par Decimètre Cube"
}, {
"@language" : "pl",
"@value" : "Gram na Decimetr Sześcienny"
}, "Gram per Cubic Decimetre", {
"@language" : "en",
"@value" : "Gram per Cubic Decimetre"
}, {
"@language" : "tr",
"@value" : "Gram per Decimetreküp"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-DeciM3-BAR
URI: http://qudt.org/vocab/unit/GM-PER-DeciM3-BAR
0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-DeciM3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA477" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA477"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(dm³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.dm-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G12" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Cubic Decimeter Bar"@en-US ; rdfs:label "Gram per Cubic Decimetre Bar" ; rdfs:label "Gram per Cubic Decimetre Bar"@en ; .
{"resource":"Gram per Cubic Decimetre Bar"
,"qname":"unit:GM-PER-DeciM3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-DeciM3-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA477"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA477"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Cubic Decimeter Bar"
,"label":"Gram per Cubic Decimetre Bar"
,"label":"Gram per Cubic Decimetre Bar"
,"symbol":"g\/(dm³·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.dm-3.bar-1"
,"unece common code":"G12"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-DeciM3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA477",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA477",
"symbol" : "g/(dm³·bar)",
"ucumCode" : "g.dm-3.bar-1",
"uneceCommonCode" : "G12",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Cubic Decimetre Bar", {
"@language" : "en",
"@value" : "Gram per Cubic Decimetre Bar"
}, {
"@language" : "en-us",
"@value" : "Gram per Cubic Decimeter Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-DeciM3-K
URI: http://qudt.org/vocab/unit/GM-PER-DeciM3-K
0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-DeciM3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA476" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA476"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(dm³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "g.dm-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G34" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Decimetr Krychlový Kelvin"@cs ; rdfs:label "Gram na Decimetr Sześcienny Kelwin"@pl ; rdfs:label "Gram na Kubični Decimeter Kelvin"@sl ; rdfs:label "Gram pe Decimetru Cub Kelvin"@ro ; rdfs:label "Gram per Cubic Decimeter Kelvin"@en-US ; rdfs:label "Gram per Cubic Decimetre Kelvin" ; rdfs:label "Gram per Cubic Decimetre Kelvin"@en ; rdfs:label "Gram per Decimeter Kubik Kelvin"@ms ; rdfs:label "Gram per Decimetreküp Kelvin"@tr ; rdfs:label "Gramm pro Kubikdecimeter Kelvin"@de ; rdfs:label "Gramme par Decimètre Cube Kelvin"@fr ; rdfs:label "Grammo per Decimetro Cubo Kelvin"@it ; rdfs:label "Gramo por Decimetro Cúbico Kelvin"@es ; .
{"resource":"Gram per Cubic Decimetre Kelvin"
,"qname":"unit:GM-PER-DeciM3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-DeciM3-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA476"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA476"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Decimetr Krychlový Kelvin"
,"label":"Gram na Decimetr Sześcienny Kelwin"
,"label":"Gram na Kubični Decimeter Kelvin"
,"label":"Gram pe Decimetru Cub Kelvin"
,"label":"Gram per Cubic Decimeter Kelvin"
,"label":"Gram per Cubic Decimetre Kelvin"
,"label":"Gram per Cubic Decimetre Kelvin"
,"label":"Gram per Decimeter Kubik Kelvin"
,"label":"Gram per Decimetreküp Kelvin"
,"label":"Gramm pro Kubikdecimeter Kelvin"
,"label":"Gramme par Decimètre Cube Kelvin"
,"label":"Grammo per Decimetro Cubo Kelvin"
,"label":"Gramo por Decimetro Cúbico Kelvin"
,"symbol":"g\/(dm³·K)"
,"type":"qudt:Unit"
,"ucum code":"g.dm-3.K-1"
,"unece common code":"G34"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-DeciM3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA476",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA476",
"symbol" : "g/(dm³·K)",
"ucumCode" : "g.dm-3.K-1",
"uneceCommonCode" : "G34",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Gram na Decimetr Krychlový Kelvin"
}, {
"@language" : "fr",
"@value" : "Gramme par Decimètre Cube Kelvin"
}, {
"@language" : "de",
"@value" : "Gramm pro Kubikdecimeter Kelvin"
}, {
"@language" : "es",
"@value" : "Gramo por Decimetro Cúbico Kelvin"
}, {
"@language" : "en-us",
"@value" : "Gram per Cubic Decimeter Kelvin"
}, {
"@language" : "pl",
"@value" : "Gram na Decimetr Sześcienny Kelwin"
}, {
"@language" : "sl",
"@value" : "Gram na Kubični Decimeter Kelvin"
}, {
"@language" : "ro",
"@value" : "Gram pe Decimetru Cub Kelvin"
}, {
"@language" : "tr",
"@value" : "Gram per Decimetreküp Kelvin"
}, {
"@language" : "ms",
"@value" : "Gram per Decimeter Kubik Kelvin"
}, "Gram per Cubic Decimetre Kelvin", {
"@language" : "en",
"@value" : "Gram per Cubic Decimetre Kelvin"
}, {
"@language" : "it",
"@value" : "Grammo per Decimetro Cubo Kelvin"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-GM
URI: http://qudt.org/vocab/unit/GM-PER-GM
mass ratio consisting of the 0.001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "mass ratio consisting of the 0.001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "g/g" ; <http://qudt.org/schema/qudt/ucumCode> "g.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107440839> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Gram"@cs ; rdfs:label "Gram na Gram"@pl ; rdfs:label "Gram na Gram"@sl ; rdfs:label "Gram pe Gram"@ro ; rdfs:label "Gram per Gram" ; rdfs:label "Gram per Gram"@en ; rdfs:label "Gram per Gram"@ms ; rdfs:label "Gram per Gram"@tr ; rdfs:label "Grama por Grama"@pt ; rdfs:label "Gramm pro Gramm"@de ; rdfs:label "Gramma per Gramma"@la ; rdfs:label "Gramme par Gramme"@fr ; rdfs:label "Grammo per Grammo"@it ; rdfs:label "Gramo por Gramo"@es ; .
{"resource":"Gram per Gram"
,"qname":"unit:GM-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-GM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107440839>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"mass ratio consisting of the 0.001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Gram"
,"label":"Gram na Gram"
,"label":"Gram na Gram"
,"label":"Gram pe Gram"
,"label":"Gram per Gram"
,"label":"Gram per Gram"
,"label":"Gram per Gram"
,"label":"Gram per Gram"
,"label":"Grama por Grama"
,"label":"Gramm pro Gramm"
,"label":"Gramma per Gramma"
,"label":"Gramme par Gramme"
,"label":"Grammo per Grammo"
,"label":"Gramo por Gramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"g\/g"
,"type":"qudt:Unit"
,"ucum code":"g.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "mass ratio consisting of the 0.001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "g/g",
"ucumCode" : "g.g-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107440839",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Gramma per Gramma"
}, {
"@language" : "it",
"@value" : "Grammo per Grammo"
}, {
"@language" : "cs",
"@value" : "Gram na Gram"
}, {
"@language" : "pl",
"@value" : "Gram na Gram"
}, {
"@language" : "sl",
"@value" : "Gram na Gram"
}, {
"@language" : "pt",
"@value" : "Grama por Grama"
}, "Gram per Gram", {
"@language" : "en",
"@value" : "Gram per Gram"
}, {
"@language" : "ms",
"@value" : "Gram per Gram"
}, {
"@language" : "tr",
"@value" : "Gram per Gram"
}, {
"@language" : "es",
"@value" : "Gramo por Gramo"
}, {
"@language" : "de",
"@value" : "Gramm pro Gramm"
}, {
"@language" : "fr",
"@value" : "Gramme par Gramme"
}, {
"@language" : "ro",
"@value" : "Gram pe Gram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-HA
URI: http://qudt.org/vocab/unit/GM-PER-HA
Gram Per Hectare is a unit of mass per area. Gram Per Hectare (mg/ha) has a dimension of ML-3 where M is mass, and L is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0000001.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-HA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Gram Per Hectare is a unit of mass per area. Gram Per Hectare (mg/ha) has a dimension of ML-3 where M is mass, and L is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0000001."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/expression> "\\(g/hare\\)"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/symbol> "g/ha" ; <http://qudt.org/schema/qudt/ucumCode> "g.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Hectare" ; rdfs:label "Gram per Hectare"@en ; .
{"resource":"Gram per Hectare"
,"qname":"unit:GM-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-HA"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"Gram Per Hectare is a unit of mass per area. Gram Per Hectare (mg\/ha) has a dimension of ML-3 where M is mass, and L is length. It can be converted to the corresponding standard SI unit kg\/m2 by multiplying its value by a factor of 0.0000001."
,"expression":"\\(g\/hare\\)"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Hectare"
,"label":"Gram per Hectare"
,"symbol":"g\/ha"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"g.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-HA",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Gram Per Hectare is a unit of mass per area. Gram Per Hectare (mg/ha) has a dimension of ML-3 where M is mass, and L is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0000001.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"expression" : "\\(g/hare\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"symbol" : "g/ha",
"ucumCode" : "g.har-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Hectare", {
"@language" : "en",
"@value" : "Gram per Hectare"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-HR
URI: http://qudt.org/vocab/unit/GM-PER-HR
0,001-fold of the SI base unit kilogram divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA478" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA478"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "g/h" ; <http://qudt.org/schema/qudt/ucumCode> "g.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F27" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107210103> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Hour" ; rdfs:label "Gram per Hour"@en ; .
{"resource":"Gram per Hour"
,"qname":"unit:GM-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107210103>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"0,001-fold of the SI base unit kilogram divided by the unit hour"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA478"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA478"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Hour"
,"label":"Gram per Hour"
,"symbol":"g\/h"
,"type":"qudt:Unit"
,"ucum code":"g.h-1"
,"unece common code":"F27"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA478",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA478",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the unit hour",
"symbol" : "g/h",
"ucumCode" : "g.h-1",
"uneceCommonCode" : "F27",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107210103",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Hour", {
"@language" : "en",
"@value" : "Gram per Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-HR-BAR
URI: http://qudt.org/vocab/unit/GM-PER-HR-BAR
0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-HR-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA480" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA480"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(h·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.h-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F63" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Hour Bar" ; rdfs:label "Gram per Hour Bar"@en ; .
{"resource":"Gram per Hour Bar"
,"qname":"unit:GM-PER-HR-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-HR-BAR"
,"properties":["conversion multiplier":"0.000000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-12"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA480"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA480"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Hour Bar"
,"label":"Gram per Hour Bar"
,"symbol":"g\/(h·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.h-1.bar-1"
,"unece common code":"F63"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-HR-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar",
"conversionMultiplier" : "0.000000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA480",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA480",
"symbol" : "g/(h·bar)",
"ucumCode" : "g.h-1.bar-1",
"uneceCommonCode" : "F63",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Hour Bar", {
"@language" : "en",
"@value" : "Gram per Hour Bar"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-HR-K
URI: http://qudt.org/vocab/unit/GM-PER-HR-K
0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-HR-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA479" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA479"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(h·K)" ; <http://qudt.org/schema/qudt/ucumCode> "g.h-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F36" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Hour Kelvin" ; rdfs:label "Gram per Hour Kelvin"@en ; .
{"resource":"Gram per Hour Kelvin"
,"qname":"unit:GM-PER-HR-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-HR-K"
,"properties":["conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA479"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA479"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Hour Kelvin"
,"label":"Gram per Hour Kelvin"
,"symbol":"g\/(h·K)"
,"type":"qudt:Unit"
,"ucum code":"g.h-1.K-1"
,"unece common code":"F36"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-HR-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA479",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA479",
"symbol" : "g/(h·K)",
"ucumCode" : "g.h-1.K-1",
"uneceCommonCode" : "F36",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Hour Kelvin", {
"@language" : "en",
"@value" : "Gram per Hour Kelvin"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-HZ
URI: http://qudt.org/vocab/unit/GM-PER-HZ
0.001-fold of the SI base unit kilogram divided by the SI derived unit hertz
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-HZ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the SI derived unit hertz" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD916" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD916"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/Hz" ; <http://qudt.org/schema/qudt/ucumCode> "g.Hz-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F25" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Herc"@pl ; rdfs:label "Gram na Hertz"@cs ; rdfs:label "Gram na Hertz"@sl ; rdfs:label "Gram pe Hertz"@ro ; rdfs:label "Gram per Hertz" ; rdfs:label "Gram per Hertz"@en ; rdfs:label "Gram per Hertz"@ms ; rdfs:label "Gram per Hertz"@tr ; rdfs:label "Grama por Hertz"@pt ; rdfs:label "Gramm pro Hertz"@de ; rdfs:label "Gramma per Hertzium"@la ; rdfs:label "Gramme par Hertz"@fr ; rdfs:label "Grammo per Hertz"@it ; rdfs:label "Gramo por Hercio"@es ; .
{"resource":"Gram per Hertz"
,"qname":"unit:GM-PER-HZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-HZ"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit kilogram divided by the SI derived unit hertz"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD916"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD916"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Herc"
,"label":"Gram na Hertz"
,"label":"Gram na Hertz"
,"label":"Gram pe Hertz"
,"label":"Gram per Hertz"
,"label":"Gram per Hertz"
,"label":"Gram per Hertz"
,"label":"Gram per Hertz"
,"label":"Grama por Hertz"
,"label":"Gramm pro Hertz"
,"label":"Gramma per Hertzium"
,"label":"Gramme par Hertz"
,"label":"Grammo per Hertz"
,"label":"Gramo por Hercio"
,"symbol":"g\/Hz"
,"type":"qudt:Unit"
,"ucum code":"g.Hz-1"
,"unece common code":"F25"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-HZ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the SI derived unit hertz",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD916",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD916",
"symbol" : "g/Hz",
"ucumCode" : "g.Hz-1",
"uneceCommonCode" : "F25",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pt",
"@value" : "Grama por Hertz"
}, {
"@language" : "de",
"@value" : "Gramm pro Hertz"
}, {
"@language" : "it",
"@value" : "Grammo per Hertz"
}, "Gram per Hertz", {
"@language" : "cs",
"@value" : "Gram na Hertz"
}, {
"@language" : "ro",
"@value" : "Gram pe Hertz"
}, {
"@language" : "sl",
"@value" : "Gram na Hertz"
}, {
"@language" : "en",
"@value" : "Gram per Hertz"
}, {
"@language" : "ms",
"@value" : "Gram per Hertz"
}, {
"@language" : "tr",
"@value" : "Gram per Hertz"
}, {
"@language" : "es",
"@value" : "Gramo por Hercio"
}, {
"@language" : "la",
"@value" : "Gramma per Hertzium"
}, {
"@language" : "pl",
"@value" : "Gram na Herc"
}, {
"@language" : "fr",
"@value" : "Gramme par Hertz"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-HectoGM
URI: http://qudt.org/vocab/unit/GM-PER-HectoGM
0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GM-PER-HectoGM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram" ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ;
<http://qudt.org/schema/qudt/expression> "\\(g-hg^{-1}\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ;
<http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram" ;
<http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/symbol> "g/hg" ;
<http://qudt.org/schema/qudt/ucumCode> "g.hg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gram na Hectogram"@cs ;
rdfs:label "Gram na Hectogram"@pl ;
rdfs:label "Gram na Hectogram"@sl ;
rdfs:label "Gram pe Hectogram"@ro ;
rdfs:label "Gram per Hectogram" ;
rdfs:label "Gram per Hectogram"@en ;
rdfs:label "Gram per Hectogram"@ms ;
rdfs:label "Gram per Hectogram"@tr ;
rdfs:label "Gramm pro Hectogramm"@de ;
rdfs:label "Gramme par Hectogramme"@fr ;
rdfs:label "Grammo per Ettogrammo"@it ;
rdfs:label "Gramo por Hectogramo"@es ;
.
{"resource":"Gram per Hectogram"
,"qname":"unit:GM-PER-HectoGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-HectoGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram"
,"expression":"\\(g-hg^{-1}\\)"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Hectogram"
,"label":"Gram na Hectogram"
,"label":"Gram na Hectogram"
,"label":"Gram pe Hectogram"
,"label":"Gram per Hectogram"
,"label":"Gram per Hectogram"
,"label":"Gram per Hectogram"
,"label":"Gram per Hectogram"
,"label":"Gramm pro Hectogramm"
,"label":"Gramme par Hectogramme"
,"label":"Grammo per Ettogrammo"
,"label":"Gramo por Hectogramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"g\/hg"
,"type":"qudt:Unit"
,"ucum code":"g.hg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-HectoGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"expression" : "\\(g-hg^{-1}\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by 0.1-fold of the SI base unit kilogram",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "g/hg",
"ucumCode" : "g.hg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Gramme par Hectogramme"
}, {
"@language" : "it",
"@value" : "Grammo per Ettogrammo"
}, {
"@language" : "de",
"@value" : "Gramm pro Hectogramm"
}, {
"@language" : "cs",
"@value" : "Gram na Hectogram"
}, {
"@language" : "pl",
"@value" : "Gram na Hectogram"
}, {
"@language" : "sl",
"@value" : "Gram na Hectogram"
}, {
"@language" : "ro",
"@value" : "Gram pe Hectogram"
}, {
"@language" : "es",
"@value" : "Gramo por Hectogramo"
}, "Gram per Hectogram", {
"@language" : "en",
"@value" : "Gram per Hectogram"
}, {
"@language" : "ms",
"@value" : "Gram per Hectogram"
}, {
"@language" : "tr",
"@value" : "Gram per Hectogram"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-K
URI: http://qudt.org/vocab/unit/GM-PER-K
0.001-fold of the SI base unit kilogram divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA467" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA467"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/K" ; <http://qudt.org/schema/qudt/ucumCode> "g.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F14" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Kelvin"@cs ; rdfs:label "Gram na Kelvin"@sl ; rdfs:label "Gram na Kelwin"@pl ; rdfs:label "Gram pe Kelvin"@ro ; rdfs:label "Gram per Kelvin" ; rdfs:label "Gram per Kelvin"@en ; rdfs:label "Gram per Kelvin"@ms ; rdfs:label "Gram per Kelvin"@tr ; rdfs:label "Grama por Kelvin"@pt ; rdfs:label "Gramm pro Kelvin"@de ; rdfs:label "Gramma per Kelvin"@la ; rdfs:label "Gramme par Kelvin"@fr ; rdfs:label "Grammo per Kelvin"@it ; rdfs:label "Gramo por Kelvin"@es ; .
{"resource":"Gram per Kelvin"
,"qname":"unit:GM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit kilogram divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA467"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA467"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Kelvin"
,"label":"Gram na Kelvin"
,"label":"Gram na Kelwin"
,"label":"Gram pe Kelvin"
,"label":"Gram per Kelvin"
,"label":"Gram per Kelvin"
,"label":"Gram per Kelvin"
,"label":"Gram per Kelvin"
,"label":"Grama por Kelvin"
,"label":"Gramm pro Kelvin"
,"label":"Gramma per Kelvin"
,"label":"Gramme par Kelvin"
,"label":"Grammo per Kelvin"
,"label":"Gramo por Kelvin"
,"symbol":"g\/K"
,"type":"qudt:Unit"
,"ucum code":"g.K-1"
,"unece common code":"F14"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the SI base unit kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA467",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA467",
"symbol" : "g/K",
"ucumCode" : "g.K-1",
"uneceCommonCode" : "F14",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Gram na Kelvin"
}, {
"@language" : "sl",
"@value" : "Gram na Kelvin"
}, {
"@language" : "la",
"@value" : "Gramma per Kelvin"
}, {
"@language" : "ro",
"@value" : "Gram pe Kelvin"
}, {
"@language" : "de",
"@value" : "Gramm pro Kelvin"
}, {
"@language" : "pt",
"@value" : "Grama por Kelvin"
}, {
"@language" : "fr",
"@value" : "Gramme par Kelvin"
}, {
"@language" : "pl",
"@value" : "Gram na Kelwin"
}, "Gram per Kelvin", {
"@language" : "en",
"@value" : "Gram per Kelvin"
}, {
"@language" : "ms",
"@value" : "Gram per Kelvin"
}, {
"@language" : "tr",
"@value" : "Gram per Kelvin"
}, {
"@language" : "it",
"@value" : "Grammo per Kelvin"
}, {
"@language" : "es",
"@value" : "Gramo por Kelvin"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-KiloGM
URI: http://qudt.org/vocab/unit/GM-PER-KiloGM
0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA481" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA481"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "g/kg" ; <http://qudt.org/schema/qudt/ucumCode> "g.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "GK" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21061369> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Kilogram"@cs ; rdfs:label "Gram na Kilogram"@pl ; rdfs:label "Gram na Kilogram"@sl ; rdfs:label "Gram pe Kilogram"@ro ; rdfs:label "Gram per Kilogram" ; rdfs:label "Gram per Kilogram"@en ; rdfs:label "Gram per Kilogram"@ms ; rdfs:label "Gram per Kilogram"@tr ; rdfs:label "Grama por Quilograma"@pt ; rdfs:label "Gramm pro Kilogramm"@de ; rdfs:label "Gramma per Chiliogramma"@la ; rdfs:label "Gramme par Kilogramme"@fr ; rdfs:label "Grammo per Chilogrammo"@it ; rdfs:label "Gramo por Kilogramo"@es ; .
{"resource":"Gram per Kilogram"
,"qname":"unit:GM-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21061369>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram"
,"description (plain text)":"0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA481"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA481"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Kilogram"
,"label":"Gram na Kilogram"
,"label":"Gram na Kilogram"
,"label":"Gram pe Kilogram"
,"label":"Gram per Kilogram"
,"label":"Gram per Kilogram"
,"label":"Gram per Kilogram"
,"label":"Gram per Kilogram"
,"label":"Grama por Quilograma"
,"label":"Gramm pro Kilogramm"
,"label":"Gramma per Chiliogramma"
,"label":"Gramme par Kilogramme"
,"label":"Grammo per Chilogrammo"
,"label":"Gramo por Kilogramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"g\/kg"
,"type":"qudt:Unit"
,"ucum code":"g.kg-1"
,"unece common code":"GK"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"iec61360Code" : "0112/2///62720#UAA481",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA481",
"plainTextDescription" : "0,001 fold of the SI base unit kilogram divided by the SI base unit kilogram",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "g/kg",
"ucumCode" : "g.kg-1",
"uneceCommonCode" : "GK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21061369",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Kilogram", {
"@language" : "de",
"@value" : "Gramm pro Kilogramm"
}, {
"@language" : "fr",
"@value" : "Gramme par Kilogramme"
}, {
"@language" : "es",
"@value" : "Gramo por Kilogramo"
}, {
"@language" : "it",
"@value" : "Grammo per Chilogrammo"
}, {
"@language" : "ro",
"@value" : "Gram pe Kilogram"
}, {
"@language" : "cs",
"@value" : "Gram na Kilogram"
}, {
"@language" : "pl",
"@value" : "Gram na Kilogram"
}, {
"@language" : "sl",
"@value" : "Gram na Kilogram"
}, {
"@language" : "la",
"@value" : "Gramma per Chiliogramma"
}, {
"@language" : "en",
"@value" : "Gram per Kilogram"
}, {
"@language" : "ms",
"@value" : "Gram per Kilogram"
}, {
"@language" : "tr",
"@value" : "Gram per Kilogram"
}, {
"@language" : "pt",
"@value" : "Grama por Quilograma"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-KiloM
URI: http://qudt.org/vocab/unit/GM-PER-KiloM
0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "g/km" ; <http://qudt.org/schema/qudt/ucumCode> "g.km-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Kilometer"@sl ; rdfs:label "Gram na Kilometr"@cs ; rdfs:label "Gram na Kilometr"@pl ; rdfs:label "Gram pe Kilometru"@ro ; rdfs:label "Gram per Kilometer"@en-US ; rdfs:label "Gram per Kilometer"@ms ; rdfs:label "Gram per Kilometre" ; rdfs:label "Gram per Kilometre"@en ; rdfs:label "Gram per Kilometre"@tr ; rdfs:label "Gramm pro Kilometer"@de ; rdfs:label "Gramme par Kilomètre"@fr ; rdfs:label "Grammo per Chilometro"@it ; rdfs:label "Gramo por Kilometro"@es ; .
{"resource":"Gram per Kilometre"
,"qname":"unit:GM-PER-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-KiloM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Kilometer"
,"label":"Gram na Kilometr"
,"label":"Gram na Kilometr"
,"label":"Gram pe Kilometru"
,"label":"Gram per Kilometer"
,"label":"Gram per Kilometer"
,"label":"Gram per Kilometre"
,"label":"Gram per Kilometre"
,"label":"Gram per Kilometre"
,"label":"Gramm pro Kilometer"
,"label":"Gramme par Kilomètre"
,"label":"Grammo per Chilometro"
,"label":"Gramo por Kilometro"
,"symbol":"g\/km"
,"type":"qudt:Unit"
,"ucum code":"g.km-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the 1000-fold of the SI base unit metre",
"symbol" : "g/km",
"ucumCode" : "g.km-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Gramme par Kilomètre"
}, {
"@language" : "it",
"@value" : "Grammo per Chilometro"
}, {
"@language" : "en-us",
"@value" : "Gram per Kilometer"
}, {
"@language" : "ms",
"@value" : "Gram per Kilometer"
}, {
"@language" : "ro",
"@value" : "Gram pe Kilometru"
}, {
"@language" : "es",
"@value" : "Gramo por Kilometro"
}, {
"@language" : "cs",
"@value" : "Gram na Kilometr"
}, {
"@language" : "pl",
"@value" : "Gram na Kilometr"
}, "Gram per Kilometre", {
"@language" : "de",
"@value" : "Gramm pro Kilometer"
}, {
"@language" : "en",
"@value" : "Gram per Kilometre"
}, {
"@language" : "tr",
"@value" : "Gram per Kilometre"
}, {
"@language" : "sl",
"@value" : "Gram na Kilometer"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-L
URI: http://qudt.org/vocab/unit/GM-PER-L
0,001-fold of the SI base unit kilogram divided by the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA482" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA482"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the unit litre" ; <http://qudt.org/schema/qudt/symbol> "g/L" ; <http://qudt.org/schema/qudt/ucumCode> "g.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "GL" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q834105> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Liter"@en-US ; rdfs:label "Gram per Litre" ; rdfs:label "Gram per Litre"@en ; .
{"resource":"Gram per Litre"
,"qname":"unit:GM-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q834105>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"0,001-fold of the SI base unit kilogram divided by the unit litre"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the unit litre"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA482"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA482"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Liter"
,"label":"Gram per Litre"
,"label":"Gram per Litre"
,"symbol":"g\/L"
,"type":"qudt:Unit"
,"ucum code":"g.L-1"
,"unece common code":"GL"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA482",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA482",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the unit litre",
"symbol" : "g/L",
"ucumCode" : "g.L-1",
"uneceCommonCode" : "GL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q834105",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Litre", {
"@language" : "en-us",
"@value" : "Gram per Liter"
}, {
"@language" : "en",
"@value" : "Gram per Litre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-L-BAR
URI: http://qudt.org/vocab/unit/GM-PER-L-BAR
0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-L-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA484" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA484"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(L·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.L-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G13" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Liter Bar"@en-US ; rdfs:label "Gram per Litre Bar" ; rdfs:label "Gram per Litre Bar"@en ; .
{"resource":"Gram per Litre Bar"
,"qname":"unit:GM-PER-L-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-L-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA484"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA484"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Liter Bar"
,"label":"Gram per Litre Bar"
,"label":"Gram per Litre Bar"
,"symbol":"g\/(L·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.L-1.bar-1"
,"unece common code":"G13"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-L-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA484",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA484",
"symbol" : "g/(L·bar)",
"ucumCode" : "g.L-1.bar-1",
"uneceCommonCode" : "G13",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Liter Bar"
}, {
"@language" : "en",
"@value" : "Gram per Litre Bar"
}, "Gram per Litre Bar" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-L-CentiPOISE
URI: http://qudt.org/vocab/unit/GM-PER-L-CentiPOISE
[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-L-CentiPOISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD834" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD834"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(L·cP)" ; <http://qudt.org/schema/qudt/ucumCode> "g.L-1.cP-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Liter Centipoise"@en-US ; rdfs:label "Gram per Litre Centipoise" ; rdfs:label "Gram per Litre Centipoise"@en ; .
{"resource":"Gram per Litre Centipoise"
,"qname":"unit:GM-PER-L-CentiPOISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-L-CentiPOISE"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD834"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD834"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Liter Centipoise"
,"label":"Gram per Litre Centipoise"
,"label":"Gram per Litre Centipoise"
,"symbol":"g\/(L·cP)"
,"type":"qudt:Unit"
,"ucum code":"g.L-1.cP-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-L-CentiPOISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD834",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD834",
"symbol" : "g/(L·cP)",
"ucumCode" : "g.L-1.cP-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Litre Centipoise", {
"@language" : "en",
"@value" : "Gram per Litre Centipoise"
}, {
"@language" : "en-us",
"@value" : "Gram per Liter Centipoise"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-L-K
URI: http://qudt.org/vocab/unit/GM-PER-L-K
0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-L-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA483" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA483"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(L·K)" ; <http://qudt.org/schema/qudt/ucumCode> "g.L-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G35" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Liter Kelvin"@en-US ; rdfs:label "Gram per Litre Kelvin" ; rdfs:label "Gram per Litre Kelvin"@en ; .
{"resource":"Gram per Litre Kelvin"
,"qname":"unit:GM-PER-L-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-L-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA483"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA483"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Liter Kelvin"
,"label":"Gram per Litre Kelvin"
,"label":"Gram per Litre Kelvin"
,"symbol":"g\/(L·K)"
,"type":"qudt:Unit"
,"ucum code":"g.L-1.K-1"
,"unece common code":"G35"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-L-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA483",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA483",
"symbol" : "g/(L·K)",
"ucumCode" : "g.L-1.K-1",
"uneceCommonCode" : "G35",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Litre Kelvin", {
"@language" : "en",
"@value" : "Gram per Litre Kelvin"
}, {
"@language" : "en-us",
"@value" : "Gram per Liter Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-L-MilliPA-SEC
URI: http://qudt.org/vocab/unit/GM-PER-L-MilliPA-SEC
quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-L-MilliPA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD868" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD868"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(L·mPa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "g.L-1.mPa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Liter Millipascal Second"@en-US ; rdfs:label "Gram per Litre Millipascal Second" ; rdfs:label "Gram per Litre Millipascal Second"@en ; .
{"resource":"Gram per Litre Millipascal Second"
,"qname":"unit:GM-PER-L-MilliPA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-L-MilliPA-SEC"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD868"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD868"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Liter Millipascal Second"
,"label":"Gram per Litre Millipascal Second"
,"label":"Gram per Litre Millipascal Second"
,"symbol":"g\/(L·mPa·s)"
,"type":"qudt:Unit"
,"ucum code":"g.L-1.mPa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-L-MilliPA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD868",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD868",
"symbol" : "g/(L·mPa·s)",
"ucumCode" : "g.L-1.mPa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Liter Millipascal Second"
}, "Gram per Litre Millipascal Second", {
"@language" : "en",
"@value" : "Gram per Litre Millipascal Second"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-L-PA-SEC
URI: http://qudt.org/vocab/unit/GM-PER-L-PA-SEC
quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-L-PA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD832" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD832"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(L·Pa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "g.L-1.Pa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Liter Pascal Second"@en-US ; rdfs:label "Gram per Litre Pascal Second" ; rdfs:label "Gram per Litre Pascal Second"@en ; .
{"resource":"Gram per Litre Pascal Second"
,"qname":"unit:GM-PER-L-PA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-L-PA-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD832"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD832"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Liter Pascal Second"
,"label":"Gram per Litre Pascal Second"
,"label":"Gram per Litre Pascal Second"
,"symbol":"g\/(L·Pa·s)"
,"type":"qudt:Unit"
,"ucum code":"g.L-1.Pa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-L-PA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD832",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD832",
"symbol" : "g/(L·Pa·s)",
"ucumCode" : "g.L-1.Pa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Liter Pascal Second"
}, "Gram per Litre Pascal Second", {
"@language" : "en",
"@value" : "Gram per Litre Pascal Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-L-POISE
URI: http://qudt.org/vocab/unit/GM-PER-L-POISE
[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-L-POISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD833" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD833"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(L·P)" ; <http://qudt.org/schema/qudt/ucumCode> "g.L-1.P-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Liter Poise"@en-US ; rdfs:label "Gram per Litre Poise" ; rdfs:label "Gram per Litre Poise"@en ; .
{"resource":"Gram per Litre Poise"
,"qname":"unit:GM-PER-L-POISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-L-POISE"
,"properties":["conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD833"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD833"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Liter Poise"
,"label":"Gram per Litre Poise"
,"label":"Gram per Litre Poise"
,"symbol":"g\/(L·P)"
,"type":"qudt:Unit"
,"ucum code":"g.L-1.P-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-L-POISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD833",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD833",
"symbol" : "g/(L·P)",
"ucumCode" : "g.L-1.P-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Litre Poise", {
"@language" : "en",
"@value" : "Gram per Litre Poise"
}, {
"@language" : "en-us",
"@value" : "Gram per Liter Poise"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M
URI: http://qudt.org/vocab/unit/GM-PER-M
0,001-fold of the SI base unit kilogram divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA485" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA485"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "g/m" ; <http://qudt.org/schema/qudt/ucumCode> "g.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "GF" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107460866> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Meter"@sl ; rdfs:label "Gram na Metr"@cs ; rdfs:label "Gram na Metr"@pl ; rdfs:label "Gram pe Metru"@ro ; rdfs:label "Gram per Meter"@en-US ; rdfs:label "Gram per Meter"@ms ; rdfs:label "Gram per Metre" ; rdfs:label "Gram per Metre"@en ; rdfs:label "Gram per Metre"@tr ; rdfs:label "Grama por Metro"@pt ; rdfs:label "Gramm pro Meter"@de ; rdfs:label "Gramma per Metrum"@la ; rdfs:label "Gramme par Mètre"@fr ; rdfs:label "Grammo per Metro"@it ; rdfs:label "Gramo por Metro"@es ; .
{"resource":"Gram per Metre"
,"qname":"unit:GM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107460866>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0,001-fold of the SI base unit kilogram divided by the SI base unit metre"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA485"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA485"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Meter"
,"label":"Gram na Metr"
,"label":"Gram na Metr"
,"label":"Gram pe Metru"
,"label":"Gram per Meter"
,"label":"Gram per Meter"
,"label":"Gram per Metre"
,"label":"Gram per Metre"
,"label":"Gram per Metre"
,"label":"Grama por Metro"
,"label":"Gramm pro Meter"
,"label":"Gramma per Metrum"
,"label":"Gramme par Mètre"
,"label":"Grammo per Metro"
,"label":"Gramo por Metro"
,"symbol":"g\/m"
,"type":"qudt:Unit"
,"ucum code":"g.m-1"
,"unece common code":"GF"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"iec61360Code" : "0112/2///62720#UAA485",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA485",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the SI base unit metre",
"symbol" : "g/m",
"ucumCode" : "g.m-1",
"uneceCommonCode" : "GF",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107460866",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Gramo por Metro"
}, {
"@language" : "it",
"@value" : "Grammo per Metro"
}, {
"@language" : "de",
"@value" : "Gramm pro Meter"
}, {
"@language" : "fr",
"@value" : "Gramme par Mètre"
}, "Gram per Metre", {
"@language" : "en",
"@value" : "Gram per Metre"
}, {
"@language" : "tr",
"@value" : "Gram per Metre"
}, {
"@language" : "cs",
"@value" : "Gram na Metr"
}, {
"@language" : "pt",
"@value" : "Grama por Metro"
}, {
"@language" : "pl",
"@value" : "Gram na Metr"
}, {
"@language" : "ro",
"@value" : "Gram pe Metru"
}, {
"@language" : "en-us",
"@value" : "Gram per Meter"
}, {
"@language" : "ms",
"@value" : "Gram per Meter"
}, {
"@language" : "la",
"@value" : "Gramma per Metrum"
}, {
"@language" : "sl",
"@value" : "Gram na Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M2
URI: http://qudt.org/vocab/unit/GM-PER-M2
0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-PER-GM> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA486" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA486"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "g/m²" ; <http://qudt.org/schema/qudt/ucumCode> "g.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "GM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107133676> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Kvadratni Meter"@sl ; rdfs:label "Gram na Metr Kwadratowy"@pl ; rdfs:label "Gram na Čtvereční Metr"@cs ; rdfs:label "Gram pe Metru Pătrat"@ro ; rdfs:label "Gram per Meter Persegi"@ms ; rdfs:label "Gram per Metrekare"@tr ; rdfs:label "Gram per Square Meter"@en-US ; rdfs:label "Gram per Square Metre" ; rdfs:label "Gram per Square Metre"@en ; rdfs:label "Grama por Metro Quadrado"@pt ; rdfs:label "Gramm pro Quadratmeter"@de ; rdfs:label "Gramma per Metrum Quadratum"@la ; rdfs:label "Gramme par Mètre Carré"@fr ; rdfs:label "Grammo per Metro Quadrato"@it ; rdfs:label "Gramo por Metro Cuadrado"@es ; .
{"resource":"Gram per Square Metre"
,"qname":"unit:GM-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107133676>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"has reciprocal unit":"unit:M2-PER-GM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA486"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA486"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Kvadratni Meter"
,"label":"Gram na Metr Kwadratowy"
,"label":"Gram na Čtvereční Metr"
,"label":"Gram pe Metru Pătrat"
,"label":"Gram per Meter Persegi"
,"label":"Gram per Metrekare"
,"label":"Gram per Square Meter"
,"label":"Gram per Square Metre"
,"label":"Gram per Square Metre"
,"label":"Grama por Metro Quadrado"
,"label":"Gramm pro Quadratmeter"
,"label":"Gramma per Metrum Quadratum"
,"label":"Gramme par Mètre Carré"
,"label":"Grammo per Metro Quadrato"
,"label":"Gramo por Metro Cuadrado"
,"symbol":"g\/m²"
,"type":"qudt:Unit"
,"ucum code":"g.m-2"
,"unece common code":"GM"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-PER-GM",
"iec61360Code" : "0112/2///62720#UAA486",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA486",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "g/m²",
"ucumCode" : "g.m-2",
"uneceCommonCode" : "GM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107133676",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Gram per Metrekare"
}, {
"@language" : "ms",
"@value" : "Gram per Meter Persegi"
}, {
"@language" : "pt",
"@value" : "Grama por Metro Quadrado"
}, {
"@language" : "es",
"@value" : "Gramo por Metro Cuadrado"
}, {
"@language" : "it",
"@value" : "Grammo per Metro Quadrato"
}, {
"@language" : "cs",
"@value" : "Gram na Čtvereční Metr"
}, {
"@language" : "en-us",
"@value" : "Gram per Square Meter"
}, {
"@language" : "de",
"@value" : "Gramm pro Quadratmeter"
}, {
"@language" : "fr",
"@value" : "Gramme par Mètre Carré"
}, {
"@language" : "sl",
"@value" : "Gram na Kvadratni Meter"
}, {
"@language" : "la",
"@value" : "Gramma per Metrum Quadratum"
}, {
"@language" : "ro",
"@value" : "Gram pe Metru Pătrat"
}, {
"@language" : "pl",
"@value" : "Gram na Metr Kwadratowy"
}, "Gram per Square Metre", {
"@language" : "en",
"@value" : "Gram per Square Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M2-DAY
URI: http://qudt.org/vocab/unit/GM-PER-M2-DAY
A metric unit of volume over time indicating the amount generated across one square meter over a day.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GM-PER-M2-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A metric unit of volume over time indicating the amount generated across one square meter over a day."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ;
<http://qudt.org/schema/qudt/expression> "$g-m^{-2}-day^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ;
<http://qudt.org/schema/qudt/plainTextDescription> "A metric unit of volume over time indicating the amount generated across one square meter over a day." ;
<http://qudt.org/schema/qudt/symbol> "g/(m²·d)" ;
<http://qudt.org/schema/qudt/ucumCode> "g.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gram per Square Meter Day"@en-US ;
rdfs:label "Gram per Square Metre Day" ;
rdfs:label "Gram per Square Metre Day"@en ;
.
{"resource":"Gram per Square Metre Day"
,"qname":"unit:GM-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M2-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"A metric unit of volume over time indicating the amount generated across one square meter over a day."
,"description (plain text)":"A metric unit of volume over time indicating the amount generated across one square meter over a day."
,"expression":"$g-m^{-2}-day^{-1}$"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Square Meter Day"
,"label":"Gram per Square Metre Day"
,"label":"Gram per Square Metre Day"
,"symbol":"g\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"g.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A metric unit of volume over time indicating the amount generated across one square meter over a day.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"expression" : "$g-m^{-2}-day^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"plainTextDescription" : "A metric unit of volume over time indicating the amount generated across one square meter over a day.",
"symbol" : "g/(m²·d)",
"ucumCode" : "g.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Square Meter Day"
}, "Gram per Square Metre Day", {
"@language" : "en",
"@value" : "Gram per Square Metre Day"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M2-HR
URI: http://qudt.org/vocab/unit/GM-PER-M2-HR
0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-M2-HR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour "@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour " ; <http://qudt.org/schema/qudt/symbol> "g/(m²·h)" ; <http://qudt.org/schema/qudt/ucumCode> "g.m-2.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Square Meter Hour"@en-US ; rdfs:label "Gram per Square Metre Hour" ; rdfs:label "Gram per Square Metre Hour"@en ; .
{"resource":"Gram per Square Metre Hour"
,"qname":"unit:GM-PER-M2-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M2-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour "
,"description (plain text)":"0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour "
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Square Meter Hour"
,"label":"Gram per Square Metre Hour"
,"label":"Gram per Square Metre Hour"
,"symbol":"g\/(m²·h)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"g.m-2.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M2-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : {
"@language" : "en",
"@value" : "0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour "
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"plainTextDescription" : "0.0001-fold of the SI base unit kilogram divided by the SI base unit meter with the exponent 2 over a period of 1 hour ",
"symbol" : "g/(m²·h)",
"ucumCode" : "g.m-2.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Square Metre Hour", {
"@language" : "en",
"@value" : "Gram per Square Metre Hour"
}, {
"@language" : "en-us",
"@value" : "Gram per Square Meter Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M2-YR
URI: http://qudt.org/vocab/unit/GM-PER-M2-YR
A metric unit of volume over time indicating the amount generated across one square meter over a year (365.25 days).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GM-PER-M2-YR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A metric unit of volume over time indicating the amount generated across one square meter over a year (365.25 days)."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000003168808781402895023702689684893655 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-11 ;
<http://qudt.org/schema/qudt/expression> "\\(g-m^{-2}-year^{-1}\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ;
<http://qudt.org/schema/qudt/plainTextDescription> "A metric unit of volume over time indicating the amount generated across one square meter over a year." ;
<http://qudt.org/schema/qudt/symbol> "g/(m²·a)" ;
<http://qudt.org/schema/qudt/ucumCode> "g.m-2.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gram per Square Meter Year"@en-US ;
rdfs:label "Gram per Square Metre Year" ;
rdfs:label "Gram per Square Metre Year"@en ;
.
{"resource":"Gram per Square Metre Year"
,"qname":"unit:GM-PER-M2-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M2-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-11"
,"description":"A metric unit of volume over time indicating the amount generated across one square meter over a year (365.25 days)."
,"description (plain text)":"A metric unit of volume over time indicating the amount generated across one square meter over a year."
,"expression":"\\(g-m^{-2}-year^{-1}\\)"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Square Meter Year"
,"label":"Gram per Square Metre Year"
,"label":"Gram per Square Metre Year"
,"symbol":"g\/(m²·a)"
,"type":"qudt:Unit"
,"ucum code":"g.m-2.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M2-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A metric unit of volume over time indicating the amount generated across one square meter over a year (365.25 days).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-11,
"expression" : "\\(g-m^{-2}-year^{-1}\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"plainTextDescription" : "A metric unit of volume over time indicating the amount generated across one square meter over a year.",
"symbol" : "g/(m²·a)",
"ucumCode" : "g.m-2.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Square Metre Year", {
"@language" : "en",
"@value" : "Gram per Square Metre Year"
}, {
"@language" : "en-us",
"@value" : "Gram per Square Meter Year"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M3
URI: http://qudt.org/vocab/unit/GM-PER-M3
0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA487" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA487"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "g/m³" ; <http://qudt.org/schema/qudt/ucumCode> "g.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A93" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21604951> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Kubični Meter"@sl ; rdfs:label "Gram na Metr Krychlový"@cs ; rdfs:label "Gram na Metr Sześcienny"@pl ; rdfs:label "Gram pe Metru Cub"@ro ; rdfs:label "Gram per Cubic Meter"@en-US ; rdfs:label "Gram per Cubic Metre" ; rdfs:label "Gram per Cubic Metre"@en ; rdfs:label "Gram per Meter Kubik"@ms ; rdfs:label "Gram per Metreküp"@tr ; rdfs:label "Grama por Metro Cúbico"@pt ; rdfs:label "Gramm pro Kubikmeter"@de ; rdfs:label "Gramma per Metrum Cubicum"@la ; rdfs:label "Gramme par Mètre Cube"@fr ; rdfs:label "Grammo per Metro Cubo"@it ; rdfs:label "Gramo por Metro Cúbico"@es ; .
{"resource":"Gram per Cubic Metre"
,"qname":"unit:GM-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21604951>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA487"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA487"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Kubični Meter"
,"label":"Gram na Metr Krychlový"
,"label":"Gram na Metr Sześcienny"
,"label":"Gram pe Metru Cub"
,"label":"Gram per Cubic Meter"
,"label":"Gram per Cubic Metre"
,"label":"Gram per Cubic Metre"
,"label":"Gram per Meter Kubik"
,"label":"Gram per Metreküp"
,"label":"Grama por Metro Cúbico"
,"label":"Gramm pro Kubikmeter"
,"label":"Gramma per Metrum Cubicum"
,"label":"Gramme par Mètre Cube"
,"label":"Grammo per Metro Cubo"
,"label":"Gramo por Metro Cúbico"
,"symbol":"g\/m³"
,"type":"qudt:Unit"
,"ucum code":"g.m-3"
,"unece common code":"A93"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA487",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA487",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "g/m³",
"ucumCode" : "g.m-3",
"uneceCommonCode" : "A93",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21604951",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Gramma per Metrum Cubicum"
}, {
"@language" : "ms",
"@value" : "Gram per Meter Kubik"
}, {
"@language" : "it",
"@value" : "Grammo per Metro Cubo"
}, "Gram per Cubic Metre", {
"@language" : "en",
"@value" : "Gram per Cubic Metre"
}, {
"@language" : "cs",
"@value" : "Gram na Metr Krychlový"
}, {
"@language" : "pt",
"@value" : "Grama por Metro Cúbico"
}, {
"@language" : "fr",
"@value" : "Gramme par Mètre Cube"
}, {
"@language" : "sl",
"@value" : "Gram na Kubični Meter"
}, {
"@language" : "es",
"@value" : "Gramo por Metro Cúbico"
}, {
"@language" : "ro",
"@value" : "Gram pe Metru Cub"
}, {
"@language" : "de",
"@value" : "Gramm pro Kubikmeter"
}, {
"@language" : "tr",
"@value" : "Gram per Metreküp"
}, {
"@language" : "en-us",
"@value" : "Gram per Cubic Meter"
}, {
"@language" : "pl",
"@value" : "Gram na Metr Sześcienny"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M3-BAR
URI: http://qudt.org/vocab/unit/GM-PER-M3-BAR
0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-M3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA489" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA489"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(m³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.m-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G14" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Cubic Meter Bar"@en-US ; rdfs:label "Gram per Cubic Metre Bar" ; rdfs:label "Gram per Cubic Metre Bar"@en ; .
{"resource":"Gram per Cubic Metre Bar"
,"qname":"unit:GM-PER-M3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M3-BAR"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA489"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA489"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Cubic Meter Bar"
,"label":"Gram per Cubic Metre Bar"
,"label":"Gram per Cubic Metre Bar"
,"symbol":"g\/(m³·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.m-3.bar-1"
,"unece common code":"G14"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit bar",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA489",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA489",
"symbol" : "g/(m³·bar)",
"ucumCode" : "g.m-3.bar-1",
"uneceCommonCode" : "G14",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Cubic Metre Bar", {
"@language" : "en-us",
"@value" : "Gram per Cubic Meter Bar"
}, {
"@language" : "en",
"@value" : "Gram per Cubic Metre Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M3-CentiPOISE
URI: http://qudt.org/vocab/unit/GM-PER-M3-CentiPOISE
[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-M3-CentiPOISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD831" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD831"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(m³·cP)" ; <http://qudt.org/schema/qudt/ucumCode> "g.m-3.cP-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Cubic Meter Centipoise"@en-US ; rdfs:label "Gram per Cubic Metre Centipoise" ; rdfs:label "Gram per Cubic Metre Centipoise"@en ; .
{"resource":"Gram per Cubic Metre Centipoise"
,"qname":"unit:GM-PER-M3-CentiPOISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M3-CentiPOISE"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD831"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD831"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Cubic Meter Centipoise"
,"label":"Gram per Cubic Metre Centipoise"
,"label":"Gram per Cubic Metre Centipoise"
,"symbol":"g\/(m³·cP)"
,"type":"qudt:Unit"
,"ucum code":"g.m-3.cP-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M3-CentiPOISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD831",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD831",
"symbol" : "g/(m³·cP)",
"ucumCode" : "g.m-3.cP-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Cubic Meter Centipoise"
}, "Gram per Cubic Metre Centipoise", {
"@language" : "en",
"@value" : "Gram per Cubic Metre Centipoise"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M3-K
URI: http://qudt.org/vocab/unit/GM-PER-M3-K
0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-M3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA488" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA488"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(m³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "g.m-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G36" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Kubični Meter Kelvin"@sl ; rdfs:label "Gram na Metr Krychlový Kelvin"@cs ; rdfs:label "Gram na Metr Sześcienny Kelwin"@pl ; rdfs:label "Gram pe Metru Cub Kelvin"@ro ; rdfs:label "Gram per Cubic Meter Kelvin"@en-US ; rdfs:label "Gram per Cubic Metre Kelvin" ; rdfs:label "Gram per Cubic Metre Kelvin"@en ; rdfs:label "Gram per Meter Kubik Kelvin"@ms ; rdfs:label "Gram per Metreküp Kelvin"@tr ; rdfs:label "Grama por Metro Cúbico Kelvin"@pt ; rdfs:label "Gramm pro Kubikmeter Kelvin"@de ; rdfs:label "Gramma per Metrum Cubicum Kelvin"@la ; rdfs:label "Gramme par Mètre Cube Kelvin"@fr ; rdfs:label "Grammo per Metro Cubo Kelvin"@it ; rdfs:label "Gramo por Metro Cúbico Kelvin"@es ; .
{"resource":"Gram per Cubic Metre Kelvin"
,"qname":"unit:GM-PER-M3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M3-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA488"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA488"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Kubični Meter Kelvin"
,"label":"Gram na Metr Krychlový Kelvin"
,"label":"Gram na Metr Sześcienny Kelwin"
,"label":"Gram pe Metru Cub Kelvin"
,"label":"Gram per Cubic Meter Kelvin"
,"label":"Gram per Cubic Metre Kelvin"
,"label":"Gram per Cubic Metre Kelvin"
,"label":"Gram per Meter Kubik Kelvin"
,"label":"Gram per Metreküp Kelvin"
,"label":"Grama por Metro Cúbico Kelvin"
,"label":"Gramm pro Kubikmeter Kelvin"
,"label":"Gramma per Metrum Cubicum Kelvin"
,"label":"Gramme par Mètre Cube Kelvin"
,"label":"Grammo per Metro Cubo Kelvin"
,"label":"Gramo por Metro Cúbico Kelvin"
,"symbol":"g\/(m³·K)"
,"type":"qudt:Unit"
,"ucum code":"g.m-3.K-1"
,"unece common code":"G36"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA488",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA488",
"symbol" : "g/(m³·K)",
"ucumCode" : "g.m-3.K-1",
"uneceCommonCode" : "G36",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pt",
"@value" : "Grama por Metro Cúbico Kelvin"
}, {
"@language" : "cs",
"@value" : "Gram na Metr Krychlový Kelvin"
}, {
"@language" : "tr",
"@value" : "Gram per Metreküp Kelvin"
}, {
"@language" : "fr",
"@value" : "Gramme par Mètre Cube Kelvin"
}, {
"@language" : "ms",
"@value" : "Gram per Meter Kubik Kelvin"
}, {
"@language" : "pl",
"@value" : "Gram na Metr Sześcienny Kelwin"
}, {
"@language" : "sl",
"@value" : "Gram na Kubični Meter Kelvin"
}, {
"@language" : "it",
"@value" : "Grammo per Metro Cubo Kelvin"
}, {
"@language" : "en-us",
"@value" : "Gram per Cubic Meter Kelvin"
}, {
"@language" : "la",
"@value" : "Gramma per Metrum Cubicum Kelvin"
}, {
"@language" : "ro",
"@value" : "Gram pe Metru Cub Kelvin"
}, {
"@language" : "de",
"@value" : "Gramm pro Kubikmeter Kelvin"
}, {
"@language" : "es",
"@value" : "Gramo por Metro Cúbico Kelvin"
}, "Gram per Cubic Metre Kelvin", {
"@language" : "en",
"@value" : "Gram per Cubic Metre Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M3-MilliPA-SEC
URI: http://qudt.org/vocab/unit/GM-PER-M3-MilliPA-SEC
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-M3-MilliPA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD828" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD828"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(m³·mPa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "g.m-3.mPa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Kubični Meter Millipascal Sekunda"@sl ; rdfs:label "Gram na Metr Krychlový Millipascal Sekunda"@cs ; rdfs:label "Gram na Metr Sześcienny Millipaskal Sekunda"@pl ; rdfs:label "Gram pe Metru Cub Millipascal Secundă"@ro ; rdfs:label "Gram per Cubic Meter Millipascal Second"@en-US ; rdfs:label "Gram per Cubic Metre Millipascal Second" ; rdfs:label "Gram per Cubic Metre Millipascal Second"@en ; rdfs:label "Gram per Meter Kubik Millipascal Saat"@ms ; rdfs:label "Gram per Metreküp Millipascal Saniye"@tr ; rdfs:label "Gramm pro Kubikmeter Millipascal Sekunde"@de ; rdfs:label "Gramme par Mètre Cube Millipascal Seconde"@fr ; rdfs:label "Grammo per Metro Cubo Millipascal Secondo"@it ; rdfs:label "Gramo por Metro Cúbico Millipascal Segundo"@es ; .
{"resource":"Gram per Cubic Metre Millipascal Second"
,"qname":"unit:GM-PER-M3-MilliPA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M3-MilliPA-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD828"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD828"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Kubični Meter Millipascal Sekunda"
,"label":"Gram na Metr Krychlový Millipascal Sekunda"
,"label":"Gram na Metr Sześcienny Millipaskal Sekunda"
,"label":"Gram pe Metru Cub Millipascal Secundă"
,"label":"Gram per Cubic Meter Millipascal Second"
,"label":"Gram per Cubic Metre Millipascal Second"
,"label":"Gram per Cubic Metre Millipascal Second"
,"label":"Gram per Meter Kubik Millipascal Saat"
,"label":"Gram per Metreküp Millipascal Saniye"
,"label":"Gramm pro Kubikmeter Millipascal Sekunde"
,"label":"Gramme par Mètre Cube Millipascal Seconde"
,"label":"Grammo per Metro Cubo Millipascal Secondo"
,"label":"Gramo por Metro Cúbico Millipascal Segundo"
,"symbol":"g\/(m³·mPa·s)"
,"type":"qudt:Unit"
,"ucum code":"g.m-3.mPa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M3-MilliPA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD828",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD828",
"symbol" : "g/(m³·mPa·s)",
"ucumCode" : "g.m-3.mPa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Gramme par Mètre Cube Millipascal Seconde"
}, "Gram per Cubic Metre Millipascal Second", {
"@language" : "en",
"@value" : "Gram per Cubic Metre Millipascal Second"
}, {
"@language" : "it",
"@value" : "Grammo per Metro Cubo Millipascal Secondo"
}, {
"@language" : "cs",
"@value" : "Gram na Metr Krychlový Millipascal Sekunda"
}, {
"@language" : "de",
"@value" : "Gramm pro Kubikmeter Millipascal Sekunde"
}, {
"@language" : "ms",
"@value" : "Gram per Meter Kubik Millipascal Saat"
}, {
"@language" : "es",
"@value" : "Gramo por Metro Cúbico Millipascal Segundo"
}, {
"@language" : "pl",
"@value" : "Gram na Metr Sześcienny Millipaskal Sekunda"
}, {
"@language" : "ro",
"@value" : "Gram pe Metru Cub Millipascal Secundă"
}, {
"@language" : "sl",
"@value" : "Gram na Kubični Meter Millipascal Sekunda"
}, {
"@language" : "tr",
"@value" : "Gram per Metreküp Millipascal Saniye"
}, {
"@language" : "en-us",
"@value" : "Gram per Cubic Meter Millipascal Second"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M3-PA-SEC
URI: http://qudt.org/vocab/unit/GM-PER-M3-PA-SEC
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-M3-PA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD829" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD829"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(m³·Pa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "g.m-3.Pa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Kubični Meter Pascal Sekunda"@sl ; rdfs:label "Gram na Metr Krychlový Pascal Sekunda"@cs ; rdfs:label "Gram na Metr Sześcienny Paskal Sekunda"@pl ; rdfs:label "Gram pe Metru Cub Pascal Secundă"@ro ; rdfs:label "Gram per Cubic Meter Pascal Second"@en-US ; rdfs:label "Gram per Cubic Metre Pascal Second" ; rdfs:label "Gram per Cubic Metre Pascal Second"@en ; rdfs:label "Gram per Meter Kubik Pascal Saat"@ms ; rdfs:label "Gram per Metreküp Pascal Saniye"@tr ; rdfs:label "Grama por Metro Cúbico Pascal Segundo"@pt ; rdfs:label "Gramm pro Kubikmeter Pascal Sekunde"@de ; rdfs:label "Gramma per Metrum Cubicum Pascalium Secundum"@la ; rdfs:label "Gramme par Mètre Cube Pascal Seconde"@fr ; rdfs:label "Grammo per Metro Cubo Pascal Secondo"@it ; rdfs:label "Gramo por Metro Cúbico Pascal Segundo"@es ; .
{"resource":"Gram per Cubic Metre Pascal Second"
,"qname":"unit:GM-PER-M3-PA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M3-PA-SEC"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD829"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD829"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Kubični Meter Pascal Sekunda"
,"label":"Gram na Metr Krychlový Pascal Sekunda"
,"label":"Gram na Metr Sześcienny Paskal Sekunda"
,"label":"Gram pe Metru Cub Pascal Secundă"
,"label":"Gram per Cubic Meter Pascal Second"
,"label":"Gram per Cubic Metre Pascal Second"
,"label":"Gram per Cubic Metre Pascal Second"
,"label":"Gram per Meter Kubik Pascal Saat"
,"label":"Gram per Metreküp Pascal Saniye"
,"label":"Grama por Metro Cúbico Pascal Segundo"
,"label":"Gramm pro Kubikmeter Pascal Sekunde"
,"label":"Gramma per Metrum Cubicum Pascalium Secundum"
,"label":"Gramme par Mètre Cube Pascal Seconde"
,"label":"Grammo per Metro Cubo Pascal Secondo"
,"label":"Gramo por Metro Cúbico Pascal Segundo"
,"symbol":"g\/(m³·Pa·s)"
,"type":"qudt:Unit"
,"ucum code":"g.m-3.Pa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M3-PA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD829",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD829",
"symbol" : "g/(m³·Pa·s)",
"ucumCode" : "g.m-3.Pa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Grammo per Metro Cubo Pascal Secondo"
}, {
"@language" : "la",
"@value" : "Gramma per Metrum Cubicum Pascalium Secundum"
}, {
"@language" : "sl",
"@value" : "Gram na Kubični Meter Pascal Sekunda"
}, {
"@language" : "ms",
"@value" : "Gram per Meter Kubik Pascal Saat"
}, {
"@language" : "cs",
"@value" : "Gram na Metr Krychlový Pascal Sekunda"
}, {
"@language" : "en",
"@value" : "Gram per Cubic Metre Pascal Second"
}, "Gram per Cubic Metre Pascal Second", {
"@language" : "tr",
"@value" : "Gram per Metreküp Pascal Saniye"
}, {
"@language" : "fr",
"@value" : "Gramme par Mètre Cube Pascal Seconde"
}, {
"@language" : "pl",
"@value" : "Gram na Metr Sześcienny Paskal Sekunda"
}, {
"@language" : "pt",
"@value" : "Grama por Metro Cúbico Pascal Segundo"
}, {
"@language" : "en-us",
"@value" : "Gram per Cubic Meter Pascal Second"
}, {
"@language" : "ro",
"@value" : "Gram pe Metru Cub Pascal Secundă"
}, {
"@language" : "es",
"@value" : "Gramo por Metro Cúbico Pascal Segundo"
}, {
"@language" : "de",
"@value" : "Gramm pro Kubikmeter Pascal Sekunde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-M3-POISE
URI: http://qudt.org/vocab/unit/GM-PER-M3-POISE
[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-M3-POISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD830" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD830"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(m³·P)" ; <http://qudt.org/schema/qudt/ucumCode> "g.m-3.P-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Cubic Meter Poise"@en-US ; rdfs:label "Gram per Cubic Metre Poise" ; rdfs:label "Gram per Cubic Metre Poise"@en ; .
{"resource":"Gram per Cubic Metre Poise"
,"qname":"unit:GM-PER-M3-POISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-M3-POISE"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD830"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD830"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Cubic Meter Poise"
,"label":"Gram per Cubic Metre Poise"
,"label":"Gram per Cubic Metre Poise"
,"symbol":"g\/(m³·P)"
,"type":"qudt:Unit"
,"ucum code":"g.m-3.P-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-M3-POISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD830",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD830",
"symbol" : "g/(m³·P)",
"ucumCode" : "g.m-3.P-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Cubic Meter Poise"
}, {
"@language" : "en",
"@value" : "Gram per Cubic Metre Poise"
}, "Gram per Cubic Metre Poise" ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-MIN
URI: http://qudt.org/vocab/unit/GM-PER-MIN
0,001-fold of the SI base unit kilogram divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA490" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA490"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "g/min" ; <http://qudt.org/schema/qudt/ucumCode> "g.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F28" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107210111> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Minute" ; rdfs:label "Gram per Minute"@en ; .
{"resource":"Gram per Minute"
,"qname":"unit:GM-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107210111>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-5"
,"description":"0,001-fold of the SI base unit kilogram divided by the unit minute"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA490"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA490"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Minute"
,"label":"Gram per Minute"
,"symbol":"g\/min"
,"type":"qudt:Unit"
,"ucum code":"g.min-1"
,"unece common code":"F28"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.00001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA490",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA490",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the unit minute",
"symbol" : "g/min",
"ucumCode" : "g.min-1",
"uneceCommonCode" : "F28",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107210111",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Minute", {
"@language" : "en",
"@value" : "Gram per Minute"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-MIN-BAR
URI: http://qudt.org/vocab/unit/GM-PER-MIN-BAR
0.001-fold the SI base unit kilogram divided by the product out of the unit minute and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-MIN-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold the SI base unit kilogram divided by the product out of the unit minute and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA492" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA492"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(min·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.min-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F64" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Minute Bar" ; rdfs:label "Gram per Minute Bar"@en ; .
{"resource":"Gram per Minute Bar"
,"qname":"unit:GM-PER-MIN-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-MIN-BAR"
,"properties":["conversion multiplier":"0.0000000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-10"
,"description":"0.001-fold the SI base unit kilogram divided by the product out of the unit minute and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA492"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA492"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Minute Bar"
,"label":"Gram per Minute Bar"
,"symbol":"g\/(min·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.min-1.bar-1"
,"unece common code":"F64"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-MIN-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold the SI base unit kilogram divided by the product out of the unit minute and the unit bar",
"conversionMultiplier" : "0.0000000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666666E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA492",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA492",
"symbol" : "g/(min·bar)",
"ucumCode" : "g.min-1.bar-1",
"uneceCommonCode" : "F64",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Minute Bar", {
"@language" : "en",
"@value" : "Gram per Minute Bar"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-MIN-K
URI: http://qudt.org/vocab/unit/GM-PER-MIN-K
0.001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-MIN-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA491" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA491"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(min·K)" ; <http://qudt.org/schema/qudt/ucumCode> "g.min-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F37" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Minute Kelvin" ; rdfs:label "Gram per Minute Kelvin"@en ; .
{"resource":"Gram per Minute Kelvin"
,"qname":"unit:GM-PER-MIN-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-MIN-K"
,"properties":["conversion multiplier":"0.00001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-5"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA491"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA491"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Minute Kelvin"
,"label":"Gram per Minute Kelvin"
,"symbol":"g\/(min·K)"
,"type":"qudt:Unit"
,"ucum code":"g.min-1.K-1"
,"unece common code":"F37"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-MIN-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin",
"conversionMultiplier" : "0.00001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA491",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA491",
"symbol" : "g/(min·K)",
"ucumCode" : "g.min-1.K-1",
"uneceCommonCode" : "F37",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Minute Kelvin", {
"@language" : "en",
"@value" : "Gram per Minute Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-MOL
URI: http://qudt.org/vocab/unit/GM-PER-MOL
0.01-fold of the SI base unit kilogram divided by the SI base unit mol
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the SI base unit kilogram divided by the SI base unit mol"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA496" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA496"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.01-fold of the SI base unit kilogram divided by the SI base unit mol" ; <http://qudt.org/schema/qudt/symbol> "g/mol" ; <http://qudt.org/schema/qudt/ucumCode> "g.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A94" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q28924752> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Mol"@cs ; rdfs:label "Gram na Mol"@pl ; rdfs:label "Gram na Mol"@sl ; rdfs:label "Gram pe Mol"@ro ; rdfs:label "Gram per Mol"@tr ; rdfs:label "Gram per Mole" ; rdfs:label "Gram per Mole"@en ; rdfs:label "Gram per Mole"@ms ; rdfs:label "Grama por Mol"@pt ; rdfs:label "Gramm pro Mol"@de ; rdfs:label "Gramma per Moles"@la ; rdfs:label "Gramme par Mole"@fr ; rdfs:label "Grammo per Mole"@it ; rdfs:label "Gramo por Mol"@es ; .
{"resource":"Gram per Mole"
,"qname":"unit:GM-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q28924752>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.01-fold of the SI base unit kilogram divided by the SI base unit mol"
,"description (plain text)":"0.01-fold of the SI base unit kilogram divided by the SI base unit mol"
,"has dimension vector":"qkdv:A-1E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:MolarMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA496"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA496"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Mol"
,"label":"Gram na Mol"
,"label":"Gram na Mol"
,"label":"Gram pe Mol"
,"label":"Gram per Mol"
,"label":"Gram per Mole"
,"label":"Gram per Mole"
,"label":"Gram per Mole"
,"label":"Grama por Mol"
,"label":"Gramm pro Mol"
,"label":"Gramma per Moles"
,"label":"Gramme par Mole"
,"label":"Grammo per Mole"
,"label":"Gramo por Mol"
,"symbol":"g\/mol"
,"type":"qudt:Unit"
,"ucum code":"g.mol-1"
,"unece common code":"A94"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the SI base unit kilogram divided by the SI base unit mol",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L0I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarMass",
"iec61360Code" : "0112/2///62720#UAA496",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA496",
"plainTextDescription" : "0.01-fold of the SI base unit kilogram divided by the SI base unit mol",
"symbol" : "g/mol",
"ucumCode" : "g.mol-1",
"uneceCommonCode" : "A94",
"wikidataMatch" : "http://www.wikidata.org/entity/Q28924752",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Gram pe Mol"
}, {
"@language" : "es",
"@value" : "Gramo por Mol"
}, {
"@language" : "it",
"@value" : "Grammo per Mole"
}, "Gram per Mole", {
"@language" : "en",
"@value" : "Gram per Mole"
}, {
"@language" : "ms",
"@value" : "Gram per Mole"
}, {
"@language" : "fr",
"@value" : "Gramme par Mole"
}, {
"@language" : "la",
"@value" : "Gramma per Moles"
}, {
"@language" : "tr",
"@value" : "Gram per Mol"
}, {
"@language" : "pt",
"@value" : "Grama por Mol"
}, {
"@language" : "cs",
"@value" : "Gram na Mol"
}, {
"@language" : "pl",
"@value" : "Gram na Mol"
}, {
"@language" : "sl",
"@value" : "Gram na Mol"
}, {
"@language" : "de",
"@value" : "Gramm pro Mol"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-MilliL
URI: http://qudt.org/vocab/unit/GM-PER-MilliL
0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-MilliL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MilliL-PER-GM> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA493" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA493"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre" ; <http://qudt.org/schema/qudt/symbol> "g/mL" ; <http://qudt.org/schema/qudt/ucumCode> "g.mL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "GJ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101877596> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Milliliter"@en-US ; rdfs:label "Gram per Millilitre" ; rdfs:label "Gram per Millilitre"@en ; .
{"resource":"Gram per Millilitre"
,"qname":"unit:GM-PER-MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-MilliL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101877596>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"has reciprocal unit":"unit:MilliL-PER-GM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA493"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA493"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Milliliter"
,"label":"Gram per Millilitre"
,"label":"Gram per Millilitre"
,"symbol":"g\/mL"
,"type":"qudt:Unit"
,"ucum code":"g.mL-1"
,"unece common code":"GJ"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-MilliL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MilliL-PER-GM",
"iec61360Code" : "0112/2///62720#UAA493",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA493",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the 0.001-fold of the unit litre",
"symbol" : "g/mL",
"ucumCode" : "g.mL-1",
"uneceCommonCode" : "GJ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101877596",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Milliliter"
}, "Gram per Millilitre", {
"@language" : "en",
"@value" : "Gram per Millilitre"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-MilliL-BAR
URI: http://qudt.org/vocab/unit/GM-PER-MilliL-BAR
0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-MilliL-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA495" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA495"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(mL·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.mL-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G15" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Milliliter Bar"@en-US ; rdfs:label "Gram per Millilitre Bar" ; rdfs:label "Gram per Millilitre Bar"@en ; .
{"resource":"Gram per Millilitre Bar"
,"qname":"unit:GM-PER-MilliL-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-MilliL-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA495"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA495"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Milliliter Bar"
,"label":"Gram per Millilitre Bar"
,"label":"Gram per Millilitre Bar"
,"symbol":"g\/(mL·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.mL-1.bar-1"
,"unece common code":"G15"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-MilliL-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA495",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA495",
"symbol" : "g/(mL·bar)",
"ucumCode" : "g.mL-1.bar-1",
"uneceCommonCode" : "G15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Milliliter Bar"
}, "Gram per Millilitre Bar", {
"@language" : "en",
"@value" : "Gram per Millilitre Bar"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-MilliL-K
URI: http://qudt.org/vocab/unit/GM-PER-MilliL-K
0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-MilliL-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA494" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA494"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(mL·K)" ; <http://qudt.org/schema/qudt/ucumCode> "g.mL-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G37" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Milliliter Kelvin"@en-US ; rdfs:label "Gram per Millilitre Kelvin" ; rdfs:label "Gram per Millilitre Kelvin"@en ; .
{"resource":"Gram per Millilitre Kelvin"
,"qname":"unit:GM-PER-MilliL-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-MilliL-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA494"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA494"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Milliliter Kelvin"
,"label":"Gram per Millilitre Kelvin"
,"label":"Gram per Millilitre Kelvin"
,"symbol":"g\/(mL·K)"
,"type":"qudt:Unit"
,"ucum code":"g.mL-1.K-1"
,"unece common code":"G37"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-MilliL-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit litre and the SI base unit kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA494",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA494",
"symbol" : "g/(mL·K)",
"ucumCode" : "g.mL-1.K-1",
"uneceCommonCode" : "G37",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Millilitre Kelvin", {
"@language" : "en",
"@value" : "Gram per Millilitre Kelvin"
}, {
"@language" : "en-us",
"@value" : "Gram per Milliliter Kelvin"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-MilliM
URI: http://qudt.org/vocab/unit/GM-PER-MilliM
0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB376" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB376"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter" ; <http://qudt.org/schema/qudt/symbol> "g/mm" ; <http://qudt.org/schema/qudt/ucumCode> "g.mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H76" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106645232> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Millimeter"@sl ; rdfs:label "Gram na Millimetr"@cs ; rdfs:label "Gram na Millimetr"@pl ; rdfs:label "Gram pe Millimetru"@ro ; rdfs:label "Gram per Millimeter"@en-US ; rdfs:label "Gram per Millimeter"@ms ; rdfs:label "Gram per Millimetre" ; rdfs:label "Gram per Millimetre"@en ; rdfs:label "Gram per Millimetre"@tr ; rdfs:label "Gramm pro Millimeter"@de ; rdfs:label "Gramme par Millimètre"@fr ; rdfs:label "Grammo per Millimetro"@it ; rdfs:label "Gramo por Millimetro"@es ; .
{"resource":"Gram per Millimetre"
,"qname":"unit:GM-PER-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-MilliM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106645232>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter"
,"description (plain text)":"0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB376"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB376"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Millimeter"
,"label":"Gram na Millimetr"
,"label":"Gram na Millimetr"
,"label":"Gram pe Millimetru"
,"label":"Gram per Millimeter"
,"label":"Gram per Millimeter"
,"label":"Gram per Millimetre"
,"label":"Gram per Millimetre"
,"label":"Gram per Millimetre"
,"label":"Gramm pro Millimeter"
,"label":"Gramme par Millimètre"
,"label":"Grammo per Millimetro"
,"label":"Gramo por Millimetro"
,"symbol":"g\/mm"
,"type":"qudt:Unit"
,"ucum code":"g.mm-1"
,"unece common code":"H76"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"iec61360Code" : "0112/2///62720#UAB376",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB376",
"plainTextDescription" : "0,001-fold of the SI base unit kilogram divided by the 0.001-fold the SI base unit meter",
"symbol" : "g/mm",
"ucumCode" : "g.mm-1",
"uneceCommonCode" : "H76",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106645232",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram per Millimeter"
}, {
"@language" : "ms",
"@value" : "Gram per Millimeter"
}, {
"@language" : "it",
"@value" : "Grammo per Millimetro"
}, {
"@language" : "es",
"@value" : "Gramo por Millimetro"
}, {
"@language" : "ro",
"@value" : "Gram pe Millimetru"
}, {
"@language" : "fr",
"@value" : "Gramme par Millimètre"
}, {
"@language" : "de",
"@value" : "Gramm pro Millimeter"
}, {
"@language" : "cs",
"@value" : "Gram na Millimetr"
}, {
"@language" : "pl",
"@value" : "Gram na Millimetr"
}, {
"@language" : "sl",
"@value" : "Gram na Millimeter"
}, "Gram per Millimetre", {
"@language" : "en",
"@value" : "Gram per Millimetre"
}, {
"@language" : "tr",
"@value" : "Gram per Millimetre"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-MilliM-BAR
URI: http://qudt.org/vocab/unit/GM-PER-MilliM-BAR
0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit meter and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-MilliM-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit meter and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SquareTime> ; <http://qudt.org/schema/qudt/symbol> "g/(mm·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.mm-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Millimeter Bar"@en-US ; rdfs:label "Gram per Millimetre Bar" ; rdfs:label "Gram per Millimetre Bar"@en ; .
{"resource":"Gram per Millimetre Bar"
,"qname":"unit:GM-PER-MilliM-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-MilliM-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit meter and the unit bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T2D0"
,"has quantity kind":"quantitykind:SquareTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Millimeter Bar"
,"label":"Gram per Millimetre Bar"
,"label":"Gram per Millimetre Bar"
,"symbol":"g\/(mm·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.mm-1.bar-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-MilliM-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the 0.001-fold of the unit meter and the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SquareTime",
"symbol" : "g/(mm·bar)",
"ucumCode" : "g.mm-1.bar-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Millimetre Bar", {
"@language" : "en",
"@value" : "Gram per Millimetre Bar"
}, {
"@language" : "en-us",
"@value" : "Gram per Millimeter Bar"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-MilliM2
URI: http://qudt.org/vocab/unit/GM-PER-MilliM2
0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit meter by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-MilliM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit meter by exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BodyMassIndex> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeanMassRange> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB389" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB389"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/mm²" ; <http://qudt.org/schema/qudt/ucumCode> "g.mm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N24" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Kvadratni Millimeter"@sl ; rdfs:label "Gram na Millimetr Kwadratowy"@pl ; rdfs:label "Gram na Čtvereční Millimetr"@cs ; rdfs:label "Gram pe Millimetru Pătrat"@ro ; rdfs:label "Gram per Millimeter Persegi"@ms ; rdfs:label "Gram per Millimetrekare"@tr ; rdfs:label "Gram per Square Millimeter"@en-US ; rdfs:label "Gram per Square Millimetre" ; rdfs:label "Gram per Square Millimetre"@en ; rdfs:label "Gramm pro Quadratmillimeter"@de ; rdfs:label "Gramme par Millimètre Carré"@fr ; rdfs:label "Grammo per Millimetro Quadrato"@it ; rdfs:label "Gramo por Millimetro Cuadrado"@es ; .
{"resource":"Gram per Square Millimetre"
,"qname":"unit:GM-PER-MilliM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-MilliM2"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit meter by exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:BodyMassIndex"
,"has quantity kind":"quantitykind:MassPerArea"
,"has quantity kind":"quantitykind:MeanMassRange"
,"has quantity kind":"quantitykind:SurfaceDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB389"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB389"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Kvadratni Millimeter"
,"label":"Gram na Millimetr Kwadratowy"
,"label":"Gram na Čtvereční Millimetr"
,"label":"Gram pe Millimetru Pătrat"
,"label":"Gram per Millimeter Persegi"
,"label":"Gram per Millimetrekare"
,"label":"Gram per Square Millimeter"
,"label":"Gram per Square Millimetre"
,"label":"Gram per Square Millimetre"
,"label":"Gramm pro Quadratmillimeter"
,"label":"Gramme par Millimètre Carré"
,"label":"Grammo per Millimetro Quadrato"
,"label":"Gramo por Millimetro Cuadrado"
,"symbol":"g\/mm²"
,"type":"qudt:Unit"
,"ucum code":"g.mm-2"
,"unece common code":"N24"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-MilliM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the 0.000001-fold of the power of the SI base unit meter by exponent 2",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassPerArea", "http://qudt.org/vocab/quantitykind/BodyMassIndex", "http://qudt.org/vocab/quantitykind/SurfaceDensity", "http://qudt.org/vocab/quantitykind/MeanMassRange" ],
"iec61360Code" : "0112/2///62720#UAB389",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB389",
"symbol" : "g/mm²",
"ucumCode" : "g.mm-2",
"uneceCommonCode" : "N24",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Square Millimetre", {
"@language" : "en",
"@value" : "Gram per Square Millimetre"
}, {
"@language" : "sl",
"@value" : "Gram na Kvadratni Millimeter"
}, {
"@language" : "ms",
"@value" : "Gram per Millimeter Persegi"
}, {
"@language" : "en-us",
"@value" : "Gram per Square Millimeter"
}, {
"@language" : "it",
"@value" : "Grammo per Millimetro Quadrato"
}, {
"@language" : "es",
"@value" : "Gramo por Millimetro Cuadrado"
}, {
"@language" : "cs",
"@value" : "Gram na Čtvereční Millimetr"
}, {
"@language" : "de",
"@value" : "Gramm pro Quadratmillimeter"
}, {
"@language" : "pl",
"@value" : "Gram na Millimetr Kwadratowy"
}, {
"@language" : "tr",
"@value" : "Gram per Millimetrekare"
}, {
"@language" : "ro",
"@value" : "Gram pe Millimetru Pătrat"
}, {
"@language" : "fr",
"@value" : "Gramme par Millimètre Carré"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-SEC
URI: http://qudt.org/vocab/unit/GM-PER-SEC
0,001fold of the SI base unit kilogram divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001fold of the SI base unit kilogram divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA497" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA497"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001fold of the SI base unit kilogram divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "g/s" ; <http://qudt.org/schema/qudt/ucumCode> "g.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F29" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107210119> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Sekunda"@cs ; rdfs:label "Gram na Sekunda"@pl ; rdfs:label "Gram na Sekunda"@sl ; rdfs:label "Gram pe Secundă"@ro ; rdfs:label "Gram per Saat"@ms ; rdfs:label "Gram per Saniye"@tr ; rdfs:label "Gram per Second" ; rdfs:label "Gram per Second"@en ; rdfs:label "Grama por Segundo"@pt ; rdfs:label "Gramm pro Sekunde"@de ; rdfs:label "Gramma per Secundum"@la ; rdfs:label "Gramme par Seconde"@fr ; rdfs:label "Grammo per Secondo"@it ; rdfs:label "Gramo por Segundo"@es ; .
{"resource":"Gram per Second"
,"qname":"unit:GM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107210119>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0,001fold of the SI base unit kilogram divided by the SI base unit second"
,"description (plain text)":"0,001fold of the SI base unit kilogram divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA497"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA497"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Sekunda"
,"label":"Gram na Sekunda"
,"label":"Gram na Sekunda"
,"label":"Gram pe Secundă"
,"label":"Gram per Saat"
,"label":"Gram per Saniye"
,"label":"Gram per Second"
,"label":"Gram per Second"
,"label":"Grama por Segundo"
,"label":"Gramm pro Sekunde"
,"label":"Gramma per Secundum"
,"label":"Gramme par Seconde"
,"label":"Grammo per Secondo"
,"label":"Gramo por Segundo"
,"symbol":"g\/s"
,"type":"qudt:Unit"
,"ucum code":"g.s-1"
,"unece common code":"F29"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001fold of the SI base unit kilogram divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA497",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA497",
"plainTextDescription" : "0,001fold of the SI base unit kilogram divided by the SI base unit second",
"symbol" : "g/s",
"ucumCode" : "g.s-1",
"uneceCommonCode" : "F29",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107210119",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Gram per Saat"
}, {
"@language" : "it",
"@value" : "Grammo per Secondo"
}, {
"@language" : "la",
"@value" : "Gramma per Secundum"
}, {
"@language" : "pl",
"@value" : "Gram na Sekunda"
}, {
"@language" : "sl",
"@value" : "Gram na Sekunda"
}, {
"@language" : "cs",
"@value" : "Gram na Sekunda"
}, {
"@language" : "pt",
"@value" : "Grama por Segundo"
}, {
"@language" : "fr",
"@value" : "Gramme par Seconde"
}, {
"@language" : "tr",
"@value" : "Gram per Saniye"
}, {
"@language" : "de",
"@value" : "Gramm pro Sekunde"
}, {
"@language" : "ro",
"@value" : "Gram pe Secundă"
}, "Gram per Second", {
"@language" : "en",
"@value" : "Gram per Second"
}, {
"@language" : "es",
"@value" : "Gramo por Segundo"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/GM-PER-SEC-BAR
0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA499" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA499"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "g.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F65" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram per Second Bar" ; rdfs:label "Gram per Second Bar"@en ; .
{"resource":"Gram per Second Bar"
,"qname":"unit:GM-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA499"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA499"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram per Second Bar"
,"label":"Gram per Second Bar"
,"symbol":"g\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"g.s-1.bar-1"
,"unece common code":"F65"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA499",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA499",
"symbol" : "g/(s·bar)",
"ucumCode" : "g.s-1.bar-1",
"uneceCommonCode" : "F65",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram per Second Bar", {
"@language" : "en",
"@value" : "Gram per Second Bar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-PER-SEC-K
URI: http://qudt.org/vocab/unit/GM-PER-SEC-K
0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA498" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA498"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "g.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F38" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram na Sekunda Kelvin"@cs ; rdfs:label "Gram na Sekunda Kelvin"@sl ; rdfs:label "Gram na Sekunda Kelwin"@pl ; rdfs:label "Gram pe Secundă Kelvin"@ro ; rdfs:label "Gram per Saat Kelvin"@ms ; rdfs:label "Gram per Saniye Kelvin"@tr ; rdfs:label "Gram per Second Kelvin" ; rdfs:label "Gram per Second Kelvin"@en ; rdfs:label "Grama por Segundo Kelvin"@pt ; rdfs:label "Gramm pro Sekunde Kelvin"@de ; rdfs:label "Gramma per Secundum Kelvin"@la ; rdfs:label "Gramme par Seconde Kelvin"@fr ; rdfs:label "Grammo per Secondo Kelvin"@it ; rdfs:label "Gramo por Segundo Kelvin"@es ; .
{"resource":"Gram per Second Kelvin"
,"qname":"unit:GM-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-PER-SEC-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA498"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA498"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram na Sekunda Kelvin"
,"label":"Gram na Sekunda Kelvin"
,"label":"Gram na Sekunda Kelwin"
,"label":"Gram pe Secundă Kelvin"
,"label":"Gram per Saat Kelvin"
,"label":"Gram per Saniye Kelvin"
,"label":"Gram per Second Kelvin"
,"label":"Gram per Second Kelvin"
,"label":"Grama por Segundo Kelvin"
,"label":"Gramm pro Sekunde Kelvin"
,"label":"Gramma per Secundum Kelvin"
,"label":"Gramme par Seconde Kelvin"
,"label":"Grammo per Secondo Kelvin"
,"label":"Gramo por Segundo Kelvin"
,"symbol":"g\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"g.s-1.K-1"
,"unece common code":"F38"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA498",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA498",
"symbol" : "g/(s·K)",
"ucumCode" : "g.s-1.K-1",
"uneceCommonCode" : "F38",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Gramme par Seconde Kelvin"
}, {
"@language" : "tr",
"@value" : "Gram per Saniye Kelvin"
}, {
"@language" : "pt",
"@value" : "Grama por Segundo Kelvin"
}, "Gram per Second Kelvin", {
"@language" : "en",
"@value" : "Gram per Second Kelvin"
}, {
"@language" : "pl",
"@value" : "Gram na Sekunda Kelwin"
}, {
"@language" : "cs",
"@value" : "Gram na Sekunda Kelvin"
}, {
"@language" : "ms",
"@value" : "Gram per Saat Kelvin"
}, {
"@language" : "it",
"@value" : "Grammo per Secondo Kelvin"
}, {
"@language" : "sl",
"@value" : "Gram na Sekunda Kelvin"
}, {
"@language" : "de",
"@value" : "Gramm pro Sekunde Kelvin"
}, {
"@language" : "es",
"@value" : "Gramo por Segundo Kelvin"
}, {
"@language" : "ro",
"@value" : "Gram pe Secundă Kelvin"
}, {
"@language" : "la",
"@value" : "Gramma per Secundum Kelvin"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-SEC-PER-L-CentiM3
URI: http://qudt.org/vocab/unit/GM-SEC-PER-L-CentiM3
quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-SEC-PER-L-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC828" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC828"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·s/(L·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "g.s.L-1.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Second per Liter Cubic Centimeter"@en-US ; rdfs:label "Gram Second per Litre Cubic Centimetre" ; rdfs:label "Gram Second per Litre Cubic Centimetre"@en ; .
{"resource":"Gram Second per Litre Cubic Centimetre"
,"qname":"unit:GM-SEC-PER-L-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-SEC-PER-L-CentiM3"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC828"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC828"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Second per Liter Cubic Centimeter"
,"label":"Gram Second per Litre Cubic Centimetre"
,"label":"Gram Second per Litre Cubic Centimetre"
,"symbol":"g·s\/(L·cm³)"
,"type":"qudt:Unit"
,"ucum code":"g.s.L-1.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-SEC-PER-L-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC828",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC828",
"symbol" : "g·s/(L·cm³)",
"ucumCode" : "g.s.L-1.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Second per Liter Cubic Centimeter"
}, "Gram Second per Litre Cubic Centimetre", {
"@language" : "en",
"@value" : "Gram Second per Litre Cubic Centimetre"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-SEC-PER-L-M3
URI: http://qudt.org/vocab/unit/GM-SEC-PER-L-M3
quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-SEC-PER-L-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC827" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC827"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·s/(L·m³)" ; <http://qudt.org/schema/qudt/ucumCode> "g.s.L-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Second per Liter Cubic Meter"@en-US ; rdfs:label "Gram Second per Litre Cubic Metre" ; rdfs:label "Gram Second per Litre Cubic Metre"@en ; .
{"resource":"Gram Second per Litre Cubic Metre"
,"qname":"unit:GM-SEC-PER-L-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-SEC-PER-L-M3"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC827"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC827"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Second per Liter Cubic Meter"
,"label":"Gram Second per Litre Cubic Metre"
,"label":"Gram Second per Litre Cubic Metre"
,"symbol":"g·s\/(L·m³)"
,"type":"qudt:Unit"
,"ucum code":"g.s.L-1.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-SEC-PER-L-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC827",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC827",
"symbol" : "g·s/(L·m³)",
"ucumCode" : "g.s.L-1.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Second per Liter Cubic Meter"
}, "Gram Second per Litre Cubic Metre", {
"@language" : "en",
"@value" : "Gram Second per Litre Cubic Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-SEC-PER-L2
URI: http://qudt.org/vocab/unit/GM-SEC-PER-L2
quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-SEC-PER-L2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC829" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC829"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·s/L²" ; <http://qudt.org/schema/qudt/ucumCode> "g.s.L-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Second per Square Liter"@en-US ; rdfs:label "Gram Second per Square Litre" ; rdfs:label "Gram Second per Square Litre"@en ; .
{"resource":"Gram Second per Square Litre"
,"qname":"unit:GM-SEC-PER-L2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-SEC-PER-L2"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC829"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC829"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Second per Square Liter"
,"label":"Gram Second per Square Litre"
,"label":"Gram Second per Square Litre"
,"symbol":"g·s\/L²"
,"type":"qudt:Unit"
,"ucum code":"g.s.L-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-SEC-PER-L2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC829",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC829",
"symbol" : "g·s/L²",
"ucumCode" : "g.s.L-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram Second per Square Litre", {
"@language" : "en",
"@value" : "Gram Second per Square Litre"
}, {
"@language" : "en-us",
"@value" : "Gram Second per Square Liter"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-SEC-PER-M3-CentiM3
URI: http://qudt.org/vocab/unit/GM-SEC-PER-M3-CentiM3
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-SEC-PER-M3-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC819" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC819"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·s/(m³·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "g.s.m-3.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Saat per Meter Kubik Centimeter Kubik"@ms ; rdfs:label "Gram Saniye per Metreküp Centimetreküp"@tr ; rdfs:label "Gram Second per Cubic Meter Cubic Centimeter"@en-US ; rdfs:label "Gram Second per Cubic Metre Cubic Centimetre" ; rdfs:label "Gram Second per Cubic Metre Cubic Centimetre"@en ; rdfs:label "Gram Secundă pe Metru Cub Centimetru Cub"@ro ; rdfs:label "Gram Sekunda na Kubični Meter Kubični Centimeter"@sl ; rdfs:label "Gram Sekunda na Metr Krychlový Centimetr Krychlový"@cs ; rdfs:label "Gram Sekunda na Metr Sześcienny Centimetr Sześcienny"@pl ; rdfs:label "Gramm Sekunde pro Kubikmeter Kubikcentimeter"@de ; rdfs:label "Gramme Seconde par Mètre Cube Centimètre Cube"@fr ; rdfs:label "Grammo Secondo per Metro Cubo Centimetro Cubo"@it ; rdfs:label "Gramo Segundo por Metro Cúbico Centimetro Cúbico"@es ; .
{"resource":"Gram Second per Cubic Metre Cubic Centimetre"
,"qname":"unit:GM-SEC-PER-M3-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-SEC-PER-M3-CentiM3"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC819"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC819"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Saat per Meter Kubik Centimeter Kubik"
,"label":"Gram Saniye per Metreküp Centimetreküp"
,"label":"Gram Second per Cubic Meter Cubic Centimeter"
,"label":"Gram Second per Cubic Metre Cubic Centimetre"
,"label":"Gram Second per Cubic Metre Cubic Centimetre"
,"label":"Gram Secundă pe Metru Cub Centimetru Cub"
,"label":"Gram Sekunda na Kubični Meter Kubični Centimeter"
,"label":"Gram Sekunda na Metr Krychlový Centimetr Krychlový"
,"label":"Gram Sekunda na Metr Sześcienny Centimetr Sześcienny"
,"label":"Gramm Sekunde pro Kubikmeter Kubikcentimeter"
,"label":"Gramme Seconde par Mètre Cube Centimètre Cube"
,"label":"Grammo Secondo per Metro Cubo Centimetro Cubo"
,"label":"Gramo Segundo por Metro Cúbico Centimetro Cúbico"
,"symbol":"g·s\/(m³·cm³)"
,"type":"qudt:Unit"
,"ucum code":"g.s.m-3.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-SEC-PER-M3-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC819",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC819",
"symbol" : "g·s/(m³·cm³)",
"ucumCode" : "g.s.m-3.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Gram Sekunda na Metr Krychlový Centimetr Krychlový"
}, {
"@language" : "de",
"@value" : "Gramm Sekunde pro Kubikmeter Kubikcentimeter"
}, {
"@language" : "es",
"@value" : "Gramo Segundo por Metro Cúbico Centimetro Cúbico"
}, {
"@language" : "sl",
"@value" : "Gram Sekunda na Kubični Meter Kubični Centimeter"
}, {
"@language" : "ro",
"@value" : "Gram Secundă pe Metru Cub Centimetru Cub"
}, {
"@language" : "en-us",
"@value" : "Gram Second per Cubic Meter Cubic Centimeter"
}, "Gram Second per Cubic Metre Cubic Centimetre", {
"@language" : "en",
"@value" : "Gram Second per Cubic Metre Cubic Centimetre"
}, {
"@language" : "pl",
"@value" : "Gram Sekunda na Metr Sześcienny Centimetr Sześcienny"
}, {
"@language" : "ms",
"@value" : "Gram Saat per Meter Kubik Centimeter Kubik"
}, {
"@language" : "fr",
"@value" : "Gramme Seconde par Mètre Cube Centimètre Cube"
}, {
"@language" : "tr",
"@value" : "Gram Saniye per Metreküp Centimetreküp"
}, {
"@language" : "it",
"@value" : "Grammo Secondo per Metro Cubo Centimetro Cubo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-SEC-PER-M3-L
URI: http://qudt.org/vocab/unit/GM-SEC-PER-M3-L
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-SEC-PER-M3-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC820" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC820"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·s/(m³·L)" ; <http://qudt.org/schema/qudt/ucumCode> "g.s.m-3.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Second per Cubic Meter Liter"@en-US ; rdfs:label "Gram Second per Cubic Metre Litre" ; rdfs:label "Gram Second per Cubic Metre Litre"@en ; .
{"resource":"Gram Second per Cubic Metre Litre"
,"qname":"unit:GM-SEC-PER-M3-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-SEC-PER-M3-L"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC820"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC820"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Second per Cubic Meter Liter"
,"label":"Gram Second per Cubic Metre Litre"
,"label":"Gram Second per Cubic Metre Litre"
,"symbol":"g·s\/(m³·L)"
,"type":"qudt:Unit"
,"ucum code":"g.s.m-3.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-SEC-PER-M3-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC820",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC820",
"symbol" : "g·s/(m³·L)",
"ucumCode" : "g.s.m-3.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Second per Cubic Meter Liter"
}, "Gram Second per Cubic Metre Litre", {
"@language" : "en",
"@value" : "Gram Second per Cubic Metre Litre"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM-SEC-PER-M6
URI: http://qudt.org/vocab/unit/GM-SEC-PER-M6
quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM-SEC-PER-M6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC818" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC818"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "g·s/m⁶" ; <http://qudt.org/schema/qudt/ucumCode> "g.s.m-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Second per Sextic Meter"@en-US ; rdfs:label "Gram Second per Sextic Metre" ; rdfs:label "Gram Second per Sextic Metre"@en ; rdfs:label "Gramm Sekunde pro Meter hoch sechs"@de ; .
{"resource":"Gram Second per Sextic Metre"
,"qname":"unit:GM-SEC-PER-M6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM-SEC-PER-M6"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC818"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC818"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Second per Sextic Meter"
,"label":"Gram Second per Sextic Metre"
,"label":"Gram Second per Sextic Metre"
,"label":"Gramm Sekunde pro Meter hoch sechs"
,"symbol":"g·s\/m\u2076"
,"type":"qudt:Unit"
,"ucum code":"g.s.m-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM-SEC-PER-M6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC818",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC818",
"symbol" : "g·s/m⁶",
"ucumCode" : "g.s.m-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Second per Sextic Meter"
}, {
"@language" : "en",
"@value" : "Gram Second per Sextic Metre"
}, "Gram Second per Sextic Metre", {
"@language" : "de",
"@value" : "Gramm Sekunde pro Meter hoch sechs"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM_Carbon
URI: http://qudt.org/vocab/unit/GM_Carbon
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM_Carbon> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-GM> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram of Carbon" ; rdfs:label "Gram of Carbon"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/GM> ; .
{"resource":"Gram of Carbon"
,"qname":"unit:GM_Carbon"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM_Carbon"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has broader":"unit:GM"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"has reciprocal unit":"unit:PER-GM"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram of Carbon"
,"label":"Gram of Carbon"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM_Carbon",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-GM",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram of Carbon", {
"@language" : "en",
"@value" : "Gram of Carbon"
} ],
"broader" : "http://qudt.org/vocab/unit/GM",
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM_Carbon-PER-M2-DAY
URI: http://qudt.org/vocab/unit/GM_Carbon-PER-M2-DAY
A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GM_Carbon-PER-M2-DAY>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem."^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ;
<http://qudt.org/schema/qudt/expression> "$g C-m^{-2}-day^{-1}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ;
<http://qudt.org/schema/qudt/plainTextDescription> "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem." ;
<http://qudt.org/schema/qudt/symbol> "g{carbon}/(m²·day)" ;
<http://qudt.org/schema/qudt/ucumCode> "g.m-2.d-1{C}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gram of Carbon per Square Meter Day"@en-US ;
rdfs:label "Gram of Carbon per Square Metre Day" ;
rdfs:label "Gram of Carbon per Square Metre Day"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/GM-PER-M2-DAY> ;
.
{"resource":"Gram of Carbon per Square Metre Day"
,"qname":"unit:GM_Carbon-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM_Carbon-PER-M2-DAY"
,"properties":["conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem."
,"description (plain text)":"A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem."
,"expression":"$g C-m^{-2}-day^{-1}$."
,"has broader":"unit:GM-PER-M2-DAY"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram of Carbon per Square Meter Day"
,"label":"Gram of Carbon per Square Metre Day"
,"label":"Gram of Carbon per Square Metre Day"
,"symbol":"g{carbon}\/(m²·day)"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"g.m-2.d-1{C}"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM_Carbon-PER-M2-DAY",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem.",
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"expression" : "$g C-m^{-2}-day^{-1}$.",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"plainTextDescription" : "A metric unit of volume over time indicating the amount generated across one square meter over a day. Used to express productivity of an ecosystem.",
"symbol" : "g{carbon}/(m²·day)",
"ucumCode" : "g.m-2.d-1{C}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram of Carbon per Square Meter Day"
}, "Gram of Carbon per Square Metre Day", {
"@language" : "en",
"@value" : "Gram of Carbon per Square Metre Day"
} ],
"broader" : "http://qudt.org/vocab/unit/GM-PER-M2-DAY",
"@context" : {
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM_DRY
URI: http://qudt.org/vocab/unit/GM_DRY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM_DRY> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-GM> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dry Gram" ; rdfs:label "Dry Gram"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/GM> ; .
{"resource":"Dry Gram"
,"qname":"unit:GM_DRY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM_DRY"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has broader":"unit:GM"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"has reciprocal unit":"unit:PER-GM"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dry Gram"
,"label":"Dry Gram"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM_DRY",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-GM",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Dry Gram", {
"@language" : "en",
"@value" : "Dry Gram"
} ],
"broader" : "http://qudt.org/vocab/unit/GM",
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM_F
URI: http://qudt.org/vocab/unit/GM_F
"Gram Force" is a unit for 'Force' expressed as $gf$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Gram Force\" is a unit for 'Force' expressed as $gf$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00980665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E-3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kilogram-force"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "gf" ; <http://qudt.org/schema/qudt/ucumCode> "gf"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "gf" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q99476928> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Force" ; rdfs:label "Gram Force"@en ; .
{"resource":"Gram Force"
,"qname":"unit:GM_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM_F"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q99476928>"
,"conversion multiplier":"0.00980665"
,"conversion multiplier scientific":"9.80665E-3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kilogram-force"
,"description":"\"Gram Force\" is a unit for 'Force' expressed as $gf$."
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kilogram-force?oldid=493375479"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Force"
,"label":"Gram Force"
,"scalingOf":"unit:N"
,"symbol":"gf"
,"type":"qudt:Unit"
,"ucum code":"gf"
,"udunits code":"gf"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Gram Force\" is a unit for 'Force' expressed as $gf$.",
"conversionMultiplier" : "0.00980665",
"conversionMultiplier:SN" : 0.00980665,
"dbpediaMatch" : "http://dbpedia.org/resource/Kilogram-force",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"informativeReference" : "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "gf",
"ucumCode" : "gf",
"udunitsCode" : "gf",
"wikidataMatch" : "http://www.wikidata.org/entity/Q99476928",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gram Force", {
"@language" : "en",
"@value" : "Gram Force"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM_F-PER-CentiM2
URI: http://qudt.org/vocab/unit/GM_F-PER-CentiM2
A non-SI-conforming unit of pressure
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM_F-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A non-SI-conforming unit of pressure"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 98.0665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA510" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA510"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "A non-SI-conforming unit of pressure" ; <http://qudt.org/schema/qudt/symbol> "gf/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "gf.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K31" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram Force per Square Centimeter"@en-US ; rdfs:label "Gram Force per Square Centimetre" ; rdfs:label "Gram Force per Square Centimetre"@en ; .
{"resource":"Gram Force per Square Centimetre"
,"qname":"unit:GM_F-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM_F-PER-CentiM2"
,"properties":["conversion multiplier":"98.0665"
,"conversion multiplier scientific":"9.80665E1"
,"description":"A non-SI-conforming unit of pressure"
,"description (plain text)":"A non-SI-conforming unit of pressure"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA510"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA510"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram Force per Square Centimeter"
,"label":"Gram Force per Square Centimetre"
,"label":"Gram Force per Square Centimetre"
,"symbol":"gf\/cm²"
,"type":"qudt:Unit"
,"ucum code":"gf.cm-2"
,"unece common code":"K31"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM_F-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A non-SI-conforming unit of pressure",
"conversionMultiplier" : "98.0665",
"conversionMultiplier:SN" : 98.0665,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAA510",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA510",
"plainTextDescription" : "A non-SI-conforming unit of pressure",
"symbol" : "gf/cm²",
"ucumCode" : "gf.cm-2",
"uneceCommonCode" : "K31",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram Force per Square Centimeter"
}, "Gram Force per Square Centimetre", {
"@language" : "en",
"@value" : "Gram Force per Square Centimetre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM_Nitrogen
URI: http://qudt.org/vocab/unit/GM_Nitrogen
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GM_Nitrogen> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-GM> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gram of Nitrogen" ; rdfs:label "Gram of Nitrogen"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/GM> ; .
{"resource":"Gram of Nitrogen"
,"qname":"unit:GM_Nitrogen"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM_Nitrogen"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has broader":"unit:GM"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"has reciprocal unit":"unit:PER-GM"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram of Nitrogen"
,"label":"Gram of Nitrogen"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM_Nitrogen",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-GM",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Gram of Nitrogen"
}, "Gram of Nitrogen" ],
"broader" : "http://qudt.org/vocab/unit/GM",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GM_Nitrogen-PER-M2-DAY
URI: http://qudt.org/vocab/unit/GM_Nitrogen-PER-M2-DAY
A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GM_Nitrogen-PER-M2-DAY>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem."^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ;
<http://qudt.org/schema/qudt/expression> "$g N-m^{-2}-day^{-1}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ;
<http://qudt.org/schema/qudt/plainTextDescription> "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem." ;
<http://qudt.org/schema/qudt/symbol> "g{nitrogen}/(m²·day)" ;
<http://qudt.org/schema/qudt/ucumCode> "g.m-2.d-1{N}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gram of Nitrogen per Square Meter Day"@en-US ;
rdfs:label "Gram of Nitrogen per Square Metre Day" ;
rdfs:label "Gram of Nitrogen per Square Metre Day"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/GM-PER-M2-DAY> ;
.
{"resource":"Gram of Nitrogen per Square Metre Day"
,"qname":"unit:GM_Nitrogen-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GM_Nitrogen-PER-M2-DAY"
,"properties":["conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem."
,"description (plain text)":"A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem."
,"expression":"$g N-m^{-2}-day^{-1}$."
,"has broader":"unit:GM-PER-M2-DAY"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gram of Nitrogen per Square Meter Day"
,"label":"Gram of Nitrogen per Square Metre Day"
,"label":"Gram of Nitrogen per Square Metre Day"
,"symbol":"g{nitrogen}\/(m²·day)"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"g.m-2.d-1{N}"
]}
{
"@id" : "http://qudt.org/vocab/unit/GM_Nitrogen-PER-M2-DAY",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem.",
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"expression" : "$g N-m^{-2}-day^{-1}$.",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"plainTextDescription" : "A metric unit of volume over time indicating the amount of Nitrogen generated across one square meter over a day. Used to express productivity of an ecosystem.",
"symbol" : "g{nitrogen}/(m²·day)",
"ucumCode" : "g.m-2.d-1{N}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Gram of Nitrogen per Square Meter Day"
}, "Gram of Nitrogen per Square Metre Day", {
"@language" : "en",
"@value" : "Gram of Nitrogen per Square Metre Day"
} ],
"broader" : "http://qudt.org/vocab/unit/GM-PER-M2-DAY",
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GON
URI: http://qudt.org/vocab/unit/GON
"Gon" is a C.G.S System unit for 'Plane Angle' expressed as $gon$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GON> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Gon\" is a C.G.S System unit for 'Plane Angle' expressed as $gon$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.015707963267949 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.5707963267949E-2 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gon"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/GRAD> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA522" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gon?oldid=424098171"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA522"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gon> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ; <http://qudt.org/schema/qudt/symbol> "gon" ; <http://qudt.org/schema/qudt/ucumCode> "gon"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A91" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q208528> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gon" ; rdfs:label "Gon"@en ; .
{"resource":"Gon"
,"qname":"unit:GON"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GON"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q208528>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.015707963267949"
,"conversion multiplier scientific":"1.5707963267949E-2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gon"
,"description":"\"Gon\" is a C.G.S System unit for 'Plane Angle' expressed as $gon$."
,"exact match":"unit:GRAD"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA522"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gon?oldid=424098171"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA522"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gon"
,"label":"Gon"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/gon>"
,"scalingOf":"unit:RAD"
,"symbol":"gon"
,"type":"qudt:Unit"
,"ucum code":"gon"
,"unece common code":"A91"
]}
{
"@id" : "http://qudt.org/vocab/unit/GON",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Gon\" is a C.G.S System unit for 'Plane Angle' expressed as $gon$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.015707963267949",
"conversionMultiplier:SN" : 0.015707963267949,
"dbpediaMatch" : "http://dbpedia.org/resource/Gon",
"exactMatch" : "http://qudt.org/vocab/unit/GRAD",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Angle", "http://qudt.org/vocab/quantitykind/PlaneAngle" ],
"iec61360Code" : "0112/2///62720#UAA522",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA522", "http://en.wikipedia.org/wiki/Gon?oldid=424098171" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/gon",
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"symbol" : "gon",
"ucumCode" : "gon",
"uneceCommonCode" : "A91",
"wikidataMatch" : "http://www.wikidata.org/entity/Q208528",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gon", {
"@language" : "en",
"@value" : "Gon"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GR
URI: http://qudt.org/vocab/unit/GR
the tangent of an angle of inclination multiplied by 100
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GR> rdf:type <http://qudt.org/schema/qudt/DimensionlessUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "the tangent of an angle of inclination multiplied by 100"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Grade"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Grade?oldid=485504533"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "gr" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Grade" ; rdfs:label "Grade"@en ; .
{"resource":"Grade"
,"qname":"unit:GR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GR"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Grade"
,"description":"the tangent of an angle of inclination multiplied by 100"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Grade?oldid=485504533"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Grade"
,"label":"Grade"
,"symbol":"gr"
,"type":"qudt:DimensionlessUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/GR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DimensionlessUnit" ],
"description" : "the tangent of an angle of inclination multiplied by 100",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Grade",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DimensionlessRatio",
"informativeReference" : "http://en.wikipedia.org/wiki/Grade?oldid=485504533",
"symbol" : "gr",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Grade", {
"@language" : "en",
"@value" : "Grade"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GRAD
URI: http://qudt.org/vocab/unit/GRAD
"Grad" is a unit for 'Plane Angle' expressed as $grad$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GRAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Grad\" is a unit for 'Plane Angle' expressed as $grad$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.015707963267949 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.5707963267949E-2 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Grad"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/GON> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA522" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Grad?oldid=490906645"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA522"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ; <http://qudt.org/schema/qudt/symbol> "grad" ; <http://qudt.org/schema/qudt/uneceCommonCode> "A91" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q208528> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Grad" ; rdfs:label "Grad"@en ; .
{"resource":"Grad"
,"qname":"unit:GRAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GRAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q208528>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.015707963267949"
,"conversion multiplier scientific":"1.5707963267949E-2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Grad"
,"description":"\"Grad\" is a unit for 'Plane Angle' expressed as $grad$."
,"exact match":"unit:GON"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA522"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Grad?oldid=490906645"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA522"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Grad"
,"label":"Grad"
,"scalingOf":"unit:RAD"
,"symbol":"grad"
,"type":"qudt:Unit"
,"unece common code":"A91"
]}
{
"@id" : "http://qudt.org/vocab/unit/GRAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Grad\" is a unit for 'Plane Angle' expressed as $grad$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "0.015707963267949",
"conversionMultiplier:SN" : 0.015707963267949,
"dbpediaMatch" : "http://dbpedia.org/resource/Grad",
"exactMatch" : "http://qudt.org/vocab/unit/GON",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Angle", "http://qudt.org/vocab/quantitykind/PlaneAngle" ],
"iec61360Code" : "0112/2///62720#UAA522",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Grad?oldid=490906645", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA522" ],
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"symbol" : "grad",
"uneceCommonCode" : "A91",
"wikidataMatch" : "http://www.wikidata.org/entity/Q208528",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Grad", {
"@language" : "en",
"@value" : "Grad"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GRAIN
URI: http://qudt.org/vocab/unit/GRAIN
A grain is a unit of measurement of mass that is nominally based upon the mass of a single seed of a cereal. The grain is the only unit of mass measure common to the three traditional English mass and weight systems; the obsolete Tower grain was, by definition, exactly /64 of a troy grain. Since 1958, the grain or troy grain measure has been defined in terms of units of mass in the International System of Units as precisely 64.79891 milligrams. Thus, $1 gram \approx 15.4323584 grains$. There are precisely 7,000 grains per avoirdupois pound in the imperial and U.S. customary units, and 5,760 grains in the Troy pound.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GRAIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A grain is a unit of measurement of mass that is nominally based upon the mass of a single seed of a cereal. The grain is the only unit of mass measure common to the three traditional English mass and weight systems; the obsolete Tower grain was, by definition, exactly /64 of a troy grain. Since 1958, the grain or troy grain measure has been defined in terms of units of mass in the International System of Units as precisely 64.79891 milligrams. Thus, $1 gram \\approx 15.4323584 grains$. There are precisely 7,000 grains per avoirdupois pound in the imperial and U.S. customary units, and 5,760 grains in the Troy pound."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00006479891 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.479891E-5 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Cereal"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA523" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Cereal?oldid=495222949"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA523"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/grain> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "gr{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[gr]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GRN" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q693944> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Grain" ;
rdfs:label "Grain"@en ;
.
{"resource":"Grain"
,"qname":"unit:GRAIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GRAIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q693944>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00006479891"
,"conversion multiplier scientific":"6.479891E-5"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Cereal"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A grain is a unit of measurement of mass that is nominally based upon the mass of a single seed of a cereal. The grain is the only unit of mass measure common to the three traditional English mass and weight systems; the obsolete Tower grain was, by definition, exactly \/64 of a troy grain. Since 1958, the grain or troy grain measure has been defined in terms of units of mass in the International System of Units as precisely 64.79891 milligrams. Thus, $1 gram \\approx 15.4323584 grains$. There are precisely 7,000 grains per avoirdupois pound in the imperial and U.S. customary units, and 5,760 grains in the Troy pound."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA523"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Cereal?oldid=495222949"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA523"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Grain"
,"label":"Grain"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/grain>"
,"scalingOf":"unit:KiloGM"
,"symbol":"gr{UK}"
,"type":"qudt:Unit"
,"ucum code":"[gr]"
,"unece common code":"GRN"
]}
{
"@id" : "http://qudt.org/vocab/unit/GRAIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A grain is a unit of measurement of mass that is nominally based upon the mass of a single seed of a cereal. The grain is the only unit of mass measure common to the three traditional English mass and weight systems; the obsolete Tower grain was, by definition, exactly /64 of a troy grain. Since 1958, the grain or troy grain measure has been defined in terms of units of mass in the International System of Units as precisely 64.79891 milligrams. Thus, $1 gram \\approx 15.4323584 grains$. There are precisely 7,000 grains per avoirdupois pound in the imperial and U.S. customary units, and 5,760 grains in the Troy pound.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.00006479891",
"conversionMultiplier:SN" : 6.479891E-5,
"dbpediaMatch" : "http://dbpedia.org/resource/Cereal",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA523",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Cereal?oldid=495222949", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA523" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/grain",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "gr{UK}",
"ucumCode" : "[gr]",
"uneceCommonCode" : "GRN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q693944",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Grain", {
"@language" : "en",
"@value" : "Grain"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GRAIN-PER-GAL_IMP
URI: http://qudt.org/vocab/unit/GRAIN-PER-GAL_IMP
"Grain per Imperial Gallon" is an Imperial unit for 'Density' expressed as $gr/gal$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GRAIN-PER-GAL_IMP>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Grain per Imperial Gallon\" is an Imperial unit for 'Density' expressed as $gr/gal$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01425376752330024262608087389382964 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.425376752330024262608087389382964E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$gr/gal$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/symbol> "gr{UK}/gal{Imp}" ;
<http://qudt.org/schema/qudt/ucumCode> "[gr].[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K41" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Grain per Imperial Gallon" ;
rdfs:label "Grain per Imperial Gallon"@en ;
.
{"resource":"Grain per Imperial Gallon"
,"qname":"unit:GRAIN-PER-GAL_IMP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GRAIN-PER-GAL_IMP"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.01425376752330024262608087389382964"
,"conversion multiplier scientific":"1.425376752330024262608087389382964E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Grain per Imperial Gallon\" is an Imperial unit for 'Density' expressed as $gr\/gal$."
,"expression":"$gr\/gal$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Grain per Imperial Gallon"
,"label":"Grain per Imperial Gallon"
,"symbol":"gr{UK}\/gal{Imp}"
,"type":"qudt:Unit"
,"ucum code":"[gr].[gal_br]-1"
,"unece common code":"K41"
]}
{
"@id" : "http://qudt.org/vocab/unit/GRAIN-PER-GAL_IMP",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Grain per Imperial Gallon\" is an Imperial unit for 'Density' expressed as $gr/gal$.",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.01425376752330024262608087389382964",
"conversionMultiplier:SN" : 0.014253767523300242,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$gr/gal$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"symbol" : "gr{UK}/gal{Imp}",
"ucumCode" : "[gr].[gal_br]-1",
"uneceCommonCode" : "K41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Grain per Imperial Gallon", {
"@language" : "en",
"@value" : "Grain per Imperial Gallon"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GRAIN-PER-GAL_US
URI: http://qudt.org/vocab/unit/GRAIN-PER-GAL_US
unit of the density according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GRAIN-PER-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the density according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01711806104527094693484475082935918 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.711806104527094693484475082935918E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA524" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA524"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the density according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/symbol> "gr{UK}/gal{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[gr].[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K41" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Grain per Us Gallon" ;
rdfs:label "Grain per Us Gallon"@en ;
.
{"resource":"Grain per Us Gallon"
,"qname":"unit:GRAIN-PER-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GRAIN-PER-GAL_US"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.01711806104527094693484475082935918"
,"conversion multiplier scientific":"1.711806104527094693484475082935918E-2"
,"description":"unit of the density according to the Anglo-American system of units"
,"description (plain text)":"unit of the density according to the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA524"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA524"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Grain per Us Gallon"
,"label":"Grain per Us Gallon"
,"symbol":"gr{UK}\/gal{US}"
,"type":"qudt:Unit"
,"ucum code":"[gr].[gal_us]-1"
,"unece common code":"K41"
]}
{
"@id" : "http://qudt.org/vocab/unit/GRAIN-PER-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the density according to the Anglo-American system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.01711806104527094693484475082935918",
"conversionMultiplier:SN" : 0.017118061045270947,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA524",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA524",
"plainTextDescription" : "unit of the density according to the Anglo-American system of units",
"symbol" : "gr{UK}/gal{US}",
"ucumCode" : "[gr].[gal_us]-1",
"uneceCommonCode" : "K41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Grain per Us Gallon", {
"@language" : "en",
"@value" : "Grain per Us Gallon"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GRAIN-PER-M3
URI: http://qudt.org/vocab/unit/GRAIN-PER-M3
Grains per cubic metre of volume
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GRAIN-PER-M3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Grains per cubic metre of volume"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00006479891 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.479891E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Grains per cubic metre of volume" ;
<http://qudt.org/schema/qudt/symbol> "gr{UK}/m³" ;
<http://qudt.org/schema/qudt/ucumCode> "[gr].m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Grain per Cubic Meter"@en-US ;
rdfs:label "Grain per Cubic Metre" ;
rdfs:label "Grain per Cubic Metre"@en ;
.
{"resource":"Grain per Cubic Metre"
,"qname":"unit:GRAIN-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GRAIN-PER-M3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00006479891"
,"conversion multiplier scientific":"6.479891E-5"
,"description":"Grains per cubic metre of volume"
,"description (plain text)":"Grains per cubic metre of volume"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Grain per Cubic Meter"
,"label":"Grain per Cubic Metre"
,"label":"Grain per Cubic Metre"
,"symbol":"gr{UK}\/m³"
,"type":"qudt:Unit"
,"ucum code":"[gr].m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/GRAIN-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Grains per cubic metre of volume",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00006479891",
"conversionMultiplier:SN" : 6.479891E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"plainTextDescription" : "Grains per cubic metre of volume",
"symbol" : "gr{UK}/m³",
"ucumCode" : "[gr].m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Grain per Cubic Meter"
}, "Grain per Cubic Metre", {
"@language" : "en",
"@value" : "Grain per Cubic Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GRAY
URI: http://qudt.org/vocab/unit/GRAY
The SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GRAY> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Grey"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Kerma> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloGM-PER-J> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA163" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA163"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/gray> ; <http://qudt.org/schema/qudt/siUnitsExpression> "J/kg" ; <http://qudt.org/schema/qudt/symbol> "Gy" ; <http://qudt.org/schema/qudt/ucumCode> "Gy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "Gy" ; <http://qudt.org/schema/qudt/uneceCommonCode> "A95" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q190095> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Graium"@la ; rdfs:label "Gray" ; rdfs:label "Gray"@cs ; rdfs:label "Gray"@de ; rdfs:label "Gray"@en ; rdfs:label "Gray"@es ; rdfs:label "Gray"@fr ; rdfs:label "Gray"@hu ; rdfs:label "Gray"@it ; rdfs:label "Gray"@ms ; rdfs:label "Gray"@pt ; rdfs:label "Gray"@ro ; rdfs:label "Gray"@sl ; rdfs:label "Gray"@tr ; rdfs:label "Grej"@pl ; rdfs:label "Γκρέι"@el ; rdfs:label "Грей"@bg ; rdfs:label "Грэй"@ru ; rdfs:label "גריי"@he ; rdfs:label "جراي; غراي"@ar ; rdfs:label "گری"@fa ; rdfs:label "ग्रेय"@hi ; rdfs:label "グレイ"@ja ; rdfs:label "戈瑞"@zh ; .
{"resource":"Gray"
,"qname":"unit:GRAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GRAY"
,"properties":["Individual from SI Reference Point":"si-unit:gray"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q190095>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Grey"
,"defined unit of system":"sou:SI"
,"description":"The SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AbsorbedDose"
,"has quantity kind":"quantitykind:Kerma"
,"has reciprocal unit":"unit:KiloGM-PER-J"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA163"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Grey?oldid=494774160"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA163"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Graium"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Gray"
,"label":"Grej"
,"label":"Γκρέι"
,"label":"Грей"
,"label":"Грэй"
,"label":"גריי"
,"label":"جراي; غراي"
,"label":"گری"
,"label":"ग्रेय"
,"label":"グレイ"
,"label":"戈瑞"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/gray>"
,"si units expression":"J\/kg"
,"symbol":"Gy"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Gy"
,"udunits code":"Gy"
,"unece common code":"A95"
]}
{
"@id" : "http://qudt.org/vocab/unit/GRAY",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Grey",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDose", "http://qudt.org/vocab/quantitykind/Kerma" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloGM-PER-J",
"iec61360Code" : "0112/2///62720#UAA163",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA163", "http://en.wikipedia.org/wiki/Grey?oldid=494774160" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/gray",
"siExactMatch" : "https://si-digital-framework.org/SI/units/gray",
"siUnitsExpression" : "J/kg",
"symbol" : "Gy",
"ucumCode" : "Gy",
"udunitsCode" : "Gy",
"uneceCommonCode" : "A95",
"wikidataMatch" : "http://www.wikidata.org/entity/Q190095",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Grej"
}, {
"@language" : "ru",
"@value" : "Грэй"
}, {
"@language" : "hi",
"@value" : "ग्रेय"
}, {
"@language" : "zh",
"@value" : "戈瑞"
}, {
"@language" : "ja",
"@value" : "グレイ"
}, {
"@language" : "el",
"@value" : "Γκρέι"
}, {
"@language" : "la",
"@value" : "Graium"
}, {
"@language" : "fa",
"@value" : "گری"
}, {
"@language" : "ms",
"@value" : "Gray"
}, {
"@language" : "it",
"@value" : "Gray"
}, {
"@language" : "hu",
"@value" : "Gray"
}, {
"@language" : "fr",
"@value" : "Gray"
}, {
"@language" : "es",
"@value" : "Gray"
}, {
"@language" : "en",
"@value" : "Gray"
}, {
"@language" : "de",
"@value" : "Gray"
}, {
"@language" : "cs",
"@value" : "Gray"
}, {
"@language" : "tr",
"@value" : "Gray"
}, {
"@language" : "sl",
"@value" : "Gray"
}, {
"@language" : "ro",
"@value" : "Gray"
}, {
"@language" : "pt",
"@value" : "Gray"
}, "Gray", {
"@language" : "he",
"@value" : "גריי"
}, {
"@language" : "bg",
"@value" : "Грей"
}, {
"@language" : "ar",
"@value" : "جراي; غراي"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GRAY-PER-HR
URI: http://qudt.org/vocab/unit/GRAY-PER-HR
SI derived unit gray divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GRAY-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit gray divided by the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB476" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB476"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Gy/h" ; <http://qudt.org/schema/qudt/ucumCode> "Gy.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P61" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617520> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gray per Hour" ; rdfs:label "Gray per Hour"@en ; .
{"resource":"Gray per Hour"
,"qname":"unit:GRAY-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GRAY-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617520>"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"SI derived unit gray divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB476"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB476"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gray per Hour"
,"label":"Gray per Hour"
,"symbol":"Gy\/h"
,"type":"qudt:Unit"
,"ucum code":"Gy.h-1"
,"unece common code":"P61"
]}
{
"@id" : "http://qudt.org/vocab/unit/GRAY-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit gray divided by the unit hour",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate" ],
"iec61360Code" : "0112/2///62720#UAB476",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB476",
"symbol" : "Gy/h",
"ucumCode" : "Gy.h-1",
"uneceCommonCode" : "P61",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617520",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Gray per Hour"
}, "Gray per Hour" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GRAY-PER-MIN
URI: http://qudt.org/vocab/unit/GRAY-PER-MIN
SI derived unit gray divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GRAY-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit gray divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB472" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB472"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Gy/min" ; <http://qudt.org/schema/qudt/ucumCode> "Gy.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P57" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617516> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gray per Minute" ; rdfs:label "Gray per Minute"@en ; .
{"resource":"Gray per Minute"
,"qname":"unit:GRAY-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GRAY-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617516>"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"SI derived unit gray divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB472"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB472"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gray per Minute"
,"label":"Gray per Minute"
,"symbol":"Gy\/min"
,"type":"qudt:Unit"
,"ucum code":"Gy.min-1"
,"unece common code":"P57"
]}
{
"@id" : "http://qudt.org/vocab/unit/GRAY-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit gray divided by the unit minute",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAB472",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB472",
"symbol" : "Gy/min",
"ucumCode" : "Gy.min-1",
"uneceCommonCode" : "P57",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617516",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gray per Minute", {
"@language" : "en",
"@value" : "Gray per Minute"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GRAY-PER-SEC
URI: http://qudt.org/vocab/unit/GRAY-PER-SEC
"Gray per Second" is a unit for 'Absorbed Dose Rate' expressed as $Gy/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GRAY-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Gray per Second\" is a unit for 'Absorbed Dose Rate' expressed as $Gy/s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$Gy/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA164" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA164"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Gy/s" ; <http://qudt.org/schema/qudt/ucumCode> "Gy.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A96" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q69428896> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Graium per Secundum"@la ; rdfs:label "Gray na Sekunda"@cs ; rdfs:label "Gray na Sekunda"@sl ; rdfs:label "Gray par Seconde"@fr ; rdfs:label "Gray pe Secundă"@ro ; rdfs:label "Gray per Saat"@ms ; rdfs:label "Gray per Saniye"@tr ; rdfs:label "Gray per Second" ; rdfs:label "Gray per Second"@en ; rdfs:label "Gray per Secondo"@it ; rdfs:label "Gray por Segundo"@es ; rdfs:label "Gray por Segundo"@pt ; rdfs:label "Gray pro Sekunde"@de ; rdfs:label "Grej na Sekunda"@pl ; rdfs:label "Γκρέι ανά Δευτερόλεπτο"@el ; rdfs:label "Грей на Секунда"@bg ; rdfs:label "Грэй на Секунда"@ru ; .
{"resource":"Gray per Second"
,"qname":"unit:GRAY-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GRAY-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q69428896>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\"Gray per Second\" is a unit for 'Absorbed Dose Rate' expressed as $Gy\/s$."
,"expression":"$Gy\/s$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA164"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA164"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Graium per Secundum"
,"label":"Gray na Sekunda"
,"label":"Gray na Sekunda"
,"label":"Gray par Seconde"
,"label":"Gray pe Secundă"
,"label":"Gray per Saat"
,"label":"Gray per Saniye"
,"label":"Gray per Second"
,"label":"Gray per Second"
,"label":"Gray per Secondo"
,"label":"Gray por Segundo"
,"label":"Gray por Segundo"
,"label":"Gray pro Sekunde"
,"label":"Grej na Sekunda"
,"label":"Γκρέι ανά Δευτερόλεπτο"
,"label":"Грей на Секунда"
,"label":"Грэй на Секунда"
,"symbol":"Gy\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Gy.s-1"
,"unece common code":"A96"
]}
{
"@id" : "http://qudt.org/vocab/unit/GRAY-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Gray per Second\" is a unit for 'Absorbed Dose Rate' expressed as $Gy/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$Gy/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/KermaRate" ],
"iec61360Code" : "0112/2///62720#UAA164",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA164",
"symbol" : "Gy/s",
"ucumCode" : "Gy.s-1",
"uneceCommonCode" : "A96",
"wikidataMatch" : "http://www.wikidata.org/entity/Q69428896",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Грей на Секунда"
}, {
"@language" : "de",
"@value" : "Gray pro Sekunde"
}, {
"@language" : "ms",
"@value" : "Gray per Saat"
}, {
"@language" : "pl",
"@value" : "Grej na Sekunda"
}, {
"@language" : "tr",
"@value" : "Gray per Saniye"
}, {
"@language" : "la",
"@value" : "Graium per Secundum"
}, {
"@language" : "el",
"@value" : "Γκρέι ανά Δευτερόλεπτο"
}, {
"@language" : "ru",
"@value" : "Грэй на Секунда"
}, {
"@language" : "cs",
"@value" : "Gray na Sekunda"
}, {
"@language" : "sl",
"@value" : "Gray na Sekunda"
}, {
"@language" : "fr",
"@value" : "Gray par Seconde"
}, {
"@language" : "it",
"@value" : "Gray per Secondo"
}, "Gray per Second", {
"@language" : "en",
"@value" : "Gray per Second"
}, {
"@language" : "es",
"@value" : "Gray por Segundo"
}, {
"@language" : "pt",
"@value" : "Gray por Segundo"
}, {
"@language" : "ro",
"@value" : "Gray pe Secundă"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GT
URI: http://qudt.org/vocab/unit/GT
The formula for calculating GT is given by ${ GT=V\times (0.2+0.02\times \log _{10}(V))}$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Gross_tonnage"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces." ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "G.T." ;
<http://qudt.org/schema/qudt/ucumCode> "t{gross}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GT" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gross Tonnage" ;
rdfs:label "Gross Tonnage"@en ;
rdfs:seeAlso <http://qudt.org/vocab/unit/TON_Register> ;
.
{"resource":"Gross Tonnage"
,"qname":"unit:GT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GT"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$"
,"description (plain text)":"Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Gross_tonnage"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gross Tonnage"
,"label":"Gross Tonnage"
,"latex definition":"${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters."
,"scalingOf":"unit:M3"
,"seeAlso":"unit:TON_Register"
,"symbol":"G.T."
,"type":"qudt:Unit"
,"ucum code":"t{gross}"
,"unece common code":"GT"
]}
{
"@id" : "http://qudt.org/vocab/unit/GT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The formula for calculating GT is given by ${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"informativeReference" : "https://en.wikipedia.org/wiki/Gross_tonnage",
"latexDefinition" : "${ GT=V\\times (0.2+0.02\\times \\log _{10}(V))}$ where V is measured in cubic meters.",
"plainTextDescription" : "Gross tonnage (GT, G.T. or gt) is a nonlinear measure of a ship's overall internal volume. Gross tonnage is different from gross register tonnage. Gross tonnage is used to determine things such as a ship's manning regulations, safety rules, registration fees, and port dues, whereas the older gross register tonnage is a measure of the volume of only certain enclosed spaces.",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "G.T.",
"ucumCode" : "t{gross}",
"uneceCommonCode" : "GT",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gross Tonnage", {
"@language" : "en",
"@value" : "Gross Tonnage"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/TON_Register",
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Gamma
URI: http://qudt.org/vocab/unit/Gamma
"Gamma" is a C.G.S System unit for 'Magnetic Field'.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/Gamma> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Gamma\" is a C.G.S System unit for 'Magnetic Field'."^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/GAMMA> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gamma"^^xsd:anyURI ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticField> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB213" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gamma?oldid=494680973"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB213"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gamma> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/T> ; <http://qudt.org/schema/qudt/symbol> "γ" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P12" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1493191> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gamma" ; rdfs:label "Gamma"@en ; .
{"resource":"Gamma"
,"qname":"unit:Gamma"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Gamma"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1493191>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gamma"
,"deprecated":"true"
,"description":"\"Gamma\" is a C.G.S System unit for 'Magnetic Field'."
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticField"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB213"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gamma?oldid=494680973"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB213"
,"is replaced by":"unit:GAMMA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gamma"
,"label":"Gamma"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/gamma>"
,"scalingOf":"unit:T"
,"symbol":"γ"
,"type":"qudt:Unit"
,"unece common code":"P12"
]}
{
"@id" : "http://qudt.org/vocab/unit/Gamma",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Gamma\" is a C.G.S System unit for 'Magnetic Field'.",
"isReplacedBy" : "http://qudt.org/vocab/unit/GAMMA",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"dbpediaMatch" : "http://dbpedia.org/resource/Gamma",
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticFluxDensity", "http://qudt.org/vocab/quantitykind/MagneticField" ],
"iec61360Code" : "0112/2///62720#UAB213",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Gamma?oldid=494680973", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB213" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/gamma",
"scalingOf" : "http://qudt.org/vocab/unit/T",
"symbol" : "γ",
"uneceCommonCode" : "P12",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1493191",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gamma", {
"@language" : "en",
"@value" : "Gamma"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GibiBIT
URI: http://qudt.org/vocab/unit/GibiBIT
1,073,741,824-fold of the unit bit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GibiBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,073,741,824-fold of the unit bit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 744261117.9548930178739031951258957 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.442611179548930178739031951258957E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DatasetOfBits> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB152" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB152"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Gibi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Gib" ; <http://qudt.org/schema/qudt/ucumCode> "Gibit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B30" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1204894> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gibibit" ; rdfs:label "Gibibit"@en ; .
{"resource":"Gibibit"
,"qname":"unit:GibiBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GibiBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1204894>"
,"conversion multiplier":"744261117.9548930178739031951258957"
,"conversion multiplier scientific":"7.442611179548930178739031951258957E8"
,"description":"1,073,741,824-fold of the unit bit"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DatasetOfBits"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB152"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB152"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gibibit"
,"label":"Gibibit"
,"prefix":"prefix:Gibi"
,"scalingOf":"unit:BIT"
,"symbol":"Gib"
,"type":"qudt:Unit"
,"ucum code":"Gibit"
,"unece common code":"B30"
]}
{
"@id" : "http://qudt.org/vocab/unit/GibiBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,073,741,824-fold of the unit bit",
"conversionMultiplier" : "744261117.9548930178739031951258957",
"conversionMultiplier:SN" : 7.44261117954893E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DatasetOfBits",
"iec61360Code" : "0112/2///62720#UAB152",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB152",
"prefix" : "http://qudt.org/vocab/prefix/Gibi",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Gib",
"ucumCode" : "Gibit",
"uneceCommonCode" : "B30",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1204894",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gibibit", {
"@language" : "en",
"@value" : "Gibibit"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GibiBIT-PER-M
URI: http://qudt.org/vocab/unit/GibiBIT-PER-M
1,073,741,824-fold of the unit bit divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GibiBIT-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,073,741,824-fold of the unit bit divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 744261117.9548930178739031951258957 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.442611179548930178739031951258957E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA159" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA159"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Gib/m" ; <http://qudt.org/schema/qudt/ucumCode> "Gibit.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gibibit per Meter"@en-US ; rdfs:label "Gibibit per Metre" ; rdfs:label "Gibibit per Metre"@en ; .
{"resource":"Gibibit per Metre"
,"qname":"unit:GibiBIT-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GibiBIT-PER-M"
,"properties":["conversion multiplier":"744261117.9548930178739031951258957"
,"conversion multiplier scientific":"7.442611179548930178739031951258957E8"
,"description":"1,073,741,824-fold of the unit bit divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA159"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA159"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gibibit per Meter"
,"label":"Gibibit per Metre"
,"label":"Gibibit per Metre"
,"symbol":"Gib\/m"
,"type":"qudt:Unit"
,"ucum code":"Gibit.m-1"
,"unece common code":"E69"
]}
{
"@id" : "http://qudt.org/vocab/unit/GibiBIT-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,073,741,824-fold of the unit bit divided by the SI base unit metre",
"conversionMultiplier" : "744261117.9548930178739031951258957",
"conversionMultiplier:SN" : 7.44261117954893E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearBitDensity",
"iec61360Code" : "0112/2///62720#UAA159",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA159",
"symbol" : "Gib/m",
"ucumCode" : "Gibit.m-1",
"uneceCommonCode" : "E69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gibibit per Metre", {
"@language" : "en",
"@value" : "Gibibit per Metre"
}, {
"@language" : "en-us",
"@value" : "Gibibit per Meter"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GibiBIT-PER-M2
URI: http://qudt.org/vocab/unit/GibiBIT-PER-M2
1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GibiBIT-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 744261117.9548930178739031951258957 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.442611179548930178739031951258957E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA160" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA160"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Gib/m²" ; <http://qudt.org/schema/qudt/ucumCode> "Gibit.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E70" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gibibit per Square Meter"@en-US ; rdfs:label "Gibibit per Square Metre" ; rdfs:label "Gibibit per Square Metre"@en ; .
{"resource":"Gibibit per Square Metre"
,"qname":"unit:GibiBIT-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GibiBIT-PER-M2"
,"properties":["conversion multiplier":"744261117.9548930178739031951258957"
,"conversion multiplier scientific":"7.442611179548930178739031951258957E8"
,"description":"1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:AreaBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA160"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA160"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gibibit per Square Meter"
,"label":"Gibibit per Square Metre"
,"label":"Gibibit per Square Metre"
,"symbol":"Gib\/m²"
,"type":"qudt:Unit"
,"ucum code":"Gibit.m-2"
,"unece common code":"E70"
]}
{
"@id" : "http://qudt.org/vocab/unit/GibiBIT-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "744261117.9548930178739031951258957",
"conversionMultiplier:SN" : 7.44261117954893E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaBitDensity",
"iec61360Code" : "0112/2///62720#UAA160",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA160",
"symbol" : "Gib/m²",
"ucumCode" : "Gibit.m-2",
"uneceCommonCode" : "E70",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gibibit per Square Metre", {
"@language" : "en",
"@value" : "Gibibit per Square Metre"
}, {
"@language" : "en-us",
"@value" : "Gibibit per Square Meter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GibiBIT-PER-M3
URI: http://qudt.org/vocab/unit/GibiBIT-PER-M3
1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GibiBIT-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/conversionMultiplier> 744261117.9548930178739031951258957 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.442611179548930178739031951258957E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA161" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA161"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Gib/m³" ; <http://qudt.org/schema/qudt/ucumCode> "Gibit.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E71" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gibibit per Cubic Meter"@en-US ; rdfs:label "Gibibit per Cubic Metre" ; rdfs:label "Gibibit per Cubic Metre"@en ; .
{"resource":"Gibibit per Cubic Metre"
,"qname":"unit:GibiBIT-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GibiBIT-PER-M3"
,"properties":["conversion multiplier":"744261117.9548930178739031951258957"
,"conversion multiplier scientific":"7.442611179548930178739031951258957E8"
,"description":"1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumetricBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA161"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA161"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gibibit per Cubic Meter"
,"label":"Gibibit per Cubic Metre"
,"label":"Gibibit per Cubic Metre"
,"symbol":"Gib\/m³"
,"type":"qudt:Unit"
,"ucum code":"Gibit.m-3"
,"unece common code":"E71"
]}
{
"@id" : "http://qudt.org/vocab/unit/GibiBIT-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,073,741,824-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3",
"conversionMultiplier" : "744261117.9548930178739031951258957",
"conversionMultiplier:SN" : 7.44261117954893E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricBitDensity",
"iec61360Code" : "0112/2///62720#UAA161",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA161",
"symbol" : "Gib/m³",
"ucumCode" : "Gibit.m-3",
"uneceCommonCode" : "E71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gibibit per Cubic Metre", {
"@language" : "en",
"@value" : "Gibibit per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Gibibit per Cubic Meter"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GibiBYTE
URI: http://qudt.org/vocab/unit/GibiBYTE
The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024^3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GibiBYTE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024^3"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 5954088943.639144142991225561007166 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.954088943639144142991225561007166E9 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gibibyte"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA162" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA162"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Gibi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ; <http://qudt.org/schema/qudt/symbol> "GiB" ; <http://qudt.org/schema/qudt/ucumCode> "GiBy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E62" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79765> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gibibyte" ; rdfs:label "Gibibyte"@en ; .
{"resource":"Gibibyte"
,"qname":"unit:GibiBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GibiBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79765>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"5954088943.639144142991225561007166"
,"conversion multiplier scientific":"5.954088943639144142991225561007166E9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gibibyte"
,"description":"The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024^3"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA162"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA162"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Byte#Multiple-byte_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gibibyte"
,"label":"Gibibyte"
,"prefix":"prefix:Gibi"
,"scalingOf":"unit:BYTE"
,"symbol":"GiB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"GiBy"
,"unece common code":"E62"
]}
{
"@id" : "http://qudt.org/vocab/unit/GibiBYTE",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The gibibyte is a multiple of the unit byte for digital information storage. The prefix gibi means 1024^3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "5954088943.639144142991225561007166",
"conversionMultiplier:SN" : 5.954088943639144E9,
"dbpediaMatch" : "http://dbpedia.org/resource/Gibibyte",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAA162",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA162", "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units" ],
"prefix" : "http://qudt.org/vocab/prefix/Gibi",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "GiB",
"ucumCode" : "GiBy",
"uneceCommonCode" : "E62",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79765",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gibibyte", {
"@language" : "en",
"@value" : "Gibibyte"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaA
URI: http://qudt.org/vocab/unit/GigaA
1,000,000,000-fold of the unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurrentLinkage> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DisplacementCurrent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticTension> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagnetomotiveForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB639" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB639"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "GA" ; <http://qudt.org/schema/qudt/ucumCode> "GA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigaamper"@hu ; rdfs:label "Gigaamper"@pl ; rdfs:label "Gigaamper"@ro ; rdfs:label "Gigaamper"@sl ; rdfs:label "Gigaamper"@tr ; rdfs:label "Gigaampere" ; rdfs:label "Gigaampere"@de ; rdfs:label "Gigaampere"@en ; rdfs:label "Gigaampere"@it ; rdfs:label "Gigaampere"@ms ; rdfs:label "Gigaamperio"@es ; rdfs:label "Gigaampère"@fr ; rdfs:label "Gigaampér"@cs ; .
{"resource":"Gigaampere"
,"qname":"unit:GigaA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaA"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the unit ampere"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:CurrentLinkage"
,"has quantity kind":"quantitykind:DisplacementCurrent"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"has quantity kind":"quantitykind:ElectricCurrentPhasor"
,"has quantity kind":"quantitykind:MagneticTension"
,"has quantity kind":"quantitykind:MagnetomotiveForce"
,"has quantity kind":"quantitykind:TotalCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB639"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB639"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigaamper"
,"label":"Gigaamper"
,"label":"Gigaamper"
,"label":"Gigaamper"
,"label":"Gigaamper"
,"label":"Gigaampere"
,"label":"Gigaampere"
,"label":"Gigaampere"
,"label":"Gigaampere"
,"label":"Gigaampere"
,"label":"Gigaamperio"
,"label":"Gigaampère"
,"label":"Gigaampér"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:A"
,"symbol":"GA"
,"type":"qudt:Unit"
,"ucum code":"GA"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the unit ampere",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagnetomotiveForce", "http://qudt.org/vocab/quantitykind/ElectricCurrent", "http://qudt.org/vocab/quantitykind/CurrentLinkage", "http://qudt.org/vocab/quantitykind/MagneticTension", "http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor", "http://qudt.org/vocab/quantitykind/TotalCurrent", "http://qudt.org/vocab/quantitykind/DisplacementCurrent" ],
"iec61360Code" : "0112/2///62720#UAB639",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB639",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "GA",
"ucumCode" : "GA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Gigaampère"
}, "Gigaampere", {
"@language" : "de",
"@value" : "Gigaampere"
}, {
"@language" : "en",
"@value" : "Gigaampere"
}, {
"@language" : "it",
"@value" : "Gigaampere"
}, {
"@language" : "ms",
"@value" : "Gigaampere"
}, {
"@language" : "es",
"@value" : "Gigaamperio"
}, {
"@language" : "cs",
"@value" : "Gigaampér"
}, {
"@language" : "hu",
"@value" : "Gigaamper"
}, {
"@language" : "pl",
"@value" : "Gigaamper"
}, {
"@language" : "ro",
"@value" : "Gigaamper"
}, {
"@language" : "sl",
"@value" : "Gigaamper"
}, {
"@language" : "tr",
"@value" : "Gigaamper"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaBIT
URI: http://qudt.org/vocab/unit/GigaBIT
1,000,000,000-fold of the unit bit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the unit bit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147180.55994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DatasetOfBits> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB156" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB156"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Gb" ; <http://qudt.org/schema/qudt/ucumCode> "Gbit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B68" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3105497> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigabit" ; rdfs:label "Gigabit"@en ; .
{"resource":"Gigabit"
,"qname":"unit:GigaBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3105497>"
,"conversion multiplier":"693147180.55994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E8"
,"description":"1,000,000,000-fold of the unit bit"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DatasetOfBits"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB156"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB156"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigabit"
,"label":"Gigabit"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:BIT"
,"symbol":"Gb"
,"type":"qudt:Unit"
,"ucum code":"Gbit"
,"unece common code":"B68"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the unit bit",
"conversionMultiplier" : "693147180.55994530941723212145818",
"conversionMultiplier:SN" : 6.931471805599453E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DatasetOfBits",
"iec61360Code" : "0112/2///62720#UAB156",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB156",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Gb",
"ucumCode" : "Gbit",
"uneceCommonCode" : "B68",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3105497",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gigabit", {
"@language" : "en",
"@value" : "Gigabit"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaBIT-PER-M
URI: http://qudt.org/vocab/unit/GigaBIT-PER-M
1,000,000,000-fold of the unit bit divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaBIT-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the unit bit divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147180.55994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearBitDensity> ; <http://qudt.org/schema/qudt/symbol> "Gb/m" ; <http://qudt.org/schema/qudt/ucumCode> "Gbit.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigabit per Meter"@en-US ; rdfs:label "Gigabit per Metre" ; rdfs:label "Gigabit per Metre"@en ; .
{"resource":"Gigabit per Metre"
,"qname":"unit:GigaBIT-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaBIT-PER-M"
,"properties":["conversion multiplier":"693147180.55994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E8"
,"description":"1,000,000,000-fold of the unit bit divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigabit per Meter"
,"label":"Gigabit per Metre"
,"label":"Gigabit per Metre"
,"symbol":"Gb\/m"
,"type":"qudt:Unit"
,"ucum code":"Gbit.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaBIT-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the unit bit divided by the SI base unit metre",
"conversionMultiplier" : "693147180.55994530941723212145818",
"conversionMultiplier:SN" : 6.931471805599453E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearBitDensity",
"symbol" : "Gb/m",
"ucumCode" : "Gbit.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gigabit per Metre", {
"@language" : "en",
"@value" : "Gigabit per Metre"
}, {
"@language" : "en-us",
"@value" : "Gigabit per Meter"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaBIT-PER-SEC
URI: http://qudt.org/vocab/unit/GigaBIT-PER-SEC
A gigabit per second (Gbit/s or Gb/s) is a unit of data transfer rate equal to 1,000,000,000 bits per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaBIT-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A gigabit per second (Gbit/s or Gb/s) is a unit of data transfer rate equal to 1,000,000,000 bits per second."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147180.55994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DataRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA156" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Data-rate_units#Gigabit_per_second"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA156"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Gb/s" ; <http://qudt.org/schema/qudt/ucumCode> "Gbit.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B80" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2243141> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigabit per Second" ; rdfs:label "Gigabit per Second"@en ; .
{"resource":"Gigabit per Second"
,"qname":"unit:GigaBIT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaBIT-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2243141>"
,"conversion multiplier":"693147180.55994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E8"
,"description":"A gigabit per second (Gbit\/s or Gb\/s) is a unit of data transfer rate equal to 1,000,000,000 bits per second."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:DataRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA156"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Data-rate_units#Gigabit_per_second"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA156"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigabit per Second"
,"label":"Gigabit per Second"
,"symbol":"Gb\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Gbit.s-1"
,"unece common code":"B80"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaBIT-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A gigabit per second (Gbit/s or Gb/s) is a unit of data transfer rate equal to 1,000,000,000 bits per second.",
"conversionMultiplier" : "693147180.55994530941723212145818",
"conversionMultiplier:SN" : 6.931471805599453E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DataRate",
"iec61360Code" : "0112/2///62720#UAA156",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Data-rate_units#Gigabit_per_second", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA156" ],
"symbol" : "Gb/s",
"ucumCode" : "Gbit.s-1",
"uneceCommonCode" : "B80",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2243141",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Gigabit per Second"
}, "Gigabit per Second" ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaBQ
URI: http://qudt.org/vocab/unit/GigaBQ
1,000,000,000-fold of the derived SI unit becquerel
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaBQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the derived SI unit becquerel"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB047" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB047"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000 000 000-fold of the derived SI unit becquerel" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ; <http://qudt.org/schema/qudt/symbol> "GBq" ; <http://qudt.org/schema/qudt/ucumCode> "GBq"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "GBQ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94488759> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigabecquerel" ; rdfs:label "Gigabecquerel"@cs ; rdfs:label "Gigabecquerel"@de ; rdfs:label "Gigabecquerel"@en ; rdfs:label "Gigabecquerel"@es ; rdfs:label "Gigabecquerel"@fr ; rdfs:label "Gigabecquerel"@hu ; rdfs:label "Gigabecquerel"@it ; rdfs:label "Gigabecquerel"@ms ; rdfs:label "Gigabecquerel"@ro ; rdfs:label "Gigabecquerel"@sl ; rdfs:label "Gigabekerel"@pl ; rdfs:label "Gigabekerel"@tr ; .
{"resource":"Gigabecquerel"
,"qname":"unit:GigaBQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaBQ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94488759>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the derived SI unit becquerel"
,"description (plain text)":"1 000 000 000-fold of the derived SI unit becquerel"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB047"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB047"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigabecquerel"
,"label":"Gigabecquerel"
,"label":"Gigabecquerel"
,"label":"Gigabecquerel"
,"label":"Gigabecquerel"
,"label":"Gigabecquerel"
,"label":"Gigabecquerel"
,"label":"Gigabecquerel"
,"label":"Gigabecquerel"
,"label":"Gigabecquerel"
,"label":"Gigabecquerel"
,"label":"Gigabekerel"
,"label":"Gigabekerel"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:BQ"
,"symbol":"GBq"
,"type":"qudt:Unit"
,"ucum code":"GBq"
,"unece common code":"GBQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaBQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the derived SI unit becquerel",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAB047",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB047",
"plainTextDescription" : "1 000 000 000-fold of the derived SI unit becquerel",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "GBq",
"ucumCode" : "GBq",
"uneceCommonCode" : "GBQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94488759",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gigabecquerel", {
"@language" : "cs",
"@value" : "Gigabecquerel"
}, {
"@language" : "de",
"@value" : "Gigabecquerel"
}, {
"@language" : "en",
"@value" : "Gigabecquerel"
}, {
"@language" : "pl",
"@value" : "Gigabekerel"
}, {
"@language" : "tr",
"@value" : "Gigabekerel"
}, {
"@language" : "es",
"@value" : "Gigabecquerel"
}, {
"@language" : "fr",
"@value" : "Gigabecquerel"
}, {
"@language" : "hu",
"@value" : "Gigabecquerel"
}, {
"@language" : "it",
"@value" : "Gigabecquerel"
}, {
"@language" : "ms",
"@value" : "Gigabecquerel"
}, {
"@language" : "ro",
"@value" : "Gigabecquerel"
}, {
"@language" : "sl",
"@value" : "Gigabecquerel"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaBYTE
URI: http://qudt.org/vocab/unit/GigaBYTE
The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means $10^9$ in the International System of Units (SI), therefore 1 gigabyte is $1,000,000,000 \; bytes$. The unit symbol for the gigabyte is $GB$ or $Gbyte$, but not $Gb$ (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the $gibibyte$, or $1073741824 \; bytes$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaBYTE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means $10^9$ in the International System of Units (SI), therefore 1 gigabyte is $1,000,000,000 \\; bytes$. The unit symbol for the gigabyte is $GB$ or $Gbyte$, but not $Gb$ (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the $gibibyte$, or $1073741824 \\; bytes$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 5545177444.47956247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E9 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gigabyte"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB185" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gigabyte?oldid=493019145"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB185"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ; <http://qudt.org/schema/qudt/symbol> "GB" ; <http://qudt.org/schema/qudt/ucumCode> "GBy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E34" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79738> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigabyte" ; rdfs:label "Gigabyte"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "gbyte" ; .
{"resource":"Gigabyte"
,"qname":"unit:GigaBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79738>"
,"alternative label":"gbyte"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"5545177444.47956247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gigabyte"
,"description":"The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means $10^9$ in the International System of Units (SI), therefore 1 gigabyte is $1,000,000,000 \\; bytes$. The unit symbol for the gigabyte is $GB$ or $Gbyte$, but not $Gb$ (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the $gibibyte$, or $1073741824 \\; bytes$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB185"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gigabyte?oldid=493019145"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB185"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigabyte"
,"label":"Gigabyte"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:BYTE"
,"symbol":"GB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"GBy"
,"unece common code":"E34"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaBYTE",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The gigabyte is a multiple of the unit byte for digital information storage. The prefix giga means $10^9$ in the International System of Units (SI), therefore 1 gigabyte is $1,000,000,000 \\; bytes$. The unit symbol for the gigabyte is $GB$ or $Gbyte$, but not $Gb$ (lower case b) which is typically used for the gigabit. Historically, the term has also been used in some fields of computer science and information technology to denote the $gibibyte$, or $1073741824 \\; bytes$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "5545177444.47956247533785697166544",
"conversionMultiplier:SN" : 5.545177444479563E9,
"dbpediaMatch" : "http://dbpedia.org/resource/Gigabyte",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAB185",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Gigabyte?oldid=493019145", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB185" ],
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "GB",
"ucumCode" : "GBy",
"uneceCommonCode" : "E34",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79738",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gigabyte", {
"@language" : "en",
"@value" : "Gigabyte"
} ],
"altLabel" : "gbyte",
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaBYTE-PER-SEC
URI: http://qudt.org/vocab/unit/GigaBYTE-PER-SEC
1,000,000,000-fold of the unit byte divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaBYTE-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the unit byte divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 5545177444.47956247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ByteRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA157" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA157"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "GB/s" ; <http://qudt.org/schema/qudt/ucumCode> "GBy.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E68" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigabyte per Second" ; rdfs:label "Gigabyte per Second"@en ; .
{"resource":"Gigabyte per Second"
,"qname":"unit:GigaBYTE-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaBYTE-PER-SEC"
,"properties":["conversion multiplier":"5545177444.47956247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E9"
,"description":"1,000,000,000-fold of the unit byte divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ByteRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA157"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA157"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigabyte per Second"
,"label":"Gigabyte per Second"
,"symbol":"GB\/s"
,"type":"qudt:Unit"
,"ucum code":"GBy.s-1"
,"unece common code":"E68"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaBYTE-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the unit byte divided by the SI base unit second",
"conversionMultiplier" : "5545177444.47956247533785697166544",
"conversionMultiplier:SN" : 5.545177444479563E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ByteRate",
"iec61360Code" : "0112/2///62720#UAA157",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA157",
"symbol" : "GB/s",
"ucumCode" : "GBy.s-1",
"uneceCommonCode" : "E68",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gigabyte per Second", {
"@language" : "en",
"@value" : "Gigabyte per Second"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaBasePair
URI: http://qudt.org/vocab/unit/GigaBasePair
A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaBasePair> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ; <http://qudt.org/schema/qudt/informativeReference> "https://www.genome.gov/genetics-glossary/Gigabase"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. " ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BasePair> ; <http://qudt.org/schema/qudt/symbol> "Gbp" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Giga Base Pair" ; rdfs:label "Giga Base Pair"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "Gigabase" ; .
{"resource":"Giga Base Pair"
,"qname":"unit:GigaBasePair"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaBasePair"
,"properties":["alternative label":"Gigabase"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. "
,"description (plain text)":"A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Dimensionless"
,"informative reference":"https:\/\/www.genome.gov\/genetics-glossary\/Gigabase"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Giga Base Pair"
,"label":"Giga Base Pair"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:BasePair"
,"symbol":"Gbp"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaBasePair",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Dimensionless",
"informativeReference" : "https://www.genome.gov/genetics-glossary/Gigabase",
"plainTextDescription" : "A gigabase (abbreviated Gb, or Gbp for gigabase pairs.) is a unit of measurement used to help designate the length of DNA. One gigabase is equal to 1 billion bases. ",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/BasePair",
"symbol" : "Gbp",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Giga Base Pair", {
"@language" : "en",
"@value" : "Giga Base Pair"
} ],
"altLabel" : "Gigabase",
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaC
URI: http://qudt.org/vocab/unit/GigaC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ; <http://qudt.org/schema/qudt/symbol> "GC" ; <http://qudt.org/schema/qudt/ucumCode> "GC"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94415255> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigacoulomb" ; rdfs:label "Gigacoulomb"@cs ; rdfs:label "Gigacoulomb"@de ; rdfs:label "Gigacoulomb"@en ; rdfs:label "Gigacoulomb"@fr ; rdfs:label "Gigacoulomb"@hu ; rdfs:label "Gigacoulomb"@it ; rdfs:label "Gigacoulomb"@ms ; rdfs:label "Gigacoulomb"@ro ; rdfs:label "Gigacoulomb"@sl ; rdfs:label "Gigacoulomb"@tr ; rdfs:label "Gigaculombio"@es ; rdfs:label "Gigakulomb"@pl ; <http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ; .
{"resource":"Gigacoulomb"
,"qname":"unit:GigaC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94415255>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigacoulomb"
,"label":"Gigacoulomb"
,"label":"Gigacoulomb"
,"label":"Gigacoulomb"
,"label":"Gigacoulomb"
,"label":"Gigacoulomb"
,"label":"Gigacoulomb"
,"label":"Gigacoulomb"
,"label":"Gigacoulomb"
,"label":"Gigacoulomb"
,"label":"Gigacoulomb"
,"label":"Gigaculombio"
,"label":"Gigakulomb"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:C"
,"symbol":"GC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"GC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "GC",
"ucumCode" : "GC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94415255",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Gigaculombio"
}, "Gigacoulomb", {
"@language" : "cs",
"@value" : "Gigacoulomb"
}, {
"@language" : "pl",
"@value" : "Gigakulomb"
}, {
"@language" : "de",
"@value" : "Gigacoulomb"
}, {
"@language" : "en",
"@value" : "Gigacoulomb"
}, {
"@language" : "fr",
"@value" : "Gigacoulomb"
}, {
"@language" : "hu",
"@value" : "Gigacoulomb"
}, {
"@language" : "it",
"@value" : "Gigacoulomb"
}, {
"@language" : "ms",
"@value" : "Gigacoulomb"
}, {
"@language" : "ro",
"@value" : "Gigacoulomb"
}, {
"@language" : "sl",
"@value" : "Gigacoulomb"
}, {
"@language" : "tr",
"@value" : "Gigacoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaC-PER-M3
URI: http://qudt.org/vocab/unit/GigaC-PER-M3
1,000,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaC-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA149" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA149"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "GC/m³" ; <http://qudt.org/schema/qudt/ucumCode> "GC.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A84" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808114> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigacoulomb na Kubični Meter"@sl ; rdfs:label "Gigacoulomb na Metr Krychlový"@cs ; rdfs:label "Gigacoulomb par Mètre Cube"@fr ; rdfs:label "Gigacoulomb pe Metru Cub"@ro ; rdfs:label "Gigacoulomb per Cubic Meter"@en-US ; rdfs:label "Gigacoulomb per Cubic Metre" ; rdfs:label "Gigacoulomb per Cubic Metre"@en ; rdfs:label "Gigacoulomb per Meter Kubik"@ms ; rdfs:label "Gigacoulomb per Metreküp"@tr ; rdfs:label "Gigacoulomb per Metro Cubo"@it ; rdfs:label "Gigacoulomb pro Kubikmeter"@de ; rdfs:label "Gigaculombio por Metro Cúbico"@es ; rdfs:label "Gigakulomb na Metr Sześcienny"@pl ; .
{"resource":"Gigacoulomb per Cubic Metre"
,"qname":"unit:GigaC-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaC-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808114>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"1 000 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeVolumeDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA149"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA149"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigacoulomb na Kubični Meter"
,"label":"Gigacoulomb na Metr Krychlový"
,"label":"Gigacoulomb par Mètre Cube"
,"label":"Gigacoulomb pe Metru Cub"
,"label":"Gigacoulomb per Cubic Meter"
,"label":"Gigacoulomb per Cubic Metre"
,"label":"Gigacoulomb per Cubic Metre"
,"label":"Gigacoulomb per Meter Kubik"
,"label":"Gigacoulomb per Metreküp"
,"label":"Gigacoulomb per Metro Cubo"
,"label":"Gigacoulomb pro Kubikmeter"
,"label":"Gigaculombio por Metro Cúbico"
,"label":"Gigakulomb na Metr Sześcienny"
,"symbol":"GC\/m³"
,"type":"qudt:Unit"
,"ucum code":"GC.m-3"
,"unece common code":"A84"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaC-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity",
"iec61360Code" : "0112/2///62720#UAA149",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA149",
"plainTextDescription" : "1 000 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "GC/m³",
"ucumCode" : "GC.m-3",
"uneceCommonCode" : "A84",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808114",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Gigacoulomb per Metreküp"
}, "Gigacoulomb per Cubic Metre", {
"@language" : "en",
"@value" : "Gigacoulomb per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Gigacoulomb per Cubic Meter"
}, {
"@language" : "fr",
"@value" : "Gigacoulomb par Mètre Cube"
}, {
"@language" : "ro",
"@value" : "Gigacoulomb pe Metru Cub"
}, {
"@language" : "ms",
"@value" : "Gigacoulomb per Meter Kubik"
}, {
"@language" : "de",
"@value" : "Gigacoulomb pro Kubikmeter"
}, {
"@language" : "es",
"@value" : "Gigaculombio por Metro Cúbico"
}, {
"@language" : "cs",
"@value" : "Gigacoulomb na Metr Krychlový"
}, {
"@language" : "sl",
"@value" : "Gigacoulomb na Kubični Meter"
}, {
"@language" : "pl",
"@value" : "Gigakulomb na Metr Sześcienny"
}, {
"@language" : "it",
"@value" : "Gigacoulomb per Metro Cubo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaEV
URI: http://qudt.org/vocab/unit/GigaEV
"Giga Electron Volt" is a unit for 'Energy And Work' expressed as $GeV$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaEV> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Giga Electron Volt\" is a unit for 'Energy And Work' expressed as $GeV$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000001602176634 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA158" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA158"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/EV> ; <http://qudt.org/schema/qudt/symbol> "GeV" ; <http://qudt.org/schema/qudt/ucumCode> "GeV"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A85" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q12789864> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Giga Electron Volt" ; rdfs:label "Giga Electron Volt"@en ; .
{"resource":"Giga Electron Volt"
,"qname":"unit:GigaEV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaEV"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q12789864>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000001602176634"
,"conversion multiplier scientific":"1.602176634E-10"
,"description":"\"Giga Electron Volt\" is a unit for 'Energy And Work' expressed as $GeV$."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA158"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA158"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Giga Electron Volt"
,"label":"Giga Electron Volt"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:EV"
,"symbol":"GeV"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"GeV"
,"unece common code":"A85"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaEV",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Giga Electron Volt\" is a unit for 'Energy And Work' expressed as $GeV$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA158",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA158",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/EV",
"symbol" : "GeV",
"ucumCode" : "GeV",
"uneceCommonCode" : "A85",
"wikidataMatch" : "http://www.wikidata.org/entity/Q12789864",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Giga Electron Volt", {
"@language" : "en",
"@value" : "Giga Electron Volt"
} ],
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaFLOPS
URI: http://qudt.org/vocab/unit/GigaFLOPS
1,000,000,000-fold of the unit floating point operations divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaFLOPS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the unit floating point operations divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FloatingPointCalculationCapability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB592" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB592"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FLOPS> ; <http://qudt.org/schema/qudt/symbol> "GFLOPS" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Giga Floating Point Operations per Second" ; rdfs:label "Giga Floating Point Operations per Second"@en ; .
{"resource":"Giga Floating Point Operations per Second"
,"qname":"unit:GigaFLOPS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaFLOPS"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the unit floating point operations divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:FloatingPointCalculationCapability"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB592"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB592"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Giga Floating Point Operations per Second"
,"label":"Giga Floating Point Operations per Second"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:FLOPS"
,"symbol":"GFLOPS"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaFLOPS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the unit floating point operations divided by the SI base unit second",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/FloatingPointCalculationCapability",
"iec61360Code" : "0112/2///62720#UAB592",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB592",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/FLOPS",
"symbol" : "GFLOPS",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Giga Floating Point Operations per Second", {
"@language" : "en",
"@value" : "Giga Floating Point Operations per Second"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaHZ
URI: http://qudt.org/vocab/unit/GigaHZ
The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is $10^{9} hz$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GigaHZ>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is $10^{9} hz$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA150" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA150"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/HZ> ;
<http://qudt.org/schema/qudt/symbol> "GHz" ;
<http://qudt.org/schema/qudt/ucumCode> "GHz"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A86" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3276763> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gigaherc"@pl ;
rdfs:label "Gigahercio"@es ;
rdfs:label "Gigahertz" ;
rdfs:label "Gigahertz"@cs ;
rdfs:label "Gigahertz"@de ;
rdfs:label "Gigahertz"@en ;
rdfs:label "Gigahertz"@fr ;
rdfs:label "Gigahertz"@hu ;
rdfs:label "Gigahertz"@it ;
rdfs:label "Gigahertz"@ms ;
rdfs:label "Gigahertz"@ro ;
rdfs:label "Gigahertz"@sl ;
rdfs:label "Gigahertz"@tr ;
.
{"resource":"Gigahertz"
,"qname":"unit:GigaHZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaHZ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3276763>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Hertz"
,"description":"The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is $10^{9} hz$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA150"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA150"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigaherc"
,"label":"Gigahercio"
,"label":"Gigahertz"
,"label":"Gigahertz"
,"label":"Gigahertz"
,"label":"Gigahertz"
,"label":"Gigahertz"
,"label":"Gigahertz"
,"label":"Gigahertz"
,"label":"Gigahertz"
,"label":"Gigahertz"
,"label":"Gigahertz"
,"label":"Gigahertz"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:HZ"
,"symbol":"GHz"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"GHz"
,"unece common code":"A86"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaHZ",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The hertz (symbol Hz) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. A GigaHertz is $10^{9} hz$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"dbpediaMatch" : "http://dbpedia.org/resource/Hertz",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAA150",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA150",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/HZ",
"symbol" : "GHz",
"ucumCode" : "GHz",
"uneceCommonCode" : "A86",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3276763",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Gigaherc"
}, {
"@language" : "es",
"@value" : "Gigahercio"
}, "Gigahertz", {
"@language" : "cs",
"@value" : "Gigahertz"
}, {
"@language" : "de",
"@value" : "Gigahertz"
}, {
"@language" : "en",
"@value" : "Gigahertz"
}, {
"@language" : "fr",
"@value" : "Gigahertz"
}, {
"@language" : "hu",
"@value" : "Gigahertz"
}, {
"@language" : "it",
"@value" : "Gigahertz"
}, {
"@language" : "ms",
"@value" : "Gigahertz"
}, {
"@language" : "ro",
"@value" : "Gigahertz"
}, {
"@language" : "sl",
"@value" : "Gigahertz"
}, {
"@language" : "tr",
"@value" : "Gigahertz"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaHZ-M
URI: http://qudt.org/vocab/unit/GigaHZ-M
product of the 1,000,000,000-fold of the SI derived unit hertz and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaHZ-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1,000,000,000-fold of the SI derived unit hertz and the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ConductionSpeed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GroupSpeedOfSound> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhaseSpeedOfSound> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundParticleVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA151" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA151"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the 1 000 000 000-fold of the SI derived unit hertz and the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "GHz·m" ; <http://qudt.org/schema/qudt/ucumCode> "GHz.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M18" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigaherc Metr"@pl ; rdfs:label "Gigahercio Metro"@es ; rdfs:label "Gigahertz Meter"@de ; rdfs:label "Gigahertz Meter"@en-US ; rdfs:label "Gigahertz Meter"@ms ; rdfs:label "Gigahertz Meter"@sl ; rdfs:label "Gigahertz Metr"@cs ; rdfs:label "Gigahertz Metre" ; rdfs:label "Gigahertz Metre"@en ; rdfs:label "Gigahertz Metre"@tr ; rdfs:label "Gigahertz Metro"@it ; rdfs:label "Gigahertz Metru"@ro ; rdfs:label "Gigahertz Mètre"@fr ; .
{"resource":"Gigahertz Metre"
,"qname":"unit:GigaHZ-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaHZ-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"product of the 1,000,000,000-fold of the SI derived unit hertz and the SI base unit metre"
,"description (plain text)":"product of the 1 000 000 000-fold of the SI derived unit hertz and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ConductionSpeed"
,"has quantity kind":"quantitykind:GroupSpeedOfSound"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:PhaseSpeedOfSound"
,"has quantity kind":"quantitykind:SoundParticleVelocity"
,"has quantity kind":"quantitykind:Speed"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA151"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA151"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigaherc Metr"
,"label":"Gigahercio Metro"
,"label":"Gigahertz Meter"
,"label":"Gigahertz Meter"
,"label":"Gigahertz Meter"
,"label":"Gigahertz Meter"
,"label":"Gigahertz Metr"
,"label":"Gigahertz Metre"
,"label":"Gigahertz Metre"
,"label":"Gigahertz Metre"
,"label":"Gigahertz Metro"
,"label":"Gigahertz Metru"
,"label":"Gigahertz Mètre"
,"symbol":"GHz·m"
,"type":"qudt:Unit"
,"ucum code":"GHz.m"
,"unece common code":"M18"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaHZ-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000,000,000-fold of the SI derived unit hertz and the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/SoundParticleVelocity", "http://qudt.org/vocab/quantitykind/Speed", "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/GroupSpeedOfSound", "http://qudt.org/vocab/quantitykind/PhaseSpeedOfSound", "http://qudt.org/vocab/quantitykind/ConductionSpeed" ],
"iec61360Code" : "0112/2///62720#UAA151",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA151",
"plainTextDescription" : "product of the 1 000 000 000-fold of the SI derived unit hertz and the SI base unit metre",
"symbol" : "GHz·m",
"ucumCode" : "GHz.m",
"uneceCommonCode" : "M18",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Gigahertz Metro"
}, {
"@language" : "de",
"@value" : "Gigahertz Meter"
}, {
"@language" : "en-us",
"@value" : "Gigahertz Meter"
}, {
"@language" : "ms",
"@value" : "Gigahertz Meter"
}, {
"@language" : "sl",
"@value" : "Gigahertz Meter"
}, {
"@language" : "es",
"@value" : "Gigahercio Metro"
}, {
"@language" : "cs",
"@value" : "Gigahertz Metr"
}, {
"@language" : "pl",
"@value" : "Gigaherc Metr"
}, "Gigahertz Metre", {
"@language" : "fr",
"@value" : "Gigahertz Mètre"
}, {
"@language" : "en",
"@value" : "Gigahertz Metre"
}, {
"@language" : "tr",
"@value" : "Gigahertz Metre"
}, {
"@language" : "ro",
"@value" : "Gigahertz Metru"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaJ
URI: http://qudt.org/vocab/unit/GigaJ
1,000,000,000-fold of the SI derived unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the SI derived unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA152" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA152"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000 000 000-fold of the SI derived unit joule" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "GJ" ; <http://qudt.org/schema/qudt/ucumCode> "GJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "GV" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53393868> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigadżul"@pl ; rdfs:label "Gigajoule" ; rdfs:label "Gigajoule"@cs ; rdfs:label "Gigajoule"@de ; rdfs:label "Gigajoule"@en ; rdfs:label "Gigajoule"@fr ; rdfs:label "Gigajoule"@hu ; rdfs:label "Gigajoule"@it ; rdfs:label "Gigajoule"@ms ; rdfs:label "Gigajoule"@ro ; rdfs:label "Gigajoule"@sl ; rdfs:label "Gigajoule"@tr ; rdfs:label "Gigajulio"@es ; .
{"resource":"Gigajoule"
,"qname":"unit:GigaJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaJ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53393868>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the SI derived unit joule"
,"description (plain text)":"1 000 000 000-fold of the SI derived unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA152"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA152"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigadżul"
,"label":"Gigajoule"
,"label":"Gigajoule"
,"label":"Gigajoule"
,"label":"Gigajoule"
,"label":"Gigajoule"
,"label":"Gigajoule"
,"label":"Gigajoule"
,"label":"Gigajoule"
,"label":"Gigajoule"
,"label":"Gigajoule"
,"label":"Gigajoule"
,"label":"Gigajulio"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:J"
,"symbol":"GJ"
,"type":"qudt:Unit"
,"ucum code":"GJ"
,"unece common code":"GV"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the SI derived unit joule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ],
"iec61360Code" : "0112/2///62720#UAA152",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA152",
"plainTextDescription" : "1 000 000 000-fold of the SI derived unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "GJ",
"ucumCode" : "GJ",
"uneceCommonCode" : "GV",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53393868",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Gigadżul"
}, {
"@language" : "es",
"@value" : "Gigajulio"
}, "Gigajoule", {
"@language" : "cs",
"@value" : "Gigajoule"
}, {
"@language" : "de",
"@value" : "Gigajoule"
}, {
"@language" : "en",
"@value" : "Gigajoule"
}, {
"@language" : "fr",
"@value" : "Gigajoule"
}, {
"@language" : "hu",
"@value" : "Gigajoule"
}, {
"@language" : "it",
"@value" : "Gigajoule"
}, {
"@language" : "ms",
"@value" : "Gigajoule"
}, {
"@language" : "ro",
"@value" : "Gigajoule"
}, {
"@language" : "sl",
"@value" : "Gigajoule"
}, {
"@language" : "tr",
"@value" : "Gigajoule"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaJ-PER-HR
URI: http://qudt.org/vocab/unit/GigaJ-PER-HR
SI derived unit Gigajoule divided by the 3600 times the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaJ-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit Gigajoule divided by the 3600 times the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 277777.7777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit gigajoule divided by the 3600 times the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "GJ/h" ; <http://qudt.org/schema/qudt/ucumCode> "GJ.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P16" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigajoule per Hour" ; rdfs:label "Gigajoule per Hour"@en ; .
{"resource":"Gigajoule per Hour"
,"qname":"unit:GigaJ-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaJ-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"277777.7777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E5"
,"description":"SI derived unit Gigajoule divided by the 3600 times the SI base unit second"
,"description (plain text)":"SI derived unit gigajoule divided by the 3600 times the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigajoule per Hour"
,"label":"Gigajoule per Hour"
,"symbol":"GJ\/h"
,"type":"qudt:Unit"
,"ucum code":"GJ.h-1"
,"unece common code":"P16"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaJ-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit Gigajoule divided by the 3600 times the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "277777.7777777777777777777777777778",
"conversionMultiplier:SN" : 277777.77777777775,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"plainTextDescription" : "SI derived unit gigajoule divided by the 3600 times the SI base unit second",
"symbol" : "GJ/h",
"ucumCode" : "GJ.h-1",
"uneceCommonCode" : "P16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gigajoule per Hour", {
"@language" : "en",
"@value" : "Gigajoule per Hour"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaJ-PER-M2
URI: http://qudt.org/vocab/unit/GigaJ-PER-M2
Gigajoule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as Gigajoules per square meter, Gigajoule per square metre, Gigajoule/square meter, Gigajoule/square metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaJ-PER-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Gigajoule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as Gigajoules per square meter, Gigajoule per square metre, Gigajoule/square meter, Gigajoule/square metre."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$GJ/m^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyFluence> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RadiantFluence> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate> ; <http://qudt.org/schema/qudt/symbol> "GJ/m²" ; <http://qudt.org/schema/qudt/ucumCode> "GJ.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigadżul na Metr Kwadratowy"@pl ; rdfs:label "Gigajoule na Kvadratni Meter"@sl ; rdfs:label "Gigajoule na Čtvereční Metr"@cs ; rdfs:label "Gigajoule par Mètre Carré"@fr ; rdfs:label "Gigajoule pe Metru Pătrat"@ro ; rdfs:label "Gigajoule per Meter Persegi"@ms ; rdfs:label "Gigajoule per Metrekare"@tr ; rdfs:label "Gigajoule per Metro Quadrato"@it ; rdfs:label "Gigajoule per Square Meter"@en-US ; rdfs:label "Gigajoule per Square Metre" ; rdfs:label "Gigajoule per Square Metre"@en ; rdfs:label "Gigajoule pro Quadratmeter"@de ; rdfs:label "Gigajulio por Metro Cuadrado"@es ; .
{"resource":"Gigajoule per Square Metre"
,"qname":"unit:GigaJ-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaJ-PER-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"defined unit of system":"sou:SI"
,"description":"Gigajoule Per Square Meter ($J\/m^2$) is a unit in the category of Energy density. It is also known as Gigajoules per square meter, Gigajoule per square metre, Gigajoule\/square meter, Gigajoule\/square metre."
,"expression":"$GJ\/m^2$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyFluence"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:RadiantFluence"
,"has quantity kind":"quantitykind:StrainEnergyReleaseRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigadżul na Metr Kwadratowy"
,"label":"Gigajoule na Kvadratni Meter"
,"label":"Gigajoule na Čtvereční Metr"
,"label":"Gigajoule par Mètre Carré"
,"label":"Gigajoule pe Metru Pătrat"
,"label":"Gigajoule per Meter Persegi"
,"label":"Gigajoule per Metrekare"
,"label":"Gigajoule per Metro Quadrato"
,"label":"Gigajoule per Square Meter"
,"label":"Gigajoule per Square Metre"
,"label":"Gigajoule per Square Metre"
,"label":"Gigajoule pro Quadratmeter"
,"label":"Gigajulio por Metro Cuadrado"
,"symbol":"GJ\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"GJ.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaJ-PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Gigajoule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as Gigajoules per square meter, Gigajoule per square metre, Gigajoule/square meter, Gigajoule/square metre.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$GJ/m^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyFluence", "http://qudt.org/vocab/quantitykind/RadiantFluence", "http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate", "http://qudt.org/vocab/quantitykind/EnergyPerArea" ],
"symbol" : "GJ/m²",
"ucumCode" : "GJ.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Gigajoule per Meter Persegi"
}, {
"@language" : "en-us",
"@value" : "Gigajoule per Square Meter"
}, {
"@language" : "en",
"@value" : "Gigajoule per Square Metre"
}, {
"@language" : "ro",
"@value" : "Gigajoule pe Metru Pătrat"
}, "Gigajoule per Square Metre", {
"@language" : "pl",
"@value" : "Gigadżul na Metr Kwadratowy"
}, {
"@language" : "cs",
"@value" : "Gigajoule na Čtvereční Metr"
}, {
"@language" : "fr",
"@value" : "Gigajoule par Mètre Carré"
}, {
"@language" : "es",
"@value" : "Gigajulio por Metro Cuadrado"
}, {
"@language" : "tr",
"@value" : "Gigajoule per Metrekare"
}, {
"@language" : "sl",
"@value" : "Gigajoule na Kvadratni Meter"
}, {
"@language" : "de",
"@value" : "Gigajoule pro Quadratmeter"
}, {
"@language" : "it",
"@value" : "Gigajoule per Metro Quadrato"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaJ-PER-SEC
URI: http://qudt.org/vocab/unit/GigaJ-PER-SEC
1,000,000,000-fold of the SI derived unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaJ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB512" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB512"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "GJ/s" ; <http://qudt.org/schema/qudt/ucumCode> "GJ.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigadżul na Sekunda"@pl ; rdfs:label "Gigajoule na Sekunda"@cs ; rdfs:label "Gigajoule na Sekunda"@sl ; rdfs:label "Gigajoule par Seconde"@fr ; rdfs:label "Gigajoule pe Secundă"@ro ; rdfs:label "Gigajoule per Saat"@ms ; rdfs:label "Gigajoule per Saniye"@tr ; rdfs:label "Gigajoule per Second" ; rdfs:label "Gigajoule per Second"@en ; rdfs:label "Gigajoule per Secondo"@it ; rdfs:label "Gigajoule pro Sekunde"@de ; rdfs:label "Gigajulio por Segundo"@es ; .
{"resource":"Gigajoule per Second"
,"qname":"unit:GigaJ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaJ-PER-SEC"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB512"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB512"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigadżul na Sekunda"
,"label":"Gigajoule na Sekunda"
,"label":"Gigajoule na Sekunda"
,"label":"Gigajoule par Seconde"
,"label":"Gigajoule pe Secundă"
,"label":"Gigajoule per Saat"
,"label":"Gigajoule per Saniye"
,"label":"Gigajoule per Second"
,"label":"Gigajoule per Second"
,"label":"Gigajoule per Secondo"
,"label":"Gigajoule pro Sekunde"
,"label":"Gigajulio por Segundo"
,"symbol":"GJ\/s"
,"type":"qudt:Unit"
,"ucum code":"GJ.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaJ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the SI derived unit joule divided by the SI base unit second",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB512",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB512",
"symbol" : "GJ/s",
"ucumCode" : "GJ.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gigajoule per Second", {
"@language" : "pl",
"@value" : "Gigadżul na Sekunda"
}, {
"@language" : "de",
"@value" : "Gigajoule pro Sekunde"
}, {
"@language" : "cs",
"@value" : "Gigajoule na Sekunda"
}, {
"@language" : "sl",
"@value" : "Gigajoule na Sekunda"
}, {
"@language" : "tr",
"@value" : "Gigajoule per Saniye"
}, {
"@language" : "fr",
"@value" : "Gigajoule par Seconde"
}, {
"@language" : "ms",
"@value" : "Gigajoule per Saat"
}, {
"@language" : "ro",
"@value" : "Gigajoule pe Secundă"
}, {
"@language" : "es",
"@value" : "Gigajulio por Segundo"
}, {
"@language" : "it",
"@value" : "Gigajoule per Secondo"
}, {
"@language" : "en",
"@value" : "Gigajoule per Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaN
URI: http://qudt.org/vocab/unit/GigaN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "GN" ; <http://qudt.org/schema/qudt/ucumCode> "GN"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Giganewton" ; rdfs:label "Giganewton"@cs ; rdfs:label "Giganewton"@de ; rdfs:label "Giganewton"@en ; rdfs:label "Giganewton"@es ; rdfs:label "Giganewton"@fr ; rdfs:label "Giganewton"@hu ; rdfs:label "Giganewton"@it ; rdfs:label "Giganewton"@ms ; rdfs:label "Giganewton"@ro ; rdfs:label "Giganewton"@sl ; rdfs:label "Giganewton"@tr ; rdfs:label "Giganiuton"@pl ; .
{"resource":"Giganewton"
,"qname":"unit:GigaN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaN"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganewton"
,"label":"Giganiuton"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:N"
,"symbol":"GN"
,"type":"qudt:Unit"
,"ucum code":"GN"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "GN",
"ucumCode" : "GN",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Giganiuton"
}, "Giganewton", {
"@language" : "cs",
"@value" : "Giganewton"
}, {
"@language" : "de",
"@value" : "Giganewton"
}, {
"@language" : "en",
"@value" : "Giganewton"
}, {
"@language" : "es",
"@value" : "Giganewton"
}, {
"@language" : "fr",
"@value" : "Giganewton"
}, {
"@language" : "hu",
"@value" : "Giganewton"
}, {
"@language" : "it",
"@value" : "Giganewton"
}, {
"@language" : "ms",
"@value" : "Giganewton"
}, {
"@language" : "ro",
"@value" : "Giganewton"
}, {
"@language" : "sl",
"@value" : "Giganewton"
}, {
"@language" : "tr",
"@value" : "Giganewton"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaN-M-PER-M2
URI: http://qudt.org/vocab/unit/GigaN-M-PER-M2
1,000,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaN-M-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB554" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB554"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "GN·m/m²" ; <http://qudt.org/schema/qudt/ucumCode> "GN.m.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Giganewton Meter na Kvadratni Meter"@sl ; rdfs:label "Giganewton Meter per Meter Persegi"@ms ; rdfs:label "Giganewton Meter per Square Meter"@en-US ; rdfs:label "Giganewton Meter pro Quadratmeter"@de ; rdfs:label "Giganewton Metr na Čtvereční Metr"@cs ; rdfs:label "Giganewton Metre per Metrekare"@tr ; rdfs:label "Giganewton Metre per Square Metre" ; rdfs:label "Giganewton Metre per Square Metre"@en ; rdfs:label "Giganewton Metro per Metro Quadrato"@it ; rdfs:label "Giganewton Metro por Metro Cuadrado"@es ; rdfs:label "Giganewton Metru pe Metru Pătrat"@ro ; rdfs:label "Giganewton Mètre par Mètre Carré"@fr ; rdfs:label "Giganiuton Metr na Metr Kwadratowy"@pl ; .
{"resource":"Giganewton Metre per Square Metre"
,"qname":"unit:GigaN-M-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaN-M-PER-M2"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB554"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB554"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Giganewton Meter na Kvadratni Meter"
,"label":"Giganewton Meter per Meter Persegi"
,"label":"Giganewton Meter per Square Meter"
,"label":"Giganewton Meter pro Quadratmeter"
,"label":"Giganewton Metr na Čtvereční Metr"
,"label":"Giganewton Metre per Metrekare"
,"label":"Giganewton Metre per Square Metre"
,"label":"Giganewton Metre per Square Metre"
,"label":"Giganewton Metro per Metro Quadrato"
,"label":"Giganewton Metro por Metro Cuadrado"
,"label":"Giganewton Metru pe Metru Pătrat"
,"label":"Giganewton Mètre par Mètre Carré"
,"label":"Giganiuton Metr na Metr Kwadratowy"
,"symbol":"GN·m\/m²"
,"type":"qudt:Unit"
,"ucum code":"GN.m.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaN-M-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerArea", "http://qudt.org/vocab/quantitykind/ForcePerLength" ],
"iec61360Code" : "0112/2///62720#UAB554",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB554",
"symbol" : "GN·m/m²",
"ucumCode" : "GN.m.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Giganewton Metro per Metro Quadrato"
}, {
"@language" : "fr",
"@value" : "Giganewton Mètre par Mètre Carré"
}, "Giganewton Metre per Square Metre", {
"@language" : "en",
"@value" : "Giganewton Metre per Square Metre"
}, {
"@language" : "pl",
"@value" : "Giganiuton Metr na Metr Kwadratowy"
}, {
"@language" : "cs",
"@value" : "Giganewton Metr na Čtvereční Metr"
}, {
"@language" : "ro",
"@value" : "Giganewton Metru pe Metru Pătrat"
}, {
"@language" : "ms",
"@value" : "Giganewton Meter per Meter Persegi"
}, {
"@language" : "sl",
"@value" : "Giganewton Meter na Kvadratni Meter"
}, {
"@language" : "tr",
"@value" : "Giganewton Metre per Metrekare"
}, {
"@language" : "es",
"@value" : "Giganewton Metro por Metro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Giganewton Meter per Square Meter"
}, {
"@language" : "de",
"@value" : "Giganewton Meter pro Quadratmeter"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaOHM
URI: http://qudt.org/vocab/unit/GigaOHM
1,000,000,000-fold of the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaOHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA147" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA147"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000 000 000-fold of the SI derived unit ohm" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OHM> ; <http://qudt.org/schema/qudt/symbol> "GΩ" ; <http://qudt.org/schema/qudt/ucumCode> "GOhm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A87" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94479580> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigaohm" ; rdfs:label "Gigaohm"@cs ; rdfs:label "Gigaohm"@de ; rdfs:label "Gigaohm"@en ; rdfs:label "Gigaohm"@fr ; rdfs:label "Gigaohm"@hu ; rdfs:label "Gigaohm"@it ; rdfs:label "Gigaohm"@ms ; rdfs:label "Gigaohm"@ro ; rdfs:label "Gigaohm"@sl ; rdfs:label "Gigaohm"@tr ; rdfs:label "Gigaohmio"@es ; rdfs:label "Gigaom"@pl ; .
{"resource":"Gigaohm"
,"qname":"unit:GigaOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaOHM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94479580>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the SI derived unit ohm"
,"description (plain text)":"1 000 000 000-fold of the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA147"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA147"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigaohm"
,"label":"Gigaohm"
,"label":"Gigaohm"
,"label":"Gigaohm"
,"label":"Gigaohm"
,"label":"Gigaohm"
,"label":"Gigaohm"
,"label":"Gigaohm"
,"label":"Gigaohm"
,"label":"Gigaohm"
,"label":"Gigaohm"
,"label":"Gigaohmio"
,"label":"Gigaom"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:OHM"
,"symbol":"GΩ"
,"type":"qudt:Unit"
,"ucum code":"GOhm"
,"unece common code":"A87"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistance",
"iec61360Code" : "0112/2///62720#UAA147",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA147",
"plainTextDescription" : "1 000 000 000-fold of the SI derived unit ohm",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/OHM",
"symbol" : "GΩ",
"ucumCode" : "GOhm",
"uneceCommonCode" : "A87",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94479580",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gigaohm", {
"@language" : "cs",
"@value" : "Gigaohm"
}, {
"@language" : "de",
"@value" : "Gigaohm"
}, {
"@language" : "en",
"@value" : "Gigaohm"
}, {
"@language" : "fr",
"@value" : "Gigaohm"
}, {
"@language" : "hu",
"@value" : "Gigaohm"
}, {
"@language" : "it",
"@value" : "Gigaohm"
}, {
"@language" : "pl",
"@value" : "Gigaom"
}, {
"@language" : "ms",
"@value" : "Gigaohm"
}, {
"@language" : "ro",
"@value" : "Gigaohm"
}, {
"@language" : "sl",
"@value" : "Gigaohm"
}, {
"@language" : "tr",
"@value" : "Gigaohm"
}, {
"@language" : "es",
"@value" : "Gigaohmio"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaOHM-M
URI: http://qudt.org/vocab/unit/GigaOHM-M
1,000,000,000-fold of the product out of the SI derived unit ohm and the SI unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaOHM-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the product out of the SI derived unit ohm and the SI unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA148" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA148"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "GΩ·m" ; <http://qudt.org/schema/qudt/ucumCode> "GOhm.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A88" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigaohm Meter"@de ; rdfs:label "Gigaohm Meter"@en-US ; rdfs:label "Gigaohm Meter"@ms ; rdfs:label "Gigaohm Meter"@sl ; rdfs:label "Gigaohm Metr"@cs ; rdfs:label "Gigaohm Metre" ; rdfs:label "Gigaohm Metre"@en ; rdfs:label "Gigaohm Metre"@tr ; rdfs:label "Gigaohm Metro"@it ; rdfs:label "Gigaohm Metru"@ro ; rdfs:label "Gigaohm Mètre"@fr ; rdfs:label "Gigaohmio Metro"@es ; rdfs:label "Gigaom Metr"@pl ; .
{"resource":"Gigaohm Metre"
,"qname":"unit:GigaOHM-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaOHM-M"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the product out of the SI derived unit ohm and the SI unit metre"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA148"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA148"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigaohm Meter"
,"label":"Gigaohm Meter"
,"label":"Gigaohm Meter"
,"label":"Gigaohm Meter"
,"label":"Gigaohm Metr"
,"label":"Gigaohm Metre"
,"label":"Gigaohm Metre"
,"label":"Gigaohm Metre"
,"label":"Gigaohm Metro"
,"label":"Gigaohm Metru"
,"label":"Gigaohm Mètre"
,"label":"Gigaohmio Metro"
,"label":"Gigaom Metr"
,"symbol":"GΩ·m"
,"type":"qudt:Unit"
,"ucum code":"GOhm.m"
,"unece common code":"A88"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaOHM-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the product out of the SI derived unit ohm and the SI unit metre",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"iec61360Code" : "0112/2///62720#UAA148",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA148",
"symbol" : "GΩ·m",
"ucumCode" : "GOhm.m",
"uneceCommonCode" : "A88",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Gigaohm Metre"
}, "Gigaohm Metre", {
"@language" : "en",
"@value" : "Gigaohm Metre"
}, {
"@language" : "es",
"@value" : "Gigaohmio Metro"
}, {
"@language" : "pl",
"@value" : "Gigaom Metr"
}, {
"@language" : "de",
"@value" : "Gigaohm Meter"
}, {
"@language" : "en-us",
"@value" : "Gigaohm Meter"
}, {
"@language" : "ms",
"@value" : "Gigaohm Meter"
}, {
"@language" : "sl",
"@value" : "Gigaohm Meter"
}, {
"@language" : "fr",
"@value" : "Gigaohm Mètre"
}, {
"@language" : "it",
"@value" : "Gigaohm Metro"
}, {
"@language" : "ro",
"@value" : "Gigaohm Metru"
}, {
"@language" : "cs",
"@value" : "Gigaohm Metr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaOHM-PER-M
URI: http://qudt.org/vocab/unit/GigaOHM-PER-M
1,000,000,000-fold of the SI derived unit ohm divided by the SI unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaOHM-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the SI derived unit ohm divided by the SI unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearResistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB496" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB496"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "GΩ/m" ; <http://qudt.org/schema/qudt/ucumCode> "GOhm.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M26" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigaohm na Meter"@sl ; rdfs:label "Gigaohm na Metr"@cs ; rdfs:label "Gigaohm par Mètre"@fr ; rdfs:label "Gigaohm pe Metru"@ro ; rdfs:label "Gigaohm per Meter"@en-US ; rdfs:label "Gigaohm per Meter"@ms ; rdfs:label "Gigaohm per Metre" ; rdfs:label "Gigaohm per Metre"@en ; rdfs:label "Gigaohm per Metre"@tr ; rdfs:label "Gigaohm per Metro"@it ; rdfs:label "Gigaohm pro Meter"@de ; rdfs:label "Gigaohmio por Metro"@es ; rdfs:label "Gigaom na Metr"@pl ; .
{"resource":"Gigaohm per Metre"
,"qname":"unit:GigaOHM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaOHM-PER-M"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the SI derived unit ohm divided by the SI unit metre"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:LinearResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB496"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB496"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigaohm na Meter"
,"label":"Gigaohm na Metr"
,"label":"Gigaohm par Mètre"
,"label":"Gigaohm pe Metru"
,"label":"Gigaohm per Meter"
,"label":"Gigaohm per Meter"
,"label":"Gigaohm per Metre"
,"label":"Gigaohm per Metre"
,"label":"Gigaohm per Metre"
,"label":"Gigaohm per Metro"
,"label":"Gigaohm pro Meter"
,"label":"Gigaohmio por Metro"
,"label":"Gigaom na Metr"
,"symbol":"GΩ\/m"
,"type":"qudt:Unit"
,"ucum code":"GOhm.m-1"
,"unece common code":"M26"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaOHM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the SI derived unit ohm divided by the SI unit metre",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearResistance",
"iec61360Code" : "0112/2///62720#UAB496",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB496",
"symbol" : "GΩ/m",
"ucumCode" : "GOhm.m-1",
"uneceCommonCode" : "M26",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Gigaohm pe Metru"
}, {
"@language" : "fr",
"@value" : "Gigaohm par Mètre"
}, {
"@language" : "cs",
"@value" : "Gigaohm na Metr"
}, {
"@language" : "en",
"@value" : "Gigaohm per Metre"
}, {
"@language" : "tr",
"@value" : "Gigaohm per Metre"
}, "Gigaohm per Metre", {
"@language" : "sl",
"@value" : "Gigaohm na Meter"
}, {
"@language" : "de",
"@value" : "Gigaohm pro Meter"
}, {
"@language" : "es",
"@value" : "Gigaohmio por Metro"
}, {
"@language" : "pl",
"@value" : "Gigaom na Metr"
}, {
"@language" : "en-us",
"@value" : "Gigaohm per Meter"
}, {
"@language" : "ms",
"@value" : "Gigaohm per Meter"
}, {
"@language" : "it",
"@value" : "Gigaohm per Metro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaPA
URI: http://qudt.org/vocab/unit/GigaPA
1,000,000,000-fold of the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaPA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the SI derived unit pascal"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA153" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA153"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000 000 000-fold of the SI derived unit pascal" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "GPa" ; <http://qudt.org/schema/qudt/ucumCode> "GPa"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A89" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53448922> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigapascal" ; rdfs:label "Gigapascal"@cs ; rdfs:label "Gigapascal"@de ; rdfs:label "Gigapascal"@en ; rdfs:label "Gigapascal"@es ; rdfs:label "Gigapascal"@fr ; rdfs:label "Gigapascal"@hu ; rdfs:label "Gigapascal"@it ; rdfs:label "Gigapascal"@ms ; rdfs:label "Gigapascal"@ro ; rdfs:label "Gigapascal"@sl ; rdfs:label "Gigapascal"@tr ; rdfs:label "Gigapaskal"@pl ; .
{"resource":"Gigapascal"
,"qname":"unit:GigaPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaPA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53448922>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the SI derived unit pascal"
,"description (plain text)":"1 000 000 000-fold of the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA153"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA153"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapascal"
,"label":"Gigapaskal"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:PA"
,"symbol":"GPa"
,"type":"qudt:Unit"
,"ucum code":"GPa"
,"unece common code":"A89"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaPA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the SI derived unit pascal",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ShearModulus", "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA153",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA153",
"plainTextDescription" : "1 000 000 000-fold of the SI derived unit pascal",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "GPa",
"ucumCode" : "GPa",
"uneceCommonCode" : "A89",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53448922",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Gigapaskal"
}, "Gigapascal", {
"@language" : "cs",
"@value" : "Gigapascal"
}, {
"@language" : "de",
"@value" : "Gigapascal"
}, {
"@language" : "en",
"@value" : "Gigapascal"
}, {
"@language" : "es",
"@value" : "Gigapascal"
}, {
"@language" : "fr",
"@value" : "Gigapascal"
}, {
"@language" : "hu",
"@value" : "Gigapascal"
}, {
"@language" : "ms",
"@value" : "Gigapascal"
}, {
"@language" : "ro",
"@value" : "Gigapascal"
}, {
"@language" : "sl",
"@value" : "Gigapascal"
}, {
"@language" : "tr",
"@value" : "Gigapascal"
}, {
"@language" : "it",
"@value" : "Gigapascal"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaPA-CentiM3-PER-GM
URI: http://qudt.org/vocab/unit/GigaPA-CentiM3-PER-GM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaPA-CentiM3-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloM2-PER-SEC2> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificModulus> ; <http://qudt.org/schema/qudt/symbol> "GPa·cm³/g" ; <http://qudt.org/schema/qudt/ucumCode> "GPa.cm3.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigapascal Centimeter Kubik per Gram"@ms ; rdfs:label "Gigapascal Centimetr Krychlový na Gram"@cs ; rdfs:label "Gigapascal Centimetreküp per Gram"@tr ; rdfs:label "Gigapascal Centimetro Cubo per Grammo"@it ; rdfs:label "Gigapascal Centimetro Cúbico por Gramo"@es ; rdfs:label "Gigapascal Centimetru Cub pe Gram"@ro ; rdfs:label "Gigapascal Centimètre Cube par Gramme"@fr ; rdfs:label "Gigapascal Cubic Centimeter per Gram"@en-US ; rdfs:label "Gigapascal Cubic Centimetre per Gram" ; rdfs:label "Gigapascal Cubic Centimetre per Gram"@en ; rdfs:label "Gigapascal Kubikcentimeter pro Gramm"@de ; rdfs:label "Gigapascal Kubični Centimeter na Gram"@sl ; rdfs:label "Gigapaskal Centimetr Sześcienny na Gram"@pl ; .
{"resource":"Gigapascal Cubic Centimetre per Gram"
,"qname":"unit:GigaPA-CentiM3-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaPA-CentiM3-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"exact match":"unit:KiloM2-PER-SEC2"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificModulus"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigapascal Centimeter Kubik per Gram"
,"label":"Gigapascal Centimetr Krychlový na Gram"
,"label":"Gigapascal Centimetreküp per Gram"
,"label":"Gigapascal Centimetro Cubo per Grammo"
,"label":"Gigapascal Centimetro Cúbico por Gramo"
,"label":"Gigapascal Centimetru Cub pe Gram"
,"label":"Gigapascal Centimètre Cube par Gramme"
,"label":"Gigapascal Cubic Centimeter per Gram"
,"label":"Gigapascal Cubic Centimetre per Gram"
,"label":"Gigapascal Cubic Centimetre per Gram"
,"label":"Gigapascal Kubikcentimeter pro Gramm"
,"label":"Gigapascal Kubični Centimeter na Gram"
,"label":"Gigapaskal Centimetr Sześcienny na Gram"
,"symbol":"GPa·cm³\/g"
,"type":"qudt:Unit"
,"ucum code":"GPa.cm3.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaPA-CentiM3-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"exactMatch" : "http://qudt.org/vocab/unit/KiloM2-PER-SEC2",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificModulus",
"symbol" : "GPa·cm³/g",
"ucumCode" : "GPa.cm3.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Gigapascal Centimetro Cúbico por Gramo"
}, {
"@language" : "ms",
"@value" : "Gigapascal Centimeter Kubik per Gram"
}, {
"@language" : "en",
"@value" : "Gigapascal Cubic Centimetre per Gram"
}, "Gigapascal Cubic Centimetre per Gram", {
"@language" : "de",
"@value" : "Gigapascal Kubikcentimeter pro Gramm"
}, {
"@language" : "pl",
"@value" : "Gigapaskal Centimetr Sześcienny na Gram"
}, {
"@language" : "tr",
"@value" : "Gigapascal Centimetreküp per Gram"
}, {
"@language" : "en-us",
"@value" : "Gigapascal Cubic Centimeter per Gram"
}, {
"@language" : "sl",
"@value" : "Gigapascal Kubični Centimeter na Gram"
}, {
"@language" : "ro",
"@value" : "Gigapascal Centimetru Cub pe Gram"
}, {
"@language" : "cs",
"@value" : "Gigapascal Centimetr Krychlový na Gram"
}, {
"@language" : "it",
"@value" : "Gigapascal Centimetro Cubo per Grammo"
}, {
"@language" : "fr",
"@value" : "Gigapascal Centimètre Cube par Gramme"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaV
URI: http://qudt.org/vocab/unit/GigaV
1,000,000,000-fold of the SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the SI derived unit volt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC772" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC772"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "GV" ; <http://qudt.org/schema/qudt/ucumCode> "GV"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigavolt" ; rdfs:label "Gigavolt"@cs ; rdfs:label "Gigavolt"@de ; rdfs:label "Gigavolt"@en ; rdfs:label "Gigavolt"@fr ; rdfs:label "Gigavolt"@hu ; rdfs:label "Gigavolt"@it ; rdfs:label "Gigavolt"@ms ; rdfs:label "Gigavolt"@ro ; rdfs:label "Gigavolt"@sl ; rdfs:label "Gigavolt"@tr ; rdfs:label "Gigavoltio"@es ; rdfs:label "Gigawolt"@pl ; .
{"resource":"Gigavolt"
,"qname":"unit:GigaV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaV"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the SI derived unit volt"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC772"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC772"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigavolt"
,"label":"Gigavolt"
,"label":"Gigavolt"
,"label":"Gigavolt"
,"label":"Gigavolt"
,"label":"Gigavolt"
,"label":"Gigavolt"
,"label":"Gigavolt"
,"label":"Gigavolt"
,"label":"Gigavolt"
,"label":"Gigavolt"
,"label":"Gigavoltio"
,"label":"Gigawolt"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:V"
,"symbol":"GV"
,"type":"qudt:Unit"
,"ucum code":"GV"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the SI derived unit volt",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/ElectricPotential" ],
"iec61360Code" : "0112/2///62720#UAC772",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC772",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "GV",
"ucumCode" : "GV",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Gigavoltio"
}, "Gigavolt", {
"@language" : "cs",
"@value" : "Gigavolt"
}, {
"@language" : "de",
"@value" : "Gigavolt"
}, {
"@language" : "en",
"@value" : "Gigavolt"
}, {
"@language" : "fr",
"@value" : "Gigavolt"
}, {
"@language" : "hu",
"@value" : "Gigavolt"
}, {
"@language" : "it",
"@value" : "Gigavolt"
}, {
"@language" : "ms",
"@value" : "Gigavolt"
}, {
"@language" : "ro",
"@value" : "Gigavolt"
}, {
"@language" : "pl",
"@value" : "Gigawolt"
}, {
"@language" : "sl",
"@value" : "Gigavolt"
}, {
"@language" : "tr",
"@value" : "Gigavolt"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaV-A
URI: http://qudt.org/vocab/unit/GigaV-A
1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaV-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/GigaV> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB534" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB534"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "GV·A" ; <http://qudt.org/schema/qudt/ucumCode> "GV.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigavolt Amper"@ro ; rdfs:label "Gigavolt Amper"@sl ; rdfs:label "Gigavolt Amper"@tr ; rdfs:label "Gigavolt Ampere" ; rdfs:label "Gigavolt Ampere"@de ; rdfs:label "Gigavolt Ampere"@en ; rdfs:label "Gigavolt Ampere"@it ; rdfs:label "Gigavolt Ampere"@ms ; rdfs:label "Gigavolt Ampère"@fr ; rdfs:label "Gigavolt Ampér"@cs ; rdfs:label "Gigavoltio Amperio"@es ; rdfs:label "Gigawolt Amper"@pl ; .
{"resource":"Gigavolt Ampere"
,"qname":"unit:GigaV-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaV-A"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"deprecated":"true"
,"description":"1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB534"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB534"
,"is replaced by":"unit:GigaV"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigavolt Amper"
,"label":"Gigavolt Amper"
,"label":"Gigavolt Amper"
,"label":"Gigavolt Ampere"
,"label":"Gigavolt Ampere"
,"label":"Gigavolt Ampere"
,"label":"Gigavolt Ampere"
,"label":"Gigavolt Ampere"
,"label":"Gigavolt Ampère"
,"label":"Gigavolt Ampér"
,"label":"Gigavoltio Amperio"
,"label":"Gigawolt Amper"
,"symbol":"GV·A"
,"type":"qudt:Unit"
,"ucum code":"GV.A"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaV-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/GigaV",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB534",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB534",
"symbol" : "GV·A",
"ucumCode" : "GV.A",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Gigavolt Ampér"
}, {
"@language" : "es",
"@value" : "Gigavoltio Amperio"
}, {
"@language" : "fr",
"@value" : "Gigavolt Ampère"
}, "Gigavolt Ampere", {
"@language" : "de",
"@value" : "Gigavolt Ampere"
}, {
"@language" : "en",
"@value" : "Gigavolt Ampere"
}, {
"@language" : "it",
"@value" : "Gigavolt Ampere"
}, {
"@language" : "ms",
"@value" : "Gigavolt Ampere"
}, {
"@language" : "pl",
"@value" : "Gigawolt Amper"
}, {
"@language" : "ro",
"@value" : "Gigavolt Amper"
}, {
"@language" : "sl",
"@value" : "Gigavolt Amper"
}, {
"@language" : "tr",
"@value" : "Gigavolt Amper"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaV-A_Reactive
URI: http://qudt.org/vocab/unit/GigaV-A_Reactive
0.000000001 of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GigaV-A_Reactive>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000000001 of the unit volt ampere reactive" ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/GigaVAR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC508" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC508"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "GV·A{Reactive}" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "GigaVolt Ampere Reactive" ;
rdfs:label "GigaVolt Ampere Reactive"@en ;
.
{"resource":"GigaVolt Ampere Reactive"
,"qname":"unit:GigaV-A_Reactive"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaV-A_Reactive"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"0.000000001 of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC508"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC508"
,"is replaced by":"unit:GigaVAR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"GigaVolt Ampere Reactive"
,"label":"GigaVolt Ampere Reactive"
,"symbol":"GV·A{Reactive}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaV-A_Reactive",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001 of the unit volt ampere reactive",
"isReplacedBy" : "http://qudt.org/vocab/unit/GigaVAR",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC508",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC508",
"symbol" : "GV·A{Reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "GigaVolt Ampere Reactive", {
"@language" : "en",
"@value" : "GigaVolt Ampere Reactive"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaVA
URI: http://qudt.org/vocab/unit/GigaVA
1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaVA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB534" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB534"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/symbol> "GVA" ; <http://qudt.org/schema/qudt/ucumCode> "GVA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Giga Volt Ampere" ; rdfs:label "Giga Volt Ampere"@en ; rdfs:label "Giga Volt Ampere"@it ; rdfs:label "Gigavoltampere"@de ; rdfs:label "Gigavoltampère"@fr ; rdfs:label "Gigavoltiamperio"@es ; .
{"resource":"Giga Volt Ampere"
,"qname":"unit:GigaVA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaVA"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB534"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB534"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Giga Volt Ampere"
,"label":"Giga Volt Ampere"
,"label":"Giga Volt Ampere"
,"label":"Gigavoltampere"
,"label":"Gigavoltampère"
,"label":"Gigavoltiamperio"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:VA"
,"symbol":"GVA"
,"type":"qudt:Unit"
,"ucum code":"GVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaVA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB534",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB534",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/VA",
"symbol" : "GVA",
"ucumCode" : "GVA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Giga Volt Ampere", {
"@language" : "en",
"@value" : "Giga Volt Ampere"
}, {
"@language" : "it",
"@value" : "Giga Volt Ampere"
}, {
"@language" : "es",
"@value" : "Gigavoltiamperio"
}, {
"@language" : "de",
"@value" : "Gigavoltampere"
}, {
"@language" : "fr",
"@value" : "Gigavoltampère"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaVAR
URI: http://qudt.org/vocab/unit/GigaVAR
0.000000001 of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GigaVAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000000001 of the unit volt ampere reactive" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC508" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC508"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VAR> ;
<http://qudt.org/schema/qudt/symbol> "GVA{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "GVA{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Giga Volt Ampere Reactive" ;
rdfs:label "Giga Volt Ampere Reactive"@en ;
.
{"resource":"Giga Volt Ampere Reactive"
,"qname":"unit:GigaVAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaVAR"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"0.000000001 of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC508"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC508"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Giga Volt Ampere Reactive"
,"label":"Giga Volt Ampere Reactive"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:VAR"
,"symbol":"GVA{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"GVA{reactive}"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaVAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001 of the unit volt ampere reactive",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC508",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC508",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/VAR",
"symbol" : "GVA{Reactive}",
"ucumCode" : "GVA{reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Giga Volt Ampere Reactive", {
"@language" : "en",
"@value" : "Giga Volt Ampere Reactive"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaW
URI: http://qudt.org/vocab/unit/GigaW
1,000,000,000-fold of the SI derived unit watt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/GigaW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the SI derived unit watt"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA154" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA154"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000 000 000-fold of the SI derived unit watt" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Giga> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ; <http://qudt.org/schema/qudt/symbol> "GW" ; <http://qudt.org/schema/qudt/ucumCode> "GW"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A90" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5879479> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Gigavatio"@es ; rdfs:label "Gigawat"@pl ; rdfs:label "Gigawatt" ; rdfs:label "Gigawatt"@cs ; rdfs:label "Gigawatt"@de ; rdfs:label "Gigawatt"@en ; rdfs:label "Gigawatt"@fr ; rdfs:label "Gigawatt"@hu ; rdfs:label "Gigawatt"@it ; rdfs:label "Gigawatt"@ms ; rdfs:label "Gigawatt"@ro ; rdfs:label "Gigawatt"@sl ; rdfs:label "Gigawatt"@tr ; .
{"resource":"Gigawatt"
,"qname":"unit:GigaW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5879479>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000,000-fold of the SI derived unit watt"
,"description (plain text)":"1 000 000 000-fold of the SI derived unit watt"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA154"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA154"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigavatio"
,"label":"Gigawat"
,"label":"Gigawatt"
,"label":"Gigawatt"
,"label":"Gigawatt"
,"label":"Gigawatt"
,"label":"Gigawatt"
,"label":"Gigawatt"
,"label":"Gigawatt"
,"label":"Gigawatt"
,"label":"Gigawatt"
,"label":"Gigawatt"
,"label":"Gigawatt"
,"prefix":"prefix:Giga"
,"scalingOf":"unit:W"
,"symbol":"GW"
,"type":"qudt:Unit"
,"ucum code":"GW"
,"unece common code":"A90"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the SI derived unit watt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/ElectricPower" ],
"iec61360Code" : "0112/2///62720#UAA154",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA154",
"plainTextDescription" : "1 000 000 000-fold of the SI derived unit watt",
"prefix" : "http://qudt.org/vocab/prefix/Giga",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "GW",
"ucumCode" : "GW",
"uneceCommonCode" : "A90",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5879479",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Gigawat"
}, {
"@language" : "es",
"@value" : "Gigavatio"
}, "Gigawatt", {
"@language" : "cs",
"@value" : "Gigawatt"
}, {
"@language" : "de",
"@value" : "Gigawatt"
}, {
"@language" : "en",
"@value" : "Gigawatt"
}, {
"@language" : "fr",
"@value" : "Gigawatt"
}, {
"@language" : "hu",
"@value" : "Gigawatt"
}, {
"@language" : "it",
"@value" : "Gigawatt"
}, {
"@language" : "ms",
"@value" : "Gigawatt"
}, {
"@language" : "ro",
"@value" : "Gigawatt"
}, {
"@language" : "sl",
"@value" : "Gigawatt"
}, {
"@language" : "tr",
"@value" : "Gigawatt"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:GigaW-HR
URI: http://qudt.org/vocab/unit/GigaW-HR
A $\textit{Gigawatt Hour}$ is the 1,000,000,000-fold of the product of the SI derived unit watt and the unit hour.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/GigaW-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{Gigawatt Hour}$ is the 1,000,000,000-fold of the product of the SI derived unit watt and the unit hour.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E12 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA155" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA155"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "1 000 000 000-fold of the product of the SI derived unit watt and the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "GW·h" ;
<http://qudt.org/schema/qudt/ucumCode> "GW.h"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GWH" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2051195> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gigawatt Hour" ;
rdfs:label "Gigawatt Hour"@en ;
.
{"resource":"Gigawatt Hour"
,"qname":"unit:GigaW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/GigaW-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2051195>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600000000000.0"
,"conversion multiplier scientific":"3.6E12"
,"description":"\n A $\\textit{Gigawatt Hour}$ is the 1,000,000,000-fold of the product of the SI derived unit watt and the unit hour.\n "
,"description (plain text)":"1 000 000 000-fold of the product of the SI derived unit watt and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA155"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA155"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gigawatt Hour"
,"label":"Gigawatt Hour"
,"symbol":"GW·h"
,"type":"qudt:Unit"
,"ucum code":"GW.h"
,"unece common code":"GWH"
]}
{
"@id" : "http://qudt.org/vocab/unit/GigaW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n A $\\textit{Gigawatt Hour}$ is the 1,000,000,000-fold of the product of the SI derived unit watt and the unit hour.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "3600000000000.0",
"conversionMultiplier:SN" : 3.6E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA155",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA155",
"plainTextDescription" : "1 000 000 000-fold of the product of the SI derived unit watt and the unit hour",
"symbol" : "GW·h",
"ucumCode" : "GW.h",
"uneceCommonCode" : "GWH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2051195",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gigawatt Hour", {
"@language" : "en",
"@value" : "Gigawatt Hour"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Gs
URI: http://qudt.org/vocab/unit/Gs
The $gauss$, abbreviated as $G$, is the cgs unit of measurement of a magnetic field $B$, which is also known as the "magnetic flux density" or the "magnetic induction". One gauss is defined as one maxwell per square centimeter; it equals $10^{-4} tesla$ (or $100 micro T$). The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system, it corresponds in the SI, with its extra base unit the ampere. The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density, but it is subdivided, with $1 gauss = 105 gamma$. This unit of magnetic induction is also known as the $\textit{abtesla}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/Gs>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $gauss$, abbreviated as $G$, is the cgs unit of measurement of a magnetic field $B$,
which is also known as the \"magnetic flux density\" or the \"magnetic induction\".
One gauss is defined as one maxwell per square centimeter; it equals $10^{-4} tesla$ (or $100 micro T$).
The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system,
it corresponds in the SI, with its extra base unit the ampere.
The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density,
but it is subdivided, with $1 gauss = 105 gamma$.
This unit of magnetic induction is also known as the $\\textit{abtesla}$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Gauss_%28unit%29"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Gauss_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.diracdelta.co.uk/science/source/g/a/gauss/source.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-526?rskey=HAbfz2"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/T> ;
<http://qudt.org/schema/qudt/symbol> "G" ;
<http://qudt.org/schema/qudt/ucumCode> "G"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "76" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q177493> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Gs" ;
rdfs:label "Gs"@en ;
.
{"resource":"Gs"
,"qname":"unit:Gs"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Gs"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q177493>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Gauss_%28unit%29"
,"deprecated":"true"
,"description":"\n The $gauss$, abbreviated as $G$, is the cgs unit of measurement of a magnetic field $B$, \n which is also known as the \"magnetic flux density\" or the \"magnetic induction\".\n One gauss is defined as one maxwell per square centimeter; it equals $10^{-4} tesla$ (or $100 micro T$). \n The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system, \n it corresponds in the SI, with its extra base unit the ampere. \n The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density, \n but it is subdivided, with $1 gauss = 105 gamma$. \n This unit of magnetic induction is also known as the $\\textit{abtesla}$.\n "
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Gauss_(unit)"
,"informative reference":"http:\/\/www.diracdelta.co.uk\/science\/source\/g\/a\/gauss\/source.html"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-526?rskey=HAbfz2"
,"is derived unit of system":"sou:CGS-EMU"
,"is replaced by":"unit:GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Gs"
,"label":"Gs"
,"scalingOf":"unit:T"
,"symbol":"G"
,"type":"qudt:Unit"
,"ucum code":"G"
,"unece common code":"76"
]}
{
"@id" : "http://qudt.org/vocab/unit/Gs",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $gauss$, abbreviated as $G$, is the cgs unit of measurement of a magnetic field $B$, \n which is also known as the \"magnetic flux density\" or the \"magnetic induction\".\n One gauss is defined as one maxwell per square centimeter; it equals $10^{-4} tesla$ (or $100 micro T$). \n The Gauss is identical to maxwells per square centimetre; technically defined in a three-dimensional system, \n it corresponds in the SI, with its extra base unit the ampere. \n The gauss is quite small by earthly standards, 1 Gs being only about four times Earth's flux density, \n but it is subdivided, with $1 gauss = 105 gamma$. \n This unit of magnetic induction is also known as the $\\textit{abtesla}$.\n ",
"isReplacedBy" : "http://qudt.org/vocab/unit/GAUSS",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"dbpediaMatch" : "http://dbpedia.org/resource/Gauss_%28unit%29",
"http://qudt.org/schema/qudt/deprecated" : true,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFluxDensity",
"informativeReference" : [ "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-526?rskey=HAbfz2", "http://www.diracdelta.co.uk/science/source/g/a/gauss/source.html", "http://en.wikipedia.org/wiki/Gauss_(unit)" ],
"scalingOf" : "http://qudt.org/vocab/unit/T",
"symbol" : "G",
"ucumCode" : "G",
"uneceCommonCode" : "76",
"wikidataMatch" : "http://www.wikidata.org/entity/Q177493",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Gs", {
"@language" : "en",
"@value" : "Gs"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:H
URI: http://qudt.org/vocab/unit/H
The unit $\textit{Henry}$ is the SI unit of electric inductance. A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (u03bc H). The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents. A $\textit{Henry}$ is defined as: $$\text{H} \; \equiv \; \text{henry}\; \equiv\; \frac{\text{Wb}}{\text{A}}\; \equiv\; \frac{\text{weber}}{\text{amp}}\; \equiv\ \frac{\text{V}\cdot\text{s}}{\text{A}}\; \equiv\; \frac{\text{volt} \cdot \text{second}}{\text{amp}}\; \equiv\ \Omega\cdot\text{s}\; \equiv\; \text{ohm.second}$$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/H>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Henry}$ is the SI unit of electric inductance.
A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field.
Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil.
A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current.
If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil:
if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt.
The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (u03bc H).
The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents.
A $\\textit{Henry}$ is defined as:
$$\\text{H} \\; \\equiv \\; \\text{henry}\\; \\equiv\\; \\frac{\\text{Wb}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{weber}}{\\text{amp}}\\; \\equiv\\ \\frac{\\text{V}\\cdot\\text{s}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{volt} \\cdot \\text{second}}{\\text{amp}}\\; \\equiv\\ \\Omega\\cdot\\text{s}\\; \\equiv\\; \\text{ohm.second}$$
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Henry"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Inductance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA165" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA165"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/henry> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/henry> ;
<http://qudt.org/schema/qudt/siUnitsExpression> "Wb/A" ;
<http://qudt.org/schema/qudt/symbol> "H" ;
<http://qudt.org/schema/qudt/ucumCode> "H"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "81" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q163354> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Henr"@pl ;
rdfs:label "Henrio"@es ;
rdfs:label "Henrium"@la ;
rdfs:label "Henry" ;
rdfs:label "Henry"@cs ;
rdfs:label "Henry"@de ;
rdfs:label "Henry"@en ;
rdfs:label "Henry"@fr ;
rdfs:label "Henry"@hu ;
rdfs:label "Henry"@it ;
rdfs:label "Henry"@ms ;
rdfs:label "Henry"@pt ;
rdfs:label "Henry"@ro ;
rdfs:label "Henry"@sl ;
rdfs:label "Henry"@tr ;
rdfs:label "Χένρι"@el ;
rdfs:label "Генри"@ru ;
rdfs:label "Хенри"@bg ;
rdfs:label "הנרי"@he ;
rdfs:label "هنري"@ar ;
rdfs:label "هنری"@fa ;
rdfs:label "हेनरी"@hi ;
rdfs:label "ヘンリー"@ja ;
rdfs:label "亨利"@zh ;
.
{"resource":"Henry"
,"qname":"unit:H"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/H"
,"properties":["Individual from SI Reference Point":"si-unit:henry"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q163354>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Henry"
,"defined unit of system":"sou:SI"
,"description":"\n The unit $\\textit{Henry}$ is the SI unit of electric inductance. \n A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. \n Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. \n A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. \n If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: \n if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. \n The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (u03bc H). \n The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents. \n\n A $\\textit{Henry}$ is defined as:\n\n $$\\text{H} \\; \\equiv \\; \\text{henry}\\; \\equiv\\; \\frac{\\text{Wb}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{weber}}{\\text{amp}}\\; \\equiv\\ \\frac{\\text{V}\\cdot\\text{s}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{volt} \\cdot \\text{second}}{\\text{amp}}\\; \\equiv\\ \\Omega\\cdot\\text{s}\\; \\equiv\\; \\text{ohm.second}$$\n "
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Inductance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA165"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Henry?oldid=491435978"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA165"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Henr"
,"label":"Henrio"
,"label":"Henrium"
,"label":"Henry"
,"label":"Henry"
,"label":"Henry"
,"label":"Henry"
,"label":"Henry"
,"label":"Henry"
,"label":"Henry"
,"label":"Henry"
,"label":"Henry"
,"label":"Henry"
,"label":"Henry"
,"label":"Henry"
,"label":"Χένρι"
,"label":"Генри"
,"label":"Хенри"
,"label":"הנרי"
,"label":"هنري"
,"label":"هنری"
,"label":"हेनरी"
,"label":"ヘンリー"
,"label":"亨利"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/henry>"
,"si units expression":"Wb\/A"
,"symbol":"H"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"H"
,"unece common code":"81"
]}
{
"@id" : "http://qudt.org/vocab/unit/H",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The unit $\\textit{Henry}$ is the SI unit of electric inductance. \n A changing magnetic field induces an electric current in a loop of wire (or in a coil of many loops) located in the field. \n Although the induced voltage depends only on the rate at which the magnetic flux changes, measured in webers per second, the amount of the current depends also on the physical properties of the coil. \n A coil with an inductance of one henry requires a flux of one weber for each ampere of induced current. \n If, on the other hand, it is the current which changes, then the induced field will generate a potential difference within the coil: \n if the inductance is one henry a current change of one ampere per second generates a potential difference of one volt. \n The henry is a large unit; inductances in practical circuits are measured in millihenrys (mH) or microhenrys (u03bc H). \n The unit is named for the American physicist Joseph Henry (1797-1878), one of several scientists who discovered independently how magnetic fields can be used to generate alternating currents. \n\n A $\\textit{Henry}$ is defined as:\n\n $$\\text{H} \\; \\equiv \\; \\text{henry}\\; \\equiv\\; \\frac{\\text{Wb}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{weber}}{\\text{amp}}\\; \\equiv\\ \\frac{\\text{V}\\cdot\\text{s}}{\\text{A}}\\; \\equiv\\; \\frac{\\text{volt} \\cdot \\text{second}}{\\text{amp}}\\; \\equiv\\ \\Omega\\cdot\\text{s}\\; \\equiv\\; \\text{ohm.second}$$\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Henry",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Inductance",
"iec61360Code" : "0112/2///62720#UAA165",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Henry?oldid=491435978", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA165" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/henry",
"siExactMatch" : "https://si-digital-framework.org/SI/units/henry",
"siUnitsExpression" : "Wb/A",
"symbol" : "H",
"ucumCode" : "H",
"uneceCommonCode" : "81",
"wikidataMatch" : "http://www.wikidata.org/entity/Q163354",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Henrium"
}, {
"@language" : "el",
"@value" : "Χένρι"
}, {
"@language" : "es",
"@value" : "Henrio"
}, {
"@language" : "bg",
"@value" : "Хенри"
}, {
"@language" : "pl",
"@value" : "Henr"
}, {
"@language" : "tr",
"@value" : "Henry"
}, "Henry", {
"@language" : "cs",
"@value" : "Henry"
}, {
"@language" : "de",
"@value" : "Henry"
}, {
"@language" : "en",
"@value" : "Henry"
}, {
"@language" : "fr",
"@value" : "Henry"
}, {
"@language" : "hu",
"@value" : "Henry"
}, {
"@language" : "it",
"@value" : "Henry"
}, {
"@language" : "ms",
"@value" : "Henry"
}, {
"@language" : "pt",
"@value" : "Henry"
}, {
"@language" : "ro",
"@value" : "Henry"
}, {
"@language" : "sl",
"@value" : "Henry"
}, {
"@language" : "ru",
"@value" : "Генри"
}, {
"@language" : "he",
"@value" : "הנרי"
}, {
"@language" : "ja",
"@value" : "ヘンリー"
}, {
"@language" : "ar",
"@value" : "هنري"
}, {
"@language" : "zh",
"@value" : "亨利"
}, {
"@language" : "hi",
"@value" : "हेनरी"
}, {
"@language" : "fa",
"@value" : "هنری"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:H-PER-KiloOHM
URI: http://qudt.org/vocab/unit/H-PER-KiloOHM
SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/H-PER-KiloOHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA167" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA167"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm" ; <http://qudt.org/schema/qudt/symbol> "H/kΩ" ; <http://qudt.org/schema/qudt/ucumCode> "H.kOhm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H03" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Henr na Kiloom"@pl ; rdfs:label "Henrio por Kiloohmio"@es ; rdfs:label "Henry na Kiloohm"@cs ; rdfs:label "Henry na Kiloohm"@sl ; rdfs:label "Henry par Kiloohm"@fr ; rdfs:label "Henry pe Kiloohm"@ro ; rdfs:label "Henry per Chiloohm"@it ; rdfs:label "Henry per Kiloohm" ; rdfs:label "Henry per Kiloohm"@en ; rdfs:label "Henry per Kiloohm"@ms ; rdfs:label "Henry per Kiloohm"@tr ; rdfs:label "Henry pro Kiloohm"@de ; .
{"resource":"Henry per Kiloohm"
,"qname":"unit:H-PER-KiloOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/H-PER-KiloOHM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"
,"description (plain text)":"SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA167"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA167"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Henr na Kiloom"
,"label":"Henrio por Kiloohmio"
,"label":"Henry na Kiloohm"
,"label":"Henry na Kiloohm"
,"label":"Henry par Kiloohm"
,"label":"Henry pe Kiloohm"
,"label":"Henry per Chiloohm"
,"label":"Henry per Kiloohm"
,"label":"Henry per Kiloohm"
,"label":"Henry per Kiloohm"
,"label":"Henry per Kiloohm"
,"label":"Henry pro Kiloohm"
,"symbol":"H\/kΩ"
,"type":"qudt:Unit"
,"ucum code":"H.kOhm-1"
,"unece common code":"H03"
]}
{
"@id" : "http://qudt.org/vocab/unit/H-PER-KiloOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA167",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA167",
"plainTextDescription" : "SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm",
"symbol" : "H/kΩ",
"ucumCode" : "H.kOhm-1",
"uneceCommonCode" : "H03",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Henrio por Kiloohmio"
}, {
"@language" : "ro",
"@value" : "Henry pe Kiloohm"
}, "Henry per Kiloohm", {
"@language" : "en",
"@value" : "Henry per Kiloohm"
}, {
"@language" : "ms",
"@value" : "Henry per Kiloohm"
}, {
"@language" : "tr",
"@value" : "Henry per Kiloohm"
}, {
"@language" : "cs",
"@value" : "Henry na Kiloohm"
}, {
"@language" : "sl",
"@value" : "Henry na Kiloohm"
}, {
"@language" : "fr",
"@value" : "Henry par Kiloohm"
}, {
"@language" : "pl",
"@value" : "Henr na Kiloom"
}, {
"@language" : "de",
"@value" : "Henry pro Kiloohm"
}, {
"@language" : "it",
"@value" : "Henry per Chiloohm"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:H-PER-M
URI: http://qudt.org/vocab/unit/H-PER-M
The henry per meter (symbolized $H/m$) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, $1\,H/m$ is the equivalent of one kilogram meter per square second per square ampere.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/H-PER-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The henry per meter (symbolized $H/m$) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, $1\\,H/m$ is the equivalent of one kilogram meter per square second per square ampere."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$H/m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticPermeability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permeability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA168" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Henry?oldid=491435978"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA168"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "H/m" ; <http://qudt.org/schema/qudt/ucumCode> "H.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A98" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q55663153> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Henr na Metr"@pl ; rdfs:label "Henrio por Metro"@es ; rdfs:label "Henrium per Metrum"@la ; rdfs:label "Henry na Meter"@sl ; rdfs:label "Henry na Metr"@cs ; rdfs:label "Henry par Mètre"@fr ; rdfs:label "Henry pe Metru"@ro ; rdfs:label "Henry per Meter"@en-US ; rdfs:label "Henry per Meter"@ms ; rdfs:label "Henry per Metre" ; rdfs:label "Henry per Metre"@en ; rdfs:label "Henry per Metre"@tr ; rdfs:label "Henry per Metro"@it ; rdfs:label "Henry por Metro"@pt ; rdfs:label "Henry pro Meter"@de ; rdfs:label "Χένρι ανά Μέτρο"@el ; rdfs:label "Генри на Метр"@ru ; rdfs:label "Хенри на Метър"@bg ; .
{"resource":"Henry per Metre"
,"qname":"unit:H-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/H-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q55663153>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The henry per meter (symbolized $H\/m$) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, $1\\,H\/m$ is the equivalent of one kilogram meter per square second per square ampere."
,"expression":"$H\/m$"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ElectromagneticPermeability"
,"has quantity kind":"quantitykind:Permeability"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA168"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Henry?oldid=491435978"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA168"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Henr na Metr"
,"label":"Henrio por Metro"
,"label":"Henrium per Metrum"
,"label":"Henry na Meter"
,"label":"Henry na Metr"
,"label":"Henry par Mètre"
,"label":"Henry pe Metru"
,"label":"Henry per Meter"
,"label":"Henry per Meter"
,"label":"Henry per Metre"
,"label":"Henry per Metre"
,"label":"Henry per Metre"
,"label":"Henry per Metro"
,"label":"Henry por Metro"
,"label":"Henry pro Meter"
,"label":"Χένρι ανά Μέτρο"
,"label":"Генри на Метр"
,"label":"Хенри на Метър"
,"symbol":"H\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"H.m-1"
,"unece common code":"A98"
]}
{
"@id" : "http://qudt.org/vocab/unit/H-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The henry per meter (symbolized $H/m$) is the unit of magnetic permeability in the International System of Units ( SI ). Reduced to base units in SI, $1\\,H/m$ is the equivalent of one kilogram meter per square second per square ampere.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$H/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Permeability", "http://qudt.org/vocab/quantitykind/ElectromagneticPermeability" ],
"iec61360Code" : "0112/2///62720#UAA168",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA168", "http://en.wikipedia.org/wiki/Henry?oldid=491435978" ],
"symbol" : "H/m",
"ucumCode" : "H.m-1",
"uneceCommonCode" : "A98",
"wikidataMatch" : "http://www.wikidata.org/entity/Q55663153",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Henry per Meter"
}, {
"@language" : "ms",
"@value" : "Henry per Meter"
}, {
"@language" : "ro",
"@value" : "Henry pe Metru"
}, "Henry per Metre", {
"@language" : "en",
"@value" : "Henry per Metre"
}, {
"@language" : "tr",
"@value" : "Henry per Metre"
}, {
"@language" : "fr",
"@value" : "Henry par Mètre"
}, {
"@language" : "es",
"@value" : "Henrio por Metro"
}, {
"@language" : "de",
"@value" : "Henry pro Meter"
}, {
"@language" : "el",
"@value" : "Χένρι ανά Μέτρο"
}, {
"@language" : "cs",
"@value" : "Henry na Metr"
}, {
"@language" : "la",
"@value" : "Henrium per Metrum"
}, {
"@language" : "sl",
"@value" : "Henry na Meter"
}, {
"@language" : "pl",
"@value" : "Henr na Metr"
}, {
"@language" : "pt",
"@value" : "Henry por Metro"
}, {
"@language" : "ru",
"@value" : "Генри на Метр"
}, {
"@language" : "it",
"@value" : "Henry per Metro"
}, {
"@language" : "bg",
"@value" : "Хенри на Метър"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:H-PER-OHM
URI: http://qudt.org/vocab/unit/H-PER-OHM
SI derived unit henry divided by the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/H-PER-OHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA166" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA166"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit henry divided by the SI derived unit ohm" ; <http://qudt.org/schema/qudt/symbol> "H/Ω" ; <http://qudt.org/schema/qudt/ucumCode> "H.Ohm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H04" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Henr na Om"@pl ; rdfs:label "Henrio por Ohmio"@es ; rdfs:label "Henrium per Ohmium"@la ; rdfs:label "Henry na Ohm"@cs ; rdfs:label "Henry na Ohm"@sl ; rdfs:label "Henry par Ohm"@fr ; rdfs:label "Henry pe Ohm"@ro ; rdfs:label "Henry per Ohm" ; rdfs:label "Henry per Ohm"@en ; rdfs:label "Henry per Ohm"@it ; rdfs:label "Henry per Ohm"@ms ; rdfs:label "Henry per Ohm"@tr ; rdfs:label "Henry por Ohm"@pt ; rdfs:label "Henry pro Ohm"@de ; rdfs:label "Χένρι ανά Ωμ"@el ; rdfs:label "Генри на Ом"@ru ; rdfs:label "Хенри на Ом"@bg ; .
{"resource":"Henry per Ohm"
,"qname":"unit:H-PER-OHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/H-PER-OHM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit henry divided by the SI derived unit ohm"
,"description (plain text)":"SI derived unit henry divided by the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA166"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA166"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Henr na Om"
,"label":"Henrio por Ohmio"
,"label":"Henrium per Ohmium"
,"label":"Henry na Ohm"
,"label":"Henry na Ohm"
,"label":"Henry par Ohm"
,"label":"Henry pe Ohm"
,"label":"Henry per Ohm"
,"label":"Henry per Ohm"
,"label":"Henry per Ohm"
,"label":"Henry per Ohm"
,"label":"Henry per Ohm"
,"label":"Henry por Ohm"
,"label":"Henry pro Ohm"
,"label":"Χένρι ανά Ωμ"
,"label":"Генри на Ом"
,"label":"Хенри на Ом"
,"symbol":"H\/Ω"
,"type":"qudt:Unit"
,"ucum code":"H.Ohm-1"
,"unece common code":"H04"
]}
{
"@id" : "http://qudt.org/vocab/unit/H-PER-OHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit henry divided by the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA166",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA166",
"plainTextDescription" : "SI derived unit henry divided by the SI derived unit ohm",
"symbol" : "H/Ω",
"ucumCode" : "H.Ohm-1",
"uneceCommonCode" : "H04",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Henry pro Ohm"
}, {
"@language" : "ru",
"@value" : "Генри на Ом"
}, {
"@language" : "pt",
"@value" : "Henry por Ohm"
}, {
"@language" : "pl",
"@value" : "Henr na Om"
}, {
"@language" : "ro",
"@value" : "Henry pe Ohm"
}, {
"@language" : "cs",
"@value" : "Henry na Ohm"
}, {
"@language" : "sl",
"@value" : "Henry na Ohm"
}, {
"@language" : "el",
"@value" : "Χένρι ανά Ωμ"
}, "Henry per Ohm", {
"@language" : "bg",
"@value" : "Хенри на Ом"
}, {
"@language" : "es",
"@value" : "Henrio por Ohmio"
}, {
"@language" : "en",
"@value" : "Henry per Ohm"
}, {
"@language" : "it",
"@value" : "Henry per Ohm"
}, {
"@language" : "ms",
"@value" : "Henry per Ohm"
}, {
"@language" : "tr",
"@value" : "Henry per Ohm"
}, {
"@language" : "la",
"@value" : "Henrium per Ohmium"
}, {
"@language" : "fr",
"@value" : "Henry par Ohm"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HA
URI: http://qudt.org/vocab/unit/HA
The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Hectare"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA532" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Hectare?oldid=494256954"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA532"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/hectare> ; <http://qudt.org/schema/qudt/symbol> "ha" ; <http://qudt.org/schema/qudt/ucumCode> "har"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "HAR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q35852> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hectare" ; rdfs:label "Hectare"@en ; .
{"resource":"Hectare"
,"qname":"unit:HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HA"
,"properties":["Individual from SI Reference Point":"si-unit:hectare"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q35852>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Hectare"
,"description":"The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA532"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Hectare?oldid=494256954"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA532"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hectare"
,"label":"Hectare"
,"scalingOf":"unit:M2"
,"symbol":"ha"
,"type":"qudt:Unit"
,"ucum code":"har"
,"unece common code":"HAR"
]}
{
"@id" : "http://qudt.org/vocab/unit/HA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The customary metric unit of land area, equal to 100 ares. One hectare is a square hectometer, that is, the area of a square 100 meters on each side: exactly 10 000 square meters or approximately 107 639.1 square feet, 11 959.9 square yards, or 2.471 054 acres.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Hectare",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"iec61360Code" : "0112/2///62720#UAA532",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA532", "http://en.wikipedia.org/wiki/Hectare?oldid=494256954" ],
"scalingOf" : "http://qudt.org/vocab/unit/M2",
"siExactMatch" : "https://si-digital-framework.org/SI/units/hectare",
"symbol" : "ha",
"ucumCode" : "har",
"uneceCommonCode" : "HAR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q35852",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hectare", {
"@language" : "en",
"@value" : "Hectare"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HART
URI: http://qudt.org/vocab/unit/HART
The "Hartley" is a unit of information.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HART> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The \"Hartley\" is a unit of information."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 2.3025850929940456840179914546844 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.3025850929940456840179914546844E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB344" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB344"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hartley> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "Hart" ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q15" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q324923> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hartley" ; rdfs:label "Hartley"@en ; .
{"resource":"Hartley"
,"qname":"unit:HART"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HART"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q324923>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"2.3025850929940456840179914546844"
,"conversion multiplier scientific":"2.3025850929940456840179914546844E0"
,"description":"The \"Hartley\" is a unit of information."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB344"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ban_(information)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB344"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hartley"
,"label":"Hartley"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31898"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/hartley>"
,"scalingOf":"unit:NUM"
,"symbol":"Hart"
,"type":"qudt:Unit"
,"unece common code":"Q15"
]}
{
"@id" : "http://qudt.org/vocab/unit/HART",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The \"Hartley\" is a unit of information.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "2.3025850929940456840179914546844",
"conversionMultiplier:SN" : 2.302585092994046,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAB344",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB344", "http://en.wikipedia.org/wiki/Ban_(information)" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31898",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/hartley",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "Hart",
"uneceCommonCode" : "Q15",
"wikidataMatch" : "http://www.wikidata.org/entity/Q324923",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hartley", {
"@language" : "en",
"@value" : "Hartley"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HART-PER-SEC
URI: http://qudt.org/vocab/unit/HART-PER-SEC
The "Hartley per Second" is a unit of information rate.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HART-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The \"Hartley per Second\" is a unit of information rate."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 2.3025850929940456840179914546844 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.3025850929940456840179914546844E0 ; <http://qudt.org/schema/qudt/expression> "$Hart/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB347" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB347"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Hart/s" ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q18" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106466982> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hartley per Second" ; rdfs:label "Hartley per Second"@en ; .
{"resource":"Hartley per Second"
,"qname":"unit:HART-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HART-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106466982>"
,"conversion multiplier":"2.3025850929940456840179914546844"
,"conversion multiplier scientific":"2.3025850929940456840179914546844E0"
,"description":"The \"Hartley per Second\" is a unit of information rate."
,"expression":"$Hart\/s$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:InformationFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB347"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ban_(information)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB347"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hartley per Second"
,"label":"Hartley per Second"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31898"
,"symbol":"Hart\/s"
,"type":"qudt:Unit"
,"unece common code":"Q18"
]}
{
"@id" : "http://qudt.org/vocab/unit/HART-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The \"Hartley per Second\" is a unit of information rate.",
"conversionMultiplier" : "2.3025850929940456840179914546844",
"conversionMultiplier:SN" : 2.302585092994046,
"expression" : "$Hart/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationFlowRate",
"iec61360Code" : "0112/2///62720#UAB347",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB347", "http://en.wikipedia.org/wiki/Ban_(information)" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31898",
"symbol" : "Hart/s",
"uneceCommonCode" : "Q18",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106466982",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hartley per Second", {
"@language" : "en",
"@value" : "Hartley per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HK
URI: http://qudt.org/vocab/unit/HK
obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.920 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.20E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousIntensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB439" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB439"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CD> ; <http://qudt.org/schema/qudt/symbol> "HK" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P35" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hefner-kerze" ; rdfs:label "Hefner-kerze"@en ; rdfs:seeAlso <http://qudt.org/vocab/unit/CD_IN> ; .
{"resource":"Hefner-kerze"
,"qname":"unit:HK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HK"
,"properties":["conversion multiplier":"0.920"
,"conversion multiplier scientific":"9.20E-1"
,"description":"obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979"
,"has dimension vector":"qkdv:A0E0L0I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousIntensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB439"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB439"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hefner-kerze"
,"label":"Hefner-kerze"
,"scalingOf":"unit:CD"
,"seeAlso":"unit:CD_IN"
,"symbol":"HK"
,"type":"qudt:Unit"
,"unece common code":"P35"
]}
{
"@id" : "http://qudt.org/vocab/unit/HK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979",
"conversionMultiplier" : "0.920",
"conversionMultiplier:SN" : 0.92,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousIntensity",
"iec61360Code" : "0112/2///62720#UAB439",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB439",
"scalingOf" : "http://qudt.org/vocab/unit/CD",
"symbol" : "HK",
"uneceCommonCode" : "P35",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hefner-kerze", {
"@language" : "en",
"@value" : "Hefner-kerze"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/CD_IN",
"@context" : {
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HP
URI: http://qudt.org/vocab/unit/HP
550 foot-pound force per second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HP> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "550 foot-pound force per second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 745.6999 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.456999E2 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Horsepower"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Horsepower?oldid=495510329"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J-PER-SEC> ; <http://qudt.org/schema/qudt/symbol> "HP" ; <http://qudt.org/schema/qudt/ucumCode> "[HP]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "hp" ; <http://qudt.org/schema/qudt/uneceCommonCode> "K43" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2276380> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Horsepower" ; rdfs:label "Horsepower"@en ; rdfs:seeAlso <http://qudt.org/vocab/unit/PFERDESTAERKE> ; .
{"resource":"Horsepower"
,"qname":"unit:HP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2276380>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"745.6999"
,"conversion multiplier scientific":"7.456999E2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Horsepower"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"550 foot-pound force per second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Horsepower?oldid=495510329"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Horsepower"
,"label":"Horsepower"
,"scalingOf":"unit:J-PER-SEC"
,"seeAlso":"unit:PFERDESTAERKE"
,"symbol":"HP"
,"type":"qudt:Unit"
,"ucum code":"[HP]"
,"udunits code":"hp"
,"unece common code":"K43"
]}
{
"@id" : "http://qudt.org/vocab/unit/HP",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "550 foot-pound force per second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "745.6999",
"conversionMultiplier:SN" : 745.6999,
"dbpediaMatch" : "http://dbpedia.org/resource/Horsepower",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"informativeReference" : "http://en.wikipedia.org/wiki/Horsepower?oldid=495510329",
"scalingOf" : "http://qudt.org/vocab/unit/J-PER-SEC",
"symbol" : "HP",
"ucumCode" : "[HP]",
"udunitsCode" : "hp",
"uneceCommonCode" : "K43",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2276380",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Horsepower"
}, "Horsepower" ],
"seeAlso" : "http://qudt.org/vocab/unit/PFERDESTAERKE",
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HP_Boiler
URI: http://qudt.org/vocab/unit/HP_Boiler
"Boiler Horsepower" is a unit for 'Power' expressed as $hp_boiler$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HP_Boiler>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Boiler Horsepower\" is a unit for 'Power' expressed as $hp_boiler$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 9809.5 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.8095E3 ;
<http://qudt.org/schema/qudt/expression> "$boiler_hp$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA535" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA535"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J-PER-SEC> ;
<http://qudt.org/schema/qudt/symbol> "HP{boiler}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K42" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907421> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Boiler Horsepower" ;
rdfs:label "Boiler Horsepower"@en ;
.
{"resource":"Boiler Horsepower"
,"qname":"unit:HP_Boiler"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HP_Boiler"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907421>"
,"conversion multiplier":"9809.5"
,"conversion multiplier scientific":"9.8095E3"
,"description":"\"Boiler Horsepower\" is a unit for 'Power' expressed as $hp_boiler$."
,"expression":"$boiler_hp$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA535"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA535"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Boiler Horsepower"
,"label":"Boiler Horsepower"
,"scalingOf":"unit:J-PER-SEC"
,"symbol":"HP{boiler}"
,"type":"qudt:Unit"
,"unece common code":"K42"
]}
{
"@id" : "http://qudt.org/vocab/unit/HP_Boiler",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Boiler Horsepower\" is a unit for 'Power' expressed as $hp_boiler$.",
"conversionMultiplier" : "9809.5",
"conversionMultiplier:SN" : 9809.5,
"expression" : "$boiler_hp$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA535",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA535",
"scalingOf" : "http://qudt.org/vocab/unit/J-PER-SEC",
"symbol" : "HP{boiler}",
"uneceCommonCode" : "K42",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907421",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Boiler Horsepower", {
"@language" : "en",
"@value" : "Boiler Horsepower"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HP_Brake
URI: http://qudt.org/vocab/unit/HP_Brake
unit of the power according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HP_Brake>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the power according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 9809.5 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.8095E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA536" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA536"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the power according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J-PER-SEC> ;
<http://qudt.org/schema/qudt/symbol> "HP{brake}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K42" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106997540> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Horsepower (brake)" ;
rdfs:label "Horsepower (brake)"@en ;
.
{"resource":"Horsepower (brake)"
,"qname":"unit:HP_Brake"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HP_Brake"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106997540>"
,"conversion multiplier":"9809.5"
,"conversion multiplier scientific":"9.8095E3"
,"description":"unit of the power according to the Imperial system of units"
,"description (plain text)":"unit of the power according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA536"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA536"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Horsepower (brake)"
,"label":"Horsepower (brake)"
,"scalingOf":"unit:J-PER-SEC"
,"symbol":"HP{brake}"
,"type":"qudt:Unit"
,"unece common code":"K42"
]}
{
"@id" : "http://qudt.org/vocab/unit/HP_Brake",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the power according to the Imperial system of units",
"conversionMultiplier" : "9809.5",
"conversionMultiplier:SN" : 9809.5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA536",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA536",
"plainTextDescription" : "unit of the power according to the Imperial system of units",
"scalingOf" : "http://qudt.org/vocab/unit/J-PER-SEC",
"symbol" : "HP{brake}",
"uneceCommonCode" : "K42",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106997540",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Horsepower (brake)", {
"@language" : "en",
"@value" : "Horsepower (brake)"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HP_Electric
URI: http://qudt.org/vocab/unit/HP_Electric
unit of the power according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HP_Electric>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the power according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 746.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.46E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA537" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA537"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the power according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J-PER-SEC> ;
<http://qudt.org/schema/qudt/symbol> "HP{electric}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K43" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907442> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Horsepower (electric)" ;
rdfs:label "Horsepower (electric)"@en ;
.
{"resource":"Horsepower (electric)"
,"qname":"unit:HP_Electric"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HP_Electric"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907442>"
,"conversion multiplier":"746.0"
,"conversion multiplier scientific":"7.46E2"
,"description":"unit of the power according to the Anglo-American system of units"
,"description (plain text)":"unit of the power according to the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA537"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA537"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Horsepower (electric)"
,"label":"Horsepower (electric)"
,"scalingOf":"unit:J-PER-SEC"
,"symbol":"HP{electric}"
,"type":"qudt:Unit"
,"unece common code":"K43"
]}
{
"@id" : "http://qudt.org/vocab/unit/HP_Electric",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the power according to the Anglo-American system of units",
"conversionMultiplier" : "746.0",
"conversionMultiplier:SN" : 746.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA537",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA537",
"plainTextDescription" : "unit of the power according to the Anglo-American system of units",
"scalingOf" : "http://qudt.org/vocab/unit/J-PER-SEC",
"symbol" : "HP{electric}",
"uneceCommonCode" : "K43",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907442",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Horsepower (electric)", {
"@language" : "en",
"@value" : "Horsepower (electric)"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HP_H2O
URI: http://qudt.org/vocab/unit/HP_H2O
unit of the power according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HP_H2O> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the power according to the Anglo-American system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 746.043 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.46043E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA538" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA538"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J-PER-SEC> ; <http://qudt.org/schema/qudt/symbol> "water hp" ; <http://qudt.org/schema/qudt/uneceCommonCode> "F80" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Horsepower (water)" ; rdfs:label "Horsepower (water)"@en ; .
{"resource":"Horsepower (water)"
,"qname":"unit:HP_H2O"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HP_H2O"
,"properties":["conversion multiplier":"746.043"
,"conversion multiplier scientific":"7.46043E2"
,"description":"unit of the power according to the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA538"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA538"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Horsepower (water)"
,"label":"Horsepower (water)"
,"scalingOf":"unit:J-PER-SEC"
,"symbol":"water hp"
,"type":"qudt:Unit"
,"unece common code":"F80"
]}
{
"@id" : "http://qudt.org/vocab/unit/HP_H2O",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the power according to the Anglo-American system of units",
"conversionMultiplier" : "746.043",
"conversionMultiplier:SN" : 746.043,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA538",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA538",
"scalingOf" : "http://qudt.org/vocab/unit/J-PER-SEC",
"symbol" : "water hp",
"uneceCommonCode" : "F80",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Horsepower (water)", {
"@language" : "en",
"@value" : "Horsepower (water)"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HP_Metric
URI: http://qudt.org/vocab/unit/HP_Metric
unit of the mechanical power according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HP_Metric>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the mechanical power according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 735.4988 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.354988E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA534" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA534"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the mechanical power according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J-PER-SEC> ;
<http://qudt.org/schema/qudt/symbol> "HP{metric}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "HJ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q160857> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Horsepower (metric)" ;
rdfs:label "Horsepower (metric)"@en ;
.
{"resource":"Horsepower (metric)"
,"qname":"unit:HP_Metric"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HP_Metric"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q160857>"
,"conversion multiplier":"735.4988"
,"conversion multiplier scientific":"7.354988E2"
,"description":"unit of the mechanical power according to the Anglo-American system of units"
,"description (plain text)":"unit of the mechanical power according to the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA534"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA534"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Horsepower (metric)"
,"label":"Horsepower (metric)"
,"scalingOf":"unit:J-PER-SEC"
,"symbol":"HP{metric}"
,"type":"qudt:Unit"
,"unece common code":"HJ"
]}
{
"@id" : "http://qudt.org/vocab/unit/HP_Metric",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the mechanical power according to the Anglo-American system of units",
"conversionMultiplier" : "735.4988",
"conversionMultiplier:SN" : 735.4988,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA534",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA534",
"plainTextDescription" : "unit of the mechanical power according to the Anglo-American system of units",
"scalingOf" : "http://qudt.org/vocab/unit/J-PER-SEC",
"symbol" : "HP{metric}",
"uneceCommonCode" : "HJ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q160857",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Horsepower (metric)", {
"@language" : "en",
"@value" : "Horsepower (metric)"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HR
URI: http://qudt.org/vocab/unit/HR
The hour (common symbol: h or h) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The hour (common symbol: h or h) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Hour"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA525" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Hour?oldid=495040268"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA525"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hour> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/hour> ; <http://qudt.org/schema/qudt/symbol> "h" ; <http://qudt.org/schema/qudt/ucumCode> "h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "h" ; <http://qudt.org/schema/qudt/uneceCommonCode> "HUR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25235> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hour" ; rdfs:label "Hour"@en ; .
{"resource":"Hour"
,"qname":"unit:HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HR"
,"properties":["Individual from SI Reference Point":"si-unit:hour"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25235>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Hour"
,"defined unit of system":"sou:USCS"
,"description":"The hour (common symbol: h or h) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1\/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA525"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Hour?oldid=495040268"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA525"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hour"
,"label":"Hour"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/hour>"
,"scalingOf":"unit:SEC"
,"symbol":"h"
,"type":"qudt:Unit"
,"ucum code":"h"
,"udunits code":"h"
,"unece common code":"HUR"
]}
{
"@id" : "http://qudt.org/vocab/unit/HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The hour (common symbol: h or h) is a unit of measurement of time. In modern usage, an hour comprises 60 minutes, or 3,600 seconds. It is approximately 1/24 of a mean solar day. An hour in the Universal Coordinated Time (UTC) time standard can include a negative or positive leap second, and may therefore have a duration of 3,599 or 3,601 seconds for adjustment purposes. Although it is not a standard defined by the International System of Units, the hour is a unit accepted for use with SI, represented by the symbol h.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Hour",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA525",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA525", "http://en.wikipedia.org/wiki/Hour?oldid=495040268" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/hour",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"siExactMatch" : "https://si-digital-framework.org/SI/units/hour",
"symbol" : "h",
"ucumCode" : "h",
"udunitsCode" : "h",
"uneceCommonCode" : "HUR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25235",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hour", {
"@language" : "en",
"@value" : "Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HR-FT2
URI: http://qudt.org/vocab/unit/HR-FT2
"Hour Square Foot" is an Imperial unit for 'Area Time' expressed as $hr-ft^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HR-FT2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Hour Square Foot\" is an Imperial unit for 'Area Time' expressed as $hr-ft^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 334.450944 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.34450944E2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$h-ft^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaTime> ;
<http://qudt.org/schema/qudt/symbol> "h·ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "h.[ft_i]2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Hour Square Foot" ;
rdfs:label "Hour Square Foot"@en ;
.
{"resource":"Hour Square Foot"
,"qname":"unit:HR-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HR-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"334.450944"
,"conversion multiplier scientific":"3.34450944E2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Hour Square Foot\" is an Imperial unit for 'Area Time' expressed as $hr-ft^{2}$."
,"expression":"$h-ft^{2}$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T1D0"
,"has quantity kind":"quantitykind:AreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hour Square Foot"
,"label":"Hour Square Foot"
,"symbol":"h·ft²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"h.[ft_i]2"
]}
{
"@id" : "http://qudt.org/vocab/unit/HR-FT2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Hour Square Foot\" is an Imperial unit for 'Area Time' expressed as $hr-ft^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "334.450944",
"conversionMultiplier:SN" : 334.450944,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$h-ft^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaTime",
"symbol" : "h·ft²",
"ucumCode" : "h.[ft_i]2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hour Square Foot", {
"@language" : "en",
"@value" : "Hour Square Foot"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HR-PER-FT2
URI: http://qudt.org/vocab/unit/HR-PER-FT2
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HR-PER-FT2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 38750.07750015500031000062000124 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.875007750015500031000062000124E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/FT2-PER-HR> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD842" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD842"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "h/ft²" ; <http://qudt.org/schema/qudt/ucumCode> "h.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hour per Square Foot" ; rdfs:label "Hour per Square Foot"@en ; .
{"resource":"Hour per Square Foot"
,"qname":"unit:HR-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HR-PER-FT2"
,"properties":["conversion multiplier":"38750.07750015500031000062000124"
,"conversion multiplier scientific":"3.875007750015500031000062000124E4"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:FT2-PER-HR"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD842"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD842"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hour per Square Foot"
,"label":"Hour per Square Foot"
,"symbol":"h\/ft²"
,"type":"qudt:Unit"
,"ucum code":"h.[ft_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/HR-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour",
"conversionMultiplier" : "38750.07750015500031000062000124",
"conversionMultiplier:SN" : 38750.077500155,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/FT2-PER-HR",
"iec61360Code" : "0112/2///62720#UAD842",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD842",
"symbol" : "h/ft²",
"ucumCode" : "h.[ft_i]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hour per Square Foot", {
"@language" : "en",
"@value" : "Hour per Square Foot"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HR-PER-NUM
URI: http://qudt.org/vocab/unit/HR-PER-NUM
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HR-PER-NUM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimePerCount> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/NUM-PER-HR> ;
<http://qudt.org/schema/qudt/symbol> "h/#" ;
<http://qudt.org/schema/qudt/ucumCode> "h.{#}-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Hour per Number" ;
rdfs:label "Hour per Number"@en ;
.
{"resource":"Hour per Number"
,"qname":"unit:HR-PER-NUM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HR-PER-NUM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:TimePerCount"
,"has reciprocal unit":"unit:NUM-PER-HR"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hour per Number"
,"label":"Hour per Number"
,"symbol":"h\/#"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"h.{#}-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/HR-PER-NUM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimePerCount",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/NUM-PER-HR",
"symbol" : "h/#",
"ucumCode" : "h.{#}-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hour per Number", {
"@language" : "en",
"@value" : "Hour per Number"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HR-PER-YR
URI: http://qudt.org/vocab/unit/HR-PER-YR
Hours per year, used for the time an industrial facility or installation is active during one year
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HR-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Hours per year, used for the time an industrial facility or installation is active during one year"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001140771161305042208532968286561716 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.140771161305042208532968286561716E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimeRatio> ; <http://qudt.org/schema/qudt/plainTextDescription> "hours (of activity) per year" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/symbol> "h/a" ; <http://qudt.org/schema/qudt/ucumCode> "h.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hour per Year" ; rdfs:label "Hour per Year"@en ; rdfs:label "Uur per Jaar"@nl ; .
{"resource":"Hour per Year"
,"qname":"unit:HR-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HR-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0001140771161305042208532968286561716"
,"conversion multiplier scientific":"1.140771161305042208532968286561716E-4"
,"denominator dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"description":"Hours per year, used for the time an industrial facility or installation is active during one year"
,"description (plain text)":"hours (of activity) per year"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:TimeRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hour per Year"
,"label":"Hour per Year"
,"label":"Uur per Jaar"
,"numerator dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"symbol":"h\/a"
,"type":"qudt:Unit"
,"ucum code":"h.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/HR-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Hours per year, used for the time an industrial facility or installation is active during one year",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0001140771161305042208532968286561716",
"conversionMultiplier:SN" : 1.1407711613050422E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimeRatio",
"plainTextDescription" : "hours (of activity) per year",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"symbol" : "h/a",
"ucumCode" : "h.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hour per Year", {
"@language" : "en",
"@value" : "Hour per Year"
}, {
"@language" : "nl",
"@value" : "Uur per Jaar"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HR_Sidereal
URI: http://qudt.org/vocab/unit/HR_Sidereal
Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is $1/24^{th}$ of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day ("sidereal" is derived from the Latin sidus meaning "star") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HR_Sidereal>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is $1/24^{th}$ of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day (\"sidereal\" is derived from the Latin sidus meaning \"star\") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3590.17 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.59017E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/symbol> "h{sidereal}" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101435269> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Sidereal Hour" ;
rdfs:label "Sidereal Hour"@en ;
.
{"resource":"Sidereal Hour"
,"qname":"unit:HR_Sidereal"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HR_Sidereal"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101435269>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"3590.17"
,"conversion multiplier scientific":"3.59017E3"
,"description":"Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is $1\/24^{th}$ of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day (\"sidereal\" is derived from the Latin sidus meaning \"star\") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Sidereal_time"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sidereal Hour"
,"label":"Sidereal Hour"
,"scalingOf":"unit:SEC"
,"symbol":"h{sidereal}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/HR_Sidereal",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about 23 h 56 m 4.1 s in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Hour is $1/24^{th}$ of a Sidereal Day. A mean sidereal day is 23 hours, 56 minutes, 4.0916 seconds (23.9344699 hours or 0.99726958 mean solar days), the time it takes Earth to make one rotation relative to the vernal equinox. (Due to nutation, an actual sidereal day is not quite so constant.) The vernal equinox itself precesses slowly westward relative to the fixed stars, completing one revolution in about 26,000 years, so the misnamed sidereal day (\"sidereal\" is derived from the Latin sidus meaning \"star\") is 0.0084 seconds shorter than Earth's period of rotation relative to the fixed stars.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "3590.17",
"conversionMultiplier:SN" : 3590.17,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"informativeReference" : "http://en.wikipedia.org/wiki/Sidereal_time",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "h{sidereal}",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101435269",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Sidereal Hour"
}, "Sidereal Hour" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HUNDRED
URI: http://qudt.org/vocab/unit/HUNDRED
Counting unit for a count of one hundred
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HUNDRED> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Counting unit for a count of one hundred" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/ONE> ; <http://qudt.org/schema/qudt/symbol> "100" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5760634> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hundred" ; rdfs:label "Hundred"@en ; .
{"resource":"Hundred"
,"qname":"unit:HUNDRED"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HUNDRED"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5760634>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"Counting unit for a count of one hundred"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hundred"
,"label":"Hundred"
,"scalingOf":"unit:ONE"
,"symbol":"100"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/HUNDRED",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit" ],
"description" : "Counting unit for a count of one hundred",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"scalingOf" : "http://qudt.org/vocab/unit/ONE",
"symbol" : "100",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5760634",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hundred", {
"@language" : "en",
"@value" : "Hundred"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HZ
URI: http://qudt.org/vocab/unit/HZ
$\textit{Hertz}$ (symbol $Hz$) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. The word $\bf{hertz}$ is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HZ>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
$\\textit{Hertz}$ (symbol $Hz$) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon.
One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones.
The word $\\bf{hertz}$ is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Hertz"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/CYC-PER-SEC> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-SEC> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalFrequency> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalVelocity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA170" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA170"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/hertz> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/hertz> ;
<http://qudt.org/schema/qudt/symbol> "Hz" ;
<http://qudt.org/schema/qudt/ucumCode> "Hz"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "Hz" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "HTZ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q39369> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Herc"@pl ;
rdfs:label "Hercio"@es ;
rdfs:label "Hertz" ;
rdfs:label "Hertz"@cs ;
rdfs:label "Hertz"@de ;
rdfs:label "Hertz"@en ;
rdfs:label "Hertz"@fr ;
rdfs:label "Hertz"@hu ;
rdfs:label "Hertz"@it ;
rdfs:label "Hertz"@ms ;
rdfs:label "Hertz"@pt ;
rdfs:label "Hertz"@ro ;
rdfs:label "Hertz"@sl ;
rdfs:label "Hertz"@tr ;
rdfs:label "Hertzium"@la ;
rdfs:label "Χερτζ"@el ;
rdfs:label "Герц"@ru ;
rdfs:label "Херц"@bg ;
rdfs:label "הרץ"@he ;
rdfs:label "هرتز"@ar ;
rdfs:label "هرتز"@fa ;
rdfs:label "हर्ट्ज"@hi ;
rdfs:label "ヘルツ"@ja ;
rdfs:label "赫兹"@zh ;
.
{"resource":"Hertz"
,"qname":"unit:HZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HZ"
,"properties":["Individual from SI Reference Point":"si-unit:hertz"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q39369>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Hertz"
,"defined unit of system":"sou:SI"
,"description":"\n $\\textit{Hertz}$ (symbol $Hz$) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. \n One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. \n The word $\\bf{hertz}$ is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves.\n "
,"exact match":"unit:CYC-PER-SEC"
,"exact match":"unit:PER-SEC"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"has quantity kind":"quantitykind:RotationalFrequency"
,"has quantity kind":"quantitykind:RotationalVelocity"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA170"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA170"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Herc"
,"label":"Hercio"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertz"
,"label":"Hertzium"
,"label":"Χερτζ"
,"label":"Герц"
,"label":"Херц"
,"label":"הרץ"
,"label":"هرتز"
,"label":"هرتز"
,"label":"हर्ट्ज"
,"label":"ヘルツ"
,"label":"赫兹"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/hertz>"
,"symbol":"Hz"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Hz"
,"udunits code":"Hz"
,"unece common code":"HTZ"
]}
{
"@id" : "http://qudt.org/vocab/unit/HZ",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n $\\textit{Hertz}$ (symbol $Hz$) is the SI unit of frequency defined as the number of cycles per second of a periodic phenomenon. \n One of its most common uses is the description of the sine wave, particularly those used in radio and audio applications, such as the frequency of musical tones. \n The word $\\bf{hertz}$ is named for Heinrich Rudolf Hertz, who was the first to conclusively prove the existence of electromagnetic waves.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Hertz",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"exactMatch" : [ "http://qudt.org/vocab/unit/CYC-PER-SEC", "http://qudt.org/vocab/unit/PER-SEC" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Frequency", "http://qudt.org/vocab/quantitykind/RotationalFrequency", "http://qudt.org/vocab/quantitykind/RotationalVelocity" ],
"iec61360Code" : "0112/2///62720#UAA170",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA170",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/hertz",
"siExactMatch" : "https://si-digital-framework.org/SI/units/hertz",
"symbol" : "Hz",
"ucumCode" : "Hz",
"udunitsCode" : "Hz",
"uneceCommonCode" : "HTZ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q39369",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hi",
"@value" : "हर्ट्ज"
}, {
"@language" : "es",
"@value" : "Hercio"
}, {
"@language" : "tr",
"@value" : "Hertz"
}, {
"@language" : "sl",
"@value" : "Hertz"
}, {
"@language" : "ro",
"@value" : "Hertz"
}, {
"@language" : "pt",
"@value" : "Hertz"
}, {
"@language" : "ms",
"@value" : "Hertz"
}, "Hertz", {
"@language" : "cs",
"@value" : "Hertz"
}, {
"@language" : "de",
"@value" : "Hertz"
}, {
"@language" : "en",
"@value" : "Hertz"
}, {
"@language" : "fr",
"@value" : "Hertz"
}, {
"@language" : "hu",
"@value" : "Hertz"
}, {
"@language" : "it",
"@value" : "Hertz"
}, {
"@language" : "ru",
"@value" : "Герц"
}, {
"@language" : "el",
"@value" : "Χερτζ"
}, {
"@language" : "bg",
"@value" : "Херц"
}, {
"@language" : "pl",
"@value" : "Herc"
}, {
"@language" : "la",
"@value" : "Hertzium"
}, {
"@language" : "he",
"@value" : "הרץ"
}, {
"@language" : "ar",
"@value" : "هرتز"
}, {
"@language" : "fa",
"@value" : "هرتز"
}, {
"@language" : "ja",
"@value" : "ヘルツ"
}, {
"@language" : "zh",
"@value" : "赫兹"
} ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HZ-M
URI: http://qudt.org/vocab/unit/HZ-M
$\textit{Hertz Metre}$ is the product of the SI derived unit hertz and the SI base unit metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HZ-M>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Hertz Metre}$ is the product of the SI derived unit hertz and the SI base unit metre.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA171" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA171"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "product of the SI derived unit hertz and the SI base unit metre" ;
<http://qudt.org/schema/qudt/symbol> "Hz·m" ;
<http://qudt.org/schema/qudt/ucumCode> "Hz.m"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "H34" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Herc Metr"@pl ;
rdfs:label "Hercio Metro"@es ;
rdfs:label "Hertz Meter"@de ;
rdfs:label "Hertz Meter"@en-US ;
rdfs:label "Hertz Meter"@ms ;
rdfs:label "Hertz Meter"@sl ;
rdfs:label "Hertz Metr"@cs ;
rdfs:label "Hertz Metre" ;
rdfs:label "Hertz Metre"@en ;
rdfs:label "Hertz Metre"@tr ;
rdfs:label "Hertz Metro"@it ;
rdfs:label "Hertz Metro"@pt ;
rdfs:label "Hertz Metru"@ro ;
rdfs:label "Hertz Mètre"@fr ;
rdfs:label "Hertzium Metrum"@la ;
rdfs:label "Χερτζ Μέτρο"@el ;
rdfs:label "Герц Метр"@ru ;
rdfs:label "Херц Метър"@bg ;
.
{"resource":"Hertz Metre"
,"qname":"unit:HZ-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HZ-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Hertz Metre}$ is the product of the SI derived unit hertz and the SI base unit metre.\n "
,"description (plain text)":"product of the SI derived unit hertz and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Speed"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA171"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA171"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Herc Metr"
,"label":"Hercio Metro"
,"label":"Hertz Meter"
,"label":"Hertz Meter"
,"label":"Hertz Meter"
,"label":"Hertz Meter"
,"label":"Hertz Metr"
,"label":"Hertz Metre"
,"label":"Hertz Metre"
,"label":"Hertz Metre"
,"label":"Hertz Metro"
,"label":"Hertz Metro"
,"label":"Hertz Metru"
,"label":"Hertz Mètre"
,"label":"Hertzium Metrum"
,"label":"Χερτζ Μέτρο"
,"label":"Герц Метр"
,"label":"Херц Метър"
,"symbol":"Hz·m"
,"type":"qudt:Unit"
,"ucum code":"Hz.m"
,"unece common code":"H34"
]}
{
"@id" : "http://qudt.org/vocab/unit/HZ-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Hertz Metre}$ is the product of the SI derived unit hertz and the SI base unit metre.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Speed",
"iec61360Code" : "0112/2///62720#UAA171",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA171",
"plainTextDescription" : "product of the SI derived unit hertz and the SI base unit metre",
"symbol" : "Hz·m",
"ucumCode" : "Hz.m",
"uneceCommonCode" : "H34",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Герц Метр"
}, {
"@language" : "es",
"@value" : "Hercio Metro"
}, {
"@language" : "de",
"@value" : "Hertz Meter"
}, {
"@language" : "en-us",
"@value" : "Hertz Meter"
}, {
"@language" : "ms",
"@value" : "Hertz Meter"
}, {
"@language" : "sl",
"@value" : "Hertz Meter"
}, {
"@language" : "ro",
"@value" : "Hertz Metru"
}, {
"@language" : "cs",
"@value" : "Hertz Metr"
}, "Hertz Metre", {
"@language" : "en",
"@value" : "Hertz Metre"
}, {
"@language" : "tr",
"@value" : "Hertz Metre"
}, {
"@language" : "it",
"@value" : "Hertz Metro"
}, {
"@language" : "pt",
"@value" : "Hertz Metro"
}, {
"@language" : "la",
"@value" : "Hertzium Metrum"
}, {
"@language" : "pl",
"@value" : "Herc Metr"
}, {
"@language" : "bg",
"@value" : "Херц Метър"
}, {
"@language" : "el",
"@value" : "Χερτζ Μέτρο"
}, {
"@language" : "fr",
"@value" : "Hertz Mètre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HZ-PER-K
URI: http://qudt.org/vocab/unit/HZ-PER-K
$\textit{Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $Hz K^{-1}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HZ-PER-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
$\\textit{Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $Hz K^{-1}$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$Hz K^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseTimeTemperature> ;
<http://qudt.org/schema/qudt/symbol> "Hz/K" ;
<http://qudt.org/schema/qudt/ucumCode> "Hz.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Herc na Kelwin"@pl ;
rdfs:label "Hercio por Kelvin"@es ;
rdfs:label "Hertz na Kelvin"@cs ;
rdfs:label "Hertz na Kelvin"@sl ;
rdfs:label "Hertz par Kelvin"@fr ;
rdfs:label "Hertz pe Kelvin"@ro ;
rdfs:label "Hertz per Kelvin" ;
rdfs:label "Hertz per Kelvin"@en ;
rdfs:label "Hertz per Kelvin"@it ;
rdfs:label "Hertz per Kelvin"@ms ;
rdfs:label "Hertz per Kelvin"@tr ;
rdfs:label "Hertz por Kelvin"@pt ;
rdfs:label "Hertz pro Kelvin"@de ;
rdfs:label "Hertzium per Kelvin"@la ;
rdfs:label "Χερτζ ανά Κέλβιν"@el ;
rdfs:label "Герц на Кельвин"@ru ;
rdfs:label "Херц на Келвин"@bg ;
rdfs:label "هرتز بر کلوین"@fa ;
rdfs:label "هرتز لكل كلفن"@ar ;
rdfs:label "हर्ट्ज प्रति कैल्विन"@hi ;
rdfs:label "ヘルツ毎立方メートル"@ja ;
.
{"resource":"Hertz per Kelvin"
,"qname":"unit:HZ-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HZ-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\n $\\textit{Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $Hz K^{-1}$.\n "
,"expression":"$Hz K^{-1}$"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:InverseTimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Herc na Kelwin"
,"label":"Hercio por Kelvin"
,"label":"Hertz na Kelvin"
,"label":"Hertz na Kelvin"
,"label":"Hertz par Kelvin"
,"label":"Hertz pe Kelvin"
,"label":"Hertz per Kelvin"
,"label":"Hertz per Kelvin"
,"label":"Hertz per Kelvin"
,"label":"Hertz per Kelvin"
,"label":"Hertz per Kelvin"
,"label":"Hertz por Kelvin"
,"label":"Hertz pro Kelvin"
,"label":"Hertzium per Kelvin"
,"label":"Χερτζ ανά Κέλβιν"
,"label":"Герц на Кельвин"
,"label":"Херц на Келвин"
,"label":"هرتز بر کلوین"
,"label":"هرتز لكل كلفن"
,"label":"हर्ट्ज प्रति कैल्विन"
,"label":"ヘルツ毎立方メートル"
,"symbol":"Hz\/K"
,"type":"qudt:Unit"
,"ucum code":"Hz.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/HZ-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n $\\textit{Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $Hz K^{-1}$.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$Hz K^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseTimeTemperature",
"symbol" : "Hz/K",
"ucumCode" : "Hz.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Hercio por Kelvin"
}, {
"@language" : "ro",
"@value" : "Hertz pe Kelvin"
}, {
"@language" : "el",
"@value" : "Χερτζ ανά Κέλβιν"
}, {
"@language" : "pl",
"@value" : "Herc na Kelwin"
}, {
"@language" : "bg",
"@value" : "Херц на Келвин"
}, {
"@language" : "ar",
"@value" : "هرتز لكل كلفن"
}, {
"@language" : "fr",
"@value" : "Hertz par Kelvin"
}, {
"@language" : "ru",
"@value" : "Герц на Кельвин"
}, {
"@language" : "hi",
"@value" : "हर्ट्ज प्रति कैल्विन"
}, {
"@language" : "de",
"@value" : "Hertz pro Kelvin"
}, "Hertz per Kelvin", {
"@language" : "en",
"@value" : "Hertz per Kelvin"
}, {
"@language" : "it",
"@value" : "Hertz per Kelvin"
}, {
"@language" : "fa",
"@value" : "هرتز بر کلوین"
}, {
"@language" : "ms",
"@value" : "Hertz per Kelvin"
}, {
"@language" : "tr",
"@value" : "Hertz per Kelvin"
}, {
"@language" : "la",
"@value" : "Hertzium per Kelvin"
}, {
"@language" : "cs",
"@value" : "Hertz na Kelvin"
}, {
"@language" : "ja",
"@value" : "ヘルツ毎立方メートル"
}, {
"@language" : "sl",
"@value" : "Hertz na Kelvin"
}, {
"@language" : "pt",
"@value" : "Hertz por Kelvin"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HZ-PER-T
URI: http://qudt.org/vocab/unit/HZ-PER-T
"Hertz per Tesla" is a unit for 'Electric Charge Per Mass' expressed as $Hz T^{-1}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HZ-PER-T>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $Hz T^{-1}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$Hz T^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerMass> ;
<http://qudt.org/schema/qudt/symbol> "Hz/T" ;
<http://qudt.org/schema/qudt/ucumCode> "Hz.T-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21095810> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Herc na Tesla"@pl ;
rdfs:label "Hercio por Tesla"@es ;
rdfs:label "Hertz na Tesla"@cs ;
rdfs:label "Hertz na Tesla"@sl ;
rdfs:label "Hertz par Tesla"@fr ;
rdfs:label "Hertz pe Tesla"@ro ;
rdfs:label "Hertz per Tesla" ;
rdfs:label "Hertz per Tesla"@en ;
rdfs:label "Hertz per Tesla"@it ;
rdfs:label "Hertz per Tesla"@ms ;
rdfs:label "Hertz per Tesla"@tr ;
rdfs:label "Hertz por Tesla"@pt ;
rdfs:label "Hertz pro Tesla"@de ;
rdfs:label "Hertzium per Tesla"@la ;
rdfs:label "Χερτζ ανά Τέσλα"@el ;
rdfs:label "Герц на Тесла"@ru ;
rdfs:label "Херц на Тесла"@bg ;
.
{"resource":"Hertz per Tesla"
,"qname":"unit:HZ-PER-T"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HZ-PER-T"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21095810>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $Hz T^{-1}$."
,"expression":"$Hz T^{-1}$"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Herc na Tesla"
,"label":"Hercio por Tesla"
,"label":"Hertz na Tesla"
,"label":"Hertz na Tesla"
,"label":"Hertz par Tesla"
,"label":"Hertz pe Tesla"
,"label":"Hertz per Tesla"
,"label":"Hertz per Tesla"
,"label":"Hertz per Tesla"
,"label":"Hertz per Tesla"
,"label":"Hertz per Tesla"
,"label":"Hertz por Tesla"
,"label":"Hertz pro Tesla"
,"label":"Hertzium per Tesla"
,"label":"Χερτζ ανά Τέσλα"
,"label":"Герц на Тесла"
,"label":"Херц на Тесла"
,"symbol":"Hz\/T"
,"type":"qudt:Unit"
,"ucum code":"Hz.T-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/HZ-PER-T",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $Hz T^{-1}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$Hz T^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerMass",
"symbol" : "Hz/T",
"ucumCode" : "Hz.T-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21095810",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Χερτζ ανά Τέσλα"
}, {
"@language" : "de",
"@value" : "Hertz pro Tesla"
}, "Hertz per Tesla", {
"@language" : "ms",
"@value" : "Hertz per Tesla"
}, {
"@language" : "tr",
"@value" : "Hertz per Tesla"
}, {
"@language" : "en",
"@value" : "Hertz per Tesla"
}, {
"@language" : "it",
"@value" : "Hertz per Tesla"
}, {
"@language" : "ru",
"@value" : "Герц на Тесла"
}, {
"@language" : "pl",
"@value" : "Herc na Tesla"
}, {
"@language" : "cs",
"@value" : "Hertz na Tesla"
}, {
"@language" : "sl",
"@value" : "Hertz na Tesla"
}, {
"@language" : "bg",
"@value" : "Херц на Тесла"
}, {
"@language" : "la",
"@value" : "Hertzium per Tesla"
}, {
"@language" : "pt",
"@value" : "Hertz por Tesla"
}, {
"@language" : "ro",
"@value" : "Hertz pe Tesla"
}, {
"@language" : "es",
"@value" : "Hercio por Tesla"
}, {
"@language" : "fr",
"@value" : "Hertz par Tesla"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HZ-PER-V
URI: http://qudt.org/vocab/unit/HZ-PER-V
In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/HZ-PER-V>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$Hz V^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseMagneticFlux> ;
<http://qudt.org/schema/qudt/symbol> "Hz/V" ;
<http://qudt.org/schema/qudt/ucumCode> "Hz.V-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101195156> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Herc na Wolt"@pl ;
rdfs:label "Hercio por Voltio"@es ;
rdfs:label "Hertz na Volt"@cs ;
rdfs:label "Hertz na Volt"@sl ;
rdfs:label "Hertz par Volt"@fr ;
rdfs:label "Hertz pe Volt"@ro ;
rdfs:label "Hertz per Volt" ;
rdfs:label "Hertz per Volt"@en ;
rdfs:label "Hertz per Volt"@it ;
rdfs:label "Hertz per Volt"@ms ;
rdfs:label "Hertz per Volt"@tr ;
rdfs:label "Hertz por Volt"@pt ;
rdfs:label "Hertz pro Volt"@de ;
rdfs:label "Hertzium per Voltium"@la ;
rdfs:label "Χερτζ ανά Βολτ"@el ;
rdfs:label "Герц на Вольт"@ru ;
rdfs:label "Херц на Волт"@bg ;
.
{"resource":"Hertz per Volt"
,"qname":"unit:HZ-PER-V"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HZ-PER-V"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101195156>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg."
,"expression":"$Hz V^{-1}$"
,"has dimension vector":"qkdv:A0E1L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:InverseMagneticFlux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Herc na Wolt"
,"label":"Hercio por Voltio"
,"label":"Hertz na Volt"
,"label":"Hertz na Volt"
,"label":"Hertz par Volt"
,"label":"Hertz pe Volt"
,"label":"Hertz per Volt"
,"label":"Hertz per Volt"
,"label":"Hertz per Volt"
,"label":"Hertz per Volt"
,"label":"Hertz per Volt"
,"label":"Hertz por Volt"
,"label":"Hertz pro Volt"
,"label":"Hertzium per Voltium"
,"label":"Χερτζ ανά Βολτ"
,"label":"Герц на Вольт"
,"label":"Херц на Волт"
,"symbol":"Hz\/V"
,"type":"qudt:Unit"
,"ucum code":"Hz.V-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/HZ-PER-V",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In the Hertz per Volt standard the frequency of the note is directly related to the voltage. A pitch of a note goes up one octave when its frequency doubles, meaning that the voltage will have to double for every octave rise. Depending on the footage (octave) selected, nominally one volt gives 1000Hz, two volts 2000Hz and so on. In terms of notes, bottom C would be 0.25 volts, the next C up would be 0.5 volts, then 1V, 2V, 4V, 8V for the following octaves. This system was used mainly by Yamaha and Korg.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$Hz V^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseMagneticFlux",
"symbol" : "Hz/V",
"ucumCode" : "Hz.V-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101195156",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Hercio por Voltio"
}, {
"@language" : "fr",
"@value" : "Hertz par Volt"
}, {
"@language" : "ro",
"@value" : "Hertz pe Volt"
}, {
"@language" : "la",
"@value" : "Hertzium per Voltium"
}, {
"@language" : "pt",
"@value" : "Hertz por Volt"
}, {
"@language" : "bg",
"@value" : "Херц на Волт"
}, {
"@language" : "ru",
"@value" : "Герц на Вольт"
}, {
"@language" : "cs",
"@value" : "Hertz na Volt"
}, {
"@language" : "sl",
"@value" : "Hertz na Volt"
}, {
"@language" : "de",
"@value" : "Hertz pro Volt"
}, "Hertz per Volt", {
"@language" : "en",
"@value" : "Hertz per Volt"
}, {
"@language" : "it",
"@value" : "Hertz per Volt"
}, {
"@language" : "ms",
"@value" : "Hertz per Volt"
}, {
"@language" : "tr",
"@value" : "Hertz per Volt"
}, {
"@language" : "pl",
"@value" : "Herc na Wolt"
}, {
"@language" : "el",
"@value" : "Χερτζ ανά Βολτ"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:H_Ab
URI: http://qudt.org/vocab/unit/H_Ab
Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/H_Ab> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Abhenry"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NanoH> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Inductance> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Abhenry?oldid=477198643"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/H> ; <http://qudt.org/schema/qudt/symbol> "abH" ; <http://qudt.org/schema/qudt/ucumCode> "nH"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4667368> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Abhenry" ; rdfs:label "Abhenry"@en ; .
{"resource":"Abhenry"
,"qname":"unit:H_Ab"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/H_Ab"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4667368>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Abhenry"
,"description":"Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry."
,"exact match":"unit:NanoH"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Inductance"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Abhenry?oldid=477198643"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abhenry"
,"label":"Abhenry"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/abhenry>"
,"scalingOf":"unit:H"
,"symbol":"abH"
,"type":"qudt:Unit"
,"ucum code":"nH"
]}
{
"@id" : "http://qudt.org/vocab/unit/H_Ab",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Abhenry is the centimeter-gram-second electromagnetic unit of inductance, equal to one billionth of a henry.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"dbpediaMatch" : "http://dbpedia.org/resource/Abhenry",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"exactMatch" : "http://qudt.org/vocab/unit/NanoH",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Inductance",
"informativeReference" : "http://en.wikipedia.org/wiki/Abhenry?oldid=477198643",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/abhenry",
"scalingOf" : "http://qudt.org/vocab/unit/H",
"symbol" : "abH",
"ucumCode" : "nH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4667368",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Abhenry", {
"@language" : "en",
"@value" : "Abhenry"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:H_Stat
URI: http://qudt.org/vocab/unit/H_Stat
The $\text{Stathenry (statH)}$ is a unit in the category of Electric inductance. It is also known as $tathenries$. This unit is commonly used in the cgs unit system. $Stathenry$ has a dimension of $ML^2T^{-2}I^{-2}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of $8.987552 \times 10^{11}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/H_Stat>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\text{Stathenry (statH)}$ is a unit in the category of Electric inductance.
It is also known as $tathenries$.
This unit is commonly used in the cgs unit system.
$Stathenry$ has a dimension of $ML^2T^{-2}I^{-2}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current.
It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of $8.987552 \\times 10^{11}$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 898760000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.9876E11 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Inductance> ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--electric_inductance--stathenry.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/H> ;
<http://qudt.org/schema/qudt/symbol> "statH" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q12955440> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Stathenry" ;
rdfs:label "Stathenry"@en ;
.
{"resource":"Stathenry"
,"qname":"unit:H_Stat"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/H_Stat"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q12955440>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-ESU"
,"conversion multiplier":"898760000000.0"
,"conversion multiplier scientific":"8.9876E11"
,"description":"\n The $\\text{Stathenry (statH)}$ is a unit in the category of Electric inductance. \n It is also known as $tathenries$. \n This unit is commonly used in the cgs unit system. \n $Stathenry$ has a dimension of $ML^2T^{-2}I^{-2}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. \n It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of $8.987552 \\times 10^{11}$.\n "
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Inductance"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--electric_inductance--stathenry.cfm"
,"is derived unit of system":"sou:CGS-ESU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Stathenry"
,"label":"Stathenry"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/stathenry>"
,"scalingOf":"unit:H"
,"symbol":"statH"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/H_Stat",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\text{Stathenry (statH)}$ is a unit in the category of Electric inductance. \n It is also known as $tathenries$. \n This unit is commonly used in the cgs unit system. \n $Stathenry$ has a dimension of $ML^2T^{-2}I^{-2}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. \n It can be converted to the corresponding standard SI unit H by multiplying its value by a factor of $8.987552 \\times 10^{11}$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "898760000000.0",
"conversionMultiplier:SN" : 8.9876E11,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Inductance",
"informativeReference" : "http://www.efunda.com/glossary/units/units--electric_inductance--stathenry.cfm",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/stathenry",
"scalingOf" : "http://qudt.org/vocab/unit/H",
"symbol" : "statH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q12955440",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Stathenry", {
"@language" : "en",
"@value" : "Stathenry"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:H_Stat-PER-CentiM
URI: http://qudt.org/vocab/unit/H_Stat-PER-CentiM
The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/H_Stat-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 89876000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.9876E13 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/expression> "$stath-per-cm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticPermeability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permeability> ; <http://qudt.org/schema/qudt/symbol> "statH/cm" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Stathenry per Centimeter"@en-US ; rdfs:label "Stathenry per Centimetre" ; rdfs:label "Stathenry per Centimetre"@en ; .
{"resource":"Stathenry per Centimetre"
,"qname":"unit:H_Stat-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/H_Stat-PER-CentiM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-ESU"
,"conversion multiplier":"89876000000000.0"
,"conversion multiplier scientific":"8.9876E13"
,"description":"The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space."
,"expression":"$stath-per-cm$"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ElectromagneticPermeability"
,"has quantity kind":"quantitykind:Permeability"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is derived unit of system":"sou:CGS-ESU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Stathenry per Centimeter"
,"label":"Stathenry per Centimetre"
,"label":"Stathenry per Centimetre"
,"symbol":"statH\/cm"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/H_Stat-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The Stathenry per Centimeter is a unit of measure for the absolute permeability of free space.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "89876000000000.0",
"conversionMultiplier:SN" : 8.9876E13,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"expression" : "$stath-per-cm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Permeability", "http://qudt.org/vocab/quantitykind/ElectromagneticPermeability" ],
"symbol" : "statH/cm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Stathenry per Centimeter"
}, "Stathenry per Centimetre", {
"@language" : "en",
"@value" : "Stathenry per Centimetre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HeartBeat
URI: http://qudt.org/vocab/unit/HeartBeat
A heart beat is a single contraction of the heart muscle, which pumps blood through the circulatory system. The heart rate is the number of heart beats per unit of time, typically measured in beats per minute (bpm). A normal resting heart rate for adults ranges from 60 to 100 beats per minute.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HeartBeat> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """A heart beat is a single contraction of the heart muscle, which pumps blood through the circulatory system. The heart rate is the number of heart beats per unit of time, typically measured in beats per minute (bpm). A normal resting heart rate for adults ranges from 60 to 100 beats per minute."""^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/BEAT> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ; <http://qudt.org/schema/qudt/symbol> "heartbeat" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Heart Beat" ; rdfs:label "Heart Beat"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM> ; .
{"resource":"Heart Beat"
,"qname":"unit:HeartBeat"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HeartBeat"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"deprecated":"true"
,"description":"A heart beat is a single contraction of the heart muscle,\n which pumps blood through the circulatory system. The heart rate is the number of heart beats\n per unit of time, typically measured in beats per minute (bpm). A normal resting \n heart rate for adults ranges from 60 to 100 beats per minute."
,"has broader":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Dimensionless"
,"is replaced by":"unit:BEAT"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Heart Beat"
,"label":"Heart Beat"
,"symbol":"heartbeat"
,"type":"qudt:ContextualUnit"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/HeartBeat",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "A heart beat is a single contraction of the heart muscle,\n which pumps blood through the circulatory system. The heart rate is the number of heart beats\n per unit of time, typically measured in beats per minute (bpm). A normal resting \n heart rate for adults ranges from 60 to 100 beats per minute.",
"isReplacedBy" : "http://qudt.org/vocab/unit/BEAT",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Dimensionless",
"symbol" : "heartbeat",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Heart Beat", {
"@language" : "en",
"@value" : "Heart Beat"
} ],
"broader" : "http://qudt.org/vocab/unit/NUM",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoBAR
URI: http://qudt.org/vocab/unit/HectoBAR
100-fold of the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoBAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "100-fold of the unit bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB087" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB087"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "100-fold of the unit bar" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Hecto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BAR> ; <http://qudt.org/schema/qudt/symbol> "hbar" ; <http://qudt.org/schema/qudt/ucumCode> "hbar"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "HBA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106886632> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hectobar" ; rdfs:label "Hectobar"@en ; .
{"resource":"Hectobar"
,"qname":"unit:HectoBAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoBAR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106886632>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"10000000.0"
,"conversion multiplier scientific":"1.0E7"
,"description":"100-fold of the unit bar"
,"description (plain text)":"100-fold of the unit bar"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB087"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB087"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hectobar"
,"label":"Hectobar"
,"prefix":"prefix:Hecto"
,"scalingOf":"unit:BAR"
,"symbol":"hbar"
,"type":"qudt:Unit"
,"ucum code":"hbar"
,"unece common code":"HBA"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoBAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "100-fold of the unit bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "10000000.0",
"conversionMultiplier:SN" : 1.0E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAB087",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB087",
"plainTextDescription" : "100-fold of the unit bar",
"prefix" : "http://qudt.org/vocab/prefix/Hecto",
"scalingOf" : "http://qudt.org/vocab/unit/BAR",
"symbol" : "hbar",
"ucumCode" : "hbar",
"uneceCommonCode" : "HBA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106886632",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hectobar", {
"@language" : "en",
"@value" : "Hectobar"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoC
URI: http://qudt.org/vocab/unit/HectoC
"HectoCoulomb" is a unit for 'Electric Charge' expressed as $hC$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"HectoCoulomb\" is a unit for 'Electric Charge' expressed as $hC$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Hecto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ; <http://qudt.org/schema/qudt/symbol> "hC" ; <http://qudt.org/schema/qudt/ucumCode> "hC"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95379580> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ettocoulomb"@it ; rdfs:label "Hectocoulomb" ; rdfs:label "Hectocoulomb"@cs ; rdfs:label "Hectocoulomb"@de ; rdfs:label "Hectocoulomb"@en ; rdfs:label "Hectocoulomb"@fr ; rdfs:label "Hectocoulomb"@hu ; rdfs:label "Hectocoulomb"@ms ; rdfs:label "Hectocoulomb"@ro ; rdfs:label "Hectocoulomb"@sl ; rdfs:label "Hectocoulomb"@tr ; rdfs:label "Hectoculombio"@es ; rdfs:label "Hectokulomb"@pl ; <http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ; .
{"resource":"Hectocoulomb"
,"qname":"unit:HectoC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95379580>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"\"HectoCoulomb\" is a unit for 'Electric Charge' expressed as $hC$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ettocoulomb"
,"label":"Hectocoulomb"
,"label":"Hectocoulomb"
,"label":"Hectocoulomb"
,"label":"Hectocoulomb"
,"label":"Hectocoulomb"
,"label":"Hectocoulomb"
,"label":"Hectocoulomb"
,"label":"Hectocoulomb"
,"label":"Hectocoulomb"
,"label":"Hectocoulomb"
,"label":"Hectoculombio"
,"label":"Hectokulomb"
,"prefix":"prefix:Hecto"
,"scalingOf":"unit:C"
,"symbol":"hC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"hC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"HectoCoulomb\" is a unit for 'Electric Charge' expressed as $hC$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Hecto",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "hC",
"ucumCode" : "hC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95379580",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Ettocoulomb"
}, {
"@language" : "es",
"@value" : "Hectoculombio"
}, {
"@language" : "pl",
"@value" : "Hectokulomb"
}, "Hectocoulomb", {
"@language" : "cs",
"@value" : "Hectocoulomb"
}, {
"@language" : "de",
"@value" : "Hectocoulomb"
}, {
"@language" : "en",
"@value" : "Hectocoulomb"
}, {
"@language" : "fr",
"@value" : "Hectocoulomb"
}, {
"@language" : "hu",
"@value" : "Hectocoulomb"
}, {
"@language" : "ms",
"@value" : "Hectocoulomb"
}, {
"@language" : "ro",
"@value" : "Hectocoulomb"
}, {
"@language" : "sl",
"@value" : "Hectocoulomb"
}, {
"@language" : "tr",
"@value" : "Hectocoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoGM
URI: http://qudt.org/vocab/unit/HectoGM
0.1-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.1-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB079" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB079"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.1-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Hecto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM> ; <http://qudt.org/schema/qudt/symbol> "hg" ; <http://qudt.org/schema/qudt/ucumCode> "hg"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "HGM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1057069> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ettogrammo"@it ; rdfs:label "Hectogram" ; rdfs:label "Hectogram"@cs ; rdfs:label "Hectogram"@en ; rdfs:label "Hectogram"@ms ; rdfs:label "Hectogram"@pl ; rdfs:label "Hectogram"@ro ; rdfs:label "Hectogram"@sl ; rdfs:label "Hectogram"@tr ; rdfs:label "Hectogramm"@de ; rdfs:label "Hectogramm"@hu ; rdfs:label "Hectogramme"@fr ; rdfs:label "Hectogramo"@es ; .
{"resource":"Hectogram"
,"qname":"unit:HectoGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1057069>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"0.1-fold of the SI base unit kilogram"
,"description (plain text)":"0.1-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB079"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB079"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ettogrammo"
,"label":"Hectogram"
,"label":"Hectogram"
,"label":"Hectogram"
,"label":"Hectogram"
,"label":"Hectogram"
,"label":"Hectogram"
,"label":"Hectogram"
,"label":"Hectogram"
,"label":"Hectogramm"
,"label":"Hectogramm"
,"label":"Hectogramme"
,"label":"Hectogramo"
,"prefix":"prefix:Hecto"
,"scalingOf":"unit:GM"
,"symbol":"hg"
,"type":"qudt:Unit"
,"ucum code":"hg"
,"unece common code":"HGM"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.1-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB079",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB079",
"plainTextDescription" : "0.1-fold of the SI base unit kilogram",
"prefix" : "http://qudt.org/vocab/prefix/Hecto",
"scalingOf" : "http://qudt.org/vocab/unit/GM",
"symbol" : "hg",
"ucumCode" : "hg",
"uneceCommonCode" : "HGM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1057069",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hectogram", {
"@language" : "cs",
"@value" : "Hectogram"
}, {
"@language" : "en",
"@value" : "Hectogram"
}, {
"@language" : "ms",
"@value" : "Hectogram"
}, {
"@language" : "pl",
"@value" : "Hectogram"
}, {
"@language" : "ro",
"@value" : "Hectogram"
}, {
"@language" : "sl",
"@value" : "Hectogram"
}, {
"@language" : "tr",
"@value" : "Hectogram"
}, {
"@language" : "es",
"@value" : "Hectogramo"
}, {
"@language" : "fr",
"@value" : "Hectogramme"
}, {
"@language" : "it",
"@value" : "Ettogrammo"
}, {
"@language" : "de",
"@value" : "Hectogramm"
}, {
"@language" : "hu",
"@value" : "Hectogramm"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoL
URI: http://qudt.org/vocab/unit/HectoL
100-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "100-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA533" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA533"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "100-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Hecto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "hL" ; <http://qudt.org/schema/qudt/ucumCode> "hL"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "HLT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2029519> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hectoliter"@en-US ; rdfs:label "Hectolitre" ; rdfs:label "Hectolitre"@en ; .
{"resource":"Hectolitre"
,"qname":"unit:HectoL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2029519>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"100-fold of the unit litre"
,"description (plain text)":"100-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA533"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA533"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hectoliter"
,"label":"Hectolitre"
,"label":"Hectolitre"
,"prefix":"prefix:Hecto"
,"scalingOf":"unit:L"
,"symbol":"hL"
,"type":"qudt:Unit"
,"ucum code":"hL"
,"unece common code":"HLT"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "100-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA533",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA533",
"plainTextDescription" : "100-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Hecto",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "hL",
"ucumCode" : "hL",
"uneceCommonCode" : "HLT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2029519",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hectolitre", {
"@language" : "en",
"@value" : "Hectolitre"
}, {
"@language" : "en-us",
"@value" : "Hectoliter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoM
URI: http://qudt.org/vocab/unit/HectoM
100-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "100-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB062" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB062"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "100-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Hecto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "hm" ; <http://qudt.org/schema/qudt/ucumCode> "hm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "HMT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q844338> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ettometro"@it ; rdfs:label "Hectometer"@de ; rdfs:label "Hectometer"@en-US ; rdfs:label "Hectometer"@ms ; rdfs:label "Hectometer"@sl ; rdfs:label "Hectometr"@cs ; rdfs:label "Hectometr"@pl ; rdfs:label "Hectometre" ; rdfs:label "Hectometre"@en ; rdfs:label "Hectometre"@tr ; rdfs:label "Hectometro"@es ; rdfs:label "Hectometru"@ro ; rdfs:label "Hectomètre"@fr ; rdfs:label "Hectométer"@hu ; .
{"resource":"Hectometre"
,"qname":"unit:HectoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q844338>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"100-fold of the SI base unit metre"
,"description (plain text)":"100-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB062"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB062"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ettometro"
,"label":"Hectometer"
,"label":"Hectometer"
,"label":"Hectometer"
,"label":"Hectometer"
,"label":"Hectometr"
,"label":"Hectometr"
,"label":"Hectometre"
,"label":"Hectometre"
,"label":"Hectometre"
,"label":"Hectometro"
,"label":"Hectometru"
,"label":"Hectomètre"
,"label":"Hectométer"
,"prefix":"prefix:Hecto"
,"scalingOf":"unit:M"
,"symbol":"hm"
,"type":"qudt:Unit"
,"ucum code":"hm"
,"unece common code":"HMT"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "100-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB062",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB062",
"plainTextDescription" : "100-fold of the SI base unit metre",
"prefix" : "http://qudt.org/vocab/prefix/Hecto",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "hm",
"ucumCode" : "hm",
"uneceCommonCode" : "HMT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q844338",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hu",
"@value" : "Hectométer"
}, {
"@language" : "tr",
"@value" : "Hectometre"
}, "Hectometre", {
"@language" : "en",
"@value" : "Hectometre"
}, {
"@language" : "es",
"@value" : "Hectometro"
}, {
"@language" : "de",
"@value" : "Hectometer"
}, {
"@language" : "en-us",
"@value" : "Hectometer"
}, {
"@language" : "ms",
"@value" : "Hectometer"
}, {
"@language" : "sl",
"@value" : "Hectometer"
}, {
"@language" : "it",
"@value" : "Ettometro"
}, {
"@language" : "ro",
"@value" : "Hectometru"
}, {
"@language" : "fr",
"@value" : "Hectomètre"
}, {
"@language" : "cs",
"@value" : "Hectometr"
}, {
"@language" : "pl",
"@value" : "Hectometr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoPA
URI: http://qudt.org/vocab/unit/HectoPA
Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal.
Hectopascal is commonly used in meteorology to report values for atmospheric pressure. It is equivalent to millibar.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoPA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MilliBAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA527" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA527"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Hecto> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "hPa" ; <http://qudt.org/schema/qudt/ucumCode> "hPa"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A97" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5139563> ; rdfs:comment "Hectopascal is commonly used in meteorology to report values for atmospheric pressure. It is equivalent to millibar." ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ettopascal"@it ; rdfs:label "Hectopascal" ; rdfs:label "Hectopascal"@cs ; rdfs:label "Hectopascal"@de ; rdfs:label "Hectopascal"@en ; rdfs:label "Hectopascal"@es ; rdfs:label "Hectopascal"@fr ; rdfs:label "Hectopascal"@hu ; rdfs:label "Hectopascal"@ms ; rdfs:label "Hectopascal"@ro ; rdfs:label "Hectopascal"@sl ; rdfs:label "Hectopascal"@tr ; rdfs:label "Hectopaskal"@pl ; .
{"resource":"Hectopascal"
,"qname":"unit:HectoPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoPA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5139563>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"comment":"Hectopascal is commonly used in meteorology to report values for atmospheric pressure. It is equivalent to millibar."
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal."
,"exact match":"unit:MilliBAR"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA527"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA527"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ettopascal"
,"label":"Hectopascal"
,"label":"Hectopascal"
,"label":"Hectopascal"
,"label":"Hectopascal"
,"label":"Hectopascal"
,"label":"Hectopascal"
,"label":"Hectopascal"
,"label":"Hectopascal"
,"label":"Hectopascal"
,"label":"Hectopascal"
,"label":"Hectopascal"
,"label":"Hectopaskal"
,"prefix":"prefix:Hecto"
,"scalingOf":"unit:PA"
,"symbol":"hPa"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"hPa"
,"unece common code":"A97"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoPA",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Hectopascal is a unit of pressure. 1 Pa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 1013 hPa = 1 atm. There are 100 pascals in 1 hectopascal.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"exactMatch" : "http://qudt.org/vocab/unit/MilliBAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ShearModulus", "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAA527",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA527",
"prefix" : "http://qudt.org/vocab/prefix/Hecto",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "hPa",
"ucumCode" : "hPa",
"uneceCommonCode" : "A97",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5139563",
"comment" : "Hectopascal is commonly used in meteorology to report values for atmospheric pressure. It is equivalent to millibar.",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hectopascal", {
"@language" : "cs",
"@value" : "Hectopascal"
}, {
"@language" : "de",
"@value" : "Hectopascal"
}, {
"@language" : "en",
"@value" : "Hectopascal"
}, {
"@language" : "es",
"@value" : "Hectopascal"
}, {
"@language" : "fr",
"@value" : "Hectopascal"
}, {
"@language" : "hu",
"@value" : "Hectopascal"
}, {
"@language" : "ms",
"@value" : "Hectopascal"
}, {
"@language" : "ro",
"@value" : "Hectopascal"
}, {
"@language" : "sl",
"@value" : "Hectopascal"
}, {
"@language" : "tr",
"@value" : "Hectopascal"
}, {
"@language" : "pl",
"@value" : "Hectopaskal"
}, {
"@language" : "it",
"@value" : "Ettopascal"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoPA-L-PER-SEC
URI: http://qudt.org/vocab/unit/HectoPA-L-PER-SEC
product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoPA-L-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA530" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA530"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "hPa·L/s" ; <http://qudt.org/schema/qudt/ucumCode> "hPa.L.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F93" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hectopascal Liter per Second"@en-US ; rdfs:label "Hectopascal Litre per Second" ; rdfs:label "Hectopascal Litre per Second"@en ; .
{"resource":"Hectopascal Litre per Second"
,"qname":"unit:HectoPA-L-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoPA-L-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"
,"description (plain text)":"product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA530"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA530"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hectopascal Liter per Second"
,"label":"Hectopascal Litre per Second"
,"label":"Hectopascal Litre per Second"
,"symbol":"hPa·L\/s"
,"type":"qudt:Unit"
,"ucum code":"hPa.L.s-1"
,"unece common code":"F93"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoPA-L-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA530",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA530",
"plainTextDescription" : "product out of the 100-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second",
"symbol" : "hPa·L/s",
"ucumCode" : "hPa.L.s-1",
"uneceCommonCode" : "F93",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Hectopascal Liter per Second"
}, "Hectopascal Litre per Second", {
"@language" : "en",
"@value" : "Hectopascal Litre per Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoPA-M3-PER-SEC
URI: http://qudt.org/vocab/unit/HectoPA-M3-PER-SEC
product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoPA-M3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA531" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA531"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "hPa·m³/s" ; <http://qudt.org/schema/qudt/ucumCode> "hPa.m3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F94" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ettopascal Metro Cubo per Secondo"@it ; rdfs:label "Hectopascal Cubic Meter per Second"@en-US ; rdfs:label "Hectopascal Cubic Metre per Second" ; rdfs:label "Hectopascal Cubic Metre per Second"@en ; rdfs:label "Hectopascal Kubikmeter pro Sekunde"@de ; rdfs:label "Hectopascal Kubični Meter na Sekunda"@sl ; rdfs:label "Hectopascal Meter Kubik per Saat"@ms ; rdfs:label "Hectopascal Metr Krychlový na Sekunda"@cs ; rdfs:label "Hectopascal Metreküp per Saniye"@tr ; rdfs:label "Hectopascal Metro Cúbico por Segundo"@es ; rdfs:label "Hectopascal Metru Cub pe Secundă"@ro ; rdfs:label "Hectopascal Mètre Cube par Seconde"@fr ; rdfs:label "Hectopaskal Metr Sześcienny na Sekunda"@pl ; .
{"resource":"Hectopascal Cubic Metre per Second"
,"qname":"unit:HectoPA-M3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoPA-M3-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"description (plain text)":"product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA531"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA531"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ettopascal Metro Cubo per Secondo"
,"label":"Hectopascal Cubic Meter per Second"
,"label":"Hectopascal Cubic Metre per Second"
,"label":"Hectopascal Cubic Metre per Second"
,"label":"Hectopascal Kubikmeter pro Sekunde"
,"label":"Hectopascal Kubični Meter na Sekunda"
,"label":"Hectopascal Meter Kubik per Saat"
,"label":"Hectopascal Metr Krychlový na Sekunda"
,"label":"Hectopascal Metreküp per Saniye"
,"label":"Hectopascal Metro Cúbico por Segundo"
,"label":"Hectopascal Metru Cub pe Secundă"
,"label":"Hectopascal Mètre Cube par Seconde"
,"label":"Hectopaskal Metr Sześcienny na Sekunda"
,"symbol":"hPa·m³\/s"
,"type":"qudt:Unit"
,"ucum code":"hPa.m3.s-1"
,"unece common code":"F94"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoPA-M3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA531",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA531",
"plainTextDescription" : "product out of the 100-fold of the SI unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"symbol" : "hPa·m³/s",
"ucumCode" : "hPa.m3.s-1",
"uneceCommonCode" : "F94",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Hectopascal Mètre Cube par Seconde"
}, {
"@language" : "es",
"@value" : "Hectopascal Metro Cúbico por Segundo"
}, {
"@language" : "tr",
"@value" : "Hectopascal Metreküp per Saniye"
}, {
"@language" : "cs",
"@value" : "Hectopascal Metr Krychlový na Sekunda"
}, {
"@language" : "en-us",
"@value" : "Hectopascal Cubic Meter per Second"
}, "Hectopascal Cubic Metre per Second", {
"@language" : "en",
"@value" : "Hectopascal Cubic Metre per Second"
}, {
"@language" : "de",
"@value" : "Hectopascal Kubikmeter pro Sekunde"
}, {
"@language" : "ro",
"@value" : "Hectopascal Metru Cub pe Secundă"
}, {
"@language" : "sl",
"@value" : "Hectopascal Kubični Meter na Sekunda"
}, {
"@language" : "pl",
"@value" : "Hectopaskal Metr Sześcienny na Sekunda"
}, {
"@language" : "it",
"@value" : "Ettopascal Metro Cubo per Secondo"
}, {
"@language" : "ms",
"@value" : "Hectopascal Meter Kubik per Saat"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoPA-PER-BAR
URI: http://qudt.org/vocab/unit/HectoPA-PER-BAR
100-fold of the SI derived unit pascal divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoPA-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "100-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA529" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA529"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "100-fold of the SI derived unit pascal divided by the unit bar" ; <http://qudt.org/schema/qudt/symbol> "hPa/bar" ; <http://qudt.org/schema/qudt/ucumCode> "hPa.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E99" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hectopascal per Bar" ; rdfs:label "Hectopascal per Bar"@en ; .
{"resource":"Hectopascal per Bar"
,"qname":"unit:HectoPA-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoPA-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"100-fold of the SI derived unit pascal divided by the unit bar"
,"description (plain text)":"100-fold of the SI derived unit pascal divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:PressureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA529"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA529"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hectopascal per Bar"
,"label":"Hectopascal per Bar"
,"symbol":"hPa\/bar"
,"type":"qudt:Unit"
,"ucum code":"hPa.bar-1"
,"unece common code":"E99"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoPA-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "100-fold of the SI derived unit pascal divided by the unit bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureRatio",
"iec61360Code" : "0112/2///62720#UAA529",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA529",
"plainTextDescription" : "100-fold of the SI derived unit pascal divided by the unit bar",
"symbol" : "hPa/bar",
"ucumCode" : "hPa.bar-1",
"uneceCommonCode" : "E99",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hectopascal per Bar", {
"@language" : "en",
"@value" : "Hectopascal per Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoPA-PER-HR
URI: http://qudt.org/vocab/unit/HectoPA-PER-HR
A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoPA-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.02777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "hPa/h" ; <http://qudt.org/schema/qudt/ucumCode> "hPa.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Hectopascal per Hour" ; rdfs:label "Hectopascal per Hour"@en ; .
{"resource":"Hectopascal per Hour"
,"qname":"unit:HectoPA-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoPA-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.02777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-2"
,"description":"A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ForcePerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hectopascal per Hour"
,"label":"Hectopascal per Hour"
,"symbol":"hPa\/h"
,"type":"qudt:Unit"
,"ucum code":"hPa.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoPA-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A change in pressure of one hundred Newtons per square metre (100 Pascals) per hour. Equivalent to a change of one millibar per hour."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.02777777777777777777777777777777778",
"conversionMultiplier:SN" : 0.027777777777777776,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerAreaTime",
"symbol" : "hPa/h",
"ucumCode" : "hPa.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hectopascal per Hour", {
"@language" : "en",
"@value" : "Hectopascal per Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoPA-PER-K
URI: http://qudt.org/vocab/unit/HectoPA-PER-K
100-fold of the SI derived unit pascal divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoPA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "100-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA528" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA528"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "100-fold of the SI derived unit pascal divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "hPa/K" ; <http://qudt.org/schema/qudt/ucumCode> "hPa.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F82" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ettopascal per Kelvin"@it ; rdfs:label "Hectopascal na Kelvin"@cs ; rdfs:label "Hectopascal na Kelvin"@sl ; rdfs:label "Hectopascal par Kelvin"@fr ; rdfs:label "Hectopascal pe Kelvin"@ro ; rdfs:label "Hectopascal per Kelvin" ; rdfs:label "Hectopascal per Kelvin"@en ; rdfs:label "Hectopascal per Kelvin"@ms ; rdfs:label "Hectopascal per Kelvin"@tr ; rdfs:label "Hectopascal por Kelvin"@es ; rdfs:label "Hectopascal pro Kelvin"@de ; rdfs:label "Hectopaskal na Kelwin"@pl ; .
{"resource":"Hectopascal per Kelvin"
,"qname":"unit:HectoPA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoPA-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"100-fold of the SI derived unit pascal divided by the SI base unit kelvin"
,"description (plain text)":"100-fold of the SI derived unit pascal divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:PressureCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA528"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA528"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ettopascal per Kelvin"
,"label":"Hectopascal na Kelvin"
,"label":"Hectopascal na Kelvin"
,"label":"Hectopascal par Kelvin"
,"label":"Hectopascal pe Kelvin"
,"label":"Hectopascal per Kelvin"
,"label":"Hectopascal per Kelvin"
,"label":"Hectopascal per Kelvin"
,"label":"Hectopascal per Kelvin"
,"label":"Hectopascal por Kelvin"
,"label":"Hectopascal pro Kelvin"
,"label":"Hectopaskal na Kelwin"
,"symbol":"hPa\/K"
,"type":"qudt:Unit"
,"ucum code":"hPa.K-1"
,"unece common code":"F82"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoPA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "100-fold of the SI derived unit pascal divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureCoefficient",
"iec61360Code" : "0112/2///62720#UAA528",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA528",
"plainTextDescription" : "100-fold of the SI derived unit pascal divided by the SI base unit kelvin",
"symbol" : "hPa/K",
"ucumCode" : "hPa.K-1",
"uneceCommonCode" : "F82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Hectopaskal na Kelwin"
}, {
"@language" : "it",
"@value" : "Ettopascal per Kelvin"
}, {
"@language" : "ro",
"@value" : "Hectopascal pe Kelvin"
}, {
"@language" : "fr",
"@value" : "Hectopascal par Kelvin"
}, {
"@language" : "cs",
"@value" : "Hectopascal na Kelvin"
}, {
"@language" : "sl",
"@value" : "Hectopascal na Kelvin"
}, {
"@language" : "es",
"@value" : "Hectopascal por Kelvin"
}, {
"@language" : "de",
"@value" : "Hectopascal pro Kelvin"
}, "Hectopascal per Kelvin", {
"@language" : "en",
"@value" : "Hectopascal per Kelvin"
}, {
"@language" : "ms",
"@value" : "Hectopascal per Kelvin"
}, {
"@language" : "tr",
"@value" : "Hectopascal per Kelvin"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:HectoPA-PER-M
URI: http://qudt.org/vocab/unit/HectoPA-PER-M
100-fold of the SI derived unit pascal divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/HectoPA-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "100-fold of the SI derived unit pascal divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureGradient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB422" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB422"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "hPa/m" ; <http://qudt.org/schema/qudt/ucumCode> "hPa.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P82" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ettopascal per Metro"@it ; rdfs:label "Hectopascal na Meter"@sl ; rdfs:label "Hectopascal na Metr"@cs ; rdfs:label "Hectopascal par Mètre"@fr ; rdfs:label "Hectopascal pe Metru"@ro ; rdfs:label "Hectopascal per Meter"@en-US ; rdfs:label "Hectopascal per Meter"@ms ; rdfs:label "Hectopascal per Metre" ; rdfs:label "Hectopascal per Metre"@en ; rdfs:label "Hectopascal per Metre"@tr ; rdfs:label "Hectopascal por Metro"@es ; rdfs:label "Hectopascal pro Meter"@de ; rdfs:label "Hectopaskal na Metr"@pl ; .
{"resource":"Hectopascal per Metre"
,"qname":"unit:HectoPA-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/HectoPA-PER-M"
,"properties":["conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"100-fold of the SI derived unit pascal divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:PressureGradient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB422"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB422"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ettopascal per Metro"
,"label":"Hectopascal na Meter"
,"label":"Hectopascal na Metr"
,"label":"Hectopascal par Mètre"
,"label":"Hectopascal pe Metru"
,"label":"Hectopascal per Meter"
,"label":"Hectopascal per Meter"
,"label":"Hectopascal per Metre"
,"label":"Hectopascal per Metre"
,"label":"Hectopascal per Metre"
,"label":"Hectopascal por Metro"
,"label":"Hectopascal pro Meter"
,"label":"Hectopaskal na Metr"
,"symbol":"hPa\/m"
,"type":"qudt:Unit"
,"ucum code":"hPa.m-1"
,"unece common code":"P82"
]}
{
"@id" : "http://qudt.org/vocab/unit/HectoPA-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "100-fold of the SI derived unit pascal divided by the SI base unit metre",
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureGradient",
"iec61360Code" : "0112/2///62720#UAB422",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB422",
"symbol" : "hPa/m",
"ucumCode" : "hPa.m-1",
"uneceCommonCode" : "P82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Hectopascal per Meter"
}, {
"@language" : "ms",
"@value" : "Hectopascal per Meter"
}, {
"@language" : "es",
"@value" : "Hectopascal por Metro"
}, {
"@language" : "fr",
"@value" : "Hectopascal par Mètre"
}, {
"@language" : "it",
"@value" : "Ettopascal per Metro"
}, {
"@language" : "de",
"@value" : "Hectopascal pro Meter"
}, "Hectopascal per Metre", {
"@language" : "en",
"@value" : "Hectopascal per Metre"
}, {
"@language" : "tr",
"@value" : "Hectopascal per Metre"
}, {
"@language" : "cs",
"@value" : "Hectopascal na Metr"
}, {
"@language" : "ro",
"@value" : "Hectopascal pe Metru"
}, {
"@language" : "sl",
"@value" : "Hectopascal na Meter"
}, {
"@language" : "pl",
"@value" : "Hectopaskal na Metr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Hundredweight_UK
URI: http://qudt.org/vocab/unit/Hundredweight_UK
out of use unit of the mass according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/Hundredweight_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "out of use unit of the mass according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 50.80235 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.080235E1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/CWT_LONG> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA405" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA405"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "out of use unit of the mass according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "cwt{long}" ;
<http://qudt.org/schema/qudt/ucumCode> "[lcwt_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CWI" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Hundredweight (UK)" ;
rdfs:label "Hundredweight (UK)"@en ;
.
{"resource":"Hundredweight (UK)"
,"qname":"unit:Hundredweight_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Hundredweight_UK"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"50.80235"
,"conversion multiplier scientific":"5.080235E1"
,"description":"out of use unit of the mass according to the Imperial system of units"
,"description (plain text)":"out of use unit of the mass according to the Imperial system of units"
,"exact match":"unit:CWT_LONG"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA405"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA405"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hundredweight (UK)"
,"label":"Hundredweight (UK)"
,"scalingOf":"unit:KiloGM"
,"symbol":"cwt{long}"
,"type":"qudt:Unit"
,"ucum code":"[lcwt_av]"
,"unece common code":"CWI"
]}
{
"@id" : "http://qudt.org/vocab/unit/Hundredweight_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "out of use unit of the mass according to the Imperial system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "50.80235",
"conversionMultiplier:SN" : 50.80235,
"exactMatch" : "http://qudt.org/vocab/unit/CWT_LONG",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA405",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA405",
"plainTextDescription" : "out of use unit of the mass according to the Imperial system of units",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "cwt{long}",
"ucumCode" : "[lcwt_av]",
"uneceCommonCode" : "CWI",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Hundredweight (UK)"
}, "Hundredweight (UK)" ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Hundredweight_US
URI: http://qudt.org/vocab/unit/Hundredweight_US
out of use unit of the mass according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/Hundredweight_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "out of use unit of the mass according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 45.359237 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.5359237E1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/CWT_SHORT> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA406" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA406"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "out of use unit of the mass according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "cwt{short}" ;
<http://qudt.org/schema/qudt/ucumCode> "[scwt_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "CWA" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Hundredweight (US)" ;
rdfs:label "Hundredweight (US)"@en ;
.
{"resource":"Hundredweight (US)"
,"qname":"unit:Hundredweight_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Hundredweight_US"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"45.359237"
,"conversion multiplier scientific":"4.5359237E1"
,"description":"out of use unit of the mass according to the Imperial system of units"
,"description (plain text)":"out of use unit of the mass according to the Imperial system of units"
,"exact match":"unit:CWT_SHORT"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA406"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA406"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Hundredweight (US)"
,"label":"Hundredweight (US)"
,"scalingOf":"unit:KiloGM"
,"symbol":"cwt{short}"
,"type":"qudt:Unit"
,"ucum code":"[scwt_av]"
,"unece common code":"CWA"
]}
{
"@id" : "http://qudt.org/vocab/unit/Hundredweight_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "out of use unit of the mass according to the Imperial system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "45.359237",
"conversionMultiplier:SN" : 45.359237,
"exactMatch" : "http://qudt.org/vocab/unit/CWT_SHORT",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA406",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA406",
"plainTextDescription" : "out of use unit of the mass according to the Imperial system of units",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "cwt{short}",
"ucumCode" : "[scwt_av]",
"uneceCommonCode" : "CWA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Hundredweight (US)", {
"@language" : "en",
"@value" : "Hundredweight (US)"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN
URI: http://qudt.org/vocab/unit/IN
An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0254 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-2 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Inch"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/ZOLL> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA539" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Inch?oldid=492522790"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA539"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "in" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "in" ; <http://qudt.org/schema/qudt/uneceCommonCode> "INH" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q218593> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch" ; rdfs:label "Inch"@en ; .
{"resource":"Inch"
,"qname":"unit:IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q218593>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0254"
,"conversion multiplier scientific":"2.54E-2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Inch"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch."
,"exact match":"unit:ZOLL"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA539"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Inch?oldid=492522790"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA539"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch"
,"label":"Inch"
,"scalingOf":"unit:M"
,"symbol":"in"
,"type":"qudt:Unit"
,"ucum code":"[in_i]"
,"udunits code":"in"
,"unece common code":"INH"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "An inch is the name of a unit of length in a number of different systems, including Imperial units, and United States customary units. There are 36 inches in a yard and 12 inches in a foot. Corresponding units of area and volume are the square inch and the cubic inch.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0254",
"conversionMultiplier:SN" : 0.0254,
"dbpediaMatch" : "http://dbpedia.org/resource/Inch",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"exactMatch" : "http://qudt.org/vocab/unit/ZOLL",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA539",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA539", "http://en.wikipedia.org/wiki/Inch?oldid=492522790" ],
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "in",
"ucumCode" : "[in_i]",
"udunitsCode" : "in",
"uneceCommonCode" : "INH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q218593",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch", {
"@language" : "en",
"@value" : "Inch"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PDL
URI: http://qudt.org/vocab/unit/IN-PDL
Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal. Product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN-PDL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal. Product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0035116758411504 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.5116758411504E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB437" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB437"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "in·pdl" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i].[lb_av].[ft_i].s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N47" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch Poundal" ; rdfs:label "Inch Poundal"@en ; .
{"resource":"Inch Poundal"
,"qname":"unit:IN-PDL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PDL"
,"properties":["conversion multiplier":"0.0035116758411504"
,"conversion multiplier scientific":"3.5116758411504E-3"
,"description":"Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal. Product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB437"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB437"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch Poundal"
,"label":"Inch Poundal"
,"symbol":"in·pdl"
,"type":"qudt:Unit"
,"ucum code":"[in_i].[lb_av].[ft_i].s-2"
,"unece common code":"N47"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PDL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Unit of work (force multiplied by path) according to the Imperial system of units as a product unit inch multiplied by poundal. Product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units.",
"conversionMultiplier" : "0.0035116758411504",
"conversionMultiplier:SN" : 0.0035116758411504,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Torque", "http://qudt.org/vocab/quantitykind/MomentOfForce" ],
"iec61360Code" : "0112/2///62720#UAB437",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB437",
"symbol" : "in·pdl",
"ucumCode" : "[in_i].[lb_av].[ft_i].s-2",
"uneceCommonCode" : "N47",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch Poundal", {
"@language" : "en",
"@value" : "Inch Poundal"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PER-2PiRAD
URI: http://qudt.org/vocab/unit/IN-PER-2PiRAD
unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN-PER-2PiRAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/IN-PER-REV> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Rotary-TranslatoryMotionConversion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA727" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA727"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "in/revolution" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H57" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch per 2pirad" ; rdfs:label "Inch per 2pirad"@en ; .
{"resource":"Inch per 2pirad"
,"qname":"unit:IN-PER-2PiRAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-2PiRAD"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Rotary-TranslatoryMotionConversion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA727"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA727"
,"is replaced by":"unit:IN-PER-REV"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch per 2pirad"
,"label":"Inch per 2pirad"
,"symbol":"in\/revolution"
,"type":"qudt:Unit"
,"unece common code":"H57"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-2PiRAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units",
"isReplacedBy" : "http://qudt.org/vocab/unit/IN-PER-REV",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Rotary-TranslatoryMotionConversion",
"iec61360Code" : "0112/2///62720#UAA727",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA727",
"symbol" : "in/revolution",
"uneceCommonCode" : "H57",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch per 2pirad", {
"@language" : "en",
"@value" : "Inch per 2pirad"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PER-DEG_F
URI: http://qudt.org/vocab/unit/IN-PER-DEG_F
unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN-PER-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.04572 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.572E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA540" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA540"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit" ; <http://qudt.org/schema/qudt/symbol> "in/°F" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i].[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K45" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch per Degree Fahrenheit" ; rdfs:label "Inch per Degree Fahrenheit"@en ; .
{"resource":"Inch per Degree Fahrenheit"
,"qname":"unit:IN-PER-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.04572"
,"conversion multiplier scientific":"4.572E-2"
,"description":"unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"
,"description (plain text)":"unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA540"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA540"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch per Degree Fahrenheit"
,"label":"Inch per Degree Fahrenheit"
,"symbol":"in\/°F"
,"type":"qudt:Unit"
,"ucum code":"[in_i].[degF]-1"
,"unece common code":"K45"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.04572",
"conversionMultiplier:SN" : 0.04572,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA540",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA540",
"plainTextDescription" : "unit inch according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit",
"symbol" : "in/°F",
"ucumCode" : "[in_i].[degF]-1",
"uneceCommonCode" : "K45",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch per Degree Fahrenheit", {
"@language" : "en",
"@value" : "Inch per Degree Fahrenheit"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PER-MIN
URI: http://qudt.org/vocab/unit/IN-PER-MIN
The inch per minute is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in minutes (min). The equivalent SI unit is the metre per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The inch per minute is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in minutes (min). The equivalent SI unit is the metre per second." ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0004233333333333333333333333333333334 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.233333333333333333333333333333334E-4 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$in/min$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB393" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB393"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "in/min" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M63" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch per Minute" ; rdfs:label "Inch per Minute"@en ; .
{"resource":"Inch per Minute"
,"qname":"unit:IN-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0004233333333333333333333333333333334"
,"conversion multiplier scientific":"4.233333333333333333333333333333334E-4"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The inch per minute is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in minutes (min). The equivalent SI unit is the metre per second."
,"expression":"$in\/min$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB393"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB393"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch per Minute"
,"label":"Inch per Minute"
,"symbol":"in\/min"
,"type":"qudt:Unit"
,"ucum code":"[in_i].min-1"
,"unece common code":"M63"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The inch per minute is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in minutes (min). The equivalent SI unit is the metre per second.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0004233333333333333333333333333333334",
"conversionMultiplier:SN" : 4.2333333333333334E-4,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$in/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"iec61360Code" : "0112/2///62720#UAB393",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB393",
"symbol" : "in/min",
"ucumCode" : "[in_i].min-1",
"uneceCommonCode" : "M63",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch per Minute", {
"@language" : "en",
"@value" : "Inch per Minute"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PER-PSI
URI: http://qudt.org/vocab/unit/IN-PER-PSI
unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN-PER-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000003683958373057262503457335380421946 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.683958373057262503457335380421946E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PSI-PER-IN> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA541" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA541"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "in/psi" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i].[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K46" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch per Psi" ; rdfs:label "Inch per Psi"@en ; .
{"resource":"Inch per Psi"
,"qname":"unit:IN-PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-PSI"
,"properties":["conversion multiplier":"0.000003683958373057262503457335380421946"
,"conversion multiplier scientific":"3.683958373057262503457335380421946E-6"
,"description":"unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:PSI-PER-IN"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA541"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA541"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch per Psi"
,"label":"Inch per Psi"
,"symbol":"in\/psi"
,"type":"qudt:Unit"
,"ucum code":"[in_i].[psi]-1"
,"unece common code":"K46"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit inch according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.000003683958373057262503457335380421946",
"conversionMultiplier:SN" : 3.6839583730572627E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PSI-PER-IN",
"iec61360Code" : "0112/2///62720#UAA541",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA541",
"symbol" : "in/psi",
"ucumCode" : "[in_i].[psi]-1",
"uneceCommonCode" : "K46",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch per Psi", {
"@language" : "en",
"@value" : "Inch per Psi"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PER-REV
URI: http://qudt.org/vocab/unit/IN-PER-REV
unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN-PER-REV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.004042535554534141528529647589661866 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.042535554534141528529647589661866E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Rotary-TranslatoryMotionConversion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA727" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA727"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "in/rev" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H57" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch per Revolution" ; rdfs:label "Inch per Revolution"@en ; .
{"resource":"Inch per Revolution"
,"qname":"unit:IN-PER-REV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-REV"
,"properties":["conversion multiplier":"0.004042535554534141528529647589661866"
,"conversion multiplier scientific":"4.042535554534141528529647589661866E-3"
,"description":"unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Rotary-TranslatoryMotionConversion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA727"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA727"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch per Revolution"
,"label":"Inch per Revolution"
,"symbol":"in\/rev"
,"type":"qudt:Unit"
,"unece common code":"H57"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-REV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the translation factor for implementation from rotation to linear move according to the Anglo-American and the Imperial system of units",
"conversionMultiplier" : "0.004042535554534141528529647589661866",
"conversionMultiplier:SN" : 0.004042535554534142,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Rotary-TranslatoryMotionConversion",
"iec61360Code" : "0112/2///62720#UAA727",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA727",
"symbol" : "in/rev",
"uneceCommonCode" : "H57",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch per Revolution", {
"@language" : "en",
"@value" : "Inch per Revolution"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PER-SEC
URI: http://qudt.org/vocab/unit/IN-PER-SEC
The inch per second is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in seconds (s, or sec). The equivalent SI unit is the metre per second. Abbreviations include in/s, in/sec, ips, and less frequently in s.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The inch per second is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in seconds (s, or sec). The equivalent SI unit is the metre per second. Abbreviations include in/s, in/sec, ips, and less frequently in s."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0254 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-2 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$in-per-sec$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PropellantBurnRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA542" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA542"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "in/s" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "IU" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q6014364> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch per Second" ; rdfs:label "Inch per Second"@en ; .
{"resource":"Inch per Second"
,"qname":"unit:IN-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q6014364>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0254"
,"conversion multiplier scientific":"2.54E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The inch per second is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in seconds (s, or sec). The equivalent SI unit is the metre per second. Abbreviations include in\/s, in\/sec, ips, and less frequently in s."
,"expression":"$in-per-sec$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:PropellantBurnRate"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA542"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA542"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch per Second"
,"label":"Inch per Second"
,"symbol":"in\/s"
,"type":"qudt:Unit"
,"ucum code":"[in_i].s-1"
,"unece common code":"IU"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The inch per second is a unit of speed or velocity. It expresses the distance in inches (in) traveled or displaced, divided by time in seconds (s, or sec). The equivalent SI unit is the metre per second. Abbreviations include in/s, in/sec, ips, and less frequently in s.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0254",
"conversionMultiplier:SN" : 0.0254,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$in-per-sec$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/PropellantBurnRate" ],
"iec61360Code" : "0112/2///62720#UAA542",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA542",
"symbol" : "in/s",
"ucumCode" : "[in_i].s-1",
"uneceCommonCode" : "IU",
"wikidataMatch" : "http://www.wikidata.org/entity/Q6014364",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch per Second", {
"@language" : "en",
"@value" : "Inch per Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PER-SEC-DEG_F
URI: http://qudt.org/vocab/unit/IN-PER-SEC-DEG_F
unit inch according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN-PER-SEC-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit inch according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.04572 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.572E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA543" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA543"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "in/(s·°F)" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i].s-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K47" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch per Second Degree Fahrenheit" ; rdfs:label "Inch per Second Degree Fahrenheit"@en ; .
{"resource":"Inch per Second Degree Fahrenheit"
,"qname":"unit:IN-PER-SEC-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-SEC-DEG_F"
,"properties":["conversion multiplier":"0.04572"
,"conversion multiplier scientific":"4.572E-2"
,"description":"unit inch according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA543"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA543"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch per Second Degree Fahrenheit"
,"label":"Inch per Second Degree Fahrenheit"
,"symbol":"in\/(s·°F)"
,"type":"qudt:Unit"
,"ucum code":"[in_i].s-1.[degF]-1"
,"unece common code":"K47"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-SEC-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit inch according to the Anglo-American and the Imperial system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit",
"conversionMultiplier" : "0.04572",
"conversionMultiplier:SN" : 0.04572,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA543",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA543",
"symbol" : "in/(s·°F)",
"ucumCode" : "[in_i].s-1.[degF]-1",
"uneceCommonCode" : "K47",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch per Second Degree Fahrenheit", {
"@language" : "en",
"@value" : "Inch per Second Degree Fahrenheit"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PER-SEC-PSI
URI: http://qudt.org/vocab/unit/IN-PER-SEC-PSI
quotient of the unit inch according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN-PER-SEC-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit inch according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000003683958373057262503457335380421946 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.683958373057262503457335380421946E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA544" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA544"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "in/(s·psi)" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i].s-1.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K48" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch per Second Psi" ; rdfs:label "Inch per Second Psi"@en ; .
{"resource":"Inch per Second Psi"
,"qname":"unit:IN-PER-SEC-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-SEC-PSI"
,"properties":["conversion multiplier":"0.000003683958373057262503457335380421946"
,"conversion multiplier scientific":"3.683958373057262503457335380421946E-6"
,"description":"quotient of the unit inch according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA544"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA544"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch per Second Psi"
,"label":"Inch per Second Psi"
,"symbol":"in\/(s·psi)"
,"type":"qudt:Unit"
,"ucum code":"[in_i].s-1.[psi]-1"
,"unece common code":"K48"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-SEC-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit inch according to the Anglo-American and the Imperial system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.000003683958373057262503457335380421946",
"conversionMultiplier:SN" : 3.6839583730572627E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA544",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA544",
"symbol" : "in/(s·psi)",
"ucumCode" : "[in_i].s-1.[psi]-1",
"uneceCommonCode" : "K48",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch per Second Psi", {
"@language" : "en",
"@value" : "Inch per Second Psi"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PER-SEC2
URI: http://qudt.org/vocab/unit/IN-PER-SEC2
$\textit{Inch per Square second}$ is an Imperial unit for $\textit{Linear Acceleration}$ expressed as $in/s^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/IN-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Inch per Square second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $in/s^2$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0254 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$in/s2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB044" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB044"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "in/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "[in_i].s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "IV" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106630045> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Inch per Square Second" ;
rdfs:label "Inch per Square Second"@en ;
.
{"resource":"Inch per Square Second"
,"qname":"unit:IN-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-SEC2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106630045>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0254"
,"conversion multiplier scientific":"2.54E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Inch per Square second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $in\/s^2$.\n "
,"expression":"$in\/s2$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB044"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB044"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch per Square Second"
,"label":"Inch per Square Second"
,"symbol":"in\/s²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[in_i].s-2"
,"unece common code":"IV"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Inch per Square second}$ is an Imperial unit for $\\textit{Linear Acceleration}$ expressed as $in/s^2$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0254",
"conversionMultiplier:SN" : 0.0254,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$in/s2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Acceleration", "http://qudt.org/vocab/quantitykind/LinearAcceleration" ],
"iec61360Code" : "0112/2///62720#UAB044",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB044",
"symbol" : "in/s²",
"ucumCode" : "[in_i].s-2",
"uneceCommonCode" : "IV",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106630045",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch per Square Second", {
"@language" : "en",
"@value" : "Inch per Square Second"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN-PER-YR
URI: http://qudt.org/vocab/unit/IN-PER-YR
unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000008048774304763353360204831799629884 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.048774304763353360204831799629884E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB370" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB370"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "in/a" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i].a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M61" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch per Year" ; rdfs:label "Inch per Year"@en ; .
{"resource":"Inch per Year"
,"qname":"unit:IN-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN-PER-YR"
,"properties":["conversion multiplier":"0.0000000008048774304763353360204831799629884"
,"conversion multiplier scientific":"8.048774304763353360204831799629884E-10"
,"description":"unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ElectromagneticWavePhaseSpeed"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Speed"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB370"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB370"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch per Year"
,"label":"Inch per Year"
,"symbol":"in\/a"
,"type":"qudt:Unit"
,"ucum code":"[in_i].a-1"
,"unece common code":"M61"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the length according to the Anglo-American and Imperial system of units divided by the unit common year with 365 days",
"conversionMultiplier" : "0.0000000008048774304763353360204831799629884",
"conversionMultiplier:SN" : 8.048774304763353E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Speed", "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"iec61360Code" : "0112/2///62720#UAB370",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB370",
"symbol" : "in/a",
"ucumCode" : "[in_i].a-1",
"uneceCommonCode" : "M61",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch per Year", {
"@language" : "en",
"@value" : "Inch per Year"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN2
URI: http://qudt.org/vocab/unit/IN2
A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches^2, $inch^2$, $in^2$, $inches^2$, $inch^2$, $in^2$ or in some cases $"^2$. The square inch is a common unit of measurement in the United States and the United Kingdom.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/IN2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches^2, $inch^2$, $in^2$, $inches^2$, $inch^2$, $in^2$ or in some cases $\"^2$. The square inch is a common unit of measurement in the United States and the United Kingdom."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00064516 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.4516E-4 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$in^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-IN2> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA547" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA547"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "in²" ;
<http://qudt.org/schema/qudt/ucumCode> "[in_i]2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "INK" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1063786> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Inch" ;
rdfs:label "Square Inch"@en ;
.
{"resource":"Square Inch"
,"qname":"unit:IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1063786>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00064516"
,"conversion multiplier scientific":"6.4516E-4"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches\/-2, inch\/-2, in\/-2, inches^2, $inch^2$, $in^2$, $inches^2$, $inch^2$, $in^2$ or in some cases $\"^2$. The square inch is a common unit of measurement in the United States and the United Kingdom."
,"expression":"$in^{2}$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"has reciprocal unit":"unit:PER-IN2"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA547"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA547"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Inch"
,"label":"Square Inch"
,"symbol":"in²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[in_i]2"
,"unece common code":"INK"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A square inch is a unit of area, equal to the area of a square with sides of one inch. The following symbols are used to denote square inches: square in, sq inches, sq inch, sq in inches/-2, inch/-2, in/-2, inches^2, $inch^2$, $in^2$, $inches^2$, $inch^2$, $in^2$ or in some cases $\"^2$. The square inch is a common unit of measurement in the United States and the United Kingdom.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.00064516",
"conversionMultiplier:SN" : 6.4516E-4,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$in^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/HydraulicPermeability", "http://qudt.org/vocab/quantitykind/Area" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-IN2",
"iec61360Code" : "0112/2///62720#UAA547",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA547",
"symbol" : "in²",
"ucumCode" : "[in_i]2",
"uneceCommonCode" : "INK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1063786",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Inch", {
"@language" : "en",
"@value" : "Square Inch"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN2-PER-SEC
URI: http://qudt.org/vocab/unit/IN2-PER-SEC
power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN2-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00064516 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.4516E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA548" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA548"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "in²/s" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i]2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G08" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107410833> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Square Inch per Second" ; rdfs:label "Square Inch per Second"@en ; .
{"resource":"Square Inch per Second"
,"qname":"unit:IN2-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN2-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107410833>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00064516"
,"conversion multiplier scientific":"6.4516E-4"
,"description":"power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second"
,"description (plain text)":"power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AreaPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA548"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA548"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Inch per Second"
,"label":"Square Inch per Second"
,"symbol":"in²\/s"
,"type":"qudt:Unit"
,"ucum code":"[in_i]2.s-1"
,"unece common code":"G08"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN2-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.00064516",
"conversionMultiplier:SN" : 6.4516E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaPerTime",
"iec61360Code" : "0112/2///62720#UAA548",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA548",
"plainTextDescription" : "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2 divided by the SI base unit second",
"symbol" : "in²/s",
"ucumCode" : "[in_i]2.s-1",
"uneceCommonCode" : "G08",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107410833",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Inch per Second", {
"@language" : "en",
"@value" : "Square Inch per Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN3
URI: http://qudt.org/vocab/unit/IN3
The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/IN3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000016387064 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.6387064E-5 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$in^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-IN3> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA549" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA549"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "in³" ;
<http://qudt.org/schema/qudt/ucumCode> "[in_i]3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "INQ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2140397> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Inch" ;
rdfs:label "Cubic Inch"@en ;
.
{"resource":"Cubic Inch"
,"qname":"unit:IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2140397>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000016387064"
,"conversion multiplier scientific":"1.6387064E-5"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches."
,"expression":"$in^{3}$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"has reciprocal unit":"unit:PER-IN3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA549"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA549"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Inch"
,"label":"Cubic Inch"
,"symbol":"in³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[in_i]3"
,"unece common code":"INQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN3",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The cubic inch is a unit of measurement for volume in the Imperial units and United States customary units systems. It is the volume of a cube with each of its three sides being one inch long. The cubic inch and the cubic foot are still used as units of volume in the United States, although the common SI units of volume, the liter, milliliter, and cubic meter, are continually replacing them, especially in manufacturing and high technology. One cubic foot is equal to exactly 1728 cubic inches.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.000016387064",
"conversionMultiplier:SN" : 1.6387064E-5,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$in^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-IN3",
"iec61360Code" : "0112/2///62720#UAA549",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA549",
"symbol" : "in³",
"ucumCode" : "[in_i]3",
"uneceCommonCode" : "INQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2140397",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Inch", {
"@language" : "en",
"@value" : "Cubic Inch"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN3-PER-HR
URI: http://qudt.org/vocab/unit/IN3-PER-HR
power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN3-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000004551962222222222222222222222222223 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.551962222222222222222222222222223E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA550" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA550"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "in³/h" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i]3.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G56" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Inch per Hour" ; rdfs:label "Cubic Inch per Hour"@en ; .
{"resource":"Cubic Inch per Hour"
,"qname":"unit:IN3-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN3-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000000004551962222222222222222222222222223"
,"conversion multiplier scientific":"4.551962222222222222222222222222223E-9"
,"description":"power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"
,"description (plain text)":"power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA550"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA550"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Inch per Hour"
,"label":"Cubic Inch per Hour"
,"symbol":"in³\/h"
,"type":"qudt:Unit"
,"ucum code":"[in_i]3.h-1"
,"unece common code":"G56"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN3-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.000000004551962222222222222222222222222223",
"conversionMultiplier:SN" : 4.551962222222222E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA550",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA550",
"plainTextDescription" : "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit hour",
"symbol" : "in³/h",
"ucumCode" : "[in_i]3.h-1",
"uneceCommonCode" : "G56",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Cubic Inch per Hour"
}, "Cubic Inch per Hour" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN3-PER-LB
URI: http://qudt.org/vocab/unit/IN3-PER-LB
power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to the avoirdupois unit system
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN3-PER-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to the avoirdupois unit system" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00003612729200008368747472537952964244 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.612729200008368747472537952964244E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/LB-PER-IN3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB411" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB411"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "in³/lbm" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i]3.[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N30" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Inch per Pound Mass" ; rdfs:label "Cubic Inch per Pound Mass"@en ; .
{"resource":"Cubic Inch per Pound Mass"
,"qname":"unit:IN3-PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN3-PER-LB"
,"properties":["conversion multiplier":"0.00003612729200008368747472537952964244"
,"conversion multiplier scientific":"3.612729200008368747472537952964244E-5"
,"description":"power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to the avoirdupois unit system"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SoilAdsorptionCoefficient"
,"has quantity kind":"quantitykind:SpecificVolume"
,"has reciprocal unit":"unit:LB-PER-IN3"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB411"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB411"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Inch per Pound Mass"
,"label":"Cubic Inch per Pound Mass"
,"symbol":"in³\/lbm"
,"type":"qudt:Unit"
,"ucum code":"[in_i]3.[lb_av]-1"
,"unece common code":"N30"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN3-PER-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit inch according to the Anglo-American and Imperial system of units by exponent 3 divided by the avoirdupois pound according to the avoirdupois unit system",
"conversionMultiplier" : "0.00003612729200008368747472537952964244",
"conversionMultiplier:SN" : 3.612729200008369E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificVolume", "http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/LB-PER-IN3",
"iec61360Code" : "0112/2///62720#UAB411",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB411",
"symbol" : "in³/lbm",
"ucumCode" : "[in_i]3.[lb_av]-1",
"uneceCommonCode" : "N30",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Cubic Inch per Pound Mass"
}, "Cubic Inch per Pound Mass" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN3-PER-MIN
URI: http://qudt.org/vocab/unit/IN3-PER-MIN
"Cubic Inch per Minute" is an Imperial unit for 'Volume Per Unit Time' expressed as $in^{3}/min$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/IN3-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Cubic Inch per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $in^{3}/min$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002731177333333333333333333333333334 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.731177333333333333333333333333334E-7 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$in^{3}/min$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA551" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA551"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "in³/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[in_i]3.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "G57" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Inch per Minute" ;
rdfs:label "Cubic Inch per Minute"@en ;
.
{"resource":"Cubic Inch per Minute"
,"qname":"unit:IN3-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN3-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000002731177333333333333333333333333334"
,"conversion multiplier scientific":"2.731177333333333333333333333333334E-7"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Cubic Inch per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $in^{3}\/min$."
,"expression":"$in^{3}\/min$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA551"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA551"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Inch per Minute"
,"label":"Cubic Inch per Minute"
,"symbol":"in³\/min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[in_i]3.min-1"
,"unece common code":"G57"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN3-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Cubic Inch per Minute\" is an Imperial unit for 'Volume Per Unit Time' expressed as $in^{3}/min$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0000002731177333333333333333333333333334",
"conversionMultiplier:SN" : 2.7311773333333333E-7,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$in^{3}/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA551",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA551",
"symbol" : "in³/min",
"ucumCode" : "[in_i]3.min-1",
"uneceCommonCode" : "G57",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Inch per Minute", {
"@language" : "en",
"@value" : "Cubic Inch per Minute"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN3-PER-SEC
URI: http://qudt.org/vocab/unit/IN3-PER-SEC
power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000016387064 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.6387064E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA552" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA552"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "in³/s" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i]3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G58" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Inch per Second" ; rdfs:label "Cubic Inch per Second"@en ; .
{"resource":"Cubic Inch per Second"
,"qname":"unit:IN3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN3-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000016387064"
,"conversion multiplier scientific":"1.6387064E-5"
,"description":"power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second"
,"description (plain text)":"power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA552"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA552"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Inch per Second"
,"label":"Cubic Inch per Second"
,"symbol":"in³\/s"
,"type":"qudt:Unit"
,"ucum code":"[in_i]3.s-1"
,"unece common code":"G58"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.000016387064",
"conversionMultiplier:SN" : 1.6387064E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA552",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA552",
"plainTextDescription" : "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the SI base unit second",
"symbol" : "in³/s",
"ucumCode" : "[in_i]3.s-1",
"uneceCommonCode" : "G58",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Inch per Second", {
"@language" : "en",
"@value" : "Cubic Inch per Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN4
URI: http://qudt.org/vocab/unit/IN4
power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN4> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000004162314256 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.162314256E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondMomentOfArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA545" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA545"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4" ; <http://qudt.org/schema/qudt/symbol> "in⁴" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i]4"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Quartic Inch" ; rdfs:label "Quartic Inch"@en ; .
{"resource":"Quartic Inch"
,"qname":"unit:IN4"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN4"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000004162314256"
,"conversion multiplier scientific":"4.162314256E-7"
,"description":"power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4"
,"description (plain text)":"power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4"
,"has dimension vector":"qkdv:A0E0L4I0M0H0T0D0"
,"has quantity kind":"quantitykind:SecondAxialMomentOfArea"
,"has quantity kind":"quantitykind:SecondMomentOfArea"
,"has quantity kind":"quantitykind:SecondPolarMomentOfArea"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA545"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA545"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quartic Inch"
,"label":"Quartic Inch"
,"symbol":"in\u2074"
,"type":"qudt:Unit"
,"ucum code":"[in_i]4"
,"unece common code":"D69"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN4",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0000004162314256",
"conversionMultiplier:SN" : 4.162314256E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea" ],
"iec61360Code" : "0112/2///62720#UAA545",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA545",
"plainTextDescription" : "power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 4",
"symbol" : "in⁴",
"ucumCode" : "[in_i]4",
"uneceCommonCode" : "D69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quartic Inch", {
"@language" : "en",
"@value" : "Quartic Inch"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:INDIV
URI: http://qudt.org/vocab/unit/INDIV
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/INDIV> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Individual" ; rdfs:label "Individual"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM> ; .
{"resource":"Individual"
,"qname":"unit:INDIV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/INDIV"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has broader":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Individual"
,"label":"Individual"
,"type":"qudt:ContextualUnit"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/INDIV",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Individual"
}, "Individual" ],
"broader" : "http://qudt.org/vocab/unit/NUM",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN_H2O
URI: http://qudt.org/vocab/unit/IN_H2O
Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example $39 ^\circ F$ at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at $0 ^\circ C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN_H2O> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example $39 ^\\circ F$ at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at $0 ^\\circ C$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 249.0889 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.490889E2 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Inch_of_water"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA553" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Inch_of_water?oldid=466175519"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA553"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "inH₂O" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i'H2O]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F78" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4041686> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch of Water" ; rdfs:label "Inch of Water"@en ; .
{"resource":"Inch of Water"
,"qname":"unit:IN_H2O"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN_H2O"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4041686>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"249.0889"
,"conversion multiplier scientific":"2.490889E2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Inch_of_water"
,"description":"Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example $39 ^\\circ F$ at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at $0 ^\\circ C$."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA553"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Inch_of_water?oldid=466175519"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA553"
,"informative reference":"https:\/\/physics.nist.gov\/cuu\/pdf\/sp811.pdf"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch of Water"
,"label":"Inch of Water"
,"scalingOf":"unit:PA"
,"symbol":"inH\u2082O"
,"type":"qudt:Unit"
,"ucum code":"[in_i'H2O]"
,"unece common code":"F78"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN_H2O",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Inches of water, wc, inch water column (inch WC), inAq, Aq, or inH2O is a non-SI unit for pressure. The units are by convention and due to the historical measurement of certain pressure differentials. It is used for measuring small pressure differences across an orifice, or in a pipeline or shaft. Inches of water can be converted to a pressure unit using the formula for pressure head. It is defined as the pressure exerted by a column of water of 1 inch in height at defined conditions for example $39 ^\\circ F$ at the standard acceleration of gravity; 1 inAq is approximately equal to 249 pascals at $0 ^\\circ C$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "249.0889",
"conversionMultiplier:SN" : 249.0889,
"dbpediaMatch" : "http://dbpedia.org/resource/Inch_of_water",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA553",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Inch_of_water?oldid=466175519", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA553", "https://physics.nist.gov/cuu/pdf/sp811.pdf" ],
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "inH₂O",
"ucumCode" : "[in_i'H2O]",
"uneceCommonCode" : "F78",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4041686",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch of Water", {
"@language" : "en",
"@value" : "Inch of Water"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN_H2O_39dot2DEG_F
URI: http://qudt.org/vocab/unit/IN_H2O_39dot2DEG_F
non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 39.2°F with a height of 1 inch
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN_H2O_39dot2DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 39.2°F with a height of 1 inch" ; <http://qudt.org/schema/qudt/conversionMultiplier> 249.082 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.49082E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB240" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB240"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "inH₂O (39.2 °F)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N18" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch of Water (39.2 °F)" ; rdfs:label "Inch of Water (39.2 °F)"@en ; .
{"resource":"Inch of Water (39.2 °F)"
,"qname":"unit:IN_H2O_39dot2DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN_H2O_39dot2DEG_F"
,"properties":["conversion multiplier":"249.082"
,"conversion multiplier scientific":"2.49082E2"
,"description":"non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH\u2082O meets the static pressure, which is generated by a head of water at a temperature of 39.2°F with a height of 1 inch"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB240"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB240"
,"informative reference":"https:\/\/physics.nist.gov\/cuu\/pdf\/sp811.pdf"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch of Water (39.2 °F)"
,"label":"Inch of Water (39.2 °F)"
,"scalingOf":"unit:PA"
,"symbol":"inH\u2082O (39.2 °F)"
,"type":"qudt:Unit"
,"unece common code":"N18"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN_H2O_39dot2DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 39.2°F with a height of 1 inch",
"conversionMultiplier" : "249.082",
"conversionMultiplier:SN" : 249.082,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAB240",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB240", "https://physics.nist.gov/cuu/pdf/sp811.pdf" ],
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "inH₂O (39.2 °F)",
"uneceCommonCode" : "N18",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch of Water (39.2 °F)", {
"@language" : "en",
"@value" : "Inch of Water (39.2 °F)"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN_H2O_60DEG_F
URI: http://qudt.org/vocab/unit/IN_H2O_60DEG_F
non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN_H2O_60DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch" ; <http://qudt.org/schema/qudt/conversionMultiplier> 248.84 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.4884E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB241" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB241"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://physics.nist.gov/cuu/pdf/sp811.pdf"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "inH₂O (60 °F)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N19" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch of Water (60 °F)" ; rdfs:label "Inch of Water (60 °F)"@en ; .
{"resource":"Inch of Water (60 °F)"
,"qname":"unit:IN_H2O_60DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN_H2O_60DEG_F"
,"properties":["conversion multiplier":"248.84"
,"conversion multiplier scientific":"2.4884E2"
,"description":"non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH\u2082O meets the static pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB241"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB241"
,"informative reference":"https:\/\/physics.nist.gov\/cuu\/pdf\/sp811.pdf"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch of Water (60 °F)"
,"label":"Inch of Water (60 °F)"
,"scalingOf":"unit:PA"
,"symbol":"inH\u2082O (60 °F)"
,"type":"qudt:Unit"
,"unece common code":"N19"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN_H2O_60DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inH₂O meets the static pressure, which is generated by a head of water at a temperature of 60°F with a height of 1 inch",
"conversionMultiplier" : "248.84",
"conversionMultiplier:SN" : 248.84,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAB241",
"informativeReference" : [ "https://physics.nist.gov/cuu/pdf/sp811.pdf", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB241" ],
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "inH₂O (60 °F)",
"uneceCommonCode" : "N19",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch of Water (60 °F)", {
"@language" : "en",
"@value" : "Inch of Water (60 °F)"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN_HG
URI: http://qudt.org/vocab/unit/IN_HG
Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at $32 ^\circ F$ at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at $0 ^\circ C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN_HG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at $32 ^\\circ F$ at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at $0 ^\\circ C$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3386.389 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.386389E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Inch_of_mercury"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA554" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Inch_of_mercury?oldid=486634645"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA554"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "inHg" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i'Hg]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "inHg" ; <http://qudt.org/schema/qudt/udunitsCode> "in_Hg" ; <http://qudt.org/schema/qudt/uneceCommonCode> "F79" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1050958> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch of Mercury" ; rdfs:label "Inch of Mercury"@en ; .
{"resource":"Inch of Mercury"
,"qname":"unit:IN_HG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN_HG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1050958>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"3386.389"
,"conversion multiplier scientific":"3.386389E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Inch_of_mercury"
,"description":"Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at $32 ^\\circ F$ at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at $0 ^\\circ C$."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA554"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Inch_of_mercury?oldid=486634645"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA554"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch of Mercury"
,"label":"Inch of Mercury"
,"scalingOf":"unit:PA"
,"symbol":"inHg"
,"type":"qudt:Unit"
,"ucum code":"[in_i'Hg]"
,"udunits code":"inHg"
,"udunits code":"in_Hg"
,"unece common code":"F79"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN_HG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Inches of mercury, (inHg) is a unit of measurement for pressure. It is still widely used for barometric pressure in weather reports, refrigeration and aviation in the United States, but is seldom used elsewhere. It is defined as the pressure exerted by a column of mercury of 1 inch in height at $32 ^\\circ F$ at the standard acceleration of gravity. 1 inHg = 3,386.389 pascals at $0 ^\\circ C$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "3386.389",
"conversionMultiplier:SN" : 3386.389,
"dbpediaMatch" : "http://dbpedia.org/resource/Inch_of_mercury",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAA554",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA554", "http://en.wikipedia.org/wiki/Inch_of_mercury?oldid=486634645" ],
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "inHg",
"ucumCode" : "[in_i'Hg]",
"udunitsCode" : [ "in_Hg", "inHg" ],
"uneceCommonCode" : "F79",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1050958",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Inch of Mercury"
}, "Inch of Mercury" ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN_HG_32DEG_F
URI: http://qudt.org/vocab/unit/IN_HG_32DEG_F
non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN_HG_32DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3386.38 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.38638E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB238" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB238"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "inHg (32 °F)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N16" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch of Mercury (32 °F)" ; rdfs:label "Inch of Mercury (32 °F)"@en ; .
{"resource":"Inch of Mercury (32 °F)"
,"qname":"unit:IN_HG_32DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN_HG_32DEG_F"
,"properties":["conversion multiplier":"3386.38"
,"conversion multiplier scientific":"3.38638E3"
,"description":"non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB238"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB238"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch of Mercury (32 °F)"
,"label":"Inch of Mercury (32 °F)"
,"scalingOf":"unit:PA"
,"symbol":"inHg (32 °F)"
,"type":"qudt:Unit"
,"unece common code":"N16"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN_HG_32DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 32°F with a height of 1 inch",
"conversionMultiplier" : "3386.38",
"conversionMultiplier:SN" : 3386.38,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAB238",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB238",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "inHg (32 °F)",
"uneceCommonCode" : "N16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Inch of Mercury (32 °F)"
}, "Inch of Mercury (32 °F)" ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IN_HG_60DEG_F
URI: http://qudt.org/vocab/unit/IN_HG_60DEG_F
non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IN_HG_60DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3376.85 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.37685E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB239" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB239"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "inHg (60 °F)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N17" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch of Mercury (60 °F)" ; rdfs:label "Inch of Mercury (60 °F)"@en ; .
{"resource":"Inch of Mercury (60 °F)"
,"qname":"unit:IN_HG_60DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IN_HG_60DEG_F"
,"properties":["conversion multiplier":"3376.85"
,"conversion multiplier scientific":"3.37685E3"
,"description":"non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB239"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB239"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch of Mercury (60 °F)"
,"label":"Inch of Mercury (60 °F)"
,"scalingOf":"unit:PA"
,"symbol":"inHg (60 °F)"
,"type":"qudt:Unit"
,"unece common code":"N17"
]}
{
"@id" : "http://qudt.org/vocab/unit/IN_HG_60DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of pressure according to the Anglo-American and Imperial system for units, whereas the value of 1 inHg meets the static pressure, which is generated by a mercury at a temperature of 60°F with a height of 1 inch",
"conversionMultiplier" : "3376.85",
"conversionMultiplier:SN" : 3376.85,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAB239",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB239",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "inHg (60 °F)",
"uneceCommonCode" : "N17",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch of Mercury (60 °F)", {
"@language" : "en",
"@value" : "Inch of Mercury (60 °F)"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IU
URI: http://qudt.org/vocab/unit/IU
The $\textit{International Unit}$ is a unit for $\textit{Amount Of Substance}$ expressed as $IU$. Note that the magnitude depends on the substance, thus there is no fixed conversion multiplier.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/IU>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{International Unit}$ is a unit for $\\textit{Amount Of Substance}$ expressed as $IU$.
Note that the magnitude depends on the substance, thus there is no fixed conversion multiplier.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/International_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB603" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/International_unit?oldid=488801913"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB603"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalUnit> ;
<http://qudt.org/schema/qudt/symbol> "IU" ;
<http://qudt.org/schema/qudt/ucumCode> "[IU]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q835916> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "International Unit" ;
rdfs:label "International Unit"@en ;
.
{"resource":"International Unit"
,"qname":"unit:IU"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IU"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q835916>"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/International_unit"
,"description":"\n The $\\textit{International Unit}$ is a unit for $\\textit{Amount Of Substance}$ expressed as $IU$.\n Note that the magnitude depends on the substance, thus there is no fixed conversion multiplier.\n "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB603"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/International_unit?oldid=488801913"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB603"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Unit"
,"label":"International Unit"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/InternationalUnit>"
,"symbol":"IU"
,"type":"qudt:Unit"
,"ucum code":"[IU]"
]}
{
"@id" : "http://qudt.org/vocab/unit/IU",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{International Unit}$ is a unit for $\\textit{Amount Of Substance}$ expressed as $IU$.\n Note that the magnitude depends on the substance, thus there is no fixed conversion multiplier.\n ",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"dbpediaMatch" : "http://dbpedia.org/resource/International_unit",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"iec61360Code" : "0112/2///62720#UAB603",
"informativeReference" : [ "http://en.wikipedia.org/wiki/International_unit?oldid=488801913", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB603" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/InternationalUnit",
"symbol" : "IU",
"ucumCode" : "[IU]",
"wikidataMatch" : "http://www.wikidata.org/entity/Q835916",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Unit", {
"@language" : "en",
"@value" : "International Unit"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IU-PER-L
URI: http://qudt.org/vocab/unit/IU-PER-L
The $\textit{International Unit per Liter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/L$. The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/IU-PER-L>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{International Unit per Liter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/L$.
The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/expression> "$IU/L$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlasmaLevel> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SerumLevel> ;
<http://qudt.org/schema/qudt/symbol> "IU/L" ;
<http://qudt.org/schema/qudt/ucumCode> "[IU].L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "International Unit per Liter"@en-US ;
rdfs:label "International Unit per Litre" ;
rdfs:label "International Unit per Litre"@en ;
rdfs:seeAlso <http://qudt.org/vocab/unit/IU> ;
.
{"resource":"International Unit per Litre"
,"qname":"unit:IU-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IU-PER-L"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\nThe $\\textit{International Unit per Liter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU\/L$.\nThe magnitude of one $IU\/L$ depends on the material, so there is no single conversion multiplier.\n"
,"expression":"$IU\/L$"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:PlasmaLevel"
,"has quantity kind":"quantitykind:SerumLevel"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Unit per Liter"
,"label":"International Unit per Litre"
,"label":"International Unit per Litre"
,"seeAlso":"unit:IU"
,"symbol":"IU\/L"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[IU].L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/IU-PER-L",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\nThe $\\textit{International Unit per Liter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/L$.\nThe magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.\n",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"expression" : "$IU/L$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PlasmaLevel", "http://qudt.org/vocab/quantitykind/SerumLevel" ],
"symbol" : "IU/L",
"ucumCode" : "[IU].L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Unit per Litre", {
"@language" : "en",
"@value" : "International Unit per Litre"
}, {
"@language" : "en-us",
"@value" : "International Unit per Liter"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/IU",
"@context" : {
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IU-PER-MilliGM
URI: http://qudt.org/vocab/unit/IU-PER-MilliGM
International Unit per milligramme. The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/IU-PER-MilliGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """ <p>International Unit per milligramme. The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier. </p>"""^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/plainTextDescription> "International Units per milligramme." ; <http://qudt.org/schema/qudt/symbol> "IU/mg" ; <http://qudt.org/schema/qudt/ucumCode> "[IU].mg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "International Unit per Milligram" ; rdfs:label "International Unit per Milligram"@en ; .
{"resource":"International Unit per Milligram"
,"qname":"unit:IU-PER-MilliGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IU-PER-MilliGM"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"\n<p>International Unit per milligramme.\nThe magnitude of one $IU\/L$ depends on the material, so there is no single conversion multiplier.\n<\/p>"
,"description (plain text)":"International Units per milligramme."
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Unit per Milligram"
,"label":"International Unit per Milligram"
,"symbol":"IU\/mg"
,"type":"qudt:Unit"
,"ucum code":"[IU].mg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/IU-PER-MilliGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n<p>International Unit per milligramme.\nThe magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.\n</p>",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass",
"plainTextDescription" : "International Units per milligramme.",
"symbol" : "IU/mg",
"ucumCode" : "[IU].mg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Unit per Milligram", {
"@language" : "en",
"@value" : "International Unit per Milligram"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:IU-PER-MilliL
URI: http://qudt.org/vocab/unit/IU-PER-MilliL
The $\textit{International Unit per Milliliter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/mL$. The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/IU-PER-MilliL>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{International Unit per Milliliter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/mL$.
The magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/expression> "$IU/mL$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlasmaLevel> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SerumLevel> ;
<http://qudt.org/schema/qudt/symbol> "IU/mL" ;
<http://qudt.org/schema/qudt/ucumCode> "[IU].mL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "International Unit per Milliliter"@en-US ;
rdfs:label "International Unit per Millilitre" ;
rdfs:label "International Unit per Millilitre"@en ;
.
{"resource":"International Unit per Millilitre"
,"qname":"unit:IU-PER-MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/IU-PER-MilliL"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\nThe $\\textit{International Unit per Milliliter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU\/mL$.\nThe magnitude of one $IU\/L$ depends on the material, so there is no single conversion multiplier.\n"
,"expression":"$IU\/mL$"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:PlasmaLevel"
,"has quantity kind":"quantitykind:SerumLevel"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Unit per Milliliter"
,"label":"International Unit per Millilitre"
,"label":"International Unit per Millilitre"
,"symbol":"IU\/mL"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[IU].mL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/IU-PER-MilliL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\nThe $\\textit{International Unit per Milliliter}$ is a unit for 'Serum Or Plasma Level' expressed as $IU/mL$.\nThe magnitude of one $IU/L$ depends on the material, so there is no single conversion multiplier.\n",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"expression" : "$IU/mL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PlasmaLevel", "http://qudt.org/vocab/quantitykind/SerumLevel" ],
"symbol" : "IU/mL",
"ucumCode" : "[IU].mL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Unit per Millilitre", {
"@language" : "en",
"@value" : "International Unit per Millilitre"
}, {
"@language" : "en-us",
"@value" : "International Unit per Milliliter"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J
URI: http://qudt.org/vocab/unit/J
$\textit{Joule}$ is the SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of $1 m/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Joule}$ is the SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied.
Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of $1 m/s$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Joule"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/N-M> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExchangeIntegral> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HamiltonFunction> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LagrangeFunction> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LevelWidth> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA172" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Joule?oldid=494340406"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA172"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$$\\text{J}\\ \\equiv\\ \\text{joule}\\ \\equiv\\ \\text{CV}\\ \\equiv\\ \\text{coulomb.volt}\\ \\equiv\\ \\frac{\\text{eV}}{1.602\\ 10^{-19}}\\ \\equiv\\ \\frac{\\text{electron.volt}}{1.602\\ 10^{-19}}$$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/joule> ;
<http://qudt.org/schema/qudt/plainTextDescription> "The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of 1 m/s. This is the same as 107 ergs in the CGS system, or approximately 0.737 562 foot-pound in the traditional English system. In other energy units, one joule equals about 9.478 170 x 10-4 Btu, 0.238 846 (small) calories, or 2.777 778 x 10-4 watt hour. The joule is named for the British physicist James Prescott Joule (1818-1889), who demonstrated the equivalence of mechanical and thermal energy in a famous experiment in 1843. " ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/joule> ;
<http://qudt.org/schema/qudt/symbol> "J" ;
<http://qudt.org/schema/qudt/ucumCode> "J"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "J" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "JOU" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25269> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul"@pl ;
rdfs:label "Joule" ;
rdfs:label "Joule"@cs ;
rdfs:label "Joule"@de ;
rdfs:label "Joule"@en ;
rdfs:label "Joule"@fr ;
rdfs:label "Joule"@hu ;
rdfs:label "Joule"@it ;
rdfs:label "Joule"@ms ;
rdfs:label "Joule"@pt ;
rdfs:label "Joule"@ro ;
rdfs:label "Joule"@sl ;
rdfs:label "Joule"@tr ;
rdfs:label "Joulium"@la ;
rdfs:label "Julio"@es ;
rdfs:label "Τζάουλ"@el ;
rdfs:label "Джаул"@bg ;
rdfs:label "Джоуль"@ru ;
rdfs:label "ژول"@fa ;
rdfs:label "जूल"@hi ;
rdfs:label "ジュール"@ja ;
rdfs:label "焦耳"@zh ;
.
{"resource":"Joule"
,"qname":"unit:J"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J"
,"properties":["Individual from SI Reference Point":"si-unit:joule"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25269>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Joule"
,"description":"$\\textit{Joule}$ is the SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. \n Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of $1 m\/s$.\n "
,"description (plain text)":"The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of 1 m\/s. This is the same as 107 ergs in the CGS system, or approximately 0.737 562 foot-pound in the traditional English system. In other energy units, one joule equals about 9.478 170 x 10-4 Btu, 0.238 846 (small) calories, or 2.777 778 x 10-4 watt hour. The joule is named for the British physicist James Prescott Joule (1818-1889), who demonstrated the equivalence of mechanical and thermal energy in a famous experiment in 1843. "
,"exact match":"unit:N-M"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ExchangeIntegral"
,"has quantity kind":"quantitykind:HamiltonFunction"
,"has quantity kind":"quantitykind:LagrangeFunction"
,"has quantity kind":"quantitykind:LevelWidth"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA172"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Joule?oldid=494340406"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA172"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul"
,"label":"Joule"
,"label":"Joule"
,"label":"Joule"
,"label":"Joule"
,"label":"Joule"
,"label":"Joule"
,"label":"Joule"
,"label":"Joule"
,"label":"Joule"
,"label":"Joule"
,"label":"Joule"
,"label":"Joule"
,"label":"Joulium"
,"label":"Julio"
,"label":"Τζάουλ"
,"label":"Джаул"
,"label":"Джоуль"
,"label":"ژول"
,"label":"जूल"
,"label":"ジュール"
,"label":"焦耳"
,"latex definition":"$$\\text{J}\\ \\equiv\\ \\text{joule}\\ \\equiv\\ \\text{CV}\\ \\equiv\\ \\text{coulomb.volt}\\ \\equiv\\ \\frac{\\text{eV}}{1.602\\ 10^{-19}}\\ \\equiv\\ \\frac{\\text{electron.volt}}{1.602\\ 10^{-19}}$$"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/joule>"
,"symbol":"J"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J"
,"udunits code":"J"
,"unece common code":"JOU"
]}
{
"@id" : "http://qudt.org/vocab/unit/J",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Joule}$ is the SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. \n Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of $1 m/s$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Joule",
"exactMatch" : "http://qudt.org/vocab/unit/N-M",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LevelWidth", "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/LagrangeFunction", "http://qudt.org/vocab/quantitykind/ExchangeIntegral", "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/HamiltonFunction" ],
"iec61360Code" : "0112/2///62720#UAA172",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA172", "http://en.wikipedia.org/wiki/Joule?oldid=494340406" ],
"latexDefinition" : "$$\\text{J}\\ \\equiv\\ \\text{joule}\\ \\equiv\\ \\text{CV}\\ \\equiv\\ \\text{coulomb.volt}\\ \\equiv\\ \\frac{\\text{eV}}{1.602\\ 10^{-19}}\\ \\equiv\\ \\frac{\\text{electron.volt}}{1.602\\ 10^{-19}}$$",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/joule",
"plainTextDescription" : "The SI unit of work or energy, defined to be the work done by a force of one newton acting to move an object through a distance of one meter in the direction in which the force is applied. Equivalently, since kinetic energy is one half the mass times the square of the velocity, one joule is the kinetic energy of a mass of two kilograms moving at a velocity of 1 m/s. This is the same as 107 ergs in the CGS system, or approximately 0.737 562 foot-pound in the traditional English system. In other energy units, one joule equals about 9.478 170 x 10-4 Btu, 0.238 846 (small) calories, or 2.777 778 x 10-4 watt hour. The joule is named for the British physicist James Prescott Joule (1818-1889), who demonstrated the equivalence of mechanical and thermal energy in a famous experiment in 1843. ",
"siExactMatch" : "https://si-digital-framework.org/SI/units/joule",
"symbol" : "J",
"ucumCode" : "J",
"udunitsCode" : "J",
"uneceCommonCode" : "JOU",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25269",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Joulium"
}, {
"@language" : "hi",
"@value" : "जूल"
}, {
"@language" : "pl",
"@value" : "Dżul"
}, {
"@language" : "ja",
"@value" : "ジュール"
}, {
"@language" : "es",
"@value" : "Julio"
}, {
"@language" : "ms",
"@value" : "Joule"
}, {
"@language" : "it",
"@value" : "Joule"
}, {
"@language" : "en",
"@value" : "Joule"
}, {
"@language" : "fr",
"@value" : "Joule"
}, {
"@language" : "hu",
"@value" : "Joule"
}, "Joule", {
"@language" : "cs",
"@value" : "Joule"
}, {
"@language" : "de",
"@value" : "Joule"
}, {
"@language" : "el",
"@value" : "Τζάουλ"
}, {
"@language" : "tr",
"@value" : "Joule"
}, {
"@language" : "sl",
"@value" : "Joule"
}, {
"@language" : "ro",
"@value" : "Joule"
}, {
"@language" : "pt",
"@value" : "Joule"
}, {
"@language" : "bg",
"@value" : "Джаул"
}, {
"@language" : "fa",
"@value" : "ژول"
}, {
"@language" : "zh",
"@value" : "焦耳"
}, {
"@language" : "ru",
"@value" : "Джоуль"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-M-PER-MOL
URI: http://qudt.org/vocab/unit/J-M-PER-MOL
$\textit{Joule Meter per Mole}$ is a unit for 'Length Molar Energy' expressed as: $$J \cdot m \cdot mol^{-1}$$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-M-PER-MOL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Joule Meter per Mole}$ is a unit for 'Length Molar Energy' expressed as:
$$J \\cdot m \\cdot mol^{-1}$$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$J m mol^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthMolarEnergy> ;
<http://qudt.org/schema/qudt/symbol> "J·m/mol" ;
<http://qudt.org/schema/qudt/ucumCode> "J.m.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul Metr na Mol"@pl ;
rdfs:label "Joule Meter na Mol"@sl ;
rdfs:label "Joule Meter per Mole"@en-US ;
rdfs:label "Joule Meter per Mole"@ms ;
rdfs:label "Joule Meter pro Mol"@de ;
rdfs:label "Joule Metr na Mol"@cs ;
rdfs:label "Joule Metre per Mol"@tr ;
rdfs:label "Joule Metre per Mole" ;
rdfs:label "Joule Metre per Mole"@en ;
rdfs:label "Joule Metro per Mole"@it ;
rdfs:label "Joule Metro por Mol"@pt ;
rdfs:label "Joule Metru pe Mol"@ro ;
rdfs:label "Joule Mètre par Mole"@fr ;
rdfs:label "Joulium Metrum per Moles"@la ;
rdfs:label "Julio Metro por Mol"@es ;
rdfs:label "Τζάουλ Μέτρο ανά Μολ"@el ;
rdfs:label "Джаул Метър на Мол"@bg ;
rdfs:label "Джоуль Метр на Моль"@ru ;
.
{"resource":"Joule Metre per Mole"
,"qname":"unit:J-M-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-M-PER-MOL"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Joule Meter per Mole}$ is a unit for 'Length Molar Energy' expressed as:\n $$J \\cdot m \\cdot mol^{-1}$$.\n "
,"expression":"$J m mol^{-1}$"
,"has dimension vector":"qkdv:A-1E0L3I0M1H0T-2D0"
,"has quantity kind":"quantitykind:LengthMolarEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul Metr na Mol"
,"label":"Joule Meter na Mol"
,"label":"Joule Meter per Mole"
,"label":"Joule Meter per Mole"
,"label":"Joule Meter pro Mol"
,"label":"Joule Metr na Mol"
,"label":"Joule Metre per Mol"
,"label":"Joule Metre per Mole"
,"label":"Joule Metre per Mole"
,"label":"Joule Metro per Mole"
,"label":"Joule Metro por Mol"
,"label":"Joule Metru pe Mol"
,"label":"Joule Mètre par Mole"
,"label":"Joulium Metrum per Moles"
,"label":"Julio Metro por Mol"
,"label":"Τζάουλ Μέτρο ανά Μολ"
,"label":"Джаул Метър на Мол"
,"label":"Джоуль Метр на Моль"
,"symbol":"J·m\/mol"
,"type":"qudt:Unit"
,"ucum code":"J.m.mol-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-M-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Joule Meter per Mole}$ is a unit for 'Length Molar Energy' expressed as:\n $$J \\cdot m \\cdot mol^{-1}$$.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J m mol^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L3I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthMolarEnergy",
"symbol" : "J·m/mol",
"ucumCode" : "J.m.mol-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Joule Mètre par Mole"
}, {
"@language" : "el",
"@value" : "Τζάουλ Μέτρο ανά Μολ"
}, {
"@language" : "de",
"@value" : "Joule Meter pro Mol"
}, {
"@language" : "tr",
"@value" : "Joule Metre per Mol"
}, {
"@language" : "la",
"@value" : "Joulium Metrum per Moles"
}, {
"@language" : "ro",
"@value" : "Joule Metru pe Mol"
}, {
"@language" : "sl",
"@value" : "Joule Meter na Mol"
}, {
"@language" : "it",
"@value" : "Joule Metro per Mole"
}, "Joule Metre per Mole", {
"@language" : "en",
"@value" : "Joule Metre per Mole"
}, {
"@language" : "pl",
"@value" : "Dżul Metr na Mol"
}, {
"@language" : "cs",
"@value" : "Joule Metr na Mol"
}, {
"@language" : "es",
"@value" : "Julio Metro por Mol"
}, {
"@language" : "pt",
"@value" : "Joule Metro por Mol"
}, {
"@language" : "ru",
"@value" : "Джоуль Метр на Моль"
}, {
"@language" : "bg",
"@value" : "Джаул Метър на Мол"
}, {
"@language" : "en-us",
"@value" : "Joule Meter per Mole"
}, {
"@language" : "ms",
"@value" : "Joule Meter per Mole"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-M2
URI: http://qudt.org/vocab/unit/J-M2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalAtomicStoppingPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA181" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA181"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "J·m²" ; <http://qudt.org/schema/qudt/ucumCode> "J.m2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D73" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q112726147> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul Metr Kwadratowy"@pl ; rdfs:label "Joule Kvadratni Meter"@sl ; rdfs:label "Joule Meter Persegi"@ms ; rdfs:label "Joule Metrekare"@tr ; rdfs:label "Joule Metro Quadrado"@pt ; rdfs:label "Joule Metro Quadrato"@it ; rdfs:label "Joule Metru Pătrat"@ro ; rdfs:label "Joule Mètre Carré"@fr ; rdfs:label "Joule Quadratmeter"@de ; rdfs:label "Joule Square Meter"@en-US ; rdfs:label "Joule Square Metre" ; rdfs:label "Joule Square Metre"@en ; rdfs:label "Joule Čtvereční Metr"@cs ; rdfs:label "Joulium Metrum Quadratum"@la ; rdfs:label "Julio Metro Cuadrado"@es ; rdfs:label "Τζάουλ Τετραγωνικό Μέτρο"@el ; rdfs:label "Джаул Квадратен Метър"@bg ; rdfs:label "Джоуль Квадратный Метр"@ru ; .
{"resource":"Joule Square Metre"
,"qname":"unit:J-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q112726147>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L4I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TotalAtomicStoppingPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA181"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA181"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul Metr Kwadratowy"
,"label":"Joule Kvadratni Meter"
,"label":"Joule Meter Persegi"
,"label":"Joule Metrekare"
,"label":"Joule Metro Quadrado"
,"label":"Joule Metro Quadrato"
,"label":"Joule Metru Pătrat"
,"label":"Joule Mètre Carré"
,"label":"Joule Quadratmeter"
,"label":"Joule Square Meter"
,"label":"Joule Square Metre"
,"label":"Joule Square Metre"
,"label":"Joule Čtvereční Metr"
,"label":"Joulium Metrum Quadratum"
,"label":"Julio Metro Cuadrado"
,"label":"Τζάουλ Τετραγωνικό Μέτρο"
,"label":"Джаул Квадратен Метър"
,"label":"Джоуль Квадратный Метр"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"J·m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.m2"
,"unece common code":"D73"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TotalAtomicStoppingPower",
"iec61360Code" : "0112/2///62720#UAA181",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA181",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "J·m²",
"ucumCode" : "J.m2",
"uneceCommonCode" : "D73",
"wikidataMatch" : "http://www.wikidata.org/entity/Q112726147",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Joule Quadratmeter"
}, {
"@language" : "cs",
"@value" : "Joule Čtvereční Metr"
}, {
"@language" : "ro",
"@value" : "Joule Metru Pătrat"
}, {
"@language" : "es",
"@value" : "Julio Metro Cuadrado"
}, {
"@language" : "bg",
"@value" : "Джаул Квадратен Метър"
}, {
"@language" : "ru",
"@value" : "Джоуль Квадратный Метр"
}, {
"@language" : "el",
"@value" : "Τζάουλ Τετραγωνικό Μέτρο"
}, {
"@language" : "pt",
"@value" : "Joule Metro Quadrado"
}, {
"@language" : "fr",
"@value" : "Joule Mètre Carré"
}, {
"@language" : "ms",
"@value" : "Joule Meter Persegi"
}, {
"@language" : "pl",
"@value" : "Dżul Metr Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Joule Square Meter"
}, {
"@language" : "it",
"@value" : "Joule Metro Quadrato"
}, {
"@language" : "tr",
"@value" : "Joule Metrekare"
}, {
"@language" : "la",
"@value" : "Joulium Metrum Quadratum"
}, "Joule Square Metre", {
"@language" : "en",
"@value" : "Joule Square Metre"
}, {
"@language" : "sl",
"@value" : "Joule Kvadratni Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-M2-PER-KiloGM
URI: http://qudt.org/vocab/unit/J-M2-PER-KiloGM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-M2-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$j-m2/kg$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalMassStoppingPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB487" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB487"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "J·m²/kg" ; <http://qudt.org/schema/qudt/ucumCode> "J.m2.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B20" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98643033> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul Metr Kwadratowy na Kilogram"@pl ; rdfs:label "Joule Kvadratni Meter na Kilogram"@sl ; rdfs:label "Joule Meter Persegi per Kilogram"@ms ; rdfs:label "Joule Metrekare per Kilogram"@tr ; rdfs:label "Joule Metro Quadrado por Quilograma"@pt ; rdfs:label "Joule Metro Quadrato per Chilogrammo"@it ; rdfs:label "Joule Metru Pătrat pe Kilogram"@ro ; rdfs:label "Joule Mètre Carré par Kilogramme"@fr ; rdfs:label "Joule Quadratmeter pro Kilogramm"@de ; rdfs:label "Joule Square Meter per Kilogram"@en-US ; rdfs:label "Joule Square Metre per Kilogram" ; rdfs:label "Joule Square Metre per Kilogram"@en ; rdfs:label "Joule Čtvereční Metr na Kilogram"@cs ; rdfs:label "Joulium Metrum Quadratum per Chiliogramma"@la ; rdfs:label "Julio Metro Cuadrado por Kilogramo"@es ; rdfs:label "Τζάουλ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"@el ; rdfs:label "Джаул Квадратен Метър на Килограм"@bg ; rdfs:label "Джоуль Квадратный Метр на Килограмм"@ru ; .
{"resource":"Joule Square Metre per Kilogram"
,"qname":"unit:J-M2-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-M2-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98643033>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$j-m2\/kg$"
,"has dimension vector":"qkdv:A0E0L4I0M0H0T-2D0"
,"has quantity kind":"quantitykind:TotalMassStoppingPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB487"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB487"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul Metr Kwadratowy na Kilogram"
,"label":"Joule Kvadratni Meter na Kilogram"
,"label":"Joule Meter Persegi per Kilogram"
,"label":"Joule Metrekare per Kilogram"
,"label":"Joule Metro Quadrado por Quilograma"
,"label":"Joule Metro Quadrato per Chilogrammo"
,"label":"Joule Metru Pătrat pe Kilogram"
,"label":"Joule Mètre Carré par Kilogramme"
,"label":"Joule Quadratmeter pro Kilogramm"
,"label":"Joule Square Meter per Kilogram"
,"label":"Joule Square Metre per Kilogram"
,"label":"Joule Square Metre per Kilogram"
,"label":"Joule Čtvereční Metr na Kilogram"
,"label":"Joulium Metrum Quadratum per Chiliogramma"
,"label":"Julio Metro Cuadrado por Kilogramo"
,"label":"Τζάουλ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"
,"label":"Джаул Квадратен Метър на Килограм"
,"label":"Джоуль Квадратный Метр на Килограмм"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"J·m²\/kg"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.m2.kg-1"
,"unece common code":"B20"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-M2-PER-KiloGM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$j-m2/kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TotalMassStoppingPower",
"iec61360Code" : "0112/2///62720#UAB487",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB487",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "J·m²/kg",
"ucumCode" : "J.m2.kg-1",
"uneceCommonCode" : "B20",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98643033",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Joule Kvadratni Meter na Kilogram"
}, {
"@language" : "pl",
"@value" : "Dżul Metr Kwadratowy na Kilogram"
}, {
"@language" : "pt",
"@value" : "Joule Metro Quadrado por Quilograma"
}, {
"@language" : "en",
"@value" : "Joule Square Metre per Kilogram"
}, "Joule Square Metre per Kilogram", {
"@language" : "tr",
"@value" : "Joule Metrekare per Kilogram"
}, {
"@language" : "de",
"@value" : "Joule Quadratmeter pro Kilogramm"
}, {
"@language" : "en-us",
"@value" : "Joule Square Meter per Kilogram"
}, {
"@language" : "es",
"@value" : "Julio Metro Cuadrado por Kilogramo"
}, {
"@language" : "fr",
"@value" : "Joule Mètre Carré par Kilogramme"
}, {
"@language" : "bg",
"@value" : "Джаул Квадратен Метър на Килограм"
}, {
"@language" : "ro",
"@value" : "Joule Metru Pătrat pe Kilogram"
}, {
"@language" : "ru",
"@value" : "Джоуль Квадратный Метр на Килограмм"
}, {
"@language" : "it",
"@value" : "Joule Metro Quadrato per Chilogrammo"
}, {
"@language" : "ms",
"@value" : "Joule Meter Persegi per Kilogram"
}, {
"@language" : "el",
"@value" : "Τζάουλ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"
}, {
"@language" : "la",
"@value" : "Joulium Metrum Quadratum per Chiliogramma"
}, {
"@language" : "cs",
"@value" : "Joule Čtvereční Metr na Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-CentiM2
URI: http://qudt.org/vocab/unit/J-PER-CentiM2
derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB188" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB188"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "J/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "J.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E43" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107361092> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Centimetr Kwadratowy"@pl ; rdfs:label "Joule na Kvadratni Centimeter"@sl ; rdfs:label "Joule na Čtvereční Centimetr"@cs ; rdfs:label "Joule par Centimètre Carré"@fr ; rdfs:label "Joule pe Centimetru Pătrat"@ro ; rdfs:label "Joule per Centimeter Persegi"@ms ; rdfs:label "Joule per Centimetrekare"@tr ; rdfs:label "Joule per Centimetro Quadrato"@it ; rdfs:label "Joule per Square Centimeter"@en-US ; rdfs:label "Joule per Square Centimetre" ; rdfs:label "Joule per Square Centimetre"@en ; rdfs:label "Joule pro Quadratcentimeter"@de ; rdfs:label "Julio por Centimetro Cuadrado"@es ; .
{"resource":"Joule per Square Centimetre"
,"qname":"unit:J-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107361092>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"description":"derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"description (plain text)":"derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:StrainEnergyReleaseRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB188"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB188"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Centimetr Kwadratowy"
,"label":"Joule na Kvadratni Centimeter"
,"label":"Joule na Čtvereční Centimetr"
,"label":"Joule par Centimètre Carré"
,"label":"Joule pe Centimetru Pătrat"
,"label":"Joule per Centimeter Persegi"
,"label":"Joule per Centimetrekare"
,"label":"Joule per Centimetro Quadrato"
,"label":"Joule per Square Centimeter"
,"label":"Joule per Square Centimetre"
,"label":"Joule per Square Centimetre"
,"label":"Joule pro Quadratcentimeter"
,"label":"Julio por Centimetro Cuadrado"
,"symbol":"J\/cm²"
,"type":"qudt:Unit"
,"ucum code":"J.cm-2"
,"unece common code":"E43"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate", "http://qudt.org/vocab/quantitykind/EnergyPerArea" ],
"iec61360Code" : "0112/2///62720#UAB188",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB188",
"plainTextDescription" : "derived SI unit joule divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"symbol" : "J/cm²",
"ucumCode" : "J.cm-2",
"uneceCommonCode" : "E43",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107361092",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Joule pro Quadratcentimeter"
}, {
"@language" : "it",
"@value" : "Joule per Centimetro Quadrato"
}, {
"@language" : "cs",
"@value" : "Joule na Čtvereční Centimetr"
}, {
"@language" : "ms",
"@value" : "Joule per Centimeter Persegi"
}, {
"@language" : "sl",
"@value" : "Joule na Kvadratni Centimeter"
}, {
"@language" : "pl",
"@value" : "Dżul na Centimetr Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Joule par Centimètre Carré"
}, {
"@language" : "ro",
"@value" : "Joule pe Centimetru Pătrat"
}, {
"@language" : "en-us",
"@value" : "Joule per Square Centimeter"
}, "Joule per Square Centimetre", {
"@language" : "en",
"@value" : "Joule per Square Centimetre"
}, {
"@language" : "tr",
"@value" : "Joule per Centimetrekare"
}, {
"@language" : "es",
"@value" : "Julio por Centimetro Cuadrado"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-CentiM2-DAY
URI: http://qudt.org/vocab/unit/J-PER-CentiM2-DAY
Radiant energy per 10^-4 SI unit area over a period of one day.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-CentiM2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Radiant energy per 10^-4 SI unit area over a period of one day."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Radiosity> ; <http://qudt.org/schema/qudt/symbol> "J/(cm²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "J.cm-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Joule per Square Centimeter Day"@en-US ; rdfs:label "Joule per Square Centimetre Day" ; rdfs:label "Joule per Square Centimetre Day"@en ; .
{"resource":"Joule per Square Centimetre Day"
,"qname":"unit:J-PER-CentiM2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-CentiM2-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-1"
,"description":"Radiant energy per 10^-4 SI unit area over a period of one day."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"has quantity kind":"quantitykind:Radiosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Joule per Square Centimeter Day"
,"label":"Joule per Square Centimetre Day"
,"label":"Joule per Square Centimetre Day"
,"symbol":"J\/(cm²·d)"
,"type":"qudt:Unit"
,"ucum code":"J.cm-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-CentiM2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Radiant energy per 10^-4 SI unit area over a period of one day."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.1157407407407407407407407407407407",
"conversionMultiplier:SN" : 0.11574074074074074,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Radiosity", "http://qudt.org/vocab/quantitykind/PowerPerArea" ],
"symbol" : "J/(cm²·d)",
"ucumCode" : "J.cm-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Joule per Square Centimetre Day", {
"@language" : "en",
"@value" : "Joule per Square Centimetre Day"
}, {
"@language" : "en-us",
"@value" : "Joule per Square Centimeter Day"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-CentiM3-K
URI: http://qudt.org/vocab/unit/J-PER-CentiM3-K
$\textit{Joule per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(cm^{3} K)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-PER-CentiM3-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Joule per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(cm^{3} K)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$J/(cm^{3} K)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricHeatCapacity> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Joule per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as J/(cm³·K)" ;
<http://qudt.org/schema/qudt/symbol> "J/(cm³·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "J.cm-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul na Centimetr Sześcienny Kelwin"@pl ;
rdfs:label "Joule na Centimetr Krychlový Kelvin"@cs ;
rdfs:label "Joule na Kubični Centimeter Kelvin"@sl ;
rdfs:label "Joule par Centimètre Cube Kelvin"@fr ;
rdfs:label "Joule pe Centimetru Cub Kelvin"@ro ;
rdfs:label "Joule per Centimeter Kubik Kelvin"@ms ;
rdfs:label "Joule per Centimetreküp Kelvin"@tr ;
rdfs:label "Joule per Centimetro Cubo Kelvin"@it ;
rdfs:label "Joule per Cubic Centimeter Kelvin"@en-US ;
rdfs:label "Joule per Cubic Centimetre Kelvin" ;
rdfs:label "Joule per Cubic Centimetre Kelvin"@en ;
rdfs:label "Joule pro Kubikcentimeter Kelvin"@de ;
rdfs:label "Julio por Centimetro Cúbico Kelvin"@es ;
.
{"resource":"Joule per Cubic Centimetre Kelvin"
,"qname":"unit:J-PER-CentiM3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-CentiM3-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Joule per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J\/(cm^{3} K)$."
,"description (plain text)":"Joule per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as J\/(cm³·K)"
,"expression":"$J\/(cm^{3} K)$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:VolumetricHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Centimetr Sześcienny Kelwin"
,"label":"Joule na Centimetr Krychlový Kelvin"
,"label":"Joule na Kubični Centimeter Kelvin"
,"label":"Joule par Centimètre Cube Kelvin"
,"label":"Joule pe Centimetru Cub Kelvin"
,"label":"Joule per Centimeter Kubik Kelvin"
,"label":"Joule per Centimetreküp Kelvin"
,"label":"Joule per Centimetro Cubo Kelvin"
,"label":"Joule per Cubic Centimeter Kelvin"
,"label":"Joule per Cubic Centimetre Kelvin"
,"label":"Joule per Cubic Centimetre Kelvin"
,"label":"Joule pro Kubikcentimeter Kelvin"
,"label":"Julio por Centimetro Cúbico Kelvin"
,"symbol":"J\/(cm³·K)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.cm-3.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-CentiM3-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Joule per Cubic Centimeter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(cm^{3} K)$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J/(cm^{3} K)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricHeatCapacity",
"plainTextDescription" : "Joule per Cubic Centimeter Kelvin is a unit for Volumetric Heat Capacity expressed as J/(cm³·K)",
"symbol" : "J/(cm³·K)",
"ucumCode" : "J.cm-3.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Joule per Centimeter Kubik Kelvin"
}, {
"@language" : "cs",
"@value" : "Joule na Centimetr Krychlový Kelvin"
}, {
"@language" : "it",
"@value" : "Joule per Centimetro Cubo Kelvin"
}, {
"@language" : "de",
"@value" : "Joule pro Kubikcentimeter Kelvin"
}, {
"@language" : "tr",
"@value" : "Joule per Centimetreküp Kelvin"
}, {
"@language" : "pl",
"@value" : "Dżul na Centimetr Sześcienny Kelwin"
}, {
"@language" : "fr",
"@value" : "Joule par Centimètre Cube Kelvin"
}, {
"@language" : "en-us",
"@value" : "Joule per Cubic Centimeter Kelvin"
}, {
"@language" : "ro",
"@value" : "Joule pe Centimetru Cub Kelvin"
}, {
"@language" : "es",
"@value" : "Julio por Centimetro Cúbico Kelvin"
}, "Joule per Cubic Centimetre Kelvin", {
"@language" : "en",
"@value" : "Joule per Cubic Centimetre Kelvin"
}, {
"@language" : "sl",
"@value" : "Joule na Kubični Centimeter Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-DAY
URI: http://qudt.org/vocab/unit/J-PER-DAY
quotient from the SI derived unit joule divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient from the SI derived unit joule divided by the unit day" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB446" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB446"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "J/d" ; <http://qudt.org/schema/qudt/ucumCode> "J.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P17" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Joule per Day" ; rdfs:label "Joule per Day"@en ; .
{"resource":"Joule per Day"
,"qname":"unit:J-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-DAY"
,"properties":["conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"description":"quotient from the SI derived unit joule divided by the unit day"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB446"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB446"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Joule per Day"
,"label":"Joule per Day"
,"symbol":"J\/d"
,"type":"qudt:Unit"
,"ucum code":"J.d-1"
,"unece common code":"P17"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient from the SI derived unit joule divided by the unit day",
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB446",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB446",
"symbol" : "J/d",
"ucumCode" : "J.d-1",
"uneceCommonCode" : "P17",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Joule per Day"
}, "Joule per Day" ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-GM
URI: http://qudt.org/vocab/unit/J-PER-GM
SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA174" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA174"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "J/g" ; <http://qudt.org/schema/qudt/ucumCode> "J.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D95" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106611903> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Gram"@pl ; rdfs:label "Joule na Gram"@cs ; rdfs:label "Joule na Gram"@sl ; rdfs:label "Joule par Gramme"@fr ; rdfs:label "Joule pe Gram"@ro ; rdfs:label "Joule per Gram" ; rdfs:label "Joule per Gram"@en ; rdfs:label "Joule per Gram"@ms ; rdfs:label "Joule per Gram"@tr ; rdfs:label "Joule per Grammo"@it ; rdfs:label "Joule por Grama"@pt ; rdfs:label "Joule pro Gramm"@de ; rdfs:label "Joulium per Gramma"@la ; rdfs:label "Julio por Gramo"@es ; .
{"resource":"Joule per Gram"
,"qname":"unit:J-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-GM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106611903>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram"
,"description (plain text)":"SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA174"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA174"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Gram"
,"label":"Joule na Gram"
,"label":"Joule na Gram"
,"label":"Joule par Gramme"
,"label":"Joule pe Gram"
,"label":"Joule per Gram"
,"label":"Joule per Gram"
,"label":"Joule per Gram"
,"label":"Joule per Gram"
,"label":"Joule per Grammo"
,"label":"Joule por Grama"
,"label":"Joule pro Gramm"
,"label":"Joulium per Gramma"
,"label":"Julio por Gramo"
,"symbol":"J\/g"
,"type":"qudt:Unit"
,"ucum code":"J.g-1"
,"unece common code":"D95"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"iec61360Code" : "0112/2///62720#UAA174",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA174",
"plainTextDescription" : "SI derived unit joule divided by the 0.001-fold of the SI base unit kilogram",
"symbol" : "J/g",
"ucumCode" : "J.g-1",
"uneceCommonCode" : "D95",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106611903",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Joule na Gram"
}, {
"@language" : "it",
"@value" : "Joule per Grammo"
}, {
"@language" : "pl",
"@value" : "Dżul na Gram"
}, "Joule per Gram", {
"@language" : "en",
"@value" : "Joule per Gram"
}, {
"@language" : "ms",
"@value" : "Joule per Gram"
}, {
"@language" : "tr",
"@value" : "Joule per Gram"
}, {
"@language" : "fr",
"@value" : "Joule par Gramme"
}, {
"@language" : "sl",
"@value" : "Joule na Gram"
}, {
"@language" : "pt",
"@value" : "Joule por Grama"
}, {
"@language" : "de",
"@value" : "Joule pro Gramm"
}, {
"@language" : "ro",
"@value" : "Joule pe Gram"
}, {
"@language" : "es",
"@value" : "Julio por Gramo"
}, {
"@language" : "la",
"@value" : "Joulium per Gramma"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-GM-DEG_C
URI: http://qudt.org/vocab/unit/J-PER-GM-DEG_C
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-GM-DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for expressing the specific heat capacity." ; <http://qudt.org/schema/qudt/symbol> "J/(g·°C)" ; <http://qudt.org/schema/qudt/ucumCode> "J.g-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Gram Stopień Celsjusza"@pl ; rdfs:label "Joule na Gram Stopinja Celzija"@sl ; rdfs:label "Joule na Gram Stupně Celsia"@cs ; rdfs:label "Joule par Gramme Degré Celsius"@fr ; rdfs:label "Joule pe Gram Grad Celsius"@ro ; rdfs:label "Joule per Gram Celsius"@tr ; rdfs:label "Joule per Gram Darjah Celsius"@ms ; rdfs:label "Joule per Gram Degree Celsius" ; rdfs:label "Joule per Gram Degree Celsius"@en ; rdfs:label "Joule per Grammo Grado Celsius"@it ; rdfs:label "Joule por Grama Grau Celsius"@pt ; rdfs:label "Joule pro Gramm Grad Celsius"@de ; rdfs:label "Joulium per Gramma Gradus Celsii"@la ; rdfs:label "Julio por Gramo Grado Celsius"@es ; .
{"resource":"Joule per Gram Degree Celsius"
,"qname":"unit:J-PER-GM-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-GM-DEG_C"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description (plain text)":"Unit for expressing the specific heat capacity."
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Gram Stopień Celsjusza"
,"label":"Joule na Gram Stopinja Celzija"
,"label":"Joule na Gram Stupně Celsia"
,"label":"Joule par Gramme Degré Celsius"
,"label":"Joule pe Gram Grad Celsius"
,"label":"Joule per Gram Celsius"
,"label":"Joule per Gram Darjah Celsius"
,"label":"Joule per Gram Degree Celsius"
,"label":"Joule per Gram Degree Celsius"
,"label":"Joule per Grammo Grado Celsius"
,"label":"Joule por Grama Grau Celsius"
,"label":"Joule pro Gramm Grad Celsius"
,"label":"Joulium per Gramma Gradus Celsii"
,"label":"Julio por Gramo Grado Celsius"
,"symbol":"J\/(g·°C)"
,"type":"qudt:Unit"
,"ucum code":"J.g-1.Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-GM-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume" ],
"plainTextDescription" : "Unit for expressing the specific heat capacity.",
"symbol" : "J/(g·°C)",
"ucumCode" : "J.g-1.Cel-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Joule par Gramme Degré Celsius"
}, {
"@language" : "de",
"@value" : "Joule pro Gramm Grad Celsius"
}, {
"@language" : "it",
"@value" : "Joule per Grammo Grado Celsius"
}, {
"@language" : "sl",
"@value" : "Joule na Gram Stopinja Celzija"
}, "Joule per Gram Degree Celsius", {
"@language" : "en",
"@value" : "Joule per Gram Degree Celsius"
}, {
"@language" : "tr",
"@value" : "Joule per Gram Celsius"
}, {
"@language" : "es",
"@value" : "Julio por Gramo Grado Celsius"
}, {
"@language" : "la",
"@value" : "Joulium per Gramma Gradus Celsii"
}, {
"@language" : "ms",
"@value" : "Joule per Gram Darjah Celsius"
}, {
"@language" : "ro",
"@value" : "Joule pe Gram Grad Celsius"
}, {
"@language" : "cs",
"@value" : "Joule na Gram Stupně Celsia"
}, {
"@language" : "pl",
"@value" : "Dżul na Gram Stopień Celsjusza"
}, {
"@language" : "pt",
"@value" : "Joule por Grama Grau Celsius"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-GM-K
URI: http://qudt.org/vocab/unit/J-PER-GM-K
Joule per Gram Kelvin is a unit typically used for specific heat capacity.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-PER-GM-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Joule per Gram Kelvin is a unit typically used for specific heat capacity." ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ;
<http://qudt.org/schema/qudt/latexSymbol> "$\\frac{J}{g \\cdot K}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Unit for expressing the specific heat capacity." ;
<http://qudt.org/schema/qudt/symbol> "J/(g·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "J.g-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul na Gram Kelwin"@pl ;
rdfs:label "Joule na Gram Kelvin"@cs ;
rdfs:label "Joule na Gram Kelvin"@sl ;
rdfs:label "Joule par Gramme Kelvin"@fr ;
rdfs:label "Joule pe Gram Kelvin"@ro ;
rdfs:label "Joule per Gram Kelvin" ;
rdfs:label "Joule per Gram Kelvin"@en ;
rdfs:label "Joule per Gram Kelvin"@ms ;
rdfs:label "Joule per Gram Kelvin"@tr ;
rdfs:label "Joule per Grammo Kelvin"@it ;
rdfs:label "Joule por Grama Kelvin"@pt ;
rdfs:label "Joule pro Gramm Kelvin"@de ;
rdfs:label "Joulium per Gramma Kelvin"@la ;
rdfs:label "Julio por Gramo Kelvin"@es ;
.
{"resource":"Joule per Gram Kelvin"
,"qname":"unit:J-PER-GM-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-GM-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"defined unit of system":"sou:SI"
,"description":"Joule per Gram Kelvin is a unit typically used for specific heat capacity."
,"description (plain text)":"Unit for expressing the specific heat capacity."
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Gram Kelwin"
,"label":"Joule na Gram Kelvin"
,"label":"Joule na Gram Kelvin"
,"label":"Joule par Gramme Kelvin"
,"label":"Joule pe Gram Kelvin"
,"label":"Joule per Gram Kelvin"
,"label":"Joule per Gram Kelvin"
,"label":"Joule per Gram Kelvin"
,"label":"Joule per Gram Kelvin"
,"label":"Joule per Grammo Kelvin"
,"label":"Joule por Grama Kelvin"
,"label":"Joule pro Gramm Kelvin"
,"label":"Joulium per Gramma Kelvin"
,"label":"Julio por Gramo Kelvin"
,"latex symbol":"$\\frac{J}{g \\cdot K}$"
,"symbol":"J\/(g·K)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.g-1.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-GM-K",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Joule per Gram Kelvin is a unit typically used for specific heat capacity.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure", "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume" ],
"latexSymbol" : "$\\frac{J}{g \\cdot K}$",
"plainTextDescription" : "Unit for expressing the specific heat capacity.",
"symbol" : "J/(g·K)",
"ucumCode" : "J.g-1.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Julio por Gramo Kelvin"
}, {
"@language" : "pt",
"@value" : "Joule por Grama Kelvin"
}, {
"@language" : "it",
"@value" : "Joule per Grammo Kelvin"
}, {
"@language" : "ro",
"@value" : "Joule pe Gram Kelvin"
}, {
"@language" : "la",
"@value" : "Joulium per Gramma Kelvin"
}, {
"@language" : "de",
"@value" : "Joule pro Gramm Kelvin"
}, {
"@language" : "pl",
"@value" : "Dżul na Gram Kelwin"
}, {
"@language" : "fr",
"@value" : "Joule par Gramme Kelvin"
}, {
"@language" : "cs",
"@value" : "Joule na Gram Kelvin"
}, {
"@language" : "sl",
"@value" : "Joule na Gram Kelvin"
}, "Joule per Gram Kelvin", {
"@language" : "en",
"@value" : "Joule per Gram Kelvin"
}, {
"@language" : "ms",
"@value" : "Joule per Gram Kelvin"
}, {
"@language" : "tr",
"@value" : "Joule per Gram Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-HR
URI: http://qudt.org/vocab/unit/J-PER-HR
SI derived unit joule divided by the 3600 times the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit joule divided by the 3600 times the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB445" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB445"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit joule divided by the 3600 times the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "J/h" ; <http://qudt.org/schema/qudt/ucumCode> "J.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P16" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106840018> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Joule per Hour" ; rdfs:label "Joule per Hour"@en ; .
{"resource":"Joule per Hour"
,"qname":"unit:J-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106840018>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"SI derived unit joule divided by the 3600 times the SI base unit second"
,"description (plain text)":"SI derived unit joule divided by the 3600 times the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB445"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB445"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Joule per Hour"
,"label":"Joule per Hour"
,"symbol":"J\/h"
,"type":"qudt:Unit"
,"ucum code":"J.h-1"
,"unece common code":"P16"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit joule divided by the 3600 times the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB445",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB445",
"plainTextDescription" : "SI derived unit joule divided by the 3600 times the SI base unit second",
"symbol" : "J/h",
"ucumCode" : "J.h-1",
"uneceCommonCode" : "P16",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106840018",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Joule per Hour", {
"@language" : "en",
"@value" : "Joule per Hour"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-K
URI: http://qudt.org/vocab/unit/J-PER-K
Joule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of $ML^{2}T^{-2}Q^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and Q is temperature. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-PER-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Joule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of $ML^{2}T^{-2}Q^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and Q is temperature. This unit is the standard SI unit in this category."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$J/K$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Entropy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatCapacity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA173" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA173"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "J/K" ;
<http://qudt.org/schema/qudt/ucumCode> "J.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "JE" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21393312> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul na Kelwin"@pl ;
rdfs:label "Joule na Kelvin"@cs ;
rdfs:label "Joule na Kelvin"@sl ;
rdfs:label "Joule par Kelvin"@fr ;
rdfs:label "Joule pe Kelvin"@ro ;
rdfs:label "Joule per Kelvin" ;
rdfs:label "Joule per Kelvin"@en ;
rdfs:label "Joule per Kelvin"@it ;
rdfs:label "Joule per Kelvin"@ms ;
rdfs:label "Joule per Kelvin"@tr ;
rdfs:label "Joule por Kelvin"@pt ;
rdfs:label "Joule pro Kelvin"@de ;
rdfs:label "Joulium per Kelvin"@la ;
rdfs:label "Julio por Kelvin"@es ;
rdfs:label "Τζάουλ ανά Κέλβιν"@el ;
rdfs:label "Джаул на Келвин"@bg ;
rdfs:label "Джоуль на Кельвин"@ru ;
rdfs:label "جول لكل كلفن"@ar ;
rdfs:label "ژول بر کلوین"@fa ;
rdfs:label "जूल प्रति कैल्विन"@hi ;
rdfs:label "ジュール毎立方メートル"@ja ;
rdfs:label "焦耳每开尔文"@zh ;
.
{"resource":"Joule per Kelvin"
,"qname":"unit:J-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21393312>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Joule Per Kelvin (J\/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule\/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J\/K) has a dimension of $ML^{2}T^{-2}Q^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and Q is temperature. This unit is the standard SI unit in this category."
,"expression":"$J\/K$"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:Entropy"
,"has quantity kind":"quantitykind:HeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA173"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA173"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Kelwin"
,"label":"Joule na Kelvin"
,"label":"Joule na Kelvin"
,"label":"Joule par Kelvin"
,"label":"Joule pe Kelvin"
,"label":"Joule per Kelvin"
,"label":"Joule per Kelvin"
,"label":"Joule per Kelvin"
,"label":"Joule per Kelvin"
,"label":"Joule per Kelvin"
,"label":"Joule por Kelvin"
,"label":"Joule pro Kelvin"
,"label":"Joulium per Kelvin"
,"label":"Julio por Kelvin"
,"label":"Τζάουλ ανά Κέλβιν"
,"label":"Джаул на Келвин"
,"label":"Джоуль на Кельвин"
,"label":"جول لكل كلفن"
,"label":"ژول بر کلوین"
,"label":"जूल प्रति कैल्विन"
,"label":"ジュール毎立方メートル"
,"label":"焦耳每开尔文"
,"symbol":"J\/K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.K-1"
,"unece common code":"JE"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Joule Per Kelvin (J/K) is a unit in the category of Entropy. It is also known as joules per kelvin, joule/kelvin. This unit is commonly used in the SI unit system. Joule Per Kelvin (J/K) has a dimension of $ML^{2}T^{-2}Q^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and Q is temperature. This unit is the standard SI unit in this category.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J/K$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/HeatCapacity", "http://qudt.org/vocab/quantitykind/Entropy" ],
"iec61360Code" : "0112/2///62720#UAA173",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA173",
"symbol" : "J/K",
"ucumCode" : "J.K-1",
"uneceCommonCode" : "JE",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21393312",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Joulium per Kelvin"
}, {
"@language" : "ar",
"@value" : "جول لكل كلفن"
}, {
"@language" : "fa",
"@value" : "ژول بر کلوین"
}, {
"@language" : "es",
"@value" : "Julio por Kelvin"
}, {
"@language" : "ja",
"@value" : "ジュール毎立方メートル"
}, {
"@language" : "pt",
"@value" : "Joule por Kelvin"
}, {
"@language" : "ru",
"@value" : "Джоуль на Кельвин"
}, {
"@language" : "ro",
"@value" : "Joule pe Kelvin"
}, {
"@language" : "hi",
"@value" : "जूल प्रति कैल्विन"
}, {
"@language" : "cs",
"@value" : "Joule na Kelvin"
}, {
"@language" : "sl",
"@value" : "Joule na Kelvin"
}, {
"@language" : "pl",
"@value" : "Dżul na Kelwin"
}, {
"@language" : "fr",
"@value" : "Joule par Kelvin"
}, "Joule per Kelvin", {
"@language" : "en",
"@value" : "Joule per Kelvin"
}, {
"@language" : "it",
"@value" : "Joule per Kelvin"
}, {
"@language" : "ms",
"@value" : "Joule per Kelvin"
}, {
"@language" : "tr",
"@value" : "Joule per Kelvin"
}, {
"@language" : "bg",
"@value" : "Джаул на Келвин"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Κέλβιν"
}, {
"@language" : "zh",
"@value" : "焦耳每开尔文"
}, {
"@language" : "de",
"@value" : "Joule pro Kelvin"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-KiloGM
URI: http://qudt.org/vocab/unit/J-PER-KiloGM
A $\textit{Joule Per Kilogram}$, ($J/kg$), is a unit in the category of total energy per unit mass, commonly known as specific enthalpy. It is also known as $\textit{joules per kilogram}$. The unit has a dimension of $L2T^{-2}$ where $L$ is length, and $T$ is time. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-PER-KiloGM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{Joule Per Kilogram}$, ($J/kg$), is a unit in the category of total energy per unit mass, commonly known as specific enthalpy.
It is also known as $\\textit{joules per kilogram}$.
The unit has a dimension of $L2T^{-2}$ where $L$ is length, and $T$ is time.
This unit is the standard SI unit in this category.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$J/kg$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloGM-PER-J> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA175" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA175"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "J/kg" ;
<http://qudt.org/schema/qudt/ucumCode> "J.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J2" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q57175225> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul na Kilogram"@pl ;
rdfs:label "Joule na Kilogram"@cs ;
rdfs:label "Joule na Kilogram"@sl ;
rdfs:label "Joule par Kilogramme"@fr ;
rdfs:label "Joule pe Kilogram"@ro ;
rdfs:label "Joule per Chilogrammo"@it ;
rdfs:label "Joule per Kilogram" ;
rdfs:label "Joule per Kilogram"@en ;
rdfs:label "Joule per Kilogram"@ms ;
rdfs:label "Joule per Kilogram"@tr ;
rdfs:label "Joule por Quilograma"@pt ;
rdfs:label "Joule pro Kilogramm"@de ;
rdfs:label "Joulium per Chiliogramma"@la ;
rdfs:label "Julio por Kilogramo"@es ;
rdfs:label "Τζάουλ ανά Χιλιόγραμμο"@el ;
rdfs:label "Джаул на Килограм"@bg ;
rdfs:label "Джоуль на Килограмм"@ru ;
.
{"resource":"Joule per Kilogram"
,"qname":"unit:J-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q57175225>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\n A $\\textit{Joule Per Kilogram}$, ($J\/kg$), is a unit in the category of total energy per unit mass, commonly known as specific enthalpy. \n It is also known as $\\textit{joules per kilogram}$. \n The unit has a dimension of $L2T^{-2}$ where $L$ is length, and $T$ is time. \n This unit is the standard SI unit in this category.\n "
,"expression":"$J\/kg$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"has reciprocal unit":"unit:KiloGM-PER-J"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA175"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA175"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Kilogram"
,"label":"Joule na Kilogram"
,"label":"Joule na Kilogram"
,"label":"Joule par Kilogramme"
,"label":"Joule pe Kilogram"
,"label":"Joule per Chilogrammo"
,"label":"Joule per Kilogram"
,"label":"Joule per Kilogram"
,"label":"Joule per Kilogram"
,"label":"Joule per Kilogram"
,"label":"Joule por Quilograma"
,"label":"Joule pro Kilogramm"
,"label":"Joulium per Chiliogramma"
,"label":"Julio por Kilogramo"
,"label":"Τζάουλ ανά Χιλιόγραμμο"
,"label":"Джаул на Килограм"
,"label":"Джоуль на Килограмм"
,"symbol":"J\/kg"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.kg-1"
,"unece common code":"J2"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-KiloGM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n A $\\textit{Joule Per Kilogram}$, ($J/kg$), is a unit in the category of total energy per unit mass, commonly known as specific enthalpy. \n It is also known as $\\textit{joules per kilogram}$. \n The unit has a dimension of $L2T^{-2}$ where $L$ is length, and $T$ is time. \n This unit is the standard SI unit in this category.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J/kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloGM-PER-J",
"iec61360Code" : "0112/2///62720#UAA175",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA175",
"symbol" : "J/kg",
"ucumCode" : "J.kg-1",
"uneceCommonCode" : "J2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q57175225",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Joule pro Kilogramm"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Χιλιόγραμμο"
}, {
"@language" : "es",
"@value" : "Julio por Kilogramo"
}, {
"@language" : "it",
"@value" : "Joule per Chilogrammo"
}, "Joule per Kilogram", {
"@language" : "en",
"@value" : "Joule per Kilogram"
}, {
"@language" : "ms",
"@value" : "Joule per Kilogram"
}, {
"@language" : "tr",
"@value" : "Joule per Kilogram"
}, {
"@language" : "bg",
"@value" : "Джаул на Килограм"
}, {
"@language" : "la",
"@value" : "Joulium per Chiliogramma"
}, {
"@language" : "ro",
"@value" : "Joule pe Kilogram"
}, {
"@language" : "ru",
"@value" : "Джоуль на Килограмм"
}, {
"@language" : "pl",
"@value" : "Dżul na Kilogram"
}, {
"@language" : "pt",
"@value" : "Joule por Quilograma"
}, {
"@language" : "cs",
"@value" : "Joule na Kilogram"
}, {
"@language" : "sl",
"@value" : "Joule na Kilogram"
}, {
"@language" : "fr",
"@value" : "Joule par Kilogramme"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-KiloGM-DEG_C
URI: http://qudt.org/vocab/unit/J-PER-KiloGM-DEG_C
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-KiloGM-DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for expressing the specific heat capacity." ; <http://qudt.org/schema/qudt/symbol> "J/(kg·°C)" ; <http://qudt.org/schema/qudt/ucumCode> "J.kg-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Kilogram Stopień Celsjusza"@pl ; rdfs:label "Joule na Kilogram Stopinja Celzija"@sl ; rdfs:label "Joule na Kilogram Stupně Celsia"@cs ; rdfs:label "Joule par Kilogramme Degré Celsius"@fr ; rdfs:label "Joule pe Kilogram Grad Celsius"@ro ; rdfs:label "Joule per Chilogrammo Grado Celsius"@it ; rdfs:label "Joule per Kilogram Celsius"@tr ; rdfs:label "Joule per Kilogram Darjah Celsius"@ms ; rdfs:label "Joule per Kilogram Degree Celsius" ; rdfs:label "Joule per Kilogram Degree Celsius"@en ; rdfs:label "Joule por Quilograma Grau Celsius"@pt ; rdfs:label "Joule pro Kilogramm Grad Celsius"@de ; rdfs:label "Joulium per Chiliogramma Gradus Celsii"@la ; rdfs:label "Julio por Kilogramo Grado Celsius"@es ; rdfs:label "Τζάουλ ανά Χιλιόγραμμο Βαθμός Κελσίου"@el ; rdfs:label "Джаул на Килограм Градус Целзий"@bg ; rdfs:label "Джоуль на Килограмм Градус Цельсия"@ru ; .
{"resource":"Joule per Kilogram Degree Celsius"
,"qname":"unit:J-PER-KiloGM-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-KiloGM-DEG_C"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description (plain text)":"Unit for expressing the specific heat capacity."
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Kilogram Stopień Celsjusza"
,"label":"Joule na Kilogram Stopinja Celzija"
,"label":"Joule na Kilogram Stupně Celsia"
,"label":"Joule par Kilogramme Degré Celsius"
,"label":"Joule pe Kilogram Grad Celsius"
,"label":"Joule per Chilogrammo Grado Celsius"
,"label":"Joule per Kilogram Celsius"
,"label":"Joule per Kilogram Darjah Celsius"
,"label":"Joule per Kilogram Degree Celsius"
,"label":"Joule per Kilogram Degree Celsius"
,"label":"Joule por Quilograma Grau Celsius"
,"label":"Joule pro Kilogramm Grad Celsius"
,"label":"Joulium per Chiliogramma Gradus Celsii"
,"label":"Julio por Kilogramo Grado Celsius"
,"label":"Τζάουλ ανά Χιλιόγραμμο Βαθμός Κελσίου"
,"label":"Джаул на Килограм Градус Целзий"
,"label":"Джоуль на Килограмм Градус Цельсия"
,"symbol":"J\/(kg·°C)"
,"type":"qudt:Unit"
,"ucum code":"J.kg-1.Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-KiloGM-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume" ],
"plainTextDescription" : "Unit for expressing the specific heat capacity.",
"symbol" : "J/(kg·°C)",
"ucumCode" : "J.kg-1.Cel-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pt",
"@value" : "Joule por Quilograma Grau Celsius"
}, {
"@language" : "es",
"@value" : "Julio por Kilogramo Grado Celsius"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Χιλιόγραμμο Βαθμός Κελσίου"
}, {
"@language" : "de",
"@value" : "Joule pro Kilogramm Grad Celsius"
}, {
"@language" : "tr",
"@value" : "Joule per Kilogram Celsius"
}, {
"@language" : "pl",
"@value" : "Dżul na Kilogram Stopień Celsjusza"
}, {
"@language" : "it",
"@value" : "Joule per Chilogrammo Grado Celsius"
}, {
"@language" : "ru",
"@value" : "Джоуль на Килограмм Градус Цельсия"
}, {
"@language" : "fr",
"@value" : "Joule par Kilogramme Degré Celsius"
}, {
"@language" : "ms",
"@value" : "Joule per Kilogram Darjah Celsius"
}, "Joule per Kilogram Degree Celsius", {
"@language" : "en",
"@value" : "Joule per Kilogram Degree Celsius"
}, {
"@language" : "la",
"@value" : "Joulium per Chiliogramma Gradus Celsii"
}, {
"@language" : "bg",
"@value" : "Джаул на Килограм Градус Целзий"
}, {
"@language" : "sl",
"@value" : "Joule na Kilogram Stopinja Celzija"
}, {
"@language" : "ro",
"@value" : "Joule pe Kilogram Grad Celsius"
}, {
"@language" : "cs",
"@value" : "Joule na Kilogram Stupně Celsia"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-KiloGM-K
URI: http://qudt.org/vocab/unit/J-PER-KiloGM-K
Specific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions, such as constant pressure: usually measured in joules per kelvin per kilogram. Symbol $c_p$ (for constant pressure). Also called specific heat.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-KiloGM-K> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """ Specific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions, such as constant pressure: usually measured in joules per kelvin per kilogram. Symbol $c_p$ (for constant pressure). Also called specific heat. """^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$J-per-kg-K$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA176" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA176"^^xsd:anyURI ; <http://qudt.org/schema/qudt/latexSymbol> "$J/(kg \\cdot K)$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/symbol> "J/(kg·K)" ; <http://qudt.org/schema/qudt/ucumCode> "J.kg-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B11" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3085309> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Kilogram Kelwin"@pl ; rdfs:label "Joule na Kilogram Kelvin"@cs ; rdfs:label "Joule na Kilogram Kelvin"@sl ; rdfs:label "Joule par Kilogramme Kelvin"@fr ; rdfs:label "Joule pe Kilogram Kelvin"@ro ; rdfs:label "Joule per Chilogrammo Kelvin"@it ; rdfs:label "Joule per Kilogram Kelvin" ; rdfs:label "Joule per Kilogram Kelvin"@en ; rdfs:label "Joule per Kilogram Kelvin"@ms ; rdfs:label "Joule per Kilogram Kelvin"@tr ; rdfs:label "Joule por Quilograma Kelvin"@pt ; rdfs:label "Joule pro Kilogramm Kelvin"@de ; rdfs:label "Joulium per Chiliogramma Kelvin"@la ; rdfs:label "Julio por Kilogramo Kelvin"@es ; rdfs:label "Τζάουλ ανά Χιλιόγραμμο Κέλβιν"@el ; rdfs:label "Джаул на Килограм Келвин"@bg ; rdfs:label "Джоуль на Килограмм Кельвин"@ru ; .
{"resource":"Joule per Kilogram Kelvin"
,"qname":"unit:J-PER-KiloGM-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-KiloGM-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3085309>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\n Specific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions,\n such as constant pressure: usually measured in joules per kelvin per kilogram. \n Symbol $c_p$ (for constant pressure).\n Also called specific heat.\n "
,"expression":"$J-per-kg-K$"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA176"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA176"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Kilogram Kelwin"
,"label":"Joule na Kilogram Kelvin"
,"label":"Joule na Kilogram Kelvin"
,"label":"Joule par Kilogramme Kelvin"
,"label":"Joule pe Kilogram Kelvin"
,"label":"Joule per Chilogrammo Kelvin"
,"label":"Joule per Kilogram Kelvin"
,"label":"Joule per Kilogram Kelvin"
,"label":"Joule per Kilogram Kelvin"
,"label":"Joule per Kilogram Kelvin"
,"label":"Joule por Quilograma Kelvin"
,"label":"Joule pro Kilogramm Kelvin"
,"label":"Joulium per Chiliogramma Kelvin"
,"label":"Julio por Kilogramo Kelvin"
,"label":"Τζάουλ ανά Χιλιόγραμμο Κέλβιν"
,"label":"Джаул на Килограм Келвин"
,"label":"Джоуль на Килограмм Кельвин"
,"latex symbol":"$J\/(kg \\cdot K)$"
,"symbol":"J\/(kg·K)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.kg-1.K-1"
,"unece common code":"B11"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-KiloGM-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n Specific heat capacity - The heat required to raise unit mass of a substance by unit temperature interval under specified conditions,\n such as constant pressure: usually measured in joules per kelvin per kilogram. \n Symbol $c_p$ (for constant pressure).\n Also called specific heat.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J-per-kg-K$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure" ],
"iec61360Code" : "0112/2///62720#UAA176",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA176",
"latexSymbol" : "$J/(kg \\cdot K)$",
"symbol" : "J/(kg·K)",
"ucumCode" : "J.kg-1.K-1",
"uneceCommonCode" : "B11",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3085309",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Joule pe Kilogram Kelvin"
}, {
"@language" : "cs",
"@value" : "Joule na Kilogram Kelvin"
}, {
"@language" : "sl",
"@value" : "Joule na Kilogram Kelvin"
}, {
"@language" : "es",
"@value" : "Julio por Kilogramo Kelvin"
}, {
"@language" : "pt",
"@value" : "Joule por Quilograma Kelvin"
}, {
"@language" : "la",
"@value" : "Joulium per Chiliogramma Kelvin"
}, {
"@language" : "ru",
"@value" : "Джоуль на Килограмм Кельвин"
}, "Joule per Kilogram Kelvin", {
"@language" : "en",
"@value" : "Joule per Kilogram Kelvin"
}, {
"@language" : "ms",
"@value" : "Joule per Kilogram Kelvin"
}, {
"@language" : "tr",
"@value" : "Joule per Kilogram Kelvin"
}, {
"@language" : "it",
"@value" : "Joule per Chilogrammo Kelvin"
}, {
"@language" : "de",
"@value" : "Joule pro Kilogramm Kelvin"
}, {
"@language" : "fr",
"@value" : "Joule par Kilogramme Kelvin"
}, {
"@language" : "pl",
"@value" : "Dżul na Kilogram Kelwin"
}, {
"@language" : "bg",
"@value" : "Джаул на Килограм Келвин"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Χιλιόγραμμο Κέλβιν"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-KiloGM-K-M3
URI: http://qudt.org/vocab/unit/J-PER-KiloGM-K-M3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-KiloGM-K-M3> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$j-per-kg-k-m3$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatVolume> ; <http://qudt.org/schema/qudt/symbol> "J/(kg·K·m³)" ; <http://qudt.org/schema/qudt/ucumCode> "J.kg-1.K-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Kilogram Kelwin Metr Sześcienny"@pl ; rdfs:label "Joule na Kilogram Kelvin Kubični Meter"@sl ; rdfs:label "Joule na Kilogram Kelvin Metr Krychlový"@cs ; rdfs:label "Joule par Kilogramme Kelvin Mètre Cube"@fr ; rdfs:label "Joule pe Kilogram Kelvin Metru Cub"@ro ; rdfs:label "Joule per Chilogrammo Kelvin Metro Cubo"@it ; rdfs:label "Joule per Kilogram Kelvin Cubic Meter"@en-US ; rdfs:label "Joule per Kilogram Kelvin Cubic Metre" ; rdfs:label "Joule per Kilogram Kelvin Cubic Metre"@en ; rdfs:label "Joule per Kilogram Kelvin Meter Kubik"@ms ; rdfs:label "Joule per Kilogram Kelvin Metreküp"@tr ; rdfs:label "Joule por Quilograma Kelvin Metro Cúbico"@pt ; rdfs:label "Joule pro Kilogramm Kelvin Kubikmeter"@de ; rdfs:label "Joulium per Chiliogramma Kelvin Metrum Cubicum"@la ; rdfs:label "Julio por Kilogramo Kelvin Metro Cúbico"@es ; rdfs:label "Τζάουλ ανά Χιλιόγραμμο Κέλβιν Κυβικό Μέτρο"@el ; rdfs:label "Джаул на Килограм Келвин Кубичен Метър"@bg ; rdfs:label "Джоуль на Килограмм Кельвин Кубический Метр"@ru ; .
{"resource":"Joule per Kilogram Kelvin Cubic Metre"
,"qname":"unit:J-PER-KiloGM-K-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-KiloGM-K-M3"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"expression":"$j-per-kg-k-m3$"
,"has dimension vector":"qkdv:A0E0L-1I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificHeatVolume"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Kilogram Kelwin Metr Sześcienny"
,"label":"Joule na Kilogram Kelvin Kubični Meter"
,"label":"Joule na Kilogram Kelvin Metr Krychlový"
,"label":"Joule par Kilogramme Kelvin Mètre Cube"
,"label":"Joule pe Kilogram Kelvin Metru Cub"
,"label":"Joule per Chilogrammo Kelvin Metro Cubo"
,"label":"Joule per Kilogram Kelvin Cubic Meter"
,"label":"Joule per Kilogram Kelvin Cubic Metre"
,"label":"Joule per Kilogram Kelvin Cubic Metre"
,"label":"Joule per Kilogram Kelvin Meter Kubik"
,"label":"Joule per Kilogram Kelvin Metreküp"
,"label":"Joule por Quilograma Kelvin Metro Cúbico"
,"label":"Joule pro Kilogramm Kelvin Kubikmeter"
,"label":"Joulium per Chiliogramma Kelvin Metrum Cubicum"
,"label":"Julio por Kilogramo Kelvin Metro Cúbico"
,"label":"Τζάουλ ανά Χιλιόγραμμο Κέλβιν Κυβικό Μέτρο"
,"label":"Джаул на Килограм Келвин Кубичен Метър"
,"label":"Джоуль на Килограмм Кельвин Кубический Метр"
,"symbol":"J\/(kg·K·m³)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.kg-1.K-1.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-KiloGM-K-M3",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$j-per-kg-k-m3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificHeatVolume",
"symbol" : "J/(kg·K·m³)",
"ucumCode" : "J.kg-1.K-1.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Joule per Kilogram Kelvin Cubic Meter"
}, {
"@language" : "bg",
"@value" : "Джаул на Килограм Келвин Кубичен Метър"
}, {
"@language" : "fr",
"@value" : "Joule par Kilogramme Kelvin Mètre Cube"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Χιλιόγραμμο Κέλβιν Κυβικό Μέτρο"
}, {
"@language" : "pl",
"@value" : "Dżul na Kilogram Kelwin Metr Sześcienny"
}, {
"@language" : "cs",
"@value" : "Joule na Kilogram Kelvin Metr Krychlový"
}, {
"@language" : "it",
"@value" : "Joule per Chilogrammo Kelvin Metro Cubo"
}, {
"@language" : "sl",
"@value" : "Joule na Kilogram Kelvin Kubični Meter"
}, {
"@language" : "tr",
"@value" : "Joule per Kilogram Kelvin Metreküp"
}, {
"@language" : "la",
"@value" : "Joulium per Chiliogramma Kelvin Metrum Cubicum"
}, {
"@language" : "ro",
"@value" : "Joule pe Kilogram Kelvin Metru Cub"
}, {
"@language" : "es",
"@value" : "Julio por Kilogramo Kelvin Metro Cúbico"
}, {
"@language" : "ru",
"@value" : "Джоуль на Килограмм Кельвин Кубический Метр"
}, {
"@language" : "ms",
"@value" : "Joule per Kilogram Kelvin Meter Kubik"
}, {
"@language" : "pt",
"@value" : "Joule por Quilograma Kelvin Metro Cúbico"
}, "Joule per Kilogram Kelvin Cubic Metre", {
"@language" : "de",
"@value" : "Joule pro Kilogramm Kelvin Kubikmeter"
}, {
"@language" : "en",
"@value" : "Joule per Kilogram Kelvin Cubic Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-KiloGM-K-PA
URI: http://qudt.org/vocab/unit/J-PER-KiloGM-K-PA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-KiloGM-K-PA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$j-per-kg-k-pa$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatPressure> ; <http://qudt.org/schema/qudt/symbol> "J/(kg·K·Pa)" ; <http://qudt.org/schema/qudt/ucumCode> "J.kg-1.K-1.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Kilogram Kelwin Paskal"@pl ; rdfs:label "Joule na Kilogram Kelvin Pascal"@cs ; rdfs:label "Joule na Kilogram Kelvin Pascal"@sl ; rdfs:label "Joule par Kilogramme Kelvin Pascal"@fr ; rdfs:label "Joule pe Kilogram Kelvin Pascal"@ro ; rdfs:label "Joule per Chilogrammo Kelvin Pascal"@it ; rdfs:label "Joule per Kilogram Kelvin Pascal" ; rdfs:label "Joule per Kilogram Kelvin Pascal"@en ; rdfs:label "Joule per Kilogram Kelvin Pascal"@ms ; rdfs:label "Joule per Kilogram Kelvin Pascal"@tr ; rdfs:label "Joule por Quilograma Kelvin Pascal"@pt ; rdfs:label "Joule pro Kilogramm Kelvin Pascal"@de ; rdfs:label "Joulium per Chiliogramma Kelvin Pascalium"@la ; rdfs:label "Julio por Kilogramo Kelvin Pascal"@es ; rdfs:label "Τζάουλ ανά Χιλιόγραμμο Κέλβιν Πασκάλ"@el ; rdfs:label "Джаул на Килограм Келвин Паскал"@bg ; rdfs:label "Джоуль на Килограмм Кельвин Паскаль"@ru ; .
{"resource":"Joule per Kilogram Kelvin Pascal"
,"qname":"unit:J-PER-KiloGM-K-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-KiloGM-K-PA"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"expression":"$j-per-kg-k-pa$"
,"has dimension vector":"qkdv:A0E0L3I0M-1H-1T0D0"
,"has quantity kind":"quantitykind:SpecificHeatPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Kilogram Kelwin Paskal"
,"label":"Joule na Kilogram Kelvin Pascal"
,"label":"Joule na Kilogram Kelvin Pascal"
,"label":"Joule par Kilogramme Kelvin Pascal"
,"label":"Joule pe Kilogram Kelvin Pascal"
,"label":"Joule per Chilogrammo Kelvin Pascal"
,"label":"Joule per Kilogram Kelvin Pascal"
,"label":"Joule per Kilogram Kelvin Pascal"
,"label":"Joule per Kilogram Kelvin Pascal"
,"label":"Joule per Kilogram Kelvin Pascal"
,"label":"Joule por Quilograma Kelvin Pascal"
,"label":"Joule pro Kilogramm Kelvin Pascal"
,"label":"Joulium per Chiliogramma Kelvin Pascalium"
,"label":"Julio por Kilogramo Kelvin Pascal"
,"label":"Τζάουλ ανά Χιλιόγραμμο Κέλβιν Πασκάλ"
,"label":"Джаул на Килограм Келвин Паскал"
,"label":"Джоуль на Килограмм Кельвин Паскаль"
,"symbol":"J\/(kg·K·Pa)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.kg-1.K-1.Pa-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-KiloGM-K-PA",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$j-per-kg-k-pa$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificHeatPressure",
"symbol" : "J/(kg·K·Pa)",
"ucumCode" : "J.kg-1.K-1.Pa-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Joule pe Kilogram Kelvin Pascal"
}, {
"@language" : "fr",
"@value" : "Joule par Kilogramme Kelvin Pascal"
}, {
"@language" : "la",
"@value" : "Joulium per Chiliogramma Kelvin Pascalium"
}, {
"@language" : "cs",
"@value" : "Joule na Kilogram Kelvin Pascal"
}, {
"@language" : "sl",
"@value" : "Joule na Kilogram Kelvin Pascal"
}, "Joule per Kilogram Kelvin Pascal", {
"@language" : "ms",
"@value" : "Joule per Kilogram Kelvin Pascal"
}, {
"@language" : "tr",
"@value" : "Joule per Kilogram Kelvin Pascal"
}, {
"@language" : "en",
"@value" : "Joule per Kilogram Kelvin Pascal"
}, {
"@language" : "pt",
"@value" : "Joule por Quilograma Kelvin Pascal"
}, {
"@language" : "ru",
"@value" : "Джоуль на Килограмм Кельвин Паскаль"
}, {
"@language" : "bg",
"@value" : "Джаул на Килограм Келвин Паскал"
}, {
"@language" : "es",
"@value" : "Julio por Kilogramo Kelvin Pascal"
}, {
"@language" : "pl",
"@value" : "Dżul na Kilogram Kelwin Paskal"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Χιλιόγραμμο Κέλβιν Πασκάλ"
}, {
"@language" : "de",
"@value" : "Joule pro Kilogramm Kelvin Pascal"
}, {
"@language" : "it",
"@value" : "Joule per Chilogrammo Kelvin Pascal"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-M
URI: http://qudt.org/vocab/unit/J-PER-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$j/m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearEnergyTransfer> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA178" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA178"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "J/m" ; <http://qudt.org/schema/qudt/ucumCode> "J.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B12" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q56023789> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Metr"@pl ; rdfs:label "Joule na Meter"@sl ; rdfs:label "Joule na Metr"@cs ; rdfs:label "Joule par Mètre"@fr ; rdfs:label "Joule pe Metru"@ro ; rdfs:label "Joule per Meter"@en-US ; rdfs:label "Joule per Meter"@ms ; rdfs:label "Joule per Metre" ; rdfs:label "Joule per Metre"@en ; rdfs:label "Joule per Metre"@tr ; rdfs:label "Joule per Metro"@it ; rdfs:label "Joule por Metro"@pt ; rdfs:label "Joule pro Meter"@de ; rdfs:label "Joulium per Metrum"@la ; rdfs:label "Julio por Metro"@es ; rdfs:label "Τζάουλ ανά Μέτρο"@el ; rdfs:label "Джаул на Метър"@bg ; rdfs:label "Джоуль на Метр"@ru ; .
{"resource":"Joule per Metre"
,"qname":"unit:J-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q56023789>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Steradian"
,"expression":"$j\/m$"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:LinearEnergyTransfer"
,"has quantity kind":"quantitykind:TotalLinearStoppingPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA178"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA178"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Metr"
,"label":"Joule na Meter"
,"label":"Joule na Metr"
,"label":"Joule par Mètre"
,"label":"Joule pe Metru"
,"label":"Joule per Meter"
,"label":"Joule per Meter"
,"label":"Joule per Metre"
,"label":"Joule per Metre"
,"label":"Joule per Metre"
,"label":"Joule per Metro"
,"label":"Joule por Metro"
,"label":"Joule pro Meter"
,"label":"Joulium per Metrum"
,"label":"Julio por Metro"
,"label":"Τζάουλ ανά Μέτρο"
,"label":"Джаул на Метър"
,"label":"Джоуль на Метр"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"J\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.m-1"
,"unece common code":"B12"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Steradian",
"expression" : "$j/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearEnergyTransfer", "http://qudt.org/vocab/quantitykind/TotalLinearStoppingPower" ],
"iec61360Code" : "0112/2///62720#UAA178",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA178",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "J/m",
"ucumCode" : "J.m-1",
"uneceCommonCode" : "B12",
"wikidataMatch" : "http://www.wikidata.org/entity/Q56023789",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Joule per Metro"
}, {
"@language" : "de",
"@value" : "Joule pro Meter"
}, {
"@language" : "bg",
"@value" : "Джаул на Метър"
}, {
"@language" : "ro",
"@value" : "Joule pe Metru"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Μέτρο"
}, {
"@language" : "fr",
"@value" : "Joule par Mètre"
}, {
"@language" : "ru",
"@value" : "Джоуль на Метр"
}, {
"@language" : "sl",
"@value" : "Joule na Meter"
}, {
"@language" : "es",
"@value" : "Julio por Metro"
}, {
"@language" : "en-us",
"@value" : "Joule per Meter"
}, {
"@language" : "ms",
"@value" : "Joule per Meter"
}, {
"@language" : "pl",
"@value" : "Dżul na Metr"
}, {
"@language" : "pt",
"@value" : "Joule por Metro"
}, {
"@language" : "cs",
"@value" : "Joule na Metr"
}, {
"@language" : "la",
"@value" : "Joulium per Metrum"
}, "Joule per Metre", {
"@language" : "en",
"@value" : "Joule per Metre"
}, {
"@language" : "tr",
"@value" : "Joule per Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-M2
URI: http://qudt.org/vocab/unit/J-PER-M2
Joule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Joule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$J/m^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyFluence> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RadiantFluence> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-PER-J> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA179" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA179"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "J/m²" ; <http://qudt.org/schema/qudt/ucumCode> "J.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B13" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q80374519> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Metr Kwadratowy"@pl ; rdfs:label "Joule na Kvadratni Meter"@sl ; rdfs:label "Joule na Čtvereční Metr"@cs ; rdfs:label "Joule par Mètre Carré"@fr ; rdfs:label "Joule pe Metru Pătrat"@ro ; rdfs:label "Joule per Meter Persegi"@ms ; rdfs:label "Joule per Metrekare"@tr ; rdfs:label "Joule per Metro Quadrato"@it ; rdfs:label "Joule per Square Meter"@en-US ; rdfs:label "Joule per Square Metre" ; rdfs:label "Joule per Square Metre"@en ; rdfs:label "Joule por Metro Quadrado"@pt ; rdfs:label "Joule pro Quadratmeter"@de ; rdfs:label "Joulium per Metrum Quadratum"@la ; rdfs:label "Julio por Metro Cuadrado"@es ; rdfs:label "Τζάουλ ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Джаул на Квадратен Метър"@bg ; rdfs:label "Джоуль на Квадратный Метр"@ru ; .
{"resource":"Joule per Square Metre"
,"qname":"unit:J-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q80374519>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Joule Per Square Meter ($J\/m^2$) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule\/square meter, joule\/square metre. This unit is commonly used in the SI unit system."
,"expression":"$J\/m^2$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyFluence"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:RadiantFluence"
,"has quantity kind":"quantitykind:StrainEnergyReleaseRate"
,"has reciprocal unit":"unit:M2-PER-J"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA179"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA179"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Metr Kwadratowy"
,"label":"Joule na Kvadratni Meter"
,"label":"Joule na Čtvereční Metr"
,"label":"Joule par Mètre Carré"
,"label":"Joule pe Metru Pătrat"
,"label":"Joule per Meter Persegi"
,"label":"Joule per Metrekare"
,"label":"Joule per Metro Quadrato"
,"label":"Joule per Square Meter"
,"label":"Joule per Square Metre"
,"label":"Joule per Square Metre"
,"label":"Joule por Metro Quadrado"
,"label":"Joule pro Quadratmeter"
,"label":"Joulium per Metrum Quadratum"
,"label":"Julio por Metro Cuadrado"
,"label":"Τζάουλ ανά Τετραγωνικό Μέτρο"
,"label":"Джаул на Квадратен Метър"
,"label":"Джоуль на Квадратный Метр"
,"symbol":"J\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.m-2"
,"unece common code":"B13"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Joule Per Square Meter ($J/m^2$) is a unit in the category of Energy density. It is also known as joules per square meter, joule per square metre, joule/square meter, joule/square metre. This unit is commonly used in the SI unit system.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J/m^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/RadiantFluence", "http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate", "http://qudt.org/vocab/quantitykind/EnergyPerArea", "http://qudt.org/vocab/quantitykind/EnergyFluence" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-PER-J",
"iec61360Code" : "0112/2///62720#UAA179",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA179",
"symbol" : "J/m²",
"ucumCode" : "J.m-2",
"uneceCommonCode" : "B13",
"wikidataMatch" : "http://www.wikidata.org/entity/Q80374519",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Joule per Meter Persegi"
}, {
"@language" : "it",
"@value" : "Joule per Metro Quadrato"
}, {
"@language" : "es",
"@value" : "Julio por Metro Cuadrado"
}, {
"@language" : "sl",
"@value" : "Joule na Kvadratni Meter"
}, "Joule per Square Metre", {
"@language" : "en",
"@value" : "Joule per Square Metre"
}, {
"@language" : "ro",
"@value" : "Joule pe Metru Pătrat"
}, {
"@language" : "pt",
"@value" : "Joule por Metro Quadrado"
}, {
"@language" : "pl",
"@value" : "Dżul na Metr Kwadratowy"
}, {
"@language" : "la",
"@value" : "Joulium per Metrum Quadratum"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "en-us",
"@value" : "Joule per Square Meter"
}, {
"@language" : "de",
"@value" : "Joule pro Quadratmeter"
}, {
"@language" : "bg",
"@value" : "Джаул на Квадратен Метър"
}, {
"@language" : "cs",
"@value" : "Joule na Čtvereční Metr"
}, {
"@language" : "tr",
"@value" : "Joule per Metrekare"
}, {
"@language" : "ru",
"@value" : "Джоуль на Квадратный Метр"
}, {
"@language" : "fr",
"@value" : "Joule par Mètre Carré"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-M3
URI: http://qudt.org/vocab/unit/J-PER-M3
$\textit{Joule Per Cubic Meter}$ ($J/m^{3}$) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-PER-M3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Joule Per Cubic Meter}$ ($J/m^{3}$) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$j-per-m3$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticEnergyDensity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyDensity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RadiantEnergyDensity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumicElectromagneticEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA180" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA180"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "J/m³" ;
<http://qudt.org/schema/qudt/ucumCode> "J.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B8" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q69424806> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul na Metr Sześcienny"@pl ;
rdfs:label "Joule na Kubični Meter"@sl ;
rdfs:label "Joule na Metr Krychlový"@cs ;
rdfs:label "Joule par Mètre Cube"@fr ;
rdfs:label "Joule pe Metru Cub"@ro ;
rdfs:label "Joule per Cubic Meter"@en-US ;
rdfs:label "Joule per Cubic Metre" ;
rdfs:label "Joule per Cubic Metre"@en ;
rdfs:label "Joule per Meter Kubik"@ms ;
rdfs:label "Joule per Metreküp"@tr ;
rdfs:label "Joule per Metro Cubo"@it ;
rdfs:label "Joule por Metro Cúbico"@pt ;
rdfs:label "Joule pro Kubikmeter"@de ;
rdfs:label "Joulium per Metrum Cubicum"@la ;
rdfs:label "Julio por Metro Cúbico"@es ;
rdfs:label "Τζάουλ ανά Κυβικό Μέτρο"@el ;
rdfs:label "Джаул на Кубичен Метър"@bg ;
rdfs:label "Джоуль на Кубический Метр"@ru ;
.
{"resource":"Joule per Cubic Metre"
,"qname":"unit:J-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q69424806>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Joule Per Cubic Meter}$ ($J\/m^{3}$) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule\/cubic meter, joule\/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."
,"expression":"$j-per-m3$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ElectromagneticEnergyDensity"
,"has quantity kind":"quantitykind:EnergyDensity"
,"has quantity kind":"quantitykind:RadiantEnergyDensity"
,"has quantity kind":"quantitykind:VolumicElectromagneticEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA180"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA180"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Metr Sześcienny"
,"label":"Joule na Kubični Meter"
,"label":"Joule na Metr Krychlový"
,"label":"Joule par Mètre Cube"
,"label":"Joule pe Metru Cub"
,"label":"Joule per Cubic Meter"
,"label":"Joule per Cubic Metre"
,"label":"Joule per Cubic Metre"
,"label":"Joule per Meter Kubik"
,"label":"Joule per Metreküp"
,"label":"Joule per Metro Cubo"
,"label":"Joule por Metro Cúbico"
,"label":"Joule pro Kubikmeter"
,"label":"Joulium per Metrum Cubicum"
,"label":"Julio por Metro Cúbico"
,"label":"Τζάουλ ανά Κυβικό Μέτρο"
,"label":"Джаул на Кубичен Метър"
,"label":"Джоуль на Кубический Метр"
,"symbol":"J\/m³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.m-3"
,"unece common code":"B8"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-M3",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Joule Per Cubic Meter}$ ($J/m^{3}$) is a unit in the category of Energy density. It is also known as joules per cubic meter, joule per cubic metre, joules per cubic metre, joule/cubic meter, joule/cubic metre. This unit is commonly used in the SI unit system. It has a dimension of $ML^{-1}T^{-2}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$j-per-m3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectromagneticEnergyDensity", "http://qudt.org/vocab/quantitykind/EnergyDensity", "http://qudt.org/vocab/quantitykind/VolumicElectromagneticEnergy", "http://qudt.org/vocab/quantitykind/RadiantEnergyDensity" ],
"iec61360Code" : "0112/2///62720#UAA180",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA180",
"symbol" : "J/m³",
"ucumCode" : "J.m-3",
"uneceCommonCode" : "B8",
"wikidataMatch" : "http://www.wikidata.org/entity/Q69424806",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Joule per Meter Kubik"
}, {
"@language" : "it",
"@value" : "Joule per Metro Cubo"
}, {
"@language" : "de",
"@value" : "Joule pro Kubikmeter"
}, {
"@language" : "cs",
"@value" : "Joule na Metr Krychlový"
}, {
"@language" : "sl",
"@value" : "Joule na Kubični Meter"
}, {
"@language" : "pt",
"@value" : "Joule por Metro Cúbico"
}, {
"@language" : "la",
"@value" : "Joulium per Metrum Cubicum"
}, "Joule per Cubic Metre", {
"@language" : "en",
"@value" : "Joule per Cubic Metre"
}, {
"@language" : "ru",
"@value" : "Джоуль на Кубический Метр"
}, {
"@language" : "ro",
"@value" : "Joule pe Metru Cub"
}, {
"@language" : "tr",
"@value" : "Joule per Metreküp"
}, {
"@language" : "en-us",
"@value" : "Joule per Cubic Meter"
}, {
"@language" : "fr",
"@value" : "Joule par Mètre Cube"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Κυβικό Μέτρο"
}, {
"@language" : "es",
"@value" : "Julio por Metro Cúbico"
}, {
"@language" : "bg",
"@value" : "Джаул на Кубичен Метър"
}, {
"@language" : "pl",
"@value" : "Dżul na Metr Sześcienny"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-M3-K
URI: http://qudt.org/vocab/unit/J-PER-M3-K
$\textit{Joule per Cubic Meter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(m^{3} K)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-PER-M3-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Joule per Cubic Meter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(m^{3} K)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$J/(m^{3} K)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricHeatCapacity> ;
<http://qudt.org/schema/qudt/symbol> "J/(m³·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "J.m-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3186734> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul na Metr Sześcienny Kelwin"@pl ;
rdfs:label "Joule na Kubični Meter Kelvin"@sl ;
rdfs:label "Joule na Metr Krychlový Kelvin"@cs ;
rdfs:label "Joule par Mètre Cube Kelvin"@fr ;
rdfs:label "Joule pe Metru Cub Kelvin"@ro ;
rdfs:label "Joule per Cubic Meter Kelvin"@en-US ;
rdfs:label "Joule per Cubic Metre Kelvin" ;
rdfs:label "Joule per Cubic Metre Kelvin"@en ;
rdfs:label "Joule per Meter Kubik Kelvin"@ms ;
rdfs:label "Joule per Metreküp Kelvin"@tr ;
rdfs:label "Joule per Metro Cubo Kelvin"@it ;
rdfs:label "Joule por Metro Cúbico Kelvin"@pt ;
rdfs:label "Joule pro Kubikmeter Kelvin"@de ;
rdfs:label "Joulium per Metrum Cubicum Kelvin"@la ;
rdfs:label "Julio por Metro Cúbico Kelvin"@es ;
rdfs:label "Τζάουλ ανά Κυβικό Μέτρο Κέλβιν"@el ;
rdfs:label "Джаул на Кубичен Метър Келвин"@bg ;
rdfs:label "Джоуль на Кубический Метр Кельвин"@ru ;
.
{"resource":"Joule per Cubic Metre Kelvin"
,"qname":"unit:J-PER-M3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-M3-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3186734>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Joule per Cubic Meter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J\/(m^{3} K)$."
,"expression":"$J\/(m^{3} K)$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:VolumetricHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Metr Sześcienny Kelwin"
,"label":"Joule na Kubični Meter Kelvin"
,"label":"Joule na Metr Krychlový Kelvin"
,"label":"Joule par Mètre Cube Kelvin"
,"label":"Joule pe Metru Cub Kelvin"
,"label":"Joule per Cubic Meter Kelvin"
,"label":"Joule per Cubic Metre Kelvin"
,"label":"Joule per Cubic Metre Kelvin"
,"label":"Joule per Meter Kubik Kelvin"
,"label":"Joule per Metreküp Kelvin"
,"label":"Joule per Metro Cubo Kelvin"
,"label":"Joule por Metro Cúbico Kelvin"
,"label":"Joule pro Kubikmeter Kelvin"
,"label":"Joulium per Metrum Cubicum Kelvin"
,"label":"Julio por Metro Cúbico Kelvin"
,"label":"Τζάουλ ανά Κυβικό Μέτρο Κέλβιν"
,"label":"Джаул на Кубичен Метър Келвин"
,"label":"Джоуль на Кубический Метр Кельвин"
,"symbol":"J\/(m³·K)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.m-3.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-M3-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Joule per Cubic Meter Kelvin}$ is a unit for 'Volumetric Heat Capacity' expressed as $J/(m^{3} K)$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J/(m^{3} K)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricHeatCapacity",
"symbol" : "J/(m³·K)",
"ucumCode" : "J.m-3.K-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3186734",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Joule na Metr Krychlový Kelvin"
}, {
"@language" : "sl",
"@value" : "Joule na Kubični Meter Kelvin"
}, {
"@language" : "en-us",
"@value" : "Joule per Cubic Meter Kelvin"
}, "Joule per Cubic Metre Kelvin", {
"@language" : "es",
"@value" : "Julio por Metro Cúbico Kelvin"
}, {
"@language" : "en",
"@value" : "Joule per Cubic Metre Kelvin"
}, {
"@language" : "pt",
"@value" : "Joule por Metro Cúbico Kelvin"
}, {
"@language" : "ro",
"@value" : "Joule pe Metru Cub Kelvin"
}, {
"@language" : "it",
"@value" : "Joule per Metro Cubo Kelvin"
}, {
"@language" : "de",
"@value" : "Joule pro Kubikmeter Kelvin"
}, {
"@language" : "la",
"@value" : "Joulium per Metrum Cubicum Kelvin"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Κυβικό Μέτρο Κέλβιν"
}, {
"@language" : "tr",
"@value" : "Joule per Metreküp Kelvin"
}, {
"@language" : "ms",
"@value" : "Joule per Meter Kubik Kelvin"
}, {
"@language" : "bg",
"@value" : "Джаул на Кубичен Метър Келвин"
}, {
"@language" : "fr",
"@value" : "Joule par Mètre Cube Kelvin"
}, {
"@language" : "pl",
"@value" : "Dżul na Metr Sześcienny Kelwin"
}, {
"@language" : "ru",
"@value" : "Джоуль на Кубический Метр Кельвин"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-M4
URI: http://qudt.org/vocab/unit/J-PER-M4
The unit $\textit{Joule Per Quartic Meter}$ ($J/m^4$) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). This unit is commonly used in the SI unit system.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-PER-M4>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Joule Per Quartic Meter}$ ($J/m^4$) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length).
This unit is commonly used in the SI unit system.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$J/m^4$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralRadiantEnergyDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA177" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA177"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "J/m⁴" ;
<http://qudt.org/schema/qudt/ucumCode> "J.m-4"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B14" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106867426> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Joule per Quartic Meter"@en-US ;
rdfs:label "Joule per Quartic Metre" ;
rdfs:label "Joule per Quartic Metre"@en ;
rdfs:label "Joule pro Meter hoch vier"@de ;
.
{"resource":"Joule per Quartic Metre"
,"qname":"unit:J-PER-M4"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-M4"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106867426>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\n The unit $\\textit{Joule Per Quartic Meter}$ ($J\/m^4$) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). \n This unit is commonly used in the SI unit system.\n "
,"expression":"$J\/m^4$"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:SpectralRadiantEnergyDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA177"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA177"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Joule per Quartic Meter"
,"label":"Joule per Quartic Metre"
,"label":"Joule per Quartic Metre"
,"label":"Joule pro Meter hoch vier"
,"symbol":"J\/m\u2074"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.m-4"
,"unece common code":"B14"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-M4",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The unit $\\textit{Joule Per Quartic Meter}$ ($J/m^4$) is a unit for the spectral concentration of radiant energy density (in terms of wavelength), or the spectral radiant energy density (in terms of wave length). \n This unit is commonly used in the SI unit system.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$J/m^4$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralRadiantEnergyDensity",
"iec61360Code" : "0112/2///62720#UAA177",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA177",
"symbol" : "J/m⁴",
"ucumCode" : "J.m-4",
"uneceCommonCode" : "B14",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106867426",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Joule per Quartic Meter"
}, {
"@language" : "en",
"@value" : "Joule per Quartic Metre"
}, "Joule per Quartic Metre", {
"@language" : "de",
"@value" : "Joule pro Meter hoch vier"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-MIN
URI: http://qudt.org/vocab/unit/J-PER-MIN
quotient from the SI derived unit joule divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient from the SI derived unit joule divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB444" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB444"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "J/min" ; <http://qudt.org/schema/qudt/ucumCode> "J.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P15" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Joule per Minute" ; rdfs:label "Joule per Minute"@en ; .
{"resource":"Joule per Minute"
,"qname":"unit:J-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-MIN"
,"properties":["conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"quotient from the SI derived unit joule divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB444"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB444"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Joule per Minute"
,"label":"Joule per Minute"
,"symbol":"J\/min"
,"type":"qudt:Unit"
,"ucum code":"J.min-1"
,"unece common code":"P15"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient from the SI derived unit joule divided by the unit minute",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB444",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB444",
"symbol" : "J/min",
"ucumCode" : "J.min-1",
"uneceCommonCode" : "P15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Joule per Minute"
}, "Joule per Minute" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-MOL
URI: http://qudt.org/vocab/unit/J-PER-MOL
The joule per mole (symbol: $J\cdot mol^{-1}$) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in $J\cdot mol^{-1}$) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-PER-MOL>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The joule per mole (symbol: $J\\cdot mol^{-1}$) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in $J\\cdot mol^{-1}$) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$J/mol$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ChemicalAffinity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPolarizability> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA183" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA183"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "J/mol" ;
<http://qudt.org/schema/qudt/ucumCode> "J.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B15" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q13035094> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul na Mol"@pl ;
rdfs:label "Joule na Mol"@cs ;
rdfs:label "Joule na Mol"@sl ;
rdfs:label "Joule par Mole"@fr ;
rdfs:label "Joule pe Mol"@ro ;
rdfs:label "Joule per Mol"@tr ;
rdfs:label "Joule per Mole" ;
rdfs:label "Joule per Mole"@en ;
rdfs:label "Joule per Mole"@it ;
rdfs:label "Joule per Mole"@ms ;
rdfs:label "Joule por Mol"@pt ;
rdfs:label "Joule pro Mol"@de ;
rdfs:label "Joulium per Moles"@la ;
rdfs:label "Julio por Mol"@es ;
rdfs:label "Τζάουλ ανά Μολ"@el ;
rdfs:label "Джаул на Мол"@bg ;
rdfs:label "Джоуль на Моль"@ru ;
rdfs:label "جول لكل مول"@ar ;
rdfs:label "ژول بر مول"@fa ;
rdfs:label "जूल प्रति मोल (इकाई)"@hi ;
rdfs:label "ジュール毎立方メートル"@ja ;
rdfs:label "焦耳每摩尔"@zh ;
.
{"resource":"Joule per Mole"
,"qname":"unit:J-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q13035094>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"The joule per mole (symbol: $J\\cdot mol^{-1}$) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in $J\\cdot mol^{-1}$) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process."
,"expression":"$J\/mol$"
,"has dimension vector":"qkdv:A-1E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ChemicalAffinity"
,"has quantity kind":"quantitykind:ElectricPolarizability"
,"has quantity kind":"quantitykind:MolarEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA183"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA183"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Mol"
,"label":"Joule na Mol"
,"label":"Joule na Mol"
,"label":"Joule par Mole"
,"label":"Joule pe Mol"
,"label":"Joule per Mol"
,"label":"Joule per Mole"
,"label":"Joule per Mole"
,"label":"Joule per Mole"
,"label":"Joule per Mole"
,"label":"Joule por Mol"
,"label":"Joule pro Mol"
,"label":"Joulium per Moles"
,"label":"Julio por Mol"
,"label":"Τζάουλ ανά Μολ"
,"label":"Джаул на Мол"
,"label":"Джоуль на Моль"
,"label":"جول لكل مول"
,"label":"ژول بر مول"
,"label":"जूल प्रति मोल (इकाई)"
,"label":"ジュール毎立方メートル"
,"label":"焦耳每摩尔"
,"symbol":"J\/mol"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.mol-1"
,"unece common code":"B15"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-MOL",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The joule per mole (symbol: $J\\cdot mol^{-1}$) is an SI derived unit of energy per amount of material. Energy is measured in joules, and the amount of material is measured in moles. Physical quantities measured in $J\\cdot mol^{-1}$) usually describe quantities of energy transferred during phase transformations or chemical reactions. Division by the number of moles facilitates comparison between processes involving different quantities of material and between similar processes involving different types of materials. The meaning of such a quantity is always context-dependent and, particularly for chemical reactions, is dependent on the (possibly arbitrary) definition of a 'mole' for a particular process.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J/mol$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MolarEnergy", "http://qudt.org/vocab/quantitykind/ChemicalAffinity", "http://qudt.org/vocab/quantitykind/ElectricPolarizability" ],
"iec61360Code" : "0112/2///62720#UAA183",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA183",
"symbol" : "J/mol",
"ucumCode" : "J.mol-1",
"uneceCommonCode" : "B15",
"wikidataMatch" : "http://www.wikidata.org/entity/Q13035094",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Joule pe Mol"
}, {
"@language" : "bg",
"@value" : "Джаул на Мол"
}, {
"@language" : "la",
"@value" : "Joulium per Moles"
}, {
"@language" : "it",
"@value" : "Joule per Mole"
}, "Joule per Mole", {
"@language" : "en",
"@value" : "Joule per Mole"
}, {
"@language" : "ms",
"@value" : "Joule per Mole"
}, {
"@language" : "pl",
"@value" : "Dżul na Mol"
}, {
"@language" : "ja",
"@value" : "ジュール毎立方メートル"
}, {
"@language" : "tr",
"@value" : "Joule per Mol"
}, {
"@language" : "fa",
"@value" : "ژول بر مول"
}, {
"@language" : "ru",
"@value" : "Джоуль на Моль"
}, {
"@language" : "pt",
"@value" : "Joule por Mol"
}, {
"@language" : "es",
"@value" : "Julio por Mol"
}, {
"@language" : "zh",
"@value" : "焦耳每摩尔"
}, {
"@language" : "cs",
"@value" : "Joule na Mol"
}, {
"@language" : "fr",
"@value" : "Joule par Mole"
}, {
"@language" : "sl",
"@value" : "Joule na Mol"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Μολ"
}, {
"@language" : "de",
"@value" : "Joule pro Mol"
}, {
"@language" : "hi",
"@value" : "जूल प्रति मोल (इकाई)"
}, {
"@language" : "ar",
"@value" : "جول لكل مول"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-MOL-K
URI: http://qudt.org/vocab/unit/J-PER-MOL-K
Energy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( $ J\cdot mol^{-1} K^{-1}$). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-PER-MOL-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Energy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( $ J\\cdot mol^{-1} K^{-1}$). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$J/(mol-K)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarEntropy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarHeatCapacity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA184" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA184"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "J/(mol·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "J.mol-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B16" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q20966455> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul na Mol Kelwin"@pl ;
rdfs:label "Joule na Mol Kelvin"@cs ;
rdfs:label "Joule na Mol Kelvin"@sl ;
rdfs:label "Joule par Mole Kelvin"@fr ;
rdfs:label "Joule pe Mol Kelvin"@ro ;
rdfs:label "Joule per Mol Kelvin"@tr ;
rdfs:label "Joule per Mole Kelvin" ;
rdfs:label "Joule per Mole Kelvin"@en ;
rdfs:label "Joule per Mole Kelvin"@it ;
rdfs:label "Joule per Mole Kelvin"@ms ;
rdfs:label "Joule por Mol Kelvin"@pt ;
rdfs:label "Joule pro Mol Kelvin"@de ;
rdfs:label "Joulium per Moles Kelvin"@la ;
rdfs:label "Julio por Mol Kelvin"@es ;
rdfs:label "Τζάουλ ανά Μολ Κέλβιν"@el ;
rdfs:label "Джаул на Мол Келвин"@bg ;
rdfs:label "Джоуль на Моль Кельвин"@ru ;
.
{"resource":"Joule per Mole Kelvin"
,"qname":"unit:J-PER-MOL-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-MOL-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q20966455>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Energy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( $ J\\cdot mol^{-1} K^{-1}$). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature."
,"expression":"$J\/(mol-K)$"
,"has dimension vector":"qkdv:A-1E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:MolarEntropy"
,"has quantity kind":"quantitykind:MolarHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA184"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA184"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Mol Kelwin"
,"label":"Joule na Mol Kelvin"
,"label":"Joule na Mol Kelvin"
,"label":"Joule par Mole Kelvin"
,"label":"Joule pe Mol Kelvin"
,"label":"Joule per Mol Kelvin"
,"label":"Joule per Mole Kelvin"
,"label":"Joule per Mole Kelvin"
,"label":"Joule per Mole Kelvin"
,"label":"Joule per Mole Kelvin"
,"label":"Joule por Mol Kelvin"
,"label":"Joule pro Mol Kelvin"
,"label":"Joulium per Moles Kelvin"
,"label":"Julio por Mol Kelvin"
,"label":"Τζάουλ ανά Μολ Κέλβιν"
,"label":"Джаул на Мол Келвин"
,"label":"Джоуль на Моль Кельвин"
,"symbol":"J\/(mol·K)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.mol-1.K-1"
,"unece common code":"B16"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-MOL-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Energy needed to heat one mole of substance by 1 Kelvin, under standard conditions (not standard temperature and pressure STP). The standard molar entropy is usually given the symbol S, and has units of joules per mole kelvin ( $ J\\cdot mol^{-1} K^{-1}$). Unlike standard enthalpies of formation, the value of S is an absolute. That is, an element in its standard state has a nonzero value of S at room temperature.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J/(mol-K)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MolarHeatCapacity", "http://qudt.org/vocab/quantitykind/MolarEntropy" ],
"iec61360Code" : "0112/2///62720#UAA184",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA184",
"symbol" : "J/(mol·K)",
"ucumCode" : "J.mol-1.K-1",
"uneceCommonCode" : "B16",
"wikidataMatch" : "http://www.wikidata.org/entity/Q20966455",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Джаул на Мол Келвин"
}, {
"@language" : "pl",
"@value" : "Dżul na Mol Kelwin"
}, {
"@language" : "ro",
"@value" : "Joule pe Mol Kelvin"
}, {
"@language" : "la",
"@value" : "Joulium per Moles Kelvin"
}, {
"@language" : "ru",
"@value" : "Джоуль на Моль Кельвин"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Μολ Κέλβιν"
}, {
"@language" : "tr",
"@value" : "Joule per Mol Kelvin"
}, "Joule per Mole Kelvin", {
"@language" : "en",
"@value" : "Joule per Mole Kelvin"
}, {
"@language" : "pt",
"@value" : "Joule por Mol Kelvin"
}, {
"@language" : "it",
"@value" : "Joule per Mole Kelvin"
}, {
"@language" : "ms",
"@value" : "Joule per Mole Kelvin"
}, {
"@language" : "fr",
"@value" : "Joule par Mole Kelvin"
}, {
"@language" : "de",
"@value" : "Joule pro Mol Kelvin"
}, {
"@language" : "es",
"@value" : "Julio por Mol Kelvin"
}, {
"@language" : "cs",
"@value" : "Joule na Mol Kelvin"
}, {
"@language" : "sl",
"@value" : "Joule na Mol Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-SEC
URI: http://qudt.org/vocab/unit/J-PER-SEC
SI derived unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit joule divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB356" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB356"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "J/s" ; <http://qudt.org/schema/qudt/ucumCode> "J.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P14" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q92711514> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Sekunda"@pl ; rdfs:label "Joule na Sekunda"@cs ; rdfs:label "Joule na Sekunda"@sl ; rdfs:label "Joule par Seconde"@fr ; rdfs:label "Joule pe Secundă"@ro ; rdfs:label "Joule per Saat"@ms ; rdfs:label "Joule per Saniye"@tr ; rdfs:label "Joule per Second" ; rdfs:label "Joule per Second"@en ; rdfs:label "Joule per Secondo"@it ; rdfs:label "Joule por Segundo"@pt ; rdfs:label "Joule pro Sekunde"@de ; rdfs:label "Joulium per Secundum"@la ; rdfs:label "Julio por Segundo"@es ; rdfs:label "Τζάουλ ανά Δευτερόλεπτο"@el ; rdfs:label "Джаул на Секунда"@bg ; rdfs:label "Джоуль на Секунда"@ru ; .
{"resource":"Joule per Second"
,"qname":"unit:J-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q92711514>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit joule divided by the SI base unit second"
,"description (plain text)":"SI derived unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB356"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB356"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Sekunda"
,"label":"Joule na Sekunda"
,"label":"Joule na Sekunda"
,"label":"Joule par Seconde"
,"label":"Joule pe Secundă"
,"label":"Joule per Saat"
,"label":"Joule per Saniye"
,"label":"Joule per Second"
,"label":"Joule per Second"
,"label":"Joule per Secondo"
,"label":"Joule por Segundo"
,"label":"Joule pro Sekunde"
,"label":"Joulium per Secundum"
,"label":"Julio por Segundo"
,"label":"Τζάουλ ανά Δευτερόλεπτο"
,"label":"Джаул на Секунда"
,"label":"Джоуль на Секунда"
,"symbol":"J\/s"
,"type":"qudt:Unit"
,"ucum code":"J.s-1"
,"unece common code":"P14"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit joule divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB356",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB356",
"plainTextDescription" : "SI derived unit joule divided by the SI base unit second",
"symbol" : "J/s",
"ucumCode" : "J.s-1",
"uneceCommonCode" : "P14",
"wikidataMatch" : "http://www.wikidata.org/entity/Q92711514",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Joulium per Secundum"
}, {
"@language" : "pl",
"@value" : "Dżul na Sekunda"
}, {
"@language" : "bg",
"@value" : "Джаул на Секунда"
}, {
"@language" : "ms",
"@value" : "Joule per Saat"
}, {
"@language" : "tr",
"@value" : "Joule per Saniye"
}, {
"@language" : "it",
"@value" : "Joule per Secondo"
}, {
"@language" : "pt",
"@value" : "Joule por Segundo"
}, {
"@language" : "es",
"@value" : "Julio por Segundo"
}, "Joule per Second", {
"@language" : "en",
"@value" : "Joule per Second"
}, {
"@language" : "cs",
"@value" : "Joule na Sekunda"
}, {
"@language" : "fr",
"@value" : "Joule par Seconde"
}, {
"@language" : "de",
"@value" : "Joule pro Sekunde"
}, {
"@language" : "sl",
"@value" : "Joule na Sekunda"
}, {
"@language" : "ro",
"@value" : "Joule pe Secundă"
}, {
"@language" : "el",
"@value" : "Τζάουλ ανά Δευτερόλεπτο"
}, {
"@language" : "ru",
"@value" : "Джоуль на Секунда"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-T
URI: http://qudt.org/vocab/unit/J-PER-T
The magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/J-PER-T> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$j-per-t$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticAreaMoment> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticMoment> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB336" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB336"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "J/T" ; <http://qudt.org/schema/qudt/ucumCode> "J.T-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q10" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21088638> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Dżul na Tesla"@pl ; rdfs:label "Joule na Tesla"@cs ; rdfs:label "Joule na Tesla"@sl ; rdfs:label "Joule par Tesla"@fr ; rdfs:label "Joule pe Tesla"@ro ; rdfs:label "Joule per Tesla" ; rdfs:label "Joule per Tesla"@en ; rdfs:label "Joule per Tesla"@it ; rdfs:label "Joule per Tesla"@ms ; rdfs:label "Joule per Tesla"@tr ; rdfs:label "Joule por Tesla"@pt ; rdfs:label "Joule pro Tesla"@de ; rdfs:label "Joulium per Tesla"@la ; rdfs:label "Julio por Tesla"@es ; rdfs:label "Τζάουλ ανά Τέσλα"@el ; rdfs:label "Джаул на Тесла"@bg ; rdfs:label "Джоуль на Тесла"@ru ; rdfs:label "جول لكل تسلا"@ar ; rdfs:label "ژول بر تسلا"@fa ; rdfs:label "जूल प्रति टैस्ला"@hi ; rdfs:label "ジュール毎立方メートル"@ja ; rdfs:label "焦耳每特斯拉"@zh ; .
{"resource":"Joule per Tesla"
,"qname":"unit:J-PER-T"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-T"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21088638>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"The magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. "
,"expression":"$j-per-t$"
,"has dimension vector":"qkdv:A0E1L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagneticAreaMoment"
,"has quantity kind":"quantitykind:MagneticMoment"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB336"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB336"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Tesla"
,"label":"Joule na Tesla"
,"label":"Joule na Tesla"
,"label":"Joule par Tesla"
,"label":"Joule pe Tesla"
,"label":"Joule per Tesla"
,"label":"Joule per Tesla"
,"label":"Joule per Tesla"
,"label":"Joule per Tesla"
,"label":"Joule per Tesla"
,"label":"Joule por Tesla"
,"label":"Joule pro Tesla"
,"label":"Joulium per Tesla"
,"label":"Julio por Tesla"
,"label":"Τζάουλ ανά Τέσλα"
,"label":"Джаул на Тесла"
,"label":"Джоуль на Тесла"
,"label":"جول لكل تسلا"
,"label":"ژول بر تسلا"
,"label":"जूल प्रति टैस्ला"
,"label":"ジュール毎立方メートル"
,"label":"焦耳每特斯拉"
,"symbol":"J\/T"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.T-1"
,"unece common code":"Q10"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-T",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The magnetic moment of a magnet is a quantity that determines the force that the magnet can exert on electric currents and the torque that a magnetic field will exert on it. A loop of electric current, a bar magnet, an electron, a molecule, and a planet all have magnetic moments. The unit for magnetic moment is not a base unit in the International System of Units (SI) and it can be represented in more than one way. For example, in the current loop definition, the area is measured in square meters and I is measured in amperes, so the magnetic moment is measured in ampere-square meters (A m2). In the equation for torque on a moment, the torque is measured in joules and the magnetic field in tesla, so the moment is measured in Joules per Tesla (J u00b7T-1). These two representations are equivalent: 1 A u00b7m2 = 1 J u00b7T-1. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$j-per-t$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticAreaMoment", "http://qudt.org/vocab/quantitykind/MagneticMoment" ],
"iec61360Code" : "0112/2///62720#UAB336",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB336",
"symbol" : "J/T",
"ucumCode" : "J.T-1",
"uneceCommonCode" : "Q10",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21088638",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Τζάουλ ανά Τέσλα"
}, {
"@language" : "ja",
"@value" : "ジュール毎立方メートル"
}, {
"@language" : "fa",
"@value" : "ژول بر تسلا"
}, {
"@language" : "cs",
"@value" : "Joule na Tesla"
}, {
"@language" : "sl",
"@value" : "Joule na Tesla"
}, {
"@language" : "hi",
"@value" : "जूल प्रति टैस्ला"
}, {
"@language" : "la",
"@value" : "Joulium per Tesla"
}, "Joule per Tesla", {
"@language" : "zh",
"@value" : "焦耳每特斯拉"
}, {
"@language" : "en",
"@value" : "Joule per Tesla"
}, {
"@language" : "it",
"@value" : "Joule per Tesla"
}, {
"@language" : "ms",
"@value" : "Joule per Tesla"
}, {
"@language" : "tr",
"@value" : "Joule per Tesla"
}, {
"@language" : "ru",
"@value" : "Джоуль на Тесла"
}, {
"@language" : "ro",
"@value" : "Joule pe Tesla"
}, {
"@language" : "bg",
"@value" : "Джаул на Тесла"
}, {
"@language" : "pl",
"@value" : "Dżul na Tesla"
}, {
"@language" : "fr",
"@value" : "Joule par Tesla"
}, {
"@language" : "de",
"@value" : "Joule pro Tesla"
}, {
"@language" : "ar",
"@value" : "جول لكل تسلا"
}, {
"@language" : "es",
"@value" : "Julio por Tesla"
}, {
"@language" : "pt",
"@value" : "Joule por Tesla"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-PER-T2
URI: http://qudt.org/vocab/unit/J-PER-T2
A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-PER-T2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$J T^{-2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L2I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerSquareMagneticFluxDensity> ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.eng.famu.fsu.edu/~dommelen/quantum/style_a/elecmagfld.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "J/T²" ;
<http://qudt.org/schema/qudt/ucumCode> "J.T-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul na Tesla Kwadratowy"@pl ;
rdfs:label "Joule na Kvadratni Tesla"@sl ;
rdfs:label "Joule na Čtvereční Tesla"@cs ;
rdfs:label "Joule par Tesla Carré"@fr ;
rdfs:label "Joule pe Tesla Pătrat"@ro ;
rdfs:label "Joule per Square Tesla" ;
rdfs:label "Joule per Square Tesla"@en ;
rdfs:label "Joule per Tesla Persegi"@ms ;
rdfs:label "Joule per Tesla Quadrato"@it ;
rdfs:label "Joule per Teslakare"@tr ;
rdfs:label "Joule por Tesla Quadrado"@pt ;
rdfs:label "Joule pro Quadrattesla"@de ;
rdfs:label "Joulium per Tesla Quadratum"@la ;
rdfs:label "Julio por Tesla Cuadrado"@es ;
rdfs:label "Τζάουλ ανά Τετραγωνικό Τέσλα"@el ;
rdfs:label "Джаул на Квадратен Тесла"@bg ;
rdfs:label "Джоуль на Квадратный Тесла"@ru ;
.
{"resource":"Joule per Square Tesla"
,"qname":"unit:J-PER-T2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-PER-T2"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla."
,"expression":"$J T^{-2}$"
,"has dimension vector":"qkdv:A0E2L2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:EnergyPerSquareMagneticFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/www.eng.famu.fsu.edu\/~dommelen\/quantum\/style_a\/elecmagfld.html"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul na Tesla Kwadratowy"
,"label":"Joule na Kvadratni Tesla"
,"label":"Joule na Čtvereční Tesla"
,"label":"Joule par Tesla Carré"
,"label":"Joule pe Tesla Pătrat"
,"label":"Joule per Square Tesla"
,"label":"Joule per Square Tesla"
,"label":"Joule per Tesla Persegi"
,"label":"Joule per Tesla Quadrato"
,"label":"Joule per Teslakare"
,"label":"Joule por Tesla Quadrado"
,"label":"Joule pro Quadrattesla"
,"label":"Joulium per Tesla Quadratum"
,"label":"Julio por Tesla Cuadrado"
,"label":"Τζάουλ ανά Τετραγωνικό Τέσλα"
,"label":"Джаул на Квадратен Тесла"
,"label":"Джоуль на Квадратный Тесла"
,"symbol":"J\/T²"
,"type":"qudt:Unit"
,"ucum code":"J.T-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-PER-T2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A measure of the diamagnetic energy, for a Bohr-radius spread around a magnetic axis, per square Tesla.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J T^{-2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerSquareMagneticFluxDensity",
"informativeReference" : "http://www.eng.famu.fsu.edu/~dommelen/quantum/style_a/elecmagfld.html",
"symbol" : "J/T²",
"ucumCode" : "J.T-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Τζάουλ ανά Τετραγωνικό Τέσλα"
}, {
"@language" : "fr",
"@value" : "Joule par Tesla Carré"
}, {
"@language" : "cs",
"@value" : "Joule na Čtvereční Tesla"
}, {
"@language" : "it",
"@value" : "Joule per Tesla Quadrato"
}, {
"@language" : "es",
"@value" : "Julio por Tesla Cuadrado"
}, {
"@language" : "la",
"@value" : "Joulium per Tesla Quadratum"
}, {
"@language" : "de",
"@value" : "Joule pro Quadrattesla"
}, {
"@language" : "pl",
"@value" : "Dżul na Tesla Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Joule pe Tesla Pătrat"
}, {
"@language" : "bg",
"@value" : "Джаул на Квадратен Тесла"
}, {
"@language" : "pt",
"@value" : "Joule por Tesla Quadrado"
}, {
"@language" : "ru",
"@value" : "Джоуль на Квадратный Тесла"
}, {
"@language" : "sl",
"@value" : "Joule na Kvadratni Tesla"
}, "Joule per Square Tesla", {
"@language" : "en",
"@value" : "Joule per Square Tesla"
}, {
"@language" : "tr",
"@value" : "Joule per Teslakare"
}, {
"@language" : "ms",
"@value" : "Joule per Tesla Persegi"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-SEC
URI: http://qudt.org/vocab/unit/J-SEC
The $\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. The joule-second is the unit used for Planck's constant.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum.
The joule-second is the unit used for Planck's constant.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Action> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularImpulse> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularMomentum> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB151" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB151"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "J·s" ;
<http://qudt.org/schema/qudt/ucumCode> "J.s"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B18" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1709783> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul Sekunda"@pl ;
rdfs:label "Joule Saat"@ms ;
rdfs:label "Joule Saniye"@tr ;
rdfs:label "Joule Second" ;
rdfs:label "Joule Second"@en ;
rdfs:label "Joule Seconde"@fr ;
rdfs:label "Joule Secondo"@it ;
rdfs:label "Joule Secundă"@ro ;
rdfs:label "Joule Segundo"@pt ;
rdfs:label "Joule Sekunda"@cs ;
rdfs:label "Joule Sekunda"@sl ;
rdfs:label "Joule Sekunde"@de ;
rdfs:label "Joulium Secundum"@la ;
rdfs:label "Julio Segundo"@es ;
rdfs:label "Τζάουλ Δευτερόλεπτο"@el ;
rdfs:label "Джаул Секунда"@bg ;
rdfs:label "Джоуль Секунда"@ru ;
rdfs:label "جول ثانية"@ar ;
rdfs:label "ژول ثانیه"@fa ;
rdfs:label "जूल सैकण्ड"@hi ;
rdfs:label "ジュール秒"@ja ;
rdfs:label "焦耳秒"@zh ;
.
{"resource":"Joule Second"
,"qname":"unit:J-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1709783>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\n The $\\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. \n The joule-second is the unit used for Planck's constant.\n "
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Action"
,"has quantity kind":"quantitykind:AngularImpulse"
,"has quantity kind":"quantitykind:AngularMomentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB151"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB151"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul Sekunda"
,"label":"Joule Saat"
,"label":"Joule Saniye"
,"label":"Joule Second"
,"label":"Joule Second"
,"label":"Joule Seconde"
,"label":"Joule Secondo"
,"label":"Joule Secundă"
,"label":"Joule Segundo"
,"label":"Joule Sekunda"
,"label":"Joule Sekunda"
,"label":"Joule Sekunde"
,"label":"Joulium Secundum"
,"label":"Julio Segundo"
,"label":"Τζάουλ Δευτερόλεπτο"
,"label":"Джаул Секунда"
,"label":"Джоуль Секунда"
,"label":"جول ثانية"
,"label":"ژول ثانیه"
,"label":"जूल सैकण्ड"
,"label":"ジュール秒"
,"label":"焦耳秒"
,"symbol":"J·s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"J.s"
,"unece common code":"B18"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The $\\textit{joule-second}$ is a unit equal to a $joule$ multiplied by a second, used to measure action or angular momentum. \n The joule-second is the unit used for Planck's constant.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Action", "http://qudt.org/vocab/quantitykind/AngularImpulse", "http://qudt.org/vocab/quantitykind/AngularMomentum" ],
"iec61360Code" : "0112/2///62720#UAB151",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB151",
"symbol" : "J·s",
"ucumCode" : "J.s",
"uneceCommonCode" : "B18",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1709783",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Julio Segundo"
}, {
"@language" : "ar",
"@value" : "جول ثانية"
}, {
"@language" : "pl",
"@value" : "Dżul Sekunda"
}, {
"@language" : "el",
"@value" : "Τζάουλ Δευτερόλεπτο"
}, {
"@language" : "de",
"@value" : "Joule Sekunde"
}, {
"@language" : "la",
"@value" : "Joulium Secundum"
}, {
"@language" : "zh",
"@value" : "焦耳秒"
}, {
"@language" : "tr",
"@value" : "Joule Saniye"
}, {
"@language" : "fr",
"@value" : "Joule Seconde"
}, {
"@language" : "fa",
"@value" : "ژول ثانیه"
}, {
"@language" : "cs",
"@value" : "Joule Sekunda"
}, "Joule Second", {
"@language" : "en",
"@value" : "Joule Second"
}, {
"@language" : "sl",
"@value" : "Joule Sekunda"
}, {
"@language" : "it",
"@value" : "Joule Secondo"
}, {
"@language" : "hi",
"@value" : "जूल सैकण्ड"
}, {
"@language" : "ru",
"@value" : "Джоуль Секунда"
}, {
"@language" : "ja",
"@value" : "ジュール秒"
}, {
"@language" : "bg",
"@value" : "Джаул Секунда"
}, {
"@language" : "pt",
"@value" : "Joule Segundo"
}, {
"@language" : "ms",
"@value" : "Joule Saat"
}, {
"@language" : "ro",
"@value" : "Joule Secundă"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:J-SEC-PER-MOL
URI: http://qudt.org/vocab/unit/J-SEC-PER-MOL
$\textit{Joule Second per Mole}$ is a unit for 'Molar Angular Momentum' expressed as $J s mol^{-1}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/J-SEC-PER-MOL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Joule Second per Mole}$ is a unit for 'Molar Angular Momentum' expressed as $J s mol^{-1}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$J s mol^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarAngularMomentum> ;
<http://qudt.org/schema/qudt/symbol> "J·s/mol" ;
<http://qudt.org/schema/qudt/ucumCode> "J.s.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Dżul Sekunda na Mol"@pl ;
rdfs:label "Joule Saat per Mole"@ms ;
rdfs:label "Joule Saniye per Mol"@tr ;
rdfs:label "Joule Second per Mole" ;
rdfs:label "Joule Second per Mole"@en ;
rdfs:label "Joule Seconde par Mole"@fr ;
rdfs:label "Joule Secondo per Mole"@it ;
rdfs:label "Joule Secundă pe Mol"@ro ;
rdfs:label "Joule Segundo por Mol"@pt ;
rdfs:label "Joule Sekunda na Mol"@cs ;
rdfs:label "Joule Sekunda na Mol"@sl ;
rdfs:label "Joule Sekunde pro Mol"@de ;
rdfs:label "Joulium Secundum per Moles"@la ;
rdfs:label "Julio Segundo por Mol"@es ;
rdfs:label "Τζάουλ Δευτερόλεπτο ανά Μολ"@el ;
rdfs:label "Джаул Секунда на Мол"@bg ;
rdfs:label "Джоуль Секунда на Моль"@ru ;
.
{"resource":"Joule Second per Mole"
,"qname":"unit:J-SEC-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/J-SEC-PER-MOL"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Joule Second per Mole}$ is a unit for 'Molar Angular Momentum' expressed as $J s mol^{-1}$."
,"expression":"$J s mol^{-1}$"
,"has dimension vector":"qkdv:A-1E0L2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MolarAngularMomentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Dżul Sekunda na Mol"
,"label":"Joule Saat per Mole"
,"label":"Joule Saniye per Mol"
,"label":"Joule Second per Mole"
,"label":"Joule Second per Mole"
,"label":"Joule Seconde par Mole"
,"label":"Joule Secondo per Mole"
,"label":"Joule Secundă pe Mol"
,"label":"Joule Segundo por Mol"
,"label":"Joule Sekunda na Mol"
,"label":"Joule Sekunda na Mol"
,"label":"Joule Sekunde pro Mol"
,"label":"Joulium Secundum per Moles"
,"label":"Julio Segundo por Mol"
,"label":"Τζάουλ Δευτερόλεπτο ανά Μολ"
,"label":"Джаул Секунда на Мол"
,"label":"Джоуль Секунда на Моль"
,"symbol":"J·s\/mol"
,"type":"qudt:Unit"
,"ucum code":"J.s.mol-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/J-SEC-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Joule Second per Mole}$ is a unit for 'Molar Angular Momentum' expressed as $J s mol^{-1}$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$J s mol^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarAngularMomentum",
"symbol" : "J·s/mol",
"ucumCode" : "J.s.mol-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Dżul Sekunda na Mol"
}, {
"@language" : "la",
"@value" : "Joulium Secundum per Moles"
}, {
"@language" : "de",
"@value" : "Joule Sekunde pro Mol"
}, {
"@language" : "es",
"@value" : "Julio Segundo por Mol"
}, {
"@language" : "ms",
"@value" : "Joule Saat per Mole"
}, {
"@language" : "pt",
"@value" : "Joule Segundo por Mol"
}, "Joule Second per Mole", {
"@language" : "fr",
"@value" : "Joule Seconde par Mole"
}, {
"@language" : "sl",
"@value" : "Joule Sekunda na Mol"
}, {
"@language" : "cs",
"@value" : "Joule Sekunda na Mol"
}, {
"@language" : "en",
"@value" : "Joule Second per Mole"
}, {
"@language" : "tr",
"@value" : "Joule Saniye per Mol"
}, {
"@language" : "ro",
"@value" : "Joule Secundă pe Mol"
}, {
"@language" : "ru",
"@value" : "Джоуль Секунда на Моль"
}, {
"@language" : "el",
"@value" : "Τζάουλ Δευτερόλεπτο ανά Μολ"
}, {
"@language" : "bg",
"@value" : "Джаул Секунда на Мол"
}, {
"@language" : "it",
"@value" : "Joule Secondo per Mole"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K
URI: http://qudt.org/vocab/unit/K
The unit $\textit{Kelvin}$ is the SI base unit of temperature, previously called the degree Kelvin. One kelvin represents the same temperature difference as one degree Celsius. In 1967 the General Conference on Weights and Measures defined the temperature of the triple point of water (the temperature at which water exists simultaneously in the gaseous, liquid, and solid states) to be exactly 273.16 kelvins. Since this temperature is also equal to 0.01 u00b0C, the temperature in kelvins is always equal to 273.15 plus the temperature in degrees Celsius. The kelvin equals exactly 1.8 degrees Fahrenheit. The unit is named for the British mathematician and physicist William Thomson (1824-1907), later known as Lord Kelvin after he was named Baron Kelvin of Largs.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Kelvin}$ is the SI base unit of temperature, previously called the degree Kelvin.
One kelvin represents the same temperature difference as one degree Celsius.
In 1967 the General Conference on Weights and Measures defined the temperature of the triple point of water
(the temperature at which water exists simultaneously in the gaseous, liquid, and solid states) to be exactly 273.16 kelvins.
Since this temperature is also equal to 0.01 u00b0C, the temperature in kelvins is always equal to 273.15 plus the temperature in degrees Celsius.
The kelvin equals exactly 1.8 degrees Fahrenheit.
The unit is named for the British mathematician and physicist William Thomson (1824-1907),
later known as Lord Kelvin after he was named Baron Kelvin of Largs.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kelvin"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BoilingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CorrelatedColorTemperature> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FlashPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeltingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermodynamicTemperature> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA185" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kelvin?oldid=495075694"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA185"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/kelvin> ;
<http://qudt.org/schema/qudt/symbol> "K" ;
<http://qudt.org/schema/qudt/ucumCode> "K"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "K" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "KEL" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11579> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kelvin" ;
rdfs:label "Kelvin"@cs ;
rdfs:label "Kelvin"@de ;
rdfs:label "Kelvin"@en ;
rdfs:label "Kelvin"@es ;
rdfs:label "Kelvin"@fr ;
rdfs:label "Kelvin"@hu ;
rdfs:label "Kelvin"@it ;
rdfs:label "Kelvin"@la ;
rdfs:label "Kelvin"@ms ;
rdfs:label "Kelvin"@pt ;
rdfs:label "Kelvin"@ro ;
rdfs:label "Kelvin"@sl ;
rdfs:label "Kelvin"@tr ;
rdfs:label "Kelwin"@pl ;
rdfs:label "Κέλβιν"@el ;
rdfs:label "Келвин"@bg ;
rdfs:label "Кельвин"@ru ;
rdfs:label "קלווין"@he ;
rdfs:label "كلفن"@ar ;
rdfs:label "کلوین"@fa ;
rdfs:label "कैल्विन"@hi ;
rdfs:label "ケルビン"@ja ;
rdfs:label "开尔文"@zh ;
.
{"resource":"Kelvin"
,"qname":"unit:K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K"
,"properties":["Individual from SI Reference Point":"si-unit:kelvin"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11579>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kelvin"
,"description":"\n The unit $\\textit{Kelvin}$ is the SI base unit of temperature, previously called the degree Kelvin. \n One kelvin represents the same temperature difference as one degree Celsius. \n In 1967 the General Conference on Weights and Measures defined the temperature of the triple point of water\n (the temperature at which water exists simultaneously in the gaseous, liquid, and solid states) to be exactly 273.16 kelvins. \n Since this temperature is also equal to 0.01 u00b0C, the temperature in kelvins is always equal to 273.15 plus the temperature in degrees Celsius. \n The kelvin equals exactly 1.8 degrees Fahrenheit. \n The unit is named for the British mathematician and physicist William Thomson (1824-1907),\n later known as Lord Kelvin after he was named Baron Kelvin of Largs.\n "
,"has dimension vector":"qkdv:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:BoilingPoint"
,"has quantity kind":"quantitykind:CorrelatedColorTemperature"
,"has quantity kind":"quantitykind:FlashPoint"
,"has quantity kind":"quantitykind:MeltingPoint"
,"has quantity kind":"quantitykind:Temperature"
,"has quantity kind":"quantitykind:ThermodynamicTemperature"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA185"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kelvin?oldid=495075694"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA185"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelvin"
,"label":"Kelwin"
,"label":"Κέλβιν"
,"label":"Келвин"
,"label":"Кельвин"
,"label":"קלווין"
,"label":"كلفن"
,"label":"کلوین"
,"label":"कैल्विन"
,"label":"ケルビン"
,"label":"开尔文"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/kelvin>"
,"symbol":"K"
,"type":"qudt:Unit"
,"ucum code":"K"
,"udunits code":"K"
,"unece common code":"KEL"
]}
{
"@id" : "http://qudt.org/vocab/unit/K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Kelvin}$ is the SI base unit of temperature, previously called the degree Kelvin. \n One kelvin represents the same temperature difference as one degree Celsius. \n In 1967 the General Conference on Weights and Measures defined the temperature of the triple point of water\n (the temperature at which water exists simultaneously in the gaseous, liquid, and solid states) to be exactly 273.16 kelvins. \n Since this temperature is also equal to 0.01 u00b0C, the temperature in kelvins is always equal to 273.15 plus the temperature in degrees Celsius. \n The kelvin equals exactly 1.8 degrees Fahrenheit. \n The unit is named for the British mathematician and physicist William Thomson (1824-1907),\n later known as Lord Kelvin after he was named Baron Kelvin of Largs.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Kelvin",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature", "http://qudt.org/vocab/quantitykind/Temperature", "http://qudt.org/vocab/quantitykind/MeltingPoint", "http://qudt.org/vocab/quantitykind/BoilingPoint", "http://qudt.org/vocab/quantitykind/CorrelatedColorTemperature", "http://qudt.org/vocab/quantitykind/FlashPoint" ],
"iec61360Code" : "0112/2///62720#UAA185",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Kelvin?oldid=495075694", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA185" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/kelvin",
"siExactMatch" : "https://si-digital-framework.org/SI/units/kelvin",
"symbol" : "K",
"ucumCode" : "K",
"udunitsCode" : "K",
"uneceCommonCode" : "KEL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11579",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Kelvin"
}, "Kelvin", {
"@language" : "cs",
"@value" : "Kelvin"
}, {
"@language" : "de",
"@value" : "Kelvin"
}, {
"@language" : "en",
"@value" : "Kelvin"
}, {
"@language" : "es",
"@value" : "Kelvin"
}, {
"@language" : "fr",
"@value" : "Kelvin"
}, {
"@language" : "hu",
"@value" : "Kelvin"
}, {
"@language" : "it",
"@value" : "Kelvin"
}, {
"@language" : "la",
"@value" : "Kelvin"
}, {
"@language" : "pt",
"@value" : "Kelvin"
}, {
"@language" : "ro",
"@value" : "Kelvin"
}, {
"@language" : "sl",
"@value" : "Kelvin"
}, {
"@language" : "tr",
"@value" : "Kelvin"
}, {
"@language" : "fa",
"@value" : "کلوین"
}, {
"@language" : "ja",
"@value" : "ケルビン"
}, {
"@language" : "zh",
"@value" : "开尔文"
}, {
"@language" : "el",
"@value" : "Κέλβιν"
}, {
"@language" : "pl",
"@value" : "Kelwin"
}, {
"@language" : "bg",
"@value" : "Келвин"
}, {
"@language" : "he",
"@value" : "קלווין"
}, {
"@language" : "ar",
"@value" : "كلفن"
}, {
"@language" : "hi",
"@value" : "कैल्विन"
}, {
"@language" : "ru",
"@value" : "Кельвин"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-DAY
URI: http://qudt.org/vocab/unit/K-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 86400.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.64E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimeTemperature> ; <http://qudt.org/schema/qudt/symbol> "K·d" ; <http://qudt.org/schema/qudt/ucumCode> "K.d"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin Day" ; rdfs:label "Kelvin Day"@en ; .
{"resource":"Kelvin Day"
,"qname":"unit:K-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"86400.0"
,"conversion multiplier scientific":"8.64E4"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T1D0"
,"has quantity kind":"quantitykind:TimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin Day"
,"label":"Kelvin Day"
,"symbol":"K·d"
,"type":"qudt:Unit"
,"ucum code":"K.d"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "86400.0",
"conversionMultiplier:SN" : 86400.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimeTemperature",
"symbol" : "K·d",
"ucumCode" : "K.d",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kelvin Day", {
"@language" : "en",
"@value" : "Kelvin Day"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-M
URI: http://qudt.org/vocab/unit/K-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthTemperature> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-M-K> ; <http://qudt.org/schema/qudt/symbol> "K·m" ; <http://qudt.org/schema/qudt/ucumCode> "K.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin Meter"@de ; rdfs:label "Kelvin Meter"@en-US ; rdfs:label "Kelvin Meter"@ms ; rdfs:label "Kelvin Meter"@sl ; rdfs:label "Kelvin Metr"@cs ; rdfs:label "Kelvin Metre" ; rdfs:label "Kelvin Metre"@en ; rdfs:label "Kelvin Metre"@tr ; rdfs:label "Kelvin Metro"@es ; rdfs:label "Kelvin Metro"@it ; rdfs:label "Kelvin Metro"@pt ; rdfs:label "Kelvin Metru"@ro ; rdfs:label "Kelvin Metrum"@la ; rdfs:label "Kelvin Mètre"@fr ; rdfs:label "Kelwin Metr"@pl ; rdfs:label "Κέλβιν Μέτρο"@el ; rdfs:label "Келвин Метър"@bg ; rdfs:label "Кельвин Метр"@ru ; .
{"resource":"Kelvin Metre"
,"qname":"unit:K-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-M"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L1I0M0H1T0D0"
,"has quantity kind":"quantitykind:LengthTemperature"
,"has reciprocal unit":"unit:PER-M-K"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin Meter"
,"label":"Kelvin Meter"
,"label":"Kelvin Meter"
,"label":"Kelvin Meter"
,"label":"Kelvin Metr"
,"label":"Kelvin Metre"
,"label":"Kelvin Metre"
,"label":"Kelvin Metre"
,"label":"Kelvin Metro"
,"label":"Kelvin Metro"
,"label":"Kelvin Metro"
,"label":"Kelvin Metru"
,"label":"Kelvin Metrum"
,"label":"Kelvin Mètre"
,"label":"Kelwin Metr"
,"label":"Κέλβιν Μέτρο"
,"label":"Келвин Метър"
,"label":"Кельвин Метр"
,"symbol":"K·m"
,"type":"qudt:Unit"
,"ucum code":"K.m"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthTemperature",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-M-K",
"symbol" : "K·m",
"ucumCode" : "K.m",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kelvin Metru"
}, {
"@language" : "cs",
"@value" : "Kelvin Metr"
}, {
"@language" : "bg",
"@value" : "Келвин Метър"
}, {
"@language" : "la",
"@value" : "Kelvin Metrum"
}, {
"@language" : "de",
"@value" : "Kelvin Meter"
}, {
"@language" : "en-us",
"@value" : "Kelvin Meter"
}, {
"@language" : "ms",
"@value" : "Kelvin Meter"
}, "Kelvin Metre", {
"@language" : "ru",
"@value" : "Кельвин Метр"
}, {
"@language" : "el",
"@value" : "Κέλβιν Μέτρο"
}, {
"@language" : "pl",
"@value" : "Kelwin Metr"
}, {
"@language" : "en",
"@value" : "Kelvin Metre"
}, {
"@language" : "tr",
"@value" : "Kelvin Metre"
}, {
"@language" : "fr",
"@value" : "Kelvin Mètre"
}, {
"@language" : "es",
"@value" : "Kelvin Metro"
}, {
"@language" : "it",
"@value" : "Kelvin Metro"
}, {
"@language" : "pt",
"@value" : "Kelvin Metro"
}, {
"@language" : "sl",
"@value" : "Kelvin Meter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-M-PER-SEC
URI: http://qudt.org/vocab/unit/K-M-PER-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-M-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "K·m/s" ; <http://qudt.org/schema/qudt/ucumCode> "K.m.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin Meter na Sekunda"@sl ; rdfs:label "Kelvin Meter per Saat"@ms ; rdfs:label "Kelvin Meter per Second"@en-US ; rdfs:label "Kelvin Meter pro Sekunde"@de ; rdfs:label "Kelvin Metr na Sekunda"@cs ; rdfs:label "Kelvin Metre per Saniye"@tr ; rdfs:label "Kelvin Metre per Second" ; rdfs:label "Kelvin Metre per Second"@en ; rdfs:label "Kelvin Metro per Secondo"@it ; rdfs:label "Kelvin Metro por Segundo"@es ; rdfs:label "Kelvin Metro por Segundo"@pt ; rdfs:label "Kelvin Metru pe Secundă"@ro ; rdfs:label "Kelvin Metrum per Secundum"@la ; rdfs:label "Kelvin Mètre par Seconde"@fr ; rdfs:label "Kelwin Metr na Sekunda"@pl ; rdfs:label "Κέλβιν Μέτρο ανά Δευτερόλεπτο"@el ; rdfs:label "Келвин Метър на Секунда"@bg ; rdfs:label "Кельвин Метр на Секунда"@ru ; .
{"resource":"Kelvin Metre per Second"
,"qname":"unit:K-M-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-M-PER-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L1I0M0H1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin Meter na Sekunda"
,"label":"Kelvin Meter per Saat"
,"label":"Kelvin Meter per Second"
,"label":"Kelvin Meter pro Sekunde"
,"label":"Kelvin Metr na Sekunda"
,"label":"Kelvin Metre per Saniye"
,"label":"Kelvin Metre per Second"
,"label":"Kelvin Metre per Second"
,"label":"Kelvin Metro per Secondo"
,"label":"Kelvin Metro por Segundo"
,"label":"Kelvin Metro por Segundo"
,"label":"Kelvin Metru pe Secundă"
,"label":"Kelvin Metrum per Secundum"
,"label":"Kelvin Mètre par Seconde"
,"label":"Kelwin Metr na Sekunda"
,"label":"Κέλβιν Μέτρο ανά Δευτερόλεπτο"
,"label":"Келвин Метър на Секунда"
,"label":"Кельвин Метр на Секунда"
,"symbol":"K·m\/s"
,"type":"qudt:Unit"
,"ucum code":"K.m.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-M-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "K·m/s",
"ucumCode" : "K.m.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kelvin Meter pro Sekunde"
}, {
"@language" : "cs",
"@value" : "Kelvin Metr na Sekunda"
}, {
"@language" : "ru",
"@value" : "Кельвин Метр на Секунда"
}, {
"@language" : "tr",
"@value" : "Kelvin Metre per Saniye"
}, {
"@language" : "ms",
"@value" : "Kelvin Meter per Saat"
}, "Kelvin Metre per Second", {
"@language" : "en",
"@value" : "Kelvin Metre per Second"
}, {
"@language" : "sl",
"@value" : "Kelvin Meter na Sekunda"
}, {
"@language" : "el",
"@value" : "Κέλβιν Μέτρο ανά Δευτερόλεπτο"
}, {
"@language" : "it",
"@value" : "Kelvin Metro per Secondo"
}, {
"@language" : "es",
"@value" : "Kelvin Metro por Segundo"
}, {
"@language" : "en-us",
"@value" : "Kelvin Meter per Second"
}, {
"@language" : "pt",
"@value" : "Kelvin Metro por Segundo"
}, {
"@language" : "ro",
"@value" : "Kelvin Metru pe Secundă"
}, {
"@language" : "pl",
"@value" : "Kelwin Metr na Sekunda"
}, {
"@language" : "la",
"@value" : "Kelvin Metrum per Secundum"
}, {
"@language" : "bg",
"@value" : "Келвин Метър на Секунда"
}, {
"@language" : "fr",
"@value" : "Kelvin Mètre par Seconde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-M-PER-W
URI: http://qudt.org/vocab/unit/K-M-PER-W
product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-M-PER-W> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalResistivity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/W-PER-M-K> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB488" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB488"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt" ; <http://qudt.org/schema/qudt/symbol> "K·m/W" ; <http://qudt.org/schema/qudt/ucumCode> "K.m.W-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H35" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q84451486> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin Meter na Watt"@sl ; rdfs:label "Kelvin Meter per Watt"@en-US ; rdfs:label "Kelvin Meter per Watt"@ms ; rdfs:label "Kelvin Meter pro Watt"@de ; rdfs:label "Kelvin Metr na Watt"@cs ; rdfs:label "Kelvin Metre per Watt" ; rdfs:label "Kelvin Metre per Watt"@en ; rdfs:label "Kelvin Metre per Watt"@tr ; rdfs:label "Kelvin Metro per Watt"@it ; rdfs:label "Kelvin Metro por Vatio"@es ; rdfs:label "Kelvin Metro por Watt"@pt ; rdfs:label "Kelvin Metru pe Watt"@ro ; rdfs:label "Kelvin Metrum per Wattium"@la ; rdfs:label "Kelvin Mètre par Watt"@fr ; rdfs:label "Kelwin Metr na Wat"@pl ; rdfs:label "Κέλβιν Μέτρο ανά Βατ"@el ; rdfs:label "Келвин Метър на Ват"@bg ; rdfs:label "Кельвин Метр на Ватт"@ru ; .
{"resource":"Kelvin Metre per Watt"
,"qname":"unit:K-M-PER-W"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-M-PER-W"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q84451486>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt"
,"description (plain text)":"product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt"
,"has dimension vector":"qkdv:A0E0L-1I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalResistivity"
,"has reciprocal unit":"unit:W-PER-M-K"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB488"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB488"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin Meter na Watt"
,"label":"Kelvin Meter per Watt"
,"label":"Kelvin Meter per Watt"
,"label":"Kelvin Meter pro Watt"
,"label":"Kelvin Metr na Watt"
,"label":"Kelvin Metre per Watt"
,"label":"Kelvin Metre per Watt"
,"label":"Kelvin Metre per Watt"
,"label":"Kelvin Metro per Watt"
,"label":"Kelvin Metro por Vatio"
,"label":"Kelvin Metro por Watt"
,"label":"Kelvin Metru pe Watt"
,"label":"Kelvin Metrum per Wattium"
,"label":"Kelvin Mètre par Watt"
,"label":"Kelwin Metr na Wat"
,"label":"Κέλβιν Μέτρο ανά Βατ"
,"label":"Келвин Метър на Ват"
,"label":"Кельвин Метр на Ватт"
,"symbol":"K·m\/W"
,"type":"qudt:Unit"
,"ucum code":"K.m.W-1"
,"unece common code":"H35"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-M-PER-W",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalResistivity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/W-PER-M-K",
"iec61360Code" : "0112/2///62720#UAB488",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB488",
"plainTextDescription" : "product of the SI base unit kelvin and the SI base unit metre divided by the derived SI unit watt",
"symbol" : "K·m/W",
"ucumCode" : "K.m.W-1",
"uneceCommonCode" : "H35",
"wikidataMatch" : "http://www.wikidata.org/entity/Q84451486",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Κέλβιν Μέτρο ανά Βατ"
}, {
"@language" : "ro",
"@value" : "Kelvin Metru pe Watt"
}, {
"@language" : "es",
"@value" : "Kelvin Metro por Vatio"
}, {
"@language" : "pl",
"@value" : "Kelwin Metr na Wat"
}, {
"@language" : "bg",
"@value" : "Келвин Метър на Ват"
}, {
"@language" : "ru",
"@value" : "Кельвин Метр на Ватт"
}, {
"@language" : "cs",
"@value" : "Kelvin Metr na Watt"
}, {
"@language" : "it",
"@value" : "Kelvin Metro per Watt"
}, {
"@language" : "pt",
"@value" : "Kelvin Metro por Watt"
}, {
"@language" : "en-us",
"@value" : "Kelvin Meter per Watt"
}, {
"@language" : "ms",
"@value" : "Kelvin Meter per Watt"
}, "Kelvin Metre per Watt", {
"@language" : "en",
"@value" : "Kelvin Metre per Watt"
}, {
"@language" : "tr",
"@value" : "Kelvin Metre per Watt"
}, {
"@language" : "fr",
"@value" : "Kelvin Mètre par Watt"
}, {
"@language" : "la",
"@value" : "Kelvin Metrum per Wattium"
}, {
"@language" : "sl",
"@value" : "Kelvin Meter na Watt"
}, {
"@language" : "de",
"@value" : "Kelvin Meter pro Watt"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-M2-PER-KiloGM-SEC
URI: http://qudt.org/vocab/unit/K-M2-PER-KiloGM-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-M2-PER-KiloGM-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "K·m²/(kg·s)" ; <http://qudt.org/schema/qudt/ucumCode> "K.m2.kg-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin Kvadratni Meter na Kilogram Sekunda"@sl ; rdfs:label "Kelvin Meter Persegi per Kilogram Saat"@ms ; rdfs:label "Kelvin Metrekare per Kilogram Saniye"@tr ; rdfs:label "Kelvin Metro Cuadrado por Kilogramo Segundo"@es ; rdfs:label "Kelvin Metro Quadrado por Quilograma Segundo"@pt ; rdfs:label "Kelvin Metro Quadrato per Chilogrammo Secondo"@it ; rdfs:label "Kelvin Metru Pătrat pe Kilogram Secundă"@ro ; rdfs:label "Kelvin Metrum Quadratum per Chiliogramma Secundum"@la ; rdfs:label "Kelvin Mètre Carré par Kilogramme Seconde"@fr ; rdfs:label "Kelvin Quadratmeter pro Kilogramm Sekunde"@de ; rdfs:label "Kelvin Square Meter per Kilogram Second"@en-US ; rdfs:label "Kelvin Square Metre per Kilogram Second" ; rdfs:label "Kelvin Square Metre per Kilogram Second"@en ; rdfs:label "Kelvin Čtvereční Metr na Kilogram Sekunda"@cs ; rdfs:label "Kelwin Metr Kwadratowy na Kilogram Sekunda"@pl ; rdfs:label "Κέλβιν Τετραγωνικό Μέτρο ανά Χιλιόγραμμο Δευτερόλεπτο"@el ; rdfs:label "Келвин Квадратен Метър на Килограм Секунда"@bg ; rdfs:label "Кельвин Квадратный Метр на Килограмм Секунда"@ru ; .
{"resource":"Kelvin Square Metre per Kilogram Second"
,"qname":"unit:K-M2-PER-KiloGM-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-M2-PER-KiloGM-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L2I0M-1H1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin Kvadratni Meter na Kilogram Sekunda"
,"label":"Kelvin Meter Persegi per Kilogram Saat"
,"label":"Kelvin Metrekare per Kilogram Saniye"
,"label":"Kelvin Metro Cuadrado por Kilogramo Segundo"
,"label":"Kelvin Metro Quadrado por Quilograma Segundo"
,"label":"Kelvin Metro Quadrato per Chilogrammo Secondo"
,"label":"Kelvin Metru Pătrat pe Kilogram Secundă"
,"label":"Kelvin Metrum Quadratum per Chiliogramma Secundum"
,"label":"Kelvin Mètre Carré par Kilogramme Seconde"
,"label":"Kelvin Quadratmeter pro Kilogramm Sekunde"
,"label":"Kelvin Square Meter per Kilogram Second"
,"label":"Kelvin Square Metre per Kilogram Second"
,"label":"Kelvin Square Metre per Kilogram Second"
,"label":"Kelvin Čtvereční Metr na Kilogram Sekunda"
,"label":"Kelwin Metr Kwadratowy na Kilogram Sekunda"
,"label":"Κέλβιν Τετραγωνικό Μέτρο ανά Χιλιόγραμμο Δευτερόλεπτο"
,"label":"Келвин Квадратен Метър на Килограм Секунда"
,"label":"Кельвин Квадратный Метр на Килограмм Секунда"
,"symbol":"K·m²\/(kg·s)"
,"type":"qudt:Unit"
,"ucum code":"K.m2.kg-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-M2-PER-KiloGM-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "K·m²/(kg·s)",
"ucumCode" : "K.m2.kg-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pt",
"@value" : "Kelvin Metro Quadrado por Quilograma Segundo"
}, {
"@language" : "ms",
"@value" : "Kelvin Meter Persegi per Kilogram Saat"
}, {
"@language" : "ro",
"@value" : "Kelvin Metru Pătrat pe Kilogram Secundă"
}, {
"@language" : "de",
"@value" : "Kelvin Quadratmeter pro Kilogramm Sekunde"
}, {
"@language" : "la",
"@value" : "Kelvin Metrum Quadratum per Chiliogramma Secundum"
}, "Kelvin Square Metre per Kilogram Second", {
"@language" : "en",
"@value" : "Kelvin Square Metre per Kilogram Second"
}, {
"@language" : "ru",
"@value" : "Кельвин Квадратный Метр на Килограмм Секунда"
}, {
"@language" : "cs",
"@value" : "Kelvin Čtvereční Metr na Kilogram Sekunda"
}, {
"@language" : "bg",
"@value" : "Келвин Квадратен Метър на Килограм Секунда"
}, {
"@language" : "en-us",
"@value" : "Kelvin Square Meter per Kilogram Second"
}, {
"@language" : "tr",
"@value" : "Kelvin Metrekare per Kilogram Saniye"
}, {
"@language" : "fr",
"@value" : "Kelvin Mètre Carré par Kilogramme Seconde"
}, {
"@language" : "es",
"@value" : "Kelvin Metro Cuadrado por Kilogramo Segundo"
}, {
"@language" : "el",
"@value" : "Κέλβιν Τετραγωνικό Μέτρο ανά Χιλιόγραμμο Δευτερόλεπτο"
}, {
"@language" : "it",
"@value" : "Kelvin Metro Quadrato per Chilogrammo Secondo"
}, {
"@language" : "pl",
"@value" : "Kelwin Metr Kwadratowy na Kilogram Sekunda"
}, {
"@language" : "sl",
"@value" : "Kelvin Kvadratni Meter na Kilogram Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PA-PER-SEC
URI: http://qudt.org/vocab/unit/K-PA-PER-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-PA-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "K·Pa/s" ; <http://qudt.org/schema/qudt/ucumCode> "K.Pa.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin Pascal na Sekunda"@cs ; rdfs:label "Kelvin Pascal na Sekunda"@sl ; rdfs:label "Kelvin Pascal par Seconde"@fr ; rdfs:label "Kelvin Pascal pe Secundă"@ro ; rdfs:label "Kelvin Pascal per Saat"@ms ; rdfs:label "Kelvin Pascal per Saniye"@tr ; rdfs:label "Kelvin Pascal per Second" ; rdfs:label "Kelvin Pascal per Second"@en ; rdfs:label "Kelvin Pascal per Secondo"@it ; rdfs:label "Kelvin Pascal por Segundo"@es ; rdfs:label "Kelvin Pascal por Segundo"@pt ; rdfs:label "Kelvin Pascal pro Sekunde"@de ; rdfs:label "Kelvin Pascalium per Secundum"@la ; rdfs:label "Kelwin Paskal na Sekunda"@pl ; rdfs:label "Κέλβιν Πασκάλ ανά Δευτερόλεπτο"@el ; rdfs:label "Келвин Паскал на Секунда"@bg ; rdfs:label "Кельвин Паскаль на Секунда"@ru ; .
{"resource":"Kelvin Pascal per Second"
,"qname":"unit:K-PA-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PA-PER-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-1I0M1H1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin Pascal na Sekunda"
,"label":"Kelvin Pascal na Sekunda"
,"label":"Kelvin Pascal par Seconde"
,"label":"Kelvin Pascal pe Secundă"
,"label":"Kelvin Pascal per Saat"
,"label":"Kelvin Pascal per Saniye"
,"label":"Kelvin Pascal per Second"
,"label":"Kelvin Pascal per Second"
,"label":"Kelvin Pascal per Secondo"
,"label":"Kelvin Pascal por Segundo"
,"label":"Kelvin Pascal por Segundo"
,"label":"Kelvin Pascal pro Sekunde"
,"label":"Kelvin Pascalium per Secundum"
,"label":"Kelwin Paskal na Sekunda"
,"label":"Κέλβιν Πασκάλ ανά Δευτερόλεπτο"
,"label":"Келвин Паскал на Секунда"
,"label":"Кельвин Паскаль на Секунда"
,"symbol":"K·Pa\/s"
,"type":"qudt:Unit"
,"ucum code":"K.Pa.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PA-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "K·Pa/s",
"ucumCode" : "K.Pa.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kelvin Pascal pe Secundă"
}, "Kelvin Pascal per Second", {
"@language" : "en",
"@value" : "Kelvin Pascal per Second"
}, {
"@language" : "fr",
"@value" : "Kelvin Pascal par Seconde"
}, {
"@language" : "de",
"@value" : "Kelvin Pascal pro Sekunde"
}, {
"@language" : "it",
"@value" : "Kelvin Pascal per Secondo"
}, {
"@language" : "tr",
"@value" : "Kelvin Pascal per Saniye"
}, {
"@language" : "es",
"@value" : "Kelvin Pascal por Segundo"
}, {
"@language" : "pt",
"@value" : "Kelvin Pascal por Segundo"
}, {
"@language" : "la",
"@value" : "Kelvin Pascalium per Secundum"
}, {
"@language" : "bg",
"@value" : "Келвин Паскал на Секунда"
}, {
"@language" : "cs",
"@value" : "Kelvin Pascal na Sekunda"
}, {
"@language" : "sl",
"@value" : "Kelvin Pascal na Sekunda"
}, {
"@language" : "el",
"@value" : "Κέλβιν Πασκάλ ανά Δευτερόλεπτο"
}, {
"@language" : "ru",
"@value" : "Кельвин Паскаль на Секунда"
}, {
"@language" : "ms",
"@value" : "Kelvin Pascal per Saat"
}, {
"@language" : "pl",
"@value" : "Kelwin Paskal na Sekunda"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PER-BAR
URI: http://qudt.org/vocab/unit/K-PER-BAR
SI base unit kelvin divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kelvin divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/BAR-PER-K> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA188" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA188"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "K/bar" ; <http://qudt.org/schema/qudt/ucumCode> "K.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F61" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin per Bar" ; rdfs:label "Kelvin per Bar"@en ; .
{"resource":"Kelvin per Bar"
,"qname":"unit:K-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI base unit kelvin divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M-1H1T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:BAR-PER-K"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA188"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA188"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin per Bar"
,"label":"Kelvin per Bar"
,"symbol":"K\/bar"
,"type":"qudt:Unit"
,"ucum code":"K.bar-1"
,"unece common code":"F61"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kelvin divided by the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/BAR-PER-K",
"iec61360Code" : "0112/2///62720#UAA188",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA188",
"symbol" : "K/bar",
"ucumCode" : "K.bar-1",
"uneceCommonCode" : "F61",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kelvin per Bar", {
"@language" : "en",
"@value" : "Kelvin per Bar"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PER-HR
URI: http://qudt.org/vocab/unit/K-PER-HR
$\textit{Kelvin per Hour}$ is a unit for 'Temperature Per Time' expressed as $K / h$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/K-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Kelvin per Hour}$ is a unit for 'Temperature Per Time' expressed as $K / h$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ;
<http://qudt.org/schema/qudt/expression> "$K / h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA189" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA189"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "K/h" ;
<http://qudt.org/schema/qudt/ucumCode> "K.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "F10" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kelvin per Hour" ;
rdfs:label "Kelvin per Hour"@en ;
.
{"resource":"Kelvin per Hour"
,"qname":"unit:K-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"$\\textit{Kelvin per Hour}$ is a unit for 'Temperature Per Time' expressed as $K \/ h$."
,"expression":"$K \/ h$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA189"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA189"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin per Hour"
,"label":"Kelvin per Hour"
,"symbol":"K\/h"
,"type":"qudt:Unit"
,"ucum code":"K.h-1"
,"unece common code":"F10"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Kelvin per Hour}$ is a unit for 'Temperature Per Time' expressed as $K / h$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"expression" : "$K / h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA189",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA189",
"symbol" : "K/h",
"ucumCode" : "K.h-1",
"uneceCommonCode" : "F10",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Kelvin per Hour"
}, "Kelvin per Hour" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PER-K
URI: http://qudt.org/vocab/unit/K-PER-K
SI base unit kelvin divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kelvin divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperatureRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA186" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA186"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kelvin divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "K/K" ; <http://qudt.org/schema/qudt/ucumCode> "K.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F02" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin na Kelvin"@cs ; rdfs:label "Kelvin na Kelvin"@sl ; rdfs:label "Kelvin par Kelvin"@fr ; rdfs:label "Kelvin pe Kelvin"@ro ; rdfs:label "Kelvin per Kelvin" ; rdfs:label "Kelvin per Kelvin"@en ; rdfs:label "Kelvin per Kelvin"@it ; rdfs:label "Kelvin per Kelvin"@la ; rdfs:label "Kelvin per Kelvin"@ms ; rdfs:label "Kelvin per Kelvin"@tr ; rdfs:label "Kelvin por Kelvin"@es ; rdfs:label "Kelvin por Kelvin"@pt ; rdfs:label "Kelvin pro Kelvin"@de ; rdfs:label "Kelwin na Kelwin"@pl ; rdfs:label "Κέλβιν ανά Κέλβιν"@el ; rdfs:label "Келвин на Келвин"@bg ; rdfs:label "Кельвин на Кельвин"@ru ; .
{"resource":"Kelvin per Kelvin"
,"qname":"unit:K-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit kelvin divided by the SI base unit kelvin"
,"description (plain text)":"SI base unit kelvin divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:TemperatureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA186"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA186"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin na Kelvin"
,"label":"Kelvin na Kelvin"
,"label":"Kelvin par Kelvin"
,"label":"Kelvin pe Kelvin"
,"label":"Kelvin per Kelvin"
,"label":"Kelvin per Kelvin"
,"label":"Kelvin per Kelvin"
,"label":"Kelvin per Kelvin"
,"label":"Kelvin per Kelvin"
,"label":"Kelvin per Kelvin"
,"label":"Kelvin por Kelvin"
,"label":"Kelvin por Kelvin"
,"label":"Kelvin pro Kelvin"
,"label":"Kelwin na Kelwin"
,"label":"Κέλβιν ανά Κέλβιν"
,"label":"Келвин на Келвин"
,"label":"Кельвин на Кельвин"
,"symbol":"K\/K"
,"type":"qudt:Unit"
,"ucum code":"K.K-1"
,"unece common code":"F02"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kelvin divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperatureRatio",
"iec61360Code" : "0112/2///62720#UAA186",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA186",
"plainTextDescription" : "SI base unit kelvin divided by the SI base unit kelvin",
"symbol" : "K/K",
"ucumCode" : "K.K-1",
"uneceCommonCode" : "F02",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kelvin per Kelvin", {
"@language" : "en",
"@value" : "Kelvin per Kelvin"
}, {
"@language" : "it",
"@value" : "Kelvin per Kelvin"
}, {
"@language" : "la",
"@value" : "Kelvin per Kelvin"
}, {
"@language" : "ms",
"@value" : "Kelvin per Kelvin"
}, {
"@language" : "tr",
"@value" : "Kelvin per Kelvin"
}, {
"@language" : "ro",
"@value" : "Kelvin pe Kelvin"
}, {
"@language" : "es",
"@value" : "Kelvin por Kelvin"
}, {
"@language" : "pt",
"@value" : "Kelvin por Kelvin"
}, {
"@language" : "pl",
"@value" : "Kelwin na Kelwin"
}, {
"@language" : "cs",
"@value" : "Kelvin na Kelvin"
}, {
"@language" : "bg",
"@value" : "Келвин на Келвин"
}, {
"@language" : "sl",
"@value" : "Kelvin na Kelvin"
}, {
"@language" : "ru",
"@value" : "Кельвин на Кельвин"
}, {
"@language" : "el",
"@value" : "Κέλβιν ανά Κέλβιν"
}, {
"@language" : "de",
"@value" : "Kelvin pro Kelvin"
}, {
"@language" : "fr",
"@value" : "Kelvin par Kelvin"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PER-M
URI: http://qudt.org/vocab/unit/K-PER-M
A change of temperature on the Kelvin temperature scale in one SI unit of length.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A change of temperature on the Kelvin temperature scale in one SI unit of length."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperatureGradient> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-PER-K> ; <http://qudt.org/schema/qudt/symbol> "K/m" ; <http://qudt.org/schema/qudt/ucumCode> "K.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin na Meter"@sl ; rdfs:label "Kelvin na Metr"@cs ; rdfs:label "Kelvin par Mètre"@fr ; rdfs:label "Kelvin pe Metru"@ro ; rdfs:label "Kelvin per Meter"@en-US ; rdfs:label "Kelvin per Meter"@ms ; rdfs:label "Kelvin per Metre" ; rdfs:label "Kelvin per Metre"@en ; rdfs:label "Kelvin per Metre"@tr ; rdfs:label "Kelvin per Metro"@it ; rdfs:label "Kelvin per Metrum"@la ; rdfs:label "Kelvin por Metro"@es ; rdfs:label "Kelvin por Metro"@pt ; rdfs:label "Kelvin pro Meter"@de ; rdfs:label "Kelwin na Metr"@pl ; rdfs:label "Κέλβιν ανά Μέτρο"@el ; rdfs:label "Келвин на Метър"@bg ; rdfs:label "Кельвин на Метр"@ru ; .
{"resource":"Kelvin per Metre"
,"qname":"unit:K-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-M"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"A change of temperature on the Kelvin temperature scale in one SI unit of length."
,"has dimension vector":"qkdv:A0E0L-1I0M0H1T0D0"
,"has quantity kind":"quantitykind:TemperatureGradient"
,"has reciprocal unit":"unit:M-PER-K"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin na Meter"
,"label":"Kelvin na Metr"
,"label":"Kelvin par Mètre"
,"label":"Kelvin pe Metru"
,"label":"Kelvin per Meter"
,"label":"Kelvin per Meter"
,"label":"Kelvin per Metre"
,"label":"Kelvin per Metre"
,"label":"Kelvin per Metre"
,"label":"Kelvin per Metro"
,"label":"Kelvin per Metrum"
,"label":"Kelvin por Metro"
,"label":"Kelvin por Metro"
,"label":"Kelvin pro Meter"
,"label":"Kelwin na Metr"
,"label":"Κέλβιν ανά Μέτρο"
,"label":"Келвин на Метър"
,"label":"Кельвин на Метр"
,"symbol":"K\/m"
,"type":"qudt:Unit"
,"ucum code":"K.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A change of temperature on the Kelvin temperature scale in one SI unit of length."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperatureGradient",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M-PER-K",
"symbol" : "K/m",
"ucumCode" : "K.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kelwin na Metr"
}, "Kelvin per Metre", {
"@language" : "en",
"@value" : "Kelvin per Metre"
}, {
"@language" : "tr",
"@value" : "Kelvin per Metre"
}, {
"@language" : "el",
"@value" : "Κέλβιν ανά Μέτρο"
}, {
"@language" : "es",
"@value" : "Kelvin por Metro"
}, {
"@language" : "pt",
"@value" : "Kelvin por Metro"
}, {
"@language" : "ro",
"@value" : "Kelvin pe Metru"
}, {
"@language" : "de",
"@value" : "Kelvin pro Meter"
}, {
"@language" : "it",
"@value" : "Kelvin per Metro"
}, {
"@language" : "ru",
"@value" : "Кельвин на Метр"
}, {
"@language" : "fr",
"@value" : "Kelvin par Mètre"
}, {
"@language" : "bg",
"@value" : "Келвин на Метър"
}, {
"@language" : "la",
"@value" : "Kelvin per Metrum"
}, {
"@language" : "en-us",
"@value" : "Kelvin per Meter"
}, {
"@language" : "sl",
"@value" : "Kelvin na Meter"
}, {
"@language" : "ms",
"@value" : "Kelvin per Meter"
}, {
"@language" : "cs",
"@value" : "Kelvin na Metr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PER-MIN
URI: http://qudt.org/vocab/unit/K-PER-MIN
$\textit{Kelvin per Minute}$ is a unit for 'Temperature Per Time' expressed as $K / m$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/K-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Kelvin per Minute}$ is a unit for 'Temperature Per Time' expressed as $K / m$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ;
<http://qudt.org/schema/qudt/expression> "$K / min$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA191" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA191"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "K/min" ;
<http://qudt.org/schema/qudt/ucumCode> "K.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "F11" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kelvin per Minute" ;
rdfs:label "Kelvin per Minute"@en ;
.
{"resource":"Kelvin per Minute"
,"qname":"unit:K-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-MIN"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"$\\textit{Kelvin per Minute}$ is a unit for 'Temperature Per Time' expressed as $K \/ m$."
,"expression":"$K \/ min$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA191"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA191"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin per Minute"
,"label":"Kelvin per Minute"
,"symbol":"K\/min"
,"type":"qudt:Unit"
,"ucum code":"K.min-1"
,"unece common code":"F11"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Kelvin per Minute}$ is a unit for 'Temperature Per Time' expressed as $K / m$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"expression" : "$K / min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA191",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA191",
"symbol" : "K/min",
"ucumCode" : "K.min-1",
"uneceCommonCode" : "F11",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Kelvin per Minute"
}, "Kelvin per Minute" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PER-PA
URI: http://qudt.org/vocab/unit/K-PER-PA
SI base unit kelvin divided by the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-PER-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kelvin divided by the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PA-PER-K> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB319" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB319"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "K/Pa" ; <http://qudt.org/schema/qudt/ucumCode> "K.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N79" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q93947085> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin na Pascal"@cs ; rdfs:label "Kelvin na Pascal"@sl ; rdfs:label "Kelvin par Pascal"@fr ; rdfs:label "Kelvin pe Pascal"@ro ; rdfs:label "Kelvin per Pascal" ; rdfs:label "Kelvin per Pascal"@en ; rdfs:label "Kelvin per Pascal"@it ; rdfs:label "Kelvin per Pascal"@ms ; rdfs:label "Kelvin per Pascal"@tr ; rdfs:label "Kelvin per Pascalium"@la ; rdfs:label "Kelvin por Pascal"@es ; rdfs:label "Kelvin por Pascal"@pt ; rdfs:label "Kelvin pro Pascal"@de ; rdfs:label "Kelwin na Paskal"@pl ; rdfs:label "Κέλβιν ανά Πασκάλ"@el ; rdfs:label "Келвин на Паскал"@bg ; rdfs:label "Кельвин на Паскаль"@ru ; .
{"resource":"Kelvin per Pascal"
,"qname":"unit:K-PER-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-PA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q93947085>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit kelvin divided by the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L1I0M-1H1T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:PA-PER-K"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB319"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB319"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin na Pascal"
,"label":"Kelvin na Pascal"
,"label":"Kelvin par Pascal"
,"label":"Kelvin pe Pascal"
,"label":"Kelvin per Pascal"
,"label":"Kelvin per Pascal"
,"label":"Kelvin per Pascal"
,"label":"Kelvin per Pascal"
,"label":"Kelvin per Pascal"
,"label":"Kelvin per Pascalium"
,"label":"Kelvin por Pascal"
,"label":"Kelvin por Pascal"
,"label":"Kelvin pro Pascal"
,"label":"Kelwin na Paskal"
,"label":"Κέλβιν ανά Πασκάλ"
,"label":"Келвин на Паскал"
,"label":"Кельвин на Паскаль"
,"symbol":"K\/Pa"
,"type":"qudt:Unit"
,"ucum code":"K.Pa-1"
,"unece common code":"N79"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PER-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kelvin divided by the SI derived unit pascal",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PA-PER-K",
"iec61360Code" : "0112/2///62720#UAB319",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB319",
"symbol" : "K/Pa",
"ucumCode" : "K.Pa-1",
"uneceCommonCode" : "N79",
"wikidataMatch" : "http://www.wikidata.org/entity/Q93947085",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Келвин на Паскал"
}, {
"@language" : "ru",
"@value" : "Кельвин на Паскаль"
}, {
"@language" : "ro",
"@value" : "Kelvin pe Pascal"
}, {
"@language" : "la",
"@value" : "Kelvin per Pascalium"
}, {
"@language" : "cs",
"@value" : "Kelvin na Pascal"
}, {
"@language" : "sl",
"@value" : "Kelvin na Pascal"
}, {
"@language" : "pl",
"@value" : "Kelwin na Paskal"
}, {
"@language" : "fr",
"@value" : "Kelvin par Pascal"
}, {
"@language" : "es",
"@value" : "Kelvin por Pascal"
}, "Kelvin per Pascal", {
"@language" : "en",
"@value" : "Kelvin per Pascal"
}, {
"@language" : "it",
"@value" : "Kelvin per Pascal"
}, {
"@language" : "ms",
"@value" : "Kelvin per Pascal"
}, {
"@language" : "tr",
"@value" : "Kelvin per Pascal"
}, {
"@language" : "pt",
"@value" : "Kelvin por Pascal"
}, {
"@language" : "de",
"@value" : "Kelvin pro Pascal"
}, {
"@language" : "el",
"@value" : "Κέλβιν ανά Πασκάλ"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PER-SEC
URI: http://qudt.org/vocab/unit/K-PER-SEC
$\textit{Kelvin per Second}$ is a unit for 'Temperature Per Time' expressed as $K / s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/K-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Kelvin per Second}$ is a unit for 'Temperature Per Time' expressed as $K / s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$K / s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA192" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA192"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "K/s" ;
<http://qudt.org/schema/qudt/ucumCode> "K.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "F12" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kelvin na Sekunda"@cs ;
rdfs:label "Kelvin na Sekunda"@sl ;
rdfs:label "Kelvin par Seconde"@fr ;
rdfs:label "Kelvin pe Secundă"@ro ;
rdfs:label "Kelvin per Saat"@ms ;
rdfs:label "Kelvin per Saniye"@tr ;
rdfs:label "Kelvin per Second" ;
rdfs:label "Kelvin per Second"@en ;
rdfs:label "Kelvin per Secondo"@it ;
rdfs:label "Kelvin per Secundum"@la ;
rdfs:label "Kelvin por Segundo"@es ;
rdfs:label "Kelvin por Segundo"@pt ;
rdfs:label "Kelvin pro Sekunde"@de ;
rdfs:label "Kelwin na Sekunda"@pl ;
rdfs:label "Κέλβιν ανά Δευτερόλεπτο"@el ;
rdfs:label "Келвин на Секунда"@bg ;
rdfs:label "Кельвин на Секунда"@ru ;
.
{"resource":"Kelvin per Second"
,"qname":"unit:K-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Kelvin per Second}$ is a unit for 'Temperature Per Time' expressed as $K \/ s$."
,"expression":"$K \/ s$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-1D0"
,"has quantity kind":"quantitykind:TemperaturePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA192"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA192"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin na Sekunda"
,"label":"Kelvin na Sekunda"
,"label":"Kelvin par Seconde"
,"label":"Kelvin pe Secundă"
,"label":"Kelvin per Saat"
,"label":"Kelvin per Saniye"
,"label":"Kelvin per Second"
,"label":"Kelvin per Second"
,"label":"Kelvin per Secondo"
,"label":"Kelvin per Secundum"
,"label":"Kelvin por Segundo"
,"label":"Kelvin por Segundo"
,"label":"Kelvin pro Sekunde"
,"label":"Kelwin na Sekunda"
,"label":"Κέλβιν ανά Δευτερόλεπτο"
,"label":"Келвин на Секунда"
,"label":"Кельвин на Секунда"
,"symbol":"K\/s"
,"type":"qudt:Unit"
,"ucum code":"K.s-1"
,"unece common code":"F12"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Kelvin per Second}$ is a unit for 'Temperature Per Time' expressed as $K / s$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$K / s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerTime",
"iec61360Code" : "0112/2///62720#UAA192",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA192",
"symbol" : "K/s",
"ucumCode" : "K.s-1",
"uneceCommonCode" : "F12",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Kelvin per Saniye"
}, {
"@language" : "el",
"@value" : "Κέλβιν ανά Δευτερόλεπτο"
}, {
"@language" : "ro",
"@value" : "Kelvin pe Secundă"
}, {
"@language" : "fr",
"@value" : "Kelvin par Seconde"
}, {
"@language" : "es",
"@value" : "Kelvin por Segundo"
}, {
"@language" : "pt",
"@value" : "Kelvin por Segundo"
}, {
"@language" : "bg",
"@value" : "Келвин на Секунда"
}, {
"@language" : "ms",
"@value" : "Kelvin per Saat"
}, {
"@language" : "cs",
"@value" : "Kelvin na Sekunda"
}, {
"@language" : "ru",
"@value" : "Кельвин на Секунда"
}, {
"@language" : "sl",
"@value" : "Kelvin na Sekunda"
}, {
"@language" : "la",
"@value" : "Kelvin per Secundum"
}, {
"@language" : "it",
"@value" : "Kelvin per Secondo"
}, "Kelvin per Second", {
"@language" : "pl",
"@value" : "Kelwin na Sekunda"
}, {
"@language" : "en",
"@value" : "Kelvin per Second"
}, {
"@language" : "de",
"@value" : "Kelvin pro Sekunde"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PER-SEC2
URI: http://qudt.org/vocab/unit/K-PER-SEC2
$\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/K-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$K / s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerSquareTime> ;
<http://qudt.org/schema/qudt/symbol> "K/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "K.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kelvin na Kvadratni Sekunda"@sl ;
rdfs:label "Kelvin na Čtvereční Sekunda"@cs ;
rdfs:label "Kelvin par Seconde Carré"@fr ;
rdfs:label "Kelvin pe Secundă Pătrat"@ro ;
rdfs:label "Kelvin per Saat Persegi"@ms ;
rdfs:label "Kelvin per Saniyekare"@tr ;
rdfs:label "Kelvin per Secondo Quadrato"@it ;
rdfs:label "Kelvin per Secundum Quadratum"@la ;
rdfs:label "Kelvin per Square Second" ;
rdfs:label "Kelvin per Square Second"@en ;
rdfs:label "Kelvin por Segundo Cuadrado"@es ;
rdfs:label "Kelvin por Segundo Quadrado"@pt ;
rdfs:label "Kelvin pro Quadratsekunde"@de ;
rdfs:label "Kelwin na Sekunda Kwadratowy"@pl ;
rdfs:label "Κέλβιν ανά Τετραγωνικό Δευτερόλεπτο"@el ;
rdfs:label "Келвин на Квадратен Секунда"@bg ;
rdfs:label "Кельвин на Квадратный Секунда"@ru ;
.
{"resource":"Kelvin per Square Second"
,"qname":"unit:K-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-SEC2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K \/ s^2$."
,"expression":"$K \/ s$"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T-2D0"
,"has quantity kind":"quantitykind:TemperaturePerSquareTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin na Kvadratni Sekunda"
,"label":"Kelvin na Čtvereční Sekunda"
,"label":"Kelvin par Seconde Carré"
,"label":"Kelvin pe Secundă Pătrat"
,"label":"Kelvin per Saat Persegi"
,"label":"Kelvin per Saniyekare"
,"label":"Kelvin per Secondo Quadrato"
,"label":"Kelvin per Secundum Quadratum"
,"label":"Kelvin per Square Second"
,"label":"Kelvin per Square Second"
,"label":"Kelvin por Segundo Cuadrado"
,"label":"Kelvin por Segundo Quadrado"
,"label":"Kelvin pro Quadratsekunde"
,"label":"Kelwin na Sekunda Kwadratowy"
,"label":"Κέλβιν ανά Τετραγωνικό Δευτερόλεπτο"
,"label":"Келвин на Квадратен Секунда"
,"label":"Кельвин на Квадратный Секунда"
,"symbol":"K\/s²"
,"type":"qudt:Unit"
,"ucum code":"K.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Kelvin per Square Second}$ is a unit for 'Temperature Per Time Squared' expressed as $K / s^2$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$K / s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerSquareTime",
"symbol" : "K/s²",
"ucumCode" : "K.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kelvin pe Secundă Pătrat"
}, {
"@language" : "ru",
"@value" : "Кельвин на Квадратный Секунда"
}, {
"@language" : "sl",
"@value" : "Kelvin na Kvadratni Sekunda"
}, {
"@language" : "bg",
"@value" : "Келвин на Квадратен Секунда"
}, {
"@language" : "la",
"@value" : "Kelvin per Secundum Quadratum"
}, {
"@language" : "ms",
"@value" : "Kelvin per Saat Persegi"
}, {
"@language" : "tr",
"@value" : "Kelvin per Saniyekare"
}, {
"@language" : "pt",
"@value" : "Kelvin por Segundo Quadrado"
}, {
"@language" : "es",
"@value" : "Kelvin por Segundo Cuadrado"
}, {
"@language" : "de",
"@value" : "Kelvin pro Quadratsekunde"
}, {
"@language" : "fr",
"@value" : "Kelvin par Seconde Carré"
}, {
"@language" : "pl",
"@value" : "Kelwin na Sekunda Kwadratowy"
}, {
"@language" : "cs",
"@value" : "Kelvin na Čtvereční Sekunda"
}, {
"@language" : "el",
"@value" : "Κέλβιν ανά Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "it",
"@value" : "Kelvin per Secondo Quadrato"
}, "Kelvin per Square Second", {
"@language" : "en",
"@value" : "Kelvin per Square Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PER-T
URI: http://qudt.org/vocab/unit/K-PER-T
$\textit{Kelvin per Tesla}$ is a unit for 'Temperature Per Magnetic Flux Density' expressed as $K T^{-1}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/K-PER-T>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Kelvin per Tesla}$ is a unit for 'Temperature Per Magnetic Flux Density' expressed as $K T^{-1}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$K T^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H1T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperaturePerMagneticFluxDensity> ;
<http://qudt.org/schema/qudt/symbol> "K/T" ;
<http://qudt.org/schema/qudt/ucumCode> "K.T-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kelvin na Tesla"@cs ;
rdfs:label "Kelvin na Tesla"@sl ;
rdfs:label "Kelvin par Tesla"@fr ;
rdfs:label "Kelvin pe Tesla"@ro ;
rdfs:label "Kelvin per Tesla" ;
rdfs:label "Kelvin per Tesla"@en ;
rdfs:label "Kelvin per Tesla"@it ;
rdfs:label "Kelvin per Tesla"@la ;
rdfs:label "Kelvin per Tesla"@ms ;
rdfs:label "Kelvin per Tesla"@tr ;
rdfs:label "Kelvin por Tesla"@es ;
rdfs:label "Kelvin por Tesla"@pt ;
rdfs:label "Kelvin pro Tesla"@de ;
rdfs:label "Kelwin na Tesla"@pl ;
rdfs:label "Κέλβιν ανά Τέσλα"@el ;
rdfs:label "Келвин на Тесла"@bg ;
rdfs:label "Кельвин на Тесла"@ru ;
.
{"resource":"Kelvin per Tesla"
,"qname":"unit:K-PER-T"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-T"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Kelvin per Tesla}$ is a unit for 'Temperature Per Magnetic Flux Density' expressed as $K T^{-1}$."
,"expression":"$K T^{-1}$"
,"has dimension vector":"qkdv:A0E1L0I0M-1H1T2D0"
,"has quantity kind":"quantitykind:TemperaturePerMagneticFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin na Tesla"
,"label":"Kelvin na Tesla"
,"label":"Kelvin par Tesla"
,"label":"Kelvin pe Tesla"
,"label":"Kelvin per Tesla"
,"label":"Kelvin per Tesla"
,"label":"Kelvin per Tesla"
,"label":"Kelvin per Tesla"
,"label":"Kelvin per Tesla"
,"label":"Kelvin per Tesla"
,"label":"Kelvin por Tesla"
,"label":"Kelvin por Tesla"
,"label":"Kelvin pro Tesla"
,"label":"Kelwin na Tesla"
,"label":"Κέλβιν ανά Τέσλα"
,"label":"Келвин на Тесла"
,"label":"Кельвин на Тесла"
,"symbol":"K\/T"
,"type":"qudt:Unit"
,"ucum code":"K.T-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PER-T",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Kelvin per Tesla}$ is a unit for 'Temperature Per Magnetic Flux Density' expressed as $K T^{-1}$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$K T^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H1T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperaturePerMagneticFluxDensity",
"symbol" : "K/T",
"ucumCode" : "K.T-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Келвин на Тесла"
}, {
"@language" : "fr",
"@value" : "Kelvin par Tesla"
}, "Kelvin per Tesla", {
"@language" : "en",
"@value" : "Kelvin per Tesla"
}, {
"@language" : "it",
"@value" : "Kelvin per Tesla"
}, {
"@language" : "la",
"@value" : "Kelvin per Tesla"
}, {
"@language" : "ms",
"@value" : "Kelvin per Tesla"
}, {
"@language" : "tr",
"@value" : "Kelvin per Tesla"
}, {
"@language" : "de",
"@value" : "Kelvin pro Tesla"
}, {
"@language" : "cs",
"@value" : "Kelvin na Tesla"
}, {
"@language" : "sl",
"@value" : "Kelvin na Tesla"
}, {
"@language" : "pl",
"@value" : "Kelwin na Tesla"
}, {
"@language" : "ro",
"@value" : "Kelvin pe Tesla"
}, {
"@language" : "es",
"@value" : "Kelvin por Tesla"
}, {
"@language" : "pt",
"@value" : "Kelvin por Tesla"
}, {
"@language" : "el",
"@value" : "Κέλβιν ανά Τέσλα"
}, {
"@language" : "ru",
"@value" : "Кельвин на Тесла"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-PER-W
URI: http://qudt.org/vocab/unit/K-PER-W
Thermal resistance is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. Absolute thermal resistance is the temperature difference across a structure when a unit of heat energy flows through it in unit time. It is the reciprocal of thermal conductance. The SI units of thermal resistance are kelvins per watt or the equivalent degrees Celsius per watt (the two are the same since as intervals).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-PER-W> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "<p>Thermal resistance is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. Absolute thermal resistance is the temperature difference across a structure when a unit of heat energy flows through it in unit time. It is the reciprocal of thermal conductance. The SI units of thermal resistance are kelvins per watt or the equivalent degrees Celsius per watt (the two are the same since as intervals).</p>"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$K/W$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalResistance> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/W-PER-K> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA187" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA187"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "K/W" ; <http://qudt.org/schema/qudt/ucumCode> "K.W-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B21" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3194958> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin na Watt"@cs ; rdfs:label "Kelvin na Watt"@sl ; rdfs:label "Kelvin par Watt"@fr ; rdfs:label "Kelvin pe Watt"@ro ; rdfs:label "Kelvin per Watt" ; rdfs:label "Kelvin per Watt"@en ; rdfs:label "Kelvin per Watt"@it ; rdfs:label "Kelvin per Watt"@ms ; rdfs:label "Kelvin per Watt"@tr ; rdfs:label "Kelvin per Wattium"@la ; rdfs:label "Kelvin por Vatio"@es ; rdfs:label "Kelvin por Watt"@pt ; rdfs:label "Kelvin pro Watt"@de ; rdfs:label "Kelwin na Wat"@pl ; rdfs:label "Κέλβιν ανά Βατ"@el ; rdfs:label "Келвин на Ват"@bg ; rdfs:label "Кельвин на Ватт"@ru ; .
{"resource":"Kelvin per Watt"
,"qname":"unit:K-PER-W"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-PER-W"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3194958>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"<p>Thermal resistance is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. Absolute thermal resistance is the temperature difference across a structure when a unit of heat energy flows through it in unit time. It is the reciprocal of thermal conductance. The SI units of thermal resistance are kelvins per watt or the equivalent degrees Celsius per watt (the two are the same since as intervals).<\/p>"
,"expression":"$K\/W$"
,"has dimension vector":"qkdv:A0E0L-2I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalResistance"
,"has reciprocal unit":"unit:W-PER-K"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA187"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA187"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin na Watt"
,"label":"Kelvin na Watt"
,"label":"Kelvin par Watt"
,"label":"Kelvin pe Watt"
,"label":"Kelvin per Watt"
,"label":"Kelvin per Watt"
,"label":"Kelvin per Watt"
,"label":"Kelvin per Watt"
,"label":"Kelvin per Watt"
,"label":"Kelvin per Wattium"
,"label":"Kelvin por Vatio"
,"label":"Kelvin por Watt"
,"label":"Kelvin pro Watt"
,"label":"Kelwin na Wat"
,"label":"Κέλβιν ανά Βατ"
,"label":"Келвин на Ват"
,"label":"Кельвин на Ватт"
,"symbol":"K\/W"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"K.W-1"
,"unece common code":"B21"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-PER-W",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "<p>Thermal resistance is a heat property and a measure of a temperature difference by which an object or material resists a heat flow (heat per time unit or thermal resistance). Thermal resistance is the reciprocal thermal conductance. Absolute thermal resistance is the temperature difference across a structure when a unit of heat energy flows through it in unit time. It is the reciprocal of thermal conductance. The SI units of thermal resistance are kelvins per watt or the equivalent degrees Celsius per watt (the two are the same since as intervals).</p>",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$K/W$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalResistance",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/W-PER-K",
"iec61360Code" : "0112/2///62720#UAA187",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA187",
"symbol" : "K/W",
"ucumCode" : "K.W-1",
"uneceCommonCode" : "B21",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3194958",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kelvin pro Watt"
}, {
"@language" : "cs",
"@value" : "Kelvin na Watt"
}, {
"@language" : "sl",
"@value" : "Kelvin na Watt"
}, {
"@language" : "el",
"@value" : "Κέλβιν ανά Βατ"
}, {
"@language" : "ro",
"@value" : "Kelvin pe Watt"
}, {
"@language" : "bg",
"@value" : "Келвин на Ват"
}, {
"@language" : "la",
"@value" : "Kelvin per Wattium"
}, {
"@language" : "ru",
"@value" : "Кельвин на Ватт"
}, "Kelvin per Watt", {
"@language" : "en",
"@value" : "Kelvin per Watt"
}, {
"@language" : "it",
"@value" : "Kelvin per Watt"
}, {
"@language" : "ms",
"@value" : "Kelvin per Watt"
}, {
"@language" : "tr",
"@value" : "Kelvin per Watt"
}, {
"@language" : "fr",
"@value" : "Kelvin par Watt"
}, {
"@language" : "pt",
"@value" : "Kelvin por Watt"
}, {
"@language" : "pl",
"@value" : "Kelwin na Wat"
}, {
"@language" : "es",
"@value" : "Kelvin por Vatio"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K-SEC
URI: http://qudt.org/vocab/unit/K-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimeTemperature> ; <http://qudt.org/schema/qudt/symbol> "K·s" ; <http://qudt.org/schema/qudt/ucumCode> "K.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin Saat"@ms ; rdfs:label "Kelvin Saniye"@tr ; rdfs:label "Kelvin Second" ; rdfs:label "Kelvin Second"@en ; rdfs:label "Kelvin Seconde"@fr ; rdfs:label "Kelvin Secondo"@it ; rdfs:label "Kelvin Secundum"@la ; rdfs:label "Kelvin Secundă"@ro ; rdfs:label "Kelvin Segundo"@es ; rdfs:label "Kelvin Segundo"@pt ; rdfs:label "Kelvin Sekunda"@cs ; rdfs:label "Kelvin Sekunda"@sl ; rdfs:label "Kelvin Sekunde"@de ; rdfs:label "Kelwin Sekunda"@pl ; rdfs:label "Κέλβιν Δευτερόλεπτο"@el ; rdfs:label "Келвин Секунда"@bg ; rdfs:label "Кельвин Секунда"@ru ; .
{"resource":"Kelvin Second"
,"qname":"unit:K-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T1D0"
,"has quantity kind":"quantitykind:TimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin Saat"
,"label":"Kelvin Saniye"
,"label":"Kelvin Second"
,"label":"Kelvin Second"
,"label":"Kelvin Seconde"
,"label":"Kelvin Secondo"
,"label":"Kelvin Secundum"
,"label":"Kelvin Secundă"
,"label":"Kelvin Segundo"
,"label":"Kelvin Segundo"
,"label":"Kelvin Sekunda"
,"label":"Kelvin Sekunda"
,"label":"Kelvin Sekunde"
,"label":"Kelwin Sekunda"
,"label":"Κέλβιν Δευτερόλεπτο"
,"label":"Келвин Секунда"
,"label":"Кельвин Секунда"
,"symbol":"K·s"
,"type":"qudt:Unit"
,"ucum code":"K.s"
]}
{
"@id" : "http://qudt.org/vocab/unit/K-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimeTemperature",
"symbol" : "K·s",
"ucumCode" : "K.s",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Kelvin Seconde"
}, {
"@language" : "tr",
"@value" : "Kelvin Saniye"
}, {
"@language" : "es",
"@value" : "Kelvin Segundo"
}, {
"@language" : "el",
"@value" : "Κέλβιν Δευτερόλεπτο"
}, {
"@language" : "pt",
"@value" : "Kelvin Segundo"
}, {
"@language" : "pl",
"@value" : "Kelwin Sekunda"
}, "Kelvin Second", {
"@language" : "cs",
"@value" : "Kelvin Sekunda"
}, {
"@language" : "sl",
"@value" : "Kelvin Sekunda"
}, {
"@language" : "en",
"@value" : "Kelvin Second"
}, {
"@language" : "de",
"@value" : "Kelvin Sekunde"
}, {
"@language" : "ms",
"@value" : "Kelvin Saat"
}, {
"@language" : "la",
"@value" : "Kelvin Secundum"
}, {
"@language" : "ru",
"@value" : "Кельвин Секунда"
}, {
"@language" : "ro",
"@value" : "Kelvin Secundă"
}, {
"@language" : "it",
"@value" : "Kelvin Secondo"
}, {
"@language" : "bg",
"@value" : "Келвин Секунда"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:K2
URI: http://qudt.org/vocab/unit/K2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/K2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H2T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "K²" ; <http://qudt.org/schema/qudt/ucumCode> "K2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kelvin Carré"@fr ; rdfs:label "Kelvin Cuadrado"@es ; rdfs:label "Kelvin Persegi"@ms ; rdfs:label "Kelvin Pătrat"@ro ; rdfs:label "Kelvin Quadrado"@pt ; rdfs:label "Kelvin Quadrato"@it ; rdfs:label "Kelvin Quadratum"@la ; rdfs:label "Kelvinkare"@tr ; rdfs:label "Kelwin Kwadratowy"@pl ; rdfs:label "Kvadratni Kelvin"@sl ; rdfs:label "Quadratkelvin"@de ; rdfs:label "Square Kelvin" ; rdfs:label "Square Kelvin"@en ; rdfs:label "Čtvereční Kelvin"@cs ; rdfs:label "Τετραγωνικό Κέλβιν"@el ; rdfs:label "Квадратен Келвин"@bg ; rdfs:label "Квадратный Кельвин"@ru ; .
{"resource":"Square Kelvin"
,"qname":"unit:K2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/K2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M0H2T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kelvin Carré"
,"label":"Kelvin Cuadrado"
,"label":"Kelvin Persegi"
,"label":"Kelvin Pătrat"
,"label":"Kelvin Quadrado"
,"label":"Kelvin Quadrato"
,"label":"Kelvin Quadratum"
,"label":"Kelvinkare"
,"label":"Kelwin Kwadratowy"
,"label":"Kvadratni Kelvin"
,"label":"Quadratkelvin"
,"label":"Square Kelvin"
,"label":"Square Kelvin"
,"label":"Čtvereční Kelvin"
,"label":"Τετραγωνικό Κέλβιν"
,"label":"Квадратен Келвин"
,"label":"Квадратный Кельвин"
,"symbol":"K²"
,"type":"qudt:Unit"
,"ucum code":"K2"
]}
{
"@id" : "http://qudt.org/vocab/unit/K2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H2T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "K²",
"ucumCode" : "K2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Kelvin Quadratum"
}, {
"@language" : "pl",
"@value" : "Kelwin Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Kvadratni Kelvin"
}, {
"@language" : "fr",
"@value" : "Kelvin Carré"
}, {
"@language" : "it",
"@value" : "Kelvin Quadrato"
}, {
"@language" : "tr",
"@value" : "Kelvinkare"
}, {
"@language" : "de",
"@value" : "Quadratkelvin"
}, {
"@language" : "ru",
"@value" : "Квадратный Кельвин"
}, {
"@language" : "ro",
"@value" : "Kelvin Pătrat"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Κέλβιν"
}, {
"@language" : "cs",
"@value" : "Čtvereční Kelvin"
}, {
"@language" : "bg",
"@value" : "Квадратен Келвин"
}, {
"@language" : "pt",
"@value" : "Kelvin Quadrado"
}, "Square Kelvin", {
"@language" : "en",
"@value" : "Square Kelvin"
}, {
"@language" : "ms",
"@value" : "Kelvin Persegi"
}, {
"@language" : "es",
"@value" : "Kelvin Cuadrado"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KAT
URI: http://qudt.org/vocab/unit/KAT
A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KAT> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB196" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Katal?oldid=486431865"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB196"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/katal> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/katal> ; <http://qudt.org/schema/qudt/symbol> "kat" ; <http://qudt.org/schema/qudt/ucumCode> "kat"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "kat" ; <http://qudt.org/schema/qudt/uneceCommonCode> "KAT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q208634> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Katal" ; rdfs:label "Katal"@cs ; rdfs:label "Katal"@de ; rdfs:label "Katal"@en ; rdfs:label "Katal"@es ; rdfs:label "Katal"@fr ; rdfs:label "Katal"@hu ; rdfs:label "Katal"@it ; rdfs:label "Katal"@ms ; rdfs:label "Katal"@pl ; rdfs:label "Katal"@pt ; rdfs:label "Katal"@ro ; rdfs:label "Katal"@sl ; rdfs:label "Katal"@tr ; rdfs:label "Κατάλ"@el ; rdfs:label "Катал"@bg ; rdfs:label "Катал"@ru ; rdfs:label "קטל"@he ; rdfs:label "كاتال"@ar ; rdfs:label "کاتال"@fa ; rdfs:label "कटल"@hi ; rdfs:label "カタール"@ja ; rdfs:label "开特"@zh ; .
{"resource":"Katal"
,"qname":"unit:KAT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KAT"
,"properties":["Individual from SI Reference Point":"si-unit:katal"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q208634>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Katal"
,"defined unit of system":"sou:SI"
,"description":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB196"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Katal?oldid=486431865"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB196"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Katal"
,"label":"Κατάλ"
,"label":"Катал"
,"label":"Катал"
,"label":"קטל"
,"label":"كاتال"
,"label":"کاتال"
,"label":"कटल"
,"label":"カタール"
,"label":"开特"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/katal>"
,"symbol":"kat"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kat"
,"udunits code":"kat"
,"unece common code":"KAT"
]}
{
"@id" : "http://qudt.org/vocab/unit/KAT",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Katal",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivity",
"iec61360Code" : "0112/2///62720#UAB196",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB196", "http://en.wikipedia.org/wiki/Katal?oldid=486431865" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/katal",
"siExactMatch" : "https://si-digital-framework.org/SI/units/katal",
"symbol" : "kat",
"ucumCode" : "kat",
"udunitsCode" : "kat",
"uneceCommonCode" : "KAT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q208634",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ja",
"@value" : "カタール"
}, {
"@language" : "fa",
"@value" : "کاتال"
}, {
"@language" : "zh",
"@value" : "开特"
}, "Katal", {
"@language" : "cs",
"@value" : "Katal"
}, {
"@language" : "de",
"@value" : "Katal"
}, {
"@language" : "en",
"@value" : "Katal"
}, {
"@language" : "es",
"@value" : "Katal"
}, {
"@language" : "fr",
"@value" : "Katal"
}, {
"@language" : "hu",
"@value" : "Katal"
}, {
"@language" : "it",
"@value" : "Katal"
}, {
"@language" : "ms",
"@value" : "Katal"
}, {
"@language" : "pl",
"@value" : "Katal"
}, {
"@language" : "pt",
"@value" : "Katal"
}, {
"@language" : "ro",
"@value" : "Katal"
}, {
"@language" : "sl",
"@value" : "Katal"
}, {
"@language" : "tr",
"@value" : "Katal"
}, {
"@language" : "el",
"@value" : "Κατάλ"
}, {
"@language" : "he",
"@value" : "קטל"
}, {
"@language" : "ar",
"@value" : "كاتال"
}, {
"@language" : "hi",
"@value" : "कटल"
}, {
"@language" : "bg",
"@value" : "Катал"
}, {
"@language" : "ru",
"@value" : "Катал"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KAT-PER-L
URI: http://qudt.org/vocab/unit/KAT-PER-L
A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KAT-PER-L> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; <http://qudt.org/schema/qudt/symbol> "kat/L" ; <http://qudt.org/schema/qudt/ucumCode> "kat.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Katal per Liter"@en-US ; rdfs:label "Katal per Litre" ; rdfs:label "Katal per Litre"@en ; .
{"resource":"Katal per Litre"
,"qname":"unit:KAT-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KAT-PER-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Katal"
,"defined unit of system":"sou:SI"
,"description":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"description (plain text)":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Katal per Liter"
,"label":"Katal per Litre"
,"label":"Katal per Litre"
,"symbol":"kat\/L"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kat.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KAT-PER-L",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Katal",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"plainTextDescription" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"symbol" : "kat/L",
"ucumCode" : "kat.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Katal per Litre", {
"@language" : "en",
"@value" : "Katal per Litre"
}, {
"@language" : "en-us",
"@value" : "Katal per Liter"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KAT-PER-M3
URI: http://qudt.org/vocab/unit/KAT-PER-M3
the SI derived unit katal divided by the SI base unit metre to the power three
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KAT-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "the SI derived unit katal divided by the SI base unit metre to the power three" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB602" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB602"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kat/m³" ; <http://qudt.org/schema/qudt/ucumCode> "kat.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Katal na Kubični Meter"@sl ; rdfs:label "Katal na Metr Krychlový"@cs ; rdfs:label "Katal na Metr Sześcienny"@pl ; rdfs:label "Katal par Mètre Cube"@fr ; rdfs:label "Katal pe Metru Cub"@ro ; rdfs:label "Katal per Cubic Meter"@en-US ; rdfs:label "Katal per Cubic Metre" ; rdfs:label "Katal per Cubic Metre"@en ; rdfs:label "Katal per Meter Kubik"@ms ; rdfs:label "Katal per Metreküp"@tr ; rdfs:label "Katal per Metro Cubo"@it ; rdfs:label "Katal por Metro Cúbico"@es ; rdfs:label "Katal por Metro Cúbico"@pt ; rdfs:label "Katal pro Kubikmeter"@de ; rdfs:label "Κατάλ ανά Κυβικό Μέτρο"@el ; rdfs:label "Катал на Кубичен Метър"@bg ; rdfs:label "Катал на Кубический Метр"@ru ; .
{"resource":"Katal per Cubic Metre"
,"qname":"unit:KAT-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KAT-PER-M3"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"the SI derived unit katal divided by the SI base unit metre to the power three"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB602"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB602"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Katal na Kubični Meter"
,"label":"Katal na Metr Krychlový"
,"label":"Katal na Metr Sześcienny"
,"label":"Katal par Mètre Cube"
,"label":"Katal pe Metru Cub"
,"label":"Katal per Cubic Meter"
,"label":"Katal per Cubic Metre"
,"label":"Katal per Cubic Metre"
,"label":"Katal per Meter Kubik"
,"label":"Katal per Metreküp"
,"label":"Katal per Metro Cubo"
,"label":"Katal por Metro Cúbico"
,"label":"Katal por Metro Cúbico"
,"label":"Katal pro Kubikmeter"
,"label":"Κατάλ ανά Κυβικό Μέτρο"
,"label":"Катал на Кубичен Метър"
,"label":"Катал на Кубический Метр"
,"symbol":"kat\/m³"
,"type":"qudt:Unit"
,"ucum code":"kat.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/KAT-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "the SI derived unit katal divided by the SI base unit metre to the power three",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"iec61360Code" : "0112/2///62720#UAB602",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB602",
"symbol" : "kat/m³",
"ucumCode" : "kat.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Katal per Cubic Meter"
}, {
"@language" : "de",
"@value" : "Katal pro Kubikmeter"
}, {
"@language" : "fr",
"@value" : "Katal par Mètre Cube"
}, {
"@language" : "ru",
"@value" : "Катал на Кубический Метр"
}, {
"@language" : "ro",
"@value" : "Katal pe Metru Cub"
}, {
"@language" : "ms",
"@value" : "Katal per Meter Kubik"
}, {
"@language" : "pl",
"@value" : "Katal na Metr Sześcienny"
}, "Katal per Cubic Metre", {
"@language" : "en",
"@value" : "Katal per Cubic Metre"
}, {
"@language" : "tr",
"@value" : "Katal per Metreküp"
}, {
"@language" : "es",
"@value" : "Katal por Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Katal por Metro Cúbico"
}, {
"@language" : "el",
"@value" : "Κατάλ ανά Κυβικό Μέτρο"
}, {
"@language" : "bg",
"@value" : "Катал на Кубичен Метър"
}, {
"@language" : "cs",
"@value" : "Katal na Metr Krychlový"
}, {
"@language" : "it",
"@value" : "Katal per Metro Cubo"
}, {
"@language" : "sl",
"@value" : "Katal na Kubični Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KAT-PER-MicroL
URI: http://qudt.org/vocab/unit/KAT-PER-MicroL
A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KAT-PER-MicroL> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Katal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; <http://qudt.org/schema/qudt/symbol> "kat/μL" ; <http://qudt.org/schema/qudt/ucumCode> "kat.uL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Katal per Microliter"@en-US ; rdfs:label "Katal per Microlitre" ; rdfs:label "Katal per Microlitre"@en ; .
{"resource":"Katal per Microlitre"
,"qname":"unit:KAT-PER-MicroL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KAT-PER-MicroL"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Katal"
,"defined unit of system":"sou:SI"
,"description":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"description (plain text)":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Katal per Microliter"
,"label":"Katal per Microlitre"
,"label":"Katal per Microlitre"
,"symbol":"kat\/μL"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kat.uL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KAT-PER-MicroL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"dbpediaMatch" : "http://dbpedia.org/resource/Katal",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"plainTextDescription" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"symbol" : "kat/μL",
"ucumCode" : "kat.uL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Katal per Microliter"
}, "Katal per Microlitre", {
"@language" : "en",
"@value" : "Katal per Microlitre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KIP_F
URI: http://qudt.org/vocab/unit/KIP_F
1000 pound-force
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KIP_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1000 pound-force"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4448.2218148411428 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.4482218148411428E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kip"^^xsd:anyURI ; <http://qudt.org/schema/qudt/factorUnitScalar> 1000.0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kip?oldid=492552722"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kip> ; <http://qudt.org/schema/qudt/symbol> "kip" ; <http://qudt.org/schema/qudt/ucumCode> "k[lbf_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M75" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q6414556> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kip" ; rdfs:label "Kip"@en ; .
{"resource":"Kip"
,"qname":"unit:KIP_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KIP_F"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q6414556>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"4448.2218148411428"
,"conversion multiplier scientific":"4.4482218148411428E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kip"
,"description":"1000 pound-force"
,"factorUnitScalar":"1000.0"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"hasFactorUnit":null
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kip?oldid=492552722"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kip"
,"label":"Kip"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/kip>"
,"symbol":"kip"
,"type":"qudt:Unit"
,"ucum code":"k[lbf_av]"
,"unece common code":"M75"
]}
{
"@id" : "http://qudt.org/vocab/unit/KIP_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1000 pound-force",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "4448.2218148411428",
"conversionMultiplier:SN" : 4448.221814841143,
"dbpediaMatch" : "http://dbpedia.org/resource/Kip",
"factorUnitScalar" : "1000.0",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"informativeReference" : "http://en.wikipedia.org/wiki/Kip?oldid=492552722",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/kip",
"symbol" : "kip",
"ucumCode" : "k[lbf_av]",
"uneceCommonCode" : "M75",
"wikidataMatch" : "http://www.wikidata.org/entity/Q6414556",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kip", {
"@language" : "en",
"@value" : "Kip"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KIP_F-PER-IN2
URI: http://qudt.org/vocab/unit/KIP_F-PER-IN2
"Kip per Square Inch" is a unit for 'Force Per Area' expressed as $kip/in^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KIP_F-PER-IN2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Kip per Square Inch\" is a unit for 'Force Per Area' expressed as $kip/in^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6894757.602518976377952755905511811 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.894757602518976377952755905511811E6 ;
<http://qudt.org/schema/qudt/expression> "$kip/in^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB242" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB242"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "kip/in²" ;
<http://qudt.org/schema/qudt/ucumCode> "k[lbf_av].[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "ksi" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N20" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107410776> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kip per Square Inch" ;
rdfs:label "Kip per Square Inch"@en ;
.
{"resource":"Kip per Square Inch"
,"qname":"unit:KIP_F-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KIP_F-PER-IN2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107410776>"
,"conversion multiplier":"6894757.602518976377952755905511811"
,"conversion multiplier scientific":"6.894757602518976377952755905511811E6"
,"description":"\"Kip per Square Inch\" is a unit for 'Force Per Area' expressed as $kip\/in^{2}$."
,"expression":"$kip\/in^{2}$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB242"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB242"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kip per Square Inch"
,"label":"Kip per Square Inch"
,"symbol":"kip\/in²"
,"type":"qudt:Unit"
,"ucum code":"k[lbf_av].[in_i]-2"
,"udunits code":"ksi"
,"unece common code":"N20"
]}
{
"@id" : "http://qudt.org/vocab/unit/KIP_F-PER-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Kip per Square Inch\" is a unit for 'Force Per Area' expressed as $kip/in^{2}$.",
"conversionMultiplier" : "6894757.602518976377952755905511811",
"conversionMultiplier:SN" : 6894757.602518977,
"expression" : "$kip/in^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/ShearModulus", "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity" ],
"iec61360Code" : "0112/2///62720#UAB242",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB242",
"symbol" : "kip/in²",
"ucumCode" : "k[lbf_av].[in_i]-2",
"udunitsCode" : "ksi",
"uneceCommonCode" : "N20",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107410776",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kip per Square Inch", {
"@language" : "en",
"@value" : "Kip per Square Inch"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KN
URI: http://qudt.org/vocab/unit/KN
The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation $kn$ is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation $kn$ is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.5144444444444444444444444444444445 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.144444444444444444444444444444445E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Knot"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MI_N-PER-HR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB110" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Knot?oldid=495066194"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB110"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kn" ; <http://qudt.org/schema/qudt/ucumCode> "[kn_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "kt" ; <http://qudt.org/schema/qudt/uneceCommonCode> "KNT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q128822> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Knot" ; rdfs:label "Knot"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "kt" ; <http://www.w3.org/2004/02/skos/core#altLabel> "kts" ; .
{"resource":"Knot"
,"qname":"unit:KN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q128822>"
,"alternative label":"kt"
,"alternative label":"kts"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.5144444444444444444444444444444445"
,"conversion multiplier scientific":"5.144444444444444444444444444444445E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Knot"
,"defined unit of system":"sou:USCS"
,"description":"The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation $kn$ is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time."
,"exact match":"unit:MI_N-PER-HR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB110"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Knot?oldid=495066194"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB110"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Knot"
,"label":"Knot"
,"symbol":"kn"
,"type":"qudt:Unit"
,"ucum code":"[kn_i]"
,"udunits code":"kt"
,"unece common code":"KNT"
]}
{
"@id" : "http://qudt.org/vocab/unit/KN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The knot (pronounced 'not') is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation $kn$ is preferred by the International Hydrographic Organization (IHO), which includes every major sea-faring nation; however, the abbreviations kt (singular) and kts (plural) are also widely used. However, use of the abbreviation kt for knot conflicts with the SI symbol for kilotonne. The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation - for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. Etymologically, the term knot derives from counting the number of knots in the line that unspooled from the reel of a chip log in a specific time.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.5144444444444444444444444444444445",
"conversionMultiplier:SN" : 0.5144444444444445,
"dbpediaMatch" : "http://dbpedia.org/resource/Knot",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"exactMatch" : "http://qudt.org/vocab/unit/MI_N-PER-HR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"iec61360Code" : "0112/2///62720#UAB110",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Knot?oldid=495066194", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB110" ],
"symbol" : "kn",
"ucumCode" : "[kn_i]",
"udunitsCode" : "kt",
"uneceCommonCode" : "KNT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q128822",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Knot", {
"@language" : "en",
"@value" : "Knot"
} ],
"altLabel" : [ "kts", "kt" ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KN-PER-SEC
URI: http://qudt.org/vocab/unit/KN-PER-SEC
$\textit{Knot per Second}$ is a unit for 'Linear Acceleration' expressed as $kt/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KN-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Knot per Second}$ is a unit for 'Linear Acceleration' expressed as $kt/s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.5144444444444444444444444444444445 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.144444444444444444444444444444445E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$kt/s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ;
<http://qudt.org/schema/qudt/symbol> "kn/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[kn_i].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Knot per Second" ;
rdfs:label "Knot per Second"@en ;
.
{"resource":"Knot per Second"
,"qname":"unit:KN-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KN-PER-SEC"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.5144444444444444444444444444444445"
,"conversion multiplier scientific":"5.144444444444444444444444444444445E-1"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Knot per Second}$ is a unit for 'Linear Acceleration' expressed as $kt\/s$."
,"expression":"$kt\/s$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Knot per Second"
,"label":"Knot per Second"
,"symbol":"kn\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[kn_i].s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KN-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Knot per Second}$ is a unit for 'Linear Acceleration' expressed as $kt/s$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.5144444444444444444444444444444445",
"conversionMultiplier:SN" : 0.5144444444444445,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"expression" : "$kt/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Acceleration", "http://qudt.org/vocab/quantitykind/LinearAcceleration" ],
"symbol" : "kn/s",
"ucumCode" : "[kn_i].s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Knot per Second", {
"@language" : "en",
"@value" : "Knot per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KY
URI: http://qudt.org/vocab/unit/KY
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KY>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kayser"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/expression> "$cm^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kayser?oldid=458489166"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/kayser> ;
<http://qudt.org/schema/qudt/symbol> "K" ;
<http://qudt.org/schema/qudt/ucumCode> "Ky"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q267391> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kayser" ;
rdfs:label "Kayser"@en ;
.
{"resource":"Kayser"
,"qname":"unit:KY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q267391>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kayser"
,"expression":"$cm^{-1}$"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseLength"
,"hasFactorUnit":null
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kayser?oldid=458489166"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kayser"
,"label":"Kayser"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/kayser>"
,"symbol":"K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Ky"
]}
{
"@id" : "http://qudt.org/vocab/unit/KY",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Kayser",
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"expression" : "$cm^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseLength",
"informativeReference" : "http://en.wikipedia.org/wiki/Kayser?oldid=458489166",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/kayser",
"symbol" : "K",
"ucumCode" : "Ky",
"wikidataMatch" : "http://www.wikidata.org/entity/Q267391",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kayser", {
"@language" : "en",
"@value" : "Kayser"
} ],
"@context" : {
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KibiBIT
URI: http://qudt.org/vocab/unit/KibiBIT
1,024-fold of the unit bit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KibiBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,024-fold of the unit bit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 709.7827128933839968432456923731763 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.097827128933839968432456923731763E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DatasetOfBits> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB158" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB158"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kibi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Kib" ; <http://qudt.org/schema/qudt/ucumCode> "Kibit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C21" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3815076> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kibibit" ; rdfs:label "Kibibit"@en ; .
{"resource":"Kibibit"
,"qname":"unit:KibiBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KibiBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3815076>"
,"conversion multiplier":"709.7827128933839968432456923731763"
,"conversion multiplier scientific":"7.097827128933839968432456923731763E2"
,"description":"1,024-fold of the unit bit"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DatasetOfBits"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB158"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB158"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kibibit"
,"label":"Kibibit"
,"prefix":"prefix:Kibi"
,"scalingOf":"unit:BIT"
,"symbol":"Kib"
,"type":"qudt:Unit"
,"ucum code":"Kibit"
,"unece common code":"C21"
]}
{
"@id" : "http://qudt.org/vocab/unit/KibiBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,024-fold of the unit bit",
"conversionMultiplier" : "709.7827128933839968432456923731763",
"conversionMultiplier:SN" : 709.782712893384,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DatasetOfBits",
"iec61360Code" : "0112/2///62720#UAB158",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB158",
"prefix" : "http://qudt.org/vocab/prefix/Kibi",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Kib",
"ucumCode" : "Kibit",
"uneceCommonCode" : "C21",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3815076",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kibibit", {
"@language" : "en",
"@value" : "Kibibit"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KibiBIT-PER-M
URI: http://qudt.org/vocab/unit/KibiBIT-PER-M
1024-fold of the unit bit divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KibiBIT-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1024-fold of the unit bit divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 709.7827128933839968432456923731763 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.097827128933839968432456923731763E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA194" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA194"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Kib/m" ; <http://qudt.org/schema/qudt/ucumCode> "Kibit.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E72" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kibibit per Meter"@en-US ; rdfs:label "Kibibit per Metre" ; rdfs:label "Kibibit per Metre"@en ; .
{"resource":"Kibibit per Metre"
,"qname":"unit:KibiBIT-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KibiBIT-PER-M"
,"properties":["conversion multiplier":"709.7827128933839968432456923731763"
,"conversion multiplier scientific":"7.097827128933839968432456923731763E2"
,"description":"1024-fold of the unit bit divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA194"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA194"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kibibit per Meter"
,"label":"Kibibit per Metre"
,"label":"Kibibit per Metre"
,"symbol":"Kib\/m"
,"type":"qudt:Unit"
,"ucum code":"Kibit.m-1"
,"unece common code":"E72"
]}
{
"@id" : "http://qudt.org/vocab/unit/KibiBIT-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1024-fold of the unit bit divided by the SI base unit metre",
"conversionMultiplier" : "709.7827128933839968432456923731763",
"conversionMultiplier:SN" : 709.782712893384,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearBitDensity",
"iec61360Code" : "0112/2///62720#UAA194",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA194",
"symbol" : "Kib/m",
"ucumCode" : "Kibit.m-1",
"uneceCommonCode" : "E72",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kibibit per Metre", {
"@language" : "en",
"@value" : "Kibibit per Metre"
}, {
"@language" : "en-us",
"@value" : "Kibibit per Meter"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KibiBIT-PER-M2
URI: http://qudt.org/vocab/unit/KibiBIT-PER-M2
1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KibiBIT-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 709.7827128933839968432456923731763 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.097827128933839968432456923731763E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA195" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA195"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Kib/m²" ; <http://qudt.org/schema/qudt/ucumCode> "Kibit.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E73" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kibibit per Square Meter"@en-US ; rdfs:label "Kibibit per Square Metre" ; rdfs:label "Kibibit per Square Metre"@en ; .
{"resource":"Kibibit per Square Metre"
,"qname":"unit:KibiBIT-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KibiBIT-PER-M2"
,"properties":["conversion multiplier":"709.7827128933839968432456923731763"
,"conversion multiplier scientific":"7.097827128933839968432456923731763E2"
,"description":"1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:AreaBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA195"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA195"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kibibit per Square Meter"
,"label":"Kibibit per Square Metre"
,"label":"Kibibit per Square Metre"
,"symbol":"Kib\/m²"
,"type":"qudt:Unit"
,"ucum code":"Kibit.m-2"
,"unece common code":"E73"
]}
{
"@id" : "http://qudt.org/vocab/unit/KibiBIT-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "709.7827128933839968432456923731763",
"conversionMultiplier:SN" : 709.782712893384,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaBitDensity",
"iec61360Code" : "0112/2///62720#UAA195",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA195",
"symbol" : "Kib/m²",
"ucumCode" : "Kibit.m-2",
"uneceCommonCode" : "E73",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kibibit per Square Metre", {
"@language" : "en",
"@value" : "Kibibit per Square Metre"
}, {
"@language" : "en-us",
"@value" : "Kibibit per Square Meter"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KibiBIT-PER-M3
URI: http://qudt.org/vocab/unit/KibiBIT-PER-M3
1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KibiBIT-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/conversionMultiplier> 709.7827128933839968432456923731763 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.097827128933839968432456923731763E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA196" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA196"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Kib/m³" ; <http://qudt.org/schema/qudt/ucumCode> "Kibit.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E74" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kibibit per Cubic Meter"@en-US ; rdfs:label "Kibibit per Cubic Metre" ; rdfs:label "Kibibit per Cubic Metre"@en ; .
{"resource":"Kibibit per Cubic Metre"
,"qname":"unit:KibiBIT-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KibiBIT-PER-M3"
,"properties":["conversion multiplier":"709.7827128933839968432456923731763"
,"conversion multiplier scientific":"7.097827128933839968432456923731763E2"
,"description":"1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumetricBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA196"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA196"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kibibit per Cubic Meter"
,"label":"Kibibit per Cubic Metre"
,"label":"Kibibit per Cubic Metre"
,"symbol":"Kib\/m³"
,"type":"qudt:Unit"
,"ucum code":"Kibit.m-3"
,"unece common code":"E74"
]}
{
"@id" : "http://qudt.org/vocab/unit/KibiBIT-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1024-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3",
"conversionMultiplier" : "709.7827128933839968432456923731763",
"conversionMultiplier:SN" : 709.782712893384,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricBitDensity",
"iec61360Code" : "0112/2///62720#UAA196",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA196",
"symbol" : "Kib/m³",
"ucumCode" : "Kibit.m-3",
"uneceCommonCode" : "E74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kibibit per Cubic Meter"
}, "Kibibit per Cubic Metre", {
"@language" : "en",
"@value" : "Kibibit per Cubic Metre"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KibiBYTE
URI: http://qudt.org/vocab/unit/KibiBYTE
The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KibiBYTE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 5678.261703147071974745965538985411 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.678261703147071974745965538985411E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA197" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA197"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kibi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ; <http://qudt.org/schema/qudt/symbol> "KiB" ; <http://qudt.org/schema/qudt/ucumCode> "KiBy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E64" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79756> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kibibyte" ; rdfs:label "Kibibyte"@en ; .
{"resource":"Kibibyte"
,"qname":"unit:KibiBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KibiBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79756>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"5678.261703147071974745965538985411"
,"conversion multiplier scientific":"5.678261703147071974745965538985411E3"
,"description":"The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA197"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA197"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Byte#Multiple-byte_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kibibyte"
,"label":"Kibibyte"
,"prefix":"prefix:Kibi"
,"scalingOf":"unit:BYTE"
,"symbol":"KiB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"KiBy"
,"unece common code":"E64"
]}
{
"@id" : "http://qudt.org/vocab/unit/KibiBYTE",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit" ],
"description" : "The kibibyte is a multiple of the unit byte for digital information equivalent to 1024 bytes.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "5678.261703147071974745965538985411",
"conversionMultiplier:SN" : 5678.261703147072,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAA197",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA197", "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units" ],
"prefix" : "http://qudt.org/vocab/prefix/Kibi",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "KiB",
"ucumCode" : "KiBy",
"uneceCommonCode" : "E64",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79756",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kibibyte", {
"@language" : "en",
"@value" : "Kibibyte"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloA
URI: http://qudt.org/vocab/unit/KiloA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA557" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA557"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "kA" ; <http://qudt.org/schema/qudt/ucumCode> "kA"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B22" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53679433> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiloampere"@it ; rdfs:label "Kiloamper"@hu ; rdfs:label "Kiloamper"@pl ; rdfs:label "Kiloamper"@ro ; rdfs:label "Kiloamper"@sl ; rdfs:label "Kiloamper"@tr ; rdfs:label "Kiloampere" ; rdfs:label "Kiloampere"@de ; rdfs:label "Kiloampere"@en ; rdfs:label "Kiloampere"@ms ; rdfs:label "Kiloamperio"@es ; rdfs:label "Kiloampère"@fr ; rdfs:label "Kiloampér"@cs ; .
{"resource":"Kiloampere"
,"qname":"unit:KiloA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53679433>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA557"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA557"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiloampere"
,"label":"Kiloamper"
,"label":"Kiloamper"
,"label":"Kiloamper"
,"label":"Kiloamper"
,"label":"Kiloamper"
,"label":"Kiloampere"
,"label":"Kiloampere"
,"label":"Kiloampere"
,"label":"Kiloampere"
,"label":"Kiloamperio"
,"label":"Kiloampère"
,"label":"Kiloampér"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:A"
,"symbol":"kA"
,"type":"qudt:Unit"
,"ucum code":"kA"
,"unece common code":"B22"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent",
"iec61360Code" : "0112/2///62720#UAA557",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA557",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "kA",
"ucumCode" : "kA",
"uneceCommonCode" : "B22",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53679433",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Kiloampère"
}, {
"@language" : "es",
"@value" : "Kiloamperio"
}, {
"@language" : "hu",
"@value" : "Kiloamper"
}, "Kiloampere", {
"@language" : "de",
"@value" : "Kiloampere"
}, {
"@language" : "en",
"@value" : "Kiloampere"
}, {
"@language" : "ms",
"@value" : "Kiloampere"
}, {
"@language" : "pl",
"@value" : "Kiloamper"
}, {
"@language" : "ro",
"@value" : "Kiloamper"
}, {
"@language" : "sl",
"@value" : "Kiloamper"
}, {
"@language" : "cs",
"@value" : "Kiloampér"
}, {
"@language" : "tr",
"@value" : "Kiloamper"
}, {
"@language" : "it",
"@value" : "Chiloampere"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloA-HR
URI: http://qudt.org/vocab/unit/KiloA-HR
product of the 1 000-fold of the SI base unit ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloA-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1 000-fold of the SI base unit ampere and the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BatteryCapacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB053" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB053"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the 1 000-fold of the SI base unit ampere and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "kA·h" ; <http://qudt.org/schema/qudt/ucumCode> "kA.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "TAH" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kiloampere Hour" ; rdfs:label "Kiloampere Hour"@en ; .
{"resource":"Kiloampere Hour"
,"qname":"unit:KiloA-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloA-HR"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"description":"product of the 1 000-fold of the SI base unit ampere and the unit hour"
,"description (plain text)":"product of the 1 000-fold of the SI base unit ampere and the unit hour"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:BatteryCapacity"
,"has quantity kind":"quantitykind:ElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB053"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB053"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kiloampere Hour"
,"label":"Kiloampere Hour"
,"symbol":"kA·h"
,"type":"qudt:Unit"
,"ucum code":"kA.h"
,"unece common code":"TAH"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloA-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1 000-fold of the SI base unit ampere and the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricCharge", "http://qudt.org/vocab/quantitykind/BatteryCapacity" ],
"iec61360Code" : "0112/2///62720#UAB053",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB053",
"plainTextDescription" : "product of the 1 000-fold of the SI base unit ampere and the unit hour",
"symbol" : "kA·h",
"ucumCode" : "kA.h",
"uneceCommonCode" : "TAH",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kiloampere Hour", {
"@language" : "en",
"@value" : "Kiloampere Hour"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloA-PER-K
URI: http://qudt.org/vocab/unit/KiloA-PER-K
1,000-fold of the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI base unit ampere divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD900" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD900"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kA/K" ; <http://qudt.org/schema/qudt/ucumCode> "kA.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiloampere per Kelvin"@it ; rdfs:label "Kiloamper na Kelvin"@sl ; rdfs:label "Kiloamper na Kelwin"@pl ; rdfs:label "Kiloamper pe Kelvin"@ro ; rdfs:label "Kiloamper per Kelvin"@tr ; rdfs:label "Kiloampere per Kelvin" ; rdfs:label "Kiloampere per Kelvin"@en ; rdfs:label "Kiloampere per Kelvin"@ms ; rdfs:label "Kiloampere pro Kelvin"@de ; rdfs:label "Kiloamperio por Kelvin"@es ; rdfs:label "Kiloampère par Kelvin"@fr ; rdfs:label "Kiloampér na Kelvin"@cs ; .
{"resource":"Kiloampere per Kelvin"
,"qname":"unit:KiloA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloA-PER-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E1L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentPerTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD900"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD900"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiloampere per Kelvin"
,"label":"Kiloamper na Kelvin"
,"label":"Kiloamper na Kelwin"
,"label":"Kiloamper pe Kelvin"
,"label":"Kiloamper per Kelvin"
,"label":"Kiloampere per Kelvin"
,"label":"Kiloampere per Kelvin"
,"label":"Kiloampere per Kelvin"
,"label":"Kiloampere pro Kelvin"
,"label":"Kiloamperio por Kelvin"
,"label":"Kiloampère par Kelvin"
,"label":"Kiloampér na Kelvin"
,"symbol":"kA\/K"
,"type":"qudt:Unit"
,"ucum code":"kA.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI base unit ampere divided by the SI base unit kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature",
"iec61360Code" : "0112/2///62720#UAD900",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD900",
"symbol" : "kA/K",
"ucumCode" : "kA.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Kiloamper per Kelvin"
}, {
"@language" : "ro",
"@value" : "Kiloamper pe Kelvin"
}, {
"@language" : "es",
"@value" : "Kiloamperio por Kelvin"
}, {
"@language" : "fr",
"@value" : "Kiloampère par Kelvin"
}, {
"@language" : "it",
"@value" : "Chiloampere per Kelvin"
}, {
"@language" : "de",
"@value" : "Kiloampere pro Kelvin"
}, "Kiloampere per Kelvin", {
"@language" : "sl",
"@value" : "Kiloamper na Kelvin"
}, {
"@language" : "en",
"@value" : "Kiloampere per Kelvin"
}, {
"@language" : "ms",
"@value" : "Kiloampere per Kelvin"
}, {
"@language" : "cs",
"@value" : "Kiloampér na Kelvin"
}, {
"@language" : "pl",
"@value" : "Kiloamper na Kelwin"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloA-PER-M
URI: http://qudt.org/vocab/unit/KiloA-PER-M
1 000-fold of the SI base unit ampere divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloA-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI base unit ampere divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA558" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA558"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI base unit ampere divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "kA/m" ; <http://qudt.org/schema/qudt/ucumCode> "kA.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B24" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiloampere per Metro"@it ; rdfs:label "Kiloamper na Meter"@sl ; rdfs:label "Kiloamper na Metr"@pl ; rdfs:label "Kiloamper pe Metru"@ro ; rdfs:label "Kiloamper per Metre"@tr ; rdfs:label "Kiloampere per Meter"@en-US ; rdfs:label "Kiloampere per Meter"@ms ; rdfs:label "Kiloampere per Metre" ; rdfs:label "Kiloampere per Metre"@en ; rdfs:label "Kiloampere pro Meter"@de ; rdfs:label "Kiloamperio por Metro"@es ; rdfs:label "Kiloampère par Mètre"@fr ; rdfs:label "Kiloampér na Metr"@cs ; .
{"resource":"Kiloampere per Metre"
,"qname":"unit:KiloA-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloA-PER-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI base unit ampere divided by the SI base unit metre"
,"description (plain text)":"1 000-fold of the SI base unit ampere divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E1L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearElectricCurrentDensity"
,"has quantity kind":"quantitykind:MagneticFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA558"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA558"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiloampere per Metro"
,"label":"Kiloamper na Meter"
,"label":"Kiloamper na Metr"
,"label":"Kiloamper pe Metru"
,"label":"Kiloamper per Metre"
,"label":"Kiloampere per Meter"
,"label":"Kiloampere per Meter"
,"label":"Kiloampere per Metre"
,"label":"Kiloampere per Metre"
,"label":"Kiloampere pro Meter"
,"label":"Kiloamperio por Metro"
,"label":"Kiloampère par Mètre"
,"label":"Kiloampér na Metr"
,"symbol":"kA\/m"
,"type":"qudt:Unit"
,"ucum code":"kA.m-1"
,"unece common code":"B24"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloA-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI base unit ampere divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity", "http://qudt.org/vocab/quantitykind/MagneticFieldStrength" ],
"iec61360Code" : "0112/2///62720#UAA558",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA558",
"plainTextDescription" : "1 000-fold of the SI base unit ampere divided by the SI base unit metre",
"symbol" : "kA/m",
"ucumCode" : "kA.m-1",
"uneceCommonCode" : "B24",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kiloampere pro Meter"
}, {
"@language" : "it",
"@value" : "Chiloampere per Metro"
}, {
"@language" : "cs",
"@value" : "Kiloampér na Metr"
}, {
"@language" : "fr",
"@value" : "Kiloampère par Mètre"
}, {
"@language" : "sl",
"@value" : "Kiloamper na Meter"
}, {
"@language" : "es",
"@value" : "Kiloamperio por Metro"
}, {
"@language" : "tr",
"@value" : "Kiloamper per Metre"
}, {
"@language" : "pl",
"@value" : "Kiloamper na Metr"
}, {
"@language" : "en-us",
"@value" : "Kiloampere per Meter"
}, {
"@language" : "ms",
"@value" : "Kiloampere per Meter"
}, "Kiloampere per Metre", {
"@language" : "en",
"@value" : "Kiloampere per Metre"
}, {
"@language" : "ro",
"@value" : "Kiloamper pe Metru"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloA-PER-M2
URI: http://qudt.org/vocab/unit/KiloA-PER-M2
1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloA-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA559" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA559"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "kA/m²" ; <http://qudt.org/schema/qudt/ucumCode> "kA.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B23" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiloampere per Metro Quadrato"@it ; rdfs:label "Kiloamper na Kvadratni Meter"@sl ; rdfs:label "Kiloamper na Metr Kwadratowy"@pl ; rdfs:label "Kiloamper pe Metru Pătrat"@ro ; rdfs:label "Kiloamper per Metrekare"@tr ; rdfs:label "Kiloampere per Meter Persegi"@ms ; rdfs:label "Kiloampere per Square Meter"@en-US ; rdfs:label "Kiloampere per Square Metre" ; rdfs:label "Kiloampere per Square Metre"@en ; rdfs:label "Kiloampere pro Quadratmeter"@de ; rdfs:label "Kiloamperio por Metro Cuadrado"@es ; rdfs:label "Kiloampère par Mètre Carré"@fr ; rdfs:label "Kiloampér na Čtvereční Metr"@cs ; .
{"resource":"Kiloampere per Square Metre"
,"qname":"unit:KiloA-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloA-PER-M2"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA559"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA559"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiloampere per Metro Quadrato"
,"label":"Kiloamper na Kvadratni Meter"
,"label":"Kiloamper na Metr Kwadratowy"
,"label":"Kiloamper pe Metru Pătrat"
,"label":"Kiloamper per Metrekare"
,"label":"Kiloampere per Meter Persegi"
,"label":"Kiloampere per Square Meter"
,"label":"Kiloampere per Square Metre"
,"label":"Kiloampere per Square Metre"
,"label":"Kiloampere pro Quadratmeter"
,"label":"Kiloamperio por Metro Cuadrado"
,"label":"Kiloampère par Mètre Carré"
,"label":"Kiloampér na Čtvereční Metr"
,"symbol":"kA\/m²"
,"type":"qudt:Unit"
,"ucum code":"kA.m-2"
,"unece common code":"B23"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloA-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentDensity",
"iec61360Code" : "0112/2///62720#UAA559",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA559",
"plainTextDescription" : "1 000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "kA/m²",
"ucumCode" : "kA.m-2",
"uneceCommonCode" : "B23",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kiloamper pe Metru Pătrat"
}, {
"@language" : "tr",
"@value" : "Kiloamper per Metrekare"
}, {
"@language" : "de",
"@value" : "Kiloampere pro Quadratmeter"
}, {
"@language" : "ms",
"@value" : "Kiloampere per Meter Persegi"
}, "Kiloampere per Square Metre", {
"@language" : "en",
"@value" : "Kiloampere per Square Metre"
}, {
"@language" : "sl",
"@value" : "Kiloamper na Kvadratni Meter"
}, {
"@language" : "pl",
"@value" : "Kiloamper na Metr Kwadratowy"
}, {
"@language" : "es",
"@value" : "Kiloamperio por Metro Cuadrado"
}, {
"@language" : "cs",
"@value" : "Kiloampér na Čtvereční Metr"
}, {
"@language" : "it",
"@value" : "Chiloampere per Metro Quadrato"
}, {
"@language" : "en-us",
"@value" : "Kiloampere per Square Meter"
}, {
"@language" : "fr",
"@value" : "Kiloampère par Mètre Carré"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBAR
URI: http://qudt.org/vocab/unit/KiloBAR
The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloBAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB088" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB088"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BAR> ; <http://qudt.org/schema/qudt/symbol> "kbar" ; <http://qudt.org/schema/qudt/ucumCode> "kbar"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KBA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q56318907> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilobar" ; rdfs:label "Kilobar"@en ; .
{"resource":"Kilobar"
,"qname":"unit:KiloBAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBAR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q56318907>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"100000000.0"
,"conversion multiplier scientific":"1.0E8"
,"description":"The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB088"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bar_(unit)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB088"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilobar"
,"label":"Kilobar"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:BAR"
,"symbol":"kbar"
,"type":"qudt:Unit"
,"ucum code":"kbar"
,"unece common code":"KBA"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "100000000.0",
"conversionMultiplier:SN" : 1.0E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAB088",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Bar_(unit)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB088" ],
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/BAR",
"symbol" : "kbar",
"ucumCode" : "kbar",
"uneceCommonCode" : "KBA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q56318907",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilobar", {
"@language" : "en",
"@value" : "Kilobar"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBAUD
URI: http://qudt.org/vocab/unit/KiloBAUD
1,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloBAUD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DigitRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA560" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA560"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BAUD> ; <http://qudt.org/schema/qudt/symbol> "kBd" ; <http://qudt.org/schema/qudt/uneceCommonCode> "K50" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilobaud" ; rdfs:label "Kilobaud"@en ; .
{"resource":"Kilobaud"
,"qname":"unit:KiloBAUD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBAUD"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DigitRate"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA560"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA560"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilobaud"
,"label":"Kilobaud"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:BAUD"
,"symbol":"kBd"
,"type":"qudt:Unit"
,"unece common code":"K50"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBAUD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DigitRate",
"iec61360Code" : "0112/2///62720#UAA560",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA560",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/BAUD",
"symbol" : "kBd",
"uneceCommonCode" : "K50",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilobaud", {
"@language" : "en",
"@value" : "Kilobaud"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBIT
URI: http://qudt.org/vocab/unit/KiloBIT
1,000-fold of the unit bit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the unit bit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 693.14718055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DatasetOfBits> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB159" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB159"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "kb" ; <http://qudt.org/schema/qudt/ucumCode> "kbit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C37" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3194304> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilobit" ; rdfs:label "Kilobit"@en ; .
{"resource":"Kilobit"
,"qname":"unit:KiloBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3194304>"
,"conversion multiplier":"693.14718055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E2"
,"description":"1,000-fold of the unit bit"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DatasetOfBits"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB159"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB159"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilobit"
,"label":"Kilobit"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:BIT"
,"symbol":"kb"
,"type":"qudt:Unit"
,"ucum code":"kbit"
,"unece common code":"C37"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the unit bit",
"conversionMultiplier" : "693.14718055994530941723212145818",
"conversionMultiplier:SN" : 693.1471805599454,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DatasetOfBits",
"iec61360Code" : "0112/2///62720#UAB159",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB159",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "kb",
"ucumCode" : "kbit",
"uneceCommonCode" : "C37",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3194304",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilobit", {
"@language" : "en",
"@value" : "Kilobit"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBIT-PER-SEC
URI: http://qudt.org/vocab/unit/KiloBIT-PER-SEC
A kilobit per second (kB/s) is a unit of data transfer rate equal to 1,000 bits per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloBIT-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A kilobit per second (kB/s) is a unit of data transfer rate equal to 1,000 bits per second."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 693.14718055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DataRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA586" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Data_rate_units#Kilobit_per_second"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA586"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kb/s" ; <http://qudt.org/schema/qudt/ucumCode> "kbit.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C74" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2269250> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilobit per Second" ; rdfs:label "Kilobit per Second"@en ; .
{"resource":"Kilobit per Second"
,"qname":"unit:KiloBIT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBIT-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2269250>"
,"conversion multiplier":"693.14718055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E2"
,"description":"A kilobit per second (kB\/s) is a unit of data transfer rate equal to 1,000 bits per second."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:DataRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA586"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Data_rate_units#Kilobit_per_second"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA586"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilobit per Second"
,"label":"Kilobit per Second"
,"symbol":"kb\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kbit.s-1"
,"unece common code":"C74"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBIT-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A kilobit per second (kB/s) is a unit of data transfer rate equal to 1,000 bits per second.",
"conversionMultiplier" : "693.14718055994530941723212145818",
"conversionMultiplier:SN" : 693.1471805599454,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DataRate",
"iec61360Code" : "0112/2///62720#UAA586",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Data_rate_units#Kilobit_per_second", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA586" ],
"symbol" : "kb/s",
"ucumCode" : "kbit.s-1",
"uneceCommonCode" : "C74",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2269250",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilobit per Second", {
"@language" : "en",
"@value" : "Kilobit per Second"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBQ
URI: http://qudt.org/vocab/unit/KiloBQ
1 000-fold of the SI derived unit becquerel
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloBQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit becquerel"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA561" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA561"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit becquerel" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ; <http://qudt.org/schema/qudt/symbol> "kBq" ; <http://qudt.org/schema/qudt/ucumCode> "kBq"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2Q" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94489465> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilobecquerel"@it ; rdfs:label "Kilobecquerel" ; rdfs:label "Kilobecquerel"@cs ; rdfs:label "Kilobecquerel"@de ; rdfs:label "Kilobecquerel"@en ; rdfs:label "Kilobecquerel"@es ; rdfs:label "Kilobecquerel"@fr ; rdfs:label "Kilobecquerel"@hu ; rdfs:label "Kilobecquerel"@ms ; rdfs:label "Kilobecquerel"@ro ; rdfs:label "Kilobecquerel"@sl ; rdfs:label "Kilobekerel"@pl ; rdfs:label "Kilobekerel"@tr ; .
{"resource":"Kilobecquerel"
,"qname":"unit:KiloBQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBQ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94489465>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit becquerel"
,"description (plain text)":"1 000-fold of the SI derived unit becquerel"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA561"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA561"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilobecquerel"
,"label":"Kilobecquerel"
,"label":"Kilobecquerel"
,"label":"Kilobecquerel"
,"label":"Kilobecquerel"
,"label":"Kilobecquerel"
,"label":"Kilobecquerel"
,"label":"Kilobecquerel"
,"label":"Kilobecquerel"
,"label":"Kilobecquerel"
,"label":"Kilobecquerel"
,"label":"Kilobekerel"
,"label":"Kilobekerel"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:BQ"
,"symbol":"kBq"
,"type":"qudt:Unit"
,"ucum code":"kBq"
,"unece common code":"2Q"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit becquerel",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAA561",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA561",
"plainTextDescription" : "1 000-fold of the SI derived unit becquerel",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "kBq",
"ucumCode" : "kBq",
"uneceCommonCode" : "2Q",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94489465",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kilobekerel"
}, {
"@language" : "tr",
"@value" : "Kilobekerel"
}, "Kilobecquerel", {
"@language" : "cs",
"@value" : "Kilobecquerel"
}, {
"@language" : "de",
"@value" : "Kilobecquerel"
}, {
"@language" : "en",
"@value" : "Kilobecquerel"
}, {
"@language" : "es",
"@value" : "Kilobecquerel"
}, {
"@language" : "fr",
"@value" : "Kilobecquerel"
}, {
"@language" : "hu",
"@value" : "Kilobecquerel"
}, {
"@language" : "ms",
"@value" : "Kilobecquerel"
}, {
"@language" : "ro",
"@value" : "Kilobecquerel"
}, {
"@language" : "sl",
"@value" : "Kilobecquerel"
}, {
"@language" : "it",
"@value" : "Chilobecquerel"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBQ-PER-KiloGM
URI: http://qudt.org/vocab/unit/KiloBQ-PER-KiloGM
1,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloBQ-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassicActivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificActivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA562" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA562"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kBq/kg" ; <http://qudt.org/schema/qudt/ucumCode> "kBq.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B25" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilobecquerel per Chilogrammo"@it ; rdfs:label "Kilobecquerel na Kilogram"@cs ; rdfs:label "Kilobecquerel na Kilogram"@sl ; rdfs:label "Kilobecquerel par Kilogramme"@fr ; rdfs:label "Kilobecquerel pe Kilogram"@ro ; rdfs:label "Kilobecquerel per Kilogram" ; rdfs:label "Kilobecquerel per Kilogram"@en ; rdfs:label "Kilobecquerel per Kilogram"@ms ; rdfs:label "Kilobecquerel por Kilogramo"@es ; rdfs:label "Kilobecquerel pro Kilogramm"@de ; rdfs:label "Kilobekerel na Kilogram"@pl ; rdfs:label "Kilobekerel per Kilogram"@tr ; .
{"resource":"Kilobecquerel per Kilogram"
,"qname":"unit:KiloBQ-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBQ-PER-KiloGM"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:MassicActivity"
,"has quantity kind":"quantitykind:SpecificActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA562"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA562"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilobecquerel per Chilogrammo"
,"label":"Kilobecquerel na Kilogram"
,"label":"Kilobecquerel na Kilogram"
,"label":"Kilobecquerel par Kilogramme"
,"label":"Kilobecquerel pe Kilogram"
,"label":"Kilobecquerel per Kilogram"
,"label":"Kilobecquerel per Kilogram"
,"label":"Kilobecquerel per Kilogram"
,"label":"Kilobecquerel por Kilogramo"
,"label":"Kilobecquerel pro Kilogramm"
,"label":"Kilobekerel na Kilogram"
,"label":"Kilobekerel per Kilogram"
,"symbol":"kBq\/kg"
,"type":"qudt:Unit"
,"ucum code":"kBq.kg-1"
,"unece common code":"B25"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBQ-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificActivity", "http://qudt.org/vocab/quantitykind/MassicActivity" ],
"iec61360Code" : "0112/2///62720#UAA562",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA562",
"symbol" : "kBq/kg",
"ucumCode" : "kBq.kg-1",
"uneceCommonCode" : "B25",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Chilobecquerel per Chilogrammo"
}, {
"@language" : "ro",
"@value" : "Kilobecquerel pe Kilogram"
}, {
"@language" : "pl",
"@value" : "Kilobekerel na Kilogram"
}, {
"@language" : "de",
"@value" : "Kilobecquerel pro Kilogramm"
}, {
"@language" : "tr",
"@value" : "Kilobekerel per Kilogram"
}, "Kilobecquerel per Kilogram", {
"@language" : "en",
"@value" : "Kilobecquerel per Kilogram"
}, {
"@language" : "ms",
"@value" : "Kilobecquerel per Kilogram"
}, {
"@language" : "fr",
"@value" : "Kilobecquerel par Kilogramme"
}, {
"@language" : "cs",
"@value" : "Kilobecquerel na Kilogram"
}, {
"@language" : "sl",
"@value" : "Kilobecquerel na Kilogram"
}, {
"@language" : "es",
"@value" : "Kilobecquerel por Kilogramo"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBTU_IT
URI: http://qudt.org/vocab/unit/KiloBTU_IT
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloBTU_IT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1055055.85262 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.05505585262E6 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BTU_IT> ;
<http://qudt.org/schema/qudt/symbol> "kBtu{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "k[Btu_IT]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo British Thermal Unit (international Definition)" ;
rdfs:label "Kilo British Thermal Unit (international Definition)"@en ;
.
{"resource":"Kilo British Thermal Unit (international Definition)"
,"qname":"unit:KiloBTU_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBTU_IT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1055055.85262"
,"conversion multiplier scientific":"1.05505585262E6"
,"defined unit of system":"sou:IMPERIAL"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo British Thermal Unit (international Definition)"
,"label":"Kilo British Thermal Unit (international Definition)"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:BTU_IT"
,"symbol":"kBtu{IT}"
,"type":"qudt:Unit"
,"ucum code":"k[Btu_IT]"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBTU_IT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1055055.85262",
"conversionMultiplier:SN" : 1055055.85262,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ],
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/BTU_IT",
"symbol" : "kBtu{IT}",
"ucumCode" : "k[Btu_IT]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo British Thermal Unit (international Definition)", {
"@language" : "en",
"@value" : "Kilo British Thermal Unit (international Definition)"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBTU_IT-PER-FT2
URI: http://qudt.org/vocab/unit/KiloBTU_IT-PER-FT2
$\textit{kBTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $kBtu/ft^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloBTU_IT-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{kBTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $kBtu/ft^2$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 11356526.68222697556506224123559358 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.135652668222697556506224123559358E7 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$kBtu/ft^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ;
<http://qudt.org/schema/qudt/plainTextDescription> "kBTU per Square Foot is an Imperial unit for 'Energy Per Area." ;
<http://qudt.org/schema/qudt/symbol> "kBtu{IT}/ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "k[Btu_IT].[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo British Thermal Unit (international Definition) per Square Foot" ;
rdfs:label "Kilo British Thermal Unit (international Definition) per Square Foot"@en ;
.
{"resource":"Kilo British Thermal Unit (international Definition) per Square Foot"
,"qname":"unit:KiloBTU_IT-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBTU_IT-PER-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"11356526.68222697556506224123559358"
,"conversion multiplier scientific":"1.135652668222697556506224123559358E7"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{kBTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $kBtu\/ft^2$.\n "
,"description (plain text)":"kBTU per Square Foot is an Imperial unit for 'Energy Per Area."
,"expression":"$kBtu\/ft^{2}$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo British Thermal Unit (international Definition) per Square Foot"
,"label":"Kilo British Thermal Unit (international Definition) per Square Foot"
,"symbol":"kBtu{IT}\/ft²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"k[Btu_IT].[ft_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBTU_IT-PER-FT2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{kBTU per Square Foot}$ is an Imperial unit for 'Energy Per Area' expressed as $kBtu/ft^2$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "11356526.68222697556506224123559358",
"conversionMultiplier:SN" : 1.1356526682226976E7,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$kBtu/ft^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"plainTextDescription" : "kBTU per Square Foot is an Imperial unit for 'Energy Per Area.",
"symbol" : "kBtu{IT}/ft²",
"ucumCode" : "k[Btu_IT].[ft_i]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo British Thermal Unit (international Definition) per Square Foot", {
"@language" : "en",
"@value" : "Kilo British Thermal Unit (international Definition) per Square Foot"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBTU_IT-PER-HR
URI: http://qudt.org/vocab/unit/KiloBTU_IT-PER-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloBTU_IT-PER-HR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 293.0710701722222222222222222222222 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.930710701722222222222222222222222E2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$kBtu/h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/symbol> "kBtu{IT}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "k[Btu_IT].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo British Thermal Unit (international Definition) per Hour" ;
rdfs:label "Kilo British Thermal Unit (international Definition) per Hour"@en ;
.
{"resource":"Kilo British Thermal Unit (international Definition) per Hour"
,"qname":"unit:KiloBTU_IT-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBTU_IT-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"293.0710701722222222222222222222222"
,"conversion multiplier scientific":"2.930710701722222222222222222222222E2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"expression":"$kBtu\/h$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo British Thermal Unit (international Definition) per Hour"
,"label":"Kilo British Thermal Unit (international Definition) per Hour"
,"symbol":"kBtu{IT}\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"k[Btu_IT].h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBTU_IT-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "293.0710701722222222222222222222222",
"conversionMultiplier:SN" : 293.0710701722222,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$kBtu/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/HeatFlowRate" ],
"symbol" : "kBtu{IT}/h",
"ucumCode" : "k[Btu_IT].h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo British Thermal Unit (international Definition) per Hour", {
"@language" : "en",
"@value" : "Kilo British Thermal Unit (international Definition) per Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBTU_TH
URI: http://qudt.org/vocab/unit/KiloBTU_TH
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloBTU_TH>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1054350.2645 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0543502645E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BTU_TH> ;
<http://qudt.org/schema/qudt/symbol> "kBtu{th}" ;
<http://qudt.org/schema/qudt/ucumCode> "k[Btu_th]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo British Thermal Unit (thermochemical Definition)" ;
rdfs:label "Kilo British Thermal Unit (thermochemical Definition)"@en ;
.
{"resource":"Kilo British Thermal Unit (thermochemical Definition)"
,"qname":"unit:KiloBTU_TH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBTU_TH"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1054350.2645"
,"conversion multiplier scientific":"1.0543502645E6"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo British Thermal Unit (thermochemical Definition)"
,"label":"Kilo British Thermal Unit (thermochemical Definition)"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:BTU_TH"
,"symbol":"kBtu{th}"
,"type":"qudt:Unit"
,"ucum code":"k[Btu_th]"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBTU_TH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1054350.2645",
"conversionMultiplier:SN" : 1054350.2645,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ],
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/BTU_TH",
"symbol" : "kBtu{th}",
"ucumCode" : "k[Btu_th]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo British Thermal Unit (thermochemical Definition)", {
"@language" : "en",
"@value" : "Kilo British Thermal Unit (thermochemical Definition)"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBTU_TH-PER-HR
URI: http://qudt.org/vocab/unit/KiloBTU_TH-PER-HR
unit of the heat energy according to the Imperial system of units divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloBTU_TH-PER-HR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the heat energy according to the Imperial system of units divided by the unit hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 292.8750734722222222222222222222222 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.928750734722222222222222222222222E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the heat energy according to the Imperial system of units divided by the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "kBtu{th}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "k[Btu_th].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo British Thermal Unit (thermochemical Definition) per Hour" ;
rdfs:label "Kilo British Thermal Unit (thermochemical Definition) per Hour"@en ;
.
{"resource":"Kilo British Thermal Unit (thermochemical Definition) per Hour"
,"qname":"unit:KiloBTU_TH-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBTU_TH-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"292.8750734722222222222222222222222"
,"conversion multiplier scientific":"2.928750734722222222222222222222222E2"
,"description":"unit of the heat energy according to the Imperial system of units divided by the unit hour"
,"description (plain text)":"unit of the heat energy according to the Imperial system of units divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo British Thermal Unit (thermochemical Definition) per Hour"
,"label":"Kilo British Thermal Unit (thermochemical Definition) per Hour"
,"symbol":"kBtu{th}\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"k[Btu_th].h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBTU_TH-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of the heat energy according to the Imperial system of units divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "292.8750734722222222222222222222222",
"conversionMultiplier:SN" : 292.8750734722222,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatFlowRate",
"plainTextDescription" : "unit of the heat energy according to the Imperial system of units divided by the unit hour",
"symbol" : "kBtu{th}/h",
"ucumCode" : "k[Btu_th].h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo British Thermal Unit (thermochemical Definition) per Hour", {
"@language" : "en",
"@value" : "Kilo British Thermal Unit (thermochemical Definition) per Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBYTE
URI: http://qudt.org/vocab/unit/KiloBYTE
The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloBYTE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 5545.17744447956247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Byte"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB129" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Byte?oldid=493588918"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB129"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ; <http://qudt.org/schema/qudt/symbol> "kB" ; <http://qudt.org/schema/qudt/ucumCode> "kBy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2P" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79726> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilobyte" ; rdfs:label "Kilobyte"@en ; .
{"resource":"Kilobyte"
,"qname":"unit:KiloBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79726>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"5545.17744447956247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Byte"
,"description":"The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB129"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Byte?oldid=493588918"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB129"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilobyte"
,"label":"Kilobyte"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:BYTE"
,"symbol":"kB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"kBy"
,"unece common code":"2P"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBYTE",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The kilobyte is a multiple of the unit byte for digital information equivalent to 1000 bytes. Although the prefix kilo- means 1000, the term kilobyte and symbol kB have historically been used to refer to either 1024 (210) bytes or 1000 (103) bytes, dependent upon context, in the fields of computer science and information technology. This ambiguity is removed in QUDT, with KibiBYTE used to refer to 1024 bytes.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "5545.17744447956247533785697166544",
"conversionMultiplier:SN" : 5545.177444479563,
"dbpediaMatch" : "http://dbpedia.org/resource/Byte",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAB129",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Byte?oldid=493588918", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB129" ],
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "kB",
"ucumCode" : "kBy",
"uneceCommonCode" : "2P",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79726",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilobyte", {
"@language" : "en",
"@value" : "Kilobyte"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloBYTE-PER-SEC
URI: http://qudt.org/vocab/unit/KiloBYTE-PER-SEC
A kilobyte per second (kByte/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloBYTE-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A kilobyte per second (kByte/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 5545.17744447956247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DataRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB306" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB306"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kB/s" ; <http://qudt.org/schema/qudt/ucumCode> "kBy.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P94" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q12261466> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilobyte per Second" ; rdfs:label "Kilobyte per Second"@en ; .
{"resource":"Kilobyte per Second"
,"qname":"unit:KiloBYTE-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloBYTE-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q12261466>"
,"conversion multiplier":"5545.17744447956247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E3"
,"description":"A kilobyte per second (kByte\/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:DataRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB306"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Data_rate_units#Kilobyte_per_second"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB306"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilobyte per Second"
,"label":"Kilobyte per Second"
,"symbol":"kB\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kBy.s-1"
,"unece common code":"P94"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloBYTE-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A kilobyte per second (kByte/s) is a unit of data transfer rate equal to 1000 bytes per second or 8000 bits per second.",
"conversionMultiplier" : "5545.17744447956247533785697166544",
"conversionMultiplier:SN" : 5545.177444479563,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DataRate",
"iec61360Code" : "0112/2///62720#UAB306",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB306", "http://en.wikipedia.org/wiki/Data_rate_units#Kilobyte_per_second" ],
"symbol" : "kB/s",
"ucumCode" : "kBy.s-1",
"uneceCommonCode" : "P94",
"wikidataMatch" : "http://www.wikidata.org/entity/Q12261466",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilobyte per Second", {
"@language" : "en",
"@value" : "Kilobyte per Second"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloC
URI: http://qudt.org/vocab/unit/KiloC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA563" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA563"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ; <http://qudt.org/schema/qudt/symbol> "kC" ; <http://qudt.org/schema/qudt/ucumCode> "kC"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B26" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94634666> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilocoulomb"@it ; rdfs:label "Kilocoulomb" ; rdfs:label "Kilocoulomb"@cs ; rdfs:label "Kilocoulomb"@de ; rdfs:label "Kilocoulomb"@en ; rdfs:label "Kilocoulomb"@fr ; rdfs:label "Kilocoulomb"@hu ; rdfs:label "Kilocoulomb"@ms ; rdfs:label "Kilocoulomb"@ro ; rdfs:label "Kilocoulomb"@sl ; rdfs:label "Kilocoulomb"@tr ; rdfs:label "Kiloculombio"@es ; rdfs:label "Kilokulomb"@pl ; <http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ; .
{"resource":"Kilocoulomb"
,"qname":"unit:KiloC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94634666>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA563"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA563"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilocoulomb"
,"label":"Kilocoulomb"
,"label":"Kilocoulomb"
,"label":"Kilocoulomb"
,"label":"Kilocoulomb"
,"label":"Kilocoulomb"
,"label":"Kilocoulomb"
,"label":"Kilocoulomb"
,"label":"Kilocoulomb"
,"label":"Kilocoulomb"
,"label":"Kilocoulomb"
,"label":"Kiloculombio"
,"label":"Kilokulomb"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:C"
,"symbol":"kC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kC"
,"unece common code":"B26"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"iec61360Code" : "0112/2///62720#UAA563",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA563",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "kC",
"ucumCode" : "kC",
"uneceCommonCode" : "B26",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94634666",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocoulomb", {
"@language" : "es",
"@value" : "Kiloculombio"
}, {
"@language" : "pl",
"@value" : "Kilokulomb"
}, {
"@language" : "it",
"@value" : "Chilocoulomb"
}, {
"@language" : "cs",
"@value" : "Kilocoulomb"
}, {
"@language" : "de",
"@value" : "Kilocoulomb"
}, {
"@language" : "en",
"@value" : "Kilocoulomb"
}, {
"@language" : "fr",
"@value" : "Kilocoulomb"
}, {
"@language" : "hu",
"@value" : "Kilocoulomb"
}, {
"@language" : "ms",
"@value" : "Kilocoulomb"
}, {
"@language" : "ro",
"@value" : "Kilocoulomb"
}, {
"@language" : "sl",
"@value" : "Kilocoulomb"
}, {
"@language" : "tr",
"@value" : "Kilocoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloC-PER-M2
URI: http://qudt.org/vocab/unit/KiloC-PER-M2
1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloC-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPolarization> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA564" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA564"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "kC/m²" ; <http://qudt.org/schema/qudt/ucumCode> "kC.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B28" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808187> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilocoulomb per Metro Quadrato"@it ; rdfs:label "Kilocoulomb na Kvadratni Meter"@sl ; rdfs:label "Kilocoulomb na Čtvereční Metr"@cs ; rdfs:label "Kilocoulomb par Mètre Carré"@fr ; rdfs:label "Kilocoulomb pe Metru Pătrat"@ro ; rdfs:label "Kilocoulomb per Meter Persegi"@ms ; rdfs:label "Kilocoulomb per Metrekare"@tr ; rdfs:label "Kilocoulomb per Square Meter"@en-US ; rdfs:label "Kilocoulomb per Square Metre" ; rdfs:label "Kilocoulomb per Square Metre"@en ; rdfs:label "Kilocoulomb pro Quadratmeter"@de ; rdfs:label "Kiloculombio por Metro Cuadrado"@es ; rdfs:label "Kilokulomb na Metr Kwadratowy"@pl ; .
{"resource":"Kilocoulomb per Square Metre"
,"qname":"unit:KiloC-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloC-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808187>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerArea"
,"has quantity kind":"quantitykind:ElectricPolarization"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA564"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA564"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilocoulomb per Metro Quadrato"
,"label":"Kilocoulomb na Kvadratni Meter"
,"label":"Kilocoulomb na Čtvereční Metr"
,"label":"Kilocoulomb par Mètre Carré"
,"label":"Kilocoulomb pe Metru Pătrat"
,"label":"Kilocoulomb per Meter Persegi"
,"label":"Kilocoulomb per Metrekare"
,"label":"Kilocoulomb per Square Meter"
,"label":"Kilocoulomb per Square Metre"
,"label":"Kilocoulomb per Square Metre"
,"label":"Kilocoulomb pro Quadratmeter"
,"label":"Kiloculombio por Metro Cuadrado"
,"label":"Kilokulomb na Metr Kwadratowy"
,"symbol":"kC\/m²"
,"type":"qudt:Unit"
,"ucum code":"kC.m-2"
,"unece common code":"B28"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloC-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricChargePerArea", "http://qudt.org/vocab/quantitykind/ElectricPolarization" ],
"iec61360Code" : "0112/2///62720#UAA564",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA564",
"plainTextDescription" : "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "kC/m²",
"ucumCode" : "kC.m-2",
"uneceCommonCode" : "B28",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808187",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kilocoulomb pe Metru Pătrat"
}, {
"@language" : "sl",
"@value" : "Kilocoulomb na Kvadratni Meter"
}, {
"@language" : "cs",
"@value" : "Kilocoulomb na Čtvereční Metr"
}, {
"@language" : "fr",
"@value" : "Kilocoulomb par Mètre Carré"
}, {
"@language" : "it",
"@value" : "Chilocoulomb per Metro Quadrato"
}, {
"@language" : "pl",
"@value" : "Kilokulomb na Metr Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Kilocoulomb per Square Meter"
}, "Kilocoulomb per Square Metre", {
"@language" : "en",
"@value" : "Kilocoulomb per Square Metre"
}, {
"@language" : "tr",
"@value" : "Kilocoulomb per Metrekare"
}, {
"@language" : "de",
"@value" : "Kilocoulomb pro Quadratmeter"
}, {
"@language" : "ms",
"@value" : "Kilocoulomb per Meter Persegi"
}, {
"@language" : "es",
"@value" : "Kiloculombio por Metro Cuadrado"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloC-PER-M3
URI: http://qudt.org/vocab/unit/KiloC-PER-M3
1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloC-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA565" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA565"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "kC/m³" ; <http://qudt.org/schema/qudt/ucumCode> "kC.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B27" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808144> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilocoulomb per Metro Cubo"@it ; rdfs:label "Kilocoulomb na Kubični Meter"@sl ; rdfs:label "Kilocoulomb na Metr Krychlový"@cs ; rdfs:label "Kilocoulomb par Mètre Cube"@fr ; rdfs:label "Kilocoulomb pe Metru Cub"@ro ; rdfs:label "Kilocoulomb per Cubic Meter"@en-US ; rdfs:label "Kilocoulomb per Cubic Metre" ; rdfs:label "Kilocoulomb per Cubic Metre"@en ; rdfs:label "Kilocoulomb per Meter Kubik"@ms ; rdfs:label "Kilocoulomb per Metreküp"@tr ; rdfs:label "Kilocoulomb pro Kubikmeter"@de ; rdfs:label "Kiloculombio por Metro Cúbico"@es ; rdfs:label "Kilokulomb na Metr Sześcienny"@pl ; .
{"resource":"Kilocoulomb per Cubic Metre"
,"qname":"unit:KiloC-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloC-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808144>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeVolumeDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA565"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA565"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilocoulomb per Metro Cubo"
,"label":"Kilocoulomb na Kubični Meter"
,"label":"Kilocoulomb na Metr Krychlový"
,"label":"Kilocoulomb par Mètre Cube"
,"label":"Kilocoulomb pe Metru Cub"
,"label":"Kilocoulomb per Cubic Meter"
,"label":"Kilocoulomb per Cubic Metre"
,"label":"Kilocoulomb per Cubic Metre"
,"label":"Kilocoulomb per Meter Kubik"
,"label":"Kilocoulomb per Metreküp"
,"label":"Kilocoulomb pro Kubikmeter"
,"label":"Kiloculombio por Metro Cúbico"
,"label":"Kilokulomb na Metr Sześcienny"
,"symbol":"kC\/m³"
,"type":"qudt:Unit"
,"ucum code":"kC.m-3"
,"unece common code":"B27"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloC-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity",
"iec61360Code" : "0112/2///62720#UAA565",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA565",
"plainTextDescription" : "1 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "kC/m³",
"ucumCode" : "kC.m-3",
"uneceCommonCode" : "B27",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808144",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilocoulomb per Cubic Meter"
}, {
"@language" : "sl",
"@value" : "Kilocoulomb na Kubični Meter"
}, {
"@language" : "cs",
"@value" : "Kilocoulomb na Metr Krychlový"
}, {
"@language" : "it",
"@value" : "Chilocoulomb per Metro Cubo"
}, {
"@language" : "de",
"@value" : "Kilocoulomb pro Kubikmeter"
}, {
"@language" : "tr",
"@value" : "Kilocoulomb per Metreküp"
}, {
"@language" : "es",
"@value" : "Kiloculombio por Metro Cúbico"
}, {
"@language" : "fr",
"@value" : "Kilocoulomb par Mètre Cube"
}, {
"@language" : "ms",
"@value" : "Kilocoulomb per Meter Kubik"
}, {
"@language" : "pl",
"@value" : "Kilokulomb na Metr Sześcienny"
}, "Kilocoulomb per Cubic Metre", {
"@language" : "en",
"@value" : "Kilocoulomb per Cubic Metre"
}, {
"@language" : "ro",
"@value" : "Kilocoulomb pe Metru Cub"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL
URI: http://qudt.org/vocab/unit/KiloCAL
A $\textit{Kilocalorie}$ is a unit for $\textit{Energy And Work}$ expressed as $kcal$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{Kilocalorie}$ is a unit for $\\textit{Energy And Work}$ expressed as $kcal$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4184.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E3 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Calorie"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloCAL_TH> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA590" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Calorie?oldid=494307622"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA590"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "kcal" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K53" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q26708069> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilocalorie" ;
rdfs:label "Kilocalorie"@en ;
.
{"resource":"Kilocalorie"
,"qname":"unit:KiloCAL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q26708069>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184.0"
,"conversion multiplier scientific":"4.184E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Calorie"
,"description":"\n A $\\textit{Kilocalorie}$ is a unit for $\\textit{Energy And Work}$ expressed as $kcal$.\n "
,"exact match":"unit:KiloCAL_TH"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA590"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Calorie?oldid=494307622"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA590"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie"
,"label":"Kilocalorie"
,"scalingOf":"unit:J"
,"symbol":"kcal"
,"type":"qudt:Unit"
,"ucum code":"kcal"
,"unece common code":"K53"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n A $\\textit{Kilocalorie}$ is a unit for $\\textit{Energy And Work}$ expressed as $kcal$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4184.0",
"conversionMultiplier:SN" : 4184.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Calorie",
"exactMatch" : "http://qudt.org/vocab/unit/KiloCAL_TH",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/ThermalEnergy" ],
"iec61360Code" : "0112/2///62720#UAA590",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA590", "http://en.wikipedia.org/wiki/Calorie?oldid=494307622" ],
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "kcal",
"ucumCode" : "kcal",
"uneceCommonCode" : "K53",
"wikidataMatch" : "http://www.wikidata.org/entity/Q26708069",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocalorie", {
"@language" : "en",
"@value" : "Kilocalorie"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL-PER-CentiM-SEC-DEG_C
URI: http://qudt.org/vocab/unit/KiloCAL-PER-CentiM-SEC-DEG_C
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloCAL-PER-CentiM-SEC-DEG_C> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 418400.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E5 ; <http://qudt.org/schema/qudt/expression> "$kilocal-per-cm-sec-degc$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ; <http://qudt.org/schema/qudt/symbol> "kcal/(cm·s·°C)" ; <http://qudt.org/schema/qudt/ucumCode> "kcal.cm-1.s-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilocalorie per Centimeter Second Degree Celsius"@en-US ; rdfs:label "Kilocalorie per Centimetre Second Degree Celsius" ; rdfs:label "Kilocalorie per Centimetre Second Degree Celsius"@en ; .
{"resource":"Kilocalorie per Centimetre Second Degree Celsius"
,"qname":"unit:KiloCAL-PER-CentiM-SEC-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL-PER-CentiM-SEC-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"418400.0"
,"conversion multiplier scientific":"4.184E5"
,"expression":"$kilocal-per-cm-sec-degc$"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie per Centimeter Second Degree Celsius"
,"label":"Kilocalorie per Centimetre Second Degree Celsius"
,"label":"Kilocalorie per Centimetre Second Degree Celsius"
,"symbol":"kcal\/(cm·s·°C)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kcal.cm-1.s-1.Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM-SEC-DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "418400.0",
"conversionMultiplier:SN" : 418400.0,
"expression" : "$kilocal-per-cm-sec-degc$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"symbol" : "kcal/(cm·s·°C)",
"ucumCode" : "kcal.cm-1.s-1.Cel-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocalorie per Centimetre Second Degree Celsius", {
"@language" : "en",
"@value" : "Kilocalorie per Centimetre Second Degree Celsius"
}, {
"@language" : "en-us",
"@value" : "Kilocalorie per Centimeter Second Degree Celsius"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL-PER-CentiM2
URI: http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2
"Kilocalorie per Square Centimeter" is a unit for 'Energy Per Area' expressed as $kcal/cm^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Kilocalorie per Square Centimeter\" is a unit for 'Energy Per Area' expressed as $kcal/cm^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 41840000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E7 ;
<http://qudt.org/schema/qudt/expression> "$kcal/cm^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ;
<http://qudt.org/schema/qudt/symbol> "kcal/cm²" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilocalorie per Square Centimeter"@en-US ;
rdfs:label "Kilocalorie per Square Centimetre" ;
rdfs:label "Kilocalorie per Square Centimetre"@en ;
.
{"resource":"Kilocalorie per Square Centimetre"
,"qname":"unit:KiloCAL-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL-PER-CentiM2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"41840000.0"
,"conversion multiplier scientific":"4.184E7"
,"description":"\"Kilocalorie per Square Centimeter\" is a unit for 'Energy Per Area' expressed as $kcal\/cm^{2}$."
,"expression":"$kcal\/cm^{2}$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie per Square Centimeter"
,"label":"Kilocalorie per Square Centimetre"
,"label":"Kilocalorie per Square Centimetre"
,"symbol":"kcal\/cm²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kcal.cm-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Kilocalorie per Square Centimeter\" is a unit for 'Energy Per Area' expressed as $kcal/cm^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "41840000.0",
"conversionMultiplier:SN" : 4.184E7,
"expression" : "$kcal/cm^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"symbol" : "kcal/cm²",
"ucumCode" : "kcal.cm-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocalorie per Square Centimetre", {
"@language" : "en",
"@value" : "Kilocalorie per Square Centimetre"
}, {
"@language" : "en-us",
"@value" : "Kilocalorie per Square Centimeter"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL-PER-CentiM2-MIN
URI: http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-MIN
"Kilocalorie per Square Centimeter Minute" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-min)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Kilocalorie per Square Centimeter Minute\" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-min)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 697333.3333333333333333333333333335 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.973333333333333333333333333333335E5 ;
<http://qudt.org/schema/qudt/expression> "$kcal/(cm^{2}-min)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/symbol> "kcal/(cm²·min)" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal.cm-2.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilocalorie per Square Centimeter Minute"@en-US ;
rdfs:label "Kilocalorie per Square Centimetre Minute" ;
rdfs:label "Kilocalorie per Square Centimetre Minute"@en ;
.
{"resource":"Kilocalorie per Square Centimetre Minute"
,"qname":"unit:KiloCAL-PER-CentiM2-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL-PER-CentiM2-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"697333.3333333333333333333333333335"
,"conversion multiplier scientific":"6.973333333333333333333333333333335E5"
,"description":"\"Kilocalorie per Square Centimeter Minute\" is a unit for 'Power Per Area' expressed as $kcal\/(cm^{2}-min)$."
,"expression":"$kcal\/(cm^{2}-min)$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie per Square Centimeter Minute"
,"label":"Kilocalorie per Square Centimetre Minute"
,"label":"Kilocalorie per Square Centimetre Minute"
,"symbol":"kcal\/(cm²·min)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kcal.cm-2.min-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-MIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Kilocalorie per Square Centimeter Minute\" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-min)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "697333.3333333333333333333333333335",
"conversionMultiplier:SN" : 697333.3333333334,
"expression" : "$kcal/(cm^{2}-min)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"symbol" : "kcal/(cm²·min)",
"ucumCode" : "kcal.cm-2.min-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilocalorie per Square Centimeter Minute"
}, "Kilocalorie per Square Centimetre Minute", {
"@language" : "en",
"@value" : "Kilocalorie per Square Centimetre Minute"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL-PER-CentiM2-SEC
URI: http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-SEC
"Kilocalorie per Square Centimeter Second" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-s)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Kilocalorie per Square Centimeter Second\" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-s)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 41840000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E7 ;
<http://qudt.org/schema/qudt/expression> "$kcal/(cm^{2}-s)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/symbol> "kcal/(cm²·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal.cm-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilocalorie per Square Centimeter Second"@en-US ;
rdfs:label "Kilocalorie per Square Centimetre Second" ;
rdfs:label "Kilocalorie per Square Centimetre Second"@en ;
.
{"resource":"Kilocalorie per Square Centimetre Second"
,"qname":"unit:KiloCAL-PER-CentiM2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL-PER-CentiM2-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"41840000.0"
,"conversion multiplier scientific":"4.184E7"
,"description":"\"Kilocalorie per Square Centimeter Second\" is a unit for 'Power Per Area' expressed as $kcal\/(cm^{2}-s)$."
,"expression":"$kcal\/(cm^{2}-s)$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie per Square Centimeter Second"
,"label":"Kilocalorie per Square Centimetre Second"
,"label":"Kilocalorie per Square Centimetre Second"
,"symbol":"kcal\/(cm²·s)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kcal.cm-2.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL-PER-CentiM2-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Kilocalorie per Square Centimeter Second\" is a unit for 'Power Per Area' expressed as $kcal/(cm^{2}-s)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "41840000.0",
"conversionMultiplier:SN" : 4.184E7,
"expression" : "$kcal/(cm^{2}-s)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"symbol" : "kcal/(cm²·s)",
"ucumCode" : "kcal.cm-2.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocalorie per Square Centimetre Second", {
"@language" : "en",
"@value" : "Kilocalorie per Square Centimetre Second"
}, {
"@language" : "en-us",
"@value" : "Kilocalorie per Square Centimeter Second"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL-PER-GM
URI: http://qudt.org/vocab/unit/KiloCAL-PER-GM
"Kilocalorie per Gram" is a unit for 'Specific Energy' expressed as $kcal/gm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloCAL-PER-GM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Kilocalorie per Gram\" is a unit for 'Specific Energy' expressed as $kcal/gm$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4184000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E6 ; <http://qudt.org/schema/qudt/expression> "$kcal/gm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ; <http://qudt.org/schema/qudt/symbol> "kcal/g" ; <http://qudt.org/schema/qudt/ucumCode> "kcal.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilocalorie per Gram" ; rdfs:label "Kilocalorie per Gram"@en ; .
{"resource":"Kilocalorie per Gram"
,"qname":"unit:KiloCAL-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184000.0"
,"conversion multiplier scientific":"4.184E6"
,"description":"\"Kilocalorie per Gram\" is a unit for 'Specific Energy' expressed as $kcal\/gm$."
,"expression":"$kcal\/gm$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie per Gram"
,"label":"Kilocalorie per Gram"
,"symbol":"kcal\/g"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kcal.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL-PER-GM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Kilocalorie per Gram\" is a unit for 'Specific Energy' expressed as $kcal/gm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4184000.0",
"conversionMultiplier:SN" : 4184000.0,
"expression" : "$kcal/gm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"symbol" : "kcal/g",
"ucumCode" : "kcal.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocalorie per Gram", {
"@language" : "en",
"@value" : "Kilocalorie per Gram"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL-PER-GM-DEG_C
URI: http://qudt.org/vocab/unit/KiloCAL-PER-GM-DEG_C
$\textit{Calorie per Gram Degree Celsius}$ is a unit for 'Specific Heat Capacity' expressed as $kcal/(gm-degC)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL-PER-GM-DEG_C>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Calorie per Gram Degree Celsius}$ is a unit for 'Specific Heat Capacity' expressed as $kcal/(gm-degC)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4184000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E6 ;
<http://qudt.org/schema/qudt/expression> "$kcal/(gm-degC)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ;
<http://qudt.org/schema/qudt/symbol> "kcal/(g·°C)" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal.g-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilocalorie per Gram Degree Celsius" ;
rdfs:label "Kilocalorie per Gram Degree Celsius"@en ;
.
{"resource":"Kilocalorie per Gram Degree Celsius"
,"qname":"unit:KiloCAL-PER-GM-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL-PER-GM-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184000.0"
,"conversion multiplier scientific":"4.184E6"
,"description":"$\\textit{Calorie per Gram Degree Celsius}$ is a unit for 'Specific Heat Capacity' expressed as $kcal\/(gm-degC)$."
,"expression":"$kcal\/(gm-degC)$"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie per Gram Degree Celsius"
,"label":"Kilocalorie per Gram Degree Celsius"
,"symbol":"kcal\/(g·°C)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kcal.g-1.Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL-PER-GM-DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Calorie per Gram Degree Celsius}$ is a unit for 'Specific Heat Capacity' expressed as $kcal/(gm-degC)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4184000.0",
"conversionMultiplier:SN" : 4184000.0,
"expression" : "$kcal/(gm-degC)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure", "http://qudt.org/vocab/quantitykind/SpecificEntropy" ],
"symbol" : "kcal/(g·°C)",
"ucumCode" : "kcal.g-1.Cel-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocalorie per Gram Degree Celsius", {
"@language" : "en",
"@value" : "Kilocalorie per Gram Degree Celsius"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL-PER-MIN
URI: http://qudt.org/vocab/unit/KiloCAL-PER-MIN
A $\textit{Kilocalorie per Minute}$ is a unit for $\textit{Heat Flow Rate}$ and $\textit{Power}$, expressed as $kcal/min$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{Kilocalorie per Minute}$ is a unit for $\\textit{Heat Flow Rate}$ and $\\textit{Power}$,
expressed as $kcal/min$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 69.73333333333333333333333333333335 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.973333333333333333333333333333335E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$kcal/min$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/symbol> "kcal/min" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K54" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilocalorie per Minute" ;
rdfs:label "Kilocalorie per Minute"@en ;
.
{"resource":"Kilocalorie per Minute"
,"qname":"unit:KiloCAL-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"69.73333333333333333333333333333335"
,"conversion multiplier scientific":"6.973333333333333333333333333333335E1"
,"defined unit of system":"sou:USCS"
,"description":"\n A $\\textit{Kilocalorie per Minute}$ is a unit for $\\textit{Heat Flow Rate}$ and $\\textit{Power}$,\n expressed as $kcal\/min$.\n "
,"expression":"$kcal\/min$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie per Minute"
,"label":"Kilocalorie per Minute"
,"symbol":"kcal\/min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kcal.min-1"
,"unece common code":"K54"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n A $\\textit{Kilocalorie per Minute}$ is a unit for $\\textit{Heat Flow Rate}$ and $\\textit{Power}$,\n expressed as $kcal/min$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "69.73333333333333333333333333333335",
"conversionMultiplier:SN" : 69.73333333333333,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"expression" : "$kcal/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/HeatFlowRate" ],
"symbol" : "kcal/min",
"ucumCode" : "kcal.min-1",
"uneceCommonCode" : "K54",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocalorie per Minute", {
"@language" : "en",
"@value" : "Kilocalorie per Minute"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL-PER-MOL
URI: http://qudt.org/vocab/unit/KiloCAL-PER-MOL
The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to $4.184 kJ/mol$, or $6.9477 \times 10 J per molecule$. At room temperature it is equal to 1.688 . Physical quantities measured in $kcal\cdot mol$ are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion
.@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloCAL-PER-MOL> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "<p>The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to $4.184 kJ/mol$, or $6.9477 \\times 10 J per molecule$. At room temperature it is equal to 1.688 . Physical quantities measured in $kcal\\cdot mol$ are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion</p>."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4184.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E3 ; <http://qudt.org/schema/qudt/expression> "$kcal/mol$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarEnergy> ; <http://qudt.org/schema/qudt/symbol> "kcal/mol" ; <http://qudt.org/schema/qudt/ucumCode> "kcal.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q6408112> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilocalorie per Mole" ; rdfs:label "Kilocalorie per Mole"@en ; .
{"resource":"Kilocalorie per Mole"
,"qname":"unit:KiloCAL-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q6408112>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184.0"
,"conversion multiplier scientific":"4.184E3"
,"description":"<p>The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to $4.184 kJ\/mol$, or $6.9477 \\times 10 J per molecule$. At room temperature it is equal to 1.688 . Physical quantities measured in $kcal\\cdot mol$ are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion<\/p>."
,"expression":"$kcal\/mol$"
,"has dimension vector":"qkdv:A-1E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MolarEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie per Mole"
,"label":"Kilocalorie per Mole"
,"symbol":"kcal\/mol"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kcal.mol-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL-PER-MOL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "<p>The kilocalorie per mole is a derived unit of energy per Avogadro's number of particles. It is the quotient of a kilocalorie (1000 thermochemical gram calories) and a mole, mainly used in the United States. In SI units, it is equal to $4.184 kJ/mol$, or $6.9477 \\times 10 J per molecule$. At room temperature it is equal to 1.688 . Physical quantities measured in $kcal\\cdot mol$ are usually thermodynamical quantities; mostly free energies such as: Heat of vaporization Heat of fusion</p>.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4184.0",
"conversionMultiplier:SN" : 4184.0,
"expression" : "$kcal/mol$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarEnergy",
"symbol" : "kcal/mol",
"ucumCode" : "kcal.mol-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q6408112",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocalorie per Mole", {
"@language" : "en",
"@value" : "Kilocalorie per Mole"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL-PER-MOL-DEG_C
URI: http://qudt.org/vocab/unit/KiloCAL-PER-MOL-DEG_C
A $\textit{Kilocalorie per Mole Degree Celsius}$ is a unit for 'Molar Heat Capacity', expressed as $kcal/(mol-degC)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL-PER-MOL-DEG_C>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{Kilocalorie per Mole Degree Celsius}$ is a unit for 'Molar Heat Capacity',
expressed as $kcal/(mol-degC)$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4184.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E3 ;
<http://qudt.org/schema/qudt/expression> "$kcal/(mol-degC)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarHeatCapacity> ;
<http://qudt.org/schema/qudt/symbol> "kcal/(mol·°C)" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal.mol-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilocalorie per Mole Degree Celsius" ;
rdfs:label "Kilocalorie per Mole Degree Celsius"@en ;
.
{"resource":"Kilocalorie per Mole Degree Celsius"
,"qname":"unit:KiloCAL-PER-MOL-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL-PER-MOL-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184.0"
,"conversion multiplier scientific":"4.184E3"
,"description":"\n A $\\textit{Kilocalorie per Mole Degree Celsius}$ is a unit for 'Molar Heat Capacity',\n expressed as $kcal\/(mol-degC)$.\n "
,"expression":"$kcal\/(mol-degC)$"
,"has dimension vector":"qkdv:A-1E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:MolarHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie per Mole Degree Celsius"
,"label":"Kilocalorie per Mole Degree Celsius"
,"symbol":"kcal\/(mol·°C)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kcal.mol-1.Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL-PER-MOL-DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n A $\\textit{Kilocalorie per Mole Degree Celsius}$ is a unit for 'Molar Heat Capacity',\n expressed as $kcal/(mol-degC)$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "4184.0",
"conversionMultiplier:SN" : 4184.0,
"expression" : "$kcal/(mol-degC)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarHeatCapacity",
"symbol" : "kcal/(mol·°C)",
"ucumCode" : "kcal.mol-1.Cel-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Kilocalorie per Mole Degree Celsius"
}, "Kilocalorie per Mole Degree Celsius" ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL-PER-SEC
URI: http://qudt.org/vocab/unit/KiloCAL-PER-SEC
A $\textit{Kilocalorie per Second}$ is a unit for $\textit{Heat Flow Rate}$ and $\textit{Power}$, expressed as $kcal/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{Kilocalorie per Second}$ is a unit for $\\textit{Heat Flow Rate}$ and $\\textit{Power}$,
expressed as $kcal/s$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4184.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$kcal/s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/symbol> "kcal/s" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K55" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilocalorie per Second" ;
rdfs:label "Kilocalorie per Second"@en ;
.
{"resource":"Kilocalorie per Second"
,"qname":"unit:KiloCAL-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184.0"
,"conversion multiplier scientific":"4.184E3"
,"defined unit of system":"sou:USCS"
,"description":"\n A $\\textit{Kilocalorie per Second}$ is a unit for $\\textit{Heat Flow Rate}$ and $\\textit{Power}$,\n expressed as $kcal\/s$.\n "
,"expression":"$kcal\/s$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie per Second"
,"label":"Kilocalorie per Second"
,"symbol":"kcal\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kcal.s-1"
,"unece common code":"K55"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n A $\\textit{Kilocalorie per Second}$ is a unit for $\\textit{Heat Flow Rate}$ and $\\textit{Power}$,\n expressed as $kcal/s$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4184.0",
"conversionMultiplier:SN" : 4184.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"expression" : "$kcal/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/HeatFlowRate" ],
"symbol" : "kcal/s",
"ucumCode" : "kcal.s-1",
"uneceCommonCode" : "K55",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocalorie per Second", {
"@language" : "en",
"@value" : "Kilocalorie per Second"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL_IT
URI: http://qudt.org/vocab/unit/KiloCAL_IT
1000-fold of the unit calorie, which is used particularly for calorific values of food
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL_IT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4186.8 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.1868E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA589" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA589"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "1000-fold of the unit calorie, which is used particularly for calorific values of food" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CAL_IT> ;
<http://qudt.org/schema/qudt/symbol> "kcal{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal_IT"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E14" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo International Table Calorie" ;
rdfs:label "Kilo International Table Calorie"@en ;
.
{"resource":"Kilo International Table Calorie"
,"qname":"unit:KiloCAL_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL_IT"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4186.8"
,"conversion multiplier scientific":"4.1868E3"
,"description":"1000-fold of the unit calorie, which is used particularly for calorific values of food"
,"description (plain text)":"1000-fold of the unit calorie, which is used particularly for calorific values of food"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA589"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA589"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo International Table Calorie"
,"label":"Kilo International Table Calorie"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:CAL_IT"
,"symbol":"kcal{IT}"
,"type":"qudt:Unit"
,"ucum code":"kcal_IT"
,"unece common code":"E14"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL_IT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1000-fold of the unit calorie, which is used particularly for calorific values of food",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "4186.8",
"conversionMultiplier:SN" : 4186.8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAA589",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA589",
"plainTextDescription" : "1000-fold of the unit calorie, which is used particularly for calorific values of food",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/CAL_IT",
"symbol" : "kcal{IT}",
"ucumCode" : "kcal_IT",
"uneceCommonCode" : "E14",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo International Table Calorie", {
"@language" : "en",
"@value" : "Kilo International Table Calorie"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL_IT-PER-GM-K
URI: http://qudt.org/vocab/unit/KiloCAL_IT-PER-GM-K
unit of the mass-related heat capacity as quotient 1,000-fold of the calorie (international table) divided by the product of the 0.001-fold of the SI base units kilogram and kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL_IT-PER-GM-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the mass-related heat capacity as quotient 1,000-fold of the calorie (international table) divided by the product of the 0.001-fold of the SI base units kilogram and kelvin"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4186800.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.1868E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassicHeatCapacity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB455" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB455"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "kcal{IT}/(g·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal_IT.g-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N65" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo International Table Calorie per Gram Kelvin" ;
rdfs:label "Kilo International Table Calorie per Gram Kelvin"@en ;
.
{"resource":"Kilo International Table Calorie per Gram Kelvin"
,"qname":"unit:KiloCAL_IT-PER-GM-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL_IT-PER-GM-K"
,"properties":["conversion multiplier":"4186800.0"
,"conversion multiplier scientific":"4.1868E6"
,"description":"unit of the mass-related heat capacity as quotient 1,000-fold of the calorie (international table) divided by the product of the 0.001-fold of the SI base units kilogram and kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:MassicHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB455"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB455"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo International Table Calorie per Gram Kelvin"
,"label":"Kilo International Table Calorie per Gram Kelvin"
,"symbol":"kcal{IT}\/(g·K)"
,"type":"qudt:Unit"
,"ucum code":"kcal_IT.g-1.K-1"
,"unece common code":"N65"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL_IT-PER-GM-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the mass-related heat capacity as quotient 1,000-fold of the calorie (international table) divided by the product of the 0.001-fold of the SI base units kilogram and kelvin",
"conversionMultiplier" : "4186800.0",
"conversionMultiplier:SN" : 4186800.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassicHeatCapacity",
"iec61360Code" : "0112/2///62720#UAB455",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB455",
"symbol" : "kcal{IT}/(g·K)",
"ucumCode" : "kcal_IT.g-1.K-1",
"uneceCommonCode" : "N65",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo International Table Calorie per Gram Kelvin", {
"@language" : "en",
"@value" : "Kilo International Table Calorie per Gram Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL_IT-PER-HR-M-DEG_C
URI: http://qudt.org/vocab/unit/KiloCAL_IT-PER-HR-M-DEG_C
1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL_IT-PER-HR-M-DEG_C>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.163 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.163E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA588" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA588"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature" ;
<http://qudt.org/schema/qudt/symbol> "kcal{IT}/(h·m·°C)" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal_IT.h-1.m-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K52" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo International Table Calorie per Hour Meter Degree Celsius"@en-US ;
rdfs:label "Kilo International Table Calorie per Hour Metre Degree Celsius" ;
rdfs:label "Kilo International Table Calorie per Hour Metre Degree Celsius"@en ;
.
{"resource":"Kilo International Table Calorie per Hour Metre Degree Celsius"
,"qname":"unit:KiloCAL_IT-PER-HR-M-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL_IT-PER-HR-M-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.163"
,"conversion multiplier scientific":"1.163E0"
,"description":"1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature"
,"description (plain text)":"1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA588"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA588"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo International Table Calorie per Hour Meter Degree Celsius"
,"label":"Kilo International Table Calorie per Hour Metre Degree Celsius"
,"label":"Kilo International Table Calorie per Hour Metre Degree Celsius"
,"symbol":"kcal{IT}\/(h·m·°C)"
,"type":"qudt:Unit"
,"ucum code":"kcal_IT.h-1.m-1.Cel-1"
,"unece common code":"K52"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL_IT-PER-HR-M-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.163",
"conversionMultiplier:SN" : 1.163,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAA588",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA588",
"plainTextDescription" : "1 000-fold of the no longer approved unit international calorie for energy divided by the product of the SI base unit metre, the unit hour for time and the unit degree Celsius for temperature",
"symbol" : "kcal{IT}/(h·m·°C)",
"ucumCode" : "kcal_IT.h-1.m-1.Cel-1",
"uneceCommonCode" : "K52",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo International Table Calorie per Hour Metre Degree Celsius", {
"@language" : "en",
"@value" : "Kilo International Table Calorie per Hour Metre Degree Celsius"
}, {
"@language" : "en-us",
"@value" : "Kilo International Table Calorie per Hour Meter Degree Celsius"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL_Mean
URI: http://qudt.org/vocab/unit/KiloCAL_Mean
1000-fold of the unit calorie, which is used particularly for calorific values of food
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCAL_Mean>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4190.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.19E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA587" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA587"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "1000-fold of the unit calorie, which is used particularly for calorific values of food" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "kcal{mean}" ;
<http://qudt.org/schema/qudt/ucumCode> "kcal_m"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K51" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101435403> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilocalorie (Mean)" ;
rdfs:label "Kilocalorie (Mean)"@en ;
.
{"resource":"Kilocalorie (Mean)"
,"qname":"unit:KiloCAL_Mean"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL_Mean"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101435403>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4190.0"
,"conversion multiplier scientific":"4.19E3"
,"description":"1000-fold of the unit calorie, which is used particularly for calorific values of food"
,"description (plain text)":"1000-fold of the unit calorie, which is used particularly for calorific values of food"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA587"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA587"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocalorie (Mean)"
,"label":"Kilocalorie (Mean)"
,"scalingOf":"unit:J"
,"symbol":"kcal{mean}"
,"type":"qudt:Unit"
,"ucum code":"kcal_m"
,"unece common code":"K51"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL_Mean",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1000-fold of the unit calorie, which is used particularly for calorific values of food",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4190.0",
"conversionMultiplier:SN" : 4190.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAA587",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA587",
"plainTextDescription" : "1000-fold of the unit calorie, which is used particularly for calorific values of food",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "kcal{mean}",
"ucumCode" : "kcal_m",
"uneceCommonCode" : "K51",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101435403",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocalorie (Mean)", {
"@language" : "en",
"@value" : "Kilocalorie (Mean)"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL_TH
URI: http://qudt.org/vocab/unit/KiloCAL_TH
1000-fold of the unit calorie, which is used particularly for calorific values of food
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloCAL_TH> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1000-fold of the unit calorie, which is used particularly for calorific values of food"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4184.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloCAL> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA590" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA590"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1000-fold of the unit calorie, which is used particularly for calorific values of food" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CAL_TH> ; <http://qudt.org/schema/qudt/symbol> "kcal" ; <http://qudt.org/schema/qudt/ucumCode> "kcal_th"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K53" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Thermochemical Calorie" ; rdfs:label "Kilo Thermochemical Calorie"@en ; .
{"resource":"Kilo Thermochemical Calorie"
,"qname":"unit:KiloCAL_TH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL_TH"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184.0"
,"conversion multiplier scientific":"4.184E3"
,"description":"1000-fold of the unit calorie, which is used particularly for calorific values of food"
,"description (plain text)":"1000-fold of the unit calorie, which is used particularly for calorific values of food"
,"exact match":"unit:KiloCAL"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA590"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA590"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Thermochemical Calorie"
,"label":"Kilo Thermochemical Calorie"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:CAL_TH"
,"symbol":"kcal"
,"type":"qudt:Unit"
,"ucum code":"kcal_th"
,"unece common code":"K53"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL_TH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1000-fold of the unit calorie, which is used particularly for calorific values of food",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "4184.0",
"conversionMultiplier:SN" : 4184.0,
"exactMatch" : "http://qudt.org/vocab/unit/KiloCAL",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"iec61360Code" : "0112/2///62720#UAA590",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA590",
"plainTextDescription" : "1000-fold of the unit calorie, which is used particularly for calorific values of food",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/CAL_TH",
"symbol" : "kcal",
"ucumCode" : "kcal_th",
"uneceCommonCode" : "K53",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Kilo Thermochemical Calorie"
}, "Kilo Thermochemical Calorie" ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL_TH-PER-HR
URI: http://qudt.org/vocab/unit/KiloCAL_TH-PER-HR
1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloCAL_TH-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.162222222222222222222222222222222 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.162222222222222222222222222222222E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB184" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB184"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "kcal/h" ; <http://qudt.org/schema/qudt/ucumCode> "kcal_th.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E15" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Thermochemical Calorie per Hour" ; rdfs:label "Kilo Thermochemical Calorie per Hour"@en ; .
{"resource":"Kilo Thermochemical Calorie per Hour"
,"qname":"unit:KiloCAL_TH-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL_TH-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.162222222222222222222222222222222"
,"conversion multiplier scientific":"1.162222222222222222222222222222222E0"
,"description":"1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour"
,"description (plain text)":"1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB184"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB184"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Thermochemical Calorie per Hour"
,"label":"Kilo Thermochemical Calorie per Hour"
,"symbol":"kcal\/h"
,"type":"qudt:Unit"
,"ucum code":"kcal_th.h-1"
,"unece common code":"E15"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL_TH-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.162222222222222222222222222222222",
"conversionMultiplier:SN" : 1.1622222222222223,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatFlowRate",
"iec61360Code" : "0112/2///62720#UAB184",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB184",
"plainTextDescription" : "1 000-fold of the non-legal unit thermochemical calorie divided by the unit hour",
"symbol" : "kcal/h",
"ucumCode" : "kcal_th.h-1",
"uneceCommonCode" : "E15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Thermochemical Calorie per Hour", {
"@language" : "en",
"@value" : "Kilo Thermochemical Calorie per Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL_TH-PER-MIN
URI: http://qudt.org/vocab/unit/KiloCAL_TH-PER-MIN
1000-fold of the unit calorie divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloCAL_TH-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1000-fold of the unit calorie divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 69.73333333333333333333333333333335 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.973333333333333333333333333333335E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA591" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA591"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1000-fold of the unit calorie divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "kcal/min" ; <http://qudt.org/schema/qudt/ucumCode> "kcal_th.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K54" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Thermochemical Calorie per Minute" ; rdfs:label "Kilo Thermochemical Calorie per Minute"@en ; .
{"resource":"Kilo Thermochemical Calorie per Minute"
,"qname":"unit:KiloCAL_TH-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL_TH-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"69.73333333333333333333333333333335"
,"conversion multiplier scientific":"6.973333333333333333333333333333335E1"
,"description":"1000-fold of the unit calorie divided by the unit minute"
,"description (plain text)":"1000-fold of the unit calorie divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA591"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA591"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Thermochemical Calorie per Minute"
,"label":"Kilo Thermochemical Calorie per Minute"
,"symbol":"kcal\/min"
,"type":"qudt:Unit"
,"ucum code":"kcal_th.min-1"
,"unece common code":"K54"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL_TH-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1000-fold of the unit calorie divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "69.73333333333333333333333333333335",
"conversionMultiplier:SN" : 69.73333333333333,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatFlowRate",
"iec61360Code" : "0112/2///62720#UAA591",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA591",
"plainTextDescription" : "1000-fold of the unit calorie divided by the unit minute",
"symbol" : "kcal/min",
"ucumCode" : "kcal_th.min-1",
"uneceCommonCode" : "K54",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Thermochemical Calorie per Minute", {
"@language" : "en",
"@value" : "Kilo Thermochemical Calorie per Minute"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCAL_TH-PER-SEC
URI: http://qudt.org/vocab/unit/KiloCAL_TH-PER-SEC
1000-fold of the unit calorie divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloCAL_TH-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1000-fold of the unit calorie divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4184.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA592" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA592"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1000-fold of the unit calorie divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "kcal/s" ; <http://qudt.org/schema/qudt/ucumCode> "kcal_th.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K55" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Thermochemical Calorie per Second" ; rdfs:label "Kilo Thermochemical Calorie per Second"@en ; .
{"resource":"Kilo Thermochemical Calorie per Second"
,"qname":"unit:KiloCAL_TH-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCAL_TH-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4184.0"
,"conversion multiplier scientific":"4.184E3"
,"description":"1000-fold of the unit calorie divided by the SI base unit second"
,"description (plain text)":"1000-fold of the unit calorie divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA592"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA592"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Thermochemical Calorie per Second"
,"label":"Kilo Thermochemical Calorie per Second"
,"symbol":"kcal\/s"
,"type":"qudt:Unit"
,"ucum code":"kcal_th.s-1"
,"unece common code":"K55"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCAL_TH-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1000-fold of the unit calorie divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "4184.0",
"conversionMultiplier:SN" : 4184.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatFlowRate",
"iec61360Code" : "0112/2///62720#UAA592",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA592",
"plainTextDescription" : "1000-fold of the unit calorie divided by the SI base unit second",
"symbol" : "kcal/s",
"ucumCode" : "kcal_th.s-1",
"uneceCommonCode" : "K55",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Thermochemical Calorie per Second", {
"@language" : "en",
"@value" : "Kilo Thermochemical Calorie per Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCD
URI: http://qudt.org/vocab/unit/KiloCD
1,000-fold of the SI base unit candela
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloCD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI base unit candela" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousIntensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB365" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB365"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CD> ; <http://qudt.org/schema/qudt/symbol> "kcd" ; <http://qudt.org/schema/qudt/ucumCode> "kcd"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P33" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilocandela"@it ; rdfs:label "Kilocandela" ; rdfs:label "Kilocandela"@de ; rdfs:label "Kilocandela"@en ; rdfs:label "Kilocandela"@es ; rdfs:label "Kilocandela"@fr ; rdfs:label "Kilocandela"@tr ; rdfs:label "Kilocandelă"@ro ; rdfs:label "Kilokandela"@cs ; rdfs:label "Kilokandela"@hu ; rdfs:label "Kilokandela"@ms ; rdfs:label "Kilokandela"@pl ; rdfs:label "Kilokandela"@sl ; .
{"resource":"Kilocandela"
,"qname":"unit:KiloCD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCD"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI base unit candela"
,"has dimension vector":"qkdv:A0E0L0I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousIntensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB365"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB365"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilocandela"
,"label":"Kilocandela"
,"label":"Kilocandela"
,"label":"Kilocandela"
,"label":"Kilocandela"
,"label":"Kilocandela"
,"label":"Kilocandela"
,"label":"Kilocandelă"
,"label":"Kilokandela"
,"label":"Kilokandela"
,"label":"Kilokandela"
,"label":"Kilokandela"
,"label":"Kilokandela"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:CD"
,"symbol":"kcd"
,"type":"qudt:Unit"
,"ucum code":"kcd"
,"unece common code":"P33"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI base unit candela",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousIntensity",
"iec61360Code" : "0112/2///62720#UAB365",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB365",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/CD",
"symbol" : "kcd",
"ucumCode" : "kcd",
"uneceCommonCode" : "P33",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kilocandelă"
}, {
"@language" : "cs",
"@value" : "Kilokandela"
}, {
"@language" : "hu",
"@value" : "Kilokandela"
}, {
"@language" : "ms",
"@value" : "Kilokandela"
}, {
"@language" : "pl",
"@value" : "Kilokandela"
}, {
"@language" : "sl",
"@value" : "Kilokandela"
}, "Kilocandela", {
"@language" : "it",
"@value" : "Chilocandela"
}, {
"@language" : "de",
"@value" : "Kilocandela"
}, {
"@language" : "en",
"@value" : "Kilocandela"
}, {
"@language" : "es",
"@value" : "Kilocandela"
}, {
"@language" : "fr",
"@value" : "Kilocandela"
}, {
"@language" : "tr",
"@value" : "Kilocandela"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCI
URI: http://qudt.org/vocab/unit/KiloCI
1,000-fold of the unit curie
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloCI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the unit curie"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 37000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.7E13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DecayConstant> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB046" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB046"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the unit curie" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CI> ; <http://qudt.org/schema/qudt/symbol> "kCi" ; <http://qudt.org/schema/qudt/ucumCode> "kCi"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2R" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilocurie" ; rdfs:label "Kilocurie"@en ; .
{"resource":"Kilocurie"
,"qname":"unit:KiloCI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCI"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"37000000000000.0"
,"conversion multiplier scientific":"3.7E13"
,"description":"1,000-fold of the unit curie"
,"description (plain text)":"1 000-fold of the unit curie"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"has quantity kind":"quantitykind:DecayConstant"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB046"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB046"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocurie"
,"label":"Kilocurie"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:CI"
,"symbol":"kCi"
,"type":"qudt:Unit"
,"ucum code":"kCi"
,"unece common code":"2R"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the unit curie",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "37000000000000.0",
"conversionMultiplier:SN" : 3.7E13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DecayConstant", "http://qudt.org/vocab/quantitykind/Activity" ],
"iec61360Code" : "0112/2///62720#UAB046",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB046",
"plainTextDescription" : "1 000-fold of the unit curie",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/CI",
"symbol" : "kCi",
"ucumCode" : "kCi",
"uneceCommonCode" : "2R",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocurie", {
"@language" : "en",
"@value" : "Kilocurie"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCi
URI: http://qudt.org/vocab/unit/KiloCi
1,000-fold of the unit curie
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloCi> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the unit curie"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/KiloCI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 37000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.7E13 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DecayConstant> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB046" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB046"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the unit curie" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CI> ; <http://qudt.org/schema/qudt/symbol> "kCi" ; <http://qudt.org/schema/qudt/ucumCode> "kCi"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2R" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617220> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilocurie" ; rdfs:label "Kilocurie"@en ; .
{"resource":"Kilocurie"
,"qname":"unit:KiloCi"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCi"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617220>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"37000000000000.0"
,"conversion multiplier scientific":"3.7E13"
,"deprecated":"true"
,"description":"1,000-fold of the unit curie"
,"description (plain text)":"1 000-fold of the unit curie"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"has quantity kind":"quantitykind:DecayConstant"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB046"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB046"
,"is replaced by":"unit:KiloCI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilocurie"
,"label":"Kilocurie"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:CI"
,"symbol":"kCi"
,"type":"qudt:Unit"
,"ucum code":"kCi"
,"unece common code":"2R"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCi",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the unit curie",
"isReplacedBy" : "http://qudt.org/vocab/unit/KiloCI",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "37000000000000.0",
"conversionMultiplier:SN" : 3.7E13,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Activity", "http://qudt.org/vocab/quantitykind/DecayConstant" ],
"iec61360Code" : "0112/2///62720#UAB046",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB046",
"plainTextDescription" : "1 000-fold of the unit curie",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/CI",
"symbol" : "kCi",
"ucumCode" : "kCi",
"uneceCommonCode" : "2R",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617220",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilocurie", {
"@language" : "en",
"@value" : "Kilocurie"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloCubicFT
URI: http://qudt.org/vocab/unit/KiloCubicFT
1 000-fold of the unit cubic foot.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloCubicFT>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1 000-fold of the unit cubic foot. "^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 28.316846592 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.8316846592E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$kft^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FT3> ;
<http://qudt.org/schema/qudt/symbol> "k(ft³)" ;
<http://qudt.org/schema/qudt/ucumCode> "k[ft_i]3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "FC" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo Cubic Foot" ;
rdfs:label "Kilo Cubic Foot"@en ;
.
{"resource":"Kilo Cubic Foot"
,"qname":"unit:KiloCubicFT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloCubicFT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"28.316846592"
,"conversion multiplier scientific":"2.8316846592E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"1 000-fold of the unit cubic foot. "
,"expression":"$kft^{3}$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"has quantity kind":"quantitykind:Volume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Cubic Foot"
,"label":"Kilo Cubic Foot"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:FT3"
,"symbol":"k(ft³)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"k[ft_i]3"
,"unece common code":"FC"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloCubicFT",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "1 000-fold of the unit cubic foot. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "28.316846592",
"conversionMultiplier:SN" : 28.316846592,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$kft^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Volume", "http://qudt.org/vocab/quantitykind/LiquidVolume" ],
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/FT3",
"symbol" : "k(ft³)",
"ucumCode" : "k[ft_i]3",
"uneceCommonCode" : "FC",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Cubic Foot", {
"@language" : "en",
"@value" : "Kilo Cubic Foot"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloEV
URI: http://qudt.org/vocab/unit/KiloEV
"Kilo Electron Volt" is a unit for 'Energy And Work' expressed as $keV$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloEV> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Kilo Electron Volt\" is a unit for 'Energy And Work' expressed as $keV$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000001602176634 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-16 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA593" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA593"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/EV> ; <http://qudt.org/schema/qudt/symbol> "keV" ; <http://qudt.org/schema/qudt/ucumCode> "keV"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B29" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q28719934> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Electron Volt" ; rdfs:label "Kilo Electron Volt"@en ; .
{"resource":"Kilo Electron Volt"
,"qname":"unit:KiloEV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloEV"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q28719934>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-16"
,"description":"\"Kilo Electron Volt\" is a unit for 'Energy And Work' expressed as $keV$."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA593"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA593"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Electron Volt"
,"label":"Kilo Electron Volt"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:EV"
,"symbol":"keV"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"keV"
,"unece common code":"B29"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloEV",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Kilo Electron Volt\" is a unit for 'Energy And Work' expressed as $keV$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-16,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA593",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA593",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/EV",
"symbol" : "keV",
"ucumCode" : "keV",
"uneceCommonCode" : "B29",
"wikidataMatch" : "http://www.wikidata.org/entity/Q28719934",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Electron Volt", {
"@language" : "en",
"@value" : "Kilo Electron Volt"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloEV-PER-MicroM
URI: http://qudt.org/vocab/unit/KiloEV-PER-MicroM
"Kilo Electron Volt per Micrometer" is a unit for 'Linear Energy Transfer' expressed as $keV/microM$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloEV-PER-MicroM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Kilo Electron Volt per Micrometer\" is a unit for 'Linear Energy Transfer' expressed as $keV/microM$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000001602176634 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-10 ; <http://qudt.org/schema/qudt/expression> "$keV/microM$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearEnergyTransfer> ; <http://qudt.org/schema/qudt/symbol> "keV/μm" ; <http://qudt.org/schema/qudt/ucumCode> "keV.um-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Electron Volt per Micrometer"@en-US ; rdfs:label "Kilo Electron Volt per Micrometre" ; rdfs:label "Kilo Electron Volt per Micrometre"@en ; .
{"resource":"Kilo Electron Volt per Micrometre"
,"qname":"unit:KiloEV-PER-MicroM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloEV-PER-MicroM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000001602176634"
,"conversion multiplier scientific":"1.602176634E-10"
,"description":"\"Kilo Electron Volt per Micrometer\" is a unit for 'Linear Energy Transfer' expressed as $keV\/microM$."
,"expression":"$keV\/microM$"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:LinearEnergyTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Electron Volt per Micrometer"
,"label":"Kilo Electron Volt per Micrometre"
,"label":"Kilo Electron Volt per Micrometre"
,"symbol":"keV\/μm"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"keV.um-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloEV-PER-MicroM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Kilo Electron Volt per Micrometer\" is a unit for 'Linear Energy Transfer' expressed as $keV/microM$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-10,
"expression" : "$keV/microM$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearEnergyTransfer",
"symbol" : "keV/μm",
"ucumCode" : "keV.um-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Electron Volt per Micrometre", {
"@language" : "en",
"@value" : "Kilo Electron Volt per Micrometre"
}, {
"@language" : "en-us",
"@value" : "Kilo Electron Volt per Micrometer"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloFARAD
URI: http://qudt.org/vocab/unit/KiloFARAD
1,000-fold of the SI derived unit farad
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloFARAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit farad" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Capacitance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB384" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB384"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FARAD> ; <http://qudt.org/schema/qudt/symbol> "kF" ; <http://qudt.org/schema/qudt/ucumCode> "kF"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N90" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95378017> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilofarad"@it ; rdfs:label "Kilofarad" ; rdfs:label "Kilofarad"@cs ; rdfs:label "Kilofarad"@de ; rdfs:label "Kilofarad"@en ; rdfs:label "Kilofarad"@fr ; rdfs:label "Kilofarad"@hu ; rdfs:label "Kilofarad"@ms ; rdfs:label "Kilofarad"@pl ; rdfs:label "Kilofarad"@ro ; rdfs:label "Kilofarad"@sl ; rdfs:label "Kilofarad"@tr ; rdfs:label "Kilofaradio"@es ; .
{"resource":"Kilofarad"
,"qname":"unit:KiloFARAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloFARAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95378017>"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit farad"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Capacitance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB384"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB384"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilofarad"
,"label":"Kilofarad"
,"label":"Kilofarad"
,"label":"Kilofarad"
,"label":"Kilofarad"
,"label":"Kilofarad"
,"label":"Kilofarad"
,"label":"Kilofarad"
,"label":"Kilofarad"
,"label":"Kilofarad"
,"label":"Kilofarad"
,"label":"Kilofarad"
,"label":"Kilofaradio"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:FARAD"
,"symbol":"kF"
,"type":"qudt:Unit"
,"ucum code":"kF"
,"unece common code":"N90"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloFARAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit farad",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Capacitance",
"iec61360Code" : "0112/2///62720#UAB384",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB384",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/FARAD",
"symbol" : "kF",
"ucumCode" : "kF",
"uneceCommonCode" : "N90",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95378017",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilofarad", {
"@language" : "cs",
"@value" : "Kilofarad"
}, {
"@language" : "de",
"@value" : "Kilofarad"
}, {
"@language" : "en",
"@value" : "Kilofarad"
}, {
"@language" : "fr",
"@value" : "Kilofarad"
}, {
"@language" : "tr",
"@value" : "Kilofarad"
}, {
"@language" : "hu",
"@value" : "Kilofarad"
}, {
"@language" : "ms",
"@value" : "Kilofarad"
}, {
"@language" : "pl",
"@value" : "Kilofarad"
}, {
"@language" : "ro",
"@value" : "Kilofarad"
}, {
"@language" : "sl",
"@value" : "Kilofarad"
}, {
"@language" : "es",
"@value" : "Kilofaradio"
}, {
"@language" : "it",
"@value" : "Chilofarad"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGAUSS
URI: http://qudt.org/vocab/unit/KiloGAUSS
1 000-fold of the CGS unit of the magnetic flux density B
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGAUSS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the CGS unit of the magnetic flux density B"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB136" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB136"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the CGS unit of the magnetic flux density B" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GAUSS> ; <http://qudt.org/schema/qudt/symbol> "kGs" ; <http://qudt.org/schema/qudt/ucumCode> "kG"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "78" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogauss" ; rdfs:label "Kilogauss"@en ; .
{"resource":"Kilogauss"
,"qname":"unit:KiloGAUSS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGAUSS"
,"properties":["conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"1 000-fold of the CGS unit of the magnetic flux density B"
,"description (plain text)":"1 000-fold of the CGS unit of the magnetic flux density B"
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB136"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB136"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogauss"
,"label":"Kilogauss"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:GAUSS"
,"symbol":"kGs"
,"type":"qudt:Unit"
,"ucum code":"kG"
,"unece common code":"78"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGAUSS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the CGS unit of the magnetic flux density B",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFluxDensity",
"iec61360Code" : "0112/2///62720#UAB136",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB136",
"plainTextDescription" : "1 000-fold of the CGS unit of the magnetic flux density B",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/GAUSS",
"symbol" : "kGs",
"ucumCode" : "kG",
"uneceCommonCode" : "78",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogauss", {
"@language" : "en",
"@value" : "Kilogauss"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM
URI: http://qudt.org/vocab/unit/KiloGM
The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kilogram"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CO2Equivalent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA594" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kilogram?oldid=493633626"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA594"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds." ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/kilogram> ; <http://qudt.org/schema/qudt/symbol> "kg" ; <http://qudt.org/schema/qudt/ucumCode> "kg"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "kg" ; <http://qudt.org/schema/qudt/uneceCommonCode> "KGM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11570> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma"@la ; rdfs:label "Chilogrammo"@it ; rdfs:label "Kilogram" ; rdfs:label "Kilogram"@cs ; rdfs:label "Kilogram"@en ; rdfs:label "Kilogram"@ms ; rdfs:label "Kilogram"@pl ; rdfs:label "Kilogram"@ro ; rdfs:label "Kilogram"@sl ; rdfs:label "Kilogram"@tr ; rdfs:label "Kilogramm"@de ; rdfs:label "Kilogramm"@hu ; rdfs:label "Kilogramme"@fr ; rdfs:label "Kilogramo"@es ; rdfs:label "Quilograma"@pt ; rdfs:label "Χιλιόγραμμο"@el ; rdfs:label "Килограм"@bg ; rdfs:label "Килограмм"@ru ; rdfs:label "קילוגרם"@he ; rdfs:label "كيلوغرام"@ar ; rdfs:label "کیلوگرم"@fa ; rdfs:label "किलोग्राम"@hi ; rdfs:label "キログラム"@ja ; rdfs:label "公斤"@zh ; .
{"resource":"Kilogram"
,"qname":"unit:KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM"
,"properties":["Individual from SI Reference Point":"si-unit:kilogram"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11570>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kilogram"
,"defined unit of system":"sou:SI"
,"description":"The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."
,"description (plain text)":"The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:CO2Equivalent"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA594"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kilogram?oldid=493633626"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA594"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma"
,"label":"Chilogrammo"
,"label":"Kilogram"
,"label":"Kilogram"
,"label":"Kilogram"
,"label":"Kilogram"
,"label":"Kilogram"
,"label":"Kilogram"
,"label":"Kilogram"
,"label":"Kilogram"
,"label":"Kilogramm"
,"label":"Kilogramm"
,"label":"Kilogramme"
,"label":"Kilogramo"
,"label":"Quilograma"
,"label":"Χιλιόγραμμο"
,"label":"Килограм"
,"label":"Килограмм"
,"label":"קילוגרם"
,"label":"كيلوغرام"
,"label":"کیلوگرم"
,"label":"किलोग्राम"
,"label":"キログラム"
,"label":"公斤"
,"symbol":"kg"
,"type":"qudt:Unit"
,"ucum code":"kg"
,"udunits code":"kg"
,"unece common code":"KGM"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Kilogram",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Mass", "http://qudt.org/vocab/quantitykind/CO2Equivalent" ],
"iec61360Code" : "0112/2///62720#UAA594",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA594", "http://en.wikipedia.org/wiki/Kilogram?oldid=493633626" ],
"plainTextDescription" : "The kilogram or kilogramme (SI symbol: kg), also known as the kilo, is the base unit of mass in the International System of Units and is defined as being equal to the mass of the International Prototype Kilogram (IPK), which is almost exactly equal to the mass of one liter of water. The avoirdupois (or international) pound, used in both the Imperial system and U.S. customary units, is defined as exactly 0.45359237 kg, making one kilogram approximately equal to 2.2046 avoirdupois pounds.",
"siExactMatch" : "https://si-digital-framework.org/SI/units/kilogram",
"symbol" : "kg",
"ucumCode" : "kg",
"udunitsCode" : "kg",
"uneceCommonCode" : "KGM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11570",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hi",
"@value" : "किलोग्राम"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο"
}, {
"@language" : "es",
"@value" : "Kilogramo"
}, {
"@language" : "la",
"@value" : "Chiliogramma"
}, "Kilogram", {
"@language" : "cs",
"@value" : "Kilogram"
}, {
"@language" : "en",
"@value" : "Kilogram"
}, {
"@language" : "it",
"@value" : "Chilogrammo"
}, {
"@language" : "ms",
"@value" : "Kilogram"
}, {
"@language" : "pl",
"@value" : "Kilogram"
}, {
"@language" : "ro",
"@value" : "Kilogram"
}, {
"@language" : "sl",
"@value" : "Kilogram"
}, {
"@language" : "tr",
"@value" : "Kilogram"
}, {
"@language" : "ja",
"@value" : "キログラム"
}, {
"@language" : "ar",
"@value" : "كيلوغرام"
}, {
"@language" : "de",
"@value" : "Kilogramm"
}, {
"@language" : "hu",
"@value" : "Kilogramm"
}, {
"@language" : "fr",
"@value" : "Kilogramme"
}, {
"@language" : "fa",
"@value" : "کیلوگرم"
}, {
"@language" : "he",
"@value" : "קילוגרם"
}, {
"@language" : "zh",
"@value" : "公斤"
}, {
"@language" : "ru",
"@value" : "Килограмм"
}, {
"@language" : "pt",
"@value" : "Quilograma"
}, {
"@language" : "bg",
"@value" : "Килограм"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-CentiM-PER-SEC
URI: http://qudt.org/vocab/unit/KiloGM-CentiM-PER-SEC
product of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-CentiM-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Impulse> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB413" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB413"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg·cm/s" ; <http://qudt.org/schema/qudt/ucumCode> "kg.cm.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M98" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo Centimetro per Secondo"@it ; rdfs:label "Kilogram Centimeter na Sekunda"@sl ; rdfs:label "Kilogram Centimeter per Saat"@ms ; rdfs:label "Kilogram Centimeter per Second"@en-US ; rdfs:label "Kilogram Centimetr na Sekunda"@cs ; rdfs:label "Kilogram Centimetr na Sekunda"@pl ; rdfs:label "Kilogram Centimetre per Saniye"@tr ; rdfs:label "Kilogram Centimetre per Second" ; rdfs:label "Kilogram Centimetre per Second"@en ; rdfs:label "Kilogram Centimetru pe Secundă"@ro ; rdfs:label "Kilogramm Centimeter pro Sekunde"@de ; rdfs:label "Kilogramme Centimètre par Seconde"@fr ; rdfs:label "Kilogramo Centimetro por Segundo"@es ; .
{"resource":"Kilogram Centimetre per Second"
,"qname":"unit:KiloGM-CentiM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-CentiM-PER-SEC"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"product of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Impulse"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB413"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB413"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo Centimetro per Secondo"
,"label":"Kilogram Centimeter na Sekunda"
,"label":"Kilogram Centimeter per Saat"
,"label":"Kilogram Centimeter per Second"
,"label":"Kilogram Centimetr na Sekunda"
,"label":"Kilogram Centimetr na Sekunda"
,"label":"Kilogram Centimetre per Saniye"
,"label":"Kilogram Centimetre per Second"
,"label":"Kilogram Centimetre per Second"
,"label":"Kilogram Centimetru pe Secundă"
,"label":"Kilogramm Centimeter pro Sekunde"
,"label":"Kilogramme Centimètre par Seconde"
,"label":"Kilogramo Centimetro por Segundo"
,"symbol":"kg·cm\/s"
,"type":"qudt:Unit"
,"ucum code":"kg.cm.s-1"
,"unece common code":"M98"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-CentiM-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base unit kilogram and the 0.01-fold of the SI base unit metre divided by the SI base unit second",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Impulse",
"iec61360Code" : "0112/2///62720#UAB413",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB413",
"symbol" : "kg·cm/s",
"ucumCode" : "kg.cm.s-1",
"uneceCommonCode" : "M98",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Kilogram Centimetre per Saniye"
}, {
"@language" : "sl",
"@value" : "Kilogram Centimeter na Sekunda"
}, {
"@language" : "de",
"@value" : "Kilogramm Centimeter pro Sekunde"
}, {
"@language" : "ms",
"@value" : "Kilogram Centimeter per Saat"
}, {
"@language" : "it",
"@value" : "Chilogrammo Centimetro per Secondo"
}, {
"@language" : "en-us",
"@value" : "Kilogram Centimeter per Second"
}, {
"@language" : "fr",
"@value" : "Kilogramme Centimètre par Seconde"
}, {
"@language" : "cs",
"@value" : "Kilogram Centimetr na Sekunda"
}, {
"@language" : "pl",
"@value" : "Kilogram Centimetr na Sekunda"
}, {
"@language" : "es",
"@value" : "Kilogramo Centimetro por Segundo"
}, "Kilogram Centimetre per Second", {
"@language" : "en",
"@value" : "Kilogram Centimetre per Second"
}, {
"@language" : "ro",
"@value" : "Kilogram Centimetru pe Secundă"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-CentiM2
URI: http://qudt.org/vocab/unit/KiloGM-CentiM2
product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfInertia> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA600" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA600"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "kg·cm²" ; <http://qudt.org/schema/qudt/ucumCode> "kg.cm2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F18" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623615> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo Centimetro Quadrato"@it ; rdfs:label "Kilogram Centimeter Persegi"@ms ; rdfs:label "Kilogram Centimetr Kwadratowy"@pl ; rdfs:label "Kilogram Centimetrekare"@tr ; rdfs:label "Kilogram Centimetru Pătrat"@ro ; rdfs:label "Kilogram Kvadratni Centimeter"@sl ; rdfs:label "Kilogram Square Centimeter"@en-US ; rdfs:label "Kilogram Square Centimetre" ; rdfs:label "Kilogram Square Centimetre"@en ; rdfs:label "Kilogram Čtvereční Centimetr"@cs ; rdfs:label "Kilogramm Quadratcentimeter"@de ; rdfs:label "Kilogramme Centimètre Carré"@fr ; rdfs:label "Kilogramo Centimetro Cuadrado"@es ; .
{"resource":"Kilogram Square Centimetre"
,"qname":"unit:KiloGM-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623615>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MomentOfInertia"
,"has quantity kind":"quantitykind:RotationalMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA600"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA600"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo Centimetro Quadrato"
,"label":"Kilogram Centimeter Persegi"
,"label":"Kilogram Centimetr Kwadratowy"
,"label":"Kilogram Centimetrekare"
,"label":"Kilogram Centimetru Pătrat"
,"label":"Kilogram Kvadratni Centimeter"
,"label":"Kilogram Square Centimeter"
,"label":"Kilogram Square Centimetre"
,"label":"Kilogram Square Centimetre"
,"label":"Kilogram Čtvereční Centimetr"
,"label":"Kilogramm Quadratcentimeter"
,"label":"Kilogramme Centimètre Carré"
,"label":"Kilogramo Centimetro Cuadrado"
,"symbol":"kg·cm²"
,"type":"qudt:Unit"
,"ucum code":"kg.cm2"
,"unece common code":"F18"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/RotationalMass", "http://qudt.org/vocab/quantitykind/MomentOfInertia" ],
"iec61360Code" : "0112/2///62720#UAA600",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA600",
"plainTextDescription" : "product of the SI base unit kilogram and the 0 0001fold of the power of the SI base unit metre with the exponent 2",
"symbol" : "kg·cm²",
"ucumCode" : "kg.cm2",
"uneceCommonCode" : "F18",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623615",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram Square Centimetre", {
"@language" : "en",
"@value" : "Kilogram Square Centimetre"
}, {
"@language" : "pl",
"@value" : "Kilogram Centimetr Kwadratowy"
}, {
"@language" : "tr",
"@value" : "Kilogram Centimetrekare"
}, {
"@language" : "sl",
"@value" : "Kilogram Kvadratni Centimeter"
}, {
"@language" : "en-us",
"@value" : "Kilogram Square Centimeter"
}, {
"@language" : "fr",
"@value" : "Kilogramme Centimètre Carré"
}, {
"@language" : "ms",
"@value" : "Kilogram Centimeter Persegi"
}, {
"@language" : "de",
"@value" : "Kilogramm Quadratcentimeter"
}, {
"@language" : "cs",
"@value" : "Kilogram Čtvereční Centimetr"
}, {
"@language" : "it",
"@value" : "Chilogrammo Centimetro Quadrato"
}, {
"@language" : "es",
"@value" : "Kilogramo Centimetro Cuadrado"
}, {
"@language" : "ro",
"@value" : "Kilogram Centimetru Pătrat"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-K
URI: http://qudt.org/vocab/unit/KiloGM-K
$\textit{Kilogram Kelvin}$ is a unit for 'Mass Temperature' expressed as $kg-K$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloGM-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Kilogram Kelvin}$ is a unit for 'Mass Temperature' expressed as $kg-K$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$kg-K$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassTemperature> ;
<http://qudt.org/schema/qudt/symbol> "kg·K" ;
<http://qudt.org/schema/qudt/ucumCode> "kg.K"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Chiliogramma Kelvin"@la ;
rdfs:label "Chilogrammo Kelvin"@it ;
rdfs:label "Kilogram Kelvin" ;
rdfs:label "Kilogram Kelvin"@cs ;
rdfs:label "Kilogram Kelvin"@en ;
rdfs:label "Kilogram Kelvin"@ms ;
rdfs:label "Kilogram Kelvin"@ro ;
rdfs:label "Kilogram Kelvin"@sl ;
rdfs:label "Kilogram Kelvin"@tr ;
rdfs:label "Kilogram Kelwin"@pl ;
rdfs:label "Kilogramm Kelvin"@de ;
rdfs:label "Kilogramme Kelvin"@fr ;
rdfs:label "Kilogramo Kelvin"@es ;
rdfs:label "Quilograma Kelvin"@pt ;
rdfs:label "Χιλιόγραμμο Κέλβιν"@el ;
rdfs:label "Килограм Келвин"@bg ;
rdfs:label "Килограмм Кельвин"@ru ;
.
{"resource":"Kilogram Kelvin"
,"qname":"unit:KiloGM-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Kilogram Kelvin}$ is a unit for 'Mass Temperature' expressed as $kg-K$."
,"expression":"$kg-K$"
,"has dimension vector":"qkdv:A0E0L0I0M1H1T0D0"
,"has quantity kind":"quantitykind:MassTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma Kelvin"
,"label":"Chilogrammo Kelvin"
,"label":"Kilogram Kelvin"
,"label":"Kilogram Kelvin"
,"label":"Kilogram Kelvin"
,"label":"Kilogram Kelvin"
,"label":"Kilogram Kelvin"
,"label":"Kilogram Kelvin"
,"label":"Kilogram Kelvin"
,"label":"Kilogram Kelwin"
,"label":"Kilogramm Kelvin"
,"label":"Kilogramme Kelvin"
,"label":"Kilogramo Kelvin"
,"label":"Quilograma Kelvin"
,"label":"Χιλιόγραμμο Κέλβιν"
,"label":"Килограм Келвин"
,"label":"Килограмм Кельвин"
,"symbol":"kg·K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.K"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-K",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Kilogram Kelvin}$ is a unit for 'Mass Temperature' expressed as $kg-K$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$kg-K$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassTemperature",
"symbol" : "kg·K",
"ucumCode" : "kg.K",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Chiliogramma Kelvin"
}, {
"@language" : "it",
"@value" : "Chilogrammo Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilogram Kelwin"
}, {
"@language" : "pt",
"@value" : "Quilograma Kelvin"
}, {
"@language" : "ru",
"@value" : "Килограмм Кельвин"
}, {
"@language" : "fr",
"@value" : "Kilogramme Kelvin"
}, {
"@language" : "de",
"@value" : "Kilogramm Kelvin"
}, "Kilogram Kelvin", {
"@language" : "cs",
"@value" : "Kilogram Kelvin"
}, {
"@language" : "en",
"@value" : "Kilogram Kelvin"
}, {
"@language" : "bg",
"@value" : "Килограм Келвин"
}, {
"@language" : "ms",
"@value" : "Kilogram Kelvin"
}, {
"@language" : "es",
"@value" : "Kilogramo Kelvin"
}, {
"@language" : "ro",
"@value" : "Kilogram Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilogram Kelvin"
}, {
"@language" : "tr",
"@value" : "Kilogram Kelvin"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο Κέλβιν"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-M
URI: http://qudt.org/vocab/unit/KiloGM-M
unit of the imbalance as a product of the SI base unit kilogram and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the imbalance as a product of the SI base unit kilogram and the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unbalance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB368" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB368"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg·m" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M94" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma Metrum"@la ; rdfs:label "Chilogrammo Metro"@it ; rdfs:label "Kilogram Meter"@en-US ; rdfs:label "Kilogram Meter"@ms ; rdfs:label "Kilogram Meter"@sl ; rdfs:label "Kilogram Metr"@cs ; rdfs:label "Kilogram Metr"@pl ; rdfs:label "Kilogram Metre" ; rdfs:label "Kilogram Metre"@en ; rdfs:label "Kilogram Metre"@tr ; rdfs:label "Kilogram Metru"@ro ; rdfs:label "Kilogramm Meter"@de ; rdfs:label "Kilogramme Mètre"@fr ; rdfs:label "Kilogramo Metro"@es ; rdfs:label "Quilograma Metro"@pt ; rdfs:label "Χιλιόγραμμο Μέτρο"@el ; rdfs:label "Килограм Метър"@bg ; rdfs:label "Килограмм Метр"@ru ; .
{"resource":"Kilogram Metre"
,"qname":"unit:KiloGM-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-M"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of the imbalance as a product of the SI base unit kilogram and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T0D0"
,"has quantity kind":"quantitykind:Unbalance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB368"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB368"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma Metrum"
,"label":"Chilogrammo Metro"
,"label":"Kilogram Meter"
,"label":"Kilogram Meter"
,"label":"Kilogram Meter"
,"label":"Kilogram Metr"
,"label":"Kilogram Metr"
,"label":"Kilogram Metre"
,"label":"Kilogram Metre"
,"label":"Kilogram Metre"
,"label":"Kilogram Metru"
,"label":"Kilogramm Meter"
,"label":"Kilogramme Mètre"
,"label":"Kilogramo Metro"
,"label":"Quilograma Metro"
,"label":"Χιλιόγραμμο Μέτρο"
,"label":"Килограм Метър"
,"label":"Килограмм Метр"
,"symbol":"kg·m"
,"type":"qudt:Unit"
,"ucum code":"kg.m"
,"unece common code":"M94"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the imbalance as a product of the SI base unit kilogram and the SI base unit metre",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unbalance",
"iec61360Code" : "0112/2///62720#UAB368",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB368",
"symbol" : "kg·m",
"ucumCode" : "kg.m",
"uneceCommonCode" : "M94",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilogram Meter"
}, {
"@language" : "ms",
"@value" : "Kilogram Meter"
}, {
"@language" : "sl",
"@value" : "Kilogram Meter"
}, {
"@language" : "ro",
"@value" : "Kilogram Metru"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο Μέτρο"
}, {
"@language" : "fr",
"@value" : "Kilogramme Mètre"
}, {
"@language" : "de",
"@value" : "Kilogramm Meter"
}, {
"@language" : "pt",
"@value" : "Quilograma Metro"
}, "Kilogram Metre", {
"@language" : "en",
"@value" : "Kilogram Metre"
}, {
"@language" : "tr",
"@value" : "Kilogram Metre"
}, {
"@language" : "bg",
"@value" : "Килограм Метър"
}, {
"@language" : "la",
"@value" : "Chiliogramma Metrum"
}, {
"@language" : "cs",
"@value" : "Kilogram Metr"
}, {
"@language" : "pl",
"@value" : "Kilogram Metr"
}, {
"@language" : "it",
"@value" : "Chilogrammo Metro"
}, {
"@language" : "ru",
"@value" : "Килограмм Метр"
}, {
"@language" : "es",
"@value" : "Kilogramo Metro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-M-PER-SEC
URI: http://qudt.org/vocab/unit/KiloGM-M-PER-SEC
"Kilogram Meter Per Second" is a unit for 'Linear Momentum' expressed as $kg-m/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-M-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Kilogram Meter Per Second\" is a unit for 'Linear Momentum' expressed as $kg-m/s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$kg-m/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearMomentum> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Momentum> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA615" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA615"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg·m/s" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B31" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q78775089> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma Metrum per Secundum"@la ; rdfs:label "Chilogrammo Metro per Secondo"@it ; rdfs:label "Kilogram Meter na Sekunda"@sl ; rdfs:label "Kilogram Meter per Saat"@ms ; rdfs:label "Kilogram Meter per Second"@en-US ; rdfs:label "Kilogram Metr na Sekunda"@cs ; rdfs:label "Kilogram Metr na Sekunda"@pl ; rdfs:label "Kilogram Metre per Saniye"@tr ; rdfs:label "Kilogram Metre per Second" ; rdfs:label "Kilogram Metre per Second"@en ; rdfs:label "Kilogram Metru pe Secundă"@ro ; rdfs:label "Kilogramm Meter pro Sekunde"@de ; rdfs:label "Kilogramme Mètre par Seconde"@fr ; rdfs:label "Kilogramo Metro por Segundo"@es ; rdfs:label "Quilograma Metro por Segundo"@pt ; rdfs:label "Χιλιόγραμμο Μέτρο ανά Δευτερόλεπτο"@el ; rdfs:label "Килограм Метър на Секунда"@bg ; rdfs:label "Килограмм Метр на Секунда"@ru ; rdfs:label "کیلوگرم متر بر ثانیه"@fa ; rdfs:label "千克米每秒"@zh ; .
{"resource":"Kilogram Metre per Second"
,"qname":"unit:KiloGM-M-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-M-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q78775089>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Kilogram Meter Per Second\" is a unit for 'Linear Momentum' expressed as $kg-m\/s$."
,"expression":"$kg-m\/s$"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:LinearMomentum"
,"has quantity kind":"quantitykind:Momentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA615"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA615"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma Metrum per Secundum"
,"label":"Chilogrammo Metro per Secondo"
,"label":"Kilogram Meter na Sekunda"
,"label":"Kilogram Meter per Saat"
,"label":"Kilogram Meter per Second"
,"label":"Kilogram Metr na Sekunda"
,"label":"Kilogram Metr na Sekunda"
,"label":"Kilogram Metre per Saniye"
,"label":"Kilogram Metre per Second"
,"label":"Kilogram Metre per Second"
,"label":"Kilogram Metru pe Secundă"
,"label":"Kilogramm Meter pro Sekunde"
,"label":"Kilogramme Mètre par Seconde"
,"label":"Kilogramo Metro por Segundo"
,"label":"Quilograma Metro por Segundo"
,"label":"Χιλιόγραμμο Μέτρο ανά Δευτερόλεπτο"
,"label":"Килограм Метър на Секунда"
,"label":"Килограмм Метр на Секунда"
,"label":"کیلوگرم متر بر ثانیه"
,"label":"千克米每秒"
,"symbol":"kg·m\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.m.s-1"
,"unece common code":"B31"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-M-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Kilogram Meter Per Second\" is a unit for 'Linear Momentum' expressed as $kg-m/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$kg-m/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearMomentum", "http://qudt.org/vocab/quantitykind/Momentum" ],
"iec61360Code" : "0112/2///62720#UAA615",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA615",
"symbol" : "kg·m/s",
"ucumCode" : "kg.m.s-1",
"uneceCommonCode" : "B31",
"wikidataMatch" : "http://www.wikidata.org/entity/Q78775089",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Kilogram Meter per Saat"
}, {
"@language" : "pt",
"@value" : "Quilograma Metro por Segundo"
}, {
"@language" : "de",
"@value" : "Kilogramm Meter pro Sekunde"
}, {
"@language" : "ru",
"@value" : "Килограмм Метр на Секунда"
}, {
"@language" : "tr",
"@value" : "Kilogram Metre per Saniye"
}, {
"@language" : "fr",
"@value" : "Kilogramme Mètre par Seconde"
}, "Kilogram Metre per Second", {
"@language" : "en",
"@value" : "Kilogram Metre per Second"
}, {
"@language" : "cs",
"@value" : "Kilogram Metr na Sekunda"
}, {
"@language" : "pl",
"@value" : "Kilogram Metr na Sekunda"
}, {
"@language" : "es",
"@value" : "Kilogramo Metro por Segundo"
}, {
"@language" : "zh",
"@value" : "千克米每秒"
}, {
"@language" : "la",
"@value" : "Chiliogramma Metrum per Secundum"
}, {
"@language" : "en-us",
"@value" : "Kilogram Meter per Second"
}, {
"@language" : "ro",
"@value" : "Kilogram Metru pe Secundă"
}, {
"@language" : "bg",
"@value" : "Килограм Метър на Секунда"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο Μέτρο ανά Δευτερόλεπτο"
}, {
"@language" : "it",
"@value" : "Chilogrammo Metro per Secondo"
}, {
"@language" : "sl",
"@value" : "Kilogram Meter na Sekunda"
}, {
"@language" : "fa",
"@value" : "کیلوگرم متر بر ثانیه"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-M-PER-SEC2
URI: http://qudt.org/vocab/unit/KiloGM-M-PER-SEC2
product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-M-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB355" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB355"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg·m/s²" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M77" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma Metrum per Secundum Quadratum"@la ; rdfs:label "Chilogrammo Metro per Secondo Quadrato"@it ; rdfs:label "Kilogram Meter na Kvadratni Sekunda"@sl ; rdfs:label "Kilogram Meter per Saat Persegi"@ms ; rdfs:label "Kilogram Meter per Square Second"@en-US ; rdfs:label "Kilogram Metr na Sekunda Kwadratowy"@pl ; rdfs:label "Kilogram Metr na Čtvereční Sekunda"@cs ; rdfs:label "Kilogram Metre per Saniyekare"@tr ; rdfs:label "Kilogram Metre per Square Second" ; rdfs:label "Kilogram Metre per Square Second"@en ; rdfs:label "Kilogram Metru pe Secundă Pătrat"@ro ; rdfs:label "Kilogramm Meter pro Quadratsekunde"@de ; rdfs:label "Kilogramme Mètre par Seconde Carré"@fr ; rdfs:label "Kilogramo Metro por Segundo Cuadrado"@es ; rdfs:label "Quilograma Metro por Segundo Quadrado"@pt ; rdfs:label "Χιλιόγραμμο Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Килограм Метър на Квадратен Секунда"@bg ; rdfs:label "Килограмм Метр на Квадратный Секунда"@ru ; .
{"resource":"Kilogram Metre per Square Second"
,"qname":"unit:KiloGM-M-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-M-PER-SEC2"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2"
,"exact match":"unit:N"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB355"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB355"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma Metrum per Secundum Quadratum"
,"label":"Chilogrammo Metro per Secondo Quadrato"
,"label":"Kilogram Meter na Kvadratni Sekunda"
,"label":"Kilogram Meter per Saat Persegi"
,"label":"Kilogram Meter per Square Second"
,"label":"Kilogram Metr na Sekunda Kwadratowy"
,"label":"Kilogram Metr na Čtvereční Sekunda"
,"label":"Kilogram Metre per Saniyekare"
,"label":"Kilogram Metre per Square Second"
,"label":"Kilogram Metre per Square Second"
,"label":"Kilogram Metru pe Secundă Pătrat"
,"label":"Kilogramm Meter pro Quadratsekunde"
,"label":"Kilogramme Mètre par Seconde Carré"
,"label":"Kilogramo Metro por Segundo Cuadrado"
,"label":"Quilograma Metro por Segundo Quadrado"
,"label":"Χιλιόγραμμο Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"
,"label":"Килограм Метър на Квадратен Секунда"
,"label":"Килограмм Метр на Квадратный Секунда"
,"symbol":"kg·m\/s²"
,"type":"qudt:Unit"
,"ucum code":"kg.m.s-2"
,"unece common code":"M77"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-M-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base unit kilogram and the SI base unit metre divided by the power of the SI base unit second by exponent 2",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/N",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAB355",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB355",
"symbol" : "kg·m/s²",
"ucumCode" : "kg.m.s-2",
"uneceCommonCode" : "M77",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kilogram Metru pe Secundă Pătrat"
}, {
"@language" : "fr",
"@value" : "Kilogramme Mètre par Seconde Carré"
}, {
"@language" : "pt",
"@value" : "Quilograma Metro por Segundo Quadrado"
}, {
"@language" : "it",
"@value" : "Chilogrammo Metro per Secondo Quadrato"
}, {
"@language" : "en-us",
"@value" : "Kilogram Meter per Square Second"
}, {
"@language" : "sl",
"@value" : "Kilogram Meter na Kvadratni Sekunda"
}, {
"@language" : "es",
"@value" : "Kilogramo Metro por Segundo Cuadrado"
}, {
"@language" : "cs",
"@value" : "Kilogram Metr na Čtvereční Sekunda"
}, {
"@language" : "de",
"@value" : "Kilogramm Meter pro Quadratsekunde"
}, {
"@language" : "bg",
"@value" : "Килограм Метър на Квадратен Секунда"
}, {
"@language" : "tr",
"@value" : "Kilogram Metre per Saniyekare"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "la",
"@value" : "Chiliogramma Metrum per Secundum Quadratum"
}, {
"@language" : "pl",
"@value" : "Kilogram Metr na Sekunda Kwadratowy"
}, {
"@language" : "ru",
"@value" : "Килограмм Метр на Квадратный Секунда"
}, {
"@language" : "ms",
"@value" : "Kilogram Meter per Saat Persegi"
}, "Kilogram Metre per Square Second", {
"@language" : "en",
"@value" : "Kilogram Metre per Square Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-M2
URI: http://qudt.org/vocab/unit/KiloGM-M2
"Kilogram Square Meter" is a unit for 'Moment Of Inertia' expressed as $kg-m^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Kilogram Square Meter\" is a unit for 'Moment Of Inertia' expressed as $kg-m^2$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$kg-m2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfInertia> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA622" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA622"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg·m²" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B32" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q50808017> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma Metrum Quadratum"@la ; rdfs:label "Chilogrammo Metro Quadrato"@it ; rdfs:label "Kilogram Kvadratni Meter"@sl ; rdfs:label "Kilogram Meter Persegi"@ms ; rdfs:label "Kilogram Metr Kwadratowy"@pl ; rdfs:label "Kilogram Metrekare"@tr ; rdfs:label "Kilogram Metru Pătrat"@ro ; rdfs:label "Kilogram Square Meter"@en-US ; rdfs:label "Kilogram Square Metre" ; rdfs:label "Kilogram Square Metre"@en ; rdfs:label "Kilogram Čtvereční Metr"@cs ; rdfs:label "Kilogramm Quadratmeter"@de ; rdfs:label "Kilogramme Mètre Carré"@fr ; rdfs:label "Kilogramo Metro Cuadrado"@es ; rdfs:label "Quilograma Metro Quadrado"@pt ; rdfs:label "Χιλιόγραμμο Τετραγωνικό Μέτρο"@el ; rdfs:label "Килограм Квадратен Метър"@bg ; rdfs:label "Килограмм Квадратный Метр"@ru ; rdfs:label "كيلوغرام متر مربع"@ar ; rdfs:label "نیوتون متر مربع"@fa ; rdfs:label "किलोग्राम वर्ग मीटर"@hi ; rdfs:label "キログラム平方メートル"@ja ; rdfs:label "千克平方米"@zh ; .
{"resource":"Kilogram Square Metre"
,"qname":"unit:KiloGM-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q50808017>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\"Kilogram Square Meter\" is a unit for 'Moment Of Inertia' expressed as $kg-m^2$."
,"expression":"$kg-m2$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MomentOfInertia"
,"has quantity kind":"quantitykind:RotationalMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA622"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA622"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma Metrum Quadratum"
,"label":"Chilogrammo Metro Quadrato"
,"label":"Kilogram Kvadratni Meter"
,"label":"Kilogram Meter Persegi"
,"label":"Kilogram Metr Kwadratowy"
,"label":"Kilogram Metrekare"
,"label":"Kilogram Metru Pătrat"
,"label":"Kilogram Square Meter"
,"label":"Kilogram Square Metre"
,"label":"Kilogram Square Metre"
,"label":"Kilogram Čtvereční Metr"
,"label":"Kilogramm Quadratmeter"
,"label":"Kilogramme Mètre Carré"
,"label":"Kilogramo Metro Cuadrado"
,"label":"Quilograma Metro Quadrado"
,"label":"Χιλιόγραμμο Τετραγωνικό Μέτρο"
,"label":"Килограм Квадратен Метър"
,"label":"Килограмм Квадратный Метр"
,"label":"كيلوغرام متر مربع"
,"label":"نیوتون متر مربع"
,"label":"किलोग्राम वर्ग मीटर"
,"label":"キログラム平方メートル"
,"label":"千克平方米"
,"symbol":"kg·m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.m2"
,"unece common code":"B32"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Kilogram Square Meter\" is a unit for 'Moment Of Inertia' expressed as $kg-m^2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$kg-m2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/RotationalMass", "http://qudt.org/vocab/quantitykind/MomentOfInertia" ],
"iec61360Code" : "0112/2///62720#UAA622",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA622",
"symbol" : "kg·m²",
"ucumCode" : "kg.m2",
"uneceCommonCode" : "B32",
"wikidataMatch" : "http://www.wikidata.org/entity/Q50808017",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Kilogram Kvadratni Meter"
}, {
"@language" : "fr",
"@value" : "Kilogramme Mètre Carré"
}, {
"@language" : "tr",
"@value" : "Kilogram Metrekare"
}, {
"@language" : "pt",
"@value" : "Quilograma Metro Quadrado"
}, {
"@language" : "cs",
"@value" : "Kilogram Čtvereční Metr"
}, {
"@language" : "bg",
"@value" : "Килограм Квадратен Метър"
}, {
"@language" : "es",
"@value" : "Kilogramo Metro Cuadrado"
}, {
"@language" : "hi",
"@value" : "किलोग्राम वर्ग मीटर"
}, {
"@language" : "it",
"@value" : "Chilogrammo Metro Quadrato"
}, {
"@language" : "de",
"@value" : "Kilogramm Quadratmeter"
}, {
"@language" : "ms",
"@value" : "Kilogram Meter Persegi"
}, {
"@language" : "ja",
"@value" : "キログラム平方メートル"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο Τετραγωνικό Μέτρο"
}, {
"@language" : "fa",
"@value" : "نیوتون متر مربع"
}, {
"@language" : "en-us",
"@value" : "Kilogram Square Meter"
}, "Kilogram Square Metre", {
"@language" : "en",
"@value" : "Kilogram Square Metre"
}, {
"@language" : "la",
"@value" : "Chiliogramma Metrum Quadratum"
}, {
"@language" : "zh",
"@value" : "千克平方米"
}, {
"@language" : "ro",
"@value" : "Kilogram Metru Pătrat"
}, {
"@language" : "ar",
"@value" : "كيلوغرام متر مربع"
}, {
"@language" : "ru",
"@value" : "Килограмм Квадратный Метр"
}, {
"@language" : "pl",
"@value" : "Kilogram Metr Kwadratowy"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-M2-PER-SEC
URI: http://qudt.org/vocab/unit/KiloGM-M2-PER-SEC
"Kilogram Square Meter Per Second" is a unit for 'Angular Momentum' expressed as $kg-m^2-s^{-1}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloGM-M2-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Kilogram Square Meter Per Second\" is a unit for 'Angular Momentum' expressed as $kg-m^2-s^{-1}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$kg-m2/sec$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularImpulse> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularMomentum> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA623" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA623"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "kg·m²/s" ;
<http://qudt.org/schema/qudt/ucumCode> "kg.m2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B33" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q65665675> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Chiliogramma Metrum Quadratum per Secundum"@la ;
rdfs:label "Chilogrammo Metro Quadrato per Secondo"@it ;
rdfs:label "Kilogram Kvadratni Meter na Sekunda"@sl ;
rdfs:label "Kilogram Meter Persegi per Saat"@ms ;
rdfs:label "Kilogram Metr Kwadratowy na Sekunda"@pl ;
rdfs:label "Kilogram Metrekare per Saniye"@tr ;
rdfs:label "Kilogram Metru Pătrat pe Secundă"@ro ;
rdfs:label "Kilogram Square Meter per Second"@en-US ;
rdfs:label "Kilogram Square Metre per Second" ;
rdfs:label "Kilogram Square Metre per Second"@en ;
rdfs:label "Kilogram Čtvereční Metr na Sekunda"@cs ;
rdfs:label "Kilogramm Quadratmeter pro Sekunde"@de ;
rdfs:label "Kilogramme Mètre Carré par Seconde"@fr ;
rdfs:label "Kilogramo Metro Cuadrado por Segundo"@es ;
rdfs:label "Quilograma Metro Quadrado por Segundo"@pt ;
rdfs:label "Χιλιόγραμμο Τετραγωνικό Μέτρο ανά Δευτερόλεπτο"@el ;
rdfs:label "Килограм Квадратен Метър на Секунда"@bg ;
rdfs:label "Килограмм Квадратный Метр на Секунда"@ru ;
.
{"resource":"Kilogram Square Metre per Second"
,"qname":"unit:KiloGM-M2-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-M2-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q65665675>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Kilogram Square Meter Per Second\" is a unit for 'Angular Momentum' expressed as $kg-m^2-s^{-1}$."
,"expression":"$kg-m2\/sec$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:AngularImpulse"
,"has quantity kind":"quantitykind:AngularMomentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA623"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA623"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma Metrum Quadratum per Secundum"
,"label":"Chilogrammo Metro Quadrato per Secondo"
,"label":"Kilogram Kvadratni Meter na Sekunda"
,"label":"Kilogram Meter Persegi per Saat"
,"label":"Kilogram Metr Kwadratowy na Sekunda"
,"label":"Kilogram Metrekare per Saniye"
,"label":"Kilogram Metru Pătrat pe Secundă"
,"label":"Kilogram Square Meter per Second"
,"label":"Kilogram Square Metre per Second"
,"label":"Kilogram Square Metre per Second"
,"label":"Kilogram Čtvereční Metr na Sekunda"
,"label":"Kilogramm Quadratmeter pro Sekunde"
,"label":"Kilogramme Mètre Carré par Seconde"
,"label":"Kilogramo Metro Cuadrado por Segundo"
,"label":"Quilograma Metro Quadrado por Segundo"
,"label":"Χιλιόγραμμο Τετραγωνικό Μέτρο ανά Δευτερόλεπτο"
,"label":"Килограм Квадратен Метър на Секунда"
,"label":"Килограмм Квадратный Метр на Секунда"
,"symbol":"kg·m²\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.m2.s-1"
,"unece common code":"B33"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-M2-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Kilogram Square Meter Per Second\" is a unit for 'Angular Momentum' expressed as $kg-m^2-s^{-1}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$kg-m2/sec$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularImpulse", "http://qudt.org/vocab/quantitykind/AngularMomentum" ],
"iec61360Code" : "0112/2///62720#UAA623",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA623",
"symbol" : "kg·m²/s",
"ucumCode" : "kg.m2.s-1",
"uneceCommonCode" : "B33",
"wikidataMatch" : "http://www.wikidata.org/entity/Q65665675",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram Square Metre per Second", {
"@language" : "en",
"@value" : "Kilogram Square Metre per Second"
}, {
"@language" : "tr",
"@value" : "Kilogram Metrekare per Saniye"
}, {
"@language" : "de",
"@value" : "Kilogramm Quadratmeter pro Sekunde"
}, {
"@language" : "sl",
"@value" : "Kilogram Kvadratni Meter na Sekunda"
}, {
"@language" : "pl",
"@value" : "Kilogram Metr Kwadratowy na Sekunda"
}, {
"@language" : "ro",
"@value" : "Kilogram Metru Pătrat pe Secundă"
}, {
"@language" : "ru",
"@value" : "Килограмм Квадратный Метр на Секунда"
}, {
"@language" : "it",
"@value" : "Chilogrammo Metro Quadrato per Secondo"
}, {
"@language" : "ms",
"@value" : "Kilogram Meter Persegi per Saat"
}, {
"@language" : "la",
"@value" : "Chiliogramma Metrum Quadratum per Secundum"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο Τετραγωνικό Μέτρο ανά Δευτερόλεπτο"
}, {
"@language" : "en-us",
"@value" : "Kilogram Square Meter per Second"
}, {
"@language" : "cs",
"@value" : "Kilogram Čtvereční Metr na Sekunda"
}, {
"@language" : "pt",
"@value" : "Quilograma Metro Quadrado por Segundo"
}, {
"@language" : "bg",
"@value" : "Килограм Квадратен Метър на Секунда"
}, {
"@language" : "es",
"@value" : "Kilogramo Metro Cuadrado por Segundo"
}, {
"@language" : "fr",
"@value" : "Kilogramme Mètre Carré par Seconde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-MilliM2
URI: http://qudt.org/vocab/unit/KiloGM-MilliM2
product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-MilliM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfInertia> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA627" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA627"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "kg·mm²" ; <http://qudt.org/schema/qudt/ucumCode> "kg.mm2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F19" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623620> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo Millimetro Quadrato"@it ; rdfs:label "Kilogram Kvadratni Millimeter"@sl ; rdfs:label "Kilogram Millimeter Persegi"@ms ; rdfs:label "Kilogram Millimetr Kwadratowy"@pl ; rdfs:label "Kilogram Millimetrekare"@tr ; rdfs:label "Kilogram Millimetru Pătrat"@ro ; rdfs:label "Kilogram Square Millimeter"@en-US ; rdfs:label "Kilogram Square Millimetre" ; rdfs:label "Kilogram Square Millimetre"@en ; rdfs:label "Kilogram Čtvereční Millimetr"@cs ; rdfs:label "Kilogramm Quadratmillimeter"@de ; rdfs:label "Kilogramme Millimètre Carré"@fr ; rdfs:label "Kilogramo Millimetro Cuadrado"@es ; .
{"resource":"Kilogram Square Millimetre"
,"qname":"unit:KiloGM-MilliM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-MilliM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623620>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2"
,"description (plain text)":"product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MomentOfInertia"
,"has quantity kind":"quantitykind:RotationalMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA627"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA627"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo Millimetro Quadrato"
,"label":"Kilogram Kvadratni Millimeter"
,"label":"Kilogram Millimeter Persegi"
,"label":"Kilogram Millimetr Kwadratowy"
,"label":"Kilogram Millimetrekare"
,"label":"Kilogram Millimetru Pătrat"
,"label":"Kilogram Square Millimeter"
,"label":"Kilogram Square Millimetre"
,"label":"Kilogram Square Millimetre"
,"label":"Kilogram Čtvereční Millimetr"
,"label":"Kilogramm Quadratmillimeter"
,"label":"Kilogramme Millimètre Carré"
,"label":"Kilogramo Millimetro Cuadrado"
,"symbol":"kg·mm²"
,"type":"qudt:Unit"
,"ucum code":"kg.mm2"
,"unece common code":"F19"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-MilliM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfInertia", "http://qudt.org/vocab/quantitykind/RotationalMass" ],
"iec61360Code" : "0112/2///62720#UAA627",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA627",
"plainTextDescription" : "product of the SI base kilogram and the 0.001-fold of the power of the SI base metre with the exponent 2",
"symbol" : "kg·mm²",
"ucumCode" : "kg.mm2",
"uneceCommonCode" : "F19",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623620",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilogram Square Millimeter"
}, {
"@language" : "pl",
"@value" : "Kilogram Millimetr Kwadratowy"
}, "Kilogram Square Millimetre", {
"@language" : "en",
"@value" : "Kilogram Square Millimetre"
}, {
"@language" : "fr",
"@value" : "Kilogramme Millimètre Carré"
}, {
"@language" : "ro",
"@value" : "Kilogram Millimetru Pătrat"
}, {
"@language" : "cs",
"@value" : "Kilogram Čtvereční Millimetr"
}, {
"@language" : "es",
"@value" : "Kilogramo Millimetro Cuadrado"
}, {
"@language" : "de",
"@value" : "Kilogramm Quadratmillimeter"
}, {
"@language" : "tr",
"@value" : "Kilogram Millimetrekare"
}, {
"@language" : "it",
"@value" : "Chilogrammo Millimetro Quadrato"
}, {
"@language" : "ms",
"@value" : "Kilogram Millimeter Persegi"
}, {
"@language" : "sl",
"@value" : "Kilogram Kvadratni Millimeter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-BAR
URI: http://qudt.org/vocab/unit/KiloGM-PER-BAR
SI base unit kilogram divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA596" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA596"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/bar" ; <http://qudt.org/schema/qudt/ucumCode> "kg.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H53" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Bar" ; rdfs:label "Kilogram per Bar"@en ; .
{"resource":"Kilogram per Bar"
,"qname":"unit:KiloGM-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI base unit kilogram divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA596"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA596"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Bar"
,"label":"Kilogram per Bar"
,"symbol":"kg\/bar"
,"type":"qudt:Unit"
,"ucum code":"kg.bar-1"
,"unece common code":"H53"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA596",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA596",
"symbol" : "kg/bar",
"ucumCode" : "kg.bar-1",
"uneceCommonCode" : "H53",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Bar", {
"@language" : "en",
"@value" : "Kilogram per Bar"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-CentiM2
URI: http://qudt.org/vocab/unit/KiloGM-PER-CentiM2
SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB174" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB174"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "kg/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "kg.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D5" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q39978339> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo per Centimetro Quadrato"@it ; rdfs:label "Kilogram na Centimetr Kwadratowy"@pl ; rdfs:label "Kilogram na Kvadratni Centimeter"@sl ; rdfs:label "Kilogram na Čtvereční Centimetr"@cs ; rdfs:label "Kilogram pe Centimetru Pătrat"@ro ; rdfs:label "Kilogram per Centimeter Persegi"@ms ; rdfs:label "Kilogram per Centimetrekare"@tr ; rdfs:label "Kilogram per Square Centimeter"@en-US ; rdfs:label "Kilogram per Square Centimetre" ; rdfs:label "Kilogram per Square Centimetre"@en ; rdfs:label "Kilogramm pro Quadratcentimeter"@de ; rdfs:label "Kilogramme par Centimètre Carré"@fr ; rdfs:label "Kilogramo por Centimetro Cuadrado"@es ; .
{"resource":"Kilogram per Square Centimetre"
,"qname":"unit:KiloGM-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q39978339>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"description":"SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"description (plain text)":"SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB174"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB174"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo per Centimetro Quadrato"
,"label":"Kilogram na Centimetr Kwadratowy"
,"label":"Kilogram na Kvadratni Centimeter"
,"label":"Kilogram na Čtvereční Centimetr"
,"label":"Kilogram pe Centimetru Pătrat"
,"label":"Kilogram per Centimeter Persegi"
,"label":"Kilogram per Centimetrekare"
,"label":"Kilogram per Square Centimeter"
,"label":"Kilogram per Square Centimetre"
,"label":"Kilogram per Square Centimetre"
,"label":"Kilogramm pro Quadratcentimeter"
,"label":"Kilogramme par Centimètre Carré"
,"label":"Kilogramo por Centimetro Cuadrado"
,"symbol":"kg\/cm²"
,"type":"qudt:Unit"
,"ucum code":"kg.cm-2"
,"unece common code":"D5"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"iec61360Code" : "0112/2///62720#UAB174",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB174",
"plainTextDescription" : "SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"symbol" : "kg/cm²",
"ucumCode" : "kg.cm-2",
"uneceCommonCode" : "D5",
"wikidataMatch" : "http://www.wikidata.org/entity/Q39978339",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilogram per Square Centimeter"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kvadratni Centimeter"
}, "Kilogram per Square Centimetre", {
"@language" : "en",
"@value" : "Kilogram per Square Centimetre"
}, {
"@language" : "tr",
"@value" : "Kilogram per Centimetrekare"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Centimetro Quadrato"
}, {
"@language" : "pl",
"@value" : "Kilogram na Centimetr Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Centimètre Carré"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Quadratcentimeter"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Centimetru Pătrat"
}, {
"@language" : "ms",
"@value" : "Kilogram per Centimeter Persegi"
}, {
"@language" : "es",
"@value" : "Kilogramo por Centimetro Cuadrado"
}, {
"@language" : "cs",
"@value" : "Kilogram na Čtvereční Centimetr"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-CentiM3
URI: http://qudt.org/vocab/unit/KiloGM-PER-CentiM3
SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA597" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA597"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "kg/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "kg.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G31" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623562> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo per Centimetro Cubo"@it ; rdfs:label "Kilogram na Centimetr Krychlový"@cs ; rdfs:label "Kilogram na Centimetr Sześcienny"@pl ; rdfs:label "Kilogram na Kubični Centimeter"@sl ; rdfs:label "Kilogram pe Centimetru Cub"@ro ; rdfs:label "Kilogram per Centimeter Kubik"@ms ; rdfs:label "Kilogram per Centimetreküp"@tr ; rdfs:label "Kilogram per Cubic Centimeter"@en-US ; rdfs:label "Kilogram per Cubic Centimetre" ; rdfs:label "Kilogram per Cubic Centimetre"@en ; rdfs:label "Kilogramm pro Kubikcentimeter"@de ; rdfs:label "Kilogramme par Centimètre Cube"@fr ; rdfs:label "Kilogramo por Centimetro Cúbico"@es ; .
{"resource":"Kilogram per Cubic Centimetre"
,"qname":"unit:KiloGM-PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-CentiM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623562>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA597"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA597"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo per Centimetro Cubo"
,"label":"Kilogram na Centimetr Krychlový"
,"label":"Kilogram na Centimetr Sześcienny"
,"label":"Kilogram na Kubični Centimeter"
,"label":"Kilogram pe Centimetru Cub"
,"label":"Kilogram per Centimeter Kubik"
,"label":"Kilogram per Centimetreküp"
,"label":"Kilogram per Cubic Centimeter"
,"label":"Kilogram per Cubic Centimetre"
,"label":"Kilogram per Cubic Centimetre"
,"label":"Kilogramm pro Kubikcentimeter"
,"label":"Kilogramme par Centimètre Cube"
,"label":"Kilogramo por Centimetro Cúbico"
,"symbol":"kg\/cm³"
,"type":"qudt:Unit"
,"ucum code":"kg.cm-3"
,"unece common code":"G31"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA597",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA597",
"plainTextDescription" : "SI base unit kilogram divided by the 0.000 001-fold of the power of the SI base unit metre with the exponent 3",
"symbol" : "kg/cm³",
"ucumCode" : "kg.cm-3",
"uneceCommonCode" : "G31",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623562",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Chilogrammo per Centimetro Cubo"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Centimeter"
}, {
"@language" : "cs",
"@value" : "Kilogram na Centimetr Krychlový"
}, {
"@language" : "pl",
"@value" : "Kilogram na Centimetr Sześcienny"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kubikcentimeter"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Centimetru Cub"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kubični Centimeter"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Centimètre Cube"
}, {
"@language" : "ms",
"@value" : "Kilogram per Centimeter Kubik"
}, "Kilogram per Cubic Centimetre", {
"@language" : "tr",
"@value" : "Kilogram per Centimetreküp"
}, {
"@language" : "en",
"@value" : "Kilogram per Cubic Centimetre"
}, {
"@language" : "es",
"@value" : "Kilogramo por Centimetro Cúbico"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-CentiM3-BAR
URI: http://qudt.org/vocab/unit/KiloGM-PER-CentiM3-BAR
SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-CentiM3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA599" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA599"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(cm³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.cm-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G16" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Cubic Centimeter Bar"@en-US ; rdfs:label "Kilogram per Cubic Centimetre Bar" ; rdfs:label "Kilogram per Cubic Centimetre Bar"@en ; .
{"resource":"Kilogram per Cubic Centimetre Bar"
,"qname":"unit:KiloGM-PER-CentiM3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-CentiM3-BAR"
,"properties":["conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA599"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA599"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Cubic Centimeter Bar"
,"label":"Kilogram per Cubic Centimetre Bar"
,"label":"Kilogram per Cubic Centimetre Bar"
,"symbol":"kg\/(cm³·bar)"
,"type":"qudt:Unit"
,"ucum code":"kg.cm-3.bar-1"
,"unece common code":"G16"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-CentiM3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA599",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA599",
"symbol" : "kg/(cm³·bar)",
"ucumCode" : "kg.cm-3.bar-1",
"uneceCommonCode" : "G16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Centimeter Bar"
}, "Kilogram per Cubic Centimetre Bar", {
"@language" : "en",
"@value" : "Kilogram per Cubic Centimetre Bar"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-CentiM3-K
URI: http://qudt.org/vocab/unit/KiloGM-PER-CentiM3-K
SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-CentiM3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA598" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA598"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(cm³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.cm-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G38" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo per Centimetro Cubo Kelvin"@it ; rdfs:label "Kilogram na Centimetr Krychlový Kelvin"@cs ; rdfs:label "Kilogram na Centimetr Sześcienny Kelwin"@pl ; rdfs:label "Kilogram na Kubični Centimeter Kelvin"@sl ; rdfs:label "Kilogram pe Centimetru Cub Kelvin"@ro ; rdfs:label "Kilogram per Centimeter Kubik Kelvin"@ms ; rdfs:label "Kilogram per Centimetreküp Kelvin"@tr ; rdfs:label "Kilogram per Cubic Centimeter Kelvin"@en-US ; rdfs:label "Kilogram per Cubic Centimetre Kelvin" ; rdfs:label "Kilogram per Cubic Centimetre Kelvin"@en ; rdfs:label "Kilogramm pro Kubikcentimeter Kelvin"@de ; rdfs:label "Kilogramme par Centimètre Cube Kelvin"@fr ; rdfs:label "Kilogramo por Centimetro Cúbico Kelvin"@es ; .
{"resource":"Kilogram per Cubic Centimetre Kelvin"
,"qname":"unit:KiloGM-PER-CentiM3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-CentiM3-K"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA598"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA598"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo per Centimetro Cubo Kelvin"
,"label":"Kilogram na Centimetr Krychlový Kelvin"
,"label":"Kilogram na Centimetr Sześcienny Kelwin"
,"label":"Kilogram na Kubični Centimeter Kelvin"
,"label":"Kilogram pe Centimetru Cub Kelvin"
,"label":"Kilogram per Centimeter Kubik Kelvin"
,"label":"Kilogram per Centimetreküp Kelvin"
,"label":"Kilogram per Cubic Centimeter Kelvin"
,"label":"Kilogram per Cubic Centimetre Kelvin"
,"label":"Kilogram per Cubic Centimetre Kelvin"
,"label":"Kilogramm pro Kubikcentimeter Kelvin"
,"label":"Kilogramme par Centimètre Cube Kelvin"
,"label":"Kilogramo por Centimetro Cúbico Kelvin"
,"symbol":"kg\/(cm³·K)"
,"type":"qudt:Unit"
,"ucum code":"kg.cm-3.K-1"
,"unece common code":"G38"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-CentiM3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA598",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA598",
"symbol" : "kg/(cm³·K)",
"ucumCode" : "kg.cm-3.K-1",
"uneceCommonCode" : "G38",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Chilogrammo per Centimetro Cubo Kelvin"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Centimetru Cub Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilogram na Centimetr Sześcienny Kelwin"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kubikcentimeter Kelvin"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Centimètre Cube Kelvin"
}, {
"@language" : "es",
"@value" : "Kilogramo por Centimetro Cúbico Kelvin"
}, {
"@language" : "cs",
"@value" : "Kilogram na Centimetr Krychlový Kelvin"
}, "Kilogram per Cubic Centimetre Kelvin", {
"@language" : "en",
"@value" : "Kilogram per Cubic Centimetre Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kubični Centimeter Kelvin"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Centimeter Kelvin"
}, {
"@language" : "tr",
"@value" : "Kilogram per Centimetreküp Kelvin"
}, {
"@language" : "ms",
"@value" : "Kilogram per Centimeter Kubik Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-DAY
URI: http://qudt.org/vocab/unit/KiloGM-PER-DAY
SI base unit kilogram divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the unit day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA601" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA601"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the unit day" ; <http://qudt.org/schema/qudt/symbol> "kg/d" ; <http://qudt.org/schema/qudt/ucumCode> "kg.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F30" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107210127> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Day" ; rdfs:label "Kilogram per Day"@en ; .
{"resource":"Kilogram per Day"
,"qname":"unit:KiloGM-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-DAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107210127>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"description":"SI base unit kilogram divided by the unit day"
,"description (plain text)":"SI base unit kilogram divided by the unit day"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA601"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA601"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Day"
,"label":"Kilogram per Day"
,"symbol":"kg\/d"
,"type":"qudt:Unit"
,"ucum code":"kg.d-1"
,"unece common code":"F30"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the unit day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA601",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA601",
"plainTextDescription" : "SI base unit kilogram divided by the unit day",
"symbol" : "kg/d",
"ucumCode" : "kg.d-1",
"uneceCommonCode" : "F30",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107210127",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Day", {
"@language" : "en",
"@value" : "Kilogram per Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-DAY-BAR
URI: http://qudt.org/vocab/unit/KiloGM-PER-DAY-BAR
SI base unit kilogram divided by the product out of the unit day and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-DAY-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the unit day and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA603" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA603"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(d·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.d-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F66" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Day Bar" ; rdfs:label "Kilogram per Day Bar"@en ; .
{"resource":"Kilogram per Day Bar"
,"qname":"unit:KiloGM-PER-DAY-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-DAY-BAR"
,"properties":["conversion multiplier":"0.0000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-10"
,"description":"SI base unit kilogram divided by the product out of the unit day and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA603"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA603"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Day Bar"
,"label":"Kilogram per Day Bar"
,"symbol":"kg\/(d·bar)"
,"type":"qudt:Unit"
,"ucum code":"kg.d-1.bar-1"
,"unece common code":"F66"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-DAY-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the unit day and the unit bar",
"conversionMultiplier" : "0.0000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA603",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA603",
"symbol" : "kg/(d·bar)",
"ucumCode" : "kg.d-1.bar-1",
"uneceCommonCode" : "F66",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Day Bar", {
"@language" : "en",
"@value" : "Kilogram per Day Bar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-DAY-K
URI: http://qudt.org/vocab/unit/KiloGM-PER-DAY-K
SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-DAY-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA602" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA602"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(d·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.d-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F39" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Day Kelvin" ; rdfs:label "Kilogram per Day Kelvin"@en ; .
{"resource":"Kilogram per Day Kelvin"
,"qname":"unit:KiloGM-PER-DAY-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-DAY-K"
,"properties":["conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"description":"SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA602"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA602"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Day Kelvin"
,"label":"Kilogram per Day Kelvin"
,"symbol":"kg\/(d·K)"
,"type":"qudt:Unit"
,"ucum code":"kg.d-1.K-1"
,"unece common code":"F39"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-DAY-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin",
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA602",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA602",
"symbol" : "kg/(d·K)",
"ucumCode" : "kg.d-1.K-1",
"uneceCommonCode" : "F39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Kilogram per Day Kelvin"
}, "Kilogram per Day Kelvin" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-DeciM3
URI: http://qudt.org/vocab/unit/KiloGM-PER-DeciM3
SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-DeciM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/DeciM3-PER-KiloGM> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA604" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA604"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "kg/dm³" ; <http://qudt.org/schema/qudt/ucumCode> "kg.dm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B34" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104816263> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo per Decimetro Cubo"@it ; rdfs:label "Kilogram na Decimetr Krychlový"@cs ; rdfs:label "Kilogram na Decimetr Sześcienny"@pl ; rdfs:label "Kilogram na Kubični Decimeter"@sl ; rdfs:label "Kilogram pe Decimetru Cub"@ro ; rdfs:label "Kilogram per Cubic Decimeter"@en-US ; rdfs:label "Kilogram per Cubic Decimetre" ; rdfs:label "Kilogram per Cubic Decimetre"@en ; rdfs:label "Kilogram per Decimeter Kubik"@ms ; rdfs:label "Kilogram per Decimetreküp"@tr ; rdfs:label "Kilogramm pro Kubikdecimeter"@de ; rdfs:label "Kilogramme par Decimètre Cube"@fr ; rdfs:label "Kilogramo por Decimetro Cúbico"@es ; .
{"resource":"Kilogram per Cubic Decimetre"
,"qname":"unit:KiloGM-PER-DeciM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-DeciM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104816263>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"has reciprocal unit":"unit:DeciM3-PER-KiloGM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA604"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA604"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo per Decimetro Cubo"
,"label":"Kilogram na Decimetr Krychlový"
,"label":"Kilogram na Decimetr Sześcienny"
,"label":"Kilogram na Kubični Decimeter"
,"label":"Kilogram pe Decimetru Cub"
,"label":"Kilogram per Cubic Decimeter"
,"label":"Kilogram per Cubic Decimetre"
,"label":"Kilogram per Cubic Decimetre"
,"label":"Kilogram per Decimeter Kubik"
,"label":"Kilogram per Decimetreküp"
,"label":"Kilogramm pro Kubikdecimeter"
,"label":"Kilogramme par Decimètre Cube"
,"label":"Kilogramo por Decimetro Cúbico"
,"symbol":"kg\/dm³"
,"type":"qudt:Unit"
,"ucum code":"kg.dm-3"
,"unece common code":"B34"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-DeciM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/DeciM3-PER-KiloGM",
"iec61360Code" : "0112/2///62720#UAA604",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA604",
"plainTextDescription" : "SI base unit kilogram divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3",
"symbol" : "kg/dm³",
"ucumCode" : "kg.dm-3",
"uneceCommonCode" : "B34",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104816263",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Kilogramo por Decimetro Cúbico"
}, {
"@language" : "ms",
"@value" : "Kilogram per Decimeter Kubik"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Decimetro Cubo"
}, {
"@language" : "cs",
"@value" : "Kilogram na Decimetr Krychlový"
}, {
"@language" : "tr",
"@value" : "Kilogram per Decimetreküp"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Decimètre Cube"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kubični Decimeter"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Decimetru Cub"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kubikdecimeter"
}, "Kilogram per Cubic Decimetre", {
"@language" : "en",
"@value" : "Kilogram per Cubic Decimetre"
}, {
"@language" : "pl",
"@value" : "Kilogram na Decimetr Sześcienny"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Decimeter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-DeciM3-BAR
URI: http://qudt.org/vocab/unit/KiloGM-PER-DeciM3-BAR
SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-DeciM3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA606" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA606"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(dm³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.dm-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H55" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Cubic Decimeter Bar"@en-US ; rdfs:label "Kilogram per Cubic Decimetre Bar" ; rdfs:label "Kilogram per Cubic Decimetre Bar"@en ; .
{"resource":"Kilogram per Cubic Decimetre Bar"
,"qname":"unit:KiloGM-PER-DeciM3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-DeciM3-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA606"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA606"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Cubic Decimeter Bar"
,"label":"Kilogram per Cubic Decimetre Bar"
,"label":"Kilogram per Cubic Decimetre Bar"
,"symbol":"kg\/(dm³·bar)"
,"type":"qudt:Unit"
,"ucum code":"kg.dm-3.bar-1"
,"unece common code":"H55"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-DeciM3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA606",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA606",
"symbol" : "kg/(dm³·bar)",
"ucumCode" : "kg.dm-3.bar-1",
"uneceCommonCode" : "H55",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Decimeter Bar"
}, "Kilogram per Cubic Decimetre Bar", {
"@language" : "en",
"@value" : "Kilogram per Cubic Decimetre Bar"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-DeciM3-K
URI: http://qudt.org/vocab/unit/KiloGM-PER-DeciM3-K
SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-DeciM3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA605" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA605"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(dm³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.dm-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H54" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo per Decimetro Cubo Kelvin"@it ; rdfs:label "Kilogram na Decimetr Krychlový Kelvin"@cs ; rdfs:label "Kilogram na Decimetr Sześcienny Kelwin"@pl ; rdfs:label "Kilogram na Kubični Decimeter Kelvin"@sl ; rdfs:label "Kilogram pe Decimetru Cub Kelvin"@ro ; rdfs:label "Kilogram per Cubic Decimeter Kelvin"@en-US ; rdfs:label "Kilogram per Cubic Decimetre Kelvin" ; rdfs:label "Kilogram per Cubic Decimetre Kelvin"@en ; rdfs:label "Kilogram per Decimeter Kubik Kelvin"@ms ; rdfs:label "Kilogram per Decimetreküp Kelvin"@tr ; rdfs:label "Kilogramm pro Kubikdecimeter Kelvin"@de ; rdfs:label "Kilogramme par Decimètre Cube Kelvin"@fr ; rdfs:label "Kilogramo por Decimetro Cúbico Kelvin"@es ; .
{"resource":"Kilogram per Cubic Decimetre Kelvin"
,"qname":"unit:KiloGM-PER-DeciM3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-DeciM3-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA605"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA605"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo per Decimetro Cubo Kelvin"
,"label":"Kilogram na Decimetr Krychlový Kelvin"
,"label":"Kilogram na Decimetr Sześcienny Kelwin"
,"label":"Kilogram na Kubični Decimeter Kelvin"
,"label":"Kilogram pe Decimetru Cub Kelvin"
,"label":"Kilogram per Cubic Decimeter Kelvin"
,"label":"Kilogram per Cubic Decimetre Kelvin"
,"label":"Kilogram per Cubic Decimetre Kelvin"
,"label":"Kilogram per Decimeter Kubik Kelvin"
,"label":"Kilogram per Decimetreküp Kelvin"
,"label":"Kilogramm pro Kubikdecimeter Kelvin"
,"label":"Kilogramme par Decimètre Cube Kelvin"
,"label":"Kilogramo por Decimetro Cúbico Kelvin"
,"symbol":"kg\/(dm³·K)"
,"type":"qudt:Unit"
,"ucum code":"kg.dm-3.K-1"
,"unece common code":"H54"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-DeciM3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the 0.001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA605",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA605",
"symbol" : "kg/(dm³·K)",
"ucumCode" : "kg.dm-3.K-1",
"uneceCommonCode" : "H54",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Cubic Decimetre Kelvin", {
"@language" : "it",
"@value" : "Chilogrammo per Decimetro Cubo Kelvin"
}, {
"@language" : "en",
"@value" : "Kilogram per Cubic Decimetre Kelvin"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kubikdecimeter Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilogram na Decimetr Sześcienny Kelwin"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Decimeter Kelvin"
}, {
"@language" : "ms",
"@value" : "Kilogram per Decimeter Kubik Kelvin"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Decimètre Cube Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kubični Decimeter Kelvin"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Decimetru Cub Kelvin"
}, {
"@language" : "tr",
"@value" : "Kilogram per Decimetreküp Kelvin"
}, {
"@language" : "es",
"@value" : "Kilogramo por Decimetro Cúbico Kelvin"
}, {
"@language" : "cs",
"@value" : "Kilogram na Decimetr Krychlový Kelvin"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-FT2
URI: http://qudt.org/vocab/unit/KiloGM-PER-FT2
SI base unit kilogram divided by the square of the imperial foot
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-FT2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the square of the imperial foot"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.7639104167097223083335055559 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.07639104167097223083335055559E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the square of the imperial foot" ; <http://qudt.org/schema/qudt/symbol> "kg/ft²" ; <http://qudt.org/schema/qudt/ucumCode> "kg.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Square Foot" ; rdfs:label "Kilogram per Square Foot"@en ; .
{"resource":"Kilogram per Square Foot"
,"qname":"unit:KiloGM-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"10.7639104167097223083335055559"
,"conversion multiplier scientific":"1.07639104167097223083335055559E1"
,"description":"SI base unit kilogram divided by the square of the imperial foot"
,"description (plain text)":"SI base unit kilogram divided by the square of the imperial foot"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Square Foot"
,"label":"Kilogram per Square Foot"
,"symbol":"kg\/ft²"
,"type":"qudt:Unit"
,"ucum code":"kg.[ft_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the square of the imperial foot",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "10.7639104167097223083335055559",
"conversionMultiplier:SN" : 10.763910416709722,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"plainTextDescription" : "SI base unit kilogram divided by the square of the imperial foot",
"symbol" : "kg/ft²",
"ucumCode" : "kg.[ft_i]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Square Foot", {
"@language" : "en",
"@value" : "Kilogram per Square Foot"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-GigaJ
URI: http://qudt.org/vocab/unit/KiloGM-PER-GigaJ
SI base unit kilogram divided by the SI base unit gigajoule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-GigaJ> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the SI base unit gigajoule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the SI base unit gigajoule" ; <http://qudt.org/schema/qudt/symbol> "kg/GJ" ; <http://qudt.org/schema/qudt/ucumCode> "kg.GJ-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107460790> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo per Gigajoule"@it ; rdfs:label "Kilogram na Gigadżul"@pl ; rdfs:label "Kilogram na Gigajoule"@cs ; rdfs:label "Kilogram na Gigajoule"@sl ; rdfs:label "Kilogram pe Gigajoule"@ro ; rdfs:label "Kilogram per Gigajoule" ; rdfs:label "Kilogram per Gigajoule"@en ; rdfs:label "Kilogram per Gigajoule"@ms ; rdfs:label "Kilogram per Gigajoule"@tr ; rdfs:label "Kilogramm pro Gigajoule"@de ; rdfs:label "Kilogramme par Gigajoule"@fr ; rdfs:label "Kilogramo por Gigajulio"@es ; .
{"resource":"Kilogram per Gigajoule"
,"qname":"unit:KiloGM-PER-GigaJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-GigaJ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107460790>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"defined unit of system":"sou:SI"
,"description":"SI base unit kilogram divided by the SI base unit gigajoule"
,"description (plain text)":"SI base unit kilogram divided by the SI base unit gigajoule"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo per Gigajoule"
,"label":"Kilogram na Gigadżul"
,"label":"Kilogram na Gigajoule"
,"label":"Kilogram na Gigajoule"
,"label":"Kilogram pe Gigajoule"
,"label":"Kilogram per Gigajoule"
,"label":"Kilogram per Gigajoule"
,"label":"Kilogram per Gigajoule"
,"label":"Kilogram per Gigajoule"
,"label":"Kilogramm pro Gigajoule"
,"label":"Kilogramme par Gigajoule"
,"label":"Kilogramo por Gigajulio"
,"symbol":"kg\/GJ"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.GJ-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-GigaJ",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "SI base unit kilogram divided by the SI base unit gigajoule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"plainTextDescription" : "SI base unit kilogram divided by the SI base unit gigajoule",
"symbol" : "kg/GJ",
"ucumCode" : "kg.GJ-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107460790",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Gigajoule", {
"@language" : "en",
"@value" : "Kilogram per Gigajoule"
}, {
"@language" : "ms",
"@value" : "Kilogram per Gigajoule"
}, {
"@language" : "tr",
"@value" : "Kilogram per Gigajoule"
}, {
"@language" : "cs",
"@value" : "Kilogram na Gigajoule"
}, {
"@language" : "sl",
"@value" : "Kilogram na Gigajoule"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Gigajoule"
}, {
"@language" : "pl",
"@value" : "Kilogram na Gigadżul"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Gigajoule"
}, {
"@language" : "es",
"@value" : "Kilogramo por Gigajulio"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Gigajoule"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Gigajoule"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-HA
URI: http://qudt.org/vocab/unit/KiloGM-PER-HA
Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg/ha) has a dimension of ML-2 where $M$ is mass, and $L$ is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0001.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-HA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg/ha) has a dimension of ML-2 where $M$ is mass, and $L$ is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0001."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/expression> "$kg/hare$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/symbol> "kg/ha" ; <http://qudt.org/schema/qudt/ucumCode> "kg.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107460919> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Hectare" ; rdfs:label "Kilogram per Hectare"@en ; .
{"resource":"Kilogram per Hectare"
,"qname":"unit:KiloGM-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-HA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107460919>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg\/ha) has a dimension of ML-2 where $M$ is mass, and $L$ is length. It can be converted to the corresponding standard SI unit kg\/m2 by multiplying its value by a factor of 0.0001."
,"expression":"$kg\/hare$"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Hectare"
,"label":"Kilogram per Hectare"
,"symbol":"kg\/ha"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-HA",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Kilogram Per Hectare is a unit of mass per area. Kilogram Per Hectare (kg/ha) has a dimension of ML-2 where $M$ is mass, and $L$ is length. It can be converted to the corresponding standard SI unit kg/m2 by multiplying its value by a factor of 0.0001.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"expression" : "$kg/hare$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"symbol" : "kg/ha",
"ucumCode" : "kg.har-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107460919",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Hectare", {
"@language" : "en",
"@value" : "Kilogram per Hectare"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-HA-YR
URI: http://qudt.org/vocab/unit/KiloGM-PER-HA-YR
A measure of areal density over time equivalent to 1 kg per hectare per year.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-HA-YR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A measure of areal density over time equivalent to 1 kg per hectare per year." ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/plainTextDescription> "A measure of areal density over time equivalent to 1 kg per hectare per year." ; <http://qudt.org/schema/qudt/symbol> "kg/(ha·a)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.har-1.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Hectare Year" ; rdfs:label "Kilogram per Hectare Year"@en ; .
{"resource":"Kilogram per Hectare Year"
,"qname":"unit:KiloGM-PER-HA-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-HA-YR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-12"
,"description":"A measure of areal density over time equivalent to 1 kg per hectare per year."
,"description (plain text)":"A measure of areal density over time equivalent to 1 kg per hectare per year."
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Hectare Year"
,"label":"Kilogram per Hectare Year"
,"symbol":"kg\/(ha·a)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.har-1.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-HA-YR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A measure of areal density over time equivalent to 1 kg per hectare per year.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"plainTextDescription" : "A measure of areal density over time equivalent to 1 kg per hectare per year.",
"symbol" : "kg/(ha·a)",
"ucumCode" : "kg.har-1.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Hectare Year", {
"@language" : "en",
"@value" : "Kilogram per Hectare Year"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-HR
URI: http://qudt.org/vocab/unit/KiloGM-PER-HR
Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where $M$ is mass, and $T$ is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-HR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where $M$ is mass, and $T$ is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/expression> "$kg/h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA607" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA607"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/h" ; <http://qudt.org/schema/qudt/ucumCode> "kg.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E93" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107210138> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Hour" ; rdfs:label "Kilogram per Hour"@en ; .
{"resource":"Kilogram per Hour"
,"qname":"unit:KiloGM-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107210138>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"Kilogram Per Hour (kg\/h) is a unit in the category of Mass flow rate. It is also known as kilogram\/hour. Kilogram Per Hour (kg\/h) has a dimension of MT-1 where $M$ is mass, and $T$ is time. It can be converted to the corresponding standard SI unit kg\/s by multiplying its value by a factor of 0.000277777777778."
,"expression":"$kg\/h$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"has quantity kind":"quantitykind:MassPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA607"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA607"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Hour"
,"label":"Kilogram per Hour"
,"symbol":"kg\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.h-1"
,"unece common code":"E93"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Kilogram Per Hour (kg/h) is a unit in the category of Mass flow rate. It is also known as kilogram/hour. Kilogram Per Hour (kg/h) has a dimension of MT-1 where $M$ is mass, and $T$ is time. It can be converted to the corresponding standard SI unit kg/s by multiplying its value by a factor of 0.000277777777778.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"expression" : "$kg/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassFlowRate", "http://qudt.org/vocab/quantitykind/MassPerTime" ],
"iec61360Code" : "0112/2///62720#UAA607",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA607",
"symbol" : "kg/h",
"ucumCode" : "kg.h-1",
"uneceCommonCode" : "E93",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107210138",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Hour", {
"@language" : "en",
"@value" : "Kilogram per Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-HR-BAR
URI: http://qudt.org/vocab/unit/KiloGM-PER-HR-BAR
SI base unit kilogram divided by the product out of the unit hour and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-HR-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the unit hour and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA609" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA609"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(h·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.h-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F67" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Hour Bar" ; rdfs:label "Kilogram per Hour Bar"@en ; .
{"resource":"Kilogram per Hour Bar"
,"qname":"unit:KiloGM-PER-HR-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-HR-BAR"
,"properties":["conversion multiplier":"0.000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-9"
,"description":"SI base unit kilogram divided by the product out of the unit hour and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA609"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA609"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Hour Bar"
,"label":"Kilogram per Hour Bar"
,"symbol":"kg\/(h·bar)"
,"type":"qudt:Unit"
,"ucum code":"kg.h-1.bar-1"
,"unece common code":"F67"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-HR-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the unit hour and the unit bar",
"conversionMultiplier" : "0.000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA609",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA609",
"symbol" : "kg/(h·bar)",
"ucumCode" : "kg.h-1.bar-1",
"uneceCommonCode" : "F67",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Hour Bar", {
"@language" : "en",
"@value" : "Kilogram per Hour Bar"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-HR-K
URI: http://qudt.org/vocab/unit/KiloGM-PER-HR-K
SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-HR-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA608" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA608"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(h·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.h-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F40" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Hour Kelvin" ; rdfs:label "Kilogram per Hour Kelvin"@en ; .
{"resource":"Kilogram per Hour Kelvin"
,"qname":"unit:KiloGM-PER-HR-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-HR-K"
,"properties":["conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA608"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA608"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Hour Kelvin"
,"label":"Kilogram per Hour Kelvin"
,"symbol":"kg\/(h·K)"
,"type":"qudt:Unit"
,"ucum code":"kg.h-1.K-1"
,"unece common code":"F40"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-HR-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA608",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA608",
"symbol" : "kg/(h·K)",
"ucumCode" : "kg.h-1.K-1",
"uneceCommonCode" : "F40",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Hour Kelvin", {
"@language" : "en",
"@value" : "Kilogram per Hour Kelvin"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-J
URI: http://qudt.org/vocab/unit/KiloGM-PER-J
SI base unit kilogram divided by the SI base unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-J> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the SI base unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/GRAY> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/J-PER-KiloGM> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/SV> ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the SI base unit joule" ; <http://qudt.org/schema/qudt/symbol> "kg/J" ; <http://qudt.org/schema/qudt/ucumCode> "kg.J-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101515303> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Joulium"@la ; rdfs:label "Chilogrammo per Joule"@it ; rdfs:label "Kilogram na Dżul"@pl ; rdfs:label "Kilogram na Joule"@cs ; rdfs:label "Kilogram na Joule"@sl ; rdfs:label "Kilogram pe Joule"@ro ; rdfs:label "Kilogram per Joule" ; rdfs:label "Kilogram per Joule"@en ; rdfs:label "Kilogram per Joule"@ms ; rdfs:label "Kilogram per Joule"@tr ; rdfs:label "Kilogramm pro Joule"@de ; rdfs:label "Kilogramme par Joule"@fr ; rdfs:label "Kilogramo por Julio"@es ; rdfs:label "Quilograma por Joule"@pt ; rdfs:label "Χιλιόγραμμο ανά Τζάουλ"@el ; rdfs:label "Килограм на Джаул"@bg ; rdfs:label "Килограмм на Джоуль"@ru ; .
{"resource":"Kilogram per Joule"
,"qname":"unit:KiloGM-PER-J"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-J"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101515303>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"SI base unit kilogram divided by the SI base unit joule"
,"description (plain text)":"SI base unit kilogram divided by the SI base unit joule"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"has reciprocal unit":"unit:GRAY"
,"has reciprocal unit":"unit:J-PER-KiloGM"
,"has reciprocal unit":"unit:SV"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Joulium"
,"label":"Chilogrammo per Joule"
,"label":"Kilogram na Dżul"
,"label":"Kilogram na Joule"
,"label":"Kilogram na Joule"
,"label":"Kilogram pe Joule"
,"label":"Kilogram per Joule"
,"label":"Kilogram per Joule"
,"label":"Kilogram per Joule"
,"label":"Kilogram per Joule"
,"label":"Kilogramm pro Joule"
,"label":"Kilogramme par Joule"
,"label":"Kilogramo por Julio"
,"label":"Quilograma por Joule"
,"label":"Χιλιόγραμμο ανά Τζάουλ"
,"label":"Килограм на Джаул"
,"label":"Килограмм на Джоуль"
,"symbol":"kg\/J"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.J-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-J",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "SI base unit kilogram divided by the SI base unit joule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"hasReciprocalUnit" : [ "http://qudt.org/vocab/unit/GRAY", "http://qudt.org/vocab/unit/J-PER-KiloGM", "http://qudt.org/vocab/unit/SV" ],
"plainTextDescription" : "SI base unit kilogram divided by the SI base unit joule",
"symbol" : "kg/J",
"ucumCode" : "kg.J-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101515303",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Τζάουλ"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Joulium"
}, {
"@language" : "pt",
"@value" : "Quilograma por Joule"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Joule"
}, {
"@language" : "cs",
"@value" : "Kilogram na Joule"
}, {
"@language" : "ru",
"@value" : "Килограмм на Джоуль"
}, {
"@language" : "sl",
"@value" : "Kilogram na Joule"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Joule"
}, {
"@language" : "pl",
"@value" : "Kilogram na Dżul"
}, {
"@language" : "bg",
"@value" : "Килограм на Джаул"
}, {
"@language" : "es",
"@value" : "Kilogramo por Julio"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Joule"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Joule"
}, "Kilogram per Joule", {
"@language" : "en",
"@value" : "Kilogram per Joule"
}, {
"@language" : "ms",
"@value" : "Kilogram per Joule"
}, {
"@language" : "tr",
"@value" : "Kilogram per Joule"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-K
URI: http://qudt.org/vocab/unit/KiloGM-PER-K
SI base unit kilogram divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA595" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA595"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/K" ; <http://qudt.org/schema/qudt/ucumCode> "kg.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F15" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Kelvin"@la ; rdfs:label "Chilogrammo per Kelvin"@it ; rdfs:label "Kilogram na Kelvin"@cs ; rdfs:label "Kilogram na Kelvin"@sl ; rdfs:label "Kilogram na Kelwin"@pl ; rdfs:label "Kilogram pe Kelvin"@ro ; rdfs:label "Kilogram per Kelvin" ; rdfs:label "Kilogram per Kelvin"@en ; rdfs:label "Kilogram per Kelvin"@ms ; rdfs:label "Kilogram per Kelvin"@tr ; rdfs:label "Kilogramm pro Kelvin"@de ; rdfs:label "Kilogramme par Kelvin"@fr ; rdfs:label "Kilogramo por Kelvin"@es ; rdfs:label "Quilograma por Kelvin"@pt ; rdfs:label "Χιλιόγραμμο ανά Κέλβιν"@el ; rdfs:label "Килограм на Келвин"@bg ; rdfs:label "Килограмм на Кельвин"@ru ; .
{"resource":"Kilogram per Kelvin"
,"qname":"unit:KiloGM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit kilogram divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA595"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA595"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Kelvin"
,"label":"Chilogrammo per Kelvin"
,"label":"Kilogram na Kelvin"
,"label":"Kilogram na Kelvin"
,"label":"Kilogram na Kelwin"
,"label":"Kilogram pe Kelvin"
,"label":"Kilogram per Kelvin"
,"label":"Kilogram per Kelvin"
,"label":"Kilogram per Kelvin"
,"label":"Kilogram per Kelvin"
,"label":"Kilogramm pro Kelvin"
,"label":"Kilogramme par Kelvin"
,"label":"Kilogramo por Kelvin"
,"label":"Quilograma por Kelvin"
,"label":"Χιλιόγραμμο ανά Κέλβιν"
,"label":"Килограм на Келвин"
,"label":"Килограмм на Кельвин"
,"symbol":"kg\/K"
,"type":"qudt:Unit"
,"ucum code":"kg.K-1"
,"unece common code":"F15"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA595",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA595",
"symbol" : "kg/K",
"ucumCode" : "kg.K-1",
"uneceCommonCode" : "F15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Килограмм на Кельвин"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Kelvin"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Kelvin"
}, "Kilogram per Kelvin", {
"@language" : "ms",
"@value" : "Kilogram per Kelvin"
}, {
"@language" : "tr",
"@value" : "Kilogram per Kelvin"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kelvin"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Kelvin"
}, {
"@language" : "en",
"@value" : "Kilogram per Kelvin"
}, {
"@language" : "pt",
"@value" : "Quilograma por Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilogram na Kelwin"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Kelvin"
}, {
"@language" : "bg",
"@value" : "Килограм на Келвин"
}, {
"@language" : "es",
"@value" : "Kilogramo por Kelvin"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Κέλβιν"
}, {
"@language" : "cs",
"@value" : "Kilogram na Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kelvin"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-KiloGM
URI: http://qudt.org/vocab/unit/KiloGM-PER-KiloGM
SI base unit kilogram divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA610" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA610"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "kg/kg" ; <http://qudt.org/schema/qudt/ucumCode> "kg.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "3H" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106645216> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Chiliogramma"@la ; rdfs:label "Chilogrammo per Chilogrammo"@it ; rdfs:label "Kilogram na Kilogram"@cs ; rdfs:label "Kilogram na Kilogram"@pl ; rdfs:label "Kilogram na Kilogram"@sl ; rdfs:label "Kilogram pe Kilogram"@ro ; rdfs:label "Kilogram per Kilogram" ; rdfs:label "Kilogram per Kilogram"@en ; rdfs:label "Kilogram per Kilogram"@ms ; rdfs:label "Kilogram per Kilogram"@tr ; rdfs:label "Kilogramm pro Kilogramm"@de ; rdfs:label "Kilogramme par Kilogramme"@fr ; rdfs:label "Kilogramo por Kilogramo"@es ; rdfs:label "Quilograma por Quilograma"@pt ; rdfs:label "Χιλιόγραμμο ανά Χιλιόγραμμο"@el ; rdfs:label "Килограм на Килограм"@bg ; rdfs:label "Килограмм на Килограмм"@ru ; .
{"resource":"Kilogram per Kilogram"
,"qname":"unit:KiloGM-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106645216>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"SI base unit kilogram divided by the SI base unit kilogram"
,"description (plain text)":"SI base unit kilogram divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA610"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA610"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Chiliogramma"
,"label":"Chilogrammo per Chilogrammo"
,"label":"Kilogram na Kilogram"
,"label":"Kilogram na Kilogram"
,"label":"Kilogram na Kilogram"
,"label":"Kilogram pe Kilogram"
,"label":"Kilogram per Kilogram"
,"label":"Kilogram per Kilogram"
,"label":"Kilogram per Kilogram"
,"label":"Kilogram per Kilogram"
,"label":"Kilogramm pro Kilogramm"
,"label":"Kilogramme par Kilogramme"
,"label":"Kilogramo por Kilogramo"
,"label":"Quilograma por Quilograma"
,"label":"Χιλιόγραμμο ανά Χιλιόγραμμο"
,"label":"Килограм на Килограм"
,"label":"Килограмм на Килограмм"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"kg\/kg"
,"type":"qudt:Unit"
,"ucum code":"kg.kg-1"
,"unece common code":"3H"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"iec61360Code" : "0112/2///62720#UAA610",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA610",
"plainTextDescription" : "SI base unit kilogram divided by the SI base unit kilogram",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "kg/kg",
"ucumCode" : "kg.kg-1",
"uneceCommonCode" : "3H",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106645216",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Килограм на Килограм"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Χιλιόγραμμο"
}, {
"@language" : "pt",
"@value" : "Quilograma por Quilograma"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Kilogramme"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kilogramm"
}, "Kilogram per Kilogram", {
"@language" : "en",
"@value" : "Kilogram per Kilogram"
}, {
"@language" : "ms",
"@value" : "Kilogram per Kilogram"
}, {
"@language" : "tr",
"@value" : "Kilogram per Kilogram"
}, {
"@language" : "ru",
"@value" : "Килограмм на Килограмм"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Chilogrammo"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Kilogram"
}, {
"@language" : "cs",
"@value" : "Kilogram na Kilogram"
}, {
"@language" : "pl",
"@value" : "Kilogram na Kilogram"
}, {
"@language" : "es",
"@value" : "Kilogramo por Kilogramo"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kilogram"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Chiliogramma"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-KiloM
URI: http://qudt.org/vocab/unit/KiloGM-PER-KiloM
SI base kilogram divided by the 1,000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base kilogram divided by the 1,000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB495" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB495"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/km" ; <http://qudt.org/schema/qudt/ucumCode> "kg.km-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M31" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo per Chilometro"@it ; rdfs:label "Kilogram na Kilometer"@sl ; rdfs:label "Kilogram na Kilometr"@cs ; rdfs:label "Kilogram na Kilometr"@pl ; rdfs:label "Kilogram pe Kilometru"@ro ; rdfs:label "Kilogram per Kilometer"@en-US ; rdfs:label "Kilogram per Kilometer"@ms ; rdfs:label "Kilogram per Kilometre" ; rdfs:label "Kilogram per Kilometre"@en ; rdfs:label "Kilogram per Kilometre"@tr ; rdfs:label "Kilogramm pro Kilometer"@de ; rdfs:label "Kilogramme par Kilomètre"@fr ; rdfs:label "Kilogramo por Kilometro"@es ; .
{"resource":"Kilogram per Kilometre"
,"qname":"unit:KiloGM-PER-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-KiloM"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"SI base kilogram divided by the 1,000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:LinearMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB495"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB495"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo per Chilometro"
,"label":"Kilogram na Kilometer"
,"label":"Kilogram na Kilometr"
,"label":"Kilogram na Kilometr"
,"label":"Kilogram pe Kilometru"
,"label":"Kilogram per Kilometer"
,"label":"Kilogram per Kilometer"
,"label":"Kilogram per Kilometre"
,"label":"Kilogram per Kilometre"
,"label":"Kilogram per Kilometre"
,"label":"Kilogramm pro Kilometer"
,"label":"Kilogramme par Kilomètre"
,"label":"Kilogramo por Kilometro"
,"symbol":"kg\/km"
,"type":"qudt:Unit"
,"ucum code":"kg.km-1"
,"unece common code":"M31"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base kilogram divided by the 1,000-fold of the SI base unit metre",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearMass",
"iec61360Code" : "0112/2///62720#UAB495",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB495",
"symbol" : "kg/km",
"ucumCode" : "kg.km-1",
"uneceCommonCode" : "M31",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Kilogramme par Kilomètre"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Chilometro"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Kilometru"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kilometer"
}, {
"@language" : "es",
"@value" : "Kilogramo por Kilometro"
}, "Kilogram per Kilometre", {
"@language" : "sl",
"@value" : "Kilogram na Kilometer"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Kilometer"
}, {
"@language" : "ms",
"@value" : "Kilogram per Kilometer"
}, {
"@language" : "en",
"@value" : "Kilogram per Kilometre"
}, {
"@language" : "tr",
"@value" : "Kilogram per Kilometre"
}, {
"@language" : "cs",
"@value" : "Kilogram na Kilometr"
}, {
"@language" : "pl",
"@value" : "Kilogram na Kilometr"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-KiloM2
URI: http://qudt.org/vocab/unit/KiloGM-PER-KiloM2
One SI standard unit of mass over the square of one thousand standard unit of length.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-KiloM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One SI standard unit of mass over the square of one thousand standard unit of length."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceDensity> ; <http://qudt.org/schema/qudt/symbol> "kg/km²" ; <http://qudt.org/schema/qudt/ucumCode> "kg.km-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo per Chilometro Quadrato"@it ; rdfs:label "Kilogram na Kilometr Kwadratowy"@pl ; rdfs:label "Kilogram na Kvadratni Kilometer"@sl ; rdfs:label "Kilogram na Čtvereční Kilometr"@cs ; rdfs:label "Kilogram pe Kilometru Pătrat"@ro ; rdfs:label "Kilogram per Kilometer Persegi"@ms ; rdfs:label "Kilogram per Kilometrekare"@tr ; rdfs:label "Kilogram per Square Kilometer"@en-US ; rdfs:label "Kilogram per Square Kilometre" ; rdfs:label "Kilogram per Square Kilometre"@en ; rdfs:label "Kilogramm pro Quadratkilometer"@de ; rdfs:label "Kilogramme par Kilomètre Carré"@fr ; rdfs:label "Kilogramo por Kilometro Cuadrado"@es ; .
{"resource":"Kilogram per Square Kilometre"
,"qname":"unit:KiloGM-PER-KiloM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-KiloM2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"One SI standard unit of mass over the square of one thousand standard unit of length."
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"has quantity kind":"quantitykind:SurfaceDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo per Chilometro Quadrato"
,"label":"Kilogram na Kilometr Kwadratowy"
,"label":"Kilogram na Kvadratni Kilometer"
,"label":"Kilogram na Čtvereční Kilometr"
,"label":"Kilogram pe Kilometru Pătrat"
,"label":"Kilogram per Kilometer Persegi"
,"label":"Kilogram per Kilometrekare"
,"label":"Kilogram per Square Kilometer"
,"label":"Kilogram per Square Kilometre"
,"label":"Kilogram per Square Kilometre"
,"label":"Kilogramm pro Quadratkilometer"
,"label":"Kilogramme par Kilomètre Carré"
,"label":"Kilogramo por Kilometro Cuadrado"
,"symbol":"kg\/km²"
,"type":"qudt:Unit"
,"ucum code":"kg.km-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-KiloM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One SI standard unit of mass over the square of one thousand standard unit of length."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SurfaceDensity", "http://qudt.org/vocab/quantitykind/MassPerArea" ],
"symbol" : "kg/km²",
"ucumCode" : "kg.km-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kilogramm pro Quadratkilometer"
}, {
"@language" : "pl",
"@value" : "Kilogram na Kilometr Kwadratowy"
}, {
"@language" : "es",
"@value" : "Kilogramo por Kilometro Cuadrado"
}, {
"@language" : "ms",
"@value" : "Kilogram per Kilometer Persegi"
}, "Kilogram per Square Kilometre", {
"@language" : "en",
"@value" : "Kilogram per Square Kilometre"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Kilomètre Carré"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Kilometru Pătrat"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Square Kilometer"
}, {
"@language" : "cs",
"@value" : "Kilogram na Čtvereční Kilometr"
}, {
"@language" : "tr",
"@value" : "Kilogram per Kilometrekare"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Chilometro Quadrato"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kvadratni Kilometer"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-KiloMOL
URI: http://qudt.org/vocab/unit/KiloGM-PER-KiloMOL
SI base unit kilogram divided by the 1 000-fold of the SI base unit mol
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-KiloMOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarMass> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA611" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA611"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol" ; <http://qudt.org/schema/qudt/symbol> "kg/kmol" ; <http://qudt.org/schema/qudt/ucumCode> "kg.kmol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F24" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623580> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo per Chilomole"@it ; rdfs:label "Kilogram na Kilomol"@cs ; rdfs:label "Kilogram na Kilomol"@pl ; rdfs:label "Kilogram na Kilomol"@sl ; rdfs:label "Kilogram pe Kilomol"@ro ; rdfs:label "Kilogram per Kilomol"@tr ; rdfs:label "Kilogram per Kilomole" ; rdfs:label "Kilogram per Kilomole"@en ; rdfs:label "Kilogram per Kilomole"@ms ; rdfs:label "Kilogramm pro Kilomol"@de ; rdfs:label "Kilogramme par Kilomole"@fr ; rdfs:label "Kilogramo por Kilomol"@es ; .
{"resource":"Kilogram per Kilomole"
,"qname":"unit:KiloGM-PER-KiloMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-KiloMOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623580>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"SI base unit kilogram divided by the 1 000-fold of the SI base unit mol"
,"description (plain text)":"SI base unit kilogram divided by the 1 000-fold of the SI base unit mol"
,"has dimension vector":"qkdv:A-1E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:MolarMass"
,"has reciprocal unit":"unit:KiloMOL-PER-KiloGM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA611"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA611"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo per Chilomole"
,"label":"Kilogram na Kilomol"
,"label":"Kilogram na Kilomol"
,"label":"Kilogram na Kilomol"
,"label":"Kilogram pe Kilomol"
,"label":"Kilogram per Kilomol"
,"label":"Kilogram per Kilomole"
,"label":"Kilogram per Kilomole"
,"label":"Kilogram per Kilomole"
,"label":"Kilogramm pro Kilomol"
,"label":"Kilogramme par Kilomole"
,"label":"Kilogramo por Kilomol"
,"symbol":"kg\/kmol"
,"type":"qudt:Unit"
,"ucum code":"kg.kmol-1"
,"unece common code":"F24"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-KiloMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L0I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarMass",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM",
"iec61360Code" : "0112/2///62720#UAA611",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA611",
"plainTextDescription" : "SI base unit kilogram divided by the 1 000-fold of the SI base unit mol",
"symbol" : "kg/kmol",
"ucumCode" : "kg.kmol-1",
"uneceCommonCode" : "F24",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623580",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kilogram pe Kilomol"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Kilomole"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Chilomole"
}, "Kilogram per Kilomole", {
"@language" : "es",
"@value" : "Kilogramo por Kilomol"
}, {
"@language" : "en",
"@value" : "Kilogram per Kilomole"
}, {
"@language" : "ms",
"@value" : "Kilogram per Kilomole"
}, {
"@language" : "cs",
"@value" : "Kilogram na Kilomol"
}, {
"@language" : "pl",
"@value" : "Kilogram na Kilomol"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kilomol"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kilomol"
}, {
"@language" : "tr",
"@value" : "Kilogram per Kilomol"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-L
URI: http://qudt.org/vocab/unit/KiloGM-PER-L
SI base unit kilogram divided by the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/L-PER-KiloGM> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA612" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA612"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the unit litre" ; <http://qudt.org/schema/qudt/symbol> "kg/L" ; <http://qudt.org/schema/qudt/ucumCode> "kg.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B35" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907192> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Liter"@en-US ; rdfs:label "Kilogram per Litre" ; rdfs:label "Kilogram per Litre"@en ; .
{"resource":"Kilogram per Litre"
,"qname":"unit:KiloGM-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907192>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI base unit kilogram divided by the unit litre"
,"description (plain text)":"SI base unit kilogram divided by the unit litre"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"has reciprocal unit":"unit:L-PER-KiloGM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA612"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA612"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Liter"
,"label":"Kilogram per Litre"
,"label":"Kilogram per Litre"
,"symbol":"kg\/L"
,"type":"qudt:Unit"
,"ucum code":"kg.L-1"
,"unece common code":"B35"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/L-PER-KiloGM",
"iec61360Code" : "0112/2///62720#UAA612",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA612",
"plainTextDescription" : "SI base unit kilogram divided by the unit litre",
"symbol" : "kg/L",
"ucumCode" : "kg.L-1",
"uneceCommonCode" : "B35",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907192",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilogram per Liter"
}, "Kilogram per Litre", {
"@language" : "en",
"@value" : "Kilogram per Litre"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-L-BAR
URI: http://qudt.org/vocab/unit/KiloGM-PER-L-BAR
SI base unit kilogram divided by the product out of the unit litre and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-L-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the unit litre and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA614" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA614"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(L·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.L-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G17" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Liter Bar"@en-US ; rdfs:label "Kilogram per Litre Bar" ; rdfs:label "Kilogram per Litre Bar"@en ; .
{"resource":"Kilogram per Litre Bar"
,"qname":"unit:KiloGM-PER-L-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-L-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"SI base unit kilogram divided by the product out of the unit litre and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA614"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA614"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Liter Bar"
,"label":"Kilogram per Litre Bar"
,"label":"Kilogram per Litre Bar"
,"symbol":"kg\/(L·bar)"
,"type":"qudt:Unit"
,"ucum code":"kg.L-1.bar-1"
,"unece common code":"G17"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-L-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the unit litre and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA614",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA614",
"symbol" : "kg/(L·bar)",
"ucumCode" : "kg.L-1.bar-1",
"uneceCommonCode" : "G17",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilogram per Liter Bar"
}, "Kilogram per Litre Bar", {
"@language" : "en",
"@value" : "Kilogram per Litre Bar"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-L-K
URI: http://qudt.org/vocab/unit/KiloGM-PER-L-K
SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-L-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA613" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA613"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(L·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.L-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G39" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Liter Kelvin"@en-US ; rdfs:label "Kilogram per Litre Kelvin" ; rdfs:label "Kilogram per Litre Kelvin"@en ; .
{"resource":"Kilogram per Litre Kelvin"
,"qname":"unit:KiloGM-PER-L-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-L-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA613"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA613"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Liter Kelvin"
,"label":"Kilogram per Litre Kelvin"
,"label":"Kilogram per Litre Kelvin"
,"symbol":"kg\/(L·K)"
,"type":"qudt:Unit"
,"ucum code":"kg.L-1.K-1"
,"unece common code":"G39"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-L-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the unit litre and the SI base unit kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA613",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA613",
"symbol" : "kg/(L·K)",
"ucumCode" : "kg.L-1.K-1",
"uneceCommonCode" : "G39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Litre Kelvin", {
"@language" : "en",
"@value" : "Kilogram per Litre Kelvin"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Liter Kelvin"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M
URI: http://qudt.org/vocab/unit/KiloGM-PER-M
Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$kg/m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA616" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA616"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/m" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KL" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25999243> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Metrum"@la ; rdfs:label "Chilogrammo per Metro"@it ; rdfs:label "Kilogram na Meter"@sl ; rdfs:label "Kilogram na Metr"@cs ; rdfs:label "Kilogram na Metr"@pl ; rdfs:label "Kilogram pe Metru"@ro ; rdfs:label "Kilogram per Meter"@en-US ; rdfs:label "Kilogram per Meter"@ms ; rdfs:label "Kilogram per Metre" ; rdfs:label "Kilogram per Metre"@en ; rdfs:label "Kilogram per Metre"@tr ; rdfs:label "Kilogramm pro Meter"@de ; rdfs:label "Kilogramme par Mètre"@fr ; rdfs:label "Kilogramo por Metro"@es ; rdfs:label "Quilograma por Metro"@pt ; rdfs:label "Χιλιόγραμμο ανά Μέτρο"@el ; rdfs:label "Килограм на Метър"@bg ; rdfs:label "Килограмм на Метр"@ru ; .
{"resource":"Kilogram per Metre"
,"qname":"unit:KiloGM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25999243>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Kilogram Per Meter (kg\/m) is a unit in the category of Linear mass density. It is also known as kilogram\/meter, kilogram\/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg\/m) has a dimension of ML-1 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category. "
,"expression":"$kg\/m$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:LinearDensity"
,"has quantity kind":"quantitykind:MassPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA616"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA616"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum"
,"label":"Chilogrammo per Metro"
,"label":"Kilogram na Meter"
,"label":"Kilogram na Metr"
,"label":"Kilogram na Metr"
,"label":"Kilogram pe Metru"
,"label":"Kilogram per Meter"
,"label":"Kilogram per Meter"
,"label":"Kilogram per Metre"
,"label":"Kilogram per Metre"
,"label":"Kilogram per Metre"
,"label":"Kilogramm pro Meter"
,"label":"Kilogramme par Mètre"
,"label":"Kilogramo por Metro"
,"label":"Quilograma por Metro"
,"label":"Χιλιόγραμμο ανά Μέτρο"
,"label":"Килограм на Метър"
,"label":"Килограмм на Метр"
,"symbol":"kg\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.m-1"
,"unece common code":"KL"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Kilogram Per Meter (kg/m) is a unit in the category of Linear mass density. It is also known as kilogram/meter, kilogram/metre, kilograms per meter, kilogram per metre, kilograms per metre. This unit is commonly used in the SI unit system. Kilogram Per Meter (kg/m) has a dimension of ML-1 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$kg/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearDensity", "http://qudt.org/vocab/quantitykind/MassPerLength" ],
"iec61360Code" : "0112/2///62720#UAA616",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA616",
"symbol" : "kg/m",
"ucumCode" : "kg.m-1",
"uneceCommonCode" : "KL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25999243",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kilogramm pro Meter"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru"
}, {
"@language" : "ru",
"@value" : "Килограмм на Метр"
}, {
"@language" : "pt",
"@value" : "Quilograma por Metro"
}, "Kilogram per Metre", {
"@language" : "en",
"@value" : "Kilogram per Metre"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metre"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Meter"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Metrum"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro"
}, {
"@language" : "bg",
"@value" : "Килограм на Метър"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Μέτρο"
}, {
"@language" : "sl",
"@value" : "Kilogram na Meter"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre"
}, {
"@language" : "pl",
"@value" : "Kilogram na Metr"
}, {
"@language" : "cs",
"@value" : "Kilogram na Metr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M-DAY
URI: http://qudt.org/vocab/unit/KiloGM-PER-M-DAY
unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB431" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB431"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(m·d)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-1.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N39" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Meter Day"@en-US ; rdfs:label "Kilogram per Metre Day" ; rdfs:label "Kilogram per Metre Day"@en ; .
{"resource":"Kilogram per Metre Day"
,"qname":"unit:KiloGM-PER-M-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M-DAY"
,"properties":["conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"description":"unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB431"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB431"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Meter Day"
,"label":"Kilogram per Metre Day"
,"label":"Kilogram per Metre Day"
,"symbol":"kg\/(m·d)"
,"type":"qudt:Unit"
,"ucum code":"kg.m-1.d-1"
,"unece common code":"N39"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit day",
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"iec61360Code" : "0112/2///62720#UAB431",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB431",
"symbol" : "kg/(m·d)",
"ucumCode" : "kg.m-1.d-1",
"uneceCommonCode" : "N39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Metre Day", {
"@language" : "en",
"@value" : "Kilogram per Metre Day"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Meter Day"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M-HR
URI: http://qudt.org/vocab/unit/KiloGM-PER-M-HR
One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB432" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB432"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(m·h)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N40" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107410795> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Meter Hour"@en-US ; rdfs:label "Kilogram per Metre Hour" ; rdfs:label "Kilogram per Metre Hour"@en ; .
{"resource":"Kilogram per Metre Hour"
,"qname":"unit:KiloGM-PER-M-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107410795>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB432"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB432"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Meter Hour"
,"label":"Kilogram per Metre Hour"
,"label":"Kilogram per Metre Hour"
,"symbol":"kg\/(m·h)"
,"type":"qudt:Unit"
,"ucum code":"kg.m-1.h-1"
,"unece common code":"N40"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One SI standard unit of mass over one SI standard unit of length over 3600 times one SI standard unit of time."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"iec61360Code" : "0112/2///62720#UAB432",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB432",
"symbol" : "kg/(m·h)",
"ucumCode" : "kg.m-1.h-1",
"uneceCommonCode" : "N40",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107410795",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Metre Hour", {
"@language" : "en",
"@value" : "Kilogram per Metre Hour"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Meter Hour"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M-MIN
URI: http://qudt.org/vocab/unit/KiloGM-PER-M-MIN
unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB430" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB430"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(m·min)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-1.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N38" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Meter Minute"@en-US ; rdfs:label "Kilogram per Metre Minute" ; rdfs:label "Kilogram per Metre Minute"@en ; .
{"resource":"Kilogram per Metre Minute"
,"qname":"unit:KiloGM-PER-M-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M-MIN"
,"properties":["conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB430"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB430"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Meter Minute"
,"label":"Kilogram per Metre Minute"
,"label":"Kilogram per Metre Minute"
,"symbol":"kg\/(m·min)"
,"type":"qudt:Unit"
,"ucum code":"kg.m-1.min-1"
,"unece common code":"N38"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the unit minute",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAB430",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB430",
"symbol" : "kg/(m·min)",
"ucumCode" : "kg.m-1.min-1",
"uneceCommonCode" : "N38",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Metre Minute", {
"@language" : "en",
"@value" : "Kilogram per Metre Minute"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Meter Minute"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M-SEC
URI: http://qudt.org/vocab/unit/KiloGM-PER-M-SEC
unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB429" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB429"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(m·s)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N37" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106653452> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Metrum Secundum"@la ; rdfs:label "Chilogrammo per Metro Secondo"@it ; rdfs:label "Kilogram na Meter Sekunda"@sl ; rdfs:label "Kilogram na Metr Sekunda"@cs ; rdfs:label "Kilogram na Metr Sekunda"@pl ; rdfs:label "Kilogram pe Metru Secundă"@ro ; rdfs:label "Kilogram per Meter Saat"@ms ; rdfs:label "Kilogram per Meter Second"@en-US ; rdfs:label "Kilogram per Metre Saniye"@tr ; rdfs:label "Kilogram per Metre Second" ; rdfs:label "Kilogram per Metre Second"@en ; rdfs:label "Kilogramm pro Meter Sekunde"@de ; rdfs:label "Kilogramme par Mètre Seconde"@fr ; rdfs:label "Kilogramo por Metro Segundo"@es ; rdfs:label "Quilograma por Metro Segundo"@pt ; rdfs:label "Χιλιόγραμμο ανά Μέτρο Δευτερόλεπτο"@el ; rdfs:label "Килограм на Метър Секунда"@bg ; rdfs:label "Килограмм на Метр Секунда"@ru ; .
{"resource":"Kilogram per Metre Second"
,"qname":"unit:KiloGM-PER-M-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106653452>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB429"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB429"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum Secundum"
,"label":"Chilogrammo per Metro Secondo"
,"label":"Kilogram na Meter Sekunda"
,"label":"Kilogram na Metr Sekunda"
,"label":"Kilogram na Metr Sekunda"
,"label":"Kilogram pe Metru Secundă"
,"label":"Kilogram per Meter Saat"
,"label":"Kilogram per Meter Second"
,"label":"Kilogram per Metre Saniye"
,"label":"Kilogram per Metre Second"
,"label":"Kilogram per Metre Second"
,"label":"Kilogramm pro Meter Sekunde"
,"label":"Kilogramme par Mètre Seconde"
,"label":"Kilogramo por Metro Segundo"
,"label":"Quilograma por Metro Segundo"
,"label":"Χιλιόγραμμο ανά Μέτρο Δευτερόλεπτο"
,"label":"Килограм на Метър Секунда"
,"label":"Килограмм на Метр Секунда"
,"symbol":"kg\/(m·s)"
,"type":"qudt:Unit"
,"ucum code":"kg.m-1.s-1"
,"unece common code":"N37"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the dynamic viscosity as a quotient SI base unit kilogram divided by the SI base unit metre and by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"iec61360Code" : "0112/2///62720#UAB429",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB429",
"symbol" : "kg/(m·s)",
"ucumCode" : "kg.m-1.s-1",
"uneceCommonCode" : "N37",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106653452",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Килограмм на Метр Секунда"
}, {
"@language" : "pt",
"@value" : "Quilograma por Metro Segundo"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre Seconde"
}, {
"@language" : "bg",
"@value" : "Килограм на Метър Секунда"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro Secondo"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru Secundă"
}, {
"@language" : "cs",
"@value" : "Kilogram na Metr Sekunda"
}, {
"@language" : "pl",
"@value" : "Kilogram na Metr Sekunda"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter Saat"
}, "Kilogram per Metre Second", {
"@language" : "de",
"@value" : "Kilogramm pro Meter Sekunde"
}, {
"@language" : "sl",
"@value" : "Kilogram na Meter Sekunda"
}, {
"@language" : "en",
"@value" : "Kilogram per Metre Second"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Μέτρο Δευτερόλεπτο"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Metrum Secundum"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metre Saniye"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Meter Second"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro Segundo"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M-SEC2
URI: http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2
The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/N-PER-M2> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/siUnitsExpression> "kg/m/s^2" ; <http://qudt.org/schema/qudt/symbol> "kg/(m·s²)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-1.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Metrum Secundum Quadratum"@la ; rdfs:label "Chilogrammo per Metro Secondo Quadrato"@it ; rdfs:label "Kilogram na Meter Kvadratni Sekunda"@sl ; rdfs:label "Kilogram na Metr Sekunda Kwadratowy"@pl ; rdfs:label "Kilogram na Metr Čtvereční Sekunda"@cs ; rdfs:label "Kilogram pe Metru Secundă Pătrat"@ro ; rdfs:label "Kilogram per Meter Saat Persegi"@ms ; rdfs:label "Kilogram per Meter Square Second"@en-US ; rdfs:label "Kilogram per Metre Saniyekare"@tr ; rdfs:label "Kilogram per Metre Square Second" ; rdfs:label "Kilogram per Metre Square Second"@en ; rdfs:label "Kilogramm pro Meter Quadratsekunde"@de ; rdfs:label "Kilogramme par Mètre Seconde Carré"@fr ; rdfs:label "Kilogramo por Metro Segundo Cuadrado"@es ; rdfs:label "Quilograma por Metro Segundo Quadrado"@pt ; rdfs:label "Χιλιόγραμμο ανά Μέτρο Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Килограм на Метър Квадратен Секунда"@bg ; rdfs:label "Килограмм на Метр Квадратный Секунда"@ru ; .
{"resource":"Kilogram per Metre Square Second"
,"qname":"unit:KiloGM-PER-M-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M-SEC2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pascal"
,"description":"The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."
,"exact match":"unit:N-PER-M2"
,"exact match":"unit:PA"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum Secundum Quadratum"
,"label":"Chilogrammo per Metro Secondo Quadrato"
,"label":"Kilogram na Meter Kvadratni Sekunda"
,"label":"Kilogram na Metr Sekunda Kwadratowy"
,"label":"Kilogram na Metr Čtvereční Sekunda"
,"label":"Kilogram pe Metru Secundă Pătrat"
,"label":"Kilogram per Meter Saat Persegi"
,"label":"Kilogram per Meter Square Second"
,"label":"Kilogram per Metre Saniyekare"
,"label":"Kilogram per Metre Square Second"
,"label":"Kilogram per Metre Square Second"
,"label":"Kilogramm pro Meter Quadratsekunde"
,"label":"Kilogramme par Mètre Seconde Carré"
,"label":"Kilogramo por Metro Segundo Cuadrado"
,"label":"Quilograma por Metro Segundo Quadrado"
,"label":"Χιλιόγραμμο ανά Μέτρο Τετραγωνικό Δευτερόλεπτο"
,"label":"Килограм на Метър Квадратен Секунда"
,"label":"Килограмм на Метр Квадратный Секунда"
,"si units expression":"kg\/m\/s^2"
,"symbol":"kg\/(m·s²)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.m-1.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Pascal",
"exactMatch" : [ "http://qudt.org/vocab/unit/PA", "http://qudt.org/vocab/unit/N-PER-M2" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"siUnitsExpression" : "kg/m/s^2",
"symbol" : "kg/(m·s²)",
"ucumCode" : "kg.m-1.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Килограм на Метър Квадратен Секунда"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre Seconde Carré"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Metrum Secundum Quadratum"
}, {
"@language" : "pl",
"@value" : "Kilogram na Metr Sekunda Kwadratowy"
}, {
"@language" : "ru",
"@value" : "Килограмм на Метр Квадратный Секунда"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter Saat Persegi"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Meter Square Second"
}, {
"@language" : "pt",
"@value" : "Quilograma por Metro Segundo Quadrado"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro Segundo Cuadrado"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metre Saniyekare"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Μέτρο Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "cs",
"@value" : "Kilogram na Metr Čtvereční Sekunda"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Meter Quadratsekunde"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru Secundă Pătrat"
}, {
"@language" : "sl",
"@value" : "Kilogram na Meter Kvadratni Sekunda"
}, "Kilogram per Metre Square Second", {
"@language" : "en",
"@value" : "Kilogram per Metre Square Second"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro Secondo Quadrato"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M2
URI: http://qudt.org/vocab/unit/KiloGM-PER-M2
Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$kg/m^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BodyMassIndex> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeanMassRange> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceDensity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-PER-KiloGM> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA617" ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD513" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA617"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD513"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/m²" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "28" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25377184> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Metrum Quadratum"@la ; rdfs:label "Chilogrammo per Metro Quadrato"@it ; rdfs:label "Kilogram na Kvadratni Meter"@sl ; rdfs:label "Kilogram na Metr Kwadratowy"@pl ; rdfs:label "Kilogram na Čtvereční Metr"@cs ; rdfs:label "Kilogram pe Metru Pătrat"@ro ; rdfs:label "Kilogram per Meter Persegi"@ms ; rdfs:label "Kilogram per Metrekare"@tr ; rdfs:label "Kilogram per Square Meter"@en-US ; rdfs:label "Kilogram per Square Metre" ; rdfs:label "Kilogram per Square Metre"@en ; rdfs:label "Kilogramm pro Quadratmeter"@de ; rdfs:label "Kilogramme par Mètre Carré"@fr ; rdfs:label "Kilogramo por Metro Cuadrado"@es ; rdfs:label "Quilograma por Metro Quadrado"@pt ; rdfs:label "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Килограм на Квадратен Метър"@bg ; rdfs:label "Килограмм на Квадратный Метр"@ru ; .
{"resource":"Kilogram per Square Metre"
,"qname":"unit:KiloGM-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25377184>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Kilogram Per Square Meter (kg\/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram\/square meter, kilogram\/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg\/m2) has a dimension of ML-2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."
,"expression":"$kg\/m^2$"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:BodyMassIndex"
,"has quantity kind":"quantitykind:MassPerArea"
,"has quantity kind":"quantitykind:MeanMassRange"
,"has quantity kind":"quantitykind:SurfaceDensity"
,"has reciprocal unit":"unit:M2-PER-KiloGM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA617"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD513"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA617"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD513"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum Quadratum"
,"label":"Chilogrammo per Metro Quadrato"
,"label":"Kilogram na Kvadratni Meter"
,"label":"Kilogram na Metr Kwadratowy"
,"label":"Kilogram na Čtvereční Metr"
,"label":"Kilogram pe Metru Pătrat"
,"label":"Kilogram per Meter Persegi"
,"label":"Kilogram per Metrekare"
,"label":"Kilogram per Square Meter"
,"label":"Kilogram per Square Metre"
,"label":"Kilogram per Square Metre"
,"label":"Kilogramm pro Quadratmeter"
,"label":"Kilogramme par Mètre Carré"
,"label":"Kilogramo por Metro Cuadrado"
,"label":"Quilograma por Metro Quadrado"
,"label":"Χιλιόγραμμο ανά Τετραγωνικό Μέτρο"
,"label":"Килограм на Квадратен Метър"
,"label":"Килограмм на Квадратный Метр"
,"symbol":"kg\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.m-2"
,"unece common code":"28"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Kilogram Per Square Meter (kg/m2) is a unit in the category of Surface density. It is also known as kilograms per square meter, kilogram per square metre, kilograms per square metre, kilogram/square meter, kilogram/square metre. This unit is commonly used in the SI unit system. Kilogram Per Square Meter (kg/m2) has a dimension of ML-2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$kg/m^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassPerArea", "http://qudt.org/vocab/quantitykind/SurfaceDensity", "http://qudt.org/vocab/quantitykind/MeanMassRange", "http://qudt.org/vocab/quantitykind/BodyMassIndex" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-PER-KiloGM",
"iec61360Code" : [ "0112/2///62720#UAD513", "0112/2///62720#UAA617" ],
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA617", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD513" ],
"symbol" : "kg/m²",
"ucumCode" : "kg.m-2",
"uneceCommonCode" : "28",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25377184",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Chiliogramma per Metrum Quadratum"
}, {
"@language" : "cs",
"@value" : "Kilogram na Čtvereční Metr"
}, {
"@language" : "bg",
"@value" : "Килограм на Квадратен Метър"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru Pătrat"
}, {
"@language" : "pt",
"@value" : "Quilograma por Metro Quadrado"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Quadratmeter"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metrekare"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre Carré"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Square Meter"
}, {
"@language" : "ru",
"@value" : "Килограмм на Квадратный Метр"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kvadratni Meter"
}, "Kilogram per Square Metre", {
"@language" : "en",
"@value" : "Kilogram per Square Metre"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter Persegi"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro Cuadrado"
}, {
"@language" : "pl",
"@value" : "Kilogram na Metr Kwadratowy"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro Quadrato"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M2-DAY
URI: http://qudt.org/vocab/unit/KiloGM-PER-M2-DAY
A measure of areal density over time equivalent to 1 kg per square meter per day.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A measure of areal density over time equivalent to 1 kg per square meter per day." ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/plainTextDescription> "A measure of areal density over time equivalent to 1 kg per square meter per day." ; <http://qudt.org/schema/qudt/symbol> "kg/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Square Meter Day"@en-US ; rdfs:label "Kilogram per Square Metre Day" ; rdfs:label "Kilogram per Square Metre Day"@en ; .
{"resource":"Kilogram per Square Metre Day"
,"qname":"unit:KiloGM-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M2-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"description":"A measure of areal density over time equivalent to 1 kg per square meter per day."
,"description (plain text)":"A measure of areal density over time equivalent to 1 kg per square meter per day."
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Square Meter Day"
,"label":"Kilogram per Square Metre Day"
,"label":"Kilogram per Square Metre Day"
,"symbol":"kg\/(m²·d)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M2-DAY",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A measure of areal density over time equivalent to 1 kg per square meter per day.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"plainTextDescription" : "A measure of areal density over time equivalent to 1 kg per square meter per day.",
"symbol" : "kg/(m²·d)",
"ucumCode" : "kg.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Square Metre Day", {
"@language" : "en-us",
"@value" : "Kilogram per Square Meter Day"
}, {
"@language" : "en",
"@value" : "Kilogram per Square Metre Day"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M2-PA-SEC
URI: http://qudt.org/vocab/unit/KiloGM-PER-M2-PA-SEC
unit for the ability of a material to allow the transition of the steam
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M2-PA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the ability of a material to allow the transition of the steam" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/S-PER-M> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VapourPermeance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB481" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB481"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(m²·Pa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-2.Pa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q28" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Metrum Quadratum Pascalium Secundum"@la ; rdfs:label "Chilogrammo per Metro Quadrato Pascal Secondo"@it ; rdfs:label "Kilogram na Kvadratni Meter Pascal Sekunda"@sl ; rdfs:label "Kilogram na Metr Kwadratowy Paskal Sekunda"@pl ; rdfs:label "Kilogram na Čtvereční Metr Pascal Sekunda"@cs ; rdfs:label "Kilogram pe Metru Pătrat Pascal Secundă"@ro ; rdfs:label "Kilogram per Meter Persegi Pascal Saat"@ms ; rdfs:label "Kilogram per Metrekare Pascal Saniye"@tr ; rdfs:label "Kilogram per Square Meter Pascal Second"@en-US ; rdfs:label "Kilogram per Square Metre Pascal Second" ; rdfs:label "Kilogram per Square Metre Pascal Second"@en ; rdfs:label "Kilogramm pro Quadratmeter Pascal Sekunde"@de ; rdfs:label "Kilogramme par Mètre Carré Pascal Seconde"@fr ; rdfs:label "Kilogramo por Metro Cuadrado Pascal Segundo"@es ; rdfs:label "Quilograma por Metro Quadrado Pascal Segundo"@pt ; rdfs:label "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Πασκάλ Δευτερόλεπτο"@el ; rdfs:label "Килограм на Квадратен Метър Паскал Секунда"@bg ; rdfs:label "Килограмм на Квадратный Метр Паскаль Секунда"@ru ; .
{"resource":"Kilogram per Square Metre Pascal Second"
,"qname":"unit:KiloGM-PER-M2-PA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M2-PA-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit for the ability of a material to allow the transition of the steam"
,"exact match":"unit:S-PER-M"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:VapourPermeance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB481"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB481"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Perm_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum Quadratum Pascalium Secundum"
,"label":"Chilogrammo per Metro Quadrato Pascal Secondo"
,"label":"Kilogram na Kvadratni Meter Pascal Sekunda"
,"label":"Kilogram na Metr Kwadratowy Paskal Sekunda"
,"label":"Kilogram na Čtvereční Metr Pascal Sekunda"
,"label":"Kilogram pe Metru Pătrat Pascal Secundă"
,"label":"Kilogram per Meter Persegi Pascal Saat"
,"label":"Kilogram per Metrekare Pascal Saniye"
,"label":"Kilogram per Square Meter Pascal Second"
,"label":"Kilogram per Square Metre Pascal Second"
,"label":"Kilogram per Square Metre Pascal Second"
,"label":"Kilogramm pro Quadratmeter Pascal Sekunde"
,"label":"Kilogramme par Mètre Carré Pascal Seconde"
,"label":"Kilogramo por Metro Cuadrado Pascal Segundo"
,"label":"Quilograma por Metro Quadrado Pascal Segundo"
,"label":"Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Πασκάλ Δευτερόλεπτο"
,"label":"Килограм на Квадратен Метър Паскал Секунда"
,"label":"Килограмм на Квадратный Метр Паскаль Секунда"
,"symbol":"kg\/(m²·Pa·s)"
,"type":"qudt:Unit"
,"ucum code":"kg.m-2.Pa-1.s-1"
,"unece common code":"Q28"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M2-PA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the ability of a material to allow the transition of the steam",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/S-PER-M",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VapourPermeance",
"iec61360Code" : "0112/2///62720#UAB481",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB481", "https://en.wikipedia.org/wiki/Perm_(unit)" ],
"symbol" : "kg/(m²·Pa·s)",
"ucumCode" : "kg.m-2.Pa-1.s-1",
"uneceCommonCode" : "Q28",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kilogramm pro Quadratmeter Pascal Sekunde"
}, {
"@language" : "bg",
"@value" : "Килограм на Квадратен Метър Паскал Секунда"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter Persegi Pascal Saat"
}, {
"@language" : "pl",
"@value" : "Kilogram na Metr Kwadratowy Paskal Sekunda"
}, {
"@language" : "cs",
"@value" : "Kilogram na Čtvereční Metr Pascal Sekunda"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro Cuadrado Pascal Segundo"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro Quadrato Pascal Secondo"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre Carré Pascal Seconde"
}, "Kilogram per Square Metre Pascal Second", {
"@language" : "en",
"@value" : "Kilogram per Square Metre Pascal Second"
}, {
"@language" : "ru",
"@value" : "Килограмм на Квадратный Метр Паскаль Секунда"
}, {
"@language" : "pt",
"@value" : "Quilograma por Metro Quadrado Pascal Segundo"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Square Meter Pascal Second"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru Pătrat Pascal Secundă"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Metrum Quadratum Pascalium Secundum"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Πασκάλ Δευτερόλεπτο"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kvadratni Meter Pascal Sekunda"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metrekare Pascal Saniye"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M2-SEC
URI: http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloGM-PER-SEC-M2> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "kg/(m²·s)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H56" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Metrum Quadratum Secundum"@la ; rdfs:label "Chilogrammo per Metro Quadrato Secondo"@it ; rdfs:label "Kilogram na Kvadratni Meter Sekunda"@sl ; rdfs:label "Kilogram na Metr Kwadratowy Sekunda"@pl ; rdfs:label "Kilogram na Čtvereční Metr Sekunda"@cs ; rdfs:label "Kilogram pe Metru Pătrat Secundă"@ro ; rdfs:label "Kilogram per Meter Persegi Saat"@ms ; rdfs:label "Kilogram per Metrekare Saniye"@tr ; rdfs:label "Kilogram per Square Meter Second"@en-US ; rdfs:label "Kilogram per Square Metre Second" ; rdfs:label "Kilogram per Square Metre Second"@en ; rdfs:label "Kilogramm pro Quadratmeter Sekunde"@de ; rdfs:label "Kilogramme par Mètre Carré Seconde"@fr ; rdfs:label "Kilogramo por Metro Cuadrado Segundo"@es ; rdfs:label "Quilograma por Metro Quadrado Segundo"@pt ; rdfs:label "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Δευτερόλεπτο"@el ; rdfs:label "Килограм на Квадратен Метър Секунда"@bg ; rdfs:label "Килограмм на Квадратный Метр Секунда"@ru ; .
{"resource":"Kilogram per Square Metre Second"
,"qname":"unit:KiloGM-PER-M2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M2-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"exact match":"unit:KiloGM-PER-SEC-M2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum Quadratum Secundum"
,"label":"Chilogrammo per Metro Quadrato Secondo"
,"label":"Kilogram na Kvadratni Meter Sekunda"
,"label":"Kilogram na Metr Kwadratowy Sekunda"
,"label":"Kilogram na Čtvereční Metr Sekunda"
,"label":"Kilogram pe Metru Pătrat Secundă"
,"label":"Kilogram per Meter Persegi Saat"
,"label":"Kilogram per Metrekare Saniye"
,"label":"Kilogram per Square Meter Second"
,"label":"Kilogram per Square Metre Second"
,"label":"Kilogram per Square Metre Second"
,"label":"Kilogramm pro Quadratmeter Sekunde"
,"label":"Kilogramme par Mètre Carré Seconde"
,"label":"Kilogramo por Metro Cuadrado Segundo"
,"label":"Quilograma por Metro Quadrado Segundo"
,"label":"Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Δευτερόλεπτο"
,"label":"Килограм на Квадратен Метър Секунда"
,"label":"Килограмм на Квадратный Метр Секунда"
,"symbol":"kg\/(m²·s)"
,"type":"qudt:Unit"
,"ucum code":"kg.m-2.s-1"
,"unece common code":"H56"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/KiloGM-PER-SEC-M2",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"symbol" : "kg/(m²·s)",
"ucumCode" : "kg.m-2.s-1",
"uneceCommonCode" : "H56",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Kilogram na Čtvereční Metr Sekunda"
}, {
"@language" : "pl",
"@value" : "Kilogram na Metr Kwadratowy Sekunda"
}, {
"@language" : "bg",
"@value" : "Килограм на Квадратен Метър Секунда"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Quadratmeter Sekunde"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Δευτερόλεπτο"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Square Meter Second"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kvadratni Meter Sekunda"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metrekare Saniye"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre Carré Seconde"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro Quadrato Secondo"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter Persegi Saat"
}, {
"@language" : "ru",
"@value" : "Килограмм на Квадратный Метр Секунда"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro Cuadrado Segundo"
}, "Kilogram per Square Metre Second", {
"@language" : "en",
"@value" : "Kilogram per Square Metre Second"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Metrum Quadratum Secundum"
}, {
"@language" : "pt",
"@value" : "Quilograma por Metro Quadrado Segundo"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru Pătrat Secundă"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M2-SEC2
URI: http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureLossPerLength> ; <http://qudt.org/schema/qudt/symbol> "kg/(m²·s²)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-2.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106867449> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Metrum Quadratum Secundum Quadratum"@la ; rdfs:label "Chilogrammo per Metro Quadrato Secondo Quadrato"@it ; rdfs:label "Kilogram na Kvadratni Meter Kvadratni Sekunda"@sl ; rdfs:label "Kilogram na Metr Kwadratowy Sekunda Kwadratowy"@pl ; rdfs:label "Kilogram na Čtvereční Metr Čtvereční Sekunda"@cs ; rdfs:label "Kilogram pe Metru Pătrat Secundă Pătrat"@ro ; rdfs:label "Kilogram per Meter Persegi Saat Persegi"@ms ; rdfs:label "Kilogram per Metrekare Saniyekare"@tr ; rdfs:label "Kilogram per Square Meter Square Second"@en-US ; rdfs:label "Kilogram per Square Metre Square Second" ; rdfs:label "Kilogram per Square Metre Square Second"@en ; rdfs:label "Kilogramm pro Quadratmeter Quadratsekunde"@de ; rdfs:label "Kilogramme par Mètre Carré Seconde Carré"@fr ; rdfs:label "Kilogramo por Metro Cuadrado Segundo Cuadrado"@es ; rdfs:label "Quilograma por Metro Quadrado Segundo Quadrado"@pt ; rdfs:label "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Килограм на Квадратен Метър Квадратен Секунда"@bg ; rdfs:label "Килограмм на Квадратный Метр Квадратный Секунда"@ru ; .
{"resource":"Kilogram per Square Metre Square Second"
,"qname":"unit:KiloGM-PER-M2-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M2-SEC2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106867449>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:PressureLossPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum Quadratum Secundum Quadratum"
,"label":"Chilogrammo per Metro Quadrato Secondo Quadrato"
,"label":"Kilogram na Kvadratni Meter Kvadratni Sekunda"
,"label":"Kilogram na Metr Kwadratowy Sekunda Kwadratowy"
,"label":"Kilogram na Čtvereční Metr Čtvereční Sekunda"
,"label":"Kilogram pe Metru Pătrat Secundă Pătrat"
,"label":"Kilogram per Meter Persegi Saat Persegi"
,"label":"Kilogram per Metrekare Saniyekare"
,"label":"Kilogram per Square Meter Square Second"
,"label":"Kilogram per Square Metre Square Second"
,"label":"Kilogram per Square Metre Square Second"
,"label":"Kilogramm pro Quadratmeter Quadratsekunde"
,"label":"Kilogramme par Mètre Carré Seconde Carré"
,"label":"Kilogramo por Metro Cuadrado Segundo Cuadrado"
,"label":"Quilograma por Metro Quadrado Segundo Quadrado"
,"label":"Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Τετραγωνικό Δευτερόλεπτο"
,"label":"Килограм на Квадратен Метър Квадратен Секунда"
,"label":"Килограмм на Квадратный Метр Квадратный Секунда"
,"symbol":"kg\/(m²·s²)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.m-2.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureLossPerLength",
"symbol" : "kg/(m²·s²)",
"ucumCode" : "kg.m-2.s-2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106867449",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Килограмм на Квадратный Метр Квадратный Секунда"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru Pătrat Secundă Pătrat"
}, {
"@language" : "bg",
"@value" : "Килограм на Квадратен Метър Квадратен Секунда"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kvadratni Meter Kvadratni Sekunda"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Metrum Quadratum Secundum Quadratum"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro Cuadrado Segundo Cuadrado"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metrekare Saniyekare"
}, {
"@language" : "cs",
"@value" : "Kilogram na Čtvereční Metr Čtvereční Sekunda"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Τετραγωνικό Μέτρο Τετραγωνικό Δευτερόλεπτο"
}, "Kilogram per Square Metre Square Second", {
"@language" : "en",
"@value" : "Kilogram per Square Metre Square Second"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter Persegi Saat Persegi"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Square Meter Square Second"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro Quadrato Secondo Quadrato"
}, {
"@language" : "pt",
"@value" : "Quilograma por Metro Quadrado Segundo Quadrado"
}, {
"@language" : "pl",
"@value" : "Kilogram na Metr Kwadratowy Sekunda Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre Carré Seconde Carré"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Quadratmeter Quadratsekunde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M3
URI: http://qudt.org/vocab/unit/KiloGM-PER-M3
Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is $kg \cdot m^{-3}$, or equivalently either $kg/m^3$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloGM-PER-M3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is $kg \\cdot m^{-3}$, or equivalently either $kg/m^3$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$kg/m^3$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentration> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentrationOfWater> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentrationOfWaterVapour> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M3-PER-KiloGM> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA619" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA619"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3." ;
<http://qudt.org/schema/qudt/symbol> "kg/m³" ;
<http://qudt.org/schema/qudt/ucumCode> "kg.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "KMQ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q844211> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Chiliogramma per Metrum Cubicum"@la ;
rdfs:label "Chilogrammo per Metro Cubo"@it ;
rdfs:label "Kilogram na Kubični Meter"@sl ;
rdfs:label "Kilogram na Metr Krychlový"@cs ;
rdfs:label "Kilogram na Metr Sześcienny"@pl ;
rdfs:label "Kilogram pe Metru Cub"@ro ;
rdfs:label "Kilogram per Cubic Meter"@en-US ;
rdfs:label "Kilogram per Cubic Metre" ;
rdfs:label "Kilogram per Cubic Metre"@en ;
rdfs:label "Kilogram per Meter Kubik"@ms ;
rdfs:label "Kilogram per Metreküp"@tr ;
rdfs:label "Kilogramm pro Kubikmeter"@de ;
rdfs:label "Kilogramme par Mètre Cube"@fr ;
rdfs:label "Kilogramo por Metro Cúbico"@es ;
rdfs:label "Quilograma por Metro Cúbico"@pt ;
rdfs:label "Χιλιόγραμμο ανά Κυβικό Μέτρο"@el ;
rdfs:label "Килограм на Кубичен Метър"@bg ;
rdfs:label "Килограмм на Кубический Метр"@ru ;
rdfs:label "كيلوغرام لكل متر مكعب"@ar ;
rdfs:label "کیلوگرم بر متر مکعب"@fa ;
rdfs:label "किलोग्राम प्रति घन मीटर"@hi ;
rdfs:label "キログラム毎立方メートル"@ja ;
rdfs:label "千克每立方米"@zh ;
.
{"resource":"Kilogram per Cubic Metre"
,"qname":"unit:KiloGM-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q844211>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is $kg \\cdot m^{-3}$, or equivalently either $kg\/m^3$."
,"description (plain text)":"Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg\/m^3."
,"expression":"$kg\/m^3$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassConcentration"
,"has quantity kind":"quantitykind:MassConcentrationOfWater"
,"has quantity kind":"quantitykind:MassConcentrationOfWaterVapour"
,"has quantity kind":"quantitykind:MassDensity"
,"has reciprocal unit":"unit:M3-PER-KiloGM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA619"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA619"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum Cubicum"
,"label":"Chilogrammo per Metro Cubo"
,"label":"Kilogram na Kubični Meter"
,"label":"Kilogram na Metr Krychlový"
,"label":"Kilogram na Metr Sześcienny"
,"label":"Kilogram pe Metru Cub"
,"label":"Kilogram per Cubic Meter"
,"label":"Kilogram per Cubic Metre"
,"label":"Kilogram per Cubic Metre"
,"label":"Kilogram per Meter Kubik"
,"label":"Kilogram per Metreküp"
,"label":"Kilogramm pro Kubikmeter"
,"label":"Kilogramme par Mètre Cube"
,"label":"Kilogramo por Metro Cúbico"
,"label":"Quilograma por Metro Cúbico"
,"label":"Χιλιόγραμμο ανά Κυβικό Μέτρο"
,"label":"Килограм на Кубичен Метър"
,"label":"Килограмм на Кубический Метр"
,"label":"كيلوغرام لكل متر مكعب"
,"label":"کیلوگرم بر متر مکعب"
,"label":"किलोग्राम प्रति घन मीटर"
,"label":"キログラム毎立方メートル"
,"label":"千克每立方米"
,"symbol":"kg\/m³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.m-3"
,"unece common code":"KMQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M3",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is $kg \\cdot m^{-3}$, or equivalently either $kg/m^3$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$kg/m^3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassConcentration", "http://qudt.org/vocab/quantitykind/MassConcentrationOfWaterVapour", "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassConcentrationOfWater" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M3-PER-KiloGM",
"iec61360Code" : "0112/2///62720#UAA619",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA619",
"plainTextDescription" : "Kilogram per cubic metre is an SI derived unit of density, defined by mass in kilograms divided by volume in cubic metres. The official SI symbolic abbreviation is kg . m^-3, or equivalently either kg/m^3.",
"symbol" : "kg/m³",
"ucumCode" : "kg.m-3",
"uneceCommonCode" : "KMQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q844211",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Kilogram na Kubični Meter"
}, {
"@language" : "ar",
"@value" : "كيلوغرام لكل متر مكعب"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru Cub"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metreküp"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro Cúbico"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kubikmeter"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Meter"
}, {
"@language" : "fa",
"@value" : "کیلوگرم بر متر مکعب"
}, {
"@language" : "cs",
"@value" : "Kilogram na Metr Krychlový"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro Cubo"
}, {
"@language" : "pl",
"@value" : "Kilogram na Metr Sześcienny"
}, {
"@language" : "ja",
"@value" : "キログラム毎立方メートル"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Metrum Cubicum"
}, {
"@language" : "bg",
"@value" : "Килограм на Кубичен Метър"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter Kubik"
}, {
"@language" : "ru",
"@value" : "Килограмм на Кубический Метр"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre Cube"
}, {
"@language" : "hi",
"@value" : "किलोग्राम प्रति घन मीटर"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Κυβικό Μέτρο"
}, {
"@language" : "pt",
"@value" : "Quilograma por Metro Cúbico"
}, {
"@language" : "en",
"@value" : "Kilogram per Cubic Metre"
}, "Kilogram per Cubic Metre", {
"@language" : "zh",
"@value" : "千克每立方米"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M3-BAR
URI: http://qudt.org/vocab/unit/KiloGM-PER-M3-BAR
SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA621" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA621"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(m³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G18" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Cubic Meter Bar"@en-US ; rdfs:label "Kilogram per Cubic Metre Bar" ; rdfs:label "Kilogram per Cubic Metre Bar"@en ; .
{"resource":"Kilogram per Cubic Metre Bar"
,"qname":"unit:KiloGM-PER-M3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M3-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA621"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA621"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Cubic Meter Bar"
,"label":"Kilogram per Cubic Metre Bar"
,"label":"Kilogram per Cubic Metre Bar"
,"symbol":"kg\/(m³·bar)"
,"type":"qudt:Unit"
,"ucum code":"kg.m-3.bar-1"
,"unece common code":"G18"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA621",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA621",
"symbol" : "kg/(m³·bar)",
"ucumCode" : "kg.m-3.bar-1",
"uneceCommonCode" : "G18",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Meter Bar"
}, "Kilogram per Cubic Metre Bar", {
"@language" : "en",
"@value" : "Kilogram per Cubic Metre Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M3-K
URI: http://qudt.org/vocab/unit/KiloGM-PER-M3-K
SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA620" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA620"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(m³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G40" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Metrum Cubicum Kelvin"@la ; rdfs:label "Chilogrammo per Metro Cubo Kelvin"@it ; rdfs:label "Kilogram na Kubični Meter Kelvin"@sl ; rdfs:label "Kilogram na Metr Krychlový Kelvin"@cs ; rdfs:label "Kilogram na Metr Sześcienny Kelwin"@pl ; rdfs:label "Kilogram pe Metru Cub Kelvin"@ro ; rdfs:label "Kilogram per Cubic Meter Kelvin"@en-US ; rdfs:label "Kilogram per Cubic Metre Kelvin" ; rdfs:label "Kilogram per Cubic Metre Kelvin"@en ; rdfs:label "Kilogram per Meter Kubik Kelvin"@ms ; rdfs:label "Kilogram per Metreküp Kelvin"@tr ; rdfs:label "Kilogramm pro Kubikmeter Kelvin"@de ; rdfs:label "Kilogramme par Mètre Cube Kelvin"@fr ; rdfs:label "Kilogramo por Metro Cúbico Kelvin"@es ; rdfs:label "Quilograma por Metro Cúbico Kelvin"@pt ; rdfs:label "Χιλιόγραμμο ανά Κυβικό Μέτρο Κέλβιν"@el ; rdfs:label "Килограм на Кубичен Метър Келвин"@bg ; rdfs:label "Килограмм на Кубический Метр Кельвин"@ru ; .
{"resource":"Kilogram per Cubic Metre Kelvin"
,"qname":"unit:KiloGM-PER-M3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M3-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA620"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA620"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum Cubicum Kelvin"
,"label":"Chilogrammo per Metro Cubo Kelvin"
,"label":"Kilogram na Kubični Meter Kelvin"
,"label":"Kilogram na Metr Krychlový Kelvin"
,"label":"Kilogram na Metr Sześcienny Kelwin"
,"label":"Kilogram pe Metru Cub Kelvin"
,"label":"Kilogram per Cubic Meter Kelvin"
,"label":"Kilogram per Cubic Metre Kelvin"
,"label":"Kilogram per Cubic Metre Kelvin"
,"label":"Kilogram per Meter Kubik Kelvin"
,"label":"Kilogram per Metreküp Kelvin"
,"label":"Kilogramm pro Kubikmeter Kelvin"
,"label":"Kilogramme par Mètre Cube Kelvin"
,"label":"Kilogramo por Metro Cúbico Kelvin"
,"label":"Quilograma por Metro Cúbico Kelvin"
,"label":"Χιλιόγραμμο ανά Κυβικό Μέτρο Κέλβιν"
,"label":"Килограм на Кубичен Метър Келвин"
,"label":"Килограмм на Кубический Метр Кельвин"
,"symbol":"kg\/(m³·K)"
,"type":"qudt:Unit"
,"ucum code":"kg.m-3.K-1"
,"unece common code":"G40"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the power of the SI base unit metre with the exponent 3 and the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA620",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA620",
"symbol" : "kg/(m³·K)",
"ucumCode" : "kg.m-3.K-1",
"uneceCommonCode" : "G40",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Cubic Metre Kelvin", {
"@language" : "en",
"@value" : "Kilogram per Cubic Metre Kelvin"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru Cub Kelvin"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Meter Kelvin"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kubikmeter Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kubični Meter Kelvin"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro Cúbico Kelvin"
}, {
"@language" : "pt",
"@value" : "Quilograma por Metro Cúbico Kelvin"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Κυβικό Μέτρο Κέλβιν"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro Cubo Kelvin"
}, {
"@language" : "ru",
"@value" : "Килограмм на Кубический Метр Кельвин"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metreküp Kelvin"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Metrum Cubicum Kelvin"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre Cube Kelvin"
}, {
"@language" : "cs",
"@value" : "Kilogram na Metr Krychlový Kelvin"
}, {
"@language" : "bg",
"@value" : "Килограм на Кубичен Метър Келвин"
}, {
"@language" : "pl",
"@value" : "Kilogram na Metr Sześcienny Kelwin"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter Kubik Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M3-PA
URI: http://qudt.org/vocab/unit/KiloGM-PER-M3-PA
SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M3-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB310" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB310"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(m³·Pa)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-3.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M73" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Metrum Cubicum Pascalium"@la ; rdfs:label "Chilogrammo per Metro Cubo Pascal"@it ; rdfs:label "Kilogram na Kubični Meter Pascal"@sl ; rdfs:label "Kilogram na Metr Krychlový Pascal"@cs ; rdfs:label "Kilogram na Metr Sześcienny Paskal"@pl ; rdfs:label "Kilogram pe Metru Cub Pascal"@ro ; rdfs:label "Kilogram per Cubic Meter Pascal"@en-US ; rdfs:label "Kilogram per Cubic Metre Pascal" ; rdfs:label "Kilogram per Cubic Metre Pascal"@en ; rdfs:label "Kilogram per Meter Kubik Pascal"@ms ; rdfs:label "Kilogram per Metreküp Pascal"@tr ; rdfs:label "Kilogramm pro Kubikmeter Pascal"@de ; rdfs:label "Kilogramme par Mètre Cube Pascal"@fr ; rdfs:label "Kilogramo por Metro Cúbico Pascal"@es ; rdfs:label "Quilograma por Metro Cúbico Pascal"@pt ; rdfs:label "Χιλιόγραμμο ανά Κυβικό Μέτρο Πασκάλ"@el ; rdfs:label "Килограм на Кубичен Метър Паскал"@bg ; rdfs:label "Килограмм на Кубический Метр Паскаль"@ru ; .
{"resource":"Kilogram per Cubic Metre Pascal"
,"qname":"unit:KiloGM-PER-M3-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M3-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB310"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB310"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum Cubicum Pascalium"
,"label":"Chilogrammo per Metro Cubo Pascal"
,"label":"Kilogram na Kubični Meter Pascal"
,"label":"Kilogram na Metr Krychlový Pascal"
,"label":"Kilogram na Metr Sześcienny Paskal"
,"label":"Kilogram pe Metru Cub Pascal"
,"label":"Kilogram per Cubic Meter Pascal"
,"label":"Kilogram per Cubic Metre Pascal"
,"label":"Kilogram per Cubic Metre Pascal"
,"label":"Kilogram per Meter Kubik Pascal"
,"label":"Kilogram per Metreküp Pascal"
,"label":"Kilogramm pro Kubikmeter Pascal"
,"label":"Kilogramme par Mètre Cube Pascal"
,"label":"Kilogramo por Metro Cúbico Pascal"
,"label":"Quilograma por Metro Cúbico Pascal"
,"label":"Χιλιόγραμμο ανά Κυβικό Μέτρο Πασκάλ"
,"label":"Килограм на Кубичен Метър Паскал"
,"label":"Килограмм на Кубический Метр Паскаль"
,"symbol":"kg\/(m³·Pa)"
,"type":"qudt:Unit"
,"ucum code":"kg.m-3.Pa-1"
,"unece common code":"M73"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M3-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product of the power of the SI base unit metre with exponent 3 and the SI derived unit pascal",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAB310",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB310",
"symbol" : "kg/(m³·Pa)",
"ucumCode" : "kg.m-3.Pa-1",
"uneceCommonCode" : "M73",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Chiliogramma per Metrum Cubicum Pascalium"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metreküp Pascal"
}, {
"@language" : "bg",
"@value" : "Килограм на Кубичен Метър Паскал"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter Kubik Pascal"
}, {
"@language" : "en",
"@value" : "Kilogram per Cubic Metre Pascal"
}, "Kilogram per Cubic Metre Pascal", {
"@language" : "pt",
"@value" : "Quilograma por Metro Cúbico Pascal"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kubični Meter Pascal"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru Cub Pascal"
}, {
"@language" : "cs",
"@value" : "Kilogram na Metr Krychlový Pascal"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre Cube Pascal"
}, {
"@language" : "ru",
"@value" : "Килограмм на Кубический Метр Паскаль"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Meter Pascal"
}, {
"@language" : "pl",
"@value" : "Kilogram na Metr Sześcienny Paskal"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Κυβικό Μέτρο Πασκάλ"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro Cubo Pascal"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro Cúbico Pascal"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kubikmeter Pascal"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-M3-SEC
URI: http://qudt.org/vocab/unit/KiloGM-PER-M3-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-M3-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "kg/(m³·s)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.m-3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Metrum Cubicum Secundum"@la ; rdfs:label "Chilogrammo per Metro Cubo Secondo"@it ; rdfs:label "Kilogram na Kubični Meter Sekunda"@sl ; rdfs:label "Kilogram na Metr Krychlový Sekunda"@cs ; rdfs:label "Kilogram na Metr Sześcienny Sekunda"@pl ; rdfs:label "Kilogram pe Metru Cub Secundă"@ro ; rdfs:label "Kilogram per Cubic Meter Second"@en-US ; rdfs:label "Kilogram per Cubic Metre Second" ; rdfs:label "Kilogram per Cubic Metre Second"@en ; rdfs:label "Kilogram per Meter Kubik Saat"@ms ; rdfs:label "Kilogram per Metreküp Saniye"@tr ; rdfs:label "Kilogramm pro Kubikmeter Sekunde"@de ; rdfs:label "Kilogramme par Mètre Cube Seconde"@fr ; rdfs:label "Kilogramo por Metro Cúbico Segundo"@es ; rdfs:label "Quilograma por Metro Cúbico Segundo"@pt ; rdfs:label "Χιλιόγραμμο ανά Κυβικό Μέτρο Δευτερόλεπτο"@el ; rdfs:label "Килограм на Кубичен Метър Секунда"@bg ; rdfs:label "Килограмм на Кубический Метр Секунда"@ru ; .
{"resource":"Kilogram per Cubic Metre Second"
,"qname":"unit:KiloGM-PER-M3-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-M3-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Metrum Cubicum Secundum"
,"label":"Chilogrammo per Metro Cubo Secondo"
,"label":"Kilogram na Kubični Meter Sekunda"
,"label":"Kilogram na Metr Krychlový Sekunda"
,"label":"Kilogram na Metr Sześcienny Sekunda"
,"label":"Kilogram pe Metru Cub Secundă"
,"label":"Kilogram per Cubic Meter Second"
,"label":"Kilogram per Cubic Metre Second"
,"label":"Kilogram per Cubic Metre Second"
,"label":"Kilogram per Meter Kubik Saat"
,"label":"Kilogram per Metreküp Saniye"
,"label":"Kilogramm pro Kubikmeter Sekunde"
,"label":"Kilogramme par Mètre Cube Seconde"
,"label":"Kilogramo por Metro Cúbico Segundo"
,"label":"Quilograma por Metro Cúbico Segundo"
,"label":"Χιλιόγραμμο ανά Κυβικό Μέτρο Δευτερόλεπτο"
,"label":"Килограм на Кубичен Метър Секунда"
,"label":"Килограмм на Кубический Метр Секунда"
,"symbol":"kg\/(m³·s)"
,"type":"qudt:Unit"
,"ucum code":"kg.m-3.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-M3-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "kg/(m³·s)",
"ucumCode" : "kg.m-3.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kilogram na Metr Sześcienny Sekunda"
}, {
"@language" : "ms",
"@value" : "Kilogram per Meter Kubik Saat"
}, "Kilogram per Cubic Metre Second", {
"@language" : "en",
"@value" : "Kilogram per Cubic Metre Second"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Metrum Cubicum Secundum"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kubični Meter Sekunda"
}, {
"@language" : "pt",
"@value" : "Quilograma por Metro Cúbico Segundo"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Κυβικό Μέτρο Δευτερόλεπτο"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mètre Cube Seconde"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Metru Cub Secundă"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kubikmeter Sekunde"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Metro Cubo Secondo"
}, {
"@language" : "cs",
"@value" : "Kilogram na Metr Krychlový Sekunda"
}, {
"@language" : "bg",
"@value" : "Килограм на Кубичен Метър Секунда"
}, {
"@language" : "tr",
"@value" : "Kilogram per Metreküp Saniye"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Cubic Meter Second"
}, {
"@language" : "es",
"@value" : "Kilogramo por Metro Cúbico Segundo"
}, {
"@language" : "ru",
"@value" : "Килограмм на Кубический Метр Секунда"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-MIN
URI: http://qudt.org/vocab/unit/KiloGM-PER-MIN
SI base unit kilogram divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA624" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA624"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "kg/min" ; <http://qudt.org/schema/qudt/ucumCode> "kg.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F31" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107210172> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Minute" ; rdfs:label "Kilogram per Minute"@en ; .
{"resource":"Kilogram per Minute"
,"qname":"unit:KiloGM-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107210172>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"SI base unit kilogram divided by the unit minute"
,"description (plain text)":"SI base unit kilogram divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA624"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA624"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Minute"
,"label":"Kilogram per Minute"
,"symbol":"kg\/min"
,"type":"qudt:Unit"
,"ucum code":"kg.min-1"
,"unece common code":"F31"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA624",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA624",
"plainTextDescription" : "SI base unit kilogram divided by the unit minute",
"symbol" : "kg/min",
"ucumCode" : "kg.min-1",
"uneceCommonCode" : "F31",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107210172",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Minute", {
"@language" : "en",
"@value" : "Kilogram per Minute"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-MIN-BAR
URI: http://qudt.org/vocab/unit/KiloGM-PER-MIN-BAR
SI base unit kilogram divided by the product out of the unit minute and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-MIN-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the unit minute and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA626" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA626"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(min·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.min-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F68" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Minute Bar" ; rdfs:label "Kilogram per Minute Bar"@en ; .
{"resource":"Kilogram per Minute Bar"
,"qname":"unit:KiloGM-PER-MIN-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-MIN-BAR"
,"properties":["conversion multiplier":"0.0000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-7"
,"description":"SI base unit kilogram divided by the product out of the unit minute and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA626"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA626"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Minute Bar"
,"label":"Kilogram per Minute Bar"
,"symbol":"kg\/(min·bar)"
,"type":"qudt:Unit"
,"ucum code":"kg.min-1.bar-1"
,"unece common code":"F68"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-MIN-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the unit minute and the unit bar",
"conversionMultiplier" : "0.0000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666668E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA626",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA626",
"symbol" : "kg/(min·bar)",
"ucumCode" : "kg.min-1.bar-1",
"uneceCommonCode" : "F68",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Minute Bar", {
"@language" : "en",
"@value" : "Kilogram per Minute Bar"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-MIN-K
URI: http://qudt.org/vocab/unit/KiloGM-PER-MIN-K
SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-MIN-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA625" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA625"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(min·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.min-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F41" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Minute Kelvin" ; rdfs:label "Kilogram per Minute Kelvin"@en ; .
{"resource":"Kilogram per Minute Kelvin"
,"qname":"unit:KiloGM-PER-MIN-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-MIN-K"
,"properties":["conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA625"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA625"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Minute Kelvin"
,"label":"Kilogram per Minute Kelvin"
,"symbol":"kg\/(min·K)"
,"type":"qudt:Unit"
,"ucum code":"kg.min-1.K-1"
,"unece common code":"F41"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-MIN-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA625",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA625",
"symbol" : "kg/(min·K)",
"ucumCode" : "kg.min-1.K-1",
"uneceCommonCode" : "F41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Minute Kelvin", {
"@language" : "en",
"@value" : "Kilogram per Minute Kelvin"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-MOL
URI: http://qudt.org/vocab/unit/KiloGM-PER-MOL
The unit $\textit{}$, symbol $kg/mol$, is the base SI unit for molar mass. In chemistry, the molar mass $M$ is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. It is a physical property of a given substance. However, for historical reasons, molar masses are almost always expressed in $g/mol$. As an example, the molar mass of water is approximately: $18.01528(33) \; g/mol$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloGM-PER-MOL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{}$, symbol $kg/mol$, is the base SI unit for molar mass.
In chemistry, the molar mass $M$ is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance.
It is a physical property of a given substance.
However, for historical reasons, molar masses are almost always expressed in $g/mol$.
As an example, the molar mass of water is approximately: $18.01528(33) \\; g/mol$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$kg mol^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarMass> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MOL-PER-KiloGM> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA628" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA628"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "kg/mol" ;
<http://qudt.org/schema/qudt/ucumCode> "kg.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D74" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q28924753> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Chiliogramma per Moles"@la ;
rdfs:label "Chilogrammo per Mole"@it ;
rdfs:label "Kilogram na Mol"@cs ;
rdfs:label "Kilogram na Mol"@pl ;
rdfs:label "Kilogram na Mol"@sl ;
rdfs:label "Kilogram pe Mol"@ro ;
rdfs:label "Kilogram per Mol"@tr ;
rdfs:label "Kilogram per Mole" ;
rdfs:label "Kilogram per Mole"@en ;
rdfs:label "Kilogram per Mole"@ms ;
rdfs:label "Kilogramm pro Mol"@de ;
rdfs:label "Kilogramme par Mole"@fr ;
rdfs:label "Kilogramo por Mol"@es ;
rdfs:label "Quilograma por Mol"@pt ;
rdfs:label "Χιλιόγραμμο ανά Μολ"@el ;
rdfs:label "Килограм на Мол"@bg ;
rdfs:label "Килограмм на Моль"@ru ;
.
{"resource":"Kilogram per Mole"
,"qname":"unit:KiloGM-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q28924753>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\n The unit $\\textit{}$, symbol $kg\/mol$, is the base SI unit for molar mass.\n In chemistry, the molar mass $M$ is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. \n It is a physical property of a given substance. \n However, for historical reasons, molar masses are almost always expressed in $g\/mol$. \n As an example, the molar mass of water is approximately: $18.01528(33) \\; g\/mol$.\n "
,"expression":"$kg mol^{-1}$"
,"has dimension vector":"qkdv:A-1E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:MolarMass"
,"has reciprocal unit":"unit:MOL-PER-KiloGM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA628"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA628"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Moles"
,"label":"Chilogrammo per Mole"
,"label":"Kilogram na Mol"
,"label":"Kilogram na Mol"
,"label":"Kilogram na Mol"
,"label":"Kilogram pe Mol"
,"label":"Kilogram per Mol"
,"label":"Kilogram per Mole"
,"label":"Kilogram per Mole"
,"label":"Kilogram per Mole"
,"label":"Kilogramm pro Mol"
,"label":"Kilogramme par Mole"
,"label":"Kilogramo por Mol"
,"label":"Quilograma por Mol"
,"label":"Χιλιόγραμμο ανά Μολ"
,"label":"Килограм на Мол"
,"label":"Килограмм на Моль"
,"symbol":"kg\/mol"
,"type":"qudt:Unit"
,"ucum code":"kg.mol-1"
,"unece common code":"D74"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{}$, symbol $kg/mol$, is the base SI unit for molar mass.\n In chemistry, the molar mass $M$ is defined as the mass of a given substance (chemical element or chemical compound) divided by its amount of substance. \n It is a physical property of a given substance. \n However, for historical reasons, molar masses are almost always expressed in $g/mol$. \n As an example, the molar mass of water is approximately: $18.01528(33) \\; g/mol$.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$kg mol^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L0I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarMass",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MOL-PER-KiloGM",
"iec61360Code" : "0112/2///62720#UAA628",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA628",
"symbol" : "kg/mol",
"ucumCode" : "kg.mol-1",
"uneceCommonCode" : "D74",
"wikidataMatch" : "http://www.wikidata.org/entity/Q28924753",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Kilogram per Mole"
}, {
"@language" : "ms",
"@value" : "Kilogram per Mole"
}, {
"@language" : "cs",
"@value" : "Kilogram na Mol"
}, {
"@language" : "pl",
"@value" : "Kilogram na Mol"
}, {
"@language" : "sl",
"@value" : "Kilogram na Mol"
}, "Kilogram per Mole", {
"@language" : "ru",
"@value" : "Килограмм на Моль"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Mole"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Moles"
}, {
"@language" : "es",
"@value" : "Kilogramo por Mol"
}, {
"@language" : "tr",
"@value" : "Kilogram per Mol"
}, {
"@language" : "bg",
"@value" : "Килограм на Мол"
}, {
"@language" : "pt",
"@value" : "Quilograma por Mol"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Mol"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Mole"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Mol"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Μολ"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-MegaBTU_IT
URI: http://qudt.org/vocab/unit/KiloGM-PER-MegaBTU_IT
$\textit{Kilogram per Mega BTU}$ is an Imperial unit for 'Mass Per Energy' expressed as $kg/MBtu$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloGM-PER-MegaBTU_IT>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Kilogram per Mega BTU}$ is an Imperial unit for 'Mass Per Energy' expressed as $kg/MBtu$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000009478171203133172000127850444756106 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.478171203133172000127850444756106E-10 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$kg/MBtu$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Kilogram per Mega BTU is an Imperial Unit for 'Mass Per Energy." ;
<http://qudt.org/schema/qudt/symbol> "kg/MBtu{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "kg.M[Btu_IT]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilogram per Mega British Thermal Unit (international Definition)" ;
rdfs:label "Kilogram per Mega British Thermal Unit (international Definition)"@en ;
.
{"resource":"Kilogram per Mega British Thermal Unit (international Definition)"
,"qname":"unit:KiloGM-PER-MegaBTU_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-MegaBTU_IT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000000009478171203133172000127850444756106"
,"conversion multiplier scientific":"9.478171203133172000127850444756106E-10"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Kilogram per Mega BTU}$ is an Imperial unit for 'Mass Per Energy' expressed as $kg\/MBtu$.\n "
,"description (plain text)":"Kilogram per Mega BTU is an Imperial Unit for 'Mass Per Energy."
,"expression":"$kg\/MBtu$"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Mega British Thermal Unit (international Definition)"
,"label":"Kilogram per Mega British Thermal Unit (international Definition)"
,"symbol":"kg\/MBtu{IT}"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.M[Btu_IT]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-MegaBTU_IT",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Kilogram per Mega BTU}$ is an Imperial unit for 'Mass Per Energy' expressed as $kg/MBtu$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0000000009478171203133172000127850444756106",
"conversionMultiplier:SN" : 9.478171203133171E-10,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$kg/MBtu$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"plainTextDescription" : "Kilogram per Mega BTU is an Imperial Unit for 'Mass Per Energy.",
"symbol" : "kg/MBtu{IT}",
"ucumCode" : "kg.M[Btu_IT]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Mega British Thermal Unit (international Definition)", {
"@language" : "en",
"@value" : "Kilogram per Mega British Thermal Unit (international Definition)"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-MilliM
URI: http://qudt.org/vocab/unit/KiloGM-PER-MilliM
SI base unit kilogram divided by the 0.001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB070" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB070"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "kg/mm" ; <http://qudt.org/schema/qudt/ucumCode> "kg.mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KW" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106645237> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogrammo per Millimetro"@it ; rdfs:label "Kilogram na Millimeter"@sl ; rdfs:label "Kilogram na Millimetr"@cs ; rdfs:label "Kilogram na Millimetr"@pl ; rdfs:label "Kilogram pe Millimetru"@ro ; rdfs:label "Kilogram per Millimeter"@en-US ; rdfs:label "Kilogram per Millimeter"@ms ; rdfs:label "Kilogram per Millimetre" ; rdfs:label "Kilogram per Millimetre"@en ; rdfs:label "Kilogram per Millimetre"@tr ; rdfs:label "Kilogramm pro Millimeter"@de ; rdfs:label "Kilogramme par Millimètre"@fr ; rdfs:label "Kilogramo por Millimetro"@es ; .
{"resource":"Kilogram per Millimetre"
,"qname":"unit:KiloGM-PER-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-MilliM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106645237>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI base unit kilogram divided by the 0.001-fold of the SI base unit metre"
,"description (plain text)":"SI base unit kilogram divided by the 0.001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:LinearDensity"
,"has quantity kind":"quantitykind:MassPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB070"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB070"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogrammo per Millimetro"
,"label":"Kilogram na Millimeter"
,"label":"Kilogram na Millimetr"
,"label":"Kilogram na Millimetr"
,"label":"Kilogram pe Millimetru"
,"label":"Kilogram per Millimeter"
,"label":"Kilogram per Millimeter"
,"label":"Kilogram per Millimetre"
,"label":"Kilogram per Millimetre"
,"label":"Kilogram per Millimetre"
,"label":"Kilogramm pro Millimeter"
,"label":"Kilogramme par Millimètre"
,"label":"Kilogramo por Millimetro"
,"symbol":"kg\/mm"
,"type":"qudt:Unit"
,"ucum code":"kg.mm-1"
,"unece common code":"KW"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassPerLength", "http://qudt.org/vocab/quantitykind/LinearDensity" ],
"iec61360Code" : "0112/2///62720#UAB070",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB070",
"plainTextDescription" : "SI base unit kilogram divided by the 0.001-fold of the SI base unit metre",
"symbol" : "kg/mm",
"ucumCode" : "kg.mm-1",
"uneceCommonCode" : "KW",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106645237",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kilogramm pro Millimeter"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Millimeter"
}, {
"@language" : "ms",
"@value" : "Kilogram per Millimeter"
}, {
"@language" : "es",
"@value" : "Kilogramo por Millimetro"
}, {
"@language" : "cs",
"@value" : "Kilogram na Millimetr"
}, {
"@language" : "pl",
"@value" : "Kilogram na Millimetr"
}, {
"@language" : "sl",
"@value" : "Kilogram na Millimeter"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Millimetro"
}, "Kilogram per Millimetre", {
"@language" : "en",
"@value" : "Kilogram per Millimetre"
}, {
"@language" : "tr",
"@value" : "Kilogram per Millimetre"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Millimètre"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Millimetru"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-PA
URI: http://qudt.org/vocab/unit/KiloGM-PER-PA
SI base unit kilogram divided by the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB316" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB316"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/Pa" ; <http://qudt.org/schema/qudt/ucumCode> "kg.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M74" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Pascalium"@la ; rdfs:label "Chilogrammo per Pascal"@it ; rdfs:label "Kilogram na Pascal"@cs ; rdfs:label "Kilogram na Pascal"@sl ; rdfs:label "Kilogram na Paskal"@pl ; rdfs:label "Kilogram pe Pascal"@ro ; rdfs:label "Kilogram per Pascal" ; rdfs:label "Kilogram per Pascal"@en ; rdfs:label "Kilogram per Pascal"@ms ; rdfs:label "Kilogram per Pascal"@tr ; rdfs:label "Kilogramm pro Pascal"@de ; rdfs:label "Kilogramme par Pascal"@fr ; rdfs:label "Kilogramo por Pascal"@es ; rdfs:label "Quilograma por Pascal"@pt ; rdfs:label "Χιλιόγραμμο ανά Πασκάλ"@el ; rdfs:label "Килограм на Паскал"@bg ; rdfs:label "Килограмм на Паскаль"@ru ; .
{"resource":"Kilogram per Pascal"
,"qname":"unit:KiloGM-PER-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit kilogram divided by the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB316"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB316"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Pascalium"
,"label":"Chilogrammo per Pascal"
,"label":"Kilogram na Pascal"
,"label":"Kilogram na Pascal"
,"label":"Kilogram na Paskal"
,"label":"Kilogram pe Pascal"
,"label":"Kilogram per Pascal"
,"label":"Kilogram per Pascal"
,"label":"Kilogram per Pascal"
,"label":"Kilogram per Pascal"
,"label":"Kilogramm pro Pascal"
,"label":"Kilogramme par Pascal"
,"label":"Kilogramo por Pascal"
,"label":"Quilograma por Pascal"
,"label":"Χιλιόγραμμο ανά Πασκάλ"
,"label":"Килограм на Паскал"
,"label":"Килограмм на Паскаль"
,"symbol":"kg\/Pa"
,"type":"qudt:Unit"
,"ucum code":"kg.Pa-1"
,"unece common code":"M74"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the SI derived unit pascal",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB316",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB316",
"symbol" : "kg/Pa",
"ucumCode" : "kg.Pa-1",
"uneceCommonCode" : "M74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Chiliogramma per Pascalium"
}, {
"@language" : "es",
"@value" : "Kilogramo por Pascal"
}, {
"@language" : "bg",
"@value" : "Килограм на Паскал"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Pascal"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Pascal"
}, {
"@language" : "pt",
"@value" : "Quilograma por Pascal"
}, "Kilogram per Pascal", {
"@language" : "en",
"@value" : "Kilogram per Pascal"
}, {
"@language" : "ms",
"@value" : "Kilogram per Pascal"
}, {
"@language" : "tr",
"@value" : "Kilogram per Pascal"
}, {
"@language" : "pl",
"@value" : "Kilogram na Paskal"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Pascal"
}, {
"@language" : "ru",
"@value" : "Килограмм на Паскаль"
}, {
"@language" : "cs",
"@value" : "Kilogram na Pascal"
}, {
"@language" : "sl",
"@value" : "Kilogram na Pascal"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Πασκάλ"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Pascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-PA-SEC-M
URI: http://qudt.org/vocab/unit/KiloGM-PER-PA-SEC-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-PA-SEC-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VapourPermeability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterVaporDiffusionCoefficient> ; <http://qudt.org/schema/qudt/plainTextDescription> "Common unit for the Water vapour diffusion coefficient" ; <http://qudt.org/schema/qudt/symbol> "kg/(Pa·s·m)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.Pa-1.s-1.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Pascalium Secundum Metrum"@la ; rdfs:label "Chilogrammo per Pascal Secondo Metro"@it ; rdfs:label "Kilogram na Pascal Sekunda Meter"@sl ; rdfs:label "Kilogram na Pascal Sekunda Metr"@cs ; rdfs:label "Kilogram na Paskal Sekunda Metr"@pl ; rdfs:label "Kilogram pe Pascal Secundă Metru"@ro ; rdfs:label "Kilogram per Pascal Saat Meter"@ms ; rdfs:label "Kilogram per Pascal Saniye Metre"@tr ; rdfs:label "Kilogram per Pascal Second Meter"@en-US ; rdfs:label "Kilogram per Pascal Second Metre" ; rdfs:label "Kilogram per Pascal Second Metre"@en ; rdfs:label "Kilogramm pro Pascal Sekunde Meter"@de ; rdfs:label "Kilogramme par Pascal Seconde Mètre"@fr ; rdfs:label "Kilogramo por Pascal Segundo Metro"@es ; rdfs:label "Quilograma por Pascal Segundo Metro"@pt ; rdfs:label "Χιλιόγραμμο ανά Πασκάλ Δευτερόλεπτο Μέτρο"@el ; rdfs:label "Килограм на Паскал Секунда Метър"@bg ; rdfs:label "Килограмм на Паскаль Секунда Метр"@ru ; .
{"resource":"Kilogram per Pascal Second Metre"
,"qname":"unit:KiloGM-PER-PA-SEC-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-PA-SEC-M"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description (plain text)":"Common unit for the Water vapour diffusion coefficient"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:VapourPermeability"
,"has quantity kind":"quantitykind:WaterVaporDiffusionCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Pascalium Secundum Metrum"
,"label":"Chilogrammo per Pascal Secondo Metro"
,"label":"Kilogram na Pascal Sekunda Meter"
,"label":"Kilogram na Pascal Sekunda Metr"
,"label":"Kilogram na Paskal Sekunda Metr"
,"label":"Kilogram pe Pascal Secundă Metru"
,"label":"Kilogram per Pascal Saat Meter"
,"label":"Kilogram per Pascal Saniye Metre"
,"label":"Kilogram per Pascal Second Meter"
,"label":"Kilogram per Pascal Second Metre"
,"label":"Kilogram per Pascal Second Metre"
,"label":"Kilogramm pro Pascal Sekunde Meter"
,"label":"Kilogramme par Pascal Seconde Mètre"
,"label":"Kilogramo por Pascal Segundo Metro"
,"label":"Quilograma por Pascal Segundo Metro"
,"label":"Χιλιόγραμμο ανά Πασκάλ Δευτερόλεπτο Μέτρο"
,"label":"Килограм на Паскал Секунда Метър"
,"label":"Килограмм на Паскаль Секунда Метр"
,"symbol":"kg\/(Pa·s·m)"
,"type":"qudt:Unit"
,"ucum code":"kg.Pa-1.s-1.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-PA-SEC-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/WaterVaporDiffusionCoefficient", "http://qudt.org/vocab/quantitykind/VapourPermeability" ],
"plainTextDescription" : "Common unit for the Water vapour diffusion coefficient",
"symbol" : "kg/(Pa·s·m)",
"ucumCode" : "kg.Pa-1.s-1.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Πασκάλ Δευτερόλεπτο Μέτρο"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Pascal Sekunde Meter"
}, {
"@language" : "es",
"@value" : "Kilogramo por Pascal Segundo Metro"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Pascalium Secundum Metrum"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Pascal Second Meter"
}, {
"@language" : "pl",
"@value" : "Kilogram na Paskal Sekunda Metr"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Pascal Seconde Mètre"
}, {
"@language" : "ru",
"@value" : "Килограмм на Паскаль Секунда Метр"
}, {
"@language" : "pt",
"@value" : "Quilograma por Pascal Segundo Metro"
}, {
"@language" : "bg",
"@value" : "Килограм на Паскал Секунда Метър"
}, {
"@language" : "sl",
"@value" : "Kilogram na Pascal Sekunda Meter"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Pascal Secundă Metru"
}, "Kilogram per Pascal Second Metre", {
"@language" : "en",
"@value" : "Kilogram per Pascal Second Metre"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Pascal Secondo Metro"
}, {
"@language" : "tr",
"@value" : "Kilogram per Pascal Saniye Metre"
}, {
"@language" : "cs",
"@value" : "Kilogram na Pascal Sekunda Metr"
}, {
"@language" : "ms",
"@value" : "Kilogram per Pascal Saat Meter"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-SEC
URI: http://qudt.org/vocab/unit/KiloGM-PER-SEC
Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of $MT^{-1}$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloGM-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of $MT^{-1}$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$kg/s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/SEC-PER-KiloGM> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA629" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA629"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "kg/s" ;
<http://qudt.org/schema/qudt/ucumCode> "kg.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "KGS" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25381181> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Chiliogramma per Secundum"@la ;
rdfs:label "Chilogrammo per Secondo"@it ;
rdfs:label "Kilogram na Sekunda"@cs ;
rdfs:label "Kilogram na Sekunda"@pl ;
rdfs:label "Kilogram na Sekunda"@sl ;
rdfs:label "Kilogram pe Secundă"@ro ;
rdfs:label "Kilogram per Saat"@ms ;
rdfs:label "Kilogram per Saniye"@tr ;
rdfs:label "Kilogram per Second" ;
rdfs:label "Kilogram per Second"@en ;
rdfs:label "Kilogramm pro Sekunde"@de ;
rdfs:label "Kilogramme par Seconde"@fr ;
rdfs:label "Kilogramo por Segundo"@es ;
rdfs:label "Quilograma por Segundo"@pt ;
rdfs:label "Χιλιόγραμμο ανά Δευτερόλεπτο"@el ;
rdfs:label "Килограм на Секунда"@bg ;
rdfs:label "Килограмм на Секунда"@ru ;
.
{"resource":"Kilogram per Second"
,"qname":"unit:KiloGM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25381181>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Kilogram Per Second (kg\/s) is a unit in the category of Mass flow rate. It is also known as kilogram\/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg\/s) has a dimension of $MT^{-1}$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."
,"expression":"$kg\/s$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"has quantity kind":"quantitykind:MassPerTime"
,"has reciprocal unit":"unit:SEC-PER-KiloGM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA629"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA629"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Secundum"
,"label":"Chilogrammo per Secondo"
,"label":"Kilogram na Sekunda"
,"label":"Kilogram na Sekunda"
,"label":"Kilogram na Sekunda"
,"label":"Kilogram pe Secundă"
,"label":"Kilogram per Saat"
,"label":"Kilogram per Saniye"
,"label":"Kilogram per Second"
,"label":"Kilogram per Second"
,"label":"Kilogramm pro Sekunde"
,"label":"Kilogramme par Seconde"
,"label":"Kilogramo por Segundo"
,"label":"Quilograma por Segundo"
,"label":"Χιλιόγραμμο ανά Δευτερόλεπτο"
,"label":"Килограм на Секунда"
,"label":"Килограмм на Секунда"
,"symbol":"kg\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.s-1"
,"unece common code":"KGS"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Kilogram Per Second (kg/s) is a unit in the category of Mass flow rate. It is also known as kilogram/second, kilograms per second. This unit is commonly used in the SI unit system. Kilogram Per Second (kg/s) has a dimension of $MT^{-1}$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$kg/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassPerTime", "http://qudt.org/vocab/quantitykind/MassFlowRate" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/SEC-PER-KiloGM",
"iec61360Code" : "0112/2///62720#UAA629",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA629",
"symbol" : "kg/s",
"ucumCode" : "kg.s-1",
"uneceCommonCode" : "KGS",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25381181",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Kilogramme par Seconde"
}, {
"@language" : "ms",
"@value" : "Kilogram per Saat"
}, {
"@language" : "cs",
"@value" : "Kilogram na Sekunda"
}, {
"@language" : "pl",
"@value" : "Kilogram na Sekunda"
}, {
"@language" : "sl",
"@value" : "Kilogram na Sekunda"
}, {
"@language" : "tr",
"@value" : "Kilogram per Saniye"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Sekunde"
}, {
"@language" : "ru",
"@value" : "Килограмм на Секунда"
}, {
"@language" : "bg",
"@value" : "Килограм на Секунда"
}, "Kilogram per Second", {
"@language" : "en",
"@value" : "Kilogram per Second"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Secundă"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Δευτερόλεπτο"
}, {
"@language" : "es",
"@value" : "Kilogramo por Segundo"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Secondo"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Secundum"
}, {
"@language" : "pt",
"@value" : "Quilograma por Segundo"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/KiloGM-PER-SEC-BAR
SI base unit kilogram divided by the product out of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA631" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA631"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Second Bar" ; rdfs:label "Kilogram per Second Bar"@en ; .
{"resource":"Kilogram per Second Bar"
,"qname":"unit:KiloGM-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI base unit kilogram divided by the product out of the SI base unit second and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA631"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA631"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Second Bar"
,"label":"Kilogram per Second Bar"
,"symbol":"kg\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"kg.s-1.bar-1"
,"unece common code":"F69"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA631",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA631",
"symbol" : "kg/(s·bar)",
"ucumCode" : "kg.s-1.bar-1",
"uneceCommonCode" : "F69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Second Bar", {
"@language" : "en",
"@value" : "Kilogram per Second Bar"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-SEC-K
URI: http://qudt.org/vocab/unit/KiloGM-PER-SEC-K
SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA630" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA630"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F42" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Secundum Kelvin"@la ; rdfs:label "Chilogrammo per Secondo Kelvin"@it ; rdfs:label "Kilogram na Sekunda Kelvin"@cs ; rdfs:label "Kilogram na Sekunda Kelvin"@sl ; rdfs:label "Kilogram na Sekunda Kelwin"@pl ; rdfs:label "Kilogram pe Secundă Kelvin"@ro ; rdfs:label "Kilogram per Saat Kelvin"@ms ; rdfs:label "Kilogram per Saniye Kelvin"@tr ; rdfs:label "Kilogram per Second Kelvin" ; rdfs:label "Kilogram per Second Kelvin"@en ; rdfs:label "Kilogramm pro Sekunde Kelvin"@de ; rdfs:label "Kilogramme par Seconde Kelvin"@fr ; rdfs:label "Kilogramo por Segundo Kelvin"@es ; rdfs:label "Quilograma por Segundo Kelvin"@pt ; rdfs:label "Χιλιόγραμμο ανά Δευτερόλεπτο Κέλβιν"@el ; rdfs:label "Килограм на Секунда Келвин"@bg ; rdfs:label "Килограмм на Секунда Кельвин"@ru ; .
{"resource":"Kilogram per Second Kelvin"
,"qname":"unit:KiloGM-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-SEC-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA630"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA630"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Secundum Kelvin"
,"label":"Chilogrammo per Secondo Kelvin"
,"label":"Kilogram na Sekunda Kelvin"
,"label":"Kilogram na Sekunda Kelvin"
,"label":"Kilogram na Sekunda Kelwin"
,"label":"Kilogram pe Secundă Kelvin"
,"label":"Kilogram per Saat Kelvin"
,"label":"Kilogram per Saniye Kelvin"
,"label":"Kilogram per Second Kelvin"
,"label":"Kilogram per Second Kelvin"
,"label":"Kilogramm pro Sekunde Kelvin"
,"label":"Kilogramme par Seconde Kelvin"
,"label":"Kilogramo por Segundo Kelvin"
,"label":"Quilograma por Segundo Kelvin"
,"label":"Χιλιόγραμμο ανά Δευτερόλεπτο Κέλβιν"
,"label":"Килограм на Секунда Келвин"
,"label":"Килограмм на Секунда Кельвин"
,"symbol":"kg\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"kg.s-1.K-1"
,"unece common code":"F42"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA630",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA630",
"symbol" : "kg/(s·K)",
"ucumCode" : "kg.s-1.K-1",
"uneceCommonCode" : "F42",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Kilogram na Sekunda Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilogram na Sekunda Kelvin"
}, {
"@language" : "ms",
"@value" : "Kilogram per Saat Kelvin"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Δευτερόλεπτο Κέλβιν"
}, {
"@language" : "ru",
"@value" : "Килограмм на Секунда Кельвин"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Secondo Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilogram na Sekunda Kelwin"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Secundă Kelvin"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Sekunde Kelvin"
}, {
"@language" : "bg",
"@value" : "Килограм на Секунда Келвин"
}, {
"@language" : "tr",
"@value" : "Kilogram per Saniye Kelvin"
}, {
"@language" : "es",
"@value" : "Kilogramo por Segundo Kelvin"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Seconde Kelvin"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Secundum Kelvin"
}, {
"@language" : "pt",
"@value" : "Quilograma por Segundo Kelvin"
}, "Kilogram per Second Kelvin", {
"@language" : "en",
"@value" : "Kilogram per Second Kelvin"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-SEC-M2
URI: http://qudt.org/vocab/unit/KiloGM-PER-SEC-M2
SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-SEC-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA618" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA618"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "kg/(s·m²)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.s-1.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H56" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q92011107> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Secundum Metrum Quadratum"@la ; rdfs:label "Chilogrammo per Secondo Metro Quadrato"@it ; rdfs:label "Kilogram na Sekunda Kvadratni Meter"@sl ; rdfs:label "Kilogram na Sekunda Metr Kwadratowy"@pl ; rdfs:label "Kilogram na Sekunda Čtvereční Metr"@cs ; rdfs:label "Kilogram pe Secundă Metru Pătrat"@ro ; rdfs:label "Kilogram per Saat Meter Persegi"@ms ; rdfs:label "Kilogram per Saniye Metrekare"@tr ; rdfs:label "Kilogram per Second Square Meter"@en-US ; rdfs:label "Kilogram per Second Square Metre" ; rdfs:label "Kilogram per Second Square Metre"@en ; rdfs:label "Kilogramm pro Sekunde Quadratmeter"@de ; rdfs:label "Kilogramme par Seconde Mètre Carré"@fr ; rdfs:label "Kilogramo por Segundo Metro Cuadrado"@es ; rdfs:label "Quilograma por Segundo Metro Quadrado"@pt ; rdfs:label "Χιλιόγραμμο ανά Δευτερόλεπτο Τετραγωνικό Μέτρο"@el ; rdfs:label "Килограм на Секунда Квадратен Метър"@bg ; rdfs:label "Килограмм на Секунда Квадратный Метр"@ru ; .
{"resource":"Kilogram per Second Square Metre"
,"qname":"unit:KiloGM-PER-SEC-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-SEC-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q92011107>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second"
,"description (plain text)":"SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second"
,"exact match":"unit:KiloGM-PER-M2-SEC"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA618"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA618"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Secundum Metrum Quadratum"
,"label":"Chilogrammo per Secondo Metro Quadrato"
,"label":"Kilogram na Sekunda Kvadratni Meter"
,"label":"Kilogram na Sekunda Metr Kwadratowy"
,"label":"Kilogram na Sekunda Čtvereční Metr"
,"label":"Kilogram pe Secundă Metru Pătrat"
,"label":"Kilogram per Saat Meter Persegi"
,"label":"Kilogram per Saniye Metrekare"
,"label":"Kilogram per Second Square Meter"
,"label":"Kilogram per Second Square Metre"
,"label":"Kilogram per Second Square Metre"
,"label":"Kilogramm pro Sekunde Quadratmeter"
,"label":"Kilogramme par Seconde Mètre Carré"
,"label":"Kilogramo por Segundo Metro Cuadrado"
,"label":"Quilograma por Segundo Metro Quadrado"
,"label":"Χιλιόγραμμο ανά Δευτερόλεπτο Τετραγωνικό Μέτρο"
,"label":"Килограм на Секунда Квадратен Метър"
,"label":"Килограмм на Секунда Квадратный Метр"
,"symbol":"kg\/(s·m²)"
,"type":"qudt:Unit"
,"ucum code":"kg.s-1.m-2"
,"unece common code":"H56"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-SEC-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"iec61360Code" : "0112/2///62720#UAA618",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA618",
"plainTextDescription" : "SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 2 and the SI base unit second",
"symbol" : "kg/(s·m²)",
"ucumCode" : "kg.s-1.m-2",
"uneceCommonCode" : "H56",
"wikidataMatch" : "http://www.wikidata.org/entity/Q92011107",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kilogram pe Secundă Metru Pătrat"
}, {
"@language" : "tr",
"@value" : "Kilogram per Saniye Metrekare"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Δευτερόλεπτο Τετραγωνικό Μέτρο"
}, {
"@language" : "es",
"@value" : "Kilogramo por Segundo Metro Cuadrado"
}, {
"@language" : "sl",
"@value" : "Kilogram na Sekunda Kvadratni Meter"
}, {
"@language" : "cs",
"@value" : "Kilogram na Sekunda Čtvereční Metr"
}, {
"@language" : "en-us",
"@value" : "Kilogram per Second Square Meter"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Secundum Metrum Quadratum"
}, {
"@language" : "pt",
"@value" : "Quilograma por Segundo Metro Quadrado"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Seconde Mètre Carré"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Secondo Metro Quadrato"
}, {
"@language" : "ru",
"@value" : "Килограмм на Секунда Квадратный Метр"
}, {
"@language" : "bg",
"@value" : "Килограм на Секунда Квадратен Метър"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Sekunde Quadratmeter"
}, {
"@language" : "pl",
"@value" : "Kilogram na Sekunda Metr Kwadratowy"
}, "Kilogram per Second Square Metre", {
"@language" : "en",
"@value" : "Kilogram per Second Square Metre"
}, {
"@language" : "ms",
"@value" : "Kilogram per Saat Meter Persegi"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-SEC-PA
URI: http://qudt.org/vocab/unit/KiloGM-PER-SEC-PA
SI base unit kilogram divided by the product of the SI base unit second and the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-SEC-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit kilogram divided by the product of the SI base unit second and the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB321" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB321"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kg/(s·Pa)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.s-1.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M87" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Secundum Pascalium"@la ; rdfs:label "Chilogrammo per Secondo Pascal"@it ; rdfs:label "Kilogram na Sekunda Pascal"@cs ; rdfs:label "Kilogram na Sekunda Pascal"@sl ; rdfs:label "Kilogram na Sekunda Paskal"@pl ; rdfs:label "Kilogram pe Secundă Pascal"@ro ; rdfs:label "Kilogram per Saat Pascal"@ms ; rdfs:label "Kilogram per Saniye Pascal"@tr ; rdfs:label "Kilogram per Second Pascal" ; rdfs:label "Kilogram per Second Pascal"@en ; rdfs:label "Kilogramm pro Sekunde Pascal"@de ; rdfs:label "Kilogramme par Seconde Pascal"@fr ; rdfs:label "Kilogramo por Segundo Pascal"@es ; rdfs:label "Quilograma por Segundo Pascal"@pt ; rdfs:label "Χιλιόγραμμο ανά Δευτερόλεπτο Πασκάλ"@el ; rdfs:label "Килограм на Секунда Паскал"@bg ; rdfs:label "Килограмм на Секунда Паскаль"@ru ; .
{"resource":"Kilogram per Second Pascal"
,"qname":"unit:KiloGM-PER-SEC-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-SEC-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit kilogram divided by the product of the SI base unit second and the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB321"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB321"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Secundum Pascalium"
,"label":"Chilogrammo per Secondo Pascal"
,"label":"Kilogram na Sekunda Pascal"
,"label":"Kilogram na Sekunda Pascal"
,"label":"Kilogram na Sekunda Paskal"
,"label":"Kilogram pe Secundă Pascal"
,"label":"Kilogram per Saat Pascal"
,"label":"Kilogram per Saniye Pascal"
,"label":"Kilogram per Second Pascal"
,"label":"Kilogram per Second Pascal"
,"label":"Kilogramm pro Sekunde Pascal"
,"label":"Kilogramme par Seconde Pascal"
,"label":"Kilogramo por Segundo Pascal"
,"label":"Quilograma por Segundo Pascal"
,"label":"Χιλιόγραμμο ανά Δευτερόλεπτο Πασκάλ"
,"label":"Килограм на Секунда Паскал"
,"label":"Килограмм на Секунда Паскаль"
,"symbol":"kg\/(s·Pa)"
,"type":"qudt:Unit"
,"ucum code":"kg.s-1.Pa-1"
,"unece common code":"M87"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-SEC-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit kilogram divided by the product of the SI base unit second and the SI derived unit pascal",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB321",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB321",
"symbol" : "kg/(s·Pa)",
"ucumCode" : "kg.s-1.Pa-1",
"uneceCommonCode" : "M87",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Килограм на Секунда Паскал"
}, {
"@language" : "ru",
"@value" : "Килограмм на Секунда Паскаль"
}, {
"@language" : "es",
"@value" : "Kilogramo por Segundo Pascal"
}, {
"@language" : "pl",
"@value" : "Kilogram na Sekunda Paskal"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Secundă Pascal"
}, {
"@language" : "tr",
"@value" : "Kilogram per Saniye Pascal"
}, {
"@language" : "pt",
"@value" : "Quilograma por Segundo Pascal"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Secundum Pascalium"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Secondo Pascal"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Sekunde Pascal"
}, {
"@language" : "ms",
"@value" : "Kilogram per Saat Pascal"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Δευτερόλεπτο Πασκάλ"
}, {
"@language" : "cs",
"@value" : "Kilogram na Sekunda Pascal"
}, {
"@language" : "sl",
"@value" : "Kilogram na Sekunda Pascal"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Seconde Pascal"
}, "Kilogram per Second Pascal", {
"@language" : "en",
"@value" : "Kilogram per Second Pascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-SEC2
URI: http://qudt.org/vocab/unit/KiloGM-PER-SEC2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$kg-per-sec2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/latexSymbol> "$kg \\cdot s^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/symbol> "kg/s²" ; <http://qudt.org/schema/qudt/ucumCode> "kg.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106682321> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Secundum Quadratum"@la ; rdfs:label "Chilogrammo per Secondo Quadrato"@it ; rdfs:label "Kilogram na Kvadratni Sekunda"@sl ; rdfs:label "Kilogram na Sekunda Kwadratowy"@pl ; rdfs:label "Kilogram na Čtvereční Sekunda"@cs ; rdfs:label "Kilogram pe Secundă Pătrat"@ro ; rdfs:label "Kilogram per Saat Persegi"@ms ; rdfs:label "Kilogram per Saniyekare"@tr ; rdfs:label "Kilogram per Square Second" ; rdfs:label "Kilogram per Square Second"@en ; rdfs:label "Kilogramm pro Quadratsekunde"@de ; rdfs:label "Kilogramme par Seconde Carré"@fr ; rdfs:label "Kilogramo por Segundo Cuadrado"@es ; rdfs:label "Quilograma por Segundo Quadrado"@pt ; rdfs:label "Χιλιόγραμμο ανά Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Килограм на Квадратен Секунда"@bg ; rdfs:label "Килограмм на Квадратный Секунда"@ru ; .
{"resource":"Kilogram per Square Second"
,"qname":"unit:KiloGM-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-SEC2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106682321>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"expression":"$kg-per-sec2$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Secundum Quadratum"
,"label":"Chilogrammo per Secondo Quadrato"
,"label":"Kilogram na Kvadratni Sekunda"
,"label":"Kilogram na Sekunda Kwadratowy"
,"label":"Kilogram na Čtvereční Sekunda"
,"label":"Kilogram pe Secundă Pătrat"
,"label":"Kilogram per Saat Persegi"
,"label":"Kilogram per Saniyekare"
,"label":"Kilogram per Square Second"
,"label":"Kilogram per Square Second"
,"label":"Kilogramm pro Quadratsekunde"
,"label":"Kilogramme par Seconde Carré"
,"label":"Kilogramo por Segundo Cuadrado"
,"label":"Quilograma por Segundo Quadrado"
,"label":"Χιλιόγραμμο ανά Τετραγωνικό Δευτερόλεπτο"
,"label":"Килограм на Квадратен Секунда"
,"label":"Килограмм на Квадратный Секунда"
,"latex symbol":"$kg \\cdot s^2$"
,"symbol":"kg\/s²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$kg-per-sec2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"latexSymbol" : "$kg \\cdot s^2$",
"symbol" : "kg/s²",
"ucumCode" : "kg.s-2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106682321",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Килограм на Квадратен Секунда"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Secundum Quadratum"
}, {
"@language" : "ms",
"@value" : "Kilogram per Saat Persegi"
}, {
"@language" : "ru",
"@value" : "Килограмм на Квадратный Секунда"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Secondo Quadrato"
}, "Kilogram per Square Second", {
"@language" : "en",
"@value" : "Kilogram per Square Second"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Seconde Carré"
}, {
"@language" : "pt",
"@value" : "Quilograma por Segundo Quadrado"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Secundă Pătrat"
}, {
"@language" : "cs",
"@value" : "Kilogram na Čtvereční Sekunda"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "tr",
"@value" : "Kilogram per Saniyekare"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kvadratni Sekunda"
}, {
"@language" : "pl",
"@value" : "Kilogram na Sekunda Kwadratowy"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Quadratsekunde"
}, {
"@language" : "es",
"@value" : "Kilogramo por Segundo Cuadrado"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-SEC3-K
URI: http://qudt.org/vocab/unit/KiloGM-PER-SEC3-K
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-SEC3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit commonly used for the coefficient of heat transfer" ; <http://qudt.org/schema/qudt/symbol> "kg/(s³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kg.s-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma per Secundum Cubicum Kelvin"@la ; rdfs:label "Chilogrammo per Secondo Cubo Kelvin"@it ; rdfs:label "Kilogram na Kubični Sekunda Kelvin"@sl ; rdfs:label "Kilogram na Sekunda Krychlový Kelvin"@cs ; rdfs:label "Kilogram na Sekunda Sześcienny Kelwin"@pl ; rdfs:label "Kilogram pe Secundă Cub Kelvin"@ro ; rdfs:label "Kilogram per Cubic Second Kelvin" ; rdfs:label "Kilogram per Cubic Second Kelvin"@en ; rdfs:label "Kilogram per Saat Kubik Kelvin"@ms ; rdfs:label "Kilogram per Saniyeküp Kelvin"@tr ; rdfs:label "Kilogramm pro Kubiksekunde Kelvin"@de ; rdfs:label "Kilogramme par Seconde Cube Kelvin"@fr ; rdfs:label "Kilogramo por Segundo Cúbico Kelvin"@es ; rdfs:label "Quilograma por Segundo Cúbico Kelvin"@pt ; rdfs:label "Χιλιόγραμμο ανά Κυβικό Δευτερόλεπτο Κέλβιν"@el ; rdfs:label "Килограм на Кубичен Секунда Келвин"@bg ; rdfs:label "Килограмм на Кубический Секунда Кельвин"@ru ; .
{"resource":"Kilogram per Cubic Second Kelvin"
,"qname":"unit:KiloGM-PER-SEC3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-SEC3-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description (plain text)":"Unit commonly used for the coefficient of heat transfer"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma per Secundum Cubicum Kelvin"
,"label":"Chilogrammo per Secondo Cubo Kelvin"
,"label":"Kilogram na Kubični Sekunda Kelvin"
,"label":"Kilogram na Sekunda Krychlový Kelvin"
,"label":"Kilogram na Sekunda Sześcienny Kelwin"
,"label":"Kilogram pe Secundă Cub Kelvin"
,"label":"Kilogram per Cubic Second Kelvin"
,"label":"Kilogram per Cubic Second Kelvin"
,"label":"Kilogram per Saat Kubik Kelvin"
,"label":"Kilogram per Saniyeküp Kelvin"
,"label":"Kilogramm pro Kubiksekunde Kelvin"
,"label":"Kilogramme par Seconde Cube Kelvin"
,"label":"Kilogramo por Segundo Cúbico Kelvin"
,"label":"Quilograma por Segundo Cúbico Kelvin"
,"label":"Χιλιόγραμμο ανά Κυβικό Δευτερόλεπτο Κέλβιν"
,"label":"Килограм на Кубичен Секунда Келвин"
,"label":"Килограмм на Кубический Секунда Кельвин"
,"symbol":"kg\/(s³·K)"
,"type":"qudt:Unit"
,"ucum code":"kg.s-3.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-SEC3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer",
"plainTextDescription" : "Unit commonly used for the coefficient of heat transfer",
"symbol" : "kg/(s³·K)",
"ucumCode" : "kg.s-3.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Килограм на Кубичен Секунда Келвин"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο ανά Κυβικό Δευτερόλεπτο Κέλβιν"
}, {
"@language" : "fr",
"@value" : "Kilogramme par Seconde Cube Kelvin"
}, {
"@language" : "es",
"@value" : "Kilogramo por Segundo Cúbico Kelvin"
}, {
"@language" : "it",
"@value" : "Chilogrammo per Secondo Cubo Kelvin"
}, {
"@language" : "pt",
"@value" : "Quilograma por Segundo Cúbico Kelvin"
}, {
"@language" : "de",
"@value" : "Kilogramm pro Kubiksekunde Kelvin"
}, {
"@language" : "ru",
"@value" : "Килограмм на Кубический Секунда Кельвин"
}, {
"@language" : "cs",
"@value" : "Kilogram na Sekunda Krychlový Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilogram na Sekunda Sześcienny Kelwin"
}, {
"@language" : "tr",
"@value" : "Kilogram per Saniyeküp Kelvin"
}, "Kilogram per Cubic Second Kelvin", {
"@language" : "en",
"@value" : "Kilogram per Cubic Second Kelvin"
}, {
"@language" : "ro",
"@value" : "Kilogram pe Secundă Cub Kelvin"
}, {
"@language" : "la",
"@value" : "Chiliogramma per Secundum Cubicum Kelvin"
}, {
"@language" : "ms",
"@value" : "Kilogram per Saat Kubik Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilogram na Kubični Sekunda Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-PER-YR
URI: http://qudt.org/vocab/unit/KiloGM-PER-YR
The SI base unit kilogram divided by the unit year
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI base unit kilogram divided by the unit year"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/informativeReference> "http://dd.eionet.europa.eu/vocabulary/wise/uom/kg.a-1"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "kilogram divided by the unit year with 365 days" ; <http://qudt.org/schema/qudt/symbol> "kg/a" ; <http://qudt.org/schema/qudt/ucumCode> "kg.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilogram per Jaar"@nl ; rdfs:label "Kilogram per Year" ; rdfs:label "Kilogram per Year"@en ; .
{"resource":"Kilogram per Year"
,"qname":"unit:KiloGM-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-8"
,"description":"The SI base unit kilogram divided by the unit year"
,"description (plain text)":"kilogram divided by the unit year with 365 days"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/dd.eionet.europa.eu\/vocabulary\/wise\/uom\/kg.a-1"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilogram per Jaar"
,"label":"Kilogram per Year"
,"label":"Kilogram per Year"
,"symbol":"kg\/a"
,"type":"qudt:Unit"
,"ucum code":"kg.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The SI base unit kilogram divided by the unit year",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"informativeReference" : "http://dd.eionet.europa.eu/vocabulary/wise/uom/kg.a-1",
"plainTextDescription" : "kilogram divided by the unit year with 365 days",
"symbol" : "kg/a",
"ucumCode" : "kg.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram per Year", {
"@language" : "en",
"@value" : "Kilogram per Year"
}, {
"@language" : "nl",
"@value" : "Kilogram per Jaar"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM-SEC2
URI: http://qudt.org/vocab/unit/KiloGM-SEC2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM-SEC2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$kilog-sec2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "kg·s²" ; <http://qudt.org/schema/qudt/ucumCode> "kg.s2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma Secundum Quadratum"@la ; rdfs:label "Chilogrammo Secondo Quadrato"@it ; rdfs:label "Kilogram Kvadratni Sekunda"@sl ; rdfs:label "Kilogram Saat Persegi"@ms ; rdfs:label "Kilogram Saniyekare"@tr ; rdfs:label "Kilogram Secundă Pătrat"@ro ; rdfs:label "Kilogram Sekunda Kwadratowy"@pl ; rdfs:label "Kilogram Square Second" ; rdfs:label "Kilogram Square Second"@en ; rdfs:label "Kilogram Čtvereční Sekunda"@cs ; rdfs:label "Kilogramm Quadratsekunde"@de ; rdfs:label "Kilogramme Seconde Carré"@fr ; rdfs:label "Kilogramo Segundo Cuadrado"@es ; rdfs:label "Quilograma Segundo Quadrado"@pt ; rdfs:label "Χιλιόγραμμο Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Килограм Квадратен Секунда"@bg ; rdfs:label "Килограмм Квадратный Секунда"@ru ; .
{"resource":"Kilogram Square Second"
,"qname":"unit:KiloGM-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM-SEC2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"expression":"$kilog-sec2$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma Secundum Quadratum"
,"label":"Chilogrammo Secondo Quadrato"
,"label":"Kilogram Kvadratni Sekunda"
,"label":"Kilogram Saat Persegi"
,"label":"Kilogram Saniyekare"
,"label":"Kilogram Secundă Pătrat"
,"label":"Kilogram Sekunda Kwadratowy"
,"label":"Kilogram Square Second"
,"label":"Kilogram Square Second"
,"label":"Kilogram Čtvereční Sekunda"
,"label":"Kilogramm Quadratsekunde"
,"label":"Kilogramme Seconde Carré"
,"label":"Kilogramo Segundo Cuadrado"
,"label":"Quilograma Segundo Quadrado"
,"label":"Χιλιόγραμμο Τετραγωνικό Δευτερόλεπτο"
,"label":"Килограм Квадратен Секунда"
,"label":"Килограмм Квадратный Секунда"
,"symbol":"kg·s²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kg.s2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$kilog-sec2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "kg·s²",
"ucumCode" : "kg.s2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilogram Square Second", {
"@language" : "en",
"@value" : "Kilogram Square Second"
}, {
"@language" : "el",
"@value" : "Χιλιόγραμμο Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "es",
"@value" : "Kilogramo Segundo Cuadrado"
}, {
"@language" : "it",
"@value" : "Chilogrammo Secondo Quadrato"
}, {
"@language" : "de",
"@value" : "Kilogramm Quadratsekunde"
}, {
"@language" : "pt",
"@value" : "Quilograma Segundo Quadrado"
}, {
"@language" : "ms",
"@value" : "Kilogram Saat Persegi"
}, {
"@language" : "la",
"@value" : "Chiliogramma Secundum Quadratum"
}, {
"@language" : "ru",
"@value" : "Килограмм Квадратный Секунда"
}, {
"@language" : "bg",
"@value" : "Килограм Квадратен Секунда"
}, {
"@language" : "pl",
"@value" : "Kilogram Sekunda Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Kilogram Kvadratni Sekunda"
}, {
"@language" : "cs",
"@value" : "Kilogram Čtvereční Sekunda"
}, {
"@language" : "ro",
"@value" : "Kilogram Secundă Pătrat"
}, {
"@language" : "fr",
"@value" : "Kilogramme Seconde Carré"
}, {
"@language" : "tr",
"@value" : "Kilogram Saniyekare"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM2-PER-SEC2
URI: http://qudt.org/vocab/unit/KiloGM2-PER-SEC2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM2-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M2H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "kg²/s²" ; <http://qudt.org/schema/qudt/ucumCode> "kg2.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiliogramma Quadratum per Secundum Quadratum"@la ; rdfs:label "Chilogrammo Quadrato per Secondo Quadrato"@it ; rdfs:label "Kilogram Kwadratowy na Sekunda Kwadratowy"@pl ; rdfs:label "Kilogram Persegi per Saat Persegi"@ms ; rdfs:label "Kilogram Pătrat pe Secundă Pătrat"@ro ; rdfs:label "Kilogramkare per Saniyekare"@tr ; rdfs:label "Kilogramme Carré par Seconde Carré"@fr ; rdfs:label "Kilogramo Cuadrado por Segundo Cuadrado"@es ; rdfs:label "Kvadratni Kilogram na Kvadratni Sekunda"@sl ; rdfs:label "Quadratkilogramm pro Quadratsekunde"@de ; rdfs:label "Quilograma Quadrado por Segundo Quadrado"@pt ; rdfs:label "Square Kilogram per Square Second" ; rdfs:label "Square Kilogram per Square Second"@en ; rdfs:label "Čtvereční Kilogram na Čtvereční Sekunda"@cs ; rdfs:label "Τετραγωνικό Χιλιόγραμμο ανά Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Квадратен Килограм на Квадратен Секунда"@bg ; rdfs:label "Квадратный Килограмм на Квадратный Секунда"@ru ; .
{"resource":"Square Kilogram per Square Second"
,"qname":"unit:KiloGM2-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM2-PER-SEC2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M2H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiliogramma Quadratum per Secundum Quadratum"
,"label":"Chilogrammo Quadrato per Secondo Quadrato"
,"label":"Kilogram Kwadratowy na Sekunda Kwadratowy"
,"label":"Kilogram Persegi per Saat Persegi"
,"label":"Kilogram Pătrat pe Secundă Pătrat"
,"label":"Kilogramkare per Saniyekare"
,"label":"Kilogramme Carré par Seconde Carré"
,"label":"Kilogramo Cuadrado por Segundo Cuadrado"
,"label":"Kvadratni Kilogram na Kvadratni Sekunda"
,"label":"Quadratkilogramm pro Quadratsekunde"
,"label":"Quilograma Quadrado por Segundo Quadrado"
,"label":"Square Kilogram per Square Second"
,"label":"Square Kilogram per Square Second"
,"label":"Čtvereční Kilogram na Čtvereční Sekunda"
,"label":"Τετραγωνικό Χιλιόγραμμο ανά Τετραγωνικό Δευτερόλεπτο"
,"label":"Квадратен Килограм на Квадратен Секунда"
,"label":"Квадратный Килограмм на Квадратный Секунда"
,"symbol":"kg²\/s²"
,"type":"qudt:Unit"
,"ucum code":"kg2.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM2-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M2H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "kg²/s²",
"ucumCode" : "kg2.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Čtvereční Kilogram na Čtvereční Sekunda"
}, {
"@language" : "bg",
"@value" : "Квадратен Килограм на Квадратен Секунда"
}, {
"@language" : "pt",
"@value" : "Quilograma Quadrado por Segundo Quadrado"
}, {
"@language" : "fr",
"@value" : "Kilogramme Carré par Seconde Carré"
}, {
"@language" : "es",
"@value" : "Kilogramo Cuadrado por Segundo Cuadrado"
}, {
"@language" : "ro",
"@value" : "Kilogram Pătrat pe Secundă Pătrat"
}, {
"@language" : "it",
"@value" : "Chilogrammo Quadrato per Secondo Quadrato"
}, {
"@language" : "ru",
"@value" : "Квадратный Килограмм на Квадратный Секунда"
}, {
"@language" : "tr",
"@value" : "Kilogramkare per Saniyekare"
}, {
"@language" : "sl",
"@value" : "Kvadratni Kilogram na Kvadratni Sekunda"
}, "Square Kilogram per Square Second", {
"@language" : "en",
"@value" : "Square Kilogram per Square Second"
}, {
"@language" : "ms",
"@value" : "Kilogram Persegi per Saat Persegi"
}, {
"@language" : "la",
"@value" : "Chiliogramma Quadratum per Secundum Quadratum"
}, {
"@language" : "de",
"@value" : "Quadratkilogramm pro Quadratsekunde"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Χιλιόγραμμο ανά Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "pl",
"@value" : "Kilogram Kwadratowy na Sekunda Kwadratowy"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM_F
URI: http://qudt.org/vocab/unit/KiloGM_F
"Kilogram Force" is a unit for 'Force' expressed as $kgf$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Kilogram Force\" is a unit for 'Force' expressed as $kgf$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 9.80665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kilogram-force"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloPOND> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA632" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA632"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM_F> ; <http://qudt.org/schema/qudt/symbol> "kgf" ; <http://qudt.org/schema/qudt/ucumCode> "kgf"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "kgf" ; <http://qudt.org/schema/qudt/uneceCommonCode> "B37" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q216880> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Gram Force" ; rdfs:label "Kilo Gram Force"@en ; .
{"resource":"Kilo Gram Force"
,"qname":"unit:KiloGM_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM_F"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q216880>"
,"conversion multiplier":"9.80665"
,"conversion multiplier scientific":"9.80665E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kilogram-force"
,"description":"\"Kilogram Force\" is a unit for 'Force' expressed as $kgf$."
,"exact match":"unit:KiloPOND"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA632"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kilogram-force?oldid=493375479"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA632"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Gram Force"
,"label":"Kilo Gram Force"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:GM_F"
,"symbol":"kgf"
,"type":"qudt:Unit"
,"ucum code":"kgf"
,"udunits code":"kgf"
,"unece common code":"B37"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Kilogram Force\" is a unit for 'Force' expressed as $kgf$.",
"conversionMultiplier" : "9.80665",
"conversionMultiplier:SN" : 9.80665,
"dbpediaMatch" : "http://dbpedia.org/resource/Kilogram-force",
"exactMatch" : "http://qudt.org/vocab/unit/KiloPOND",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAA632",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA632", "http://en.wikipedia.org/wiki/Kilogram-force?oldid=493375479" ],
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/GM_F",
"symbol" : "kgf",
"ucumCode" : "kgf",
"udunitsCode" : "kgf",
"uneceCommonCode" : "B37",
"wikidataMatch" : "http://www.wikidata.org/entity/Q216880",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Gram Force", {
"@language" : "en",
"@value" : "Kilo Gram Force"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM_F-M
URI: http://qudt.org/vocab/unit/KiloGM_F-M
product of the unit kilogram-force and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM_F-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the unit kilogram-force and the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 9.80665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA634" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA634"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the unit kilogram-force and the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "kgf·m" ; <http://qudt.org/schema/qudt/ucumCode> "kgf.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B38" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106886424> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Gram Force Meter"@en-US ; rdfs:label "Kilo Gram Force Metre" ; rdfs:label "Kilo Gram Force Metre"@en ; .
{"resource":"Kilo Gram Force Metre"
,"qname":"unit:KiloGM_F-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM_F-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106886424>"
,"conversion multiplier":"9.80665"
,"conversion multiplier scientific":"9.80665E0"
,"description":"product of the unit kilogram-force and the SI base unit metre"
,"description (plain text)":"product of the unit kilogram-force and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA634"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA634"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Gram Force Meter"
,"label":"Kilo Gram Force Metre"
,"label":"Kilo Gram Force Metre"
,"symbol":"kgf·m"
,"type":"qudt:Unit"
,"ucum code":"kgf.m"
,"unece common code":"B38"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM_F-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the unit kilogram-force and the SI base unit metre",
"conversionMultiplier" : "9.80665",
"conversionMultiplier:SN" : 9.80665,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAA634",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA634",
"plainTextDescription" : "product of the unit kilogram-force and the SI base unit metre",
"symbol" : "kgf·m",
"ucumCode" : "kgf.m",
"uneceCommonCode" : "B38",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106886424",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Gram Force Metre", {
"@language" : "en",
"@value" : "Kilo Gram Force Metre"
}, {
"@language" : "en-us",
"@value" : "Kilo Gram Force Meter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM_F-M-PER-CentiM2
URI: http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2
product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 98066.5 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB189" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB189"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "kgf·m/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "kgf.m.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E44" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Gram Force Meter per Square Centimeter"@en-US ; rdfs:label "Kilo Gram Force Metre per Square Centimetre" ; rdfs:label "Kilo Gram Force Metre per Square Centimetre"@en ; .
{"resource":"Kilo Gram Force Metre per Square Centimetre"
,"qname":"unit:KiloGM_F-M-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM_F-M-PER-CentiM2"
,"properties":["conversion multiplier":"98066.5"
,"conversion multiplier scientific":"9.80665E4"
,"description":"product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"description (plain text)":"product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB189"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB189"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Gram Force Meter per Square Centimeter"
,"label":"Kilo Gram Force Metre per Square Centimetre"
,"label":"Kilo Gram Force Metre per Square Centimetre"
,"symbol":"kgf·m\/cm²"
,"type":"qudt:Unit"
,"ucum code":"kgf.m.cm-2"
,"unece common code":"E44"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM_F-M-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"conversionMultiplier" : "98066.5",
"conversionMultiplier:SN" : 98066.5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"iec61360Code" : "0112/2///62720#UAB189",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB189",
"plainTextDescription" : "product of the unit kilogram-force and the SI base unit metre divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"symbol" : "kgf·m/cm²",
"ucumCode" : "kgf.m.cm-2",
"uneceCommonCode" : "E44",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilo Gram Force Meter per Square Centimeter"
}, "Kilo Gram Force Metre per Square Centimetre", {
"@language" : "en",
"@value" : "Kilo Gram Force Metre per Square Centimetre"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM_F-M-PER-SEC
URI: http://qudt.org/vocab/unit/KiloGM_F-M-PER-SEC
product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM_F-M-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 9.80665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB154" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB154"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "kgf·m/s" ; <http://qudt.org/schema/qudt/ucumCode> "kgf.m.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B39" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Gram Force Meter per Second"@en-US ; rdfs:label "Kilo Gram Force Metre per Second" ; rdfs:label "Kilo Gram Force Metre per Second"@en ; .
{"resource":"Kilo Gram Force Metre per Second"
,"qname":"unit:KiloGM_F-M-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM_F-M-PER-SEC"
,"properties":["conversion multiplier":"9.80665"
,"conversion multiplier scientific":"9.80665E0"
,"description":"product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second"
,"description (plain text)":"product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB154"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB154"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Gram Force Meter per Second"
,"label":"Kilo Gram Force Metre per Second"
,"label":"Kilo Gram Force Metre per Second"
,"symbol":"kgf·m\/s"
,"type":"qudt:Unit"
,"ucum code":"kgf.m.s-1"
,"unece common code":"B39"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM_F-M-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second",
"conversionMultiplier" : "9.80665",
"conversionMultiplier:SN" : 9.80665,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB154",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB154",
"plainTextDescription" : "product of the SI base unit metre and the unit kilogram-force according to the Anglo-American and Imperial system of units divided by the SI base unit second",
"symbol" : "kgf·m/s",
"ucumCode" : "kgf.m.s-1",
"uneceCommonCode" : "B39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Gram Force Metre per Second", {
"@language" : "en",
"@value" : "Kilo Gram Force Metre per Second"
}, {
"@language" : "en-us",
"@value" : "Kilo Gram Force Meter per Second"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM_F-PER-CentiM2
URI: http://qudt.org/vocab/unit/KiloGM_F-PER-CentiM2
"Kilogram Force per Square Centimeter" is a unit for 'Force Per Area' expressed as $kgf/cm^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloGM_F-PER-CentiM2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Kilogram Force per Square Centimeter\" is a unit for 'Force Per Area' expressed as $kgf/cm^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 98066.5 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E4 ;
<http://qudt.org/schema/qudt/expression> "$kgf/cm^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA633" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA633"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "kgf/cm²" ;
<http://qudt.org/schema/qudt/ucumCode> "kgf.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E42" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q13582667> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo Gram Force per Square Centimeter"@en-US ;
rdfs:label "Kilo Gram Force per Square Centimetre" ;
rdfs:label "Kilo Gram Force per Square Centimetre"@en ;
.
{"resource":"Kilo Gram Force per Square Centimetre"
,"qname":"unit:KiloGM_F-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM_F-PER-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q13582667>"
,"conversion multiplier":"98066.5"
,"conversion multiplier scientific":"9.80665E4"
,"description":"\"Kilogram Force per Square Centimeter\" is a unit for 'Force Per Area' expressed as $kgf\/cm^{2}$."
,"expression":"$kgf\/cm^{2}$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA633"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA633"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Gram Force per Square Centimeter"
,"label":"Kilo Gram Force per Square Centimetre"
,"label":"Kilo Gram Force per Square Centimetre"
,"symbol":"kgf\/cm²"
,"type":"qudt:Unit"
,"ucum code":"kgf.cm-2"
,"unece common code":"E42"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM_F-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Kilogram Force per Square Centimeter\" is a unit for 'Force Per Area' expressed as $kgf/cm^{2}$.",
"conversionMultiplier" : "98066.5",
"conversionMultiplier:SN" : 98066.5,
"expression" : "$kgf/cm^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA633",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA633",
"symbol" : "kgf/cm²",
"ucumCode" : "kgf.cm-2",
"uneceCommonCode" : "E42",
"wikidataMatch" : "http://www.wikidata.org/entity/Q13582667",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilo Gram Force per Square Centimeter"
}, "Kilo Gram Force per Square Centimetre", {
"@language" : "en",
"@value" : "Kilo Gram Force per Square Centimetre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM_F-PER-M2
URI: http://qudt.org/vocab/unit/KiloGM_F-PER-M2
A non-SI-conforming unit of pressure
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM_F-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A non-SI-conforming unit of pressure"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 9.80665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA635" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA635"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "A non-SI-conforming unit of pressure" ; <http://qudt.org/schema/qudt/symbol> "kgf/m²" ; <http://qudt.org/schema/qudt/ucumCode> "kgf.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B40" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q39467934> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Gram Force per Square Meter"@en-US ; rdfs:label "Kilo Gram Force per Square Metre" ; rdfs:label "Kilo Gram Force per Square Metre"@en ; .
{"resource":"Kilo Gram Force per Square Metre"
,"qname":"unit:KiloGM_F-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM_F-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q39467934>"
,"conversion multiplier":"9.80665"
,"conversion multiplier scientific":"9.80665E0"
,"description":"A non-SI-conforming unit of pressure"
,"description (plain text)":"A non-SI-conforming unit of pressure"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA635"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA635"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Gram Force per Square Meter"
,"label":"Kilo Gram Force per Square Metre"
,"label":"Kilo Gram Force per Square Metre"
,"symbol":"kgf\/m²"
,"type":"qudt:Unit"
,"ucum code":"kgf.m-2"
,"unece common code":"B40"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM_F-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A non-SI-conforming unit of pressure",
"conversionMultiplier" : "9.80665",
"conversionMultiplier:SN" : 9.80665,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA635",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA635",
"plainTextDescription" : "A non-SI-conforming unit of pressure",
"symbol" : "kgf/m²",
"ucumCode" : "kgf.m-2",
"uneceCommonCode" : "B40",
"wikidataMatch" : "http://www.wikidata.org/entity/Q39467934",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilo Gram Force per Square Meter"
}, "Kilo Gram Force per Square Metre", {
"@language" : "en",
"@value" : "Kilo Gram Force per Square Metre"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGM_F-PER-MilliM2
URI: http://qudt.org/vocab/unit/KiloGM_F-PER-MilliM2
A non-SI-conforming unit of pressure
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGM_F-PER-MilliM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A non-SI-conforming unit of pressure"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 9806650.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA636" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA636"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "A non-SI-conforming unit of pressure" ; <http://qudt.org/schema/qudt/symbol> "kgf/mm²" ; <http://qudt.org/schema/qudt/ucumCode> "kgf.mm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E41" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Gram Force per Square Millimeter"@en-US ; rdfs:label "Kilo Gram Force per Square Millimetre" ; rdfs:label "Kilo Gram Force per Square Millimetre"@en ; .
{"resource":"Kilo Gram Force per Square Millimetre"
,"qname":"unit:KiloGM_F-PER-MilliM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGM_F-PER-MilliM2"
,"properties":["conversion multiplier":"9806650.0"
,"conversion multiplier scientific":"9.80665E6"
,"description":"A non-SI-conforming unit of pressure"
,"description (plain text)":"A non-SI-conforming unit of pressure"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA636"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA636"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Gram Force per Square Millimeter"
,"label":"Kilo Gram Force per Square Millimetre"
,"label":"Kilo Gram Force per Square Millimetre"
,"symbol":"kgf\/mm²"
,"type":"qudt:Unit"
,"ucum code":"kgf.mm-2"
,"unece common code":"E41"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGM_F-PER-MilliM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A non-SI-conforming unit of pressure",
"conversionMultiplier" : "9806650.0",
"conversionMultiplier:SN" : 9806650.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA636",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA636",
"plainTextDescription" : "A non-SI-conforming unit of pressure",
"symbol" : "kgf/mm²",
"ucumCode" : "kgf.mm-2",
"uneceCommonCode" : "E41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilo Gram Force per Square Millimeter"
}, "Kilo Gram Force per Square Millimetre", {
"@language" : "en",
"@value" : "Kilo Gram Force per Square Millimetre"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloGRAY
URI: http://qudt.org/vocab/unit/KiloGRAY
1,000-fold of the unit gray
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloGRAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the unit gray" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Kerma> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB504" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB504"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GRAY> ; <http://qudt.org/schema/qudt/symbol> "kGy" ; <http://qudt.org/schema/qudt/ucumCode> "kGy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94487750> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilogray"@it ; rdfs:label "Kilogray" ; rdfs:label "Kilogray"@cs ; rdfs:label "Kilogray"@de ; rdfs:label "Kilogray"@en ; rdfs:label "Kilogray"@es ; rdfs:label "Kilogray"@fr ; rdfs:label "Kilogray"@hu ; rdfs:label "Kilogray"@ms ; rdfs:label "Kilogray"@ro ; rdfs:label "Kilogray"@sl ; rdfs:label "Kilogray"@tr ; rdfs:label "Kilogrej"@pl ; .
{"resource":"Kilogray"
,"qname":"unit:KiloGRAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloGRAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94487750>"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the unit gray"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AbsorbedDose"
,"has quantity kind":"quantitykind:Kerma"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB504"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB504"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilogray"
,"label":"Kilogray"
,"label":"Kilogray"
,"label":"Kilogray"
,"label":"Kilogray"
,"label":"Kilogray"
,"label":"Kilogray"
,"label":"Kilogray"
,"label":"Kilogray"
,"label":"Kilogray"
,"label":"Kilogray"
,"label":"Kilogray"
,"label":"Kilogrej"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:GRAY"
,"symbol":"kGy"
,"type":"qudt:Unit"
,"ucum code":"kGy"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloGRAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the unit gray",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDose", "http://qudt.org/vocab/quantitykind/Kerma" ],
"iec61360Code" : "0112/2///62720#UAB504",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB504",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/GRAY",
"symbol" : "kGy",
"ucumCode" : "kGy",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94487750",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Chilogray"
}, "Kilogray", {
"@language" : "cs",
"@value" : "Kilogray"
}, {
"@language" : "de",
"@value" : "Kilogray"
}, {
"@language" : "en",
"@value" : "Kilogray"
}, {
"@language" : "es",
"@value" : "Kilogray"
}, {
"@language" : "fr",
"@value" : "Kilogray"
}, {
"@language" : "hu",
"@value" : "Kilogray"
}, {
"@language" : "ms",
"@value" : "Kilogray"
}, {
"@language" : "ro",
"@value" : "Kilogray"
}, {
"@language" : "sl",
"@value" : "Kilogray"
}, {
"@language" : "tr",
"@value" : "Kilogray"
}, {
"@language" : "pl",
"@value" : "Kilogrej"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloH
URI: http://qudt.org/vocab/unit/KiloH
1,000-fold of the SI derived unit henry
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloH> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit henry" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Inductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB386" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB386"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/H> ; <http://qudt.org/schema/qudt/symbol> "kH" ; <http://qudt.org/schema/qudt/ucumCode> "kH"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P24" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilohenry"@it ; rdfs:label "Kilohenr"@pl ; rdfs:label "Kilohenrio"@es ; rdfs:label "Kilohenry" ; rdfs:label "Kilohenry"@cs ; rdfs:label "Kilohenry"@de ; rdfs:label "Kilohenry"@en ; rdfs:label "Kilohenry"@fr ; rdfs:label "Kilohenry"@hu ; rdfs:label "Kilohenry"@ms ; rdfs:label "Kilohenry"@ro ; rdfs:label "Kilohenry"@sl ; rdfs:label "Kilohenry"@tr ; .
{"resource":"Kilohenry"
,"qname":"unit:KiloH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloH"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit henry"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Inductance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB386"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB386"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilohenry"
,"label":"Kilohenr"
,"label":"Kilohenrio"
,"label":"Kilohenry"
,"label":"Kilohenry"
,"label":"Kilohenry"
,"label":"Kilohenry"
,"label":"Kilohenry"
,"label":"Kilohenry"
,"label":"Kilohenry"
,"label":"Kilohenry"
,"label":"Kilohenry"
,"label":"Kilohenry"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:H"
,"symbol":"kH"
,"type":"qudt:Unit"
,"ucum code":"kH"
,"unece common code":"P24"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit henry",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Inductance",
"iec61360Code" : "0112/2///62720#UAB386",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB386",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/H",
"symbol" : "kH",
"ucumCode" : "kH",
"uneceCommonCode" : "P24",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Kilohenry"
}, {
"@language" : "de",
"@value" : "Kilohenry"
}, {
"@language" : "en",
"@value" : "Kilohenry"
}, {
"@language" : "fr",
"@value" : "Kilohenry"
}, {
"@language" : "hu",
"@value" : "Kilohenry"
}, {
"@language" : "ms",
"@value" : "Kilohenry"
}, {
"@language" : "es",
"@value" : "Kilohenrio"
}, {
"@language" : "ro",
"@value" : "Kilohenry"
}, {
"@language" : "sl",
"@value" : "Kilohenry"
}, "Kilohenry", {
"@language" : "it",
"@value" : "Chilohenry"
}, {
"@language" : "pl",
"@value" : "Kilohenr"
}, {
"@language" : "tr",
"@value" : "Kilohenry"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloHZ
URI: http://qudt.org/vocab/unit/KiloHZ
"Kilohertz" is a C.G.S System unit for 'Frequency' expressed as $KHz$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloHZ> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Kilohertz\" is a C.G.S System unit for 'Frequency' expressed as $KHz$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA566" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA566"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/HZ> ; <http://qudt.org/schema/qudt/symbol> "kHz" ; <http://qudt.org/schema/qudt/ucumCode> "kHz"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KHZ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2143992> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilohertz"@it ; rdfs:label "Kiloherc"@pl ; rdfs:label "Kilohercio"@es ; rdfs:label "Kilohertz" ; rdfs:label "Kilohertz"@cs ; rdfs:label "Kilohertz"@de ; rdfs:label "Kilohertz"@en ; rdfs:label "Kilohertz"@fr ; rdfs:label "Kilohertz"@hu ; rdfs:label "Kilohertz"@ms ; rdfs:label "Kilohertz"@ro ; rdfs:label "Kilohertz"@sl ; rdfs:label "Kilohertz"@tr ; .
{"resource":"Kilohertz"
,"qname":"unit:KiloHZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloHZ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2143992>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"\"Kilohertz\" is a C.G.S System unit for 'Frequency' expressed as $KHz$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA566"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA566"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilohertz"
,"label":"Kiloherc"
,"label":"Kilohercio"
,"label":"Kilohertz"
,"label":"Kilohertz"
,"label":"Kilohertz"
,"label":"Kilohertz"
,"label":"Kilohertz"
,"label":"Kilohertz"
,"label":"Kilohertz"
,"label":"Kilohertz"
,"label":"Kilohertz"
,"label":"Kilohertz"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:HZ"
,"symbol":"kHz"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kHz"
,"unece common code":"KHZ"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloHZ",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Kilohertz\" is a C.G.S System unit for 'Frequency' expressed as $KHz$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAA566",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA566",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/HZ",
"symbol" : "kHz",
"ucumCode" : "kHz",
"uneceCommonCode" : "KHZ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2143992",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilohertz", {
"@language" : "it",
"@value" : "Chilohertz"
}, {
"@language" : "es",
"@value" : "Kilohercio"
}, {
"@language" : "pl",
"@value" : "Kiloherc"
}, {
"@language" : "cs",
"@value" : "Kilohertz"
}, {
"@language" : "de",
"@value" : "Kilohertz"
}, {
"@language" : "en",
"@value" : "Kilohertz"
}, {
"@language" : "fr",
"@value" : "Kilohertz"
}, {
"@language" : "hu",
"@value" : "Kilohertz"
}, {
"@language" : "ms",
"@value" : "Kilohertz"
}, {
"@language" : "ro",
"@value" : "Kilohertz"
}, {
"@language" : "sl",
"@value" : "Kilohertz"
}, {
"@language" : "tr",
"@value" : "Kilohertz"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloHZ-M
URI: http://qudt.org/vocab/unit/KiloHZ-M
product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloHZ-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ConductionSpeed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GroupSpeedOfSound> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhaseSpeedOfSound> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundParticleVelocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA567" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA567"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "kHz·m" ; <http://qudt.org/schema/qudt/ucumCode> "kHz.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M17" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilohertz Metro"@it ; rdfs:label "Kiloherc Metr"@pl ; rdfs:label "Kilohercio Metro"@es ; rdfs:label "Kilohertz Meter"@de ; rdfs:label "Kilohertz Meter"@en-US ; rdfs:label "Kilohertz Meter"@ms ; rdfs:label "Kilohertz Meter"@sl ; rdfs:label "Kilohertz Metr"@cs ; rdfs:label "Kilohertz Metre" ; rdfs:label "Kilohertz Metre"@en ; rdfs:label "Kilohertz Metre"@tr ; rdfs:label "Kilohertz Metru"@ro ; rdfs:label "Kilohertz Mètre"@fr ; .
{"resource":"Kilohertz Metre"
,"qname":"unit:KiloHZ-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloHZ-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre"
,"description (plain text)":"product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ConductionSpeed"
,"has quantity kind":"quantitykind:GroupSpeedOfSound"
,"has quantity kind":"quantitykind:PhaseSpeedOfSound"
,"has quantity kind":"quantitykind:SoundParticleVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA567"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA567"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilohertz Metro"
,"label":"Kiloherc Metr"
,"label":"Kilohercio Metro"
,"label":"Kilohertz Meter"
,"label":"Kilohertz Meter"
,"label":"Kilohertz Meter"
,"label":"Kilohertz Meter"
,"label":"Kilohertz Metr"
,"label":"Kilohertz Metre"
,"label":"Kilohertz Metre"
,"label":"Kilohertz Metre"
,"label":"Kilohertz Metru"
,"label":"Kilohertz Mètre"
,"symbol":"kHz·m"
,"type":"qudt:Unit"
,"ucum code":"kHz.m"
,"unece common code":"M17"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloHZ-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ConductionSpeed", "http://qudt.org/vocab/quantitykind/PhaseSpeedOfSound", "http://qudt.org/vocab/quantitykind/GroupSpeedOfSound", "http://qudt.org/vocab/quantitykind/SoundParticleVelocity" ],
"iec61360Code" : "0112/2///62720#UAA567",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA567",
"plainTextDescription" : "product of the 1 000-fold of the SI derived unit hertz and the SI base unit metre",
"symbol" : "kHz·m",
"ucumCode" : "kHz.m",
"uneceCommonCode" : "M17",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kilohertz Meter"
}, {
"@language" : "en-us",
"@value" : "Kilohertz Meter"
}, "Kilohertz Metre", {
"@language" : "en",
"@value" : "Kilohertz Metre"
}, {
"@language" : "tr",
"@value" : "Kilohertz Metre"
}, {
"@language" : "it",
"@value" : "Chilohertz Metro"
}, {
"@language" : "es",
"@value" : "Kilohercio Metro"
}, {
"@language" : "pl",
"@value" : "Kiloherc Metr"
}, {
"@language" : "fr",
"@value" : "Kilohertz Mètre"
}, {
"@language" : "ms",
"@value" : "Kilohertz Meter"
}, {
"@language" : "sl",
"@value" : "Kilohertz Meter"
}, {
"@language" : "cs",
"@value" : "Kilohertz Metr"
}, {
"@language" : "ro",
"@value" : "Kilohertz Metru"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloINDIV
URI: http://qudt.org/vocab/unit/KiloINDIV
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloINDIV> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/INDIV> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thousand Individuals" ; rdfs:label "Thousand Individuals"@en ; .
{"resource":"Thousand Individuals"
,"qname":"unit:KiloINDIV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloINDIV"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thousand Individuals"
,"label":"Thousand Individuals"
,"scalingOf":"unit:INDIV"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloINDIV",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"scalingOf" : "http://qudt.org/vocab/unit/INDIV",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Thousand Individuals"
}, "Thousand Individuals" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloJ
URI: http://qudt.org/vocab/unit/KiloJ
1 000-fold of the SI derived unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA568" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA568"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit joule" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "kJ" ; <http://qudt.org/schema/qudt/ucumCode> "kJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KJO" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4989854> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilojoule"@it ; rdfs:label "Kilodżul"@pl ; rdfs:label "Kilojoule" ; rdfs:label "Kilojoule"@cs ; rdfs:label "Kilojoule"@de ; rdfs:label "Kilojoule"@en ; rdfs:label "Kilojoule"@fr ; rdfs:label "Kilojoule"@hu ; rdfs:label "Kilojoule"@ms ; rdfs:label "Kilojoule"@ro ; rdfs:label "Kilojoule"@sl ; rdfs:label "Kilojoule"@tr ; rdfs:label "Kilojulio"@es ; .
{"resource":"Kilojoule"
,"qname":"unit:KiloJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloJ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4989854>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit joule"
,"description (plain text)":"1 000-fold of the SI derived unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA568"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA568"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilojoule"
,"label":"Kilodżul"
,"label":"Kilojoule"
,"label":"Kilojoule"
,"label":"Kilojoule"
,"label":"Kilojoule"
,"label":"Kilojoule"
,"label":"Kilojoule"
,"label":"Kilojoule"
,"label":"Kilojoule"
,"label":"Kilojoule"
,"label":"Kilojoule"
,"label":"Kilojulio"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:J"
,"symbol":"kJ"
,"type":"qudt:Unit"
,"ucum code":"kJ"
,"unece common code":"KJO"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit joule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/ThermalEnergy" ],
"iec61360Code" : "0112/2///62720#UAA568",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA568",
"plainTextDescription" : "1 000-fold of the SI derived unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "kJ",
"ucumCode" : "kJ",
"uneceCommonCode" : "KJO",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4989854",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilojoule", {
"@language" : "pl",
"@value" : "Kilodżul"
}, {
"@language" : "cs",
"@value" : "Kilojoule"
}, {
"@language" : "de",
"@value" : "Kilojoule"
}, {
"@language" : "en",
"@value" : "Kilojoule"
}, {
"@language" : "fr",
"@value" : "Kilojoule"
}, {
"@language" : "hu",
"@value" : "Kilojoule"
}, {
"@language" : "ms",
"@value" : "Kilojoule"
}, {
"@language" : "ro",
"@value" : "Kilojoule"
}, {
"@language" : "es",
"@value" : "Kilojulio"
}, {
"@language" : "it",
"@value" : "Chilojoule"
}, {
"@language" : "sl",
"@value" : "Kilojoule"
}, {
"@language" : "tr",
"@value" : "Kilojoule"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloJ-PER-DAY
URI: http://qudt.org/vocab/unit/KiloJ-PER-DAY
quotient from the 1,000-fold of the SI derived unit joule divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloJ-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient from the 1,000-fold of the SI derived unit joule divided by the unit day" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB450" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB450"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kJ/d" ; <http://qudt.org/schema/qudt/ucumCode> "kJ.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P21" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilojoule per Day" ; rdfs:label "Kilojoule per Day"@en ; .
{"resource":"Kilojoule per Day"
,"qname":"unit:KiloJ-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloJ-PER-DAY"
,"properties":["conversion multiplier":"0.01157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-2"
,"description":"quotient from the 1,000-fold of the SI derived unit joule divided by the unit day"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB450"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB450"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilojoule per Day"
,"label":"Kilojoule per Day"
,"symbol":"kJ\/d"
,"type":"qudt:Unit"
,"ucum code":"kJ.d-1"
,"unece common code":"P21"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloJ-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient from the 1,000-fold of the SI derived unit joule divided by the unit day",
"conversionMultiplier" : "0.01157407407407407407407407407407407",
"conversionMultiplier:SN" : 0.011574074074074073,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB450",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB450",
"symbol" : "kJ/d",
"ucumCode" : "kJ.d-1",
"uneceCommonCode" : "P21",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilojoule per Day", {
"@language" : "en",
"@value" : "Kilojoule per Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloJ-PER-HR
URI: http://qudt.org/vocab/unit/KiloJ-PER-HR
quotient from the 1,000-fold of the SI derived unit joule divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloJ-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient from the 1,000-fold of the SI derived unit joule divided by the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB449" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB449"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kJ/h" ; <http://qudt.org/schema/qudt/ucumCode> "kJ.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P20" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilojoule per Hour" ; rdfs:label "Kilojoule per Hour"@en ; .
{"resource":"Kilojoule per Hour"
,"qname":"unit:KiloJ-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloJ-PER-HR"
,"properties":["conversion multiplier":"0.2777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-1"
,"description":"quotient from the 1,000-fold of the SI derived unit joule divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB449"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB449"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilojoule per Hour"
,"label":"Kilojoule per Hour"
,"symbol":"kJ\/h"
,"type":"qudt:Unit"
,"ucum code":"kJ.h-1"
,"unece common code":"P20"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloJ-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient from the 1,000-fold of the SI derived unit joule divided by the unit hour",
"conversionMultiplier" : "0.2777777777777777777777777777777778",
"conversionMultiplier:SN" : 0.2777777777777778,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB449",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB449",
"symbol" : "kJ/h",
"ucumCode" : "kJ.h-1",
"uneceCommonCode" : "P20",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilojoule per Hour", {
"@language" : "en",
"@value" : "Kilojoule per Hour"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloJ-PER-K
URI: http://qudt.org/vocab/unit/KiloJ-PER-K
1 000-fold of the SI derived unit joule divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloJ-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerTemperature> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA569" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA569"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "kJ/K" ; <http://qudt.org/schema/qudt/ucumCode> "kJ.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B41" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilojoule per Kelvin"@it ; rdfs:label "Kilodżul na Kelwin"@pl ; rdfs:label "Kilojoule na Kelvin"@cs ; rdfs:label "Kilojoule na Kelvin"@sl ; rdfs:label "Kilojoule par Kelvin"@fr ; rdfs:label "Kilojoule pe Kelvin"@ro ; rdfs:label "Kilojoule per Kelvin" ; rdfs:label "Kilojoule per Kelvin"@en ; rdfs:label "Kilojoule per Kelvin"@ms ; rdfs:label "Kilojoule per Kelvin"@tr ; rdfs:label "Kilojoule pro Kelvin"@de ; rdfs:label "Kilojulio por Kelvin"@es ; .
{"resource":"Kilojoule per Kelvin"
,"qname":"unit:KiloJ-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloJ-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit joule divided by the SI base unit kelvin"
,"description (plain text)":"1 000-fold of the SI derived unit joule divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:EnergyPerTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA569"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA569"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilojoule per Kelvin"
,"label":"Kilodżul na Kelwin"
,"label":"Kilojoule na Kelvin"
,"label":"Kilojoule na Kelvin"
,"label":"Kilojoule par Kelvin"
,"label":"Kilojoule pe Kelvin"
,"label":"Kilojoule per Kelvin"
,"label":"Kilojoule per Kelvin"
,"label":"Kilojoule per Kelvin"
,"label":"Kilojoule per Kelvin"
,"label":"Kilojoule pro Kelvin"
,"label":"Kilojulio por Kelvin"
,"symbol":"kJ\/K"
,"type":"qudt:Unit"
,"ucum code":"kJ.K-1"
,"unece common code":"B41"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloJ-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerTemperature",
"iec61360Code" : "0112/2///62720#UAA569",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA569",
"plainTextDescription" : "1 000-fold of the SI derived unit joule divided by the SI base unit kelvin",
"symbol" : "kJ/K",
"ucumCode" : "kJ.K-1",
"uneceCommonCode" : "B41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Kilojulio por Kelvin"
}, {
"@language" : "it",
"@value" : "Chilojoule per Kelvin"
}, {
"@language" : "fr",
"@value" : "Kilojoule par Kelvin"
}, {
"@language" : "ro",
"@value" : "Kilojoule pe Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilodżul na Kelwin"
}, {
"@language" : "de",
"@value" : "Kilojoule pro Kelvin"
}, {
"@language" : "cs",
"@value" : "Kilojoule na Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilojoule na Kelvin"
}, "Kilojoule per Kelvin", {
"@language" : "en",
"@value" : "Kilojoule per Kelvin"
}, {
"@language" : "ms",
"@value" : "Kilojoule per Kelvin"
}, {
"@language" : "tr",
"@value" : "Kilojoule per Kelvin"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloJ-PER-KiloGM
URI: http://qudt.org/vocab/unit/KiloJ-PER-KiloGM
1 000-fold of the SI derived unit joule divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloJ-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA570" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA570"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "kJ/kg" ; <http://qudt.org/schema/qudt/ucumCode> "kJ.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B42" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21077849> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilojoule per Chilogrammo"@it ; rdfs:label "Kilodżul na Kilogram"@pl ; rdfs:label "Kilojoule na Kilogram"@cs ; rdfs:label "Kilojoule na Kilogram"@sl ; rdfs:label "Kilojoule par Kilogramme"@fr ; rdfs:label "Kilojoule pe Kilogram"@ro ; rdfs:label "Kilojoule per Kilogram" ; rdfs:label "Kilojoule per Kilogram"@en ; rdfs:label "Kilojoule per Kilogram"@ms ; rdfs:label "Kilojoule per Kilogram"@tr ; rdfs:label "Kilojoule pro Kilogramm"@de ; rdfs:label "Kilojulio por Kilogramo"@es ; .
{"resource":"Kilojoule per Kilogram"
,"qname":"unit:KiloJ-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloJ-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21077849>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit joule divided by the SI base unit kilogram"
,"description (plain text)":"1 000-fold of the SI derived unit joule divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA570"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA570"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilojoule per Chilogrammo"
,"label":"Kilodżul na Kilogram"
,"label":"Kilojoule na Kilogram"
,"label":"Kilojoule na Kilogram"
,"label":"Kilojoule par Kilogramme"
,"label":"Kilojoule pe Kilogram"
,"label":"Kilojoule per Kilogram"
,"label":"Kilojoule per Kilogram"
,"label":"Kilojoule per Kilogram"
,"label":"Kilojoule per Kilogram"
,"label":"Kilojoule pro Kilogramm"
,"label":"Kilojulio por Kilogramo"
,"symbol":"kJ\/kg"
,"type":"qudt:Unit"
,"ucum code":"kJ.kg-1"
,"unece common code":"B42"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloJ-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"iec61360Code" : "0112/2///62720#UAA570",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA570",
"plainTextDescription" : "1 000-fold of the SI derived unit joule divided by the SI base unit kilogram",
"symbol" : "kJ/kg",
"ucumCode" : "kJ.kg-1",
"uneceCommonCode" : "B42",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21077849",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kilojoule pe Kilogram"
}, {
"@language" : "fr",
"@value" : "Kilojoule par Kilogramme"
}, {
"@language" : "it",
"@value" : "Chilojoule per Chilogrammo"
}, {
"@language" : "cs",
"@value" : "Kilojoule na Kilogram"
}, {
"@language" : "sl",
"@value" : "Kilojoule na Kilogram"
}, {
"@language" : "de",
"@value" : "Kilojoule pro Kilogramm"
}, {
"@language" : "es",
"@value" : "Kilojulio por Kilogramo"
}, {
"@language" : "pl",
"@value" : "Kilodżul na Kilogram"
}, "Kilojoule per Kilogram", {
"@language" : "en",
"@value" : "Kilojoule per Kilogram"
}, {
"@language" : "ms",
"@value" : "Kilojoule per Kilogram"
}, {
"@language" : "tr",
"@value" : "Kilojoule per Kilogram"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloJ-PER-KiloGM-K
URI: http://qudt.org/vocab/unit/KiloJ-PER-KiloGM-K
1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloJ-PER-KiloGM-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEntropy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA571" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA571"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "kJ/(kg·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kJ.kg-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B43" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q108834064> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilojoule per Chilogrammo Kelvin"@it ; rdfs:label "Kilodżul na Kilogram Kelwin"@pl ; rdfs:label "Kilojoule na Kilogram Kelvin"@cs ; rdfs:label "Kilojoule na Kilogram Kelvin"@sl ; rdfs:label "Kilojoule par Kilogramme Kelvin"@fr ; rdfs:label "Kilojoule pe Kilogram Kelvin"@ro ; rdfs:label "Kilojoule per Kilogram Kelvin" ; rdfs:label "Kilojoule per Kilogram Kelvin"@en ; rdfs:label "Kilojoule per Kilogram Kelvin"@ms ; rdfs:label "Kilojoule per Kilogram Kelvin"@tr ; rdfs:label "Kilojoule pro Kilogramm Kelvin"@de ; rdfs:label "Kilojulio por Kilogramo Kelvin"@es ; .
{"resource":"Kilojoule per Kilogram Kelvin"
,"qname":"unit:KiloJ-PER-KiloGM-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloJ-PER-KiloGM-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q108834064>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin"
,"description (plain text)":"1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificEntropy"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantPressure"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtConstantVolume"
,"has quantity kind":"quantitykind:SpecificHeatCapacityAtSaturation"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA571"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA571"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilojoule per Chilogrammo Kelvin"
,"label":"Kilodżul na Kilogram Kelwin"
,"label":"Kilojoule na Kilogram Kelvin"
,"label":"Kilojoule na Kilogram Kelvin"
,"label":"Kilojoule par Kilogramme Kelvin"
,"label":"Kilojoule pe Kilogram Kelvin"
,"label":"Kilojoule per Kilogram Kelvin"
,"label":"Kilojoule per Kilogram Kelvin"
,"label":"Kilojoule per Kilogram Kelvin"
,"label":"Kilojoule per Kilogram Kelvin"
,"label":"Kilojoule pro Kilogramm Kelvin"
,"label":"Kilojulio por Kilogramo Kelvin"
,"symbol":"kJ\/(kg·K)"
,"type":"qudt:Unit"
,"ucum code":"kJ.kg-1.K-1"
,"unece common code":"B43"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloJ-PER-KiloGM-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantVolume", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtConstantPressure", "http://qudt.org/vocab/quantitykind/SpecificEntropy", "http://qudt.org/vocab/quantitykind/SpecificHeatCapacityAtSaturation" ],
"iec61360Code" : "0112/2///62720#UAA571",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA571",
"plainTextDescription" : "1 000-fold of the SI derived unit joule divided by the product of the SI base unit kilogram and the SI base unit kelvin",
"symbol" : "kJ/(kg·K)",
"ucumCode" : "kJ.kg-1.K-1",
"uneceCommonCode" : "B43",
"wikidataMatch" : "http://www.wikidata.org/entity/Q108834064",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kilodżul na Kilogram Kelwin"
}, {
"@language" : "de",
"@value" : "Kilojoule pro Kilogramm Kelvin"
}, "Kilojoule per Kilogram Kelvin", {
"@language" : "en",
"@value" : "Kilojoule per Kilogram Kelvin"
}, {
"@language" : "ms",
"@value" : "Kilojoule per Kilogram Kelvin"
}, {
"@language" : "tr",
"@value" : "Kilojoule per Kilogram Kelvin"
}, {
"@language" : "es",
"@value" : "Kilojulio por Kilogramo Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilojoule na Kilogram Kelvin"
}, {
"@language" : "cs",
"@value" : "Kilojoule na Kilogram Kelvin"
}, {
"@language" : "it",
"@value" : "Chilojoule per Chilogrammo Kelvin"
}, {
"@language" : "ro",
"@value" : "Kilojoule pe Kilogram Kelvin"
}, {
"@language" : "fr",
"@value" : "Kilojoule par Kilogramme Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloJ-PER-KiloV
URI: http://qudt.org/vocab/unit/KiloJ-PER-KiloV
Specification of the maximum of the energy absorption capability related to voltage rated value in kJ/kV, which could be emplaced in an arrester or parts of an arrester during a recovery test, without causing a thermal run away
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloJ-PER-KiloV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Specification of the maximum of the energy absorption capability related to voltage rated value in kJ/kV, which could be emplaced in an arrester or parts of an arrester during a recovery test, without causing a thermal run away" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD920" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD920"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kJ/kV" ; <http://qudt.org/schema/qudt/ucumCode> "kJ.kV-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilojoule per Chilovolt"@it ; rdfs:label "Kilodżul na Kilowolt"@pl ; rdfs:label "Kilojoule na Kilovolt"@cs ; rdfs:label "Kilojoule na Kilovolt"@sl ; rdfs:label "Kilojoule par Kilovolt"@fr ; rdfs:label "Kilojoule pe Kilovolt"@ro ; rdfs:label "Kilojoule per Kilovolt" ; rdfs:label "Kilojoule per Kilovolt"@en ; rdfs:label "Kilojoule per Kilovolt"@ms ; rdfs:label "Kilojoule per Kilovolt"@tr ; rdfs:label "Kilojoule pro Kilovolt"@de ; rdfs:label "Kilojulio por Kilovoltio"@es ; .
{"resource":"Kilojoule per Kilovolt"
,"qname":"unit:KiloJ-PER-KiloV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloJ-PER-KiloV"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Specification of the maximum of the energy absorption capability related to voltage rated value in kJ\/kV, which could be emplaced in an arrester or parts of an arrester during a recovery test, without causing a thermal run away"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD920"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD920"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilojoule per Chilovolt"
,"label":"Kilodżul na Kilowolt"
,"label":"Kilojoule na Kilovolt"
,"label":"Kilojoule na Kilovolt"
,"label":"Kilojoule par Kilovolt"
,"label":"Kilojoule pe Kilovolt"
,"label":"Kilojoule per Kilovolt"
,"label":"Kilojoule per Kilovolt"
,"label":"Kilojoule per Kilovolt"
,"label":"Kilojoule per Kilovolt"
,"label":"Kilojoule pro Kilovolt"
,"label":"Kilojulio por Kilovoltio"
,"symbol":"kJ\/kV"
,"type":"qudt:Unit"
,"ucum code":"kJ.kV-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloJ-PER-KiloV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Specification of the maximum of the energy absorption capability related to voltage rated value in kJ/kV, which could be emplaced in an arrester or parts of an arrester during a recovery test, without causing a thermal run away",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"iec61360Code" : "0112/2///62720#UAD920",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD920",
"symbol" : "kJ/kV",
"ucumCode" : "kJ.kV-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilojoule per Kilovolt", {
"@language" : "en",
"@value" : "Kilojoule per Kilovolt"
}, {
"@language" : "ms",
"@value" : "Kilojoule per Kilovolt"
}, {
"@language" : "tr",
"@value" : "Kilojoule per Kilovolt"
}, {
"@language" : "sl",
"@value" : "Kilojoule na Kilovolt"
}, {
"@language" : "cs",
"@value" : "Kilojoule na Kilovolt"
}, {
"@language" : "it",
"@value" : "Chilojoule per Chilovolt"
}, {
"@language" : "es",
"@value" : "Kilojulio por Kilovoltio"
}, {
"@language" : "ro",
"@value" : "Kilojoule pe Kilovolt"
}, {
"@language" : "pl",
"@value" : "Kilodżul na Kilowolt"
}, {
"@language" : "fr",
"@value" : "Kilojoule par Kilovolt"
}, {
"@language" : "de",
"@value" : "Kilojoule pro Kilovolt"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloJ-PER-MIN
URI: http://qudt.org/vocab/unit/KiloJ-PER-MIN
quotient from the 1,000-fold of the SI derived unit joule divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloJ-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient from the 1,000-fold of the SI derived unit joule divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 16.66666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB448" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB448"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kJ/min" ; <http://qudt.org/schema/qudt/ucumCode> "kJ.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P19" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilojoule per Minute" ; rdfs:label "Kilojoule per Minute"@en ; .
{"resource":"Kilojoule per Minute"
,"qname":"unit:KiloJ-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloJ-PER-MIN"
,"properties":["conversion multiplier":"16.66666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E1"
,"description":"quotient from the 1,000-fold of the SI derived unit joule divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB448"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB448"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilojoule per Minute"
,"label":"Kilojoule per Minute"
,"symbol":"kJ\/min"
,"type":"qudt:Unit"
,"ucum code":"kJ.min-1"
,"unece common code":"P19"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloJ-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient from the 1,000-fold of the SI derived unit joule divided by the unit minute",
"conversionMultiplier" : "16.66666666666666666666666666666667",
"conversionMultiplier:SN" : 16.666666666666668,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB448",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB448",
"symbol" : "kJ/min",
"ucumCode" : "kJ.min-1",
"uneceCommonCode" : "P19",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilojoule per Minute", {
"@language" : "en",
"@value" : "Kilojoule per Minute"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloJ-PER-MOL
URI: http://qudt.org/vocab/unit/KiloJ-PER-MOL
1 000-fold of the SI derived unit joule divided by the SI base unit mol
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloJ-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit joule divided by the SI base unit mol"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA572" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA572"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit joule divided by the SI base unit mol" ; <http://qudt.org/schema/qudt/symbol> "kJ/mol" ; <http://qudt.org/schema/qudt/ucumCode> "kJ.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B44" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q752197> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilojoule per Mole"@it ; rdfs:label "Kilodżul na Mol"@pl ; rdfs:label "Kilojoule na Mol"@cs ; rdfs:label "Kilojoule na Mol"@sl ; rdfs:label "Kilojoule par Mole"@fr ; rdfs:label "Kilojoule pe Mol"@ro ; rdfs:label "Kilojoule per Mol"@tr ; rdfs:label "Kilojoule per Mole" ; rdfs:label "Kilojoule per Mole"@en ; rdfs:label "Kilojoule per Mole"@ms ; rdfs:label "Kilojoule pro Mol"@de ; rdfs:label "Kilojulio por Mol"@es ; .
{"resource":"Kilojoule per Mole"
,"qname":"unit:KiloJ-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloJ-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q752197>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit joule divided by the SI base unit mol"
,"description (plain text)":"1 000-fold of the SI derived unit joule divided by the SI base unit mol"
,"has dimension vector":"qkdv:A-1E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MolarEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA572"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA572"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilojoule per Mole"
,"label":"Kilodżul na Mol"
,"label":"Kilojoule na Mol"
,"label":"Kilojoule na Mol"
,"label":"Kilojoule par Mole"
,"label":"Kilojoule pe Mol"
,"label":"Kilojoule per Mol"
,"label":"Kilojoule per Mole"
,"label":"Kilojoule per Mole"
,"label":"Kilojoule per Mole"
,"label":"Kilojoule pro Mol"
,"label":"Kilojulio por Mol"
,"symbol":"kJ\/mol"
,"type":"qudt:Unit"
,"ucum code":"kJ.mol-1"
,"unece common code":"B44"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloJ-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit joule divided by the SI base unit mol",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarEnergy",
"iec61360Code" : "0112/2///62720#UAA572",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA572",
"plainTextDescription" : "1 000-fold of the SI derived unit joule divided by the SI base unit mol",
"symbol" : "kJ/mol",
"ucumCode" : "kJ.mol-1",
"uneceCommonCode" : "B44",
"wikidataMatch" : "http://www.wikidata.org/entity/Q752197",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kilojoule pe Mol"
}, {
"@language" : "es",
"@value" : "Kilojulio por Mol"
}, "Kilojoule per Mole", {
"@language" : "en",
"@value" : "Kilojoule per Mole"
}, {
"@language" : "ms",
"@value" : "Kilojoule per Mole"
}, {
"@language" : "it",
"@value" : "Chilojoule per Mole"
}, {
"@language" : "cs",
"@value" : "Kilojoule na Mol"
}, {
"@language" : "sl",
"@value" : "Kilojoule na Mol"
}, {
"@language" : "tr",
"@value" : "Kilojoule per Mol"
}, {
"@language" : "de",
"@value" : "Kilojoule pro Mol"
}, {
"@language" : "fr",
"@value" : "Kilojoule par Mole"
}, {
"@language" : "pl",
"@value" : "Kilodżul na Mol"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloJ-PER-SEC
URI: http://qudt.org/vocab/unit/KiloJ-PER-SEC
quotient from the 1,000-fold of the SI derived unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloJ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient from the 1,000-fold of the SI derived unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB447" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB447"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kJ/s" ; <http://qudt.org/schema/qudt/ucumCode> "kJ.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P18" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilojoule per Secondo"@it ; rdfs:label "Kilodżul na Sekunda"@pl ; rdfs:label "Kilojoule na Sekunda"@cs ; rdfs:label "Kilojoule na Sekunda"@sl ; rdfs:label "Kilojoule par Seconde"@fr ; rdfs:label "Kilojoule pe Secundă"@ro ; rdfs:label "Kilojoule per Saat"@ms ; rdfs:label "Kilojoule per Saniye"@tr ; rdfs:label "Kilojoule per Second" ; rdfs:label "Kilojoule per Second"@en ; rdfs:label "Kilojoule pro Sekunde"@de ; rdfs:label "Kilojulio por Segundo"@es ; .
{"resource":"Kilojoule per Second"
,"qname":"unit:KiloJ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloJ-PER-SEC"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"quotient from the 1,000-fold of the SI derived unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB447"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB447"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilojoule per Secondo"
,"label":"Kilodżul na Sekunda"
,"label":"Kilojoule na Sekunda"
,"label":"Kilojoule na Sekunda"
,"label":"Kilojoule par Seconde"
,"label":"Kilojoule pe Secundă"
,"label":"Kilojoule per Saat"
,"label":"Kilojoule per Saniye"
,"label":"Kilojoule per Second"
,"label":"Kilojoule per Second"
,"label":"Kilojoule pro Sekunde"
,"label":"Kilojulio por Segundo"
,"symbol":"kJ\/s"
,"type":"qudt:Unit"
,"ucum code":"kJ.s-1"
,"unece common code":"P18"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloJ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient from the 1,000-fold of the SI derived unit joule divided by the SI base unit second",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB447",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB447",
"symbol" : "kJ/s",
"ucumCode" : "kJ.s-1",
"uneceCommonCode" : "P18",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kilojoule pe Secundă"
}, {
"@language" : "tr",
"@value" : "Kilojoule per Saniye"
}, {
"@language" : "ms",
"@value" : "Kilojoule per Saat"
}, {
"@language" : "en",
"@value" : "Kilojoule per Second"
}, "Kilojoule per Second", {
"@language" : "de",
"@value" : "Kilojoule pro Sekunde"
}, {
"@language" : "pl",
"@value" : "Kilodżul na Sekunda"
}, {
"@language" : "es",
"@value" : "Kilojulio por Segundo"
}, {
"@language" : "fr",
"@value" : "Kilojoule par Seconde"
}, {
"@language" : "cs",
"@value" : "Kilojoule na Sekunda"
}, {
"@language" : "sl",
"@value" : "Kilojoule na Sekunda"
}, {
"@language" : "it",
"@value" : "Chilojoule per Secondo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloL
URI: http://qudt.org/vocab/unit/KiloL
1 000-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB114" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB114"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "kL" ; <http://qudt.org/schema/qudt/ucumCode> "kL"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K6" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3972226> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kiloliter"@en-US ; rdfs:label "Kilolitre" ; rdfs:label "Kilolitre"@en ; .
{"resource":"Kilolitre"
,"qname":"unit:KiloL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3972226>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"1 000-fold of the unit litre"
,"description (plain text)":"1 000-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB114"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB114"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kiloliter"
,"label":"Kilolitre"
,"label":"Kilolitre"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:L"
,"symbol":"kL"
,"type":"qudt:Unit"
,"ucum code":"kL"
,"unece common code":"K6"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB114",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB114",
"plainTextDescription" : "1 000-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "kL",
"ucumCode" : "kL",
"uneceCommonCode" : "K6",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3972226",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilolitre", {
"@language" : "en",
"@value" : "Kilolitre"
}, {
"@language" : "en-us",
"@value" : "Kiloliter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloL-PER-HR
URI: http://qudt.org/vocab/unit/KiloL-PER-HR
unit of the volume kilolitres divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloL-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the volume kilolitres divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB121" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB121"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume kilolitres divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "kL/h" ; <http://qudt.org/schema/qudt/ucumCode> "kL.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4X" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107313807> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kiloliter per Hour"@en-US ; rdfs:label "Kilolitre per Hour" ; rdfs:label "Kilolitre per Hour"@en ; .
{"resource":"Kilolitre per Hour"
,"qname":"unit:KiloL-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloL-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107313807>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"unit of the volume kilolitres divided by the unit hour"
,"description (plain text)":"unit of the volume kilolitres divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB121"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB121"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kiloliter per Hour"
,"label":"Kilolitre per Hour"
,"label":"Kilolitre per Hour"
,"symbol":"kL\/h"
,"type":"qudt:Unit"
,"ucum code":"kL.h-1"
,"unece common code":"4X"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloL-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume kilolitres divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAB121",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB121",
"plainTextDescription" : "unit of the volume kilolitres divided by the unit hour",
"symbol" : "kL/h",
"ucumCode" : "kL.h-1",
"uneceCommonCode" : "4X",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107313807",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilolitre per Hour", {
"@language" : "en-us",
"@value" : "Kiloliter per Hour"
}, {
"@language" : "en",
"@value" : "Kilolitre per Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloLB
URI: http://qudt.org/vocab/unit/KiloLB
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloLB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 453.59237 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.5359237E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/LB> ; <http://qudt.org/schema/qudt/symbol> "klbm" ; <http://qudt.org/schema/qudt/ucumCode> "k[lb_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Pound Mass" ; rdfs:label "Kilo Pound Mass"@en ; .
{"resource":"Kilo Pound Mass"
,"qname":"unit:KiloLB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloLB"
,"properties":["conversion multiplier":"453.59237"
,"conversion multiplier scientific":"4.5359237E2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Pound Mass"
,"label":"Kilo Pound Mass"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:LB"
,"symbol":"klbm"
,"type":"qudt:Unit"
,"ucum code":"k[lb_av]"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloLB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "453.59237",
"conversionMultiplier:SN" : 453.59237,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/LB",
"symbol" : "klbm",
"ucumCode" : "k[lb_av]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Pound Mass", {
"@language" : "en",
"@value" : "Kilo Pound Mass"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloLB-PER-HR
URI: http://qudt.org/vocab/unit/KiloLB-PER-HR
1,000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloLB-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1259978805555555555555555555555556 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.259978805555555555555555555555556E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB391" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB391"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "klbm/h" ; <http://qudt.org/schema/qudt/ucumCode> "k[lb_av].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M90" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Pound Mass per Hour" ; rdfs:label "Kilo Pound Mass per Hour"@en ; .
{"resource":"Kilo Pound Mass per Hour"
,"qname":"unit:KiloLB-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloLB-PER-HR"
,"properties":["conversion multiplier":"0.1259978805555555555555555555555556"
,"conversion multiplier scientific":"1.259978805555555555555555555555556E-1"
,"description":"1,000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"has quantity kind":"quantitykind:MassPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB391"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB391"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Pound Mass per Hour"
,"label":"Kilo Pound Mass per Hour"
,"symbol":"klbm\/h"
,"type":"qudt:Unit"
,"ucum code":"k[lb_av].h-1"
,"unece common code":"M90"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloLB-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the unit of the mass avoirdupois pound according to the avoirdupois unit system divided by the unit hour",
"conversionMultiplier" : "0.1259978805555555555555555555555556",
"conversionMultiplier:SN" : 0.12599788055555555,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassFlowRate", "http://qudt.org/vocab/quantitykind/MassPerTime" ],
"iec61360Code" : "0112/2///62720#UAB391",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB391",
"symbol" : "klbm/h",
"ucumCode" : "k[lb_av].h-1",
"uneceCommonCode" : "M90",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Kilo Pound Mass per Hour"
}, "Kilo Pound Mass per Hour" ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloLB_F
URI: http://qudt.org/vocab/unit/KiloLB_F
1,000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloLB_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4448.2218148411428 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.4482218148411428E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB232" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB232"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/LB_F> ; <http://qudt.org/schema/qudt/symbol> "klbf" ; <http://qudt.org/schema/qudt/ucumCode> "k[lbf_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M75" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Pound Force" ; rdfs:label "Kilo Pound Force"@en ; .
{"resource":"Kilo Pound Force"
,"qname":"unit:KiloLB_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloLB_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4448.2218148411428"
,"conversion multiplier scientific":"4.4482218148411428E3"
,"description":"1,000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB232"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB232"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Pound Force"
,"label":"Kilo Pound Force"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:LB_F"
,"symbol":"klbf"
,"type":"qudt:Unit"
,"ucum code":"k[lbf_av]"
,"unece common code":"M75"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloLB_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the unit of the force pound-force (lbf) according to the Anglo-American system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4448.2218148411428",
"conversionMultiplier:SN" : 4448.221814841143,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAB232",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB232",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/LB_F",
"symbol" : "klbf",
"ucumCode" : "k[lbf_av]",
"uneceCommonCode" : "M75",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Pound Force", {
"@language" : "en",
"@value" : "Kilo Pound Force"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloLB_F-FT-PER-A
URI: http://qudt.org/vocab/unit/KiloLB_F-FT-PER-A
product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloLB_F-FT-PER-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 1355.81800916358032544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.35581800916358032544E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFlux> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB483" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB483"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere" ; <http://qudt.org/schema/qudt/symbol> "klbf·ft/A" ; <http://qudt.org/schema/qudt/ucumCode> "k[lbf_av].[ft_i].A-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F22" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Pound Force Foot per Ampere" ; rdfs:label "Kilo Pound Force Foot per Ampere"@en ; .
{"resource":"Kilo Pound Force Foot per Ampere"
,"qname":"unit:KiloLB_F-FT-PER-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloLB_F-FT-PER-A"
,"properties":["conversion multiplier":"1355.81800916358032544"
,"conversion multiplier scientific":"1.35581800916358032544E3"
,"description":"product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere"
,"description (plain text)":"product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFlux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB483"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB483"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Pound Force Foot per Ampere"
,"label":"Kilo Pound Force Foot per Ampere"
,"symbol":"klbf·ft\/A"
,"type":"qudt:Unit"
,"ucum code":"k[lbf_av].[ft_i].A-1"
,"unece common code":"F22"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloLB_F-FT-PER-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere",
"conversionMultiplier" : "1355.81800916358032544",
"conversionMultiplier:SN" : 1355.8180091635804,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFlux",
"iec61360Code" : "0112/2///62720#UAB483",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB483",
"plainTextDescription" : "product of the Anglo-American unit pound-force and foot divided by the SI base unit ampere",
"symbol" : "klbf·ft/A",
"ucumCode" : "k[lbf_av].[ft_i].A-1",
"uneceCommonCode" : "F22",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Pound Force Foot per Ampere", {
"@language" : "en",
"@value" : "Kilo Pound Force Foot per Ampere"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloLB_F-FT-PER-LB
URI: http://qudt.org/vocab/unit/KiloLB_F-FT-PER-LB
product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloLB_F-FT-PER-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 2989.067054112 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.989067054112E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB484" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB484"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass" ; <http://qudt.org/schema/qudt/symbol> "klbf·ft/lbm" ; <http://qudt.org/schema/qudt/ucumCode> "k[lbf_av].[ft_i].[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G20" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Pound Force Foot per Pound Mass" ; rdfs:label "Kilo Pound Force Foot per Pound Mass"@en ; .
{"resource":"Kilo Pound Force Foot per Pound Mass"
,"qname":"unit:KiloLB_F-FT-PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloLB_F-FT-PER-LB"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"2989.067054112"
,"conversion multiplier scientific":"2.989067054112E3"
,"description":"product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass"
,"description (plain text)":"product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB484"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB484"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Pound Force Foot per Pound Mass"
,"label":"Kilo Pound Force Foot per Pound Mass"
,"symbol":"klbf·ft\/lbm"
,"type":"qudt:Unit"
,"ucum code":"k[lbf_av].[ft_i].[lb_av]-1"
,"unece common code":"G20"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloLB_F-FT-PER-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "2989.067054112",
"conversionMultiplier:SN" : 2989.067054112,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"iec61360Code" : "0112/2///62720#UAB484",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB484",
"plainTextDescription" : "product of the Anglo-American unit pound-force and the Anglo-American unit foot divided by the Anglo-American unit pound (US) of mass",
"symbol" : "klbf·ft/lbm",
"ucumCode" : "k[lbf_av].[ft_i].[lb_av]-1",
"uneceCommonCode" : "G20",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Pound Force Foot per Pound Mass", {
"@language" : "en",
"@value" : "Kilo Pound Force Foot per Pound Mass"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloLB_F-PER-FT
URI: http://qudt.org/vocab/unit/KiloLB_F-PER-FT
unit of the length-related force
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloLB_F-PER-FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the length-related force"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 14593.9035919985 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.45939035919985E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB192" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB192"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the length-related force" ; <http://qudt.org/schema/qudt/symbol> "klbf/ft" ; <http://qudt.org/schema/qudt/ucumCode> "k[lbf_av].[ft_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F17" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Pound Force per Foot" ; rdfs:label "Kilo Pound Force per Foot"@en ; .
{"resource":"Kilo Pound Force per Foot"
,"qname":"unit:KiloLB_F-PER-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloLB_F-PER-FT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"14593.9035919985"
,"conversion multiplier scientific":"1.45939035919985E4"
,"description":"unit of the length-related force"
,"description (plain text)":"unit of the length-related force"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB192"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB192"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Pound Force per Foot"
,"label":"Kilo Pound Force per Foot"
,"symbol":"klbf\/ft"
,"type":"qudt:Unit"
,"ucum code":"k[lbf_av].[ft_i]-1"
,"unece common code":"F17"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloLB_F-PER-FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the length-related force",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "14593.9035919985",
"conversionMultiplier:SN" : 14593.9035919985,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"iec61360Code" : "0112/2///62720#UAB192",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB192",
"plainTextDescription" : "unit of the length-related force",
"symbol" : "klbf/ft",
"ucumCode" : "k[lbf_av].[ft_i]-1",
"uneceCommonCode" : "F17",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Pound Force per Foot", {
"@language" : "en",
"@value" : "Kilo Pound Force per Foot"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloLB_F-PER-IN2
URI: http://qudt.org/vocab/unit/KiloLB_F-PER-IN2
1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloLB_F-PER-IN2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 6894757.602518976377952755905511811 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.894757602518976377952755905511811E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB138" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB138"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "klbf/in²" ; <http://qudt.org/schema/qudt/ucumCode> "k[lbf_av].[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "84" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Pound Force per Square Inch" ; rdfs:label "Kilo Pound Force per Square Inch"@en ; .
{"resource":"Kilo Pound Force per Square Inch"
,"qname":"unit:KiloLB_F-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloLB_F-PER-IN2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"6894757.602518976377952755905511811"
,"conversion multiplier scientific":"6.894757602518976377952755905511811E6"
,"description":"1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"
,"description (plain text)":"1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB138"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB138"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Pound Force per Square Inch"
,"label":"Kilo Pound Force per Square Inch"
,"symbol":"klbf\/in²"
,"type":"qudt:Unit"
,"ucum code":"k[lbf_av].[in_i]-2"
,"unece common code":"84"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloLB_F-PER-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "6894757.602518976377952755905511811",
"conversionMultiplier:SN" : 6894757.602518977,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity", "http://qudt.org/vocab/quantitykind/ShearModulus" ],
"iec61360Code" : "0112/2///62720#UAB138",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB138",
"plainTextDescription" : "1 000-fold of the unit for pressure psi as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2",
"symbol" : "klbf/in²",
"ucumCode" : "k[lbf_av].[in_i]-2",
"uneceCommonCode" : "84",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Pound Force per Square Inch", {
"@language" : "en",
"@value" : "Kilo Pound Force per Square Inch"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloLM
URI: http://qudt.org/vocab/unit/KiloLM
The 1000-fold of the SI unit Lumen.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloLM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The 1000-fold of the SI unit Lumen."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousFlux> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/LM> ; <http://qudt.org/schema/qudt/symbol> "klm" ; <http://qudt.org/schema/qudt/ucumCode> "klm"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilolumen"@it ; rdfs:label "Kilolumen" ; rdfs:label "Kilolumen"@cs ; rdfs:label "Kilolumen"@de ; rdfs:label "Kilolumen"@en ; rdfs:label "Kilolumen"@es ; rdfs:label "Kilolumen"@fr ; rdfs:label "Kilolumen"@hu ; rdfs:label "Kilolumen"@ms ; rdfs:label "Kilolumen"@pl ; rdfs:label "Kilolumen"@ro ; rdfs:label "Kilolumen"@sl ; rdfs:label "Kilolümen"@tr ; .
{"resource":"Kilolumen"
,"qname":"unit:KiloLM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloLM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"defined unit of system":"sou:SI"
,"description":"The 1000-fold of the SI unit Lumen."
,"has dimension vector":"qkdv:A0E0L0I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousFlux"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilolumen"
,"label":"Kilolumen"
,"label":"Kilolumen"
,"label":"Kilolumen"
,"label":"Kilolumen"
,"label":"Kilolumen"
,"label":"Kilolumen"
,"label":"Kilolumen"
,"label":"Kilolumen"
,"label":"Kilolumen"
,"label":"Kilolumen"
,"label":"Kilolumen"
,"label":"Kilolümen"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:LM"
,"symbol":"klm"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"klm"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloLM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The 1000-fold of the SI unit Lumen.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousFlux",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/LM",
"symbol" : "klm",
"ucumCode" : "klm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilolumen", {
"@language" : "cs",
"@value" : "Kilolumen"
}, {
"@language" : "de",
"@value" : "Kilolumen"
}, {
"@language" : "en",
"@value" : "Kilolumen"
}, {
"@language" : "es",
"@value" : "Kilolumen"
}, {
"@language" : "fr",
"@value" : "Kilolumen"
}, {
"@language" : "ms",
"@value" : "Kilolumen"
}, {
"@language" : "pl",
"@value" : "Kilolumen"
}, {
"@language" : "ro",
"@value" : "Kilolumen"
}, {
"@language" : "sl",
"@value" : "Kilolumen"
}, {
"@language" : "hu",
"@value" : "Kilolumen"
}, {
"@language" : "it",
"@value" : "Chilolumen"
}, {
"@language" : "tr",
"@value" : "Kilolümen"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloM
URI: http://qudt.org/vocab/unit/KiloM
A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kilometre"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA637" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kilometre?oldid=494821851"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA637"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "km" ; <http://qudt.org/schema/qudt/ucumCode> "km"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KMT" ; <http://qudt.org/schema/qudt/uneceCommonCode> "KTM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q828224> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilometro"@it ; rdfs:label "Kilometer"@de ; rdfs:label "Kilometer"@en-US ; rdfs:label "Kilometer"@ms ; rdfs:label "Kilometer"@sl ; rdfs:label "Kilometr"@cs ; rdfs:label "Kilometr"@pl ; rdfs:label "Kilometre" ; rdfs:label "Kilometre"@en ; rdfs:label "Kilometre"@tr ; rdfs:label "Kilometro"@es ; rdfs:label "Kilometru"@ro ; rdfs:label "Kilomètre"@fr ; rdfs:label "Kilométer"@hu ; .
{"resource":"Kilometre"
,"qname":"unit:KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q828224>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kilometre"
,"description":"A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. "
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA637"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kilometre?oldid=494821851"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA637"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilometro"
,"label":"Kilometer"
,"label":"Kilometer"
,"label":"Kilometer"
,"label":"Kilometer"
,"label":"Kilometr"
,"label":"Kilometr"
,"label":"Kilometre"
,"label":"Kilometre"
,"label":"Kilometre"
,"label":"Kilometro"
,"label":"Kilometru"
,"label":"Kilomètre"
,"label":"Kilométer"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:M"
,"symbol":"km"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"km"
,"unece common code":"KMT"
,"unece common code":"KTM"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A common metric unit of length or distance. One kilometer equals exactly 1000 meters, about 0.621 371 19 mile, 1093.6133 yards, or 3280.8399 feet. Oddly, higher multiples of the meter are rarely used; even the distances to the farthest galaxies are usually measured in kilometers. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Kilometre",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA637",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Kilometre?oldid=494821851", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA637" ],
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "km",
"ucumCode" : "km",
"uneceCommonCode" : [ "KTM", "KMT" ],
"wikidataMatch" : "http://www.wikidata.org/entity/Q828224",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Chilometro"
}, {
"@language" : "es",
"@value" : "Kilometro"
}, {
"@language" : "hu",
"@value" : "Kilométer"
}, {
"@language" : "de",
"@value" : "Kilometer"
}, {
"@language" : "en-us",
"@value" : "Kilometer"
}, {
"@language" : "ms",
"@value" : "Kilometer"
}, {
"@language" : "fr",
"@value" : "Kilomètre"
}, {
"@language" : "sl",
"@value" : "Kilometer"
}, "Kilometre", {
"@language" : "en",
"@value" : "Kilometre"
}, {
"@language" : "tr",
"@value" : "Kilometre"
}, {
"@language" : "ro",
"@value" : "Kilometru"
}, {
"@language" : "cs",
"@value" : "Kilometr"
}, {
"@language" : "pl",
"@value" : "Kilometr"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloM-PER-DAY
URI: http://qudt.org/vocab/unit/KiloM-PER-DAY
A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloM-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds)."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/symbol> "km/d" ; <http://qudt.org/schema/qudt/ucumCode> "km.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilometer per Day"@en-US ; rdfs:label "Kilometre per Day" ; rdfs:label "Kilometre per Day"@en ; .
{"resource":"Kilometre per Day"
,"qname":"unit:KiloM-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloM-PER-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-2"
,"description":"A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds)."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilometer per Day"
,"label":"Kilometre per Day"
,"label":"Kilometre per Day"
,"symbol":"km\/d"
,"type":"qudt:Unit"
,"ucum code":"km.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloM-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A change in location of a distance of one thousand metres in an elapsed time of one day (86400 seconds)."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.01157407407407407407407407407407407",
"conversionMultiplier:SN" : 0.011574074074074073,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"symbol" : "km/d",
"ucumCode" : "km.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilometre per Day", {
"@language" : "en",
"@value" : "Kilometre per Day"
}, {
"@language" : "en-us",
"@value" : "Kilometer per Day"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloM-PER-HR
URI: http://qudt.org/vocab/unit/KiloM-PER-HR
"Kilometer per Hour" is a C.G.S System unit for 'Linear Velocity' expressed as $km/h$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloM-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Kilometer per Hour\" is a C.G.S System unit for 'Linear Velocity' expressed as $km/h$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/altSymbol> "kph" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kilometres_per_hour"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$km/h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA638" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA638"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "km/h" ; <http://qudt.org/schema/qudt/ucumCode> "km.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KMH" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q180154> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilometer per Hour"@en-US ; rdfs:label "Kilometre per Hour" ; rdfs:label "Kilometre per Hour"@en ; .
{"resource":"Kilometre per Hour"
,"qname":"unit:KiloM-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloM-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q180154>"
,"alt symbol":"kph"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.2777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kilometres_per_hour"
,"description":"\"Kilometer per Hour\" is a C.G.S System unit for 'Linear Velocity' expressed as $km\/h$."
,"expression":"$km\/h$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA638"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kilometres_per_hour?oldid=487674812"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA638"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilometer per Hour"
,"label":"Kilometre per Hour"
,"label":"Kilometre per Hour"
,"symbol":"km\/h"
,"type":"qudt:Unit"
,"ucum code":"km.h-1"
,"unece common code":"KMH"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloM-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Kilometer per Hour\" is a C.G.S System unit for 'Linear Velocity' expressed as $km/h$.",
"altSymbol" : "kph",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.2777777777777777777777777777777778",
"conversionMultiplier:SN" : 0.2777777777777778,
"dbpediaMatch" : "http://dbpedia.org/resource/Kilometres_per_hour",
"expression" : "$km/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"iec61360Code" : "0112/2///62720#UAA638",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Kilometres_per_hour?oldid=487674812", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA638" ],
"symbol" : "km/h",
"ucumCode" : "km.h-1",
"uneceCommonCode" : "KMH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q180154",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilometer per Hour"
}, "Kilometre per Hour", {
"@language" : "en",
"@value" : "Kilometre per Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"altSymbol" : {
"@id" : "http://qudt.org/schema/qudt/altSymbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloM-PER-SEC
URI: http://qudt.org/vocab/unit/KiloM-PER-SEC
"Kilometer per Second" is a C.G.S System unit for 'Linear Velocity' expressed as $km/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloM-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Kilometer per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $km/s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/expression> "$km/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB392" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB392"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "km/s" ; <http://qudt.org/schema/qudt/ucumCode> "km.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M62" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3674704> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilometro per Secondo"@it ; rdfs:label "Kilometer na Sekunda"@sl ; rdfs:label "Kilometer per Saat"@ms ; rdfs:label "Kilometer per Second"@en-US ; rdfs:label "Kilometer pro Sekunde"@de ; rdfs:label "Kilometr na Sekunda"@cs ; rdfs:label "Kilometr na Sekunda"@pl ; rdfs:label "Kilometre per Saniye"@tr ; rdfs:label "Kilometre per Second" ; rdfs:label "Kilometre per Second"@en ; rdfs:label "Kilometro por Segundo"@es ; rdfs:label "Kilometru pe Secundă"@ro ; rdfs:label "Kilomètre par Seconde"@fr ; .
{"resource":"Kilometre per Second"
,"qname":"unit:KiloM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloM-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3674704>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"\"Kilometer per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $km\/s$."
,"expression":"$km\/s$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB392"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB392"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilometro per Secondo"
,"label":"Kilometer na Sekunda"
,"label":"Kilometer per Saat"
,"label":"Kilometer per Second"
,"label":"Kilometer pro Sekunde"
,"label":"Kilometr na Sekunda"
,"label":"Kilometr na Sekunda"
,"label":"Kilometre per Saniye"
,"label":"Kilometre per Second"
,"label":"Kilometre per Second"
,"label":"Kilometro por Segundo"
,"label":"Kilometru pe Secundă"
,"label":"Kilomètre par Seconde"
,"symbol":"km\/s"
,"type":"qudt:Unit"
,"ucum code":"km.s-1"
,"unece common code":"M62"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloM-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Kilometer per Second\" is a C.G.S System unit for 'Linear Velocity' expressed as $km/s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"expression" : "$km/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"iec61360Code" : "0112/2///62720#UAB392",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB392",
"symbol" : "km/s",
"ucumCode" : "km.s-1",
"uneceCommonCode" : "M62",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3674704",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Chilometro per Secondo"
}, {
"@language" : "cs",
"@value" : "Kilometr na Sekunda"
}, {
"@language" : "pl",
"@value" : "Kilometr na Sekunda"
}, {
"@language" : "fr",
"@value" : "Kilomètre par Seconde"
}, "Kilometre per Second", {
"@language" : "en",
"@value" : "Kilometre per Second"
}, {
"@language" : "en-us",
"@value" : "Kilometer per Second"
}, {
"@language" : "sl",
"@value" : "Kilometer na Sekunda"
}, {
"@language" : "de",
"@value" : "Kilometer pro Sekunde"
}, {
"@language" : "es",
"@value" : "Kilometro por Segundo"
}, {
"@language" : "ro",
"@value" : "Kilometru pe Secundă"
}, {
"@language" : "ms",
"@value" : "Kilometer per Saat"
}, {
"@language" : "tr",
"@value" : "Kilometre per Saniye"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloM-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/KiloM-PER-SEC-BAR
SI base unit metre divided by the product of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloM-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit metre divided by the product of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA735" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA735"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "km/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "km.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilometer per Second Bar"@en-US ; rdfs:label "Kilometre per Second Bar" ; rdfs:label "Kilometre per Second Bar"@en ; .
{"resource":"Kilometre per Second Bar"
,"qname":"unit:KiloM-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloM-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"SI base unit metre divided by the product of the SI base unit second and the unit bar"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA735"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA735"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilometer per Second Bar"
,"label":"Kilometre per Second Bar"
,"label":"Kilometre per Second Bar"
,"symbol":"km\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"km.s-1.bar-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloM-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit metre divided by the product of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA735",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA735",
"symbol" : "km/(s·bar)",
"ucumCode" : "km.s-1.bar-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilometre per Second Bar", {
"@language" : "en",
"@value" : "Kilometre per Second Bar"
}, {
"@language" : "en-us",
"@value" : "Kilometer per Second Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloM-PER-SEC2
URI: http://qudt.org/vocab/unit/KiloM-PER-SEC2
1,000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloM-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB397" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB397"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "km/s²" ; <http://qudt.org/schema/qudt/ucumCode> "km.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M38" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilometro per Secondo Quadrato"@it ; rdfs:label "Kilometer na Kvadratni Sekunda"@sl ; rdfs:label "Kilometer per Saat Persegi"@ms ; rdfs:label "Kilometer per Square Second"@en-US ; rdfs:label "Kilometer pro Quadratsekunde"@de ; rdfs:label "Kilometr na Sekunda Kwadratowy"@pl ; rdfs:label "Kilometr na Čtvereční Sekunda"@cs ; rdfs:label "Kilometre per Saniyekare"@tr ; rdfs:label "Kilometre per Square Second" ; rdfs:label "Kilometre per Square Second"@en ; rdfs:label "Kilometro por Segundo Cuadrado"@es ; rdfs:label "Kilometru pe Secundă Pătrat"@ro ; rdfs:label "Kilomètre par Seconde Carré"@fr ; .
{"resource":"Kilometre per Square Second"
,"qname":"unit:KiloM-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloM-PER-SEC2"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB397"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB397"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilometro per Secondo Quadrato"
,"label":"Kilometer na Kvadratni Sekunda"
,"label":"Kilometer per Saat Persegi"
,"label":"Kilometer per Square Second"
,"label":"Kilometer pro Quadratsekunde"
,"label":"Kilometr na Sekunda Kwadratowy"
,"label":"Kilometr na Čtvereční Sekunda"
,"label":"Kilometre per Saniyekare"
,"label":"Kilometre per Square Second"
,"label":"Kilometre per Square Second"
,"label":"Kilometro por Segundo Cuadrado"
,"label":"Kilometru pe Secundă Pătrat"
,"label":"Kilomètre par Seconde Carré"
,"symbol":"km\/s²"
,"type":"qudt:Unit"
,"ucum code":"km.s-2"
,"unece common code":"M38"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloM-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Acceleration", "http://qudt.org/vocab/quantitykind/LinearAcceleration" ],
"iec61360Code" : "0112/2///62720#UAB397",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB397",
"symbol" : "km/s²",
"ucumCode" : "km.s-2",
"uneceCommonCode" : "M38",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilometre per Square Second", {
"@language" : "sl",
"@value" : "Kilometer na Kvadratni Sekunda"
}, {
"@language" : "en",
"@value" : "Kilometre per Square Second"
}, {
"@language" : "it",
"@value" : "Chilometro per Secondo Quadrato"
}, {
"@language" : "cs",
"@value" : "Kilometr na Čtvereční Sekunda"
}, {
"@language" : "de",
"@value" : "Kilometer pro Quadratsekunde"
}, {
"@language" : "en-us",
"@value" : "Kilometer per Square Second"
}, {
"@language" : "pl",
"@value" : "Kilometr na Sekunda Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Kilometru pe Secundă Pătrat"
}, {
"@language" : "ms",
"@value" : "Kilometer per Saat Persegi"
}, {
"@language" : "es",
"@value" : "Kilometro por Segundo Cuadrado"
}, {
"@language" : "fr",
"@value" : "Kilomètre par Seconde Carré"
}, {
"@language" : "tr",
"@value" : "Kilometre per Saniyekare"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloM2
URI: http://qudt.org/vocab/unit/KiloM2
1,000,000-fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NuclearQuadrupoleMoment> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA639" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA639"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "km²" ; <http://qudt.org/schema/qudt/ucumCode> "km2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KMK" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilometro Quadrato"@it ; rdfs:label "Kilometer Persegi"@ms ; rdfs:label "Kilometr Kwadratowy"@pl ; rdfs:label "Kilometrekare"@tr ; rdfs:label "Kilometro Cuadrado"@es ; rdfs:label "Kilometru Pătrat"@ro ; rdfs:label "Kilomètre Carré"@fr ; rdfs:label "Kvadratni Kilometer"@sl ; rdfs:label "Quadratkilometer"@de ; rdfs:label "Square Kilometer"@en-US ; rdfs:label "Square Kilometre" ; rdfs:label "Square Kilometre"@en ; rdfs:label "Čtvereční Kilometr"@cs ; .
{"resource":"Square Kilometre"
,"qname":"unit:KiloM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloM2"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"has quantity kind":"quantitykind:NuclearQuadrupoleMoment"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA639"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA639"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilometro Quadrato"
,"label":"Kilometer Persegi"
,"label":"Kilometr Kwadratowy"
,"label":"Kilometrekare"
,"label":"Kilometro Cuadrado"
,"label":"Kilometru Pătrat"
,"label":"Kilomètre Carré"
,"label":"Kvadratni Kilometer"
,"label":"Quadratkilometer"
,"label":"Square Kilometer"
,"label":"Square Kilometre"
,"label":"Square Kilometre"
,"label":"Čtvereční Kilometr"
,"symbol":"km²"
,"type":"qudt:Unit"
,"ucum code":"km2"
,"unece common code":"KMK"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Area", "http://qudt.org/vocab/quantitykind/NuclearQuadrupoleMoment", "http://qudt.org/vocab/quantitykind/HydraulicPermeability" ],
"iec61360Code" : "0112/2///62720#UAA639",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA639",
"symbol" : "km²",
"ucumCode" : "km2",
"uneceCommonCode" : "KMK",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Kilometre", {
"@language" : "en",
"@value" : "Square Kilometre"
}, {
"@language" : "ro",
"@value" : "Kilometru Pătrat"
}, {
"@language" : "sl",
"@value" : "Kvadratni Kilometer"
}, {
"@language" : "es",
"@value" : "Kilometro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Square Kilometer"
}, {
"@language" : "cs",
"@value" : "Čtvereční Kilometr"
}, {
"@language" : "ms",
"@value" : "Kilometer Persegi"
}, {
"@language" : "fr",
"@value" : "Kilomètre Carré"
}, {
"@language" : "pl",
"@value" : "Kilometr Kwadratowy"
}, {
"@language" : "tr",
"@value" : "Kilometrekare"
}, {
"@language" : "de",
"@value" : "Quadratkilometer"
}, {
"@language" : "it",
"@value" : "Chilometro Quadrato"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloM2-PER-SEC2
URI: http://qudt.org/vocab/unit/KiloM2-PER-SEC2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloM2-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/GigaPA-CentiM3-PER-GM> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificModulus> ; <http://qudt.org/schema/qudt/symbol> "km²/s²" ; <http://qudt.org/schema/qudt/ucumCode> "km2.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilometro Quadrato per Secondo Quadrato"@it ; rdfs:label "Kilometer Persegi per Saat Persegi"@ms ; rdfs:label "Kilometr Kwadratowy na Sekunda Kwadratowy"@pl ; rdfs:label "Kilometrekare per Saniyekare"@tr ; rdfs:label "Kilometro Cuadrado por Segundo Cuadrado"@es ; rdfs:label "Kilometru Pătrat pe Secundă Pătrat"@ro ; rdfs:label "Kilomètre Carré par Seconde Carré"@fr ; rdfs:label "Kvadratni Kilometer na Kvadratni Sekunda"@sl ; rdfs:label "Quadratkilometer pro Quadratsekunde"@de ; rdfs:label "Square Kilometer per Square Second"@en-US ; rdfs:label "Square Kilometre per Square Second" ; rdfs:label "Square Kilometre per Square Second"@en ; rdfs:label "Čtvereční Kilometr na Čtvereční Sekunda"@cs ; .
{"resource":"Square Kilometre per Square Second"
,"qname":"unit:KiloM2-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloM2-PER-SEC2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"exact match":"unit:GigaPA-CentiM3-PER-GM"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificModulus"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilometro Quadrato per Secondo Quadrato"
,"label":"Kilometer Persegi per Saat Persegi"
,"label":"Kilometr Kwadratowy na Sekunda Kwadratowy"
,"label":"Kilometrekare per Saniyekare"
,"label":"Kilometro Cuadrado por Segundo Cuadrado"
,"label":"Kilometru Pătrat pe Secundă Pătrat"
,"label":"Kilomètre Carré par Seconde Carré"
,"label":"Kvadratni Kilometer na Kvadratni Sekunda"
,"label":"Quadratkilometer pro Quadratsekunde"
,"label":"Square Kilometer per Square Second"
,"label":"Square Kilometre per Square Second"
,"label":"Square Kilometre per Square Second"
,"label":"Čtvereční Kilometr na Čtvereční Sekunda"
,"symbol":"km²\/s²"
,"type":"qudt:Unit"
,"ucum code":"km2.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloM2-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"exactMatch" : "http://qudt.org/vocab/unit/GigaPA-CentiM3-PER-GM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificModulus",
"symbol" : "km²/s²",
"ucumCode" : "km2.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Quadratkilometer pro Quadratsekunde"
}, {
"@language" : "it",
"@value" : "Chilometro Quadrato per Secondo Quadrato"
}, {
"@language" : "tr",
"@value" : "Kilometrekare per Saniyekare"
}, {
"@language" : "ro",
"@value" : "Kilometru Pătrat pe Secundă Pătrat"
}, "Square Kilometre per Square Second", {
"@language" : "en",
"@value" : "Square Kilometre per Square Second"
}, {
"@language" : "ms",
"@value" : "Kilometer Persegi per Saat Persegi"
}, {
"@language" : "en-us",
"@value" : "Square Kilometer per Square Second"
}, {
"@language" : "pl",
"@value" : "Kilometr Kwadratowy na Sekunda Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Kilomètre Carré par Seconde Carré"
}, {
"@language" : "sl",
"@value" : "Kvadratni Kilometer na Kvadratni Sekunda"
}, {
"@language" : "cs",
"@value" : "Čtvereční Kilometr na Čtvereční Sekunda"
}, {
"@language" : "es",
"@value" : "Kilometro Cuadrado por Segundo Cuadrado"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloM3-PER-SEC2
URI: http://qudt.org/vocab/unit/KiloM3-PER-SEC2
$\textit{Cubic Kilometer per Square Second}$ is a unit for $\textit{Standard Gravitational Parameter}$ expressed as $km^3/s^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloM3-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Cubic Kilometer per Square Second}$ is a unit for $\\textit{Standard Gravitational Parameter}$ expressed as $km^3/s^2$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ;
<http://qudt.org/schema/qudt/expression> "$km^3/s^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StandardGravitationalParameter> ;
<http://qudt.org/schema/qudt/symbol> "km³/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "km3.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Chilometro Cubo per Secondo Quadrato"@it ;
rdfs:label "Cubic Kilometer per Square Second"@en-US ;
rdfs:label "Cubic Kilometre per Square Second" ;
rdfs:label "Cubic Kilometre per Square Second"@en ;
rdfs:label "Kilometer Kubik per Saat Persegi"@ms ;
rdfs:label "Kilometr Krychlový na Čtvereční Sekunda"@cs ;
rdfs:label "Kilometr Sześcienny na Sekunda Kwadratowy"@pl ;
rdfs:label "Kilometreküp per Saniyekare"@tr ;
rdfs:label "Kilometro Cúbico por Segundo Cuadrado"@es ;
rdfs:label "Kilometru Cub pe Secundă Pătrat"@ro ;
rdfs:label "Kilomètre Cube par Seconde Carré"@fr ;
rdfs:label "Kubikkilometer pro Quadratsekunde"@de ;
rdfs:label "Kubični Kilometer na Kvadratni Sekunda"@sl ;
.
{"resource":"Cubic Kilometre per Square Second"
,"qname":"unit:KiloM3-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloM3-PER-SEC2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"$\\textit{Cubic Kilometer per Square Second}$ is a unit for $\\textit{Standard Gravitational Parameter}$ expressed as $km^3\/s^2$."
,"expression":"$km^3\/s^2$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-2D0"
,"has quantity kind":"quantitykind:StandardGravitationalParameter"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilometro Cubo per Secondo Quadrato"
,"label":"Cubic Kilometer per Square Second"
,"label":"Cubic Kilometre per Square Second"
,"label":"Cubic Kilometre per Square Second"
,"label":"Kilometer Kubik per Saat Persegi"
,"label":"Kilometr Krychlový na Čtvereční Sekunda"
,"label":"Kilometr Sześcienny na Sekunda Kwadratowy"
,"label":"Kilometreküp per Saniyekare"
,"label":"Kilometro Cúbico por Segundo Cuadrado"
,"label":"Kilometru Cub pe Secundă Pătrat"
,"label":"Kilomètre Cube par Seconde Carré"
,"label":"Kubikkilometer pro Quadratsekunde"
,"label":"Kubični Kilometer na Kvadratni Sekunda"
,"symbol":"km³\/s²"
,"type":"qudt:Unit"
,"ucum code":"km3.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloM3-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Cubic Kilometer per Square Second}$ is a unit for $\\textit{Standard Gravitational Parameter}$ expressed as $km^3/s^2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"expression" : "$km^3/s^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/StandardGravitationalParameter",
"symbol" : "km³/s²",
"ucumCode" : "km3.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Kilometre per Square Second", {
"@language" : "en",
"@value" : "Cubic Kilometre per Square Second"
}, {
"@language" : "en-us",
"@value" : "Cubic Kilometer per Square Second"
}, {
"@language" : "ro",
"@value" : "Kilometru Cub pe Secundă Pătrat"
}, {
"@language" : "pl",
"@value" : "Kilometr Sześcienny na Sekunda Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Kubični Kilometer na Kvadratni Sekunda"
}, {
"@language" : "es",
"@value" : "Kilometro Cúbico por Segundo Cuadrado"
}, {
"@language" : "fr",
"@value" : "Kilomètre Cube par Seconde Carré"
}, {
"@language" : "cs",
"@value" : "Kilometr Krychlový na Čtvereční Sekunda"
}, {
"@language" : "de",
"@value" : "Kubikkilometer pro Quadratsekunde"
}, {
"@language" : "tr",
"@value" : "Kilometreküp per Saniyekare"
}, {
"@language" : "it",
"@value" : "Chilometro Cubo per Secondo Quadrato"
}, {
"@language" : "ms",
"@value" : "Kilometer Kubik per Saat Persegi"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloMIL_Circ
URI: http://qudt.org/vocab/unit/KiloMIL_Circ
unit of area, defined by a circle with a diameter of one thousand mil (one inch or 25.4 mm) based on the formula: area = π·(diameter/2)²
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloMIL_Circ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of area, defined by a circle with a diameter of one thousand mil (one inch or 25.4 mm) based on the formula: area = π·(diameter/2)²" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000005067075 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.067075E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD931" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD931"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MIL_Circ> ; <http://qudt.org/schema/qudt/symbol> "kcmil" ; <http://qudt.org/schema/qudt/ucumCode> "k[cml_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Circular Mil" ; rdfs:label "Kilo Circular Mil"@en ; .
{"resource":"Kilo Circular Mil"
,"qname":"unit:KiloMIL_Circ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloMIL_Circ"
,"properties":["conversion multiplier":"0.0000005067075"
,"conversion multiplier scientific":"5.067075E-7"
,"description":"unit of area, defined by a circle with a diameter of one thousand mil (one inch or 25.4 mm) based on the formula: area = π·(diameter\/2)²"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD931"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD931"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Circular Mil"
,"label":"Kilo Circular Mil"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:MIL_Circ"
,"symbol":"kcmil"
,"type":"qudt:Unit"
,"ucum code":"k[cml_i]"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloMIL_Circ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of area, defined by a circle with a diameter of one thousand mil (one inch or 25.4 mm) based on the formula: area = π·(diameter/2)²",
"conversionMultiplier" : "0.0000005067075",
"conversionMultiplier:SN" : 5.067075E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"iec61360Code" : "0112/2///62720#UAD931",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD931",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/MIL_Circ",
"symbol" : "kcmil",
"ucumCode" : "k[cml_i]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Circular Mil", {
"@language" : "en",
"@value" : "Kilo Circular Mil"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloMOL
URI: http://qudt.org/vocab/unit/KiloMOL
1 000-fold of the SI base unit mol
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloMOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI base unit mol"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA640" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA640"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI base unit mol" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ; <http://qudt.org/schema/qudt/symbol> "kmol" ; <http://qudt.org/schema/qudt/ucumCode> "kmol"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B45" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q70393458> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilomole"@it ; rdfs:label "Kilomol"@cs ; rdfs:label "Kilomol"@de ; rdfs:label "Kilomol"@es ; rdfs:label "Kilomol"@pl ; rdfs:label "Kilomol"@ro ; rdfs:label "Kilomol"@sl ; rdfs:label "Kilomol"@tr ; rdfs:label "Kilomole" ; rdfs:label "Kilomole"@en ; rdfs:label "Kilomole"@fr ; rdfs:label "Kilomole"@ms ; rdfs:label "Kilomól"@hu ; .
{"resource":"Kilomole"
,"qname":"unit:KiloMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloMOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q70393458>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI base unit mol"
,"description (plain text)":"1 000-fold of the SI base unit mol"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA640"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA640"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilomole"
,"label":"Kilomol"
,"label":"Kilomol"
,"label":"Kilomol"
,"label":"Kilomol"
,"label":"Kilomol"
,"label":"Kilomol"
,"label":"Kilomol"
,"label":"Kilomole"
,"label":"Kilomole"
,"label":"Kilomole"
,"label":"Kilomole"
,"label":"Kilomól"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:MOL"
,"symbol":"kmol"
,"type":"qudt:Unit"
,"ucum code":"kmol"
,"unece common code":"B45"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI base unit mol",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"iec61360Code" : "0112/2///62720#UAA640",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA640",
"plainTextDescription" : "1 000-fold of the SI base unit mol",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "kmol",
"ucumCode" : "kmol",
"uneceCommonCode" : "B45",
"wikidataMatch" : "http://www.wikidata.org/entity/Q70393458",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilomole", {
"@language" : "en",
"@value" : "Kilomole"
}, {
"@language" : "fr",
"@value" : "Kilomole"
}, {
"@language" : "cs",
"@value" : "Kilomol"
}, {
"@language" : "de",
"@value" : "Kilomol"
}, {
"@language" : "es",
"@value" : "Kilomol"
}, {
"@language" : "pl",
"@value" : "Kilomol"
}, {
"@language" : "ro",
"@value" : "Kilomol"
}, {
"@language" : "sl",
"@value" : "Kilomol"
}, {
"@language" : "tr",
"@value" : "Kilomol"
}, {
"@language" : "hu",
"@value" : "Kilomól"
}, {
"@language" : "it",
"@value" : "Chilomole"
}, {
"@language" : "ms",
"@value" : "Kilomole"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloMOL-PER-HR
URI: http://qudt.org/vocab/unit/KiloMOL-PER-HR
1 000-fold of the SI base unit mole divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloMOL-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI base unit mole divided by the unit for time hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA641" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA641"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI base unit mole divided by the unit for time hour" ; <http://qudt.org/schema/qudt/symbol> "kmol/h" ; <http://qudt.org/schema/qudt/ucumCode> "kmol.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K58" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilomole per Hour" ; rdfs:label "Kilomole per Hour"@en ; .
{"resource":"Kilomole per Hour"
,"qname":"unit:KiloMOL-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloMOL-PER-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.2777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-1"
,"description":"1 000-fold of the SI base unit mole divided by the unit for time hour"
,"description (plain text)":"1 000-fold of the SI base unit mole divided by the unit for time hour"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA641"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA641"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilomole per Hour"
,"label":"Kilomole per Hour"
,"symbol":"kmol\/h"
,"type":"qudt:Unit"
,"ucum code":"kmol.h-1"
,"unece common code":"K58"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloMOL-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI base unit mole divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.2777777777777777777777777777777778",
"conversionMultiplier:SN" : 0.2777777777777778,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivity",
"iec61360Code" : "0112/2///62720#UAA641",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA641",
"plainTextDescription" : "1 000-fold of the SI base unit mole divided by the unit for time hour",
"symbol" : "kmol/h",
"ucumCode" : "kmol.h-1",
"uneceCommonCode" : "K58",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilomole per Hour", {
"@language" : "en",
"@value" : "Kilomole per Hour"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloMOL-PER-KiloGM
URI: http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM
Kilomole Per Kilogram ($kmol/kg$) is a unit of Molality
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Kilomole Per Kilogram ($kmol/kg$) is a unit of Molality"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$kmol/kg$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IonicStrength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolalityOfSolute> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloGM-PER-KiloMOL> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB404" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB404"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kmol/kg" ; <http://qudt.org/schema/qudt/ucumCode> "kmol.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P47" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107440698> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilomole per Chilogrammo"@it ; rdfs:label "Kilomol na Kilogram"@cs ; rdfs:label "Kilomol na Kilogram"@pl ; rdfs:label "Kilomol na Kilogram"@sl ; rdfs:label "Kilomol pe Kilogram"@ro ; rdfs:label "Kilomol per Kilogram"@tr ; rdfs:label "Kilomol por Kilogramo"@es ; rdfs:label "Kilomol pro Kilogramm"@de ; rdfs:label "Kilomole par Kilogramme"@fr ; rdfs:label "Kilomole per Kilogram" ; rdfs:label "Kilomole per Kilogram"@en ; rdfs:label "Kilomole per Kilogram"@ms ; .
{"resource":"Kilomole per Kilogram"
,"qname":"unit:KiloMOL-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloMOL-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107440698>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"defined unit of system":"sou:SI"
,"description":"Kilomole Per Kilogram ($kmol\/kg$) is a unit of Molality"
,"expression":"$kmol\/kg$"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"has quantity kind":"quantitykind:IonicStrength"
,"has quantity kind":"quantitykind:MolalityOfSolute"
,"has reciprocal unit":"unit:KiloGM-PER-KiloMOL"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB404"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB404"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilomole per Chilogrammo"
,"label":"Kilomol na Kilogram"
,"label":"Kilomol na Kilogram"
,"label":"Kilomol na Kilogram"
,"label":"Kilomol pe Kilogram"
,"label":"Kilomol per Kilogram"
,"label":"Kilomol por Kilogramo"
,"label":"Kilomol pro Kilogramm"
,"label":"Kilomole par Kilogramme"
,"label":"Kilomole per Kilogram"
,"label":"Kilomole per Kilogram"
,"label":"Kilomole per Kilogram"
,"symbol":"kmol\/kg"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kmol.kg-1"
,"unece common code":"P47"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloMOL-PER-KiloGM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Kilomole Per Kilogram ($kmol/kg$) is a unit of Molality",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$kmol/kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass", "http://qudt.org/vocab/quantitykind/MolalityOfSolute", "http://qudt.org/vocab/quantitykind/IonicStrength" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloGM-PER-KiloMOL",
"iec61360Code" : "0112/2///62720#UAB404",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB404",
"symbol" : "kmol/kg",
"ucumCode" : "kmol.kg-1",
"uneceCommonCode" : "P47",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107440698",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Kilomol per Kilogram"
}, {
"@language" : "de",
"@value" : "Kilomol pro Kilogramm"
}, {
"@language" : "it",
"@value" : "Chilomole per Chilogrammo"
}, {
"@language" : "cs",
"@value" : "Kilomol na Kilogram"
}, {
"@language" : "pl",
"@value" : "Kilomol na Kilogram"
}, {
"@language" : "sl",
"@value" : "Kilomol na Kilogram"
}, "Kilomole per Kilogram", {
"@language" : "en",
"@value" : "Kilomole per Kilogram"
}, {
"@language" : "ms",
"@value" : "Kilomole per Kilogram"
}, {
"@language" : "ro",
"@value" : "Kilomol pe Kilogram"
}, {
"@language" : "fr",
"@value" : "Kilomole par Kilogramme"
}, {
"@language" : "es",
"@value" : "Kilomol por Kilogramo"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloMOL-PER-M3
URI: http://qudt.org/vocab/unit/KiloMOL-PER-M3
1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloMOL-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterSolubility> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA642" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA642"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "kmol/m³" ; <http://qudt.org/schema/qudt/ucumCode> "kmol.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B46" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107970307> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilomole per Metro Cubo"@it ; rdfs:label "Kilomol na Kubični Meter"@sl ; rdfs:label "Kilomol na Metr Krychlový"@cs ; rdfs:label "Kilomol na Metr Sześcienny"@pl ; rdfs:label "Kilomol pe Metru Cub"@ro ; rdfs:label "Kilomol per Metreküp"@tr ; rdfs:label "Kilomol por Metro Cúbico"@es ; rdfs:label "Kilomol pro Kubikmeter"@de ; rdfs:label "Kilomole par Mètre Cube"@fr ; rdfs:label "Kilomole per Cubic Meter"@en-US ; rdfs:label "Kilomole per Cubic Metre" ; rdfs:label "Kilomole per Cubic Metre"@en ; rdfs:label "Kilomole per Meter Kubik"@ms ; .
{"resource":"Kilomole per Cubic Metre"
,"qname":"unit:KiloMOL-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloMOL-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107970307>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"has quantity kind":"quantitykind:WaterSolubility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA642"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA642"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilomole per Metro Cubo"
,"label":"Kilomol na Kubični Meter"
,"label":"Kilomol na Metr Krychlový"
,"label":"Kilomol na Metr Sześcienny"
,"label":"Kilomol pe Metru Cub"
,"label":"Kilomol per Metreküp"
,"label":"Kilomol por Metro Cúbico"
,"label":"Kilomol pro Kubikmeter"
,"label":"Kilomole par Mètre Cube"
,"label":"Kilomole per Cubic Meter"
,"label":"Kilomole per Cubic Metre"
,"label":"Kilomole per Cubic Metre"
,"label":"Kilomole per Meter Kubik"
,"symbol":"kmol\/m³"
,"type":"qudt:Unit"
,"ucum code":"kmol.m-3"
,"unece common code":"B46"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloMOL-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Concentration", "http://qudt.org/vocab/quantitykind/WaterSolubility" ],
"iec61360Code" : "0112/2///62720#UAA642",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA642",
"plainTextDescription" : "1 000-fold of the SI base unit mol divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "kmol/m³",
"ucumCode" : "kmol.m-3",
"uneceCommonCode" : "B46",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107970307",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Kilomol na Kubični Meter"
}, {
"@language" : "ms",
"@value" : "Kilomole per Meter Kubik"
}, {
"@language" : "tr",
"@value" : "Kilomol per Metreküp"
}, {
"@language" : "cs",
"@value" : "Kilomol na Metr Krychlový"
}, {
"@language" : "es",
"@value" : "Kilomol por Metro Cúbico"
}, {
"@language" : "pl",
"@value" : "Kilomol na Metr Sześcienny"
}, {
"@language" : "fr",
"@value" : "Kilomole par Mètre Cube"
}, {
"@language" : "de",
"@value" : "Kilomol pro Kubikmeter"
}, {
"@language" : "it",
"@value" : "Chilomole per Metro Cubo"
}, {
"@language" : "ro",
"@value" : "Kilomol pe Metru Cub"
}, "Kilomole per Cubic Metre", {
"@language" : "en-us",
"@value" : "Kilomole per Cubic Meter"
}, {
"@language" : "en",
"@value" : "Kilomole per Cubic Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloMOL-PER-M3-BAR
URI: http://qudt.org/vocab/unit/KiloMOL-PER-M3-BAR
1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloMOL-PER-M3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA644" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA644"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kmol/(m³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "kmol.m-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K60" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilomole per Cubic Meter Bar"@en-US ; rdfs:label "Kilomole per Cubic Metre Bar" ; rdfs:label "Kilomole per Cubic Metre Bar"@en ; .
{"resource":"Kilomole per Cubic Metre Bar"
,"qname":"unit:KiloMOL-PER-M3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloMOL-PER-M3-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"
,"has dimension vector":"qkdv:A1E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA644"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA644"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilomole per Cubic Meter Bar"
,"label":"Kilomole per Cubic Metre Bar"
,"label":"Kilomole per Cubic Metre Bar"
,"symbol":"kmol\/(m³·bar)"
,"type":"qudt:Unit"
,"ucum code":"kmol.m-3.bar-1"
,"unece common code":"K60"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloMOL-PER-M3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA644",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA644",
"symbol" : "kmol/(m³·bar)",
"ucumCode" : "kmol.m-3.bar-1",
"uneceCommonCode" : "K60",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilomole per Cubic Metre Bar", {
"@language" : "en",
"@value" : "Kilomole per Cubic Metre Bar"
}, {
"@language" : "en-us",
"@value" : "Kilomole per Cubic Meter Bar"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloMOL-PER-M3-K
URI: http://qudt.org/vocab/unit/KiloMOL-PER-M3-K
1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloMOL-PER-M3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA643" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA643"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kmol/(m³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kmol.m-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K59" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilomole per Metro Cubo Kelvin"@it ; rdfs:label "Kilomol na Kubični Meter Kelvin"@sl ; rdfs:label "Kilomol na Metr Krychlový Kelvin"@cs ; rdfs:label "Kilomol na Metr Sześcienny Kelwin"@pl ; rdfs:label "Kilomol pe Metru Cub Kelvin"@ro ; rdfs:label "Kilomol per Metreküp Kelvin"@tr ; rdfs:label "Kilomol por Metro Cúbico Kelvin"@es ; rdfs:label "Kilomol pro Kubikmeter Kelvin"@de ; rdfs:label "Kilomole par Mètre Cube Kelvin"@fr ; rdfs:label "Kilomole per Cubic Meter Kelvin"@en-US ; rdfs:label "Kilomole per Cubic Metre Kelvin" ; rdfs:label "Kilomole per Cubic Metre Kelvin"@en ; rdfs:label "Kilomole per Meter Kubik Kelvin"@ms ; .
{"resource":"Kilomole per Cubic Metre Kelvin"
,"qname":"unit:KiloMOL-PER-M3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloMOL-PER-M3-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"
,"has dimension vector":"qkdv:A1E0L-3I0M0H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA643"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA643"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilomole per Metro Cubo Kelvin"
,"label":"Kilomol na Kubični Meter Kelvin"
,"label":"Kilomol na Metr Krychlový Kelvin"
,"label":"Kilomol na Metr Sześcienny Kelwin"
,"label":"Kilomol pe Metru Cub Kelvin"
,"label":"Kilomol per Metreküp Kelvin"
,"label":"Kilomol por Metro Cúbico Kelvin"
,"label":"Kilomol pro Kubikmeter Kelvin"
,"label":"Kilomole par Mètre Cube Kelvin"
,"label":"Kilomole per Cubic Meter Kelvin"
,"label":"Kilomole per Cubic Metre Kelvin"
,"label":"Kilomole per Cubic Metre Kelvin"
,"label":"Kilomole per Meter Kubik Kelvin"
,"symbol":"kmol\/(m³·K)"
,"type":"qudt:Unit"
,"ucum code":"kmol.m-3.K-1"
,"unece common code":"K59"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloMOL-PER-M3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA643",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA643",
"symbol" : "kmol/(m³·K)",
"ucumCode" : "kmol.m-3.K-1",
"uneceCommonCode" : "K59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Kilomol per Metreküp Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilomol na Metr Sześcienny Kelwin"
}, {
"@language" : "ms",
"@value" : "Kilomole per Meter Kubik Kelvin"
}, {
"@language" : "cs",
"@value" : "Kilomol na Metr Krychlový Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilomol na Kubični Meter Kelvin"
}, {
"@language" : "de",
"@value" : "Kilomol pro Kubikmeter Kelvin"
}, "Kilomole per Cubic Metre Kelvin", {
"@language" : "en",
"@value" : "Kilomole per Cubic Metre Kelvin"
}, {
"@language" : "it",
"@value" : "Chilomole per Metro Cubo Kelvin"
}, {
"@language" : "en-us",
"@value" : "Kilomole per Cubic Meter Kelvin"
}, {
"@language" : "ro",
"@value" : "Kilomol pe Metru Cub Kelvin"
}, {
"@language" : "fr",
"@value" : "Kilomole par Mètre Cube Kelvin"
}, {
"@language" : "es",
"@value" : "Kilomol por Metro Cúbico Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloMOL-PER-MIN
URI: http://qudt.org/vocab/unit/KiloMOL-PER-MIN
1 000-fold of the SI base unit mole divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloMOL-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI base unit mole divided by the unit for time minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 16.66666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA645" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA645"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI base unit mole divided by the unit for time minute" ; <http://qudt.org/schema/qudt/symbol> "kmol/min" ; <http://qudt.org/schema/qudt/ucumCode> "kmol.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K61" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilomole per Minute" ; rdfs:label "Kilomole per Minute"@en ; .
{"resource":"Kilomole per Minute"
,"qname":"unit:KiloMOL-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloMOL-PER-MIN"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"16.66666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E1"
,"description":"1 000-fold of the SI base unit mole divided by the unit for time minute"
,"description (plain text)":"1 000-fold of the SI base unit mole divided by the unit for time minute"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA645"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA645"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilomole per Minute"
,"label":"Kilomole per Minute"
,"symbol":"kmol\/min"
,"type":"qudt:Unit"
,"ucum code":"kmol.min-1"
,"unece common code":"K61"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloMOL-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI base unit mole divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "16.66666666666666666666666666666667",
"conversionMultiplier:SN" : 16.666666666666668,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFlowRate",
"iec61360Code" : "0112/2///62720#UAA645",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA645",
"plainTextDescription" : "1 000-fold of the SI base unit mole divided by the unit for time minute",
"symbol" : "kmol/min",
"ucumCode" : "kmol.min-1",
"uneceCommonCode" : "K61",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilomole per Minute", {
"@language" : "en",
"@value" : "Kilomole per Minute"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloMOL-PER-SEC
URI: http://qudt.org/vocab/unit/KiloMOL-PER-SEC
1 000-fold of the SI base unit mol divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloMOL-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI base unit mol divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA646" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA646"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI base unit mol divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "kmol/s" ; <http://qudt.org/schema/qudt/ucumCode> "kmol.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E94" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilomole per Secondo"@it ; rdfs:label "Kilomol na Sekunda"@cs ; rdfs:label "Kilomol na Sekunda"@pl ; rdfs:label "Kilomol na Sekunda"@sl ; rdfs:label "Kilomol pe Secundă"@ro ; rdfs:label "Kilomol per Saniye"@tr ; rdfs:label "Kilomol por Segundo"@es ; rdfs:label "Kilomol pro Sekunde"@de ; rdfs:label "Kilomole par Seconde"@fr ; rdfs:label "Kilomole per Saat"@ms ; rdfs:label "Kilomole per Second" ; rdfs:label "Kilomole per Second"@en ; .
{"resource":"Kilomole per Second"
,"qname":"unit:KiloMOL-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloMOL-PER-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI base unit mol divided by the SI base unit second"
,"description (plain text)":"1 000-fold of the SI base unit mol divided by the SI base unit second"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA646"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA646"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilomole per Secondo"
,"label":"Kilomol na Sekunda"
,"label":"Kilomol na Sekunda"
,"label":"Kilomol na Sekunda"
,"label":"Kilomol pe Secundă"
,"label":"Kilomol per Saniye"
,"label":"Kilomol por Segundo"
,"label":"Kilomol pro Sekunde"
,"label":"Kilomole par Seconde"
,"label":"Kilomole per Saat"
,"label":"Kilomole per Second"
,"label":"Kilomole per Second"
,"symbol":"kmol\/s"
,"type":"qudt:Unit"
,"ucum code":"kmol.s-1"
,"unece common code":"E94"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloMOL-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI base unit mol divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFlowRate",
"iec61360Code" : "0112/2///62720#UAA646",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA646",
"plainTextDescription" : "1 000-fold of the SI base unit mol divided by the SI base unit second",
"symbol" : "kmol/s",
"ucumCode" : "kmol.s-1",
"uneceCommonCode" : "E94",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Chilomole per Secondo"
}, {
"@language" : "en",
"@value" : "Kilomole per Second"
}, "Kilomole per Second", {
"@language" : "de",
"@value" : "Kilomol pro Sekunde"
}, {
"@language" : "tr",
"@value" : "Kilomol per Saniye"
}, {
"@language" : "cs",
"@value" : "Kilomol na Sekunda"
}, {
"@language" : "pl",
"@value" : "Kilomol na Sekunda"
}, {
"@language" : "sl",
"@value" : "Kilomol na Sekunda"
}, {
"@language" : "fr",
"@value" : "Kilomole par Seconde"
}, {
"@language" : "ms",
"@value" : "Kilomole per Saat"
}, {
"@language" : "es",
"@value" : "Kilomol por Segundo"
}, {
"@language" : "ro",
"@value" : "Kilomol pe Secundă"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN
URI: http://qudt.org/vocab/unit/KiloN
1 000-fold of the SI derived unit newton
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit newton"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA573" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA573"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit newton" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "kN" ; <http://qudt.org/schema/qudt/ucumCode> "kN"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B47" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q56402798> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilonewton"@it ; rdfs:label "Kilonewton" ; rdfs:label "Kilonewton"@cs ; rdfs:label "Kilonewton"@de ; rdfs:label "Kilonewton"@en ; rdfs:label "Kilonewton"@es ; rdfs:label "Kilonewton"@fr ; rdfs:label "Kilonewton"@hu ; rdfs:label "Kilonewton"@ms ; rdfs:label "Kilonewton"@ro ; rdfs:label "Kilonewton"@sl ; rdfs:label "Kilonewton"@tr ; rdfs:label "Kiloniuton"@pl ; .
{"resource":"Kilonewton"
,"qname":"unit:KiloN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q56402798>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit newton"
,"description (plain text)":"1 000-fold of the SI derived unit newton"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA573"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA573"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilonewton"
,"label":"Kilonewton"
,"label":"Kilonewton"
,"label":"Kilonewton"
,"label":"Kilonewton"
,"label":"Kilonewton"
,"label":"Kilonewton"
,"label":"Kilonewton"
,"label":"Kilonewton"
,"label":"Kilonewton"
,"label":"Kilonewton"
,"label":"Kilonewton"
,"label":"Kiloniuton"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:N"
,"symbol":"kN"
,"type":"qudt:Unit"
,"ucum code":"kN"
,"unece common code":"B47"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit newton",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAA573",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA573",
"plainTextDescription" : "1 000-fold of the SI derived unit newton",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "kN",
"ucumCode" : "kN",
"uneceCommonCode" : "B47",
"wikidataMatch" : "http://www.wikidata.org/entity/Q56402798",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilonewton", {
"@language" : "de",
"@value" : "Kilonewton"
}, {
"@language" : "en",
"@value" : "Kilonewton"
}, {
"@language" : "es",
"@value" : "Kilonewton"
}, {
"@language" : "fr",
"@value" : "Kilonewton"
}, {
"@language" : "hu",
"@value" : "Kilonewton"
}, {
"@language" : "ms",
"@value" : "Kilonewton"
}, {
"@language" : "cs",
"@value" : "Kilonewton"
}, {
"@language" : "pl",
"@value" : "Kiloniuton"
}, {
"@language" : "it",
"@value" : "Chilonewton"
}, {
"@language" : "ro",
"@value" : "Kilonewton"
}, {
"@language" : "sl",
"@value" : "Kilonewton"
}, {
"@language" : "tr",
"@value" : "Kilonewton"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-M
URI: http://qudt.org/vocab/unit/KiloN-M
1 000-fold of the product of the SI derived unit newton and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA574" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA574"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the product of the SI derived unit newton and the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "kN·m" ; <http://qudt.org/schema/qudt/ucumCode> "kN.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B48" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106645261> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilonewton Metro"@it ; rdfs:label "Kilonewton Meter"@de ; rdfs:label "Kilonewton Meter"@en-US ; rdfs:label "Kilonewton Meter"@ms ; rdfs:label "Kilonewton Meter"@sl ; rdfs:label "Kilonewton Metr"@cs ; rdfs:label "Kilonewton Metre" ; rdfs:label "Kilonewton Metre"@en ; rdfs:label "Kilonewton Metre"@tr ; rdfs:label "Kilonewton Metro"@es ; rdfs:label "Kilonewton Metru"@ro ; rdfs:label "Kilonewton Mètre"@fr ; rdfs:label "Kiloniuton Metr"@pl ; .
{"resource":"Kilonewton Metre"
,"qname":"unit:KiloN-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106645261>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the product of the SI derived unit newton and the SI base unit metre"
,"description (plain text)":"1 000-fold of the product of the SI derived unit newton and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA574"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA574"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilonewton Metro"
,"label":"Kilonewton Meter"
,"label":"Kilonewton Meter"
,"label":"Kilonewton Meter"
,"label":"Kilonewton Meter"
,"label":"Kilonewton Metr"
,"label":"Kilonewton Metre"
,"label":"Kilonewton Metre"
,"label":"Kilonewton Metre"
,"label":"Kilonewton Metro"
,"label":"Kilonewton Metru"
,"label":"Kilonewton Mètre"
,"label":"Kiloniuton Metr"
,"symbol":"kN·m"
,"type":"qudt:Unit"
,"ucum code":"kN.m"
,"unece common code":"B48"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the product of the SI derived unit newton and the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAA574",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA574",
"plainTextDescription" : "1 000-fold of the product of the SI derived unit newton and the SI base unit metre",
"symbol" : "kN·m",
"ucumCode" : "kN.m",
"uneceCommonCode" : "B48",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106645261",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kilonewton Meter"
}, {
"@language" : "en-us",
"@value" : "Kilonewton Meter"
}, {
"@language" : "ms",
"@value" : "Kilonewton Meter"
}, {
"@language" : "es",
"@value" : "Kilonewton Metro"
}, {
"@language" : "sl",
"@value" : "Kilonewton Meter"
}, {
"@language" : "fr",
"@value" : "Kilonewton Mètre"
}, {
"@language" : "cs",
"@value" : "Kilonewton Metr"
}, "Kilonewton Metre", {
"@language" : "en",
"@value" : "Kilonewton Metre"
}, {
"@language" : "tr",
"@value" : "Kilonewton Metre"
}, {
"@language" : "pl",
"@value" : "Kiloniuton Metr"
}, {
"@language" : "it",
"@value" : "Chilonewton Metro"
}, {
"@language" : "ro",
"@value" : "Kilonewton Metru"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-M-PER-DEG
URI: http://qudt.org/vocab/unit/KiloN-M-PER-DEG
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-M-PER-DEG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 57295.77951308232087679815481410516 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.729577951308232087679815481410516E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorsionalSpringConstant> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for expressing the value of the torsional spring constant" ; <http://qudt.org/schema/qudt/symbol> "kN·m/°" ; <http://qudt.org/schema/qudt/ucumCode> "kN.m.deg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilonewton Meter per Degree"@en-US ; rdfs:label "Kilonewton Metre per Degree" ; rdfs:label "Kilonewton Metre per Degree"@en ; .
{"resource":"Kilonewton Metre per Degree"
,"qname":"unit:KiloN-M-PER-DEG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-M-PER-DEG"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"57295.77951308232087679815481410516"
,"conversion multiplier scientific":"5.729577951308232087679815481410516E4"
,"description (plain text)":"Unit for expressing the value of the torsional spring constant"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TorsionalSpringConstant"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilonewton Meter per Degree"
,"label":"Kilonewton Metre per Degree"
,"label":"Kilonewton Metre per Degree"
,"symbol":"kN·m\/°"
,"type":"qudt:Unit"
,"ucum code":"kN.m.deg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-M-PER-DEG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "57295.77951308232087679815481410516",
"conversionMultiplier:SN" : 57295.77951308232,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TorsionalSpringConstant",
"plainTextDescription" : "Unit for expressing the value of the torsional spring constant",
"symbol" : "kN·m/°",
"ucumCode" : "kN.m.deg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilonewton Meter per Degree"
}, {
"@language" : "en",
"@value" : "Kilonewton Metre per Degree"
}, "Kilonewton Metre per Degree" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-M-PER-DEG-M
URI: http://qudt.org/vocab/unit/KiloN-M-PER-DEG-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-M-PER-DEG-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 57295.77951308232087679815481410516 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.729577951308232087679815481410516E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfRotationalSubgradeReaction> ; <http://qudt.org/schema/qudt/plainTextDescription> "A common unit for measuring the modulus of rotational subgrade reaction." ; <http://qudt.org/schema/qudt/symbol> "kN·m/(°·m)" ; <http://qudt.org/schema/qudt/ucumCode> "kN.m.deg-1.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilonewton Meter per Degree Meter"@en-US ; rdfs:label "Kilonewton Metre per Degree Metre" ; rdfs:label "Kilonewton Metre per Degree Metre"@en ; .
{"resource":"Kilonewton Metre per Degree Metre"
,"qname":"unit:KiloN-M-PER-DEG-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-M-PER-DEG-M"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"57295.77951308232087679815481410516"
,"conversion multiplier scientific":"5.729577951308232087679815481410516E4"
,"description (plain text)":"A common unit for measuring the modulus of rotational subgrade reaction."
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ModulusOfRotationalSubgradeReaction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilonewton Meter per Degree Meter"
,"label":"Kilonewton Metre per Degree Metre"
,"label":"Kilonewton Metre per Degree Metre"
,"symbol":"kN·m\/(°·m)"
,"type":"qudt:Unit"
,"ucum code":"kN.m.deg-1.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-M-PER-DEG-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "57295.77951308232087679815481410516",
"conversionMultiplier:SN" : 57295.77951308232,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ModulusOfRotationalSubgradeReaction",
"plainTextDescription" : "A common unit for measuring the modulus of rotational subgrade reaction.",
"symbol" : "kN·m/(°·m)",
"ucumCode" : "kN.m.deg-1.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilonewton Meter per Degree Meter"
}, "Kilonewton Metre per Degree Metre", {
"@language" : "en",
"@value" : "Kilonewton Metre per Degree Metre"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-M-PER-M
URI: http://qudt.org/vocab/unit/KiloN-M-PER-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-M-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorquePerLength> ; <http://qudt.org/schema/qudt/plainTextDescription> "Scaling of the base unit for expressing the rolling resistance, nM/m, by a factor of 1000" ; <http://qudt.org/schema/qudt/symbol> "kN·m/m" ; <http://qudt.org/schema/qudt/ucumCode> "kN.m.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilonewton Metro per Metro"@it ; rdfs:label "Kilonewton Meter na Meter"@sl ; rdfs:label "Kilonewton Meter per Meter"@en-US ; rdfs:label "Kilonewton Meter per Meter"@ms ; rdfs:label "Kilonewton Meter pro Meter"@de ; rdfs:label "Kilonewton Metr na Metr"@cs ; rdfs:label "Kilonewton Metre per Metre" ; rdfs:label "Kilonewton Metre per Metre"@en ; rdfs:label "Kilonewton Metre per Metre"@tr ; rdfs:label "Kilonewton Metro por Metro"@es ; rdfs:label "Kilonewton Metru pe Metru"@ro ; rdfs:label "Kilonewton Mètre par Mètre"@fr ; rdfs:label "Kiloniuton Metr na Metr"@pl ; .
{"resource":"Kilonewton Metre per Metre"
,"qname":"unit:KiloN-M-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-M-PER-M"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description (plain text)":"Scaling of the base unit for expressing the rolling resistance, nM\/m, by a factor of 1000"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TorquePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilonewton Metro per Metro"
,"label":"Kilonewton Meter na Meter"
,"label":"Kilonewton Meter per Meter"
,"label":"Kilonewton Meter per Meter"
,"label":"Kilonewton Meter pro Meter"
,"label":"Kilonewton Metr na Metr"
,"label":"Kilonewton Metre per Metre"
,"label":"Kilonewton Metre per Metre"
,"label":"Kilonewton Metre per Metre"
,"label":"Kilonewton Metro por Metro"
,"label":"Kilonewton Metru pe Metru"
,"label":"Kilonewton Mètre par Mètre"
,"label":"Kiloniuton Metr na Metr"
,"symbol":"kN·m\/m"
,"type":"qudt:Unit"
,"ucum code":"kN.m.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-M-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TorquePerLength",
"plainTextDescription" : "Scaling of the base unit for expressing the rolling resistance, nM/m, by a factor of 1000",
"symbol" : "kN·m/m",
"ucumCode" : "kN.m.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Kilonewton Metr na Metr"
}, {
"@language" : "sl",
"@value" : "Kilonewton Meter na Meter"
}, {
"@language" : "ro",
"@value" : "Kilonewton Metru pe Metru"
}, {
"@language" : "es",
"@value" : "Kilonewton Metro por Metro"
}, {
"@language" : "en-us",
"@value" : "Kilonewton Meter per Meter"
}, {
"@language" : "ms",
"@value" : "Kilonewton Meter per Meter"
}, {
"@language" : "it",
"@value" : "Chilonewton Metro per Metro"
}, {
"@language" : "de",
"@value" : "Kilonewton Meter pro Meter"
}, "Kilonewton Metre per Metre", {
"@language" : "en",
"@value" : "Kilonewton Metre per Metre"
}, {
"@language" : "pl",
"@value" : "Kiloniuton Metr na Metr"
}, {
"@language" : "tr",
"@value" : "Kilonewton Metre per Metre"
}, {
"@language" : "fr",
"@value" : "Kilonewton Mètre par Mètre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-M-PER-M2
URI: http://qudt.org/vocab/unit/KiloN-M-PER-M2
1,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-M-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB552" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB552"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kN·m/m²" ; <http://qudt.org/schema/qudt/ucumCode> "kN.m.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilonewton Metro per Metro Quadrato"@it ; rdfs:label "Kilonewton Meter na Kvadratni Meter"@sl ; rdfs:label "Kilonewton Meter per Meter Persegi"@ms ; rdfs:label "Kilonewton Meter per Square Meter"@en-US ; rdfs:label "Kilonewton Meter pro Quadratmeter"@de ; rdfs:label "Kilonewton Metr na Čtvereční Metr"@cs ; rdfs:label "Kilonewton Metre per Metrekare"@tr ; rdfs:label "Kilonewton Metre per Square Metre" ; rdfs:label "Kilonewton Metre per Square Metre"@en ; rdfs:label "Kilonewton Metro por Metro Cuadrado"@es ; rdfs:label "Kilonewton Metru pe Metru Pătrat"@ro ; rdfs:label "Kilonewton Mètre par Mètre Carré"@fr ; rdfs:label "Kiloniuton Metr na Metr Kwadratowy"@pl ; .
{"resource":"Kilonewton Metre per Square Metre"
,"qname":"unit:KiloN-M-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-M-PER-M2"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB552"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB552"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilonewton Metro per Metro Quadrato"
,"label":"Kilonewton Meter na Kvadratni Meter"
,"label":"Kilonewton Meter per Meter Persegi"
,"label":"Kilonewton Meter per Square Meter"
,"label":"Kilonewton Meter pro Quadratmeter"
,"label":"Kilonewton Metr na Čtvereční Metr"
,"label":"Kilonewton Metre per Metrekare"
,"label":"Kilonewton Metre per Square Metre"
,"label":"Kilonewton Metre per Square Metre"
,"label":"Kilonewton Metro por Metro Cuadrado"
,"label":"Kilonewton Metru pe Metru Pătrat"
,"label":"Kilonewton Mètre par Mètre Carré"
,"label":"Kiloniuton Metr na Metr Kwadratowy"
,"symbol":"kN·m\/m²"
,"type":"qudt:Unit"
,"ucum code":"kN.m.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-M-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerArea", "http://qudt.org/vocab/quantitykind/ForcePerLength" ],
"iec61360Code" : "0112/2///62720#UAB552",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB552",
"symbol" : "kN·m/m²",
"ucumCode" : "kN.m.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Kilonewton Meter na Kvadratni Meter"
}, {
"@language" : "ro",
"@value" : "Kilonewton Metru pe Metru Pătrat"
}, {
"@language" : "de",
"@value" : "Kilonewton Meter pro Quadratmeter"
}, {
"@language" : "fr",
"@value" : "Kilonewton Mètre par Mètre Carré"
}, {
"@language" : "pl",
"@value" : "Kiloniuton Metr na Metr Kwadratowy"
}, {
"@language" : "tr",
"@value" : "Kilonewton Metre per Metrekare"
}, {
"@language" : "it",
"@value" : "Chilonewton Metro per Metro Quadrato"
}, {
"@language" : "es",
"@value" : "Kilonewton Metro por Metro Cuadrado"
}, "Kilonewton Metre per Square Metre", {
"@language" : "en",
"@value" : "Kilonewton Metre per Square Metre"
}, {
"@language" : "ms",
"@value" : "Kilonewton Meter per Meter Persegi"
}, {
"@language" : "en-us",
"@value" : "Kilonewton Meter per Square Meter"
}, {
"@language" : "cs",
"@value" : "Kilonewton Metr na Čtvereční Metr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-M2
URI: http://qudt.org/vocab/unit/KiloN-M2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WarpingMoment> ; <http://qudt.org/schema/qudt/symbol> "kN·m²" ; <http://qudt.org/schema/qudt/ucumCode> "kN.m2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilonewton Metro Quadrato"@it ; rdfs:label "Kilonewton Kvadratni Meter"@sl ; rdfs:label "Kilonewton Meter Persegi"@ms ; rdfs:label "Kilonewton Metrekare"@tr ; rdfs:label "Kilonewton Metro Cuadrado"@es ; rdfs:label "Kilonewton Metru Pătrat"@ro ; rdfs:label "Kilonewton Mètre Carré"@fr ; rdfs:label "Kilonewton Quadratmeter"@de ; rdfs:label "Kilonewton Square Meter"@en-US ; rdfs:label "Kilonewton Square Metre" ; rdfs:label "Kilonewton Square Metre"@en ; rdfs:label "Kilonewton Čtvereční Metr"@cs ; rdfs:label "Kiloniuton Metr Kwadratowy"@pl ; .
{"resource":"Kilonewton Square Metre"
,"qname":"unit:KiloN-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"has dimension vector":"qkdv:A0E0L3I0M1H0T-2D0"
,"has quantity kind":"quantitykind:WarpingMoment"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilonewton Metro Quadrato"
,"label":"Kilonewton Kvadratni Meter"
,"label":"Kilonewton Meter Persegi"
,"label":"Kilonewton Metrekare"
,"label":"Kilonewton Metro Cuadrado"
,"label":"Kilonewton Metru Pătrat"
,"label":"Kilonewton Mètre Carré"
,"label":"Kilonewton Quadratmeter"
,"label":"Kilonewton Square Meter"
,"label":"Kilonewton Square Metre"
,"label":"Kilonewton Square Metre"
,"label":"Kilonewton Čtvereční Metr"
,"label":"Kiloniuton Metr Kwadratowy"
,"symbol":"kN·m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kN.m2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-M2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/WarpingMoment",
"symbol" : "kN·m²",
"ucumCode" : "kN.m2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kiloniuton Metr Kwadratowy"
}, {
"@language" : "cs",
"@value" : "Kilonewton Čtvereční Metr"
}, {
"@language" : "es",
"@value" : "Kilonewton Metro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Kilonewton Square Meter"
}, {
"@language" : "tr",
"@value" : "Kilonewton Metrekare"
}, "Kilonewton Square Metre", {
"@language" : "en",
"@value" : "Kilonewton Square Metre"
}, {
"@language" : "it",
"@value" : "Chilonewton Metro Quadrato"
}, {
"@language" : "sl",
"@value" : "Kilonewton Kvadratni Meter"
}, {
"@language" : "de",
"@value" : "Kilonewton Quadratmeter"
}, {
"@language" : "ms",
"@value" : "Kilonewton Meter Persegi"
}, {
"@language" : "fr",
"@value" : "Kilonewton Mètre Carré"
}, {
"@language" : "ro",
"@value" : "Kilonewton Metru Pătrat"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-PER-CentiM2
URI: http://qudt.org/vocab/unit/KiloN-PER-CentiM2
1,000-fold of the SI derived unit newton divided by the square of one 100th of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit newton divided by the square of one 100th of the SI base unit metre" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/symbol> "kN/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "kN.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilonewton per Centimetro Quadrato"@it ; rdfs:label "Kilonewton na Kvadratni Centimeter"@sl ; rdfs:label "Kilonewton na Čtvereční Centimetr"@cs ; rdfs:label "Kilonewton par Centimètre Carré"@fr ; rdfs:label "Kilonewton pe Centimetru Pătrat"@ro ; rdfs:label "Kilonewton per Centimeter Persegi"@ms ; rdfs:label "Kilonewton per Centimetrekare"@tr ; rdfs:label "Kilonewton per Square Centimeter"@en-US ; rdfs:label "Kilonewton per Square Centimetre" ; rdfs:label "Kilonewton per Square Centimetre"@en ; rdfs:label "Kilonewton por Centimetro Cuadrado"@es ; rdfs:label "Kilonewton pro Quadratcentimeter"@de ; rdfs:label "Kiloniuton na Centimetr Kwadratowy"@pl ; .
{"resource":"Kilonewton per Square Centimetre"
,"qname":"unit:KiloN-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-PER-CentiM2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"10000000.0"
,"conversion multiplier scientific":"1.0E7"
,"description":"1,000-fold of the SI derived unit newton divided by the square of one 100th of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilonewton per Centimetro Quadrato"
,"label":"Kilonewton na Kvadratni Centimeter"
,"label":"Kilonewton na Čtvereční Centimetr"
,"label":"Kilonewton par Centimètre Carré"
,"label":"Kilonewton pe Centimetru Pătrat"
,"label":"Kilonewton per Centimeter Persegi"
,"label":"Kilonewton per Centimetrekare"
,"label":"Kilonewton per Square Centimeter"
,"label":"Kilonewton per Square Centimetre"
,"label":"Kilonewton per Square Centimetre"
,"label":"Kilonewton por Centimetro Cuadrado"
,"label":"Kilonewton pro Quadratcentimeter"
,"label":"Kiloniuton na Centimetr Kwadratowy"
,"symbol":"kN\/cm²"
,"type":"qudt:Unit"
,"ucum code":"kN.cm-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit newton divided by the square of one 100th of the SI base unit metre",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "10000000.0",
"conversionMultiplier:SN" : 1.0E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ModulusOfElasticity", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"symbol" : "kN/cm²",
"ucumCode" : "kN.cm-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilonewton per Square Centimetre", {
"@language" : "en",
"@value" : "Kilonewton per Square Centimetre"
}, {
"@language" : "de",
"@value" : "Kilonewton pro Quadratcentimeter"
}, {
"@language" : "pl",
"@value" : "Kiloniuton na Centimetr Kwadratowy"
}, {
"@language" : "cs",
"@value" : "Kilonewton na Čtvereční Centimetr"
}, {
"@language" : "sl",
"@value" : "Kilonewton na Kvadratni Centimeter"
}, {
"@language" : "es",
"@value" : "Kilonewton por Centimetro Cuadrado"
}, {
"@language" : "fr",
"@value" : "Kilonewton par Centimètre Carré"
}, {
"@language" : "ro",
"@value" : "Kilonewton pe Centimetru Pătrat"
}, {
"@language" : "tr",
"@value" : "Kilonewton per Centimetrekare"
}, {
"@language" : "en-us",
"@value" : "Kilonewton per Square Centimeter"
}, {
"@language" : "ms",
"@value" : "Kilonewton per Centimeter Persegi"
}, {
"@language" : "it",
"@value" : "Chilonewton per Centimetro Quadrato"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-PER-M
URI: http://qudt.org/vocab/unit/KiloN-PER-M
1,000-fold of the SI derived unit newton divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit newton divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB364" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB364"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kN/m" ; <http://qudt.org/schema/qudt/ucumCode> "kN.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N31" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilonewton per Metro"@it ; rdfs:label "Kilonewton na Meter"@sl ; rdfs:label "Kilonewton na Metr"@cs ; rdfs:label "Kilonewton par Mètre"@fr ; rdfs:label "Kilonewton pe Metru"@ro ; rdfs:label "Kilonewton per Meter"@en-US ; rdfs:label "Kilonewton per Meter"@ms ; rdfs:label "Kilonewton per Metre" ; rdfs:label "Kilonewton per Metre"@en ; rdfs:label "Kilonewton per Metre"@tr ; rdfs:label "Kilonewton por Metro"@es ; rdfs:label "Kilonewton pro Meter"@de ; rdfs:label "Kiloniuton na Metr"@pl ; .
{"resource":"Kilonewton per Metre"
,"qname":"unit:KiloN-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-PER-M"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit newton divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB364"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB364"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilonewton per Metro"
,"label":"Kilonewton na Meter"
,"label":"Kilonewton na Metr"
,"label":"Kilonewton par Mètre"
,"label":"Kilonewton pe Metru"
,"label":"Kilonewton per Meter"
,"label":"Kilonewton per Meter"
,"label":"Kilonewton per Metre"
,"label":"Kilonewton per Metre"
,"label":"Kilonewton per Metre"
,"label":"Kilonewton por Metro"
,"label":"Kilonewton pro Meter"
,"label":"Kiloniuton na Metr"
,"symbol":"kN\/m"
,"type":"qudt:Unit"
,"ucum code":"kN.m-1"
,"unece common code":"N31"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit newton divided by the SI base unit metre",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"iec61360Code" : "0112/2///62720#UAB364",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB364",
"symbol" : "kN/m",
"ucumCode" : "kN.m-1",
"uneceCommonCode" : "N31",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilonewton per Metre", {
"@language" : "de",
"@value" : "Kilonewton pro Meter"
}, {
"@language" : "es",
"@value" : "Kilonewton por Metro"
}, {
"@language" : "en",
"@value" : "Kilonewton per Metre"
}, {
"@language" : "tr",
"@value" : "Kilonewton per Metre"
}, {
"@language" : "ro",
"@value" : "Kilonewton pe Metru"
}, {
"@language" : "fr",
"@value" : "Kilonewton par Mètre"
}, {
"@language" : "pl",
"@value" : "Kiloniuton na Metr"
}, {
"@language" : "sl",
"@value" : "Kilonewton na Meter"
}, {
"@language" : "en-us",
"@value" : "Kilonewton per Meter"
}, {
"@language" : "ms",
"@value" : "Kilonewton per Meter"
}, {
"@language" : "it",
"@value" : "Chilonewton per Metro"
}, {
"@language" : "cs",
"@value" : "Kilonewton na Metr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-PER-M2
URI: http://qudt.org/vocab/unit/KiloN-PER-M2
1,000-fold of the SI derived unit newton divided by the square of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit newton divided by the square of the SI base unit metre" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/symbol> "kN/m²" ; <http://qudt.org/schema/qudt/ucumCode> "kN.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilonewton per Metro Quadrato"@it ; rdfs:label "Kilonewton na Kvadratni Meter"@sl ; rdfs:label "Kilonewton na Čtvereční Metr"@cs ; rdfs:label "Kilonewton par Mètre Carré"@fr ; rdfs:label "Kilonewton pe Metru Pătrat"@ro ; rdfs:label "Kilonewton per Meter Persegi"@ms ; rdfs:label "Kilonewton per Metrekare"@tr ; rdfs:label "Kilonewton per Square Meter"@en-US ; rdfs:label "Kilonewton per Square Metre" ; rdfs:label "Kilonewton per Square Metre"@en ; rdfs:label "Kilonewton por Metro Cuadrado"@es ; rdfs:label "Kilonewton pro Quadratmeter"@de ; rdfs:label "Kiloniuton na Metr Kwadratowy"@pl ; .
{"resource":"Kilonewton per Square Metre"
,"qname":"unit:KiloN-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-PER-M2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit newton divided by the square of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilonewton per Metro Quadrato"
,"label":"Kilonewton na Kvadratni Meter"
,"label":"Kilonewton na Čtvereční Metr"
,"label":"Kilonewton par Mètre Carré"
,"label":"Kilonewton pe Metru Pătrat"
,"label":"Kilonewton per Meter Persegi"
,"label":"Kilonewton per Metrekare"
,"label":"Kilonewton per Square Meter"
,"label":"Kilonewton per Square Metre"
,"label":"Kilonewton per Square Metre"
,"label":"Kilonewton por Metro Cuadrado"
,"label":"Kilonewton pro Quadratmeter"
,"label":"Kiloniuton na Metr Kwadratowy"
,"symbol":"kN\/m²"
,"type":"qudt:Unit"
,"ucum code":"kN.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit newton divided by the square of the SI base unit metre",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity" ],
"symbol" : "kN/m²",
"ucumCode" : "kN.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Kilonewton na Čtvereční Metr"
}, {
"@language" : "es",
"@value" : "Kilonewton por Metro Cuadrado"
}, {
"@language" : "it",
"@value" : "Chilonewton per Metro Quadrato"
}, "Kilonewton per Square Metre", {
"@language" : "en",
"@value" : "Kilonewton per Square Metre"
}, {
"@language" : "ms",
"@value" : "Kilonewton per Meter Persegi"
}, {
"@language" : "de",
"@value" : "Kilonewton pro Quadratmeter"
}, {
"@language" : "pl",
"@value" : "Kiloniuton na Metr Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Kilonewton na Kvadratni Meter"
}, {
"@language" : "en-us",
"@value" : "Kilonewton per Square Meter"
}, {
"@language" : "ro",
"@value" : "Kilonewton pe Metru Pătrat"
}, {
"@language" : "fr",
"@value" : "Kilonewton par Mètre Carré"
}, {
"@language" : "tr",
"@value" : "Kilonewton per Metrekare"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-PER-M3
URI: http://qudt.org/vocab/unit/KiloN-PER-M3
1,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfSubgradeReaction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificWeight> ; <http://qudt.org/schema/qudt/symbol> "kN/m³" ; <http://qudt.org/schema/qudt/ucumCode> "kN.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilonewton per Metro Cubo"@it ; rdfs:label "Kilonewton na Kubični Meter"@sl ; rdfs:label "Kilonewton na Metr Krychlový"@cs ; rdfs:label "Kilonewton par Mètre Cube"@fr ; rdfs:label "Kilonewton pe Metru Cub"@ro ; rdfs:label "Kilonewton per Cubic Meter"@en-US ; rdfs:label "Kilonewton per Cubic Metre" ; rdfs:label "Kilonewton per Cubic Metre"@en ; rdfs:label "Kilonewton per Meter Kubik"@ms ; rdfs:label "Kilonewton per Metreküp"@tr ; rdfs:label "Kilonewton por Metro Cúbico"@es ; rdfs:label "Kilonewton pro Kubikmeter"@de ; rdfs:label "Kiloniuton na Metr Sześcienny"@pl ; .
{"resource":"Kilonewton per Cubic Metre"
,"qname":"unit:KiloN-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-PER-M3"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ModulusOfSubgradeReaction"
,"has quantity kind":"quantitykind:SpecificWeight"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilonewton per Metro Cubo"
,"label":"Kilonewton na Kubični Meter"
,"label":"Kilonewton na Metr Krychlový"
,"label":"Kilonewton par Mètre Cube"
,"label":"Kilonewton pe Metru Cub"
,"label":"Kilonewton per Cubic Meter"
,"label":"Kilonewton per Cubic Metre"
,"label":"Kilonewton per Cubic Metre"
,"label":"Kilonewton per Meter Kubik"
,"label":"Kilonewton per Metreküp"
,"label":"Kilonewton por Metro Cúbico"
,"label":"Kilonewton pro Kubikmeter"
,"label":"Kiloniuton na Metr Sześcienny"
,"symbol":"kN\/m³"
,"type":"qudt:Unit"
,"ucum code":"kN.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificWeight", "http://qudt.org/vocab/quantitykind/ModulusOfSubgradeReaction" ],
"symbol" : "kN/m³",
"ucumCode" : "kN.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilonewton per Cubic Meter"
}, {
"@language" : "de",
"@value" : "Kilonewton pro Kubikmeter"
}, {
"@language" : "cs",
"@value" : "Kilonewton na Metr Krychlový"
}, {
"@language" : "tr",
"@value" : "Kilonewton per Metreküp"
}, {
"@language" : "fr",
"@value" : "Kilonewton par Mètre Cube"
}, {
"@language" : "es",
"@value" : "Kilonewton por Metro Cúbico"
}, {
"@language" : "ms",
"@value" : "Kilonewton per Meter Kubik"
}, {
"@language" : "sl",
"@value" : "Kilonewton na Kubični Meter"
}, "Kilonewton per Cubic Metre", {
"@language" : "en",
"@value" : "Kilonewton per Cubic Metre"
}, {
"@language" : "it",
"@value" : "Chilonewton per Metro Cubo"
}, {
"@language" : "pl",
"@value" : "Kiloniuton na Metr Sześcienny"
}, {
"@language" : "ro",
"@value" : "Kilonewton pe Metru Cub"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloN-PER-MilliM2
URI: http://qudt.org/vocab/unit/KiloN-PER-MilliM2
1,000-fold of the SI derived unit newton divided by the square of one 1,000th of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloN-PER-MilliM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit newton divided by the square of one 1,000th of the SI base unit metre" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/symbol> "kN/mm²" ; <http://qudt.org/schema/qudt/ucumCode> "kN.mm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilonewton per Millimetro Quadrato"@it ; rdfs:label "Kilonewton na Kvadratni Millimeter"@sl ; rdfs:label "Kilonewton na Čtvereční Millimetr"@cs ; rdfs:label "Kilonewton par Millimètre Carré"@fr ; rdfs:label "Kilonewton pe Millimetru Pătrat"@ro ; rdfs:label "Kilonewton per Millimeter Persegi"@ms ; rdfs:label "Kilonewton per Millimetrekare"@tr ; rdfs:label "Kilonewton per Square Millimeter"@en-US ; rdfs:label "Kilonewton per Square Millimetre" ; rdfs:label "Kilonewton per Square Millimetre"@en ; rdfs:label "Kilonewton por Millimetro Cuadrado"@es ; rdfs:label "Kilonewton pro Quadratmillimeter"@de ; rdfs:label "Kiloniuton na Millimetr Kwadratowy"@pl ; .
{"resource":"Kilonewton per Square Millimetre"
,"qname":"unit:KiloN-PER-MilliM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloN-PER-MilliM2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000-fold of the SI derived unit newton divided by the square of one 1,000th of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilonewton per Millimetro Quadrato"
,"label":"Kilonewton na Kvadratni Millimeter"
,"label":"Kilonewton na Čtvereční Millimetr"
,"label":"Kilonewton par Millimètre Carré"
,"label":"Kilonewton pe Millimetru Pătrat"
,"label":"Kilonewton per Millimeter Persegi"
,"label":"Kilonewton per Millimetrekare"
,"label":"Kilonewton per Square Millimeter"
,"label":"Kilonewton per Square Millimetre"
,"label":"Kilonewton per Square Millimetre"
,"label":"Kilonewton por Millimetro Cuadrado"
,"label":"Kilonewton pro Quadratmillimeter"
,"label":"Kiloniuton na Millimetr Kwadratowy"
,"symbol":"kN\/mm²"
,"type":"qudt:Unit"
,"ucum code":"kN.mm-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloN-PER-MilliM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit newton divided by the square of one 1,000th of the SI base unit metre",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity" ],
"symbol" : "kN/mm²",
"ucumCode" : "kN.mm-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Kilonewton na Čtvereční Millimetr"
}, "Kilonewton per Square Millimetre", {
"@language" : "en",
"@value" : "Kilonewton per Square Millimetre"
}, {
"@language" : "de",
"@value" : "Kilonewton pro Quadratmillimeter"
}, {
"@language" : "it",
"@value" : "Chilonewton per Millimetro Quadrato"
}, {
"@language" : "tr",
"@value" : "Kilonewton per Millimetrekare"
}, {
"@language" : "es",
"@value" : "Kilonewton por Millimetro Cuadrado"
}, {
"@language" : "pl",
"@value" : "Kiloniuton na Millimetr Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Kilonewton per Square Millimeter"
}, {
"@language" : "fr",
"@value" : "Kilonewton par Millimètre Carré"
}, {
"@language" : "ro",
"@value" : "Kilonewton pe Millimetru Pătrat"
}, {
"@language" : "sl",
"@value" : "Kilonewton na Kvadratni Millimeter"
}, {
"@language" : "ms",
"@value" : "Kilonewton per Millimeter Persegi"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloOHM
URI: http://qudt.org/vocab/unit/KiloOHM
1 000-fold of the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloOHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA555" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA555"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit ohm" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OHM> ; <http://qudt.org/schema/qudt/symbol> "kΩ" ; <http://qudt.org/schema/qudt/ucumCode> "kOhm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B49" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q87262709> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiloohm"@it ; rdfs:label "Kiloohm" ; rdfs:label "Kiloohm"@cs ; rdfs:label "Kiloohm"@de ; rdfs:label "Kiloohm"@en ; rdfs:label "Kiloohm"@fr ; rdfs:label "Kiloohm"@hu ; rdfs:label "Kiloohm"@ms ; rdfs:label "Kiloohm"@ro ; rdfs:label "Kiloohm"@sl ; rdfs:label "Kiloohm"@tr ; rdfs:label "Kiloohmio"@es ; rdfs:label "Kiloom"@pl ; .
{"resource":"Kiloohm"
,"qname":"unit:KiloOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloOHM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q87262709>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit ohm"
,"description (plain text)":"1 000-fold of the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA555"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA555"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiloohm"
,"label":"Kiloohm"
,"label":"Kiloohm"
,"label":"Kiloohm"
,"label":"Kiloohm"
,"label":"Kiloohm"
,"label":"Kiloohm"
,"label":"Kiloohm"
,"label":"Kiloohm"
,"label":"Kiloohm"
,"label":"Kiloohm"
,"label":"Kiloohmio"
,"label":"Kiloom"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:OHM"
,"symbol":"kΩ"
,"type":"qudt:Unit"
,"ucum code":"kOhm"
,"unece common code":"B49"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistance",
"iec61360Code" : "0112/2///62720#UAA555",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA555",
"plainTextDescription" : "1 000-fold of the SI derived unit ohm",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/OHM",
"symbol" : "kΩ",
"ucumCode" : "kOhm",
"uneceCommonCode" : "B49",
"wikidataMatch" : "http://www.wikidata.org/entity/Q87262709",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Kiloohmio"
}, "Kiloohm", {
"@language" : "cs",
"@value" : "Kiloohm"
}, {
"@language" : "de",
"@value" : "Kiloohm"
}, {
"@language" : "en",
"@value" : "Kiloohm"
}, {
"@language" : "fr",
"@value" : "Kiloohm"
}, {
"@language" : "hu",
"@value" : "Kiloohm"
}, {
"@language" : "ms",
"@value" : "Kiloohm"
}, {
"@language" : "ro",
"@value" : "Kiloohm"
}, {
"@language" : "sl",
"@value" : "Kiloohm"
}, {
"@language" : "tr",
"@value" : "Kiloohm"
}, {
"@language" : "it",
"@value" : "Chiloohm"
}, {
"@language" : "pl",
"@value" : "Kiloom"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloOHM-M
URI: http://qudt.org/vocab/unit/KiloOHM-M
1,000-fold of the product of the SI derived unit ohm and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloOHM-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the product of the SI derived unit ohm and the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA556" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA556"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kΩ·m" ; <http://qudt.org/schema/qudt/ucumCode> "kOhm.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B50" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiloohm Metro"@it ; rdfs:label "Kiloohm Meter"@de ; rdfs:label "Kiloohm Meter"@en-US ; rdfs:label "Kiloohm Meter"@ms ; rdfs:label "Kiloohm Meter"@sl ; rdfs:label "Kiloohm Metr"@cs ; rdfs:label "Kiloohm Metre" ; rdfs:label "Kiloohm Metre"@en ; rdfs:label "Kiloohm Metre"@tr ; rdfs:label "Kiloohm Metru"@ro ; rdfs:label "Kiloohm Mètre"@fr ; rdfs:label "Kiloohmio Metro"@es ; rdfs:label "Kiloom Metr"@pl ; .
{"resource":"Kiloohm Metre"
,"qname":"unit:KiloOHM-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloOHM-M"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the product of the SI derived unit ohm and the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA556"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA556"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiloohm Metro"
,"label":"Kiloohm Meter"
,"label":"Kiloohm Meter"
,"label":"Kiloohm Meter"
,"label":"Kiloohm Meter"
,"label":"Kiloohm Metr"
,"label":"Kiloohm Metre"
,"label":"Kiloohm Metre"
,"label":"Kiloohm Metre"
,"label":"Kiloohm Metru"
,"label":"Kiloohm Mètre"
,"label":"Kiloohmio Metro"
,"label":"Kiloom Metr"
,"symbol":"kΩ·m"
,"type":"qudt:Unit"
,"ucum code":"kOhm.m"
,"unece common code":"B50"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloOHM-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the product of the SI derived unit ohm and the SI base unit metre",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"iec61360Code" : "0112/2///62720#UAA556",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA556",
"symbol" : "kΩ·m",
"ucumCode" : "kOhm.m",
"uneceCommonCode" : "B50",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kiloohm Meter"
}, {
"@language" : "en-us",
"@value" : "Kiloohm Meter"
}, {
"@language" : "ms",
"@value" : "Kiloohm Meter"
}, {
"@language" : "sl",
"@value" : "Kiloohm Meter"
}, "Kiloohm Metre", {
"@language" : "en",
"@value" : "Kiloohm Metre"
}, {
"@language" : "tr",
"@value" : "Kiloohm Metre"
}, {
"@language" : "cs",
"@value" : "Kiloohm Metr"
}, {
"@language" : "it",
"@value" : "Chiloohm Metro"
}, {
"@language" : "es",
"@value" : "Kiloohmio Metro"
}, {
"@language" : "pl",
"@value" : "Kiloom Metr"
}, {
"@language" : "ro",
"@value" : "Kiloohm Metru"
}, {
"@language" : "fr",
"@value" : "Kiloohm Mètre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloOHM-PER-BAR
URI: http://qudt.org/vocab/unit/KiloOHM-PER-BAR
1,000-fold of SI derived unit ohm per metrical non SI unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloOHM-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of SI derived unit ohm per metrical non SI unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD880" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD880"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kΩ/bar" ; <http://qudt.org/schema/qudt/ucumCode> "kOhm.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kiloohm per Bar" ; rdfs:label "Kiloohm per Bar"@en ; .
{"resource":"Kiloohm per Bar"
,"qname":"unit:KiloOHM-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloOHM-PER-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"1,000-fold of SI derived unit ohm per metrical non SI unit bar"
,"has dimension vector":"qkdv:A0E-2L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD880"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD880"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kiloohm per Bar"
,"label":"Kiloohm per Bar"
,"symbol":"kΩ\/bar"
,"type":"qudt:Unit"
,"ucum code":"kOhm.bar-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloOHM-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of SI derived unit ohm per metrical non SI unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD880",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD880",
"symbol" : "kΩ/bar",
"ucumCode" : "kOhm.bar-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Kiloohm per Bar"
}, "Kiloohm per Bar" ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloOHM-PER-K
URI: http://qudt.org/vocab/unit/KiloOHM-PER-K
1,000-fold of the SI derived unit ohm per SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloOHM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit ohm per SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD876" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD876"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kΩ/K" ; <http://qudt.org/schema/qudt/ucumCode> "kOhm.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiloohm per Kelvin"@it ; rdfs:label "Kiloohm na Kelvin"@cs ; rdfs:label "Kiloohm na Kelvin"@sl ; rdfs:label "Kiloohm par Kelvin"@fr ; rdfs:label "Kiloohm pe Kelvin"@ro ; rdfs:label "Kiloohm per Kelvin" ; rdfs:label "Kiloohm per Kelvin"@en ; rdfs:label "Kiloohm per Kelvin"@ms ; rdfs:label "Kiloohm per Kelvin"@tr ; rdfs:label "Kiloohm pro Kelvin"@de ; rdfs:label "Kiloohmio por Kelvin"@es ; rdfs:label "Kiloom na Kelwin"@pl ; .
{"resource":"Kiloohm per Kelvin"
,"qname":"unit:KiloOHM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloOHM-PER-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit ohm per SI base unit kelvin"
,"has dimension vector":"qkdv:A0E-2L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD876"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD876"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiloohm per Kelvin"
,"label":"Kiloohm na Kelvin"
,"label":"Kiloohm na Kelvin"
,"label":"Kiloohm par Kelvin"
,"label":"Kiloohm pe Kelvin"
,"label":"Kiloohm per Kelvin"
,"label":"Kiloohm per Kelvin"
,"label":"Kiloohm per Kelvin"
,"label":"Kiloohm per Kelvin"
,"label":"Kiloohm pro Kelvin"
,"label":"Kiloohmio por Kelvin"
,"label":"Kiloom na Kelwin"
,"symbol":"kΩ\/K"
,"type":"qudt:Unit"
,"ucum code":"kOhm.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloOHM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit ohm per SI base unit kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD876",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD876",
"symbol" : "kΩ/K",
"ucumCode" : "kOhm.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kiloohm per Kelvin", {
"@language" : "it",
"@value" : "Chiloohm per Kelvin"
}, {
"@language" : "en",
"@value" : "Kiloohm per Kelvin"
}, {
"@language" : "ms",
"@value" : "Kiloohm per Kelvin"
}, {
"@language" : "ro",
"@value" : "Kiloohm pe Kelvin"
}, {
"@language" : "fr",
"@value" : "Kiloohm par Kelvin"
}, {
"@language" : "es",
"@value" : "Kiloohmio por Kelvin"
}, {
"@language" : "de",
"@value" : "Kiloohm pro Kelvin"
}, {
"@language" : "pl",
"@value" : "Kiloom na Kelwin"
}, {
"@language" : "cs",
"@value" : "Kiloohm na Kelvin"
}, {
"@language" : "sl",
"@value" : "Kiloohm na Kelvin"
}, {
"@language" : "tr",
"@value" : "Kiloohm per Kelvin"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloOHM-PER-M
URI: http://qudt.org/vocab/unit/KiloOHM-PER-M
1,000-fold of the SI derived unit ohm divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloOHM-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit ohm divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearResistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB787" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB787"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kΩ/m" ; <http://qudt.org/schema/qudt/ucumCode> "kOhm.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiloohm per Metro"@it ; rdfs:label "Kiloohm na Meter"@sl ; rdfs:label "Kiloohm na Metr"@cs ; rdfs:label "Kiloohm par Mètre"@fr ; rdfs:label "Kiloohm pe Metru"@ro ; rdfs:label "Kiloohm per Meter"@en-US ; rdfs:label "Kiloohm per Meter"@ms ; rdfs:label "Kiloohm per Metre" ; rdfs:label "Kiloohm per Metre"@en ; rdfs:label "Kiloohm per Metre"@tr ; rdfs:label "Kiloohm pro Meter"@de ; rdfs:label "Kiloohmio por Metro"@es ; rdfs:label "Kiloom na Metr"@pl ; .
{"resource":"Kiloohm per Metre"
,"qname":"unit:KiloOHM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloOHM-PER-M"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit ohm divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:LinearResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB787"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB787"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiloohm per Metro"
,"label":"Kiloohm na Meter"
,"label":"Kiloohm na Metr"
,"label":"Kiloohm par Mètre"
,"label":"Kiloohm pe Metru"
,"label":"Kiloohm per Meter"
,"label":"Kiloohm per Meter"
,"label":"Kiloohm per Metre"
,"label":"Kiloohm per Metre"
,"label":"Kiloohm per Metre"
,"label":"Kiloohm pro Meter"
,"label":"Kiloohmio por Metro"
,"label":"Kiloom na Metr"
,"symbol":"kΩ\/m"
,"type":"qudt:Unit"
,"ucum code":"kOhm.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloOHM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit ohm divided by the SI base unit metre",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearResistance",
"iec61360Code" : "0112/2///62720#UAB787",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB787",
"symbol" : "kΩ/m",
"ucumCode" : "kOhm.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kiloom na Metr"
}, "Kiloohm per Metre", {
"@language" : "en",
"@value" : "Kiloohm per Metre"
}, {
"@language" : "tr",
"@value" : "Kiloohm per Metre"
}, {
"@language" : "cs",
"@value" : "Kiloohm na Metr"
}, {
"@language" : "de",
"@value" : "Kiloohm pro Meter"
}, {
"@language" : "ro",
"@value" : "Kiloohm pe Metru"
}, {
"@language" : "it",
"@value" : "Chiloohm per Metro"
}, {
"@language" : "en-us",
"@value" : "Kiloohm per Meter"
}, {
"@language" : "ms",
"@value" : "Kiloohm per Meter"
}, {
"@language" : "sl",
"@value" : "Kiloohm na Meter"
}, {
"@language" : "fr",
"@value" : "Kiloohm par Mètre"
}, {
"@language" : "es",
"@value" : "Kiloohmio por Metro"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloPA
URI: http://qudt.org/vocab/unit/KiloPA
Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloPA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pascal_%28unit%29"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA575" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA575"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "kPa" ; <http://qudt.org/schema/qudt/ucumCode> "kPa"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KPA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21064807> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilopascal"@it ; rdfs:label "Kilopascal" ; rdfs:label "Kilopascal"@cs ; rdfs:label "Kilopascal"@de ; rdfs:label "Kilopascal"@en ; rdfs:label "Kilopascal"@es ; rdfs:label "Kilopascal"@fr ; rdfs:label "Kilopascal"@hu ; rdfs:label "Kilopascal"@ms ; rdfs:label "Kilopascal"@ro ; rdfs:label "Kilopascal"@sl ; rdfs:label "Kilopascal"@tr ; rdfs:label "Kilopaskal"@pl ; .
{"resource":"Kilopascal"
,"qname":"unit:KiloPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloPA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21064807>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pascal_%28unit%29"
,"description":"Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA575"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA575"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilopascal"
,"label":"Kilopascal"
,"label":"Kilopascal"
,"label":"Kilopascal"
,"label":"Kilopascal"
,"label":"Kilopascal"
,"label":"Kilopascal"
,"label":"Kilopascal"
,"label":"Kilopascal"
,"label":"Kilopascal"
,"label":"Kilopascal"
,"label":"Kilopascal"
,"label":"Kilopaskal"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:PA"
,"symbol":"kPa"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kPa"
,"unece common code":"KPA"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloPA",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Kilopascal is a unit of pressure. 1 kPa is approximately the pressure exerted by a 10-g mass resting on a 1-cm2 area. 101.3 kPa = 1 atm. There are 1,000 pascals in 1 kilopascal.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Pascal_%28unit%29",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/ShearModulus", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity" ],
"iec61360Code" : "0112/2///62720#UAA575",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA575",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "kPa",
"ucumCode" : "kPa",
"uneceCommonCode" : "KPA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21064807",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilopascal", {
"@language" : "cs",
"@value" : "Kilopascal"
}, {
"@language" : "de",
"@value" : "Kilopascal"
}, {
"@language" : "fr",
"@value" : "Kilopascal"
}, {
"@language" : "hu",
"@value" : "Kilopascal"
}, {
"@language" : "ms",
"@value" : "Kilopascal"
}, {
"@language" : "ro",
"@value" : "Kilopascal"
}, {
"@language" : "sl",
"@value" : "Kilopascal"
}, {
"@language" : "tr",
"@value" : "Kilopascal"
}, {
"@language" : "pl",
"@value" : "Kilopaskal"
}, {
"@language" : "en",
"@value" : "Kilopascal"
}, {
"@language" : "es",
"@value" : "Kilopascal"
}, {
"@language" : "it",
"@value" : "Chilopascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloPA-M2-PER-GM
URI: http://qudt.org/vocab/unit/KiloPA-M2-PER-GM
sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloPA-M2-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB130" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB130"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "kPa·m²/g" ; <http://qudt.org/schema/qudt/ucumCode> "kPa.m2.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "33" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilopascal Metro Quadrato per Grammo"@it ; rdfs:label "Kilopascal Kvadratni Meter na Gram"@sl ; rdfs:label "Kilopascal Meter Persegi per Gram"@ms ; rdfs:label "Kilopascal Metrekare per Gram"@tr ; rdfs:label "Kilopascal Metro Cuadrado por Gramo"@es ; rdfs:label "Kilopascal Metru Pătrat pe Gram"@ro ; rdfs:label "Kilopascal Mètre Carré par Gramme"@fr ; rdfs:label "Kilopascal Quadratmeter pro Gramm"@de ; rdfs:label "Kilopascal Square Meter per Gram"@en-US ; rdfs:label "Kilopascal Square Metre per Gram" ; rdfs:label "Kilopascal Square Metre per Gram"@en ; rdfs:label "Kilopascal Čtvereční Metr na Gram"@cs ; rdfs:label "Kilopaskal Metr Kwadratowy na Gram"@pl ; .
{"resource":"Kilopascal Square Metre per Gram"
,"qname":"unit:KiloPA-M2-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloPA-M2-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"
,"description (plain text)":"sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB130"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB130"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilopascal Metro Quadrato per Grammo"
,"label":"Kilopascal Kvadratni Meter na Gram"
,"label":"Kilopascal Meter Persegi per Gram"
,"label":"Kilopascal Metrekare per Gram"
,"label":"Kilopascal Metro Cuadrado por Gramo"
,"label":"Kilopascal Metru Pătrat pe Gram"
,"label":"Kilopascal Mètre Carré par Gramme"
,"label":"Kilopascal Quadratmeter pro Gramm"
,"label":"Kilopascal Square Meter per Gram"
,"label":"Kilopascal Square Metre per Gram"
,"label":"Kilopascal Square Metre per Gram"
,"label":"Kilopascal Čtvereční Metr na Gram"
,"label":"Kilopaskal Metr Kwadratowy na Gram"
,"symbol":"kPa·m²\/g"
,"type":"qudt:Unit"
,"ucum code":"kPa.m2.g-1"
,"unece common code":"33"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloPA-M2-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"iec61360Code" : "0112/2///62720#UAB130",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB130",
"plainTextDescription" : "sector-specific unit of the burst index as 1 000-fold of the derived unit for pressure pascal related to the substance, represented as a quotient from the 0.001-fold of the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2",
"symbol" : "kPa·m²/g",
"ucumCode" : "kPa.m2.g-1",
"uneceCommonCode" : "33",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Kilopascal Kvadratni Meter na Gram"
}, {
"@language" : "pl",
"@value" : "Kilopaskal Metr Kwadratowy na Gram"
}, {
"@language" : "en-us",
"@value" : "Kilopascal Square Meter per Gram"
}, {
"@language" : "es",
"@value" : "Kilopascal Metro Cuadrado por Gramo"
}, "Kilopascal Square Metre per Gram", {
"@language" : "en",
"@value" : "Kilopascal Square Metre per Gram"
}, {
"@language" : "ms",
"@value" : "Kilopascal Meter Persegi per Gram"
}, {
"@language" : "tr",
"@value" : "Kilopascal Metrekare per Gram"
}, {
"@language" : "ro",
"@value" : "Kilopascal Metru Pătrat pe Gram"
}, {
"@language" : "it",
"@value" : "Chilopascal Metro Quadrato per Grammo"
}, {
"@language" : "de",
"@value" : "Kilopascal Quadratmeter pro Gramm"
}, {
"@language" : "fr",
"@value" : "Kilopascal Mètre Carré par Gramme"
}, {
"@language" : "cs",
"@value" : "Kilopascal Čtvereční Metr na Gram"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloPA-PER-BAR
URI: http://qudt.org/vocab/unit/KiloPA-PER-BAR
1 000-fold of the SI derived unit pascal divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloPA-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA577" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA577"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit pascal divided by the unit bar" ; <http://qudt.org/schema/qudt/symbol> "kPa/bar" ; <http://qudt.org/schema/qudt/ucumCode> "kPa.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F03" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilopascal per Bar" ; rdfs:label "Kilopascal per Bar"@en ; .
{"resource":"Kilopascal per Bar"
,"qname":"unit:KiloPA-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloPA-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"1 000-fold of the SI derived unit pascal divided by the unit bar"
,"description (plain text)":"1 000-fold of the SI derived unit pascal divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:PressureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA577"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA577"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilopascal per Bar"
,"label":"Kilopascal per Bar"
,"symbol":"kPa\/bar"
,"type":"qudt:Unit"
,"ucum code":"kPa.bar-1"
,"unece common code":"F03"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloPA-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit pascal divided by the unit bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureRatio",
"iec61360Code" : "0112/2///62720#UAA577",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA577",
"plainTextDescription" : "1 000-fold of the SI derived unit pascal divided by the unit bar",
"symbol" : "kPa/bar",
"ucumCode" : "kPa.bar-1",
"uneceCommonCode" : "F03",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilopascal per Bar", {
"@language" : "en",
"@value" : "Kilopascal per Bar"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloPA-PER-K
URI: http://qudt.org/vocab/unit/KiloPA-PER-K
1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloPA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA576" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA576"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "kPa/K" ; <http://qudt.org/schema/qudt/ucumCode> "kPa.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F83" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilopascal per Kelvin"@it ; rdfs:label "Kilopascal na Kelvin"@cs ; rdfs:label "Kilopascal na Kelvin"@sl ; rdfs:label "Kilopascal par Kelvin"@fr ; rdfs:label "Kilopascal pe Kelvin"@ro ; rdfs:label "Kilopascal per Kelvin" ; rdfs:label "Kilopascal per Kelvin"@en ; rdfs:label "Kilopascal per Kelvin"@ms ; rdfs:label "Kilopascal per Kelvin"@tr ; rdfs:label "Kilopascal por Kelvin"@es ; rdfs:label "Kilopascal pro Kelvin"@de ; rdfs:label "Kilopaskal na Kelwin"@pl ; .
{"resource":"Kilopascal per Kelvin"
,"qname":"unit:KiloPA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloPA-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin"
,"description (plain text)":"1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:PressureCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA576"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA576"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilopascal per Kelvin"
,"label":"Kilopascal na Kelvin"
,"label":"Kilopascal na Kelvin"
,"label":"Kilopascal par Kelvin"
,"label":"Kilopascal pe Kelvin"
,"label":"Kilopascal per Kelvin"
,"label":"Kilopascal per Kelvin"
,"label":"Kilopascal per Kelvin"
,"label":"Kilopascal per Kelvin"
,"label":"Kilopascal por Kelvin"
,"label":"Kilopascal pro Kelvin"
,"label":"Kilopaskal na Kelwin"
,"symbol":"kPa\/K"
,"type":"qudt:Unit"
,"ucum code":"kPa.K-1"
,"unece common code":"F83"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloPA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureCoefficient",
"iec61360Code" : "0112/2///62720#UAA576",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA576",
"plainTextDescription" : "1 000-fold of the SI derived unit pascal divided by the SI base unit kelvin",
"symbol" : "kPa/K",
"ucumCode" : "kPa.K-1",
"uneceCommonCode" : "F83",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kilopascal pro Kelvin"
}, {
"@language" : "cs",
"@value" : "Kilopascal na Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilopascal na Kelvin"
}, {
"@language" : "ro",
"@value" : "Kilopascal pe Kelvin"
}, "Kilopascal per Kelvin", {
"@language" : "en",
"@value" : "Kilopascal per Kelvin"
}, {
"@language" : "ms",
"@value" : "Kilopascal per Kelvin"
}, {
"@language" : "tr",
"@value" : "Kilopascal per Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilopaskal na Kelwin"
}, {
"@language" : "fr",
"@value" : "Kilopascal par Kelvin"
}, {
"@language" : "it",
"@value" : "Chilopascal per Kelvin"
}, {
"@language" : "es",
"@value" : "Kilopascal por Kelvin"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloPA-PER-M
URI: http://qudt.org/vocab/unit/KiloPA-PER-M
1,000-fold of the SI derived unit pascal divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloPA-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit pascal divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureGradient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB421" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB421"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kPa/m" ; <http://qudt.org/schema/qudt/ucumCode> "kPa.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P81" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilopascal per Metro"@it ; rdfs:label "Kilopascal na Meter"@sl ; rdfs:label "Kilopascal na Metr"@cs ; rdfs:label "Kilopascal par Mètre"@fr ; rdfs:label "Kilopascal pe Metru"@ro ; rdfs:label "Kilopascal per Meter"@en-US ; rdfs:label "Kilopascal per Meter"@ms ; rdfs:label "Kilopascal per Metre" ; rdfs:label "Kilopascal per Metre"@en ; rdfs:label "Kilopascal per Metre"@tr ; rdfs:label "Kilopascal por Metro"@es ; rdfs:label "Kilopascal pro Meter"@de ; rdfs:label "Kilopaskal na Metr"@pl ; .
{"resource":"Kilopascal per Metre"
,"qname":"unit:KiloPA-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloPA-PER-M"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit pascal divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:PressureGradient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB421"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB421"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilopascal per Metro"
,"label":"Kilopascal na Meter"
,"label":"Kilopascal na Metr"
,"label":"Kilopascal par Mètre"
,"label":"Kilopascal pe Metru"
,"label":"Kilopascal per Meter"
,"label":"Kilopascal per Meter"
,"label":"Kilopascal per Metre"
,"label":"Kilopascal per Metre"
,"label":"Kilopascal per Metre"
,"label":"Kilopascal por Metro"
,"label":"Kilopascal pro Meter"
,"label":"Kilopaskal na Metr"
,"symbol":"kPa\/m"
,"type":"qudt:Unit"
,"ucum code":"kPa.m-1"
,"unece common code":"P81"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloPA-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit pascal divided by the SI base unit metre",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureGradient",
"iec61360Code" : "0112/2///62720#UAB421",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB421",
"symbol" : "kPa/m",
"ucumCode" : "kPa.m-1",
"uneceCommonCode" : "P81",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kilopaskal na Metr"
}, {
"@language" : "en-us",
"@value" : "Kilopascal per Meter"
}, {
"@language" : "ms",
"@value" : "Kilopascal per Meter"
}, {
"@language" : "es",
"@value" : "Kilopascal por Metro"
}, {
"@language" : "cs",
"@value" : "Kilopascal na Metr"
}, {
"@language" : "de",
"@value" : "Kilopascal pro Meter"
}, {
"@language" : "sl",
"@value" : "Kilopascal na Meter"
}, {
"@language" : "fr",
"@value" : "Kilopascal par Mètre"
}, {
"@language" : "ro",
"@value" : "Kilopascal pe Metru"
}, "Kilopascal per Metre", {
"@language" : "en",
"@value" : "Kilopascal per Metre"
}, {
"@language" : "tr",
"@value" : "Kilopascal per Metre"
}, {
"@language" : "it",
"@value" : "Chilopascal per Metro"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloPA-PER-MilliM
URI: http://qudt.org/vocab/unit/KiloPA-PER-MilliM
1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloPA-PER-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralRadiantEnergyDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB060" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB060"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "kPa/mm" ; <http://qudt.org/schema/qudt/ucumCode> "kPa.mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "34" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilopascal per Millimetro"@it ; rdfs:label "Kilopascal na Millimeter"@sl ; rdfs:label "Kilopascal na Millimetr"@cs ; rdfs:label "Kilopascal par Millimètre"@fr ; rdfs:label "Kilopascal pe Millimetru"@ro ; rdfs:label "Kilopascal per Millimeter"@en-US ; rdfs:label "Kilopascal per Millimeter"@ms ; rdfs:label "Kilopascal per Millimetre" ; rdfs:label "Kilopascal per Millimetre"@en ; rdfs:label "Kilopascal per Millimetre"@tr ; rdfs:label "Kilopascal por Millimetro"@es ; rdfs:label "Kilopascal pro Millimeter"@de ; rdfs:label "Kilopaskal na Millimetr"@pl ; .
{"resource":"Kilopascal per Millimetre"
,"qname":"unit:KiloPA-PER-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloPA-PER-MilliM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre"
,"description (plain text)":"1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:SpectralRadiantEnergyDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB060"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB060"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilopascal per Millimetro"
,"label":"Kilopascal na Millimeter"
,"label":"Kilopascal na Millimetr"
,"label":"Kilopascal par Millimètre"
,"label":"Kilopascal pe Millimetru"
,"label":"Kilopascal per Millimeter"
,"label":"Kilopascal per Millimeter"
,"label":"Kilopascal per Millimetre"
,"label":"Kilopascal per Millimetre"
,"label":"Kilopascal per Millimetre"
,"label":"Kilopascal por Millimetro"
,"label":"Kilopascal pro Millimeter"
,"label":"Kilopaskal na Millimetr"
,"symbol":"kPa\/mm"
,"type":"qudt:Unit"
,"ucum code":"kPa.mm-1"
,"unece common code":"34"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloPA-PER-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralRadiantEnergyDensity",
"iec61360Code" : "0112/2///62720#UAB060",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB060",
"plainTextDescription" : "1 000-fold of the derived SI unit pascal divided by the 0.001-fold of the SI base unit metre",
"symbol" : "kPa/mm",
"ucumCode" : "kPa.mm-1",
"uneceCommonCode" : "34",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Kilopascal par Millimètre"
}, {
"@language" : "es",
"@value" : "Kilopascal por Millimetro"
}, "Kilopascal per Millimetre", {
"@language" : "en",
"@value" : "Kilopascal per Millimetre"
}, {
"@language" : "tr",
"@value" : "Kilopascal per Millimetre"
}, {
"@language" : "en-us",
"@value" : "Kilopascal per Millimeter"
}, {
"@language" : "ms",
"@value" : "Kilopascal per Millimeter"
}, {
"@language" : "de",
"@value" : "Kilopascal pro Millimeter"
}, {
"@language" : "cs",
"@value" : "Kilopascal na Millimetr"
}, {
"@language" : "ro",
"@value" : "Kilopascal pe Millimetru"
}, {
"@language" : "sl",
"@value" : "Kilopascal na Millimeter"
}, {
"@language" : "pl",
"@value" : "Kilopaskal na Millimetr"
}, {
"@language" : "it",
"@value" : "Chilopascal per Millimetro"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloPA_A
URI: http://qudt.org/vocab/unit/KiloPA_A
$\textit{Kilopascal Absolute}$ is a SI System unit for 'Force Per Area' expressed as $KPaA$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloPA_A>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Kilopascal Absolute}$ is a SI System unit for 'Force Per Area' expressed as $KPaA$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ;
<http://qudt.org/schema/qudt/symbol> "KPaA" ;
<http://qudt.org/schema/qudt/ucumCode> "kPa{absolute}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilopascal Absolute" ;
rdfs:label "Kilopascal Absolute"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/KiloPA> ;
.
{"resource":"Kilopascal Absolute"
,"qname":"unit:KiloPA_A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloPA_A"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"$\\textit{Kilopascal Absolute}$ is a SI System unit for 'Force Per Area' expressed as $KPaA$."
,"has broader":"unit:KiloPA"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilopascal Absolute"
,"label":"Kilopascal Absolute"
,"scalingOf":"unit:PA"
,"symbol":"KPaA"
,"type":"qudt:ContextualUnit"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kPa{absolute}"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloPA_A",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "$\\textit{Kilopascal Absolute}$ is a SI System unit for 'Force Per Area' expressed as $KPaA$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "KPaA",
"ucumCode" : "kPa{absolute}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilopascal Absolute", {
"@language" : "en",
"@value" : "Kilopascal Absolute"
} ],
"broader" : "http://qudt.org/vocab/unit/KiloPA",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloPOISE
URI: http://qudt.org/vocab/unit/KiloPOISE
The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloPOISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/POISE> ; <http://qudt.org/schema/qudt/symbol> "kP" ; <http://qudt.org/schema/qudt/ucumCode> "kP"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilopoise" ; rdfs:label "Kilopoise"@en ; .
{"resource":"Kilopoise"
,"qname":"unit:KiloPOISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloPOISE"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilopoise"
,"label":"Kilopoise"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:POISE"
,"symbol":"kP"
,"type":"qudt:Unit"
,"ucum code":"kP"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloPOISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The kilopoise is a non-SI unit of dynamic viscosity, the 1 000-fold of the unit Poise.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/POISE",
"symbol" : "kP",
"ucumCode" : "kP",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilopoise", {
"@language" : "en",
"@value" : "Kilopoise"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloPOND
URI: http://qudt.org/vocab/unit/KiloPOND
illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloPOND> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 9.80665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloGM_F> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB059" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB059"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/POND> ; <http://qudt.org/schema/qudt/symbol> "kp" ; <http://qudt.org/schema/qudt/uneceCommonCode> "B51" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilopond" ; rdfs:label "Kilopond"@en ; .
{"resource":"Kilopond"
,"qname":"unit:KiloPOND"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloPOND"
,"properties":["conversion multiplier":"9.80665"
,"conversion multiplier scientific":"9.80665E0"
,"description":"illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton"
,"description (plain text)":"illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton"
,"exact match":"unit:KiloGM_F"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB059"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB059"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilopond"
,"label":"Kilopond"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:POND"
,"symbol":"kp"
,"type":"qudt:Unit"
,"unece common code":"B51"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloPOND",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton",
"conversionMultiplier" : "9.80665",
"conversionMultiplier:SN" : 9.80665,
"exactMatch" : "http://qudt.org/vocab/unit/KiloGM_F",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAB059",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB059",
"plainTextDescription" : "illegal unit of the weight, defined as mass of 1 kg which receives a weight of 1 kp through gravitation at sea level, which equates to a force of 9,806 65 newton",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/POND",
"symbol" : "kp",
"uneceCommonCode" : "B51",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilopond", {
"@language" : "en",
"@value" : "Kilopond"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloR
URI: http://qudt.org/vocab/unit/KiloR
1 000-fold of the unit roentgen
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the unit roentgen"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.258 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.58E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB057" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB057"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the unit roentgen" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/R> ; <http://qudt.org/schema/qudt/symbol> "kR" ; <http://qudt.org/schema/qudt/ucumCode> "kR"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617397> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kiloroentgen" ; rdfs:label "Kiloroentgen"@en ; .
{"resource":"Kiloroentgen"
,"qname":"unit:KiloR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617397>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.258"
,"conversion multiplier scientific":"2.58E-1"
,"description":"1 000-fold of the unit roentgen"
,"description (plain text)":"1 000-fold of the unit roentgen"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerMass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB057"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB057"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kiloroentgen"
,"label":"Kiloroentgen"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:R"
,"symbol":"kR"
,"type":"qudt:Unit"
,"ucum code":"kR"
,"unece common code":"KR"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the unit roentgen",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.258",
"conversionMultiplier:SN" : 0.258,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerMass",
"iec61360Code" : "0112/2///62720#UAB057",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB057",
"plainTextDescription" : "1 000-fold of the unit roentgen",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/R",
"symbol" : "kR",
"ucumCode" : "kR",
"uneceCommonCode" : "KR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617397",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kiloroentgen", {
"@language" : "en",
"@value" : "Kiloroentgen"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloS
URI: http://qudt.org/vocab/unit/KiloS
1 000-fold of the SI derived unit siemens
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit siemens"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Admittance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA578" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA578"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit siemens" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S> ; <http://qudt.org/schema/qudt/symbol> "kS" ; <http://qudt.org/schema/qudt/ucumCode> "kS"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B53" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94489520> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilosiemens"@it ; rdfs:label "Kilosiemens" ; rdfs:label "Kilosiemens"@cs ; rdfs:label "Kilosiemens"@de ; rdfs:label "Kilosiemens"@en ; rdfs:label "Kilosiemens"@es ; rdfs:label "Kilosiemens"@fr ; rdfs:label "Kilosiemens"@hu ; rdfs:label "Kilosiemens"@ms ; rdfs:label "Kilosiemens"@ro ; rdfs:label "Kilosiemens"@sl ; rdfs:label "Kilosiemens"@tr ; rdfs:label "Kilosimens"@pl ; .
{"resource":"Kilosiemens"
,"qname":"unit:KiloS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94489520>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit siemens"
,"description (plain text)":"1 000-fold of the SI derived unit siemens"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Admittance"
,"has quantity kind":"quantitykind:Conductance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA578"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA578"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosiemens"
,"label":"Kilosimens"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:S"
,"symbol":"kS"
,"type":"qudt:Unit"
,"ucum code":"kS"
,"unece common code":"B53"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit siemens",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Conductance", "http://qudt.org/vocab/quantitykind/Admittance" ],
"iec61360Code" : "0112/2///62720#UAA578",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA578",
"plainTextDescription" : "1 000-fold of the SI derived unit siemens",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/S",
"symbol" : "kS",
"ucumCode" : "kS",
"uneceCommonCode" : "B53",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94489520",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilosiemens", {
"@language" : "cs",
"@value" : "Kilosiemens"
}, {
"@language" : "it",
"@value" : "Chilosiemens"
}, {
"@language" : "de",
"@value" : "Kilosiemens"
}, {
"@language" : "en",
"@value" : "Kilosiemens"
}, {
"@language" : "es",
"@value" : "Kilosiemens"
}, {
"@language" : "fr",
"@value" : "Kilosiemens"
}, {
"@language" : "hu",
"@value" : "Kilosiemens"
}, {
"@language" : "ms",
"@value" : "Kilosiemens"
}, {
"@language" : "ro",
"@value" : "Kilosiemens"
}, {
"@language" : "tr",
"@value" : "Kilosiemens"
}, {
"@language" : "sl",
"@value" : "Kilosiemens"
}, {
"@language" : "pl",
"@value" : "Kilosimens"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloS-PER-M
URI: http://qudt.org/vocab/unit/KiloS-PER-M
1 000-fold of the SI derived unit siemens divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloS-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA579" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA579"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit siemens divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "kS/m" ; <http://qudt.org/schema/qudt/ucumCode> "kS.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B54" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106777933> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilosiemens per Metro"@it ; rdfs:label "Kilosiemens na Meter"@sl ; rdfs:label "Kilosiemens na Metr"@cs ; rdfs:label "Kilosiemens par Mètre"@fr ; rdfs:label "Kilosiemens pe Metru"@ro ; rdfs:label "Kilosiemens per Meter"@en-US ; rdfs:label "Kilosiemens per Meter"@ms ; rdfs:label "Kilosiemens per Metre" ; rdfs:label "Kilosiemens per Metre"@en ; rdfs:label "Kilosiemens per Metre"@tr ; rdfs:label "Kilosiemens por Metro"@es ; rdfs:label "Kilosiemens pro Meter"@de ; rdfs:label "Kilosimens na Metr"@pl ; .
{"resource":"Kilosiemens per Metre"
,"qname":"unit:KiloS-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloS-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106777933>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit siemens divided by the SI base unit metre"
,"description (plain text)":"1 000-fold of the SI derived unit siemens divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA579"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA579"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilosiemens per Metro"
,"label":"Kilosiemens na Meter"
,"label":"Kilosiemens na Metr"
,"label":"Kilosiemens par Mètre"
,"label":"Kilosiemens pe Metru"
,"label":"Kilosiemens per Meter"
,"label":"Kilosiemens per Meter"
,"label":"Kilosiemens per Metre"
,"label":"Kilosiemens per Metre"
,"label":"Kilosiemens per Metre"
,"label":"Kilosiemens por Metro"
,"label":"Kilosiemens pro Meter"
,"label":"Kilosimens na Metr"
,"symbol":"kS\/m"
,"type":"qudt:Unit"
,"ucum code":"kS.m-1"
,"unece common code":"B54"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloS-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit siemens divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Conductivity",
"iec61360Code" : "0112/2///62720#UAA579",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA579",
"plainTextDescription" : "1 000-fold of the SI derived unit siemens divided by the SI base unit metre",
"symbol" : "kS/m",
"ucumCode" : "kS.m-1",
"uneceCommonCode" : "B54",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106777933",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Kilosiemens por Metro"
}, {
"@language" : "en-us",
"@value" : "Kilosiemens per Meter"
}, {
"@language" : "ms",
"@value" : "Kilosiemens per Meter"
}, {
"@language" : "sl",
"@value" : "Kilosiemens na Meter"
}, {
"@language" : "cs",
"@value" : "Kilosiemens na Metr"
}, {
"@language" : "pl",
"@value" : "Kilosimens na Metr"
}, {
"@language" : "fr",
"@value" : "Kilosiemens par Mètre"
}, {
"@language" : "de",
"@value" : "Kilosiemens pro Meter"
}, {
"@language" : "ro",
"@value" : "Kilosiemens pe Metru"
}, "Kilosiemens per Metre", {
"@language" : "en",
"@value" : "Kilosiemens per Metre"
}, {
"@language" : "tr",
"@value" : "Kilosiemens per Metre"
}, {
"@language" : "it",
"@value" : "Chilosiemens per Metro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloSEC
URI: http://qudt.org/vocab/unit/KiloSEC
"Killosecond" is an Imperial unit for 'Time' expressed as $ks$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloSEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Killosecond\" is an Imperial unit for 'Time' expressed as $ks$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Millisecond"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA647" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA647"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "ks" ; <http://qudt.org/schema/qudt/ucumCode> "ks"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B52" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1374438> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilosecondo"@it ; rdfs:label "Kilomásodperc"@hu ; rdfs:label "Kilosaat"@ms ; rdfs:label "Kilosaniye"@tr ; rdfs:label "Kilosecond" ; rdfs:label "Kilosecond"@en ; rdfs:label "Kiloseconde"@fr ; rdfs:label "Kilosecundă"@ro ; rdfs:label "Kilosegundo"@es ; rdfs:label "Kilosekunda"@cs ; rdfs:label "Kilosekunda"@pl ; rdfs:label "Kilosekunda"@sl ; rdfs:label "Kilosekunde"@de ; .
{"resource":"Kilosecond"
,"qname":"unit:KiloSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloSEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1374438>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Millisecond"
,"description":"\"Killosecond\" is an Imperial unit for 'Time' expressed as $ks$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA647"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Millisecond?oldid=495102042"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA647"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilosecondo"
,"label":"Kilomásodperc"
,"label":"Kilosaat"
,"label":"Kilosaniye"
,"label":"Kilosecond"
,"label":"Kilosecond"
,"label":"Kiloseconde"
,"label":"Kilosecundă"
,"label":"Kilosegundo"
,"label":"Kilosekunda"
,"label":"Kilosekunda"
,"label":"Kilosekunda"
,"label":"Kilosekunde"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:SEC"
,"symbol":"ks"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"ks"
,"unece common code":"B52"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloSEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Killosecond\" is an Imperial unit for 'Time' expressed as $ks$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Millisecond",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA647",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA647", "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042" ],
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "ks",
"ucumCode" : "ks",
"uneceCommonCode" : "B52",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1374438",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Kilosaat"
}, {
"@language" : "ro",
"@value" : "Kilosecundă"
}, "Kilosecond", {
"@language" : "en",
"@value" : "Kilosecond"
}, {
"@language" : "it",
"@value" : "Chilosecondo"
}, {
"@language" : "tr",
"@value" : "Kilosaniye"
}, {
"@language" : "es",
"@value" : "Kilosegundo"
}, {
"@language" : "de",
"@value" : "Kilosekunde"
}, {
"@language" : "cs",
"@value" : "Kilosekunda"
}, {
"@language" : "pl",
"@value" : "Kilosekunda"
}, {
"@language" : "sl",
"@value" : "Kilosekunda"
}, {
"@language" : "hu",
"@value" : "Kilomásodperc"
}, {
"@language" : "fr",
"@value" : "Kiloseconde"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloT
URI: http://qudt.org/vocab/unit/KiloT
1,000-fold of the SI derived unit tesla
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit tesla" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticField> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB385" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB385"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/T> ; <http://qudt.org/schema/qudt/symbol> "kT" ; <http://qudt.org/schema/qudt/ucumCode> "kT"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P13" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilotesla"@it ; rdfs:label "Kilotesla" ; rdfs:label "Kilotesla"@cs ; rdfs:label "Kilotesla"@de ; rdfs:label "Kilotesla"@en ; rdfs:label "Kilotesla"@es ; rdfs:label "Kilotesla"@fr ; rdfs:label "Kilotesla"@hu ; rdfs:label "Kilotesla"@ms ; rdfs:label "Kilotesla"@pl ; rdfs:label "Kilotesla"@ro ; rdfs:label "Kilotesla"@sl ; rdfs:label "Kilotesla"@tr ; .
{"resource":"Kilotesla"
,"qname":"unit:KiloT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloT"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit tesla"
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticField"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB385"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB385"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"label":"Kilotesla"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:T"
,"symbol":"kT"
,"type":"qudt:Unit"
,"ucum code":"kT"
,"unece common code":"P13"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit tesla",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticFluxDensity", "http://qudt.org/vocab/quantitykind/MagneticField" ],
"iec61360Code" : "0112/2///62720#UAB385",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB385",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/T",
"symbol" : "kT",
"ucumCode" : "kT",
"uneceCommonCode" : "P13",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Chilotesla"
}, "Kilotesla", {
"@language" : "cs",
"@value" : "Kilotesla"
}, {
"@language" : "de",
"@value" : "Kilotesla"
}, {
"@language" : "en",
"@value" : "Kilotesla"
}, {
"@language" : "es",
"@value" : "Kilotesla"
}, {
"@language" : "fr",
"@value" : "Kilotesla"
}, {
"@language" : "hu",
"@value" : "Kilotesla"
}, {
"@language" : "ms",
"@value" : "Kilotesla"
}, {
"@language" : "pl",
"@value" : "Kilotesla"
}, {
"@language" : "ro",
"@value" : "Kilotesla"
}, {
"@language" : "sl",
"@value" : "Kilotesla"
}, {
"@language" : "tr",
"@value" : "Kilotesla"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloTONNE
URI: http://qudt.org/vocab/unit/KiloTONNE
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloTONNE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloTON_Metric> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/TONNE> ; <http://qudt.org/schema/qudt/symbol> "kt" ; <http://qudt.org/schema/qudt/ucumCode> "kt"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KTN" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53952048> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilotonne" ; rdfs:label "Kilotonne"@en ; .
{"resource":"Kilotonne"
,"qname":"unit:KiloTONNE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloTONNE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53952048>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"exact match":"unit:KiloTON_Metric"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilotonne"
,"label":"Kilotonne"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:TONNE"
,"symbol":"kt"
,"type":"qudt:Unit"
,"ucum code":"kt"
,"unece common code":"KTN"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloTONNE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"exactMatch" : "http://qudt.org/vocab/unit/KiloTON_Metric",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/TONNE",
"symbol" : "kt",
"ucumCode" : "kt",
"uneceCommonCode" : "KTN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53952048",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilotonne", {
"@language" : "en",
"@value" : "Kilotonne"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloTONNE-PER-YR
URI: http://qudt.org/vocab/unit/KiloTONNE-PER-YR
1,000,000-fold of the SI base unit kilogram divided by the unit year
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloTONNE-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.03168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/informativeReference> "http://dd.eionet.europa.eu/vocabulary/wise/uom/1000t.a-1"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1000 metric tonne divided by the unit year with 365 days" ; <http://qudt.org/schema/qudt/symbol> "kt/a" ; <http://qudt.org/schema/qudt/ucumCode> "kt.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kiloton per Jaar"@nl ; rdfs:label "Kilotonne per Year" ; rdfs:label "Kilotonne per Year"@en ; .
{"resource":"Kilotonne per Year"
,"qname":"unit:KiloTONNE-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloTONNE-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.03168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-2"
,"description":"1,000,000-fold of the SI base unit kilogram divided by the unit year"
,"description (plain text)":"1000 metric tonne divided by the unit year with 365 days"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/dd.eionet.europa.eu\/vocabulary\/wise\/uom\/1000t.a-1"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kiloton per Jaar"
,"label":"Kilotonne per Year"
,"label":"Kilotonne per Year"
,"symbol":"kt\/a"
,"type":"qudt:Unit"
,"ucum code":"kt.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloTONNE-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI base unit kilogram divided by the unit year",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.03168808781402895023702689684893655",
"conversionMultiplier:SN" : 0.03168808781402895,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"informativeReference" : "http://dd.eionet.europa.eu/vocabulary/wise/uom/1000t.a-1",
"plainTextDescription" : "1000 metric tonne divided by the unit year with 365 days",
"symbol" : "kt/a",
"ucumCode" : "kt.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "nl",
"@value" : "Kiloton per Jaar"
}, "Kilotonne per Year", {
"@language" : "en",
"@value" : "Kilotonne per Year"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloTON_Metric
URI: http://qudt.org/vocab/unit/KiloTON_Metric
1 000 000-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloTON_Metric> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000 000-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloTONNE> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB080" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB080"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000 000-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/TON_Metric> ; <http://qudt.org/schema/qudt/symbol> "kt" ; <http://qudt.org/schema/qudt/ucumCode> "kt"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KTN" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53952048> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Metric Ton" ; rdfs:label "Kilo Metric Ton"@en ; .
{"resource":"Kilo Metric Ton"
,"qname":"unit:KiloTON_Metric"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloTON_Metric"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53952048>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1 000 000-fold of the SI base unit kilogram"
,"description (plain text)":"1 000 000-fold of the SI base unit kilogram"
,"exact match":"unit:KiloTONNE"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB080"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB080"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Metric Ton"
,"label":"Kilo Metric Ton"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:TON_Metric"
,"symbol":"kt"
,"type":"qudt:Unit"
,"ucum code":"kt"
,"unece common code":"KTN"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloTON_Metric",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000 000-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"exactMatch" : "http://qudt.org/vocab/unit/KiloTONNE",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB080",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB080",
"plainTextDescription" : "1 000 000-fold of the SI base unit kilogram",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/TON_Metric",
"symbol" : "kt",
"ucumCode" : "kt",
"uneceCommonCode" : "KTN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53952048",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Metric Ton", {
"@language" : "en",
"@value" : "Kilo Metric Ton"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloV
URI: http://qudt.org/vocab/unit/KiloV
1 000-fold of the SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit volt"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA580" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA580"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit volt" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "kV" ; <http://qudt.org/schema/qudt/ucumCode> "kV"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KVT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2554092> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilovolt"@it ; rdfs:label "Kilovolt" ; rdfs:label "Kilovolt"@cs ; rdfs:label "Kilovolt"@de ; rdfs:label "Kilovolt"@en ; rdfs:label "Kilovolt"@fr ; rdfs:label "Kilovolt"@hu ; rdfs:label "Kilovolt"@ms ; rdfs:label "Kilovolt"@ro ; rdfs:label "Kilovolt"@sl ; rdfs:label "Kilovolt"@tr ; rdfs:label "Kilovoltio"@es ; rdfs:label "Kilowolt"@pl ; .
{"resource":"Kilovolt"
,"qname":"unit:KiloV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloV"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2554092>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit volt"
,"description (plain text)":"1 000-fold of the SI derived unit volt"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA580"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA580"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilovolt"
,"label":"Kilovolt"
,"label":"Kilovolt"
,"label":"Kilovolt"
,"label":"Kilovolt"
,"label":"Kilovolt"
,"label":"Kilovolt"
,"label":"Kilovolt"
,"label":"Kilovolt"
,"label":"Kilovolt"
,"label":"Kilovolt"
,"label":"Kilovoltio"
,"label":"Kilowolt"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:V"
,"symbol":"kV"
,"type":"qudt:Unit"
,"ucum code":"kV"
,"unece common code":"KVT"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit volt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/ElectricPotential" ],
"iec61360Code" : "0112/2///62720#UAA580",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA580",
"plainTextDescription" : "1 000-fold of the SI derived unit volt",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "kV",
"ucumCode" : "kV",
"uneceCommonCode" : "KVT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2554092",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Kilovoltio"
}, {
"@language" : "pl",
"@value" : "Kilowolt"
}, {
"@language" : "it",
"@value" : "Chilovolt"
}, "Kilovolt", {
"@language" : "cs",
"@value" : "Kilovolt"
}, {
"@language" : "de",
"@value" : "Kilovolt"
}, {
"@language" : "en",
"@value" : "Kilovolt"
}, {
"@language" : "fr",
"@value" : "Kilovolt"
}, {
"@language" : "hu",
"@value" : "Kilovolt"
}, {
"@language" : "ms",
"@value" : "Kilovolt"
}, {
"@language" : "ro",
"@value" : "Kilovolt"
}, {
"@language" : "sl",
"@value" : "Kilovolt"
}, {
"@language" : "tr",
"@value" : "Kilovolt"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloV-A
URI: http://qudt.org/vocab/unit/KiloV-A
1 000-fold of the product of the SI derived unit volt and the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloV-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/KiloVA> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA581" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA581"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere" ; <http://qudt.org/schema/qudt/symbol> "kV·A" ; <http://qudt.org/schema/qudt/ucumCode> "kV.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KVA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q29924639> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilovolt Ampere"@it ; rdfs:label "Kilovolt Amper"@ro ; rdfs:label "Kilovolt Amper"@sl ; rdfs:label "Kilovolt Amper"@tr ; rdfs:label "Kilovolt Ampere" ; rdfs:label "Kilovolt Ampere"@de ; rdfs:label "Kilovolt Ampere"@en ; rdfs:label "Kilovolt Ampere"@ms ; rdfs:label "Kilovolt Ampère"@fr ; rdfs:label "Kilovolt Ampér"@cs ; rdfs:label "Kilovoltio Amperio"@es ; rdfs:label "Kilowolt Amper"@pl ; .
{"resource":"Kilovolt Ampere"
,"qname":"unit:KiloV-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloV-A"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q29924639>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"deprecated":"true"
,"description":"1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"
,"description (plain text)":"1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA581"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA581"
,"is replaced by":"unit:KiloVA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilovolt Ampere"
,"label":"Kilovolt Amper"
,"label":"Kilovolt Amper"
,"label":"Kilovolt Amper"
,"label":"Kilovolt Ampere"
,"label":"Kilovolt Ampere"
,"label":"Kilovolt Ampere"
,"label":"Kilovolt Ampere"
,"label":"Kilovolt Ampère"
,"label":"Kilovolt Ampér"
,"label":"Kilovoltio Amperio"
,"label":"Kilowolt Amper"
,"symbol":"kV·A"
,"type":"qudt:Unit"
,"ucum code":"kV.A"
,"unece common code":"KVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloV-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/KiloVA",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAA581",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA581",
"plainTextDescription" : "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere",
"symbol" : "kV·A",
"ucumCode" : "kV.A",
"uneceCommonCode" : "KVA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q29924639",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kilovolt Amper"
}, {
"@language" : "sl",
"@value" : "Kilovolt Amper"
}, {
"@language" : "tr",
"@value" : "Kilovolt Amper"
}, "Kilovolt Ampere", {
"@language" : "de",
"@value" : "Kilovolt Ampere"
}, {
"@language" : "en",
"@value" : "Kilovolt Ampere"
}, {
"@language" : "ms",
"@value" : "Kilovolt Ampere"
}, {
"@language" : "pl",
"@value" : "Kilowolt Amper"
}, {
"@language" : "it",
"@value" : "Chilovolt Ampere"
}, {
"@language" : "cs",
"@value" : "Kilovolt Ampér"
}, {
"@language" : "es",
"@value" : "Kilovoltio Amperio"
}, {
"@language" : "fr",
"@value" : "Kilovolt Ampère"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloV-A-HR
URI: http://qudt.org/vocab/unit/KiloV-A-HR
product of the 1 000-fold of the unit for apparent by ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloV-A-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/KiloVA-HR> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-KiloVA-HR> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB160" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB160"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the 1 000-fold of the unit for apparent by ampere and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "kV·A·h" ; <http://qudt.org/schema/qudt/ucumCode> "kV.A.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C79" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107299873> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilovolt Ampere Hour" ; rdfs:label "Kilovolt Ampere Hour"@en ; .
{"resource":"Kilovolt Ampere Hour"
,"qname":"unit:KiloV-A-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloV-A-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107299873>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"deprecated":"true"
,"description":"product of the 1 000-fold of the unit for apparent by ampere and the unit hour"
,"description (plain text)":"product of the 1 000-fold of the unit for apparent by ampere and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has reciprocal unit":"unit:PER-KiloVA-HR"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB160"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB160"
,"is replaced by":"unit:KiloVA-HR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilovolt Ampere Hour"
,"label":"Kilovolt Ampere Hour"
,"symbol":"kV·A·h"
,"type":"qudt:Unit"
,"ucum code":"kV.A.h"
,"unece common code":"C79"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloV-A-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1 000-fold of the unit for apparent by ampere and the unit hour",
"isReplacedBy" : "http://qudt.org/vocab/unit/KiloVA-HR",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-KiloVA-HR",
"iec61360Code" : "0112/2///62720#UAB160",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB160",
"plainTextDescription" : "product of the 1 000-fold of the unit for apparent by ampere and the unit hour",
"symbol" : "kV·A·h",
"ucumCode" : "kV.A.h",
"uneceCommonCode" : "C79",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107299873",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilovolt Ampere Hour", {
"@language" : "en",
"@value" : "Kilovolt Ampere Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloV-A-PER-K
URI: http://qudt.org/vocab/unit/KiloV-A-PER-K
product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloV-A-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/KiloVA-PER-K> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD908" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD908"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kV·A/K" ; <http://qudt.org/schema/qudt/ucumCode> "kV.A.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilovolt Ampere per Kelvin"@it ; rdfs:label "Kilovolt Amper na Kelvin"@sl ; rdfs:label "Kilovolt Amper pe Kelvin"@ro ; rdfs:label "Kilovolt Amper per Kelvin"@tr ; rdfs:label "Kilovolt Ampere per Kelvin" ; rdfs:label "Kilovolt Ampere per Kelvin"@en ; rdfs:label "Kilovolt Ampere per Kelvin"@ms ; rdfs:label "Kilovolt Ampere pro Kelvin"@de ; rdfs:label "Kilovolt Ampère par Kelvin"@fr ; rdfs:label "Kilovolt Ampér na Kelvin"@cs ; rdfs:label "Kilovoltio Amperio por Kelvin"@es ; rdfs:label "Kilowolt Amper na Kelwin"@pl ; .
{"resource":"Kilovolt Ampere per Kelvin"
,"qname":"unit:KiloV-A-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloV-A-PER-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"deprecated":"true"
,"description":"product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD908"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD908"
,"is replaced by":"unit:KiloVA-PER-K"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilovolt Ampere per Kelvin"
,"label":"Kilovolt Amper na Kelvin"
,"label":"Kilovolt Amper pe Kelvin"
,"label":"Kilovolt Amper per Kelvin"
,"label":"Kilovolt Ampere per Kelvin"
,"label":"Kilovolt Ampere per Kelvin"
,"label":"Kilovolt Ampere per Kelvin"
,"label":"Kilovolt Ampere pro Kelvin"
,"label":"Kilovolt Ampère par Kelvin"
,"label":"Kilovolt Ampér na Kelvin"
,"label":"Kilovoltio Amperio por Kelvin"
,"label":"Kilowolt Amper na Kelwin"
,"symbol":"kV·A\/K"
,"type":"qudt:Unit"
,"ucum code":"kV.A.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloV-A-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin",
"isReplacedBy" : "http://qudt.org/vocab/unit/KiloVA-PER-K",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductance",
"iec61360Code" : "0112/2///62720#UAD908",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD908",
"symbol" : "kV·A/K",
"ucumCode" : "kV.A.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Chilovolt Ampere per Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilowolt Amper na Kelwin"
}, {
"@language" : "sl",
"@value" : "Kilovolt Amper na Kelvin"
}, {
"@language" : "cs",
"@value" : "Kilovolt Ampér na Kelvin"
}, {
"@language" : "de",
"@value" : "Kilovolt Ampere pro Kelvin"
}, {
"@language" : "tr",
"@value" : "Kilovolt Amper per Kelvin"
}, {
"@language" : "fr",
"@value" : "Kilovolt Ampère par Kelvin"
}, {
"@language" : "es",
"@value" : "Kilovoltio Amperio por Kelvin"
}, "Kilovolt Ampere per Kelvin", {
"@language" : "en",
"@value" : "Kilovolt Ampere per Kelvin"
}, {
"@language" : "ms",
"@value" : "Kilovolt Ampere per Kelvin"
}, {
"@language" : "ro",
"@value" : "Kilovolt Amper pe Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloV-A_Reactive
URI: http://qudt.org/vocab/unit/KiloV-A_Reactive
1 000-fold of the unit var
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloV-A_Reactive>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1 000-fold of the unit var"^^rdf:HTML ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/KiloVAR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA648" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA648"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the unit var" ;
<http://qudt.org/schema/qudt/symbol> "kV·A{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "kV.A{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "KVR" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107299747> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "KiloVolt Ampere Reactive" ;
rdfs:label "KiloVolt Ampere Reactive"@en ;
.
{"resource":"KiloVolt Ampere Reactive"
,"qname":"unit:KiloV-A_Reactive"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloV-A_Reactive"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107299747>"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"deprecated":"true"
,"description":"1 000-fold of the unit var"
,"description (plain text)":"1 000-fold of the unit var"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA648"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA648"
,"is replaced by":"unit:KiloVAR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"KiloVolt Ampere Reactive"
,"label":"KiloVolt Ampere Reactive"
,"symbol":"kV·A{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"kV.A{reactive}"
,"unece common code":"KVR"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloV-A_Reactive",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the unit var",
"isReplacedBy" : "http://qudt.org/vocab/unit/KiloVAR",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAA648",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA648",
"plainTextDescription" : "1 000-fold of the unit var",
"symbol" : "kV·A{Reactive}",
"ucumCode" : "kV.A{reactive}",
"uneceCommonCode" : "KVR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107299747",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "KiloVolt Ampere Reactive", {
"@language" : "en",
"@value" : "KiloVolt Ampere Reactive"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloV-A_Reactive-HR
URI: http://qudt.org/vocab/unit/KiloV-A_Reactive-HR
product of the 1,000-fold of the unit volt ampere reactive and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloV-A_Reactive-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "product of the 1,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/KiloVAR-HR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB195" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB195"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "product of the 1 000-fold of the unit volt ampere reactive and the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "kV·A{Reactive}·h" ;
<http://qudt.org/schema/qudt/ucumCode> "kV.A.h{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K3" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "KiloVolt Ampere Reactive Hour" ;
rdfs:label "KiloVolt Ampere Reactive Hour"@en ;
.
{"resource":"KiloVolt Ampere Reactive Hour"
,"qname":"unit:KiloV-A_Reactive-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloV-A_Reactive-HR"
,"properties":["conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"deprecated":"true"
,"description":"product of the 1,000-fold of the unit volt ampere reactive and the unit hour"
,"description (plain text)":"product of the 1 000-fold of the unit volt ampere reactive and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB195"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB195"
,"is replaced by":"unit:KiloVAR-HR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"KiloVolt Ampere Reactive Hour"
,"label":"KiloVolt Ampere Reactive Hour"
,"symbol":"kV·A{Reactive}·h"
,"type":"qudt:Unit"
,"ucum code":"kV.A.h{reactive}"
,"unece common code":"K3"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloV-A_Reactive-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000-fold of the unit volt ampere reactive and the unit hour",
"isReplacedBy" : "http://qudt.org/vocab/unit/KiloVAR-HR",
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB195",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB195",
"plainTextDescription" : "product of the 1 000-fold of the unit volt ampere reactive and the unit hour",
"symbol" : "kV·A{Reactive}·h",
"ucumCode" : "kV.A.h{reactive}",
"uneceCommonCode" : "K3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "KiloVolt Ampere Reactive Hour", {
"@language" : "en",
"@value" : "KiloVolt Ampere Reactive Hour"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloV-A_Reactive-PER-K
URI: http://qudt.org/vocab/unit/KiloV-A_Reactive-PER-K
1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloV-A_Reactive-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/KiloVAR-PER-K> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD904" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD904"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kvar/K" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "KiloVolt Ampere Reactive per Kelvin" ; rdfs:label "KiloVolt Ampere Reactive per Kelvin"@en ; .
{"resource":"KiloVolt Ampere Reactive per Kelvin"
,"qname":"unit:KiloV-A_Reactive-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloV-A_Reactive-PER-K"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E-1L-2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD904"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD904"
,"is replaced by":"unit:KiloVAR-PER-K"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"KiloVolt Ampere Reactive per Kelvin"
,"label":"KiloVolt Ampere Reactive per Kelvin"
,"symbol":"kvar\/K"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloV-A_Reactive-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin",
"isReplacedBy" : "http://qudt.org/vocab/unit/KiloVAR-PER-K",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD904",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD904",
"symbol" : "kvar/K",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "KiloVolt Ampere Reactive per Kelvin", {
"@language" : "en",
"@value" : "KiloVolt Ampere Reactive per Kelvin"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloV-PER-M
URI: http://qudt.org/vocab/unit/KiloV-PER-M
1 000-fold of the SI derived unit volt divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloV-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA582" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA582"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit volt divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "kV/m" ; <http://qudt.org/schema/qudt/ucumCode> "kV.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B55" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilovolt per Metro"@it ; rdfs:label "Kilovolt na Meter"@sl ; rdfs:label "Kilovolt na Metr"@cs ; rdfs:label "Kilovolt par Mètre"@fr ; rdfs:label "Kilovolt pe Metru"@ro ; rdfs:label "Kilovolt per Meter"@en-US ; rdfs:label "Kilovolt per Meter"@ms ; rdfs:label "Kilovolt per Metre" ; rdfs:label "Kilovolt per Metre"@en ; rdfs:label "Kilovolt per Metre"@tr ; rdfs:label "Kilovolt pro Meter"@de ; rdfs:label "Kilovoltio por Metro"@es ; rdfs:label "Kilowolt na Metr"@pl ; .
{"resource":"Kilovolt per Metre"
,"qname":"unit:KiloV-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloV-PER-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit volt divided by the SI base unit metre"
,"description (plain text)":"1 000-fold of the SI derived unit volt divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA582"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA582"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilovolt per Metro"
,"label":"Kilovolt na Meter"
,"label":"Kilovolt na Metr"
,"label":"Kilovolt par Mètre"
,"label":"Kilovolt pe Metru"
,"label":"Kilovolt per Meter"
,"label":"Kilovolt per Meter"
,"label":"Kilovolt per Metre"
,"label":"Kilovolt per Metre"
,"label":"Kilovolt per Metre"
,"label":"Kilovolt pro Meter"
,"label":"Kilovoltio por Metro"
,"label":"Kilowolt na Metr"
,"symbol":"kV\/m"
,"type":"qudt:Unit"
,"ucum code":"kV.m-1"
,"unece common code":"B55"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloV-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit volt divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricFieldStrength",
"iec61360Code" : "0112/2///62720#UAA582",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA582",
"plainTextDescription" : "1 000-fold of the SI derived unit volt divided by the SI base unit metre",
"symbol" : "kV/m",
"ucumCode" : "kV.m-1",
"uneceCommonCode" : "B55",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilovolt per Meter"
}, {
"@language" : "ms",
"@value" : "Kilovolt per Meter"
}, {
"@language" : "ro",
"@value" : "Kilovolt pe Metru"
}, {
"@language" : "sl",
"@value" : "Kilovolt na Meter"
}, {
"@language" : "de",
"@value" : "Kilovolt pro Meter"
}, "Kilovolt per Metre", {
"@language" : "fr",
"@value" : "Kilovolt par Mètre"
}, {
"@language" : "en",
"@value" : "Kilovolt per Metre"
}, {
"@language" : "tr",
"@value" : "Kilovolt per Metre"
}, {
"@language" : "pl",
"@value" : "Kilowolt na Metr"
}, {
"@language" : "cs",
"@value" : "Kilovolt na Metr"
}, {
"@language" : "it",
"@value" : "Chilovolt per Metro"
}, {
"@language" : "es",
"@value" : "Kilovoltio por Metro"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloVA
URI: http://qudt.org/vocab/unit/KiloVA
1 000-fold of the product of the SI derived unit volt and the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloVA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA581" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA581"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/symbol> "kVA" ; <http://qudt.org/schema/qudt/ucumCode> "kVA"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KVA" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilo Volt Ampere"@it ; rdfs:label "Kilo Volt Ampere" ; rdfs:label "Kilo Volt Ampere"@en ; rdfs:label "Kilovoltampere"@de ; rdfs:label "Kilovoltampère"@fr ; rdfs:label "Kilovoltiamperio"@es ; .
{"resource":"Kilo Volt Ampere"
,"qname":"unit:KiloVA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloVA"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"
,"description (plain text)":"1 000-fold of the product of the SI derived unit volt and the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA581"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA581"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilo Volt Ampere"
,"label":"Kilo Volt Ampere"
,"label":"Kilo Volt Ampere"
,"label":"Kilovoltampere"
,"label":"Kilovoltampère"
,"label":"Kilovoltiamperio"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:VA"
,"symbol":"kVA"
,"type":"qudt:Unit"
,"ucum code":"kVA"
,"unece common code":"KVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloVA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAA581",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA581",
"plainTextDescription" : "1 000-fold of the product of the SI derived unit volt and the SI base unit ampere",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/VA",
"symbol" : "kVA",
"ucumCode" : "kVA",
"uneceCommonCode" : "KVA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kilovoltampere"
}, "Kilo Volt Ampere", {
"@language" : "en",
"@value" : "Kilo Volt Ampere"
}, {
"@language" : "es",
"@value" : "Kilovoltiamperio"
}, {
"@language" : "it",
"@value" : "Chilo Volt Ampere"
}, {
"@language" : "fr",
"@value" : "Kilovoltampère"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloVA-HR
URI: http://qudt.org/vocab/unit/KiloVA-HR
product of the 1 000-fold of the unit for apparent by ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloVA-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1 000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-KiloVA-HR> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB160" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB160"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the 1 000-fold of the unit for apparent by ampere and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "kVA·h" ; <http://qudt.org/schema/qudt/ucumCode> "kVA.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C79" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilo Volt Ampere Hour" ; rdfs:label "Kilo Volt Ampere Hour"@en ; .
{"resource":"Kilo Volt Ampere Hour"
,"qname":"unit:KiloVA-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloVA-HR"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"description":"product of the 1 000-fold of the unit for apparent by ampere and the unit hour"
,"description (plain text)":"product of the 1 000-fold of the unit for apparent by ampere and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has reciprocal unit":"unit:PER-KiloVA-HR"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB160"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB160"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Volt Ampere Hour"
,"label":"Kilo Volt Ampere Hour"
,"symbol":"kVA·h"
,"type":"qudt:Unit"
,"ucum code":"kVA.h"
,"unece common code":"C79"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloVA-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1 000-fold of the unit for apparent by ampere and the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-KiloVA-HR",
"iec61360Code" : "0112/2///62720#UAB160",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB160",
"plainTextDescription" : "product of the 1 000-fold of the unit for apparent by ampere and the unit hour",
"symbol" : "kVA·h",
"ucumCode" : "kVA.h",
"uneceCommonCode" : "C79",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Volt Ampere Hour", {
"@language" : "en",
"@value" : "Kilo Volt Ampere Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloVA-PER-K
URI: http://qudt.org/vocab/unit/KiloVA-PER-K
product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloVA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD908" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD908"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kVA/K" ; <http://qudt.org/schema/qudt/ucumCode> "kVA.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilo Volt Ampere per Kelvin"@it ; rdfs:label "Kilo Volt Ampere per Kelvin" ; rdfs:label "Kilo Volt Ampere per Kelvin"@en ; rdfs:label "Kilovoltampere pro Kelvin"@de ; rdfs:label "Kilovoltampère par Kelvin"@fr ; rdfs:label "Kilovoltiamperio por Kelvin"@es ; .
{"resource":"Kilo Volt Ampere per Kelvin"
,"qname":"unit:KiloVA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloVA-PER-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD908"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD908"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilo Volt Ampere per Kelvin"
,"label":"Kilo Volt Ampere per Kelvin"
,"label":"Kilo Volt Ampere per Kelvin"
,"label":"Kilovoltampere pro Kelvin"
,"label":"Kilovoltampère par Kelvin"
,"label":"Kilovoltiamperio por Kelvin"
,"symbol":"kVA\/K"
,"type":"qudt:Unit"
,"ucum code":"kVA.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloVA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductance",
"iec61360Code" : "0112/2///62720#UAD908",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD908",
"symbol" : "kVA/K",
"ucumCode" : "kVA.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Kilovoltampère par Kelvin"
}, {
"@language" : "it",
"@value" : "Chilo Volt Ampere per Kelvin"
}, {
"@language" : "de",
"@value" : "Kilovoltampere pro Kelvin"
}, "Kilo Volt Ampere per Kelvin", {
"@language" : "en",
"@value" : "Kilo Volt Ampere per Kelvin"
}, {
"@language" : "es",
"@value" : "Kilovoltiamperio por Kelvin"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloVAR
URI: http://qudt.org/vocab/unit/KiloVAR
1 000-fold of the unit var
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloVAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1 000-fold of the unit var"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA648" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA648"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the unit var" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VAR> ;
<http://qudt.org/schema/qudt/symbol> "kVA{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "kVA{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "KVR" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo Volt Ampere Reactive" ;
rdfs:label "Kilo Volt Ampere Reactive"@en ;
.
{"resource":"Kilo Volt Ampere Reactive"
,"qname":"unit:KiloVAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloVAR"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the unit var"
,"description (plain text)":"1 000-fold of the unit var"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA648"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA648"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Volt Ampere Reactive"
,"label":"Kilo Volt Ampere Reactive"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:VAR"
,"symbol":"kVA{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"kVA{reactive}"
,"unece common code":"KVR"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloVAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the unit var",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAA648",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA648",
"plainTextDescription" : "1 000-fold of the unit var",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/VAR",
"symbol" : "kVA{Reactive}",
"ucumCode" : "kVA{reactive}",
"uneceCommonCode" : "KVR",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Volt Ampere Reactive", {
"@language" : "en",
"@value" : "Kilo Volt Ampere Reactive"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloVAR-HR
URI: http://qudt.org/vocab/unit/KiloVAR-HR
product of the 1,000-fold of the unit volt ampere reactive and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloVAR-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "product of the 1,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB195" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB195"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "product of the 1 000-fold of the unit volt ampere reactive and the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "kVA{Reactive}·h" ;
<http://qudt.org/schema/qudt/ucumCode> "kVA{reactive}.h"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K3" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo Volt Ampere Reactive Hour" ;
rdfs:label "Kilo Volt Ampere Reactive Hour"@en ;
.
{"resource":"Kilo Volt Ampere Reactive Hour"
,"qname":"unit:KiloVAR-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloVAR-HR"
,"properties":["conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"description":"product of the 1,000-fold of the unit volt ampere reactive and the unit hour"
,"description (plain text)":"product of the 1 000-fold of the unit volt ampere reactive and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB195"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB195"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Volt Ampere Reactive Hour"
,"label":"Kilo Volt Ampere Reactive Hour"
,"symbol":"kVA{Reactive}·h"
,"type":"qudt:Unit"
,"ucum code":"kVA{reactive}.h"
,"unece common code":"K3"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloVAR-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000-fold of the unit volt ampere reactive and the unit hour",
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB195",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB195",
"plainTextDescription" : "product of the 1 000-fold of the unit volt ampere reactive and the unit hour",
"symbol" : "kVA{Reactive}·h",
"ucumCode" : "kVA{reactive}.h",
"uneceCommonCode" : "K3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Volt Ampere Reactive Hour", {
"@language" : "en",
"@value" : "Kilo Volt Ampere Reactive Hour"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloVAR-PER-K
URI: http://qudt.org/vocab/unit/KiloVAR-PER-K
1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloVAR-PER-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD904" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD904"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "kVA{Reactive}/K" ;
<http://qudt.org/schema/qudt/ucumCode> "kVA{reactive}.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kilo Volt Ampere Reactive per Kelvin" ;
rdfs:label "Kilo Volt Ampere Reactive per Kelvin"@en ;
.
{"resource":"Kilo Volt Ampere Reactive per Kelvin"
,"qname":"unit:KiloVAR-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloVAR-PER-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD904"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD904"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilo Volt Ampere Reactive per Kelvin"
,"label":"Kilo Volt Ampere Reactive per Kelvin"
,"symbol":"kVA{Reactive}\/K"
,"type":"qudt:Unit"
,"ucum code":"kVA{reactive}.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloVAR-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the unit volt ampere reactive divided by the SI base unit kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD904",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD904",
"symbol" : "kVA{Reactive}/K",
"ucumCode" : "kVA{reactive}.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilo Volt Ampere Reactive per Kelvin", {
"@language" : "en",
"@value" : "Kilo Volt Ampere Reactive per Kelvin"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloW
URI: http://qudt.org/vocab/unit/KiloW
The unit $\textit{Kilowatt}$ is a derived unit of power in the International System of Units (SI). The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/KiloW>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Kilowatt}$ is a derived unit of power in the International System of Units (SI).
The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Watt"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA583" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA583"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ;
<http://qudt.org/schema/qudt/symbol> "kW" ;
<http://qudt.org/schema/qudt/ucumCode> "kW"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "KWT" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3320608> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Chilowatt"@it ;
rdfs:label "Kilovatio"@es ;
rdfs:label "Kilowat"@pl ;
rdfs:label "Kilowatt" ;
rdfs:label "Kilowatt"@cs ;
rdfs:label "Kilowatt"@de ;
rdfs:label "Kilowatt"@en ;
rdfs:label "Kilowatt"@fr ;
rdfs:label "Kilowatt"@hu ;
rdfs:label "Kilowatt"@ms ;
rdfs:label "Kilowatt"@ro ;
rdfs:label "Kilowatt"@sl ;
rdfs:label "Kilowatt"@tr ;
.
{"resource":"Kilowatt"
,"qname":"unit:KiloW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3320608>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Watt"
,"description":"\n The unit $\\textit{Kilowatt}$ is a derived unit of power in the International System of Units (SI). \n The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer.\n "
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA583"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Watt?oldid=494906356"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA583"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilowatt"
,"label":"Kilovatio"
,"label":"Kilowat"
,"label":"Kilowatt"
,"label":"Kilowatt"
,"label":"Kilowatt"
,"label":"Kilowatt"
,"label":"Kilowatt"
,"label":"Kilowatt"
,"label":"Kilowatt"
,"label":"Kilowatt"
,"label":"Kilowatt"
,"label":"Kilowatt"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:W"
,"symbol":"kW"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"kW"
,"unece common code":"KWT"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloW",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The unit $\\textit{Kilowatt}$ is a derived unit of power in the International System of Units (SI). \n The unit, defined as 1,000 joule per second, measures the rate of energy conversion or transfer.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Watt",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricPower", "http://qudt.org/vocab/quantitykind/Power" ],
"iec61360Code" : "0112/2///62720#UAA583",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Watt?oldid=494906356", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA583" ],
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "kW",
"ucumCode" : "kW",
"uneceCommonCode" : "KWT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3320608",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Kilowat"
}, {
"@language" : "es",
"@value" : "Kilovatio"
}, "Kilowatt", {
"@language" : "cs",
"@value" : "Kilowatt"
}, {
"@language" : "de",
"@value" : "Kilowatt"
}, {
"@language" : "en",
"@value" : "Kilowatt"
}, {
"@language" : "it",
"@value" : "Chilowatt"
}, {
"@language" : "fr",
"@value" : "Kilowatt"
}, {
"@language" : "hu",
"@value" : "Kilowatt"
}, {
"@language" : "ms",
"@value" : "Kilowatt"
}, {
"@language" : "ro",
"@value" : "Kilowatt"
}, {
"@language" : "sl",
"@value" : "Kilowatt"
}, {
"@language" : "tr",
"@value" : "Kilowatt"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloW-HR
URI: http://qudt.org/vocab/unit/KiloW-HR
The kilowatt hour, or kilowatt-hour, (symbol $kW \cdot h$, $kW h$ or $kWh$) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The kilowatt hour, or kilowatt-hour, (symbol $kW \\cdot h$, $kW h$ or $kWh$) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Kilowatt_hour"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$kW-h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA584" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Kilowatt_hour?oldid=494927235"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA584"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kW·h" ; <http://qudt.org/schema/qudt/ucumCode> "kW.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KWH" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q182098> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilowatt Hour" ; rdfs:label "Kilowatt Hour"@en ; .
{"resource":"Kilowatt Hour"
,"qname":"unit:KiloW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloW-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q182098>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Kilowatt_hour"
,"description":"The kilowatt hour, or kilowatt-hour, (symbol $kW \\cdot h$, $kW h$ or $kWh$) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities."
,"expression":"$kW-h$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA584"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Kilowatt_hour?oldid=494927235"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA584"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilowatt Hour"
,"label":"Kilowatt Hour"
,"symbol":"kW·h"
,"type":"qudt:Unit"
,"ucum code":"kW.h"
,"unece common code":"KWH"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The kilowatt hour, or kilowatt-hour, (symbol $kW \\cdot h$, $kW h$ or $kWh$) is a unit of energy equal to 1000 watt hours or 3.6 megajoules. For constant power, energy in watt hours is the product of power in watts and time in hours. The kilowatt hour is most commonly known as a billing unit for energy delivered to consumers by electric utilities.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Kilowatt_hour",
"expression" : "$kW-h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA584",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA584", "http://en.wikipedia.org/wiki/Kilowatt_hour?oldid=494927235" ],
"symbol" : "kW·h",
"ucumCode" : "kW.h",
"uneceCommonCode" : "KWH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q182098",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilowatt Hour", {
"@language" : "en",
"@value" : "Kilowatt Hour"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloW-HR-PER-M2
URI: http://qudt.org/vocab/unit/KiloW-HR-PER-M2
A unit of energy per unit area, equivalent to 3 600 000 joules per square metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloW-HR-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre." ; <http://qudt.org/schema/qudt/symbol> "kW·h/m²" ; <http://qudt.org/schema/qudt/ucumCode> "kW.h.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q64748823> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilowatt Hour per Square Meter"@en-US ; rdfs:label "Kilowatt Hour per Square Metre" ; rdfs:label "Kilowatt Hour per Square Metre"@en ; .
{"resource":"Kilowatt Hour per Square Metre"
,"qname":"unit:KiloW-HR-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloW-HR-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q64748823>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"A unit of energy per unit area, equivalent to 3 600 000 joules per square metre."
,"description (plain text)":"A unit of energy per unit area, equivalent to 3 600 000 joules per square metre."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilowatt Hour per Square Meter"
,"label":"Kilowatt Hour per Square Metre"
,"label":"Kilowatt Hour per Square Metre"
,"symbol":"kW·h\/m²"
,"type":"qudt:Unit"
,"ucum code":"kW.h.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloW-HR-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"plainTextDescription" : "A unit of energy per unit area, equivalent to 3 600 000 joules per square metre.",
"symbol" : "kW·h/m²",
"ucumCode" : "kW.h.m-2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q64748823",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Kilowatt Hour per Square Meter"
}, "Kilowatt Hour per Square Metre", {
"@language" : "en",
"@value" : "Kilowatt Hour per Square Metre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloW-PER-M-DEG_C
URI: http://qudt.org/vocab/unit/KiloW-PER-M-DEG_C
1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloW-PER-M-DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB459" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB459"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kW/(m·°C)" ; <http://qudt.org/schema/qudt/ucumCode> "kW.m-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N82" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilowatt per Metro Grado Celsius"@it ; rdfs:label "Kilovatio por Metro Grado Celsius"@es ; rdfs:label "Kilowat na Metr Stopień Celsjusza"@pl ; rdfs:label "Kilowatt na Meter Stopinja Celzija"@sl ; rdfs:label "Kilowatt na Metr Stupně Celsia"@cs ; rdfs:label "Kilowatt par Mètre Degré Celsius"@fr ; rdfs:label "Kilowatt pe Metru Grad Celsius"@ro ; rdfs:label "Kilowatt per Meter Darjah Celsius"@ms ; rdfs:label "Kilowatt per Meter Degree Celsius"@en-US ; rdfs:label "Kilowatt per Metre Celsius"@tr ; rdfs:label "Kilowatt per Metre Degree Celsius" ; rdfs:label "Kilowatt per Metre Degree Celsius"@en ; rdfs:label "Kilowatt pro Meter Grad Celsius"@de ; .
{"resource":"Kilowatt per Metre Degree Celsius"
,"qname":"unit:KiloW-PER-M-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloW-PER-M-DEG_C"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB459"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB459"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilowatt per Metro Grado Celsius"
,"label":"Kilovatio por Metro Grado Celsius"
,"label":"Kilowat na Metr Stopień Celsjusza"
,"label":"Kilowatt na Meter Stopinja Celzija"
,"label":"Kilowatt na Metr Stupně Celsia"
,"label":"Kilowatt par Mètre Degré Celsius"
,"label":"Kilowatt pe Metru Grad Celsius"
,"label":"Kilowatt per Meter Darjah Celsius"
,"label":"Kilowatt per Meter Degree Celsius"
,"label":"Kilowatt per Metre Celsius"
,"label":"Kilowatt per Metre Degree Celsius"
,"label":"Kilowatt per Metre Degree Celsius"
,"label":"Kilowatt pro Meter Grad Celsius"
,"symbol":"kW\/(m·°C)"
,"type":"qudt:Unit"
,"ucum code":"kW.m-1.Cel-1"
,"unece common code":"N82"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloW-PER-M-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAB459",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB459",
"symbol" : "kW/(m·°C)",
"ucumCode" : "kW.m-1.Cel-1",
"uneceCommonCode" : "N82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Kilowatt per Metre Celsius"
}, {
"@language" : "sl",
"@value" : "Kilowatt na Meter Stopinja Celzija"
}, {
"@language" : "de",
"@value" : "Kilowatt pro Meter Grad Celsius"
}, {
"@language" : "ms",
"@value" : "Kilowatt per Meter Darjah Celsius"
}, "Kilowatt per Metre Degree Celsius", {
"@language" : "en",
"@value" : "Kilowatt per Metre Degree Celsius"
}, {
"@language" : "pl",
"@value" : "Kilowat na Metr Stopień Celsjusza"
}, {
"@language" : "cs",
"@value" : "Kilowatt na Metr Stupně Celsia"
}, {
"@language" : "ro",
"@value" : "Kilowatt pe Metru Grad Celsius"
}, {
"@language" : "it",
"@value" : "Chilowatt per Metro Grado Celsius"
}, {
"@language" : "es",
"@value" : "Kilovatio por Metro Grado Celsius"
}, {
"@language" : "fr",
"@value" : "Kilowatt par Mètre Degré Celsius"
}, {
"@language" : "en-us",
"@value" : "Kilowatt per Meter Degree Celsius"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloW-PER-M-K
URI: http://qudt.org/vocab/unit/KiloW-PER-M-K
1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloW-PER-M-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB458" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB458"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kW/(m·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kW.m-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N81" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilowatt per Metro Kelvin"@it ; rdfs:label "Kilovatio por Metro Kelvin"@es ; rdfs:label "Kilowat na Metr Kelwin"@pl ; rdfs:label "Kilowatt na Meter Kelvin"@sl ; rdfs:label "Kilowatt na Metr Kelvin"@cs ; rdfs:label "Kilowatt par Mètre Kelvin"@fr ; rdfs:label "Kilowatt pe Metru Kelvin"@ro ; rdfs:label "Kilowatt per Meter Kelvin"@en-US ; rdfs:label "Kilowatt per Meter Kelvin"@ms ; rdfs:label "Kilowatt per Metre Kelvin" ; rdfs:label "Kilowatt per Metre Kelvin"@en ; rdfs:label "Kilowatt per Metre Kelvin"@tr ; rdfs:label "Kilowatt pro Meter Kelvin"@de ; .
{"resource":"Kilowatt per Metre Kelvin"
,"qname":"unit:KiloW-PER-M-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloW-PER-M-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB458"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB458"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilowatt per Metro Kelvin"
,"label":"Kilovatio por Metro Kelvin"
,"label":"Kilowat na Metr Kelwin"
,"label":"Kilowatt na Meter Kelvin"
,"label":"Kilowatt na Metr Kelvin"
,"label":"Kilowatt par Mètre Kelvin"
,"label":"Kilowatt pe Metru Kelvin"
,"label":"Kilowatt per Meter Kelvin"
,"label":"Kilowatt per Meter Kelvin"
,"label":"Kilowatt per Metre Kelvin"
,"label":"Kilowatt per Metre Kelvin"
,"label":"Kilowatt per Metre Kelvin"
,"label":"Kilowatt pro Meter Kelvin"
,"symbol":"kW\/(m·K)"
,"type":"qudt:Unit"
,"ucum code":"kW.m-1.K-1"
,"unece common code":"N81"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloW-PER-M-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit watt divided by the product of the SI base unit metre and the SI base unit kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAB458",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB458",
"symbol" : "kW/(m·K)",
"ucumCode" : "kW.m-1.K-1",
"uneceCommonCode" : "N81",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Kilovatio por Metro Kelvin"
}, {
"@language" : "fr",
"@value" : "Kilowatt par Mètre Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilowat na Metr Kelwin"
}, {
"@language" : "ro",
"@value" : "Kilowatt pe Metru Kelvin"
}, "Kilowatt per Metre Kelvin", {
"@language" : "en",
"@value" : "Kilowatt per Metre Kelvin"
}, {
"@language" : "tr",
"@value" : "Kilowatt per Metre Kelvin"
}, {
"@language" : "it",
"@value" : "Chilowatt per Metro Kelvin"
}, {
"@language" : "en-us",
"@value" : "Kilowatt per Meter Kelvin"
}, {
"@language" : "de",
"@value" : "Kilowatt pro Meter Kelvin"
}, {
"@language" : "ms",
"@value" : "Kilowatt per Meter Kelvin"
}, {
"@language" : "cs",
"@value" : "Kilowatt na Metr Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilowatt na Meter Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloW-PER-M2
URI: http://qudt.org/vocab/unit/KiloW-PER-M2
1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloW-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-PER-KiloW> ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "kW/m²" ; <http://qudt.org/schema/qudt/ucumCode> "kW.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilowatt per Metro Quadrato"@it ; rdfs:label "Kilovatio por Metro Cuadrado"@es ; rdfs:label "Kilowat na Metr Kwadratowy"@pl ; rdfs:label "Kilowatt na Kvadratni Meter"@sl ; rdfs:label "Kilowatt na Čtvereční Metr"@cs ; rdfs:label "Kilowatt par Mètre Carré"@fr ; rdfs:label "Kilowatt pe Metru Pătrat"@ro ; rdfs:label "Kilowatt per Meter Persegi"@ms ; rdfs:label "Kilowatt per Metrekare"@tr ; rdfs:label "Kilowatt per Square Meter"@en-US ; rdfs:label "Kilowatt per Square Metre" ; rdfs:label "Kilowatt per Square Metre"@en ; rdfs:label "Kilowatt pro Quadratmeter"@de ; .
{"resource":"Kilowatt per Square Metre"
,"qname":"unit:KiloW-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloW-PER-M2"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre"
,"description (plain text)":"1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"has reciprocal unit":"unit:M2-PER-KiloW"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilowatt per Metro Quadrato"
,"label":"Kilovatio por Metro Cuadrado"
,"label":"Kilowat na Metr Kwadratowy"
,"label":"Kilowatt na Kvadratni Meter"
,"label":"Kilowatt na Čtvereční Metr"
,"label":"Kilowatt par Mètre Carré"
,"label":"Kilowatt pe Metru Pătrat"
,"label":"Kilowatt per Meter Persegi"
,"label":"Kilowatt per Metrekare"
,"label":"Kilowatt per Square Meter"
,"label":"Kilowatt per Square Metre"
,"label":"Kilowatt per Square Metre"
,"label":"Kilowatt pro Quadratmeter"
,"symbol":"kW\/m²"
,"type":"qudt:Unit"
,"ucum code":"kW.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloW-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-PER-KiloW",
"plainTextDescription" : "1 000-fold of the SI derived unit watt divided by the square of the SI base unit metre",
"symbol" : "kW/m²",
"ucumCode" : "kW.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kilowatt pro Quadratmeter"
}, {
"@language" : "ms",
"@value" : "Kilowatt per Meter Persegi"
}, {
"@language" : "cs",
"@value" : "Kilowatt na Čtvereční Metr"
}, {
"@language" : "fr",
"@value" : "Kilowatt par Mètre Carré"
}, {
"@language" : "sl",
"@value" : "Kilowatt na Kvadratni Meter"
}, {
"@language" : "pl",
"@value" : "Kilowat na Metr Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Kilowatt pe Metru Pătrat"
}, {
"@language" : "tr",
"@value" : "Kilowatt per Metrekare"
}, "Kilowatt per Square Metre", {
"@language" : "en",
"@value" : "Kilowatt per Square Metre"
}, {
"@language" : "en-us",
"@value" : "Kilowatt per Square Meter"
}, {
"@language" : "es",
"@value" : "Kilovatio por Metro Cuadrado"
}, {
"@language" : "it",
"@value" : "Chilowatt per Metro Quadrato"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloW-PER-M2-K
URI: http://qudt.org/vocab/unit/KiloW-PER-M2-K
1,000-fold of the SI derived unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloW-PER-M2-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CombinedNonEvaporativeHeatTransferCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceCoefficientOfHeatTransfer> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB456" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB456"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "kW/(m²·K)" ; <http://qudt.org/schema/qudt/ucumCode> "kW.m-2.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N78" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chilowatt per Metro Quadrato Kelvin"@it ; rdfs:label "Kilovatio por Metro Cuadrado Kelvin"@es ; rdfs:label "Kilowat na Metr Kwadratowy Kelwin"@pl ; rdfs:label "Kilowatt na Kvadratni Meter Kelvin"@sl ; rdfs:label "Kilowatt na Čtvereční Metr Kelvin"@cs ; rdfs:label "Kilowatt par Mètre Carré Kelvin"@fr ; rdfs:label "Kilowatt pe Metru Pătrat Kelvin"@ro ; rdfs:label "Kilowatt per Meter Persegi Kelvin"@ms ; rdfs:label "Kilowatt per Metrekare Kelvin"@tr ; rdfs:label "Kilowatt per Square Meter Kelvin"@en-US ; rdfs:label "Kilowatt per Square Metre Kelvin" ; rdfs:label "Kilowatt per Square Metre Kelvin"@en ; rdfs:label "Kilowatt pro Quadratmeter Kelvin"@de ; .
{"resource":"Kilowatt per Square Metre Kelvin"
,"qname":"unit:KiloW-PER-M2-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloW-PER-M2-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"has quantity kind":"quantitykind:CombinedNonEvaporativeHeatTransferCoefficient"
,"has quantity kind":"quantitykind:SurfaceCoefficientOfHeatTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB456"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB456"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chilowatt per Metro Quadrato Kelvin"
,"label":"Kilovatio por Metro Cuadrado Kelvin"
,"label":"Kilowat na Metr Kwadratowy Kelwin"
,"label":"Kilowatt na Kvadratni Meter Kelvin"
,"label":"Kilowatt na Čtvereční Metr Kelvin"
,"label":"Kilowatt par Mètre Carré Kelvin"
,"label":"Kilowatt pe Metru Pătrat Kelvin"
,"label":"Kilowatt per Meter Persegi Kelvin"
,"label":"Kilowatt per Metrekare Kelvin"
,"label":"Kilowatt per Square Meter Kelvin"
,"label":"Kilowatt per Square Metre Kelvin"
,"label":"Kilowatt per Square Metre Kelvin"
,"label":"Kilowatt pro Quadratmeter Kelvin"
,"symbol":"kW\/(m²·K)"
,"type":"qudt:Unit"
,"ucum code":"kW.m-2.K-1"
,"unece common code":"N78"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloW-PER-M2-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit watt divided by the product of the power of the SI base unit metre by exponent 2 and the SI base unit kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer", "http://qudt.org/vocab/quantitykind/CombinedNonEvaporativeHeatTransferCoefficient", "http://qudt.org/vocab/quantitykind/SurfaceCoefficientOfHeatTransfer" ],
"iec61360Code" : "0112/2///62720#UAB456",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB456",
"symbol" : "kW/(m²·K)",
"ucumCode" : "kW.m-2.K-1",
"uneceCommonCode" : "N78",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Kilowatt pe Metru Pătrat Kelvin"
}, {
"@language" : "cs",
"@value" : "Kilowatt na Čtvereční Metr Kelvin"
}, "Kilowatt per Square Metre Kelvin", {
"@language" : "en",
"@value" : "Kilowatt per Square Metre Kelvin"
}, {
"@language" : "it",
"@value" : "Chilowatt per Metro Quadrato Kelvin"
}, {
"@language" : "sl",
"@value" : "Kilowatt na Kvadratni Meter Kelvin"
}, {
"@language" : "tr",
"@value" : "Kilowatt per Metrekare Kelvin"
}, {
"@language" : "de",
"@value" : "Kilowatt pro Quadratmeter Kelvin"
}, {
"@language" : "es",
"@value" : "Kilovatio por Metro Cuadrado Kelvin"
}, {
"@language" : "ms",
"@value" : "Kilowatt per Meter Persegi Kelvin"
}, {
"@language" : "en-us",
"@value" : "Kilowatt per Square Meter Kelvin"
}, {
"@language" : "pl",
"@value" : "Kilowat na Metr Kwadratowy Kelwin"
}, {
"@language" : "fr",
"@value" : "Kilowatt par Mètre Carré Kelvin"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloW-PER-TON_FG
URI: http://qudt.org/vocab/unit/KiloW-PER-TON_FG
Unit of Cooling Performance Ratio representing kilowatts of power input per ton of refrigeration output. Used to measure the energy performance of chillers and cooling systems.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloW-PER-TON_FG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unit of Cooling Performance Ratio representing kilowatts of power input per ton of refrigeration output. Used to measure the energy performance of chillers and cooling systems." ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2843451233247451627918482802664769 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.843451233247451627918482802664769E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoolingPerformanceRatio> ; <http://qudt.org/schema/qudt/symbol> "kW/TOR" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kilowatt per Ton of Refrigeration" ; rdfs:label "Kilowatt per Ton of Refrigeration"@en ; .
{"resource":"Kilowatt per Ton of Refrigeration"
,"qname":"unit:KiloW-PER-TON_FG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloW-PER-TON_FG"
,"properties":["conversion multiplier":"0.2843451233247451627918482802664769"
,"conversion multiplier scientific":"2.843451233247451627918482802664769E-1"
,"description":"Unit of Cooling Performance Ratio representing kilowatts of power input per ton of refrigeration output. Used to measure the energy performance of chillers and cooling systems."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:CoolingPerformanceRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kilowatt per Ton of Refrigeration"
,"label":"Kilowatt per Ton of Refrigeration"
,"symbol":"kW\/TOR"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloW-PER-TON_FG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Unit of Cooling Performance Ratio representing kilowatts of power input per ton of refrigeration output. Used to measure the energy performance of chillers and cooling systems.",
"conversionMultiplier" : "0.2843451233247451627918482802664769",
"conversionMultiplier:SN" : 0.28434512332474515,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CoolingPerformanceRatio",
"symbol" : "kW/TOR",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kilowatt per Ton of Refrigeration", {
"@language" : "en",
"@value" : "Kilowatt per Ton of Refrigeration"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloWB
URI: http://qudt.org/vocab/unit/KiloWB
1,000-fold of the SI derived unit weber
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloWB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI derived unit weber" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFlux> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB358" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB358"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/WB> ; <http://qudt.org/schema/qudt/symbol> "kWb" ; <http://qudt.org/schema/qudt/ucumCode> "kWb"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P11" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94489494> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiloweber"@it ; rdfs:label "Kiloweber" ; rdfs:label "Kiloweber"@cs ; rdfs:label "Kiloweber"@de ; rdfs:label "Kiloweber"@en ; rdfs:label "Kiloweber"@es ; rdfs:label "Kiloweber"@fr ; rdfs:label "Kiloweber"@hu ; rdfs:label "Kiloweber"@ms ; rdfs:label "Kiloweber"@pl ; rdfs:label "Kiloweber"@ro ; rdfs:label "Kiloweber"@sl ; rdfs:label "Kiloweber"@tr ; .
{"resource":"Kiloweber"
,"qname":"unit:KiloWB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloWB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94489494>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI derived unit weber"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFlux"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB358"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB358"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"label":"Kiloweber"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:WB"
,"symbol":"kWb"
,"type":"qudt:Unit"
,"ucum code":"kWb"
,"unece common code":"P11"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloWB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI derived unit weber",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFlux",
"iec61360Code" : "0112/2///62720#UAB358",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB358",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/WB",
"symbol" : "kWb",
"ucumCode" : "kWb",
"uneceCommonCode" : "P11",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94489494",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Kiloweber"
}, {
"@language" : "de",
"@value" : "Kiloweber"
}, {
"@language" : "en",
"@value" : "Kiloweber"
}, {
"@language" : "es",
"@value" : "Kiloweber"
}, {
"@language" : "fr",
"@value" : "Kiloweber"
}, "Kiloweber", {
"@language" : "it",
"@value" : "Chiloweber"
}, {
"@language" : "hu",
"@value" : "Kiloweber"
}, {
"@language" : "ms",
"@value" : "Kiloweber"
}, {
"@language" : "pl",
"@value" : "Kiloweber"
}, {
"@language" : "ro",
"@value" : "Kiloweber"
}, {
"@language" : "sl",
"@value" : "Kiloweber"
}, {
"@language" : "tr",
"@value" : "Kiloweber"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloWB-PER-M
URI: http://qudt.org/vocab/unit/KiloWB-PER-M
1 000-fold of the SI derived unit weber divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloWB-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI derived unit weber divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticVectorPotential> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA585" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA585"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI derived unit weber divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "kWb/m" ; <http://qudt.org/schema/qudt/ucumCode> "kWb.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B56" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107325155> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Chiloweber per Metro"@it ; rdfs:label "Kiloweber na Meter"@sl ; rdfs:label "Kiloweber na Metr"@cs ; rdfs:label "Kiloweber na Metr"@pl ; rdfs:label "Kiloweber par Mètre"@fr ; rdfs:label "Kiloweber pe Metru"@ro ; rdfs:label "Kiloweber per Meter"@en-US ; rdfs:label "Kiloweber per Meter"@ms ; rdfs:label "Kiloweber per Metre" ; rdfs:label "Kiloweber per Metre"@en ; rdfs:label "Kiloweber per Metre"@tr ; rdfs:label "Kiloweber por Metro"@es ; rdfs:label "Kiloweber pro Meter"@de ; .
{"resource":"Kiloweber per Metre"
,"qname":"unit:KiloWB-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloWB-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107325155>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI derived unit weber divided by the SI base unit metre"
,"description (plain text)":"1 000-fold of the SI derived unit weber divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticVectorPotential"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA585"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA585"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Chiloweber per Metro"
,"label":"Kiloweber na Meter"
,"label":"Kiloweber na Metr"
,"label":"Kiloweber na Metr"
,"label":"Kiloweber par Mètre"
,"label":"Kiloweber pe Metru"
,"label":"Kiloweber per Meter"
,"label":"Kiloweber per Meter"
,"label":"Kiloweber per Metre"
,"label":"Kiloweber per Metre"
,"label":"Kiloweber per Metre"
,"label":"Kiloweber por Metro"
,"label":"Kiloweber pro Meter"
,"symbol":"kWb\/m"
,"type":"qudt:Unit"
,"ucum code":"kWb.m-1"
,"unece common code":"B56"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloWB-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI derived unit weber divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticVectorPotential",
"iec61360Code" : "0112/2///62720#UAA585",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA585",
"plainTextDescription" : "1 000-fold of the SI derived unit weber divided by the SI base unit metre",
"symbol" : "kWb/m",
"ucumCode" : "kWb.m-1",
"uneceCommonCode" : "B56",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107325155",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Kiloweber na Meter"
}, {
"@language" : "ro",
"@value" : "Kiloweber pe Metru"
}, {
"@language" : "de",
"@value" : "Kiloweber pro Meter"
}, {
"@language" : "es",
"@value" : "Kiloweber por Metro"
}, {
"@language" : "en-us",
"@value" : "Kiloweber per Meter"
}, {
"@language" : "ms",
"@value" : "Kiloweber per Meter"
}, "Kiloweber per Metre", {
"@language" : "it",
"@value" : "Chiloweber per Metro"
}, {
"@language" : "en",
"@value" : "Kiloweber per Metre"
}, {
"@language" : "tr",
"@value" : "Kiloweber per Metre"
}, {
"@language" : "cs",
"@value" : "Kiloweber na Metr"
}, {
"@language" : "pl",
"@value" : "Kiloweber na Metr"
}, {
"@language" : "fr",
"@value" : "Kiloweber par Mètre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:KiloYR
URI: http://qudt.org/vocab/unit/KiloYR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/KiloYR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 31557600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.15576E10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Kilo> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/YR> ; <http://qudt.org/schema/qudt/symbol> "ka" ; <http://qudt.org/schema/qudt/ucumCode> "ka"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kiloyear" ; rdfs:label "Kiloyear"@en ; .
{"resource":"Kiloyear"
,"qname":"unit:KiloYR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/KiloYR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"31557600000.0"
,"conversion multiplier scientific":"3.15576E10"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kiloyear"
,"label":"Kiloyear"
,"prefix":"prefix:Kilo"
,"scalingOf":"unit:YR"
,"symbol":"ka"
,"type":"qudt:Unit"
,"ucum code":"ka"
]}
{
"@id" : "http://qudt.org/vocab/unit/KiloYR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "31557600000.0",
"conversionMultiplier:SN" : 3.15576E10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"prefix" : "http://qudt.org/vocab/prefix/Kilo",
"scalingOf" : "http://qudt.org/vocab/unit/YR",
"symbol" : "ka",
"ucumCode" : "ka",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Kiloyear", {
"@language" : "en",
"@value" : "Kiloyear"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L
URI: http://qudt.org/vocab/unit/L
The $litre$ (American spelling: $\textit{liter}$; SI symbol $l$ or $L$) is a non-SI metric system unit of volume equal to $1 \textit{cubic decimetre}$ ($dm^3$), 1,000 cubic centimetres ($cm^3$) or $1/1000 \textit{cubic metre}$. If the lower case "L" is used as the symbol, it is sometimes rendered as a cursive "l" to help distinguish it from the capital "I", although this usage has no official approval by any international bureau.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/L>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The $litre$ (American spelling: $\\textit{liter}$; SI symbol $l$ or $L$) is a non-SI metric system unit of volume equal to $1 \\textit{cubic decimetre}$ ($dm^3$), 1,000 cubic centimetres ($cm^3$) or $1/1000 \\textit{cubic metre}$. If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Litre"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA649" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Litre?oldid=494846400"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA649"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/litre> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/litre> ;
<http://qudt.org/schema/qudt/symbol> "L" ;
<http://qudt.org/schema/qudt/ucumCode> "L"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "L" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "LTR" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11582> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Liter"@en-US ;
rdfs:label "Litre" ;
rdfs:label "Litre"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "litre" ;
.
{"resource":"Litre"
,"qname":"unit:L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L"
,"properties":["Individual from SI Reference Point":"si-unit:litre"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11582>"
,"alternative label":"litre"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Litre"
,"description":"The $litre$ (American spelling: $\\textit{liter}$; SI symbol $l$ or $L$) is a non-SI metric system unit of volume equal to $1 \\textit{cubic decimetre}$ ($dm^3$), 1,000 cubic centimetres ($cm^3$) or $1\/1000 \\textit{cubic metre}$. If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA649"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Litre?oldid=494846400"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA649"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter"
,"label":"Litre"
,"label":"Litre"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/litre>"
,"symbol":"L"
,"type":"qudt:Unit"
,"ucum code":"L"
,"udunits code":"L"
,"unece common code":"LTR"
]}
{
"@id" : "http://qudt.org/vocab/unit/L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The $litre$ (American spelling: $\\textit{liter}$; SI symbol $l$ or $L$) is a non-SI metric system unit of volume equal to $1 \\textit{cubic decimetre}$ ($dm^3$), 1,000 cubic centimetres ($cm^3$) or $1/1000 \\textit{cubic metre}$. If the lower case \"L\" is used as the symbol, it is sometimes rendered as a cursive \"l\" to help distinguish it from the capital \"I\", although this usage has no official approval by any international bureau.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"dbpediaMatch" : "http://dbpedia.org/resource/Litre",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LiquidVolume", "http://qudt.org/vocab/quantitykind/Volume" ],
"iec61360Code" : "0112/2///62720#UAA649",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Litre?oldid=494846400", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA649" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/litre",
"siExactMatch" : "https://si-digital-framework.org/SI/units/litre",
"symbol" : "L",
"ucumCode" : "L",
"udunitsCode" : "L",
"uneceCommonCode" : "LTR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11582",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Litre", {
"@language" : "en",
"@value" : "Litre"
}, {
"@language" : "en-us",
"@value" : "Liter"
} ],
"altLabel" : "litre",
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-BAR
URI: http://qudt.org/vocab/unit/L-PER-BAR
unit litre divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA651" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA651"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L/bar" ; <http://qudt.org/schema/qudt/ucumCode> "L.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G95" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Bar"@en-US ; rdfs:label "Litre per Bar" ; rdfs:label "Litre per Bar"@en ; .
{"resource":"Litre per Bar"
,"qname":"unit:L-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-BAR"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"unit litre divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA651"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA651"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Bar"
,"label":"Litre per Bar"
,"label":"Litre per Bar"
,"symbol":"L\/bar"
,"type":"qudt:Unit"
,"ucum code":"L.bar-1"
,"unece common code":"G95"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the unit bar",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA651",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA651",
"symbol" : "L/bar",
"ucumCode" : "L.bar-1",
"uneceCommonCode" : "G95",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Bar"
}, {
"@language" : "en",
"@value" : "Litre per Bar"
}, "Litre per Bar" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-DAY
URI: http://qudt.org/vocab/unit/L-PER-DAY
unit litre divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the unit day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA652" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA652"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit litre divided by the unit day" ; <http://qudt.org/schema/qudt/symbol> "L/d" ; <http://qudt.org/schema/qudt/ucumCode> "L.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "LD" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q61992237> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Day"@en-US ; rdfs:label "Litre per Day" ; rdfs:label "Litre per Day"@en ; .
{"resource":"Litre per Day"
,"qname":"unit:L-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-DAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q61992237>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"unit litre divided by the unit day"
,"description (plain text)":"unit litre divided by the unit day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA652"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA652"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Day"
,"label":"Litre per Day"
,"label":"Litre per Day"
,"symbol":"L\/d"
,"type":"qudt:Unit"
,"ucum code":"L.d-1"
,"unece common code":"LD"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the unit day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA652",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA652",
"plainTextDescription" : "unit litre divided by the unit day",
"symbol" : "L/d",
"ucumCode" : "L.d-1",
"uneceCommonCode" : "LD",
"wikidataMatch" : "http://www.wikidata.org/entity/Q61992237",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Litre per Day", {
"@language" : "en",
"@value" : "Litre per Day"
}, {
"@language" : "en-us",
"@value" : "Liter per Day"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-DAY-BAR
URI: http://qudt.org/vocab/unit/L-PER-DAY-BAR
unit litre divided by the product out of the unit day and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-DAY-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the product out of the unit day and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA654" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA654"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L/(d·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "L.d-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G82" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Day Bar"@en-US ; rdfs:label "Litre per Day Bar" ; rdfs:label "Litre per Day Bar"@en ; .
{"resource":"Litre per Day Bar"
,"qname":"unit:L-PER-DAY-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-DAY-BAR"
,"properties":["conversion multiplier":"0.0000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-13"
,"description":"unit litre divided by the product out of the unit day and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA654"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA654"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Day Bar"
,"label":"Litre per Day Bar"
,"label":"Litre per Day Bar"
,"symbol":"L\/(d·bar)"
,"type":"qudt:Unit"
,"ucum code":"L.d-1.bar-1"
,"unece common code":"G82"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-DAY-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the product out of the unit day and the unit bar",
"conversionMultiplier" : "0.0000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA654",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA654",
"symbol" : "L/(d·bar)",
"ucumCode" : "L.d-1.bar-1",
"uneceCommonCode" : "G82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Litre per Day Bar", {
"@language" : "en",
"@value" : "Litre per Day Bar"
}, {
"@language" : "en-us",
"@value" : "Liter per Day Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-DAY-K
URI: http://qudt.org/vocab/unit/L-PER-DAY-K
unit litre divided by the product out of the unit day and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-DAY-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the product out of the unit day and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA653" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA653"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L/(d·K)" ; <http://qudt.org/schema/qudt/ucumCode> "L.d-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G65" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Day Kelvin"@en-US ; rdfs:label "Litre per Day Kelvin" ; rdfs:label "Litre per Day Kelvin"@en ; .
{"resource":"Litre per Day Kelvin"
,"qname":"unit:L-PER-DAY-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-DAY-K"
,"properties":["conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"unit litre divided by the product out of the unit day and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA653"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA653"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Day Kelvin"
,"label":"Litre per Day Kelvin"
,"label":"Litre per Day Kelvin"
,"symbol":"L\/(d·K)"
,"type":"qudt:Unit"
,"ucum code":"L.d-1.K-1"
,"unece common code":"G65"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-DAY-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the product out of the unit day and the SI base unit kelvin",
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA653",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA653",
"symbol" : "L/(d·K)",
"ucumCode" : "L.d-1.K-1",
"uneceCommonCode" : "G65",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Day Kelvin"
}, "Litre per Day Kelvin", {
"@language" : "en",
"@value" : "Litre per Day Kelvin"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-HA
URI: http://qudt.org/vocab/unit/L-PER-HA
Unit litre divided by the unit hectare
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-HA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unit litre divided by the unit hectare" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit litre divided by the unit hectare" ; <http://qudt.org/schema/qudt/symbol> "L/ha" ; <http://qudt.org/schema/qudt/ucumCode> "L.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Hectare"@en-US ; rdfs:label "Litre per Hectare" ; rdfs:label "Litre per Hectare"@en ; .
{"resource":"Litre per Hectare"
,"qname":"unit:L-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-HA"
,"properties":["conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"Unit litre divided by the unit hectare"
,"description (plain text)":"Unit litre divided by the unit hectare"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Hectare"
,"label":"Litre per Hectare"
,"label":"Litre per Hectare"
,"symbol":"L\/ha"
,"type":"qudt:Unit"
,"ucum code":"L.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-HA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Unit litre divided by the unit hectare",
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumePerArea",
"plainTextDescription" : "Unit litre divided by the unit hectare",
"symbol" : "L/ha",
"ucumCode" : "L.har-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Hectare"
}, "Litre per Hectare", {
"@language" : "en",
"@value" : "Litre per Hectare"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-HR
URI: http://qudt.org/vocab/unit/L-PER-HR
Unit litre divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unit litre divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA655" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA655"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit litre divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "L/h" ; <http://qudt.org/schema/qudt/ucumCode> "L.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E32" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907522> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Hour"@en-US ; rdfs:label "Litre per Hour" ; rdfs:label "Litre per Hour"@en ; .
{"resource":"Litre per Hour"
,"qname":"unit:L-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907522>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"Unit litre divided by the unit hour"
,"description (plain text)":"Unit litre divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA655"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA655"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Hour"
,"label":"Litre per Hour"
,"label":"Litre per Hour"
,"symbol":"L\/h"
,"type":"qudt:Unit"
,"ucum code":"L.h-1"
,"unece common code":"E32"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Unit litre divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA655",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA655",
"plainTextDescription" : "Unit litre divided by the unit hour",
"symbol" : "L/h",
"ucumCode" : "L.h-1",
"uneceCommonCode" : "E32",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907522",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Litre per Hour", {
"@language" : "en",
"@value" : "Litre per Hour"
}, {
"@language" : "en-us",
"@value" : "Liter per Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-HR-BAR
URI: http://qudt.org/vocab/unit/L-PER-HR-BAR
unit litre divided by the product out of the unit hour and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-HR-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the product out of the unit hour and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA657" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA657"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L/(h·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "L.h-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G83" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Hour Bar"@en-US ; rdfs:label "Litre per Hour Bar" ; rdfs:label "Litre per Hour Bar"@en ; .
{"resource":"Litre per Hour Bar"
,"qname":"unit:L-PER-HR-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-HR-BAR"
,"properties":["conversion multiplier":"0.000000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-12"
,"description":"unit litre divided by the product out of the unit hour and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA657"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA657"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Hour Bar"
,"label":"Litre per Hour Bar"
,"label":"Litre per Hour Bar"
,"symbol":"L\/(h·bar)"
,"type":"qudt:Unit"
,"ucum code":"L.h-1.bar-1"
,"unece common code":"G83"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-HR-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the product out of the unit hour and the unit bar",
"conversionMultiplier" : "0.000000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA657",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA657",
"symbol" : "L/(h·bar)",
"ucumCode" : "L.h-1.bar-1",
"uneceCommonCode" : "G83",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Hour Bar"
}, "Litre per Hour Bar", {
"@language" : "en",
"@value" : "Litre per Hour Bar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-HR-K
URI: http://qudt.org/vocab/unit/L-PER-HR-K
unit litre divided by the product out of the unit hour and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-HR-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the product out of the unit hour and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA656" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA656"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L/(h·K)" ; <http://qudt.org/schema/qudt/ucumCode> "L.h-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G66" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Hour Kelvin"@en-US ; rdfs:label "Litre per Hour Kelvin" ; rdfs:label "Litre per Hour Kelvin"@en ; .
{"resource":"Litre per Hour Kelvin"
,"qname":"unit:L-PER-HR-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-HR-K"
,"properties":["conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"unit litre divided by the product out of the unit hour and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA656"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA656"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Hour Kelvin"
,"label":"Litre per Hour Kelvin"
,"label":"Litre per Hour Kelvin"
,"symbol":"L\/(h·K)"
,"type":"qudt:Unit"
,"ucum code":"L.h-1.K-1"
,"unece common code":"G66"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-HR-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the product out of the unit hour and the SI base unit kelvin",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA656",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA656",
"symbol" : "L/(h·K)",
"ucumCode" : "L.h-1.K-1",
"uneceCommonCode" : "G66",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Hour Kelvin"
}, "Litre per Hour Kelvin", {
"@language" : "en",
"@value" : "Litre per Hour Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-K
URI: http://qudt.org/vocab/unit/L-PER-K
unit litre divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA650" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA650"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit litre divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "L/K" ; <http://qudt.org/schema/qudt/ucumCode> "L.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G28" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Kelvin"@en-US ; rdfs:label "Litre per Kelvin" ; rdfs:label "Litre per Kelvin"@en ; .
{"resource":"Litre per Kelvin"
,"qname":"unit:L-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"unit litre divided by the SI base unit kelvin"
,"description (plain text)":"unit litre divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T0D0"
,"has quantity kind":"quantitykind:VolumeThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA650"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA650"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Kelvin"
,"label":"Litre per Kelvin"
,"label":"Litre per Kelvin"
,"symbol":"L\/K"
,"type":"qudt:Unit"
,"ucum code":"L.K-1"
,"unece common code":"G28"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA650",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA650",
"plainTextDescription" : "unit litre divided by the SI base unit kelvin",
"symbol" : "L/K",
"ucumCode" : "L.K-1",
"uneceCommonCode" : "G28",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Litre per Kelvin", {
"@language" : "en",
"@value" : "Litre per Kelvin"
}, {
"@language" : "en-us",
"@value" : "Liter per Kelvin"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-KiloGM
URI: http://qudt.org/vocab/unit/L-PER-KiloGM
unit of the volume litre divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the volume litre divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloGM-PER-L> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB380" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB380"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume litre divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "L/kg" ; <http://qudt.org/schema/qudt/ucumCode> "L.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H83" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q57175557> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Kilogram"@en-US ; rdfs:label "Litre per Kilogram" ; rdfs:label "Litre per Kilogram"@en ; .
{"resource":"Litre per Kilogram"
,"qname":"unit:L-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q57175557>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"unit of the volume litre divided by the SI base unit kilogram"
,"description (plain text)":"unit of the volume litre divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SoilAdsorptionCoefficient"
,"has quantity kind":"quantitykind:SpecificVolume"
,"has reciprocal unit":"unit:KiloGM-PER-L"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB380"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB380"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Kilogram"
,"label":"Litre per Kilogram"
,"label":"Litre per Kilogram"
,"symbol":"L\/kg"
,"type":"qudt:Unit"
,"ucum code":"L.kg-1"
,"unece common code":"H83"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume litre divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificVolume", "http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloGM-PER-L",
"iec61360Code" : "0112/2///62720#UAB380",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB380",
"plainTextDescription" : "unit of the volume litre divided by the SI base unit kilogram",
"symbol" : "L/kg",
"ucumCode" : "L.kg-1",
"uneceCommonCode" : "H83",
"wikidataMatch" : "http://www.wikidata.org/entity/Q57175557",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Litre per Kilogram", {
"@language" : "en",
"@value" : "Litre per Kilogram"
}, {
"@language" : "en-us",
"@value" : "Liter per Kilogram"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-L
URI: http://qudt.org/vocab/unit/L-PER-L
volume ratio consisting of the unit litre divided by the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "volume ratio consisting of the unit litre divided by the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA658" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA658"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "volume ratio consisting of the unit litre divided by the unit litre" ; <http://qudt.org/schema/qudt/symbol> "L/L" ; <http://qudt.org/schema/qudt/ucumCode> "L.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K62" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106629979> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Liter"@en-US ; rdfs:label "Litre per Litre" ; rdfs:label "Litre per Litre"@en ; .
{"resource":"Litre per Litre"
,"qname":"unit:L-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106629979>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"volume ratio consisting of the unit litre divided by the unit litre"
,"description (plain text)":"volume ratio consisting of the unit litre divided by the unit litre"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA658"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA658"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Liter"
,"label":"Litre per Litre"
,"label":"Litre per Litre"
,"symbol":"L\/L"
,"type":"qudt:Unit"
,"ucum code":"L.L-1"
,"unece common code":"K62"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "volume ratio consisting of the unit litre divided by the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"iec61360Code" : "0112/2///62720#UAA658",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA658",
"plainTextDescription" : "volume ratio consisting of the unit litre divided by the unit litre",
"symbol" : "L/L",
"ucumCode" : "L.L-1",
"uneceCommonCode" : "K62",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106629979",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Liter"
}, "Litre per Litre", {
"@language" : "en",
"@value" : "Litre per Litre"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-MIN
URI: http://qudt.org/vocab/unit/L-PER-MIN
unit litre divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA659" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA659"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit litre divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "L/min" ; <http://qudt.org/schema/qudt/ucumCode> "L.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L2" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107313814> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Minute"@en-US ; rdfs:label "Litre per Minute" ; rdfs:label "Litre per Minute"@en ; .
{"resource":"Litre per Minute"
,"qname":"unit:L-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107313814>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-5"
,"description":"unit litre divided by the unit minute"
,"description (plain text)":"unit litre divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA659"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA659"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Minute"
,"label":"Litre per Minute"
,"label":"Litre per Minute"
,"symbol":"L\/min"
,"type":"qudt:Unit"
,"ucum code":"L.min-1"
,"unece common code":"L2"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA659",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA659",
"plainTextDescription" : "unit litre divided by the unit minute",
"symbol" : "L/min",
"ucumCode" : "L.min-1",
"uneceCommonCode" : "L2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107313814",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Litre per Minute", {
"@language" : "en-us",
"@value" : "Liter per Minute"
}, {
"@language" : "en",
"@value" : "Litre per Minute"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-MIN-BAR
URI: http://qudt.org/vocab/unit/L-PER-MIN-BAR
unit litre divided by the product out of the unit minute and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-MIN-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the product out of the unit minute and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA661" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA661"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L/(min·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "L.min-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G84" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Minute Bar"@en-US ; rdfs:label "Litre per Minute Bar" ; rdfs:label "Litre per Minute Bar"@en ; .
{"resource":"Litre per Minute Bar"
,"qname":"unit:L-PER-MIN-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-MIN-BAR"
,"properties":["conversion multiplier":"0.0000000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-10"
,"description":"unit litre divided by the product out of the unit minute and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA661"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA661"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Minute Bar"
,"label":"Litre per Minute Bar"
,"label":"Litre per Minute Bar"
,"symbol":"L\/(min·bar)"
,"type":"qudt:Unit"
,"ucum code":"L.min-1.bar-1"
,"unece common code":"G84"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-MIN-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the product out of the unit minute and the unit bar",
"conversionMultiplier" : "0.0000000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666666E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA661",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA661",
"symbol" : "L/(min·bar)",
"ucumCode" : "L.min-1.bar-1",
"uneceCommonCode" : "G84",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Minute Bar"
}, "Litre per Minute Bar", {
"@language" : "en",
"@value" : "Litre per Minute Bar"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-MIN-K
URI: http://qudt.org/vocab/unit/L-PER-MIN-K
unit litre divided by the product out of the unit minute and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-MIN-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the product out of the unit minute and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA660" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA660"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L/(min·K)" ; <http://qudt.org/schema/qudt/ucumCode> "L.min-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G67" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Minute Kelvin"@en-US ; rdfs:label "Litre per Minute Kelvin" ; rdfs:label "Litre per Minute Kelvin"@en ; .
{"resource":"Litre per Minute Kelvin"
,"qname":"unit:L-PER-MIN-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-MIN-K"
,"properties":["conversion multiplier":"0.00001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-5"
,"description":"unit litre divided by the product out of the unit minute and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA660"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA660"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Minute Kelvin"
,"label":"Litre per Minute Kelvin"
,"label":"Litre per Minute Kelvin"
,"symbol":"L\/(min·K)"
,"type":"qudt:Unit"
,"ucum code":"L.min-1.K-1"
,"unece common code":"G67"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-MIN-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the product out of the unit minute and the SI base unit kelvin",
"conversionMultiplier" : "0.00001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA660",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA660",
"symbol" : "L/(min·K)",
"ucumCode" : "L.min-1.K-1",
"uneceCommonCode" : "G67",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Litre per Minute Kelvin", {
"@language" : "en",
"@value" : "Litre per Minute Kelvin"
}, {
"@language" : "en-us",
"@value" : "Liter per Minute Kelvin"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-MOL
URI: http://qudt.org/vocab/unit/L-PER-MOL
unit litre divided by the SI base unit mol
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the SI base unit mol"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarRefractivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MOL-PER-L> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA662" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA662"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit litre divided by the SI base unit mol" ; <http://qudt.org/schema/qudt/symbol> "L/mol" ; <http://qudt.org/schema/qudt/ucumCode> "L.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B58" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107538768> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Mole"@en-US ; rdfs:label "Litre per Mole" ; rdfs:label "Litre per Mole"@en ; .
{"resource":"Litre per Mole"
,"qname":"unit:L-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107538768>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"unit litre divided by the SI base unit mol"
,"description (plain text)":"unit litre divided by the SI base unit mol"
,"has dimension vector":"qkdv:A-1E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:MolarRefractivity"
,"has quantity kind":"quantitykind:MolarVolume"
,"has reciprocal unit":"unit:MOL-PER-L"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA662"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA662"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Mole"
,"label":"Litre per Mole"
,"label":"Litre per Mole"
,"symbol":"L\/mol"
,"type":"qudt:Unit"
,"ucum code":"L.mol-1"
,"unece common code":"B58"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the SI base unit mol",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MolarRefractivity", "http://qudt.org/vocab/quantitykind/MolarVolume" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MOL-PER-L",
"iec61360Code" : "0112/2///62720#UAA662",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA662",
"plainTextDescription" : "unit litre divided by the SI base unit mol",
"symbol" : "L/mol",
"ucumCode" : "L.mol-1",
"uneceCommonCode" : "B58",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107538768",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Mole"
}, "Litre per Mole", {
"@language" : "en",
"@value" : "Litre per Mole"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-MOL-SEC
URI: http://qudt.org/vocab/unit/L-PER-MOL-SEC
0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit mol and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-MOL-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit mol and the SI base unit second"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AtmosphericHydroxylationRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondOrderReactionRateConstant> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD915" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD915"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L/(mol·s)" ; <http://qudt.org/schema/qudt/ucumCode> "L.mol-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Mole Second"@en-US ; rdfs:label "Litre per Mole Second" ; rdfs:label "Litre per Mole Second"@en ; .
{"resource":"Litre per Mole Second"
,"qname":"unit:L-PER-MOL-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-MOL-SEC"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit mol and the SI base unit second"
,"has dimension vector":"qkdv:A-1E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AtmosphericHydroxylationRate"
,"has quantity kind":"quantitykind:SecondOrderReactionRateConstant"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD915"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD915"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Mole Second"
,"label":"Litre per Mole Second"
,"label":"Litre per Mole Second"
,"symbol":"L\/(mol·s)"
,"type":"qudt:Unit"
,"ucum code":"L.mol-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-MOL-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit mol and the SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SecondOrderReactionRateConstant", "http://qudt.org/vocab/quantitykind/AtmosphericHydroxylationRate" ],
"iec61360Code" : "0112/2///62720#UAD915",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD915",
"symbol" : "L/(mol·s)",
"ucumCode" : "L.mol-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Mole Second"
}, "Litre per Mole Second", {
"@language" : "en",
"@value" : "Litre per Mole Second"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-MicroMOL
URI: http://qudt.org/vocab/unit/L-PER-MicroMOL
The inverse of a molar concentration.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-MicroMOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The inverse of a molar concentration."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarRefractivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MicroMOL-PER-L> ; <http://qudt.org/schema/qudt/symbol> "L/μmol" ; <http://qudt.org/schema/qudt/ucumCode> "L.umol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Micromole"@en-US ; rdfs:label "Litre per Micromole" ; rdfs:label "Litre per Micromole"@en ; .
{"resource":"Litre per Micromole"
,"qname":"unit:L-PER-MicroMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-MicroMOL"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"The inverse of a molar concentration."
,"has dimension vector":"qkdv:A-1E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:MolarRefractivity"
,"has quantity kind":"quantitykind:MolarVolume"
,"has reciprocal unit":"unit:MicroMOL-PER-L"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Micromole"
,"label":"Litre per Micromole"
,"label":"Litre per Micromole"
,"symbol":"L\/μmol"
,"type":"qudt:Unit"
,"ucum code":"L.umol-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-MicroMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "The inverse of a molar concentration."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MolarVolume", "http://qudt.org/vocab/quantitykind/MolarRefractivity" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MicroMOL-PER-L",
"symbol" : "L/μmol",
"ucumCode" : "L.umol-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Micromole"
}, "Litre per Micromole", {
"@language" : "en",
"@value" : "Litre per Micromole"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-SEC
URI: http://qudt.org/vocab/unit/L-PER-SEC
unit litre divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA664" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA664"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit litre divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "L/s" ; <http://qudt.org/schema/qudt/ucumCode> "L.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G51" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q61996348> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Second"@en-US ; rdfs:label "Litre per Second" ; rdfs:label "Litre per Second"@en ; .
{"resource":"Litre per Second"
,"qname":"unit:L-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q61996348>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"unit litre divided by the SI base unit second"
,"description (plain text)":"unit litre divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA664"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA664"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Second"
,"label":"Litre per Second"
,"label":"Litre per Second"
,"symbol":"L\/s"
,"type":"qudt:Unit"
,"ucum code":"L.s-1"
,"unece common code":"G51"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA664",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA664",
"plainTextDescription" : "unit litre divided by the SI base unit second",
"symbol" : "L/s",
"ucumCode" : "L.s-1",
"uneceCommonCode" : "G51",
"wikidataMatch" : "http://www.wikidata.org/entity/Q61996348",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Second"
}, "Litre per Second", {
"@language" : "en",
"@value" : "Litre per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/L-PER-SEC-BAR
unit litre divided by the product out of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the product out of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA666" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA666"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "L.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G85" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Second Bar"@en-US ; rdfs:label "Litre per Second Bar" ; rdfs:label "Litre per Second Bar"@en ; .
{"resource":"Litre per Second Bar"
,"qname":"unit:L-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"unit litre divided by the product out of the SI base unit second and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA666"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA666"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Second Bar"
,"label":"Litre per Second Bar"
,"label":"Litre per Second Bar"
,"symbol":"L\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"L.s-1.bar-1"
,"unece common code":"G85"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the product out of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA666",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA666",
"symbol" : "L/(s·bar)",
"ucumCode" : "L.s-1.bar-1",
"uneceCommonCode" : "G85",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Liter per Second Bar"
}, "Litre per Second Bar", {
"@language" : "en",
"@value" : "Litre per Second Bar"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-SEC-K
URI: http://qudt.org/vocab/unit/L-PER-SEC-K
unit litre divided by the product out of the SI base unit second and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit litre divided by the product out of the SI base unit second and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA665" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA665"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "L/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "L.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G68" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Second Kelvin"@en-US ; rdfs:label "Litre per Second Kelvin" ; rdfs:label "Litre per Second Kelvin"@en ; .
{"resource":"Litre per Second Kelvin"
,"qname":"unit:L-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-SEC-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"unit litre divided by the product out of the SI base unit second and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA665"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA665"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Second Kelvin"
,"label":"Litre per Second Kelvin"
,"label":"Litre per Second Kelvin"
,"symbol":"L\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"L.s-1.K-1"
,"unece common code":"G68"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit litre divided by the product out of the SI base unit second and the SI base unit kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA665",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA665",
"symbol" : "L/(s·K)",
"ucumCode" : "L.s-1.K-1",
"uneceCommonCode" : "G68",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Litre per Second Kelvin", {
"@language" : "en",
"@value" : "Litre per Second Kelvin"
}, {
"@language" : "en-us",
"@value" : "Liter per Second Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:L-PER-SEC-M2
URI: http://qudt.org/vocab/unit/L-PER-SEC-M2
Ventilation rate in Litres per second divided by the floor area
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/L-PER-SEC-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Ventilation rate in Litres per second divided by the floor area"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VentilationRatePerFloorArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "Ventilation rate in Litres per second divided by the floor area" ; <http://qudt.org/schema/qudt/symbol> "L/(s·m²)" ; <http://qudt.org/schema/qudt/ucumCode> "L.s-1.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Liter per Second Square Meter"@en-US ; rdfs:label "Litre per Second Square Metre" ; rdfs:label "Litre per Second Square Metre"@en ; .
{"resource":"Litre per Second Square Metre"
,"qname":"unit:L-PER-SEC-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/L-PER-SEC-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Ventilation rate in Litres per second divided by the floor area"
,"description (plain text)":"Ventilation rate in Litres per second divided by the floor area"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VentilationRatePerFloorArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Liter per Second Square Meter"
,"label":"Litre per Second Square Metre"
,"label":"Litre per Second Square Metre"
,"symbol":"L\/(s·m²)"
,"type":"qudt:Unit"
,"ucum code":"L.s-1.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/L-PER-SEC-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Ventilation rate in Litres per second divided by the floor area",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VentilationRatePerFloorArea",
"plainTextDescription" : "Ventilation rate in Litres per second divided by the floor area",
"symbol" : "L/(s·m²)",
"ucumCode" : "L.s-1.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Litre per Second Square Metre", {
"@language" : "en",
"@value" : "Litre per Second Square Metre"
}, {
"@language" : "en-us",
"@value" : "Liter per Second Square Meter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LA
URI: http://qudt.org/vocab/unit/LA
The lambert (symbol $L$, $la$ or $Lb$) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre ($cd/m^2$).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The lambert (symbol $L$, $la$ or $Lb$) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre ($cd/m^2$)."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.31830988618 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.1830988618E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Lambert"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/factorUnitScalar> 0.31830988618 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Luminance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB259" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Lambert?oldid=494078267"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB259"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lambert> ; <http://qudt.org/schema/qudt/symbol> "L" ; <http://qudt.org/schema/qudt/ucumCode> "Lmb"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P30" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q905912> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lambert" ; rdfs:label "Lambert"@en ; .
{"resource":"Lambert"
,"qname":"unit:LA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q905912>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.31830988618"
,"conversion multiplier scientific":"3.1830988618E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Lambert"
,"description":"The lambert (symbol $L$, $la$ or $Lb$) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre ($cd\/m^2$)."
,"factorUnitScalar":"0.31830988618"
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:Luminance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB259"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Lambert?oldid=494078267"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB259"
,"is coherent derived unit of system":"sou:CGS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lambert"
,"label":"Lambert"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/lambert>"
,"symbol":"L"
,"type":"qudt:Unit"
,"ucum code":"Lmb"
,"unece common code":"P30"
]}
{
"@id" : "http://qudt.org/vocab/unit/LA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The lambert (symbol $L$, $la$ or $Lb$) is a non-SI unit of luminance. A related unit of luminance, the foot-lambert, is used in the lighting, cinema and flight simulation industries. The SI unit is the candela per square metre ($cd/m^2$).",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.31830988618",
"conversionMultiplier:SN" : 0.31830988618,
"dbpediaMatch" : "http://dbpedia.org/resource/Lambert",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/CGS",
"factorUnitScalar" : "0.31830988618",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Luminance",
"iec61360Code" : "0112/2///62720#UAB259",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Lambert?oldid=494078267", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB259" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/lambert",
"symbol" : "L",
"ucumCode" : "Lmb",
"uneceCommonCode" : "P30",
"wikidataMatch" : "http://www.wikidata.org/entity/Q905912",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lambert", {
"@language" : "en",
"@value" : "Lambert"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LANGLEY
URI: http://qudt.org/vocab/unit/LANGLEY
[CGS] unit of the areal-related energy transmission (as a measure of the incident quantity of heat of solar radiation on the earth's surface)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LANGLEY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit of the areal-related energy transmission (as a measure of the incident quantity of heat of solar radiation on the earth's surface)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 41840.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E04 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyFluence> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RadiantFluence> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB296" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB296"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J-PER-M2> ; <http://qudt.org/schema/qudt/symbol> "Ly" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P40" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1805331> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Langley" ; rdfs:label "Langley"@en ; .
{"resource":"Langley"
,"qname":"unit:LANGLEY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LANGLEY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1805331>"
,"conversion multiplier":"41840.0"
,"conversion multiplier scientific":"4.184E04"
,"description":"[CGS] unit of the areal-related energy transmission (as a measure of the incident quantity of heat of solar radiation on the earth's surface)"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyFluence"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:RadiantFluence"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB296"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB296"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Langley"
,"label":"Langley"
,"scalingOf":"unit:J-PER-M2"
,"symbol":"Ly"
,"type":"qudt:Unit"
,"unece common code":"P40"
]}
{
"@id" : "http://qudt.org/vocab/unit/LANGLEY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit of the areal-related energy transmission (as a measure of the incident quantity of heat of solar radiation on the earth's surface)",
"conversionMultiplier" : "41840.0",
"conversionMultiplier:SN" : 41840.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerArea", "http://qudt.org/vocab/quantitykind/RadiantFluence", "http://qudt.org/vocab/quantitykind/EnergyFluence" ],
"iec61360Code" : "0112/2///62720#UAB296",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB296",
"scalingOf" : "http://qudt.org/vocab/unit/J-PER-M2",
"symbol" : "Ly",
"uneceCommonCode" : "P40",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1805331",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Langley", {
"@language" : "en",
"@value" : "Langley"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LA_FT
URI: http://qudt.org/vocab/unit/LA_FT
"Foot Lambert" is a C.G.S System unit for 'Luminance' expressed as $ft-L$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LA_FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Foot Lambert\" is a C.G.S System unit for 'Luminance' expressed as $ft-L$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3.426259099594588078065045018978927 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.426259099594588078065045018978927E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$ft-L$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/factorUnitScalar> 0.31830988618 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Luminance> ; <http://qudt.org/schema/qudt/symbol> "ft-L" ; <http://qudt.org/schema/qudt/ucumCode> "[ft-Lmb]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P29" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5465726> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Foot Lambert" ; rdfs:label "Foot Lambert"@en ; .
{"resource":"Foot Lambert"
,"qname":"unit:LA_FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LA_FT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5465726>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"3.426259099594588078065045018978927"
,"conversion multiplier scientific":"3.426259099594588078065045018978927E0"
,"defined unit of system":"sou:USCS"
,"description":"\"Foot Lambert\" is a C.G.S System unit for 'Luminance' expressed as $ft-L$."
,"expression":"$ft-L$"
,"factorUnitScalar":"0.31830988618"
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:Luminance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Foot Lambert"
,"label":"Foot Lambert"
,"symbol":"ft-L"
,"type":"qudt:Unit"
,"ucum code":"[ft-Lmb]"
,"unece common code":"P29"
]}
{
"@id" : "http://qudt.org/vocab/unit/LA_FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Foot Lambert\" is a C.G.S System unit for 'Luminance' expressed as $ft-L$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "3.426259099594588078065045018978927",
"conversionMultiplier:SN" : 3.426259099594588,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"expression" : "$ft-L$",
"factorUnitScalar" : "0.31830988618",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Luminance",
"symbol" : "ft-L",
"ucumCode" : "[ft-Lmb]",
"uneceCommonCode" : "P29",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5465726",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Foot Lambert", {
"@language" : "en",
"@value" : "Foot Lambert"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB
URI: http://qudt.org/vocab/unit/LB
A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.45359237 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.5359237E-1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/LB_M> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA669" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA669"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "lbm" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "lb" ; <http://qudt.org/schema/qudt/uneceCommonCode> "LBR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q100995> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass" ; rdfs:label "Pound Mass"@en ; .
{"resource":"Pound Mass"
,"qname":"unit:LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q100995>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.45359237"
,"conversion multiplier scientific":"4.5359237E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."
,"exact match":"unit:LB_M"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA669"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA669"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass"
,"label":"Pound Mass"
,"scalingOf":"unit:KiloGM"
,"symbol":"lbm"
,"type":"qudt:Unit"
,"ucum code":"[lb_av]"
,"udunits code":"lb"
,"unece common code":"LBR"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.45359237",
"conversionMultiplier:SN" : 0.45359237,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"exactMatch" : "http://qudt.org/vocab/unit/LB_M",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA669",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA669",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "lbm",
"ucumCode" : "[lb_av]",
"udunitsCode" : "lb",
"uneceCommonCode" : "LBR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q100995",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass", {
"@language" : "en",
"@value" : "Pound Mass"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-DEG_F
URI: http://qudt.org/vocab/unit/LB-DEG_F
$\textit{Pound Degree Fahrenheit}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degF$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Pound Degree Fahrenheit}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degF$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.2519957611111111111111111111111111 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.519957611111111111111111111111111E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$lb-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassTemperature> ;
<http://qudt.org/schema/qudt/symbol> "lbm·°F" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[degF]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Degree Fahrenheit" ;
rdfs:label "Pound Mass Degree Fahrenheit"@en ;
.
{"resource":"Pound Mass Degree Fahrenheit"
,"qname":"unit:LB-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.2519957611111111111111111111111111"
,"conversion multiplier scientific":"2.519957611111111111111111111111111E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Pound Degree Fahrenheit}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degF$."
,"expression":"$lb-degF$"
,"has dimension vector":"qkdv:A0E0L0I0M1H1T0D0"
,"has quantity kind":"quantitykind:MassTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Degree Fahrenheit"
,"label":"Pound Mass Degree Fahrenheit"
,"symbol":"lbm·°F"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[degF]"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Pound Degree Fahrenheit}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degF$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.2519957611111111111111111111111111",
"conversionMultiplier:SN" : 0.2519957611111111,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lb-degF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassTemperature",
"symbol" : "lbm·°F",
"ucumCode" : "[lb_av].[degF]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mass Degree Fahrenheit"
}, "Pound Mass Degree Fahrenheit" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-DEG_R
URI: http://qudt.org/vocab/unit/LB-DEG_R
$\textit{Pound Degree Rankine}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degR$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-DEG_R>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Pound Degree Rankine}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degR$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.251995761111111131270772 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.51995761111111131270772E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/expression> "$lb-degR$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassTemperature> ;
<http://qudt.org/schema/qudt/symbol> "lbm·°R" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[degR]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Degree Rankine" ;
rdfs:label "Pound Mass Degree Rankine"@en ;
.
{"resource":"Pound Mass Degree Rankine"
,"qname":"unit:LB-DEG_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-DEG_R"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.251995761111111131270772"
,"conversion multiplier scientific":"2.51995761111111131270772E-1"
,"defined unit of system":"sou:IMPERIAL"
,"description":"$\\textit{Pound Degree Rankine}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degR$."
,"expression":"$lb-degR$"
,"has dimension vector":"qkdv:A0E0L0I0M1H1T0D0"
,"has quantity kind":"quantitykind:MassTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Degree Rankine"
,"label":"Pound Mass Degree Rankine"
,"symbol":"lbm·°R"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[degR]"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-DEG_R",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Pound Degree Rankine}$ is an Imperial unit for 'Mass Temperature' expressed as $lb-degR$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.251995761111111131270772",
"conversionMultiplier:SN" : 0.2519957611111111,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"expression" : "$lb-degR$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassTemperature",
"symbol" : "lbm·°R",
"ucumCode" : "[lb_av].[degR]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Degree Rankine", {
"@language" : "en",
"@value" : "Pound Mass Degree Rankine"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-FT-PER-SEC
URI: http://qudt.org/vocab/unit/LB-FT-PER-SEC
product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-FT-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.138254954376 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.38254954376E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Impulse> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB415" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB415"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·ft/s" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N10" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Foot per Second" ; rdfs:label "Pound Mass Foot per Second"@en ; .
{"resource":"Pound Mass Foot per Second"
,"qname":"unit:LB-FT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-FT-PER-SEC"
,"properties":["conversion multiplier":"0.138254954376"
,"conversion multiplier scientific":"1.38254954376E-1"
,"description":"product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Impulse"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB415"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB415"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Foot per Second"
,"label":"Pound Mass Foot per Second"
,"symbol":"lbm·ft\/s"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i].s-1"
,"unece common code":"N10"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-FT-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the avoirdupois pound according to the avoirdupois unit system and the unit foot according to the Anglo-American and Imperial system of units divided by the SI base unit second",
"conversionMultiplier" : "0.138254954376",
"conversionMultiplier:SN" : 0.138254954376,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Impulse",
"iec61360Code" : "0112/2///62720#UAB415",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB415",
"symbol" : "lbm·ft/s",
"ucumCode" : "[lb_av].[ft_i].s-1",
"uneceCommonCode" : "N10",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Foot per Second", {
"@language" : "en",
"@value" : "Pound Mass Foot per Second"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-FT2
URI: http://qudt.org/vocab/unit/LB-FT2
product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-FT2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0421401100938048 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.21401100938048E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfInertia> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA671" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA671"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "lbm·ft²" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K65" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Square Foot" ; rdfs:label "Pound Mass Square Foot"@en ; .
{"resource":"Pound Mass Square Foot"
,"qname":"unit:LB-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0421401100938048"
,"conversion multiplier scientific":"4.21401100938048E-2"
,"description":"product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"
,"description (plain text)":"product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MomentOfInertia"
,"has quantity kind":"quantitykind:RotationalMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA671"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA671"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Square Foot"
,"label":"Pound Mass Square Foot"
,"symbol":"lbm·ft²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]2"
,"unece common code":"K65"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0421401100938048",
"conversionMultiplier:SN" : 0.0421401100938048,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfInertia", "http://qudt.org/vocab/quantitykind/RotationalMass" ],
"iec61360Code" : "0112/2///62720#UAA671",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA671",
"plainTextDescription" : "product of the unit pound according to the avoirdupois system of units and the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2",
"symbol" : "lbm·ft²",
"ucumCode" : "[lb_av].[ft_i]2",
"uneceCommonCode" : "K65",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Square Foot", {
"@language" : "en",
"@value" : "Pound Mass Square Foot"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-FT2-PER-GAL_UK-LB_F-SEC
URI: http://qudt.org/vocab/unit/LB-FT2-PER-GAL_UK-LB_F-SEC
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-FT2-PER-GAL_UK-LB_F-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2.083872775779299082282838578347267 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.083872775779299082282838578347267E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD856" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD856"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·ft²/(gal{UK}·lbf·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]2.[gal_br]-1.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Square Foot per Gallon (UK) Pound Force Second" ;
rdfs:label "Pound Mass Square Foot per Gallon (UK) Pound Force Second"@en ;
.
{"resource":"Pound Mass Square Foot per Gallon (UK) Pound Force Second"
,"qname":"unit:LB-FT2-PER-GAL_UK-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-FT2-PER-GAL_UK-LB_F-SEC"
,"properties":["conversion multiplier":"2.083872775779299082282838578347267"
,"conversion multiplier scientific":"2.083872775779299082282838578347267E0"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD856"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD856"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Square Foot per Gallon (UK) Pound Force Second"
,"label":"Pound Mass Square Foot per Gallon (UK) Pound Force Second"
,"symbol":"lbm·ft²\/(gal{UK}·lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]2.[gal_br]-1.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-FT2-PER-GAL_UK-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "2.083872775779299082282838578347267",
"conversionMultiplier:SN" : 2.083872775779299,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD856",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD856",
"symbol" : "lbm·ft²/(gal{UK}·lbf·s)",
"ucumCode" : "[lb_av].[ft_i]2.[gal_br]-1.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Square Foot per Gallon (UK) Pound Force Second", {
"@language" : "en",
"@value" : "Pound Mass Square Foot per Gallon (UK) Pound Force Second"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-FT2-PER-GAL_US-LB_F-SEC
URI: http://qudt.org/vocab/unit/LB-FT2-PER-GAL_US-LB_F-SEC
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-FT2-PER-GAL_US-LB_F-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2.502626854833744493086617821084779 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.502626854833744493086617821084779E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD852" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD852"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·ft²/(gal{US}·lbf·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]2.[gal_us]-1.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Square Foot per Us Gallon Pound Force Second" ;
rdfs:label "Pound Mass Square Foot per Us Gallon Pound Force Second"@en ;
.
{"resource":"Pound Mass Square Foot per Us Gallon Pound Force Second"
,"qname":"unit:LB-FT2-PER-GAL_US-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-FT2-PER-GAL_US-LB_F-SEC"
,"properties":["conversion multiplier":"2.502626854833744493086617821084779"
,"conversion multiplier scientific":"2.502626854833744493086617821084779E0"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD852"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD852"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Square Foot per Us Gallon Pound Force Second"
,"label":"Pound Mass Square Foot per Us Gallon Pound Force Second"
,"symbol":"lbm·ft²\/(gal{US}·lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]2.[gal_us]-1.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-FT2-PER-GAL_US-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "2.502626854833744493086617821084779",
"conversionMultiplier:SN" : 2.5026268548337445,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD852",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD852",
"symbol" : "lbm·ft²/(gal{US}·lbf·s)",
"ucumCode" : "[lb_av].[ft_i]2.[gal_us]-1.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Square Foot per Us Gallon Pound Force Second", {
"@language" : "en",
"@value" : "Pound Mass Square Foot per Us Gallon Pound Force Second"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-FT2-PER-IN3-LB_F-SEC
URI: http://qudt.org/vocab/unit/LB-FT2-PER-IN3-LB_F-SEC
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-FT2-PER-IN3-LB_F-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 578.106803466594977903008716670584 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.78106803466594977903008716670584E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD848" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD848"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·ft²/(in³·lbf·s)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Square Foot per Cubic Inch Pound Force Second" ; rdfs:label "Pound Mass Square Foot per Cubic Inch Pound Force Second"@en ; .
{"resource":"Pound Mass Square Foot per Cubic Inch Pound Force Second"
,"qname":"unit:LB-FT2-PER-IN3-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-FT2-PER-IN3-LB_F-SEC"
,"properties":["conversion multiplier":"578.106803466594977903008716670584"
,"conversion multiplier scientific":"5.78106803466594977903008716670584E2"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD848"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD848"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Square Foot per Cubic Inch Pound Force Second"
,"label":"Pound Mass Square Foot per Cubic Inch Pound Force Second"
,"symbol":"lbm·ft²\/(in³·lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-FT2-PER-IN3-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "578.106803466594977903008716670584",
"conversionMultiplier:SN" : 578.106803466595,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD848",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD848",
"symbol" : "lbm·ft²/(in³·lbf·s)",
"ucumCode" : "[lb_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mass Square Foot per Cubic Inch Pound Force Second"
}, "Pound Mass Square Foot per Cubic Inch Pound Force Second" ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-FT3-GAL_UK
URI: http://qudt.org/vocab/unit/LB-HR-PER-FT3-GAL_UK
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-FT3-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 12684849.65019533323949993386765412 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.268484965019533323949993386765412E7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC846" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC846"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/(ft³·gal{UK})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[ft_i]-3.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Cubic Foot Gallon (UK)" ;
rdfs:label "Pound Mass Hour per Cubic Foot Gallon (UK)"@en ;
.
{"resource":"Pound Mass Hour per Cubic Foot Gallon (UK)"
,"qname":"unit:LB-HR-PER-FT3-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-FT3-GAL_UK"
,"properties":["conversion multiplier":"12684849.65019533323949993386765412"
,"conversion multiplier scientific":"1.268484965019533323949993386765412E7"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC846"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC846"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Cubic Foot Gallon (UK)"
,"label":"Pound Mass Hour per Cubic Foot Gallon (UK)"
,"symbol":"lbm·h\/(ft³·gal{UK})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[ft_i]-3.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-FT3-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour",
"conversionMultiplier" : "12684849.65019533323949993386765412",
"conversionMultiplier:SN" : 1.2684849650195334E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC846",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC846",
"symbol" : "lbm·h/(ft³·gal{UK})",
"ucumCode" : "[lb_av].h.[ft_i]-3.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Cubic Foot Gallon (UK)", {
"@language" : "en",
"@value" : "Pound Mass Hour per Cubic Foot Gallon (UK)"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-FT3-GAL_US
URI: http://qudt.org/vocab/unit/LB-HR-PER-FT3-GAL_US
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-FT3-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 15233869.24244237056740727215858525 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.523386924244237056740727215858525E7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC845" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC845"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/(ft³·gal{US})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[ft_i]-3.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Cubic Foot Us Gallon" ;
rdfs:label "Pound Mass Hour per Cubic Foot Us Gallon"@en ;
.
{"resource":"Pound Mass Hour per Cubic Foot Us Gallon"
,"qname":"unit:LB-HR-PER-FT3-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-FT3-GAL_US"
,"properties":["conversion multiplier":"15233869.24244237056740727215858525"
,"conversion multiplier scientific":"1.523386924244237056740727215858525E7"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC845"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC845"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Cubic Foot Us Gallon"
,"label":"Pound Mass Hour per Cubic Foot Us Gallon"
,"symbol":"lbm·h\/(ft³·gal{US})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[ft_i]-3.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-FT3-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour",
"conversionMultiplier" : "15233869.24244237056740727215858525",
"conversionMultiplier:SN" : 1.5233869242442371E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC845",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC845",
"symbol" : "lbm·h/(ft³·gal{US})",
"ucumCode" : "[lb_av].h.[ft_i]-3.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Cubic Foot Us Gallon", {
"@language" : "en",
"@value" : "Pound Mass Hour per Cubic Foot Us Gallon"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-FT3-IN3
URI: http://qudt.org/vocab/unit/LB-HR-PER-FT3-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-HR-PER-FT3-IN3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3519023795.004187601071079868633193 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.519023795004187601071079868633193E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC847" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC847"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·h/(ft³·in³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[ft_i]-3.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Hour per Cubic Foot Cubic Inch" ; rdfs:label "Pound Mass Hour per Cubic Foot Cubic Inch"@en ; .
{"resource":"Pound Mass Hour per Cubic Foot Cubic Inch"
,"qname":"unit:LB-HR-PER-FT3-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-FT3-IN3"
,"properties":["conversion multiplier":"3519023795.004187601071079868633193"
,"conversion multiplier scientific":"3.519023795004187601071079868633193E9"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC847"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC847"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Cubic Foot Cubic Inch"
,"label":"Pound Mass Hour per Cubic Foot Cubic Inch"
,"symbol":"lbm·h\/(ft³·in³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[ft_i]-3.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-FT3-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "3519023795.004187601071079868633193",
"conversionMultiplier:SN" : 3.5190237950041876E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC847",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC847",
"symbol" : "lbm·h/(ft³·in³)",
"ucumCode" : "[lb_av].h.[ft_i]-3.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Cubic Foot Cubic Inch", {
"@language" : "en",
"@value" : "Pound Mass Hour per Cubic Foot Cubic Inch"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-FT3-YD3
URI: http://qudt.org/vocab/unit/LB-HR-PER-FT3-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-HR-PER-FT3-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 75424.89272556986456342335109381842 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.542489272556986456342335109381842E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC849" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC849"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·h/(ft³·yd³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[ft_i]-3.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Hour per Cubic Foot Cubic Yard" ; rdfs:label "Pound Mass Hour per Cubic Foot Cubic Yard"@en ; .
{"resource":"Pound Mass Hour per Cubic Foot Cubic Yard"
,"qname":"unit:LB-HR-PER-FT3-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-FT3-YD3"
,"properties":["conversion multiplier":"75424.89272556986456342335109381842"
,"conversion multiplier scientific":"7.542489272556986456342335109381842E4"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC849"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC849"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Cubic Foot Cubic Yard"
,"label":"Pound Mass Hour per Cubic Foot Cubic Yard"
,"symbol":"lbm·h\/(ft³·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[ft_i]-3.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-FT3-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "75424.89272556986456342335109381842",
"conversionMultiplier:SN" : 75424.89272556987,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC849",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC849",
"symbol" : "lbm·h/(ft³·yd³)",
"ucumCode" : "[lb_av].h.[ft_i]-3.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Cubic Foot Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Hour per Cubic Foot Cubic Yard"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-FT6
URI: http://qudt.org/vocab/unit/LB-HR-PER-FT6
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-HR-PER-FT6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 2036472.103590386343212430479533098 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.036472103590386343212430479533098E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC848" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC848"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·h/ft⁶" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[ft_i]-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Hour per Sextic Foot" ; rdfs:label "Pound Mass Hour per Sextic Foot"@en ; .
{"resource":"Pound Mass Hour per Sextic Foot"
,"qname":"unit:LB-HR-PER-FT6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-FT6"
,"properties":["conversion multiplier":"2036472.103590386343212430479533098"
,"conversion multiplier scientific":"2.036472103590386343212430479533098E6"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC848"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC848"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Sextic Foot"
,"label":"Pound Mass Hour per Sextic Foot"
,"symbol":"lbm·h\/ft\u2076"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[ft_i]-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-FT6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "2036472.103590386343212430479533098",
"conversionMultiplier:SN" : 2036472.1035903865,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC848",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC848",
"symbol" : "lbm·h/ft⁶",
"ucumCode" : "[lb_av].h.[ft_i]-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Sextic Foot", {
"@language" : "en",
"@value" : "Pound Mass Hour per Sextic Foot"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-GAL_UK-FT3
URI: http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK-FT3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK-FT3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 12684849.65019533323949993386765412 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.268484965019533323949993386765412E7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC863" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC863"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/(gal{UK}·ft³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[gal_br]-1.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Foot" ;
rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Foot"@en ;
.
{"resource":"Pound Mass Hour per Gallon (UK) Cubic Foot"
,"qname":"unit:LB-HR-PER-GAL_UK-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-GAL_UK-FT3"
,"properties":["conversion multiplier":"12684849.65019533323949993386765412"
,"conversion multiplier scientific":"1.268484965019533323949993386765412E7"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC863"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC863"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Gallon (UK) Cubic Foot"
,"label":"Pound Mass Hour per Gallon (UK) Cubic Foot"
,"symbol":"lbm·h\/(gal{UK}·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[gal_br]-1.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "12684849.65019533323949993386765412",
"conversionMultiplier:SN" : 1.2684849650195334E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC863",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC863",
"symbol" : "lbm·h/(gal{UK}·ft³)",
"ucumCode" : "[lb_av].h.[gal_br]-1.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Gallon (UK) Cubic Foot", {
"@language" : "en",
"@value" : "Pound Mass Hour per Gallon (UK) Cubic Foot"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-GAL_UK-IN3
URI: http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK-IN3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 21919420195.53753583785588572330633 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.191942019553753583785588572330633E10 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC862" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC862"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/(gal{UK}·in³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[gal_br]-1.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Inch" ;
rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Inch"@en ;
.
{"resource":"Pound Mass Hour per Gallon (UK) Cubic Inch"
,"qname":"unit:LB-HR-PER-GAL_UK-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-GAL_UK-IN3"
,"properties":["conversion multiplier":"21919420195.53753583785588572330633"
,"conversion multiplier scientific":"2.191942019553753583785588572330633E10"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC862"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC862"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Gallon (UK) Cubic Inch"
,"label":"Pound Mass Hour per Gallon (UK) Cubic Inch"
,"symbol":"lbm·h\/(gal{UK}·in³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[gal_br]-1.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "21919420195.53753583785588572330633",
"conversionMultiplier:SN" : 2.1919420195537537E10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC862",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC862",
"symbol" : "lbm·h/(gal{UK}·in³)",
"ucumCode" : "[lb_av].h.[gal_br]-1.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Gallon (UK) Cubic Inch", {
"@language" : "en",
"@value" : "Pound Mass Hour per Gallon (UK) Cubic Inch"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-GAL_UK-YD3
URI: http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 469809.2463035308607222197728760785 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.698092463035308607222197728760785E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC864" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC864"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/(gal{UK}·yd³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[gal_br]-1.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Yard" ;
rdfs:label "Pound Mass Hour per Gallon (UK) Cubic Yard"@en ;
.
{"resource":"Pound Mass Hour per Gallon (UK) Cubic Yard"
,"qname":"unit:LB-HR-PER-GAL_UK-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-GAL_UK-YD3"
,"properties":["conversion multiplier":"469809.2463035308607222197728760785"
,"conversion multiplier scientific":"4.698092463035308607222197728760785E5"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC864"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC864"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Gallon (UK) Cubic Yard"
,"label":"Pound Mass Hour per Gallon (UK) Cubic Yard"
,"symbol":"lbm·h\/(gal{UK}·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[gal_br]-1.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "469809.2463035308607222197728760785",
"conversionMultiplier:SN" : 469809.2463035309,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC864",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC864",
"symbol" : "lbm·h/(gal{UK}·yd³)",
"ucumCode" : "[lb_av].h.[gal_br]-1.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Gallon (UK) Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Hour per Gallon (UK) Cubic Yard"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-GAL_UK2
URI: http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK2
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 79011841.29376367695695378272856609 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.901184129376367695695378272856609E7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC861" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC861"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/gal{UK}²" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[gal_br]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Square Gallon (UK)" ;
rdfs:label "Pound Mass Hour per Square Gallon (UK)"@en ;
.
{"resource":"Pound Mass Hour per Square Gallon (UK)"
,"qname":"unit:LB-HR-PER-GAL_UK2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-GAL_UK2"
,"properties":["conversion multiplier":"79011841.29376367695695378272856609"
,"conversion multiplier scientific":"7.901184129376367695695378272856609E7"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC861"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC861"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Square Gallon (UK)"
,"label":"Pound Mass Hour per Square Gallon (UK)"
,"symbol":"lbm·h\/gal{UK}²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[gal_br]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-GAL_UK2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time hour",
"conversionMultiplier" : "79011841.29376367695695378272856609",
"conversionMultiplier:SN" : 7.901184129376368E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC861",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC861",
"symbol" : "lbm·h/gal{UK}²",
"ucumCode" : "[lb_av].h.[gal_br]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Square Gallon (UK)", {
"@language" : "en",
"@value" : "Pound Mass Hour per Square Gallon (UK)"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-GAL_US-FT3
URI: http://qudt.org/vocab/unit/LB-HR-PER-GAL_US-FT3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-GAL_US-FT3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 15233869.24244237056740727215858525 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.523386924244237056740727215858525E7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC858" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC858"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/(gal{US}·ft³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[gal_us]-1.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Us Gallon Cubic Foot" ;
rdfs:label "Pound Mass Hour per Us Gallon Cubic Foot"@en ;
.
{"resource":"Pound Mass Hour per Us Gallon Cubic Foot"
,"qname":"unit:LB-HR-PER-GAL_US-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-GAL_US-FT3"
,"properties":["conversion multiplier":"15233869.24244237056740727215858525"
,"conversion multiplier scientific":"1.523386924244237056740727215858525E7"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC858"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC858"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Us Gallon Cubic Foot"
,"label":"Pound Mass Hour per Us Gallon Cubic Foot"
,"symbol":"lbm·h\/(gal{US}·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[gal_us]-1.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-GAL_US-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "15233869.24244237056740727215858525",
"conversionMultiplier:SN" : 1.5233869242442371E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC858",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC858",
"symbol" : "lbm·h/(gal{US}·ft³)",
"ucumCode" : "[lb_av].h.[gal_us]-1.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Us Gallon Cubic Foot", {
"@language" : "en",
"@value" : "Pound Mass Hour per Us Gallon Cubic Foot"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-GAL_US-IN3
URI: http://qudt.org/vocab/unit/LB-HR-PER-GAL_US-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-GAL_US-IN3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 26324126050.94041634047976629003531 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.632412605094041634047976629003531E10 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC857" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC857"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/(gal{US}·in³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[gal_us]-1.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Us Gallon Cubic Inch" ;
rdfs:label "Pound Mass Hour per Us Gallon Cubic Inch"@en ;
.
{"resource":"Pound Mass Hour per Us Gallon Cubic Inch"
,"qname":"unit:LB-HR-PER-GAL_US-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-GAL_US-IN3"
,"properties":["conversion multiplier":"26324126050.94041634047976629003531"
,"conversion multiplier scientific":"2.632412605094041634047976629003531E10"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC857"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC857"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Us Gallon Cubic Inch"
,"label":"Pound Mass Hour per Us Gallon Cubic Inch"
,"symbol":"lbm·h\/(gal{US}·in³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[gal_us]-1.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-GAL_US-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "26324126050.94041634047976629003531",
"conversionMultiplier:SN" : 2.632412605094042E10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC857",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC857",
"symbol" : "lbm·h/(gal{US}·in³)",
"ucumCode" : "[lb_av].h.[gal_us]-1.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Us Gallon Cubic Inch", {
"@language" : "en",
"@value" : "Pound Mass Hour per Us Gallon Cubic Inch"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-GAL_US-YD3
URI: http://qudt.org/vocab/unit/LB-HR-PER-GAL_US-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-GAL_US-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 564217.3793497174284224915614290831 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.642173793497174284224915614290831E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC859" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC859"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/(gal{US}·yd³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[gal_us]-1.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Us Gallon Cubic Yard" ;
rdfs:label "Pound Mass Hour per Us Gallon Cubic Yard"@en ;
.
{"resource":"Pound Mass Hour per Us Gallon Cubic Yard"
,"qname":"unit:LB-HR-PER-GAL_US-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-GAL_US-YD3"
,"properties":["conversion multiplier":"564217.3793497174284224915614290831"
,"conversion multiplier scientific":"5.642173793497174284224915614290831E5"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC859"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC859"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Us Gallon Cubic Yard"
,"label":"Pound Mass Hour per Us Gallon Cubic Yard"
,"symbol":"lbm·h\/(gal{US}·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[gal_us]-1.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-GAL_US-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "564217.3793497174284224915614290831",
"conversionMultiplier:SN" : 564217.3793497174,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC859",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC859",
"symbol" : "lbm·h/(gal{US}·yd³)",
"ucumCode" : "[lb_av].h.[gal_us]-1.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Us Gallon Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Hour per Us Gallon Cubic Yard"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-GAL_US2
URI: http://qudt.org/vocab/unit/LB-HR-PER-GAL_US2
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-GAL_US2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 113957255.6317766941146310229005858 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.139572556317766941146310229005858E8 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC855" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC855"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/gal{US}²" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[gal_us]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Square Us Gallon" ;
rdfs:label "Pound Mass Hour per Square Us Gallon"@en ;
.
{"resource":"Pound Mass Hour per Square Us Gallon"
,"qname":"unit:LB-HR-PER-GAL_US2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-GAL_US2"
,"properties":["conversion multiplier":"113957255.6317766941146310229005858"
,"conversion multiplier scientific":"1.139572556317766941146310229005858E8"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC855"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC855"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Square Us Gallon"
,"label":"Pound Mass Hour per Square Us Gallon"
,"symbol":"lbm·h\/gal{US}²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[gal_us]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-GAL_US2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time hour",
"conversionMultiplier" : "113957255.6317766941146310229005858",
"conversionMultiplier:SN" : 1.1395725563177669E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC855",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC855",
"symbol" : "lbm·h/gal{US}²",
"ucumCode" : "[lb_av].h.[gal_us]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Square Us Gallon", {
"@language" : "en",
"@value" : "Pound Mass Hour per Square Us Gallon"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-IN3-FT3
URI: http://qudt.org/vocab/unit/LB-HR-PER-IN3-FT3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-HR-PER-IN3-FT3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3519023795.004187601071079868633193 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.519023795004187601071079868633193E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC853" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC853"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·h/(in³·ft³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[in_i]-3.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Hour per Cubic Inch Cubic Foot" ; rdfs:label "Pound Mass Hour per Cubic Inch Cubic Foot"@en ; .
{"resource":"Pound Mass Hour per Cubic Inch Cubic Foot"
,"qname":"unit:LB-HR-PER-IN3-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-IN3-FT3"
,"properties":["conversion multiplier":"3519023795.004187601071079868633193"
,"conversion multiplier scientific":"3.519023795004187601071079868633193E9"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC853"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC853"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Cubic Inch Cubic Foot"
,"label":"Pound Mass Hour per Cubic Inch Cubic Foot"
,"symbol":"lbm·h\/(in³·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[in_i]-3.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-IN3-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "3519023795.004187601071079868633193",
"conversionMultiplier:SN" : 3.5190237950041876E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC853",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC853",
"symbol" : "lbm·h/(in³·ft³)",
"ucumCode" : "[lb_av].h.[in_i]-3.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Cubic Inch Cubic Foot", {
"@language" : "en",
"@value" : "Pound Mass Hour per Cubic Inch Cubic Foot"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-IN3-GAL_UK
URI: http://qudt.org/vocab/unit/LB-HR-PER-IN3-GAL_UK
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-IN3-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 21919420195.53753583785588572330633 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.191942019553753583785588572330633E10 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC851" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC851"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/(in³·gal{UK})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[in_i]-3.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Cubic Inch Gallon (UK)" ;
rdfs:label "Pound Mass Hour per Cubic Inch Gallon (UK)"@en ;
.
{"resource":"Pound Mass Hour per Cubic Inch Gallon (UK)"
,"qname":"unit:LB-HR-PER-IN3-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-IN3-GAL_UK"
,"properties":["conversion multiplier":"21919420195.53753583785588572330633"
,"conversion multiplier scientific":"2.191942019553753583785588572330633E10"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC851"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC851"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Cubic Inch Gallon (UK)"
,"label":"Pound Mass Hour per Cubic Inch Gallon (UK)"
,"symbol":"lbm·h\/(in³·gal{UK})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[in_i]-3.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-IN3-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour",
"conversionMultiplier" : "21919420195.53753583785588572330633",
"conversionMultiplier:SN" : 2.1919420195537537E10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC851",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC851",
"symbol" : "lbm·h/(in³·gal{UK})",
"ucumCode" : "[lb_av].h.[in_i]-3.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Cubic Inch Gallon (UK)", {
"@language" : "en",
"@value" : "Pound Mass Hour per Cubic Inch Gallon (UK)"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-IN3-GAL_US
URI: http://qudt.org/vocab/unit/LB-HR-PER-IN3-GAL_US
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-HR-PER-IN3-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 26324126050.94041634047976629003531 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.632412605094041634047976629003531E10 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC850" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC850"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·h/(in³·gal{US})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[in_i]-3.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Hour per Cubic Inch Us Gallon" ;
rdfs:label "Pound Mass Hour per Cubic Inch Us Gallon"@en ;
.
{"resource":"Pound Mass Hour per Cubic Inch Us Gallon"
,"qname":"unit:LB-HR-PER-IN3-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-IN3-GAL_US"
,"properties":["conversion multiplier":"26324126050.94041634047976629003531"
,"conversion multiplier scientific":"2.632412605094041634047976629003531E10"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC850"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC850"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Cubic Inch Us Gallon"
,"label":"Pound Mass Hour per Cubic Inch Us Gallon"
,"symbol":"lbm·h\/(in³·gal{US})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[in_i]-3.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-IN3-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour",
"conversionMultiplier" : "26324126050.94041634047976629003531",
"conversionMultiplier:SN" : 2.632412605094042E10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC850",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC850",
"symbol" : "lbm·h/(in³·gal{US})",
"ucumCode" : "[lb_av].h.[in_i]-3.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mass Hour per Cubic Inch Us Gallon"
}, "Pound Mass Hour per Cubic Inch Us Gallon" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-IN3-YD3
URI: http://qudt.org/vocab/unit/LB-HR-PER-IN3-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-HR-PER-IN3-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 130334214.6297847259655955506901182 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.303342146297847259655955506901182E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC854" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC854"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·h/(in³·yd³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[in_i]-3.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Hour per Cubic Inch Cubic Yard" ; rdfs:label "Pound Mass Hour per Cubic Inch Cubic Yard"@en ; .
{"resource":"Pound Mass Hour per Cubic Inch Cubic Yard"
,"qname":"unit:LB-HR-PER-IN3-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-IN3-YD3"
,"properties":["conversion multiplier":"130334214.6297847259655955506901182"
,"conversion multiplier scientific":"1.303342146297847259655955506901182E8"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC854"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC854"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Cubic Inch Cubic Yard"
,"label":"Pound Mass Hour per Cubic Inch Cubic Yard"
,"symbol":"lbm·h\/(in³·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[in_i]-3.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-IN3-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "130334214.6297847259655955506901182",
"conversionMultiplier:SN" : 1.3033421462978473E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC854",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC854",
"symbol" : "lbm·h/(in³·yd³)",
"ucumCode" : "[lb_av].h.[in_i]-3.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mass Hour per Cubic Inch Cubic Yard"
}, "Pound Mass Hour per Cubic Inch Cubic Yard" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-HR-PER-IN6
URI: http://qudt.org/vocab/unit/LB-HR-PER-IN6
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-HR-PER-IN6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 6080873117767.236174650826012998158 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.080873117767236174650826012998158E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC852" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC852"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·h/in⁶" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].h.[in_i]-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Hour per Sextic Inch" ; rdfs:label "Pound Mass Hour per Sextic Inch"@en ; .
{"resource":"Pound Mass Hour per Sextic Inch"
,"qname":"unit:LB-HR-PER-IN6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-HR-PER-IN6"
,"properties":["conversion multiplier":"6080873117767.236174650826012998158"
,"conversion multiplier scientific":"6.080873117767236174650826012998158E12"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC852"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC852"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Hour per Sextic Inch"
,"label":"Pound Mass Hour per Sextic Inch"
,"symbol":"lbm·h\/in\u2076"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h.[in_i]-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-HR-PER-IN6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "6080873117767.236174650826012998158",
"conversionMultiplier:SN" : 6.080873117767236E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC852",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC852",
"symbol" : "lbm·h/in⁶",
"ucumCode" : "[lb_av].h.[in_i]-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Hour per Sextic Inch", {
"@language" : "en",
"@value" : "Pound Mass Hour per Sextic Inch"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-IN
URI: http://qudt.org/vocab/unit/LB-IN
unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.011521246198 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1521246198E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB194" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB194"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)" ; <http://qudt.org/schema/qudt/symbol> "lbm·in" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "IA" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Inch" ; rdfs:label "Pound Mass Inch"@en ; .
{"resource":"Pound Mass Inch"
,"qname":"unit:LB-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-IN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.011521246198"
,"conversion multiplier scientific":"1.1521246198E-2"
,"description":"unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)"
,"description (plain text)":"unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T0D0"
,"has quantity kind":"quantitykind:LengthMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB194"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB194"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Inch"
,"label":"Pound Mass Inch"
,"symbol":"lbm·in"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]"
,"unece common code":"IA"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.011521246198",
"conversionMultiplier:SN" : 0.011521246198,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthMass",
"iec61360Code" : "0112/2///62720#UAB194",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB194",
"plainTextDescription" : "unit of the unbalance (product of avoirdupois pound according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units)",
"symbol" : "lbm·in",
"ucumCode" : "[lb_av].[in_i]",
"uneceCommonCode" : "IA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Inch", {
"@language" : "en",
"@value" : "Pound Mass Inch"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-IN-PER-SEC
URI: http://qudt.org/vocab/unit/LB-IN-PER-SEC
product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-IN-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.011521246198 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1521246198E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Impulse> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB416" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB416"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·in/s" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N11" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Inch per Second" ; rdfs:label "Pound Mass Inch per Second"@en ; .
{"resource":"Pound Mass Inch per Second"
,"qname":"unit:LB-IN-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-IN-PER-SEC"
,"properties":["conversion multiplier":"0.011521246198"
,"conversion multiplier scientific":"1.1521246198E-2"
,"description":"product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Impulse"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB416"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB416"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Inch per Second"
,"label":"Pound Mass Inch per Second"
,"symbol":"lbm·in\/s"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i].s-1"
,"unece common code":"N11"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-IN-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the avoirdupois pound according to the avoirdupois unit system and the unit inch according to the Anglo-American and Imperial system of units divided by the SI base unit second",
"conversionMultiplier" : "0.011521246198",
"conversionMultiplier:SN" : 0.011521246198,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Impulse",
"iec61360Code" : "0112/2///62720#UAB416",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB416",
"symbol" : "lbm·in/s",
"ucumCode" : "[lb_av].[in_i].s-1",
"uneceCommonCode" : "N11",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Inch per Second", {
"@language" : "en",
"@value" : "Pound Mass Inch per Second"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-IN2
URI: http://qudt.org/vocab/unit/LB-IN2
product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-IN2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002926396534292 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.926396534292E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfInertia> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA672" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA672"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "lbm·in²" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F20" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Square Inch" ; rdfs:label "Pound Mass Square Inch"@en ; .
{"resource":"Pound Mass Square Inch"
,"qname":"unit:LB-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-IN2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0002926396534292"
,"conversion multiplier scientific":"2.926396534292E-4"
,"description":"product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"
,"description (plain text)":"product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MomentOfInertia"
,"has quantity kind":"quantitykind:RotationalMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA672"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA672"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Square Inch"
,"label":"Pound Mass Square Inch"
,"symbol":"lbm·in²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]2"
,"unece common code":"F20"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0002926396534292",
"conversionMultiplier:SN" : 2.926396534292E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/RotationalMass", "http://qudt.org/vocab/quantitykind/MomentOfInertia" ],
"iec61360Code" : "0112/2///62720#UAA672",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA672",
"plainTextDescription" : "product of the unit pound according to the avoirdupois system of units and the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2",
"symbol" : "lbm·in²",
"ucumCode" : "[lb_av].[in_i]2",
"uneceCommonCode" : "F20",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Square Inch", {
"@language" : "en",
"@value" : "Pound Mass Square Inch"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-IN2-PER-FT3-LB_F-SEC
URI: http://qudt.org/vocab/unit/LB-IN2-PER-FT3-LB_F-SEC
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-IN2-PER-FT3-LB_F-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.002323281585433525342009905143512828 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.323281585433525342009905143512828E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD845" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD845"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·in²/(ft³·lbf·s)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]2.[ft_i]-3.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Square Inch per Cubic Foot Pound Force Second" ; rdfs:label "Pound Mass Square Inch per Cubic Foot Pound Force Second"@en ; .
{"resource":"Pound Mass Square Inch per Cubic Foot Pound Force Second"
,"qname":"unit:LB-IN2-PER-FT3-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-IN2-PER-FT3-LB_F-SEC"
,"properties":["conversion multiplier":"0.002323281585433525342009905143512828"
,"conversion multiplier scientific":"2.323281585433525342009905143512828E-3"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD845"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD845"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Square Inch per Cubic Foot Pound Force Second"
,"label":"Pound Mass Square Inch per Cubic Foot Pound Force Second"
,"symbol":"lbm·in²\/(ft³·lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]2.[ft_i]-3.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-IN2-PER-FT3-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "0.002323281585433525342009905143512828",
"conversionMultiplier:SN" : 0.0023232815854335254,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD845",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD845",
"symbol" : "lbm·in²/(ft³·lbf·s)",
"ucumCode" : "[lb_av].[in_i]2.[ft_i]-3.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Square Inch per Cubic Foot Pound Force Second", {
"@language" : "en",
"@value" : "Pound Mass Square Inch per Cubic Foot Pound Force Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-IN2-PER-GAL_UK-LB_F-SEC
URI: http://qudt.org/vocab/unit/LB-IN2-PER-GAL_UK-LB_F-SEC
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-IN2-PER-GAL_UK-LB_F-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01447133872068957696029749012741158 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.447133872068957696029749012741158E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD857" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD857"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·in²/(gal{UK}·lbf·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]2.[gal_br]-1.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Square Inch per Gallon (UK) Pound Force Second" ;
rdfs:label "Pound Mass Square Inch per Gallon (UK) Pound Force Second"@en ;
.
{"resource":"Pound Mass Square Inch per Gallon (UK) Pound Force Second"
,"qname":"unit:LB-IN2-PER-GAL_UK-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-IN2-PER-GAL_UK-LB_F-SEC"
,"properties":["conversion multiplier":"0.01447133872068957696029749012741158"
,"conversion multiplier scientific":"1.447133872068957696029749012741158E-2"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD857"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD857"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Square Inch per Gallon (UK) Pound Force Second"
,"label":"Pound Mass Square Inch per Gallon (UK) Pound Force Second"
,"symbol":"lbm·in²\/(gal{UK}·lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]2.[gal_br]-1.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-IN2-PER-GAL_UK-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "0.01447133872068957696029749012741158",
"conversionMultiplier:SN" : 0.014471338720689578,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD857",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD857",
"symbol" : "lbm·in²/(gal{UK}·lbf·s)",
"ucumCode" : "[lb_av].[in_i]2.[gal_br]-1.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Square Inch per Gallon (UK) Pound Force Second", {
"@language" : "en",
"@value" : "Pound Mass Square Inch per Gallon (UK) Pound Force Second"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-IN2-PER-GAL_US-LB_F-SEC
URI: http://qudt.org/vocab/unit/LB-IN2-PER-GAL_US-LB_F-SEC
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-IN2-PER-GAL_US-LB_F-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01737935315856767009087929042419986 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.737935315856767009087929042419986E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD853" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD853"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·in²/(gal{US}·lbf·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]2.[gal_us]-1.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Square Inch per Us Gallon Pound Force Second" ;
rdfs:label "Pound Mass Square Inch per Us Gallon Pound Force Second"@en ;
.
{"resource":"Pound Mass Square Inch per Us Gallon Pound Force Second"
,"qname":"unit:LB-IN2-PER-GAL_US-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-IN2-PER-GAL_US-LB_F-SEC"
,"properties":["conversion multiplier":"0.01737935315856767009087929042419986"
,"conversion multiplier scientific":"1.737935315856767009087929042419986E-2"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD853"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD853"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Square Inch per Us Gallon Pound Force Second"
,"label":"Pound Mass Square Inch per Us Gallon Pound Force Second"
,"symbol":"lbm·in²\/(gal{US}·lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]2.[gal_us]-1.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-IN2-PER-GAL_US-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "0.01737935315856767009087929042419986",
"conversionMultiplier:SN" : 0.01737935315856767,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD853",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD853",
"symbol" : "lbm·in²/(gal{US}·lbf·s)",
"ucumCode" : "[lb_av].[in_i]2.[gal_us]-1.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Square Inch per Us Gallon Pound Force Second", {
"@language" : "en",
"@value" : "Pound Mass Square Inch per Us Gallon Pound Force Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-IN2-PER-IN3-LB_F-SEC
URI: http://qudt.org/vocab/unit/LB-IN2-PER-IN3-LB_F-SEC
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-IN2-PER-IN3-LB_F-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 4.014630579629131790993116087990167 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.014630579629131790993116087990167E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD849" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD849"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·in²/(in³·lbf·s)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Square Inch per Cubic Inch Pound Force Second" ; rdfs:label "Pound Mass Square Inch per Cubic Inch Pound Force Second"@en ; .
{"resource":"Pound Mass Square Inch per Cubic Inch Pound Force Second"
,"qname":"unit:LB-IN2-PER-IN3-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-IN2-PER-IN3-LB_F-SEC"
,"properties":["conversion multiplier":"4.014630579629131790993116087990167"
,"conversion multiplier scientific":"4.014630579629131790993116087990167E0"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD849"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD849"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Square Inch per Cubic Inch Pound Force Second"
,"label":"Pound Mass Square Inch per Cubic Inch Pound Force Second"
,"symbol":"lbm·in²\/(in³·lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-IN2-PER-IN3-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "4.014630579629131790993116087990167",
"conversionMultiplier:SN" : 4.014630579629132,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD849",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD849",
"symbol" : "lbm·in²/(in³·lbf·s)",
"ucumCode" : "[lb_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mass Square Inch per Cubic Inch Pound Force Second"
}, "Pound Mass Square Inch per Cubic Inch Pound Force Second" ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-FT3-GAL_UK
URI: http://qudt.org/vocab/unit/LB-MIN-PER-FT3-GAL_UK
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-FT3-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 211414.1608365888873249988977942354 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.114141608365888873249988977942354E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC871" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC871"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/(ft³·gal{UK})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[ft_i]-3.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Cubic Foot Gallon (UK)" ;
rdfs:label "Pound Mass Minute per Cubic Foot Gallon (UK)"@en ;
.
{"resource":"Pound Mass Minute per Cubic Foot Gallon (UK)"
,"qname":"unit:LB-MIN-PER-FT3-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-FT3-GAL_UK"
,"properties":["conversion multiplier":"211414.1608365888873249988977942354"
,"conversion multiplier scientific":"2.114141608365888873249988977942354E5"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC871"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC871"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Cubic Foot Gallon (UK)"
,"label":"Pound Mass Minute per Cubic Foot Gallon (UK)"
,"symbol":"lbm·min\/(ft³·gal{UK})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[ft_i]-3.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-FT3-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute",
"conversionMultiplier" : "211414.1608365888873249988977942354",
"conversionMultiplier:SN" : 211414.16083658888,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC871",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC871",
"symbol" : "lbm·min/(ft³·gal{UK})",
"ucumCode" : "[lb_av].min.[ft_i]-3.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Cubic Foot Gallon (UK)", {
"@language" : "en",
"@value" : "Pound Mass Minute per Cubic Foot Gallon (UK)"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-FT3-GAL_US
URI: http://qudt.org/vocab/unit/LB-MIN-PER-FT3-GAL_US
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-FT3-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 253897.8207073728427901212026430875 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.538978207073728427901212026430875E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC870" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC870"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/(ft³·gal{US})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[ft_i]-3.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Cubic Foot Us Gallon" ;
rdfs:label "Pound Mass Minute per Cubic Foot Us Gallon"@en ;
.
{"resource":"Pound Mass Minute per Cubic Foot Us Gallon"
,"qname":"unit:LB-MIN-PER-FT3-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-FT3-GAL_US"
,"properties":["conversion multiplier":"253897.8207073728427901212026430875"
,"conversion multiplier scientific":"2.538978207073728427901212026430875E5"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC870"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC870"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Cubic Foot Us Gallon"
,"label":"Pound Mass Minute per Cubic Foot Us Gallon"
,"symbol":"lbm·min\/(ft³·gal{US})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[ft_i]-3.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-FT3-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute",
"conversionMultiplier" : "253897.8207073728427901212026430875",
"conversionMultiplier:SN" : 253897.82070737286,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC870",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC870",
"symbol" : "lbm·min/(ft³·gal{US})",
"ucumCode" : "[lb_av].min.[ft_i]-3.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Cubic Foot Us Gallon", {
"@language" : "en",
"@value" : "Pound Mass Minute per Cubic Foot Us Gallon"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-FT3-IN3
URI: http://qudt.org/vocab/unit/LB-MIN-PER-FT3-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-MIN-PER-FT3-IN3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 58650396.58340312668451799781055322 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.865039658340312668451799781055322E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC872" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC872"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·min/(ft³·in³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[ft_i]-3.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Minute per Cubic Foot Cubic Inch" ; rdfs:label "Pound Mass Minute per Cubic Foot Cubic Inch"@en ; .
{"resource":"Pound Mass Minute per Cubic Foot Cubic Inch"
,"qname":"unit:LB-MIN-PER-FT3-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-FT3-IN3"
,"properties":["conversion multiplier":"58650396.58340312668451799781055322"
,"conversion multiplier scientific":"5.865039658340312668451799781055322E7"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC872"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC872"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Cubic Foot Cubic Inch"
,"label":"Pound Mass Minute per Cubic Foot Cubic Inch"
,"symbol":"lbm·min\/(ft³·in³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[ft_i]-3.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-FT3-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "58650396.58340312668451799781055322",
"conversionMultiplier:SN" : 5.8650396583403125E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC872",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC872",
"symbol" : "lbm·min/(ft³·in³)",
"ucumCode" : "[lb_av].min.[ft_i]-3.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Cubic Foot Cubic Inch", {
"@language" : "en",
"@value" : "Pound Mass Minute per Cubic Foot Cubic Inch"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-FT3-YD3
URI: http://qudt.org/vocab/unit/LB-MIN-PER-FT3-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-MIN-PER-FT3-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1257.081545426164409390389184896974 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.257081545426164409390389184896974E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC874" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC874"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·min/(ft³·yd³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[ft_i]-3.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Minute per Cubic Foot Cubic Yard" ; rdfs:label "Pound Mass Minute per Cubic Foot Cubic Yard"@en ; .
{"resource":"Pound Mass Minute per Cubic Foot Cubic Yard"
,"qname":"unit:LB-MIN-PER-FT3-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-FT3-YD3"
,"properties":["conversion multiplier":"1257.081545426164409390389184896974"
,"conversion multiplier scientific":"1.257081545426164409390389184896974E3"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC874"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC874"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Cubic Foot Cubic Yard"
,"label":"Pound Mass Minute per Cubic Foot Cubic Yard"
,"symbol":"lbm·min\/(ft³·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[ft_i]-3.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-FT3-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "1257.081545426164409390389184896974",
"conversionMultiplier:SN" : 1257.0815454261644,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC874",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC874",
"symbol" : "lbm·min/(ft³·yd³)",
"ucumCode" : "[lb_av].min.[ft_i]-3.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Cubic Foot Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Minute per Cubic Foot Cubic Yard"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-FT6
URI: http://qudt.org/vocab/unit/LB-MIN-PER-FT6
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-MIN-PER-FT6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 33941.20172650643905354050799221829 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.394120172650643905354050799221829E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC873" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC873"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·min/ft⁶" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[ft_i]-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Minute per Sextic Foot" ; rdfs:label "Pound Mass Minute per Sextic Foot"@en ; .
{"resource":"Pound Mass Minute per Sextic Foot"
,"qname":"unit:LB-MIN-PER-FT6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-FT6"
,"properties":["conversion multiplier":"33941.20172650643905354050799221829"
,"conversion multiplier scientific":"3.394120172650643905354050799221829E4"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC873"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC873"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Sextic Foot"
,"label":"Pound Mass Minute per Sextic Foot"
,"symbol":"lbm·min\/ft\u2076"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[ft_i]-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-FT6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "33941.20172650643905354050799221829",
"conversionMultiplier:SN" : 33941.20172650644,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC873",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC873",
"symbol" : "lbm·min/ft⁶",
"ucumCode" : "[lb_av].min.[ft_i]-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Sextic Foot", {
"@language" : "en",
"@value" : "Pound Mass Minute per Sextic Foot"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-GAL_UK-FT3
URI: http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK-FT3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK-FT3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 211414.1608365888873249988977942354 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.114141608365888873249988977942354E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC888" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC888"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/(gal{UK}·ft³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[gal_br]-1.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Foot" ;
rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Foot"@en ;
.
{"resource":"Pound Mass Minute per Gallon (UK) Cubic Foot"
,"qname":"unit:LB-MIN-PER-GAL_UK-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-GAL_UK-FT3"
,"properties":["conversion multiplier":"211414.1608365888873249988977942354"
,"conversion multiplier scientific":"2.114141608365888873249988977942354E5"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC888"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC888"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Gallon (UK) Cubic Foot"
,"label":"Pound Mass Minute per Gallon (UK) Cubic Foot"
,"symbol":"lbm·min\/(gal{UK}·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[gal_br]-1.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "211414.1608365888873249988977942354",
"conversionMultiplier:SN" : 211414.16083658888,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC888",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC888",
"symbol" : "lbm·min/(gal{UK}·ft³)",
"ucumCode" : "[lb_av].min.[gal_br]-1.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Gallon (UK) Cubic Foot", {
"@language" : "en",
"@value" : "Pound Mass Minute per Gallon (UK) Cubic Foot"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-GAL_UK-IN3
URI: http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK-IN3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 365323669.9256255972975980953884388 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.653236699256255972975980953884388E8 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC887" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC887"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/(gal{UK}·in³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[gal_br]-1.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Inch" ;
rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Inch"@en ;
.
{"resource":"Pound Mass Minute per Gallon (UK) Cubic Inch"
,"qname":"unit:LB-MIN-PER-GAL_UK-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-GAL_UK-IN3"
,"properties":["conversion multiplier":"365323669.9256255972975980953884388"
,"conversion multiplier scientific":"3.653236699256255972975980953884388E8"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC887"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC887"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Gallon (UK) Cubic Inch"
,"label":"Pound Mass Minute per Gallon (UK) Cubic Inch"
,"symbol":"lbm·min\/(gal{UK}·in³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[gal_br]-1.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "365323669.9256255972975980953884388",
"conversionMultiplier:SN" : 3.653236699256256E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC887",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC887",
"symbol" : "lbm·min/(gal{UK}·in³)",
"ucumCode" : "[lb_av].min.[gal_br]-1.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mass Minute per Gallon (UK) Cubic Inch"
}, "Pound Mass Minute per Gallon (UK) Cubic Inch" ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-GAL_UK-YD3
URI: http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 7830.154105058847678703662881267974 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.830154105058847678703662881267974E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC889" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC889"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/(gal{UK}·yd³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[gal_br]-1.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Yard" ;
rdfs:label "Pound Mass Minute per Gallon (UK) Cubic Yard"@en ;
.
{"resource":"Pound Mass Minute per Gallon (UK) Cubic Yard"
,"qname":"unit:LB-MIN-PER-GAL_UK-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-GAL_UK-YD3"
,"properties":["conversion multiplier":"7830.154105058847678703662881267974"
,"conversion multiplier scientific":"7.830154105058847678703662881267974E3"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC889"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC889"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Gallon (UK) Cubic Yard"
,"label":"Pound Mass Minute per Gallon (UK) Cubic Yard"
,"symbol":"lbm·min\/(gal{UK}·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[gal_br]-1.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "7830.154105058847678703662881267974",
"conversionMultiplier:SN" : 7830.154105058848,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC889",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC889",
"symbol" : "lbm·min/(gal{UK}·yd³)",
"ucumCode" : "[lb_av].min.[gal_br]-1.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Gallon (UK) Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Minute per Gallon (UK) Cubic Yard"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-GAL_UK2
URI: http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK2
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1316864.021562727949282563045476102 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.316864021562727949282563045476102E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC886" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC886"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/gal{UK}²" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[gal_br]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Square Gallon (UK)" ;
rdfs:label "Pound Mass Minute per Square Gallon (UK)"@en ;
.
{"resource":"Pound Mass Minute per Square Gallon (UK)"
,"qname":"unit:LB-MIN-PER-GAL_UK2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-GAL_UK2"
,"properties":["conversion multiplier":"1316864.021562727949282563045476102"
,"conversion multiplier scientific":"1.316864021562727949282563045476102E6"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC886"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC886"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Square Gallon (UK)"
,"label":"Pound Mass Minute per Square Gallon (UK)"
,"symbol":"lbm·min\/gal{UK}²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[gal_br]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-GAL_UK2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per unit for time minute",
"conversionMultiplier" : "1316864.021562727949282563045476102",
"conversionMultiplier:SN" : 1316864.0215627279,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC886",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC886",
"symbol" : "lbm·min/gal{UK}²",
"ucumCode" : "[lb_av].min.[gal_br]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Square Gallon (UK)", {
"@language" : "en",
"@value" : "Pound Mass Minute per Square Gallon (UK)"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-GAL_US-FT3
URI: http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US-FT3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US-FT3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 253897.8207073728427901212026430875 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.538978207073728427901212026430875E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC883" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC883"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/(gal{US}·ft³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[gal_us]-1.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Us Gallon Cubic Foot" ;
rdfs:label "Pound Mass Minute per Us Gallon Cubic Foot"@en ;
.
{"resource":"Pound Mass Minute per Us Gallon Cubic Foot"
,"qname":"unit:LB-MIN-PER-GAL_US-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-GAL_US-FT3"
,"properties":["conversion multiplier":"253897.8207073728427901212026430875"
,"conversion multiplier scientific":"2.538978207073728427901212026430875E5"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC883"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC883"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Us Gallon Cubic Foot"
,"label":"Pound Mass Minute per Us Gallon Cubic Foot"
,"symbol":"lbm·min\/(gal{US}·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[gal_us]-1.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "253897.8207073728427901212026430875",
"conversionMultiplier:SN" : 253897.82070737286,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC883",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC883",
"symbol" : "lbm·min/(gal{US}·ft³)",
"ucumCode" : "[lb_av].min.[gal_us]-1.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Us Gallon Cubic Foot", {
"@language" : "en",
"@value" : "Pound Mass Minute per Us Gallon Cubic Foot"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-GAL_US-IN3
URI: http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US-IN3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 438735434.1823402723413294381672552 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.387354341823402723413294381672552E8 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC882" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC882"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/(gal{US}·in³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[gal_us]-1.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Us Gallon Cubic Inch" ;
rdfs:label "Pound Mass Minute per Us Gallon Cubic Inch"@en ;
.
{"resource":"Pound Mass Minute per Us Gallon Cubic Inch"
,"qname":"unit:LB-MIN-PER-GAL_US-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-GAL_US-IN3"
,"properties":["conversion multiplier":"438735434.1823402723413294381672552"
,"conversion multiplier scientific":"4.387354341823402723413294381672552E8"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC882"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC882"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Us Gallon Cubic Inch"
,"label":"Pound Mass Minute per Us Gallon Cubic Inch"
,"symbol":"lbm·min\/(gal{US}·in³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[gal_us]-1.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "438735434.1823402723413294381672552",
"conversionMultiplier:SN" : 4.3873543418234026E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC882",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC882",
"symbol" : "lbm·min/(gal{US}·in³)",
"ucumCode" : "[lb_av].min.[gal_us]-1.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Us Gallon Cubic Inch", {
"@language" : "en",
"@value" : "Pound Mass Minute per Us Gallon Cubic Inch"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-GAL_US-YD3
URI: http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 9403.622989161957140374859357151386 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.403622989161957140374859357151386E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC884" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC884"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/(gal{US}·yd³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[gal_us]-1.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Us Gallon Cubic Yard" ;
rdfs:label "Pound Mass Minute per Us Gallon Cubic Yard"@en ;
.
{"resource":"Pound Mass Minute per Us Gallon Cubic Yard"
,"qname":"unit:LB-MIN-PER-GAL_US-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-GAL_US-YD3"
,"properties":["conversion multiplier":"9403.622989161957140374859357151386"
,"conversion multiplier scientific":"9.403622989161957140374859357151386E3"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC884"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC884"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Us Gallon Cubic Yard"
,"label":"Pound Mass Minute per Us Gallon Cubic Yard"
,"symbol":"lbm·min\/(gal{US}·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[gal_us]-1.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "9403.622989161957140374859357151386",
"conversionMultiplier:SN" : 9403.622989161957,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC884",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC884",
"symbol" : "lbm·min/(gal{US}·yd³)",
"ucumCode" : "[lb_av].min.[gal_us]-1.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Us Gallon Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Minute per Us Gallon Cubic Yard"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-GAL_US2
URI: http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US2
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1899287.593862944901910517048343096 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.899287593862944901910517048343096E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC880" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC880"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/gal{US}²" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[gal_us]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Square Us Gallon" ;
rdfs:label "Pound Mass Minute per Square Us Gallon"@en ;
.
{"resource":"Pound Mass Minute per Square Us Gallon"
,"qname":"unit:LB-MIN-PER-GAL_US2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-GAL_US2"
,"properties":["conversion multiplier":"1899287.593862944901910517048343096"
,"conversion multiplier scientific":"1.899287593862944901910517048343096E6"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC880"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC880"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Square Us Gallon"
,"label":"Pound Mass Minute per Square Us Gallon"
,"symbol":"lbm·min\/gal{US}²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[gal_us]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-GAL_US2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per unit for time minute",
"conversionMultiplier" : "1899287.593862944901910517048343096",
"conversionMultiplier:SN" : 1899287.593862945,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC880",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC880",
"symbol" : "lbm·min/gal{US}²",
"ucumCode" : "[lb_av].min.[gal_us]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Square Us Gallon", {
"@language" : "en",
"@value" : "Pound Mass Minute per Square Us Gallon"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-IN3-FT3
URI: http://qudt.org/vocab/unit/LB-MIN-PER-IN3-FT3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-MIN-PER-IN3-FT3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 58650396.58340312668451799781055322 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.865039658340312668451799781055322E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC878" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC878"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·min/(in³·ft³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[in_i]-3.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Minute per Cubic Inch Cubic Foot" ; rdfs:label "Pound Mass Minute per Cubic Inch Cubic Foot"@en ; .
{"resource":"Pound Mass Minute per Cubic Inch Cubic Foot"
,"qname":"unit:LB-MIN-PER-IN3-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-IN3-FT3"
,"properties":["conversion multiplier":"58650396.58340312668451799781055322"
,"conversion multiplier scientific":"5.865039658340312668451799781055322E7"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC878"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC878"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Cubic Inch Cubic Foot"
,"label":"Pound Mass Minute per Cubic Inch Cubic Foot"
,"symbol":"lbm·min\/(in³·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[in_i]-3.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-IN3-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "58650396.58340312668451799781055322",
"conversionMultiplier:SN" : 5.8650396583403125E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC878",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC878",
"symbol" : "lbm·min/(in³·ft³)",
"ucumCode" : "[lb_av].min.[in_i]-3.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Cubic Inch Cubic Foot", {
"@language" : "en",
"@value" : "Pound Mass Minute per Cubic Inch Cubic Foot"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-IN3-GAL_UK
URI: http://qudt.org/vocab/unit/LB-MIN-PER-IN3-GAL_UK
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-IN3-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 365323669.9256255972975980953884388 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.653236699256255972975980953884388E8 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC876" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC876"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/(in³·gal{UK})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[in_i]-3.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Cubic Inch Gallon (UK)" ;
rdfs:label "Pound Mass Minute per Cubic Inch Gallon (UK)"@en ;
.
{"resource":"Pound Mass Minute per Cubic Inch Gallon (UK)"
,"qname":"unit:LB-MIN-PER-IN3-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-IN3-GAL_UK"
,"properties":["conversion multiplier":"365323669.9256255972975980953884388"
,"conversion multiplier scientific":"3.653236699256255972975980953884388E8"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC876"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC876"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Cubic Inch Gallon (UK)"
,"label":"Pound Mass Minute per Cubic Inch Gallon (UK)"
,"symbol":"lbm·min\/(in³·gal{UK})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[in_i]-3.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-IN3-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute",
"conversionMultiplier" : "365323669.9256255972975980953884388",
"conversionMultiplier:SN" : 3.653236699256256E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC876",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC876",
"symbol" : "lbm·min/(in³·gal{UK})",
"ucumCode" : "[lb_av].min.[in_i]-3.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Cubic Inch Gallon (UK)", {
"@language" : "en",
"@value" : "Pound Mass Minute per Cubic Inch Gallon (UK)"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-IN3-GAL_US
URI: http://qudt.org/vocab/unit/LB-MIN-PER-IN3-GAL_US
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-MIN-PER-IN3-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 438735434.1823402723413294381672552 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.387354341823402723413294381672552E8 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC875" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC875"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·min/(in³·gal{US})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[in_i]-3.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Minute per Cubic Inch Us Gallon" ;
rdfs:label "Pound Mass Minute per Cubic Inch Us Gallon"@en ;
.
{"resource":"Pound Mass Minute per Cubic Inch Us Gallon"
,"qname":"unit:LB-MIN-PER-IN3-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-IN3-GAL_US"
,"properties":["conversion multiplier":"438735434.1823402723413294381672552"
,"conversion multiplier scientific":"4.387354341823402723413294381672552E8"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC875"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC875"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Cubic Inch Us Gallon"
,"label":"Pound Mass Minute per Cubic Inch Us Gallon"
,"symbol":"lbm·min\/(in³·gal{US})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[in_i]-3.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-IN3-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute",
"conversionMultiplier" : "438735434.1823402723413294381672552",
"conversionMultiplier:SN" : 4.3873543418234026E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC875",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC875",
"symbol" : "lbm·min/(in³·gal{US})",
"ucumCode" : "[lb_av].min.[in_i]-3.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Cubic Inch Us Gallon", {
"@language" : "en",
"@value" : "Pound Mass Minute per Cubic Inch Us Gallon"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-IN3-YD3
URI: http://qudt.org/vocab/unit/LB-MIN-PER-IN3-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-MIN-PER-IN3-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 2172236.91049641209942659251150197 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.17223691049641209942659251150197E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC879" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC879"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·min/(in³·yd³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[in_i]-3.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Minute per Cubic Inch Cubic Yard" ; rdfs:label "Pound Mass Minute per Cubic Inch Cubic Yard"@en ; .
{"resource":"Pound Mass Minute per Cubic Inch Cubic Yard"
,"qname":"unit:LB-MIN-PER-IN3-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-IN3-YD3"
,"properties":["conversion multiplier":"2172236.91049641209942659251150197"
,"conversion multiplier scientific":"2.17223691049641209942659251150197E6"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC879"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC879"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Cubic Inch Cubic Yard"
,"label":"Pound Mass Minute per Cubic Inch Cubic Yard"
,"symbol":"lbm·min\/(in³·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[in_i]-3.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-IN3-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "2172236.91049641209942659251150197",
"conversionMultiplier:SN" : 2172236.9104964123,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC879",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC879",
"symbol" : "lbm·min/(in³·yd³)",
"ucumCode" : "[lb_av].min.[in_i]-3.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Cubic Inch Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Minute per Cubic Inch Cubic Yard"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-MIN-PER-IN6
URI: http://qudt.org/vocab/unit/LB-MIN-PER-IN6
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-MIN-PER-IN6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 101347885296.120602910847100216636 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.01347885296120602910847100216636E11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC877" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC877"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·min/in⁶" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].min.[in_i]-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Minute per Sextic Inch" ; rdfs:label "Pound Mass Minute per Sextic Inch"@en ; .
{"resource":"Pound Mass Minute per Sextic Inch"
,"qname":"unit:LB-MIN-PER-IN6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-MIN-PER-IN6"
,"properties":["conversion multiplier":"101347885296.120602910847100216636"
,"conversion multiplier scientific":"1.01347885296120602910847100216636E11"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC877"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC877"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Minute per Sextic Inch"
,"label":"Pound Mass Minute per Sextic Inch"
,"symbol":"lbm·min\/in\u2076"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min.[in_i]-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-MIN-PER-IN6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "101347885296.120602910847100216636",
"conversionMultiplier:SN" : 1.013478852961206E11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC877",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC877",
"symbol" : "lbm·min/in⁶",
"ucumCode" : "[lb_av].min.[in_i]-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Minute per Sextic Inch", {
"@language" : "en",
"@value" : "Pound Mass Minute per Sextic Inch"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-AC
URI: http://qudt.org/vocab/unit/LB-PER-AC
mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-AC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres." ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001120851156194456047722420921833988 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.120851156194456047722420921833988E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres." ; <http://qudt.org/schema/qudt/symbol> "lbm/acre" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[acr_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Acre" ; rdfs:label "Pound Mass per Acre"@en ; .
{"resource":"Pound Mass per Acre"
,"qname":"unit:LB-PER-AC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-AC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0001120851156194456047722420921833988"
,"conversion multiplier scientific":"1.120851156194456047722420921833988E-4"
,"description":"mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres."
,"description (plain text)":"mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres."
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Acre"
,"label":"Pound Mass per Acre"
,"symbol":"lbm\/acre"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[acr_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-AC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0001120851156194456047722420921833988",
"conversionMultiplier:SN" : 1.120851156194456E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"plainTextDescription" : "mass per area as pounds of mass (based on the international standard definition of the pound of mass as exactly 0.45359237 kg) divided by area as acres (a unit of area in a number of different systems, including the imperial and U.S. customary systems. The most commonly used acres today are the international acre and, in the United States, the survey acre. The most common use of the acre is to measure tracts of land. One international acre is equal to 4046.8564224 square metres.",
"symbol" : "lbm/acre",
"ucumCode" : "[lb_av].[acr_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Acre", {
"@language" : "en",
"@value" : "Pound Mass per Acre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-DAY
URI: http://qudt.org/vocab/unit/LB-PER-DAY
unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000005249911689814814814814814814814813 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.249911689814814814814814814814813E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA673" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA673"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day" ; <http://qudt.org/schema/qudt/symbol> "lbm/d" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K66" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Day" ; rdfs:label "Pound Mass per Day"@en ; .
{"resource":"Pound Mass per Day"
,"qname":"unit:LB-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000005249911689814814814814814814814813"
,"conversion multiplier scientific":"5.249911689814814814814814814814813E-6"
,"description":"unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day"
,"description (plain text)":"unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA673"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA673"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Day"
,"label":"Pound Mass per Day"
,"symbol":"lbm\/d"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].d-1"
,"unece common code":"K66"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000005249911689814814814814814814814813",
"conversionMultiplier:SN" : 5.249911689814815E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA673",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA673",
"plainTextDescription" : "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit for time day",
"symbol" : "lbm/d",
"ucumCode" : "[lb_av].d-1",
"uneceCommonCode" : "K66",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Day", {
"@language" : "en",
"@value" : "Pound Mass per Day"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-DEG_F
URI: http://qudt.org/vocab/unit/LB-PER-DEG_F
traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the traditional unit degree Fahrenheit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.816466266 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.16466266E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA668" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA668"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/°F" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K64" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Degree Fahrenheit" ; rdfs:label "Pound Mass per Degree Fahrenheit"@en ; .
{"resource":"Pound Mass per Degree Fahrenheit"
,"qname":"unit:LB-PER-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-DEG_F"
,"properties":["conversion multiplier":"0.816466266"
,"conversion multiplier scientific":"8.16466266E-1"
,"description":"traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA668"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA668"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Degree Fahrenheit"
,"label":"Pound Mass per Degree Fahrenheit"
,"symbol":"lbm\/°F"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[degF]-1"
,"unece common code":"K64"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the traditional unit degree Fahrenheit",
"conversionMultiplier" : "0.816466266",
"conversionMultiplier:SN" : 0.816466266,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA668",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA668",
"symbol" : "lbm/°F",
"ucumCode" : "[lb_av].[degF]-1",
"uneceCommonCode" : "K64",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Degree Fahrenheit", {
"@language" : "en",
"@value" : "Pound Mass per Degree Fahrenheit"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-FT
URI: http://qudt.org/vocab/unit/LB-PER-FT
"Pound per Foot" is an Imperial unit for 'Mass Per Length' expressed as $lb/ft$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $lb/ft$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.488163943569553805774278215223097 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.488163943569553805774278215223097E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$lb/ft$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA670" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA670"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/ft" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P2" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Foot" ; rdfs:label "Pound Mass per Foot"@en ; .
{"resource":"Pound Mass per Foot"
,"qname":"unit:LB-PER-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-FT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.488163943569553805774278215223097"
,"conversion multiplier scientific":"1.488163943569553805774278215223097E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $lb\/ft$."
,"expression":"$lb\/ft$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA670"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA670"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Foot"
,"label":"Pound Mass per Foot"
,"symbol":"lbm\/ft"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]-1"
,"unece common code":"P2"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $lb/ft$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1.488163943569553805774278215223097",
"conversionMultiplier:SN" : 1.4881639435695537,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$lb/ft$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"iec61360Code" : "0112/2///62720#UAA670",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA670",
"symbol" : "lbm/ft",
"ucumCode" : "[lb_av].[ft_i]-1",
"uneceCommonCode" : "P2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Foot", {
"@language" : "en",
"@value" : "Pound Mass per Foot"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-FT-DAY
URI: http://qudt.org/vocab/unit/LB-PER-FT-DAY
unit of the dynamic viscosity according to the Anglo-American unit system
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-FT-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the dynamic viscosity according to the Anglo-American unit system" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001722411971724020608535044230582288 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.722411971724020608535044230582288E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB436" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB436"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(ft·d)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]-1.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N44" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Foot Day" ; rdfs:label "Pound Mass per Foot Day"@en ; .
{"resource":"Pound Mass per Foot Day"
,"qname":"unit:LB-PER-FT-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-FT-DAY"
,"properties":["conversion multiplier":"0.00001722411971724020608535044230582288"
,"conversion multiplier scientific":"1.722411971724020608535044230582288E-5"
,"description":"unit of the dynamic viscosity according to the Anglo-American unit system"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB436"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB436"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Foot Day"
,"label":"Pound Mass per Foot Day"
,"symbol":"lbm\/(ft·d)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]-1.d-1"
,"unece common code":"N44"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-FT-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the dynamic viscosity according to the Anglo-American unit system",
"conversionMultiplier" : "0.00001722411971724020608535044230582288",
"conversionMultiplier:SN" : 1.7224119717240207E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAB436",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB436",
"symbol" : "lbm/(ft·d)",
"ucumCode" : "[lb_av].[ft_i]-1.d-1",
"uneceCommonCode" : "N44",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Foot Day", {
"@language" : "en",
"@value" : "Pound Mass per Foot Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-FT-HR
URI: http://qudt.org/vocab/unit/LB-PER-FT-HR
"Pound per Foot Hour" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-h)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-FT-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound per Foot Hour\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-h)$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0004133788732137649460484106153397492 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.133788732137649460484106153397492E-4 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$lb/(ft-h)$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA674" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA674"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(ft·h)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K67" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Foot Hour" ; rdfs:label "Pound Mass per Foot Hour"@en ; .
{"resource":"Pound Mass per Foot Hour"
,"qname":"unit:LB-PER-FT-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-FT-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0004133788732137649460484106153397492"
,"conversion multiplier scientific":"4.133788732137649460484106153397492E-4"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound per Foot Hour\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb\/(ft-h)$."
,"expression":"$lb\/(ft-h)$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA674"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA674"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Foot Hour"
,"label":"Pound Mass per Foot Hour"
,"symbol":"lbm\/(ft·h)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]-1.h-1"
,"unece common code":"K67"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-FT-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Foot Hour\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-h)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0004133788732137649460484106153397492",
"conversionMultiplier:SN" : 4.1337887321376497E-4,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lb/(ft-h)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAA674",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA674",
"symbol" : "lbm/(ft·h)",
"ucumCode" : "[lb_av].[ft_i]-1.h-1",
"uneceCommonCode" : "K67",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Foot Hour", {
"@language" : "en",
"@value" : "Pound Mass per Foot Hour"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-FT-LB_F-SEC
URI: http://qudt.org/vocab/unit/LB-PER-FT-LB_F-SEC
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-FT-LB_F-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.3345525483024276492494263406658472 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.345525483024276492494263406658472E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD844" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD844"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(ft·lbf·s)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]-1.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Foot Pound Force Second" ; rdfs:label "Pound Mass per Foot Pound Force Second"@en ; .
{"resource":"Pound Mass per Foot Pound Force Second"
,"qname":"unit:LB-PER-FT-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-FT-LB_F-SEC"
,"properties":["conversion multiplier":"0.3345525483024276492494263406658472"
,"conversion multiplier scientific":"3.345525483024276492494263406658472E-1"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD844"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD844"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Foot Pound Force Second"
,"label":"Pound Mass per Foot Pound Force Second"
,"symbol":"lbm\/(ft·lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]-1.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-FT-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "0.3345525483024276492494263406658472",
"conversionMultiplier:SN" : 0.33455254830242764,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD844",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD844",
"symbol" : "lbm/(ft·lbf·s)",
"ucumCode" : "[lb_av].[ft_i]-1.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Foot Pound Force Second", {
"@language" : "en",
"@value" : "Pound Mass per Foot Pound Force Second"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-FT-MIN
URI: http://qudt.org/vocab/unit/LB-PER-FT-MIN
unit of the dynamic viscosity according to the Anglo-American unit system
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-FT-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the dynamic viscosity according to the Anglo-American unit system" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.02480273239282589676290463692038496 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.480273239282589676290463692038496E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB435" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB435"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(ft·min)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]-1.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N43" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Foot Minute" ; rdfs:label "Pound Mass per Foot Minute"@en ; .
{"resource":"Pound Mass per Foot Minute"
,"qname":"unit:LB-PER-FT-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-FT-MIN"
,"properties":["conversion multiplier":"0.02480273239282589676290463692038496"
,"conversion multiplier scientific":"2.480273239282589676290463692038496E-2"
,"description":"unit of the dynamic viscosity according to the Anglo-American unit system"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB435"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB435"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Foot Minute"
,"label":"Pound Mass per Foot Minute"
,"symbol":"lbm\/(ft·min)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]-1.min-1"
,"unece common code":"N43"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-FT-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the dynamic viscosity according to the Anglo-American unit system",
"conversionMultiplier" : "0.02480273239282589676290463692038496",
"conversionMultiplier:SN" : 0.024802732392825898,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAB435",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB435",
"symbol" : "lbm/(ft·min)",
"ucumCode" : "[lb_av].[ft_i]-1.min-1",
"uneceCommonCode" : "N43",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Foot Minute", {
"@language" : "en",
"@value" : "Pound Mass per Foot Minute"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-FT-SEC
URI: http://qudt.org/vocab/unit/LB-PER-FT-SEC
"Pound per Foot Second" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-s)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-FT-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound per Foot Second\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-s)$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.488163943569553805774278215223097 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.488163943569553805774278215223097E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$lb/(ft-s)$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA675" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA675"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(ft·s)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K68" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Foot Second" ; rdfs:label "Pound Mass per Foot Second"@en ; .
{"resource":"Pound Mass per Foot Second"
,"qname":"unit:LB-PER-FT-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-FT-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.488163943569553805774278215223097"
,"conversion multiplier scientific":"1.488163943569553805774278215223097E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound per Foot Second\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb\/(ft-s)$."
,"expression":"$lb\/(ft-s)$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA675"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA675"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Foot Second"
,"label":"Pound Mass per Foot Second"
,"symbol":"lbm\/(ft·s)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]-1.s-1"
,"unece common code":"K68"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-FT-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Foot Second\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lb/(ft-s)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1.488163943569553805774278215223097",
"conversionMultiplier:SN" : 1.4881639435695537,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lb/(ft-s)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"iec61360Code" : "0112/2///62720#UAA675",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA675",
"symbol" : "lbm/(ft·s)",
"ucumCode" : "[lb_av].[ft_i]-1.s-1",
"uneceCommonCode" : "K68",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Foot Second", {
"@language" : "en",
"@value" : "Pound Mass per Foot Second"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-FT2
URI: http://qudt.org/vocab/unit/LB-PER-FT2
unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-FT2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4.882427636383050543878865535508848 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.882427636383050543878865535508848E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB262" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB262"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "lbm/ft²" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "FP" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q50190518> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Square Foot" ; rdfs:label "Pound Mass per Square Foot"@en ; .
{"resource":"Pound Mass per Square Foot"
,"qname":"unit:LB-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-FT2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q50190518>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4.882427636383050543878865535508848"
,"conversion multiplier scientific":"4.882427636383050543878865535508848E0"
,"description":"unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"
,"description (plain text)":"unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB262"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB262"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Square Foot"
,"label":"Pound Mass per Square Foot"
,"symbol":"lbm\/ft²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]-2"
,"unece common code":"FP"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "4.882427636383050543878865535508848",
"conversionMultiplier:SN" : 4.88242763638305,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"iec61360Code" : "0112/2///62720#UAB262",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB262",
"plainTextDescription" : "unit for areal-related mass as a unit pound according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2",
"symbol" : "lbm/ft²",
"ucumCode" : "[lb_av].[ft_i]-2",
"uneceCommonCode" : "FP",
"wikidataMatch" : "http://www.wikidata.org/entity/Q50190518",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Square Foot", {
"@language" : "en",
"@value" : "Pound Mass per Square Foot"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-FT3
URI: http://qudt.org/vocab/unit/LB-PER-FT3
"Pound per Cubic Foot" is an Imperial unit for 'Density' expressed as $lb/ft^{3}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-PER-FT3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Pound per Cubic Foot\" is an Imperial unit for 'Density' expressed as $lb/ft^{3}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 16.01846337396013957965507065455659 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.601846337396013957965507065455659E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$lb/ft^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/FT3-PER-LB> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA676" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA676"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm/ft³" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "87" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623674> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass per Cubic Foot" ;
rdfs:label "Pound Mass per Cubic Foot"@en ;
.
{"resource":"Pound Mass per Cubic Foot"
,"qname":"unit:LB-PER-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-FT3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623674>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"16.01846337396013957965507065455659"
,"conversion multiplier scientific":"1.601846337396013957965507065455659E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound per Cubic Foot\" is an Imperial unit for 'Density' expressed as $lb\/ft^{3}$."
,"expression":"$lb\/ft^{3}$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"has reciprocal unit":"unit:FT3-PER-LB"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA676"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA676"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Cubic Foot"
,"label":"Pound Mass per Cubic Foot"
,"symbol":"lbm\/ft³"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]-3"
,"unece common code":"87"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Cubic Foot\" is an Imperial unit for 'Density' expressed as $lb/ft^{3}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "16.01846337396013957965507065455659",
"conversionMultiplier:SN" : 16.018463373960138,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$lb/ft^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/FT3-PER-LB",
"iec61360Code" : "0112/2///62720#UAA676",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA676",
"symbol" : "lbm/ft³",
"ucumCode" : "[lb_av].[ft_i]-3",
"uneceCommonCode" : "87",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623674",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Cubic Foot", {
"@language" : "en",
"@value" : "Pound Mass per Cubic Foot"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-FT3-DEG_F
URI: http://qudt.org/vocab/unit/LB-PER-FT3-DEG_F
traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the product of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-FT3-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the product of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 28.83323407312825124337912717820187 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.883323407312825124337912717820187E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA677" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA677"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(ft³·°F)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]-3.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Cubic Foot Degree Fahrenheit" ; rdfs:label "Pound Mass per Cubic Foot Degree Fahrenheit"@en ; .
{"resource":"Pound Mass per Cubic Foot Degree Fahrenheit"
,"qname":"unit:LB-PER-FT3-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-FT3-DEG_F"
,"properties":["conversion multiplier":"28.83323407312825124337912717820187"
,"conversion multiplier scientific":"2.883323407312825124337912717820187E1"
,"description":"traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the product of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA677"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA677"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Cubic Foot Degree Fahrenheit"
,"label":"Pound Mass per Cubic Foot Degree Fahrenheit"
,"symbol":"lbm\/(ft³·°F)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]-3.[degF]-1"
,"unece common code":"K69"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-FT3-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the product of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit",
"conversionMultiplier" : "28.83323407312825124337912717820187",
"conversionMultiplier:SN" : 28.833234073128253,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA677",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA677",
"symbol" : "lbm/(ft³·°F)",
"ucumCode" : "[lb_av].[ft_i]-3.[degF]-1",
"uneceCommonCode" : "K69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Cubic Foot Degree Fahrenheit", {
"@language" : "en",
"@value" : "Pound Mass per Cubic Foot Degree Fahrenheit"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-FT3-PSI
URI: http://qudt.org/vocab/unit/LB-PER-FT3-PSI
traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-FT3-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.002323281585433525342009905143512828 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.323281585433525342009905143512828E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA678" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA678"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(ft³·psi)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i]-3.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K70" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Cubic Foot Psi" ; rdfs:label "Pound Mass per Cubic Foot Psi"@en ; .
{"resource":"Pound Mass per Cubic Foot Psi"
,"qname":"unit:LB-PER-FT3-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-FT3-PSI"
,"properties":["conversion multiplier":"0.002323281585433525342009905143512828"
,"conversion multiplier scientific":"2.323281585433525342009905143512828E-3"
,"description":"traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA678"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA678"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Cubic Foot Psi"
,"label":"Pound Mass per Cubic Foot Psi"
,"symbol":"lbm\/(ft³·psi)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i]-3.[psi]-1"
,"unece common code":"K70"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-FT3-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit pound (avoirdupois) for mass according to the avoirdupois system of units divided by the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.002323281585433525342009905143512828",
"conversionMultiplier:SN" : 0.0023232815854335254,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA678",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA678",
"symbol" : "lbm/(ft³·psi)",
"ucumCode" : "[lb_av].[ft_i]-3.[psi]-1",
"uneceCommonCode" : "K70",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Cubic Foot Psi", {
"@language" : "en",
"@value" : "Pound Mass per Cubic Foot Psi"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-GAL
URI: http://qudt.org/vocab/unit/LB-PER-GAL
"Pound per Gallon" is an Imperial unit for 'Density' expressed as $lb/gal$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-GAL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound per Gallon\" is an Imperial unit for 'Density' expressed as $lb/gal$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/LB-PER-GAL_IMP> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 99.7763727 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.97763727E1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/LB-PER-GAL_IMP> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/LB-PER-GAL_UK> ; <http://qudt.org/schema/qudt/expression> "$lb/gal$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/symbol> "lb/gal" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound per Gallon" ; rdfs:label "Pound per Gallon"@en ; .
{"resource":"Pound per Gallon"
,"qname":"unit:LB-PER-GAL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-GAL"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"99.7763727"
,"conversion multiplier scientific":"9.97763727E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"deprecated":"true"
,"description":"\"Pound per Gallon\" is an Imperial unit for 'Density' expressed as $lb\/gal$."
,"exact match":"unit:LB-PER-GAL_IMP"
,"exact match":"unit:LB-PER-GAL_UK"
,"expression":"$lb\/gal$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:LB-PER-GAL_IMP"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound per Gallon"
,"label":"Pound per Gallon"
,"symbol":"lb\/gal"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-GAL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Gallon\" is an Imperial unit for 'Density' expressed as $lb/gal$.",
"isReplacedBy" : "http://qudt.org/vocab/unit/LB-PER-GAL_IMP",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "99.7763727",
"conversionMultiplier:SN" : 99.7763727,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"http://qudt.org/schema/qudt/deprecated" : true,
"exactMatch" : [ "http://qudt.org/vocab/unit/LB-PER-GAL_UK", "http://qudt.org/vocab/unit/LB-PER-GAL_IMP" ],
"expression" : "$lb/gal$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"symbol" : "lb/gal",
"ucumCode" : "[lb_av].[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound per Gallon", {
"@language" : "en",
"@value" : "Pound per Gallon"
} ],
"@context" : {
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-GAL_IMP
URI: http://qudt.org/vocab/unit/LB-PER-GAL_IMP
"Pound per Imperial Gallon" is an Imperial unit for 'Density' expressed as $lb/gal$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-PER-GAL_IMP>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Pound per Imperial Gallon\" is an Imperial unit for 'Density' expressed as $lb/gal$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 99.77637266310169838256611725680751 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.977637266310169838256611725680751E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/LB-PER-GAL_UK> ;
<http://qudt.org/schema/qudt/expression> "$lb/gal$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/symbol> "lbm/gal{Imp}" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass per Imperial Gallon" ;
rdfs:label "Pound Mass per Imperial Gallon"@en ;
.
{"resource":"Pound Mass per Imperial Gallon"
,"qname":"unit:LB-PER-GAL_IMP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-GAL_IMP"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"99.77637266310169838256611725680751"
,"conversion multiplier scientific":"9.977637266310169838256611725680751E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound per Imperial Gallon\" is an Imperial unit for 'Density' expressed as $lb\/gal$."
,"exact match":"unit:LB-PER-GAL_UK"
,"expression":"$lb\/gal$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Imperial Gallon"
,"label":"Pound Mass per Imperial Gallon"
,"symbol":"lbm\/gal{Imp}"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-GAL_IMP",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Imperial Gallon\" is an Imperial unit for 'Density' expressed as $lb/gal$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "99.77637266310169838256611725680751",
"conversionMultiplier:SN" : 99.7763726631017,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"exactMatch" : "http://qudt.org/vocab/unit/LB-PER-GAL_UK",
"expression" : "$lb/gal$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"symbol" : "lbm/gal{Imp}",
"ucumCode" : "[lb_av].[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Imperial Gallon", {
"@language" : "en",
"@value" : "Pound Mass per Imperial Gallon"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-GAL_UK
URI: http://qudt.org/vocab/unit/LB-PER-GAL_UK
unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-PER-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 99.77637266310169838256611725680751 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.977637266310169838256611725680751E1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/LB-PER-GAL_IMP> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA679" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA679"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "lbm/gal{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K71" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass per Gallon (UK)" ;
rdfs:label "Pound Mass per Gallon (UK)"@en ;
.
{"resource":"Pound Mass per Gallon (UK)"
,"qname":"unit:LB-PER-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-GAL_UK"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"99.77637266310169838256611725680751"
,"conversion multiplier scientific":"9.977637266310169838256611725680751E1"
,"description":"unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units"
,"description (plain text)":"unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units"
,"exact match":"unit:LB-PER-GAL_IMP"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA679"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA679"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Gallon (UK)"
,"label":"Pound Mass per Gallon (UK)"
,"symbol":"lbm\/gal{UK}"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[gal_br]-1"
,"unece common code":"K71"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "99.77637266310169838256611725680751",
"conversionMultiplier:SN" : 99.7763726631017,
"exactMatch" : "http://qudt.org/vocab/unit/LB-PER-GAL_IMP",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA679",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA679",
"plainTextDescription" : "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the unit gallon (UK) according to the Imperial system of units",
"symbol" : "lbm/gal{UK}",
"ucumCode" : "[lb_av].[gal_br]-1",
"uneceCommonCode" : "K71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Gallon (UK)", {
"@language" : "en",
"@value" : "Pound Mass per Gallon (UK)"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-GAL_US
URI: http://qudt.org/vocab/unit/LB-PER-GAL_US
unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-PER-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 119.8264273168966285439132558055142 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.198264273168966285439132558055142E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA680" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA680"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/symbol> "lbm/gal{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "GE" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass per Us Gallon" ;
rdfs:label "Pound Mass per Us Gallon"@en ;
.
{"resource":"Pound Mass per Us Gallon"
,"qname":"unit:LB-PER-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-GAL_US"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"119.8264273168966285439132558055142"
,"conversion multiplier scientific":"1.198264273168966285439132558055142E2"
,"description":"unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units"
,"description (plain text)":"unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA680"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA680"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Us Gallon"
,"label":"Pound Mass per Us Gallon"
,"symbol":"lbm\/gal{US}"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[gal_us]-1"
,"unece common code":"GE"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "119.8264273168966285439132558055142",
"conversionMultiplier:SN" : 119.82642731689663,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA680",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA680",
"plainTextDescription" : "unit of the mass avoirdupois pound according to the avoirdupois system divided by the unit gallon (US, liq.) according to the Anglo-American system of units",
"symbol" : "lbm/gal{US}",
"ucumCode" : "[lb_av].[gal_us]-1",
"uneceCommonCode" : "GE",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Us Gallon", {
"@language" : "en",
"@value" : "Pound Mass per Us Gallon"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-HR
URI: http://qudt.org/vocab/unit/LB-PER-HR
Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. $1 lb/h = 0.4535927 kg/h = 126.00 mg/s$. Minimum fuel intake on a jumbojet can be as low as 150 lb/h when idling, however this is not enough to sustain flight.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. $1 lb/h = 0.4535927 kg/h = 126.00 mg/s$. Minimum fuel intake on a jumbojet can be as low as 150 lb/h when idling, however this is not enough to sustain flight."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001259978805555555555555555555555556 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.259978805555555555555555555555556E-4 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pound_per_hour"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$PPH$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA682" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pound_per_hour?oldid=328571072"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA682"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/h" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4U" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q7235648> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Hour" ; rdfs:label "Pound Mass per Hour"@en ; .
{"resource":"Pound Mass per Hour"
,"qname":"unit:LB-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q7235648>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0001259978805555555555555555555555556"
,"conversion multiplier scientific":"1.259978805555555555555555555555556E-4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pound_per_hour"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb\/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. $1 lb\/h = 0.4535927 kg\/h = 126.00 mg\/s$. Minimum fuel intake on a jumbojet can be as low as 150 lb\/h when idling, however this is not enough to sustain flight."
,"expression":"$PPH$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"has quantity kind":"quantitykind:MassPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA682"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pound_per_hour?oldid=328571072"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA682"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Hour"
,"label":"Pound Mass per Hour"
,"symbol":"lbm\/h"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h-1"
,"unece common code":"4U"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Pound per hour is a mass flow unit. It is abbreviated as PPH or more conventionally as lb/h. Fuel flow for engines is usually expressed using this unit, it is particularly useful when dealing with gases or liquids as volume flow varies more with temperature and pressure. $1 lb/h = 0.4535927 kg/h = 126.00 mg/s$. Minimum fuel intake on a jumbojet can be as low as 150 lb/h when idling, however this is not enough to sustain flight.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0001259978805555555555555555555555556",
"conversionMultiplier:SN" : 1.2599788055555556E-4,
"dbpediaMatch" : "http://dbpedia.org/resource/Pound_per_hour",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$PPH$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassFlowRate", "http://qudt.org/vocab/quantitykind/MassPerTime" ],
"iec61360Code" : "0112/2///62720#UAA682",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA682", "http://en.wikipedia.org/wiki/Pound_per_hour?oldid=328571072" ],
"symbol" : "lbm/h",
"ucumCode" : "[lb_av].h-1",
"uneceCommonCode" : "4U",
"wikidataMatch" : "http://www.wikidata.org/entity/Q7235648",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Hour", {
"@language" : "en",
"@value" : "Pound Mass per Hour"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-HR-DEG_F
URI: http://qudt.org/vocab/unit/LB-PER-HR-DEG_F
traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time hour and the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-HR-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time hour and the traditional unit degree Fahrenheit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000226796185 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.26796185E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA683" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA683"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(h·°F)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].h-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K73" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Hour Degree Fahrenheit" ; rdfs:label "Pound Mass per Hour Degree Fahrenheit"@en ; .
{"resource":"Pound Mass per Hour Degree Fahrenheit"
,"qname":"unit:LB-PER-HR-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-HR-DEG_F"
,"properties":["conversion multiplier":"0.000226796185"
,"conversion multiplier scientific":"2.26796185E-4"
,"description":"traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time hour and the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA683"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA683"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Hour Degree Fahrenheit"
,"label":"Pound Mass per Hour Degree Fahrenheit"
,"symbol":"lbm\/(h·°F)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h-1.[degF]-1"
,"unece common code":"K73"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-HR-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time hour and the traditional unit degree Fahrenheit",
"conversionMultiplier" : "0.000226796185",
"conversionMultiplier:SN" : 2.26796185E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA683",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA683",
"symbol" : "lbm/(h·°F)",
"ucumCode" : "[lb_av].h-1.[degF]-1",
"uneceCommonCode" : "K73",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Hour Degree Fahrenheit", {
"@language" : "en",
"@value" : "Pound Mass per Hour Degree Fahrenheit"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-HR-PSI
URI: http://qudt.org/vocab/unit/LB-PER-HR-PSI
quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-HR-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001827444673464991081206633802592347 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.827444673464991081206633802592347E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThrusterPowerToThrustEfficiency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA684" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA684"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(h·psi)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].h-1.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K74" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Hour Psi" ; rdfs:label "Pound Mass per Hour Psi"@en ; .
{"resource":"Pound Mass per Hour Psi"
,"qname":"unit:LB-PER-HR-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-HR-PSI"
,"properties":["conversion multiplier":"0.00000001827444673464991081206633802592347"
,"conversion multiplier scientific":"1.827444673464991081206633802592347E-8"
,"description":"quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:ThrusterPowerToThrustEfficiency"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA684"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA684"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Hour Psi"
,"label":"Pound Mass per Hour Psi"
,"symbol":"lbm\/(h·psi)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].h-1.[psi]-1"
,"unece common code":"K74"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-HR-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.00000001827444673464991081206633802592347",
"conversionMultiplier:SN" : 1.827444673464991E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThrusterPowerToThrustEfficiency",
"iec61360Code" : "0112/2///62720#UAA684",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA684",
"symbol" : "lbm/(h·psi)",
"ucumCode" : "[lb_av].h-1.[psi]-1",
"uneceCommonCode" : "K74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Hour Psi", {
"@language" : "en",
"@value" : "Pound Mass per Hour Psi"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-IN
URI: http://qudt.org/vocab/unit/LB-PER-IN
"Pound per Inch" is an Imperial unit for 'Mass Per Length' expressed as $lb/in$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound per Inch\" is an Imperial unit for 'Mass Per Length' expressed as $lb/in$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 17.85796732283464566929133858267716 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.785796732283464566929133858267716E1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$lb/in$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB071" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB071"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/in" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "PO" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Inch" ; rdfs:label "Pound Mass per Inch"@en ; .
{"resource":"Pound Mass per Inch"
,"qname":"unit:LB-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-IN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"17.85796732283464566929133858267716"
,"conversion multiplier scientific":"1.785796732283464566929133858267716E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound per Inch\" is an Imperial unit for 'Mass Per Length' expressed as $lb\/in$."
,"expression":"$lb\/in$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB071"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB071"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Inch"
,"label":"Pound Mass per Inch"
,"symbol":"lbm\/in"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]-1"
,"unece common code":"PO"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Inch\" is an Imperial unit for 'Mass Per Length' expressed as $lb/in$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "17.85796732283464566929133858267716",
"conversionMultiplier:SN" : 17.857967322834646,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$lb/in$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"iec61360Code" : "0112/2///62720#UAB071",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB071",
"symbol" : "lbm/in",
"ucumCode" : "[lb_av].[in_i]-1",
"uneceCommonCode" : "PO",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Inch", {
"@language" : "en",
"@value" : "Pound Mass per Inch"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-IN2
URI: http://qudt.org/vocab/unit/LB-PER-IN2
unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-IN2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 703.0695796391592783185566371132742 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.030695796391592783185566371132742E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeanMassRange> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB137" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB137"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units" ; <http://qudt.org/schema/qudt/symbol> "lbm/in²" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "80" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Square Inch" ; rdfs:label "Pound Mass per Square Inch"@en ; .
{"resource":"Pound Mass per Square Inch"
,"qname":"unit:LB-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-IN2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"703.0695796391592783185566371132742"
,"conversion multiplier scientific":"7.030695796391592783185566371132742E2"
,"description":"unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units"
,"description (plain text)":"unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"has quantity kind":"quantitykind:MeanMassRange"
,"has quantity kind":"quantitykind:SurfaceDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB137"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB137"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Square Inch"
,"label":"Pound Mass per Square Inch"
,"symbol":"lbm\/in²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]-2"
,"unece common code":"80"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "703.0695796391592783185566371132742",
"conversionMultiplier:SN" : 703.0695796391593,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MeanMassRange", "http://qudt.org/vocab/quantitykind/MassPerArea", "http://qudt.org/vocab/quantitykind/SurfaceDensity" ],
"iec61360Code" : "0112/2///62720#UAB137",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB137",
"plainTextDescription" : "unit of the areal-related mass as avoirdupois pound according to the avoirdupois system of units related to the area square inch according to the Anglo-American and Imperial system of units",
"symbol" : "lbm/in²",
"ucumCode" : "[lb_av].[in_i]-2",
"uneceCommonCode" : "80",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mass per Square Inch"
}, "Pound Mass per Square Inch" ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-IN3
URI: http://qudt.org/vocab/unit/LB-PER-IN3
"Pound per Cubic Inch" is an Imperial unit for 'Density' expressed as $lb/in^{3}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-PER-IN3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Pound per Cubic Inch\" is an Imperial unit for 'Density' expressed as $lb/in^{3}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 27679.90471020312119364396209107379 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.767990471020312119364396209107379E4 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$lb/in^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/IN3-PER-LB> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA685" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA685"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm/in³" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "LA" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623879> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass per Cubic Inch" ;
rdfs:label "Pound Mass per Cubic Inch"@en ;
.
{"resource":"Pound Mass per Cubic Inch"
,"qname":"unit:LB-PER-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-IN3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623879>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"27679.90471020312119364396209107379"
,"conversion multiplier scientific":"2.767990471020312119364396209107379E4"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound per Cubic Inch\" is an Imperial unit for 'Density' expressed as $lb\/in^{3}$."
,"expression":"$lb\/in^{3}$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"has reciprocal unit":"unit:IN3-PER-LB"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA685"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA685"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Cubic Inch"
,"label":"Pound Mass per Cubic Inch"
,"symbol":"lbm\/in³"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]-3"
,"unece common code":"LA"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Cubic Inch\" is an Imperial unit for 'Density' expressed as $lb/in^{3}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "27679.90471020312119364396209107379",
"conversionMultiplier:SN" : 27679.90471020312,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lb/in^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/IN3-PER-LB",
"iec61360Code" : "0112/2///62720#UAA685",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA685",
"symbol" : "lbm/in³",
"ucumCode" : "[lb_av].[in_i]-3",
"uneceCommonCode" : "LA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623879",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Cubic Inch", {
"@language" : "en",
"@value" : "Pound Mass per Cubic Inch"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-IN3-DEG_F
URI: http://qudt.org/vocab/unit/LB-PER-IN3-DEG_F
traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the product of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-IN3-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the product of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 49823.82847836561814855913176393282 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.982382847836561814855913176393282E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA686" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA686"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(in³·°F)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]-3.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K75" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Cubic Inch Degree Fahrenheit" ; rdfs:label "Pound Mass per Cubic Inch Degree Fahrenheit"@en ; .
{"resource":"Pound Mass per Cubic Inch Degree Fahrenheit"
,"qname":"unit:LB-PER-IN3-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-IN3-DEG_F"
,"properties":["conversion multiplier":"49823.82847836561814855913176393282"
,"conversion multiplier scientific":"4.982382847836561814855913176393282E4"
,"description":"traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the product of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA686"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA686"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Cubic Inch Degree Fahrenheit"
,"label":"Pound Mass per Cubic Inch Degree Fahrenheit"
,"symbol":"lbm\/(in³·°F)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]-3.[degF]-1"
,"unece common code":"K75"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-IN3-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the product of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the traditional unit degree Fahrenheit",
"conversionMultiplier" : "49823.82847836561814855913176393282",
"conversionMultiplier:SN" : 49823.82847836562,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA686",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA686",
"symbol" : "lbm/(in³·°F)",
"ucumCode" : "[lb_av].[in_i]-3.[degF]-1",
"uneceCommonCode" : "K75",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Cubic Inch Degree Fahrenheit", {
"@language" : "en",
"@value" : "Pound Mass per Cubic Inch Degree Fahrenheit"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-IN3-PSI
URI: http://qudt.org/vocab/unit/LB-PER-IN3-PSI
quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the power of the unit inch with the exponent 3 according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-IN3-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the power of the unit inch with the exponent 3 according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 4.014630579629131790993116087990167 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.014630579629131790993116087990167E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA687" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA687"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(in³·psi)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[in_i]-3.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K76" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Cubic Inch Psi" ; rdfs:label "Pound Mass per Cubic Inch Psi"@en ; .
{"resource":"Pound Mass per Cubic Inch Psi"
,"qname":"unit:LB-PER-IN3-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-IN3-PSI"
,"properties":["conversion multiplier":"4.014630579629131790993116087990167"
,"conversion multiplier scientific":"4.014630579629131790993116087990167E0"
,"description":"quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the power of the unit inch with the exponent 3 according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA687"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA687"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Cubic Inch Psi"
,"label":"Pound Mass per Cubic Inch Psi"
,"symbol":"lbm\/(in³·psi)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[in_i]-3.[psi]-1"
,"unece common code":"K76"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-IN3-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units divided by the power of the unit inch with the exponent 3 according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "4.014630579629131790993116087990167",
"conversionMultiplier:SN" : 4.014630579629132,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA687",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA687",
"symbol" : "lbm/(in³·psi)",
"ucumCode" : "[lb_av].[in_i]-3.[psi]-1",
"uneceCommonCode" : "K76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Cubic Inch Psi", {
"@language" : "en",
"@value" : "Pound Mass per Cubic Inch Psi"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-LB
URI: http://qudt.org/vocab/unit/LB-PER-LB
proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to the avoirdupois unit system
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to the avoirdupois unit system" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.9999999999999999999999999999999998 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.999999999999999999999999999999998E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB388" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB388"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/lbm" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M91" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Pound Mass" ; rdfs:label "Pound Mass per Pound Mass"@en ; .
{"resource":"Pound Mass per Pound Mass"
,"qname":"unit:LB-PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-LB"
,"properties":["conversion multiplier":"0.9999999999999999999999999999999998"
,"conversion multiplier scientific":"9.999999999999999999999999999999998E-1"
,"description":"proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to the avoirdupois unit system"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB388"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB388"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Pound Mass"
,"label":"Pound Mass per Pound Mass"
,"symbol":"lbm\/lbm"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[lb_av]-1"
,"unece common code":"M91"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "proportion of the mass consisting of the avoirdupois pound according to the avoirdupois unit system divided by the avoirdupois pound according to the avoirdupois unit system",
"conversionMultiplier" : "0.9999999999999999999999999999999998",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"iec61360Code" : "0112/2///62720#UAB388",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB388",
"symbol" : "lbm/lbm",
"ucumCode" : "[lb_av].[lb_av]-1",
"uneceCommonCode" : "M91",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Pound Mass", {
"@language" : "en",
"@value" : "Pound Mass per Pound Mass"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-M3
URI: http://qudt.org/vocab/unit/LB-PER-M3
"Pound per Cubic Meter" is a unit for 'Density' expressed as $lb/m^{3}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-PER-M3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Pound per Cubic Meter\" is a unit for 'Density' expressed as $lb/m^{3}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.45359237 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.5359237E-1 ;
<http://qudt.org/schema/qudt/expression> "$lb/m^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/symbol> "lbm/m³" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass per Cubic Meter"@en-US ;
rdfs:label "Pound Mass per Cubic Metre" ;
rdfs:label "Pound Mass per Cubic Metre"@en ;
.
{"resource":"Pound Mass per Cubic Metre"
,"qname":"unit:LB-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-M3"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.45359237"
,"conversion multiplier scientific":"4.5359237E-1"
,"description":"\"Pound per Cubic Meter\" is a unit for 'Density' expressed as $lb\/m^{3}$."
,"expression":"$lb\/m^{3}$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Cubic Meter"
,"label":"Pound Mass per Cubic Metre"
,"label":"Pound Mass per Cubic Metre"
,"symbol":"lbm\/m³"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Cubic Meter\" is a unit for 'Density' expressed as $lb/m^{3}$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.45359237",
"conversionMultiplier:SN" : 0.45359237,
"expression" : "$lb/m^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"symbol" : "lbm/m³",
"ucumCode" : "[lb_av].m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Pound Mass per Cubic Meter"
}, "Pound Mass per Cubic Metre", {
"@language" : "en",
"@value" : "Pound Mass per Cubic Metre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-MIN
URI: http://qudt.org/vocab/unit/LB-PER-MIN
"Pound per Minute" is an Imperial unit for 'Mass Per Time' expressed as $lb/min$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound per Minute\" is an Imperial unit for 'Mass Per Time' expressed as $lb/min$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.007559872833333333333333333333333335 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.559872833333333333333333333333335E-3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$lb/min$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA689" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA689"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/min" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K78" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Minute" ; rdfs:label "Pound Mass per Minute"@en ; .
{"resource":"Pound Mass per Minute"
,"qname":"unit:LB-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.007559872833333333333333333333333335"
,"conversion multiplier scientific":"7.559872833333333333333333333333335E-3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound per Minute\" is an Imperial unit for 'Mass Per Time' expressed as $lb\/min$."
,"expression":"$lb\/min$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"has quantity kind":"quantitykind:MassPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA689"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA689"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Minute"
,"label":"Pound Mass per Minute"
,"symbol":"lbm\/min"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min-1"
,"unece common code":"K78"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Minute\" is an Imperial unit for 'Mass Per Time' expressed as $lb/min$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.007559872833333333333333333333333335",
"conversionMultiplier:SN" : 0.007559872833333333,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lb/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassFlowRate", "http://qudt.org/vocab/quantitykind/MassPerTime" ],
"iec61360Code" : "0112/2///62720#UAA689",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA689",
"symbol" : "lbm/min",
"ucumCode" : "[lb_av].min-1",
"uneceCommonCode" : "K78",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Minute", {
"@language" : "en",
"@value" : "Pound Mass per Minute"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-MIN-DEG_F
URI: http://qudt.org/vocab/unit/LB-PER-MIN-DEG_F
traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time minute and the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-MIN-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time minute and the traditional unit degree Fahrenheit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0136077711 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.36077711E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA690" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA690"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(min·°F)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].min-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K79" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Minute Degree Fahrenheit" ; rdfs:label "Pound Mass per Minute Degree Fahrenheit"@en ; .
{"resource":"Pound Mass per Minute Degree Fahrenheit"
,"qname":"unit:LB-PER-MIN-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-MIN-DEG_F"
,"properties":["conversion multiplier":"0.0136077711"
,"conversion multiplier scientific":"1.36077711E-2"
,"description":"traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time minute and the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA690"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA690"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Minute Degree Fahrenheit"
,"label":"Pound Mass per Minute Degree Fahrenheit"
,"symbol":"lbm\/(min·°F)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min-1.[degF]-1"
,"unece common code":"K79"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-MIN-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the unit for time minute and the traditional unit degree Fahrenheit",
"conversionMultiplier" : "0.0136077711",
"conversionMultiplier:SN" : 0.0136077711,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA690",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA690",
"symbol" : "lbm/(min·°F)",
"ucumCode" : "[lb_av].min-1.[degF]-1",
"uneceCommonCode" : "K79",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Minute Degree Fahrenheit", {
"@language" : "en",
"@value" : "Pound Mass per Minute Degree Fahrenheit"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-MIN-PSI
URI: http://qudt.org/vocab/unit/LB-PER-MIN-PSI
quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units and the unit minute for time divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-MIN-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units and the unit minute for time divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001096466804078994648723980281555408 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.096466804078994648723980281555408E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThrusterPowerToThrustEfficiency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA691" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA691"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(min·psi)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].min-1.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K80" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Minute Psi" ; rdfs:label "Pound Mass per Minute Psi"@en ; .
{"resource":"Pound Mass per Minute Psi"
,"qname":"unit:LB-PER-MIN-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-MIN-PSI"
,"properties":["conversion multiplier":"0.000001096466804078994648723980281555408"
,"conversion multiplier scientific":"1.096466804078994648723980281555408E-6"
,"description":"quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units and the unit minute for time divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:ThrusterPowerToThrustEfficiency"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA691"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA691"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Minute Psi"
,"label":"Pound Mass per Minute Psi"
,"symbol":"lbm\/(min·psi)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].min-1.[psi]-1"
,"unece common code":"K80"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-MIN-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the traditional unit avoirdupois pound for mass according to the avoirdupois system of units and the unit minute for time divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.000001096466804078994648723980281555408",
"conversionMultiplier:SN" : 1.0964668040789946E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThrusterPowerToThrustEfficiency",
"iec61360Code" : "0112/2///62720#UAA691",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA691",
"symbol" : "lbm/(min·psi)",
"ucumCode" : "[lb_av].min-1.[psi]-1",
"uneceCommonCode" : "K80",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Minute Psi", {
"@language" : "en",
"@value" : "Pound Mass per Minute Psi"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-PSI
URI: http://qudt.org/vocab/unit/LB-PER-PSI
traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000657880082447396789234388168933245 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.57880082447396789234388168933245E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA688" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA688"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/psi" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K77" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Psi" ; rdfs:label "Pound Mass per Psi"@en ; .
{"resource":"Pound Mass per Psi"
,"qname":"unit:LB-PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-PSI"
,"properties":["conversion multiplier":"0.0000657880082447396789234388168933245"
,"conversion multiplier scientific":"6.57880082447396789234388168933245E-5"
,"description":"traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA688"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA688"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Psi"
,"label":"Pound Mass per Psi"
,"symbol":"lbm\/psi"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[psi]-1"
,"unece common code":"K77"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.0000657880082447396789234388168933245",
"conversionMultiplier:SN" : 6.578800824473968E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA688",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA688",
"symbol" : "lbm/psi",
"ucumCode" : "[lb_av].[psi]-1",
"uneceCommonCode" : "K77",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Psi", {
"@language" : "en",
"@value" : "Pound Mass per Psi"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-SEC
URI: http://qudt.org/vocab/unit/LB-PER-SEC
unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.45359237 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.5359237E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA692" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA692"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second" ; <http://qudt.org/schema/qudt/symbol> "lbm/s" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K81" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Second" ; rdfs:label "Pound Mass per Second"@en ; .
{"resource":"Pound Mass per Second"
,"qname":"unit:LB-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.45359237"
,"conversion multiplier scientific":"4.5359237E-1"
,"description":"unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second"
,"description (plain text)":"unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA692"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA692"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Second"
,"label":"Pound Mass per Second"
,"symbol":"lbm\/s"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s-1"
,"unece common code":"K81"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.45359237",
"conversionMultiplier:SN" : 0.45359237,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA692",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA692",
"plainTextDescription" : "unit of the mass avoirdupois pound according to the avoirdupois system of units divided by the SI base unit for time second",
"symbol" : "lbm/s",
"ucumCode" : "[lb_av].s-1",
"uneceCommonCode" : "K81",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Second", {
"@language" : "en",
"@value" : "Pound Mass per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-SEC-DEG_F
URI: http://qudt.org/vocab/unit/LB-PER-SEC-DEG_F
traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-SEC-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.816466266 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.16466266E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA693" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA693"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(s·°F)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].s-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K82" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Second Degree Fahrenheit" ; rdfs:label "Pound Mass per Second Degree Fahrenheit"@en ; .
{"resource":"Pound Mass per Second Degree Fahrenheit"
,"qname":"unit:LB-PER-SEC-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-SEC-DEG_F"
,"properties":["conversion multiplier":"0.816466266"
,"conversion multiplier scientific":"8.16466266E-1"
,"description":"traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA693"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA693"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Second Degree Fahrenheit"
,"label":"Pound Mass per Second Degree Fahrenheit"
,"symbol":"lbm\/(s·°F)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s-1.[degF]-1"
,"unece common code":"K82"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-SEC-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit for mass avoirdupois pound according to the avoirdupois system of units divided by the product of the SI base unit second and the traditional unit degree Fahrenheit",
"conversionMultiplier" : "0.816466266",
"conversionMultiplier:SN" : 0.816466266,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA693",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA693",
"symbol" : "lbm/(s·°F)",
"ucumCode" : "[lb_av].s-1.[degF]-1",
"uneceCommonCode" : "K82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Second Degree Fahrenheit", {
"@language" : "en",
"@value" : "Pound Mass per Second Degree Fahrenheit"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-SEC-PSI
URI: http://qudt.org/vocab/unit/LB-PER-SEC-PSI
quotient of the traditional unit avoirdupois pound for mass according the avoirdupois system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-SEC-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the traditional unit avoirdupois pound for mass according the avoirdupois system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000657880082447396789234388168933245 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.57880082447396789234388168933245E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThrusterPowerToThrustEfficiency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA694" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA694"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/(s·psi)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].s-1.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K83" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Second Psi" ; rdfs:label "Pound Mass per Second Psi"@en ; .
{"resource":"Pound Mass per Second Psi"
,"qname":"unit:LB-PER-SEC-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-SEC-PSI"
,"properties":["conversion multiplier":"0.0000657880082447396789234388168933245"
,"conversion multiplier scientific":"6.57880082447396789234388168933245E-5"
,"description":"quotient of the traditional unit avoirdupois pound for mass according the avoirdupois system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:ThrusterPowerToThrustEfficiency"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA694"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA694"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Second Psi"
,"label":"Pound Mass per Second Psi"
,"symbol":"lbm\/(s·psi)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s-1.[psi]-1"
,"unece common code":"K83"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-SEC-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the traditional unit avoirdupois pound for mass according the avoirdupois system of units and the SI base unit second divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.0000657880082447396789234388168933245",
"conversionMultiplier:SN" : 6.578800824473968E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThrusterPowerToThrustEfficiency",
"iec61360Code" : "0112/2///62720#UAA694",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA694",
"symbol" : "lbm/(s·psi)",
"ucumCode" : "[lb_av].s-1.[psi]-1",
"uneceCommonCode" : "K83",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Second Psi", {
"@language" : "en",
"@value" : "Pound Mass per Second Psi"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-YD
URI: http://qudt.org/vocab/unit/LB-PER-YD
unit for linear mass according to avoirdupois system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-YD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for linear mass according to avoirdupois system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.496054647856517935258092738407699 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.96054647856517935258092738407699E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB245" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB245"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/yd" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[yd_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M84" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Yard" ; rdfs:label "Pound Mass per Yard"@en ; .
{"resource":"Pound Mass per Yard"
,"qname":"unit:LB-PER-YD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-YD"
,"properties":["conversion multiplier":"0.496054647856517935258092738407699"
,"conversion multiplier scientific":"4.96054647856517935258092738407699E-1"
,"description":"unit for linear mass according to avoirdupois system of units"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:LinearMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB245"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB245"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Yard"
,"label":"Pound Mass per Yard"
,"symbol":"lbm\/yd"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[yd_i]-1"
,"unece common code":"M84"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-YD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for linear mass according to avoirdupois system of units",
"conversionMultiplier" : "0.496054647856517935258092738407699",
"conversionMultiplier:SN" : 0.4960546478565179,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearMass",
"iec61360Code" : "0112/2///62720#UAB245",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB245",
"symbol" : "lbm/yd",
"ucumCode" : "[lb_av].[yd_i]-1",
"uneceCommonCode" : "M84",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Yard", {
"@language" : "en",
"@value" : "Pound Mass per Yard"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-YD2
URI: http://qudt.org/vocab/unit/LB-PER-YD2
unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the Anglo-American and Imperial system of units with exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-PER-YD2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the Anglo-American and Imperial system of units with exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.5424919595981167270976517261676497 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.424919595981167270976517261676497E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BodyMassIndex> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeanMassRange> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB390" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB390"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm/yd²" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[yd_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N25" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass per Square Yard" ; rdfs:label "Pound Mass per Square Yard"@en ; .
{"resource":"Pound Mass per Square Yard"
,"qname":"unit:LB-PER-YD2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-YD2"
,"properties":["conversion multiplier":"0.5424919595981167270976517261676497"
,"conversion multiplier scientific":"5.424919595981167270976517261676497E-1"
,"description":"unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the Anglo-American and Imperial system of units with exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:BodyMassIndex"
,"has quantity kind":"quantitykind:MassPerArea"
,"has quantity kind":"quantitykind:MeanMassRange"
,"has quantity kind":"quantitykind:SurfaceDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB390"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB390"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Square Yard"
,"label":"Pound Mass per Square Yard"
,"symbol":"lbm\/yd²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[yd_i]-2"
,"unece common code":"N25"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-YD2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for areal-related mass as a unit pound according to the avoirdupois unit system divided by the power of the unit yard according to the Anglo-American and Imperial system of units with exponent 2",
"conversionMultiplier" : "0.5424919595981167270976517261676497",
"conversionMultiplier:SN" : 0.5424919595981167,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SurfaceDensity", "http://qudt.org/vocab/quantitykind/BodyMassIndex", "http://qudt.org/vocab/quantitykind/MeanMassRange", "http://qudt.org/vocab/quantitykind/MassPerArea" ],
"iec61360Code" : "0112/2///62720#UAB390",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB390",
"symbol" : "lbm/yd²",
"ucumCode" : "[lb_av].[yd_i]-2",
"uneceCommonCode" : "N25",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Square Yard", {
"@language" : "en",
"@value" : "Pound Mass per Square Yard"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-PER-YD3
URI: http://qudt.org/vocab/unit/LB-PER-YD3
"Pound per Cubic Yard" is an Imperial unit for 'Density' expressed as $lb/yd^{3}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-PER-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Pound per Cubic Yard\" is an Imperial unit for 'Density' expressed as $lb/yd^{3}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.5932764212577829473946322464650587 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.932764212577829473946322464650587E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$lb/yd^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA695" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA695"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm/yd³" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K84" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623974> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass per Cubic Yard" ;
rdfs:label "Pound Mass per Cubic Yard"@en ;
.
{"resource":"Pound Mass per Cubic Yard"
,"qname":"unit:LB-PER-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-PER-YD3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623974>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.5932764212577829473946322464650587"
,"conversion multiplier scientific":"5.932764212577829473946322464650587E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound per Cubic Yard\" is an Imperial unit for 'Density' expressed as $lb\/yd^{3}$."
,"expression":"$lb\/yd^{3}$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA695"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA695"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass per Cubic Yard"
,"label":"Pound Mass per Cubic Yard"
,"symbol":"lbm\/yd³"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[yd_i]-3"
,"unece common code":"K84"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-PER-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound per Cubic Yard\" is an Imperial unit for 'Density' expressed as $lb/yd^{3}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.5932764212577829473946322464650587",
"conversionMultiplier:SN" : 0.5932764212577829,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lb/yd^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA695",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA695",
"symbol" : "lbm/yd³",
"ucumCode" : "[lb_av].[yd_i]-3",
"uneceCommonCode" : "K84",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623974",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass per Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass per Cubic Yard"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-FT3-GAL_UK
URI: http://qudt.org/vocab/unit/LB-SEC-PER-FT3-GAL_UK
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-FT3-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3523.56934727648145541664829657059 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.52356934727648145541664829657059E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD804" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD804"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/(ft³·gal{UK})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[ft_i]-3.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Cubic Foot Gallon (UK)" ;
rdfs:label "Pound Mass Second per Cubic Foot Gallon (UK)"@en ;
.
{"resource":"Pound Mass Second per Cubic Foot Gallon (UK)"
,"qname":"unit:LB-SEC-PER-FT3-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-FT3-GAL_UK"
,"properties":["conversion multiplier":"3523.56934727648145541664829657059"
,"conversion multiplier scientific":"3.52356934727648145541664829657059E3"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD804"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD804"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Cubic Foot Gallon (UK)"
,"label":"Pound Mass Second per Cubic Foot Gallon (UK)"
,"symbol":"lbm·s\/(ft³·gal{UK})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[ft_i]-3.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-FT3-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit SI base unit second",
"conversionMultiplier" : "3523.56934727648145541664829657059",
"conversionMultiplier:SN" : 3523.5693472764815,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD804",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD804",
"symbol" : "lbm·s/(ft³·gal{UK})",
"ucumCode" : "[lb_av].s.[ft_i]-3.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Cubic Foot Gallon (UK)", {
"@language" : "en",
"@value" : "Pound Mass Second per Cubic Foot Gallon (UK)"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-FT3-GAL_US
URI: http://qudt.org/vocab/unit/LB-SEC-PER-FT3-GAL_US
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-FT3-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4231.630345122880713168686710718126 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.231630345122880713168686710718126E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD803" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD803"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/(ft³·gal{US})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[ft_i]-3.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Cubic Foot Us Gallon" ;
rdfs:label "Pound Mass Second per Cubic Foot Us Gallon"@en ;
.
{"resource":"Pound Mass Second per Cubic Foot Us Gallon"
,"qname":"unit:LB-SEC-PER-FT3-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-FT3-GAL_US"
,"properties":["conversion multiplier":"4231.630345122880713168686710718126"
,"conversion multiplier scientific":"4.231630345122880713168686710718126E3"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD803"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD803"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Cubic Foot Us Gallon"
,"label":"Pound Mass Second per Cubic Foot Us Gallon"
,"symbol":"lbm·s\/(ft³·gal{US})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[ft_i]-3.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-FT3-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second",
"conversionMultiplier" : "4231.630345122880713168686710718126",
"conversionMultiplier:SN" : 4231.6303451228805,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD803",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD803",
"symbol" : "lbm·s/(ft³·gal{US})",
"ucumCode" : "[lb_av].s.[ft_i]-3.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Cubic Foot Us Gallon", {
"@language" : "en",
"@value" : "Pound Mass Second per Cubic Foot Us Gallon"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-FT3-IN3
URI: http://qudt.org/vocab/unit/LB-SEC-PER-FT3-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-SEC-PER-FT3-IN3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 977506.609723385444741966630175887 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.77506609723385444741966630175887E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD805" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD805"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·s/(ft³·in³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[ft_i]-3.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Second per Cubic Foot Cubic Inch" ; rdfs:label "Pound Mass Second per Cubic Foot Cubic Inch"@en ; .
{"resource":"Pound Mass Second per Cubic Foot Cubic Inch"
,"qname":"unit:LB-SEC-PER-FT3-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-FT3-IN3"
,"properties":["conversion multiplier":"977506.609723385444741966630175887"
,"conversion multiplier scientific":"9.77506609723385444741966630175887E5"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD805"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD805"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Cubic Foot Cubic Inch"
,"label":"Pound Mass Second per Cubic Foot Cubic Inch"
,"symbol":"lbm·s\/(ft³·in³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[ft_i]-3.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-FT3-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "977506.609723385444741966630175887",
"conversionMultiplier:SN" : 977506.6097233854,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD805",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD805",
"symbol" : "lbm·s/(ft³·in³)",
"ucumCode" : "[lb_av].s.[ft_i]-3.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Cubic Foot Cubic Inch", {
"@language" : "en",
"@value" : "Pound Mass Second per Cubic Foot Cubic Inch"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-FT3-YD3
URI: http://qudt.org/vocab/unit/LB-SEC-PER-FT3-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-SEC-PER-FT3-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 20.95135909043607348983981974828289 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.095135909043607348983981974828289E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD807" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD807"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·s/(ft³·yd³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[ft_i]-3.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Second per Cubic Foot Cubic Yard" ; rdfs:label "Pound Mass Second per Cubic Foot Cubic Yard"@en ; .
{"resource":"Pound Mass Second per Cubic Foot Cubic Yard"
,"qname":"unit:LB-SEC-PER-FT3-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-FT3-YD3"
,"properties":["conversion multiplier":"20.95135909043607348983981974828289"
,"conversion multiplier scientific":"2.095135909043607348983981974828289E1"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD807"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD807"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Cubic Foot Cubic Yard"
,"label":"Pound Mass Second per Cubic Foot Cubic Yard"
,"symbol":"lbm·s\/(ft³·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[ft_i]-3.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-FT3-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "20.95135909043607348983981974828289",
"conversionMultiplier:SN" : 20.951359090436075,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD807",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD807",
"symbol" : "lbm·s/(ft³·yd³)",
"ucumCode" : "[lb_av].s.[ft_i]-3.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Cubic Foot Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Second per Cubic Foot Cubic Yard"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-FT6
URI: http://qudt.org/vocab/unit/LB-SEC-PER-FT6
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-SEC-PER-FT6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 565.6866954417739842256751332036382 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.656866954417739842256751332036382E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD806" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD806"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·s/ft⁶" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[ft_i]-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Second per Sextic Foot" ; rdfs:label "Pound Mass Second per Sextic Foot"@en ; .
{"resource":"Pound Mass Second per Sextic Foot"
,"qname":"unit:LB-SEC-PER-FT6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-FT6"
,"properties":["conversion multiplier":"565.6866954417739842256751332036382"
,"conversion multiplier scientific":"5.656866954417739842256751332036382E2"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD806"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD806"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Sextic Foot"
,"label":"Pound Mass Second per Sextic Foot"
,"symbol":"lbm·s\/ft\u2076"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[ft_i]-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-FT6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "565.6866954417739842256751332036382",
"conversionMultiplier:SN" : 565.686695441774,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD806",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD806",
"symbol" : "lbm·s/ft⁶",
"ucumCode" : "[lb_av].s.[ft_i]-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Sextic Foot", {
"@language" : "en",
"@value" : "Pound Mass Second per Sextic Foot"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-GAL_UK-FT3
URI: http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK-FT3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK-FT3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3523.56934727648145541664829657059 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.52356934727648145541664829657059E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD821" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD821"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/(gal{UK}·ft³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[gal_br]-1.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Gallon (UK) Cubic Foot" ;
rdfs:label "Pound Mass Second per Gallon (UK) Cubic Foot"@en ;
.
{"resource":"Pound Mass Second per Gallon (UK) Cubic Foot"
,"qname":"unit:LB-SEC-PER-GAL_UK-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-GAL_UK-FT3"
,"properties":["conversion multiplier":"3523.56934727648145541664829657059"
,"conversion multiplier scientific":"3.52356934727648145541664829657059E3"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD821"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD821"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Gallon (UK) Cubic Foot"
,"label":"Pound Mass Second per Gallon (UK) Cubic Foot"
,"symbol":"lbm·s\/(gal{UK}·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[gal_br]-1.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "3523.56934727648145541664829657059",
"conversionMultiplier:SN" : 3523.5693472764815,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD821",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD821",
"symbol" : "lbm·s/(gal{UK}·ft³)",
"ucumCode" : "[lb_av].s.[gal_br]-1.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mass Second per Gallon (UK) Cubic Foot"
}, "Pound Mass Second per Gallon (UK) Cubic Foot" ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-GAL_UK-IN3
URI: http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK-IN3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6088727.832093759954959968256473979 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.088727832093759954959968256473979E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD820" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD820"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/(gal{UK}·in³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[gal_br]-1.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Gallon (UK) Cubic Inch" ;
rdfs:label "Pound Mass Second per Gallon (UK) Cubic Inch"@en ;
.
{"resource":"Pound Mass Second per Gallon (UK) Cubic Inch"
,"qname":"unit:LB-SEC-PER-GAL_UK-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-GAL_UK-IN3"
,"properties":["conversion multiplier":"6088727.832093759954959968256473979"
,"conversion multiplier scientific":"6.088727832093759954959968256473979E6"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD820"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD820"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Gallon (UK) Cubic Inch"
,"label":"Pound Mass Second per Gallon (UK) Cubic Inch"
,"symbol":"lbm·s\/(gal{UK}·in³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[gal_br]-1.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "6088727.832093759954959968256473979",
"conversionMultiplier:SN" : 6088727.83209376,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD820",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD820",
"symbol" : "lbm·s/(gal{UK}·in³)",
"ucumCode" : "[lb_av].s.[gal_br]-1.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Gallon (UK) Cubic Inch", {
"@language" : "en",
"@value" : "Pound Mass Second per Gallon (UK) Cubic Inch"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-GAL_UK-YD3
URI: http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 130.5025684176474613117277146877996 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.305025684176474613117277146877996E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD822" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD822"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/(gal{UK}·yd³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[gal_br]-1.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Gallon (UK) Cubic Yard" ;
rdfs:label "Pound Mass Second per Gallon (UK) Cubic Yard"@en ;
.
{"resource":"Pound Mass Second per Gallon (UK) Cubic Yard"
,"qname":"unit:LB-SEC-PER-GAL_UK-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-GAL_UK-YD3"
,"properties":["conversion multiplier":"130.5025684176474613117277146877996"
,"conversion multiplier scientific":"1.305025684176474613117277146877996E2"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD822"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD822"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Gallon (UK) Cubic Yard"
,"label":"Pound Mass Second per Gallon (UK) Cubic Yard"
,"symbol":"lbm·s\/(gal{UK}·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[gal_br]-1.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "130.5025684176474613117277146877996",
"conversionMultiplier:SN" : 130.50256841764747,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD822",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD822",
"symbol" : "lbm·s/(gal{UK}·yd³)",
"ucumCode" : "[lb_av].s.[gal_br]-1.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Gallon (UK) Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Second per Gallon (UK) Cubic Yard"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-GAL_UK2
URI: http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK2
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 21947.73369271213248804271742460169 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.194773369271213248804271742460169E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD819" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD819"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/gal{UK}²" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[gal_br]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Square Gallon (UK)" ;
rdfs:label "Pound Mass Second per Square Gallon (UK)"@en ;
.
{"resource":"Pound Mass Second per Square Gallon (UK)"
,"qname":"unit:LB-SEC-PER-GAL_UK2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-GAL_UK2"
,"properties":["conversion multiplier":"21947.73369271213248804271742460169"
,"conversion multiplier scientific":"2.194773369271213248804271742460169E4"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD819"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD819"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Square Gallon (UK)"
,"label":"Pound Mass Second per Square Gallon (UK)"
,"symbol":"lbm·s\/gal{UK}²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[gal_br]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-GAL_UK2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (UK) according to the Anglo-American system of units and unit gallon (UK) according to the Imperial system of units per SI base unit second",
"conversionMultiplier" : "21947.73369271213248804271742460169",
"conversionMultiplier:SN" : 21947.733692712132,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD819",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD819",
"symbol" : "lbm·s/gal{UK}²",
"ucumCode" : "[lb_av].s.[gal_br]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Square Gallon (UK)", {
"@language" : "en",
"@value" : "Pound Mass Second per Square Gallon (UK)"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-GAL_US-FT3
URI: http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US-FT3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US-FT3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4231.630345122880713168686710718126 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.231630345122880713168686710718126E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD816" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD816"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/(gal{US}·ft³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[gal_us]-1.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Us Gallon Cubic Foot" ;
rdfs:label "Pound Mass Second per Us Gallon Cubic Foot"@en ;
.
{"resource":"Pound Mass Second per Us Gallon Cubic Foot"
,"qname":"unit:LB-SEC-PER-GAL_US-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-GAL_US-FT3"
,"properties":["conversion multiplier":"4231.630345122880713168686710718126"
,"conversion multiplier scientific":"4.231630345122880713168686710718126E3"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD816"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD816"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Us Gallon Cubic Foot"
,"label":"Pound Mass Second per Us Gallon Cubic Foot"
,"symbol":"lbm·s\/(gal{US}·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[gal_us]-1.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "4231.630345122880713168686710718126",
"conversionMultiplier:SN" : 4231.6303451228805,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD816",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD816",
"symbol" : "lbm·s/(gal{US}·ft³)",
"ucumCode" : "[lb_av].s.[gal_us]-1.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Us Gallon Cubic Foot", {
"@language" : "en",
"@value" : "Pound Mass Second per Us Gallon Cubic Foot"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-GAL_US-IN3
URI: http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US-IN3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US-IN3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 7312257.23637233787235549063612092 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.31225723637233787235549063612092E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD815" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD815"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/(gal{US}·in³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[gal_us]-1.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Us Gallon Cubic Inch" ;
rdfs:label "Pound Mass Second per Us Gallon Cubic Inch"@en ;
.
{"resource":"Pound Mass Second per Us Gallon Cubic Inch"
,"qname":"unit:LB-SEC-PER-GAL_US-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-GAL_US-IN3"
,"properties":["conversion multiplier":"7312257.23637233787235549063612092"
,"conversion multiplier scientific":"7.31225723637233787235549063612092E6"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD815"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD815"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Us Gallon Cubic Inch"
,"label":"Pound Mass Second per Us Gallon Cubic Inch"
,"symbol":"lbm·s\/(gal{US}·in³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[gal_us]-1.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "7312257.23637233787235549063612092",
"conversionMultiplier:SN" : 7312257.236372338,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD815",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD815",
"symbol" : "lbm·s/(gal{US}·in³)",
"ucumCode" : "[lb_av].s.[gal_us]-1.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mass Second per Us Gallon Cubic Inch"
}, "Pound Mass Second per Us Gallon Cubic Inch" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-GAL_US-YD3
URI: http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 156.7270498193659523395809892858564 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.567270498193659523395809892858564E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD817" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD817"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/(gal{US}·yd³)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[gal_us]-1.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Us Gallon Cubic Yard" ;
rdfs:label "Pound Mass Second per Us Gallon Cubic Yard"@en ;
.
{"resource":"Pound Mass Second per Us Gallon Cubic Yard"
,"qname":"unit:LB-SEC-PER-GAL_US-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-GAL_US-YD3"
,"properties":["conversion multiplier":"156.7270498193659523395809892858564"
,"conversion multiplier scientific":"1.567270498193659523395809892858564E2"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD817"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD817"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Us Gallon Cubic Yard"
,"label":"Pound Mass Second per Us Gallon Cubic Yard"
,"symbol":"lbm·s\/(gal{US}·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[gal_us]-1.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "156.7270498193659523395809892858564",
"conversionMultiplier:SN" : 156.72704981936596,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD817",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD817",
"symbol" : "lbm·s/(gal{US}·yd³)",
"ucumCode" : "[lb_av].s.[gal_us]-1.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Us Gallon Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Second per Us Gallon Cubic Yard"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-GAL_US2
URI: http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US2
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 31654.79323104908169850861747238494 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.165479323104908169850861747238494E4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD813" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD813"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/gal{US}²" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[gal_us]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Square Us Gallon" ;
rdfs:label "Pound Mass Second per Square Us Gallon"@en ;
.
{"resource":"Pound Mass Second per Square Us Gallon"
,"qname":"unit:LB-SEC-PER-GAL_US2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-GAL_US2"
,"properties":["conversion multiplier":"31654.79323104908169850861747238494"
,"conversion multiplier scientific":"3.165479323104908169850861747238494E4"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD813"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD813"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Square Us Gallon"
,"label":"Pound Mass Second per Square Us Gallon"
,"symbol":"lbm·s\/gal{US}²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[gal_us]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-GAL_US2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per unit gallon (US) according to the Anglo-American system of units and the unit gallon (US) according to the Anglo-American system of units per SI base unit second",
"conversionMultiplier" : "31654.79323104908169850861747238494",
"conversionMultiplier:SN" : 31654.793231049083,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD813",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD813",
"symbol" : "lbm·s/gal{US}²",
"ucumCode" : "[lb_av].s.[gal_us]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Square Us Gallon", {
"@language" : "en",
"@value" : "Pound Mass Second per Square Us Gallon"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-IN3-FT3
URI: http://qudt.org/vocab/unit/LB-SEC-PER-IN3-FT3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-SEC-PER-IN3-FT3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 977506.609723385444741966630175887 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.77506609723385444741966630175887E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD811" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD811"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·s/(in³·ft³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[in_i]-3.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Second per Cubic Inch Cubic Foot" ; rdfs:label "Pound Mass Second per Cubic Inch Cubic Foot"@en ; .
{"resource":"Pound Mass Second per Cubic Inch Cubic Foot"
,"qname":"unit:LB-SEC-PER-IN3-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-IN3-FT3"
,"properties":["conversion multiplier":"977506.609723385444741966630175887"
,"conversion multiplier scientific":"9.77506609723385444741966630175887E5"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD811"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD811"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Cubic Inch Cubic Foot"
,"label":"Pound Mass Second per Cubic Inch Cubic Foot"
,"symbol":"lbm·s\/(in³·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[in_i]-3.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-IN3-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "977506.609723385444741966630175887",
"conversionMultiplier:SN" : 977506.6097233854,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD811",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD811",
"symbol" : "lbm·s/(in³·ft³)",
"ucumCode" : "[lb_av].s.[in_i]-3.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Cubic Inch Cubic Foot", {
"@language" : "en",
"@value" : "Pound Mass Second per Cubic Inch Cubic Foot"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-IN3-GAL_UK
URI: http://qudt.org/vocab/unit/LB-SEC-PER-IN3-GAL_UK
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-IN3-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6088727.832093759954959968256473979 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.088727832093759954959968256473979E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD809" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD809"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/(in³·gal{UK})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[in_i]-3.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Cubic Inch Gallon (UK)" ;
rdfs:label "Pound Mass Second per Cubic Inch Gallon (UK)"@en ;
.
{"resource":"Pound Mass Second per Cubic Inch Gallon (UK)"
,"qname":"unit:LB-SEC-PER-IN3-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-IN3-GAL_UK"
,"properties":["conversion multiplier":"6088727.832093759954959968256473979"
,"conversion multiplier scientific":"6.088727832093759954959968256473979E6"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD809"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD809"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Cubic Inch Gallon (UK)"
,"label":"Pound Mass Second per Cubic Inch Gallon (UK)"
,"symbol":"lbm·s\/(in³·gal{UK})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[in_i]-3.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-IN3-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second",
"conversionMultiplier" : "6088727.832093759954959968256473979",
"conversionMultiplier:SN" : 6088727.83209376,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD809",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD809",
"symbol" : "lbm·s/(in³·gal{UK})",
"ucumCode" : "[lb_av].s.[in_i]-3.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Cubic Inch Gallon (UK)", {
"@language" : "en",
"@value" : "Pound Mass Second per Cubic Inch Gallon (UK)"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-IN3-GAL_US
URI: http://qudt.org/vocab/unit/LB-SEC-PER-IN3-GAL_US
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB-SEC-PER-IN3-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 7312257.23637233787235549063612092 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.31225723637233787235549063612092E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD808" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD808"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbm·s/(in³·gal{US})" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[in_i]-3.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mass Second per Cubic Inch Us Gallon" ;
rdfs:label "Pound Mass Second per Cubic Inch Us Gallon"@en ;
.
{"resource":"Pound Mass Second per Cubic Inch Us Gallon"
,"qname":"unit:LB-SEC-PER-IN3-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-IN3-GAL_US"
,"properties":["conversion multiplier":"7312257.23637233787235549063612092"
,"conversion multiplier scientific":"7.31225723637233787235549063612092E6"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD808"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD808"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Cubic Inch Us Gallon"
,"label":"Pound Mass Second per Cubic Inch Us Gallon"
,"symbol":"lbm·s\/(in³·gal{US})"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[in_i]-3.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-IN3-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second",
"conversionMultiplier" : "7312257.23637233787235549063612092",
"conversionMultiplier:SN" : 7312257.236372338,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD808",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD808",
"symbol" : "lbm·s/(in³·gal{US})",
"ucumCode" : "[lb_av].s.[in_i]-3.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Cubic Inch Us Gallon", {
"@language" : "en",
"@value" : "Pound Mass Second per Cubic Inch Us Gallon"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-IN3-YD3
URI: http://qudt.org/vocab/unit/LB-SEC-PER-IN3-YD3
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-SEC-PER-IN3-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 36203.94850827353499044320852503284 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.620394850827353499044320852503284E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD812" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD812"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·s/(in³·yd³)" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[in_i]-3.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Second per Cubic Inch Cubic Yard" ; rdfs:label "Pound Mass Second per Cubic Inch Cubic Yard"@en ; .
{"resource":"Pound Mass Second per Cubic Inch Cubic Yard"
,"qname":"unit:LB-SEC-PER-IN3-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-IN3-YD3"
,"properties":["conversion multiplier":"36203.94850827353499044320852503284"
,"conversion multiplier scientific":"3.620394850827353499044320852503284E4"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD812"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD812"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Cubic Inch Cubic Yard"
,"label":"Pound Mass Second per Cubic Inch Cubic Yard"
,"symbol":"lbm·s\/(in³·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[in_i]-3.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-IN3-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "36203.94850827353499044320852503284",
"conversionMultiplier:SN" : 36203.948508273534,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD812",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD812",
"symbol" : "lbm·s/(in³·yd³)",
"ucumCode" : "[lb_av].s.[in_i]-3.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass Second per Cubic Inch Cubic Yard", {
"@language" : "en",
"@value" : "Pound Mass Second per Cubic Inch Cubic Yard"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB-SEC-PER-IN6
URI: http://qudt.org/vocab/unit/LB-SEC-PER-IN6
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB-SEC-PER-IN6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1689131421.602010048514118336943933 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.689131421602010048514118336943933E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD810" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD810"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbm·s/in⁶" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].s.[in_i]-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass Second per Sextic Inch" ; rdfs:label "Pound Mass Second per Sextic Inch"@en ; .
{"resource":"Pound Mass Second per Sextic Inch"
,"qname":"unit:LB-SEC-PER-IN6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB-SEC-PER-IN6"
,"properties":["conversion multiplier":"1689131421.602010048514118336943933"
,"conversion multiplier scientific":"1.689131421602010048514118336943933E9"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD810"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD810"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass Second per Sextic Inch"
,"label":"Pound Mass Second per Sextic Inch"
,"symbol":"lbm·s\/in\u2076"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].s.[in_i]-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB-SEC-PER-IN6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "1689131421.602010048514118336943933",
"conversionMultiplier:SN" : 1.68913142160201E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD810",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD810",
"symbol" : "lbm·s/in⁶",
"ucumCode" : "[lb_av].s.[in_i]-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mass Second per Sextic Inch"
}, "Pound Mass Second per Sextic Inch" ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F
URI: http://qudt.org/vocab/unit/LB_F
"Pound Force" is an Imperial unit for 'Force' expressed as $lbf$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound Force\" is an Imperial unit for 'Force' expressed as $lbf$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4.4482218148411428 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.4482218148411428E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pound-force"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA696" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA696"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbf" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "lbf" ; <http://qudt.org/schema/qudt/uneceCommonCode> "C78" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1194225> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force" ; rdfs:label "Pound Force"@en ; .
{"resource":"Pound Force"
,"qname":"unit:LB_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1194225>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4.4482218148411428"
,"conversion multiplier scientific":"4.4482218148411428E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pound-force"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound Force\" is an Imperial unit for 'Force' expressed as $lbf$."
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA696"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pound-force?oldid=453191483"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA696"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force"
,"label":"Pound Force"
,"symbol":"lbf"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av]"
,"udunits code":"lbf"
,"unece common code":"C78"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound Force\" is an Imperial unit for 'Force' expressed as $lbf$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4.4482218148411428",
"conversionMultiplier:SN" : 4.448221814841143,
"dbpediaMatch" : "http://dbpedia.org/resource/Pound-force",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAA696",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA696" ],
"symbol" : "lbf",
"ucumCode" : "[lbf_av]",
"udunitsCode" : "lbf",
"uneceCommonCode" : "C78",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1194225",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force", {
"@language" : "en",
"@value" : "Pound Force"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-FT
URI: http://qudt.org/vocab/unit/LB_F-FT
"Pound Force Foot" is an Imperial unit for 'Torque' expressed as $lbf-ft$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F-FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound Force Foot\" is an Imperial unit for 'Torque' expressed as $lbf-ft$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.35581800916358032544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.35581800916358032544E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$lbf-ft$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA697" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA697"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbf·ft" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[ft_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M92" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q16859309> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force Foot" ; rdfs:label "Pound Force Foot"@en ; .
{"resource":"Pound Force Foot"
,"qname":"unit:LB_F-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-FT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q16859309>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.35581800916358032544"
,"conversion multiplier scientific":"1.35581800916358032544E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound Force Foot\" is an Imperial unit for 'Torque' expressed as $lbf-ft$."
,"expression":"$lbf-ft$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA697"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA697"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force Foot"
,"label":"Pound Force Foot"
,"symbol":"lbf·ft"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[ft_i]"
,"unece common code":"M92"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound Force Foot\" is an Imperial unit for 'Torque' expressed as $lbf-ft$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1.35581800916358032544",
"conversionMultiplier:SN" : 1.3558180091635803,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lbf-ft$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Torque", "http://qudt.org/vocab/quantitykind/MomentOfForce" ],
"iec61360Code" : "0112/2///62720#UAA697",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA697",
"symbol" : "lbf·ft",
"ucumCode" : "[lbf_av].[ft_i]",
"uneceCommonCode" : "M92",
"wikidataMatch" : "http://www.wikidata.org/entity/Q16859309",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force Foot", {
"@language" : "en",
"@value" : "Pound Force Foot"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-FT-PER-IN
URI: http://qudt.org/vocab/unit/LB_F-FT-PER-IN
unit for length-related rotational moment according to the Anglo-American and Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F-FT-PER-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for length-related rotational moment according to the Anglo-American and Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 53.3786617780937136 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.33786617780937136E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearTorque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB292" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB292"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbf·ft/in" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[ft_i].[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P89" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force Foot per Inch" ; rdfs:label "Pound Force Foot per Inch"@en ; .
{"resource":"Pound Force Foot per Inch"
,"qname":"unit:LB_F-FT-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-FT-PER-IN"
,"properties":["conversion multiplier":"53.3786617780937136"
,"conversion multiplier scientific":"5.33786617780937136E1"
,"description":"unit for length-related rotational moment according to the Anglo-American and Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:LinearTorque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB292"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB292"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force Foot per Inch"
,"label":"Pound Force Foot per Inch"
,"symbol":"lbf·ft\/in"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[ft_i].[in_i]-1"
,"unece common code":"P89"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-FT-PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for length-related rotational moment according to the Anglo-American and Imperial system of units",
"conversionMultiplier" : "53.3786617780937136",
"conversionMultiplier:SN" : 53.378661778093715,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearTorque",
"iec61360Code" : "0112/2///62720#UAB292",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB292",
"symbol" : "lbf·ft/in",
"ucumCode" : "[lbf_av].[ft_i].[in_i]-1",
"uneceCommonCode" : "P89",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Force Foot per Inch"
}, "Pound Force Foot per Inch" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-IN
URI: http://qudt.org/vocab/unit/LB_F-IN
"Pound Force Inch" is an Imperial unit for 'Torque' expressed as $lbf-in$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound Force Inch\" is an Imperial unit for 'Torque' expressed as $lbf-in$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.11298483409696502712 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1298483409696502712E-1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$lbf-in$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA699" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA699"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbf·in" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F21" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force Inch" ; rdfs:label "Pound Force Inch"@en ; .
{"resource":"Pound Force Inch"
,"qname":"unit:LB_F-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-IN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.11298483409696502712"
,"conversion multiplier scientific":"1.1298483409696502712E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound Force Inch\" is an Imperial unit for 'Torque' expressed as $lbf-in$."
,"expression":"$lbf-in$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA699"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA699"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force Inch"
,"label":"Pound Force Inch"
,"symbol":"lbf·in"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[in_i]"
,"unece common code":"F21"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound Force Inch\" is an Imperial unit for 'Torque' expressed as $lbf-in$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.11298483409696502712",
"conversionMultiplier:SN" : 0.11298483409696503,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lbf-in$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAA699",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA699",
"symbol" : "lbf·in",
"ucumCode" : "[lbf_av].[in_i]",
"uneceCommonCode" : "F21",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force Inch", {
"@language" : "en",
"@value" : "Pound Force Inch"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-IN-PER-IN
URI: http://qudt.org/vocab/unit/LB_F-IN-PER-IN
unit for length-related rotational moment according to the Anglo-American and Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F-IN-PER-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for length-related rotational moment according to the Anglo-American and Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 4.4482218148411428 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.4482218148411428E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearTorque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB293" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB293"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbf·in/in" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[in_i].[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P90" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force Inch per Inch" ; rdfs:label "Pound Force Inch per Inch"@en ; .
{"resource":"Pound Force Inch per Inch"
,"qname":"unit:LB_F-IN-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-IN-PER-IN"
,"properties":["conversion multiplier":"4.4482218148411428"
,"conversion multiplier scientific":"4.4482218148411428E0"
,"description":"unit for length-related rotational moment according to the Anglo-American and Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:LinearTorque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB293"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB293"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force Inch per Inch"
,"label":"Pound Force Inch per Inch"
,"symbol":"lbf·in\/in"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[in_i].[in_i]-1"
,"unece common code":"P90"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-IN-PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for length-related rotational moment according to the Anglo-American and Imperial system of units",
"conversionMultiplier" : "4.4482218148411428",
"conversionMultiplier:SN" : 4.448221814841143,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearTorque",
"iec61360Code" : "0112/2///62720#UAB293",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB293",
"symbol" : "lbf·in/in",
"ucumCode" : "[lbf_av].[in_i].[in_i]-1",
"uneceCommonCode" : "P90",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force Inch per Inch", {
"@language" : "en",
"@value" : "Pound Force Inch per Inch"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-PER-FT
URI: http://qudt.org/vocab/unit/LB_F-PER-FT
"Pound Force per Foot" is an Imperial unit for 'Force Per Length' expressed as $lbf/ft$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F-PER-FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound Force per Foot\" is an Imperial unit for 'Force Per Length' expressed as $lbf/ft$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 14.5939035919985 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.45939035919985E1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$lbf/ft$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/symbol> "lbf/ft" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[ft_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force per Foot" ; rdfs:label "Pound Force per Foot"@en ; .
{"resource":"Pound Force per Foot"
,"qname":"unit:LB_F-PER-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-PER-FT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"14.5939035919985"
,"conversion multiplier scientific":"1.45939035919985E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound Force per Foot\" is an Imperial unit for 'Force Per Length' expressed as $lbf\/ft$."
,"expression":"$lbf\/ft$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force per Foot"
,"label":"Pound Force per Foot"
,"symbol":"lbf\/ft"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[ft_i]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-PER-FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound Force per Foot\" is an Imperial unit for 'Force Per Length' expressed as $lbf/ft$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "14.5939035919985",
"conversionMultiplier:SN" : 14.5939035919985,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lbf/ft$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"symbol" : "lbf/ft",
"ucumCode" : "[lbf_av].[ft_i]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force per Foot", {
"@language" : "en",
"@value" : "Pound Force per Foot"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-PER-FT2
URI: http://qudt.org/vocab/unit/LB_F-PER-FT2
Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB_F-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 47.88026112860400262467191601049868 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.788026112860400262467191601049868E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$lbf/ft^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA698" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA698"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbf/ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K85" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Force per Square Foot" ;
rdfs:label "Pound Force per Square Foot"@en ;
.
{"resource":"Pound Force per Square Foot"
,"qname":"unit:LB_F-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-PER-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"47.88026112860400262467191601049868"
,"conversion multiplier scientific":"4.788026112860400262467191601049868E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load."
,"expression":"$lbf\/ft^{2}$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA698"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA698"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force per Square Foot"
,"label":"Pound Force per Square Foot"
,"symbol":"lbf\/ft²"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[ft_i]-2"
,"unece common code":"K85"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Pounds or Pounds Force per Square Foot is a British (Imperial) and American pressure unit which is directly related to the psi pressure unit by a factor of 144 (1 sq ft = 12 in x 12 in = 144 sq in). 1 Pound per Square Foot equals 47.8803 Pascals. The psf pressure unit is mostly for lower pressure applications such as specifying building structures to withstand a certain wind force or rating a building floor for maximum weight load.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "47.88026112860400262467191601049868",
"conversionMultiplier:SN" : 47.880261128604005,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$lbf/ft^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA698",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA698",
"symbol" : "lbf/ft²",
"ucumCode" : "[lbf_av].[ft_i]-2",
"uneceCommonCode" : "K85",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force per Square Foot", {
"@language" : "en",
"@value" : "Pound Force per Square Foot"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-PER-IN
URI: http://qudt.org/vocab/unit/LB_F-PER-IN
"Pound Force per Inch" is an Imperial unit for 'Force Per Length' expressed as $lbf/in$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F-PER-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound Force per Inch\" is an Imperial unit for 'Force Per Length' expressed as $lbf/in$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 175.126843103982 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.75126843103982E2 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$lbf/in$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA700" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA700"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbf/in" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F48" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force per Inch" ; rdfs:label "Pound Force per Inch"@en ; .
{"resource":"Pound Force per Inch"
,"qname":"unit:LB_F-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-PER-IN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"175.126843103982"
,"conversion multiplier scientific":"1.75126843103982E2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound Force per Inch\" is an Imperial unit for 'Force Per Length' expressed as $lbf\/in$."
,"expression":"$lbf\/in$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA700"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA700"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force per Inch"
,"label":"Pound Force per Inch"
,"symbol":"lbf\/in"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[in_i]-1"
,"unece common code":"F48"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound Force per Inch\" is an Imperial unit for 'Force Per Length' expressed as $lbf/in$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "175.126843103982",
"conversionMultiplier:SN" : 175.126843103982,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lbf/in$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerLength", "http://qudt.org/vocab/quantitykind/EnergyPerArea" ],
"iec61360Code" : "0112/2///62720#UAA700",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA700",
"symbol" : "lbf/in",
"ucumCode" : "[lbf_av].[in_i]-1",
"uneceCommonCode" : "F48",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force per Inch", {
"@language" : "en",
"@value" : "Pound Force per Inch"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-PER-IN2
URI: http://qudt.org/vocab/unit/LB_F-PER-IN2
"Pound Force per Square Inch" is an Imperial unit for 'Force Per Area' expressed as $psia$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F-PER-IN2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound Force per Square Inch\" is an Imperial unit for 'Force Per Area' expressed as $psia$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 6894.757602518976377952755905511811 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.894757602518976377952755905511811E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pounds_per_square_inch"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PSI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA701" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pounds_per_square_inch?oldid=485678341"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA701"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbf/in²" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "PS" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q626299> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force per Square Inch" ; rdfs:label "Pound Force per Square Inch"@en ; .
{"resource":"Pound Force per Square Inch"
,"qname":"unit:LB_F-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-PER-IN2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q626299>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"6894.757602518976377952755905511811"
,"conversion multiplier scientific":"6.894757602518976377952755905511811E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pounds_per_square_inch"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound Force per Square Inch\" is an Imperial unit for 'Force Per Area' expressed as $psia$."
,"exact match":"unit:PSI"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA701"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pounds_per_square_inch?oldid=485678341"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA701"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force per Square Inch"
,"label":"Pound Force per Square Inch"
,"symbol":"lbf\/in²"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[in_i]-2"
,"unece common code":"PS"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-PER-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound Force per Square Inch\" is an Imperial unit for 'Force Per Area' expressed as $psia$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "6894.757602518976377952755905511811",
"conversionMultiplier:SN" : 6894.7576025189765,
"dbpediaMatch" : "http://dbpedia.org/resource/Pounds_per_square_inch",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"exactMatch" : "http://qudt.org/vocab/unit/PSI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ShearModulus", "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity" ],
"iec61360Code" : "0112/2///62720#UAA701",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Pounds_per_square_inch?oldid=485678341", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA701" ],
"symbol" : "lbf/in²",
"ucumCode" : "[lbf_av].[in_i]-2",
"uneceCommonCode" : "PS",
"wikidataMatch" : "http://www.wikidata.org/entity/Q626299",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force per Square Inch", {
"@language" : "en",
"@value" : "Pound Force per Square Inch"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-PER-IN2-DEG_F
URI: http://qudt.org/vocab/unit/LB_F-PER-IN2-DEG_F
composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F-PER-IN2-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 12410.56368453415748031496062992126 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.241056368453415748031496062992126E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricHeatCapacity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA702" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA702"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature" ; <http://qudt.org/schema/qudt/symbol> "lbf/(in²·°F)" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[in_i]-2.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K86" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force per Square Inch Degree Fahrenheit" ; rdfs:label "Pound Force per Square Inch Degree Fahrenheit"@en ; .
{"resource":"Pound Force per Square Inch Degree Fahrenheit"
,"qname":"unit:LB_F-PER-IN2-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-PER-IN2-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"12410.56368453415748031496062992126"
,"conversion multiplier scientific":"1.241056368453415748031496062992126E4"
,"description":"composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature"
,"description (plain text)":"composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:VolumetricHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA702"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA702"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force per Square Inch Degree Fahrenheit"
,"label":"Pound Force per Square Inch Degree Fahrenheit"
,"symbol":"lbf\/(in²·°F)"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[in_i]-2.[degF]-1"
,"unece common code":"K86"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-PER-IN2-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "12410.56368453415748031496062992126",
"conversionMultiplier:SN" : 12410.563684534158,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricHeatCapacity",
"iec61360Code" : "0112/2///62720#UAA702",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA702",
"plainTextDescription" : "composed unit for pressure (pound-force per square inch) divided by the unit degree Fahrenheit for temperature",
"symbol" : "lbf/(in²·°F)",
"ucumCode" : "[lbf_av].[in_i]-2.[degF]-1",
"uneceCommonCode" : "K86",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force per Square Inch Degree Fahrenheit", {
"@language" : "en",
"@value" : "Pound Force per Square Inch Degree Fahrenheit"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-PER-IN2-SEC
URI: http://qudt.org/vocab/unit/LB_F-PER-IN2-SEC
"Pound Force per Square Inch Second" is a unit for 'Force Per Area Time' expressed as $lbf / in^{2}-s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB_F-PER-IN2-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Pound Force per Square Inch Second\" is a unit for 'Force Per Area Time' expressed as $lbf / in^{2}-s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6894.757602518976377952755905511811 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.894757602518976377952755905511811E3 ;
<http://qudt.org/schema/qudt/expression> "$lbf / in^{2}-s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerAreaTime> ;
<http://qudt.org/schema/qudt/symbol> "lbf/(in²·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[in_i]-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Force per Square Inch Second" ;
rdfs:label "Pound Force per Square Inch Second"@en ;
.
{"resource":"Pound Force per Square Inch Second"
,"qname":"unit:LB_F-PER-IN2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-PER-IN2-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"6894.757602518976377952755905511811"
,"conversion multiplier scientific":"6.894757602518976377952755905511811E3"
,"description":"\"Pound Force per Square Inch Second\" is a unit for 'Force Per Area Time' expressed as $lbf \/ in^{2}-s$."
,"expression":"$lbf \/ in^{2}-s$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ForcePerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force per Square Inch Second"
,"label":"Pound Force per Square Inch Second"
,"symbol":"lbf\/(in²·s)"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[in_i]-2.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-PER-IN2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound Force per Square Inch Second\" is a unit for 'Force Per Area Time' expressed as $lbf / in^{2}-s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "6894.757602518976377952755905511811",
"conversionMultiplier:SN" : 6894.7576025189765,
"expression" : "$lbf / in^{2}-s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerAreaTime",
"symbol" : "lbf/(in²·s)",
"ucumCode" : "[lbf_av].[in_i]-2.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force per Square Inch Second", {
"@language" : "en",
"@value" : "Pound Force per Square Inch Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-PER-LB
URI: http://qudt.org/vocab/unit/LB_F-PER-LB
"Pound Force per Pound" is an Imperial unit for 'Thrust To Mass Ratio' expressed as $lbf/lb$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F-PER-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Pound Force per Pound\" is an Imperial unit for 'Thrust To Mass Ratio' expressed as $lbf/lb$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 9.806650439999999999999999999999998 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.806650439999999999999999999999998E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$lbf/lb$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThrustToMassRatio> ; <http://qudt.org/schema/qudt/symbol> "lbf/lbm" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force per Pound Mass" ; rdfs:label "Pound Force per Pound Mass"@en ; .
{"resource":"Pound Force per Pound Mass"
,"qname":"unit:LB_F-PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-PER-LB"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"9.806650439999999999999999999999998"
,"conversion multiplier scientific":"9.806650439999999999999999999999998E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound Force per Pound\" is an Imperial unit for 'Thrust To Mass Ratio' expressed as $lbf\/lb$."
,"expression":"$lbf\/lb$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:ThrustToMassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force per Pound Mass"
,"label":"Pound Force per Pound Mass"
,"symbol":"lbf\/lbm"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[lb_av]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-PER-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound Force per Pound\" is an Imperial unit for 'Thrust To Mass Ratio' expressed as $lbf/lb$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "9.806650439999999999999999999999998",
"conversionMultiplier:SN" : 9.80665044,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$lbf/lb$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThrustToMassRatio",
"symbol" : "lbf/lbm",
"ucumCode" : "[lbf_av].[lb_av]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force per Pound Mass", {
"@language" : "en",
"@value" : "Pound Force per Pound Mass"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-PER-YD
URI: http://qudt.org/vocab/unit/LB_F-PER-YD
unit of force per unit length based on the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_F-PER-YD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of force per unit length based on the Anglo-American system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 4.864634530666166666666666666666666 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.864634530666166666666666666666666E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB454" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB454"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lbf/yd" ; <http://qudt.org/schema/qudt/ucumCode> "[lbf_av].[yd_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N33" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Force per Yard" ; rdfs:label "Pound Force per Yard"@en ; .
{"resource":"Pound Force per Yard"
,"qname":"unit:LB_F-PER-YD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-PER-YD"
,"properties":["conversion multiplier":"4.864634530666166666666666666666666"
,"conversion multiplier scientific":"4.864634530666166666666666666666666E0"
,"description":"unit of force per unit length based on the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB454"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB454"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force per Yard"
,"label":"Pound Force per Yard"
,"symbol":"lbf\/yd"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].[yd_i]-1"
,"unece common code":"N33"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-PER-YD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of force per unit length based on the Anglo-American system of units",
"conversionMultiplier" : "4.864634530666166666666666666666666",
"conversionMultiplier:SN" : 4.864634530666167,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"iec61360Code" : "0112/2///62720#UAB454",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB454",
"symbol" : "lbf/yd",
"ucumCode" : "[lbf_av].[yd_i]-1",
"uneceCommonCode" : "N33",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force per Yard", {
"@language" : "en",
"@value" : "Pound Force per Yard"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-SEC-PER-FT2
URI: http://qudt.org/vocab/unit/LB_F-SEC-PER-FT2
"Pound Force Second per Square Foot" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/ft^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB_F-SEC-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Pound Force Second per Square Foot\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/ft^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 47.88026112860400262467191601049868 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.788026112860400262467191601049868E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$lbf-s/ft^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA707" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA707"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbf·s/ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "[lbf_av].s.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K91" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Force Second per Square Foot" ;
rdfs:label "Pound Force Second per Square Foot"@en ;
.
{"resource":"Pound Force Second per Square Foot"
,"qname":"unit:LB_F-SEC-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-SEC-PER-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"47.88026112860400262467191601049868"
,"conversion multiplier scientific":"4.788026112860400262467191601049868E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound Force Second per Square Foot\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s\/ft^{2}$."
,"expression":"$lbf-s\/ft^2$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA707"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA707"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force Second per Square Foot"
,"label":"Pound Force Second per Square Foot"
,"symbol":"lbf·s\/ft²"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].s.[ft_i]-2"
,"unece common code":"K91"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-SEC-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound Force Second per Square Foot\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/ft^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "47.88026112860400262467191601049868",
"conversionMultiplier:SN" : 47.880261128604005,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$lbf-s/ft^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"iec61360Code" : "0112/2///62720#UAA707",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA707",
"symbol" : "lbf·s/ft²",
"ucumCode" : "[lbf_av].s.[ft_i]-2",
"uneceCommonCode" : "K91",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force Second per Square Foot", {
"@language" : "en",
"@value" : "Pound Force Second per Square Foot"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_F-SEC-PER-IN2
URI: http://qudt.org/vocab/unit/LB_F-SEC-PER-IN2
"Pound Force Second per Square Inch" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/in^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LB_F-SEC-PER-IN2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Pound Force Second per Square Inch\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/in^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6894.757602518976377952755905511811 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.894757602518976377952755905511811E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$lbf-s/in^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA708" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA708"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "lbf·s/in²" ;
<http://qudt.org/schema/qudt/ucumCode> "[lbf_av].s.[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K92" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Force Second per Square Inch" ;
rdfs:label "Pound Force Second per Square Inch"@en ;
.
{"resource":"Pound Force Second per Square Inch"
,"qname":"unit:LB_F-SEC-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_F-SEC-PER-IN2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"6894.757602518976377952755905511811"
,"conversion multiplier scientific":"6.894757602518976377952755905511811E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Pound Force Second per Square Inch\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s\/in^{2}$."
,"expression":"$lbf-s\/in^{2}$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA708"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA708"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Force Second per Square Inch"
,"label":"Pound Force Second per Square Inch"
,"symbol":"lbf·s\/in²"
,"type":"qudt:Unit"
,"ucum code":"[lbf_av].s.[in_i]-2"
,"unece common code":"K92"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_F-SEC-PER-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Pound Force Second per Square Inch\" is an Imperial unit for 'Dynamic Viscosity' expressed as $lbf-s/in^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "6894.757602518976377952755905511811",
"conversionMultiplier:SN" : 6894.7576025189765,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$lbf-s/in^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAA708",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA708",
"symbol" : "lbf·s/in²",
"ucumCode" : "[lbf_av].s.[in_i]-2",
"uneceCommonCode" : "K92",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Force Second per Square Inch", {
"@language" : "en",
"@value" : "Pound Force Second per Square Inch"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_M
URI: http://qudt.org/vocab/unit/LB_M
A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.45359237 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.5359237E-1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/LB> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "lbm" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "lb" ; <http://qudt.org/schema/qudt/uneceCommonCode> "LBR" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mass" ; rdfs:label "Pound Mass"@en ; .
{"resource":"Pound Mass"
,"qname":"unit:LB_M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.45359237"
,"conversion multiplier scientific":"4.5359237E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg."
,"exact match":"unit:LB"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mass"
,"label":"Pound Mass"
,"scalingOf":"unit:KiloGM"
,"symbol":"lbm"
,"type":"qudt:Unit"
,"ucum code":"[lb_av]"
,"udunits code":"lb"
,"unece common code":"LBR"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A pound of mass, based on the international standard definition of the pound of mass as exactly 0.45359237 kg.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.45359237",
"conversionMultiplier:SN" : 0.45359237,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"exactMatch" : "http://qudt.org/vocab/unit/LB",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "lbm",
"ucumCode" : "[lb_av]",
"udunitsCode" : "lb",
"uneceCommonCode" : "LBR",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mass", {
"@language" : "en",
"@value" : "Pound Mass"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LB_T
URI: http://qudt.org/vocab/unit/LB_T
An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LB_T> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.3732417216 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.732417216E-1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB197" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB197"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "lbt" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_tr]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "LBT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q39617818> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Troy" ; rdfs:label "Pound Troy"@en ; .
{"resource":"Pound Troy"
,"qname":"unit:LB_T"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LB_T"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q39617818>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.3732417216"
,"conversion multiplier scientific":"3.732417216E-1"
,"defined unit of system":"sou:USCS"
,"description":"An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1\/12th of a Troy Pound."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB197"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB197"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Troy"
,"label":"Pound Troy"
,"scalingOf":"unit:KiloGM"
,"symbol":"lbt"
,"type":"qudt:Unit"
,"ucum code":"[lb_tr]"
,"unece common code":"LBT"
]}
{
"@id" : "http://qudt.org/vocab/unit/LB_T",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "An obsolete unit of mass; the Troy Pound has been defined as exactly 5760 grains, or 0.3732417216 kg. A Troy Ounce is 1/12th of a Troy Pound.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.3732417216",
"conversionMultiplier:SN" : 0.3732417216,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB197",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB197",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "lbt",
"ucumCode" : "[lb_tr]",
"uneceCommonCode" : "LBT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q39617818",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Troy", {
"@language" : "en",
"@value" : "Pound Troy"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LM
URI: http://qudt.org/vocab/unit/LM
The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of $4\cdot\pi$ steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of $1 cd\cdot 4 \pi sr = 4 \pi cd \cdot sr \approx 12.57 \; \text{lumens}$. "Lumen" is a Latin word for light.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/LM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of $4\\cdot\\pi$ steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of $1 cd\\cdot 4 \\pi sr = 4 \\pi cd \\cdot sr \\approx 12.57 \\; \\text{lumens}$. \"Lumen\" is a Latin word for light."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Lumen"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousFlux> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA718" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA718"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Lumen_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lumen> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/lumen> ;
<http://qudt.org/schema/qudt/siUnitsExpression> "cd.sr" ;
<http://qudt.org/schema/qudt/symbol> "lm" ;
<http://qudt.org/schema/qudt/ucumCode> "lm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "LM" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "LUM" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q484092> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Lumen" ;
rdfs:label "Lumen"@cs ;
rdfs:label "Lumen"@de ;
rdfs:label "Lumen"@en ;
rdfs:label "Lumen"@es ;
rdfs:label "Lumen"@fr ;
rdfs:label "Lumen"@hu ;
rdfs:label "Lumen"@it ;
rdfs:label "Lumen"@la ;
rdfs:label "Lumen"@ms ;
rdfs:label "Lumen"@pl ;
rdfs:label "Lumen"@pt ;
rdfs:label "Lumen"@ro ;
rdfs:label "Lumen"@sl ;
rdfs:label "Lümen"@tr ;
rdfs:label "Λούμεν"@el ;
rdfs:label "Лумен"@bg ;
rdfs:label "Лумен"@ru ;
rdfs:label "לומן"@he ;
rdfs:label "لومن"@ar ;
rdfs:label "لومن"@fa ;
rdfs:label "ल्यूमैन"@hi ;
rdfs:label "ルーメン"@ja ;
rdfs:label "流明"@zh ;
.
{"resource":"Lumen"
,"qname":"unit:LM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LM"
,"properties":["Individual from SI Reference Point":"si-unit:lumen"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q484092>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Lumen"
,"defined unit of system":"sou:SI"
,"description":"The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of $4\\cdot\\pi$ steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of $1 cd\\cdot 4 \\pi sr = 4 \\pi cd \\cdot sr \\approx 12.57 \\; \\text{lumens}$. \"Lumen\" is a Latin word for light."
,"has dimension vector":"qkdv:A0E0L0I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousFlux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA718"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA718"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Lumen_(unit)"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lumen"
,"label":"Lümen"
,"label":"Λούμεν"
,"label":"Лумен"
,"label":"Лумен"
,"label":"לומן"
,"label":"لومن"
,"label":"لومن"
,"label":"ल्यूमैन"
,"label":"ルーメン"
,"label":"流明"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/lumen>"
,"si units expression":"cd.sr"
,"symbol":"lm"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"lm"
,"udunits code":"LM"
,"unece common code":"LUM"
]}
{
"@id" : "http://qudt.org/vocab/unit/LM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit for measuring the flux of light being produced by a light source or received by a surface. The intensity of a light source is measured in candelas. One lumen represents the total flux of light emitted, equal to the intensity in candelas multiplied by the solid angle in steradians into which the light is emitted. A full sphere has a solid angle of $4\\cdot\\pi$ steradians. A light source that uniformly radiates one candela in all directions has a total luminous flux of $1 cd\\cdot 4 \\pi sr = 4 \\pi cd \\cdot sr \\approx 12.57 \\; \\text{lumens}$. \"Lumen\" is a Latin word for light.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Lumen",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousFlux",
"iec61360Code" : "0112/2///62720#UAA718",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Lumen_(unit)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA718" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/lumen",
"siExactMatch" : "https://si-digital-framework.org/SI/units/lumen",
"siUnitsExpression" : "cd.sr",
"symbol" : "lm",
"ucumCode" : "lm",
"udunitsCode" : "LM",
"uneceCommonCode" : "LUM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q484092",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Лумен"
}, {
"@language" : "bg",
"@value" : "Лумен"
}, {
"@language" : "ja",
"@value" : "ルーメン"
}, {
"@language" : "el",
"@value" : "Λούμεν"
}, {
"@language" : "tr",
"@value" : "Lümen"
}, {
"@language" : "hi",
"@value" : "ल्यूमैन"
}, {
"@language" : "zh",
"@value" : "流明"
}, {
"@language" : "en",
"@value" : "Lumen"
}, {
"@language" : "de",
"@value" : "Lumen"
}, {
"@language" : "cs",
"@value" : "Lumen"
}, "Lumen", {
"@language" : "sl",
"@value" : "Lumen"
}, {
"@language" : "it",
"@value" : "Lumen"
}, {
"@language" : "la",
"@value" : "Lumen"
}, {
"@language" : "ms",
"@value" : "Lumen"
}, {
"@language" : "fa",
"@value" : "لومن"
}, {
"@language" : "ar",
"@value" : "لومن"
}, {
"@language" : "pl",
"@value" : "Lumen"
}, {
"@language" : "pt",
"@value" : "Lumen"
}, {
"@language" : "ro",
"@value" : "Lumen"
}, {
"@language" : "es",
"@value" : "Lumen"
}, {
"@language" : "fr",
"@value" : "Lumen"
}, {
"@language" : "hu",
"@value" : "Lumen"
}, {
"@language" : "he",
"@value" : "לומן"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LM-HR
URI: http://qudt.org/vocab/unit/LM-HR
product of the SI derived unit lumen and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LM-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit lumen and the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA720" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA720"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lm·h" ; <http://qudt.org/schema/qudt/ucumCode> "lm.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B59" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lumen Hour" ; rdfs:label "Lumen Hour"@en ; .
{"resource":"Lumen Hour"
,"qname":"unit:LM-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LM-HR"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"product of the SI derived unit lumen and the unit hour"
,"has dimension vector":"qkdv:A0E0L0I1M0H0T1D0"
,"has quantity kind":"quantitykind:LuminousEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA720"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA720"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lumen Hour"
,"label":"Lumen Hour"
,"symbol":"lm·h"
,"type":"qudt:Unit"
,"ucum code":"lm.h"
,"unece common code":"B59"
]}
{
"@id" : "http://qudt.org/vocab/unit/LM-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit lumen and the unit hour",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousEnergy",
"iec61360Code" : "0112/2///62720#UAA720",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA720",
"symbol" : "lm·h",
"ucumCode" : "lm.h",
"uneceCommonCode" : "B59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lumen Hour", {
"@language" : "en",
"@value" : "Lumen Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LM-PER-FT2
URI: http://qudt.org/vocab/unit/LM-PER-FT2
SI derived unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LM-PER-FT2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.7639104167097223083335055559 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.07639104167097223083335055559E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Luminance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB254" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB254"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lm/ft²" ; <http://qudt.org/schema/qudt/ucumCode> "lm.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P25" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lumen per Square Foot" ; rdfs:label "Lumen per Square Foot"@en ; .
{"resource":"Lumen per Square Foot"
,"qname":"unit:LM-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LM-PER-FT2"
,"properties":["conversion multiplier":"10.7639104167097223083335055559"
,"conversion multiplier scientific":"1.07639104167097223083335055559E1"
,"description":"SI derived unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:Luminance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB254"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB254"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lumen per Square Foot"
,"label":"Lumen per Square Foot"
,"symbol":"lm\/ft²"
,"type":"qudt:Unit"
,"ucum code":"lm.[ft_i]-2"
,"unece common code":"P25"
]}
{
"@id" : "http://qudt.org/vocab/unit/LM-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit lumen divided by the power of the unit foot according to the Anglo-American and Imperial system of units by exponent 2",
"conversionMultiplier" : "10.7639104167097223083335055559",
"conversionMultiplier:SN" : 10.763910416709722,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Luminance",
"iec61360Code" : "0112/2///62720#UAB254",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB254",
"symbol" : "lm/ft²",
"ucumCode" : "lm.[ft_i]-2",
"uneceCommonCode" : "P25",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lumen per Square Foot", {
"@language" : "en",
"@value" : "Lumen per Square Foot"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LM-PER-M2
URI: http://qudt.org/vocab/unit/LM-PER-M2
SI derived unit lumen divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LM-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit lumen divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Luminance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA721" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA721"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lm/m²" ; <http://qudt.org/schema/qudt/ucumCode> "lm.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B60" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lumen na Kvadratni Meter"@sl ; rdfs:label "Lumen na Metr Kwadratowy"@pl ; rdfs:label "Lumen na Čtvereční Metr"@cs ; rdfs:label "Lumen par Mètre Carré"@fr ; rdfs:label "Lumen pe Metru Pătrat"@ro ; rdfs:label "Lumen per Meter Persegi"@ms ; rdfs:label "Lumen per Metro Quadrato"@it ; rdfs:label "Lumen per Metrum Quadratum"@la ; rdfs:label "Lumen per Square Meter"@en-US ; rdfs:label "Lumen per Square Metre" ; rdfs:label "Lumen per Square Metre"@en ; rdfs:label "Lumen por Metro Cuadrado"@es ; rdfs:label "Lumen por Metro Quadrado"@pt ; rdfs:label "Lumen pro Quadratmeter"@de ; rdfs:label "Lümen per Metrekare"@tr ; rdfs:label "Λούμεν ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Лумен на Квадратен Метър"@bg ; rdfs:label "Лумен на Квадратный Метр"@ru ; .
{"resource":"Lumen per Square Metre"
,"qname":"unit:LM-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LM-PER-M2"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit lumen divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:Luminance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA721"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA721"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lumen na Kvadratni Meter"
,"label":"Lumen na Metr Kwadratowy"
,"label":"Lumen na Čtvereční Metr"
,"label":"Lumen par Mètre Carré"
,"label":"Lumen pe Metru Pătrat"
,"label":"Lumen per Meter Persegi"
,"label":"Lumen per Metro Quadrato"
,"label":"Lumen per Metrum Quadratum"
,"label":"Lumen per Square Meter"
,"label":"Lumen per Square Metre"
,"label":"Lumen per Square Metre"
,"label":"Lumen por Metro Cuadrado"
,"label":"Lumen por Metro Quadrado"
,"label":"Lumen pro Quadratmeter"
,"label":"Lümen per Metrekare"
,"label":"Λούμεν ανά Τετραγωνικό Μέτρο"
,"label":"Лумен на Квадратен Метър"
,"label":"Лумен на Квадратный Метр"
,"symbol":"lm\/m²"
,"type":"qudt:Unit"
,"ucum code":"lm.m-2"
,"unece common code":"B60"
]}
{
"@id" : "http://qudt.org/vocab/unit/LM-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit lumen divided by the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Luminance",
"iec61360Code" : "0112/2///62720#UAA721",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA721",
"symbol" : "lm/m²",
"ucumCode" : "lm.m-2",
"uneceCommonCode" : "B60",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Lumen per Metro Quadrato"
}, {
"@language" : "bg",
"@value" : "Лумен на Квадратен Метър"
}, {
"@language" : "ro",
"@value" : "Lumen pe Metru Pătrat"
}, {
"@language" : "cs",
"@value" : "Lumen na Čtvereční Metr"
}, {
"@language" : "sl",
"@value" : "Lumen na Kvadratni Meter"
}, "Lumen per Square Metre", {
"@language" : "en",
"@value" : "Lumen per Square Metre"
}, {
"@language" : "el",
"@value" : "Λούμεν ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "en-us",
"@value" : "Lumen per Square Meter"
}, {
"@language" : "pt",
"@value" : "Lumen por Metro Quadrado"
}, {
"@language" : "ru",
"@value" : "Лумен на Квадратный Метр"
}, {
"@language" : "fr",
"@value" : "Lumen par Mètre Carré"
}, {
"@language" : "pl",
"@value" : "Lumen na Metr Kwadratowy"
}, {
"@language" : "la",
"@value" : "Lumen per Metrum Quadratum"
}, {
"@language" : "ms",
"@value" : "Lumen per Meter Persegi"
}, {
"@language" : "de",
"@value" : "Lumen pro Quadratmeter"
}, {
"@language" : "es",
"@value" : "Lumen por Metro Cuadrado"
}, {
"@language" : "tr",
"@value" : "Lümen per Metrekare"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LM-PER-W
URI: http://qudt.org/vocab/unit/LM-PER-W
A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LM-PER-W> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$lm-per-w$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousEfficacy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA719" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA719"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lm/W" ; <http://qudt.org/schema/qudt/ucumCode> "lm.W-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B61" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q83386886> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lumen na Wat"@pl ; rdfs:label "Lumen na Watt"@cs ; rdfs:label "Lumen na Watt"@sl ; rdfs:label "Lumen par Watt"@fr ; rdfs:label "Lumen pe Watt"@ro ; rdfs:label "Lumen per Watt" ; rdfs:label "Lumen per Watt"@en ; rdfs:label "Lumen per Watt"@it ; rdfs:label "Lumen per Watt"@ms ; rdfs:label "Lumen per Wattium"@la ; rdfs:label "Lumen por Vatio"@es ; rdfs:label "Lumen por Watt"@pt ; rdfs:label "Lumen pro Watt"@de ; rdfs:label "Lümen per Watt"@tr ; rdfs:label "Λούμεν ανά Βατ"@el ; rdfs:label "Лумен на Ват"@bg ; rdfs:label "Лумен на Ватт"@ru ; .
{"resource":"Lumen per Watt"
,"qname":"unit:LM-PER-W"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LM-PER-W"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q83386886>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity."
,"expression":"$lm-per-w$"
,"has dimension vector":"qkdv:A0E0L-2I1M-1H0T3D0"
,"has quantity kind":"quantitykind:LuminousEfficacy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA719"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA719"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lumen na Wat"
,"label":"Lumen na Watt"
,"label":"Lumen na Watt"
,"label":"Lumen par Watt"
,"label":"Lumen pe Watt"
,"label":"Lumen per Watt"
,"label":"Lumen per Watt"
,"label":"Lumen per Watt"
,"label":"Lumen per Watt"
,"label":"Lumen per Wattium"
,"label":"Lumen por Vatio"
,"label":"Lumen por Watt"
,"label":"Lumen pro Watt"
,"label":"Lümen per Watt"
,"label":"Λούμεν ανά Βατ"
,"label":"Лумен на Ват"
,"label":"Лумен на Ватт"
,"symbol":"lm\/W"
,"type":"qudt:Unit"
,"ucum code":"lm.W-1"
,"unece common code":"B61"
]}
{
"@id" : "http://qudt.org/vocab/unit/LM-PER-W",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A measurement of luminous efficacy, which is the light output in lumens using one watt of electricity.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$lm-per-w$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousEfficacy",
"iec61360Code" : "0112/2///62720#UAA719",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA719",
"symbol" : "lm/W",
"ucumCode" : "lm.W-1",
"uneceCommonCode" : "B61",
"wikidataMatch" : "http://www.wikidata.org/entity/Q83386886",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Lumen par Watt"
}, {
"@language" : "ru",
"@value" : "Лумен на Ватт"
}, {
"@language" : "el",
"@value" : "Λούμεν ανά Βατ"
}, {
"@language" : "pl",
"@value" : "Lumen na Wat"
}, {
"@language" : "cs",
"@value" : "Lumen na Watt"
}, {
"@language" : "sl",
"@value" : "Lumen na Watt"
}, {
"@language" : "pt",
"@value" : "Lumen por Watt"
}, {
"@language" : "ro",
"@value" : "Lumen pe Watt"
}, "Lumen per Watt", {
"@language" : "en",
"@value" : "Lumen per Watt"
}, {
"@language" : "it",
"@value" : "Lumen per Watt"
}, {
"@language" : "ms",
"@value" : "Lumen per Watt"
}, {
"@language" : "la",
"@value" : "Lumen per Wattium"
}, {
"@language" : "es",
"@value" : "Lumen por Vatio"
}, {
"@language" : "tr",
"@value" : "Lümen per Watt"
}, {
"@language" : "bg",
"@value" : "Лумен на Ват"
}, {
"@language" : "de",
"@value" : "Lumen pro Watt"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LM-SEC
URI: http://qudt.org/vocab/unit/LM-SEC
In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LM-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$lm s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA722" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA722"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lm·s" ; <http://qudt.org/schema/qudt/ucumCode> "lm.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B62" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q910311> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lumen Saat"@ms ; rdfs:label "Lumen Second" ; rdfs:label "Lumen Second"@en ; rdfs:label "Lumen Seconde"@fr ; rdfs:label "Lumen Secondo"@it ; rdfs:label "Lumen Secundum"@la ; rdfs:label "Lumen Secundă"@ro ; rdfs:label "Lumen Segundo"@es ; rdfs:label "Lumen Segundo"@pt ; rdfs:label "Lumen Sekunda"@cs ; rdfs:label "Lumen Sekunda"@pl ; rdfs:label "Lumen Sekunda"@sl ; rdfs:label "Lumen Sekunde"@de ; rdfs:label "Lümen Saniye"@tr ; rdfs:label "Λούμεν Δευτερόλεπτο"@el ; rdfs:label "Лумен Секунда"@bg ; rdfs:label "Лумен Секунда"@ru ; <http://www.w3.org/2004/02/skos/core#altLabel> "lumberg" ; <http://www.w3.org/2004/02/skos/core#altLabel> "talbot" ; .
{"resource":"Lumen Second"
,"qname":"unit:LM-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LM-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q910311>"
,"alternative label":"lumberg"
,"alternative label":"talbot"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg."
,"expression":"$lm s$"
,"has dimension vector":"qkdv:A0E0L0I1M0H0T1D0"
,"has quantity kind":"quantitykind:LuminousEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA722"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA722"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lumen Saat"
,"label":"Lumen Second"
,"label":"Lumen Second"
,"label":"Lumen Seconde"
,"label":"Lumen Secondo"
,"label":"Lumen Secundum"
,"label":"Lumen Secundă"
,"label":"Lumen Segundo"
,"label":"Lumen Segundo"
,"label":"Lumen Sekunda"
,"label":"Lumen Sekunda"
,"label":"Lumen Sekunda"
,"label":"Lumen Sekunde"
,"label":"Lümen Saniye"
,"label":"Λούμεν Δευτερόλεπτο"
,"label":"Лумен Секунда"
,"label":"Лумен Секунда"
,"symbol":"lm·s"
,"type":"qudt:Unit"
,"ucum code":"lm.s"
,"unece common code":"B62"
]}
{
"@id" : "http://qudt.org/vocab/unit/LM-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In photometry, the lumen second is the SI derived unit of luminous energy. It is based on the lumen, the SI unit of luminous flux, and the second, the SI base unit of time. The lumen second is sometimes called the talbot (symbol T). An older name for the lumen second was the lumberg.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$lm s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousEnergy",
"iec61360Code" : "0112/2///62720#UAA722",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA722",
"symbol" : "lm·s",
"ucumCode" : "lm.s",
"uneceCommonCode" : "B62",
"wikidataMatch" : "http://www.wikidata.org/entity/Q910311",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Lumen Sekunde"
}, {
"@language" : "ro",
"@value" : "Lumen Secundă"
}, {
"@language" : "it",
"@value" : "Lumen Secondo"
}, {
"@language" : "cs",
"@value" : "Lumen Sekunda"
}, {
"@language" : "pl",
"@value" : "Lumen Sekunda"
}, {
"@language" : "sl",
"@value" : "Lumen Sekunda"
}, {
"@language" : "tr",
"@value" : "Lümen Saniye"
}, {
"@language" : "es",
"@value" : "Lumen Segundo"
}, {
"@language" : "pt",
"@value" : "Lumen Segundo"
}, {
"@language" : "la",
"@value" : "Lumen Secundum"
}, {
"@language" : "bg",
"@value" : "Лумен Секунда"
}, {
"@language" : "ru",
"@value" : "Лумен Секунда"
}, {
"@language" : "ms",
"@value" : "Lumen Saat"
}, {
"@language" : "el",
"@value" : "Λούμεν Δευτερόλεπτο"
}, {
"@language" : "fr",
"@value" : "Lumen Seconde"
}, "Lumen Second", {
"@language" : "en",
"@value" : "Lumen Second"
} ],
"altLabel" : [ "talbot", "lumberg" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LUX
URI: http://qudt.org/vocab/unit/LUX
The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LUX> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Lux"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousFluxPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA723" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA723"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lux> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/lux> ; <http://qudt.org/schema/qudt/siUnitsExpression> "lm/m^2" ; <http://qudt.org/schema/qudt/symbol> "lx" ; <http://qudt.org/schema/qudt/ucumCode> "lx"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "lx" ; <http://qudt.org/schema/qudt/uneceCommonCode> "LUX" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q179836> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Luks"@pl ; rdfs:label "Luks"@sl ; rdfs:label "Lux" ; rdfs:label "Lux"@cs ; rdfs:label "Lux"@de ; rdfs:label "Lux"@el ; rdfs:label "Lux"@en ; rdfs:label "Lux"@es ; rdfs:label "Lux"@fr ; rdfs:label "Lux"@hu ; rdfs:label "Lux"@it ; rdfs:label "Lux"@ms ; rdfs:label "Lux"@pt ; rdfs:label "Lux"@ro ; rdfs:label "Lüks"@tr ; rdfs:label "Лукс"@bg ; rdfs:label "Люкс"@ru ; rdfs:label "לוקס"@he ; rdfs:label "لكس"@ar ; rdfs:label "لوکس"@fa ; rdfs:label "लक्स"@hi ; rdfs:label "ルクス"@ja ; rdfs:label "勒克斯"@zh ; .
{"resource":"Lux"
,"qname":"unit:LUX"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LUX"
,"properties":["Individual from SI Reference Point":"si-unit:lux"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q179836>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Lux"
,"defined unit of system":"sou:SI"
,"description":"The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen\/square meter). One lux is equal to approximately 0.09290 foot candle."
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousFluxPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA723"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Lux?oldid=494700274"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA723"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Luks"
,"label":"Luks"
,"label":"Lux"
,"label":"Lux"
,"label":"Lux"
,"label":"Lux"
,"label":"Lux"
,"label":"Lux"
,"label":"Lux"
,"label":"Lux"
,"label":"Lux"
,"label":"Lux"
,"label":"Lux"
,"label":"Lux"
,"label":"Lüks"
,"label":"Лукс"
,"label":"Люкс"
,"label":"לוקס"
,"label":"لكس"
,"label":"لوکس"
,"label":"लक्स"
,"label":"ルクス"
,"label":"勒克斯"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/lux>"
,"si units expression":"lm\/m^2"
,"symbol":"lx"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"lx"
,"udunits code":"lx"
,"unece common code":"LUX"
]}
{
"@id" : "http://qudt.org/vocab/unit/LUX",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Lux",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousFluxPerArea",
"iec61360Code" : "0112/2///62720#UAA723",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Lux?oldid=494700274", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA723" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/lux",
"siExactMatch" : "https://si-digital-framework.org/SI/units/lux",
"siUnitsExpression" : "lm/m^2",
"symbol" : "lx",
"ucumCode" : "lx",
"udunitsCode" : "lx",
"uneceCommonCode" : "LUX",
"wikidataMatch" : "http://www.wikidata.org/entity/Q179836",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Люкс"
}, {
"@language" : "es",
"@value" : "Lux"
}, "Lux", {
"@language" : "cs",
"@value" : "Lux"
}, {
"@language" : "de",
"@value" : "Lux"
}, {
"@language" : "el",
"@value" : "Lux"
}, {
"@language" : "en",
"@value" : "Lux"
}, {
"@language" : "fr",
"@value" : "Lux"
}, {
"@language" : "hu",
"@value" : "Lux"
}, {
"@language" : "it",
"@value" : "Lux"
}, {
"@language" : "ms",
"@value" : "Lux"
}, {
"@language" : "pt",
"@value" : "Lux"
}, {
"@language" : "ro",
"@value" : "Lux"
}, {
"@language" : "ar",
"@value" : "لكس"
}, {
"@language" : "ja",
"@value" : "ルクス"
}, {
"@language" : "bg",
"@value" : "Лукс"
}, {
"@language" : "zh",
"@value" : "勒克斯"
}, {
"@language" : "fa",
"@value" : "لوکس"
}, {
"@language" : "hi",
"@value" : "लक्स"
}, {
"@language" : "sl",
"@value" : "Luks"
}, {
"@language" : "pl",
"@value" : "Luks"
}, {
"@language" : "he",
"@value" : "לוקס"
}, {
"@language" : "tr",
"@value" : "Lüks"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LUX-HR
URI: http://qudt.org/vocab/unit/LUX-HR
The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LUX-HR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Lux"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$lx h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousExposure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA724" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Lux?oldid=494700274"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA724"^^xsd:anyURI ; <http://qudt.org/schema/qudt/siUnitsExpression> "lm-h/m^2" ; <http://qudt.org/schema/qudt/symbol> "lx·h" ; <http://qudt.org/schema/qudt/ucumCode> "lx.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B63" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107361135> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lux Hour" ; rdfs:label "Lux Hour"@en ; .
{"resource":"Lux Hour"
,"qname":"unit:LUX-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LUX-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107361135>"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Lux"
,"description":"The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen\/square meter). One lux is equal to approximately 0.09290 foot candle."
,"expression":"$lx h$"
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T1D0"
,"has quantity kind":"quantitykind:LuminousExposure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA724"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Lux?oldid=494700274"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA724"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lux Hour"
,"label":"Lux Hour"
,"si units expression":"lm-h\/m^2"
,"symbol":"lx·h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"lx.h"
,"unece common code":"B63"
]}
{
"@id" : "http://qudt.org/vocab/unit/LUX-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit for measuring the illumination (illuminance) of a surface. One lux is defined as an illumination of one lumen per square meter or 0.0001 phot. In considering the various light units, it's useful to think about light originating at a point and shining upon a surface. The intensity of the light source is measured in candelas; the total light flux in transit is measured in lumens (1 lumen = 1 candelau00b7steradian); and the amount of light received per unit of surface area is measured in lux (1 lux = 1 lumen/square meter). One lux is equal to approximately 0.09290 foot candle.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Lux",
"expression" : "$lx h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousExposure",
"iec61360Code" : "0112/2///62720#UAA724",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA724", "http://en.wikipedia.org/wiki/Lux?oldid=494700274" ],
"siUnitsExpression" : "lm-h/m^2",
"symbol" : "lx·h",
"ucumCode" : "lx.h",
"uneceCommonCode" : "B63",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107361135",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Lux Hour"
}, "Lux Hour" ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LUX-SEC
URI: http://qudt.org/vocab/unit/LUX-SEC
product of the SI derived unit lux and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LUX-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit lux and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousExposure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA725" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA725"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lx·s" ; <http://qudt.org/schema/qudt/ucumCode> "lx.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B64" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Luks Sekunda"@pl ; rdfs:label "Luks Sekunda"@sl ; rdfs:label "Lux Saat"@ms ; rdfs:label "Lux Second" ; rdfs:label "Lux Second"@en ; rdfs:label "Lux Seconde"@fr ; rdfs:label "Lux Secondo"@it ; rdfs:label "Lux Secundă"@ro ; rdfs:label "Lux Segundo"@es ; rdfs:label "Lux Segundo"@pt ; rdfs:label "Lux Sekunda"@cs ; rdfs:label "Lux Sekunde"@de ; rdfs:label "Lux Δευτερόλεπτο"@el ; rdfs:label "Lüks Saniye"@tr ; rdfs:label "Лукс Секунда"@bg ; rdfs:label "Люкс Секунда"@ru ; .
{"resource":"Lux Second"
,"qname":"unit:LUX-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LUX-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI derived unit lux and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T1D0"
,"has quantity kind":"quantitykind:LuminousExposure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA725"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA725"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Luks Sekunda"
,"label":"Luks Sekunda"
,"label":"Lux Saat"
,"label":"Lux Second"
,"label":"Lux Second"
,"label":"Lux Seconde"
,"label":"Lux Secondo"
,"label":"Lux Secundă"
,"label":"Lux Segundo"
,"label":"Lux Segundo"
,"label":"Lux Sekunda"
,"label":"Lux Sekunde"
,"label":"Lux Δευτερόλεπτο"
,"label":"Lüks Saniye"
,"label":"Лукс Секунда"
,"label":"Люкс Секунда"
,"symbol":"lx·s"
,"type":"qudt:Unit"
,"ucum code":"lx.s"
,"unece common code":"B64"
]}
{
"@id" : "http://qudt.org/vocab/unit/LUX-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit lux and the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousExposure",
"iec61360Code" : "0112/2///62720#UAA725",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA725",
"symbol" : "lx·s",
"ucumCode" : "lx.s",
"uneceCommonCode" : "B64",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Luks Sekunda"
}, {
"@language" : "sl",
"@value" : "Luks Sekunda"
}, {
"@language" : "cs",
"@value" : "Lux Sekunda"
}, {
"@language" : "es",
"@value" : "Lux Segundo"
}, {
"@language" : "pt",
"@value" : "Lux Segundo"
}, {
"@language" : "ru",
"@value" : "Люкс Секунда"
}, {
"@language" : "fr",
"@value" : "Lux Seconde"
}, {
"@language" : "bg",
"@value" : "Лукс Секунда"
}, {
"@language" : "ms",
"@value" : "Lux Saat"
}, {
"@language" : "ro",
"@value" : "Lux Secundă"
}, {
"@language" : "it",
"@value" : "Lux Secondo"
}, {
"@language" : "de",
"@value" : "Lux Sekunde"
}, {
"@language" : "tr",
"@value" : "Lüks Saniye"
}, {
"@language" : "el",
"@value" : "Lux Δευτερόλεπτο"
}, "Lux Second", {
"@language" : "en",
"@value" : "Lux Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LY
URI: http://qudt.org/vocab/unit/LY
A unit of length defining the distance, in meters, that light travels in a vacuum in one year.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of length defining the distance, in meters, that light travels in a vacuum in one year."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 9460730472580800.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.4607304725808E15 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Light-year"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB069" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Light-year?oldid=495083584"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB069"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "ly" ; <http://qudt.org/schema/qudt/ucumCode> "[ly]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B57" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q531> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Light Year" ; rdfs:label "Light Year"@en ; .
{"resource":"Light Year"
,"qname":"unit:LY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q531>"
,"conversion multiplier":"9460730472580800.0"
,"conversion multiplier scientific":"9.4607304725808E15"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Light-year"
,"description":"A unit of length defining the distance, in meters, that light travels in a vacuum in one year."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB069"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Light-year?oldid=495083584"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB069"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Light Year"
,"label":"Light Year"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/lightYear>"
,"scalingOf":"unit:M"
,"symbol":"ly"
,"type":"qudt:Unit"
,"ucum code":"[ly]"
,"unece common code":"B57"
]}
{
"@id" : "http://qudt.org/vocab/unit/LY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of length defining the distance, in meters, that light travels in a vacuum in one year.",
"conversionMultiplier" : "9460730472580800.0",
"conversionMultiplier:SN" : 9.4607304725808E15,
"dbpediaMatch" : "http://dbpedia.org/resource/Light-year",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB069",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB069", "http://en.wikipedia.org/wiki/Light-year?oldid=495083584" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/lightYear",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "ly",
"ucumCode" : "[ly]",
"uneceCommonCode" : "B57",
"wikidataMatch" : "http://www.wikidata.org/entity/Q531",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Light Year", {
"@language" : "en",
"@value" : "Light Year"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:LunarMass
URI: http://qudt.org/vocab/unit/LunarMass
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/LunarMass> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 73460000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.346E22 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Moon"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Moon?oldid=494566371"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "M☾" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Lunar Mass" ; rdfs:label "Lunar Mass"@en ; .
{"resource":"Lunar Mass"
,"qname":"unit:LunarMass"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/LunarMass"
,"properties":["conversion multiplier":"73460000000000000000000.0"
,"conversion multiplier scientific":"7.346E22"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Moon"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Moon?oldid=494566371"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Lunar Mass"
,"label":"Lunar Mass"
,"scalingOf":"unit:KiloGM"
,"symbol":"M☾"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/LunarMass",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "73460000000000000000000.0",
"conversionMultiplier:SN" : 7.346E22,
"dbpediaMatch" : "http://dbpedia.org/resource/Moon",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"informativeReference" : "http://en.wikipedia.org/wiki/Moon?oldid=494566371",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "M☾",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Lunar Mass", {
"@language" : "en",
"@value" : "Lunar Mass"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M
URI: http://qudt.org/vocab/unit/M
The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, $c$, is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, $c$, is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Metre"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElevationRelativeToNAP> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA726" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Metre?oldid=495145797"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA726"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/metre> ; <http://qudt.org/schema/qudt/plainTextDescription> "The metric and SI base unit of distance. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches." ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/metre> ; <http://qudt.org/schema/qudt/symbol> "m" ; <http://qudt.org/schema/qudt/ucumCode> "m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "m" ; <http://qudt.org/schema/qudt/uneceCommonCode> "MTR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11573> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter"@de ; rdfs:label "Meter"@en-US ; rdfs:label "Meter"@ms ; rdfs:label "Meter"@sl ; rdfs:label "Metr"@cs ; rdfs:label "Metr"@pl ; rdfs:label "Metre" ; rdfs:label "Metre"@en ; rdfs:label "Metre"@tr ; rdfs:label "Metro"@es ; rdfs:label "Metro"@it ; rdfs:label "Metro"@pt ; rdfs:label "Metru"@ro ; rdfs:label "Metrum"@la ; rdfs:label "Mètre"@fr ; rdfs:label "Méter"@hu ; rdfs:label "Μέτρο"@el ; rdfs:label "Метр"@ru ; rdfs:label "Метър"@bg ; rdfs:label "מטר"@he ; rdfs:label "متر"@ar ; rdfs:label "متر"@fa ; rdfs:label "मीटर"@hi ; rdfs:label "メートル"@ja ; rdfs:label "米"@zh ; .
{"resource":"Metre"
,"qname":"unit:M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M"
,"properties":["Individual from SI Reference Point":"si-unit:metre"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11573>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Metre"
,"defined unit of system":"sou:SI"
,"description":"The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, $c$, is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."
,"description (plain text)":"The metric and SI base unit of distance. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElevationRelativeToNAP"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA726"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Metre?oldid=495145797"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA726"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter"
,"label":"Meter"
,"label":"Meter"
,"label":"Meter"
,"label":"Metr"
,"label":"Metr"
,"label":"Metre"
,"label":"Metre"
,"label":"Metre"
,"label":"Metro"
,"label":"Metro"
,"label":"Metro"
,"label":"Metru"
,"label":"Metrum"
,"label":"Mètre"
,"label":"Méter"
,"label":"Μέτρο"
,"label":"Метр"
,"label":"Метър"
,"label":"מטר"
,"label":"متر"
,"label":"متر"
,"label":"मीटर"
,"label":"メートル"
,"label":"米"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/metre>"
,"symbol":"m"
,"type":"qudt:Unit"
,"ucum code":"m"
,"udunits code":"m"
,"unece common code":"MTR"
]}
{
"@id" : "http://qudt.org/vocab/unit/M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The metric and SI base unit of distance. The 17th General Conference on Weights and Measures in 1983 defined the meter as that distance that makes the speed of light in a vacuum equal to exactly 299 792 458 meters per second. The speed of light in a vacuum, $c$, is one of the fundamental constants of nature. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Metre",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElevationRelativeToNAP", "http://qudt.org/vocab/quantitykind/Length" ],
"iec61360Code" : "0112/2///62720#UAA726",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Metre?oldid=495145797", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA726" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/metre",
"plainTextDescription" : "The metric and SI base unit of distance. The meter is equal to approximately 1.093 613 3 yards, 3.280 840 feet, or 39.370 079 inches.",
"siExactMatch" : "https://si-digital-framework.org/SI/units/metre",
"symbol" : "m",
"ucumCode" : "m",
"udunitsCode" : "m",
"uneceCommonCode" : "MTR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11573",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Metro"
}, {
"@language" : "it",
"@value" : "Metro"
}, {
"@language" : "pt",
"@value" : "Metro"
}, {
"@language" : "ja",
"@value" : "メートル"
}, {
"@language" : "ms",
"@value" : "Meter"
}, {
"@language" : "de",
"@value" : "Meter"
}, {
"@language" : "en-us",
"@value" : "Meter"
}, {
"@language" : "sl",
"@value" : "Meter"
}, {
"@language" : "hi",
"@value" : "मीटर"
}, {
"@language" : "ro",
"@value" : "Metru"
}, {
"@language" : "bg",
"@value" : "Метър"
}, {
"@language" : "ru",
"@value" : "Метр"
}, {
"@language" : "la",
"@value" : "Metrum"
}, {
"@language" : "fr",
"@value" : "Mètre"
}, {
"@language" : "el",
"@value" : "Μέτρο"
}, {
"@language" : "hu",
"@value" : "Méter"
}, {
"@language" : "fa",
"@value" : "متر"
}, {
"@language" : "ar",
"@value" : "متر"
}, {
"@language" : "cs",
"@value" : "Metr"
}, {
"@language" : "pl",
"@value" : "Metr"
}, {
"@language" : "he",
"@value" : "מטר"
}, {
"@language" : "tr",
"@value" : "Metre"
}, {
"@language" : "en",
"@value" : "Metre"
}, "Metre", {
"@language" : "zh",
"@value" : "米"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-K
URI: http://qudt.org/vocab/unit/M-K
$\textit{Meter Kelvin}$ is a unit for 'Length Temperature' expressed as $m K$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Meter Kelvin}$ is a unit for 'Length Temperature' expressed as $m K$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthTemperature> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-M-K> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB170" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB170"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m·K" ;
<http://qudt.org/schema/qudt/ucumCode> "m.K"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D18" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q41588368> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Meter Kelvin"@de ;
rdfs:label "Meter Kelvin"@en-US ;
rdfs:label "Meter Kelvin"@ms ;
rdfs:label "Meter Kelvin"@sl ;
rdfs:label "Metr Kelvin"@cs ;
rdfs:label "Metr Kelwin"@pl ;
rdfs:label "Metre Kelvin" ;
rdfs:label "Metre Kelvin"@en ;
rdfs:label "Metre Kelvin"@tr ;
rdfs:label "Metro Kelvin"@es ;
rdfs:label "Metro Kelvin"@it ;
rdfs:label "Metro Kelvin"@pt ;
rdfs:label "Metru Kelvin"@ro ;
rdfs:label "Metrum Kelvin"@la ;
rdfs:label "Mètre Kelvin"@fr ;
rdfs:label "Μέτρο Κέλβιν"@el ;
rdfs:label "Метр Кельвин"@ru ;
rdfs:label "Метър Келвин"@bg ;
rdfs:label "متر کلوین"@fa ;
rdfs:label "米开尔文"@zh ;
.
{"resource":"Metre Kelvin"
,"qname":"unit:M-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q41588368>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Meter Kelvin}$ is a unit for 'Length Temperature' expressed as $m K$."
,"has dimension vector":"qkdv:A0E0L1I0M0H1T0D0"
,"has quantity kind":"quantitykind:LengthTemperature"
,"has reciprocal unit":"unit:PER-M-K"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB170"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB170"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter Kelvin"
,"label":"Meter Kelvin"
,"label":"Meter Kelvin"
,"label":"Meter Kelvin"
,"label":"Metr Kelvin"
,"label":"Metr Kelwin"
,"label":"Metre Kelvin"
,"label":"Metre Kelvin"
,"label":"Metre Kelvin"
,"label":"Metro Kelvin"
,"label":"Metro Kelvin"
,"label":"Metro Kelvin"
,"label":"Metru Kelvin"
,"label":"Metrum Kelvin"
,"label":"Mètre Kelvin"
,"label":"Μέτρο Κέλβιν"
,"label":"Метр Кельвин"
,"label":"Метър Келвин"
,"label":"متر کلوین"
,"label":"米开尔文"
,"symbol":"m·K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m.K"
,"unece common code":"D18"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Meter Kelvin}$ is a unit for 'Length Temperature' expressed as $m K$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthTemperature",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-M-K",
"iec61360Code" : "0112/2///62720#UAB170",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB170",
"symbol" : "m·K",
"ucumCode" : "m.K",
"uneceCommonCode" : "D18",
"wikidataMatch" : "http://www.wikidata.org/entity/Q41588368",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Metro Kelvin"
}, {
"@language" : "it",
"@value" : "Metro Kelvin"
}, {
"@language" : "pt",
"@value" : "Metro Kelvin"
}, {
"@language" : "zh",
"@value" : "米开尔文"
}, {
"@language" : "ro",
"@value" : "Metru Kelvin"
}, {
"@language" : "el",
"@value" : "Μέτρο Κέλβιν"
}, {
"@language" : "fa",
"@value" : "متر کلوین"
}, "Metre Kelvin", {
"@language" : "en",
"@value" : "Metre Kelvin"
}, {
"@language" : "tr",
"@value" : "Metre Kelvin"
}, {
"@language" : "de",
"@value" : "Meter Kelvin"
}, {
"@language" : "en-us",
"@value" : "Meter Kelvin"
}, {
"@language" : "ms",
"@value" : "Meter Kelvin"
}, {
"@language" : "sl",
"@value" : "Meter Kelvin"
}, {
"@language" : "bg",
"@value" : "Метър Келвин"
}, {
"@language" : "fr",
"@value" : "Mètre Kelvin"
}, {
"@language" : "ru",
"@value" : "Метр Кельвин"
}, {
"@language" : "la",
"@value" : "Metrum Kelvin"
}, {
"@language" : "cs",
"@value" : "Metr Kelvin"
}, {
"@language" : "pl",
"@value" : "Metr Kelwin"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-K-PER-W
URI: http://qudt.org/vocab/unit/M-K-PER-W
$\textit{Meter Kelvin per Watt}$ is a unit for 'Thermal Resistivity' expressed as $K-m/W$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M-K-PER-W>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Meter Kelvin per Watt}$ is a unit for 'Thermal Resistivity' expressed as $K-m/W$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$K-m/W$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalResistivity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/W-PER-M-K> ;
<http://qudt.org/schema/qudt/symbol> "m·K/W" ;
<http://qudt.org/schema/qudt/ucumCode> "m.K.W-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "H35" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q84451486> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Meter Kelvin na Watt"@sl ;
rdfs:label "Meter Kelvin per Watt"@en-US ;
rdfs:label "Meter Kelvin per Watt"@ms ;
rdfs:label "Meter Kelvin pro Watt"@de ;
rdfs:label "Metr Kelvin na Watt"@cs ;
rdfs:label "Metr Kelwin na Wat"@pl ;
rdfs:label "Metre Kelvin per Watt" ;
rdfs:label "Metre Kelvin per Watt"@en ;
rdfs:label "Metre Kelvin per Watt"@tr ;
rdfs:label "Metro Kelvin per Watt"@it ;
rdfs:label "Metro Kelvin por Vatio"@es ;
rdfs:label "Metro Kelvin por Watt"@pt ;
rdfs:label "Metru Kelvin pe Watt"@ro ;
rdfs:label "Metrum Kelvin per Wattium"@la ;
rdfs:label "Mètre Kelvin par Watt"@fr ;
rdfs:label "Μέτρο Κέλβιν ανά Βατ"@el ;
rdfs:label "Метр Кельвин на Ватт"@ru ;
rdfs:label "Метър Келвин на Ват"@bg ;
.
{"resource":"Metre Kelvin per Watt"
,"qname":"unit:M-K-PER-W"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-K-PER-W"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q84451486>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Meter Kelvin per Watt}$ is a unit for 'Thermal Resistivity' expressed as $K-m\/W$."
,"expression":"$K-m\/W$"
,"has dimension vector":"qkdv:A0E0L-1I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalResistivity"
,"has reciprocal unit":"unit:W-PER-M-K"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter Kelvin na Watt"
,"label":"Meter Kelvin per Watt"
,"label":"Meter Kelvin per Watt"
,"label":"Meter Kelvin pro Watt"
,"label":"Metr Kelvin na Watt"
,"label":"Metr Kelwin na Wat"
,"label":"Metre Kelvin per Watt"
,"label":"Metre Kelvin per Watt"
,"label":"Metre Kelvin per Watt"
,"label":"Metro Kelvin per Watt"
,"label":"Metro Kelvin por Vatio"
,"label":"Metro Kelvin por Watt"
,"label":"Metru Kelvin pe Watt"
,"label":"Metrum Kelvin per Wattium"
,"label":"Mètre Kelvin par Watt"
,"label":"Μέτρο Κέλβιν ανά Βατ"
,"label":"Метр Кельвин на Ватт"
,"label":"Метър Келвин на Ват"
,"symbol":"m·K\/W"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m.K.W-1"
,"unece common code":"H35"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-K-PER-W",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Meter Kelvin per Watt}$ is a unit for 'Thermal Resistivity' expressed as $K-m/W$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$K-m/W$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalResistivity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/W-PER-M-K",
"symbol" : "m·K/W",
"ucumCode" : "m.K.W-1",
"uneceCommonCode" : "H35",
"wikidataMatch" : "http://www.wikidata.org/entity/Q84451486",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Metr Kelwin na Wat"
}, {
"@language" : "la",
"@value" : "Metrum Kelvin per Wattium"
}, {
"@language" : "ro",
"@value" : "Metru Kelvin pe Watt"
}, {
"@language" : "pt",
"@value" : "Metro Kelvin por Watt"
}, {
"@language" : "en-us",
"@value" : "Meter Kelvin per Watt"
}, {
"@language" : "ms",
"@value" : "Meter Kelvin per Watt"
}, {
"@language" : "es",
"@value" : "Metro Kelvin por Vatio"
}, "Metre Kelvin per Watt", {
"@language" : "en",
"@value" : "Metre Kelvin per Watt"
}, {
"@language" : "tr",
"@value" : "Metre Kelvin per Watt"
}, {
"@language" : "fr",
"@value" : "Mètre Kelvin par Watt"
}, {
"@language" : "cs",
"@value" : "Metr Kelvin na Watt"
}, {
"@language" : "bg",
"@value" : "Метър Келвин на Ват"
}, {
"@language" : "ru",
"@value" : "Метр Кельвин на Ватт"
}, {
"@language" : "sl",
"@value" : "Meter Kelvin na Watt"
}, {
"@language" : "it",
"@value" : "Metro Kelvin per Watt"
}, {
"@language" : "de",
"@value" : "Meter Kelvin pro Watt"
}, {
"@language" : "el",
"@value" : "Μέτρο Κέλβιν ανά Βατ"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-KiloGM
URI: http://qudt.org/vocab/unit/M-KiloGM
product of SI base units metre and kilogram given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-KiloGM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of SI base units metre and kilogram given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$m-kg$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD674" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD674"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m·kg" ; <http://qudt.org/schema/qudt/ucumCode> "m.kg"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter Kilogram"@en-US ; rdfs:label "Meter Kilogram"@ms ; rdfs:label "Meter Kilogram"@sl ; rdfs:label "Meter Kilogramm"@de ; rdfs:label "Metr Kilogram"@cs ; rdfs:label "Metr Kilogram"@pl ; rdfs:label "Metre Kilogram" ; rdfs:label "Metre Kilogram"@en ; rdfs:label "Metre Kilogram"@tr ; rdfs:label "Metro Chilogrammo"@it ; rdfs:label "Metro Kilogramo"@es ; rdfs:label "Metro Quilograma"@pt ; rdfs:label "Metru Kilogram"@ro ; rdfs:label "Metrum Chiliogramma"@la ; rdfs:label "Mètre Kilogramme"@fr ; rdfs:label "Μέτρο Χιλιόγραμμο"@el ; rdfs:label "Метр Килограмм"@ru ; rdfs:label "Метър Килограм"@bg ; .
{"resource":"Metre Kilogram"
,"qname":"unit:M-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-KiloGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of SI base units metre and kilogram given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"
,"expression":"$m-kg$"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T0D0"
,"has quantity kind":"quantitykind:LengthMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD674"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD674"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter Kilogram"
,"label":"Meter Kilogram"
,"label":"Meter Kilogram"
,"label":"Meter Kilogramm"
,"label":"Metr Kilogram"
,"label":"Metr Kilogram"
,"label":"Metre Kilogram"
,"label":"Metre Kilogram"
,"label":"Metre Kilogram"
,"label":"Metro Chilogrammo"
,"label":"Metro Kilogramo"
,"label":"Metro Quilograma"
,"label":"Metru Kilogram"
,"label":"Metrum Chiliogramma"
,"label":"Mètre Kilogramme"
,"label":"Μέτρο Χιλιόγραμμο"
,"label":"Метр Килограмм"
,"label":"Метър Килограм"
,"symbol":"m·kg"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m.kg"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-KiloGM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "product of SI base units metre and kilogram given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$m-kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthMass",
"iec61360Code" : "0112/2///62720#UAD674",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD674",
"symbol" : "m·kg",
"ucumCode" : "m.kg",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Metre Kilogram"
}, {
"@language" : "es",
"@value" : "Metro Kilogramo"
}, {
"@language" : "tr",
"@value" : "Metre Kilogram"
}, {
"@language" : "fr",
"@value" : "Mètre Kilogramme"
}, "Metre Kilogram", {
"@language" : "pt",
"@value" : "Metro Quilograma"
}, {
"@language" : "de",
"@value" : "Meter Kilogramm"
}, {
"@language" : "it",
"@value" : "Metro Chilogrammo"
}, {
"@language" : "la",
"@value" : "Metrum Chiliogramma"
}, {
"@language" : "en-us",
"@value" : "Meter Kilogram"
}, {
"@language" : "ms",
"@value" : "Meter Kilogram"
}, {
"@language" : "sl",
"@value" : "Meter Kilogram"
}, {
"@language" : "bg",
"@value" : "Метър Килограм"
}, {
"@language" : "ro",
"@value" : "Metru Kilogram"
}, {
"@language" : "ru",
"@value" : "Метр Килограмм"
}, {
"@language" : "el",
"@value" : "Μέτρο Χιλιόγραμμο"
}, {
"@language" : "cs",
"@value" : "Metr Kilogram"
}, {
"@language" : "pl",
"@value" : "Metr Kilogram"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PA-PER-SEC
URI: http://qudt.org/vocab/unit/M-PA-PER-SEC
product of the SI base unit metre and the SI derived unit pascal divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PA-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI base unit metre and the SI derived unit pascal divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD914" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD914"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m·Pa/s" ; <http://qudt.org/schema/qudt/ucumCode> "m.Pa.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter Pascal na Sekunda"@sl ; rdfs:label "Meter Pascal per Saat"@ms ; rdfs:label "Meter Pascal per Second"@en-US ; rdfs:label "Meter Pascal pro Sekunde"@de ; rdfs:label "Metr Pascal na Sekunda"@cs ; rdfs:label "Metr Paskal na Sekunda"@pl ; rdfs:label "Metre Pascal per Saniye"@tr ; rdfs:label "Metre Pascal per Second" ; rdfs:label "Metre Pascal per Second"@en ; rdfs:label "Metro Pascal per Secondo"@it ; rdfs:label "Metro Pascal por Segundo"@es ; rdfs:label "Metro Pascal por Segundo"@pt ; rdfs:label "Metru Pascal pe Secundă"@ro ; rdfs:label "Metrum Pascalium per Secundum"@la ; rdfs:label "Mètre Pascal par Seconde"@fr ; rdfs:label "Μέτρο Πασκάλ ανά Δευτερόλεπτο"@el ; rdfs:label "Метр Паскаль на Секунда"@ru ; rdfs:label "Метър Паскал на Секунда"@bg ; .
{"resource":"Metre Pascal per Second"
,"qname":"unit:M-PA-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PA-PER-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI base unit metre and the SI derived unit pascal divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD914"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD914"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter Pascal na Sekunda"
,"label":"Meter Pascal per Saat"
,"label":"Meter Pascal per Second"
,"label":"Meter Pascal pro Sekunde"
,"label":"Metr Pascal na Sekunda"
,"label":"Metr Paskal na Sekunda"
,"label":"Metre Pascal per Saniye"
,"label":"Metre Pascal per Second"
,"label":"Metre Pascal per Second"
,"label":"Metro Pascal per Secondo"
,"label":"Metro Pascal por Segundo"
,"label":"Metro Pascal por Segundo"
,"label":"Metru Pascal pe Secundă"
,"label":"Metrum Pascalium per Secundum"
,"label":"Mètre Pascal par Seconde"
,"label":"Μέτρο Πασκάλ ανά Δευτερόλεπτο"
,"label":"Метр Паскаль на Секунда"
,"label":"Метър Паскал на Секунда"
,"symbol":"m·Pa\/s"
,"type":"qudt:Unit"
,"ucum code":"m.Pa.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PA-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI base unit metre and the SI derived unit pascal divided by the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAD914",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD914",
"symbol" : "m·Pa/s",
"ucumCode" : "m.Pa.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Metr Paskal na Sekunda"
}, {
"@language" : "bg",
"@value" : "Метър Паскал на Секунда"
}, {
"@language" : "fr",
"@value" : "Mètre Pascal par Seconde"
}, {
"@language" : "it",
"@value" : "Metro Pascal per Secondo"
}, {
"@language" : "la",
"@value" : "Metrum Pascalium per Secundum"
}, {
"@language" : "es",
"@value" : "Metro Pascal por Segundo"
}, {
"@language" : "pt",
"@value" : "Metro Pascal por Segundo"
}, {
"@language" : "de",
"@value" : "Meter Pascal pro Sekunde"
}, {
"@language" : "cs",
"@value" : "Metr Pascal na Sekunda"
}, {
"@language" : "ro",
"@value" : "Metru Pascal pe Secundă"
}, {
"@language" : "ru",
"@value" : "Метр Паскаль на Секунда"
}, {
"@language" : "el",
"@value" : "Μέτρο Πασκάλ ανά Δευτερόλεπτο"
}, {
"@language" : "en-us",
"@value" : "Meter Pascal per Second"
}, {
"@language" : "sl",
"@value" : "Meter Pascal na Sekunda"
}, "Metre Pascal per Second", {
"@language" : "en",
"@value" : "Metre Pascal per Second"
}, {
"@language" : "tr",
"@value" : "Metre Pascal per Saniye"
}, {
"@language" : "ms",
"@value" : "Meter Pascal per Saat"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-BAR
URI: http://qudt.org/vocab/unit/M-PER-BAR
SI base unit metre divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit metre divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA731" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA731"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/bar" ; <http://qudt.org/schema/qudt/ucumCode> "m.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G05" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter per Bar"@en-US ; rdfs:label "Metre per Bar" ; rdfs:label "Metre per Bar"@en ; .
{"resource":"Metre per Bar"
,"qname":"unit:M-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI base unit metre divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA731"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA731"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter per Bar"
,"label":"Metre per Bar"
,"label":"Metre per Bar"
,"symbol":"m\/bar"
,"type":"qudt:Unit"
,"ucum code":"m.bar-1"
,"unece common code":"G05"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit metre divided by the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA731",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA731",
"symbol" : "m/bar",
"ucumCode" : "m.bar-1",
"uneceCommonCode" : "G05",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metre per Bar", {
"@language" : "en",
"@value" : "Metre per Bar"
}, {
"@language" : "en-us",
"@value" : "Meter per Bar"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-DAY
URI: http://qudt.org/vocab/unit/M-PER-DAY
Meter Per Day (m/day) is a unit in the category of Velocity. It is also known as meter/day, meters per day, metre per day, metres per day. Meter Per Day (m/day) has a dimension of L*T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.00001157407407407407
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-DAY> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Meter Per Day (m/day) is a unit in the category of Velocity. It is also known as meter/day, meters per day, metre per day, metres per day. Meter Per Day (m/day) has a dimension of L*T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.00001157407407407407"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "\\(m/day\\)"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/symbol> "m/d" ; <http://qudt.org/schema/qudt/ucumCode> "m.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter per Day"@en-US ; rdfs:label "Metre per Day" ; rdfs:label "Metre per Day"@en ; .
{"resource":"Metre per Day"
,"qname":"unit:M-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"defined unit of system":"sou:SI"
,"description":"Meter Per Day (m\/day) is a unit in the category of Velocity. It is also known as meter\/day, meters per day, metre per day, metres per day. Meter Per Day (m\/day) has a dimension of L*T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m\/s by multiplying its value by a factor of 0.00001157407407407407"
,"expression":"\\(m\/day\\)"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter per Day"
,"label":"Metre per Day"
,"label":"Metre per Day"
,"symbol":"m\/d"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-DAY",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Meter Per Day (m/day) is a unit in the category of Velocity. It is also known as meter/day, meters per day, metre per day, metres per day. Meter Per Day (m/day) has a dimension of L*T-1 where L is length, and T is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.00001157407407407407",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "\\(m/day\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"symbol" : "m/d",
"ucumCode" : "m.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metre per Day", {
"@language" : "en",
"@value" : "Metre per Day"
}, {
"@language" : "en-us",
"@value" : "Meter per Day"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-DEG_C-M
URI: http://qudt.org/vocab/unit/M-PER-DEG_C-M
SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-DEG_C-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExpansionRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB461" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB461"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/(°C·m)" ; <http://qudt.org/schema/qudt/ucumCode> "m.Cel-1.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N83" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter na Stopinja Celzija Meter"@sl ; rdfs:label "Meter per Darjah Celsius Meter"@ms ; rdfs:label "Meter per Degree Celsius Meter"@en-US ; rdfs:label "Meter pro Grad Celsius Meter"@de ; rdfs:label "Metr na Stopień Celsjusza Metr"@pl ; rdfs:label "Metr na Stupně Celsia Metr"@cs ; rdfs:label "Metre per Celsius Metre"@tr ; rdfs:label "Metre per Degree Celsius Metre" ; rdfs:label "Metre per Degree Celsius Metre"@en ; rdfs:label "Metro per Grado Celsius Metro"@it ; rdfs:label "Metro por Grado Celsius Metro"@es ; rdfs:label "Metro por Grau Celsius Metro"@pt ; rdfs:label "Metru pe Grad Celsius Metru"@ro ; rdfs:label "Metrum per Gradus Celsii Metrum"@la ; rdfs:label "Mètre par Degré Celsius Mètre"@fr ; rdfs:label "Μέτρο ανά Βαθμός Κελσίου Μέτρο"@el ; rdfs:label "Метр на Градус Цельсия Метр"@ru ; rdfs:label "Метър на Градус Целзий Метър"@bg ; .
{"resource":"Metre per Degree Celsius Metre"
,"qname":"unit:M-PER-DEG_C-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-DEG_C-M"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ExpansionRatio"
,"has quantity kind":"quantitykind:ThermalExpansionCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB461"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB461"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Stopinja Celzija Meter"
,"label":"Meter per Darjah Celsius Meter"
,"label":"Meter per Degree Celsius Meter"
,"label":"Meter pro Grad Celsius Meter"
,"label":"Metr na Stopień Celsjusza Metr"
,"label":"Metr na Stupně Celsia Metr"
,"label":"Metre per Celsius Metre"
,"label":"Metre per Degree Celsius Metre"
,"label":"Metre per Degree Celsius Metre"
,"label":"Metro per Grado Celsius Metro"
,"label":"Metro por Grado Celsius Metro"
,"label":"Metro por Grau Celsius Metro"
,"label":"Metru pe Grad Celsius Metru"
,"label":"Metrum per Gradus Celsii Metrum"
,"label":"Mètre par Degré Celsius Mètre"
,"label":"Μέτρο ανά Βαθμός Κελσίου Μέτρο"
,"label":"Метр на Градус Цельсия Метр"
,"label":"Метър на Градус Целзий Метър"
,"symbol":"m\/(°C·m)"
,"type":"qudt:Unit"
,"ucum code":"m.Cel-1.m-1"
,"unece common code":"N83"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-DEG_C-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit metre divided by the product of the unit degree Celsius and the SI base unit metre",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ExpansionRatio", "http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient" ],
"iec61360Code" : "0112/2///62720#UAB461",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB461",
"symbol" : "m/(°C·m)",
"ucumCode" : "m.Cel-1.m-1",
"uneceCommonCode" : "N83",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Meter na Stopinja Celzija Meter"
}, {
"@language" : "pt",
"@value" : "Metro por Grau Celsius Metro"
}, {
"@language" : "fr",
"@value" : "Mètre par Degré Celsius Mètre"
}, {
"@language" : "ro",
"@value" : "Metru pe Grad Celsius Metru"
}, {
"@language" : "el",
"@value" : "Μέτρο ανά Βαθμός Κελσίου Μέτρο"
}, {
"@language" : "es",
"@value" : "Metro por Grado Celsius Metro"
}, {
"@language" : "ru",
"@value" : "Метр на Градус Цельсия Метр"
}, {
"@language" : "cs",
"@value" : "Metr na Stupně Celsia Metr"
}, {
"@language" : "de",
"@value" : "Meter pro Grad Celsius Meter"
}, {
"@language" : "en-us",
"@value" : "Meter per Degree Celsius Meter"
}, {
"@language" : "ms",
"@value" : "Meter per Darjah Celsius Meter"
}, {
"@language" : "tr",
"@value" : "Metre per Celsius Metre"
}, {
"@language" : "it",
"@value" : "Metro per Grado Celsius Metro"
}, "Metre per Degree Celsius Metre", {
"@language" : "pl",
"@value" : "Metr na Stopień Celsjusza Metr"
}, {
"@language" : "en",
"@value" : "Metre per Degree Celsius Metre"
}, {
"@language" : "bg",
"@value" : "Метър на Градус Целзий Метър"
}, {
"@language" : "la",
"@value" : "Metrum per Gradus Celsii Metrum"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-FARAD
URI: http://qudt.org/vocab/unit/M-PER-FARAD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-FARAD> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$m-per-f$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InversePermittivity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/FARAD-PER-M> ; <http://qudt.org/schema/qudt/symbol> "m/F" ; <http://qudt.org/schema/qudt/ucumCode> "m.F-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q24666811> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter na Farad"@sl ; rdfs:label "Meter per Farad"@en-US ; rdfs:label "Meter per Farad"@ms ; rdfs:label "Meter pro Farad"@de ; rdfs:label "Metr na Farad"@cs ; rdfs:label "Metr na Farad"@pl ; rdfs:label "Metre per Farad" ; rdfs:label "Metre per Farad"@en ; rdfs:label "Metre per Farad"@tr ; rdfs:label "Metro per Farad"@it ; rdfs:label "Metro por Farad"@pt ; rdfs:label "Metro por Faradio"@es ; rdfs:label "Metru pe Farad"@ro ; rdfs:label "Metrum per Faradium"@la ; rdfs:label "Mètre par Farad"@fr ; rdfs:label "Μέτρο ανά Φαράντ"@el ; rdfs:label "Метр на Фарада"@ru ; rdfs:label "Метър на Фарад"@bg ; .
{"resource":"Metre per Farad"
,"qname":"unit:M-PER-FARAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-FARAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q24666811>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"expression":"$m-per-f$"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-4D0"
,"has quantity kind":"quantitykind:InversePermittivity"
,"has reciprocal unit":"unit:FARAD-PER-M"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Farad"
,"label":"Meter per Farad"
,"label":"Meter per Farad"
,"label":"Meter pro Farad"
,"label":"Metr na Farad"
,"label":"Metr na Farad"
,"label":"Metre per Farad"
,"label":"Metre per Farad"
,"label":"Metre per Farad"
,"label":"Metro per Farad"
,"label":"Metro por Farad"
,"label":"Metro por Faradio"
,"label":"Metru pe Farad"
,"label":"Metrum per Faradium"
,"label":"Mètre par Farad"
,"label":"Μέτρο ανά Φαράντ"
,"label":"Метр на Фарада"
,"label":"Метър на Фарад"
,"symbol":"m\/F"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m.F-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-FARAD",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m-per-f$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InversePermittivity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/FARAD-PER-M",
"symbol" : "m/F",
"ucumCode" : "m.F-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q24666811",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Metr na Farad"
}, {
"@language" : "pl",
"@value" : "Metr na Farad"
}, {
"@language" : "bg",
"@value" : "Метър на Фарад"
}, {
"@language" : "el",
"@value" : "Μέτρο ανά Φαράντ"
}, {
"@language" : "de",
"@value" : "Meter pro Farad"
}, {
"@language" : "it",
"@value" : "Metro per Farad"
}, {
"@language" : "pt",
"@value" : "Metro por Farad"
}, {
"@language" : "ro",
"@value" : "Metru pe Farad"
}, {
"@language" : "es",
"@value" : "Metro por Faradio"
}, {
"@language" : "sl",
"@value" : "Meter na Farad"
}, {
"@language" : "fr",
"@value" : "Mètre par Farad"
}, {
"@language" : "en-us",
"@value" : "Meter per Farad"
}, {
"@language" : "ms",
"@value" : "Meter per Farad"
}, {
"@language" : "la",
"@value" : "Metrum per Faradium"
}, {
"@language" : "ru",
"@value" : "Метр на Фарада"
}, "Metre per Farad", {
"@language" : "en",
"@value" : "Metre per Farad"
}, {
"@language" : "tr",
"@value" : "Metre per Farad"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-HA
URI: http://qudt.org/vocab/unit/M-PER-HA
A rate of change of SI standard unit length per hectare (squared hectometer) area.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-HA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of SI standard unit length per hectare (squared hectometer) area."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/symbol> "m/ha" ; <http://qudt.org/schema/qudt/ucumCode> "m.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter per Hectare"@en-US ; rdfs:label "Metre per Hectare" ; rdfs:label "Metre per Hectare"@en ; .
{"resource":"Metre per Hectare"
,"qname":"unit:M-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-HA"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"A rate of change of SI standard unit length per hectare (squared hectometer) area."
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter per Hectare"
,"label":"Metre per Hectare"
,"label":"Metre per Hectare"
,"symbol":"m\/ha"
,"type":"qudt:Unit"
,"ucum code":"m.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-HA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of SI standard unit length per hectare (squared hectometer) area."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseLength",
"symbol" : "m/ha",
"ucumCode" : "m.har-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Meter per Hectare"
}, "Metre per Hectare", {
"@language" : "en",
"@value" : "Metre per Hectare"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-HR
URI: http://qudt.org/vocab/unit/M-PER-HR
Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-HR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$m/h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB328" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB328"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/h" ; <http://qudt.org/schema/qudt/ucumCode> "m.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M60" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q17093295> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter per Hour"@en-US ; rdfs:label "Metre per Hour" ; rdfs:label "Metre per Hour"@en ; .
{"resource":"Metre per Hour"
,"qname":"unit:M-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q17093295>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"defined unit of system":"sou:SI"
,"description":"Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m\/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m\/h for an hour would move 1 metre."
,"expression":"$m\/h$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB328"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB328"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter per Hour"
,"label":"Metre per Hour"
,"label":"Metre per Hour"
,"symbol":"m\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m.h-1"
,"unece common code":"M60"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Metre per hour is a metric unit of both speed (scalar) and velocity (Vector (geometry)). Its symbol is m/h or mu00b7h-1 (not to be confused with the imperial unit symbol mph. By definition, an object travelling at a speed of 1 m/h for an hour would move 1 metre.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"iec61360Code" : "0112/2///62720#UAB328",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB328",
"symbol" : "m/h",
"ucumCode" : "m.h-1",
"uneceCommonCode" : "M60",
"wikidataMatch" : "http://www.wikidata.org/entity/Q17093295",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metre per Hour", {
"@language" : "en",
"@value" : "Metre per Hour"
}, {
"@language" : "en-us",
"@value" : "Meter per Hour"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-K
URI: http://qudt.org/vocab/unit/M-PER-K
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-K> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$m-per-k$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearThermalExpansion> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/K-PER-M> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA728" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA728"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/K" ; <http://qudt.org/schema/qudt/ucumCode> "m.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F52" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter na Kelvin"@sl ; rdfs:label "Meter per Kelvin"@en-US ; rdfs:label "Meter per Kelvin"@ms ; rdfs:label "Meter pro Kelvin"@de ; rdfs:label "Metr na Kelvin"@cs ; rdfs:label "Metr na Kelwin"@pl ; rdfs:label "Metre per Kelvin" ; rdfs:label "Metre per Kelvin"@en ; rdfs:label "Metre per Kelvin"@tr ; rdfs:label "Metro per Kelvin"@it ; rdfs:label "Metro por Kelvin"@es ; rdfs:label "Metro por Kelvin"@pt ; rdfs:label "Metru pe Kelvin"@ro ; rdfs:label "Metrum per Kelvin"@la ; rdfs:label "Mètre par Kelvin"@fr ; rdfs:label "Μέτρο ανά Κέλβιν"@el ; rdfs:label "Метр на Кельвин"@ru ; rdfs:label "Метър на Келвин"@bg ; .
{"resource":"Metre per Kelvin"
,"qname":"unit:M-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"expression":"$m-per-k$"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearThermalExpansion"
,"has reciprocal unit":"unit:K-PER-M"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA728"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA728"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Kelvin"
,"label":"Meter per Kelvin"
,"label":"Meter per Kelvin"
,"label":"Meter pro Kelvin"
,"label":"Metr na Kelvin"
,"label":"Metr na Kelwin"
,"label":"Metre per Kelvin"
,"label":"Metre per Kelvin"
,"label":"Metre per Kelvin"
,"label":"Metro per Kelvin"
,"label":"Metro por Kelvin"
,"label":"Metro por Kelvin"
,"label":"Metru pe Kelvin"
,"label":"Metrum per Kelvin"
,"label":"Mètre par Kelvin"
,"label":"Μέτρο ανά Κέλβιν"
,"label":"Метр на Кельвин"
,"label":"Метър на Келвин"
,"symbol":"m\/K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m.K-1"
,"unece common code":"F52"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m-per-k$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearThermalExpansion",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/K-PER-M",
"iec61360Code" : "0112/2///62720#UAA728",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA728",
"symbol" : "m/K",
"ucumCode" : "m.K-1",
"uneceCommonCode" : "F52",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Metrum per Kelvin"
}, {
"@language" : "de",
"@value" : "Meter pro Kelvin"
}, {
"@language" : "fr",
"@value" : "Mètre par Kelvin"
}, {
"@language" : "it",
"@value" : "Metro per Kelvin"
}, {
"@language" : "bg",
"@value" : "Метър на Келвин"
}, {
"@language" : "ro",
"@value" : "Metru pe Kelvin"
}, {
"@language" : "es",
"@value" : "Metro por Kelvin"
}, {
"@language" : "pt",
"@value" : "Metro por Kelvin"
}, {
"@language" : "el",
"@value" : "Μέτρο ανά Κέλβιν"
}, {
"@language" : "en-us",
"@value" : "Meter per Kelvin"
}, {
"@language" : "ms",
"@value" : "Meter per Kelvin"
}, {
"@language" : "sl",
"@value" : "Meter na Kelvin"
}, {
"@language" : "cs",
"@value" : "Metr na Kelvin"
}, {
"@language" : "pl",
"@value" : "Metr na Kelwin"
}, {
"@language" : "ru",
"@value" : "Метр на Кельвин"
}, "Metre per Kelvin", {
"@language" : "en",
"@value" : "Metre per Kelvin"
}, {
"@language" : "tr",
"@value" : "Metre per Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-M2
URI: http://qudt.org/vocab/unit/M-PER-M2
A rate of change of SI standard unit length per squared meter area.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of SI standard unit length per squared meter area."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-PER-M> ; <http://qudt.org/schema/qudt/symbol> "m/m²" ; <http://qudt.org/schema/qudt/ucumCode> "m.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter na Kvadratni Meter"@sl ; rdfs:label "Meter per Meter Persegi"@ms ; rdfs:label "Meter per Square Meter"@en-US ; rdfs:label "Meter pro Quadratmeter"@de ; rdfs:label "Metr na Metr Kwadratowy"@pl ; rdfs:label "Metr na Čtvereční Metr"@cs ; rdfs:label "Metre per Metrekare"@tr ; rdfs:label "Metre per Square Metre" ; rdfs:label "Metre per Square Metre"@en ; rdfs:label "Metro per Metro Quadrato"@it ; rdfs:label "Metro por Metro Cuadrado"@es ; rdfs:label "Metro por Metro Quadrado"@pt ; rdfs:label "Metru pe Metru Pătrat"@ro ; rdfs:label "Metrum per Metrum Quadratum"@la ; rdfs:label "Mètre par Mètre Carré"@fr ; rdfs:label "Μέτρο ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Метр на Квадратный Метр"@ru ; rdfs:label "Метър на Квадратен Метър"@bg ; .
{"resource":"Metre per Square Metre"
,"qname":"unit:M-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"A rate of change of SI standard unit length per squared meter area."
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseLength"
,"has reciprocal unit":"unit:M2-PER-M"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Kvadratni Meter"
,"label":"Meter per Meter Persegi"
,"label":"Meter per Square Meter"
,"label":"Meter pro Quadratmeter"
,"label":"Metr na Metr Kwadratowy"
,"label":"Metr na Čtvereční Metr"
,"label":"Metre per Metrekare"
,"label":"Metre per Square Metre"
,"label":"Metre per Square Metre"
,"label":"Metro per Metro Quadrato"
,"label":"Metro por Metro Cuadrado"
,"label":"Metro por Metro Quadrado"
,"label":"Metru pe Metru Pătrat"
,"label":"Metrum per Metrum Quadratum"
,"label":"Mètre par Mètre Carré"
,"label":"Μέτρο ανά Τετραγωνικό Μέτρο"
,"label":"Метр на Квадратный Метр"
,"label":"Метър на Квадратен Метър"
,"symbol":"m\/m²"
,"type":"qudt:Unit"
,"ucum code":"m.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of SI standard unit length per squared meter area."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseLength",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-PER-M",
"symbol" : "m/m²",
"ucumCode" : "m.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Meter pro Quadratmeter"
}, {
"@language" : "ms",
"@value" : "Meter per Meter Persegi"
}, {
"@language" : "la",
"@value" : "Metrum per Metrum Quadratum"
}, {
"@language" : "ru",
"@value" : "Метр на Квадратный Метр"
}, {
"@language" : "tr",
"@value" : "Metre per Metrekare"
}, {
"@language" : "el",
"@value" : "Μέτρο ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "es",
"@value" : "Metro por Metro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Meter per Square Meter"
}, {
"@language" : "pl",
"@value" : "Metr na Metr Kwadratowy"
}, {
"@language" : "cs",
"@value" : "Metr na Čtvereční Metr"
}, {
"@language" : "pt",
"@value" : "Metro por Metro Quadrado"
}, {
"@language" : "bg",
"@value" : "Метър на Квадратен Метър"
}, {
"@language" : "ro",
"@value" : "Metru pe Metru Pătrat"
}, {
"@language" : "fr",
"@value" : "Mètre par Mètre Carré"
}, {
"@language" : "sl",
"@value" : "Meter na Kvadratni Meter"
}, {
"@language" : "it",
"@value" : "Metro per Metro Quadrato"
}, "Metre per Square Metre", {
"@language" : "en",
"@value" : "Metre per Square Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-MIN
URI: http://qudt.org/vocab/unit/M-PER-MIN
Meter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-MIN> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Meter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$m/min$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA732" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA732"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/min" ; <http://qudt.org/schema/qudt/ucumCode> "m.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2X" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21014455> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter per Minute"@en-US ; rdfs:label "Metre per Minute" ; rdfs:label "Metre per Minute"@en ; .
{"resource":"Metre per Minute"
,"qname":"unit:M-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21014455>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"defined unit of system":"sou:SI"
,"description":"Meter Per Minute (m\/min) is a unit in the category of Velocity. It is also known as meter\/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m\/min) has a dimension of LT-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m\/s by multiplying its value by a factor of 0.016666666666"
,"expression":"$m\/min$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA732"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA732"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter per Minute"
,"label":"Metre per Minute"
,"label":"Metre per Minute"
,"symbol":"m\/min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m.min-1"
,"unece common code":"2X"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Meter Per Minute (m/min) is a unit in the category of Velocity. It is also known as meter/minute, meters per minute, metre per minute, metres per minute. Meter Per Minute (m/min) has a dimension of LT-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m/s by multiplying its value by a factor of 0.016666666666",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"iec61360Code" : "0112/2///62720#UAA732",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA732",
"symbol" : "m/min",
"ucumCode" : "m.min-1",
"uneceCommonCode" : "2X",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21014455",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Meter per Minute"
}, "Metre per Minute", {
"@language" : "en",
"@value" : "Metre per Minute"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-PA
URI: http://qudt.org/vocab/unit/M-PER-PA
SI base unit metre divided by the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit metre divided by the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PA-PER-M> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB315" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB315"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/Pa" ; <http://qudt.org/schema/qudt/ucumCode> "m.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M53" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter na Pascal"@sl ; rdfs:label "Meter per Pascal"@en-US ; rdfs:label "Meter per Pascal"@ms ; rdfs:label "Meter pro Pascal"@de ; rdfs:label "Metr na Pascal"@cs ; rdfs:label "Metr na Paskal"@pl ; rdfs:label "Metre per Pascal" ; rdfs:label "Metre per Pascal"@en ; rdfs:label "Metre per Pascal"@tr ; rdfs:label "Metro per Pascal"@it ; rdfs:label "Metro por Pascal"@es ; rdfs:label "Metro por Pascal"@pt ; rdfs:label "Metru pe Pascal"@ro ; rdfs:label "Metrum per Pascalium"@la ; rdfs:label "Mètre par Pascal"@fr ; rdfs:label "Μέτρο ανά Πασκάλ"@el ; rdfs:label "Метр на Паскаль"@ru ; rdfs:label "Метър на Паскал"@bg ; .
{"resource":"Metre per Pascal"
,"qname":"unit:M-PER-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit metre divided by the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:PA-PER-M"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB315"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB315"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Pascal"
,"label":"Meter per Pascal"
,"label":"Meter per Pascal"
,"label":"Meter pro Pascal"
,"label":"Metr na Pascal"
,"label":"Metr na Paskal"
,"label":"Metre per Pascal"
,"label":"Metre per Pascal"
,"label":"Metre per Pascal"
,"label":"Metro per Pascal"
,"label":"Metro por Pascal"
,"label":"Metro por Pascal"
,"label":"Metru pe Pascal"
,"label":"Metrum per Pascalium"
,"label":"Mètre par Pascal"
,"label":"Μέτρο ανά Πασκάλ"
,"label":"Метр на Паскаль"
,"label":"Метър на Паскал"
,"symbol":"m\/Pa"
,"type":"qudt:Unit"
,"ucum code":"m.Pa-1"
,"unece common code":"M53"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit metre divided by the SI derived unit pascal",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PA-PER-M",
"iec61360Code" : "0112/2///62720#UAB315",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB315",
"symbol" : "m/Pa",
"ucumCode" : "m.Pa-1",
"uneceCommonCode" : "M53",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Метър на Паскал"
}, "Metre per Pascal", {
"@language" : "en",
"@value" : "Metre per Pascal"
}, {
"@language" : "tr",
"@value" : "Metre per Pascal"
}, {
"@language" : "la",
"@value" : "Metrum per Pascalium"
}, {
"@language" : "en-us",
"@value" : "Meter per Pascal"
}, {
"@language" : "ms",
"@value" : "Meter per Pascal"
}, {
"@language" : "es",
"@value" : "Metro por Pascal"
}, {
"@language" : "pt",
"@value" : "Metro por Pascal"
}, {
"@language" : "fr",
"@value" : "Mètre par Pascal"
}, {
"@language" : "sl",
"@value" : "Meter na Pascal"
}, {
"@language" : "cs",
"@value" : "Metr na Pascal"
}, {
"@language" : "pl",
"@value" : "Metr na Paskal"
}, {
"@language" : "de",
"@value" : "Meter pro Pascal"
}, {
"@language" : "ro",
"@value" : "Metru pe Pascal"
}, {
"@language" : "el",
"@value" : "Μέτρο ανά Πασκάλ"
}, {
"@language" : "ru",
"@value" : "Метр на Паскаль"
}, {
"@language" : "it",
"@value" : "Metro per Pascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-RAD
URI: http://qudt.org/vocab/unit/M-PER-RAD
unit of the translation factor for implementation from rotation to linear move according
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-RAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the translation factor for implementation from rotation to linear move according" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Rotary-TranslatoryMotionConversion> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/RAD-PER-M> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB482" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB482"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/rad" ; <http://qudt.org/schema/qudt/ucumCode> "m.rad-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M55" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter na Radian"@sl ; rdfs:label "Meter per Radian"@en-US ; rdfs:label "Meter per Radian"@ms ; rdfs:label "Meter pro Radiant"@de ; rdfs:label "Metr na Radian"@pl ; rdfs:label "Metr na Radián"@cs ; rdfs:label "Metre per Radian" ; rdfs:label "Metre per Radian"@en ; rdfs:label "Metre per Radyan"@tr ; rdfs:label "Metro per Radiante"@it ; rdfs:label "Metro por Radiano"@pt ; rdfs:label "Metro por Radián"@es ; rdfs:label "Metru pe Radian"@ro ; rdfs:label "Metrum per Radian"@la ; rdfs:label "Mètre par Radian"@fr ; rdfs:label "Μέτρο ανά Ακτίνιο"@el ; rdfs:label "Метр на Радиан"@ru ; rdfs:label "Метър на Радиан"@bg ; .
{"resource":"Metre per Radian"
,"qname":"unit:M-PER-RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-RAD"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of the translation factor for implementation from rotation to linear move according"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Rotary-TranslatoryMotionConversion"
,"has reciprocal unit":"unit:RAD-PER-M"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB482"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB482"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Radian"
,"label":"Meter per Radian"
,"label":"Meter per Radian"
,"label":"Meter pro Radiant"
,"label":"Metr na Radian"
,"label":"Metr na Radián"
,"label":"Metre per Radian"
,"label":"Metre per Radian"
,"label":"Metre per Radyan"
,"label":"Metro per Radiante"
,"label":"Metro por Radiano"
,"label":"Metro por Radián"
,"label":"Metru pe Radian"
,"label":"Metrum per Radian"
,"label":"Mètre par Radian"
,"label":"Μέτρο ανά Ακτίνιο"
,"label":"Метр на Радиан"
,"label":"Метър на Радиан"
,"symbol":"m\/rad"
,"type":"qudt:Unit"
,"ucum code":"m.rad-1"
,"unece common code":"M55"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-RAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the translation factor for implementation from rotation to linear move according",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Rotary-TranslatoryMotionConversion",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/RAD-PER-M",
"iec61360Code" : "0112/2///62720#UAB482",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB482",
"symbol" : "m/rad",
"ucumCode" : "m.rad-1",
"uneceCommonCode" : "M55",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metre per Radian", {
"@language" : "cs",
"@value" : "Metr na Radián"
}, {
"@language" : "fr",
"@value" : "Mètre par Radian"
}, {
"@language" : "pt",
"@value" : "Metro por Radiano"
}, {
"@language" : "en-us",
"@value" : "Meter per Radian"
}, {
"@language" : "ru",
"@value" : "Метр на Радиан"
}, {
"@language" : "ms",
"@value" : "Meter per Radian"
}, {
"@language" : "tr",
"@value" : "Metre per Radyan"
}, {
"@language" : "pl",
"@value" : "Metr na Radian"
}, {
"@language" : "de",
"@value" : "Meter pro Radiant"
}, {
"@language" : "sl",
"@value" : "Meter na Radian"
}, {
"@language" : "el",
"@value" : "Μέτρο ανά Ακτίνιο"
}, {
"@language" : "bg",
"@value" : "Метър на Радиан"
}, {
"@language" : "es",
"@value" : "Metro por Radián"
}, {
"@language" : "ro",
"@value" : "Metru pe Radian"
}, {
"@language" : "it",
"@value" : "Metro per Radiante"
}, {
"@language" : "la",
"@value" : "Metrum per Radian"
}, {
"@language" : "en",
"@value" : "Metre per Radian"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-SEC
URI: http://qudt.org/vocab/unit/M-PER-SEC
Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds. The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds. The official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s."""^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$m/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/SEC-PER-M> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA733" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA733"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/s" ; <http://qudt.org/schema/qudt/ucumCode> "m.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MTS" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q182429> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter na Sekunda"@sl ; rdfs:label "Meter per Saat"@ms ; rdfs:label "Meter per Second"@en-US ; rdfs:label "Meter pro Sekunde"@de ; rdfs:label "Metr na Sekunda"@cs ; rdfs:label "Metr na Sekunda"@pl ; rdfs:label "Metre per Saniye"@tr ; rdfs:label "Metre per Second" ; rdfs:label "Metre per Second"@en ; rdfs:label "Metro per Secondo"@it ; rdfs:label "Metro por Segundo"@es ; rdfs:label "Metro por Segundo"@pt ; rdfs:label "Metru pe Secundă"@ro ; rdfs:label "Metrum per Secundum"@la ; rdfs:label "Mètre par Seconde"@fr ; rdfs:label "Μέτρο ανά Δευτερόλεπτο"@el ; rdfs:label "Метр на Секунда"@ru ; rdfs:label "Метър на Секунда"@bg ; rdfs:label "מטרים לשנייה"@he ; rdfs:label "متر بر ثانیه"@fa ; rdfs:label "متر في الثانية"@ar ; rdfs:label "मीटर प्रति सैकिण्ड"@hi ; rdfs:label "メートル毎秒"@ja ; rdfs:label "米每秒"@zh ; .
{"resource":"Metre per Second"
,"qname":"unit:M-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q182429>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds.\nThe official SI symbolic abbreviation is mu00b7s-1, or equivalently either m\/s."
,"expression":"$m\/s$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ElectromagneticWavePhaseSpeed"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Speed"
,"has quantity kind":"quantitykind:Velocity"
,"has reciprocal unit":"unit:SEC-PER-M"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA733"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA733"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Sekunda"
,"label":"Meter per Saat"
,"label":"Meter per Second"
,"label":"Meter pro Sekunde"
,"label":"Metr na Sekunda"
,"label":"Metr na Sekunda"
,"label":"Metre per Saniye"
,"label":"Metre per Second"
,"label":"Metre per Second"
,"label":"Metro per Secondo"
,"label":"Metro por Segundo"
,"label":"Metro por Segundo"
,"label":"Metru pe Secundă"
,"label":"Metrum per Secundum"
,"label":"Mètre par Seconde"
,"label":"Μέτρο ανά Δευτερόλεπτο"
,"label":"Метр на Секунда"
,"label":"Метър на Секунда"
,"label":"מטרים לשנייה"
,"label":"متر بر ثانیه"
,"label":"متر في الثانية"
,"label":"मीटर प्रति सैकिण्ड"
,"label":"メートル毎秒"
,"label":"米每秒"
,"symbol":"m\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m.s-1"
,"unece common code":"MTS"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Metre per second is an SI derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds.\nThe official SI symbolic abbreviation is mu00b7s-1, or equivalently either m/s.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed", "http://qudt.org/vocab/quantitykind/Speed", "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/SEC-PER-M",
"iec61360Code" : "0112/2///62720#UAA733",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA733",
"symbol" : "m/s",
"ucumCode" : "m.s-1",
"uneceCommonCode" : "MTS",
"wikidataMatch" : "http://www.wikidata.org/entity/Q182429",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Metre per Saniye"
}, {
"@language" : "fa",
"@value" : "متر بر ثانیه"
}, {
"@language" : "fr",
"@value" : "Mètre par Seconde"
}, {
"@language" : "zh",
"@value" : "米每秒"
}, {
"@language" : "ro",
"@value" : "Metru pe Secundă"
}, {
"@language" : "de",
"@value" : "Meter pro Sekunde"
}, {
"@language" : "sl",
"@value" : "Meter na Sekunda"
}, {
"@language" : "ms",
"@value" : "Meter per Saat"
}, {
"@language" : "it",
"@value" : "Metro per Secondo"
}, {
"@language" : "en-us",
"@value" : "Meter per Second"
}, {
"@language" : "hi",
"@value" : "मीटर प्रति सैकिण्ड"
}, {
"@language" : "ru",
"@value" : "Метр на Секунда"
}, {
"@language" : "bg",
"@value" : "Метър на Секунда"
}, "Metre per Second", {
"@language" : "en",
"@value" : "Metre per Second"
}, {
"@language" : "ja",
"@value" : "メートル毎秒"
}, {
"@language" : "cs",
"@value" : "Metr na Sekunda"
}, {
"@language" : "pl",
"@value" : "Metr na Sekunda"
}, {
"@language" : "ar",
"@value" : "متر في الثانية"
}, {
"@language" : "es",
"@value" : "Metro por Segundo"
}, {
"@language" : "pt",
"@value" : "Metro por Segundo"
}, {
"@language" : "el",
"@value" : "Μέτρο ανά Δευτερόλεπτο"
}, {
"@language" : "he",
"@value" : "מטרים לשנייה"
}, {
"@language" : "la",
"@value" : "Metrum per Secundum"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/M-PER-SEC-BAR
SI base unit meter divided by the product of SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit meter divided by the product of SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB313" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB313"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "m.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L13" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter per Second Bar"@en-US ; rdfs:label "Metre per Second Bar" ; rdfs:label "Metre per Second Bar"@en ; .
{"resource":"Metre per Second Bar"
,"qname":"unit:M-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI base unit meter divided by the product of SI base unit second and the unit bar"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB313"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB313"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter per Second Bar"
,"label":"Metre per Second Bar"
,"label":"Metre per Second Bar"
,"symbol":"m\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"m.s-1.bar-1"
,"unece common code":"L13"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit meter divided by the product of SI base unit second and the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB313",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB313",
"symbol" : "m/(s·bar)",
"ucumCode" : "m.s-1.bar-1",
"uneceCommonCode" : "L13",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Meter per Second Bar"
}, "Metre per Second Bar", {
"@language" : "en",
"@value" : "Metre per Second Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-SEC-K
URI: http://qudt.org/vocab/unit/M-PER-SEC-K
SI base units metre divided by the product of the SI base unit second and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base units metre divided by the product of the SI base unit second and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC009" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC009"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "m.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L12" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter na Sekunda Kelvin"@sl ; rdfs:label "Meter per Saat Kelvin"@ms ; rdfs:label "Meter per Second Kelvin"@en-US ; rdfs:label "Meter pro Sekunde Kelvin"@de ; rdfs:label "Metr na Sekunda Kelvin"@cs ; rdfs:label "Metr na Sekunda Kelwin"@pl ; rdfs:label "Metre per Saniye Kelvin"@tr ; rdfs:label "Metre per Second Kelvin" ; rdfs:label "Metre per Second Kelvin"@en ; rdfs:label "Metro per Secondo Kelvin"@it ; rdfs:label "Metro por Segundo Kelvin"@es ; rdfs:label "Metro por Segundo Kelvin"@pt ; rdfs:label "Metru pe Secundă Kelvin"@ro ; rdfs:label "Metrum per Secundum Kelvin"@la ; rdfs:label "Mètre par Seconde Kelvin"@fr ; rdfs:label "Μέτρο ανά Δευτερόλεπτο Κέλβιν"@el ; rdfs:label "Метр на Секунда Кельвин"@ru ; rdfs:label "Метър на Секунда Келвин"@bg ; .
{"resource":"Metre per Second Kelvin"
,"qname":"unit:M-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-SEC-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base units metre divided by the product of the SI base unit second and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC009"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC009"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Sekunda Kelvin"
,"label":"Meter per Saat Kelvin"
,"label":"Meter per Second Kelvin"
,"label":"Meter pro Sekunde Kelvin"
,"label":"Metr na Sekunda Kelvin"
,"label":"Metr na Sekunda Kelwin"
,"label":"Metre per Saniye Kelvin"
,"label":"Metre per Second Kelvin"
,"label":"Metre per Second Kelvin"
,"label":"Metro per Secondo Kelvin"
,"label":"Metro por Segundo Kelvin"
,"label":"Metro por Segundo Kelvin"
,"label":"Metru pe Secundă Kelvin"
,"label":"Metrum per Secundum Kelvin"
,"label":"Mètre par Seconde Kelvin"
,"label":"Μέτρο ανά Δευτερόλεπτο Κέλβιν"
,"label":"Метр на Секунда Кельвин"
,"label":"Метър на Секунда Келвин"
,"symbol":"m\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"m.s-1.K-1"
,"unece common code":"L12"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base units metre divided by the product of the SI base unit second and the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC009",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC009",
"symbol" : "m/(s·K)",
"ucumCode" : "m.s-1.K-1",
"uneceCommonCode" : "L12",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Metru pe Secundă Kelvin"
}, {
"@language" : "es",
"@value" : "Metro por Segundo Kelvin"
}, {
"@language" : "pt",
"@value" : "Metro por Segundo Kelvin"
}, {
"@language" : "en-us",
"@value" : "Meter per Second Kelvin"
}, {
"@language" : "pl",
"@value" : "Metr na Sekunda Kelwin"
}, {
"@language" : "cs",
"@value" : "Metr na Sekunda Kelvin"
}, {
"@language" : "tr",
"@value" : "Metre per Saniye Kelvin"
}, "Metre per Second Kelvin", {
"@language" : "en",
"@value" : "Metre per Second Kelvin"
}, {
"@language" : "bg",
"@value" : "Метър на Секунда Келвин"
}, {
"@language" : "ru",
"@value" : "Метр на Секунда Кельвин"
}, {
"@language" : "fr",
"@value" : "Mètre par Seconde Kelvin"
}, {
"@language" : "it",
"@value" : "Metro per Secondo Kelvin"
}, {
"@language" : "de",
"@value" : "Meter pro Sekunde Kelvin"
}, {
"@language" : "el",
"@value" : "Μέτρο ανά Δευτερόλεπτο Κέλβιν"
}, {
"@language" : "ms",
"@value" : "Meter per Saat Kelvin"
}, {
"@language" : "sl",
"@value" : "Meter na Sekunda Kelvin"
}, {
"@language" : "la",
"@value" : "Metrum per Secundum Kelvin"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-SEC-PA
URI: http://qudt.org/vocab/unit/M-PER-SEC-PA
SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-SEC-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PA-SEC-PER-M> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA734" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA734"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/(s·Pa)" ; <http://qudt.org/schema/qudt/ucumCode> "m.s-1.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M59" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter na Sekunda Pascal"@sl ; rdfs:label "Meter per Saat Pascal"@ms ; rdfs:label "Meter per Second Pascal"@en-US ; rdfs:label "Meter pro Sekunde Pascal"@de ; rdfs:label "Metr na Sekunda Pascal"@cs ; rdfs:label "Metr na Sekunda Paskal"@pl ; rdfs:label "Metre per Saniye Pascal"@tr ; rdfs:label "Metre per Second Pascal" ; rdfs:label "Metre per Second Pascal"@en ; rdfs:label "Metro per Secondo Pascal"@it ; rdfs:label "Metro por Segundo Pascal"@es ; rdfs:label "Metro por Segundo Pascal"@pt ; rdfs:label "Metru pe Secundă Pascal"@ro ; rdfs:label "Metrum per Secundum Pascalium"@la ; rdfs:label "Mètre par Seconde Pascal"@fr ; rdfs:label "Μέτρο ανά Δευτερόλεπτο Πασκάλ"@el ; rdfs:label "Метр на Секунда Паскаль"@ru ; rdfs:label "Метър на Секунда Паскал"@bg ; .
{"resource":"Metre per Second Pascal"
,"qname":"unit:M-PER-SEC-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-SEC-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:PA-SEC-PER-M"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA734"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA734"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Sekunda Pascal"
,"label":"Meter per Saat Pascal"
,"label":"Meter per Second Pascal"
,"label":"Meter pro Sekunde Pascal"
,"label":"Metr na Sekunda Pascal"
,"label":"Metr na Sekunda Paskal"
,"label":"Metre per Saniye Pascal"
,"label":"Metre per Second Pascal"
,"label":"Metre per Second Pascal"
,"label":"Metro per Secondo Pascal"
,"label":"Metro por Segundo Pascal"
,"label":"Metro por Segundo Pascal"
,"label":"Metru pe Secundă Pascal"
,"label":"Metrum per Secundum Pascalium"
,"label":"Mètre par Seconde Pascal"
,"label":"Μέτρο ανά Δευτερόλεπτο Πασκάλ"
,"label":"Метр на Секунда Паскаль"
,"label":"Метър на Секунда Паскал"
,"symbol":"m\/(s·Pa)"
,"type":"qudt:Unit"
,"ucum code":"m.s-1.Pa-1"
,"unece common code":"M59"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-SEC-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit metre divided by the product of the SI base unit second and the SI base unit Kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PA-SEC-PER-M",
"iec61360Code" : "0112/2///62720#UAA734",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA734",
"symbol" : "m/(s·Pa)",
"ucumCode" : "m.s-1.Pa-1",
"uneceCommonCode" : "M59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Μέτρο ανά Δευτερόλεπτο Πασκάλ"
}, {
"@language" : "de",
"@value" : "Meter pro Sekunde Pascal"
}, {
"@language" : "ru",
"@value" : "Метр на Секунда Паскаль"
}, {
"@language" : "pl",
"@value" : "Metr na Sekunda Paskal"
}, "Metre per Second Pascal", {
"@language" : "en",
"@value" : "Metre per Second Pascal"
}, {
"@language" : "bg",
"@value" : "Метър на Секунда Паскал"
}, {
"@language" : "it",
"@value" : "Metro per Secondo Pascal"
}, {
"@language" : "sl",
"@value" : "Meter na Sekunda Pascal"
}, {
"@language" : "ro",
"@value" : "Metru pe Secundă Pascal"
}, {
"@language" : "ms",
"@value" : "Meter per Saat Pascal"
}, {
"@language" : "cs",
"@value" : "Metr na Sekunda Pascal"
}, {
"@language" : "en-us",
"@value" : "Meter per Second Pascal"
}, {
"@language" : "es",
"@value" : "Metro por Segundo Pascal"
}, {
"@language" : "tr",
"@value" : "Metre per Saniye Pascal"
}, {
"@language" : "pt",
"@value" : "Metro por Segundo Pascal"
}, {
"@language" : "fr",
"@value" : "Mètre par Seconde Pascal"
}, {
"@language" : "la",
"@value" : "Metrum per Secundum Pascalium"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-SEC2
URI: http://qudt.org/vocab/unit/M-PER-SEC2
The $\textit{meter per Square second}$ is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as $m/s^2$, or $m s^{-2}$. As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, $\textit{metre per second per second}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The $\\textit{meter per Square second}$ is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as $m/s^2$, or $m s^{-2}$. As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, $\\textit{metre per second per second}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$m/s^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA736" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA736"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "m.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MSK" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1051665> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Meter na Kvadratni Sekunda"@sl ;
rdfs:label "Meter per Saat Persegi"@ms ;
rdfs:label "Meter per Square Second"@en-US ;
rdfs:label "Meter pro Quadratsekunde"@de ;
rdfs:label "Metr na Sekunda Kwadratowy"@pl ;
rdfs:label "Metr na Čtvereční Sekunda"@cs ;
rdfs:label "Metre per Saniyekare"@tr ;
rdfs:label "Metre per Square Second" ;
rdfs:label "Metre per Square Second"@en ;
rdfs:label "Metro per Secondo Quadrato"@it ;
rdfs:label "Metro por Segundo Cuadrado"@es ;
rdfs:label "Metro por Segundo Quadrado"@pt ;
rdfs:label "Metru pe Secundă Pătrat"@ro ;
rdfs:label "Metrum per Secundum Quadratum"@la ;
rdfs:label "Mètre par Seconde Carré"@fr ;
rdfs:label "Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"@el ;
rdfs:label "Метр на Квадратный Секунда"@ru ;
rdfs:label "Метър на Квадратен Секунда"@bg ;
.
{"resource":"Metre per Square Second"
,"qname":"unit:M-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-SEC2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1051665>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"The $\\textit{meter per Square second}$ is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as $m\/s^2$, or $m s^{-2}$. As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, $\\textit{metre per second per second}$."
,"expression":"$m\/s^2$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA736"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA736"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Kvadratni Sekunda"
,"label":"Meter per Saat Persegi"
,"label":"Meter per Square Second"
,"label":"Meter pro Quadratsekunde"
,"label":"Metr na Sekunda Kwadratowy"
,"label":"Metr na Čtvereční Sekunda"
,"label":"Metre per Saniyekare"
,"label":"Metre per Square Second"
,"label":"Metre per Square Second"
,"label":"Metro per Secondo Quadrato"
,"label":"Metro por Segundo Cuadrado"
,"label":"Metro por Segundo Quadrado"
,"label":"Metru pe Secundă Pătrat"
,"label":"Metrum per Secundum Quadratum"
,"label":"Mètre par Seconde Carré"
,"label":"Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"
,"label":"Метр на Квадратный Секунда"
,"label":"Метър на Квадратен Секунда"
,"symbol":"m\/s²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m.s-2"
,"unece common code":"MSK"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The $\\textit{meter per Square second}$ is the unit of acceleration in the International System of Units (SI). As a derived unit it is composed from the SI base units of length, the metre, and the standard unit of time, the second. Its symbol is written in several forms as $m/s^2$, or $m s^{-2}$. As acceleration, the unit is interpreted physically as change in velocity or speed per time interval, that is, $\\textit{metre per second per second}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m/s^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"iec61360Code" : "0112/2///62720#UAA736",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA736",
"symbol" : "m/s²",
"ucumCode" : "m.s-2",
"uneceCommonCode" : "MSK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1051665",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Meter pro Quadratsekunde"
}, {
"@language" : "fr",
"@value" : "Mètre par Seconde Carré"
}, {
"@language" : "en-us",
"@value" : "Meter per Square Second"
}, {
"@language" : "la",
"@value" : "Metrum per Secundum Quadratum"
}, {
"@language" : "en",
"@value" : "Metre per Square Second"
}, "Metre per Square Second", {
"@language" : "ms",
"@value" : "Meter per Saat Persegi"
}, {
"@language" : "cs",
"@value" : "Metr na Čtvereční Sekunda"
}, {
"@language" : "bg",
"@value" : "Метър на Квадратен Секунда"
}, {
"@language" : "pt",
"@value" : "Metro por Segundo Quadrado"
}, {
"@language" : "tr",
"@value" : "Metre per Saniyekare"
}, {
"@language" : "el",
"@value" : "Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "ru",
"@value" : "Метр на Квадратный Секунда"
}, {
"@language" : "sl",
"@value" : "Meter na Kvadratni Sekunda"
}, {
"@language" : "pl",
"@value" : "Metr na Sekunda Kwadratowy"
}, {
"@language" : "it",
"@value" : "Metro per Secondo Quadrato"
}, {
"@language" : "es",
"@value" : "Metro por Segundo Cuadrado"
}, {
"@language" : "ro",
"@value" : "Metru pe Secundă Pătrat"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-V-SEC
URI: http://qudt.org/vocab/unit/M-PER-V-SEC
SI base unit metre divided by the product of the SI derived unit volt and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-V-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit metre divided by the product of the SI derived unit volt and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticReluctivity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/V-SEC-PER-M> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD917" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD917"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m/(V·s)" ; <http://qudt.org/schema/qudt/ucumCode> "m.V-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H58" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter na Volt Sekunda"@sl ; rdfs:label "Meter per Volt Saat"@ms ; rdfs:label "Meter per Volt Second"@en-US ; rdfs:label "Meter pro Volt Sekunde"@de ; rdfs:label "Metr na Volt Sekunda"@cs ; rdfs:label "Metr na Wolt Sekunda"@pl ; rdfs:label "Metre per Volt Saniye"@tr ; rdfs:label "Metre per Volt Second" ; rdfs:label "Metre per Volt Second"@en ; rdfs:label "Metro per Volt Secondo"@it ; rdfs:label "Metro por Volt Segundo"@pt ; rdfs:label "Metro por Voltio Segundo"@es ; rdfs:label "Metru pe Volt Secundă"@ro ; rdfs:label "Metrum per Voltium Secundum"@la ; rdfs:label "Mètre par Volt Seconde"@fr ; rdfs:label "Μέτρο ανά Βολτ Δευτερόλεπτο"@el ; rdfs:label "Метр на Вольт Секунда"@ru ; rdfs:label "Метър на Волт Секунда"@bg ; .
{"resource":"Metre per Volt Second"
,"qname":"unit:M-PER-V-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-V-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit metre divided by the product of the SI derived unit volt and the SI base unit second"
,"has dimension vector":"qkdv:A0E1L-1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:MagneticReluctivity"
,"has reciprocal unit":"unit:V-SEC-PER-M"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD917"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD917"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter na Volt Sekunda"
,"label":"Meter per Volt Saat"
,"label":"Meter per Volt Second"
,"label":"Meter pro Volt Sekunde"
,"label":"Metr na Volt Sekunda"
,"label":"Metr na Wolt Sekunda"
,"label":"Metre per Volt Saniye"
,"label":"Metre per Volt Second"
,"label":"Metre per Volt Second"
,"label":"Metro per Volt Secondo"
,"label":"Metro por Volt Segundo"
,"label":"Metro por Voltio Segundo"
,"label":"Metru pe Volt Secundă"
,"label":"Metrum per Voltium Secundum"
,"label":"Mètre par Volt Seconde"
,"label":"Μέτρο ανά Βολτ Δευτερόλεπτο"
,"label":"Метр на Вольт Секунда"
,"label":"Метър на Волт Секунда"
,"symbol":"m\/(V·s)"
,"type":"qudt:Unit"
,"ucum code":"m.V-1.s-1"
,"unece common code":"H58"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-V-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit metre divided by the product of the SI derived unit volt and the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticReluctivity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/V-SEC-PER-M",
"iec61360Code" : "0112/2///62720#UAD917",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD917",
"symbol" : "m/(V·s)",
"ucumCode" : "m.V-1.s-1",
"uneceCommonCode" : "H58",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Metro por Voltio Segundo"
}, {
"@language" : "cs",
"@value" : "Metr na Volt Sekunda"
}, "Metre per Volt Second", {
"@language" : "en",
"@value" : "Metre per Volt Second"
}, {
"@language" : "sl",
"@value" : "Meter na Volt Sekunda"
}, {
"@language" : "ru",
"@value" : "Метр на Вольт Секунда"
}, {
"@language" : "pt",
"@value" : "Metro por Volt Segundo"
}, {
"@language" : "fr",
"@value" : "Mètre par Volt Seconde"
}, {
"@language" : "ro",
"@value" : "Metru pe Volt Secundă"
}, {
"@language" : "ms",
"@value" : "Meter per Volt Saat"
}, {
"@language" : "tr",
"@value" : "Metre per Volt Saniye"
}, {
"@language" : "la",
"@value" : "Metrum per Voltium Secundum"
}, {
"@language" : "bg",
"@value" : "Метър на Волт Секунда"
}, {
"@language" : "it",
"@value" : "Metro per Volt Secondo"
}, {
"@language" : "pl",
"@value" : "Metr na Wolt Sekunda"
}, {
"@language" : "el",
"@value" : "Μέτρο ανά Βολτ Δευτερόλεπτο"
}, {
"@language" : "en-us",
"@value" : "Meter per Volt Second"
}, {
"@language" : "de",
"@value" : "Meter pro Volt Sekunde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-PER-YR
URI: http://qudt.org/vocab/unit/M-PER-YR
A rate of change of SI standard unit length over a period of an average calendar year (365.25 days).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of SI standard unit length over a period of an average calendar year (365.25 days)."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/symbol> "m/a" ; <http://qudt.org/schema/qudt/ucumCode> "m.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter per Year"@en-US ; rdfs:label "Metre per Year" ; rdfs:label "Metre per Year"@en ; .
{"resource":"Metre per Year"
,"qname":"unit:M-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-8"
,"description":"A rate of change of SI standard unit length over a period of an average calendar year (365.25 days)."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter per Year"
,"label":"Metre per Year"
,"label":"Metre per Year"
,"symbol":"m\/a"
,"type":"qudt:Unit"
,"ucum code":"m.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of SI standard unit length over a period of an average calendar year (365.25 days)."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"symbol" : "m/a",
"ucumCode" : "m.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metre per Year", {
"@language" : "en",
"@value" : "Metre per Year"
}, {
"@language" : "en-us",
"@value" : "Meter per Year"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-SEC
URI: http://qudt.org/vocab/unit/M-SEC
product of SI base units metre and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of SI base units metre and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-M-SEC> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD686" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD686"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m·s" ; <http://qudt.org/schema/qudt/ucumCode> "m.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter Saat"@ms ; rdfs:label "Meter Second"@en-US ; rdfs:label "Meter Sekunda"@sl ; rdfs:label "Meter Sekunde"@de ; rdfs:label "Metr Sekunda"@cs ; rdfs:label "Metr Sekunda"@pl ; rdfs:label "Metre Saniye"@tr ; rdfs:label "Metre Second" ; rdfs:label "Metre Second"@en ; rdfs:label "Metro Secondo"@it ; rdfs:label "Metro Segundo"@es ; rdfs:label "Metro Segundo"@pt ; rdfs:label "Metru Secundă"@ro ; rdfs:label "Metrum Secundum"@la ; rdfs:label "Mètre Seconde"@fr ; rdfs:label "Μέτρο Δευτερόλεπτο"@el ; rdfs:label "Метр Секунда"@ru ; rdfs:label "Метър Секунда"@bg ; .
{"resource":"Metre Second"
,"qname":"unit:M-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of SI base units metre and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:PER-M-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD686"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD686"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter Saat"
,"label":"Meter Second"
,"label":"Meter Sekunda"
,"label":"Meter Sekunde"
,"label":"Metr Sekunda"
,"label":"Metr Sekunda"
,"label":"Metre Saniye"
,"label":"Metre Second"
,"label":"Metre Second"
,"label":"Metro Secondo"
,"label":"Metro Segundo"
,"label":"Metro Segundo"
,"label":"Metru Secundă"
,"label":"Metrum Secundum"
,"label":"Mètre Seconde"
,"label":"Μέτρο Δευτερόλεπτο"
,"label":"Метр Секунда"
,"label":"Метър Секунда"
,"symbol":"m·s"
,"type":"qudt:Unit"
,"ucum code":"m.s"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of SI base units metre and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-M-SEC",
"iec61360Code" : "0112/2///62720#UAD686",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD686",
"symbol" : "m·s",
"ucumCode" : "m.s",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Metr Sekunda"
}, {
"@language" : "pl",
"@value" : "Metr Sekunda"
}, {
"@language" : "it",
"@value" : "Metro Secondo"
}, {
"@language" : "sl",
"@value" : "Meter Sekunda"
}, {
"@language" : "en-us",
"@value" : "Meter Second"
}, {
"@language" : "de",
"@value" : "Meter Sekunde"
}, {
"@language" : "el",
"@value" : "Μέτρο Δευτερόλεπτο"
}, {
"@language" : "es",
"@value" : "Metro Segundo"
}, {
"@language" : "ru",
"@value" : "Метр Секунда"
}, {
"@language" : "pt",
"@value" : "Metro Segundo"
}, {
"@language" : "fr",
"@value" : "Mètre Seconde"
}, {
"@language" : "ms",
"@value" : "Meter Saat"
}, {
"@language" : "ro",
"@value" : "Metru Secundă"
}, {
"@language" : "la",
"@value" : "Metrum Secundum"
}, {
"@language" : "tr",
"@value" : "Metre Saniye"
}, "Metre Second", {
"@language" : "en",
"@value" : "Metre Second"
}, {
"@language" : "bg",
"@value" : "Метър Секунда"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M-SEC2
URI: http://qudt.org/vocab/unit/M-SEC2
product of SI base units metre and second to the power of two given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of SI base units metre and second to the power of two given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD683" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD683"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m·s²" ; <http://qudt.org/schema/qudt/ucumCode> "m.s2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter Kvadratni Sekunda"@sl ; rdfs:label "Meter Quadratsekunde"@de ; rdfs:label "Meter Saat Persegi"@ms ; rdfs:label "Meter Square Second"@en-US ; rdfs:label "Metr Sekunda Kwadratowy"@pl ; rdfs:label "Metr Čtvereční Sekunda"@cs ; rdfs:label "Metre Saniyekare"@tr ; rdfs:label "Metre Square Second" ; rdfs:label "Metre Square Second"@en ; rdfs:label "Metro Secondo Quadrato"@it ; rdfs:label "Metro Segundo Cuadrado"@es ; rdfs:label "Metro Segundo Quadrado"@pt ; rdfs:label "Metru Secundă Pătrat"@ro ; rdfs:label "Metrum Secundum Quadratum"@la ; rdfs:label "Mètre Seconde Carré"@fr ; rdfs:label "Μέτρο Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Метр Квадратный Секунда"@ru ; rdfs:label "Метър Квадратен Секунда"@bg ; .
{"resource":"Metre Square Second"
,"qname":"unit:M-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M-SEC2"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of SI base units metre and second to the power of two given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD683"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD683"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter Kvadratni Sekunda"
,"label":"Meter Quadratsekunde"
,"label":"Meter Saat Persegi"
,"label":"Meter Square Second"
,"label":"Metr Sekunda Kwadratowy"
,"label":"Metr Čtvereční Sekunda"
,"label":"Metre Saniyekare"
,"label":"Metre Square Second"
,"label":"Metre Square Second"
,"label":"Metro Secondo Quadrato"
,"label":"Metro Segundo Cuadrado"
,"label":"Metro Segundo Quadrado"
,"label":"Metru Secundă Pătrat"
,"label":"Metrum Secundum Quadratum"
,"label":"Mètre Seconde Carré"
,"label":"Μέτρο Τετραγωνικό Δευτερόλεπτο"
,"label":"Метр Квадратный Секунда"
,"label":"Метър Квадратен Секунда"
,"symbol":"m·s²"
,"type":"qudt:Unit"
,"ucum code":"m.s2"
]}
{
"@id" : "http://qudt.org/vocab/unit/M-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of SI base units metre and second to the power of two given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD683",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD683",
"symbol" : "m·s²",
"ucumCode" : "m.s2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Metr Sekunda Kwadratowy"
}, {
"@language" : "la",
"@value" : "Metrum Secundum Quadratum"
}, "Metre Square Second", {
"@language" : "en",
"@value" : "Metre Square Second"
}, {
"@language" : "en-us",
"@value" : "Meter Square Second"
}, {
"@language" : "tr",
"@value" : "Metre Saniyekare"
}, {
"@language" : "el",
"@value" : "Μέτρο Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "ru",
"@value" : "Метр Квадратный Секунда"
}, {
"@language" : "ro",
"@value" : "Metru Secundă Pătrat"
}, {
"@language" : "fr",
"@value" : "Mètre Seconde Carré"
}, {
"@language" : "bg",
"@value" : "Метър Квадратен Секунда"
}, {
"@language" : "cs",
"@value" : "Metr Čtvereční Sekunda"
}, {
"@language" : "ms",
"@value" : "Meter Saat Persegi"
}, {
"@language" : "de",
"@value" : "Meter Quadratsekunde"
}, {
"@language" : "sl",
"@value" : "Meter Kvadratni Sekunda"
}, {
"@language" : "pt",
"@value" : "Metro Segundo Quadrado"
}, {
"@language" : "it",
"@value" : "Metro Secondo Quadrato"
}, {
"@language" : "es",
"@value" : "Metro Segundo Cuadrado"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M0dot
URI: http://qudt.org/vocab/unit/M0dot
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M0dot> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/NotApplicable> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Placeholder" ; rdfs:label "Placeholder"@en ; .
{"resource":"Placeholder"
,"qname":"unit:M0dot"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M0dot"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"has dimension vector":"qkdv:NotApplicable"
,"has quantity kind":"quantitykind:Unknown"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Placeholder"
,"label":"Placeholder"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/M0dot",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/NotApplicable",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Placeholder", {
"@language" : "en",
"@value" : "Placeholder"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2
URI: http://qudt.org/vocab/unit/M2
The S I unit of area is the square metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The S I unit of area is the square metre."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Square_metre"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$sq-m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NuclearQuadrupoleMoment> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-M2> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA744" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Square_metre?oldid=490945508"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA744"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m²" ; <http://qudt.org/schema/qudt/ucumCode> "m2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MTK" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25343> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter"@sl ; rdfs:label "Meter Persegi"@ms ; rdfs:label "Metr Kwadratowy"@pl ; rdfs:label "Metrekare"@tr ; rdfs:label "Metro Cuadrado"@es ; rdfs:label "Metro Quadrado"@pt ; rdfs:label "Metro Quadrato"@it ; rdfs:label "Metru Pătrat"@ro ; rdfs:label "Metrum Quadratum"@la ; rdfs:label "Mètre Carré"@fr ; rdfs:label "Négyzetméter"@hu ; rdfs:label "Quadratmeter"@de ; rdfs:label "Square Meter"@en-US ; rdfs:label "Square Metre" ; rdfs:label "Square Metre"@en ; rdfs:label "Čtvereční Metr"@cs ; rdfs:label "Τετραγωνικό Μέτρο"@el ; rdfs:label "Квадратен Метър"@bg ; rdfs:label "Квадратный Метр"@ru ; rdfs:label "מטר רבוע"@he ; rdfs:label "متر مربع"@ar ; rdfs:label "متر مربع"@fa ; rdfs:label "वर्ग मीटर"@hi ; rdfs:label "平方メートル"@ja ; rdfs:label "平方米"@zh ; .
{"resource":"Square Metre"
,"qname":"unit:M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25343>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Square_metre"
,"description":"The S I unit of area is the square metre."
,"expression":"$sq-m$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"has quantity kind":"quantitykind:NuclearQuadrupoleMoment"
,"has reciprocal unit":"unit:PER-M2"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA744"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Square_metre?oldid=490945508"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA744"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter"
,"label":"Meter Persegi"
,"label":"Metr Kwadratowy"
,"label":"Metrekare"
,"label":"Metro Cuadrado"
,"label":"Metro Quadrado"
,"label":"Metro Quadrato"
,"label":"Metru Pătrat"
,"label":"Metrum Quadratum"
,"label":"Mètre Carré"
,"label":"Négyzetméter"
,"label":"Quadratmeter"
,"label":"Square Meter"
,"label":"Square Metre"
,"label":"Square Metre"
,"label":"Čtvereční Metr"
,"label":"Τετραγωνικό Μέτρο"
,"label":"Квадратен Метър"
,"label":"Квадратный Метр"
,"label":"מטר רבוע"
,"label":"متر مربع"
,"label":"متر مربع"
,"label":"वर्ग मीटर"
,"label":"平方メートル"
,"label":"平方米"
,"symbol":"m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2"
,"unece common code":"MTK"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The S I unit of area is the square metre.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Square_metre",
"expression" : "$sq-m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Area", "http://qudt.org/vocab/quantitykind/HydraulicPermeability", "http://qudt.org/vocab/quantitykind/NuclearQuadrupoleMoment" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-M2",
"iec61360Code" : "0112/2///62720#UAA744",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Square_metre?oldid=490945508", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA744" ],
"symbol" : "m²",
"ucumCode" : "m2",
"uneceCommonCode" : "MTK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25343",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Metrekare"
}, {
"@language" : "hu",
"@value" : "Négyzetméter"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter"
}, {
"@language" : "en-us",
"@value" : "Square Meter"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado"
}, {
"@language" : "ja",
"@value" : "平方メートル"
}, {
"@language" : "de",
"@value" : "Quadratmeter"
}, "Square Metre", {
"@language" : "en",
"@value" : "Square Metre"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado"
}, {
"@language" : "hi",
"@value" : "वर्ग मीटर"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο"
}, {
"@language" : "fr",
"@value" : "Mètre Carré"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat"
}, {
"@language" : "ms",
"@value" : "Meter Persegi"
}, {
"@language" : "zh",
"@value" : "平方米"
}, {
"@language" : "he",
"@value" : "מטר רבוע"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum"
}, {
"@language" : "it",
"@value" : "Metro Quadrato"
}, {
"@language" : "ar",
"@value" : "متر مربع"
}, {
"@language" : "fa",
"@value" : "متر مربع"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-HR-DEG_C-PER-KiloCAL_IT
URI: http://qudt.org/vocab/unit/M2-HR-DEG_C-PER-KiloCAL_IT
product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M2-HR-DEG_C-PER-KiloCAL_IT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.8598452278589853826311263972484954 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.598452278589853826311263972484954E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalInsulance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA749" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA749"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie" ;
<http://qudt.org/schema/qudt/symbol> "m²·h·°C/kcal{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "m2.h.Cel.kcal_IT-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L14" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Meter Hour Degree Celsius per Kilo International Table Calorie"@en-US ;
rdfs:label "Square Metre Hour Degree Celsius per Kilo International Table Calorie" ;
rdfs:label "Square Metre Hour Degree Celsius per Kilo International Table Calorie"@en ;
.
{"resource":"Square Metre Hour Degree Celsius per Kilo International Table Calorie"
,"qname":"unit:M2-HR-DEG_C-PER-KiloCAL_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-HR-DEG_C-PER-KiloCAL_IT"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.8598452278589853826311263972484954"
,"conversion multiplier scientific":"8.598452278589853826311263972484954E-1"
,"description":"product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie"
,"description (plain text)":"product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie"
,"has dimension vector":"qkdv:A0E0L0I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalInsulance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA749"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA749"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Meter Hour Degree Celsius per Kilo International Table Calorie"
,"label":"Square Metre Hour Degree Celsius per Kilo International Table Calorie"
,"label":"Square Metre Hour Degree Celsius per Kilo International Table Calorie"
,"symbol":"m²·h·°C\/kcal{IT}"
,"type":"qudt:Unit"
,"ucum code":"m2.h.Cel.kcal_IT-1"
,"unece common code":"L14"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-HR-DEG_C-PER-KiloCAL_IT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.8598452278589853826311263972484954",
"conversionMultiplier:SN" : 0.8598452278589854,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalInsulance",
"iec61360Code" : "0112/2///62720#UAA749",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA749",
"plainTextDescription" : "product of the power of the SI base unit metre with the exponent 2, of the unit hour for time and the unit degree Celsius for temperature divided by the 1000-fold of the out of use unit for energy international calorie",
"symbol" : "m²·h·°C/kcal{IT}",
"ucumCode" : "m2.h.Cel.kcal_IT-1",
"uneceCommonCode" : "L14",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Square Metre Hour Degree Celsius per Kilo International Table Calorie"
}, "Square Metre Hour Degree Celsius per Kilo International Table Calorie", {
"@language" : "en-us",
"@value" : "Square Meter Hour Degree Celsius per Kilo International Table Calorie"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-HZ
URI: http://qudt.org/vocab/unit/M2-HZ
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-HZ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerTime> ; <http://qudt.org/schema/qudt/symbol> "m²·Hz" ; <http://qudt.org/schema/qudt/ucumCode> "m2.Hz"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter Hertz"@sl ; rdfs:label "Meter Persegi Hertz"@ms ; rdfs:label "Metr Kwadratowy Herc"@pl ; rdfs:label "Metrekare Hertz"@tr ; rdfs:label "Metro Cuadrado Hercio"@es ; rdfs:label "Metro Quadrado Hertz"@pt ; rdfs:label "Metro Quadrato Hertz"@it ; rdfs:label "Metru Pătrat Hertz"@ro ; rdfs:label "Metrum Quadratum Hertzium"@la ; rdfs:label "Mètre Carré Hertz"@fr ; rdfs:label "Quadratmeter Hertz"@de ; rdfs:label "Square Meter Hertz"@en-US ; rdfs:label "Square Metre Hertz" ; rdfs:label "Square Metre Hertz"@en ; rdfs:label "Čtvereční Metr Hertz"@cs ; rdfs:label "Τετραγωνικό Μέτρο Χερτζ"@el ; rdfs:label "Квадратен Метър Херц"@bg ; rdfs:label "Квадратный Метр Герц"@ru ; .
{"resource":"Square Metre Hertz"
,"qname":"unit:M2-HZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-HZ"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AreaPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter Hertz"
,"label":"Meter Persegi Hertz"
,"label":"Metr Kwadratowy Herc"
,"label":"Metrekare Hertz"
,"label":"Metro Cuadrado Hercio"
,"label":"Metro Quadrado Hertz"
,"label":"Metro Quadrato Hertz"
,"label":"Metru Pătrat Hertz"
,"label":"Metrum Quadratum Hertzium"
,"label":"Mètre Carré Hertz"
,"label":"Quadratmeter Hertz"
,"label":"Square Meter Hertz"
,"label":"Square Metre Hertz"
,"label":"Square Metre Hertz"
,"label":"Čtvereční Metr Hertz"
,"label":"Τετραγωνικό Μέτρο Χερτζ"
,"label":"Квадратен Метър Херц"
,"label":"Квадратный Метр Герц"
,"symbol":"m²·Hz"
,"type":"qudt:Unit"
,"ucum code":"m2.Hz"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-HZ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaPerTime",
"symbol" : "m²·Hz",
"ucumCode" : "m2.Hz",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Metro Cuadrado Hercio"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat Hertz"
}, {
"@language" : "tr",
"@value" : "Metrekare Hertz"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр Герц"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter Hertz"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado Hertz"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy Herc"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο Χερτζ"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum Hertzium"
}, {
"@language" : "ms",
"@value" : "Meter Persegi Hertz"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr Hertz"
}, "Square Metre Hertz", {
"@language" : "en",
"@value" : "Square Metre Hertz"
}, {
"@language" : "fr",
"@value" : "Mètre Carré Hertz"
}, {
"@language" : "en-us",
"@value" : "Square Meter Hertz"
}, {
"@language" : "de",
"@value" : "Quadratmeter Hertz"
}, {
"@language" : "it",
"@value" : "Metro Quadrato Hertz"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър Херц"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-HZ2
URI: http://qudt.org/vocab/unit/M2-HZ2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-HZ2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "m²·Hz²" ; <http://qudt.org/schema/qudt/ucumCode> "m2.Hz2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter Kvadratni Hertz"@sl ; rdfs:label "Meter Persegi Hertz Persegi"@ms ; rdfs:label "Metr Kwadratowy Herc Kwadratowy"@pl ; rdfs:label "Metrekare Hertzkare"@tr ; rdfs:label "Metro Cuadrado Hercio Cuadrado"@es ; rdfs:label "Metro Quadrado Hertz Quadrado"@pt ; rdfs:label "Metro Quadrato Hertz Quadrato"@it ; rdfs:label "Metru Pătrat Hertz Pătrat"@ro ; rdfs:label "Metrum Quadratum Hertzium Quadratum"@la ; rdfs:label "Mètre Carré Hertz Carré"@fr ; rdfs:label "Quadratmeter Quadrathertz"@de ; rdfs:label "Square Meter Square Hertz"@en-US ; rdfs:label "Square Metre Square Hertz" ; rdfs:label "Square Metre Square Hertz"@en ; rdfs:label "Čtvereční Metr Čtvereční Hertz"@cs ; rdfs:label "Τετραγωνικό Μέτρο Τετραγωνικό Χερτζ"@el ; rdfs:label "Квадратен Метър Квадратен Херц"@bg ; rdfs:label "Квадратный Метр Квадратный Герц"@ru ; .
{"resource":"Square Metre Square Hertz"
,"qname":"unit:M2-HZ2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-HZ2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter Kvadratni Hertz"
,"label":"Meter Persegi Hertz Persegi"
,"label":"Metr Kwadratowy Herc Kwadratowy"
,"label":"Metrekare Hertzkare"
,"label":"Metro Cuadrado Hercio Cuadrado"
,"label":"Metro Quadrado Hertz Quadrado"
,"label":"Metro Quadrato Hertz Quadrato"
,"label":"Metru Pătrat Hertz Pătrat"
,"label":"Metrum Quadratum Hertzium Quadratum"
,"label":"Mètre Carré Hertz Carré"
,"label":"Quadratmeter Quadrathertz"
,"label":"Square Meter Square Hertz"
,"label":"Square Metre Square Hertz"
,"label":"Square Metre Square Hertz"
,"label":"Čtvereční Metr Čtvereční Hertz"
,"label":"Τετραγωνικό Μέτρο Τετραγωνικό Χερτζ"
,"label":"Квадратен Метър Квадратен Херц"
,"label":"Квадратный Метр Квадратный Герц"
,"symbol":"m²·Hz²"
,"type":"qudt:Unit"
,"ucum code":"m2.Hz2"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-HZ2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "m²·Hz²",
"ucumCode" : "m2.Hz2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Квадратный Метр Квадратный Герц"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο Τετραγωνικό Χερτζ"
}, {
"@language" : "fr",
"@value" : "Mètre Carré Hertz Carré"
}, {
"@language" : "en-us",
"@value" : "Square Meter Square Hertz"
}, {
"@language" : "tr",
"@value" : "Metrekare Hertzkare"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat Hertz Pătrat"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado Hertz Quadrado"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter Kvadratni Hertz"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado Hercio Cuadrado"
}, {
"@language" : "de",
"@value" : "Quadratmeter Quadrathertz"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър Квадратен Херц"
}, {
"@language" : "ms",
"@value" : "Meter Persegi Hertz Persegi"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr Čtvereční Hertz"
}, "Square Metre Square Hertz", {
"@language" : "en",
"@value" : "Square Metre Square Hertz"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy Herc Kwadratowy"
}, {
"@language" : "it",
"@value" : "Metro Quadrato Hertz Quadrato"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum Hertzium Quadratum"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-HZ3
URI: http://qudt.org/vocab/unit/M2-HZ3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-HZ3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "m²·Hz³" ; <http://qudt.org/schema/qudt/ucumCode> "m2.Hz3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter Kubični Hertz"@sl ; rdfs:label "Meter Persegi Hertz Kubik"@ms ; rdfs:label "Metr Kwadratowy Herc Sześcienny"@pl ; rdfs:label "Metrekare Hertzküp"@tr ; rdfs:label "Metro Cuadrado Hercio Cúbico"@es ; rdfs:label "Metro Quadrado Hertz Cúbico"@pt ; rdfs:label "Metro Quadrato Hertz Cubo"@it ; rdfs:label "Metru Pătrat Hertz Cub"@ro ; rdfs:label "Metrum Quadratum Hertzium Cubicum"@la ; rdfs:label "Mètre Carré Hertz Cube"@fr ; rdfs:label "Quadratmeter Kubikhertz"@de ; rdfs:label "Square Meter Cubic Hertz"@en-US ; rdfs:label "Square Metre Cubic Hertz" ; rdfs:label "Square Metre Cubic Hertz"@en ; rdfs:label "Čtvereční Metr Hertz Krychlový"@cs ; rdfs:label "Τετραγωνικό Μέτρο Κυβικό Χερτζ"@el ; rdfs:label "Квадратен Метър Кубичен Херц"@bg ; rdfs:label "Квадратный Метр Кубический Герц"@ru ; .
{"resource":"Square Metre Cubic Hertz"
,"qname":"unit:M2-HZ3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-HZ3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter Kubični Hertz"
,"label":"Meter Persegi Hertz Kubik"
,"label":"Metr Kwadratowy Herc Sześcienny"
,"label":"Metrekare Hertzküp"
,"label":"Metro Cuadrado Hercio Cúbico"
,"label":"Metro Quadrado Hertz Cúbico"
,"label":"Metro Quadrato Hertz Cubo"
,"label":"Metru Pătrat Hertz Cub"
,"label":"Metrum Quadratum Hertzium Cubicum"
,"label":"Mètre Carré Hertz Cube"
,"label":"Quadratmeter Kubikhertz"
,"label":"Square Meter Cubic Hertz"
,"label":"Square Metre Cubic Hertz"
,"label":"Square Metre Cubic Hertz"
,"label":"Čtvereční Metr Hertz Krychlový"
,"label":"Τετραγωνικό Μέτρο Κυβικό Χερτζ"
,"label":"Квадратен Метър Кубичен Херц"
,"label":"Квадратный Метр Кубический Герц"
,"symbol":"m²·Hz³"
,"type":"qudt:Unit"
,"ucum code":"m2.Hz3"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-HZ3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "m²·Hz³",
"ucumCode" : "m2.Hz3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Квадратный Метр Кубический Герц"
}, {
"@language" : "tr",
"@value" : "Metrekare Hertzküp"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum Hertzium Cubicum"
}, {
"@language" : "it",
"@value" : "Metro Quadrato Hertz Cubo"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr Hertz Krychlový"
}, {
"@language" : "ms",
"@value" : "Meter Persegi Hertz Kubik"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy Herc Sześcienny"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter Kubični Hertz"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο Κυβικό Χερτζ"
}, {
"@language" : "fr",
"@value" : "Mètre Carré Hertz Cube"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado Hercio Cúbico"
}, "Square Metre Cubic Hertz", {
"@language" : "en",
"@value" : "Square Metre Cubic Hertz"
}, {
"@language" : "de",
"@value" : "Quadratmeter Kubikhertz"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado Hertz Cúbico"
}, {
"@language" : "en-us",
"@value" : "Square Meter Cubic Hertz"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър Кубичен Херц"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat Hertz Cub"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-HZ4
URI: http://qudt.org/vocab/unit/M2-HZ4
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-HZ4> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "m²·Hz⁴" ; <http://qudt.org/schema/qudt/ucumCode> "m2.Hz4"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Quadratmeter Hertz hoch vier"@de ; rdfs:label "Square Meter Quartic Hertz"@en-US ; rdfs:label "Square Metre Quartic Hertz" ; rdfs:label "Square Metre Quartic Hertz"@en ; .
{"resource":"Square Metre Quartic Hertz"
,"qname":"unit:M2-HZ4"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-HZ4"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-4D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quadratmeter Hertz hoch vier"
,"label":"Square Meter Quartic Hertz"
,"label":"Square Metre Quartic Hertz"
,"label":"Square Metre Quartic Hertz"
,"symbol":"m²·Hz\u2074"
,"type":"qudt:Unit"
,"ucum code":"m2.Hz4"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-HZ4",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "m²·Hz⁴",
"ucumCode" : "m2.Hz4",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Square Metre Quartic Hertz"
}, "Square Metre Quartic Hertz", {
"@language" : "en-us",
"@value" : "Square Meter Quartic Hertz"
}, {
"@language" : "de",
"@value" : "Quadratmeter Hertz hoch vier"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-K
URI: http://qudt.org/vocab/unit/M2-K
$\textit{Square Meter Kelvin}$ is a unit for 'Area Temperature' expressed as $m^{2}-K$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M2-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Square Meter Kelvin}$ is a unit for 'Area Temperature' expressed as $m^{2}-K$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$m^{2}-K$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaTemperature> ;
<http://qudt.org/schema/qudt/symbol> "m²·K" ;
<http://qudt.org/schema/qudt/ucumCode> "m2.K"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kvadratni Meter Kelvin"@sl ;
rdfs:label "Meter Persegi Kelvin"@ms ;
rdfs:label "Metr Kwadratowy Kelwin"@pl ;
rdfs:label "Metrekare Kelvin"@tr ;
rdfs:label "Metro Cuadrado Kelvin"@es ;
rdfs:label "Metro Quadrado Kelvin"@pt ;
rdfs:label "Metro Quadrato Kelvin"@it ;
rdfs:label "Metru Pătrat Kelvin"@ro ;
rdfs:label "Metrum Quadratum Kelvin"@la ;
rdfs:label "Mètre Carré Kelvin"@fr ;
rdfs:label "Quadratmeter Kelvin"@de ;
rdfs:label "Square Meter Kelvin"@en-US ;
rdfs:label "Square Metre Kelvin" ;
rdfs:label "Square Metre Kelvin"@en ;
rdfs:label "Čtvereční Metr Kelvin"@cs ;
rdfs:label "Τετραγωνικό Μέτρο Κέλβιν"@el ;
rdfs:label "Квадратен Метър Келвин"@bg ;
rdfs:label "Квадратный Метр Кельвин"@ru ;
.
{"resource":"Square Metre Kelvin"
,"qname":"unit:M2-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Square Meter Kelvin}$ is a unit for 'Area Temperature' expressed as $m^{2}-K$."
,"expression":"$m^{2}-K$"
,"has dimension vector":"qkdv:A0E0L2I0M0H1T0D0"
,"has quantity kind":"quantitykind:AreaTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter Kelvin"
,"label":"Meter Persegi Kelvin"
,"label":"Metr Kwadratowy Kelwin"
,"label":"Metrekare Kelvin"
,"label":"Metro Cuadrado Kelvin"
,"label":"Metro Quadrado Kelvin"
,"label":"Metro Quadrato Kelvin"
,"label":"Metru Pătrat Kelvin"
,"label":"Metrum Quadratum Kelvin"
,"label":"Mètre Carré Kelvin"
,"label":"Quadratmeter Kelvin"
,"label":"Square Meter Kelvin"
,"label":"Square Metre Kelvin"
,"label":"Square Metre Kelvin"
,"label":"Čtvereční Metr Kelvin"
,"label":"Τετραγωνικό Μέτρο Κέλβιν"
,"label":"Квадратен Метър Келвин"
,"label":"Квадратный Метр Кельвин"
,"symbol":"m²·K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.K"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-K",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Square Meter Kelvin}$ is a unit for 'Area Temperature' expressed as $m^{2}-K$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m^{2}-K$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaTemperature",
"symbol" : "m²·K",
"ucumCode" : "m2.K",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Metre Kelvin", {
"@language" : "tr",
"@value" : "Metrekare Kelvin"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado Kelvin"
}, {
"@language" : "en-us",
"@value" : "Square Meter Kelvin"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy Kelwin"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter Kelvin"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр Кельвин"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat Kelvin"
}, {
"@language" : "fr",
"@value" : "Mètre Carré Kelvin"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr Kelvin"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum Kelvin"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado Kelvin"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър Келвин"
}, {
"@language" : "ms",
"@value" : "Meter Persegi Kelvin"
}, {
"@language" : "it",
"@value" : "Metro Quadrato Kelvin"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο Κέλβιν"
}, {
"@language" : "de",
"@value" : "Quadratmeter Kelvin"
}, {
"@language" : "en",
"@value" : "Square Metre Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-K-PER-W
URI: http://qudt.org/vocab/unit/M2-K-PER-W
$\textit{Square Meter Kelvin per Watt}$ is a unit for 'Thermal Insulance' expressed as $(K^{2})m/W$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M2-K-PER-W>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Square Meter Kelvin per Watt}$ is a unit for 'Thermal Insulance' expressed as $(K^{2})m/W$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$(K^{2})m/W$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalInsulance> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/W-PER-M2-K> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA746" ;
<http://qudt.org/schema/qudt/informativeReference> "http://physics.nist.gov/Pubs/SP811/appenB9.html"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA746"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m²·K/W" ;
<http://qudt.org/schema/qudt/ucumCode> "m2.K.W-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D19" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3332092> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kvadratni Meter Kelvin na Watt"@sl ;
rdfs:label "Meter Persegi Kelvin per Watt"@ms ;
rdfs:label "Metr Kwadratowy Kelwin na Wat"@pl ;
rdfs:label "Metrekare Kelvin per Watt"@tr ;
rdfs:label "Metro Cuadrado Kelvin por Vatio"@es ;
rdfs:label "Metro Quadrado Kelvin por Watt"@pt ;
rdfs:label "Metro Quadrato Kelvin per Watt"@it ;
rdfs:label "Metru Pătrat Kelvin pe Watt"@ro ;
rdfs:label "Metrum Quadratum Kelvin per Wattium"@la ;
rdfs:label "Mètre Carré Kelvin par Watt"@fr ;
rdfs:label "Quadratmeter Kelvin pro Watt"@de ;
rdfs:label "Square Meter Kelvin per Watt"@en-US ;
rdfs:label "Square Metre Kelvin per Watt" ;
rdfs:label "Square Metre Kelvin per Watt"@en ;
rdfs:label "Čtvereční Metr Kelvin na Watt"@cs ;
rdfs:label "Τετραγωνικό Μέτρο Κέλβιν ανά Βατ"@el ;
rdfs:label "Квадратен Метър Келвин на Ват"@bg ;
rdfs:label "Квадратный Метр Кельвин на Ватт"@ru ;
.
{"resource":"Square Metre Kelvin per Watt"
,"qname":"unit:M2-K-PER-W"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-K-PER-W"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3332092>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Square Meter Kelvin per Watt}$ is a unit for 'Thermal Insulance' expressed as $(K^{2})m\/W$."
,"expression":"$(K^{2})m\/W$"
,"has dimension vector":"qkdv:A0E0L0I0M-1H1T3D0"
,"has quantity kind":"quantitykind:ThermalInsulance"
,"has reciprocal unit":"unit:W-PER-M2-K"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA746"
,"informative reference":"http:\/\/physics.nist.gov\/Pubs\/SP811\/appenB9.html"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA746"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter Kelvin na Watt"
,"label":"Meter Persegi Kelvin per Watt"
,"label":"Metr Kwadratowy Kelwin na Wat"
,"label":"Metrekare Kelvin per Watt"
,"label":"Metro Cuadrado Kelvin por Vatio"
,"label":"Metro Quadrado Kelvin por Watt"
,"label":"Metro Quadrato Kelvin per Watt"
,"label":"Metru Pătrat Kelvin pe Watt"
,"label":"Metrum Quadratum Kelvin per Wattium"
,"label":"Mètre Carré Kelvin par Watt"
,"label":"Quadratmeter Kelvin pro Watt"
,"label":"Square Meter Kelvin per Watt"
,"label":"Square Metre Kelvin per Watt"
,"label":"Square Metre Kelvin per Watt"
,"label":"Čtvereční Metr Kelvin na Watt"
,"label":"Τετραγωνικό Μέτρο Κέλβιν ανά Βατ"
,"label":"Квадратен Метър Келвин на Ват"
,"label":"Квадратный Метр Кельвин на Ватт"
,"symbol":"m²·K\/W"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.K.W-1"
,"unece common code":"D19"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-K-PER-W",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Square Meter Kelvin per Watt}$ is a unit for 'Thermal Insulance' expressed as $(K^{2})m/W$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$(K^{2})m/W$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H1T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalInsulance",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/W-PER-M2-K",
"iec61360Code" : "0112/2///62720#UAA746",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA746", "http://physics.nist.gov/Pubs/SP811/appenB9.html" ],
"symbol" : "m²·K/W",
"ucumCode" : "m2.K.W-1",
"uneceCommonCode" : "D19",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3332092",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Metru Pătrat Kelvin pe Watt"
}, {
"@language" : "it",
"@value" : "Metro Quadrato Kelvin per Watt"
}, {
"@language" : "ms",
"@value" : "Meter Persegi Kelvin per Watt"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado Kelvin por Vatio"
}, "Square Metre Kelvin per Watt", {
"@language" : "en",
"@value" : "Square Metre Kelvin per Watt"
}, {
"@language" : "en-us",
"@value" : "Square Meter Kelvin per Watt"
}, {
"@language" : "de",
"@value" : "Quadratmeter Kelvin pro Watt"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter Kelvin na Watt"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum Kelvin per Wattium"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър Келвин на Ват"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр Кельвин на Ватт"
}, {
"@language" : "tr",
"@value" : "Metrekare Kelvin per Watt"
}, {
"@language" : "fr",
"@value" : "Mètre Carré Kelvin par Watt"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr Kelvin na Watt"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy Kelwin na Wat"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο Κέλβιν ανά Βατ"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado Kelvin por Watt"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-GM
URI: http://qudt.org/vocab/unit/M2-PER-GM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassAttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificSurfaceArea> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/GM-PER-M2> ; <http://qudt.org/schema/qudt/symbol> "m²/g" ; <http://qudt.org/schema/qudt/ucumCode> "m2.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Gram"@sl ; rdfs:label "Meter Persegi per Gram"@ms ; rdfs:label "Metr Kwadratowy na Gram"@pl ; rdfs:label "Metrekare per Gram"@tr ; rdfs:label "Metro Cuadrado por Gramo"@es ; rdfs:label "Metro Quadrado por Grama"@pt ; rdfs:label "Metro Quadrato per Grammo"@it ; rdfs:label "Metru Pătrat pe Gram"@ro ; rdfs:label "Metrum Quadratum per Gramma"@la ; rdfs:label "Mètre Carré par Gramme"@fr ; rdfs:label "Quadratmeter pro Gramm"@de ; rdfs:label "Square Meter per Gram"@en-US ; rdfs:label "Square Metre per Gram" ; rdfs:label "Square Metre per Gram"@en ; rdfs:label "Čtvereční Metr na Gram"@cs ; .
{"resource":"Square Metre per Gram"
,"qname":"unit:M2-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T0D0"
,"has quantity kind":"quantitykind:MassAttenuationCoefficient"
,"has quantity kind":"quantitykind:SpecificSurfaceArea"
,"has reciprocal unit":"unit:GM-PER-M2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Gram"
,"label":"Meter Persegi per Gram"
,"label":"Metr Kwadratowy na Gram"
,"label":"Metrekare per Gram"
,"label":"Metro Cuadrado por Gramo"
,"label":"Metro Quadrado por Grama"
,"label":"Metro Quadrato per Grammo"
,"label":"Metru Pătrat pe Gram"
,"label":"Metrum Quadratum per Gramma"
,"label":"Mètre Carré par Gramme"
,"label":"Quadratmeter pro Gramm"
,"label":"Square Meter per Gram"
,"label":"Square Metre per Gram"
,"label":"Square Metre per Gram"
,"label":"Čtvereční Metr na Gram"
,"symbol":"m²\/g"
,"type":"qudt:Unit"
,"ucum code":"m2.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificSurfaceArea", "http://qudt.org/vocab/quantitykind/MassAttenuationCoefficient" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/GM-PER-M2",
"symbol" : "m²/g",
"ucumCode" : "m2.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Mètre Carré par Gramme"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Gramm"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Grammo"
}, "Square Metre per Gram", {
"@language" : "en",
"@value" : "Square Metre per Gram"
}, {
"@language" : "tr",
"@value" : "Metrekare per Gram"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Gram"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Gram"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Grama"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Gramma"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Gram"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Gramo"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Gram"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Gram"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Gram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-GM_DRY
URI: http://qudt.org/vocab/unit/M2-PER-GM_DRY
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M2-PER-GM_DRY>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassAttenuationCoefficient> ;
<http://qudt.org/schema/qudt/symbol> "m²/g{dry sediment}" ;
<http://qudt.org/schema/qudt/ucumCode> "m2.g-1{dry}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Meter per Dry Gram"@en-US ;
rdfs:label "Square Metre per Dry Gram" ;
rdfs:label "Square Metre per Dry Gram"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/M2-PER-GM> ;
.
{"resource":"Square Metre per Dry Gram"
,"qname":"unit:M2-PER-GM_DRY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-GM_DRY"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"has broader":"unit:M2-PER-GM"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T0D0"
,"has quantity kind":"quantitykind:MassAttenuationCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Meter per Dry Gram"
,"label":"Square Metre per Dry Gram"
,"label":"Square Metre per Dry Gram"
,"symbol":"m²\/g{dry sediment}"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.g-1{dry}"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-GM_DRY",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassAttenuationCoefficient",
"symbol" : "m²/g{dry sediment}",
"ucumCode" : "m2.g-1{dry}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Metre per Dry Gram", {
"@language" : "en",
"@value" : "Square Metre per Dry Gram"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Dry Gram"
} ],
"broader" : "http://qudt.org/vocab/unit/M2-PER-GM",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-HA
URI: http://qudt.org/vocab/unit/M2-PER-HA
Square metres per hectare.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-HA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Square metres per hectare."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaRatio> ; <http://qudt.org/schema/qudt/plainTextDescription> "Square metres per hectare." ; <http://qudt.org/schema/qudt/symbol> "m²/ha" ; <http://qudt.org/schema/qudt/ucumCode> "m2.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Square Meter per Hectare"@en-US ; rdfs:label "Square Metre per Hectare" ; rdfs:label "Square Metre per Hectare"@en ; .
{"resource":"Square Metre per Hectare"
,"qname":"unit:M2-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-HA"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"Square metres per hectare."
,"description (plain text)":"Square metres per hectare."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:AreaRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Meter per Hectare"
,"label":"Square Metre per Hectare"
,"label":"Square Metre per Hectare"
,"symbol":"m²\/ha"
,"type":"qudt:Unit"
,"ucum code":"m2.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-HA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Square metres per hectare.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaRatio",
"plainTextDescription" : "Square metres per hectare.",
"symbol" : "m²/ha",
"ucumCode" : "m2.har-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Square Meter per Hectare"
}, "Square Metre per Hectare", {
"@language" : "en",
"@value" : "Square Metre per Hectare"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-HA-YR
URI: http://qudt.org/vocab/unit/M2-PER-HA-YR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-HA-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the SI base unit metre with the exponent 2 divided by the unit hectare and by the unit year" ; <http://qudt.org/schema/qudt/symbol> "m²/(ha·a)" ; <http://qudt.org/schema/qudt/ucumCode> "m2.har-1.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Square Meter per Hectare Year"@en-US ; rdfs:label "Square Metre per Hectare Year" ; rdfs:label "Square Metre per Hectare Year"@en ; .
{"resource":"Square Metre per Hectare Year"
,"qname":"unit:M2-PER-HA-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-HA-YR"
,"properties":["conversion multiplier":"0.000000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-12"
,"description (plain text)":"power of the SI base unit metre with the exponent 2 divided by the unit hectare and by the unit year"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Meter per Hectare Year"
,"label":"Square Metre per Hectare Year"
,"label":"Square Metre per Hectare Year"
,"symbol":"m²\/(ha·a)"
,"type":"qudt:Unit"
,"ucum code":"m2.har-1.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-HA-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"plainTextDescription" : "power of the SI base unit metre with the exponent 2 divided by the unit hectare and by the unit year",
"symbol" : "m²/(ha·a)",
"ucumCode" : "m2.har-1.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Metre per Hectare Year", {
"@language" : "en",
"@value" : "Square Metre per Hectare Year"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Hectare Year"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-HR
URI: http://qudt.org/vocab/unit/M2-PER-HR
Square metres per hour.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Square metres per hour."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerTime> ; <http://qudt.org/schema/qudt/plainTextDescription> "Square metres per hour." ; <http://qudt.org/schema/qudt/symbol> "m²/h" ; <http://qudt.org/schema/qudt/ucumCode> "m2.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Square Meter per Hour"@en-US ; rdfs:label "Square Metre per Hour" ; rdfs:label "Square Metre per Hour"@en ; .
{"resource":"Square Metre per Hour"
,"qname":"unit:M2-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"Square metres per hour."
,"description (plain text)":"Square metres per hour."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AreaPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Meter per Hour"
,"label":"Square Metre per Hour"
,"label":"Square Metre per Hour"
,"symbol":"m²\/h"
,"type":"qudt:Unit"
,"ucum code":"m2.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Square metres per hour.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaPerTime",
"plainTextDescription" : "Square metres per hour.",
"symbol" : "m²/h",
"ucumCode" : "m2.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Square Meter per Hour"
}, "Square Metre per Hour", {
"@language" : "en",
"@value" : "Square Metre per Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-HZ
URI: http://qudt.org/vocab/unit/M2-PER-HZ
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-HZ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "m²/Hz" ; <http://qudt.org/schema/qudt/ucumCode> "m2.Hz-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Hertz"@sl ; rdfs:label "Meter Persegi per Hertz"@ms ; rdfs:label "Metr Kwadratowy na Herc"@pl ; rdfs:label "Metrekare per Hertz"@tr ; rdfs:label "Metro Cuadrado por Hercio"@es ; rdfs:label "Metro Quadrado por Hertz"@pt ; rdfs:label "Metro Quadrato per Hertz"@it ; rdfs:label "Metru Pătrat pe Hertz"@ro ; rdfs:label "Metrum Quadratum per Hertzium"@la ; rdfs:label "Mètre Carré par Hertz"@fr ; rdfs:label "Quadratmeter pro Hertz"@de ; rdfs:label "Square Meter per Hertz"@en-US ; rdfs:label "Square Metre per Hertz" ; rdfs:label "Square Metre per Hertz"@en ; rdfs:label "Čtvereční Metr na Hertz"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Χερτζ"@el ; rdfs:label "Квадратен Метър на Херц"@bg ; rdfs:label "Квадратный Метр на Герц"@ru ; .
{"resource":"Square Metre per Hertz"
,"qname":"unit:M2-PER-HZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-HZ"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Hertz"
,"label":"Meter Persegi per Hertz"
,"label":"Metr Kwadratowy na Herc"
,"label":"Metrekare per Hertz"
,"label":"Metro Cuadrado por Hercio"
,"label":"Metro Quadrado por Hertz"
,"label":"Metro Quadrato per Hertz"
,"label":"Metru Pătrat pe Hertz"
,"label":"Metrum Quadratum per Hertzium"
,"label":"Mètre Carré par Hertz"
,"label":"Quadratmeter pro Hertz"
,"label":"Square Meter per Hertz"
,"label":"Square Metre per Hertz"
,"label":"Square Metre per Hertz"
,"label":"Čtvereční Metr na Hertz"
,"label":"Τετραγωνικό Μέτρο ανά Χερτζ"
,"label":"Квадратен Метър на Херц"
,"label":"Квадратный Метр на Герц"
,"symbol":"m²\/Hz"
,"type":"qudt:Unit"
,"ucum code":"m2.Hz-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-HZ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "m²/Hz",
"ucumCode" : "m2.Hz-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Mètre Carré par Hertz"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Hertz"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Hertzium"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Херц"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Герц"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Hercio"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Hertz"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Χερτζ"
}, {
"@language" : "tr",
"@value" : "Metrekare per Hertz"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Hertz"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Hertz"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Hertz"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Hertz"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Hertz"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Hertz"
}, "Square Metre per Hertz", {
"@language" : "en",
"@value" : "Square Metre per Hertz"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Herc"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-HZ-DEG
URI: http://qudt.org/vocab/unit/M2-PER-HZ-DEG
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-HZ-DEG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 57.29577951308232087679815481410516 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.729577951308232087679815481410516E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "m²/(Hz·°)" ; <http://qudt.org/schema/qudt/ucumCode> "m2.Hz-1.deg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Square Meter per Hertz Degree"@en-US ; rdfs:label "Square Metre per Hertz Degree" ; rdfs:label "Square Metre per Hertz Degree"@en ; .
{"resource":"Square Metre per Hertz Degree"
,"qname":"unit:M2-PER-HZ-DEG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-HZ-DEG"
,"properties":["conversion multiplier":"57.29577951308232087679815481410516"
,"conversion multiplier scientific":"5.729577951308232087679815481410516E1"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Meter per Hertz Degree"
,"label":"Square Metre per Hertz Degree"
,"label":"Square Metre per Hertz Degree"
,"symbol":"m²\/(Hz·°)"
,"type":"qudt:Unit"
,"ucum code":"m2.Hz-1.deg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-HZ-DEG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "57.29577951308232087679815481410516",
"conversionMultiplier:SN" : 57.29577951308232,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "m²/(Hz·°)",
"ucumCode" : "m2.Hz-1.deg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Square Metre per Hertz Degree"
}, "Square Metre per Hertz Degree", {
"@language" : "en-us",
"@value" : "Square Meter per Hertz Degree"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-HZ2
URI: http://qudt.org/vocab/unit/M2-PER-HZ2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-HZ2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "m²/Hz²" ; <http://qudt.org/schema/qudt/ucumCode> "m2.Hz-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Kvadratni Hertz"@sl ; rdfs:label "Meter Persegi per Hertz Persegi"@ms ; rdfs:label "Metr Kwadratowy na Herc Kwadratowy"@pl ; rdfs:label "Metrekare per Hertzkare"@tr ; rdfs:label "Metro Cuadrado por Hercio Cuadrado"@es ; rdfs:label "Metro Quadrado por Hertz Quadrado"@pt ; rdfs:label "Metro Quadrato per Hertz Quadrato"@it ; rdfs:label "Metru Pătrat pe Hertz Pătrat"@ro ; rdfs:label "Metrum Quadratum per Hertzium Quadratum"@la ; rdfs:label "Mètre Carré par Hertz Carré"@fr ; rdfs:label "Quadratmeter pro Quadrathertz"@de ; rdfs:label "Square Meter per Square Hertz"@en-US ; rdfs:label "Square Metre per Square Hertz" ; rdfs:label "Square Metre per Square Hertz"@en ; rdfs:label "Čtvereční Metr na Čtvereční Hertz"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Τετραγωνικό Χερτζ"@el ; rdfs:label "Квадратен Метър на Квадратен Херц"@bg ; rdfs:label "Квадратный Метр на Квадратный Герц"@ru ; .
{"resource":"Square Metre per Square Hertz"
,"qname":"unit:M2-PER-HZ2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-HZ2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Kvadratni Hertz"
,"label":"Meter Persegi per Hertz Persegi"
,"label":"Metr Kwadratowy na Herc Kwadratowy"
,"label":"Metrekare per Hertzkare"
,"label":"Metro Cuadrado por Hercio Cuadrado"
,"label":"Metro Quadrado por Hertz Quadrado"
,"label":"Metro Quadrato per Hertz Quadrato"
,"label":"Metru Pătrat pe Hertz Pătrat"
,"label":"Metrum Quadratum per Hertzium Quadratum"
,"label":"Mètre Carré par Hertz Carré"
,"label":"Quadratmeter pro Quadrathertz"
,"label":"Square Meter per Square Hertz"
,"label":"Square Metre per Square Hertz"
,"label":"Square Metre per Square Hertz"
,"label":"Čtvereční Metr na Čtvereční Hertz"
,"label":"Τετραγωνικό Μέτρο ανά Τετραγωνικό Χερτζ"
,"label":"Квадратен Метър на Квадратен Херц"
,"label":"Квадратный Метр на Квадратный Герц"
,"symbol":"m²\/Hz²"
,"type":"qudt:Unit"
,"ucum code":"m2.Hz-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-HZ2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "m²/Hz²",
"ucumCode" : "m2.Hz-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Metro Quadrato per Hertz Quadrato"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Hertz Persegi"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Hercio Cuadrado"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Quadrathertz"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Τετραγωνικό Χερτζ"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Hertz Quadrado"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Herc Kwadratowy"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Квадратен Херц"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Hertz Pătrat"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Hertz Carré"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Square Hertz"
}, {
"@language" : "tr",
"@value" : "Metrekare per Hertzkare"
}, "Square Metre per Square Hertz", {
"@language" : "en",
"@value" : "Square Metre per Square Hertz"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Квадратный Герц"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Čtvereční Hertz"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Hertzium Quadratum"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Kvadratni Hertz"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-J
URI: http://qudt.org/vocab/unit/M2-PER-J
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-J> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$m^2/j$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralCrossSection> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/J-PER-M2> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA745" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA745"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m²/J" ; <http://qudt.org/schema/qudt/ucumCode> "m2.J-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D20" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98267267> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Joule"@sl ; rdfs:label "Meter Persegi per Joule"@ms ; rdfs:label "Metr Kwadratowy na Dżul"@pl ; rdfs:label "Metrekare per Joule"@tr ; rdfs:label "Metro Cuadrado por Julio"@es ; rdfs:label "Metro Quadrado por Joule"@pt ; rdfs:label "Metro Quadrato per Joule"@it ; rdfs:label "Metru Pătrat pe Joule"@ro ; rdfs:label "Metrum Quadratum per Joulium"@la ; rdfs:label "Mètre Carré par Joule"@fr ; rdfs:label "Quadratmeter pro Joule"@de ; rdfs:label "Square Meter per Joule"@en-US ; rdfs:label "Square Metre per Joule" ; rdfs:label "Square Metre per Joule"@en ; rdfs:label "Čtvereční Metr na Joule"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Τζάουλ"@el ; rdfs:label "Квадратен Метър на Джаул"@bg ; rdfs:label "Квадратный Метр на Джоуль"@ru ; .
{"resource":"Square Metre per Joule"
,"qname":"unit:M2-PER-J"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-J"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98267267>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Steradian"
,"expression":"$m^2\/j$"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:SpectralCrossSection"
,"has reciprocal unit":"unit:J-PER-M2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA745"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA745"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Joule"
,"label":"Meter Persegi per Joule"
,"label":"Metr Kwadratowy na Dżul"
,"label":"Metrekare per Joule"
,"label":"Metro Cuadrado por Julio"
,"label":"Metro Quadrado por Joule"
,"label":"Metro Quadrato per Joule"
,"label":"Metru Pătrat pe Joule"
,"label":"Metrum Quadratum per Joulium"
,"label":"Mètre Carré par Joule"
,"label":"Quadratmeter pro Joule"
,"label":"Square Meter per Joule"
,"label":"Square Metre per Joule"
,"label":"Square Metre per Joule"
,"label":"Čtvereční Metr na Joule"
,"label":"Τετραγωνικό Μέτρο ανά Τζάουλ"
,"label":"Квадратен Метър на Джаул"
,"label":"Квадратный Метр на Джоуль"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"m²\/J"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.J-1"
,"unece common code":"D20"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-J",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Steradian",
"expression" : "$m^2/j$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralCrossSection",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/J-PER-M2",
"iec61360Code" : "0112/2///62720#UAA745",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA745",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "m²/J",
"ucumCode" : "m2.J-1",
"uneceCommonCode" : "D20",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98267267",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Metre per Joule", {
"@language" : "en",
"@value" : "Square Metre per Joule"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Джоуль"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Joulium"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Joule"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Dżul"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Joule"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Joule"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Joule"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Joule"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Joule"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Джаул"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Τζάουλ"
}, {
"@language" : "tr",
"@value" : "Metrekare per Joule"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Joule"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Julio"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Joule"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Joule"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-K
URI: http://qudt.org/vocab/unit/M2-PER-K
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-K> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$m2-per-k$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaThermalExpansion> ; <http://qudt.org/schema/qudt/symbol> "m²/K" ; <http://qudt.org/schema/qudt/ucumCode> "m2.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Kelvin"@sl ; rdfs:label "Meter Persegi per Kelvin"@ms ; rdfs:label "Metr Kwadratowy na Kelwin"@pl ; rdfs:label "Metrekare per Kelvin"@tr ; rdfs:label "Metro Cuadrado por Kelvin"@es ; rdfs:label "Metro Quadrado por Kelvin"@pt ; rdfs:label "Metro Quadrato per Kelvin"@it ; rdfs:label "Metru Pătrat pe Kelvin"@ro ; rdfs:label "Metrum Quadratum per Kelvin"@la ; rdfs:label "Mètre Carré par Kelvin"@fr ; rdfs:label "Quadratmeter pro Kelvin"@de ; rdfs:label "Square Meter per Kelvin"@en-US ; rdfs:label "Square Metre per Kelvin" ; rdfs:label "Square Metre per Kelvin"@en ; rdfs:label "Čtvereční Metr na Kelvin"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Κέλβιν"@el ; rdfs:label "Квадратен Метър на Келвин"@bg ; rdfs:label "Квадратный Метр на Кельвин"@ru ; .
{"resource":"Square Metre per Kelvin"
,"qname":"unit:M2-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"expression":"$m2-per-k$"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T0D0"
,"has quantity kind":"quantitykind:AreaThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Kelvin"
,"label":"Meter Persegi per Kelvin"
,"label":"Metr Kwadratowy na Kelwin"
,"label":"Metrekare per Kelvin"
,"label":"Metro Cuadrado por Kelvin"
,"label":"Metro Quadrado por Kelvin"
,"label":"Metro Quadrato per Kelvin"
,"label":"Metru Pătrat pe Kelvin"
,"label":"Metrum Quadratum per Kelvin"
,"label":"Mètre Carré par Kelvin"
,"label":"Quadratmeter pro Kelvin"
,"label":"Square Meter per Kelvin"
,"label":"Square Metre per Kelvin"
,"label":"Square Metre per Kelvin"
,"label":"Čtvereční Metr na Kelvin"
,"label":"Τετραγωνικό Μέτρο ανά Κέλβιν"
,"label":"Квадратен Метър на Келвин"
,"label":"Квадратный Метр на Кельвин"
,"symbol":"m²\/K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-K",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m2-per-k$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaThermalExpansion",
"symbol" : "m²/K",
"ucumCode" : "m2.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Metro Quadrato per Kelvin"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Kelvin"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Kelvin"
}, {
"@language" : "tr",
"@value" : "Metrekare per Kelvin"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Kelvin"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Kelvin"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Келвин"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Кельвин"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Kelvin"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Κέλβιν"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Kelvin"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Kelvin"
}, "Square Metre per Kelvin", {
"@language" : "en",
"@value" : "Square Metre per Kelvin"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Kelvin"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Kelvin"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Kelwin"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Kelvin"
} ],
"@context" : {
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-KiloGM
URI: http://qudt.org/vocab/unit/M2-PER-KiloGM
Square Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram, square meter/kilogram, square metre/kilogram. This unit is commonly used in the SI unit system. Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """ Square Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram, square meter/kilogram, square metre/kilogram. This unit is commonly used in the SI unit system. Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category. """^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$m^2/kg$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassAbsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassAttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassEnergyTransferCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificSurfaceArea> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloGM-PER-M2> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA750" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA750"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m²/kg" ; <http://qudt.org/schema/qudt/ucumCode> "m2.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D21" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q86200529> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Kilogram"@sl ; rdfs:label "Meter Persegi per Kilogram"@ms ; rdfs:label "Metr Kwadratowy na Kilogram"@pl ; rdfs:label "Metrekare per Kilogram"@tr ; rdfs:label "Metro Cuadrado por Kilogramo"@es ; rdfs:label "Metro Quadrado por Quilograma"@pt ; rdfs:label "Metro Quadrato per Chilogrammo"@it ; rdfs:label "Metru Pătrat pe Kilogram"@ro ; rdfs:label "Metrum Quadratum per Chiliogramma"@la ; rdfs:label "Mètre Carré par Kilogramme"@fr ; rdfs:label "Quadratmeter pro Kilogramm"@de ; rdfs:label "Square Meter per Kilogram"@en-US ; rdfs:label "Square Metre per Kilogram" ; rdfs:label "Square Metre per Kilogram"@en ; rdfs:label "Čtvereční Metr na Kilogram"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"@el ; rdfs:label "Квадратен Метър на Килограм"@bg ; rdfs:label "Квадратный Метр на Килограмм"@ru ; .
{"resource":"Square Metre per Kilogram"
,"qname":"unit:M2-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q86200529>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\n Square Meter Per Kilogram (m2\/kg) is a unit in the category of Specific Area. \n It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram,\n square meter\/kilogram, square metre\/kilogram. \n This unit is commonly used in the SI unit system.\n Square Meter Per Kilogram (m2\/kg) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. \n This unit is the standard SI unit in this category.\n "
,"expression":"$m^2\/kg$"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T0D0"
,"has quantity kind":"quantitykind:MassAbsorptionCoefficient"
,"has quantity kind":"quantitykind:MassAttenuationCoefficient"
,"has quantity kind":"quantitykind:MassEnergyTransferCoefficient"
,"has quantity kind":"quantitykind:SpecificSurfaceArea"
,"has reciprocal unit":"unit:KiloGM-PER-M2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA750"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA750"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Kilogram"
,"label":"Meter Persegi per Kilogram"
,"label":"Metr Kwadratowy na Kilogram"
,"label":"Metrekare per Kilogram"
,"label":"Metro Cuadrado por Kilogramo"
,"label":"Metro Quadrado por Quilograma"
,"label":"Metro Quadrato per Chilogrammo"
,"label":"Metru Pătrat pe Kilogram"
,"label":"Metrum Quadratum per Chiliogramma"
,"label":"Mètre Carré par Kilogramme"
,"label":"Quadratmeter pro Kilogramm"
,"label":"Square Meter per Kilogram"
,"label":"Square Metre per Kilogram"
,"label":"Square Metre per Kilogram"
,"label":"Čtvereční Metr na Kilogram"
,"label":"Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"
,"label":"Квадратен Метър на Килограм"
,"label":"Квадратный Метр на Килограмм"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"m²\/kg"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.kg-1"
,"unece common code":"D21"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-KiloGM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n Square Meter Per Kilogram (m2/kg) is a unit in the category of Specific Area. \n It is also known as square meters per kilogram, square metre per kilogram, square metres per kilogram,\n square meter/kilogram, square metre/kilogram. \n This unit is commonly used in the SI unit system.\n Square Meter Per Kilogram (m2/kg) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. \n This unit is the standard SI unit in this category.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$m^2/kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificSurfaceArea", "http://qudt.org/vocab/quantitykind/MassAbsorptionCoefficient", "http://qudt.org/vocab/quantitykind/MassAttenuationCoefficient", "http://qudt.org/vocab/quantitykind/MassEnergyTransferCoefficient" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloGM-PER-M2",
"iec61360Code" : "0112/2///62720#UAA750",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA750",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "m²/kg",
"ucumCode" : "m2.kg-1",
"uneceCommonCode" : "D21",
"wikidataMatch" : "http://www.wikidata.org/entity/Q86200529",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Metro Cuadrado por Kilogramo"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Quilograma"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Kilogramm"
}, {
"@language" : "tr",
"@value" : "Metrekare per Kilogram"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Kilogram"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Chilogrammo"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Kilogram"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Chiliogramma"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Килограм"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Kilogram"
}, "Square Metre per Kilogram", {
"@language" : "en",
"@value" : "Square Metre per Kilogram"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Килограмм"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Kilogram"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Kilogram"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Kilogramme"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-KiloW
URI: http://qudt.org/vocab/unit/M2-PER-KiloW
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-KiloW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerPower> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloW-PER-M2> ; <http://qudt.org/schema/qudt/plainTextDescription> "A common unit for measuring area per power" ; <http://qudt.org/schema/qudt/symbol> "m²/kW" ; <http://qudt.org/schema/qudt/ucumCode> "m2.kW-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Kilowatt"@sl ; rdfs:label "Meter Persegi per Kilowatt"@ms ; rdfs:label "Metr Kwadratowy na Kilowat"@pl ; rdfs:label "Metrekare per Kilowatt"@tr ; rdfs:label "Metro Cuadrado por Kilovatio"@es ; rdfs:label "Metro Quadrato per Chilowatt"@it ; rdfs:label "Metru Pătrat pe Kilowatt"@ro ; rdfs:label "Mètre Carré par Kilowatt"@fr ; rdfs:label "Quadratmeter pro Kilowatt"@de ; rdfs:label "Square Meter per Kilowatt"@en-US ; rdfs:label "Square Metre per Kilowatt" ; rdfs:label "Square Metre per Kilowatt"@en ; rdfs:label "Čtvereční Metr na Kilowatt"@cs ; .
{"resource":"Square Metre per Kilowatt"
,"qname":"unit:M2-PER-KiloW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-KiloW"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description (plain text)":"A common unit for measuring area per power"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T3D0"
,"has quantity kind":"quantitykind:AreaPerPower"
,"has reciprocal unit":"unit:KiloW-PER-M2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Kilowatt"
,"label":"Meter Persegi per Kilowatt"
,"label":"Metr Kwadratowy na Kilowat"
,"label":"Metrekare per Kilowatt"
,"label":"Metro Cuadrado por Kilovatio"
,"label":"Metro Quadrato per Chilowatt"
,"label":"Metru Pătrat pe Kilowatt"
,"label":"Mètre Carré par Kilowatt"
,"label":"Quadratmeter pro Kilowatt"
,"label":"Square Meter per Kilowatt"
,"label":"Square Metre per Kilowatt"
,"label":"Square Metre per Kilowatt"
,"label":"Čtvereční Metr na Kilowatt"
,"symbol":"m²\/kW"
,"type":"qudt:Unit"
,"ucum code":"m2.kW-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-KiloW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaPerPower",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloW-PER-M2",
"plainTextDescription" : "A common unit for measuring area per power",
"symbol" : "m²/kW",
"ucumCode" : "m2.kW-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Quadratmeter pro Kilowatt"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Kilowatt"
}, {
"@language" : "tr",
"@value" : "Metrekare per Kilowatt"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Kilowatt"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Kilowat"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Chilowatt"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Kilovatio"
}, "Square Metre per Kilowatt", {
"@language" : "ro",
"@value" : "Metru Pătrat pe Kilowatt"
}, {
"@language" : "en",
"@value" : "Square Metre per Kilowatt"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Kilowatt"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Kilowatt"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Kilowatt"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-M
URI: http://qudt.org/vocab/unit/M2-PER-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerLength> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-PER-M2> ; <http://qudt.org/schema/qudt/plainTextDescription> "square metre divided by metre: plain text description in English" ; <http://qudt.org/schema/qudt/symbol> "m²/m" ; <http://qudt.org/schema/qudt/ucumCode> "m2.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Meter"@sl ; rdfs:label "Meter Persegi per Meter"@ms ; rdfs:label "Metr Kwadratowy na Metr"@pl ; rdfs:label "Metrekare per Metre"@tr ; rdfs:label "Metro Cuadrado por Metro"@es ; rdfs:label "Metro Quadrado por Metro"@pt ; rdfs:label "Metro Quadrato per Metro"@it ; rdfs:label "Metru Pătrat pe Metru"@ro ; rdfs:label "Metrum Quadratum per Metrum"@la ; rdfs:label "Mètre Carré par Mètre"@fr ; rdfs:label "Quadratmeter pro Meter"@de ; rdfs:label "Square Meter per Meter"@en-US ; rdfs:label "Square Metre per Metre" ; rdfs:label "Square Metre per Metre"@en ; rdfs:label "Čtvereční Metr na Metr"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Μέτρο"@el ; rdfs:label "Квадратен Метър на Метър"@bg ; rdfs:label "Квадратный Метр на Метр"@ru ; .
{"resource":"Square Metre per Metre"
,"qname":"unit:M2-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-M"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description (plain text)":"square metre divided by metre: plain text description in English"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:AreaPerLength"
,"has reciprocal unit":"unit:M-PER-M2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Meter"
,"label":"Meter Persegi per Meter"
,"label":"Metr Kwadratowy na Metr"
,"label":"Metrekare per Metre"
,"label":"Metro Cuadrado por Metro"
,"label":"Metro Quadrado por Metro"
,"label":"Metro Quadrato per Metro"
,"label":"Metru Pătrat pe Metru"
,"label":"Metrum Quadratum per Metrum"
,"label":"Mètre Carré par Mètre"
,"label":"Quadratmeter pro Meter"
,"label":"Square Meter per Meter"
,"label":"Square Metre per Metre"
,"label":"Square Metre per Metre"
,"label":"Čtvereční Metr na Metr"
,"label":"Τετραγωνικό Μέτρο ανά Μέτρο"
,"label":"Квадратен Метър на Метър"
,"label":"Квадратный Метр на Метр"
,"symbol":"m²\/m"
,"type":"qudt:Unit"
,"ucum code":"m2.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaPerLength",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M-PER-M2",
"plainTextDescription" : "square metre divided by metre: plain text description in English",
"symbol" : "m²/m",
"ucumCode" : "m2.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Square Meter per Meter"
}, {
"@language" : "tr",
"@value" : "Metrekare per Metre"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Metrum"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Metru"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Meter"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Метър"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Метр"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Meter"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Metro"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Metro"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Metro"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Meter"
}, "Square Metre per Metre", {
"@language" : "en",
"@value" : "Square Metre per Metre"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Μέτρο"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Metr"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Metr"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Mètre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-M2
URI: http://qudt.org/vocab/unit/M2-PER-M2
A square metre unit of area per square metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A square metre unit of area per square metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaRatio> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/SR> ; <http://qudt.org/schema/qudt/plainTextDescription> "A square metre unit of area per square metre" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "m²/m²" ; <http://qudt.org/schema/qudt/ucumCode> "m2.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Kvadratni Meter"@sl ; rdfs:label "Meter Persegi per Meter Persegi"@ms ; rdfs:label "Metr Kwadratowy na Metr Kwadratowy"@pl ; rdfs:label "Metrekare per Metrekare"@tr ; rdfs:label "Metro Cuadrado por Metro Cuadrado"@es ; rdfs:label "Metro Quadrado por Metro Quadrado"@pt ; rdfs:label "Metro Quadrato per Metro Quadrato"@it ; rdfs:label "Metru Pătrat pe Metru Pătrat"@ro ; rdfs:label "Metrum Quadratum per Metrum Quadratum"@la ; rdfs:label "Mètre Carré par Mètre Carré"@fr ; rdfs:label "Quadratmeter pro Quadratmeter"@de ; rdfs:label "Square Meter per Square Meter"@en-US ; rdfs:label "Square Metre per Square Metre" ; rdfs:label "Square Metre per Square Metre"@en ; rdfs:label "Čtvereční Metr na Čtvereční Metr"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Квадратен Метър на Квадратен Метър"@bg ; rdfs:label "Квадратный Метр на Квадратный Метр"@ru ; .
{"resource":"Square Metre per Square Metre"
,"qname":"unit:M2-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"denominator dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"description":"A square metre unit of area per square metre"
,"description (plain text)":"A square metre unit of area per square metre"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:AreaRatio"
,"has reciprocal unit":"unit:SR"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Kvadratni Meter"
,"label":"Meter Persegi per Meter Persegi"
,"label":"Metr Kwadratowy na Metr Kwadratowy"
,"label":"Metrekare per Metrekare"
,"label":"Metro Cuadrado por Metro Cuadrado"
,"label":"Metro Quadrado por Metro Quadrado"
,"label":"Metro Quadrato per Metro Quadrato"
,"label":"Metru Pătrat pe Metru Pătrat"
,"label":"Metrum Quadratum per Metrum Quadratum"
,"label":"Mètre Carré par Mètre Carré"
,"label":"Quadratmeter pro Quadratmeter"
,"label":"Square Meter per Square Meter"
,"label":"Square Metre per Square Metre"
,"label":"Square Metre per Square Metre"
,"label":"Čtvereční Metr na Čtvereční Metr"
,"label":"Τετραγωνικό Μέτρο ανά Τετραγωνικό Μέτρο"
,"label":"Квадратен Метър на Квадратен Метър"
,"label":"Квадратный Метр на Квадратный Метр"
,"numerator dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"symbol":"m²\/m²"
,"type":"qudt:Unit"
,"ucum code":"m2.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A square metre unit of area per square metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaRatio",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/SR",
"plainTextDescription" : "A square metre unit of area per square metre",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"symbol" : "m²/m²",
"ucumCode" : "m2.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Metrum Quadratum per Metrum Quadratum"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Kvadratni Meter"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Квадратен Метър"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Metro Quadrato"
}, {
"@language" : "en",
"@value" : "Square Metre per Square Metre"
}, "Square Metre per Square Metre", {
"@language" : "es",
"@value" : "Metro Cuadrado por Metro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Square Meter"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Čtvereční Metr"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Mètre Carré"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Квадратный Метр"
}, {
"@language" : "tr",
"@value" : "Metrekare per Metrekare"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Metr Kwadratowy"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Metro Quadrado"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Metru Pătrat"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Meter Persegi"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Quadratmeter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-MOL
URI: http://qudt.org/vocab/unit/M2-PER-MOL
Square Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M2-PER-MOL>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Square Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$m^2/mol$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/expression> "$m^{2}/mol$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarAbsorptionCoefficient> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarAttenuationCoefficient> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MOL-PER-M2> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA751" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA751"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m²/mol" ;
<http://qudt.org/schema/qudt/ucumCode> "m2.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D22" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q86203731> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kvadratni Meter na Mol"@sl ;
rdfs:label "Meter Persegi per Mole"@ms ;
rdfs:label "Metr Kwadratowy na Mol"@pl ;
rdfs:label "Metrekare per Mol"@tr ;
rdfs:label "Metro Cuadrado por Mol"@es ;
rdfs:label "Metro Quadrado por Mol"@pt ;
rdfs:label "Metro Quadrato per Mole"@it ;
rdfs:label "Metru Pătrat pe Mol"@ro ;
rdfs:label "Metrum Quadratum per Moles"@la ;
rdfs:label "Mètre Carré par Mole"@fr ;
rdfs:label "Quadratmeter pro Mol"@de ;
rdfs:label "Square Meter per Mole"@en-US ;
rdfs:label "Square Metre per Mole" ;
rdfs:label "Square Metre per Mole"@en ;
rdfs:label "Čtvereční Metr na Mol"@cs ;
rdfs:label "Τετραγωνικό Μέτρο ανά Μολ"@el ;
rdfs:label "Квадратен Метър на Мол"@bg ;
rdfs:label "Квадратный Метр на Моль"@ru ;
.
{"resource":"Square Metre per Mole"
,"qname":"unit:M2-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q86203731>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Square Meter Per Mole (m2\/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter\/per, square metre\/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2\/mol) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."
,"expression":"$m^2\/mol$"
,"expression":"$m^{2}\/mol$"
,"has dimension vector":"qkdv:A-1E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:MolarAbsorptionCoefficient"
,"has quantity kind":"quantitykind:MolarAttenuationCoefficient"
,"has reciprocal unit":"unit:MOL-PER-M2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA751"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA751"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Mol"
,"label":"Meter Persegi per Mole"
,"label":"Metr Kwadratowy na Mol"
,"label":"Metrekare per Mol"
,"label":"Metro Cuadrado por Mol"
,"label":"Metro Quadrado por Mol"
,"label":"Metro Quadrato per Mole"
,"label":"Metru Pătrat pe Mol"
,"label":"Metrum Quadratum per Moles"
,"label":"Mètre Carré par Mole"
,"label":"Quadratmeter pro Mol"
,"label":"Square Meter per Mole"
,"label":"Square Metre per Mole"
,"label":"Square Metre per Mole"
,"label":"Čtvereční Metr na Mol"
,"label":"Τετραγωνικό Μέτρο ανά Μολ"
,"label":"Квадратен Метър на Мол"
,"label":"Квадратный Метр на Моль"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"m²\/mol"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.mol-1"
,"unece common code":"D22"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-MOL",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Square Meter Per Mole (m2/mol) is a unit in the category of Specific Area. It is also known as square meters per mole, square metre per per, square metres per per, square meter/per, square metre/per. This unit is commonly used in the SI unit system. Square Meter Per Mole (m2/mol) has a dimension of M-1L2 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : [ "$m^{2}/mol$", "$m^2/mol$" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MolarAbsorptionCoefficient", "http://qudt.org/vocab/quantitykind/MolarAttenuationCoefficient" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MOL-PER-M2",
"iec61360Code" : "0112/2///62720#UAA751",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA751",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "m²/mol",
"ucumCode" : "m2.mol-1",
"uneceCommonCode" : "D22",
"wikidataMatch" : "http://www.wikidata.org/entity/Q86203731",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Meter Persegi per Mole"
}, "Square Metre per Mole", {
"@language" : "en",
"@value" : "Square Metre per Mole"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Mole"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Mol"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Mol"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Mol"
}, {
"@language" : "tr",
"@value" : "Metrekare per Mol"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Μολ"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Mole"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Mole"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Мол"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Mol"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Моль"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Moles"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Mol"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Mol"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Mol"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-N
URI: http://qudt.org/vocab/unit/M2-PER-N
power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-N> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Compressibility> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/N-PER-M2> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB492" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB492"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton" ; <http://qudt.org/schema/qudt/symbol> "m²/N" ; <http://qudt.org/schema/qudt/ucumCode> "m2.N-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H59" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Newton"@sl ; rdfs:label "Meter Persegi per Newton"@ms ; rdfs:label "Metr Kwadratowy na Niuton"@pl ; rdfs:label "Metrekare per Newton"@tr ; rdfs:label "Metro Cuadrado por Newton"@es ; rdfs:label "Metro Quadrado por Newton"@pt ; rdfs:label "Metro Quadrato per Newton"@it ; rdfs:label "Metru Pătrat pe Newton"@ro ; rdfs:label "Metrum Quadratum per Newtonium"@la ; rdfs:label "Mètre Carré par Newton"@fr ; rdfs:label "Quadratmeter pro Newton"@de ; rdfs:label "Square Meter per Newton"@en-US ; rdfs:label "Square Metre per Newton" ; rdfs:label "Square Metre per Newton"@en ; rdfs:label "Čtvereční Metr na Newton"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Νιούτον"@el ; rdfs:label "Квадратен Метър на Нютон"@bg ; rdfs:label "Квадратный Метр на Ньютон"@ru ; .
{"resource":"Square Metre per Newton"
,"qname":"unit:M2-PER-N"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-N"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton"
,"description (plain text)":"power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Compressibility"
,"has reciprocal unit":"unit:N-PER-M2"
,"has reciprocal unit":"unit:PA"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB492"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB492"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Newton"
,"label":"Meter Persegi per Newton"
,"label":"Metr Kwadratowy na Niuton"
,"label":"Metrekare per Newton"
,"label":"Metro Cuadrado por Newton"
,"label":"Metro Quadrado por Newton"
,"label":"Metro Quadrato per Newton"
,"label":"Metru Pătrat pe Newton"
,"label":"Metrum Quadratum per Newtonium"
,"label":"Mètre Carré par Newton"
,"label":"Quadratmeter pro Newton"
,"label":"Square Meter per Newton"
,"label":"Square Metre per Newton"
,"label":"Square Metre per Newton"
,"label":"Čtvereční Metr na Newton"
,"label":"Τετραγωνικό Μέτρο ανά Νιούτον"
,"label":"Квадратен Метър на Нютон"
,"label":"Квадратный Метр на Ньютон"
,"symbol":"m²\/N"
,"type":"qudt:Unit"
,"ucum code":"m2.N-1"
,"unece common code":"H59"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-N",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Compressibility",
"hasReciprocalUnit" : [ "http://qudt.org/vocab/unit/PA", "http://qudt.org/vocab/unit/N-PER-M2" ],
"iec61360Code" : "0112/2///62720#UAB492",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB492",
"plainTextDescription" : "power of the SI base unit metre with the exponent 2 divided by the derived SI unit newton",
"symbol" : "m²/N",
"ucumCode" : "m2.N-1",
"uneceCommonCode" : "H59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Meter Persegi per Newton"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Newtonium"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Newton"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Newton"
}, {
"@language" : "tr",
"@value" : "Metrekare per Newton"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Ньютон"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Newton"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Newton"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Нютон"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Newton"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Newton"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Newton"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Niuton"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Newton"
}, "Square Metre per Newton", {
"@language" : "en",
"@value" : "Square Metre per Newton"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Newton"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Νιούτον"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-SEC
URI: http://qudt.org/vocab/unit/M2-PER-SEC
The unit $\textit{Square Metres per Second}$ is the SI derived unit of angular momentum, defined by distance or displacement in metres multiplied by distance again in metres and divided by time in seconds. The unit is written in symbols as $m^2/s$ or $m^22s^{-1}$. It may be better understood when phrased as $\textit{metres per second times metres}$, i.e. the momentum of an object with respect to a position.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M2-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Square Metres per Second}$ is the SI derived unit of angular momentum, defined by distance
or displacement in metres multiplied by distance again in metres and divided by time in seconds.
The unit is written in symbols as $m^2/s$ or $m^22s^{-1}$.
It may be better understood when phrased as $\\textit{metres per second times metres}$, i.e. the momentum
of an object with respect to a position.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$m^{2} s^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerTime> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DiffusionCoefficient> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NeutronDiffusionCoefficient> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalDiffusionRatioCoefficient> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA752" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA752"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m²/s" ;
<http://qudt.org/schema/qudt/ucumCode> "m2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "S4" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3332099> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kvadratni Meter na Sekunda"@sl ;
rdfs:label "Meter Persegi per Saat"@ms ;
rdfs:label "Metr Kwadratowy na Sekunda"@pl ;
rdfs:label "Metrekare per Saniye"@tr ;
rdfs:label "Metro Cuadrado por Segundo"@es ;
rdfs:label "Metro Quadrado por Segundo"@pt ;
rdfs:label "Metro Quadrato per Secondo"@it ;
rdfs:label "Metru Pătrat pe Secundă"@ro ;
rdfs:label "Metrum Quadratum per Secundum"@la ;
rdfs:label "Mètre Carré par Seconde"@fr ;
rdfs:label "Quadratmeter pro Sekunde"@de ;
rdfs:label "Square Meter per Second"@en-US ;
rdfs:label "Square Metre per Second" ;
rdfs:label "Square Metre per Second"@en ;
rdfs:label "Čtvereční Metr na Sekunda"@cs ;
rdfs:label "Τετραγωνικό Μέτρο ανά Δευτερόλεπτο"@el ;
rdfs:label "Квадратен Метър на Секунда"@bg ;
rdfs:label "Квадратный Метр на Секунда"@ru ;
rdfs:label "متر مربع بر ثانیه"@fa ;
rdfs:label "متر مربع في الثانية"@ar ;
rdfs:label "वर्ग मीटर प्रति सैकिण्ड"@hi ;
rdfs:label "平方メートル毎秒"@ja ;
rdfs:label "平方米每秒"@zh ;
.
{"resource":"Square Metre per Second"
,"qname":"unit:M2-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3332099>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\n The unit $\\textit{Square Metres per Second}$ is the SI derived unit of angular momentum, defined by distance\n or displacement in metres multiplied by distance again in metres and divided by time in seconds. \n The unit is written in symbols as $m^2\/s$ or $m^22s^{-1}$. \n It may be better understood when phrased as $\\textit{metres per second times metres}$, i.e. the momentum\n of an object with respect to a position.\n "
,"expression":"$m^{2} s^{-1}$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AreaPerTime"
,"has quantity kind":"quantitykind:DiffusionCoefficient"
,"has quantity kind":"quantitykind:NeutronDiffusionCoefficient"
,"has quantity kind":"quantitykind:ThermalDiffusionRatioCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA752"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA752"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Sekunda"
,"label":"Meter Persegi per Saat"
,"label":"Metr Kwadratowy na Sekunda"
,"label":"Metrekare per Saniye"
,"label":"Metro Cuadrado por Segundo"
,"label":"Metro Quadrado por Segundo"
,"label":"Metro Quadrato per Secondo"
,"label":"Metru Pătrat pe Secundă"
,"label":"Metrum Quadratum per Secundum"
,"label":"Mètre Carré par Seconde"
,"label":"Quadratmeter pro Sekunde"
,"label":"Square Meter per Second"
,"label":"Square Metre per Second"
,"label":"Square Metre per Second"
,"label":"Čtvereční Metr na Sekunda"
,"label":"Τετραγωνικό Μέτρο ανά Δευτερόλεπτο"
,"label":"Квадратен Метър на Секунда"
,"label":"Квадратный Метр на Секунда"
,"label":"متر مربع بر ثانیه"
,"label":"متر مربع في الثانية"
,"label":"वर्ग मीटर प्रति सैकिण्ड"
,"label":"平方メートル毎秒"
,"label":"平方米每秒"
,"symbol":"m²\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.s-1"
,"unece common code":"S4"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The unit $\\textit{Square Metres per Second}$ is the SI derived unit of angular momentum, defined by distance\n or displacement in metres multiplied by distance again in metres and divided by time in seconds. \n The unit is written in symbols as $m^2/s$ or $m^22s^{-1}$. \n It may be better understood when phrased as $\\textit{metres per second times metres}$, i.e. the momentum\n of an object with respect to a position.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m^{2} s^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AreaPerTime", "http://qudt.org/vocab/quantitykind/DiffusionCoefficient", "http://qudt.org/vocab/quantitykind/ThermalDiffusionRatioCoefficient", "http://qudt.org/vocab/quantitykind/NeutronDiffusionCoefficient" ],
"iec61360Code" : "0112/2///62720#UAA752",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA752",
"symbol" : "m²/s",
"ucumCode" : "m2.s-1",
"uneceCommonCode" : "S4",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3332099",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Square Meter per Second"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Segundo"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Секунда"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Secundum"
}, {
"@language" : "ar",
"@value" : "متر مربع في الثانية"
}, {
"@language" : "tr",
"@value" : "Metrekare per Saniye"
}, {
"@language" : "hi",
"@value" : "वर्ग मीटर प्रति सैकिण्ड"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Sekunda"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Segundo"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Sekunda"
}, {
"@language" : "ja",
"@value" : "平方メートル毎秒"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Secondo"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Δευτερόλεπτο"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Sekunde"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Seconde"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Секунда"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Saat"
}, {
"@language" : "en",
"@value" : "Square Metre per Second"
}, "Square Metre per Second", {
"@language" : "zh",
"@value" : "平方米每秒"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Secundă"
}, {
"@language" : "fa",
"@value" : "متر مربع بر ثانیه"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/M2-PER-SEC-BAR
The unit $\textit{Square Metre per Second Bar}$ typically refers to a measure of fluid permeability in the context of materials science or engineering. It is the volume of fluid (in square metres) that can pass through a material in one second under a pressure difference of one bar. This unit is particularly important in fields such as petrophysics, hydrogeology, and materials engineering, where understanding the flow of fluids through porous media is crucial. A $Bar$ is not an SI unit but is a unit of pressure that is widely used in various scientific and engineering contexts. A bar is equal to $100,000\ pascals$, (symbol $Pa$), approximately equal to the atmospheric pressure on Earth at sea level.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M2-PER-SEC-BAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Square Metre per Second Bar}$ typically refers to a measure of fluid permeability in the
context of materials science or engineering.
It is the volume of fluid (in square metres) that can pass through a material in one second under a pressure difference of one bar.
This unit is particularly important in fields such as petrophysics, hydrogeology, and materials engineering,
where understanding the flow of fluids through porous media is crucial.
A $Bar$ is not an SI unit but is a unit of pressure that is widely used in various scientific and engineering contexts.
A bar is equal to $100,000\\ pascals$, (symbol $Pa$), approximately equal to the atmospheric pressure on Earth at sea level.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB493" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB493"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m²/(s·bar)" ;
<http://qudt.org/schema/qudt/ucumCode> "m2.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "G41" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Meter per Second Bar"@en-US ;
rdfs:label "Square Metre per Second Bar" ;
rdfs:label "Square Metre per Second Bar"@en ;
.
{"resource":"Square Metre per Second Bar"
,"qname":"unit:M2-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"\n The unit $\\textit{Square Metre per Second Bar}$ typically refers to a measure of fluid permeability in the\n context of materials science or engineering.\n It is the volume of fluid (in square metres) that can pass through a material in one second under a pressure difference of one bar. \n This unit is particularly important in fields such as petrophysics, hydrogeology, and materials engineering,\n where understanding the flow of fluids through porous media is crucial.\n A $Bar$ is not an SI unit but is a unit of pressure that is widely used in various scientific and engineering contexts.\n A bar is equal to $100,000\\ pascals$, (symbol $Pa$), approximately equal to the atmospheric pressure on Earth at sea level.\n "
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB493"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB493"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Meter per Second Bar"
,"label":"Square Metre per Second Bar"
,"label":"Square Metre per Second Bar"
,"symbol":"m²\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"m2.s-1.bar-1"
,"unece common code":"G41"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Square Metre per Second Bar}$ typically refers to a measure of fluid permeability in the\n context of materials science or engineering.\n It is the volume of fluid (in square metres) that can pass through a material in one second under a pressure difference of one bar. \n This unit is particularly important in fields such as petrophysics, hydrogeology, and materials engineering,\n where understanding the flow of fluids through porous media is crucial.\n A $Bar$ is not an SI unit but is a unit of pressure that is widely used in various scientific and engineering contexts.\n A bar is equal to $100,000\\ pascals$, (symbol $Pa$), approximately equal to the atmospheric pressure on Earth at sea level.\n ",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB493",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB493",
"symbol" : "m²/(s·bar)",
"ucumCode" : "m2.s-1.bar-1",
"uneceCommonCode" : "G41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Metre per Second Bar", {
"@language" : "en",
"@value" : "Square Metre per Second Bar"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Second Bar"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-SEC-K
URI: http://qudt.org/vocab/unit/M2-PER-SEC-K
The unit $\textit{Square Metre per Second Kelvin}$ is a heat transfer coefficient that is area-dependent and varies with time and temperature difference. Heat transfer is typically defined in terms of watts per square meter per kelvin ($W/m^{2}K$), representing the rate of heat transfer across a surface per unit area per unit temperature difference.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M2-PER-SEC-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Square Metre per Second Kelvin}$ is a heat transfer coefficient that is area-dependent
and varies with time and temperature difference.
Heat transfer is typically defined in terms of watts per square meter per kelvin ($W/m^{2}K$),
representing the rate of heat transfer across a surface per unit area per unit temperature difference.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA753" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA753"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m²/(s·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "m2.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "G09" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kvadratni Meter na Sekunda Kelvin"@sl ;
rdfs:label "Meter Persegi per Saat Kelvin"@ms ;
rdfs:label "Metr Kwadratowy na Sekunda Kelwin"@pl ;
rdfs:label "Metrekare per Saniye Kelvin"@tr ;
rdfs:label "Metro Cuadrado por Segundo Kelvin"@es ;
rdfs:label "Metro Quadrado por Segundo Kelvin"@pt ;
rdfs:label "Metro Quadrato per Secondo Kelvin"@it ;
rdfs:label "Metru Pătrat pe Secundă Kelvin"@ro ;
rdfs:label "Metrum Quadratum per Secundum Kelvin"@la ;
rdfs:label "Mètre Carré par Seconde Kelvin"@fr ;
rdfs:label "Quadratmeter pro Sekunde Kelvin"@de ;
rdfs:label "Square Meter per Second Kelvin"@en-US ;
rdfs:label "Square Metre per Second Kelvin" ;
rdfs:label "Square Metre per Second Kelvin"@en ;
rdfs:label "Čtvereční Metr na Sekunda Kelvin"@cs ;
rdfs:label "Τετραγωνικό Μέτρο ανά Δευτερόλεπτο Κέλβιν"@el ;
rdfs:label "Квадратен Метър на Секунда Келвин"@bg ;
rdfs:label "Квадратный Метр на Секунда Кельвин"@ru ;
.
{"resource":"Square Metre per Second Kelvin"
,"qname":"unit:M2-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-SEC-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\n The unit $\\textit{Square Metre per Second Kelvin}$ is a heat transfer coefficient that is area-dependent\n and varies with time and temperature difference. \n Heat transfer is typically defined in terms of watts per square meter per kelvin ($W\/m^{2}K$),\n representing the rate of heat transfer across a surface per unit area per unit temperature difference.\n "
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA753"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA753"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Sekunda Kelvin"
,"label":"Meter Persegi per Saat Kelvin"
,"label":"Metr Kwadratowy na Sekunda Kelwin"
,"label":"Metrekare per Saniye Kelvin"
,"label":"Metro Cuadrado por Segundo Kelvin"
,"label":"Metro Quadrado por Segundo Kelvin"
,"label":"Metro Quadrato per Secondo Kelvin"
,"label":"Metru Pătrat pe Secundă Kelvin"
,"label":"Metrum Quadratum per Secundum Kelvin"
,"label":"Mètre Carré par Seconde Kelvin"
,"label":"Quadratmeter pro Sekunde Kelvin"
,"label":"Square Meter per Second Kelvin"
,"label":"Square Metre per Second Kelvin"
,"label":"Square Metre per Second Kelvin"
,"label":"Čtvereční Metr na Sekunda Kelvin"
,"label":"Τετραγωνικό Μέτρο ανά Δευτερόλεπτο Κέλβιν"
,"label":"Квадратен Метър на Секунда Келвин"
,"label":"Квадратный Метр на Секунда Кельвин"
,"symbol":"m²\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"m2.s-1.K-1"
,"unece common code":"G09"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Square Metre per Second Kelvin}$ is a heat transfer coefficient that is area-dependent\n and varies with time and temperature difference. \n Heat transfer is typically defined in terms of watts per square meter per kelvin ($W/m^{2}K$),\n representing the rate of heat transfer across a surface per unit area per unit temperature difference.\n ",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA753",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA753",
"symbol" : "m²/(s·K)",
"ucumCode" : "m2.s-1.K-1",
"uneceCommonCode" : "G09",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Metrum Quadratum per Secundum Kelvin"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Secundă Kelvin"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Sekunda Kelwin"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Segundo Kelvin"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Seconde Kelvin"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Sekunde Kelvin"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Секунда Кельвин"
}, {
"@language" : "tr",
"@value" : "Metrekare per Saniye Kelvin"
}, "Square Metre per Second Kelvin", {
"@language" : "ms",
"@value" : "Meter Persegi per Saat Kelvin"
}, {
"@language" : "en",
"@value" : "Square Metre per Second Kelvin"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Second Kelvin"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Segundo Kelvin"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Секунда Келвин"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Secondo Kelvin"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Sekunda Kelvin"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Sekunda Kelvin"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Δευτερόλεπτο Κέλβιν"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-SEC-PA
URI: http://qudt.org/vocab/unit/M2-PER-SEC-PA
The unit $\textit{Square Metre per Second Pascal}$, symbol $m^{2}/s\cdot Pa$, is a measure of permeability, which describes the ability of a material to allow fluids to pass through it under a pressure gradient. It's particularly relevant in fields like hydrogeology, petroleum engineering, and civil engineering, where understanding fluid flow through porous materials is essential.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M2-PER-SEC-PA>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Square Metre per Second Pascal}$, symbol $m^{2}/s\\cdot Pa$, is a measure of permeability, which describes the ability
of a material to allow fluids to pass through it under a pressure gradient.
It's particularly relevant in fields like hydrogeology, petroleum engineering, and civil engineering,
where understanding fluid flow through porous materials is essential.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB460" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB460"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m²/(s·Pa)" ;
<http://qudt.org/schema/qudt/ucumCode> "m2.s-1.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M82" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kvadratni Meter na Sekunda Pascal"@sl ;
rdfs:label "Meter Persegi per Saat Pascal"@ms ;
rdfs:label "Metr Kwadratowy na Sekunda Paskal"@pl ;
rdfs:label "Metrekare per Saniye Pascal"@tr ;
rdfs:label "Metro Cuadrado por Segundo Pascal"@es ;
rdfs:label "Metro Quadrado por Segundo Pascal"@pt ;
rdfs:label "Metro Quadrato per Secondo Pascal"@it ;
rdfs:label "Metru Pătrat pe Secundă Pascal"@ro ;
rdfs:label "Metrum Quadratum per Secundum Pascalium"@la ;
rdfs:label "Mètre Carré par Seconde Pascal"@fr ;
rdfs:label "Quadratmeter pro Sekunde Pascal"@de ;
rdfs:label "Square Meter per Second Pascal"@en-US ;
rdfs:label "Square Metre per Second Pascal" ;
rdfs:label "Square Metre per Second Pascal"@en ;
rdfs:label "Čtvereční Metr na Sekunda Pascal"@cs ;
rdfs:label "Τετραγωνικό Μέτρο ανά Δευτερόλεπτο Πασκάλ"@el ;
rdfs:label "Квадратен Метър на Секунда Паскал"@bg ;
rdfs:label "Квадратный Метр на Секунда Паскаль"@ru ;
.
{"resource":"Square Metre per Second Pascal"
,"qname":"unit:M2-PER-SEC-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-SEC-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\n The unit $\\textit{Square Metre per Second Pascal}$, symbol $m^{2}\/s\\cdot Pa$, is a measure of permeability, which describes the ability\n of a material to allow fluids to pass through it under a pressure gradient. \n It's particularly relevant in fields like hydrogeology, petroleum engineering, and civil engineering,\n where understanding fluid flow through porous materials is essential.\n "
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB460"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB460"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Sekunda Pascal"
,"label":"Meter Persegi per Saat Pascal"
,"label":"Metr Kwadratowy na Sekunda Paskal"
,"label":"Metrekare per Saniye Pascal"
,"label":"Metro Cuadrado por Segundo Pascal"
,"label":"Metro Quadrado por Segundo Pascal"
,"label":"Metro Quadrato per Secondo Pascal"
,"label":"Metru Pătrat pe Secundă Pascal"
,"label":"Metrum Quadratum per Secundum Pascalium"
,"label":"Mètre Carré par Seconde Pascal"
,"label":"Quadratmeter pro Sekunde Pascal"
,"label":"Square Meter per Second Pascal"
,"label":"Square Metre per Second Pascal"
,"label":"Square Metre per Second Pascal"
,"label":"Čtvereční Metr na Sekunda Pascal"
,"label":"Τετραγωνικό Μέτρο ανά Δευτερόλεπτο Πασκάλ"
,"label":"Квадратен Метър на Секунда Паскал"
,"label":"Квадратный Метр на Секунда Паскаль"
,"symbol":"m²\/(s·Pa)"
,"type":"qudt:Unit"
,"ucum code":"m2.s-1.Pa-1"
,"unece common code":"M82"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-SEC-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The unit $\\textit{Square Metre per Second Pascal}$, symbol $m^{2}/s\\cdot Pa$, is a measure of permeability, which describes the ability\n of a material to allow fluids to pass through it under a pressure gradient. \n It's particularly relevant in fields like hydrogeology, petroleum engineering, and civil engineering,\n where understanding fluid flow through porous materials is essential.\n ",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB460",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB460",
"symbol" : "m²/(s·Pa)",
"ucumCode" : "m2.s-1.Pa-1",
"uneceCommonCode" : "M82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Sekunda Paskal"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Secundă Pascal"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Sekunda Pascal"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Secondo Pascal"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Seconde Pascal"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Sekunde Pascal"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Second Pascal"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Δευτερόλεπτο Πασκάλ"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Секунда Паскаль"
}, "Square Metre per Second Pascal", {
"@language" : "cs",
"@value" : "Čtvereční Metr na Sekunda Pascal"
}, {
"@language" : "en",
"@value" : "Square Metre per Second Pascal"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Secundum Pascalium"
}, {
"@language" : "tr",
"@value" : "Metrekare per Saniye Pascal"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Секунда Паскал"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Saat Pascal"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Segundo Pascal"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Segundo Pascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-SEC2
URI: http://qudt.org/vocab/unit/M2-PER-SEC2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificModulus> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD501" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD501"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m²/s²" ; <http://qudt.org/schema/qudt/ucumCode> "m2.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Kvadratni Sekunda"@sl ; rdfs:label "Meter Persegi per Saat Persegi"@ms ; rdfs:label "Metr Kwadratowy na Sekunda Kwadratowy"@pl ; rdfs:label "Metrekare per Saniyekare"@tr ; rdfs:label "Metro Cuadrado por Segundo Cuadrado"@es ; rdfs:label "Metro Quadrado por Segundo Quadrado"@pt ; rdfs:label "Metro Quadrato per Secondo Quadrato"@it ; rdfs:label "Metru Pătrat pe Secundă Pătrat"@ro ; rdfs:label "Metrum Quadratum per Secundum Quadratum"@la ; rdfs:label "Mètre Carré par Seconde Carré"@fr ; rdfs:label "Quadratmeter pro Quadratsekunde"@de ; rdfs:label "Square Meter per Square Second"@en-US ; rdfs:label "Square Metre per Square Second" ; rdfs:label "Square Metre per Square Second"@en ; rdfs:label "Čtvereční Metr na Čtvereční Sekunda"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Квадратен Метър на Квадратен Секунда"@bg ; rdfs:label "Квадратный Метр на Квадратный Секунда"@ru ; .
{"resource":"Square Metre per Square Second"
,"qname":"unit:M2-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-SEC2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificModulus"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD501"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD501"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Kvadratni Sekunda"
,"label":"Meter Persegi per Saat Persegi"
,"label":"Metr Kwadratowy na Sekunda Kwadratowy"
,"label":"Metrekare per Saniyekare"
,"label":"Metro Cuadrado por Segundo Cuadrado"
,"label":"Metro Quadrado por Segundo Quadrado"
,"label":"Metro Quadrato per Secondo Quadrato"
,"label":"Metru Pătrat pe Secundă Pătrat"
,"label":"Metrum Quadratum per Secundum Quadratum"
,"label":"Mètre Carré par Seconde Carré"
,"label":"Quadratmeter pro Quadratsekunde"
,"label":"Square Meter per Square Second"
,"label":"Square Metre per Square Second"
,"label":"Square Metre per Square Second"
,"label":"Čtvereční Metr na Čtvereční Sekunda"
,"label":"Τετραγωνικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"
,"label":"Квадратен Метър на Квадратен Секунда"
,"label":"Квадратный Метр на Квадратный Секунда"
,"symbol":"m²\/s²"
,"type":"qudt:Unit"
,"ucum code":"m2.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificModulus",
"iec61360Code" : "0112/2///62720#UAD501",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD501",
"symbol" : "m²/s²",
"ucumCode" : "m2.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Metru Pătrat pe Secundă Pătrat"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Secundum Quadratum"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Segundo Cuadrado"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Saat Persegi"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Квадратный Секунда"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Seconde Carré"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Квадратен Секунда"
}, "Square Metre per Square Second", {
"@language" : "en",
"@value" : "Square Metre per Square Second"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Square Second"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Segundo Quadrado"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Kvadratni Sekunda"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Čtvereční Sekunda"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Secondo Quadrato"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Quadratsekunde"
}, {
"@language" : "tr",
"@value" : "Metrekare per Saniyekare"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Sekunda Kwadratowy"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-SEC2-K
URI: http://qudt.org/vocab/unit/M2-PER-SEC2-K
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-SEC2-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificHeatCapacity> ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for expressing the specific heat capacity." ; <http://qudt.org/schema/qudt/symbol> "m²/(s²·K)" ; <http://qudt.org/schema/qudt/ucumCode> "m2.s-2.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Kvadratni Sekunda Kelvin"@sl ; rdfs:label "Meter Persegi per Saat Persegi Kelvin"@ms ; rdfs:label "Metr Kwadratowy na Sekunda Kwadratowy Kelwin"@pl ; rdfs:label "Metrekare per Saniyekare Kelvin"@tr ; rdfs:label "Metro Cuadrado por Segundo Cuadrado Kelvin"@es ; rdfs:label "Metro Quadrado por Segundo Quadrado Kelvin"@pt ; rdfs:label "Metro Quadrato per Secondo Quadrato Kelvin"@it ; rdfs:label "Metru Pătrat pe Secundă Pătrat Kelvin"@ro ; rdfs:label "Metrum Quadratum per Secundum Quadratum Kelvin"@la ; rdfs:label "Mètre Carré par Seconde Carré Kelvin"@fr ; rdfs:label "Quadratmeter pro Quadratsekunde Kelvin"@de ; rdfs:label "Square Meter per Square Second Kelvin"@en-US ; rdfs:label "Square Metre per Square Second Kelvin" ; rdfs:label "Square Metre per Square Second Kelvin"@en ; rdfs:label "Čtvereční Metr na Čtvereční Sekunda Kelvin"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο Κέλβιν"@el ; rdfs:label "Квадратен Метър на Квадратен Секунда Келвин"@bg ; rdfs:label "Квадратный Метр на Квадратный Секунда Кельвин"@ru ; .
{"resource":"Square Metre per Square Second Kelvin"
,"qname":"unit:M2-PER-SEC2-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-SEC2-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description (plain text)":"Unit for expressing the specific heat capacity."
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-2D0"
,"has quantity kind":"quantitykind:SpecificHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Kvadratni Sekunda Kelvin"
,"label":"Meter Persegi per Saat Persegi Kelvin"
,"label":"Metr Kwadratowy na Sekunda Kwadratowy Kelwin"
,"label":"Metrekare per Saniyekare Kelvin"
,"label":"Metro Cuadrado por Segundo Cuadrado Kelvin"
,"label":"Metro Quadrado por Segundo Quadrado Kelvin"
,"label":"Metro Quadrato per Secondo Quadrato Kelvin"
,"label":"Metru Pătrat pe Secundă Pătrat Kelvin"
,"label":"Metrum Quadratum per Secundum Quadratum Kelvin"
,"label":"Mètre Carré par Seconde Carré Kelvin"
,"label":"Quadratmeter pro Quadratsekunde Kelvin"
,"label":"Square Meter per Square Second Kelvin"
,"label":"Square Metre per Square Second Kelvin"
,"label":"Square Metre per Square Second Kelvin"
,"label":"Čtvereční Metr na Čtvereční Sekunda Kelvin"
,"label":"Τετραγωνικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο Κέλβιν"
,"label":"Квадратен Метър на Квадратен Секунда Келвин"
,"label":"Квадратный Метр на Квадратный Секунда Кельвин"
,"symbol":"m²\/(s²·K)"
,"type":"qudt:Unit"
,"ucum code":"m2.s-2.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-SEC2-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificHeatCapacity",
"plainTextDescription" : "Unit for expressing the specific heat capacity.",
"symbol" : "m²/(s²·K)",
"ucumCode" : "m2.s-2.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Mètre Carré par Seconde Carré Kelvin"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο Κέλβιν"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Secundum Quadratum Kelvin"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Square Second Kelvin"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Квадратный Секунда Кельвин"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Saat Persegi Kelvin"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Secondo Quadrato Kelvin"
}, "Square Metre per Square Second Kelvin", {
"@language" : "ro",
"@value" : "Metru Pătrat pe Secundă Pătrat Kelvin"
}, {
"@language" : "en",
"@value" : "Square Metre per Square Second Kelvin"
}, {
"@language" : "tr",
"@value" : "Metrekare per Saniyekare Kelvin"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Quadratsekunde Kelvin"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Segundo Cuadrado Kelvin"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Kvadratni Sekunda Kelvin"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Sekunda Kwadratowy Kelwin"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Квадратен Секунда Келвин"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Čtvereční Sekunda Kelvin"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Segundo Quadrado Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-SR
URI: http://qudt.org/vocab/unit/M2-PER-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-SR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$m^2/sr$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularCrossSection> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA755" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA755"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m²/sr" ; <http://qudt.org/schema/qudt/ucumCode> "m2.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D24" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98266832> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Steradian"@sl ; rdfs:label "Meter Persegi per Steradian"@ms ; rdfs:label "Metr Kwadratowy na Steradian"@pl ; rdfs:label "Metrekare per Steradyan"@tr ; rdfs:label "Metro Cuadrado por Estereorradián"@es ; rdfs:label "Metro Quadrado por Esterradiano"@pt ; rdfs:label "Metro Quadrato per Steradiante"@it ; rdfs:label "Metru Pătrat pe Steradian"@ro ; rdfs:label "Metrum Quadratum per Steradian"@la ; rdfs:label "Mètre Carré par Stéradian"@fr ; rdfs:label "Quadratmeter pro Steradiant"@de ; rdfs:label "Square Meter per Steradian"@en-US ; rdfs:label "Square Metre per Steradian" ; rdfs:label "Square Metre per Steradian"@en ; rdfs:label "Čtvereční Metr na Steradián"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Στερακτίνιο"@el ; rdfs:label "Квадратен Метър на Стерадиан"@bg ; rdfs:label "Квадратный Метр на Стерадиан"@ru ; .
{"resource":"Square Metre per Steradian"
,"qname":"unit:M2-PER-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-SR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98266832>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Steradian"
,"expression":"$m^2\/sr$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:AngularCrossSection"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA755"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Steradian?oldid=494317847"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA755"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Steradian"
,"label":"Meter Persegi per Steradian"
,"label":"Metr Kwadratowy na Steradian"
,"label":"Metrekare per Steradyan"
,"label":"Metro Cuadrado por Estereorradián"
,"label":"Metro Quadrado por Esterradiano"
,"label":"Metro Quadrato per Steradiante"
,"label":"Metru Pătrat pe Steradian"
,"label":"Metrum Quadratum per Steradian"
,"label":"Mètre Carré par Stéradian"
,"label":"Quadratmeter pro Steradiant"
,"label":"Square Meter per Steradian"
,"label":"Square Metre per Steradian"
,"label":"Square Metre per Steradian"
,"label":"Čtvereční Metr na Steradián"
,"label":"Τετραγωνικό Μέτρο ανά Στερακτίνιο"
,"label":"Квадратен Метър на Стерадиан"
,"label":"Квадратный Метр на Стерадиан"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"m²\/sr"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.sr-1"
,"unece common code":"D24"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-SR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Steradian",
"expression" : "$m^2/sr$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AngularCrossSection",
"iec61360Code" : "0112/2///62720#UAA755",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Steradian?oldid=494317847", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA755" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "m²/sr",
"ucumCode" : "m2.sr-1",
"uneceCommonCode" : "D24",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98266832",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Meter Persegi per Steradian"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Steradiante"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Steradián"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Стерадиан"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Стерадиан"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Esterradiano"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Steradian"
}, "Square Metre per Steradian", {
"@language" : "en",
"@value" : "Square Metre per Steradian"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Στερακτίνιο"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Steradiant"
}, {
"@language" : "tr",
"@value" : "Metrekare per Steradyan"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Steradian"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Steradian"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Estereorradián"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Steradian"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Stéradian"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Steradian"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-SR-J
URI: http://qudt.org/vocab/unit/M2-PER-SR-J
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-SR-J> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$m^2/sr-j$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralAngularCrossSection> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA756" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA756"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m²/(sr·J)" ; <http://qudt.org/schema/qudt/ucumCode> "m2.sr-1.J-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D25" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98269780> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Steradian Joule"@sl ; rdfs:label "Meter Persegi per Steradian Joule"@ms ; rdfs:label "Metr Kwadratowy na Steradian Dżul"@pl ; rdfs:label "Metrekare per Steradyan Joule"@tr ; rdfs:label "Metro Cuadrado por Estereorradián Julio"@es ; rdfs:label "Metro Quadrado por Esterradiano Joule"@pt ; rdfs:label "Metro Quadrato per Steradiante Joule"@it ; rdfs:label "Metru Pătrat pe Steradian Joule"@ro ; rdfs:label "Metrum Quadratum per Steradian Joulium"@la ; rdfs:label "Mètre Carré par Stéradian Joule"@fr ; rdfs:label "Quadratmeter pro Steradiant Joule"@de ; rdfs:label "Square Meter per Steradian Joule"@en-US ; rdfs:label "Square Metre per Steradian Joule" ; rdfs:label "Square Metre per Steradian Joule"@en ; rdfs:label "Čtvereční Metr na Steradián Joule"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Στερακτίνιο Τζάουλ"@el ; rdfs:label "Квадратен Метър на Стерадиан Джаул"@bg ; rdfs:label "Квадратный Метр на Стерадиан Джоуль"@ru ; .
{"resource":"Square Metre per Steradian Joule"
,"qname":"unit:M2-PER-SR-J"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-SR-J"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98269780>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Steradian"
,"expression":"$m^2\/sr-j$"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:SpectralAngularCrossSection"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA756"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA756"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Steradian Joule"
,"label":"Meter Persegi per Steradian Joule"
,"label":"Metr Kwadratowy na Steradian Dżul"
,"label":"Metrekare per Steradyan Joule"
,"label":"Metro Cuadrado por Estereorradián Julio"
,"label":"Metro Quadrado por Esterradiano Joule"
,"label":"Metro Quadrato per Steradiante Joule"
,"label":"Metru Pătrat pe Steradian Joule"
,"label":"Metrum Quadratum per Steradian Joulium"
,"label":"Mètre Carré par Stéradian Joule"
,"label":"Quadratmeter pro Steradiant Joule"
,"label":"Square Meter per Steradian Joule"
,"label":"Square Metre per Steradian Joule"
,"label":"Square Metre per Steradian Joule"
,"label":"Čtvereční Metr na Steradián Joule"
,"label":"Τετραγωνικό Μέτρο ανά Στερακτίνιο Τζάουλ"
,"label":"Квадратен Метър на Стерадиан Джаул"
,"label":"Квадратный Метр на Стерадиан Джоуль"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"m²\/(sr·J)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.sr-1.J-1"
,"unece common code":"D25"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-SR-J",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Steradian",
"expression" : "$m^2/sr-j$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralAngularCrossSection",
"iec61360Code" : "0112/2///62720#UAA756",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA756",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "m²/(sr·J)",
"ucumCode" : "m2.sr-1.J-1",
"uneceCommonCode" : "D25",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98269780",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Metrekare per Steradyan Joule"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Steradian Joule"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Esterradiano Joule"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Steradian Dżul"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Steradian Joule"
}, "Square Metre per Steradian Joule", {
"@language" : "en",
"@value" : "Square Metre per Steradian Joule"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Стерадиан Джоуль"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Стерадиан Джаул"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Steradian Joule"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Steradian Joule"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Estereorradián Julio"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Steradian Joulium"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Στερακτίνιο Τζάουλ"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Stéradian Joule"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Steradiant Joule"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Steradián Joule"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Steradiante Joule"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-V-SEC
URI: http://qudt.org/vocab/unit/M2-PER-V-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-V-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$m^2/v-s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mobility> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA748" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA748"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m²/(V·s)" ; <http://qudt.org/schema/qudt/ucumCode> "m2.V-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D26" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98813401> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Volt Sekunda"@sl ; rdfs:label "Meter Persegi per Volt Saat"@ms ; rdfs:label "Metr Kwadratowy na Wolt Sekunda"@pl ; rdfs:label "Metrekare per Volt Saniye"@tr ; rdfs:label "Metro Cuadrado por Voltio Segundo"@es ; rdfs:label "Metro Quadrado por Volt Segundo"@pt ; rdfs:label "Metro Quadrato per Volt Secondo"@it ; rdfs:label "Metru Pătrat pe Volt Secundă"@ro ; rdfs:label "Metrum Quadratum per Voltium Secundum"@la ; rdfs:label "Mètre Carré par Volt Seconde"@fr ; rdfs:label "Quadratmeter pro Volt Sekunde"@de ; rdfs:label "Square Meter per Volt Second"@en-US ; rdfs:label "Square Metre per Volt Second" ; rdfs:label "Square Metre per Volt Second"@en ; rdfs:label "Čtvereční Metr na Volt Sekunda"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Βολτ Δευτερόλεπτο"@el ; rdfs:label "Квадратен Метър на Волт Секунда"@bg ; rdfs:label "Квадратный Метр на Вольт Секунда"@ru ; .
{"resource":"Square Metre per Volt Second"
,"qname":"unit:M2-PER-V-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-V-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98813401>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$m^2\/v-s$"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Mobility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA748"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA748"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Volt Sekunda"
,"label":"Meter Persegi per Volt Saat"
,"label":"Metr Kwadratowy na Wolt Sekunda"
,"label":"Metrekare per Volt Saniye"
,"label":"Metro Cuadrado por Voltio Segundo"
,"label":"Metro Quadrado por Volt Segundo"
,"label":"Metro Quadrato per Volt Secondo"
,"label":"Metru Pătrat pe Volt Secundă"
,"label":"Metrum Quadratum per Voltium Secundum"
,"label":"Mètre Carré par Volt Seconde"
,"label":"Quadratmeter pro Volt Sekunde"
,"label":"Square Meter per Volt Second"
,"label":"Square Metre per Volt Second"
,"label":"Square Metre per Volt Second"
,"label":"Čtvereční Metr na Volt Sekunda"
,"label":"Τετραγωνικό Μέτρο ανά Βολτ Δευτερόλεπτο"
,"label":"Квадратен Метър на Волт Секунда"
,"label":"Квадратный Метр на Вольт Секунда"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"m²\/(V·s)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.V-1.s-1"
,"unece common code":"D26"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-V-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$m^2/v-s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mobility",
"iec61360Code" : "0112/2///62720#UAA748",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA748",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "m²/(V·s)",
"ucumCode" : "m2.V-1.s-1",
"uneceCommonCode" : "D26",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98813401",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Kvadratni Meter na Volt Sekunda"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Volt Saat"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Volt Secondo"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Volt Segundo"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Voltium Secundum"
}, {
"@language" : "tr",
"@value" : "Metrekare per Volt Saniye"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Βολτ Δευτερόλεπτο"
}, "Square Metre per Volt Second", {
"@language" : "en",
"@value" : "Square Metre per Volt Second"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Voltio Segundo"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Volt Seconde"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Volt Sekunde"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Volt Second"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Volt Sekunda"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Wolt Sekunda"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Volt Secundă"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр на Вольт Секунда"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър на Волт Секунда"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-PER-W
URI: http://qudt.org/vocab/unit/M2-PER-W
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-PER-W> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerPower> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/W-PER-M2> ; <http://qudt.org/schema/qudt/plainTextDescription> "A common unit for measuring area per power" ; <http://qudt.org/schema/qudt/symbol> "m²/W" ; <http://qudt.org/schema/qudt/ucumCode> "m2.W-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter na Watt"@sl ; rdfs:label "Meter Persegi per Watt"@ms ; rdfs:label "Metr Kwadratowy na Wat"@pl ; rdfs:label "Metrekare per Watt"@tr ; rdfs:label "Metro Cuadrado por Vatio"@es ; rdfs:label "Metro Quadrado por Watt"@pt ; rdfs:label "Metro Quadrato per Watt"@it ; rdfs:label "Metru Pătrat pe Watt"@ro ; rdfs:label "Metrum Quadratum per Wattium"@la ; rdfs:label "Mètre Carré par Watt"@fr ; rdfs:label "Quadratmeter pro Watt"@de ; rdfs:label "Square Meter per Watt"@en-US ; rdfs:label "Square Metre per Watt" ; rdfs:label "Square Metre per Watt"@en ; rdfs:label "Čtvereční Metr na Watt"@cs ; rdfs:label "Τετραγωνικό Μέτρο ανά Βατ"@el ; rdfs:label "Квадратен Метър на Ват"@bg ; rdfs:label "Квадратный Метр на Ватт"@ru ; .
{"resource":"Square Metre per Watt"
,"qname":"unit:M2-PER-W"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-PER-W"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description (plain text)":"A common unit for measuring area per power"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T3D0"
,"has quantity kind":"quantitykind:AreaPerPower"
,"has reciprocal unit":"unit:W-PER-M2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter na Watt"
,"label":"Meter Persegi per Watt"
,"label":"Metr Kwadratowy na Wat"
,"label":"Metrekare per Watt"
,"label":"Metro Cuadrado por Vatio"
,"label":"Metro Quadrado por Watt"
,"label":"Metro Quadrato per Watt"
,"label":"Metru Pătrat pe Watt"
,"label":"Metrum Quadratum per Wattium"
,"label":"Mètre Carré par Watt"
,"label":"Quadratmeter pro Watt"
,"label":"Square Meter per Watt"
,"label":"Square Metre per Watt"
,"label":"Square Metre per Watt"
,"label":"Čtvereční Metr na Watt"
,"label":"Τετραγωνικό Μέτρο ανά Βατ"
,"label":"Квадратен Метър на Ват"
,"label":"Квадратный Метр на Ватт"
,"symbol":"m²\/W"
,"type":"qudt:Unit"
,"ucum code":"m2.W-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-PER-W",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaPerPower",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/W-PER-M2",
"plainTextDescription" : "A common unit for measuring area per power",
"symbol" : "m²/W",
"ucumCode" : "m2.W-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Квадратен Метър на Ват"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum per Wattium"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy na Wat"
}, {
"@language" : "it",
"@value" : "Metro Quadrato per Watt"
}, {
"@language" : "tr",
"@value" : "Metrekare per Watt"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat pe Watt"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr na Watt"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο ανά Βατ"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado por Vatio"
}, {
"@language" : "de",
"@value" : "Quadratmeter pro Watt"
}, "Square Metre per Watt", {
"@language" : "ru",
"@value" : "Квадратный Метр на Ватт"
}, {
"@language" : "en",
"@value" : "Square Metre per Watt"
}, {
"@language" : "en-us",
"@value" : "Square Meter per Watt"
}, {
"@language" : "ms",
"@value" : "Meter Persegi per Watt"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado por Watt"
}, {
"@language" : "fr",
"@value" : "Mètre Carré par Watt"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter na Watt"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-SEC-PER-RAD
URI: http://qudt.org/vocab/unit/M2-SEC-PER-RAD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M2-SEC-PER-RAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "m²·s/rad" ; <http://qudt.org/schema/qudt/ucumCode> "m2.s.rad-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Meter Sekunda na Radian"@sl ; rdfs:label "Meter Persegi Saat per Radian"@ms ; rdfs:label "Metr Kwadratowy Sekunda na Radian"@pl ; rdfs:label "Metrekare Saniye per Radyan"@tr ; rdfs:label "Metro Cuadrado Segundo por Radián"@es ; rdfs:label "Metro Quadrado Segundo por Radiano"@pt ; rdfs:label "Metro Quadrato Secondo per Radiante"@it ; rdfs:label "Metru Pătrat Secundă pe Radian"@ro ; rdfs:label "Metrum Quadratum Secundum per Radian"@la ; rdfs:label "Mètre Carré Seconde par Radian"@fr ; rdfs:label "Quadratmeter Sekunde pro Radiant"@de ; rdfs:label "Square Meter Second per Radian"@en-US ; rdfs:label "Square Metre Second per Radian" ; rdfs:label "Square Metre Second per Radian"@en ; rdfs:label "Čtvereční Metr Sekunda na Radián"@cs ; rdfs:label "Τετραγωνικό Μέτρο Δευτερόλεπτο ανά Ακτίνιο"@el ; rdfs:label "Квадратен Метър Секунда на Радиан"@bg ; rdfs:label "Квадратный Метр Секунда на Радиан"@ru ; .
{"resource":"Square Metre Second per Radian"
,"qname":"unit:M2-SEC-PER-RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-SEC-PER-RAD"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter Sekunda na Radian"
,"label":"Meter Persegi Saat per Radian"
,"label":"Metr Kwadratowy Sekunda na Radian"
,"label":"Metrekare Saniye per Radyan"
,"label":"Metro Cuadrado Segundo por Radián"
,"label":"Metro Quadrado Segundo por Radiano"
,"label":"Metro Quadrato Secondo per Radiante"
,"label":"Metru Pătrat Secundă pe Radian"
,"label":"Metrum Quadratum Secundum per Radian"
,"label":"Mètre Carré Seconde par Radian"
,"label":"Quadratmeter Sekunde pro Radiant"
,"label":"Square Meter Second per Radian"
,"label":"Square Metre Second per Radian"
,"label":"Square Metre Second per Radian"
,"label":"Čtvereční Metr Sekunda na Radián"
,"label":"Τετραγωνικό Μέτρο Δευτερόλεπτο ανά Ακτίνιο"
,"label":"Квадратен Метър Секунда на Радиан"
,"label":"Квадратный Метр Секунда на Радиан"
,"symbol":"m²·s\/rad"
,"type":"qudt:Unit"
,"ucum code":"m2.s.rad-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-SEC-PER-RAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "m²·s/rad",
"ucumCode" : "m2.s.rad-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Square Meter Second per Radian"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter Sekunda na Radian"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr Sekunda na Radián"
}, {
"@language" : "de",
"@value" : "Quadratmeter Sekunde pro Radiant"
}, {
"@language" : "ms",
"@value" : "Meter Persegi Saat per Radian"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο Δευτερόλεπτο ανά Ακτίνιο"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum Secundum per Radian"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat Secundă pe Radian"
}, {
"@language" : "fr",
"@value" : "Mètre Carré Seconde par Radian"
}, {
"@language" : "tr",
"@value" : "Metrekare Saniye per Radyan"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado Segundo por Radián"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр Секунда на Радиан"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy Sekunda na Radian"
}, {
"@language" : "it",
"@value" : "Metro Quadrato Secondo per Radiante"
}, "Square Metre Second per Radian", {
"@language" : "en",
"@value" : "Square Metre Second per Radian"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado Segundo por Radiano"
}, {
"@language" : "bg",
"@value" : "Квадратен Метър Секунда на Радиан"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M2-SR
URI: http://qudt.org/vocab/unit/M2-SR
"Square Meter Steradian" is a unit for 'Area Angle' expressed as $m^{2}-sr$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M2-SR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Square Meter Steradian\" is a unit for 'Area Angle' expressed as $m^{2}-sr$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$m^{2}-sr$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaAngle> ;
<http://qudt.org/schema/qudt/symbol> "m²·sr" ;
<http://qudt.org/schema/qudt/ucumCode> "m2.sr"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kvadratni Meter Steradian"@sl ;
rdfs:label "Meter Persegi Steradian"@ms ;
rdfs:label "Metr Kwadratowy Steradian"@pl ;
rdfs:label "Metrekare Steradyan"@tr ;
rdfs:label "Metro Cuadrado Estereorradián"@es ;
rdfs:label "Metro Quadrado Esterradiano"@pt ;
rdfs:label "Metro Quadrato Steradiante"@it ;
rdfs:label "Metru Pătrat Steradian"@ro ;
rdfs:label "Metrum Quadratum Steradian"@la ;
rdfs:label "Mètre Carré Stéradian"@fr ;
rdfs:label "Quadratmeter Steradiant"@de ;
rdfs:label "Square Meter Steradian"@en-US ;
rdfs:label "Square Metre Steradian" ;
rdfs:label "Square Metre Steradian"@en ;
rdfs:label "Čtvereční Metr Steradián"@cs ;
rdfs:label "Τετραγωνικό Μέτρο Στερακτίνιο"@el ;
rdfs:label "Квадратен Метър Стерадиан"@bg ;
rdfs:label "Квадратный Метр Стерадиан"@ru ;
.
{"resource":"Square Metre Steradian"
,"qname":"unit:M2-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M2-SR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\"Square Meter Steradian\" is a unit for 'Area Angle' expressed as $m^{2}-sr$."
,"expression":"$m^{2}-sr$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:AreaAngle"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Meter Steradian"
,"label":"Meter Persegi Steradian"
,"label":"Metr Kwadratowy Steradian"
,"label":"Metrekare Steradyan"
,"label":"Metro Cuadrado Estereorradián"
,"label":"Metro Quadrado Esterradiano"
,"label":"Metro Quadrato Steradiante"
,"label":"Metru Pătrat Steradian"
,"label":"Metrum Quadratum Steradian"
,"label":"Mètre Carré Stéradian"
,"label":"Quadratmeter Steradiant"
,"label":"Square Meter Steradian"
,"label":"Square Metre Steradian"
,"label":"Square Metre Steradian"
,"label":"Čtvereční Metr Steradián"
,"label":"Τετραγωνικό Μέτρο Στερακτίνιο"
,"label":"Квадратен Метър Стерадиан"
,"label":"Квадратный Метр Стерадиан"
,"symbol":"m²·sr"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m2.sr"
]}
{
"@id" : "http://qudt.org/vocab/unit/M2-SR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Square Meter Steradian\" is a unit for 'Area Angle' expressed as $m^{2}-sr$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m^{2}-sr$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaAngle",
"symbol" : "m²·sr",
"ucumCode" : "m2.sr",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Metro Quadrato Steradiante"
}, {
"@language" : "sl",
"@value" : "Kvadratni Meter Steradian"
}, "Square Metre Steradian", {
"@language" : "bg",
"@value" : "Квадратен Метър Стерадиан"
}, {
"@language" : "en",
"@value" : "Square Metre Steradian"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Μέτρο Στερακτίνιο"
}, {
"@language" : "pl",
"@value" : "Metr Kwadratowy Steradian"
}, {
"@language" : "es",
"@value" : "Metro Cuadrado Estereorradián"
}, {
"@language" : "pt",
"@value" : "Metro Quadrado Esterradiano"
}, {
"@language" : "ro",
"@value" : "Metru Pătrat Steradian"
}, {
"@language" : "en-us",
"@value" : "Square Meter Steradian"
}, {
"@language" : "ru",
"@value" : "Квадратный Метр Стерадиан"
}, {
"@language" : "fr",
"@value" : "Mètre Carré Stéradian"
}, {
"@language" : "la",
"@value" : "Metrum Quadratum Steradian"
}, {
"@language" : "ms",
"@value" : "Meter Persegi Steradian"
}, {
"@language" : "tr",
"@value" : "Metrekare Steradyan"
}, {
"@language" : "de",
"@value" : "Quadratmeter Steradiant"
}, {
"@language" : "cs",
"@value" : "Čtvereční Metr Steradián"
} ],
"@context" : {
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3
URI: http://qudt.org/vocab/unit/M3
The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Cubic_metre"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/expression> "$m^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SectionModulus> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-M3> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA757" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA757"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m³" ;
<http://qudt.org/schema/qudt/ucumCode> "m3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MTQ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25517> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Meter"@en-US ;
rdfs:label "Cubic Metre" ;
rdfs:label "Cubic Metre"@en ;
rdfs:label "Kubikmeter"@de ;
rdfs:label "Kubični Meter"@sl ;
rdfs:label "Meter Kubik"@ms ;
rdfs:label "Metr Krychlový"@cs ;
rdfs:label "Metr Sześcienny"@pl ;
rdfs:label "Metreküp"@tr ;
rdfs:label "Metro Cubo"@it ;
rdfs:label "Metro Cúbico"@es ;
rdfs:label "Metro Cúbico"@pt ;
rdfs:label "Metru Cub"@ro ;
rdfs:label "Metrum Cubicum"@la ;
rdfs:label "Mètre Cube"@fr ;
rdfs:label "Κυβικό Μέτρο"@el ;
rdfs:label "Кубичен Метър"@bg ;
rdfs:label "Кубический Метр"@ru ;
rdfs:label "מטר מעוקב"@he ;
rdfs:label "متر مكعب"@ar ;
rdfs:label "متر مکعب"@fa ;
rdfs:label "घन मीटर"@hi ;
rdfs:label "立方メートル"@ja ;
rdfs:label "立方米"@zh ;
.
{"resource":"Cubic Metre"
,"qname":"unit:M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25517>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Cubic_metre"
,"description":"The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons."
,"expression":"$m^{3}$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:SectionModulus"
,"has quantity kind":"quantitykind:Volume"
,"has reciprocal unit":"unit:PER-M3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA757"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Cubic_metre?oldid=490956678"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA757"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter"
,"label":"Cubic Metre"
,"label":"Cubic Metre"
,"label":"Kubikmeter"
,"label":"Kubični Meter"
,"label":"Meter Kubik"
,"label":"Metr Krychlový"
,"label":"Metr Sześcienny"
,"label":"Metreküp"
,"label":"Metro Cubo"
,"label":"Metro Cúbico"
,"label":"Metro Cúbico"
,"label":"Metru Cub"
,"label":"Metrum Cubicum"
,"label":"Mètre Cube"
,"label":"Κυβικό Μέτρο"
,"label":"Кубичен Метър"
,"label":"Кубический Метр"
,"label":"מטר מעוקב"
,"label":"متر مكعب"
,"label":"متر مکعب"
,"label":"घन मीटर"
,"label":"立方メートル"
,"label":"立方米"
,"symbol":"m³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m3"
,"unece common code":"MTQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of volume, equal to 1.0e6 cm3, 1000 liters, 35.3147 ft3, or 1.30795 yd3. A cubic meter holds about 264.17 U.S. liquid gallons or 219.99 British Imperial gallons.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Cubic_metre",
"expression" : "$m^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SectionModulus", "http://qudt.org/vocab/quantitykind/Volume" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-M3",
"iec61360Code" : "0112/2///62720#UAA757",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA757", "http://en.wikipedia.org/wiki/Cubic_metre?oldid=490956678" ],
"symbol" : "m³",
"ucumCode" : "m3",
"uneceCommonCode" : "MTQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25517",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pt",
"@value" : "Metro Cúbico"
}, {
"@language" : "es",
"@value" : "Metro Cúbico"
}, {
"@language" : "he",
"@value" : "מטר מעוקב"
}, {
"@language" : "zh",
"@value" : "立方米"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър"
}, {
"@language" : "fa",
"@value" : "متر مکعب"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum"
}, {
"@language" : "fr",
"@value" : "Mètre Cube"
}, {
"@language" : "hi",
"@value" : "घन मीटर"
}, {
"@language" : "ja",
"@value" : "立方メートル"
}, {
"@language" : "it",
"@value" : "Metro Cubo"
}, {
"@language" : "ru",
"@value" : "Кубический Метр"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter"
}, {
"@language" : "tr",
"@value" : "Metreküp"
}, {
"@language" : "ro",
"@value" : "Metru Cub"
}, {
"@language" : "de",
"@value" : "Kubikmeter"
}, "Cubic Metre", {
"@language" : "en",
"@value" : "Cubic Metre"
}, {
"@language" : "ms",
"@value" : "Meter Kubik"
}, {
"@language" : "sl",
"@value" : "Kubični Meter"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový"
}, {
"@language" : "ar",
"@value" : "متر مكعب"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-BAR
URI: http://qudt.org/vocab/unit/M3-PER-BAR
power of the SI base unit metre with the exponent 3 divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA759" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA759"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/bar" ; <http://qudt.org/schema/qudt/ucumCode> "m3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G96" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Bar"@en-US ; rdfs:label "Cubic Metre per Bar" ; rdfs:label "Cubic Metre per Bar"@en ; .
{"resource":"Cubic Metre per Bar"
,"qname":"unit:M3-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"power of the SI base unit metre with the exponent 3 divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA759"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA759"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Bar"
,"label":"Cubic Metre per Bar"
,"label":"Cubic Metre per Bar"
,"symbol":"m³\/bar"
,"type":"qudt:Unit"
,"ucum code":"m3.bar-1"
,"unece common code":"G96"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA759",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA759",
"symbol" : "m³/bar",
"ucumCode" : "m3.bar-1",
"uneceCommonCode" : "G96",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Metre per Bar", {
"@language" : "en",
"@value" : "Cubic Metre per Bar"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Bar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-C
URI: http://qudt.org/vocab/unit/M3-PER-C
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$m^3/c$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HallCoefficient> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/C-PER-M3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB143" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB143"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/C" ; <http://qudt.org/schema/qudt/ucumCode> "m3.C-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "A38" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q105267497> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Coulomb"@en-US ; rdfs:label "Cubic Metre per Coulomb" ; rdfs:label "Cubic Metre per Coulomb"@en ; rdfs:label "Kubikmeter pro Coulomb"@de ; rdfs:label "Kubični Meter na Coulomb"@sl ; rdfs:label "Meter Kubik per Coulomb"@ms ; rdfs:label "Metr Krychlový na Coulomb"@cs ; rdfs:label "Metr Sześcienny na Kulomb"@pl ; rdfs:label "Metreküp per Coulomb"@tr ; rdfs:label "Metro Cubo per Coulomb"@it ; rdfs:label "Metro Cúbico por Coulomb"@pt ; rdfs:label "Metro Cúbico por Culombio"@es ; rdfs:label "Metru Cub pe Coulomb"@ro ; rdfs:label "Metrum Cubicum per Coulombium"@la ; rdfs:label "Mètre Cube par Coulomb"@fr ; rdfs:label "Κυβικό Μέτρο ανά Κουλόμπ"@el ; rdfs:label "Кубичен Метър на Кулон"@bg ; rdfs:label "Кубический Метр на Кулон"@ru ; .
{"resource":"Cubic Metre per Coulomb"
,"qname":"unit:M3-PER-C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-C"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q105267497>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$m^3\/c$"
,"has dimension vector":"qkdv:A0E-1L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:HallCoefficient"
,"has reciprocal unit":"unit:C-PER-M3"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB143"
,"informative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB143"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Coulomb"
,"label":"Cubic Metre per Coulomb"
,"label":"Cubic Metre per Coulomb"
,"label":"Kubikmeter pro Coulomb"
,"label":"Kubični Meter na Coulomb"
,"label":"Meter Kubik per Coulomb"
,"label":"Metr Krychlový na Coulomb"
,"label":"Metr Sześcienny na Kulomb"
,"label":"Metreküp per Coulomb"
,"label":"Metro Cubo per Coulomb"
,"label":"Metro Cúbico por Coulomb"
,"label":"Metro Cúbico por Culombio"
,"label":"Metru Cub pe Coulomb"
,"label":"Metrum Cubicum per Coulombium"
,"label":"Mètre Cube par Coulomb"
,"label":"Κυβικό Μέτρο ανά Κουλόμπ"
,"label":"Кубичен Метър на Кулон"
,"label":"Кубический Метр на Кулон"
,"symbol":"m³\/C"
,"type":"qudt:Unit"
,"ucum code":"m3.C-1"
,"unece common code":"A38"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$m^3/c$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HallCoefficient",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/C-PER-M3",
"iec61360Code" : "0112/2///62720#UAB143",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB143", "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ],
"symbol" : "m³/C",
"ucumCode" : "m3.C-1",
"uneceCommonCode" : "A38",
"wikidataMatch" : "http://www.wikidata.org/entity/Q105267497",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Metro Cúbico por Culombio"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Coulomb"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Coulombium"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Coulomb"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Κουλόμπ"
}, "Cubic Metre per Coulomb", {
"@language" : "en",
"@value" : "Cubic Metre per Coulomb"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Кулон"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Coulomb"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Coulomb"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Coulomb"
}, {
"@language" : "tr",
"@value" : "Metreküp per Coulomb"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Кулон"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Coulomb"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Coulomb"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Coulomb"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Coulomb"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Kulomb"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-DAY
URI: http://qudt.org/vocab/unit/M3-PER-DAY
power of the SI base unit metre with the exponent 3 divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the unit day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA760" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA760"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the SI base unit metre with the exponent 3 divided by the unit day" ; <http://qudt.org/schema/qudt/symbol> "m³/d" ; <http://qudt.org/schema/qudt/ucumCode> "m3.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G52" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q64448128> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Day"@en-US ; rdfs:label "Cubic Metre per Day" ; rdfs:label "Cubic Metre per Day"@en ; .
{"resource":"Cubic Metre per Day"
,"qname":"unit:M3-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-DAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q64448128>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"description":"power of the SI base unit metre with the exponent 3 divided by the unit day"
,"description (plain text)":"power of the SI base unit metre with the exponent 3 divided by the unit day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA760"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA760"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Day"
,"label":"Cubic Metre per Day"
,"label":"Cubic Metre per Day"
,"symbol":"m³\/d"
,"type":"qudt:Unit"
,"ucum code":"m3.d-1"
,"unece common code":"G52"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the unit day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA760",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA760",
"plainTextDescription" : "power of the SI base unit metre with the exponent 3 divided by the unit day",
"symbol" : "m³/d",
"ucumCode" : "m3.d-1",
"uneceCommonCode" : "G52",
"wikidataMatch" : "http://www.wikidata.org/entity/Q64448128",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Cubic Metre per Day"
}, "Cubic Metre per Day", {
"@language" : "en-us",
"@value" : "Cubic Meter per Day"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-DAY-BAR
URI: http://qudt.org/vocab/unit/M3-PER-DAY-BAR
power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-DAY-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA762" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA762"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/(d·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.d-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G86" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Day Bar"@en-US ; rdfs:label "Cubic Metre per Day Bar" ; rdfs:label "Cubic Metre per Day Bar"@en ; .
{"resource":"Cubic Metre per Day Bar"
,"qname":"unit:M3-PER-DAY-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-DAY-BAR"
,"properties":["conversion multiplier":"0.0000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-10"
,"description":"power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA762"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA762"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Day Bar"
,"label":"Cubic Metre per Day Bar"
,"label":"Cubic Metre per Day Bar"
,"symbol":"m³\/(d·bar)"
,"type":"qudt:Unit"
,"ucum code":"m3.d-1.bar-1"
,"unece common code":"G86"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-DAY-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the unit bar",
"conversionMultiplier" : "0.0000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA762",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA762",
"symbol" : "m³/(d·bar)",
"ucumCode" : "m3.d-1.bar-1",
"uneceCommonCode" : "G86",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Meter per Day Bar"
}, "Cubic Metre per Day Bar", {
"@language" : "en",
"@value" : "Cubic Metre per Day Bar"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-DAY-K
URI: http://qudt.org/vocab/unit/M3-PER-DAY-K
power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-DAY-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA761" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA761"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/(d·K)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.d-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Day Kelvin"@en-US ; rdfs:label "Cubic Metre per Day Kelvin" ; rdfs:label "Cubic Metre per Day Kelvin"@en ; .
{"resource":"Cubic Metre per Day Kelvin"
,"qname":"unit:M3-PER-DAY-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-DAY-K"
,"properties":["conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"description":"power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA761"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA761"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Day Kelvin"
,"label":"Cubic Metre per Day Kelvin"
,"label":"Cubic Metre per Day Kelvin"
,"symbol":"m³\/(d·K)"
,"type":"qudt:Unit"
,"ucum code":"m3.d-1.K-1"
,"unece common code":"G69"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-DAY-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the product out of the unit day and the SI base unit kelvin",
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA761",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA761",
"symbol" : "m³/(d·K)",
"ucumCode" : "m3.d-1.K-1",
"uneceCommonCode" : "G69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Metre per Day Kelvin", {
"@language" : "en",
"@value" : "Cubic Metre per Day Kelvin"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Day Kelvin"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-HA
URI: http://qudt.org/vocab/unit/M3-PER-HA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-HA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerArea> ; <http://qudt.org/schema/qudt/symbol> "m³/ha" ; <http://qudt.org/schema/qudt/ucumCode> "m3.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Hectare"@en-US ; rdfs:label "Cubic Metre per Hectare" ; rdfs:label "Cubic Metre per Hectare"@en ; .
{"resource":"Cubic Metre per Hectare"
,"qname":"unit:M3-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-HA"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Hectare"
,"label":"Cubic Metre per Hectare"
,"label":"Cubic Metre per Hectare"
,"symbol":"m³\/ha"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m3.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-HA",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumePerArea",
"symbol" : "m³/ha",
"ucumCode" : "m3.har-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Meter per Hectare"
}, "Cubic Metre per Hectare", {
"@language" : "en",
"@value" : "Cubic Metre per Hectare"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-HA-YR
URI: http://qudt.org/vocab/unit/M3-PER-HA-YR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-HA-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceRelatedVolumeFlow> ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the SI base unit metre with the exponent 3 divided by the unit hectare and by the unit year" ; <http://qudt.org/schema/qudt/symbol> "m³/(ha·a)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.har-1.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Hectare Year"@en-US ; rdfs:label "Cubic Metre per Hectare Year" ; rdfs:label "Cubic Metre per Hectare Year"@en ; .
{"resource":"Cubic Metre per Hectare Year"
,"qname":"unit:M3-PER-HA-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-HA-YR"
,"properties":["conversion multiplier":"0.000000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-12"
,"description (plain text)":"power of the SI base unit metre with the exponent 3 divided by the unit hectare and by the unit year"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:SurfaceRelatedVolumeFlow"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Hectare Year"
,"label":"Cubic Metre per Hectare Year"
,"label":"Cubic Metre per Hectare Year"
,"symbol":"m³\/(ha·a)"
,"type":"qudt:Unit"
,"ucum code":"m3.har-1.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-HA-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SurfaceRelatedVolumeFlow",
"plainTextDescription" : "power of the SI base unit metre with the exponent 3 divided by the unit hectare and by the unit year",
"symbol" : "m³/(ha·a)",
"ucumCode" : "m3.har-1.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Meter per Hectare Year"
}, "Cubic Metre per Hectare Year", {
"@language" : "en",
"@value" : "Cubic Metre per Hectare Year"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-HR
URI: http://qudt.org/vocab/unit/M3-PER-HR
Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/h, cubic metre/h, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M3-PER-HR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/h, cubic metre/h, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ;
<http://qudt.org/schema/qudt/expression> "$m^{3}/h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA763" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA763"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m³/h" ;
<http://qudt.org/schema/qudt/ucumCode> "m3.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MQH" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107313770> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Meter per Hour"@en-US ;
rdfs:label "Cubic Metre per Hour" ;
rdfs:label "Cubic Metre per Hour"@en ;
.
{"resource":"Cubic Metre per Hour"
,"qname":"unit:M3-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107313770>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"Cubic Meter Per Hour (m3\/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter\/hour, cubic metre\/hour, cubic meter\/h, cubic metre\/h, flowrate. Cubic Meter Per Hour (m3\/h) has a dimension of L3T-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m3\/s by multiplying its value by a factor of 0.00027777777."
,"expression":"$m^{3}\/h$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA763"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA763"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Hour"
,"label":"Cubic Metre per Hour"
,"label":"Cubic Metre per Hour"
,"symbol":"m³\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m3.h-1"
,"unece common code":"MQH"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Cubic Meter Per Hour (m3/h) is a unit in the category of Volume flow rate. It is also known as cubic meters per hour, cubic metre per hour, cubic metres per hour, cubic meter/hour, cubic metre/hour, cubic meter/h, cubic metre/h, flowrate. Cubic Meter Per Hour (m3/h) has a dimension of L3T-1 where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit m3/s by multiplying its value by a factor of 0.00027777777.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"expression" : "$m^{3}/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA763",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA763",
"symbol" : "m³/h",
"ucumCode" : "m3.h-1",
"uneceCommonCode" : "MQH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107313770",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Metre per Hour", {
"@language" : "en",
"@value" : "Cubic Metre per Hour"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Hour"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-HR-BAR
URI: http://qudt.org/vocab/unit/M3-PER-HR-BAR
power of the SI base unit metre with the exponent 3 diveded by the product out of the unit hour and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-HR-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 diveded by the product out of the unit hour and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA765" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA765"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/(h·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.h-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G87" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Hour Bar"@en-US ; rdfs:label "Cubic Metre per Hour Bar" ; rdfs:label "Cubic Metre per Hour Bar"@en ; .
{"resource":"Cubic Metre per Hour Bar"
,"qname":"unit:M3-PER-HR-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-HR-BAR"
,"properties":["conversion multiplier":"0.000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-9"
,"description":"power of the SI base unit metre with the exponent 3 diveded by the product out of the unit hour and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA765"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA765"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Hour Bar"
,"label":"Cubic Metre per Hour Bar"
,"label":"Cubic Metre per Hour Bar"
,"symbol":"m³\/(h·bar)"
,"type":"qudt:Unit"
,"ucum code":"m3.h-1.bar-1"
,"unece common code":"G87"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-HR-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 diveded by the product out of the unit hour and the unit bar",
"conversionMultiplier" : "0.000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA765",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA765",
"symbol" : "m³/(h·bar)",
"ucumCode" : "m3.h-1.bar-1",
"uneceCommonCode" : "G87",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Cubic Metre per Hour Bar"
}, "Cubic Metre per Hour Bar", {
"@language" : "en-us",
"@value" : "Cubic Meter per Hour Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-HR-K
URI: http://qudt.org/vocab/unit/M3-PER-HR-K
power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-HR-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA764" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA764"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/(h·K)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.h-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G70" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Hour Kelvin"@en-US ; rdfs:label "Cubic Metre per Hour Kelvin" ; rdfs:label "Cubic Metre per Hour Kelvin"@en ; .
{"resource":"Cubic Metre per Hour Kelvin"
,"qname":"unit:M3-PER-HR-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-HR-K"
,"properties":["conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA764"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA764"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Hour Kelvin"
,"label":"Cubic Metre per Hour Kelvin"
,"label":"Cubic Metre per Hour Kelvin"
,"symbol":"m³\/(h·K)"
,"type":"qudt:Unit"
,"ucum code":"m3.h-1.K-1"
,"unece common code":"G70"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-HR-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the product out of the unit hour and the SI base unit kelvin",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA764",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA764",
"symbol" : "m³/(h·K)",
"ucumCode" : "m3.h-1.K-1",
"uneceCommonCode" : "G70",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Meter per Hour Kelvin"
}, "Cubic Metre per Hour Kelvin", {
"@language" : "en",
"@value" : "Cubic Metre per Hour Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-K
URI: http://qudt.org/vocab/unit/M3-PER-K
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-K> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$m3-per-k$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA758" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA758"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/K" ; <http://qudt.org/schema/qudt/ucumCode> "m3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G29" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Kelvin"@en-US ; rdfs:label "Cubic Metre per Kelvin" ; rdfs:label "Cubic Metre per Kelvin"@en ; rdfs:label "Kubikmeter pro Kelvin"@de ; rdfs:label "Kubični Meter na Kelvin"@sl ; rdfs:label "Meter Kubik per Kelvin"@ms ; rdfs:label "Metr Krychlový na Kelvin"@cs ; rdfs:label "Metr Sześcienny na Kelwin"@pl ; rdfs:label "Metreküp per Kelvin"@tr ; rdfs:label "Metro Cubo per Kelvin"@it ; rdfs:label "Metro Cúbico por Kelvin"@es ; rdfs:label "Metro Cúbico por Kelvin"@pt ; rdfs:label "Metru Cub pe Kelvin"@ro ; rdfs:label "Metrum Cubicum per Kelvin"@la ; rdfs:label "Mètre Cube par Kelvin"@fr ; rdfs:label "Κυβικό Μέτρο ανά Κέλβιν"@el ; rdfs:label "Кубичен Метър на Келвин"@bg ; rdfs:label "Кубический Метр на Кельвин"@ru ; .
{"resource":"Cubic Metre per Kelvin"
,"qname":"unit:M3-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"expression":"$m3-per-k$"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T0D0"
,"has quantity kind":"quantitykind:VolumeThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA758"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA758"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Kelvin"
,"label":"Cubic Metre per Kelvin"
,"label":"Cubic Metre per Kelvin"
,"label":"Kubikmeter pro Kelvin"
,"label":"Kubični Meter na Kelvin"
,"label":"Meter Kubik per Kelvin"
,"label":"Metr Krychlový na Kelvin"
,"label":"Metr Sześcienny na Kelwin"
,"label":"Metreküp per Kelvin"
,"label":"Metro Cubo per Kelvin"
,"label":"Metro Cúbico por Kelvin"
,"label":"Metro Cúbico por Kelvin"
,"label":"Metru Cub pe Kelvin"
,"label":"Metrum Cubicum per Kelvin"
,"label":"Mètre Cube par Kelvin"
,"label":"Κυβικό Μέτρο ανά Κέλβιν"
,"label":"Кубичен Метър на Келвин"
,"label":"Кубический Метр на Кельвин"
,"symbol":"m³\/K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m3.K-1"
,"unece common code":"G29"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m3-per-k$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA758",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA758",
"symbol" : "m³/K",
"ucumCode" : "m3.K-1",
"uneceCommonCode" : "G29",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Metrum Cubicum per Kelvin"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Kelvin"
}, "Cubic Metre per Kelvin", {
"@language" : "en",
"@value" : "Cubic Metre per Kelvin"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Кельвин"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Kelvin"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Kelvin"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Kelvin"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Κέλβιν"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Kelvin"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Kelvin"
}, {
"@language" : "tr",
"@value" : "Metreküp per Kelvin"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Kelvin"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Kelvin"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Келвин"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Kelwin"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Kelvin"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-KiloGM
URI: http://qudt.org/vocab/unit/M3-PER-KiloGM
Cubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M3-PER-KiloGM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Cubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$m^{3}/kg$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloGM-PER-M3> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA766" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA766"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m³/kg" ;
<http://qudt.org/schema/qudt/ucumCode> "m3.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A39" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3332095> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Meter per Kilogram"@en-US ;
rdfs:label "Cubic Metre per Kilogram" ;
rdfs:label "Cubic Metre per Kilogram"@en ;
rdfs:label "Kubikmeter pro Kilogramm"@de ;
rdfs:label "Kubični Meter na Kilogram"@sl ;
rdfs:label "Meter Kubik per Kilogram"@ms ;
rdfs:label "Metr Krychlový na Kilogram"@cs ;
rdfs:label "Metr Sześcienny na Kilogram"@pl ;
rdfs:label "Metreküp per Kilogram"@tr ;
rdfs:label "Metro Cubo per Chilogrammo"@it ;
rdfs:label "Metro Cúbico por Kilogramo"@es ;
rdfs:label "Metro Cúbico por Quilograma"@pt ;
rdfs:label "Metru Cub pe Kilogram"@ro ;
rdfs:label "Metrum Cubicum per Chiliogramma"@la ;
rdfs:label "Mètre Cube par Kilogramme"@fr ;
rdfs:label "Κυβικό Μέτρο ανά Χιλιόγραμμο"@el ;
rdfs:label "Кубичен Метър на Килограм"@bg ;
rdfs:label "Кубический Метр на Килограмм"@ru ;
.
{"resource":"Cubic Metre per Kilogram"
,"qname":"unit:M3-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3332095>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Cubic Meter Per Kilogram (m3\/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter\/kilogram, cubic metre\/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3\/kg) has a dimension of M-1L3 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category."
,"expression":"$m^{3}\/kg$"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SoilAdsorptionCoefficient"
,"has quantity kind":"quantitykind:SpecificVolume"
,"has reciprocal unit":"unit:KiloGM-PER-M3"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA766"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA766"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Kilogram"
,"label":"Cubic Metre per Kilogram"
,"label":"Cubic Metre per Kilogram"
,"label":"Kubikmeter pro Kilogramm"
,"label":"Kubični Meter na Kilogram"
,"label":"Meter Kubik per Kilogram"
,"label":"Metr Krychlový na Kilogram"
,"label":"Metr Sześcienny na Kilogram"
,"label":"Metreküp per Kilogram"
,"label":"Metro Cubo per Chilogrammo"
,"label":"Metro Cúbico por Kilogramo"
,"label":"Metro Cúbico por Quilograma"
,"label":"Metru Cub pe Kilogram"
,"label":"Metrum Cubicum per Chiliogramma"
,"label":"Mètre Cube par Kilogramme"
,"label":"Κυβικό Μέτρο ανά Χιλιόγραμμο"
,"label":"Кубичен Метър на Килограм"
,"label":"Кубический Метр на Килограмм"
,"symbol":"m³\/kg"
,"type":"qudt:Unit"
,"ucum code":"m3.kg-1"
,"unece common code":"A39"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Cubic Meter Per Kilogram (m3/kg) is a unit in the category of Specific volume. It is also known as cubic meters per kilogram, cubic metre per kilogram, cubic metres per kilogram, cubic meter/kilogram, cubic metre/kilogram. This unit is commonly used in the SI unit system. Cubic Meter Per Kilogram (m3/kg) has a dimension of M-1L3 where $M$ is mass, and $L$ is length. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m^{3}/kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient", "http://qudt.org/vocab/quantitykind/SpecificVolume" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloGM-PER-M3",
"iec61360Code" : "0112/2///62720#UAA766",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA766",
"symbol" : "m³/kg",
"ucumCode" : "m3.kg-1",
"uneceCommonCode" : "A39",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3332095",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Metreküp per Kilogram"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Kilogramo"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Килограм"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Chiliogramma"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Χιλιόγραμμο"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Kilogram"
}, "Cubic Metre per Kilogram", {
"@language" : "en",
"@value" : "Cubic Metre per Kilogram"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Kilogram"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Килограмм"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Kilogram"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Chilogrammo"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Kilogramm"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Kilogram"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Kilogram"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Kilogramme"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Quilograma"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-KiloGM-SEC2
URI: http://qudt.org/vocab/unit/M3-PER-KiloGM-SEC2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M3-PER-KiloGM-SEC2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$m^{3} kg^{-1} s^{-2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/symbol> "m³/(kg·s²)" ;
<http://qudt.org/schema/qudt/ucumCode> "m3.kg-1.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q78336909> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Meter per Kilogram Square Second"@en-US ;
rdfs:label "Cubic Metre per Kilogram Square Second" ;
rdfs:label "Cubic Metre per Kilogram Square Second"@en ;
rdfs:label "Kubikmeter pro Kilogramm Quadratsekunde"@de ;
rdfs:label "Kubični Meter na Kilogram Kvadratni Sekunda"@sl ;
rdfs:label "Meter Kubik per Kilogram Saat Persegi"@ms ;
rdfs:label "Metr Krychlový na Kilogram Čtvereční Sekunda"@cs ;
rdfs:label "Metr Sześcienny na Kilogram Sekunda Kwadratowy"@pl ;
rdfs:label "Metreküp per Kilogram Saniyekare"@tr ;
rdfs:label "Metro Cubo per Chilogrammo Secondo Quadrato"@it ;
rdfs:label "Metro Cúbico por Kilogramo Segundo Cuadrado"@es ;
rdfs:label "Metro Cúbico por Quilograma Segundo Quadrado"@pt ;
rdfs:label "Metru Cub pe Kilogram Secundă Pătrat"@ro ;
rdfs:label "Metrum Cubicum per Chiliogramma Secundum Quadratum"@la ;
rdfs:label "Mètre Cube par Kilogramme Seconde Carré"@fr ;
rdfs:label "Κυβικό Μέτρο ανά Χιλιόγραμμο Τετραγωνικό Δευτερόλεπτο"@el ;
rdfs:label "Кубичен Метър на Килограм Квадратен Секунда"@bg ;
rdfs:label "Кубический Метр на Килограмм Квадратный Секунда"@ru ;
.
{"resource":"Cubic Metre per Kilogram Square Second"
,"qname":"unit:M3-PER-KiloGM-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-KiloGM-SEC2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q78336909>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"expression":"$m^{3} kg^{-1} s^{-2}$"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Kilogram Square Second"
,"label":"Cubic Metre per Kilogram Square Second"
,"label":"Cubic Metre per Kilogram Square Second"
,"label":"Kubikmeter pro Kilogramm Quadratsekunde"
,"label":"Kubični Meter na Kilogram Kvadratni Sekunda"
,"label":"Meter Kubik per Kilogram Saat Persegi"
,"label":"Metr Krychlový na Kilogram Čtvereční Sekunda"
,"label":"Metr Sześcienny na Kilogram Sekunda Kwadratowy"
,"label":"Metreküp per Kilogram Saniyekare"
,"label":"Metro Cubo per Chilogrammo Secondo Quadrato"
,"label":"Metro Cúbico por Kilogramo Segundo Cuadrado"
,"label":"Metro Cúbico por Quilograma Segundo Quadrado"
,"label":"Metru Cub pe Kilogram Secundă Pătrat"
,"label":"Metrum Cubicum per Chiliogramma Secundum Quadratum"
,"label":"Mètre Cube par Kilogramme Seconde Carré"
,"label":"Κυβικό Μέτρο ανά Χιλιόγραμμο Τετραγωνικό Δευτερόλεπτο"
,"label":"Кубичен Метър на Килограм Квадратен Секунда"
,"label":"Кубический Метр на Килограмм Квадратный Секунда"
,"symbol":"m³\/(kg·s²)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m3.kg-1.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-KiloGM-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m^{3} kg^{-1} s^{-2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "m³/(kg·s²)",
"ucumCode" : "m3.kg-1.s-2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q78336909",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pt",
"@value" : "Metro Cúbico por Quilograma Segundo Quadrado"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Kilogram Saat Persegi"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Kilogram Square Second"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Kilogramo Segundo Cuadrado"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Kilogram Secundă Pătrat"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Килограм Квадратен Секунда"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Килограмм Квадратный Секунда"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Chilogrammo Secondo Quadrato"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Kilogram Sekunda Kwadratowy"
}, "Cubic Metre per Kilogram Square Second", {
"@language" : "en",
"@value" : "Cubic Metre per Kilogram Square Second"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Kilogramme Seconde Carré"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Χιλιόγραμμο Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Kilogramm Quadratsekunde"
}, {
"@language" : "tr",
"@value" : "Metreküp per Kilogram Saniyekare"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Kilogram Kvadratni Sekunda"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Chiliogramma Secundum Quadratum"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Kilogram Čtvereční Sekunda"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-M2
URI: http://qudt.org/vocab/unit/M3-PER-M2
power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "m³/m²" ; <http://qudt.org/schema/qudt/ucumCode> "m3.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H60" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Square Meter"@en-US ; rdfs:label "Cubic Metre per Square Metre" ; rdfs:label "Cubic Metre per Square Metre"@en ; rdfs:label "Kubikmeter pro Quadratmeter"@de ; rdfs:label "Kubični Meter na Kvadratni Meter"@sl ; rdfs:label "Meter Kubik per Meter Persegi"@ms ; rdfs:label "Metr Krychlový na Čtvereční Metr"@cs ; rdfs:label "Metr Sześcienny na Metr Kwadratowy"@pl ; rdfs:label "Metreküp per Metrekare"@tr ; rdfs:label "Metro Cubo per Metro Quadrato"@it ; rdfs:label "Metro Cúbico por Metro Cuadrado"@es ; rdfs:label "Metro Cúbico por Metro Quadrado"@pt ; rdfs:label "Metru Cub pe Metru Pătrat"@ro ; rdfs:label "Metrum Cubicum per Metrum Quadratum"@la ; rdfs:label "Mètre Cube par Mètre Carré"@fr ; rdfs:label "Κυβικό Μέτρο ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Кубичен Метър на Квадратен Метър"@bg ; rdfs:label "Кубический Метр на Квадратный Метр"@ru ; .
{"resource":"Cubic Metre per Square Metre"
,"qname":"unit:M3-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Square Meter"
,"label":"Cubic Metre per Square Metre"
,"label":"Cubic Metre per Square Metre"
,"label":"Kubikmeter pro Quadratmeter"
,"label":"Kubični Meter na Kvadratni Meter"
,"label":"Meter Kubik per Meter Persegi"
,"label":"Metr Krychlový na Čtvereční Metr"
,"label":"Metr Sześcienny na Metr Kwadratowy"
,"label":"Metreküp per Metrekare"
,"label":"Metro Cubo per Metro Quadrato"
,"label":"Metro Cúbico por Metro Cuadrado"
,"label":"Metro Cúbico por Metro Quadrado"
,"label":"Metru Cub pe Metru Pătrat"
,"label":"Metrum Cubicum per Metrum Quadratum"
,"label":"Mètre Cube par Mètre Carré"
,"label":"Κυβικό Μέτρο ανά Τετραγωνικό Μέτρο"
,"label":"Кубичен Метър на Квадратен Метър"
,"label":"Кубический Метр на Квадратный Метр"
,"symbol":"m³\/m²"
,"type":"qudt:Unit"
,"ucum code":"m3.m-2"
,"unece common code":"H60"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumePerArea",
"plainTextDescription" : "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "m³/m²",
"ucumCode" : "m3.m-2",
"uneceCommonCode" : "H60",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Metru Cub pe Metru Pătrat"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Čtvereční Metr"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Metro Quadrato"
}, {
"@language" : "tr",
"@value" : "Metreküp per Metrekare"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Metro Quadrado"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Metr Kwadratowy"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Metro Cuadrado"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Квадратный Метр"
}, "Cubic Metre per Square Metre", {
"@language" : "en",
"@value" : "Cubic Metre per Square Metre"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Square Meter"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Meter Persegi"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Quadratmeter"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Metrum Quadratum"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Kvadratni Meter"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Квадратен Метър"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Mètre Carré"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-M3
URI: http://qudt.org/vocab/unit/M3-PER-M3
power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA767" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA767"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "m³/m³" ; <http://qudt.org/schema/qudt/ucumCode> "m3.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H60" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106629974> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Cubic Meter"@en-US ; rdfs:label "Cubic Metre per Cubic Metre" ; rdfs:label "Cubic Metre per Cubic Metre"@en ; rdfs:label "Kubikmeter pro Kubikmeter"@de ; rdfs:label "Kubični Meter na Kubični Meter"@sl ; rdfs:label "Meter Kubik per Meter Kubik"@ms ; rdfs:label "Metr Krychlový na Metr Krychlový"@cs ; rdfs:label "Metr Sześcienny na Metr Sześcienny"@pl ; rdfs:label "Metreküp per Metreküp"@tr ; rdfs:label "Metro Cubo per Metro Cubo"@it ; rdfs:label "Metro Cúbico por Metro Cúbico"@es ; rdfs:label "Metro Cúbico por Metro Cúbico"@pt ; rdfs:label "Metru Cub pe Metru Cub"@ro ; rdfs:label "Metrum Cubicum per Metrum Cubicum"@la ; rdfs:label "Mètre Cube par Mètre Cube"@fr ; rdfs:label "Κυβικό Μέτρο ανά Κυβικό Μέτρο"@el ; rdfs:label "Кубичен Метър на Кубичен Метър"@bg ; rdfs:label "Кубический Метр на Кубический Метр"@ru ; .
{"resource":"Cubic Metre per Cubic Metre"
,"qname":"unit:M3-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106629974>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA767"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA767"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Cubic Meter"
,"label":"Cubic Metre per Cubic Metre"
,"label":"Cubic Metre per Cubic Metre"
,"label":"Kubikmeter pro Kubikmeter"
,"label":"Kubični Meter na Kubični Meter"
,"label":"Meter Kubik per Meter Kubik"
,"label":"Metr Krychlový na Metr Krychlový"
,"label":"Metr Sześcienny na Metr Sześcienny"
,"label":"Metreküp per Metreküp"
,"label":"Metro Cubo per Metro Cubo"
,"label":"Metro Cúbico por Metro Cúbico"
,"label":"Metro Cúbico por Metro Cúbico"
,"label":"Metru Cub pe Metru Cub"
,"label":"Metrum Cubicum per Metrum Cubicum"
,"label":"Mètre Cube par Mètre Cube"
,"label":"Κυβικό Μέτρο ανά Κυβικό Μέτρο"
,"label":"Кубичен Метър на Кубичен Метър"
,"label":"Кубический Метр на Кубический Метр"
,"symbol":"m³\/m³"
,"type":"qudt:Unit"
,"ucum code":"m3.m-3"
,"unece common code":"H60"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"iec61360Code" : "0112/2///62720#UAA767",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA767",
"plainTextDescription" : "power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "m³/m³",
"ucumCode" : "m3.m-3",
"uneceCommonCode" : "H60",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106629974",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Meter Kubik per Meter Kubik"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Кубический Метр"
}, {
"@language" : "tr",
"@value" : "Metreküp per Metreküp"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Кубичен Метър"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Κυβικό Μέτρο"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Metro Cubo"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Mètre Cube"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Metru Cub"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Kubikmeter"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Metrum Cubicum"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Metr Sześcienny"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Cubic Meter"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Kubični Meter"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Metro Cúbico"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Metr Krychlový"
}, "Cubic Metre per Cubic Metre", {
"@language" : "en",
"@value" : "Cubic Metre per Cubic Metre"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-MIN
URI: http://qudt.org/vocab/unit/M3-PER-MIN
power of the SI base unit metre with the exponent 3 divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA768" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA768"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the SI base unit metre with the exponent 3 divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "m³/min" ; <http://qudt.org/schema/qudt/ucumCode> "m3.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G53" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q27188268> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Minute"@en-US ; rdfs:label "Cubic Metre per Minute" ; rdfs:label "Cubic Metre per Minute"@en ; .
{"resource":"Cubic Metre per Minute"
,"qname":"unit:M3-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q27188268>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"power of the SI base unit metre with the exponent 3 divided by the unit minute"
,"description (plain text)":"power of the SI base unit metre with the exponent 3 divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA768"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA768"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Minute"
,"label":"Cubic Metre per Minute"
,"label":"Cubic Metre per Minute"
,"symbol":"m³\/min"
,"type":"qudt:Unit"
,"ucum code":"m3.min-1"
,"unece common code":"G53"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA768",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA768",
"plainTextDescription" : "power of the SI base unit metre with the exponent 3 divided by the unit minute",
"symbol" : "m³/min",
"ucumCode" : "m3.min-1",
"uneceCommonCode" : "G53",
"wikidataMatch" : "http://www.wikidata.org/entity/Q27188268",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Meter per Minute"
}, "Cubic Metre per Minute", {
"@language" : "en",
"@value" : "Cubic Metre per Minute"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-MIN-BAR
URI: http://qudt.org/vocab/unit/M3-PER-MIN-BAR
power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-MIN-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA770" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA770"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/(min·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.min-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G88" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Minute Bar"@en-US ; rdfs:label "Cubic Metre per Minute Bar" ; rdfs:label "Cubic Metre per Minute Bar"@en ; .
{"resource":"Cubic Metre per Minute Bar"
,"qname":"unit:M3-PER-MIN-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-MIN-BAR"
,"properties":["conversion multiplier":"0.0000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-7"
,"description":"power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA770"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA770"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Minute Bar"
,"label":"Cubic Metre per Minute Bar"
,"label":"Cubic Metre per Minute Bar"
,"symbol":"m³\/(min·bar)"
,"type":"qudt:Unit"
,"ucum code":"m3.min-1.bar-1"
,"unece common code":"G88"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-MIN-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the unit bar",
"conversionMultiplier" : "0.0000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666668E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA770",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA770",
"symbol" : "m³/(min·bar)",
"ucumCode" : "m3.min-1.bar-1",
"uneceCommonCode" : "G88",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Meter per Minute Bar"
}, "Cubic Metre per Minute Bar", {
"@language" : "en",
"@value" : "Cubic Metre per Minute Bar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-MIN-K
URI: http://qudt.org/vocab/unit/M3-PER-MIN-K
power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-MIN-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA769" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA769"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/(min·K)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.min-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G71" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Minute Kelvin"@en-US ; rdfs:label "Cubic Metre per Minute Kelvin" ; rdfs:label "Cubic Metre per Minute Kelvin"@en ; .
{"resource":"Cubic Metre per Minute Kelvin"
,"qname":"unit:M3-PER-MIN-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-MIN-K"
,"properties":["conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA769"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA769"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Minute Kelvin"
,"label":"Cubic Metre per Minute Kelvin"
,"label":"Cubic Metre per Minute Kelvin"
,"symbol":"m³\/(min·K)"
,"type":"qudt:Unit"
,"ucum code":"m3.min-1.K-1"
,"unece common code":"G71"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-MIN-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the product out of the unit minute and the SI base unit kelvin",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA769",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA769",
"symbol" : "m³/(min·K)",
"ucumCode" : "m3.min-1.K-1",
"uneceCommonCode" : "G71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Cubic Metre per Minute Kelvin"
}, "Cubic Metre per Minute Kelvin", {
"@language" : "en-us",
"@value" : "Cubic Meter per Minute Kelvin"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-MOL
URI: http://qudt.org/vocab/unit/M3-PER-MOL
The molar volume, symbol $Vm$, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (M) divided by the mass density. It has the SI unit cubic metres per mole $m3/mol$, although it is more practical to use the units cubic decimetres per mole $dm3/mol$ for gases and cubic centimetres per mole $cm3/mol$ for liquids and solids
.@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M3-PER-MOL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "<p>The molar volume, symbol $Vm$, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (M) divided by the mass density. It has the SI unit cubic metres per mole $m3/mol$, although it is more practical to use the units cubic decimetres per mole $dm3/mol$ for gases and cubic centimetres per mole $cm3/mol$ for liquids and solids</p>."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$m^{3} mol^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarRefractivity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarVolume> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MOL-PER-M3> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA771" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA771"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m³/mol" ;
<http://qudt.org/schema/qudt/ucumCode> "m3.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "A40" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21615967> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Meter per Mole"@en-US ;
rdfs:label "Cubic Metre per Mole" ;
rdfs:label "Cubic Metre per Mole"@en ;
rdfs:label "Kubikmeter pro Mol"@de ;
rdfs:label "Kubični Meter na Mol"@sl ;
rdfs:label "Meter Kubik per Mole"@ms ;
rdfs:label "Metr Krychlový na Mol"@cs ;
rdfs:label "Metr Sześcienny na Mol"@pl ;
rdfs:label "Metreküp per Mol"@tr ;
rdfs:label "Metro Cubo per Mole"@it ;
rdfs:label "Metro Cúbico por Mol"@es ;
rdfs:label "Metro Cúbico por Mol"@pt ;
rdfs:label "Metru Cub pe Mol"@ro ;
rdfs:label "Metrum Cubicum per Moles"@la ;
rdfs:label "Mètre Cube par Mole"@fr ;
rdfs:label "Κυβικό Μέτρο ανά Μολ"@el ;
rdfs:label "Кубичен Метър на Мол"@bg ;
rdfs:label "Кубический Метр на Моль"@ru ;
rdfs:label "متر مكعب لكل مول"@ar ;
rdfs:label "متر مکعب بر مول"@fa ;
rdfs:label "घन मीटर प्रति मोल (इकाई)"@hi ;
rdfs:label "立方メートル 毎立方メートル"@ja ;
rdfs:label "立方米每摩尔"@zh ;
.
{"resource":"Cubic Metre per Mole"
,"qname":"unit:M3-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21615967>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"<p>The molar volume, symbol $Vm$, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (M) divided by the mass density. It has the SI unit cubic metres per mole $m3\/mol$, although it is more practical to use the units cubic decimetres per mole $dm3\/mol$ for gases and cubic centimetres per mole $cm3\/mol$ for liquids and solids<\/p>."
,"expression":"$m^{3} mol^{-1}$"
,"has dimension vector":"qkdv:A-1E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:MolarRefractivity"
,"has quantity kind":"quantitykind:MolarVolume"
,"has reciprocal unit":"unit:MOL-PER-M3"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA771"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA771"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Mole"
,"label":"Cubic Metre per Mole"
,"label":"Cubic Metre per Mole"
,"label":"Kubikmeter pro Mol"
,"label":"Kubični Meter na Mol"
,"label":"Meter Kubik per Mole"
,"label":"Metr Krychlový na Mol"
,"label":"Metr Sześcienny na Mol"
,"label":"Metreküp per Mol"
,"label":"Metro Cubo per Mole"
,"label":"Metro Cúbico por Mol"
,"label":"Metro Cúbico por Mol"
,"label":"Metru Cub pe Mol"
,"label":"Metrum Cubicum per Moles"
,"label":"Mètre Cube par Mole"
,"label":"Κυβικό Μέτρο ανά Μολ"
,"label":"Кубичен Метър на Мол"
,"label":"Кубический Метр на Моль"
,"label":"متر مكعب لكل مول"
,"label":"متر مکعب بر مول"
,"label":"घन मीटर प्रति मोल (इकाई)"
,"label":"立方メートル 毎立方メートル"
,"label":"立方米每摩尔"
,"symbol":"m³\/mol"
,"type":"qudt:Unit"
,"ucum code":"m3.mol-1"
,"unece common code":"A40"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "<p>The molar volume, symbol $Vm$, is the volume occupied by one mole of a substance (chemical element or chemical compound) at a given temperature and pressure. It is equal to the molar mass (M) divided by the mass density. It has the SI unit cubic metres per mole $m3/mol$, although it is more practical to use the units cubic decimetres per mole $dm3/mol$ for gases and cubic centimetres per mole $cm3/mol$ for liquids and solids</p>.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m^{3} mol^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MolarRefractivity", "http://qudt.org/vocab/quantitykind/MolarVolume" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MOL-PER-M3",
"iec61360Code" : "0112/2///62720#UAA771",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA771",
"symbol" : "m³/mol",
"ucumCode" : "m3.mol-1",
"uneceCommonCode" : "A40",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21615967",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kubikmeter pro Mol"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Mole"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Μολ"
}, "Cubic Metre per Mole", {
"@language" : "en",
"@value" : "Cubic Metre per Mole"
}, {
"@language" : "hi",
"@value" : "घन मीटर प्रति मोल (इकाई)"
}, {
"@language" : "tr",
"@value" : "Metreküp per Mol"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Mol"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Mole"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Mole"
}, {
"@language" : "ar",
"@value" : "متر مكعب لكل مول"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Mole"
}, {
"@language" : "zh",
"@value" : "立方米每摩尔"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Mol"
}, {
"@language" : "ja",
"@value" : "立方メートル 毎立方メートル"
}, {
"@language" : "fa",
"@value" : "متر مکعب بر مول"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Mol"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Mol"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Моль"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Moles"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Mol"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Мол"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Mol"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-MOL-SEC
URI: http://qudt.org/vocab/unit/M3-PER-MOL-SEC
A unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-MOL-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AtmosphericHydroxylationRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondOrderReactionRateConstant> ; <http://qudt.org/schema/qudt/symbol> "m³/(mol·s)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.mol-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Mole Second"@en-US ; rdfs:label "Cubic Metre per Mole Second" ; rdfs:label "Cubic Metre per Mole Second"@en ; rdfs:label "Kubikmeter pro Mol Sekunde"@de ; rdfs:label "Kubični Meter na Mol Sekunda"@sl ; rdfs:label "Meter Kubik per Mole Saat"@ms ; rdfs:label "Metr Krychlový na Mol Sekunda"@cs ; rdfs:label "Metr Sześcienny na Mol Sekunda"@pl ; rdfs:label "Metreküp per Mol Saniye"@tr ; rdfs:label "Metro Cubo per Mole Secondo"@it ; rdfs:label "Metro Cúbico por Mol Segundo"@es ; rdfs:label "Metro Cúbico por Mol Segundo"@pt ; rdfs:label "Metru Cub pe Mol Secundă"@ro ; rdfs:label "Metrum Cubicum per Moles Secundum"@la ; rdfs:label "Mètre Cube par Mole Seconde"@fr ; rdfs:label "Κυβικό Μέτρο ανά Μολ Δευτερόλεπτο"@el ; rdfs:label "Кубичен Метър на Мол Секунда"@bg ; rdfs:label "Кубический Метр на Моль Секунда"@ru ; .
{"resource":"Cubic Metre per Mole Second"
,"qname":"unit:M3-PER-MOL-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-MOL-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"A unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second."
,"has dimension vector":"qkdv:A-1E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AtmosphericHydroxylationRate"
,"has quantity kind":"quantitykind:SecondOrderReactionRateConstant"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Mole Second"
,"label":"Cubic Metre per Mole Second"
,"label":"Cubic Metre per Mole Second"
,"label":"Kubikmeter pro Mol Sekunde"
,"label":"Kubični Meter na Mol Sekunda"
,"label":"Meter Kubik per Mole Saat"
,"label":"Metr Krychlový na Mol Sekunda"
,"label":"Metr Sześcienny na Mol Sekunda"
,"label":"Metreküp per Mol Saniye"
,"label":"Metro Cubo per Mole Secondo"
,"label":"Metro Cúbico por Mol Segundo"
,"label":"Metro Cúbico por Mol Segundo"
,"label":"Metru Cub pe Mol Secundă"
,"label":"Metrum Cubicum per Moles Secundum"
,"label":"Mètre Cube par Mole Seconde"
,"label":"Κυβικό Μέτρο ανά Μολ Δευτερόλεπτο"
,"label":"Кубичен Метър на Мол Секунда"
,"label":"Кубический Метр на Моль Секунда"
,"symbol":"m³\/(mol·s)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m3.mol-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-MOL-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A unit that is the SI base unit metre with the exponent 3 divided by the SI base unit mol multiplied by the SI base unit second.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SecondOrderReactionRateConstant", "http://qudt.org/vocab/quantitykind/AtmosphericHydroxylationRate" ],
"symbol" : "m³/(mol·s)",
"ucumCode" : "m3.mol-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Kubikmeter pro Mol Sekunde"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Mol Segundo"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Mol Segundo"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Μολ Δευτερόλεπτο"
}, {
"@language" : "tr",
"@value" : "Metreküp per Mol Saniye"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Moles Secundum"
}, "Cubic Metre per Mole Second", {
"@language" : "pl",
"@value" : "Metr Sześcienny na Mol Sekunda"
}, {
"@language" : "en",
"@value" : "Cubic Metre per Mole Second"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Моль Секунда"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Mole Saat"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Mol Secundă"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Mole Secondo"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Mol Sekunda"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Mole Second"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Mol Sekunda"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Mole Seconde"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Мол Секунда"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-PA
URI: http://qudt.org/vocab/unit/M3-PER-PA
power of the SI base unit meter by exponent 3 divided by the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit meter by exponent 3 divided by the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB323" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB323"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/Pa" ; <http://qudt.org/schema/qudt/ucumCode> "m3.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M71" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Pascal"@en-US ; rdfs:label "Cubic Metre per Pascal" ; rdfs:label "Cubic Metre per Pascal"@en ; rdfs:label "Kubikmeter pro Pascal"@de ; rdfs:label "Kubični Meter na Pascal"@sl ; rdfs:label "Meter Kubik per Pascal"@ms ; rdfs:label "Metr Krychlový na Pascal"@cs ; rdfs:label "Metr Sześcienny na Paskal"@pl ; rdfs:label "Metreküp per Pascal"@tr ; rdfs:label "Metro Cubo per Pascal"@it ; rdfs:label "Metro Cúbico por Pascal"@es ; rdfs:label "Metro Cúbico por Pascal"@pt ; rdfs:label "Metru Cub pe Pascal"@ro ; rdfs:label "Metrum Cubicum per Pascalium"@la ; rdfs:label "Mètre Cube par Pascal"@fr ; rdfs:label "Κυβικό Μέτρο ανά Πασκάλ"@el ; rdfs:label "Кубичен Метър на Паскал"@bg ; rdfs:label "Кубический Метр на Паскаль"@ru ; .
{"resource":"Cubic Metre per Pascal"
,"qname":"unit:M3-PER-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"power of the SI base unit meter by exponent 3 divided by the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB323"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB323"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Pascal"
,"label":"Cubic Metre per Pascal"
,"label":"Cubic Metre per Pascal"
,"label":"Kubikmeter pro Pascal"
,"label":"Kubični Meter na Pascal"
,"label":"Meter Kubik per Pascal"
,"label":"Metr Krychlový na Pascal"
,"label":"Metr Sześcienny na Paskal"
,"label":"Metreküp per Pascal"
,"label":"Metro Cubo per Pascal"
,"label":"Metro Cúbico por Pascal"
,"label":"Metro Cúbico por Pascal"
,"label":"Metru Cub pe Pascal"
,"label":"Metrum Cubicum per Pascalium"
,"label":"Mètre Cube par Pascal"
,"label":"Κυβικό Μέτρο ανά Πασκάλ"
,"label":"Кубичен Метър на Паскал"
,"label":"Кубический Метр на Паскаль"
,"symbol":"m³\/Pa"
,"type":"qudt:Unit"
,"ucum code":"m3.Pa-1"
,"unece common code":"M71"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit meter by exponent 3 divided by the SI derived unit pascal",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB323",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB323",
"symbol" : "m³/Pa",
"ucumCode" : "m3.Pa-1",
"uneceCommonCode" : "M71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Meter Kubik per Pascal"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Pascal"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Pascal"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Paskal"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Pascal"
}, "Cubic Metre per Pascal", {
"@language" : "en",
"@value" : "Cubic Metre per Pascal"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Паскал"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Πασκάλ"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Pascalium"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Pascal"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Pascal"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Pascal"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Pascal"
}, {
"@language" : "tr",
"@value" : "Metreküp per Pascal"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Паскаль"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Pascal"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Pascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-SEC
URI: http://qudt.org/vocab/unit/M3-PER-SEC
A cubic metre per second ($m^{3}s^{-1}, m^{3}/s$), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M3-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A cubic metre per second ($m^{3}s^{-1}, m^{3}/s$), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$m^{3}/s$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RecombinationCoefficient> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundVolumeVelocity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA772" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA772"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m³/s" ;
<http://qudt.org/schema/qudt/ucumCode> "m3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MQS" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q794261> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Meter per Second"@en-US ;
rdfs:label "Cubic Metre per Second" ;
rdfs:label "Cubic Metre per Second"@en ;
rdfs:label "Kubikmeter pro Sekunde"@de ;
rdfs:label "Kubični Meter na Sekunda"@sl ;
rdfs:label "Meter Kubik per Saat"@ms ;
rdfs:label "Metr Krychlový na Sekunda"@cs ;
rdfs:label "Metr Sześcienny na Sekunda"@pl ;
rdfs:label "Metreküp per Saniye"@tr ;
rdfs:label "Metro Cubo per Secondo"@it ;
rdfs:label "Metro Cúbico por Segundo"@es ;
rdfs:label "Metro Cúbico por Segundo"@pt ;
rdfs:label "Metru Cub pe Secundă"@ro ;
rdfs:label "Metrum Cubicum per Secundum"@la ;
rdfs:label "Mètre Cube par Seconde"@fr ;
rdfs:label "Κυβικό Μέτρο ανά Δευτερόλεπτο"@el ;
rdfs:label "Кубичен Метър на Секунда"@bg ;
rdfs:label "Кубический Метр на Секунда"@ru ;
.
{"resource":"Cubic Metre per Second"
,"qname":"unit:M3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q794261>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"A cubic metre per second ($m^{3}s^{-1}, m^{3}\/s$), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow."
,"expression":"$m^{3}\/s$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:RecombinationCoefficient"
,"has quantity kind":"quantitykind:SoundVolumeVelocity"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA772"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA772"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Second"
,"label":"Cubic Metre per Second"
,"label":"Cubic Metre per Second"
,"label":"Kubikmeter pro Sekunde"
,"label":"Kubični Meter na Sekunda"
,"label":"Meter Kubik per Saat"
,"label":"Metr Krychlový na Sekunda"
,"label":"Metr Sześcienny na Sekunda"
,"label":"Metreküp per Saniye"
,"label":"Metro Cubo per Secondo"
,"label":"Metro Cúbico por Segundo"
,"label":"Metro Cúbico por Segundo"
,"label":"Metru Cub pe Secundă"
,"label":"Metrum Cubicum per Secundum"
,"label":"Mètre Cube par Seconde"
,"label":"Κυβικό Μέτρο ανά Δευτερόλεπτο"
,"label":"Кубичен Метър на Секунда"
,"label":"Кубический Метр на Секунда"
,"symbol":"m³\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m3.s-1"
,"unece common code":"MQS"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A cubic metre per second ($m^{3}s^{-1}, m^{3}/s$), cumecs or cubic meter per second in American English) is a derived SI unit of flow rate equal to that of a stere or cube with sides of one metre ( u0303 39.37 in) in length exchanged or moving each second. It is popularly used for water flow, especially in rivers and streams, and fractions for HVAC values measuring air flow.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$m^{3}/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/RecombinationCoefficient", "http://qudt.org/vocab/quantitykind/SoundVolumeVelocity", "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA772",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA772",
"symbol" : "m³/s",
"ucumCode" : "m3.s-1",
"uneceCommonCode" : "MQS",
"wikidataMatch" : "http://www.wikidata.org/entity/Q794261",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Metro Cubo per Secondo"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Sekunde"
}, "Cubic Metre per Second", {
"@language" : "en",
"@value" : "Cubic Metre per Second"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Δευτερόλεπτο"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Segundo"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Segundo"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Sekunda"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Секунда"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Saat"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Secundum"
}, {
"@language" : "tr",
"@value" : "Metreküp per Saniye"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Second"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Sekunda"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Секунда"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Seconde"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Sekunda"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Secundă"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/M3-PER-SEC-BAR
power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA774" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA774"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G89" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Second Bar"@en-US ; rdfs:label "Cubic Metre per Second Bar" ; rdfs:label "Cubic Metre per Second Bar"@en ; .
{"resource":"Cubic Metre per Second Bar"
,"qname":"unit:M3-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA774"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA774"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Second Bar"
,"label":"Cubic Metre per Second Bar"
,"label":"Cubic Metre per Second Bar"
,"symbol":"m³\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"m3.s-1.bar-1"
,"unece common code":"G89"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the product out of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA774",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA774",
"symbol" : "m³/(s·bar)",
"ucumCode" : "m3.s-1.bar-1",
"uneceCommonCode" : "G89",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Meter per Second Bar"
}, "Cubic Metre per Second Bar", {
"@language" : "en",
"@value" : "Cubic Metre per Second Bar"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-SEC-K
URI: http://qudt.org/vocab/unit/M3-PER-SEC-K
power of the SI base unit metre with the expontent 3 divided by the product out of the SI base unit second and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the expontent 3 divided by the product out of the SI base unit second and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA773" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA773"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G72" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Second Kelvin"@en-US ; rdfs:label "Cubic Metre per Second Kelvin" ; rdfs:label "Cubic Metre per Second Kelvin"@en ; rdfs:label "Kubikmeter pro Sekunde Kelvin"@de ; rdfs:label "Kubični Meter na Sekunda Kelvin"@sl ; rdfs:label "Meter Kubik per Saat Kelvin"@ms ; rdfs:label "Metr Krychlový na Sekunda Kelvin"@cs ; rdfs:label "Metr Sześcienny na Sekunda Kelwin"@pl ; rdfs:label "Metreküp per Saniye Kelvin"@tr ; rdfs:label "Metro Cubo per Secondo Kelvin"@it ; rdfs:label "Metro Cúbico por Segundo Kelvin"@es ; rdfs:label "Metro Cúbico por Segundo Kelvin"@pt ; rdfs:label "Metru Cub pe Secundă Kelvin"@ro ; rdfs:label "Metrum Cubicum per Secundum Kelvin"@la ; rdfs:label "Mètre Cube par Seconde Kelvin"@fr ; rdfs:label "Κυβικό Μέτρο ανά Δευτερόλεπτο Κέλβιν"@el ; rdfs:label "Кубичен Метър на Секунда Келвин"@bg ; rdfs:label "Кубический Метр на Секунда Кельвин"@ru ; .
{"resource":"Cubic Metre per Second Kelvin"
,"qname":"unit:M3-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-SEC-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"power of the SI base unit metre with the expontent 3 divided by the product out of the SI base unit second and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA773"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA773"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Second Kelvin"
,"label":"Cubic Metre per Second Kelvin"
,"label":"Cubic Metre per Second Kelvin"
,"label":"Kubikmeter pro Sekunde Kelvin"
,"label":"Kubični Meter na Sekunda Kelvin"
,"label":"Meter Kubik per Saat Kelvin"
,"label":"Metr Krychlový na Sekunda Kelvin"
,"label":"Metr Sześcienny na Sekunda Kelwin"
,"label":"Metreküp per Saniye Kelvin"
,"label":"Metro Cubo per Secondo Kelvin"
,"label":"Metro Cúbico por Segundo Kelvin"
,"label":"Metro Cúbico por Segundo Kelvin"
,"label":"Metru Cub pe Secundă Kelvin"
,"label":"Metrum Cubicum per Secundum Kelvin"
,"label":"Mètre Cube par Seconde Kelvin"
,"label":"Κυβικό Μέτρο ανά Δευτερόλεπτο Κέλβιν"
,"label":"Кубичен Метър на Секунда Келвин"
,"label":"Кубический Метр на Секунда Кельвин"
,"symbol":"m³\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"m3.s-1.K-1"
,"unece common code":"G72"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the expontent 3 divided by the product out of the SI base unit second and the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA773",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA773",
"symbol" : "m³/(s·K)",
"ucumCode" : "m3.s-1.K-1",
"uneceCommonCode" : "G72",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Metru Cub pe Secundă Kelvin"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Sekunda Kelvin"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Seconde Kelvin"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Saat Kelvin"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Sekunda Kelvin"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Secondo Kelvin"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Secundum Kelvin"
}, {
"@language" : "tr",
"@value" : "Metreküp per Saniye Kelvin"
}, "Cubic Metre per Second Kelvin", {
"@language" : "en",
"@value" : "Cubic Metre per Second Kelvin"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Секунда Келвин"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Segundo Kelvin"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Sekunda Kelwin"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Sekunde Kelvin"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Segundo Kelvin"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Δευτερόλεπτο Κέλβιν"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Секунда Кельвин"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Second Kelvin"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-SEC-M2
URI: http://qudt.org/vocab/unit/M3-PER-SEC-M2
unit of volume flow cubic meters by the SI base unit second related to the transmission surface in square metres
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-SEC-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of volume flow cubic meters by the SI base unit second related to the transmission surface in square metres" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceRelatedVolumeFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB325" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB325"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/(s·m²)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.s-1.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P87" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Second Square Meter"@en-US ; rdfs:label "Cubic Metre per Second Square Metre" ; rdfs:label "Cubic Metre per Second Square Metre"@en ; rdfs:label "Kubikmeter pro Sekunde Quadratmeter"@de ; rdfs:label "Kubični Meter na Sekunda Kvadratni Meter"@sl ; rdfs:label "Meter Kubik per Saat Meter Persegi"@ms ; rdfs:label "Metr Krychlový na Sekunda Čtvereční Metr"@cs ; rdfs:label "Metr Sześcienny na Sekunda Metr Kwadratowy"@pl ; rdfs:label "Metreküp per Saniye Metrekare"@tr ; rdfs:label "Metro Cubo per Secondo Metro Quadrato"@it ; rdfs:label "Metro Cúbico por Segundo Metro Cuadrado"@es ; rdfs:label "Metro Cúbico por Segundo Metro Quadrado"@pt ; rdfs:label "Metru Cub pe Secundă Metru Pătrat"@ro ; rdfs:label "Metrum Cubicum per Secundum Metrum Quadratum"@la ; rdfs:label "Mètre Cube par Seconde Mètre Carré"@fr ; rdfs:label "Κυβικό Μέτρο ανά Δευτερόλεπτο Τετραγωνικό Μέτρο"@el ; rdfs:label "Кубичен Метър на Секунда Квадратен Метър"@bg ; rdfs:label "Кубический Метр на Секунда Квадратный Метр"@ru ; .
{"resource":"Cubic Metre per Second Square Metre"
,"qname":"unit:M3-PER-SEC-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-SEC-M2"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of volume flow cubic meters by the SI base unit second related to the transmission surface in square metres"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:SurfaceRelatedVolumeFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB325"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB325"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Second Square Meter"
,"label":"Cubic Metre per Second Square Metre"
,"label":"Cubic Metre per Second Square Metre"
,"label":"Kubikmeter pro Sekunde Quadratmeter"
,"label":"Kubični Meter na Sekunda Kvadratni Meter"
,"label":"Meter Kubik per Saat Meter Persegi"
,"label":"Metr Krychlový na Sekunda Čtvereční Metr"
,"label":"Metr Sześcienny na Sekunda Metr Kwadratowy"
,"label":"Metreküp per Saniye Metrekare"
,"label":"Metro Cubo per Secondo Metro Quadrato"
,"label":"Metro Cúbico por Segundo Metro Cuadrado"
,"label":"Metro Cúbico por Segundo Metro Quadrado"
,"label":"Metru Cub pe Secundă Metru Pătrat"
,"label":"Metrum Cubicum per Secundum Metrum Quadratum"
,"label":"Mètre Cube par Seconde Mètre Carré"
,"label":"Κυβικό Μέτρο ανά Δευτερόλεπτο Τετραγωνικό Μέτρο"
,"label":"Кубичен Метър на Секунда Квадратен Метър"
,"label":"Кубический Метр на Секунда Квадратный Метр"
,"symbol":"m³\/(s·m²)"
,"type":"qudt:Unit"
,"ucum code":"m3.s-1.m-2"
,"unece common code":"P87"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-SEC-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of volume flow cubic meters by the SI base unit second related to the transmission surface in square metres",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SurfaceRelatedVolumeFlowRate",
"iec61360Code" : "0112/2///62720#UAB325",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB325",
"symbol" : "m³/(s·m²)",
"ucumCode" : "m3.s-1.m-2",
"uneceCommonCode" : "P87",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Meter per Second Square Meter"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Sekunda Kvadratni Meter"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Secundum Metrum Quadratum"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Sekunde Quadratmeter"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Saat Meter Persegi"
}, {
"@language" : "en",
"@value" : "Cubic Metre per Second Square Metre"
}, "Cubic Metre per Second Square Metre", {
"@language" : "bg",
"@value" : "Кубичен Метър на Секунда Квадратен Метър"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Секунда Квадратный Метр"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Seconde Mètre Carré"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Secondo Metro Quadrato"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Sekunda Čtvereční Metr"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Sekunda Metr Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Secundă Metru Pătrat"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Segundo Metro Cuadrado"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Segundo Metro Quadrado"
}, {
"@language" : "tr",
"@value" : "Metreküp per Saniye Metrekare"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Δευτερόλεπτο Τετραγωνικό Μέτρο"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-SEC-PA
URI: http://qudt.org/vocab/unit/M3-PER-SEC-PA
power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-SEC-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PA-SEC-PER-M3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB322" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB322"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "m³/(s·Pa)" ; <http://qudt.org/schema/qudt/ucumCode> "m3.s-1.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N45" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Second Pascal"@en-US ; rdfs:label "Cubic Metre per Second Pascal" ; rdfs:label "Cubic Metre per Second Pascal"@en ; rdfs:label "Kubikmeter pro Sekunde Pascal"@de ; rdfs:label "Kubični Meter na Sekunda Pascal"@sl ; rdfs:label "Meter Kubik per Saat Pascal"@ms ; rdfs:label "Metr Krychlový na Sekunda Pascal"@cs ; rdfs:label "Metr Sześcienny na Sekunda Paskal"@pl ; rdfs:label "Metreküp per Saniye Pascal"@tr ; rdfs:label "Metro Cubo per Secondo Pascal"@it ; rdfs:label "Metro Cúbico por Segundo Pascal"@es ; rdfs:label "Metro Cúbico por Segundo Pascal"@pt ; rdfs:label "Metru Cub pe Secundă Pascal"@ro ; rdfs:label "Metrum Cubicum per Secundum Pascalium"@la ; rdfs:label "Mètre Cube par Seconde Pascal"@fr ; rdfs:label "Κυβικό Μέτρο ανά Δευτερόλεπτο Πασκάλ"@el ; rdfs:label "Кубичен Метър на Секунда Паскал"@bg ; rdfs:label "Кубический Метр на Секунда Паскаль"@ru ; .
{"resource":"Cubic Metre per Second Pascal"
,"qname":"unit:M3-PER-SEC-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-SEC-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:PA-SEC-PER-M3"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB322"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB322"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Second Pascal"
,"label":"Cubic Metre per Second Pascal"
,"label":"Cubic Metre per Second Pascal"
,"label":"Kubikmeter pro Sekunde Pascal"
,"label":"Kubični Meter na Sekunda Pascal"
,"label":"Meter Kubik per Saat Pascal"
,"label":"Metr Krychlový na Sekunda Pascal"
,"label":"Metr Sześcienny na Sekunda Paskal"
,"label":"Metreküp per Saniye Pascal"
,"label":"Metro Cubo per Secondo Pascal"
,"label":"Metro Cúbico por Segundo Pascal"
,"label":"Metro Cúbico por Segundo Pascal"
,"label":"Metru Cub pe Secundă Pascal"
,"label":"Metrum Cubicum per Secundum Pascalium"
,"label":"Mètre Cube par Seconde Pascal"
,"label":"Κυβικό Μέτρο ανά Δευτερόλεπτο Πασκάλ"
,"label":"Кубичен Метър на Секунда Паскал"
,"label":"Кубический Метр на Секунда Паскаль"
,"symbol":"m³\/(s·Pa)"
,"type":"qudt:Unit"
,"ucum code":"m3.s-1.Pa-1"
,"unece common code":"N45"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-SEC-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit meter by exponent 3 divided by the product of the SI base unit second and the SI derived unit pascal",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PA-SEC-PER-M3",
"iec61360Code" : "0112/2///62720#UAB322",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB322",
"symbol" : "m³/(s·Pa)",
"ucumCode" : "m3.s-1.Pa-1",
"uneceCommonCode" : "N45",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Meter per Second Pascal"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Δευτερόλεπτο Πασκάλ"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Sekunda Pascal"
}, {
"@language" : "ms",
"@value" : "Meter Kubik per Saat Pascal"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Sekunde Pascal"
}, {
"@language" : "tr",
"@value" : "Metreküp per Saniye Pascal"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Secondo Pascal"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Sekunda Paskal"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Secundum Pascalium"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Sekunda Pascal"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Секунда Паскаль"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Секунда Паскал"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Segundo Pascal"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Segundo Pascal"
}, "Cubic Metre per Second Pascal", {
"@language" : "en",
"@value" : "Cubic Metre per Second Pascal"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Secundă Pascal"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Seconde Pascal"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-SEC2
URI: http://qudt.org/vocab/unit/M3-PER-SEC2
$\textit{Cubic Meter per Square Second}$ is a C.G.S System unit for $\textit{Standard Gravitational Parameter}$ expressed as $m^3/s^2$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M3-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Cubic Meter per Square Second}$ is a C.G.S System unit for $\\textit{Standard Gravitational Parameter}$ expressed as $m^3/s^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$m^3/s^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StandardGravitationalParameter> ;
<http://qudt.org/schema/qudt/symbol> "m³/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "m3.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Meter per Square Second"@en-US ;
rdfs:label "Cubic Metre per Square Second" ;
rdfs:label "Cubic Metre per Square Second"@en ;
rdfs:label "Kubikmeter pro Quadratsekunde"@de ;
rdfs:label "Kubični Meter na Kvadratni Sekunda"@sl ;
rdfs:label "Meter Kubik per Saat Persegi"@ms ;
rdfs:label "Metr Krychlový na Čtvereční Sekunda"@cs ;
rdfs:label "Metr Sześcienny na Sekunda Kwadratowy"@pl ;
rdfs:label "Metreküp per Saniyekare"@tr ;
rdfs:label "Metro Cubo per Secondo Quadrato"@it ;
rdfs:label "Metro Cúbico por Segundo Cuadrado"@es ;
rdfs:label "Metro Cúbico por Segundo Quadrado"@pt ;
rdfs:label "Metru Cub pe Secundă Pătrat"@ro ;
rdfs:label "Metrum Cubicum per Secundum Quadratum"@la ;
rdfs:label "Mètre Cube par Seconde Carré"@fr ;
rdfs:label "Κυβικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"@el ;
rdfs:label "Кубичен Метър на Квадратен Секунда"@bg ;
rdfs:label "Кубический Метр на Квадратный Секунда"@ru ;
.
{"resource":"Cubic Metre per Square Second"
,"qname":"unit:M3-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-SEC2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Cubic Meter per Square Second}$ is a C.G.S System unit for $\\textit{Standard Gravitational Parameter}$ expressed as $m^3\/s^2$"
,"expression":"$m^3\/s^2$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-2D0"
,"has quantity kind":"quantitykind:StandardGravitationalParameter"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Square Second"
,"label":"Cubic Metre per Square Second"
,"label":"Cubic Metre per Square Second"
,"label":"Kubikmeter pro Quadratsekunde"
,"label":"Kubični Meter na Kvadratni Sekunda"
,"label":"Meter Kubik per Saat Persegi"
,"label":"Metr Krychlový na Čtvereční Sekunda"
,"label":"Metr Sześcienny na Sekunda Kwadratowy"
,"label":"Metreküp per Saniyekare"
,"label":"Metro Cubo per Secondo Quadrato"
,"label":"Metro Cúbico por Segundo Cuadrado"
,"label":"Metro Cúbico por Segundo Quadrado"
,"label":"Metru Cub pe Secundă Pătrat"
,"label":"Metrum Cubicum per Secundum Quadratum"
,"label":"Mètre Cube par Seconde Carré"
,"label":"Κυβικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"
,"label":"Кубичен Метър на Квадратен Секунда"
,"label":"Кубический Метр на Квадратный Секунда"
,"symbol":"m³\/s²"
,"type":"qudt:Unit"
,"ucum code":"m3.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Cubic Meter per Square Second}$ is a C.G.S System unit for $\\textit{Standard Gravitational Parameter}$ expressed as $m^3/s^2$",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$m^3/s^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/StandardGravitationalParameter",
"symbol" : "m³/s²",
"ucumCode" : "m3.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Meter Kubik per Saat Persegi"
}, {
"@language" : "la",
"@value" : "Metrum Cubicum per Secundum Quadratum"
}, {
"@language" : "el",
"@value" : "Κυβικό Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "en-us",
"@value" : "Cubic Meter per Square Second"
}, {
"@language" : "tr",
"@value" : "Metreküp per Saniyekare"
}, "Cubic Metre per Square Second", {
"@language" : "en",
"@value" : "Cubic Metre per Square Second"
}, {
"@language" : "fr",
"@value" : "Mètre Cube par Seconde Carré"
}, {
"@language" : "cs",
"@value" : "Metr Krychlový na Čtvereční Sekunda"
}, {
"@language" : "sl",
"@value" : "Kubični Meter na Kvadratni Sekunda"
}, {
"@language" : "bg",
"@value" : "Кубичен Метър на Квадратен Секунда"
}, {
"@language" : "ro",
"@value" : "Metru Cub pe Secundă Pătrat"
}, {
"@language" : "de",
"@value" : "Kubikmeter pro Quadratsekunde"
}, {
"@language" : "es",
"@value" : "Metro Cúbico por Segundo Cuadrado"
}, {
"@language" : "pt",
"@value" : "Metro Cúbico por Segundo Quadrado"
}, {
"@language" : "pl",
"@value" : "Metr Sześcienny na Sekunda Kwadratowy"
}, {
"@language" : "it",
"@value" : "Metro Cubo per Secondo Quadrato"
}, {
"@language" : "ru",
"@value" : "Кубический Метр на Квадратный Секунда"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M3-PER-YR
URI: http://qudt.org/vocab/unit/M3-PER-YR
power of the SI base unit metre with the exponent 3 divided by the unit year
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M3-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the SI base unit metre with the exponent 3 divided by the unit year"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/plainTextDescription> "cubic meter divided by the unit year with 365 days" ; <http://qudt.org/schema/qudt/symbol> "m³/a" ; <http://qudt.org/schema/qudt/ucumCode> "m3.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Meter per Year"@en-US ; rdfs:label "Cubic Metre per Year" ; rdfs:label "Cubic Metre per Year"@en ; rdfs:label "Kubieke Meter per Jaar"@nl ; .
{"resource":"Cubic Metre per Year"
,"qname":"unit:M3-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M3-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-8"
,"description":"power of the SI base unit metre with the exponent 3 divided by the unit year"
,"description (plain text)":"cubic meter divided by the unit year with 365 days"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Meter per Year"
,"label":"Cubic Metre per Year"
,"label":"Cubic Metre per Year"
,"label":"Kubieke Meter per Jaar"
,"symbol":"m³\/a"
,"type":"qudt:Unit"
,"ucum code":"m3.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M3-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the SI base unit metre with the exponent 3 divided by the unit year",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"plainTextDescription" : "cubic meter divided by the unit year with 365 days",
"symbol" : "m³/a",
"ucumCode" : "m3.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Cubic Meter per Year"
}, "Cubic Metre per Year", {
"@language" : "en",
"@value" : "Cubic Metre per Year"
}, {
"@language" : "nl",
"@value" : "Kubieke Meter per Jaar"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M4
URI: http://qudt.org/vocab/unit/M4
A unit associated with area moments of inertia.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M4>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A unit associated with area moments of inertia."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Quartic_metre"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/expression> "$m^{4}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondMomentOfArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA737" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA737"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "m⁴" ;
<http://qudt.org/schema/qudt/ucumCode> "m4"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B83" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q67147153> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Meter hoch vier"@de ;
rdfs:label "Quartic Meter"@en-US ;
rdfs:label "Quartic Metre" ;
rdfs:label "Quartic Metre"@en ;
.
{"resource":"Quartic Metre"
,"qname":"unit:M4"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M4"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q67147153>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Quartic_metre"
,"description":"A unit associated with area moments of inertia."
,"expression":"$m^{4}$"
,"has dimension vector":"qkdv:A0E0L4I0M0H0T0D0"
,"has quantity kind":"quantitykind:SecondAxialMomentOfArea"
,"has quantity kind":"quantitykind:SecondMomentOfArea"
,"has quantity kind":"quantitykind:SecondPolarMomentOfArea"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA737"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA737"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter hoch vier"
,"label":"Quartic Meter"
,"label":"Quartic Metre"
,"label":"Quartic Metre"
,"symbol":"m\u2074"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m4"
,"unece common code":"B83"
]}
{
"@id" : "http://qudt.org/vocab/unit/M4",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A unit associated with area moments of inertia.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Quartic_metre",
"expression" : "$m^{4}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondMomentOfArea" ],
"iec61360Code" : "0112/2///62720#UAA737",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA737",
"symbol" : "m⁴",
"ucumCode" : "m4",
"uneceCommonCode" : "B83",
"wikidataMatch" : "http://www.wikidata.org/entity/Q67147153",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Meter hoch vier"
}, {
"@language" : "en-us",
"@value" : "Quartic Meter"
}, "Quartic Metre", {
"@language" : "en",
"@value" : "Quartic Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M4-PER-SEC
URI: http://qudt.org/vocab/unit/M4-PER-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M4-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "m⁴/s" ; <http://qudt.org/schema/qudt/ucumCode> "m4.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meter hoch vier pro Sekunde"@de ; rdfs:label "Quartic Meter per Second"@en-US ; rdfs:label "Quartic Metre per Second" ; rdfs:label "Quartic Metre per Second"@en ; .
{"resource":"Quartic Metre per Second"
,"qname":"unit:M4-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M4-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L4I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter hoch vier pro Sekunde"
,"label":"Quartic Meter per Second"
,"label":"Quartic Metre per Second"
,"label":"Quartic Metre per Second"
,"symbol":"m\u2074\/s"
,"type":"qudt:Unit"
,"ucum code":"m4.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/M4-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "m⁴/s",
"ucumCode" : "m4.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quartic Metre per Second", {
"@language" : "en",
"@value" : "Quartic Metre per Second"
}, {
"@language" : "en-us",
"@value" : "Quartic Meter per Second"
}, {
"@language" : "de",
"@value" : "Meter hoch vier pro Sekunde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M5
URI: http://qudt.org/vocab/unit/M5
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M5>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$m^{5}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L5I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SectionAreaIntegral> ;
<http://qudt.org/schema/qudt/symbol> "m⁵" ;
<http://qudt.org/schema/qudt/ucumCode> "m5"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Meter hoch fünf"@de ;
rdfs:label "Quintic Meter"@en-US ;
rdfs:label "Quintic Metre" ;
rdfs:label "Quintic Metre"@en ;
.
{"resource":"Quintic Metre"
,"qname":"unit:M5"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M5"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$m^{5}$"
,"has dimension vector":"qkdv:A0E0L5I0M0H0T0D0"
,"has quantity kind":"quantitykind:SectionAreaIntegral"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter hoch fünf"
,"label":"Quintic Meter"
,"label":"Quintic Metre"
,"label":"Quintic Metre"
,"symbol":"m\u2075"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m5"
]}
{
"@id" : "http://qudt.org/vocab/unit/M5",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$m^{5}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L5I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SectionAreaIntegral",
"symbol" : "m⁵",
"ucumCode" : "m5",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Quintic Meter"
}, "Quintic Metre", {
"@language" : "en",
"@value" : "Quintic Metre"
}, {
"@language" : "de",
"@value" : "Meter hoch fünf"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M6
URI: http://qudt.org/vocab/unit/M6
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/M6>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$m^{6}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L6I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WarpingConstant> ;
<http://qudt.org/schema/qudt/symbol> "m⁶" ;
<http://qudt.org/schema/qudt/ucumCode> "m6"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Meter hoch sechs"@de ;
rdfs:label "Sextic Meter"@en-US ;
rdfs:label "Sextic Metre" ;
rdfs:label "Sextic Metre"@en ;
.
{"resource":"Sextic Metre"
,"qname":"unit:M6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M6"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$m^{6}$"
,"has dimension vector":"qkdv:A0E0L6I0M0H0T0D0"
,"has quantity kind":"quantitykind:WarpingConstant"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meter hoch sechs"
,"label":"Sextic Meter"
,"label":"Sextic Metre"
,"label":"Sextic Metre"
,"symbol":"m\u2076"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m6"
]}
{
"@id" : "http://qudt.org/vocab/unit/M6",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$m^{6}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L6I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/WarpingConstant",
"symbol" : "m⁶",
"ucumCode" : "m6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Sextic Meter"
}, {
"@language" : "de",
"@value" : "Meter hoch sechs"
}, "Sextic Metre", {
"@language" : "en",
"@value" : "Sextic Metre"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MACH
URI: http://qudt.org/vocab/unit/MACH
"Mach" is a unit for speed as a multiple of the ambient speed of sound, expressed as $mach$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MACH> rdf:type <http://qudt.org/schema/qudt/DimensionlessUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Mach\" is a unit for speed as a multiple of the ambient speed of sound, expressed as $mach$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Mach"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MachNumber> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB595" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mach?oldid=492058934"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB595"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Mach" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mach" ; rdfs:label "Mach"@en ; .
{"resource":"Mach"
,"qname":"unit:MACH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MACH"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Mach"
,"description":"\"Mach\" is a unit for speed as a multiple of the ambient speed of sound, expressed as $mach$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MachNumber"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB595"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mach?oldid=492058934"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB595"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mach"
,"label":"Mach"
,"symbol":"Mach"
,"type":"qudt:DimensionlessUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MACH",
"@type" : [ "http://qudt.org/schema/qudt/DimensionlessUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Mach\" is a unit for speed as a multiple of the ambient speed of sound, expressed as $mach$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Mach",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MachNumber",
"iec61360Code" : "0112/2///62720#UAB595",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB595", "http://en.wikipedia.org/wiki/Mach?oldid=492058934" ],
"symbol" : "Mach",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mach", {
"@language" : "en",
"@value" : "Mach"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MESH
URI: http://qudt.org/vocab/unit/MESH
"Mesh" is a measure of particle size or fineness of a woven product.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MESH> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Mesh\" is a measure of particle size or fineness of a woven product."@en ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Mesh_(scale)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mesh" ; <http://qudt.org/schema/qudt/ucumCode> "[mesh_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "57" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q691310> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mesh" ; rdfs:label "Mesh"@en ; .
{"resource":"Mesh"
,"qname":"unit:MESH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MESH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q691310>"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\"Mesh\" is a measure of particle size or fineness of a woven product."
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseLength"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Mesh_(scale)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mesh"
,"label":"Mesh"
,"symbol":"mesh"
,"type":"qudt:Unit"
,"ucum code":"[mesh_i]"
,"unece common code":"57"
]}
{
"@id" : "http://qudt.org/vocab/unit/MESH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "\"Mesh\" is a measure of particle size or fineness of a woven product."
},
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseLength",
"informativeReference" : "https://en.wikipedia.org/wiki/Mesh_(scale)",
"symbol" : "mesh",
"ucumCode" : "[mesh_i]",
"uneceCommonCode" : "57",
"wikidataMatch" : "http://www.wikidata.org/entity/Q691310",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mesh", {
"@language" : "en",
"@value" : "Mesh"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MHO
URI: http://qudt.org/vocab/unit/MHO
"Mho" is a C.G.S System unit for 'Electric Conductivity' expressed as $mho$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MHO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Mho\" is a C.G.S System unit for 'Electric Conductivity' expressed as $mho$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Siemens_%28unit%29"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/S> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Admittance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB200" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB200"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mho> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S> ; <http://qudt.org/schema/qudt/symbol> "℧" ; <http://qudt.org/schema/qudt/ucumCode> "mho"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "NQ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q14850704> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mho" ; rdfs:label "Mho"@en ; .
{"resource":"Mho"
,"qname":"unit:MHO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MHO"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q14850704>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Siemens_%28unit%29"
,"description":"\"Mho\" is a C.G.S System unit for 'Electric Conductivity' expressed as $mho$."
,"exact match":"unit:S"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Admittance"
,"has quantity kind":"quantitykind:Conductance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB200"
,"informative reference":"http:\/\/www.simetric.co.uk\/siderived.htm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB200"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mho"
,"label":"Mho"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/mho>"
,"scalingOf":"unit:S"
,"symbol":"℧"
,"type":"qudt:Unit"
,"ucum code":"mho"
,"unece common code":"NQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/MHO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Mho\" is a C.G.S System unit for 'Electric Conductivity' expressed as $mho$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Siemens_%28unit%29",
"exactMatch" : "http://qudt.org/vocab/unit/S",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Conductance", "http://qudt.org/vocab/quantitykind/Admittance" ],
"iec61360Code" : "0112/2///62720#UAB200",
"informativeReference" : [ "http://www.simetric.co.uk/siderived.htm", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB200" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/mho",
"scalingOf" : "http://qudt.org/vocab/unit/S",
"symbol" : "℧",
"ucumCode" : "mho",
"uneceCommonCode" : "NQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q14850704",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mho", {
"@language" : "en",
"@value" : "Mho"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MHO_Stat
URI: http://qudt.org/vocab/unit/MHO_Stat
"StatMHO" is the unit of conductance, admittance, and susceptance in the C.G.S e.s.u system of units. One $statmho$ is the conductance between two points in a conductor when a constant potential difference of $1 \; statvolt$ applied between the points produces in the conductor a current of $1 \; statampere$, the conductor not being the source of any electromotive force, approximately $1.1126 \times 10^{-12} mho$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MHO_Stat>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"StatMHO\" is the unit of conductance, admittance, and susceptance in the C.G.S e.s.u system of units. One $statmho$ is the conductance between two points in a conductor when a constant potential difference of $1 \\; statvolt$ applied between the points produces in the conductor a current of $1 \\; statampere$, the conductor not being the source of any electromotive force, approximately $1.1126 \\times 10^{-12} mho$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000011126500561 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1126500561E-12 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/S_Stat> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricConductivity> ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.sizes.com/units/statmho.htm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/statmho> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S-PER-M> ;
<http://qudt.org/schema/qudt/symbol> "stat℧" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25098783> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Statmho" ;
rdfs:label "Statmho"@en ;
.
{"resource":"Statmho"
,"qname":"unit:MHO_Stat"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MHO_Stat"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25098783>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000011126500561"
,"conversion multiplier scientific":"1.1126500561E-12"
,"description":"\"StatMHO\" is the unit of conductance, admittance, and susceptance in the C.G.S e.s.u system of units. One $statmho$ is the conductance between two points in a conductor when a constant potential difference of $1 \\; statvolt$ applied between the points produces in the conductor a current of $1 \\; statampere$, the conductor not being the source of any electromotive force, approximately $1.1126 \\times 10^{-12} mho$."
,"exact match":"unit:S_Stat"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:ElectricConductivity"
,"informative reference":"http:\/\/www.sizes.com\/units\/statmho.htm"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statmho"
,"label":"Statmho"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/statmho>"
,"scalingOf":"unit:S-PER-M"
,"symbol":"stat℧"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MHO_Stat",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"StatMHO\" is the unit of conductance, admittance, and susceptance in the C.G.S e.s.u system of units. One $statmho$ is the conductance between two points in a conductor when a constant potential difference of $1 \\; statvolt$ applied between the points produces in the conductor a current of $1 \\; statampere$, the conductor not being the source of any electromotive force, approximately $1.1126 \\times 10^{-12} mho$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000000000011126500561",
"conversionMultiplier:SN" : 1.1126500561E-12,
"exactMatch" : "http://qudt.org/vocab/unit/S_Stat",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricConductivity",
"informativeReference" : "http://www.sizes.com/units/statmho.htm",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/statmho",
"scalingOf" : "http://qudt.org/vocab/unit/S-PER-M",
"symbol" : "stat℧",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25098783",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Statmho", {
"@language" : "en",
"@value" : "Statmho"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI
URI: http://qudt.org/vocab/unit/MI
The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile)."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1609.344 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.609344E3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MI_UK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Distance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA839" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA839"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "mi" ; <http://qudt.org/schema/qudt/ucumCode> "[mi_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "mi" ; <http://qudt.org/schema/qudt/uneceCommonCode> "SMI" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q253276> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "International Mile" ; rdfs:label "International Mile"@en ; .
{"resource":"International Mile"
,"qname":"unit:MI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q253276>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1609.344"
,"conversion multiplier scientific":"1.609344E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1\/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile)."
,"exact match":"unit:MI_UK"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Distance"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA839"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mile"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA839"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Mile"
,"label":"International Mile"
,"scalingOf":"unit:M"
,"symbol":"mi"
,"type":"qudt:Unit"
,"ucum code":"[mi_i]"
,"udunits code":"mi"
,"unece common code":"SMI"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The exact length of the land mile varied slightly among English-speaking countries until the international yard and pound agreement in 1959 established the yard as exactly 0.9144 metres, giving a mile of exactly 1,609.344 metres. The United States adopted this international mile for most purposes, but retained the pre-1959 mile for some land-survey data, terming it the US survey mile. In the US, statute mile formally refers to the survey mile, about 3.219 mm (1/8 inch) longer than the international mile (the international mile is exactly 0.0002% less than the US survey mile).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1609.344",
"conversionMultiplier:SN" : 1609.344,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"exactMatch" : "http://qudt.org/vocab/unit/MI_UK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Distance", "http://qudt.org/vocab/quantitykind/Length" ],
"iec61360Code" : "0112/2///62720#UAA839",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Mile", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA839" ],
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "mi",
"ucumCode" : "[mi_i]",
"udunitsCode" : "mi",
"uneceCommonCode" : "SMI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q253276",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Mile", {
"@language" : "en",
"@value" : "International Mile"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI-PER-HR
URI: http://qudt.org/vocab/unit/MI-PER-HR
Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MI-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH."^^rdf:HTML ; <http://qudt.org/schema/qudt/altSymbol> "mph" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.44704 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.4704E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Miles_per_hour"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$mi/h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB111" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB111"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mi/h" ; <http://qudt.org/schema/qudt/ucumCode> "[mi_i].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "HM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q211256> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "International Mile per Hour" ; rdfs:label "International Mile per Hour"@en ; .
{"resource":"International Mile per Hour"
,"qname":"unit:MI-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q211256>"
,"alt symbol":"mph"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.44704"
,"conversion multiplier scientific":"4.4704E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Miles_per_hour"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH."
,"expression":"$mi\/h$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB111"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Miles_per_hour?oldid=482840548"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB111"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Mile per Hour"
,"label":"International Mile per Hour"
,"symbol":"mi\/h"
,"type":"qudt:Unit"
,"ucum code":"[mi_i].h-1"
,"unece common code":"HM"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Miles per hour is an imperial unit of speed expressing the number of statute miles covered in one hour. It is currently the standard unit used for speed limits, and to express speeds generally, on roads in the United Kingdom and the United States. A common abbreviation is mph or MPH.",
"altSymbol" : "mph",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.44704",
"conversionMultiplier:SN" : 0.44704,
"dbpediaMatch" : "http://dbpedia.org/resource/Miles_per_hour",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$mi/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"iec61360Code" : "0112/2///62720#UAB111",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB111", "http://en.wikipedia.org/wiki/Miles_per_hour?oldid=482840548" ],
"symbol" : "mi/h",
"ucumCode" : "[mi_i].h-1",
"uneceCommonCode" : "HM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q211256",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Mile per Hour", {
"@language" : "en",
"@value" : "International Mile per Hour"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"altSymbol" : {
"@id" : "http://qudt.org/schema/qudt/altSymbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI-PER-MIN
URI: http://qudt.org/vocab/unit/MI-PER-MIN
Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MI-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 26.82240000000000000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.682240000000000000000000000000001E1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$mi/min$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MIN-PER-MI> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB229" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB229"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mi/min" ; <http://qudt.org/schema/qudt/ucumCode> "[mi_i].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M57" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106611642> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "International Mile per Minute" ; rdfs:label "International Mile per Minute"@en ; .
{"resource":"International Mile per Minute"
,"qname":"unit:MI-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106611642>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"26.82240000000000000000000000000001"
,"conversion multiplier scientific":"2.682240000000000000000000000000001E1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute."
,"expression":"$mi\/min$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"has reciprocal unit":"unit:MIN-PER-MI"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB229"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB229"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Mile per Minute"
,"label":"International Mile per Minute"
,"symbol":"mi\/min"
,"type":"qudt:Unit"
,"ucum code":"[mi_i].min-1"
,"unece common code":"M57"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Miles per minute is an imperial unit of speed expressing the number of statute miles covered in one minute.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "26.82240000000000000000000000000001",
"conversionMultiplier:SN" : 26.8224,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$mi/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MIN-PER-MI",
"iec61360Code" : "0112/2///62720#UAB229",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB229",
"symbol" : "mi/min",
"ucumCode" : "[mi_i].min-1",
"uneceCommonCode" : "M57",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106611642",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "International Mile per Minute", {
"@language" : "en",
"@value" : "International Mile per Minute"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI-PER-SEC
URI: http://qudt.org/vocab/unit/MI-PER-SEC
Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MI-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1609.344 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.609344E3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$mi/sec$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB230" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB230"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mi/s" ; <http://qudt.org/schema/qudt/ucumCode> "[mi_i].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M58" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106611669> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "International Mile per Second" ; rdfs:label "International Mile per Second"@en ; .
{"resource":"International Mile per Second"
,"qname":"unit:MI-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106611669>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1609.344"
,"conversion multiplier scientific":"1.609344E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second."
,"expression":"$mi\/sec$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB230"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB230"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"International Mile per Second"
,"label":"International Mile per Second"
,"symbol":"mi\/s"
,"type":"qudt:Unit"
,"ucum code":"[mi_i].s-1"
,"unece common code":"M58"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Miles per second is an imperial unit of speed expressing the number of statute miles covered in one second.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1609.344",
"conversionMultiplier:SN" : 1609.344,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$mi/sec$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"iec61360Code" : "0112/2///62720#UAB230",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB230",
"symbol" : "mi/s",
"ucumCode" : "[mi_i].s-1",
"uneceCommonCode" : "M58",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106611669",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "International Mile per Second"
}, "International Mile per Second" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI2
URI: http://qudt.org/vocab/unit/MI2
The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MI2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 2589988.110336 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.589988110336E6 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$square-mile$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB050" ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB208" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB050"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB208"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mi²" ; <http://qudt.org/schema/qudt/ucumCode> "[mi_i]2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M48" ; <http://qudt.org/schema/qudt/uneceCommonCode> "MIK" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q232291> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Square International Mile" ; rdfs:label "Square International Mile"@en ; .
{"resource":"Square International Mile"
,"qname":"unit:MI2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q232291>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"2589988.110336"
,"conversion multiplier scientific":"2.589988110336E6"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section."
,"expression":"$square-mile$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB050"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB208"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB050"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB208"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square International Mile"
,"label":"Square International Mile"
,"symbol":"mi²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[mi_i]2"
,"unece common code":"M48"
,"unece common code":"MIK"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The square mile (abbreviated as sq mi and sometimes as mi) is an imperial and US unit of measure for an area equal to the area of a square of one statute mile. It should not be confused with miles square, which refers to the number of miles on each side squared. For instance, 20 miles square (20 × 20 miles) is equal to 400 square miles. One square mile is equivalent to: 4,014,489,600 square inches 27,878,400 square feet, 3,097,600 square yards, 640 acres, 258.9988110336 hectares, 2560 roods, 25,899,881,103.36 square centimetres, 2,589,988.110336 square metres, 2.589988110336 square kilometres When applied to a portion of the earth's surface, which is curved rather than flat, 'square mile' is an informal synonym for section.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "2589988.110336",
"conversionMultiplier:SN" : 2589988.110336,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$square-mile$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"iec61360Code" : [ "0112/2///62720#UAB208", "0112/2///62720#UAB050" ],
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB208", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB050" ],
"symbol" : "mi²",
"ucumCode" : "[mi_i]2",
"uneceCommonCode" : [ "MIK", "M48" ],
"wikidataMatch" : "http://www.wikidata.org/entity/Q232291",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square International Mile", {
"@language" : "en",
"@value" : "Square International Mile"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI3
URI: http://qudt.org/vocab/unit/MI3
A cubic mile is an imperial / U.S. customary unit of volume, used in the United States, Canada, and the United Kingdom. It is defined as the volume of a cube with sides of 1 mile in length.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MI3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A cubic mile is an imperial / U.S. customary unit of volume, used in the United States, Canada, and the United Kingdom. It is defined as the volume of a cube with sides of 1 mile in length. "^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 4168181825.440579584 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.168181825440579584E9 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MI_UK3> ;
<http://qudt.org/schema/qudt/expression> "$mi^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/symbol> "mi³" ;
<http://qudt.org/schema/qudt/ucumCode> "[mi_i]3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M69" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1790908> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic International Mile" ;
rdfs:label "Cubic International Mile"@en ;
.
{"resource":"Cubic International Mile"
,"qname":"unit:MI3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1790908>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4168181825.440579584"
,"conversion multiplier scientific":"4.168181825440579584E9"
,"defined unit of system":"sou:IMPERIAL"
,"description":"A cubic mile is an imperial \/ U.S. customary unit of volume, used in the United States, Canada, and the United Kingdom. It is defined as the volume of a cube with sides of 1 mile in length. "
,"exact match":"unit:MI_UK3"
,"expression":"$mi^{3}$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic International Mile"
,"label":"Cubic International Mile"
,"symbol":"mi³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[mi_i]3"
,"unece common code":"M69"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI3",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A cubic mile is an imperial / U.S. customary unit of volume, used in the United States, Canada, and the United Kingdom. It is defined as the volume of a cube with sides of 1 mile in length. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "4168181825.440579584",
"conversionMultiplier:SN" : 4.1681818254405794E9,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"exactMatch" : "http://qudt.org/vocab/unit/MI_UK3",
"expression" : "$mi^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"symbol" : "mi³",
"ucumCode" : "[mi_i]3",
"uneceCommonCode" : "M69",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1790908",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic International Mile", {
"@language" : "en",
"@value" : "Cubic International Mile"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MIL
URI: http://qudt.org/vocab/unit/MIL
The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MIL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle."^^rdf:HTML ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MIL_Angle> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00098174770424681038701957605727484 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.8174770424681038701957605727484E-4 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB205" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB205"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ;
<http://qudt.org/schema/qudt/symbol> "mil{NATO}" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mil Angle (nato)" ;
rdfs:label "Mil Angle (nato)"@en ;
.
{"resource":"Mil Angle (nato)"
,"qname":"unit:MIL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIL"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00098174770424681038701957605727484"
,"conversion multiplier scientific":"9.8174770424681038701957605727484E-4"
,"deprecated":"true"
,"description":"The Mil unit of plane angle, as defined by NATO to be 1\/6400 of a circle."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB205"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB205"
,"is replaced by":"unit:MIL_Angle"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mil Angle (nato)"
,"label":"Mil Angle (nato)"
,"scalingOf":"unit:RAD"
,"symbol":"mil{NATO}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle.",
"isReplacedBy" : "http://qudt.org/vocab/unit/MIL_Angle",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.00098174770424681038701957605727484",
"conversionMultiplier:SN" : 9.817477042468104E-4,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Angle", "http://qudt.org/vocab/quantitykind/PlaneAngle" ],
"iec61360Code" : "0112/2///62720#UAB205",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB205",
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"symbol" : "mil{NATO}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mil Angle (nato)", {
"@language" : "en",
"@value" : "Mil Angle (nato)"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MILLION
URI: http://qudt.org/vocab/unit/MILLION
Counting unit for a count of one million
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MILLION> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Counting unit for a count of one million" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/ONE> ; <http://qudt.org/schema/qudt/symbol> "1000000" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Million" ; rdfs:label "Million"@en ; .
{"resource":"Million"
,"qname":"unit:MILLION"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MILLION"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"Counting unit for a count of one million"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Million"
,"label":"Million"
,"scalingOf":"unit:ONE"
,"symbol":"1000000"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MILLION",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Counting unit for a count of one million",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"scalingOf" : "http://qudt.org/vocab/unit/ONE",
"symbol" : "1000000",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Million", {
"@language" : "en",
"@value" : "Million"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MIL_Angle
URI: http://qudt.org/vocab/unit/MIL_Angle
The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MIL_Angle> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00098174770424681038701957605727484 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.8174770424681038701957605727484E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB205" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB205"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mil Angle" ; rdfs:label "Mil Angle"@en ; .
{"resource":"Mil Angle"
,"qname":"unit:MIL_Angle"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIL_Angle"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00098174770424681038701957605727484"
,"conversion multiplier scientific":"9.8174770424681038701957605727484E-4"
,"description":"The Mil unit of plane angle, as defined by NATO to be 1\/6400 of a circle."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB205"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB205"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mil Angle"
,"label":"Mil Angle"
,"scalingOf":"unit:RAD"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIL_Angle",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The Mil unit of plane angle, as defined by NATO to be 1/6400 of a circle.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.00098174770424681038701957605727484",
"conversionMultiplier:SN" : 9.817477042468104E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PlaneAngle", "http://qudt.org/vocab/quantitykind/Angle" ],
"iec61360Code" : "0112/2///62720#UAB205",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB205",
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mil Angle", {
"@language" : "en",
"@value" : "Mil Angle"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MIL_Circ
URI: http://qudt.org/vocab/unit/MIL_Circ
A circular mil is a unit of area, equal to the area of a circle with a diameter of one mil (one thousandth of an inch). It is a convenient unit for referring to the area of a wire with a circular cross section, because the area in circular mils can be calculated without reference to pi ($\pi$). The area in circular mils, A, of a circle with a diameter of d mils, is given by the formula: Electricians in Canada and the United States are familiar with the circular mil because the National Electrical Code (NEC) uses the circular mil to define wire sizes larger than 0000 AWG. In many NEC publications and uses, large wires may be expressed in thousands of circular mils, which is abbreviated in two different ways: MCM or kcmil. For example, one common wire size used in the NEC has a cross-section of 250,000 circular mils, written as 250 kcmil or 250 MCM, which is the first size larger than 0000 AWG used within the NEC.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MIL_Circ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A circular mil is a unit of area, equal to the area of a circle with a diameter of one mil (one thousandth of an inch). It is a convenient unit for referring to the area of a wire with a circular cross section, because the area in circular mils can be calculated without reference to pi ($\\pi$). The area in circular mils, A, of a circle with a diameter of d mils, is given by the formula: Electricians in Canada and the United States are familiar with the circular mil because the National Electrical Code (NEC) uses the circular mil to define wire sizes larger than 0000 AWG. In many NEC publications and uses, large wires may be expressed in thousands of circular mils, which is abbreviated in two different ways: MCM or kcmil. For example, one common wire size used in the NEC has a cross-section of 250,000 circular mils, written as 250 kcmil or 250 MCM, which is the first size larger than 0000 AWG used within the NEC. "^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000005067075 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.067075E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB207" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB207"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/circularMil> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2> ; <http://qudt.org/schema/qudt/symbol> "cmil" ; <http://qudt.org/schema/qudt/ucumCode> "[cml_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M47" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5121670> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Circular Mil" ; rdfs:label "Circular Mil"@en ; .
{"resource":"Circular Mil"
,"qname":"unit:MIL_Circ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIL_Circ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5121670>"
,"conversion multiplier":"0.0000000005067075"
,"conversion multiplier scientific":"5.067075E-10"
,"description":"A circular mil is a unit of area, equal to the area of a circle with a diameter of one mil (one thousandth of an inch). It is a convenient unit for referring to the area of a wire with a circular cross section, because the area in circular mils can be calculated without reference to pi ($\\pi$). The area in circular mils, A, of a circle with a diameter of d mils, is given by the formula: Electricians in Canada and the United States are familiar with the circular mil because the National Electrical Code (NEC) uses the circular mil to define wire sizes larger than 0000 AWG. In many NEC publications and uses, large wires may be expressed in thousands of circular mils, which is abbreviated in two different ways: MCM or kcmil. For example, one common wire size used in the NEC has a cross-section of 250,000 circular mils, written as 250 kcmil or 250 MCM, which is the first size larger than 0000 AWG used within the NEC. "
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB207"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB207"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Circular Mil"
,"label":"Circular Mil"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/circularMil>"
,"scalingOf":"unit:M2"
,"symbol":"cmil"
,"type":"qudt:Unit"
,"ucum code":"[cml_i]"
,"unece common code":"M47"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIL_Circ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A circular mil is a unit of area, equal to the area of a circle with a diameter of one mil (one thousandth of an inch). It is a convenient unit for referring to the area of a wire with a circular cross section, because the area in circular mils can be calculated without reference to pi ($\\pi$). The area in circular mils, A, of a circle with a diameter of d mils, is given by the formula: Electricians in Canada and the United States are familiar with the circular mil because the National Electrical Code (NEC) uses the circular mil to define wire sizes larger than 0000 AWG. In many NEC publications and uses, large wires may be expressed in thousands of circular mils, which is abbreviated in two different ways: MCM or kcmil. For example, one common wire size used in the NEC has a cross-section of 250,000 circular mils, written as 250 kcmil or 250 MCM, which is the first size larger than 0000 AWG used within the NEC. ",
"conversionMultiplier" : "0.0000000005067075",
"conversionMultiplier:SN" : 5.067075E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/HydraulicPermeability", "http://qudt.org/vocab/quantitykind/Area" ],
"iec61360Code" : "0112/2///62720#UAB207",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB207",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/circularMil",
"scalingOf" : "http://qudt.org/vocab/unit/M2",
"symbol" : "cmil",
"ucumCode" : "[cml_i]",
"uneceCommonCode" : "M47",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5121670",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Circular Mil", {
"@language" : "en",
"@value" : "Circular Mil"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MIL_Length
URI: http://qudt.org/vocab/unit/MIL_Length
One thousandth of an inch
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MIL_Length> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One thousandth of an inch"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000254 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-5 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Distance> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/IN> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mil" ; rdfs:label "Mil"@en ; .
{"resource":"Mil"
,"qname":"unit:MIL_Length"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIL_Length"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000254"
,"conversion multiplier scientific":"2.54E-5"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"One thousandth of an inch"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Distance"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mil"
,"label":"Mil"
,"scalingOf":"unit:IN"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIL_Length",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "One thousandth of an inch",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0000254",
"conversionMultiplier:SN" : 2.54E-5,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Distance",
"scalingOf" : "http://qudt.org/vocab/unit/IN",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mil", {
"@language" : "en",
"@value" : "Mil"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MIN
URI: http://qudt.org/vocab/unit/MIN
A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time)."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 60.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA842" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA842"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/minute> ; <http://qudt.org/schema/qudt/symbol> "min" ; <http://qudt.org/schema/qudt/ucumCode> "min"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "min" ; <http://qudt.org/schema/qudt/uneceCommonCode> "MIN" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q7727> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Minute" ; rdfs:label "Minute"@en ; .
{"resource":"Minute"
,"qname":"unit:MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIN"
,"properties":["Individual from SI Reference Point":"si-unit:minute"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q7727>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"60.0"
,"conversion multiplier scientific":"6.0E1"
,"defined unit of system":"sou:USCS"
,"description":"A minute is a unit of measurement of time. The minute is a unit of time equal to 1\/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time)."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA842"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA842"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Minute"
,"label":"Minute"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/minute-Time>"
,"scalingOf":"unit:SEC"
,"symbol":"min"
,"type":"qudt:Unit"
,"ucum code":"min"
,"udunits code":"min"
,"unece common code":"MIN"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A minute is a unit of measurement of time. The minute is a unit of time equal to 1/60 (the first sexagesimal fraction of an hour or 60 seconds. In the UTC time scale, a minute on rare occasions has 59 or 61 seconds; see leap second. The minute is not an SI unit; however, it is accepted for use with SI units. The SI symbol for minute or minutes is min (for time measurement) or the prime symbol after a number, e.g. 5' (for angle measurement, even if it is informally used for time).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "60.0",
"conversionMultiplier:SN" : 60.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA842",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA842",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/minute-Time",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"siExactMatch" : "https://si-digital-framework.org/SI/units/minute",
"symbol" : "min",
"ucumCode" : "min",
"udunitsCode" : "min",
"uneceCommonCode" : "MIN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q7727",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Minute", {
"@language" : "en",
"@value" : "Minute"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MIN-PER-KiloM
URI: http://qudt.org/vocab/unit/MIN-PER-KiloM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MIN-PER-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.06 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Pace> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD709" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD709"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "min/km" ; <http://qudt.org/schema/qudt/ucumCode> "min.km-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Minute per Kilometer"@en-US ; rdfs:label "Minute per Kilometre" ; rdfs:label "Minute per Kilometre"@en ; .
{"resource":"Minute per Kilometre"
,"qname":"unit:MIN-PER-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIN-PER-KiloM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.06"
,"conversion multiplier scientific":"6.0E-2"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Pace"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD709"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD709"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Minute per Kilometer"
,"label":"Minute per Kilometre"
,"label":"Minute per Kilometre"
,"symbol":"min\/km"
,"type":"qudt:Unit"
,"ucum code":"min.km-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIN-PER-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.06",
"conversionMultiplier:SN" : 0.06,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Pace",
"iec61360Code" : "0112/2///62720#UAD709",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD709",
"symbol" : "min/km",
"ucumCode" : "min.km-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Minute per Kilometer"
}, "Minute per Kilometre", {
"@language" : "en",
"@value" : "Minute per Kilometre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MIN-PER-MI
URI: http://qudt.org/vocab/unit/MIN-PER-MI
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MIN-PER-MI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.03728227153424003817704605106179909 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.728227153424003817704605106179909E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Pace> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MI-PER-MIN> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD709" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD709"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "min/mi" ; <http://qudt.org/schema/qudt/ucumCode> "min.[mi_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Minute per International Mile" ; rdfs:label "Minute per International Mile"@en ; .
{"resource":"Minute per International Mile"
,"qname":"unit:MIN-PER-MI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIN-PER-MI"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.03728227153424003817704605106179909"
,"conversion multiplier scientific":"3.728227153424003817704605106179909E-2"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Pace"
,"has reciprocal unit":"unit:MI-PER-MIN"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD709"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD709"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Minute per International Mile"
,"label":"Minute per International Mile"
,"symbol":"min\/mi"
,"type":"qudt:Unit"
,"ucum code":"min.[mi_i]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIN-PER-MI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.03728227153424003817704605106179909",
"conversionMultiplier:SN" : 0.03728227153424004,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Pace",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MI-PER-MIN",
"iec61360Code" : "0112/2///62720#UAD709",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD709",
"symbol" : "min/mi",
"ucumCode" : "min.[mi_i]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Minute per International Mile", {
"@language" : "en",
"@value" : "Minute per International Mile"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MIN-PER-NUM
URI: http://qudt.org/vocab/unit/MIN-PER-NUM
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MIN-PER-NUM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 60.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimePerCount> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/NUM-PER-MIN> ;
<http://qudt.org/schema/qudt/symbol> "min/#" ;
<http://qudt.org/schema/qudt/ucumCode> "min.{#}-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Minute per Number" ;
rdfs:label "Minute per Number"@en ;
.
{"resource":"Minute per Number"
,"qname":"unit:MIN-PER-NUM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIN-PER-NUM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"60.0"
,"conversion multiplier scientific":"6.0E1"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:TimePerCount"
,"has reciprocal unit":"unit:NUM-PER-MIN"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Minute per Number"
,"label":"Minute per Number"
,"symbol":"min\/#"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"min.{#}-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIN-PER-NUM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "60.0",
"conversionMultiplier:SN" : 60.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimePerCount",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/NUM-PER-MIN",
"symbol" : "min/#",
"ucumCode" : "min.{#}-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Minute per Number", {
"@language" : "en",
"@value" : "Minute per Number"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MIN_Angle
URI: http://qudt.org/vocab/unit/MIN_Angle
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MIN_Angle> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000290888209 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.90888209E-4 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/ARCMIN> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA097" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA097"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ; <http://qudt.org/schema/qudt/symbol> "'" ; <http://qudt.org/schema/qudt/ucumCode> "'"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D61" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Minute Angle" ; rdfs:label "Minute Angle"@en ; .
{"resource":"Minute Angle"
,"qname":"unit:MIN_Angle"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIN_Angle"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000290888209"
,"conversion multiplier scientific":"2.90888209E-4"
,"exact match":"unit:ARCMIN"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA097"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA097"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Minute Angle"
,"label":"Minute Angle"
,"scalingOf":"unit:RAD"
,"symbol":"'"
,"type":"qudt:Unit"
,"ucum code":"'"
,"unece common code":"D61"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIN_Angle",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.000290888209",
"conversionMultiplier:SN" : 2.90888209E-4,
"exactMatch" : "http://qudt.org/vocab/unit/ARCMIN",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Angle", "http://qudt.org/vocab/quantitykind/PlaneAngle" ],
"iec61360Code" : "0112/2///62720#UAA097",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA097",
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"symbol" : "'",
"ucumCode" : "'",
"uneceCommonCode" : "D61",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Minute Angle", {
"@language" : "en",
"@value" : "Minute Angle"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MIN_Sidereal
URI: http://qudt.org/vocab/unit/MIN_Sidereal
Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about $23 h 56 m 4.1 s$ in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is $1/60^{th}$ of a Sidereal Hour, which is $1/24^{th}$ of a Sidereal Day.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MIN_Sidereal>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about $23 h 56 m 4.1 s$ in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is $1/60^{th}$ of a Sidereal Hour, which is $1/24^{th}$ of a Sidereal Day."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 59.83617 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.983617E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Sidereal_time"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/symbol> "min{sidereal}" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101435276> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Sidereal Minute" ;
rdfs:label "Sidereal Minute"@en ;
.
{"resource":"Sidereal Minute"
,"qname":"unit:MIN_Sidereal"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MIN_Sidereal"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101435276>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"59.83617"
,"conversion multiplier scientific":"5.983617E1"
,"description":"Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about $23 h 56 m 4.1 s$ in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is $1\/60^{th}$ of a Sidereal Hour, which is $1\/24^{th}$ of a Sidereal Day."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Sidereal_time"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sidereal Minute"
,"label":"Sidereal Minute"
,"scalingOf":"unit:SEC"
,"symbol":"min{sidereal}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MIN_Sidereal",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Sidereal time is a time-keeping system astronomers use to keep track of the direction to point their telescopes to view a given star in the night sky. A mean sidereal day is about $23 h 56 m 4.1 s$ in length. However, due to variations in the rotation rate of the Earth, the rate of an ideal sidereal clock deviates from any simple multiple of a civil clock. In practice, the difference is kept track of by the difference UTC-UT1, which is measured by radio telescopes and kept on file and available to the public at the IERS and at the United States Naval Observatory. A Sidereal Minute is $1/60^{th}$ of a Sidereal Hour, which is $1/24^{th}$ of a Sidereal Day.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "59.83617",
"conversionMultiplier:SN" : 59.83617,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"informativeReference" : "http://en.wikipedia.org/wiki/Sidereal_time",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "min{sidereal}",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101435276",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Sidereal Minute", {
"@language" : "en",
"@value" : "Sidereal Minute"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI_N
URI: http://qudt.org/vocab/unit/MI_N
A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the "true" length of a nautical mile would be 1852.216 meters.)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MI_N> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the \"true\" length of a nautical mile would be 1852.216 meters.)"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1852.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.852E3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB065" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB065"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "nmi" ; <http://qudt.org/schema/qudt/ucumCode> "[nmi_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "NMI" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q93318> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nautical Mile" ; rdfs:label "Nautical Mile"@en ; .
{"resource":"Nautical Mile"
,"qname":"unit:MI_N"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI_N"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q93318>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1852.0"
,"conversion multiplier scientific":"1.852E3"
,"defined unit of system":"sou:USCS"
,"description":"A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1\/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the \"true\" length of a nautical mile would be 1852.216 meters.)"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB065"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB065"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nautical Mile"
,"label":"Nautical Mile"
,"scalingOf":"unit:M"
,"symbol":"nmi"
,"type":"qudt:Unit"
,"ucum code":"[nmi_i]"
,"unece common code":"NMI"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI_N",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of distance used primarily at sea and in aviation. The nautical mile is defined to be the average distance on the Earth's surface represented by one minute of latitude. In 1929 an international conference in Monaco redefined the nautical mile to be exactly 1852 meters or 6076.115 49 feet, a distance known as the international nautical mile. The international nautical mile equals about 1.1508 statute miles. There are usually 3 nautical miles in a league. The unit is designed to equal 1/60 degree, although actual degrees of latitude vary from about 59.7 to 60.3 nautical miles. (Note: using data from the Geodetic Reference System 1980, the \"true\" length of a nautical mile would be 1852.216 meters.)",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "1852.0",
"conversionMultiplier:SN" : 1852.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB065",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB065",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "nmi",
"ucumCode" : "[nmi_i]",
"uneceCommonCode" : "NMI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q93318",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nautical Mile", {
"@language" : "en",
"@value" : "Nautical Mile"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI_N-PER-HR
URI: http://qudt.org/vocab/unit/MI_N-PER-HR
The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also "kt". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MI_N-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also \"kt\". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.5144444444444444444444444444444445 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.144444444444444444444444444444445E-1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KN> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/symbol> "nmi/h" ; <http://qudt.org/schema/qudt/ucumCode> "[nmi_i].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907390> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nautical Mile per Hour" ; rdfs:label "Nautical Mile per Hour"@en ; .
{"resource":"Nautical Mile per Hour"
,"qname":"unit:MI_N-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI_N-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907390>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.5144444444444444444444444444444445"
,"conversion multiplier scientific":"5.144444444444444444444444444444445E-1"
,"description":"The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also \"kt\". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. "
,"exact match":"unit:KN"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nautical Mile per Hour"
,"label":"Nautical Mile per Hour"
,"symbol":"nmi\/h"
,"type":"qudt:Unit"
,"ucum code":"[nmi_i].h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI_N-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The knot is a unit of speed equal to one nautical mile (1.852 km) per hour, approximately 1.151 mph. The abbreviation kn is preferred by the International Hydrographic Organization (IHO), which includes every major seafaring nation; but the abbreviations kt (singular) and kts (plural) are also widely used conflicting with the SI symbol for kilotonne which is also \"kt\". The knot is a non-SI unit accepted for use with the International System of Units (SI). Worldwide, the knot is used in meteorology, and in maritime and air navigation-for example, a vessel travelling at 1 knot along a meridian travels one minute of geographic latitude in one hour. ",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.5144444444444444444444444444444445",
"conversionMultiplier:SN" : 0.5144444444444445,
"exactMatch" : "http://qudt.org/vocab/unit/KN",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"symbol" : "nmi/h",
"ucumCode" : "[nmi_i].h-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907390",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nautical Mile per Hour", {
"@language" : "en",
"@value" : "Nautical Mile per Hour"
} ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI_N-PER-MIN
URI: http://qudt.org/vocab/unit/MI_N-PER-MIN
The SI derived unit for speed is the meter/second. 1 meter/second is equal to 0.0323974082073 nautical mile per minute.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MI_N-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """The SI derived unit for speed is the meter/second. 1 meter/second is equal to 0.0323974082073 nautical mile per minute. """^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 30.86666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.086666666666666666666666666666667E1 ; <http://qudt.org/schema/qudt/expression> "$nmi/min$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/symbol> "nmi/min" ; <http://qudt.org/schema/qudt/ucumCode> "[nmi_i].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nautical Mile per Minute" ; rdfs:label "Nautical Mile per Minute"@en ; .
{"resource":"Nautical Mile per Minute"
,"qname":"unit:MI_N-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI_N-PER-MIN"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"30.86666666666666666666666666666667"
,"conversion multiplier scientific":"3.086666666666666666666666666666667E1"
,"description":"The SI derived unit for speed is the meter\/second.\n1 meter\/second is equal to 0.0323974082073 nautical mile per minute. "
,"expression":"$nmi\/min$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nautical Mile per Minute"
,"label":"Nautical Mile per Minute"
,"symbol":"nmi\/min"
,"type":"qudt:Unit"
,"ucum code":"[nmi_i].min-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI_N-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The SI derived unit for speed is the meter/second.\n1 meter/second is equal to 0.0323974082073 nautical mile per minute. ",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "30.86666666666666666666666666666667",
"conversionMultiplier:SN" : 30.866666666666667,
"expression" : "$nmi/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"symbol" : "nmi/min",
"ucumCode" : "[nmi_i].min-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nautical Mile per Minute", {
"@language" : "en",
"@value" : "Nautical Mile per Minute"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI_UK
URI: http://qudt.org/vocab/unit/MI_UK
The Imperial Mile is exactly the same as today's International Mile.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MI_UK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The Imperial Mile is exactly the same as today's International Mile."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1609.344 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.609344E3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Distance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA839" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA839"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "mi" ; <http://qudt.org/schema/qudt/ucumCode> "[mi_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "mi" ; <http://qudt.org/schema/qudt/uneceCommonCode> "SMI" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q253276> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Imperial Mile" ; rdfs:label "Imperial Mile"@en ; .
{"resource":"Imperial Mile"
,"qname":"unit:MI_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI_UK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q253276>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1609.344"
,"conversion multiplier scientific":"1.609344E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The Imperial Mile is exactly the same as today's International Mile."
,"exact match":"unit:MI"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Distance"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA839"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mile"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA839"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Imperial Mile"
,"label":"Imperial Mile"
,"scalingOf":"unit:M"
,"symbol":"mi"
,"type":"qudt:Unit"
,"ucum code":"[mi_i]"
,"udunits code":"mi"
,"unece common code":"SMI"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The Imperial Mile is exactly the same as today's International Mile.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1609.344",
"conversionMultiplier:SN" : 1609.344,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"exactMatch" : "http://qudt.org/vocab/unit/MI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Distance", "http://qudt.org/vocab/quantitykind/Length" ],
"iec61360Code" : "0112/2///62720#UAA839",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA839", "http://en.wikipedia.org/wiki/Mile" ],
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "mi",
"ucumCode" : "[mi_i]",
"udunitsCode" : "mi",
"uneceCommonCode" : "SMI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q253276",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Imperial Mile", {
"@language" : "en",
"@value" : "Imperial Mile"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI_UK3
URI: http://qudt.org/vocab/unit/MI_UK3
unit of volume according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MI_UK3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of volume according to the Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 4168181825.440579584 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.168181825440579584E9 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MI3> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SectionModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB290" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB290"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mi³" ; <http://qudt.org/schema/qudt/ucumCode> "[mi_i]3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Imperial Mile" ; rdfs:label "Cubic Imperial Mile"@en ; .
{"resource":"Cubic Imperial Mile"
,"qname":"unit:MI_UK3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI_UK3"
,"properties":["conversion multiplier":"4168181825.440579584"
,"conversion multiplier scientific":"4.168181825440579584E9"
,"description":"unit of volume according to the Imperial system of units"
,"exact match":"unit:MI3"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:SectionModulus"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB290"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB290"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Imperial Mile"
,"label":"Cubic Imperial Mile"
,"symbol":"mi³"
,"type":"qudt:Unit"
,"ucum code":"[mi_i]3"
,"unece common code":"M69"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI_UK3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of volume according to the Imperial system of units",
"conversionMultiplier" : "4168181825.440579584",
"conversionMultiplier:SN" : 4.1681818254405794E9,
"exactMatch" : "http://qudt.org/vocab/unit/MI3",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SectionModulus", "http://qudt.org/vocab/quantitykind/Volume" ],
"iec61360Code" : "0112/2///62720#UAB290",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB290",
"symbol" : "mi³",
"ucumCode" : "[mi_i]3",
"uneceCommonCode" : "M69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Imperial Mile", {
"@language" : "en",
"@value" : "Cubic Imperial Mile"
} ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI_US
URI: http://qudt.org/vocab/unit/MI_US
The U.S. survey mile was historically used in mapping and property surveys, but the National Geodetic Survey officially deprecated it in 2023, aligning everything with the international mile.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MI_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The U.S. survey mile was historically used in mapping and property surveys, but the National Geodetic Survey officially deprecated it in 2023, aligning everything with the international mile."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1609.347219 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.609347219E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB287" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB287"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ;
<http://qudt.org/schema/qudt/symbol> "mi{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[mi_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M52" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q61749562> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Survey Mile" ;
rdfs:label "Us Survey Mile"@en ;
.
{"resource":"Us Survey Mile"
,"qname":"unit:MI_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q61749562>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1609.347219"
,"conversion multiplier scientific":"1.609347219E3"
,"defined unit of system":"sou:USCS"
,"description":"The U.S. survey mile was historically used in mapping and property surveys, but the National Geodetic Survey officially deprecated it in 2023, aligning everything with the international mile."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB287"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mile"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB287"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Survey Mile"
,"label":"Us Survey Mile"
,"scalingOf":"unit:M"
,"symbol":"mi{US}"
,"type":"qudt:Unit"
,"ucum code":"[mi_us]"
,"unece common code":"M52"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The U.S. survey mile was historically used in mapping and property surveys, but the National Geodetic Survey officially deprecated it in 2023, aligning everything with the international mile.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "1609.347219",
"conversionMultiplier:SN" : 1609.347219,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB287",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Mile", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB287" ],
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "mi{US}",
"ucumCode" : "[mi_us]",
"uneceCommonCode" : "M52",
"wikidataMatch" : "http://www.wikidata.org/entity/Q61749562",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Survey Mile", {
"@language" : "en",
"@value" : "Us Survey Mile"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI_US-PER-SEC2
URI: http://qudt.org/vocab/unit/MI_US-PER-SEC2
US Survey Mile divided by the power of the SI base unit second by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MI_US-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "US Survey Mile divided by the power of the SI base unit second by exponent 2" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1609.347219 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.609347219E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB401" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB401"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "mi{US}/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "[mi_us].s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M42" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Survey Mile per Square Second" ;
rdfs:label "Us Survey Mile per Square Second"@en ;
.
{"resource":"Us Survey Mile per Square Second"
,"qname":"unit:MI_US-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI_US-PER-SEC2"
,"properties":["conversion multiplier":"1609.347219"
,"conversion multiplier scientific":"1.609347219E3"
,"description":"US Survey Mile divided by the power of the SI base unit second by exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB401"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB401"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Survey Mile per Square Second"
,"label":"Us Survey Mile per Square Second"
,"symbol":"mi{US}\/s²"
,"type":"qudt:Unit"
,"ucum code":"[mi_us].s-2"
,"unece common code":"M42"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI_US-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "US Survey Mile divided by the power of the SI base unit second by exponent 2",
"conversionMultiplier" : "1609.347219",
"conversionMultiplier:SN" : 1609.347219,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"iec61360Code" : "0112/2///62720#UAB401",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB401",
"symbol" : "mi{US}/s²",
"ucumCode" : "[mi_us].s-2",
"uneceCommonCode" : "M42",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Survey Mile per Square Second", {
"@language" : "en",
"@value" : "Us Survey Mile per Square Second"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MI_US2
URI: http://qudt.org/vocab/unit/MI_US2
US Survey Mile, squared.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MI_US2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "US Survey Mile, squared."^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2589998.471303033961 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.589998471303033961E6 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$square-mile$" ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB208" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mile"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB208"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "mi{US}²" ;
<http://qudt.org/schema/qudt/ucumCode> "[mi_us]2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "208" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Square Us Survey Mile" ;
rdfs:label "Square Us Survey Mile"@en ;
.
{"resource":"Square Us Survey Mile"
,"qname":"unit:MI_US2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MI_US2"
,"properties":["conversion multiplier":"2589998.471303033961"
,"conversion multiplier scientific":"2.589998471303033961E6"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"US Survey Mile, squared."
,"expression":"$square-mile$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB208"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mile"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB208"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Us Survey Mile"
,"label":"Square Us Survey Mile"
,"symbol":"mi{US}²"
,"type":"qudt:Unit"
,"ucum code":"[mi_us]2"
,"unece common code":"208"
]}
{
"@id" : "http://qudt.org/vocab/unit/MI_US2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "US Survey Mile, squared.",
"conversionMultiplier" : "2589998.471303033961",
"conversionMultiplier:SN" : 2589998.471303034,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$square-mile$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"iec61360Code" : "0112/2///62720#UAB208",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Mile", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB208" ],
"symbol" : "mi{US}²",
"ucumCode" : "[mi_us]2",
"uneceCommonCode" : "208",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Us Survey Mile", {
"@language" : "en",
"@value" : "Square Us Survey Mile"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MO
URI: http://qudt.org/vocab/unit/MO
A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 2551442.976 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.551442976E6 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Month"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MO_Synodic> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA880" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA880"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Month"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/month> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "mo" ; <http://qudt.org/schema/qudt/ucumCode> "mo"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MON" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5151> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Month" ; rdfs:label "Month"@en ; .
{"resource":"Month"
,"qname":"unit:MO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MO"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5151>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"2551442.976"
,"conversion multiplier scientific":"2.551442976E6"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Month"
,"description":"A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days."
,"exact match":"unit:MO_Synodic"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA880"
,"informative reference":"http:\/\/www.thefreedictionary.com\/Synodal+month"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA880"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Month"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Month"
,"label":"Month"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/month>"
,"scalingOf":"unit:SEC"
,"symbol":"mo"
,"type":"qudt:Unit"
,"ucum code":"mo"
,"unece common code":"MON"
]}
{
"@id" : "http://qudt.org/vocab/unit/MO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks. Also known as the 'Synodic Month' and calculated as 29.53059 days.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "2551442.976",
"conversionMultiplier:SN" : 2551442.976,
"dbpediaMatch" : "http://dbpedia.org/resource/Month",
"exactMatch" : "http://qudt.org/vocab/unit/MO_Synodic",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA880",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Month", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA880", "http://www.thefreedictionary.com/Synodal+month" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/month",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "mo",
"ucumCode" : "mo",
"uneceCommonCode" : "MON",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5151",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Month", {
"@language" : "en",
"@value" : "Month"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MO-PER-NUM
URI: http://qudt.org/vocab/unit/MO-PER-NUM
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MO-PER-NUM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2551442.976 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.551442976E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimePerCount> ;
<http://qudt.org/schema/qudt/symbol> "mo/#" ;
<http://qudt.org/schema/qudt/ucumCode> "mo.{#}-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Month per Number" ;
rdfs:label "Month per Number"@en ;
.
{"resource":"Month per Number"
,"qname":"unit:MO-PER-NUM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MO-PER-NUM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"2551442.976"
,"conversion multiplier scientific":"2.551442976E6"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:TimePerCount"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Month per Number"
,"label":"Month per Number"
,"symbol":"mo\/#"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mo.{#}-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MO-PER-NUM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "2551442.976",
"conversionMultiplier:SN" : 2551442.976,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimePerCount",
"symbol" : "mo/#",
"ucumCode" : "mo.{#}-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Month per Number", {
"@language" : "en",
"@value" : "Month per Number"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOHM
URI: http://qudt.org/vocab/unit/MOHM
The $\textit{Mohm}$ is a unit of mechanical mobility for sound waves, being the reciprocal of the mechanical $ohm$ unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. The mechanical ohm is defined as: $$Mohm \equiv 1\,dyn\cdot\,s\cdot cm^{-1} \text{ or } 10^{-3} N\cdot s\cdot m^{-1}$$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MOHM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Mohm}$ is a unit of mechanical mobility for sound waves, being the reciprocal of the mechanical $ohm$ unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s.
The mechanical ohm is defined as:
$$Mohm \\equiv 1\\,dyn\\cdot\\,s\\cdot cm^{-1} \\text{ or } 10^{-3} N\\cdot s\\cdot m^{-1}$$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/expression> "$mohm$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MechanicalMobility> ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-914"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$1\\:{mohm_{cgs}} = 1\\:\\frac {cm} {dyn.s}\\: (=\\:1\\:\\frac s g \\:in\\:base\\:c.g.s.\\:terms)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/latexDefinition> "$1\\:{mohm_{mks}} = 10^{3}\\:\\frac m {N.s}\\:(=\\:10^{3}\\: \\frac s {kg}\\:in\\:base\\:m.k.s.\\:terms)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC-PER-KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "mohm" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mohm" ;
rdfs:label "Mohm"@en ;
.
{"resource":"Mohm"
,"qname":"unit:MOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOHM"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"\n The $\\textit{Mohm}$ is a unit of mechanical mobility for sound waves, being the reciprocal of the mechanical $ohm$ unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. \n The mechanical ohm is defined as:\n $$Mohm \\equiv 1\\,dyn\\cdot\\,s\\cdot cm^{-1} \\text{ or } 10^{-3} N\\cdot s\\cdot m^{-1}$$.\n "
,"expression":"$mohm$"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:MechanicalMobility"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-914"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mohm"
,"label":"Mohm"
,"latex definition":"$1\\:{mohm_{cgs}} = 1\\:\\frac {cm} {dyn.s}\\: (=\\:1\\:\\frac s g \\:in\\:base\\:c.g.s.\\:terms)$"
,"latex definition":"$1\\:{mohm_{mks}} = 10^{3}\\:\\frac m {N.s}\\:(=\\:10^{3}\\: \\frac s {kg}\\:in\\:base\\:m.k.s.\\:terms)$"
,"scalingOf":"unit:SEC-PER-KiloGM"
,"symbol":"mohm"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{Mohm}$ is a unit of mechanical mobility for sound waves, being the reciprocal of the mechanical $ohm$ unit of impedance, i.e., for an acoustic medium, the ratio of the flux or volumic speed (area times particle speed) of the resulting waves through it to the effective sound pressure (i.e. force) causing them, the unit being qualified, according to the units used, as m.k.s. or c.g.s. \n The mechanical ohm is defined as:\n $$Mohm \\equiv 1\\,dyn\\cdot\\,s\\cdot cm^{-1} \\text{ or } 10^{-3} N\\cdot s\\cdot m^{-1}$$.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"expression" : "$mohm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MechanicalMobility",
"informativeReference" : "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-914",
"latexDefinition" : [ "$1\\:{mohm_{mks}} = 10^{3}\\:\\frac m {N.s}\\:(=\\:10^{3}\\: \\frac s {kg}\\:in\\:base\\:m.k.s.\\:terms)$", "$1\\:{mohm_{cgs}} = 1\\:\\frac {cm} {dyn.s}\\: (=\\:1\\:\\frac s g \\:in\\:base\\:c.g.s.\\:terms)$" ],
"scalingOf" : "http://qudt.org/vocab/unit/SEC-PER-KiloGM",
"symbol" : "mohm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mohm", {
"@language" : "en",
"@value" : "Mohm"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL
URI: http://qudt.org/vocab/unit/MOL
The $\textit{mole}$ is a unit of measurement used in chemistry to express amounts of a chemical substance. The official definition, adopted as part of the SI system in 1971, is that one mole of a substance contains just as many elementary entities (atoms, molecules, ions, or other kinds of particles) as there are atoms in 12 grams of carbon-12 (carbon-12 is the most common atomic form of carbon, consisting of atoms having 6 protons and 6 neutrons). This corresponds to a value of $6.02214179(30) \times 10^{23}$ elementary entities of the substance. It is one of the base units in the International System of Units, and has the unit symbol $mol$. A Mole is the SI base unit of the amount of a substance (as distinct from its mass or weight). Moles measure the actual number of atoms or molecules in an object. An earlier name is gram molecular weight, because one mole of a chemical compound is the same number of grams as the molecular weight of a molecule of that compound measured in atomic mass units.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MOL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{mole}$ is a unit of measurement used in chemistry to express amounts of a chemical substance.
The official definition, adopted as part of the SI system in 1971, is that one mole of a substance contains just as many elementary entities (atoms, molecules, ions, or other kinds of particles) as there are atoms in 12 grams of carbon-12 (carbon-12 is the most common atomic form of carbon, consisting of atoms having 6 protons and 6 neutrons).
This corresponds to a value of $6.02214179(30) \\times 10^{23}$ elementary entities of the substance.
It is one of the base units in the International System of Units, and has the unit symbol $mol$.
A Mole is the SI base unit of the amount of a substance (as distinct from its mass or weight).
Moles measure the actual number of atoms or molecules in an object.
An earlier name is gram molecular weight, because one mole of a chemical compound is the same number of grams as the molecular weight of a molecule of that compound measured in atomic mass units.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Mole_%28unit%29"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExtentOfReaction> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA882" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Mole_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA882"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/mole> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/mole> ;
<http://qudt.org/schema/qudt/symbol> "mol" ;
<http://qudt.org/schema/qudt/ucumCode> "mol"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "mol" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C34" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q41509> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mol"@cs ;
rdfs:label "Mol"@de ;
rdfs:label "Mol"@es ;
rdfs:label "Mol"@pl ;
rdfs:label "Mol"@pt ;
rdfs:label "Mol"@ro ;
rdfs:label "Mol"@sl ;
rdfs:label "Mol"@tr ;
rdfs:label "Mole" ;
rdfs:label "Mole"@en ;
rdfs:label "Mole"@fr ;
rdfs:label "Mole"@it ;
rdfs:label "Mole"@ms ;
rdfs:label "Moles"@la ;
rdfs:label "Mól"@hu ;
rdfs:label "Μολ"@el ;
rdfs:label "Мол"@bg ;
rdfs:label "Моль"@ru ;
rdfs:label "מול"@he ;
rdfs:label "مول"@ar ;
rdfs:label "مول"@fa ;
rdfs:label "मोल (इकाई)"@hi ;
rdfs:label "モル"@ja ;
rdfs:label "摩尔"@zh ;
.
{"resource":"Mole"
,"qname":"unit:MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL"
,"properties":["Individual from SI Reference Point":"si-unit:mole"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q41509>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Mole_%28unit%29"
,"description":"\n The $\\textit{mole}$ is a unit of measurement used in chemistry to express amounts of a chemical substance. \n The official definition, adopted as part of the SI system in 1971, is that one mole of a substance contains just as many elementary entities (atoms, molecules, ions, or other kinds of particles) as there are atoms in 12 grams of carbon-12 (carbon-12 is the most common atomic form of carbon, consisting of atoms having 6 protons and 6 neutrons).\n This corresponds to a value of $6.02214179(30) \\times 10^{23}$ elementary entities of the substance. \n It is one of the base units in the International System of Units, and has the unit symbol $mol$. \n A Mole is the SI base unit of the amount of a substance (as distinct from its mass or weight). \n Moles measure the actual number of atoms or molecules in an object. \n An earlier name is gram molecular weight, because one mole of a chemical compound is the same number of grams as the molecular weight of a molecule of that compound measured in atomic mass units.\n "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"has quantity kind":"quantitykind:ExtentOfReaction"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA882"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Mole_(unit)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA882"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol"
,"label":"Mol"
,"label":"Mol"
,"label":"Mol"
,"label":"Mol"
,"label":"Mol"
,"label":"Mol"
,"label":"Mol"
,"label":"Mole"
,"label":"Mole"
,"label":"Mole"
,"label":"Mole"
,"label":"Mole"
,"label":"Moles"
,"label":"Mól"
,"label":"Μολ"
,"label":"Мол"
,"label":"Моль"
,"label":"מול"
,"label":"مول"
,"label":"مول"
,"label":"मोल (इकाई)"
,"label":"モル"
,"label":"摩尔"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/mole>"
,"symbol":"mol"
,"type":"qudt:Unit"
,"ucum code":"mol"
,"udunits code":"mol"
,"unece common code":"C34"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{mole}$ is a unit of measurement used in chemistry to express amounts of a chemical substance. \n The official definition, adopted as part of the SI system in 1971, is that one mole of a substance contains just as many elementary entities (atoms, molecules, ions, or other kinds of particles) as there are atoms in 12 grams of carbon-12 (carbon-12 is the most common atomic form of carbon, consisting of atoms having 6 protons and 6 neutrons).\n This corresponds to a value of $6.02214179(30) \\times 10^{23}$ elementary entities of the substance. \n It is one of the base units in the International System of Units, and has the unit symbol $mol$. \n A Mole is the SI base unit of the amount of a substance (as distinct from its mass or weight). \n Moles measure the actual number of atoms or molecules in an object. \n An earlier name is gram molecular weight, because one mole of a chemical compound is the same number of grams as the molecular weight of a molecule of that compound measured in atomic mass units.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Mole_%28unit%29",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ExtentOfReaction", "http://qudt.org/vocab/quantitykind/AmountOfSubstance" ],
"iec61360Code" : "0112/2///62720#UAA882",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Mole_(unit)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA882" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/mole",
"siExactMatch" : "https://si-digital-framework.org/SI/units/mole",
"symbol" : "mol",
"ucumCode" : "mol",
"udunitsCode" : "mol",
"uneceCommonCode" : "C34",
"wikidataMatch" : "http://www.wikidata.org/entity/Q41509",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hu",
"@value" : "Mól"
}, {
"@language" : "he",
"@value" : "מול"
}, "Mole", {
"@language" : "en",
"@value" : "Mole"
}, {
"@language" : "fr",
"@value" : "Mole"
}, {
"@language" : "it",
"@value" : "Mole"
}, {
"@language" : "ms",
"@value" : "Mole"
}, {
"@language" : "hi",
"@value" : "मोल (इकाई)"
}, {
"@language" : "cs",
"@value" : "Mol"
}, {
"@language" : "de",
"@value" : "Mol"
}, {
"@language" : "es",
"@value" : "Mol"
}, {
"@language" : "pl",
"@value" : "Mol"
}, {
"@language" : "pt",
"@value" : "Mol"
}, {
"@language" : "ro",
"@value" : "Mol"
}, {
"@language" : "sl",
"@value" : "Mol"
}, {
"@language" : "tr",
"@value" : "Mol"
}, {
"@language" : "la",
"@value" : "Moles"
}, {
"@language" : "bg",
"@value" : "Мол"
}, {
"@language" : "ja",
"@value" : "モル"
}, {
"@language" : "ru",
"@value" : "Моль"
}, {
"@language" : "el",
"@value" : "Μολ"
}, {
"@language" : "ar",
"@value" : "مول"
}, {
"@language" : "fa",
"@value" : "مول"
}, {
"@language" : "zh",
"@value" : "摩尔"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-DEG_C
URI: http://qudt.org/vocab/unit/MOL-DEG_C
$\textit{Mole Degree Celsius}$ is a C.G.S System unit for $\textit{Temperature Amount Of Substance}$ expressed as $mol-degC$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MOL-DEG_C>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Mole Degree Celsius}$ is a C.G.S System unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-degC$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$mol-deg-c$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/expression> "$mol-degC$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperatureAmountOfSubstance> ;
<http://qudt.org/schema/qudt/symbol> "mol·°C" ;
<http://qudt.org/schema/qudt/ucumCode> "mol.Cel"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mol Celsius"@tr ;
rdfs:label "Mol Grad Celsius"@de ;
rdfs:label "Mol Grad Celsius"@ro ;
rdfs:label "Mol Grado Celsius"@es ;
rdfs:label "Mol Grau Celsius"@pt ;
rdfs:label "Mol Stopień Celsjusza"@pl ;
rdfs:label "Mol Stopinja Celzija"@sl ;
rdfs:label "Mol Stupně Celsia"@cs ;
rdfs:label "Mole Darjah Celsius"@ms ;
rdfs:label "Mole Degree Celsius" ;
rdfs:label "Mole Degree Celsius"@en ;
rdfs:label "Mole Degré Celsius"@fr ;
rdfs:label "Mole Grado Celsius"@it ;
rdfs:label "Moles Gradus Celsii"@la ;
rdfs:label "Μολ Βαθμός Κελσίου"@el ;
rdfs:label "Мол Градус Целзий"@bg ;
rdfs:label "Моль Градус Цельсия"@ru ;
.
{"resource":"Mole Degree Celsius"
,"qname":"unit:MOL-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-DEG_C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Mole Degree Celsius}$ is a C.G.S System unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-degC$.\n "
,"expression":"$mol-deg-c$"
,"expression":"$mol-degC$"
,"has dimension vector":"qkdv:A1E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:TemperatureAmountOfSubstance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol Celsius"
,"label":"Mol Grad Celsius"
,"label":"Mol Grad Celsius"
,"label":"Mol Grado Celsius"
,"label":"Mol Grau Celsius"
,"label":"Mol Stopień Celsjusza"
,"label":"Mol Stopinja Celzija"
,"label":"Mol Stupně Celsia"
,"label":"Mole Darjah Celsius"
,"label":"Mole Degree Celsius"
,"label":"Mole Degree Celsius"
,"label":"Mole Degré Celsius"
,"label":"Mole Grado Celsius"
,"label":"Moles Gradus Celsii"
,"label":"Μολ Βαθμός Κελσίου"
,"label":"Мол Градус Целзий"
,"label":"Моль Градус Цельсия"
,"symbol":"mol·°C"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mol.Cel"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Mole Degree Celsius}$ is a C.G.S System unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-degC$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : [ "$mol-deg-c$", "$mol-degC$" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperatureAmountOfSubstance",
"symbol" : "mol·°C",
"ucumCode" : "mol.Cel",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Mol Stupně Celsia"
}, {
"@language" : "tr",
"@value" : "Mol Celsius"
}, {
"@language" : "ms",
"@value" : "Mole Darjah Celsius"
}, {
"@language" : "pt",
"@value" : "Mol Grau Celsius"
}, {
"@language" : "it",
"@value" : "Mole Grado Celsius"
}, {
"@language" : "pl",
"@value" : "Mol Stopień Celsjusza"
}, {
"@language" : "de",
"@value" : "Mol Grad Celsius"
}, {
"@language" : "ro",
"@value" : "Mol Grad Celsius"
}, "Mole Degree Celsius", {
"@language" : "en",
"@value" : "Mole Degree Celsius"
}, {
"@language" : "el",
"@value" : "Μολ Βαθμός Κελσίου"
}, {
"@language" : "la",
"@value" : "Moles Gradus Celsii"
}, {
"@language" : "bg",
"@value" : "Мол Градус Целзий"
}, {
"@language" : "sl",
"@value" : "Mol Stopinja Celzija"
}, {
"@language" : "fr",
"@value" : "Mole Degré Celsius"
}, {
"@language" : "ru",
"@value" : "Моль Градус Цельсия"
}, {
"@language" : "es",
"@value" : "Mol Grado Celsius"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-K
URI: http://qudt.org/vocab/unit/MOL-K
The $\textit{Mole Kelvin}$ is a unit for $\textit{Temperature Amount Of Substance}$ expressed as $mol-K$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MOL-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Mole Kelvin}$ is a unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-K$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperatureAmountOfSubstance> ;
<http://qudt.org/schema/qudt/symbol> "mol·K" ;
<http://qudt.org/schema/qudt/ucumCode> "mol.K"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mol Kelvin"@cs ;
rdfs:label "Mol Kelvin"@de ;
rdfs:label "Mol Kelvin"@es ;
rdfs:label "Mol Kelvin"@pt ;
rdfs:label "Mol Kelvin"@ro ;
rdfs:label "Mol Kelvin"@sl ;
rdfs:label "Mol Kelvin"@tr ;
rdfs:label "Mol Kelwin"@pl ;
rdfs:label "Mole Kelvin" ;
rdfs:label "Mole Kelvin"@en ;
rdfs:label "Mole Kelvin"@fr ;
rdfs:label "Mole Kelvin"@it ;
rdfs:label "Mole Kelvin"@ms ;
rdfs:label "Moles Kelvin"@la ;
rdfs:label "Μολ Κέλβιν"@el ;
rdfs:label "Мол Келвин"@bg ;
rdfs:label "Моль Кельвин"@ru ;
.
{"resource":"Mole Kelvin"
,"qname":"unit:MOL-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\n The $\\textit{Mole Kelvin}$ is a unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-K$.\n "
,"has dimension vector":"qkdv:A1E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:TemperatureAmountOfSubstance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol Kelvin"
,"label":"Mol Kelvin"
,"label":"Mol Kelvin"
,"label":"Mol Kelvin"
,"label":"Mol Kelvin"
,"label":"Mol Kelvin"
,"label":"Mol Kelvin"
,"label":"Mol Kelwin"
,"label":"Mole Kelvin"
,"label":"Mole Kelvin"
,"label":"Mole Kelvin"
,"label":"Mole Kelvin"
,"label":"Mole Kelvin"
,"label":"Moles Kelvin"
,"label":"Μολ Κέλβιν"
,"label":"Мол Келвин"
,"label":"Моль Кельвин"
,"symbol":"mol·K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mol.K"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The $\\textit{Mole Kelvin}$ is a unit for $\\textit{Temperature Amount Of Substance}$ expressed as $mol-K$.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperatureAmountOfSubstance",
"symbol" : "mol·K",
"ucumCode" : "mol.K",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Mol Kelwin"
}, "Mole Kelvin", {
"@language" : "fr",
"@value" : "Mole Kelvin"
}, {
"@language" : "it",
"@value" : "Mole Kelvin"
}, {
"@language" : "ms",
"@value" : "Mole Kelvin"
}, {
"@language" : "en",
"@value" : "Mole Kelvin"
}, {
"@language" : "el",
"@value" : "Μολ Κέλβιν"
}, {
"@language" : "la",
"@value" : "Moles Kelvin"
}, {
"@language" : "cs",
"@value" : "Mol Kelvin"
}, {
"@language" : "de",
"@value" : "Mol Kelvin"
}, {
"@language" : "es",
"@value" : "Mol Kelvin"
}, {
"@language" : "pt",
"@value" : "Mol Kelvin"
}, {
"@language" : "ro",
"@value" : "Mol Kelvin"
}, {
"@language" : "sl",
"@value" : "Mol Kelvin"
}, {
"@language" : "tr",
"@value" : "Mol Kelvin"
}, {
"@language" : "ru",
"@value" : "Моль Кельвин"
}, {
"@language" : "bg",
"@value" : "Мол Келвин"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-DeciM3
URI: http://qudt.org/vocab/unit/MOL-PER-DeciM3
SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-DeciM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterSolubility> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/DeciM3-PER-MOL> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA883" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA883"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "mol/dm³" ; <http://qudt.org/schema/qudt/ucumCode> "mol.dm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C35" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107970291> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Decimetr Krychlový"@cs ; rdfs:label "Mol na Decimetr Sześcienny"@pl ; rdfs:label "Mol na Kubični Decimeter"@sl ; rdfs:label "Mol pe Decimetru Cub"@ro ; rdfs:label "Mol per Decimetreküp"@tr ; rdfs:label "Mol por Decimetro Cúbico"@es ; rdfs:label "Mol pro Kubikdecimeter"@de ; rdfs:label "Mole par Decimètre Cube"@fr ; rdfs:label "Mole per Cubic Decimeter"@en-US ; rdfs:label "Mole per Cubic Decimetre" ; rdfs:label "Mole per Cubic Decimetre"@en ; rdfs:label "Mole per Decimeter Kubik"@ms ; rdfs:label "Mole per Decimetro Cubo"@it ; .
{"resource":"Mole per Cubic Decimetre"
,"qname":"unit:MOL-PER-DeciM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-DeciM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107970291>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"has quantity kind":"quantitykind:WaterSolubility"
,"has reciprocal unit":"unit:DeciM3-PER-MOL"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA883"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA883"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Decimetr Krychlový"
,"label":"Mol na Decimetr Sześcienny"
,"label":"Mol na Kubični Decimeter"
,"label":"Mol pe Decimetru Cub"
,"label":"Mol per Decimetreküp"
,"label":"Mol por Decimetro Cúbico"
,"label":"Mol pro Kubikdecimeter"
,"label":"Mole par Decimètre Cube"
,"label":"Mole per Cubic Decimeter"
,"label":"Mole per Cubic Decimetre"
,"label":"Mole per Cubic Decimetre"
,"label":"Mole per Decimeter Kubik"
,"label":"Mole per Decimetro Cubo"
,"symbol":"mol\/dm³"
,"type":"qudt:Unit"
,"ucum code":"mol.dm-3"
,"unece common code":"C35"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-DeciM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/WaterSolubility", "http://qudt.org/vocab/quantitykind/Concentration" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/DeciM3-PER-MOL",
"iec61360Code" : "0112/2///62720#UAA883",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA883",
"plainTextDescription" : "SI base unit mol divided by the 0.001-fold of the power of the SI base unit metre with the exponent 3",
"symbol" : "mol/dm³",
"ucumCode" : "mol.dm-3",
"uneceCommonCode" : "C35",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107970291",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Mole par Decimètre Cube"
}, {
"@language" : "ro",
"@value" : "Mol pe Decimetru Cub"
}, {
"@language" : "en-us",
"@value" : "Mole per Cubic Decimeter"
}, "Mole per Cubic Decimetre", {
"@language" : "de",
"@value" : "Mol pro Kubikdecimeter"
}, {
"@language" : "pl",
"@value" : "Mol na Decimetr Sześcienny"
}, {
"@language" : "ms",
"@value" : "Mole per Decimeter Kubik"
}, {
"@language" : "it",
"@value" : "Mole per Decimetro Cubo"
}, {
"@language" : "cs",
"@value" : "Mol na Decimetr Krychlový"
}, {
"@language" : "en",
"@value" : "Mole per Cubic Decimetre"
}, {
"@language" : "es",
"@value" : "Mol por Decimetro Cúbico"
}, {
"@language" : "sl",
"@value" : "Mol na Kubični Decimeter"
}, {
"@language" : "tr",
"@value" : "Mol per Decimetreküp"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-GM-HR
URI: http://qudt.org/vocab/unit/MOL-PER-GM-HR
SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-GM-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BiogeochemicalRate> ; <http://qudt.org/schema/qudt/symbol> "mol/(g·h)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.g-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mole per Gram Hour" ; rdfs:label "Mole per Gram Hour"@en ; .
{"resource":"Mole per Gram Hour"
,"qname":"unit:MOL-PER-GM-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-GM-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.2777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-1"
,"description":"SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour."
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:BiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mole per Gram Hour"
,"label":"Mole per Gram Hour"
,"symbol":"mol\/(g·h)"
,"type":"qudt:Unit"
,"ucum code":"mol.g-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-GM-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.2777777777777777777777777777777778",
"conversionMultiplier:SN" : 0.2777777777777778,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/BiogeochemicalRate",
"symbol" : "mol/(g·h)",
"ucumCode" : "mol.g-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mole per Gram Hour", {
"@language" : "en",
"@value" : "Mole per Gram Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-HR
URI: http://qudt.org/vocab/unit/MOL-PER-HR
SI base unit mole divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mole divided by the unit for time hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA884" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA884"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit mole divided by the unit for time hour" ; <http://qudt.org/schema/qudt/symbol> "mol/h" ; <http://qudt.org/schema/qudt/ucumCode> "mol.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L23" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mole per Hour" ; rdfs:label "Mole per Hour"@en ; .
{"resource":"Mole per Hour"
,"qname":"unit:MOL-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"SI base unit mole divided by the unit for time hour"
,"description (plain text)":"SI base unit mole divided by the unit for time hour"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA884"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA884"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mole per Hour"
,"label":"Mole per Hour"
,"symbol":"mol\/h"
,"type":"qudt:Unit"
,"ucum code":"mol.h-1"
,"unece common code":"L23"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mole divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFlowRate",
"iec61360Code" : "0112/2///62720#UAA884",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA884",
"plainTextDescription" : "SI base unit mole divided by the unit for time hour",
"symbol" : "mol/h",
"ucumCode" : "mol.h-1",
"uneceCommonCode" : "L23",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mole per Hour", {
"@language" : "en",
"@value" : "Mole per Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-KiloGM
URI: http://qudt.org/vocab/unit/MOL-PER-KiloGM
Mole Per Kilogram ($mol/kg$) is a unit of Molality
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Mole Per Kilogram ($mol/kg$) is a unit of Molality"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$mol/kg$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IonicStrength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolalityOfSolute> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloGM-PER-MOL> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA885" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA885"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mol/kg" ; <http://qudt.org/schema/qudt/ucumCode> "mol.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C19" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q88957663> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kilogram"@cs ; rdfs:label "Mol na Kilogram"@pl ; rdfs:label "Mol na Kilogram"@sl ; rdfs:label "Mol pe Kilogram"@ro ; rdfs:label "Mol per Kilogram"@tr ; rdfs:label "Mol por Kilogramo"@es ; rdfs:label "Mol por Quilograma"@pt ; rdfs:label "Mol pro Kilogramm"@de ; rdfs:label "Mole par Kilogramme"@fr ; rdfs:label "Mole per Chilogrammo"@it ; rdfs:label "Mole per Kilogram" ; rdfs:label "Mole per Kilogram"@en ; rdfs:label "Mole per Kilogram"@ms ; rdfs:label "Moles per Chiliogramma"@la ; rdfs:label "Μολ ανά Χιλιόγραμμο"@el ; rdfs:label "Мол на Килограм"@bg ; rdfs:label "Моль на Килограмм"@ru ; .
{"resource":"Mole per Kilogram"
,"qname":"unit:MOL-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q88957663>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Mole Per Kilogram ($mol\/kg$) is a unit of Molality"
,"expression":"$mol\/kg$"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"has quantity kind":"quantitykind:IonicStrength"
,"has quantity kind":"quantitykind:MolalityOfSolute"
,"has reciprocal unit":"unit:KiloGM-PER-MOL"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA885"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA885"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kilogram"
,"label":"Mol na Kilogram"
,"label":"Mol na Kilogram"
,"label":"Mol pe Kilogram"
,"label":"Mol per Kilogram"
,"label":"Mol por Kilogramo"
,"label":"Mol por Quilograma"
,"label":"Mol pro Kilogramm"
,"label":"Mole par Kilogramme"
,"label":"Mole per Chilogrammo"
,"label":"Mole per Kilogram"
,"label":"Mole per Kilogram"
,"label":"Mole per Kilogram"
,"label":"Moles per Chiliogramma"
,"label":"Μολ ανά Χιλιόγραμμο"
,"label":"Мол на Килограм"
,"label":"Моль на Килограмм"
,"symbol":"mol\/kg"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mol.kg-1"
,"unece common code":"C19"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-KiloGM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Mole Per Kilogram ($mol/kg$) is a unit of Molality",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$mol/kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass", "http://qudt.org/vocab/quantitykind/IonicStrength", "http://qudt.org/vocab/quantitykind/MolalityOfSolute" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloGM-PER-MOL",
"iec61360Code" : "0112/2///62720#UAA885",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA885",
"symbol" : "mol/kg",
"ucumCode" : "mol.kg-1",
"uneceCommonCode" : "C19",
"wikidataMatch" : "http://www.wikidata.org/entity/Q88957663",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Mole per Chilogrammo"
}, {
"@language" : "pt",
"@value" : "Mol por Quilograma"
}, {
"@language" : "la",
"@value" : "Moles per Chiliogramma"
}, {
"@language" : "fr",
"@value" : "Mole par Kilogramme"
}, {
"@language" : "el",
"@value" : "Μολ ανά Χιλιόγραμμο"
}, {
"@language" : "de",
"@value" : "Mol pro Kilogramm"
}, {
"@language" : "es",
"@value" : "Mol por Kilogramo"
}, {
"@language" : "ru",
"@value" : "Моль на Килограмм"
}, {
"@language" : "cs",
"@value" : "Mol na Kilogram"
}, {
"@language" : "pl",
"@value" : "Mol na Kilogram"
}, {
"@language" : "sl",
"@value" : "Mol na Kilogram"
}, {
"@language" : "tr",
"@value" : "Mol per Kilogram"
}, {
"@language" : "ro",
"@value" : "Mol pe Kilogram"
}, {
"@language" : "bg",
"@value" : "Мол на Килограм"
}, "Mole per Kilogram", {
"@language" : "en",
"@value" : "Mole per Kilogram"
}, {
"@language" : "ms",
"@value" : "Mole per Kilogram"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-KiloGM-BAR
URI: http://qudt.org/vocab/unit/MOL-PER-KiloGM-BAR
SI base unit mol divided by the product of the SI base unit kilogram and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-KiloGM-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mol divided by the product of the SI base unit kilogram and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L1I0M-2H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMassPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA887" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA887"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mol/(kg·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.kg-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L25" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mole per Kilogram Bar" ; rdfs:label "Mole per Kilogram Bar"@en ; .
{"resource":"Mole per Kilogram Bar"
,"qname":"unit:MOL-PER-KiloGM-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-KiloGM-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI base unit mol divided by the product of the SI base unit kilogram and the unit bar"
,"has dimension vector":"qkdv:A1E0L1I0M-2H0T2D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMassPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA887"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA887"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mole per Kilogram Bar"
,"label":"Mole per Kilogram Bar"
,"symbol":"mol\/(kg·bar)"
,"type":"qudt:Unit"
,"ucum code":"mol.kg-1.bar-1"
,"unece common code":"L25"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-KiloGM-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the product of the SI base unit kilogram and the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L1I0M-2H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMassPressure",
"iec61360Code" : "0112/2///62720#UAA887",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA887",
"symbol" : "mol/(kg·bar)",
"ucumCode" : "mol.kg-1.bar-1",
"uneceCommonCode" : "L25",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mole per Kilogram Bar", {
"@language" : "en",
"@value" : "Mole per Kilogram Bar"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-KiloGM-K
URI: http://qudt.org/vocab/unit/MOL-PER-KiloGM-K
SI base unit mol divided by the product of the SI base unit kilogram and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-KiloGM-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mol divided by the product of the SI base unit kilogram and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA886" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA886"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mol/(kg·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.kg-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L24" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kilogram Kelvin"@cs ; rdfs:label "Mol na Kilogram Kelvin"@sl ; rdfs:label "Mol na Kilogram Kelwin"@pl ; rdfs:label "Mol pe Kilogram Kelvin"@ro ; rdfs:label "Mol per Kilogram Kelvin"@tr ; rdfs:label "Mol por Kilogramo Kelvin"@es ; rdfs:label "Mol por Quilograma Kelvin"@pt ; rdfs:label "Mol pro Kilogramm Kelvin"@de ; rdfs:label "Mole par Kilogramme Kelvin"@fr ; rdfs:label "Mole per Chilogrammo Kelvin"@it ; rdfs:label "Mole per Kilogram Kelvin" ; rdfs:label "Mole per Kilogram Kelvin"@en ; rdfs:label "Mole per Kilogram Kelvin"@ms ; rdfs:label "Moles per Chiliogramma Kelvin"@la ; rdfs:label "Μολ ανά Χιλιόγραμμο Κέλβιν"@el ; rdfs:label "Мол на Килограм Келвин"@bg ; rdfs:label "Моль на Килограмм Кельвин"@ru ; .
{"resource":"Mole per Kilogram Kelvin"
,"qname":"unit:MOL-PER-KiloGM-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-KiloGM-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit mol divided by the product of the SI base unit kilogram and the SI base unit Kelvin"
,"has dimension vector":"qkdv:A1E0L0I0M-1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA886"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA886"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kilogram Kelvin"
,"label":"Mol na Kilogram Kelvin"
,"label":"Mol na Kilogram Kelwin"
,"label":"Mol pe Kilogram Kelvin"
,"label":"Mol per Kilogram Kelvin"
,"label":"Mol por Kilogramo Kelvin"
,"label":"Mol por Quilograma Kelvin"
,"label":"Mol pro Kilogramm Kelvin"
,"label":"Mole par Kilogramme Kelvin"
,"label":"Mole per Chilogrammo Kelvin"
,"label":"Mole per Kilogram Kelvin"
,"label":"Mole per Kilogram Kelvin"
,"label":"Mole per Kilogram Kelvin"
,"label":"Moles per Chiliogramma Kelvin"
,"label":"Μολ ανά Χιλιόγραμμο Κέλβιν"
,"label":"Мол на Килограм Келвин"
,"label":"Моль на Килограмм Кельвин"
,"symbol":"mol\/(kg·K)"
,"type":"qudt:Unit"
,"ucum code":"mol.kg-1.K-1"
,"unece common code":"L24"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-KiloGM-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the product of the SI base unit kilogram and the SI base unit Kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA886",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA886",
"symbol" : "mol/(kg·K)",
"ucumCode" : "mol.kg-1.K-1",
"uneceCommonCode" : "L24",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mole per Kilogram Kelvin", {
"@language" : "en",
"@value" : "Mole per Kilogram Kelvin"
}, {
"@language" : "ms",
"@value" : "Mole per Kilogram Kelvin"
}, {
"@language" : "fr",
"@value" : "Mole par Kilogramme Kelvin"
}, {
"@language" : "el",
"@value" : "Μολ ανά Χιλιόγραμμο Κέλβιν"
}, {
"@language" : "la",
"@value" : "Moles per Chiliogramma Kelvin"
}, {
"@language" : "it",
"@value" : "Mole per Chilogrammo Kelvin"
}, {
"@language" : "pl",
"@value" : "Mol na Kilogram Kelwin"
}, {
"@language" : "ro",
"@value" : "Mol pe Kilogram Kelvin"
}, {
"@language" : "es",
"@value" : "Mol por Kilogramo Kelvin"
}, {
"@language" : "de",
"@value" : "Mol pro Kilogramm Kelvin"
}, {
"@language" : "ru",
"@value" : "Моль на Килограмм Кельвин"
}, {
"@language" : "cs",
"@value" : "Mol na Kilogram Kelvin"
}, {
"@language" : "bg",
"@value" : "Мол на Килограм Келвин"
}, {
"@language" : "sl",
"@value" : "Mol na Kilogram Kelvin"
}, {
"@language" : "tr",
"@value" : "Mol per Kilogram Kelvin"
}, {
"@language" : "pt",
"@value" : "Mol por Quilograma Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-KiloGM-PA
URI: http://qudt.org/vocab/unit/MOL-PER-KiloGM-PA
Mole Per Kilogram Pascal ($mol/kg-pa$) is a unit of Molar Mass variation due to Pressure.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-KiloGM-PA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Mole Per Kilogram Pascal ($mol/kg-pa$) is a unit of Molar Mass variation due to Pressure."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$mol/(kg.pa)$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L1I0M-2H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMassPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB317" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB317"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mol/(kg·Pa)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.kg-1.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P51" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kilogram Pascal"@cs ; rdfs:label "Mol na Kilogram Pascal"@sl ; rdfs:label "Mol na Kilogram Paskal"@pl ; rdfs:label "Mol pe Kilogram Pascal"@ro ; rdfs:label "Mol per Kilogram Pascal"@tr ; rdfs:label "Mol por Kilogramo Pascal"@es ; rdfs:label "Mol por Quilograma Pascal"@pt ; rdfs:label "Mol pro Kilogramm Pascal"@de ; rdfs:label "Mole par Kilogramme Pascal"@fr ; rdfs:label "Mole per Chilogrammo Pascal"@it ; rdfs:label "Mole per Kilogram Pascal" ; rdfs:label "Mole per Kilogram Pascal"@en ; rdfs:label "Mole per Kilogram Pascal"@ms ; rdfs:label "Moles per Chiliogramma Pascalium"@la ; rdfs:label "Μολ ανά Χιλιόγραμμο Πασκάλ"@el ; rdfs:label "Мол на Килограм Паскал"@bg ; rdfs:label "Моль на Килограмм Паскаль"@ru ; .
{"resource":"Mole per Kilogram Pascal"
,"qname":"unit:MOL-PER-KiloGM-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-KiloGM-PA"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Mole Per Kilogram Pascal ($mol\/kg-pa$) is a unit of Molar Mass variation due to Pressure."
,"expression":"$mol\/(kg.pa)$"
,"has dimension vector":"qkdv:A1E0L1I0M-2H0T2D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMassPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB317"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB317"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kilogram Pascal"
,"label":"Mol na Kilogram Pascal"
,"label":"Mol na Kilogram Paskal"
,"label":"Mol pe Kilogram Pascal"
,"label":"Mol per Kilogram Pascal"
,"label":"Mol por Kilogramo Pascal"
,"label":"Mol por Quilograma Pascal"
,"label":"Mol pro Kilogramm Pascal"
,"label":"Mole par Kilogramme Pascal"
,"label":"Mole per Chilogrammo Pascal"
,"label":"Mole per Kilogram Pascal"
,"label":"Mole per Kilogram Pascal"
,"label":"Mole per Kilogram Pascal"
,"label":"Moles per Chiliogramma Pascalium"
,"label":"Μολ ανά Χιλιόγραμμο Πασκάλ"
,"label":"Мол на Килограм Паскал"
,"label":"Моль на Килограмм Паскаль"
,"symbol":"mol\/(kg·Pa)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mol.kg-1.Pa-1"
,"unece common code":"P51"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-KiloGM-PA",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Mole Per Kilogram Pascal ($mol/kg-pa$) is a unit of Molar Mass variation due to Pressure.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$mol/(kg.pa)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L1I0M-2H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMassPressure",
"iec61360Code" : "0112/2///62720#UAB317",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB317",
"symbol" : "mol/(kg·Pa)",
"ucumCode" : "mol.kg-1.Pa-1",
"uneceCommonCode" : "P51",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Mol pe Kilogram Pascal"
}, {
"@language" : "la",
"@value" : "Moles per Chiliogramma Pascalium"
}, {
"@language" : "es",
"@value" : "Mol por Kilogramo Pascal"
}, {
"@language" : "tr",
"@value" : "Mol per Kilogram Pascal"
}, {
"@language" : "pt",
"@value" : "Mol por Quilograma Pascal"
}, {
"@language" : "pl",
"@value" : "Mol na Kilogram Paskal"
}, {
"@language" : "cs",
"@value" : "Mol na Kilogram Pascal"
}, {
"@language" : "ru",
"@value" : "Моль на Килограмм Паскаль"
}, {
"@language" : "sl",
"@value" : "Mol na Kilogram Pascal"
}, "Mole per Kilogram Pascal", {
"@language" : "en",
"@value" : "Mole per Kilogram Pascal"
}, {
"@language" : "ms",
"@value" : "Mole per Kilogram Pascal"
}, {
"@language" : "bg",
"@value" : "Мол на Килограм Паскал"
}, {
"@language" : "de",
"@value" : "Mol pro Kilogramm Pascal"
}, {
"@language" : "fr",
"@value" : "Mole par Kilogramme Pascal"
}, {
"@language" : "el",
"@value" : "Μολ ανά Χιλιόγραμμο Πασκάλ"
}, {
"@language" : "it",
"@value" : "Mole per Chilogrammo Pascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-L
URI: http://qudt.org/vocab/unit/MOL-PER-L
SI base unit mol divided by the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mol divided by the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterSolubility> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/L-PER-MOL> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA888" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA888"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit mol divided by the unit litre" ; <http://qudt.org/schema/qudt/symbol> "mol/L" ; <http://qudt.org/schema/qudt/ucumCode> "mol.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C38" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21064845> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mole per Liter"@en-US ; rdfs:label "Mole per Litre" ; rdfs:label "Mole per Litre"@en ; .
{"resource":"Mole per Litre"
,"qname":"unit:MOL-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21064845>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI base unit mol divided by the unit litre"
,"description (plain text)":"SI base unit mol divided by the unit litre"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"has quantity kind":"quantitykind:WaterSolubility"
,"has reciprocal unit":"unit:L-PER-MOL"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA888"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA888"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mole per Liter"
,"label":"Mole per Litre"
,"label":"Mole per Litre"
,"symbol":"mol\/L"
,"type":"qudt:Unit"
,"ucum code":"mol.L-1"
,"unece common code":"C38"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the unit litre",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Concentration", "http://qudt.org/vocab/quantitykind/WaterSolubility" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/L-PER-MOL",
"iec61360Code" : "0112/2///62720#UAA888",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA888",
"plainTextDescription" : "SI base unit mol divided by the unit litre",
"symbol" : "mol/L",
"ucumCode" : "mol.L-1",
"uneceCommonCode" : "C38",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21064845",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mole per Litre", {
"@language" : "en",
"@value" : "Mole per Litre"
}, {
"@language" : "en-us",
"@value" : "Mole per Liter"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-L-BAR
URI: http://qudt.org/vocab/unit/MOL-PER-L-BAR
SI base unit mol divided by the product of the unit litre and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-L-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mol divided by the product of the unit litre and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA890" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA890"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mol/(L·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.L-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L27" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mole per Liter Bar"@en-US ; rdfs:label "Mole per Litre Bar" ; rdfs:label "Mole per Litre Bar"@en ; .
{"resource":"Mole per Litre Bar"
,"qname":"unit:MOL-PER-L-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-L-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"SI base unit mol divided by the product of the unit litre and the unit bar"
,"has dimension vector":"qkdv:A1E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA890"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA890"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mole per Liter Bar"
,"label":"Mole per Litre Bar"
,"label":"Mole per Litre Bar"
,"symbol":"mol\/(L·bar)"
,"type":"qudt:Unit"
,"ucum code":"mol.L-1.bar-1"
,"unece common code":"L27"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-L-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the product of the unit litre and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA890",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA890",
"symbol" : "mol/(L·bar)",
"ucumCode" : "mol.L-1.bar-1",
"uneceCommonCode" : "L27",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Mole per Liter Bar"
}, "Mole per Litre Bar", {
"@language" : "en",
"@value" : "Mole per Litre Bar"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-L-K
URI: http://qudt.org/vocab/unit/MOL-PER-L-K
SI base unit mol divided by the product of the unit litre and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-L-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mol divided by the product of the unit litre and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA889" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA889"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mol/(L·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.L-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L26" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mole per Liter Kelvin"@en-US ; rdfs:label "Mole per Litre Kelvin" ; rdfs:label "Mole per Litre Kelvin"@en ; .
{"resource":"Mole per Litre Kelvin"
,"qname":"unit:MOL-PER-L-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-L-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI base unit mol divided by the product of the unit litre and the SI base unit Kelvin"
,"has dimension vector":"qkdv:A1E0L-3I0M0H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA889"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA889"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mole per Liter Kelvin"
,"label":"Mole per Litre Kelvin"
,"label":"Mole per Litre Kelvin"
,"symbol":"mol\/(L·K)"
,"type":"qudt:Unit"
,"ucum code":"mol.L-1.K-1"
,"unece common code":"L26"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-L-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the product of the unit litre and the SI base unit Kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA889",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA889",
"symbol" : "mol/(L·K)",
"ucumCode" : "mol.L-1.K-1",
"uneceCommonCode" : "L26",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Mole per Liter Kelvin"
}, "Mole per Litre Kelvin", {
"@language" : "en",
"@value" : "Mole per Litre Kelvin"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M2
URI: http://qudt.org/vocab/unit/MOL-PER-M2
SI unit of quantity of matter per SI unit area.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI unit of quantity of matter per SI unit area."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-PER-MOL> ; <http://qudt.org/schema/qudt/symbol> "mol/m²" ; <http://qudt.org/schema/qudt/ucumCode> "mol.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kvadratni Meter"@sl ; rdfs:label "Mol na Metr Kwadratowy"@pl ; rdfs:label "Mol na Čtvereční Metr"@cs ; rdfs:label "Mol pe Metru Pătrat"@ro ; rdfs:label "Mol per Metrekare"@tr ; rdfs:label "Mol por Metro Cuadrado"@es ; rdfs:label "Mol por Metro Quadrado"@pt ; rdfs:label "Mol pro Quadratmeter"@de ; rdfs:label "Mole par Mètre Carré"@fr ; rdfs:label "Mole per Meter Persegi"@ms ; rdfs:label "Mole per Metro Quadrato"@it ; rdfs:label "Mole per Square Meter"@en-US ; rdfs:label "Mole per Square Metre" ; rdfs:label "Mole per Square Metre"@en ; rdfs:label "Moles per Metrum Quadratum"@la ; rdfs:label "Μολ ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Мол на Квадратен Метър"@bg ; rdfs:label "Моль на Квадратный Метр"@ru ; .
{"resource":"Mole per Square Metre"
,"qname":"unit:MOL-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI unit of quantity of matter per SI unit area."
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:M2-PER-MOL"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kvadratni Meter"
,"label":"Mol na Metr Kwadratowy"
,"label":"Mol na Čtvereční Metr"
,"label":"Mol pe Metru Pătrat"
,"label":"Mol per Metrekare"
,"label":"Mol por Metro Cuadrado"
,"label":"Mol por Metro Quadrado"
,"label":"Mol pro Quadratmeter"
,"label":"Mole par Mètre Carré"
,"label":"Mole per Meter Persegi"
,"label":"Mole per Metro Quadrato"
,"label":"Mole per Square Meter"
,"label":"Mole per Square Metre"
,"label":"Mole per Square Metre"
,"label":"Moles per Metrum Quadratum"
,"label":"Μολ ανά Τετραγωνικό Μέτρο"
,"label":"Мол на Квадратен Метър"
,"label":"Моль на Квадратный Метр"
,"symbol":"mol\/m²"
,"type":"qudt:Unit"
,"ucum code":"mol.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "SI unit of quantity of matter per SI unit area."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-PER-MOL",
"symbol" : "mol/m²",
"ucumCode" : "mol.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Mol na Čtvereční Metr"
}, "Mole per Square Metre", {
"@language" : "en",
"@value" : "Mole per Square Metre"
}, {
"@language" : "ro",
"@value" : "Mol pe Metru Pătrat"
}, {
"@language" : "de",
"@value" : "Mol pro Quadratmeter"
}, {
"@language" : "el",
"@value" : "Μολ ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "pl",
"@value" : "Mol na Metr Kwadratowy"
}, {
"@language" : "it",
"@value" : "Mole per Metro Quadrato"
}, {
"@language" : "sl",
"@value" : "Mol na Kvadratni Meter"
}, {
"@language" : "tr",
"@value" : "Mol per Metrekare"
}, {
"@language" : "pt",
"@value" : "Mol por Metro Quadrado"
}, {
"@language" : "en-us",
"@value" : "Mole per Square Meter"
}, {
"@language" : "es",
"@value" : "Mol por Metro Cuadrado"
}, {
"@language" : "fr",
"@value" : "Mole par Mètre Carré"
}, {
"@language" : "ru",
"@value" : "Моль на Квадратный Метр"
}, {
"@language" : "bg",
"@value" : "Мол на Квадратен Метър"
}, {
"@language" : "la",
"@value" : "Moles per Metrum Quadratum"
}, {
"@language" : "ms",
"@value" : "Mole per Meter Persegi"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M2-DAY
URI: http://qudt.org/vocab/unit/MOL-PER-M2-DAY
quantity of matter per unit area per unit of time.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quantity of matter per unit area per unit of time."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity> ; <http://qudt.org/schema/qudt/symbol> "mol/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mole per Square Meter Day"@en-US ; rdfs:label "Mole per Square Metre Day" ; rdfs:label "Mole per Square Metre Day"@en ; .
{"resource":"Mole per Square Metre Day"
,"qname":"unit:MOL-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M2-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"description":"quantity of matter per unit area per unit of time."
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mole per Square Meter Day"
,"label":"Mole per Square Metre Day"
,"label":"Mole per Square Metre Day"
,"symbol":"mol\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"mol.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "quantity of matter per unit area per unit of time."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "mol/(m²·d)",
"ucumCode" : "mol.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mole per Square Metre Day", {
"@language" : "en",
"@value" : "Mole per Square Metre Day"
}, {
"@language" : "en-us",
"@value" : "Mole per Square Meter Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M2-SEC
URI: http://qudt.org/vocab/unit/MOL-PER-M2-SEC
SI unit of quantity of matter per SI unit area per SI unit of time.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-M2-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI unit of quantity of matter per SI unit area per SI unit of time."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity> ; <http://qudt.org/schema/qudt/symbol> "mol/(m²·s)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.m-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kvadratni Meter Sekunda"@sl ; rdfs:label "Mol na Metr Kwadratowy Sekunda"@pl ; rdfs:label "Mol na Čtvereční Metr Sekunda"@cs ; rdfs:label "Mol pe Metru Pătrat Secundă"@ro ; rdfs:label "Mol per Metrekare Saniye"@tr ; rdfs:label "Mol por Metro Cuadrado Segundo"@es ; rdfs:label "Mol por Metro Quadrado Segundo"@pt ; rdfs:label "Mol pro Quadratmeter Sekunde"@de ; rdfs:label "Mole par Mètre Carré Seconde"@fr ; rdfs:label "Mole per Meter Persegi Saat"@ms ; rdfs:label "Mole per Metro Quadrato Secondo"@it ; rdfs:label "Mole per Square Meter Second"@en-US ; rdfs:label "Mole per Square Metre Second" ; rdfs:label "Mole per Square Metre Second"@en ; rdfs:label "Moles per Metrum Quadratum Secundum"@la ; rdfs:label "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο"@el ; rdfs:label "Мол на Квадратен Метър Секунда"@bg ; rdfs:label "Моль на Квадратный Метр Секунда"@ru ; .
{"resource":"Mole per Square Metre Second"
,"qname":"unit:MOL-PER-M2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M2-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI unit of quantity of matter per SI unit area per SI unit of time."
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kvadratni Meter Sekunda"
,"label":"Mol na Metr Kwadratowy Sekunda"
,"label":"Mol na Čtvereční Metr Sekunda"
,"label":"Mol pe Metru Pătrat Secundă"
,"label":"Mol per Metrekare Saniye"
,"label":"Mol por Metro Cuadrado Segundo"
,"label":"Mol por Metro Quadrado Segundo"
,"label":"Mol pro Quadratmeter Sekunde"
,"label":"Mole par Mètre Carré Seconde"
,"label":"Mole per Meter Persegi Saat"
,"label":"Mole per Metro Quadrato Secondo"
,"label":"Mole per Square Meter Second"
,"label":"Mole per Square Metre Second"
,"label":"Mole per Square Metre Second"
,"label":"Moles per Metrum Quadratum Secundum"
,"label":"Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο"
,"label":"Мол на Квадратен Метър Секунда"
,"label":"Моль на Квадратный Метр Секунда"
,"symbol":"mol\/(m²·s)"
,"type":"qudt:Unit"
,"ucum code":"mol.m-2.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "SI unit of quantity of matter per SI unit area per SI unit of time."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "mol/(m²·s)",
"ucumCode" : "mol.m-2.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Мол на Квадратен Метър Секунда"
}, {
"@language" : "el",
"@value" : "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο"
}, {
"@language" : "fr",
"@value" : "Mole par Mètre Carré Seconde"
}, {
"@language" : "tr",
"@value" : "Mol per Metrekare Saniye"
}, {
"@language" : "ms",
"@value" : "Mole per Meter Persegi Saat"
}, {
"@language" : "en-us",
"@value" : "Mole per Square Meter Second"
}, {
"@language" : "de",
"@value" : "Mol pro Quadratmeter Sekunde"
}, {
"@language" : "cs",
"@value" : "Mol na Čtvereční Metr Sekunda"
}, {
"@language" : "pl",
"@value" : "Mol na Metr Kwadratowy Sekunda"
}, {
"@language" : "la",
"@value" : "Moles per Metrum Quadratum Secundum"
}, {
"@language" : "ru",
"@value" : "Моль на Квадратный Метр Секунда"
}, {
"@language" : "ro",
"@value" : "Mol pe Metru Pătrat Secundă"
}, {
"@language" : "sl",
"@value" : "Mol na Kvadratni Meter Sekunda"
}, "Mole per Square Metre Second", {
"@language" : "en",
"@value" : "Mole per Square Metre Second"
}, {
"@language" : "es",
"@value" : "Mol por Metro Cuadrado Segundo"
}, {
"@language" : "pt",
"@value" : "Mol por Metro Quadrado Segundo"
}, {
"@language" : "it",
"@value" : "Mole per Metro Quadrato Secondo"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M2-SEC-M
URI: http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "mol/(m²·s·m)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.m-2.s-1.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kvadratni Meter Sekunda Meter"@sl ; rdfs:label "Mol na Metr Kwadratowy Sekunda Metr"@pl ; rdfs:label "Mol na Čtvereční Metr Sekunda Metr"@cs ; rdfs:label "Mol pe Metru Pătrat Secundă Metru"@ro ; rdfs:label "Mol per Metrekare Saniye Metre"@tr ; rdfs:label "Mol por Metro Cuadrado Segundo Metro"@es ; rdfs:label "Mol por Metro Quadrado Segundo Metro"@pt ; rdfs:label "Mol pro Quadratmeter Sekunde Meter"@de ; rdfs:label "Mole par Mètre Carré Seconde Mètre"@fr ; rdfs:label "Mole per Meter Persegi Saat Meter"@ms ; rdfs:label "Mole per Metro Quadrato Secondo Metro"@it ; rdfs:label "Mole per Square Meter Second Meter"@en-US ; rdfs:label "Mole per Square Metre Second Metre" ; rdfs:label "Mole per Square Metre Second Metre"@en ; rdfs:label "Moles per Metrum Quadratum Secundum Metrum"@la ; rdfs:label "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Μέτρο"@el ; rdfs:label "Мол на Квадратен Метър Секунда Метър"@bg ; rdfs:label "Моль на Квадратный Метр Секунда Метр"@ru ; .
{"resource":"Mole per Square Metre Second Metre"
,"qname":"unit:MOL-PER-M2-SEC-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M2-SEC-M"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kvadratni Meter Sekunda Meter"
,"label":"Mol na Metr Kwadratowy Sekunda Metr"
,"label":"Mol na Čtvereční Metr Sekunda Metr"
,"label":"Mol pe Metru Pătrat Secundă Metru"
,"label":"Mol per Metrekare Saniye Metre"
,"label":"Mol por Metro Cuadrado Segundo Metro"
,"label":"Mol por Metro Quadrado Segundo Metro"
,"label":"Mol pro Quadratmeter Sekunde Meter"
,"label":"Mole par Mètre Carré Seconde Mètre"
,"label":"Mole per Meter Persegi Saat Meter"
,"label":"Mole per Metro Quadrato Secondo Metro"
,"label":"Mole per Square Meter Second Meter"
,"label":"Mole per Square Metre Second Metre"
,"label":"Mole per Square Metre Second Metre"
,"label":"Moles per Metrum Quadratum Secundum Metrum"
,"label":"Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Μέτρο"
,"label":"Мол на Квадратен Метър Секунда Метър"
,"label":"Моль на Квадратный Метр Секунда Метр"
,"symbol":"mol\/(m²·s·m)"
,"type":"qudt:Unit"
,"ucum code":"mol.m-2.s-1.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "mol/(m²·s·m)",
"ucumCode" : "mol.m-2.s-1.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Моль на Квадратный Метр Секунда Метр"
}, {
"@language" : "pt",
"@value" : "Mol por Metro Quadrado Segundo Metro"
}, {
"@language" : "la",
"@value" : "Moles per Metrum Quadratum Secundum Metrum"
}, {
"@language" : "ro",
"@value" : "Mol pe Metru Pătrat Secundă Metru"
}, {
"@language" : "cs",
"@value" : "Mol na Čtvereční Metr Sekunda Metr"
}, {
"@language" : "bg",
"@value" : "Мол на Квадратен Метър Секунда Метър"
}, {
"@language" : "it",
"@value" : "Mole per Metro Quadrato Secondo Metro"
}, {
"@language" : "pl",
"@value" : "Mol na Metr Kwadratowy Sekunda Metr"
}, {
"@language" : "el",
"@value" : "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Μέτρο"
}, "Mole per Square Metre Second Metre", {
"@language" : "en",
"@value" : "Mole per Square Metre Second Metre"
}, {
"@language" : "de",
"@value" : "Mol pro Quadratmeter Sekunde Meter"
}, {
"@language" : "tr",
"@value" : "Mol per Metrekare Saniye Metre"
}, {
"@language" : "ms",
"@value" : "Mole per Meter Persegi Saat Meter"
}, {
"@language" : "en-us",
"@value" : "Mole per Square Meter Second Meter"
}, {
"@language" : "es",
"@value" : "Mol por Metro Cuadrado Segundo Metro"
}, {
"@language" : "fr",
"@value" : "Mole par Mètre Carré Seconde Mètre"
}, {
"@language" : "sl",
"@value" : "Mol na Kvadratni Meter Sekunda Meter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M2-SEC-M-SR
URI: http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mol/(m²·s·m·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.m-2.s-1.m-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kvadratni Meter Sekunda Meter Steradian"@sl ; rdfs:label "Mol na Metr Kwadratowy Sekunda Metr Steradian"@pl ; rdfs:label "Mol na Čtvereční Metr Sekunda Metr Steradián"@cs ; rdfs:label "Mol pe Metru Pătrat Secundă Metru Steradian"@ro ; rdfs:label "Mol per Metrekare Saniye Metre Steradyan"@tr ; rdfs:label "Mol por Metro Cuadrado Segundo Metro Estereorradián"@es ; rdfs:label "Mol por Metro Quadrado Segundo Metro Esterradiano"@pt ; rdfs:label "Mol pro Quadratmeter Sekunde Meter Steradiant"@de ; rdfs:label "Mole par Mètre Carré Seconde Mètre Stéradian"@fr ; rdfs:label "Mole per Meter Persegi Saat Meter Steradian"@ms ; rdfs:label "Mole per Metro Quadrato Secondo Metro Steradiante"@it ; rdfs:label "Mole per Square Meter Second Meter Steradian"@en-US ; rdfs:label "Mole per Square Metre Second Metre Steradian" ; rdfs:label "Mole per Square Metre Second Metre Steradian"@en ; rdfs:label "Moles per Metrum Quadratum Secundum Metrum Steradian"@la ; rdfs:label "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Μέτρο Στερακτίνιο"@el ; rdfs:label "Мол на Квадратен Метър Секунда Метър Стерадиан"@bg ; rdfs:label "Моль на Квадратный Метр Секунда Метр Стерадиан"@ru ; .
{"resource":"Mole per Square Metre Second Metre Steradian"
,"qname":"unit:MOL-PER-M2-SEC-M-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M2-SEC-M-SR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kvadratni Meter Sekunda Meter Steradian"
,"label":"Mol na Metr Kwadratowy Sekunda Metr Steradian"
,"label":"Mol na Čtvereční Metr Sekunda Metr Steradián"
,"label":"Mol pe Metru Pătrat Secundă Metru Steradian"
,"label":"Mol per Metrekare Saniye Metre Steradyan"
,"label":"Mol por Metro Cuadrado Segundo Metro Estereorradián"
,"label":"Mol por Metro Quadrado Segundo Metro Esterradiano"
,"label":"Mol pro Quadratmeter Sekunde Meter Steradiant"
,"label":"Mole par Mètre Carré Seconde Mètre Stéradian"
,"label":"Mole per Meter Persegi Saat Meter Steradian"
,"label":"Mole per Metro Quadrato Secondo Metro Steradiante"
,"label":"Mole per Square Meter Second Meter Steradian"
,"label":"Mole per Square Metre Second Metre Steradian"
,"label":"Mole per Square Metre Second Metre Steradian"
,"label":"Moles per Metrum Quadratum Secundum Metrum Steradian"
,"label":"Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Μέτρο Στερακτίνιο"
,"label":"Мол на Квадратен Метър Секунда Метър Стерадиан"
,"label":"Моль на Квадратный Метр Секунда Метр Стерадиан"
,"symbol":"mol\/(m²·s·m·sr)"
,"type":"qudt:Unit"
,"ucum code":"mol.m-2.s-1.m-1.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-M-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mol/(m²·s·m·sr)",
"ucumCode" : "mol.m-2.s-1.m-1.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Mole par Mètre Carré Seconde Mètre Stéradian"
}, {
"@language" : "it",
"@value" : "Mole per Metro Quadrato Secondo Metro Steradiante"
}, {
"@language" : "pl",
"@value" : "Mol na Metr Kwadratowy Sekunda Metr Steradian"
}, {
"@language" : "en-us",
"@value" : "Mole per Square Meter Second Meter Steradian"
}, "Mole per Square Metre Second Metre Steradian", {
"@language" : "en",
"@value" : "Mole per Square Metre Second Metre Steradian"
}, {
"@language" : "ms",
"@value" : "Mole per Meter Persegi Saat Meter Steradian"
}, {
"@language" : "el",
"@value" : "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Μέτρο Στερακτίνιο"
}, {
"@language" : "sl",
"@value" : "Mol na Kvadratni Meter Sekunda Meter Steradian"
}, {
"@language" : "la",
"@value" : "Moles per Metrum Quadratum Secundum Metrum Steradian"
}, {
"@language" : "ru",
"@value" : "Моль на Квадратный Метр Секунда Метр Стерадиан"
}, {
"@language" : "es",
"@value" : "Mol por Metro Cuadrado Segundo Metro Estereorradián"
}, {
"@language" : "de",
"@value" : "Mol pro Quadratmeter Sekunde Meter Steradiant"
}, {
"@language" : "bg",
"@value" : "Мол на Квадратен Метър Секунда Метър Стерадиан"
}, {
"@language" : "cs",
"@value" : "Mol na Čtvereční Metr Sekunda Metr Steradián"
}, {
"@language" : "ro",
"@value" : "Mol pe Metru Pătrat Secundă Metru Steradian"
}, {
"@language" : "tr",
"@value" : "Mol per Metrekare Saniye Metre Steradyan"
}, {
"@language" : "pt",
"@value" : "Mol por Metro Quadrado Segundo Metro Esterradiano"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M2-SEC-SR
URI: http://qudt.org/vocab/unit/MOL-PER-M2-SEC-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-M2-SEC-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mol/(m²·s·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.m-2.s-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kvadratni Meter Sekunda Steradian"@sl ; rdfs:label "Mol na Metr Kwadratowy Sekunda Steradian"@pl ; rdfs:label "Mol na Čtvereční Metr Sekunda Steradián"@cs ; rdfs:label "Mol pe Metru Pătrat Secundă Steradian"@ro ; rdfs:label "Mol per Metrekare Saniye Steradyan"@tr ; rdfs:label "Mol por Metro Cuadrado Segundo Estereorradián"@es ; rdfs:label "Mol por Metro Quadrado Segundo Esterradiano"@pt ; rdfs:label "Mol pro Quadratmeter Sekunde Steradiant"@de ; rdfs:label "Mole par Mètre Carré Seconde Stéradian"@fr ; rdfs:label "Mole per Meter Persegi Saat Steradian"@ms ; rdfs:label "Mole per Metro Quadrato Secondo Steradiante"@it ; rdfs:label "Mole per Square Meter Second Steradian"@en-US ; rdfs:label "Mole per Square Metre Second Steradian" ; rdfs:label "Mole per Square Metre Second Steradian"@en ; rdfs:label "Moles per Metrum Quadratum Secundum Steradian"@la ; rdfs:label "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Στερακτίνιο"@el ; rdfs:label "Мол на Квадратен Метър Секунда Стерадиан"@bg ; rdfs:label "Моль на Квадратный Метр Секунда Стерадиан"@ru ; .
{"resource":"Mole per Square Metre Second Steradian"
,"qname":"unit:MOL-PER-M2-SEC-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M2-SEC-SR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kvadratni Meter Sekunda Steradian"
,"label":"Mol na Metr Kwadratowy Sekunda Steradian"
,"label":"Mol na Čtvereční Metr Sekunda Steradián"
,"label":"Mol pe Metru Pătrat Secundă Steradian"
,"label":"Mol per Metrekare Saniye Steradyan"
,"label":"Mol por Metro Cuadrado Segundo Estereorradián"
,"label":"Mol por Metro Quadrado Segundo Esterradiano"
,"label":"Mol pro Quadratmeter Sekunde Steradiant"
,"label":"Mole par Mètre Carré Seconde Stéradian"
,"label":"Mole per Meter Persegi Saat Steradian"
,"label":"Mole per Metro Quadrato Secondo Steradiante"
,"label":"Mole per Square Meter Second Steradian"
,"label":"Mole per Square Metre Second Steradian"
,"label":"Mole per Square Metre Second Steradian"
,"label":"Moles per Metrum Quadratum Secundum Steradian"
,"label":"Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Στερακτίνιο"
,"label":"Мол на Квадратен Метър Секунда Стерадиан"
,"label":"Моль на Квадратный Метр Секунда Стерадиан"
,"symbol":"mol\/(m²·s·sr)"
,"type":"qudt:Unit"
,"ucum code":"mol.m-2.s-1.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M2-SEC-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mol/(m²·s·sr)",
"ucumCode" : "mol.m-2.s-1.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Мол на Квадратен Метър Секунда Стерадиан"
}, {
"@language" : "la",
"@value" : "Moles per Metrum Quadratum Secundum Steradian"
}, {
"@language" : "ms",
"@value" : "Mole per Meter Persegi Saat Steradian"
}, {
"@language" : "sl",
"@value" : "Mol na Kvadratni Meter Sekunda Steradian"
}, {
"@language" : "es",
"@value" : "Mol por Metro Cuadrado Segundo Estereorradián"
}, "Mole per Square Metre Second Steradian", {
"@language" : "en",
"@value" : "Mole per Square Metre Second Steradian"
}, {
"@language" : "pl",
"@value" : "Mol na Metr Kwadratowy Sekunda Steradian"
}, {
"@language" : "fr",
"@value" : "Mole par Mètre Carré Seconde Stéradian"
}, {
"@language" : "ru",
"@value" : "Моль на Квадратный Метр Секунда Стерадиан"
}, {
"@language" : "tr",
"@value" : "Mol per Metrekare Saniye Steradyan"
}, {
"@language" : "ro",
"@value" : "Mol pe Metru Pătrat Secundă Steradian"
}, {
"@language" : "en-us",
"@value" : "Mole per Square Meter Second Steradian"
}, {
"@language" : "pt",
"@value" : "Mol por Metro Quadrado Segundo Esterradiano"
}, {
"@language" : "cs",
"@value" : "Mol na Čtvereční Metr Sekunda Steradián"
}, {
"@language" : "de",
"@value" : "Mol pro Quadratmeter Sekunde Steradiant"
}, {
"@language" : "it",
"@value" : "Mole per Metro Quadrato Secondo Steradiante"
}, {
"@language" : "el",
"@value" : "Μολ ανά Τετραγωνικό Μέτρο Δευτερόλεπτο Στερακτίνιο"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M3
URI: http://qudt.org/vocab/unit/MOL-PER-M3
The SI derived unit for amount-of-substance concentration is the mole/cubic meter.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MOL-PER-M3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The SI derived unit for amount-of-substance concentration is the mole/cubic meter."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$mol/m^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterSolubility> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M3-PER-MOL> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA891" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA891"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "mol/m³" ;
<http://qudt.org/schema/qudt/ucumCode> "mol.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C36" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2415352> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mol na Kubični Meter"@sl ;
rdfs:label "Mol na Metr Krychlový"@cs ;
rdfs:label "Mol na Metr Sześcienny"@pl ;
rdfs:label "Mol pe Metru Cub"@ro ;
rdfs:label "Mol per Metreküp"@tr ;
rdfs:label "Mol por Metro Cúbico"@es ;
rdfs:label "Mol por Metro Cúbico"@pt ;
rdfs:label "Mol pro Kubikmeter"@de ;
rdfs:label "Mole par Mètre Cube"@fr ;
rdfs:label "Mole per Cubic Meter"@en-US ;
rdfs:label "Mole per Cubic Metre" ;
rdfs:label "Mole per Cubic Metre"@en ;
rdfs:label "Mole per Meter Kubik"@ms ;
rdfs:label "Mole per Metro Cubo"@it ;
rdfs:label "Moles per Metrum Cubicum"@la ;
rdfs:label "Μολ ανά Κυβικό Μέτρο"@el ;
rdfs:label "Мол на Кубичен Метър"@bg ;
rdfs:label "Моль на Кубический Метр"@ru ;
.
{"resource":"Mole per Cubic Metre"
,"qname":"unit:MOL-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2415352>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"The SI derived unit for amount-of-substance concentration is the mole\/cubic meter."
,"expression":"$mol\/m^{3}$"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"has quantity kind":"quantitykind:WaterSolubility"
,"has reciprocal unit":"unit:M3-PER-MOL"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA891"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA891"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kubični Meter"
,"label":"Mol na Metr Krychlový"
,"label":"Mol na Metr Sześcienny"
,"label":"Mol pe Metru Cub"
,"label":"Mol per Metreküp"
,"label":"Mol por Metro Cúbico"
,"label":"Mol por Metro Cúbico"
,"label":"Mol pro Kubikmeter"
,"label":"Mole par Mètre Cube"
,"label":"Mole per Cubic Meter"
,"label":"Mole per Cubic Metre"
,"label":"Mole per Cubic Metre"
,"label":"Mole per Meter Kubik"
,"label":"Mole per Metro Cubo"
,"label":"Moles per Metrum Cubicum"
,"label":"Μολ ανά Κυβικό Μέτρο"
,"label":"Мол на Кубичен Метър"
,"label":"Моль на Кубический Метр"
,"symbol":"mol\/m³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mol.m-3"
,"unece common code":"C36"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M3",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The SI derived unit for amount-of-substance concentration is the mole/cubic meter.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$mol/m^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/WaterSolubility", "http://qudt.org/vocab/quantitykind/Concentration" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M3-PER-MOL",
"iec61360Code" : "0112/2///62720#UAA891",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA891",
"symbol" : "mol/m³",
"ucumCode" : "mol.m-3",
"uneceCommonCode" : "C36",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2415352",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Мол на Кубичен Метър"
}, {
"@language" : "it",
"@value" : "Mole per Metro Cubo"
}, {
"@language" : "es",
"@value" : "Mol por Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Mol por Metro Cúbico"
}, "Mole per Cubic Metre", {
"@language" : "en",
"@value" : "Mole per Cubic Metre"
}, {
"@language" : "cs",
"@value" : "Mol na Metr Krychlový"
}, {
"@language" : "la",
"@value" : "Moles per Metrum Cubicum"
}, {
"@language" : "fr",
"@value" : "Mole par Mètre Cube"
}, {
"@language" : "ro",
"@value" : "Mol pe Metru Cub"
}, {
"@language" : "ms",
"@value" : "Mole per Meter Kubik"
}, {
"@language" : "ru",
"@value" : "Моль на Кубический Метр"
}, {
"@language" : "de",
"@value" : "Mol pro Kubikmeter"
}, {
"@language" : "tr",
"@value" : "Mol per Metreküp"
}, {
"@language" : "en-us",
"@value" : "Mole per Cubic Meter"
}, {
"@language" : "sl",
"@value" : "Mol na Kubični Meter"
}, {
"@language" : "el",
"@value" : "Μολ ανά Κυβικό Μέτρο"
}, {
"@language" : "pl",
"@value" : "Mol na Metr Sześcienny"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M3-BAR
URI: http://qudt.org/vocab/unit/MOL-PER-M3-BAR
SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-M3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA893" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA893"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mol/(m³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.m-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L29" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mole per Cubic Meter Bar"@en-US ; rdfs:label "Mole per Cubic Metre Bar" ; rdfs:label "Mole per Cubic Metre Bar"@en ; .
{"resource":"Mole per Cubic Metre Bar"
,"qname":"unit:MOL-PER-M3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M3-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"
,"has dimension vector":"qkdv:A1E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA893"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA893"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mole per Cubic Meter Bar"
,"label":"Mole per Cubic Metre Bar"
,"label":"Mole per Cubic Metre Bar"
,"symbol":"mol\/(m³·bar)"
,"type":"qudt:Unit"
,"ucum code":"mol.m-3.bar-1"
,"unece common code":"L29"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA893",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA893",
"symbol" : "mol/(m³·bar)",
"ucumCode" : "mol.m-3.bar-1",
"uneceCommonCode" : "L29",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Mole per Cubic Meter Bar"
}, "Mole per Cubic Metre Bar", {
"@language" : "en",
"@value" : "Mole per Cubic Metre Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M3-K
URI: http://qudt.org/vocab/unit/MOL-PER-M3-K
SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-M3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA892" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA892"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mol/(m³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.m-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L28" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kubični Meter Kelvin"@sl ; rdfs:label "Mol na Metr Krychlový Kelvin"@cs ; rdfs:label "Mol na Metr Sześcienny Kelwin"@pl ; rdfs:label "Mol pe Metru Cub Kelvin"@ro ; rdfs:label "Mol per Metreküp Kelvin"@tr ; rdfs:label "Mol por Metro Cúbico Kelvin"@es ; rdfs:label "Mol por Metro Cúbico Kelvin"@pt ; rdfs:label "Mol pro Kubikmeter Kelvin"@de ; rdfs:label "Mole par Mètre Cube Kelvin"@fr ; rdfs:label "Mole per Cubic Meter Kelvin"@en-US ; rdfs:label "Mole per Cubic Metre Kelvin" ; rdfs:label "Mole per Cubic Metre Kelvin"@en ; rdfs:label "Mole per Meter Kubik Kelvin"@ms ; rdfs:label "Mole per Metro Cubo Kelvin"@it ; rdfs:label "Moles per Metrum Cubicum Kelvin"@la ; rdfs:label "Μολ ανά Κυβικό Μέτρο Κέλβιν"@el ; rdfs:label "Мол на Кубичен Метър Келвин"@bg ; rdfs:label "Моль на Кубический Метр Кельвин"@ru ; .
{"resource":"Mole per Cubic Metre Kelvin"
,"qname":"unit:MOL-PER-M3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M3-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"
,"has dimension vector":"qkdv:A1E0L-3I0M0H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA892"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA892"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kubični Meter Kelvin"
,"label":"Mol na Metr Krychlový Kelvin"
,"label":"Mol na Metr Sześcienny Kelwin"
,"label":"Mol pe Metru Cub Kelvin"
,"label":"Mol per Metreküp Kelvin"
,"label":"Mol por Metro Cúbico Kelvin"
,"label":"Mol por Metro Cúbico Kelvin"
,"label":"Mol pro Kubikmeter Kelvin"
,"label":"Mole par Mètre Cube Kelvin"
,"label":"Mole per Cubic Meter Kelvin"
,"label":"Mole per Cubic Metre Kelvin"
,"label":"Mole per Cubic Metre Kelvin"
,"label":"Mole per Meter Kubik Kelvin"
,"label":"Mole per Metro Cubo Kelvin"
,"label":"Moles per Metrum Cubicum Kelvin"
,"label":"Μολ ανά Κυβικό Μέτρο Κέλβιν"
,"label":"Мол на Кубичен Метър Келвин"
,"label":"Моль на Кубический Метр Кельвин"
,"symbol":"mol\/(m³·K)"
,"type":"qudt:Unit"
,"ucum code":"mol.m-3.K-1"
,"unece common code":"L28"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA892",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA892",
"symbol" : "mol/(m³·K)",
"ucumCode" : "mol.m-3.K-1",
"uneceCommonCode" : "L28",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mole per Cubic Metre Kelvin", {
"@language" : "en",
"@value" : "Mole per Cubic Metre Kelvin"
}, {
"@language" : "fr",
"@value" : "Mole par Mètre Cube Kelvin"
}, {
"@language" : "ms",
"@value" : "Mole per Meter Kubik Kelvin"
}, {
"@language" : "it",
"@value" : "Mole per Metro Cubo Kelvin"
}, {
"@language" : "el",
"@value" : "Μολ ανά Κυβικό Μέτρο Κέλβιν"
}, {
"@language" : "pl",
"@value" : "Mol na Metr Sześcienny Kelwin"
}, {
"@language" : "sl",
"@value" : "Mol na Kubični Meter Kelvin"
}, {
"@language" : "tr",
"@value" : "Mol per Metreküp Kelvin"
}, {
"@language" : "cs",
"@value" : "Mol na Metr Krychlový Kelvin"
}, {
"@language" : "ro",
"@value" : "Mol pe Metru Cub Kelvin"
}, {
"@language" : "en-us",
"@value" : "Mole per Cubic Meter Kelvin"
}, {
"@language" : "bg",
"@value" : "Мол на Кубичен Метър Келвин"
}, {
"@language" : "ru",
"@value" : "Моль на Кубический Метр Кельвин"
}, {
"@language" : "de",
"@value" : "Mol pro Kubikmeter Kelvin"
}, {
"@language" : "es",
"@value" : "Mol por Metro Cúbico Kelvin"
}, {
"@language" : "pt",
"@value" : "Mol por Metro Cúbico Kelvin"
}, {
"@language" : "la",
"@value" : "Moles per Metrum Cubicum Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M3-PA
URI: http://qudt.org/vocab/unit/MOL-PER-M3-PA
SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-M3-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB318" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB318"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mol/(m³·Pa)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.m-3.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P52" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kubični Meter Pascal"@sl ; rdfs:label "Mol na Metr Krychlový Pascal"@cs ; rdfs:label "Mol na Metr Sześcienny Paskal"@pl ; rdfs:label "Mol pe Metru Cub Pascal"@ro ; rdfs:label "Mol per Metreküp Pascal"@tr ; rdfs:label "Mol por Metro Cúbico Pascal"@es ; rdfs:label "Mol por Metro Cúbico Pascal"@pt ; rdfs:label "Mol pro Kubikmeter Pascal"@de ; rdfs:label "Mole par Mètre Cube Pascal"@fr ; rdfs:label "Mole per Cubic Meter Pascal"@en-US ; rdfs:label "Mole per Cubic Metre Pascal" ; rdfs:label "Mole per Cubic Metre Pascal"@en ; rdfs:label "Mole per Meter Kubik Pascal"@ms ; rdfs:label "Mole per Metro Cubo Pascal"@it ; rdfs:label "Moles per Metrum Cubicum Pascalium"@la ; rdfs:label "Μολ ανά Κυβικό Μέτρο Πασκάλ"@el ; rdfs:label "Мол на Кубичен Метър Паскал"@bg ; rdfs:label "Моль на Кубический Метр Паскаль"@ru ; .
{"resource":"Mole per Cubic Metre Pascal"
,"qname":"unit:MOL-PER-M3-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M3-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the SI derived unit pascal"
,"has dimension vector":"qkdv:A1E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB318"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB318"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kubični Meter Pascal"
,"label":"Mol na Metr Krychlový Pascal"
,"label":"Mol na Metr Sześcienny Paskal"
,"label":"Mol pe Metru Cub Pascal"
,"label":"Mol per Metreküp Pascal"
,"label":"Mol por Metro Cúbico Pascal"
,"label":"Mol por Metro Cúbico Pascal"
,"label":"Mol pro Kubikmeter Pascal"
,"label":"Mole par Mètre Cube Pascal"
,"label":"Mole per Cubic Meter Pascal"
,"label":"Mole per Cubic Metre Pascal"
,"label":"Mole per Cubic Metre Pascal"
,"label":"Mole per Meter Kubik Pascal"
,"label":"Mole per Metro Cubo Pascal"
,"label":"Moles per Metrum Cubicum Pascalium"
,"label":"Μολ ανά Κυβικό Μέτρο Πασκάλ"
,"label":"Мол на Кубичен Метър Паскал"
,"label":"Моль на Кубический Метр Паскаль"
,"symbol":"mol\/(m³·Pa)"
,"type":"qudt:Unit"
,"ucum code":"mol.m-3.Pa-1"
,"unece common code":"P52"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M3-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the product of the power from the SI base unit metre with exponent 3 and the SI derived unit pascal",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB318",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB318",
"symbol" : "mol/(m³·Pa)",
"ucumCode" : "mol.m-3.Pa-1",
"uneceCommonCode" : "P52",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Mole per Meter Kubik Pascal"
}, {
"@language" : "la",
"@value" : "Moles per Metrum Cubicum Pascalium"
}, {
"@language" : "es",
"@value" : "Mol por Metro Cúbico Pascal"
}, {
"@language" : "pt",
"@value" : "Mol por Metro Cúbico Pascal"
}, {
"@language" : "it",
"@value" : "Mole per Metro Cubo Pascal"
}, {
"@language" : "el",
"@value" : "Μολ ανά Κυβικό Μέτρο Πασκάλ"
}, {
"@language" : "cs",
"@value" : "Mol na Metr Krychlový Pascal"
}, {
"@language" : "de",
"@value" : "Mol pro Kubikmeter Pascal"
}, "Mole per Cubic Metre Pascal", {
"@language" : "en",
"@value" : "Mole per Cubic Metre Pascal"
}, {
"@language" : "pl",
"@value" : "Mol na Metr Sześcienny Paskal"
}, {
"@language" : "sl",
"@value" : "Mol na Kubični Meter Pascal"
}, {
"@language" : "bg",
"@value" : "Мол на Кубичен Метър Паскал"
}, {
"@language" : "ru",
"@value" : "Моль на Кубический Метр Паскаль"
}, {
"@language" : "ro",
"@value" : "Mol pe Metru Cub Pascal"
}, {
"@language" : "tr",
"@value" : "Mol per Metreküp Pascal"
}, {
"@language" : "en-us",
"@value" : "Mole per Cubic Meter Pascal"
}, {
"@language" : "fr",
"@value" : "Mole par Mètre Cube Pascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-M3-SEC
URI: http://qudt.org/vocab/unit/MOL-PER-M3-SEC
SI unit of quantity of matter per SI unit volume per SI unit of time.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-M3-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI unit of quantity of matter per SI unit volume per SI unit of time."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "mol/(m³·s)" ; <http://qudt.org/schema/qudt/ucumCode> "mol.m-3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Kubični Meter Sekunda"@sl ; rdfs:label "Mol na Metr Krychlový Sekunda"@cs ; rdfs:label "Mol na Metr Sześcienny Sekunda"@pl ; rdfs:label "Mol pe Metru Cub Secundă"@ro ; rdfs:label "Mol per Metreküp Saniye"@tr ; rdfs:label "Mol por Metro Cúbico Segundo"@es ; rdfs:label "Mol por Metro Cúbico Segundo"@pt ; rdfs:label "Mol pro Kubikmeter Sekunde"@de ; rdfs:label "Mole par Mètre Cube Seconde"@fr ; rdfs:label "Mole per Cubic Meter Second"@en-US ; rdfs:label "Mole per Cubic Metre Second" ; rdfs:label "Mole per Cubic Metre Second"@en ; rdfs:label "Mole per Meter Kubik Saat"@ms ; rdfs:label "Mole per Metro Cubo Secondo"@it ; rdfs:label "Moles per Metrum Cubicum Secundum"@la ; rdfs:label "Μολ ανά Κυβικό Μέτρο Δευτερόλεπτο"@el ; rdfs:label "Мол на Кубичен Метър Секунда"@bg ; rdfs:label "Моль на Кубический Метр Секунда"@ru ; .
{"resource":"Mole per Cubic Metre Second"
,"qname":"unit:MOL-PER-M3-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-M3-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI unit of quantity of matter per SI unit volume per SI unit of time."
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Kubični Meter Sekunda"
,"label":"Mol na Metr Krychlový Sekunda"
,"label":"Mol na Metr Sześcienny Sekunda"
,"label":"Mol pe Metru Cub Secundă"
,"label":"Mol per Metreküp Saniye"
,"label":"Mol por Metro Cúbico Segundo"
,"label":"Mol por Metro Cúbico Segundo"
,"label":"Mol pro Kubikmeter Sekunde"
,"label":"Mole par Mètre Cube Seconde"
,"label":"Mole per Cubic Meter Second"
,"label":"Mole per Cubic Metre Second"
,"label":"Mole per Cubic Metre Second"
,"label":"Mole per Meter Kubik Saat"
,"label":"Mole per Metro Cubo Secondo"
,"label":"Moles per Metrum Cubicum Secundum"
,"label":"Μολ ανά Κυβικό Μέτρο Δευτερόλεπτο"
,"label":"Мол на Кубичен Метър Секунда"
,"label":"Моль на Кубический Метр Секунда"
,"symbol":"mol\/(m³·s)"
,"type":"qudt:Unit"
,"ucum code":"mol.m-3.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-M3-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "SI unit of quantity of matter per SI unit volume per SI unit of time."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "mol/(m³·s)",
"ucumCode" : "mol.m-3.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Mol per Metreküp Saniye"
}, {
"@language" : "bg",
"@value" : "Мол на Кубичен Метър Секунда"
}, {
"@language" : "el",
"@value" : "Μολ ανά Κυβικό Μέτρο Δευτερόλεπτο"
}, {
"@language" : "cs",
"@value" : "Mol na Metr Krychlový Sekunda"
}, {
"@language" : "ru",
"@value" : "Моль на Кубический Метр Секунда"
}, "Mole per Cubic Metre Second", {
"@language" : "pl",
"@value" : "Mol na Metr Sześcienny Sekunda"
}, {
"@language" : "es",
"@value" : "Mol por Metro Cúbico Segundo"
}, {
"@language" : "pt",
"@value" : "Mol por Metro Cúbico Segundo"
}, {
"@language" : "en",
"@value" : "Mole per Cubic Metre Second"
}, {
"@language" : "ro",
"@value" : "Mol pe Metru Cub Secundă"
}, {
"@language" : "it",
"@value" : "Mole per Metro Cubo Secondo"
}, {
"@language" : "ms",
"@value" : "Mole per Meter Kubik Saat"
}, {
"@language" : "en-us",
"@value" : "Mole per Cubic Meter Second"
}, {
"@language" : "fr",
"@value" : "Mole par Mètre Cube Seconde"
}, {
"@language" : "sl",
"@value" : "Mol na Kubični Meter Sekunda"
}, {
"@language" : "de",
"@value" : "Mol pro Kubikmeter Sekunde"
}, {
"@language" : "la",
"@value" : "Moles per Metrum Cubicum Secundum"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-MIN
URI: http://qudt.org/vocab/unit/MOL-PER-MIN
SI base unit mole divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mole divided by the unit for time minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA894" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA894"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit mole divided by the unit for time minute" ; <http://qudt.org/schema/qudt/symbol> "mol/min" ; <http://qudt.org/schema/qudt/ucumCode> "mol.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L30" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mole per Minute" ; rdfs:label "Mole per Minute"@en ; .
{"resource":"Mole per Minute"
,"qname":"unit:MOL-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-MIN"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"SI base unit mole divided by the unit for time minute"
,"description (plain text)":"SI base unit mole divided by the unit for time minute"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA894"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA894"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mole per Minute"
,"label":"Mole per Minute"
,"symbol":"mol\/min"
,"type":"qudt:Unit"
,"ucum code":"mol.min-1"
,"unece common code":"L30"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mole divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFlowRate",
"iec61360Code" : "0112/2///62720#UAA894",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA894",
"plainTextDescription" : "SI base unit mole divided by the unit for time minute",
"symbol" : "mol/min",
"ucumCode" : "mol.min-1",
"uneceCommonCode" : "L30",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mole per Minute", {
"@language" : "en",
"@value" : "Mole per Minute"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-MOL
URI: http://qudt.org/vocab/unit/MOL-PER-MOL
Unavailable.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unavailable."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "mol/mol" ; <http://qudt.org/schema/qudt/ucumCode> "mol.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Mol"@cs ; rdfs:label "Mol na Mol"@pl ; rdfs:label "Mol na Mol"@sl ; rdfs:label "Mol pe Mol"@ro ; rdfs:label "Mol per Mol"@tr ; rdfs:label "Mol por Mol"@es ; rdfs:label "Mol por Mol"@pt ; rdfs:label "Mol pro Mol"@de ; rdfs:label "Mole par Mole"@fr ; rdfs:label "Mole per Mole" ; rdfs:label "Mole per Mole"@en ; rdfs:label "Mole per Mole"@it ; rdfs:label "Mole per Mole"@ms ; rdfs:label "Moles per Moles"@la ; rdfs:label "Μολ ανά Μολ"@el ; rdfs:label "Мол на Мол"@bg ; rdfs:label "Моль на Моль"@ru ; .
{"resource":"Mole per Mole"
,"qname":"unit:MOL-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-MOL"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"denominator dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"description":"Unavailable."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Mol"
,"label":"Mol na Mol"
,"label":"Mol na Mol"
,"label":"Mol pe Mol"
,"label":"Mol per Mol"
,"label":"Mol por Mol"
,"label":"Mol por Mol"
,"label":"Mol pro Mol"
,"label":"Mole par Mole"
,"label":"Mole per Mole"
,"label":"Mole per Mole"
,"label":"Mole per Mole"
,"label":"Mole per Mole"
,"label":"Moles per Moles"
,"label":"Μολ ανά Μολ"
,"label":"Мол на Мол"
,"label":"Моль на Моль"
,"numerator dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"symbol":"mol\/mol"
,"type":"qudt:Unit"
,"ucum code":"mol.mol-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Unavailable."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"symbol" : "mol/mol",
"ucumCode" : "mol.mol-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Μολ ανά Μολ"
}, "Mole per Mole", {
"@language" : "en",
"@value" : "Mole per Mole"
}, {
"@language" : "it",
"@value" : "Mole per Mole"
}, {
"@language" : "ms",
"@value" : "Mole per Mole"
}, {
"@language" : "es",
"@value" : "Mol por Mol"
}, {
"@language" : "ro",
"@value" : "Mol pe Mol"
}, {
"@language" : "pt",
"@value" : "Mol por Mol"
}, {
"@language" : "tr",
"@value" : "Mol per Mol"
}, {
"@language" : "cs",
"@value" : "Mol na Mol"
}, {
"@language" : "pl",
"@value" : "Mol na Mol"
}, {
"@language" : "sl",
"@value" : "Mol na Mol"
}, {
"@language" : "fr",
"@value" : "Mole par Mole"
}, {
"@language" : "bg",
"@value" : "Мол на Мол"
}, {
"@language" : "de",
"@value" : "Mol pro Mol"
}, {
"@language" : "la",
"@value" : "Moles per Moles"
}, {
"@language" : "ru",
"@value" : "Моль на Моль"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-SEC
URI: http://qudt.org/vocab/unit/MOL-PER-SEC
SI base unit mol divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI base unit mol divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA895" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI base unit mol divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "mol/s" ; <http://qudt.org/schema/qudt/ucumCode> "mol.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E95" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q85178038> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mol na Sekunda"@cs ; rdfs:label "Mol na Sekunda"@pl ; rdfs:label "Mol na Sekunda"@sl ; rdfs:label "Mol pe Secundă"@ro ; rdfs:label "Mol per Saniye"@tr ; rdfs:label "Mol por Segundo"@es ; rdfs:label "Mol por Segundo"@pt ; rdfs:label "Mol pro Sekunde"@de ; rdfs:label "Mole par Seconde"@fr ; rdfs:label "Mole per Saat"@ms ; rdfs:label "Mole per Second" ; rdfs:label "Mole per Second"@en ; rdfs:label "Mole per Secondo"@it ; rdfs:label "Moles per Secundum"@la ; rdfs:label "Μολ ανά Δευτερόλεπτο"@el ; rdfs:label "Мол на Секунда"@bg ; rdfs:label "Моль на Секунда"@ru ; .
{"resource":"Mole per Second"
,"qname":"unit:MOL-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q85178038>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI base unit mol divided by the SI base unit second"
,"description (plain text)":"SI base unit mol divided by the SI base unit second"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA895"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA895"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mol na Sekunda"
,"label":"Mol na Sekunda"
,"label":"Mol na Sekunda"
,"label":"Mol pe Secundă"
,"label":"Mol per Saniye"
,"label":"Mol por Segundo"
,"label":"Mol por Segundo"
,"label":"Mol pro Sekunde"
,"label":"Mole par Seconde"
,"label":"Mole per Saat"
,"label":"Mole per Second"
,"label":"Mole per Second"
,"label":"Mole per Secondo"
,"label":"Moles per Secundum"
,"label":"Μολ ανά Δευτερόλεπτο"
,"label":"Мол на Секунда"
,"label":"Моль на Секунда"
,"symbol":"mol\/s"
,"type":"qudt:Unit"
,"ucum code":"mol.s-1"
,"unece common code":"E95"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI base unit mol divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFlowRate",
"iec61360Code" : "0112/2///62720#UAA895",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA895",
"plainTextDescription" : "SI base unit mol divided by the SI base unit second",
"symbol" : "mol/s",
"ucumCode" : "mol.s-1",
"uneceCommonCode" : "E95",
"wikidataMatch" : "http://www.wikidata.org/entity/Q85178038",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Μολ ανά Δευτερόλεπτο"
}, {
"@language" : "it",
"@value" : "Mole per Secondo"
}, {
"@language" : "ms",
"@value" : "Mole per Saat"
}, {
"@language" : "ro",
"@value" : "Mol pe Secundă"
}, {
"@language" : "ru",
"@value" : "Моль на Секунда"
}, {
"@language" : "de",
"@value" : "Mol pro Sekunde"
}, "Mole per Second", {
"@language" : "en",
"@value" : "Mole per Second"
}, {
"@language" : "fr",
"@value" : "Mole par Seconde"
}, {
"@language" : "es",
"@value" : "Mol por Segundo"
}, {
"@language" : "pt",
"@value" : "Mol por Segundo"
}, {
"@language" : "bg",
"@value" : "Мол на Секунда"
}, {
"@language" : "tr",
"@value" : "Mol per Saniye"
}, {
"@language" : "la",
"@value" : "Moles per Secundum"
}, {
"@language" : "cs",
"@value" : "Mol na Sekunda"
}, {
"@language" : "pl",
"@value" : "Mol na Sekunda"
}, {
"@language" : "sl",
"@value" : "Mol na Sekunda"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL-PER-TONNE
URI: http://qudt.org/vocab/unit/MOL-PER-TONNE
Mole Per Tonne (mol/t) is a unit of Molality
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL-PER-TONNE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Mole Per Tonne (mol/t) is a unit of Molality"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/plainTextDescription> "Mole Per Tonne (mol/t) is a unit of Molality" ; <http://qudt.org/schema/qudt/symbol> "mol/t" ; <http://qudt.org/schema/qudt/ucumCode> "mol.t-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mole per Tonne" ; rdfs:label "Mole per Tonne"@en ; .
{"resource":"Mole per Tonne"
,"qname":"unit:MOL-PER-TONNE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL-PER-TONNE"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Mole Per Tonne (mol\/t) is a unit of Molality"
,"description (plain text)":"Mole Per Tonne (mol\/t) is a unit of Molality"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mole per Tonne"
,"label":"Mole per Tonne"
,"symbol":"mol\/t"
,"type":"qudt:Unit"
,"ucum code":"mol.t-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL-PER-TONNE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Mole Per Tonne (mol/t) is a unit of Molality",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass",
"plainTextDescription" : "Mole Per Tonne (mol/t) is a unit of Molality",
"symbol" : "mol/t",
"ucumCode" : "mol.t-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mole per Tonne", {
"@language" : "en",
"@value" : "Mole per Tonne"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL_LB
URI: http://qudt.org/vocab/unit/MOL_LB
The $\textit{Pound Mole}$ is a unit for $\textit{Mass Amount Of Substance}$, expressed as $lb-mol$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MOL_LB>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Pound Mole}$ is a unit for $\\textit{Mass Amount Of Substance}$,
expressed as $lb-mol$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 453.59237 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.5359237E2 ;
<http://qudt.org/schema/qudt/expression> "$lb-mol$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
<http://qudt.org/schema/qudt/informativeReference> ""^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ;
<http://qudt.org/schema/qudt/symbol> "lb-mol" ;
<http://qudt.org/schema/qudt/ucumCode> "[mol_lb]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mole" ;
rdfs:label "Pound Mole"@en ;
.
{"resource":"Pound Mole"
,"qname":"unit:MOL_LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL_LB"
,"properties":["conversion multiplier":"453.59237"
,"conversion multiplier scientific":"4.5359237E2"
,"description":"\n The $\\textit{Pound Mole}$ is a unit for $\\textit{Mass Amount Of Substance}$,\n expressed as $lb-mol$.\n "
,"expression":"$lb-mol$"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"informative reference":""
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mole"
,"label":"Pound Mole"
,"scalingOf":"unit:MOL"
,"symbol":"lb-mol"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[mol_lb]"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL_LB",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The $\\textit{Pound Mole}$ is a unit for $\\textit{Mass Amount Of Substance}$,\n expressed as $lb-mol$.\n ",
"conversionMultiplier" : "453.59237",
"conversionMultiplier:SN" : 453.59237,
"expression" : "$lb-mol$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"informativeReference" : "",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "lb-mol",
"ucumCode" : "[mol_lb]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mole", {
"@language" : "en",
"@value" : "Pound Mole"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL_LB-DEG_F
URI: http://qudt.org/vocab/unit/MOL_LB-DEG_F
$\textit{Pound Mole Degree Fahrenheit}$ is a unit for 'Mass Amount Of Substance Temperature' expressed as $lb-mol-degF$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MOL_LB-DEG_F>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Pound Mole Degree Fahrenheit}$ is a unit for 'Mass Amount Of Substance Temperature' expressed as $lb-mol-degF$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 251.9957611111111111111111111111111 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.519957611111111111111111111111111E2 ;
<http://qudt.org/schema/qudt/expression> "$lb-mol-degF$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassAmountOfSubstanceTemperature> ;
<http://qudt.org/schema/qudt/symbol> "lb-mol·°F" ;
<http://qudt.org/schema/qudt/ucumCode> "[mol_lb].[degF]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pound Mole Degree Fahrenheit" ;
rdfs:label "Pound Mole Degree Fahrenheit"@en ;
.
{"resource":"Pound Mole Degree Fahrenheit"
,"qname":"unit:MOL_LB-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL_LB-DEG_F"
,"properties":["conversion multiplier":"251.9957611111111111111111111111111"
,"conversion multiplier scientific":"2.519957611111111111111111111111111E2"
,"description":"$\\textit{Pound Mole Degree Fahrenheit}$ is a unit for 'Mass Amount Of Substance Temperature' expressed as $lb-mol-degF$."
,"expression":"$lb-mol-degF$"
,"has dimension vector":"qkdv:A1E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:MassAmountOfSubstanceTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mole Degree Fahrenheit"
,"label":"Pound Mole Degree Fahrenheit"
,"symbol":"lb-mol·°F"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[mol_lb].[degF]"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL_LB-DEG_F",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Pound Mole Degree Fahrenheit}$ is a unit for 'Mass Amount Of Substance Temperature' expressed as $lb-mol-degF$.",
"conversionMultiplier" : "251.9957611111111111111111111111111",
"conversionMultiplier:SN" : 251.9957611111111,
"expression" : "$lb-mol-degF$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassAmountOfSubstanceTemperature",
"symbol" : "lb-mol·°F",
"ucumCode" : "[mol_lb].[degF]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pound Mole Degree Fahrenheit"
}, "Pound Mole Degree Fahrenheit" ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL_LB-PER-LB
URI: http://qudt.org/vocab/unit/MOL_LB-PER-LB
non SI-conform unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL_LB-PER-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system" ; <http://qudt.org/schema/qudt/conversionMultiplier> 999.9999999999999999999999999999998 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.999999999999999999999999999999998E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IonicStrength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolalityOfSolute> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB405" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB405"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lb-mol/lbm" ; <http://qudt.org/schema/qudt/ucumCode> "[mol_lb].[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P48" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mole per Pound Mass" ; rdfs:label "Pound Mole per Pound Mass"@en ; .
{"resource":"Pound Mole per Pound Mass"
,"qname":"unit:MOL_LB-PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL_LB-PER-LB"
,"properties":["conversion multiplier":"999.9999999999999999999999999999998"
,"conversion multiplier scientific":"9.999999999999999999999999999999998E2"
,"description":"non SI-conform unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"has quantity kind":"quantitykind:IonicStrength"
,"has quantity kind":"quantitykind:MolalityOfSolute"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB405"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB405"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mole per Pound Mass"
,"label":"Pound Mole per Pound Mass"
,"symbol":"lb-mol\/lbm"
,"type":"qudt:Unit"
,"ucum code":"[mol_lb].[lb_av]-1"
,"unece common code":"P48"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL_LB-PER-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of the material molar flux divided by the avoirdupois pound for mass according to the avoirdupois unit system",
"conversionMultiplier" : "999.9999999999999999999999999999998",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/IonicStrength", "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass", "http://qudt.org/vocab/quantitykind/MolalityOfSolute" ],
"iec61360Code" : "0112/2///62720#UAB405",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB405",
"symbol" : "lb-mol/lbm",
"ucumCode" : "[mol_lb].[lb_av]-1",
"uneceCommonCode" : "P48",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mole per Pound Mass", {
"@language" : "en",
"@value" : "Pound Mole per Pound Mass"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL_LB-PER-MIN
URI: http://qudt.org/vocab/unit/MOL_LB-PER-MIN
non SI-conform unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL_LB-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 7.559872833333333333333333333333335 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.559872833333333333333333333333335E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB452" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB452"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lb-mol/min" ; <http://qudt.org/schema/qudt/ucumCode> "[mol_lb].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P46" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mole per Minute" ; rdfs:label "Pound Mole per Minute"@en ; .
{"resource":"Pound Mole per Minute"
,"qname":"unit:MOL_LB-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL_LB-PER-MIN"
,"properties":["conversion multiplier":"7.559872833333333333333333333333335"
,"conversion multiplier scientific":"7.559872833333333333333333333333335E0"
,"description":"non SI-conform unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB452"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB452"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mole per Minute"
,"label":"Pound Mole per Minute"
,"symbol":"lb-mol\/min"
,"type":"qudt:Unit"
,"ucum code":"[mol_lb].min-1"
,"unece common code":"P46"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL_LB-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units",
"conversionMultiplier" : "7.559872833333333333333333333333335",
"conversionMultiplier:SN" : 7.559872833333333,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivity",
"iec61360Code" : "0112/2///62720#UAB452",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB452",
"symbol" : "lb-mol/min",
"ucumCode" : "[mol_lb].min-1",
"uneceCommonCode" : "P46",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mole per Minute", {
"@language" : "en",
"@value" : "Pound Mole per Minute"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOL_LB-PER-SEC
URI: http://qudt.org/vocab/unit/MOL_LB-PER-SEC
non SI-conformunit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOL_LB-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conformunit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 453.59237 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.5359237E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB451" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB451"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "lb-mol/s" ; <http://qudt.org/schema/qudt/ucumCode> "[mol_lb].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P45" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pound Mole per Second" ; rdfs:label "Pound Mole per Second"@en ; .
{"resource":"Pound Mole per Second"
,"qname":"unit:MOL_LB-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOL_LB-PER-SEC"
,"properties":["conversion multiplier":"453.59237"
,"conversion multiplier scientific":"4.5359237E2"
,"description":"non SI-conformunit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB451"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB451"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pound Mole per Second"
,"label":"Pound Mole per Second"
,"symbol":"lb-mol\/s"
,"type":"qudt:Unit"
,"ucum code":"[mol_lb].s-1"
,"unece common code":"P45"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOL_LB-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conformunit of the power of the amount of substance non-SI compliant unit of the molar flux relating that a pound mole of a chemical composition the same number of pound corresponds like the molecular weight of a molecule of this composition in atomic mass units",
"conversionMultiplier" : "453.59237",
"conversionMultiplier:SN" : 453.59237,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivity",
"iec61360Code" : "0112/2///62720#UAB451",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB451",
"symbol" : "lb-mol/s",
"ucumCode" : "[mol_lb].s-1",
"uneceCommonCode" : "P45",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pound Mole per Second", {
"@language" : "en",
"@value" : "Pound Mole per Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOMME_Pearl
URI: http://qudt.org/vocab/unit/MOMME_Pearl
unit momme (pearl) specifically expresses the mass of cultured pearls
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOMME_Pearl> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit momme (pearl) specifically expresses the mass of cultured pearls" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3.750 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.750E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB598" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB598"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Pearl#Momme_weight"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "momme (pearl)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Momme (pearl)" ; rdfs:label "Momme (pearl)"@en ; .
{"resource":"Momme (pearl)"
,"qname":"unit:MOMME_Pearl"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOMME_Pearl"
,"properties":["conversion multiplier":"3.750"
,"conversion multiplier scientific":"3.750E0"
,"description":"unit momme (pearl) specifically expresses the mass of cultured pearls"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB598"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB598"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Pearl#Momme_weight"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Momme (pearl)"
,"label":"Momme (pearl)"
,"scalingOf":"unit:KiloGM"
,"symbol":"momme (pearl)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOMME_Pearl",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit momme (pearl) specifically expresses the mass of cultured pearls",
"conversionMultiplier" : "3.750",
"conversionMultiplier:SN" : 3.75,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB598",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Pearl#Momme_weight", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB598" ],
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "momme (pearl)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Momme (pearl)", {
"@language" : "en",
"@value" : "Momme (pearl)"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MOMME_Textile
URI: http://qudt.org/vocab/unit/MOMME_Textile
unit momme (textile) specifically express the weight of one square metre of silk
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MOMME_Textile> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit momme (textile) specifically express the weight of one square metre of silk" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.004340 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.340E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB599" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB599"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "momme (textile)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Momme (textile)" ; rdfs:label "Momme (textile)"@en ; .
{"resource":"Momme (textile)"
,"qname":"unit:MOMME_Textile"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MOMME_Textile"
,"properties":["conversion multiplier":"0.004340"
,"conversion multiplier scientific":"4.340E-3"
,"description":"unit momme (textile) specifically express the weight of one square metre of silk"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB599"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB599"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Momme (textile)"
,"label":"Momme (textile)"
,"scalingOf":"unit:KiloGM"
,"symbol":"momme (textile)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MOMME_Textile",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit momme (textile) specifically express the weight of one square metre of silk",
"conversionMultiplier" : "0.004340",
"conversionMultiplier:SN" : 0.00434,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB599",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB599",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "momme (textile)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Momme (textile)", {
"@language" : "en",
"@value" : "Momme (textile)"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MO_MeanGREGORIAN
URI: http://qudt.org/vocab/unit/MO_MeanGREGORIAN
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MO_MeanGREGORIAN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2629746.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.629746E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/informativeReference> "https://conversion.org/time/month-gregorian-average/"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/symbol> "mo{Gregorian}" ;
<http://qudt.org/schema/qudt/ucumCode> "mo_g"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MON" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q99476609> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mean Gregorian Month" ;
rdfs:label "Mean Gregorian Month"@en ;
.
{"resource":"Mean Gregorian Month"
,"qname":"unit:MO_MeanGREGORIAN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MO_MeanGREGORIAN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q99476609>"
,"conversion multiplier":"2629746.0"
,"conversion multiplier scientific":"2.629746E6"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"informative reference":"https:\/\/conversion.org\/time\/month-gregorian-average\/"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mean Gregorian Month"
,"label":"Mean Gregorian Month"
,"scalingOf":"unit:SEC"
,"symbol":"mo{Gregorian}"
,"type":"qudt:Unit"
,"ucum code":"mo_g"
,"unece common code":"MON"
]}
{
"@id" : "http://qudt.org/vocab/unit/MO_MeanGREGORIAN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "2629746.0",
"conversionMultiplier:SN" : 2629746.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"informativeReference" : "https://conversion.org/time/month-gregorian-average/",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "mo{Gregorian}",
"ucumCode" : "mo_g",
"uneceCommonCode" : "MON",
"wikidataMatch" : "http://www.wikidata.org/entity/Q99476609",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mean Gregorian Month", {
"@language" : "en",
"@value" : "Mean Gregorian Month"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MO_MeanJulian
URI: http://qudt.org/vocab/unit/MO_MeanJulian
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MO_MeanJulian>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2629800.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.6298E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/informativeReference> "https://www.convertunits.com/info/Julian+month"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/symbol> "mo{mean Julian}" ;
<http://qudt.org/schema/qudt/ucumCode> "mo_j"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q99476632> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mean Julian Month" ;
rdfs:label "Mean Julian Month"@en ;
.
{"resource":"Mean Julian Month"
,"qname":"unit:MO_MeanJulian"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MO_MeanJulian"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q99476632>"
,"conversion multiplier":"2629800.0"
,"conversion multiplier scientific":"2.6298E6"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"informative reference":"https:\/\/www.convertunits.com\/info\/Julian+month"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mean Julian Month"
,"label":"Mean Julian Month"
,"scalingOf":"unit:SEC"
,"symbol":"mo{mean Julian}"
,"type":"qudt:Unit"
,"ucum code":"mo_j"
]}
{
"@id" : "http://qudt.org/vocab/unit/MO_MeanJulian",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "2629800.0",
"conversionMultiplier:SN" : 2629800.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"informativeReference" : "https://www.convertunits.com/info/Julian+month",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "mo{mean Julian}",
"ucumCode" : "mo_j",
"wikidataMatch" : "http://www.wikidata.org/entity/Q99476632",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mean Julian Month", {
"@language" : "en",
"@value" : "Mean Julian Month"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MO_Synodic
URI: http://qudt.org/vocab/unit/MO_Synodic
A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MO_Synodic>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days."^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2551442.976 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.551442976E6 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MO> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.thefreedictionary.com/Synodal+month"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/symbol> "mo{synodic}" ;
<http://qudt.org/schema/qudt/ucumCode> "mo_s"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q27609543> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Synodic Month" ;
rdfs:label "Synodic Month"@en ;
.
{"resource":"Synodic Month"
,"qname":"unit:MO_Synodic"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MO_Synodic"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q27609543>"
,"conversion multiplier":"2551442.976"
,"conversion multiplier scientific":"2.551442976E6"
,"description":"A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days."
,"exact match":"unit:MO"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"informative reference":"http:\/\/www.thefreedictionary.com\/Synodal+month"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Synodic Month"
,"label":"Synodic Month"
,"scalingOf":"unit:SEC"
,"symbol":"mo{synodic}"
,"type":"qudt:Unit"
,"ucum code":"mo_s"
]}
{
"@id" : "http://qudt.org/vocab/unit/MO_Synodic",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of time corresponding approximately to one cycle of the moon's phases, or about 30 days or 4 weeks and calculated as 29.53059 days.",
"conversionMultiplier" : "2551442.976",
"conversionMultiplier:SN" : 2551442.976,
"exactMatch" : "http://qudt.org/vocab/unit/MO",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"informativeReference" : "http://www.thefreedictionary.com/Synodal+month",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "mo{synodic}",
"ucumCode" : "mo_s",
"wikidataMatch" : "http://www.wikidata.org/entity/Q27609543",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Synodic Month", {
"@language" : "en",
"@value" : "Synodic Month"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MX
URI: http://qudt.org/vocab/unit/MX
"Maxwell" is a C.G.S System unit for 'Magnetic Flux' expressed as $Mx$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MX> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Maxwell\" is a C.G.S System unit for 'Magnetic Flux' expressed as $Mx$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Maxwell"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFlux> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB155" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Maxwell?oldid=478391976"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB155"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/WB> ; <http://qudt.org/schema/qudt/symbol> "Mx" ; <http://qudt.org/schema/qudt/ucumCode> "Mx"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B65" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q608697> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Maxwell" ; rdfs:label "Maxwell"@en ; .
{"resource":"Maxwell"
,"qname":"unit:MX"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MX"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q608697>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Maxwell"
,"description":"\"Maxwell\" is a C.G.S System unit for 'Magnetic Flux' expressed as $Mx$."
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFlux"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB155"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Maxwell?oldid=478391976"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB155"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Maxwell"
,"label":"Maxwell"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/maxwell>"
,"scalingOf":"unit:WB"
,"symbol":"Mx"
,"type":"qudt:Unit"
,"ucum code":"Mx"
,"unece common code":"B65"
]}
{
"@id" : "http://qudt.org/vocab/unit/MX",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Maxwell\" is a C.G.S System unit for 'Magnetic Flux' expressed as $Mx$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"dbpediaMatch" : "http://dbpedia.org/resource/Maxwell",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFlux",
"iec61360Code" : "0112/2///62720#UAB155",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB155", "http://en.wikipedia.org/wiki/Maxwell?oldid=478391976" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/maxwell",
"scalingOf" : "http://qudt.org/vocab/unit/WB",
"symbol" : "Mx",
"ucumCode" : "Mx",
"uneceCommonCode" : "B65",
"wikidataMatch" : "http://www.wikidata.org/entity/Q608697",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Maxwell", {
"@language" : "en",
"@value" : "Maxwell"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:M_H2O
URI: http://qudt.org/vocab/unit/M_H2O
not SI-conforming unit of pressure, whereas a value of 1 mH₂O is equivalent to the static pressure produced by one metre high watercolumn
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/M_H2O> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "not SI-conforming unit of pressure, whereas a value of 1 mH₂O is equivalent to the static pressure produced by one metre high watercolumn" ; <http://qudt.org/schema/qudt/conversionMultiplier> 9806.65 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB362" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB362"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "mH₂0" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N23" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Conventional Metre of Water" ; rdfs:label "Conventional Metre of Water"@en ; .
{"resource":"Conventional Metre of Water"
,"qname":"unit:M_H2O"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/M_H2O"
,"properties":["conversion multiplier":"9806.65"
,"conversion multiplier scientific":"9.80665E3"
,"description":"not SI-conforming unit of pressure, whereas a value of 1 mH\u2082O is equivalent to the static pressure produced by one metre high watercolumn"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB362"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB362"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Conventional Metre of Water"
,"label":"Conventional Metre of Water"
,"scalingOf":"unit:PA"
,"symbol":"mH\u20820"
,"type":"qudt:Unit"
,"unece common code":"N23"
]}
{
"@id" : "http://qudt.org/vocab/unit/M_H2O",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "not SI-conforming unit of pressure, whereas a value of 1 mH₂O is equivalent to the static pressure produced by one metre high watercolumn",
"conversionMultiplier" : "9806.65",
"conversionMultiplier:SN" : 9806.65,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAB362",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB362",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "mH₂0",
"uneceCommonCode" : "N23",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Conventional Metre of Water", {
"@language" : "en",
"@value" : "Conventional Metre of Water"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MebiBIT
URI: http://qudt.org/vocab/unit/MebiBIT
1,048,576-fold of the unit bit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MebiBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,048,576-fold of the unit bit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 726817.4980028252127674835889901326 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.268174980028252127674835889901326E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DatasetOfBits> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB167" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB167"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mebi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Mib" ; <http://qudt.org/schema/qudt/ucumCode> "Mibit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D11" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1194580> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mebibit" ; rdfs:label "Mebibit"@en ; .
{"resource":"Mebibit"
,"qname":"unit:MebiBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MebiBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1194580>"
,"conversion multiplier":"726817.4980028252127674835889901326"
,"conversion multiplier scientific":"7.268174980028252127674835889901326E5"
,"description":"1,048,576-fold of the unit bit"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DatasetOfBits"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB167"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB167"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mebibit"
,"label":"Mebibit"
,"prefix":"prefix:Mebi"
,"scalingOf":"unit:BIT"
,"symbol":"Mib"
,"type":"qudt:Unit"
,"ucum code":"Mibit"
,"unece common code":"D11"
]}
{
"@id" : "http://qudt.org/vocab/unit/MebiBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,048,576-fold of the unit bit",
"conversionMultiplier" : "726817.4980028252127674835889901326",
"conversionMultiplier:SN" : 726817.4980028252,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DatasetOfBits",
"iec61360Code" : "0112/2///62720#UAB167",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB167",
"prefix" : "http://qudt.org/vocab/prefix/Mebi",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Mib",
"ucumCode" : "Mibit",
"uneceCommonCode" : "D11",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1194580",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mebibit", {
"@language" : "en",
"@value" : "Mebibit"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MebiBIT-PER-M
URI: http://qudt.org/vocab/unit/MebiBIT-PER-M
1,048,576-fold of the unit bit divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MebiBIT-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,048,576-fold of the unit bit divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 726817.4980028252127674835889901326 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.268174980028252127674835889901326E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA230" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA230"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Mib/m" ; <http://qudt.org/schema/qudt/ucumCode> "Mibit.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E75" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mebibit per Meter"@en-US ; rdfs:label "Mebibit per Metre" ; rdfs:label "Mebibit per Metre"@en ; .
{"resource":"Mebibit per Metre"
,"qname":"unit:MebiBIT-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MebiBIT-PER-M"
,"properties":["conversion multiplier":"726817.4980028252127674835889901326"
,"conversion multiplier scientific":"7.268174980028252127674835889901326E5"
,"description":"1,048,576-fold of the unit bit divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA230"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA230"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mebibit per Meter"
,"label":"Mebibit per Metre"
,"label":"Mebibit per Metre"
,"symbol":"Mib\/m"
,"type":"qudt:Unit"
,"ucum code":"Mibit.m-1"
,"unece common code":"E75"
]}
{
"@id" : "http://qudt.org/vocab/unit/MebiBIT-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,048,576-fold of the unit bit divided by the SI base unit metre",
"conversionMultiplier" : "726817.4980028252127674835889901326",
"conversionMultiplier:SN" : 726817.4980028252,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearBitDensity",
"iec61360Code" : "0112/2///62720#UAA230",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA230",
"symbol" : "Mib/m",
"ucumCode" : "Mibit.m-1",
"uneceCommonCode" : "E75",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mebibit per Metre", {
"@language" : "en",
"@value" : "Mebibit per Metre"
}, {
"@language" : "en-us",
"@value" : "Mebibit per Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MebiBIT-PER-M2
URI: http://qudt.org/vocab/unit/MebiBIT-PER-M2
1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MebiBIT-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 726817.4980028252127674835889901326 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.268174980028252127674835889901326E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA231" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA231"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Mib/m²" ; <http://qudt.org/schema/qudt/ucumCode> "Mibit.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E76" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mebibit per Square Meter"@en-US ; rdfs:label "Mebibit per Square Metre" ; rdfs:label "Mebibit per Square Metre"@en ; .
{"resource":"Mebibit per Square Metre"
,"qname":"unit:MebiBIT-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MebiBIT-PER-M2"
,"properties":["conversion multiplier":"726817.4980028252127674835889901326"
,"conversion multiplier scientific":"7.268174980028252127674835889901326E5"
,"description":"1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:AreaBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA231"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA231"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mebibit per Square Meter"
,"label":"Mebibit per Square Metre"
,"label":"Mebibit per Square Metre"
,"symbol":"Mib\/m²"
,"type":"qudt:Unit"
,"ucum code":"Mibit.m-2"
,"unece common code":"E76"
]}
{
"@id" : "http://qudt.org/vocab/unit/MebiBIT-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "726817.4980028252127674835889901326",
"conversionMultiplier:SN" : 726817.4980028252,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaBitDensity",
"iec61360Code" : "0112/2///62720#UAA231",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA231",
"symbol" : "Mib/m²",
"ucumCode" : "Mibit.m-2",
"uneceCommonCode" : "E76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mebibit per Square Metre", {
"@language" : "en",
"@value" : "Mebibit per Square Metre"
}, {
"@language" : "en-us",
"@value" : "Mebibit per Square Meter"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MebiBIT-PER-M3
URI: http://qudt.org/vocab/unit/MebiBIT-PER-M3
1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MebiBIT-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/conversionMultiplier> 726817.4980028252127674835889901326 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.268174980028252127674835889901326E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA232" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA232"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Mib/m³" ; <http://qudt.org/schema/qudt/ucumCode> "Mibit.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E77" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mebibit per Cubic Meter"@en-US ; rdfs:label "Mebibit per Cubic Metre" ; rdfs:label "Mebibit per Cubic Metre"@en ; .
{"resource":"Mebibit per Cubic Metre"
,"qname":"unit:MebiBIT-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MebiBIT-PER-M3"
,"properties":["conversion multiplier":"726817.4980028252127674835889901326"
,"conversion multiplier scientific":"7.268174980028252127674835889901326E5"
,"description":"1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumetricBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA232"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA232"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mebibit per Cubic Meter"
,"label":"Mebibit per Cubic Metre"
,"label":"Mebibit per Cubic Metre"
,"symbol":"Mib\/m³"
,"type":"qudt:Unit"
,"ucum code":"Mibit.m-3"
,"unece common code":"E77"
]}
{
"@id" : "http://qudt.org/vocab/unit/MebiBIT-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,048,576-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3",
"conversionMultiplier" : "726817.4980028252127674835889901326",
"conversionMultiplier:SN" : 726817.4980028252,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricBitDensity",
"iec61360Code" : "0112/2///62720#UAA232",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA232",
"symbol" : "Mib/m³",
"ucumCode" : "Mibit.m-3",
"uneceCommonCode" : "E77",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Mebibit per Cubic Metre"
}, "Mebibit per Cubic Metre", {
"@language" : "en-us",
"@value" : "Mebibit per Cubic Meter"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MebiBYTE
URI: http://qudt.org/vocab/unit/MebiBYTE
The mebibyte is a multiple of the unit byte for digital information equivalent to $1024^{2} bytes$ or $2^{20} bytes$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MebiBYTE>
rdf:type <http://qudt.org/schema/qudt/CountingUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The mebibyte is a multiple of the unit byte for digital information equivalent to $1024^{2} bytes$ or $2^{20} bytes$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 5814539.98402260170213986871192106 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.81453998402260170213986871192106E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA233" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA233"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mebi> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ;
<http://qudt.org/schema/qudt/symbol> "MiB" ;
<http://qudt.org/schema/qudt/ucumCode> "MiBy"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E63" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79758> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mebibyte" ;
rdfs:label "Mebibyte"@en ;
.
{"resource":"Mebibyte"
,"qname":"unit:MebiBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MebiBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79758>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"5814539.98402260170213986871192106"
,"conversion multiplier scientific":"5.81453998402260170213986871192106E6"
,"description":"The mebibyte is a multiple of the unit byte for digital information equivalent to $1024^{2} bytes$ or $2^{20} bytes$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA233"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA233"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Byte#Multiple-byte_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mebibyte"
,"label":"Mebibyte"
,"prefix":"prefix:Mebi"
,"scalingOf":"unit:BYTE"
,"symbol":"MiB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"MiBy"
,"unece common code":"E63"
]}
{
"@id" : "http://qudt.org/vocab/unit/MebiBYTE",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The mebibyte is a multiple of the unit byte for digital information equivalent to $1024^{2} bytes$ or $2^{20} bytes$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "5814539.98402260170213986871192106",
"conversionMultiplier:SN" : 5814539.9840226015,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAA233",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA233" ],
"prefix" : "http://qudt.org/vocab/prefix/Mebi",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "MiB",
"ucumCode" : "MiBy",
"uneceCommonCode" : "E63",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79758",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mebibyte", {
"@language" : "en",
"@value" : "Mebibyte"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaA
URI: http://qudt.org/vocab/unit/MegaA
1 000 000-fold of the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000 000-fold of the SI base unit ampere"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA202" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA202"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI base unit ampere" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "MA" ; <http://qudt.org/schema/qudt/ucumCode> "MA"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H38" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53679443> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaamper"@hu ; rdfs:label "Megaamper"@pl ; rdfs:label "Megaamper"@ro ; rdfs:label "Megaamper"@sl ; rdfs:label "Megaamper"@tr ; rdfs:label "Megaampere" ; rdfs:label "Megaampere"@de ; rdfs:label "Megaampere"@en ; rdfs:label "Megaampere"@it ; rdfs:label "Megaampere"@ms ; rdfs:label "Megaamperio"@es ; rdfs:label "Megaampère"@fr ; rdfs:label "Megaampér"@cs ; .
{"resource":"Megaampere"
,"qname":"unit:MegaA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53679443>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1 000 000-fold of the SI base unit ampere"
,"description (plain text)":"1,000,000-fold of the SI base unit ampere"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA202"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA202"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaamper"
,"label":"Megaamper"
,"label":"Megaamper"
,"label":"Megaamper"
,"label":"Megaamper"
,"label":"Megaampere"
,"label":"Megaampere"
,"label":"Megaampere"
,"label":"Megaampere"
,"label":"Megaampere"
,"label":"Megaamperio"
,"label":"Megaampère"
,"label":"Megaampér"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:A"
,"symbol":"MA"
,"type":"qudt:Unit"
,"ucum code":"MA"
,"unece common code":"H38"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000 000-fold of the SI base unit ampere",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent",
"iec61360Code" : "0112/2///62720#UAA202",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA202",
"plainTextDescription" : "1,000,000-fold of the SI base unit ampere",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "MA",
"ucumCode" : "MA",
"uneceCommonCode" : "H38",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53679443",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megaampere", {
"@language" : "de",
"@value" : "Megaampere"
}, {
"@language" : "en",
"@value" : "Megaampere"
}, {
"@language" : "it",
"@value" : "Megaampere"
}, {
"@language" : "ms",
"@value" : "Megaampere"
}, {
"@language" : "hu",
"@value" : "Megaamper"
}, {
"@language" : "pl",
"@value" : "Megaamper"
}, {
"@language" : "ro",
"@value" : "Megaamper"
}, {
"@language" : "sl",
"@value" : "Megaamper"
}, {
"@language" : "tr",
"@value" : "Megaamper"
}, {
"@language" : "es",
"@value" : "Megaamperio"
}, {
"@language" : "fr",
"@value" : "Megaampère"
}, {
"@language" : "cs",
"@value" : "Megaampér"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaA-PER-M2
URI: http://qudt.org/vocab/unit/MegaA-PER-M2
1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaA-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA203" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA203"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "MA/m²" ; <http://qudt.org/schema/qudt/ucumCode> "MA.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B66" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaamper na Kvadratni Meter"@sl ; rdfs:label "Megaamper na Metr Kwadratowy"@pl ; rdfs:label "Megaamper pe Metru Pătrat"@ro ; rdfs:label "Megaamper per Metrekare"@tr ; rdfs:label "Megaampere per Meter Persegi"@ms ; rdfs:label "Megaampere per Metro Quadrato"@it ; rdfs:label "Megaampere per Square Meter"@en-US ; rdfs:label "Megaampere per Square Metre" ; rdfs:label "Megaampere per Square Metre"@en ; rdfs:label "Megaampere pro Quadratmeter"@de ; rdfs:label "Megaamperio por Metro Cuadrado"@es ; rdfs:label "Megaampère par Mètre Carré"@fr ; rdfs:label "Megaampér na Čtvereční Metr"@cs ; .
{"resource":"Megaampere per Square Metre"
,"qname":"unit:MegaA-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaA-PER-M2"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA203"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA203"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaamper na Kvadratni Meter"
,"label":"Megaamper na Metr Kwadratowy"
,"label":"Megaamper pe Metru Pătrat"
,"label":"Megaamper per Metrekare"
,"label":"Megaampere per Meter Persegi"
,"label":"Megaampere per Metro Quadrato"
,"label":"Megaampere per Square Meter"
,"label":"Megaampere per Square Metre"
,"label":"Megaampere per Square Metre"
,"label":"Megaampere pro Quadratmeter"
,"label":"Megaamperio por Metro Cuadrado"
,"label":"Megaampère par Mètre Carré"
,"label":"Megaampér na Čtvereční Metr"
,"symbol":"MA\/m²"
,"type":"qudt:Unit"
,"ucum code":"MA.m-2"
,"unece common code":"B66"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaA-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentDensity",
"iec61360Code" : "0112/2///62720#UAA203",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA203",
"plainTextDescription" : "1,000,000-fold of the SI base unit ampere divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "MA/m²",
"ucumCode" : "MA.m-2",
"uneceCommonCode" : "B66",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Megaamper per Metrekare"
}, {
"@language" : "cs",
"@value" : "Megaampér na Čtvereční Metr"
}, {
"@language" : "sl",
"@value" : "Megaamper na Kvadratni Meter"
}, {
"@language" : "de",
"@value" : "Megaampere pro Quadratmeter"
}, "Megaampere per Square Metre", {
"@language" : "en",
"@value" : "Megaampere per Square Metre"
}, {
"@language" : "pl",
"@value" : "Megaamper na Metr Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Megaampère par Mètre Carré"
}, {
"@language" : "it",
"@value" : "Megaampere per Metro Quadrato"
}, {
"@language" : "ro",
"@value" : "Megaamper pe Metru Pătrat"
}, {
"@language" : "ms",
"@value" : "Megaampere per Meter Persegi"
}, {
"@language" : "es",
"@value" : "Megaamperio por Metro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Megaampere per Square Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaBAR
URI: http://qudt.org/vocab/unit/MegaBAR
The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaBAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BAR> ; <http://qudt.org/schema/qudt/symbol> "Mbar" ; <http://qudt.org/schema/qudt/ucumCode> "Mbar"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megabar" ; rdfs:label "Megabar"@en ; .
{"resource":"Megabar"
,"qname":"unit:MegaBAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaBAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"100000000000.0"
,"conversion multiplier scientific":"1.0E11"
,"description":"The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bar_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megabar"
,"label":"Megabar"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:BAR"
,"symbol":"Mbar"
,"type":"qudt:Unit"
,"ucum code":"Mbar"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaBAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "100000000000.0",
"conversionMultiplier:SN" : 1.0E11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Bar_(unit)",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/BAR",
"symbol" : "Mbar",
"ucumCode" : "Mbar",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Megabar"
}, "Megabar" ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaBAUD
URI: http://qudt.org/vocab/unit/MegaBAUD
1,000,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaBAUD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DigitRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA204" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA204"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BAUD> ; <http://qudt.org/schema/qudt/symbol> "MBd" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J54" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megabaud" ; rdfs:label "Megabaud"@en ; .
{"resource":"Megabaud"
,"qname":"unit:MegaBAUD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaBAUD"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DigitRate"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA204"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA204"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megabaud"
,"label":"Megabaud"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:BAUD"
,"symbol":"MBd"
,"type":"qudt:Unit"
,"unece common code":"J54"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaBAUD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the unit baud for the symbol rate in communications engineering and telecommunication",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DigitRate",
"iec61360Code" : "0112/2///62720#UAA204",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA204",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/BAUD",
"symbol" : "MBd",
"uneceCommonCode" : "J54",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megabaud", {
"@language" : "en",
"@value" : "Megabaud"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaBIT
URI: http://qudt.org/vocab/unit/MegaBIT
1,000,000-fold of the unit bit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the unit bit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147.18055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DatasetOfBits> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB171" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB171"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Mb" ; <http://qudt.org/schema/qudt/ucumCode> "Mbit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D36" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3332814> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megabit" ; rdfs:label "Megabit"@en ; .
{"resource":"Megabit"
,"qname":"unit:MegaBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3332814>"
,"conversion multiplier":"693147.18055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E5"
,"description":"1,000,000-fold of the unit bit"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DatasetOfBits"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB171"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB171"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megabit"
,"label":"Megabit"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:BIT"
,"symbol":"Mb"
,"type":"qudt:Unit"
,"ucum code":"Mbit"
,"unece common code":"D36"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the unit bit",
"conversionMultiplier" : "693147.18055994530941723212145818",
"conversionMultiplier:SN" : 693147.1805599453,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DatasetOfBits",
"iec61360Code" : "0112/2///62720#UAB171",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB171",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Mb",
"ucumCode" : "Mbit",
"uneceCommonCode" : "D36",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3332814",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megabit", {
"@language" : "en",
"@value" : "Megabit"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaBIT-PER-SEC
URI: http://qudt.org/vocab/unit/MegaBIT-PER-SEC
A megabit per second (Mbit/s or Mb/s; not to be confused with mbit/s which means millibit per second, or with Mbitps which means megabit picosecond) is a unit of data transfer rate equal to 1,000,000 bits per second or 1,000 kilobits per second or 125,000 bytes per second or 125 kilobytes per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaBIT-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A megabit per second (Mbit/s or Mb/s; not to be confused with mbit/s which means millibit per second, or with Mbitps which means megabit picosecond) is a unit of data transfer rate equal to 1,000,000 bits per second or 1,000 kilobits per second or 125,000 bytes per second or 125 kilobytes per second."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147.18055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DataRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA226" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Data_rate_units"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA226"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Mb/s" ; <http://qudt.org/schema/qudt/ucumCode> "Mbit.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E20" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q7350781> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megabit per Second" ; rdfs:label "Megabit per Second"@en ; .
{"resource":"Megabit per Second"
,"qname":"unit:MegaBIT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaBIT-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q7350781>"
,"conversion multiplier":"693147.18055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E5"
,"description":"A megabit per second (Mbit\/s or Mb\/s; not to be confused with mbit\/s which means millibit per second, or with Mbitps which means megabit picosecond) is a unit of data transfer rate equal to 1,000,000 bits per second or 1,000 kilobits per second or 125,000 bytes per second or 125 kilobytes per second."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:DataRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA226"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Data_rate_units"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA226"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megabit per Second"
,"label":"Megabit per Second"
,"symbol":"Mb\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Mbit.s-1"
,"unece common code":"E20"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaBIT-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A megabit per second (Mbit/s or Mb/s; not to be confused with mbit/s which means millibit per second, or with Mbitps which means megabit picosecond) is a unit of data transfer rate equal to 1,000,000 bits per second or 1,000 kilobits per second or 125,000 bytes per second or 125 kilobytes per second.",
"conversionMultiplier" : "693147.18055994530941723212145818",
"conversionMultiplier:SN" : 693147.1805599453,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DataRate",
"iec61360Code" : "0112/2///62720#UAA226",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA226", "http://en.wikipedia.org/wiki/Data_rate_units" ],
"symbol" : "Mb/s",
"ucumCode" : "Mbit.s-1",
"uneceCommonCode" : "E20",
"wikidataMatch" : "http://www.wikidata.org/entity/Q7350781",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megabit per Second", {
"@language" : "en",
"@value" : "Megabit per Second"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaBQ
URI: http://qudt.org/vocab/unit/MegaBQ
1,000,000-fold of the derived unit becquerel
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaBQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the derived unit becquerel"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA205" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA205"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the derived unit becquerel" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ; <http://qudt.org/schema/qudt/symbol> "MBq" ; <http://qudt.org/schema/qudt/ucumCode> "MBq"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4N" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94489429> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megabecquerel" ; rdfs:label "Megabecquerel"@cs ; rdfs:label "Megabecquerel"@de ; rdfs:label "Megabecquerel"@en ; rdfs:label "Megabecquerel"@es ; rdfs:label "Megabecquerel"@fr ; rdfs:label "Megabecquerel"@hu ; rdfs:label "Megabecquerel"@it ; rdfs:label "Megabecquerel"@ms ; rdfs:label "Megabecquerel"@ro ; rdfs:label "Megabecquerel"@sl ; rdfs:label "Megabekerel"@pl ; rdfs:label "Megabekerel"@tr ; .
{"resource":"Megabecquerel"
,"qname":"unit:MegaBQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaBQ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94489429>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the derived unit becquerel"
,"description (plain text)":"1,000,000-fold of the derived unit becquerel"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA205"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA205"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megabecquerel"
,"label":"Megabecquerel"
,"label":"Megabecquerel"
,"label":"Megabecquerel"
,"label":"Megabecquerel"
,"label":"Megabecquerel"
,"label":"Megabecquerel"
,"label":"Megabecquerel"
,"label":"Megabecquerel"
,"label":"Megabecquerel"
,"label":"Megabecquerel"
,"label":"Megabekerel"
,"label":"Megabekerel"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:BQ"
,"symbol":"MBq"
,"type":"qudt:Unit"
,"ucum code":"MBq"
,"unece common code":"4N"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaBQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the derived unit becquerel",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAA205",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA205",
"plainTextDescription" : "1,000,000-fold of the derived unit becquerel",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "MBq",
"ucumCode" : "MBq",
"uneceCommonCode" : "4N",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94489429",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megabecquerel", {
"@language" : "cs",
"@value" : "Megabecquerel"
}, {
"@language" : "de",
"@value" : "Megabecquerel"
}, {
"@language" : "en",
"@value" : "Megabecquerel"
}, {
"@language" : "es",
"@value" : "Megabecquerel"
}, {
"@language" : "ms",
"@value" : "Megabecquerel"
}, {
"@language" : "ro",
"@value" : "Megabecquerel"
}, {
"@language" : "sl",
"@value" : "Megabecquerel"
}, {
"@language" : "fr",
"@value" : "Megabecquerel"
}, {
"@language" : "hu",
"@value" : "Megabecquerel"
}, {
"@language" : "it",
"@value" : "Megabecquerel"
}, {
"@language" : "pl",
"@value" : "Megabekerel"
}, {
"@language" : "tr",
"@value" : "Megabekerel"
} ],
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaBQ-PER-KiloGM
URI: http://qudt.org/vocab/unit/MegaBQ-PER-KiloGM
1,000,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaBQ-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassicActivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificActivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB092" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB092"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "MBq/kg" ; <http://qudt.org/schema/qudt/ucumCode> "MBq.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B67" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megabecquerel na Kilogram"@cs ; rdfs:label "Megabecquerel na Kilogram"@sl ; rdfs:label "Megabecquerel par Kilogramme"@fr ; rdfs:label "Megabecquerel pe Kilogram"@ro ; rdfs:label "Megabecquerel per Chilogrammo"@it ; rdfs:label "Megabecquerel per Kilogram" ; rdfs:label "Megabecquerel per Kilogram"@en ; rdfs:label "Megabecquerel per Kilogram"@ms ; rdfs:label "Megabecquerel por Kilogramo"@es ; rdfs:label "Megabecquerel pro Kilogramm"@de ; rdfs:label "Megabekerel na Kilogram"@pl ; rdfs:label "Megabekerel per Kilogram"@tr ; .
{"resource":"Megabecquerel per Kilogram"
,"qname":"unit:MegaBQ-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaBQ-PER-KiloGM"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:MassicActivity"
,"has quantity kind":"quantitykind:SpecificActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB092"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB092"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megabecquerel na Kilogram"
,"label":"Megabecquerel na Kilogram"
,"label":"Megabecquerel par Kilogramme"
,"label":"Megabecquerel pe Kilogram"
,"label":"Megabecquerel per Chilogrammo"
,"label":"Megabecquerel per Kilogram"
,"label":"Megabecquerel per Kilogram"
,"label":"Megabecquerel per Kilogram"
,"label":"Megabecquerel por Kilogramo"
,"label":"Megabecquerel pro Kilogramm"
,"label":"Megabekerel na Kilogram"
,"label":"Megabekerel per Kilogram"
,"symbol":"MBq\/kg"
,"type":"qudt:Unit"
,"ucum code":"MBq.kg-1"
,"unece common code":"B67"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaBQ-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit becquerel divided by the SI base unit kilogram",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificActivity", "http://qudt.org/vocab/quantitykind/MassicActivity" ],
"iec61360Code" : "0112/2///62720#UAB092",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB092",
"symbol" : "MBq/kg",
"ucumCode" : "MBq.kg-1",
"uneceCommonCode" : "B67",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Megabekerel per Kilogram"
}, {
"@language" : "de",
"@value" : "Megabecquerel pro Kilogramm"
}, {
"@language" : "cs",
"@value" : "Megabecquerel na Kilogram"
}, {
"@language" : "sl",
"@value" : "Megabecquerel na Kilogram"
}, {
"@language" : "pl",
"@value" : "Megabekerel na Kilogram"
}, {
"@language" : "fr",
"@value" : "Megabecquerel par Kilogramme"
}, "Megabecquerel per Kilogram", {
"@language" : "it",
"@value" : "Megabecquerel per Chilogrammo"
}, {
"@language" : "en",
"@value" : "Megabecquerel per Kilogram"
}, {
"@language" : "ms",
"@value" : "Megabecquerel per Kilogram"
}, {
"@language" : "ro",
"@value" : "Megabecquerel pe Kilogram"
}, {
"@language" : "es",
"@value" : "Megabecquerel por Kilogramo"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaBTU_IT
URI: http://qudt.org/vocab/unit/MegaBTU_IT
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaBTU_IT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1055055852.62 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.05505585262E9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BTU_IT> ;
<http://qudt.org/schema/qudt/symbol> "MBtu{IT}" ;
<http://qudt.org/schema/qudt/ucumCode> "M[Btu_IT]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mega British Thermal Unit (international Definition)" ;
rdfs:label "Mega British Thermal Unit (international Definition)"@en ;
.
{"resource":"Mega British Thermal Unit (international Definition)"
,"qname":"unit:MegaBTU_IT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaBTU_IT"
,"properties":["conversion multiplier":"1055055852.62"
,"conversion multiplier scientific":"1.05505585262E9"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega British Thermal Unit (international Definition)"
,"label":"Mega British Thermal Unit (international Definition)"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:BTU_IT"
,"symbol":"MBtu{IT}"
,"type":"qudt:Unit"
,"ucum code":"M[Btu_IT]"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaBTU_IT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1055055852.62",
"conversionMultiplier:SN" : 1.05505585262E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/ThermalEnergy" ],
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/BTU_IT",
"symbol" : "MBtu{IT}",
"ucumCode" : "M[Btu_IT]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega British Thermal Unit (international Definition)", {
"@language" : "en",
"@value" : "Mega British Thermal Unit (international Definition)"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaBTU_IT-PER-HR
URI: http://qudt.org/vocab/unit/MegaBTU_IT-PER-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaBTU_IT-PER-HR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 293071.0701722222222222222222222222 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.930710701722222222222222222222222E5 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$MBtu/h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/symbol> "MBtu{IT}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "M[Btu_IT].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mega British Thermal Unit (international Definition) per Hour" ;
rdfs:label "Mega British Thermal Unit (international Definition) per Hour"@en ;
.
{"resource":"Mega British Thermal Unit (international Definition) per Hour"
,"qname":"unit:MegaBTU_IT-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaBTU_IT-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"293071.0701722222222222222222222222"
,"conversion multiplier scientific":"2.930710701722222222222222222222222E5"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"expression":"$MBtu\/h$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega British Thermal Unit (international Definition) per Hour"
,"label":"Mega British Thermal Unit (international Definition) per Hour"
,"symbol":"MBtu{IT}\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"M[Btu_IT].h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaBTU_IT-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "293071.0701722222222222222222222222",
"conversionMultiplier:SN" : 293071.0701722222,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$MBtu/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/HeatFlowRate" ],
"symbol" : "MBtu{IT}/h",
"ucumCode" : "M[Btu_IT].h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega British Thermal Unit (international Definition) per Hour", {
"@language" : "en",
"@value" : "Mega British Thermal Unit (international Definition) per Hour"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaBYTE
URI: http://qudt.org/vocab/unit/MegaBYTE
The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaBYTE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 5545177.44447956247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E6 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Megabyte"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB131" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Megabyte?oldid=487094486"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB131"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ; <http://qudt.org/schema/qudt/symbol> "MB" ; <http://qudt.org/schema/qudt/ucumCode> "MBy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4L" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79735> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megabyte" ; rdfs:label "Megabyte"@en ; .
{"resource":"Megabyte"
,"qname":"unit:MegaBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79735>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"5545177.44447956247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E6"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Megabyte"
,"description":"The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB131"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Megabyte?oldid=487094486"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB131"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megabyte"
,"label":"Megabyte"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:BYTE"
,"symbol":"MB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"MBy"
,"unece common code":"4L"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaBYTE",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit" ],
"description" : "The megabyte is defined here as one million Bytes. Also, see unit:MebiBYTE.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "5545177.44447956247533785697166544",
"conversionMultiplier:SN" : 5545177.444479562,
"dbpediaMatch" : "http://dbpedia.org/resource/Megabyte",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAB131",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Megabyte?oldid=487094486", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB131" ],
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "MB",
"ucumCode" : "MBy",
"uneceCommonCode" : "4L",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79735",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Megabyte"
}, "Megabyte" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaBYTE-PER-SEC
URI: http://qudt.org/vocab/unit/MegaBYTE-PER-SEC
1,000,000-fold of the unit byte devided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaBYTE-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the unit byte devided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 5545177.44447956247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ByteRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB307" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB307"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "MB/s" ; <http://qudt.org/schema/qudt/ucumCode> "MBy.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P95" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megabyte per Second" ; rdfs:label "Megabyte per Second"@en ; .
{"resource":"Megabyte per Second"
,"qname":"unit:MegaBYTE-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaBYTE-PER-SEC"
,"properties":["conversion multiplier":"5545177.44447956247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E6"
,"description":"1,000,000-fold of the unit byte devided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ByteRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB307"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB307"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megabyte per Second"
,"label":"Megabyte per Second"
,"symbol":"MB\/s"
,"type":"qudt:Unit"
,"ucum code":"MBy.s-1"
,"unece common code":"P95"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaBYTE-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the unit byte devided by the SI base unit second",
"conversionMultiplier" : "5545177.44447956247533785697166544",
"conversionMultiplier:SN" : 5545177.444479562,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ByteRate",
"iec61360Code" : "0112/2///62720#UAB307",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB307",
"symbol" : "MB/s",
"ucumCode" : "MBy.s-1",
"uneceCommonCode" : "P95",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megabyte per Second", {
"@language" : "en",
"@value" : "Megabyte per Second"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaC
URI: http://qudt.org/vocab/unit/MegaC
A MegaCoulomb is $10^{6} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A MegaCoulomb is $10^{6} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA206" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA206"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "MC" ;
<http://qudt.org/schema/qudt/ucumCode> "MC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D77" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94634655> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Megacoulomb" ;
rdfs:label "Megacoulomb"@cs ;
rdfs:label "Megacoulomb"@de ;
rdfs:label "Megacoulomb"@en ;
rdfs:label "Megacoulomb"@fr ;
rdfs:label "Megacoulomb"@hu ;
rdfs:label "Megacoulomb"@it ;
rdfs:label "Megacoulomb"@ms ;
rdfs:label "Megacoulomb"@ro ;
rdfs:label "Megacoulomb"@sl ;
rdfs:label "Megacoulomb"@tr ;
rdfs:label "Megaculombio"@es ;
rdfs:label "Megakulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Megacoulomb"
,"qname":"unit:MegaC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94634655>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"A MegaCoulomb is $10^{6} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA206"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA206"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megacoulomb"
,"label":"Megacoulomb"
,"label":"Megacoulomb"
,"label":"Megacoulomb"
,"label":"Megacoulomb"
,"label":"Megacoulomb"
,"label":"Megacoulomb"
,"label":"Megacoulomb"
,"label":"Megacoulomb"
,"label":"Megacoulomb"
,"label":"Megacoulomb"
,"label":"Megaculombio"
,"label":"Megakulomb"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:C"
,"symbol":"MC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"MC"
,"unece common code":"D77"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A MegaCoulomb is $10^{6} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"iec61360Code" : "0112/2///62720#UAA206",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA206",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "MC",
"ucumCode" : "MC",
"uneceCommonCode" : "D77",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94634655",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Megakulomb"
}, {
"@language" : "es",
"@value" : "Megaculombio"
}, "Megacoulomb", {
"@language" : "cs",
"@value" : "Megacoulomb"
}, {
"@language" : "de",
"@value" : "Megacoulomb"
}, {
"@language" : "en",
"@value" : "Megacoulomb"
}, {
"@language" : "fr",
"@value" : "Megacoulomb"
}, {
"@language" : "hu",
"@value" : "Megacoulomb"
}, {
"@language" : "it",
"@value" : "Megacoulomb"
}, {
"@language" : "ms",
"@value" : "Megacoulomb"
}, {
"@language" : "ro",
"@value" : "Megacoulomb"
}, {
"@language" : "sl",
"@value" : "Megacoulomb"
}, {
"@language" : "tr",
"@value" : "Megacoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaC-PER-M2
URI: http://qudt.org/vocab/unit/MegaC-PER-M2
1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaC-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA207" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA207"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "MC/m²" ; <http://qudt.org/schema/qudt/ucumCode> "MC.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B70" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808167> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megacoulomb na Kvadratni Meter"@sl ; rdfs:label "Megacoulomb na Čtvereční Metr"@cs ; rdfs:label "Megacoulomb par Mètre Carré"@fr ; rdfs:label "Megacoulomb pe Metru Pătrat"@ro ; rdfs:label "Megacoulomb per Meter Persegi"@ms ; rdfs:label "Megacoulomb per Metrekare"@tr ; rdfs:label "Megacoulomb per Metro Quadrato"@it ; rdfs:label "Megacoulomb per Square Meter"@en-US ; rdfs:label "Megacoulomb per Square Metre" ; rdfs:label "Megacoulomb per Square Metre"@en ; rdfs:label "Megacoulomb pro Quadratmeter"@de ; rdfs:label "Megaculombio por Metro Cuadrado"@es ; rdfs:label "Megakulomb na Metr Kwadratowy"@pl ; .
{"resource":"Megacoulomb per Square Metre"
,"qname":"unit:MegaC-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaC-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808167>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA207"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA207"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megacoulomb na Kvadratni Meter"
,"label":"Megacoulomb na Čtvereční Metr"
,"label":"Megacoulomb par Mètre Carré"
,"label":"Megacoulomb pe Metru Pătrat"
,"label":"Megacoulomb per Meter Persegi"
,"label":"Megacoulomb per Metrekare"
,"label":"Megacoulomb per Metro Quadrato"
,"label":"Megacoulomb per Square Meter"
,"label":"Megacoulomb per Square Metre"
,"label":"Megacoulomb per Square Metre"
,"label":"Megacoulomb pro Quadratmeter"
,"label":"Megaculombio por Metro Cuadrado"
,"label":"Megakulomb na Metr Kwadratowy"
,"symbol":"MC\/m²"
,"type":"qudt:Unit"
,"ucum code":"MC.m-2"
,"unece common code":"B70"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaC-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerArea",
"iec61360Code" : "0112/2///62720#UAA207",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA207",
"plainTextDescription" : "1 000 000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "MC/m²",
"ucumCode" : "MC.m-2",
"uneceCommonCode" : "B70",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808167",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Megaculombio por Metro Cuadrado"
}, {
"@language" : "sl",
"@value" : "Megacoulomb na Kvadratni Meter"
}, {
"@language" : "fr",
"@value" : "Megacoulomb par Mètre Carré"
}, {
"@language" : "pl",
"@value" : "Megakulomb na Metr Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Megacoulomb per Square Meter"
}, {
"@language" : "tr",
"@value" : "Megacoulomb per Metrekare"
}, {
"@language" : "de",
"@value" : "Megacoulomb pro Quadratmeter"
}, {
"@language" : "ms",
"@value" : "Megacoulomb per Meter Persegi"
}, {
"@language" : "ro",
"@value" : "Megacoulomb pe Metru Pătrat"
}, "Megacoulomb per Square Metre", {
"@language" : "en",
"@value" : "Megacoulomb per Square Metre"
}, {
"@language" : "it",
"@value" : "Megacoulomb per Metro Quadrato"
}, {
"@language" : "cs",
"@value" : "Megacoulomb na Čtvereční Metr"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaC-PER-M3
URI: http://qudt.org/vocab/unit/MegaC-PER-M3
1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaC-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA208" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA208"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "MC/m³" ; <http://qudt.org/schema/qudt/ucumCode> "MC.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B69" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808129> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megacoulomb na Kubični Meter"@sl ; rdfs:label "Megacoulomb na Metr Krychlový"@cs ; rdfs:label "Megacoulomb par Mètre Cube"@fr ; rdfs:label "Megacoulomb pe Metru Cub"@ro ; rdfs:label "Megacoulomb per Cubic Meter"@en-US ; rdfs:label "Megacoulomb per Cubic Metre" ; rdfs:label "Megacoulomb per Cubic Metre"@en ; rdfs:label "Megacoulomb per Meter Kubik"@ms ; rdfs:label "Megacoulomb per Metreküp"@tr ; rdfs:label "Megacoulomb per Metro Cubo"@it ; rdfs:label "Megacoulomb pro Kubikmeter"@de ; rdfs:label "Megaculombio por Metro Cúbico"@es ; rdfs:label "Megakulomb na Metr Sześcienny"@pl ; .
{"resource":"Megacoulomb per Cubic Metre"
,"qname":"unit:MegaC-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaC-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808129>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA208"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA208"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megacoulomb na Kubični Meter"
,"label":"Megacoulomb na Metr Krychlový"
,"label":"Megacoulomb par Mètre Cube"
,"label":"Megacoulomb pe Metru Cub"
,"label":"Megacoulomb per Cubic Meter"
,"label":"Megacoulomb per Cubic Metre"
,"label":"Megacoulomb per Cubic Metre"
,"label":"Megacoulomb per Meter Kubik"
,"label":"Megacoulomb per Metreküp"
,"label":"Megacoulomb per Metro Cubo"
,"label":"Megacoulomb pro Kubikmeter"
,"label":"Megaculombio por Metro Cúbico"
,"label":"Megakulomb na Metr Sześcienny"
,"symbol":"MC\/m³"
,"type":"qudt:Unit"
,"ucum code":"MC.m-3"
,"unece common code":"B69"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaC-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargeDensity",
"iec61360Code" : "0112/2///62720#UAA208",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA208",
"plainTextDescription" : "1,000,000-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "MC/m³",
"ucumCode" : "MC.m-3",
"uneceCommonCode" : "B69",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808129",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megacoulomb per Cubic Metre", {
"@language" : "cs",
"@value" : "Megacoulomb na Metr Krychlový"
}, {
"@language" : "en",
"@value" : "Megacoulomb per Cubic Metre"
}, {
"@language" : "de",
"@value" : "Megacoulomb pro Kubikmeter"
}, {
"@language" : "pl",
"@value" : "Megakulomb na Metr Sześcienny"
}, {
"@language" : "ms",
"@value" : "Megacoulomb per Meter Kubik"
}, {
"@language" : "ro",
"@value" : "Megacoulomb pe Metru Cub"
}, {
"@language" : "en-us",
"@value" : "Megacoulomb per Cubic Meter"
}, {
"@language" : "es",
"@value" : "Megaculombio por Metro Cúbico"
}, {
"@language" : "tr",
"@value" : "Megacoulomb per Metreküp"
}, {
"@language" : "fr",
"@value" : "Megacoulomb par Mètre Cube"
}, {
"@language" : "sl",
"@value" : "Megacoulomb na Kubični Meter"
}, {
"@language" : "it",
"@value" : "Megacoulomb per Metro Cubo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaCCY_USD
URI: http://qudt.org/vocab/unit/MegaCCY_USD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaCCY_USD> rdf:type <http://qudt.org/schema/qudt/CurrencyUnit> ; rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Currency> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CCY_USD> ; <http://qudt.org/schema/qudt/symbol> "M$" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mega Us Dollar" ; rdfs:label "Mega Us Dollar"@en ; .
{"resource":"Mega Us Dollar"
,"qname":"unit:MegaCCY_USD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaCCY_USD"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Currency"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Us Dollar"
,"label":"Mega Us Dollar"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:CCY_USD"
,"symbol":"M$"
,"type":"qudt:CurrencyUnit"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaCCY_USD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/CurrencyUnit" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Currency",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/CCY_USD",
"symbol" : "M$",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Us Dollar", {
"@language" : "en",
"@value" : "Mega Us Dollar"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaCCY_USD-PER-FLIGHT
URI: http://qudt.org/vocab/unit/MegaCCY_USD-PER-FLIGHT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaCCY_USD-PER-FLIGHT> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/expression> "$M\\$/Flight$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurrencyPerFlight> ; <http://qudt.org/schema/qudt/symbol> "M$/flight" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mega Us Dollar per Flight" ; rdfs:label "Mega Us Dollar per Flight"@en ; .
{"resource":"Mega Us Dollar per Flight"
,"qname":"unit:MegaCCY_USD-PER-FLIGHT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaCCY_USD-PER-FLIGHT"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"expression":"$M\\$\/Flight$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:CurrencyPerFlight"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Us Dollar per Flight"
,"label":"Mega Us Dollar per Flight"
,"symbol":"M$\/flight"
,"type":"qudt:ContextualUnit"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaCCY_USD-PER-FLIGHT",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"expression" : "$M\\$/Flight$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CurrencyPerFlight",
"symbol" : "M$/flight",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Us Dollar per Flight", {
"@language" : "en",
"@value" : "Mega Us Dollar per Flight"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaCCY_USD-PER-YR
URI: http://qudt.org/vocab/unit/MegaCCY_USD-PER-YR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaCCY_USD-PER-YR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.03168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-2 ; <http://qudt.org/schema/qudt/expression> "$M\\$/yr$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "M$/a" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mega Us Dollar per Year" ; rdfs:label "Mega Us Dollar per Year"@en ; .
{"resource":"Mega Us Dollar per Year"
,"qname":"unit:MegaCCY_USD-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaCCY_USD-PER-YR"
,"properties":["conversion multiplier":"0.03168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-2"
,"expression":"$M\\$\/yr$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Us Dollar per Year"
,"label":"Mega Us Dollar per Year"
,"symbol":"M$\/a"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaCCY_USD-PER-YR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"conversionMultiplier" : "0.03168808781402895023702689684893655",
"conversionMultiplier:SN" : 0.03168808781402895,
"expression" : "$M\\$/yr$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "M$/a",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Mega Us Dollar per Year"
}, "Mega Us Dollar per Year" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaDOLLAR_US-PER-FLIGHT
URI: http://qudt.org/vocab/unit/MegaDOLLAR_US-PER-FLIGHT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaDOLLAR_US-PER-FLIGHT> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MegaCCY_USD-PER-FLIGHT> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/expression> "$M\\$/Flight$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurrencyPerFlight> ; <http://qudt.org/schema/qudt/symbol> "$M/flight" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Million Us Dollars per Flight" ; rdfs:label "Million Us Dollars per Flight"@en ; .
{"resource":"Million Us Dollars per Flight"
,"qname":"unit:MegaDOLLAR_US-PER-FLIGHT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaDOLLAR_US-PER-FLIGHT"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"expression":"$M\\$\/Flight$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:CurrencyPerFlight"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:MegaCCY_USD-PER-FLIGHT"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Million Us Dollars per Flight"
,"label":"Million Us Dollars per Flight"
,"symbol":"$M\/flight"
,"type":"qudt:ContextualUnit"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaDOLLAR_US-PER-FLIGHT",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"isReplacedBy" : "http://qudt.org/vocab/unit/MegaCCY_USD-PER-FLIGHT",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"expression" : "$M\\$/Flight$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CurrencyPerFlight",
"symbol" : "$M/flight",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Million Us Dollars per Flight"
}, "Million Us Dollars per Flight" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaEV
URI: http://qudt.org/vocab/unit/MegaEV
$\textit{Mega Electron Volt}$ is a unit for 'Energy And Work' expressed as $MeV$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaEV>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Mega Electron Volt}$ is a unit for 'Energy And Work' expressed as $MeV$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000001602176634 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-13 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA227" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA227"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/EV> ;
<http://qudt.org/schema/qudt/symbol> "MeV" ;
<http://qudt.org/schema/qudt/ucumCode> "MeV"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B71" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q72081071> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mega Electron Volt" ;
rdfs:label "Mega Electron Volt"@en ;
.
{"resource":"Mega Electron Volt"
,"qname":"unit:MegaEV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaEV"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q72081071>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-13"
,"description":"$\\textit{Mega Electron Volt}$ is a unit for 'Energy And Work' expressed as $MeV$."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA227"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA227"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Electron Volt"
,"label":"Mega Electron Volt"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:EV"
,"symbol":"MeV"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"MeV"
,"unece common code":"B71"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaEV",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Mega Electron Volt}$ is a unit for 'Energy And Work' expressed as $MeV$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA227",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA227",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/EV",
"symbol" : "MeV",
"ucumCode" : "MeV",
"uneceCommonCode" : "B71",
"wikidataMatch" : "http://www.wikidata.org/entity/Q72081071",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Mega Electron Volt"
}, "Mega Electron Volt" ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaEV-FemtoM
URI: http://qudt.org/vocab/unit/MegaEV-FemtoM
$\textit{Mega Electron Volt Femtometer}$ is a unit for 'Length Energy' expressed as $MeV fm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaEV-FemtoM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Mega Electron Volt Femtometer}$ is a unit for 'Length Energy' expressed as $MeV fm$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000000000000001602176634 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-28 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthEnergy> ;
<http://qudt.org/schema/qudt/symbol> "MeV·fm" ;
<http://qudt.org/schema/qudt/ucumCode> "MeV.fm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mega Electron Volt Femtometer"@en-US ;
rdfs:label "Mega Electron Volt Femtometre" ;
rdfs:label "Mega Electron Volt Femtometre"@en ;
.
{"resource":"Mega Electron Volt Femtometre"
,"qname":"unit:MegaEV-FemtoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaEV-FemtoM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000000000000000000001602176634"
,"conversion multiplier scientific":"1.602176634E-28"
,"description":"$\\textit{Mega Electron Volt Femtometer}$ is a unit for 'Length Energy' expressed as $MeV fm$."
,"has dimension vector":"qkdv:A0E0L3I0M1H0T-2D0"
,"has quantity kind":"quantitykind:LengthEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Electron Volt Femtometer"
,"label":"Mega Electron Volt Femtometre"
,"label":"Mega Electron Volt Femtometre"
,"symbol":"MeV·fm"
,"type":"qudt:Unit"
,"ucum code":"MeV.fm"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaEV-FemtoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Mega Electron Volt Femtometer}$ is a unit for 'Length Energy' expressed as $MeV fm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0000000000000000000000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-28,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthEnergy",
"symbol" : "MeV·fm",
"ucumCode" : "MeV.fm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Electron Volt Femtometre", {
"@language" : "en",
"@value" : "Mega Electron Volt Femtometre"
}, {
"@language" : "en-us",
"@value" : "Mega Electron Volt Femtometer"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaEV-PER-CentiM
URI: http://qudt.org/vocab/unit/MegaEV-PER-CentiM
"Mega Electron Volt per Centimeter" is a unit for 'Linear Energy Transfer' expressed as $MeV/cm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaEV-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Mega Electron Volt per Centimeter\" is a unit for 'Linear Energy Transfer' expressed as $MeV/cm$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001602176634 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.602176634E-11 ; <http://qudt.org/schema/qudt/expression> "$MeV/cm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearEnergyTransfer> ; <http://qudt.org/schema/qudt/symbol> "MeV/cm" ; <http://qudt.org/schema/qudt/ucumCode> "MeV.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mega Electron Volt per Centimeter"@en-US ; rdfs:label "Mega Electron Volt per Centimetre" ; rdfs:label "Mega Electron Volt per Centimetre"@en ; .
{"resource":"Mega Electron Volt per Centimetre"
,"qname":"unit:MegaEV-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaEV-PER-CentiM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001602176634"
,"conversion multiplier scientific":"1.602176634E-11"
,"description":"\"Mega Electron Volt per Centimeter\" is a unit for 'Linear Energy Transfer' expressed as $MeV\/cm$."
,"expression":"$MeV\/cm$"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:LinearEnergyTransfer"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Electron Volt per Centimeter"
,"label":"Mega Electron Volt per Centimetre"
,"label":"Mega Electron Volt per Centimetre"
,"symbol":"MeV\/cm"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"MeV.cm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaEV-PER-CentiM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Mega Electron Volt per Centimeter\" is a unit for 'Linear Energy Transfer' expressed as $MeV/cm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.00000000001602176634",
"conversionMultiplier:SN" : 1.602176634E-11,
"expression" : "$MeV/cm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearEnergyTransfer",
"symbol" : "MeV/cm",
"ucumCode" : "MeV.cm-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Electron Volt per Centimetre", {
"@language" : "en",
"@value" : "Mega Electron Volt per Centimetre"
}, {
"@language" : "en-us",
"@value" : "Mega Electron Volt per Centimeter"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaEV-PER-SpeedOfLight
URI: http://qudt.org/vocab/unit/MegaEV-PER-SpeedOfLight
"Mega Electron Volt per Speed of Light" is a unit for 'Linear Momentum' expressed as $MeV/c$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaEV-PER-SpeedOfLight> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Mega Electron Volt per Speed of Light\" is a unit for 'Linear Momentum' expressed as $MeV/c$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/expression> "$MeV/c$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearMomentum> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Momentum> ; <http://qudt.org/schema/qudt/symbol> "MeV/c" ; <http://qudt.org/schema/qudt/ucumCode> "MeV.[c]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mega Electron Volt per Speed of Light" ; rdfs:label "Mega Electron Volt per Speed of Light"@en ; rdfs:label "Mega Electron Volt per Speed of Light"@en-US ; .
{"resource":"Mega Electron Volt per Speed of Light"
,"qname":"unit:MegaEV-PER-SpeedOfLight"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaEV-PER-SpeedOfLight"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\"Mega Electron Volt per Speed of Light\" is a unit for 'Linear Momentum' expressed as $MeV\/c$."
,"expression":"$MeV\/c$"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:LinearMomentum"
,"has quantity kind":"quantitykind:Momentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Electron Volt per Speed of Light"
,"label":"Mega Electron Volt per Speed of Light"
,"label":"Mega Electron Volt per Speed of Light"
,"symbol":"MeV\/c"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"MeV.[c]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaEV-PER-SpeedOfLight",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Mega Electron Volt per Speed of Light\" is a unit for 'Linear Momentum' expressed as $MeV/c$.",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"expression" : "$MeV/c$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearMomentum", "http://qudt.org/vocab/quantitykind/Momentum" ],
"symbol" : "MeV/c",
"ucumCode" : "MeV.[c]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Electron Volt per Speed of Light", {
"@language" : "en",
"@value" : "Mega Electron Volt per Speed of Light"
}, {
"@language" : "en-us",
"@value" : "Mega Electron Volt per Speed of Light"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaFLOPS
URI: http://qudt.org/vocab/unit/MegaFLOPS
1,000,000-fold of the unit floating point operations divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaFLOPS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the unit floating point operations divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FloatingPointCalculationCapability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB591" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB591"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FLOPS> ; <http://qudt.org/schema/qudt/symbol> "MFLOPS" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mega Floating Point Operations per Second" ; rdfs:label "Mega Floating Point Operations per Second"@en ; .
{"resource":"Mega Floating Point Operations per Second"
,"qname":"unit:MegaFLOPS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaFLOPS"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the unit floating point operations divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:FloatingPointCalculationCapability"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB591"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB591"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Floating Point Operations per Second"
,"label":"Mega Floating Point Operations per Second"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:FLOPS"
,"symbol":"MFLOPS"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaFLOPS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the unit floating point operations divided by the SI base unit second",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/FloatingPointCalculationCapability",
"iec61360Code" : "0112/2///62720#UAB591",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB591",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/FLOPS",
"symbol" : "MFLOPS",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Floating Point Operations per Second", {
"@language" : "en",
"@value" : "Mega Floating Point Operations per Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaGM
URI: http://qudt.org/vocab/unit/MegaGM
1 000-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA228" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA228"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM> ; <http://qudt.org/schema/qudt/symbol> "Mg" ; <http://qudt.org/schema/qudt/ucumCode> "Mg"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2U" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11776930> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megagram" ; rdfs:label "Megagram"@cs ; rdfs:label "Megagram"@en ; rdfs:label "Megagram"@ms ; rdfs:label "Megagram"@pl ; rdfs:label "Megagram"@ro ; rdfs:label "Megagram"@sl ; rdfs:label "Megagram"@tr ; rdfs:label "Megagramm"@de ; rdfs:label "Megagramm"@hu ; rdfs:label "Megagramme"@fr ; rdfs:label "Megagrammo"@it ; rdfs:label "Megagramo"@es ; .
{"resource":"Megagram"
,"qname":"unit:MegaGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11776930>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI base unit kilogram"
,"description (plain text)":"1 000-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA228"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA228"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megagram"
,"label":"Megagram"
,"label":"Megagram"
,"label":"Megagram"
,"label":"Megagram"
,"label":"Megagram"
,"label":"Megagram"
,"label":"Megagram"
,"label":"Megagramm"
,"label":"Megagramm"
,"label":"Megagramme"
,"label":"Megagrammo"
,"label":"Megagramo"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:GM"
,"symbol":"Mg"
,"type":"qudt:Unit"
,"ucum code":"Mg"
,"unece common code":"2U"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA228",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA228",
"plainTextDescription" : "1 000-fold of the SI base unit kilogram",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/GM",
"symbol" : "Mg",
"ucumCode" : "Mg",
"uneceCommonCode" : "2U",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11776930",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Megagramo"
}, {
"@language" : "it",
"@value" : "Megagrammo"
}, {
"@language" : "fr",
"@value" : "Megagramme"
}, {
"@language" : "de",
"@value" : "Megagramm"
}, {
"@language" : "hu",
"@value" : "Megagramm"
}, "Megagram", {
"@language" : "cs",
"@value" : "Megagram"
}, {
"@language" : "en",
"@value" : "Megagram"
}, {
"@language" : "ms",
"@value" : "Megagram"
}, {
"@language" : "pl",
"@value" : "Megagram"
}, {
"@language" : "ro",
"@value" : "Megagram"
}, {
"@language" : "sl",
"@value" : "Megagram"
}, {
"@language" : "tr",
"@value" : "Megagram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaGM-PER-HA
URI: http://qudt.org/vocab/unit/MegaGM-PER-HA
1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaGM-PER-HA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-HA> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-HA> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "Mg/ha" ; <http://qudt.org/schema/qudt/ucumCode> "Mg.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megagram per Hectare" ; rdfs:label "Megagram per Hectare"@en ; .
{"resource":"Megagram per Hectare"
,"qname":"unit:MegaGM-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaGM-PER-HA"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"
,"exact match":"unit:TONNE-PER-HA"
,"exact match":"unit:TON_Metric-PER-HA"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megagram per Hectare"
,"label":"Megagram per Hectare"
,"symbol":"Mg\/ha"
,"type":"qudt:Unit"
,"ucum code":"Mg.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaGM-PER-HA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"exactMatch" : [ "http://qudt.org/vocab/unit/TON_Metric-PER-HA", "http://qudt.org/vocab/unit/TONNE-PER-HA" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"plainTextDescription" : "1 000-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2",
"symbol" : "Mg/ha",
"ucumCode" : "Mg.har-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megagram per Hectare", {
"@language" : "en",
"@value" : "Megagram per Hectare"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaGM-PER-HA-YR
URI: http://qudt.org/vocab/unit/MegaGM-PER-HA-YR
Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a crop yield.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaGM-PER-HA-YR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a crop yield."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-9 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-HA-YR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/plainTextDescription> "Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a crop yield." ; <http://qudt.org/schema/qudt/symbol> "Mg/(ha·a)" ; <http://qudt.org/schema/qudt/ucumCode> "Mg.har-1.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megagram per Hectare Year" ; rdfs:label "Megagram per Hectare Year"@en ; .
{"resource":"Megagram per Hectare Year"
,"qname":"unit:MegaGM-PER-HA-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaGM-PER-HA-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-9"
,"description":"Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a crop yield."
,"description (plain text)":"Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a crop yield."
,"exact match":"unit:TONNE-PER-HA-YR"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megagram per Hectare Year"
,"label":"Megagram per Hectare Year"
,"symbol":"Mg\/(ha·a)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Mg.har-1.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaGM-PER-HA-YR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a crop yield.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-9,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-HA-YR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"plainTextDescription" : "Annual flux equivalent to 1000kg per hectare (10000 square meters) or one tonne per hectare per year, typically used to express a crop yield.",
"symbol" : "Mg/(ha·a)",
"ucumCode" : "Mg.har-1.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megagram per Hectare Year", {
"@language" : "en",
"@value" : "Megagram per Hectare Year"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaGM-PER-M3
URI: http://qudt.org/vocab/unit/MegaGM-PER-M3
1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaGM-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA229" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA229"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "Mg/m³" ; <http://qudt.org/schema/qudt/ucumCode> "Mg.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B72" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623539> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megagram na Kubični Meter"@sl ; rdfs:label "Megagram na Metr Krychlový"@cs ; rdfs:label "Megagram na Metr Sześcienny"@pl ; rdfs:label "Megagram pe Metru Cub"@ro ; rdfs:label "Megagram per Cubic Meter"@en-US ; rdfs:label "Megagram per Cubic Metre" ; rdfs:label "Megagram per Cubic Metre"@en ; rdfs:label "Megagram per Meter Kubik"@ms ; rdfs:label "Megagram per Metreküp"@tr ; rdfs:label "Megagramm pro Kubikmeter"@de ; rdfs:label "Megagramme par Mètre Cube"@fr ; rdfs:label "Megagrammo per Metro Cubo"@it ; rdfs:label "Megagramo por Metro Cúbico"@es ; .
{"resource":"Megagram per Cubic Metre"
,"qname":"unit:MegaGM-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaGM-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623539>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA229"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA229"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megagram na Kubični Meter"
,"label":"Megagram na Metr Krychlový"
,"label":"Megagram na Metr Sześcienny"
,"label":"Megagram pe Metru Cub"
,"label":"Megagram per Cubic Meter"
,"label":"Megagram per Cubic Metre"
,"label":"Megagram per Cubic Metre"
,"label":"Megagram per Meter Kubik"
,"label":"Megagram per Metreküp"
,"label":"Megagramm pro Kubikmeter"
,"label":"Megagramme par Mètre Cube"
,"label":"Megagrammo per Metro Cubo"
,"label":"Megagramo por Metro Cúbico"
,"symbol":"Mg\/m³"
,"type":"qudt:Unit"
,"ucum code":"Mg.m-3"
,"unece common code":"B72"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaGM-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA229",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA229",
"plainTextDescription" : "1 000-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "Mg/m³",
"ucumCode" : "Mg.m-3",
"uneceCommonCode" : "B72",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623539",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Megagramo por Metro Cúbico"
}, {
"@language" : "pl",
"@value" : "Megagram na Metr Sześcienny"
}, {
"@language" : "de",
"@value" : "Megagramm pro Kubikmeter"
}, {
"@language" : "en",
"@value" : "Megagram per Cubic Metre"
}, "Megagram per Cubic Metre", {
"@language" : "cs",
"@value" : "Megagram na Metr Krychlový"
}, {
"@language" : "tr",
"@value" : "Megagram per Metreküp"
}, {
"@language" : "sl",
"@value" : "Megagram na Kubični Meter"
}, {
"@language" : "fr",
"@value" : "Megagramme par Mètre Cube"
}, {
"@language" : "ro",
"@value" : "Megagram pe Metru Cub"
}, {
"@language" : "en-us",
"@value" : "Megagram per Cubic Meter"
}, {
"@language" : "ms",
"@value" : "Megagram per Meter Kubik"
}, {
"@language" : "it",
"@value" : "Megagrammo per Metro Cubo"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaGRAY
URI: http://qudt.org/vocab/unit/MegaGRAY
1,000,000-fold of the unit gray
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaGRAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the unit gray" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Kerma> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB505" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB505"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GRAY> ; <http://qudt.org/schema/qudt/symbol> "MGy" ; <http://qudt.org/schema/qudt/ucumCode> "MGy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94942602> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megagray" ; rdfs:label "Megagray"@cs ; rdfs:label "Megagray"@de ; rdfs:label "Megagray"@en ; rdfs:label "Megagray"@es ; rdfs:label "Megagray"@fr ; rdfs:label "Megagray"@hu ; rdfs:label "Megagray"@it ; rdfs:label "Megagray"@ms ; rdfs:label "Megagray"@ro ; rdfs:label "Megagray"@sl ; rdfs:label "Megagray"@tr ; rdfs:label "Megagrej"@pl ; .
{"resource":"Megagray"
,"qname":"unit:MegaGRAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaGRAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94942602>"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the unit gray"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AbsorbedDose"
,"has quantity kind":"quantitykind:Kerma"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB505"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB505"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagray"
,"label":"Megagrej"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:GRAY"
,"symbol":"MGy"
,"type":"qudt:Unit"
,"ucum code":"MGy"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaGRAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the unit gray",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDose", "http://qudt.org/vocab/quantitykind/Kerma" ],
"iec61360Code" : "0112/2///62720#UAB505",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB505",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/GRAY",
"symbol" : "MGy",
"ucumCode" : "MGy",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94942602",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megagray", {
"@language" : "cs",
"@value" : "Megagray"
}, {
"@language" : "de",
"@value" : "Megagray"
}, {
"@language" : "en",
"@value" : "Megagray"
}, {
"@language" : "es",
"@value" : "Megagray"
}, {
"@language" : "fr",
"@value" : "Megagray"
}, {
"@language" : "hu",
"@value" : "Megagray"
}, {
"@language" : "it",
"@value" : "Megagray"
}, {
"@language" : "ms",
"@value" : "Megagray"
}, {
"@language" : "ro",
"@value" : "Megagray"
}, {
"@language" : "sl",
"@value" : "Megagray"
}, {
"@language" : "tr",
"@value" : "Megagray"
}, {
"@language" : "pl",
"@value" : "Megagrej"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaHZ
URI: http://qudt.org/vocab/unit/MegaHZ
"Megahertz" is a C.G.S System unit for 'Frequency' expressed as $MHz$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaHZ> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Megahertz\" is a C.G.S System unit for 'Frequency' expressed as $MHz$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA209" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA209"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/HZ> ; <http://qudt.org/schema/qudt/symbol> "MHz" ; <http://qudt.org/schema/qudt/ucumCode> "MHz"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MHZ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q732707> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaherc"@pl ; rdfs:label "Megahercio"@es ; rdfs:label "Megahertz" ; rdfs:label "Megahertz"@cs ; rdfs:label "Megahertz"@de ; rdfs:label "Megahertz"@en ; rdfs:label "Megahertz"@fr ; rdfs:label "Megahertz"@hu ; rdfs:label "Megahertz"@it ; rdfs:label "Megahertz"@ms ; rdfs:label "Megahertz"@ro ; rdfs:label "Megahertz"@sl ; rdfs:label "Megahertz"@tr ; .
{"resource":"Megahertz"
,"qname":"unit:MegaHZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaHZ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q732707>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"\"Megahertz\" is a C.G.S System unit for 'Frequency' expressed as $MHz$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA209"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA209"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaherc"
,"label":"Megahercio"
,"label":"Megahertz"
,"label":"Megahertz"
,"label":"Megahertz"
,"label":"Megahertz"
,"label":"Megahertz"
,"label":"Megahertz"
,"label":"Megahertz"
,"label":"Megahertz"
,"label":"Megahertz"
,"label":"Megahertz"
,"label":"Megahertz"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:HZ"
,"symbol":"MHz"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"MHz"
,"unece common code":"MHZ"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaHZ",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Megahertz\" is a C.G.S System unit for 'Frequency' expressed as $MHz$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAA209",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA209",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/HZ",
"symbol" : "MHz",
"ucumCode" : "MHz",
"uneceCommonCode" : "MHZ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q732707",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megahertz", {
"@language" : "cs",
"@value" : "Megahertz"
}, {
"@language" : "de",
"@value" : "Megahertz"
}, {
"@language" : "fr",
"@value" : "Megahertz"
}, {
"@language" : "hu",
"@value" : "Megahertz"
}, {
"@language" : "it",
"@value" : "Megahertz"
}, {
"@language" : "ms",
"@value" : "Megahertz"
}, {
"@language" : "ro",
"@value" : "Megahertz"
}, {
"@language" : "sl",
"@value" : "Megahertz"
}, {
"@language" : "tr",
"@value" : "Megahertz"
}, {
"@language" : "en",
"@value" : "Megahertz"
}, {
"@language" : "pl",
"@value" : "Megaherc"
}, {
"@language" : "es",
"@value" : "Megahercio"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaHZ-KiloM
URI: http://qudt.org/vocab/unit/MegaHZ-KiloM
product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaHZ-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD911" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD911"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "MHz·km" ; <http://qudt.org/schema/qudt/ucumCode> "MHz.km"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H39" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaherc Kilometr"@pl ; rdfs:label "Megahercio Kilometro"@es ; rdfs:label "Megahertz Chilometro"@it ; rdfs:label "Megahertz Kilometer"@de ; rdfs:label "Megahertz Kilometer"@en-US ; rdfs:label "Megahertz Kilometer"@ms ; rdfs:label "Megahertz Kilometer"@sl ; rdfs:label "Megahertz Kilometr"@cs ; rdfs:label "Megahertz Kilometre" ; rdfs:label "Megahertz Kilometre"@en ; rdfs:label "Megahertz Kilometre"@tr ; rdfs:label "Megahertz Kilometru"@ro ; rdfs:label "Megahertz Kilomètre"@fr ; .
{"resource":"Megahertz Kilometre"
,"qname":"unit:MegaHZ-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaHZ-KiloM"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD911"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD911"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaherc Kilometr"
,"label":"Megahercio Kilometro"
,"label":"Megahertz Chilometro"
,"label":"Megahertz Kilometer"
,"label":"Megahertz Kilometer"
,"label":"Megahertz Kilometer"
,"label":"Megahertz Kilometer"
,"label":"Megahertz Kilometr"
,"label":"Megahertz Kilometre"
,"label":"Megahertz Kilometre"
,"label":"Megahertz Kilometre"
,"label":"Megahertz Kilometru"
,"label":"Megahertz Kilomètre"
,"symbol":"MHz·km"
,"type":"qudt:Unit"
,"ucum code":"MHz.km"
,"unece common code":"H39"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaHZ-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD911",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD911",
"symbol" : "MHz·km",
"ucumCode" : "MHz.km",
"uneceCommonCode" : "H39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Megahertz Kilomètre"
}, {
"@language" : "pl",
"@value" : "Megaherc Kilometr"
}, {
"@language" : "es",
"@value" : "Megahercio Kilometro"
}, {
"@language" : "de",
"@value" : "Megahertz Kilometer"
}, {
"@language" : "en-us",
"@value" : "Megahertz Kilometer"
}, {
"@language" : "ms",
"@value" : "Megahertz Kilometer"
}, {
"@language" : "sl",
"@value" : "Megahertz Kilometer"
}, {
"@language" : "cs",
"@value" : "Megahertz Kilometr"
}, {
"@language" : "ro",
"@value" : "Megahertz Kilometru"
}, "Megahertz Kilometre", {
"@language" : "en",
"@value" : "Megahertz Kilometre"
}, {
"@language" : "tr",
"@value" : "Megahertz Kilometre"
}, {
"@language" : "it",
"@value" : "Megahertz Chilometro"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaHZ-M
URI: http://qudt.org/vocab/unit/MegaHZ-M
product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaHZ-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA210" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA210"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the 1,000,000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "MHz·m" ; <http://qudt.org/schema/qudt/ucumCode> "MHz.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H39" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaherc Metr"@pl ; rdfs:label "Megahercio Metro"@es ; rdfs:label "Megahertz Meter"@de ; rdfs:label "Megahertz Meter"@en-US ; rdfs:label "Megahertz Meter"@ms ; rdfs:label "Megahertz Meter"@sl ; rdfs:label "Megahertz Metr"@cs ; rdfs:label "Megahertz Metre" ; rdfs:label "Megahertz Metre"@en ; rdfs:label "Megahertz Metre"@tr ; rdfs:label "Megahertz Metro"@it ; rdfs:label "Megahertz Metru"@ro ; rdfs:label "Megahertz Mètre"@fr ; .
{"resource":"Megahertz Metre"
,"qname":"unit:MegaHZ-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaHZ-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre"
,"description (plain text)":"product of the 1,000,000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Speed"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA210"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA210"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaherc Metr"
,"label":"Megahercio Metro"
,"label":"Megahertz Meter"
,"label":"Megahertz Meter"
,"label":"Megahertz Meter"
,"label":"Megahertz Meter"
,"label":"Megahertz Metr"
,"label":"Megahertz Metre"
,"label":"Megahertz Metre"
,"label":"Megahertz Metre"
,"label":"Megahertz Metro"
,"label":"Megahertz Metru"
,"label":"Megahertz Mètre"
,"symbol":"MHz·m"
,"type":"qudt:Unit"
,"ucum code":"MHz.m"
,"unece common code":"H39"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaHZ-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000,000-fold of the SI derived unit hertz and the 1,000-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Speed",
"iec61360Code" : "0112/2///62720#UAA210",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA210",
"plainTextDescription" : "product of the 1,000,000-fold of the SI derived unit hertz and the 1 000-fold of the SI base unit metre",
"symbol" : "MHz·m",
"ucumCode" : "MHz.m",
"uneceCommonCode" : "H39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Megahertz Metr"
}, {
"@language" : "ro",
"@value" : "Megahertz Metru"
}, "Megahertz Metre", {
"@language" : "en",
"@value" : "Megahertz Metre"
}, {
"@language" : "tr",
"@value" : "Megahertz Metre"
}, {
"@language" : "fr",
"@value" : "Megahertz Mètre"
}, {
"@language" : "it",
"@value" : "Megahertz Metro"
}, {
"@language" : "es",
"@value" : "Megahercio Metro"
}, {
"@language" : "pl",
"@value" : "Megaherc Metr"
}, {
"@language" : "de",
"@value" : "Megahertz Meter"
}, {
"@language" : "en-us",
"@value" : "Megahertz Meter"
}, {
"@language" : "ms",
"@value" : "Megahertz Meter"
}, {
"@language" : "sl",
"@value" : "Megahertz Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaHZ-PER-K
URI: http://qudt.org/vocab/unit/MegaHZ-PER-K
$\textit{Mega Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $MHz K^{-1}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaHZ-PER-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Mega Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $MHz K^{-1}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ;
<http://qudt.org/schema/qudt/expression> "$MHz K^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseTimeTemperature> ;
<http://qudt.org/schema/qudt/symbol> "MHz/K" ;
<http://qudt.org/schema/qudt/ucumCode> "MHz.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Megaherc na Kelwin"@pl ;
rdfs:label "Megahercio por Kelvin"@es ;
rdfs:label "Megahertz na Kelvin"@cs ;
rdfs:label "Megahertz na Kelvin"@sl ;
rdfs:label "Megahertz par Kelvin"@fr ;
rdfs:label "Megahertz pe Kelvin"@ro ;
rdfs:label "Megahertz per Kelvin" ;
rdfs:label "Megahertz per Kelvin"@en ;
rdfs:label "Megahertz per Kelvin"@it ;
rdfs:label "Megahertz per Kelvin"@ms ;
rdfs:label "Megahertz per Kelvin"@tr ;
rdfs:label "Megahertz pro Kelvin"@de ;
.
{"resource":"Megahertz per Kelvin"
,"qname":"unit:MegaHZ-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaHZ-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"$\\textit{Mega Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $MHz K^{-1}$."
,"expression":"$MHz K^{-1}$"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:InverseTimeTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaherc na Kelwin"
,"label":"Megahercio por Kelvin"
,"label":"Megahertz na Kelvin"
,"label":"Megahertz na Kelvin"
,"label":"Megahertz par Kelvin"
,"label":"Megahertz pe Kelvin"
,"label":"Megahertz per Kelvin"
,"label":"Megahertz per Kelvin"
,"label":"Megahertz per Kelvin"
,"label":"Megahertz per Kelvin"
,"label":"Megahertz per Kelvin"
,"label":"Megahertz pro Kelvin"
,"symbol":"MHz\/K"
,"type":"qudt:Unit"
,"ucum code":"MHz.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaHZ-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Mega Hertz per Kelvin}$ is a unit for 'Inverse Time Temperature' expressed as $MHz K^{-1}$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"expression" : "$MHz K^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseTimeTemperature",
"symbol" : "MHz/K",
"ucumCode" : "MHz.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Megahercio por Kelvin"
}, {
"@language" : "cs",
"@value" : "Megahertz na Kelvin"
}, {
"@language" : "sl",
"@value" : "Megahertz na Kelvin"
}, {
"@language" : "pl",
"@value" : "Megaherc na Kelwin"
}, {
"@language" : "de",
"@value" : "Megahertz pro Kelvin"
}, "Megahertz per Kelvin", {
"@language" : "en",
"@value" : "Megahertz per Kelvin"
}, {
"@language" : "it",
"@value" : "Megahertz per Kelvin"
}, {
"@language" : "ms",
"@value" : "Megahertz per Kelvin"
}, {
"@language" : "tr",
"@value" : "Megahertz per Kelvin"
}, {
"@language" : "fr",
"@value" : "Megahertz par Kelvin"
}, {
"@language" : "ro",
"@value" : "Megahertz pe Kelvin"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaHZ-PER-T
URI: http://qudt.org/vocab/unit/MegaHZ-PER-T
"Mega Hertz per Tesla" is a unit for 'Electric Charge Per Mass' expressed as $MHz T^{-1}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaHZ-PER-T>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Mega Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $MHz T^{-1}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ;
<http://qudt.org/schema/qudt/expression> "$MHz T^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerMass> ;
<http://qudt.org/schema/qudt/symbol> "MHz/T" ;
<http://qudt.org/schema/qudt/ucumCode> "MHz.T-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106589841> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Megaherc na Tesla"@pl ;
rdfs:label "Megahercio por Tesla"@es ;
rdfs:label "Megahertz na Tesla"@cs ;
rdfs:label "Megahertz na Tesla"@sl ;
rdfs:label "Megahertz par Tesla"@fr ;
rdfs:label "Megahertz pe Tesla"@ro ;
rdfs:label "Megahertz per Tesla" ;
rdfs:label "Megahertz per Tesla"@en ;
rdfs:label "Megahertz per Tesla"@it ;
rdfs:label "Megahertz per Tesla"@ms ;
rdfs:label "Megahertz per Tesla"@tr ;
rdfs:label "Megahertz pro Tesla"@de ;
.
{"resource":"Megahertz per Tesla"
,"qname":"unit:MegaHZ-PER-T"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaHZ-PER-T"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106589841>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"\"Mega Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $MHz T^{-1}$."
,"expression":"$MHz T^{-1}$"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaherc na Tesla"
,"label":"Megahercio por Tesla"
,"label":"Megahertz na Tesla"
,"label":"Megahertz na Tesla"
,"label":"Megahertz par Tesla"
,"label":"Megahertz pe Tesla"
,"label":"Megahertz per Tesla"
,"label":"Megahertz per Tesla"
,"label":"Megahertz per Tesla"
,"label":"Megahertz per Tesla"
,"label":"Megahertz per Tesla"
,"label":"Megahertz pro Tesla"
,"symbol":"MHz\/T"
,"type":"qudt:Unit"
,"ucum code":"MHz.T-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaHZ-PER-T",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Mega Hertz per Tesla\" is a unit for 'Electric Charge Per Mass' expressed as $MHz T^{-1}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"expression" : "$MHz T^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerMass",
"symbol" : "MHz/T",
"ucumCode" : "MHz.T-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106589841",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megahertz per Tesla", {
"@language" : "en",
"@value" : "Megahertz per Tesla"
}, {
"@language" : "it",
"@value" : "Megahertz per Tesla"
}, {
"@language" : "ms",
"@value" : "Megahertz per Tesla"
}, {
"@language" : "tr",
"@value" : "Megahertz per Tesla"
}, {
"@language" : "es",
"@value" : "Megahercio por Tesla"
}, {
"@language" : "fr",
"@value" : "Megahertz par Tesla"
}, {
"@language" : "pl",
"@value" : "Megaherc na Tesla"
}, {
"@language" : "ro",
"@value" : "Megahertz pe Tesla"
}, {
"@language" : "cs",
"@value" : "Megahertz na Tesla"
}, {
"@language" : "sl",
"@value" : "Megahertz na Tesla"
}, {
"@language" : "de",
"@value" : "Megahertz pro Tesla"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaINDIV
URI: http://qudt.org/vocab/unit/MegaINDIV
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaINDIV> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/INDIV> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Million Individuals" ; rdfs:label "Million Individuals"@en ; .
{"resource":"Million Individuals"
,"qname":"unit:MegaINDIV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaINDIV"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Million Individuals"
,"label":"Million Individuals"
,"scalingOf":"unit:INDIV"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaINDIV",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"scalingOf" : "http://qudt.org/vocab/unit/INDIV",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Million Individuals", {
"@language" : "en",
"@value" : "Million Individuals"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaJ
URI: http://qudt.org/vocab/unit/MegaJ
1,000,000-fold of the derived unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the derived unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA211" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA211"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the derived unit joule" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "MJ" ; <http://qudt.org/schema/qudt/ucumCode> "MJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "3B" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q14786969> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megadżul"@pl ; rdfs:label "Megajoule" ; rdfs:label "Megajoule"@cs ; rdfs:label "Megajoule"@de ; rdfs:label "Megajoule"@en ; rdfs:label "Megajoule"@fr ; rdfs:label "Megajoule"@hu ; rdfs:label "Megajoule"@it ; rdfs:label "Megajoule"@ms ; rdfs:label "Megajoule"@ro ; rdfs:label "Megajoule"@sl ; rdfs:label "Megajoule"@tr ; rdfs:label "Megajulio"@es ; .
{"resource":"Megajoule"
,"qname":"unit:MegaJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaJ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q14786969>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the derived unit joule"
,"description (plain text)":"1,000,000-fold of the derived unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA211"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA211"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megadżul"
,"label":"Megajoule"
,"label":"Megajoule"
,"label":"Megajoule"
,"label":"Megajoule"
,"label":"Megajoule"
,"label":"Megajoule"
,"label":"Megajoule"
,"label":"Megajoule"
,"label":"Megajoule"
,"label":"Megajoule"
,"label":"Megajoule"
,"label":"Megajulio"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:J"
,"symbol":"MJ"
,"type":"qudt:Unit"
,"ucum code":"MJ"
,"unece common code":"3B"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the derived unit joule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ],
"iec61360Code" : "0112/2///62720#UAA211",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA211",
"plainTextDescription" : "1,000,000-fold of the derived unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "MJ",
"ucumCode" : "MJ",
"uneceCommonCode" : "3B",
"wikidataMatch" : "http://www.wikidata.org/entity/Q14786969",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Megadżul"
}, "Megajoule", {
"@language" : "cs",
"@value" : "Megajoule"
}, {
"@language" : "de",
"@value" : "Megajoule"
}, {
"@language" : "en",
"@value" : "Megajoule"
}, {
"@language" : "fr",
"@value" : "Megajoule"
}, {
"@language" : "hu",
"@value" : "Megajoule"
}, {
"@language" : "it",
"@value" : "Megajoule"
}, {
"@language" : "ms",
"@value" : "Megajoule"
}, {
"@language" : "es",
"@value" : "Megajulio"
}, {
"@language" : "ro",
"@value" : "Megajoule"
}, {
"@language" : "sl",
"@value" : "Megajoule"
}, {
"@language" : "tr",
"@value" : "Megajoule"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaJ-PER-HR
URI: http://qudt.org/vocab/unit/MegaJ-PER-HR
SI derived unit MegaJoule divided by the 3600 times the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaJ-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit MegaJoule divided by the 3600 times the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 277.7777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit Megajoule divided by the 3600 times the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "MJ/h" ; <http://qudt.org/schema/qudt/ucumCode> "MJ.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P16" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megajoule per Hour" ; rdfs:label "Megajoule per Hour"@en ; .
{"resource":"Megajoule per Hour"
,"qname":"unit:MegaJ-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaJ-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"277.7777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E2"
,"description":"SI derived unit MegaJoule divided by the 3600 times the SI base unit second"
,"description (plain text)":"SI derived unit Megajoule divided by the 3600 times the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megajoule per Hour"
,"label":"Megajoule per Hour"
,"symbol":"MJ\/h"
,"type":"qudt:Unit"
,"ucum code":"MJ.h-1"
,"unece common code":"P16"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaJ-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit MegaJoule divided by the 3600 times the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "277.7777777777777777777777777777778",
"conversionMultiplier:SN" : 277.77777777777777,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"plainTextDescription" : "SI derived unit Megajoule divided by the 3600 times the SI base unit second",
"symbol" : "MJ/h",
"ucumCode" : "MJ.h-1",
"uneceCommonCode" : "P16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megajoule per Hour", {
"@language" : "en",
"@value" : "Megajoule per Hour"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaJ-PER-K
URI: http://qudt.org/vocab/unit/MegaJ-PER-K
MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaJ-PER-K> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/expression> "$MegaJ/K$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatCapacity> ; <http://qudt.org/schema/qudt/symbol> "MJ/K" ; <http://qudt.org/schema/qudt/ucumCode> "MJ.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megadżul na Kelwin"@pl ; rdfs:label "Megajoule na Kelvin"@cs ; rdfs:label "Megajoule na Kelvin"@sl ; rdfs:label "Megajoule par Kelvin"@fr ; rdfs:label "Megajoule pe Kelvin"@ro ; rdfs:label "Megajoule per Kelvin" ; rdfs:label "Megajoule per Kelvin"@en ; rdfs:label "Megajoule per Kelvin"@it ; rdfs:label "Megajoule per Kelvin"@ms ; rdfs:label "Megajoule per Kelvin"@tr ; rdfs:label "Megajoule pro Kelvin"@de ; rdfs:label "Megajulio por Kelvin"@es ; .
{"resource":"Megajoule per Kelvin"
,"qname":"unit:MegaJ-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaJ-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"MegaJoule Per Kelvin (MegaJ\/K) is a unit in the category of Entropy."
,"expression":"$MegaJ\/K$"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:HeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megadżul na Kelwin"
,"label":"Megajoule na Kelvin"
,"label":"Megajoule na Kelvin"
,"label":"Megajoule par Kelvin"
,"label":"Megajoule pe Kelvin"
,"label":"Megajoule per Kelvin"
,"label":"Megajoule per Kelvin"
,"label":"Megajoule per Kelvin"
,"label":"Megajoule per Kelvin"
,"label":"Megajoule per Kelvin"
,"label":"Megajoule pro Kelvin"
,"label":"Megajulio por Kelvin"
,"symbol":"MJ\/K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"MJ.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaJ-PER-K",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "MegaJoule Per Kelvin (MegaJ/K) is a unit in the category of Entropy.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"expression" : "$MegaJ/K$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HeatCapacity",
"symbol" : "MJ/K",
"ucumCode" : "MJ.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Megajoule pe Kelvin"
}, {
"@language" : "cs",
"@value" : "Megajoule na Kelvin"
}, {
"@language" : "sl",
"@value" : "Megajoule na Kelvin"
}, {
"@language" : "es",
"@value" : "Megajulio por Kelvin"
}, {
"@language" : "fr",
"@value" : "Megajoule par Kelvin"
}, {
"@language" : "pl",
"@value" : "Megadżul na Kelwin"
}, "Megajoule per Kelvin", {
"@language" : "en",
"@value" : "Megajoule per Kelvin"
}, {
"@language" : "it",
"@value" : "Megajoule per Kelvin"
}, {
"@language" : "ms",
"@value" : "Megajoule per Kelvin"
}, {
"@language" : "tr",
"@value" : "Megajoule per Kelvin"
}, {
"@language" : "de",
"@value" : "Megajoule pro Kelvin"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaJ-PER-KiloGM
URI: http://qudt.org/vocab/unit/MegaJ-PER-KiloGM
1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaJ-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB093" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB093"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "MJ/kg" ; <http://qudt.org/schema/qudt/ucumCode> "MJ.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "JK" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q57175165> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megadżul na Kilogram"@pl ; rdfs:label "Megajoule na Kilogram"@cs ; rdfs:label "Megajoule na Kilogram"@sl ; rdfs:label "Megajoule par Kilogramme"@fr ; rdfs:label "Megajoule pe Kilogram"@ro ; rdfs:label "Megajoule per Chilogrammo"@it ; rdfs:label "Megajoule per Kilogram" ; rdfs:label "Megajoule per Kilogram"@en ; rdfs:label "Megajoule per Kilogram"@ms ; rdfs:label "Megajoule per Kilogram"@tr ; rdfs:label "Megajoule pro Kilogramm"@de ; rdfs:label "Megajulio por Kilogramo"@es ; .
{"resource":"Megajoule per Kilogram"
,"qname":"unit:MegaJ-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaJ-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q57175165>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram"
,"description (plain text)":"1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB093"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB093"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megadżul na Kilogram"
,"label":"Megajoule na Kilogram"
,"label":"Megajoule na Kilogram"
,"label":"Megajoule par Kilogramme"
,"label":"Megajoule pe Kilogram"
,"label":"Megajoule per Chilogrammo"
,"label":"Megajoule per Kilogram"
,"label":"Megajoule per Kilogram"
,"label":"Megajoule per Kilogram"
,"label":"Megajoule per Kilogram"
,"label":"Megajoule pro Kilogramm"
,"label":"Megajulio por Kilogramo"
,"symbol":"MJ\/kg"
,"type":"qudt:Unit"
,"ucum code":"MJ.kg-1"
,"unece common code":"JK"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaJ-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"iec61360Code" : "0112/2///62720#UAB093",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB093",
"plainTextDescription" : "1,000,000-fold of the derived SI unit joule divided by the SI base unit kilogram",
"symbol" : "MJ/kg",
"ucumCode" : "MJ.kg-1",
"uneceCommonCode" : "JK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q57175165",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Megajoule pro Kilogramm"
}, {
"@language" : "cs",
"@value" : "Megajoule na Kilogram"
}, {
"@language" : "sl",
"@value" : "Megajoule na Kilogram"
}, {
"@language" : "es",
"@value" : "Megajulio por Kilogramo"
}, "Megajoule per Kilogram", {
"@language" : "en",
"@value" : "Megajoule per Kilogram"
}, {
"@language" : "ms",
"@value" : "Megajoule per Kilogram"
}, {
"@language" : "tr",
"@value" : "Megajoule per Kilogram"
}, {
"@language" : "ro",
"@value" : "Megajoule pe Kilogram"
}, {
"@language" : "pl",
"@value" : "Megadżul na Kilogram"
}, {
"@language" : "it",
"@value" : "Megajoule per Chilogrammo"
}, {
"@language" : "fr",
"@value" : "Megajoule par Kilogramme"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaJ-PER-M2
URI: http://qudt.org/vocab/unit/MegaJ-PER-M2
MegaJoule Per Square Meter ($MegaJ/m^2$) is a unit in the category of Energy density.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaJ-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "MegaJoule Per Square Meter ($MegaJ/m^2$) is a unit in the category of Energy density."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate> ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "MJ/m²" ; <http://qudt.org/schema/qudt/ucumCode> "MJ.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107461064> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megadżul na Metr Kwadratowy"@pl ; rdfs:label "Megajoule na Kvadratni Meter"@sl ; rdfs:label "Megajoule na Čtvereční Metr"@cs ; rdfs:label "Megajoule par Mètre Carré"@fr ; rdfs:label "Megajoule pe Metru Pătrat"@ro ; rdfs:label "Megajoule per Meter Persegi"@ms ; rdfs:label "Megajoule per Metrekare"@tr ; rdfs:label "Megajoule per Metro Quadrato"@it ; rdfs:label "Megajoule per Square Meter"@en-US ; rdfs:label "Megajoule per Square Metre" ; rdfs:label "Megajoule per Square Metre"@en ; rdfs:label "Megajoule pro Quadratmeter"@de ; rdfs:label "Megajulio por Metro Cuadrado"@es ; .
{"resource":"Megajoule per Square Metre"
,"qname":"unit:MegaJ-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaJ-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107461064>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"MegaJoule Per Square Meter ($MegaJ\/m^2$) is a unit in the category of Energy density."
,"description (plain text)":"1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:StrainEnergyReleaseRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megadżul na Metr Kwadratowy"
,"label":"Megajoule na Kvadratni Meter"
,"label":"Megajoule na Čtvereční Metr"
,"label":"Megajoule par Mètre Carré"
,"label":"Megajoule pe Metru Pătrat"
,"label":"Megajoule per Meter Persegi"
,"label":"Megajoule per Metrekare"
,"label":"Megajoule per Metro Quadrato"
,"label":"Megajoule per Square Meter"
,"label":"Megajoule per Square Metre"
,"label":"Megajoule per Square Metre"
,"label":"Megajoule pro Quadratmeter"
,"label":"Megajulio por Metro Cuadrado"
,"symbol":"MJ\/m²"
,"type":"qudt:Unit"
,"ucum code":"MJ.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaJ-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "MegaJoule Per Square Meter ($MegaJ/m^2$) is a unit in the category of Energy density.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate", "http://qudt.org/vocab/quantitykind/EnergyPerArea" ],
"plainTextDescription" : "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "MJ/m²",
"ucumCode" : "MJ.m-2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107461064",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Megajulio por Metro Cuadrado"
}, {
"@language" : "pl",
"@value" : "Megadżul na Metr Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Megajoule na Kvadratni Meter"
}, {
"@language" : "ms",
"@value" : "Megajoule per Meter Persegi"
}, {
"@language" : "fr",
"@value" : "Megajoule par Mètre Carré"
}, {
"@language" : "cs",
"@value" : "Megajoule na Čtvereční Metr"
}, {
"@language" : "ro",
"@value" : "Megajoule pe Metru Pătrat"
}, {
"@language" : "de",
"@value" : "Megajoule pro Quadratmeter"
}, "Megajoule per Square Metre", {
"@language" : "en",
"@value" : "Megajoule per Square Metre"
}, {
"@language" : "tr",
"@value" : "Megajoule per Metrekare"
}, {
"@language" : "it",
"@value" : "Megajoule per Metro Quadrato"
}, {
"@language" : "en-us",
"@value" : "Megajoule per Square Meter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaJ-PER-M2-DAY
URI: http://qudt.org/vocab/unit/MegaJ-PER-M2-DAY
MegaJoule Per Square Meter Per Day (\(MegaJ/m^2/day\)) is a unit in the category of Energy density over time.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaJ-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "MegaJoule Per Square Meter Per Day (\\(MegaJ/m^2/day\\)) is a unit in the category of Energy density over time."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 11.57407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Irradiance> ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "MJ/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "MJ.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megajoule per Square Meter Day"@en-US ; rdfs:label "Megajoule per Square Metre Day" ; rdfs:label "Megajoule per Square Metre Day"@en ; .
{"resource":"Megajoule per Square Metre Day"
,"qname":"unit:MegaJ-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaJ-PER-M2-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"11.57407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E1"
,"description":"MegaJoule Per Square Meter Per Day (\\(MegaJ\/m^2\/day\\)) is a unit in the category of Energy density over time."
,"description (plain text)":"1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Irradiance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megajoule per Square Meter Day"
,"label":"Megajoule per Square Metre Day"
,"label":"Megajoule per Square Metre Day"
,"symbol":"MJ\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"MJ.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaJ-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "MegaJoule Per Square Meter Per Day (\\(MegaJ/m^2/day\\)) is a unit in the category of Energy density over time.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "11.57407407407407407407407407407407",
"conversionMultiplier:SN" : 11.574074074074074,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Irradiance",
"plainTextDescription" : "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "MJ/(m²·d)",
"ucumCode" : "MJ.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Megajoule per Square Meter Day"
}, "Megajoule per Square Metre Day", {
"@language" : "en",
"@value" : "Megajoule per Square Metre Day"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaJ-PER-M3
URI: http://qudt.org/vocab/unit/MegaJ-PER-M3
1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaJ-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA212" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA212"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "MJ/m³" ; <http://qudt.org/schema/qudt/ucumCode> "MJ.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "JM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107361082> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megadżul na Metr Sześcienny"@pl ; rdfs:label "Megajoule na Kubični Meter"@sl ; rdfs:label "Megajoule na Metr Krychlový"@cs ; rdfs:label "Megajoule par Mètre Cube"@fr ; rdfs:label "Megajoule pe Metru Cub"@ro ; rdfs:label "Megajoule per Cubic Meter"@en-US ; rdfs:label "Megajoule per Cubic Metre" ; rdfs:label "Megajoule per Cubic Metre"@en ; rdfs:label "Megajoule per Meter Kubik"@ms ; rdfs:label "Megajoule per Metreküp"@tr ; rdfs:label "Megajoule per Metro Cubo"@it ; rdfs:label "Megajoule pro Kubikmeter"@de ; rdfs:label "Megajulio por Metro Cúbico"@es ; .
{"resource":"Megajoule per Cubic Metre"
,"qname":"unit:MegaJ-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaJ-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107361082>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA212"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA212"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megadżul na Metr Sześcienny"
,"label":"Megajoule na Kubični Meter"
,"label":"Megajoule na Metr Krychlový"
,"label":"Megajoule par Mètre Cube"
,"label":"Megajoule pe Metru Cub"
,"label":"Megajoule per Cubic Meter"
,"label":"Megajoule per Cubic Metre"
,"label":"Megajoule per Cubic Metre"
,"label":"Megajoule per Meter Kubik"
,"label":"Megajoule per Metreküp"
,"label":"Megajoule per Metro Cubo"
,"label":"Megajoule pro Kubikmeter"
,"label":"Megajulio por Metro Cúbico"
,"symbol":"MJ\/m³"
,"type":"qudt:Unit"
,"ucum code":"MJ.m-3"
,"unece common code":"JM"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaJ-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyDensity",
"iec61360Code" : "0112/2///62720#UAA212",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA212",
"plainTextDescription" : "1,000,000-fold of the SI derived unit joule divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "MJ/m³",
"ucumCode" : "MJ.m-3",
"uneceCommonCode" : "JM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107361082",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megajoule per Cubic Metre", {
"@language" : "en",
"@value" : "Megajoule per Cubic Metre"
}, {
"@language" : "cs",
"@value" : "Megajoule na Metr Krychlový"
}, {
"@language" : "en-us",
"@value" : "Megajoule per Cubic Meter"
}, {
"@language" : "sl",
"@value" : "Megajoule na Kubični Meter"
}, {
"@language" : "ro",
"@value" : "Megajoule pe Metru Cub"
}, {
"@language" : "fr",
"@value" : "Megajoule par Mètre Cube"
}, {
"@language" : "ms",
"@value" : "Megajoule per Meter Kubik"
}, {
"@language" : "pl",
"@value" : "Megadżul na Metr Sześcienny"
}, {
"@language" : "tr",
"@value" : "Megajoule per Metreküp"
}, {
"@language" : "de",
"@value" : "Megajoule pro Kubikmeter"
}, {
"@language" : "it",
"@value" : "Megajoule per Metro Cubo"
}, {
"@language" : "es",
"@value" : "Megajulio por Metro Cúbico"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaJ-PER-SEC
URI: http://qudt.org/vocab/unit/MegaJ-PER-SEC
quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaJ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB177" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB177"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "MJ/s" ; <http://qudt.org/schema/qudt/ucumCode> "MJ.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D78" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megadżul na Sekunda"@pl ; rdfs:label "Megajoule na Sekunda"@cs ; rdfs:label "Megajoule na Sekunda"@sl ; rdfs:label "Megajoule par Seconde"@fr ; rdfs:label "Megajoule pe Secundă"@ro ; rdfs:label "Megajoule per Saat"@ms ; rdfs:label "Megajoule per Saniye"@tr ; rdfs:label "Megajoule per Second" ; rdfs:label "Megajoule per Second"@en ; rdfs:label "Megajoule per Secondo"@it ; rdfs:label "Megajoule pro Sekunde"@de ; rdfs:label "Megajulio por Segundo"@es ; .
{"resource":"Megajoule per Second"
,"qname":"unit:MegaJ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaJ-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second"
,"description (plain text)":"quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB177"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB177"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megadżul na Sekunda"
,"label":"Megajoule na Sekunda"
,"label":"Megajoule na Sekunda"
,"label":"Megajoule par Seconde"
,"label":"Megajoule pe Secundă"
,"label":"Megajoule per Saat"
,"label":"Megajoule per Saniye"
,"label":"Megajoule per Second"
,"label":"Megajoule per Second"
,"label":"Megajoule per Secondo"
,"label":"Megajoule pro Sekunde"
,"label":"Megajulio por Segundo"
,"symbol":"MJ\/s"
,"type":"qudt:Unit"
,"ucum code":"MJ.s-1"
,"unece common code":"D78"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaJ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB177",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB177",
"plainTextDescription" : "quotient of the 1,000,000-fold of the derived SI unit joule divided by the SI base unit second",
"symbol" : "MJ/s",
"ucumCode" : "MJ.s-1",
"uneceCommonCode" : "D78",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Megajoule per Secondo"
}, {
"@language" : "en",
"@value" : "Megajoule per Second"
}, "Megajoule per Second", {
"@language" : "cs",
"@value" : "Megajoule na Sekunda"
}, {
"@language" : "tr",
"@value" : "Megajoule per Saniye"
}, {
"@language" : "sl",
"@value" : "Megajoule na Sekunda"
}, {
"@language" : "ms",
"@value" : "Megajoule per Saat"
}, {
"@language" : "ro",
"@value" : "Megajoule pe Secundă"
}, {
"@language" : "es",
"@value" : "Megajulio por Segundo"
}, {
"@language" : "fr",
"@value" : "Megajoule par Seconde"
}, {
"@language" : "de",
"@value" : "Megajoule pro Sekunde"
}, {
"@language" : "pl",
"@value" : "Megadżul na Sekunda"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaK
URI: http://qudt.org/vocab/unit/MegaK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BoilingPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CorrelatedColorTemperature> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FlashPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeltingPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermodynamicTemperature> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/K> ; <http://qudt.org/schema/qudt/symbol> "MK" ; <http://qudt.org/schema/qudt/ucumCode> "MK"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megakelvin" ; rdfs:label "Megakelvin"@cs ; rdfs:label "Megakelvin"@de ; rdfs:label "Megakelvin"@en ; rdfs:label "Megakelvin"@es ; rdfs:label "Megakelvin"@fr ; rdfs:label "Megakelvin"@hu ; rdfs:label "Megakelvin"@it ; rdfs:label "Megakelvin"@ms ; rdfs:label "Megakelvin"@ro ; rdfs:label "Megakelvin"@sl ; rdfs:label "Megakelvin"@tr ; rdfs:label "Megakelwin"@pl ; .
{"resource":"Megakelvin"
,"qname":"unit:MegaK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaK"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:BoilingPoint"
,"has quantity kind":"quantitykind:CorrelatedColorTemperature"
,"has quantity kind":"quantitykind:FlashPoint"
,"has quantity kind":"quantitykind:MeltingPoint"
,"has quantity kind":"quantitykind:Temperature"
,"has quantity kind":"quantitykind:ThermodynamicTemperature"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelvin"
,"label":"Megakelwin"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:K"
,"symbol":"MK"
,"type":"qudt:Unit"
,"ucum code":"MK"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MeltingPoint", "http://qudt.org/vocab/quantitykind/BoilingPoint", "http://qudt.org/vocab/quantitykind/CorrelatedColorTemperature", "http://qudt.org/vocab/quantitykind/FlashPoint", "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature", "http://qudt.org/vocab/quantitykind/Temperature" ],
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/K",
"symbol" : "MK",
"ucumCode" : "MK",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Megakelwin"
}, "Megakelvin", {
"@language" : "cs",
"@value" : "Megakelvin"
}, {
"@language" : "de",
"@value" : "Megakelvin"
}, {
"@language" : "en",
"@value" : "Megakelvin"
}, {
"@language" : "es",
"@value" : "Megakelvin"
}, {
"@language" : "fr",
"@value" : "Megakelvin"
}, {
"@language" : "hu",
"@value" : "Megakelvin"
}, {
"@language" : "it",
"@value" : "Megakelvin"
}, {
"@language" : "ms",
"@value" : "Megakelvin"
}, {
"@language" : "ro",
"@value" : "Megakelvin"
}, {
"@language" : "sl",
"@value" : "Megakelvin"
}, {
"@language" : "tr",
"@value" : "Megakelvin"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaL
URI: http://qudt.org/vocab/unit/MegaL
1 000 000-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000 000-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB112" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB112"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000 000-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "ML" ; <http://qudt.org/schema/qudt/ucumCode> "ML"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MAL" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53393659> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaliter"@en-US ; rdfs:label "Megalitre" ; rdfs:label "Megalitre"@en ; .
{"resource":"Megalitre"
,"qname":"unit:MegaL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53393659>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1 000 000-fold of the unit litre"
,"description (plain text)":"1 000 000-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB112"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB112"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaliter"
,"label":"Megalitre"
,"label":"Megalitre"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:L"
,"symbol":"ML"
,"type":"qudt:Unit"
,"ucum code":"ML"
,"unece common code":"MAL"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000 000-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB112",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB112",
"plainTextDescription" : "1 000 000-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "ML",
"ucumCode" : "ML",
"uneceCommonCode" : "MAL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53393659",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megalitre", {
"@language" : "en",
"@value" : "Megalitre"
}, {
"@language" : "en-us",
"@value" : "Megaliter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaLB_F
URI: http://qudt.org/vocab/unit/MegaLB_F
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaLB_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4448221.8148411428 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.4482218148411428E6 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pound-force"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/LB_F> ; <http://qudt.org/schema/qudt/symbol> "Mlbf" ; <http://qudt.org/schema/qudt/ucumCode> "M[lbf_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mega Pound Force" ; rdfs:label "Mega Pound Force"@en ; .
{"resource":"Mega Pound Force"
,"qname":"unit:MegaLB_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaLB_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"4448221.8148411428"
,"conversion multiplier scientific":"4.4482218148411428E6"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pound-force"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pound-force?oldid=453191483"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Pound Force"
,"label":"Mega Pound Force"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:LB_F"
,"symbol":"Mlbf"
,"type":"qudt:Unit"
,"ucum code":"M[lbf_av]"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaLB_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "4448221.8148411428",
"conversionMultiplier:SN" : 4448221.814841143,
"dbpediaMatch" : "http://dbpedia.org/resource/Pound-force",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"informativeReference" : "http://en.wikipedia.org/wiki/Pound-force?oldid=453191483",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/LB_F",
"symbol" : "Mlbf",
"ucumCode" : "M[lbf_av]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Pound Force", {
"@language" : "en",
"@value" : "Mega Pound Force"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaN
URI: http://qudt.org/vocab/unit/MegaN
1,000,000-fold of the SI derived unit newton
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit newton"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA213" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA213"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI derived unit newton" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "MN" ; <http://qudt.org/schema/qudt/ucumCode> "MN"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B73" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q85854198> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meganewton" ; rdfs:label "Meganewton"@cs ; rdfs:label "Meganewton"@de ; rdfs:label "Meganewton"@en ; rdfs:label "Meganewton"@es ; rdfs:label "Meganewton"@fr ; rdfs:label "Meganewton"@hu ; rdfs:label "Meganewton"@it ; rdfs:label "Meganewton"@ms ; rdfs:label "Meganewton"@ro ; rdfs:label "Meganewton"@sl ; rdfs:label "Meganewton"@tr ; rdfs:label "Meganiuton"@pl ; .
{"resource":"Meganewton"
,"qname":"unit:MegaN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q85854198>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit newton"
,"description (plain text)":"1,000,000-fold of the SI derived unit newton"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA213"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA213"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganewton"
,"label":"Meganiuton"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:N"
,"symbol":"MN"
,"type":"qudt:Unit"
,"ucum code":"MN"
,"unece common code":"B73"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit newton",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAA213",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA213",
"plainTextDescription" : "1,000,000-fold of the SI derived unit newton",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "MN",
"ucumCode" : "MN",
"uneceCommonCode" : "B73",
"wikidataMatch" : "http://www.wikidata.org/entity/Q85854198",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Meganewton", {
"@language" : "cs",
"@value" : "Meganewton"
}, {
"@language" : "de",
"@value" : "Meganewton"
}, {
"@language" : "en",
"@value" : "Meganewton"
}, {
"@language" : "es",
"@value" : "Meganewton"
}, {
"@language" : "fr",
"@value" : "Meganewton"
}, {
"@language" : "pl",
"@value" : "Meganiuton"
}, {
"@language" : "hu",
"@value" : "Meganewton"
}, {
"@language" : "it",
"@value" : "Meganewton"
}, {
"@language" : "ms",
"@value" : "Meganewton"
}, {
"@language" : "ro",
"@value" : "Meganewton"
}, {
"@language" : "sl",
"@value" : "Meganewton"
}, {
"@language" : "tr",
"@value" : "Meganewton"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaN-M
URI: http://qudt.org/vocab/unit/MegaN-M
1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaN-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA214" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA214"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "MN·m" ; <http://qudt.org/schema/qudt/ucumCode> "MN.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B74" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106645257> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meganewton Meter"@de ; rdfs:label "Meganewton Meter"@en-US ; rdfs:label "Meganewton Meter"@ms ; rdfs:label "Meganewton Meter"@sl ; rdfs:label "Meganewton Metr"@cs ; rdfs:label "Meganewton Metre" ; rdfs:label "Meganewton Metre"@en ; rdfs:label "Meganewton Metre"@tr ; rdfs:label "Meganewton Metro"@es ; rdfs:label "Meganewton Metro"@it ; rdfs:label "Meganewton Metru"@ro ; rdfs:label "Meganewton Mètre"@fr ; rdfs:label "Meganiuton Metr"@pl ; .
{"resource":"Meganewton Metre"
,"qname":"unit:MegaN-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaN-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106645257>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre"
,"description (plain text)":"1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA214"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA214"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meganewton Meter"
,"label":"Meganewton Meter"
,"label":"Meganewton Meter"
,"label":"Meganewton Meter"
,"label":"Meganewton Metr"
,"label":"Meganewton Metre"
,"label":"Meganewton Metre"
,"label":"Meganewton Metre"
,"label":"Meganewton Metro"
,"label":"Meganewton Metro"
,"label":"Meganewton Metru"
,"label":"Meganewton Mètre"
,"label":"Meganiuton Metr"
,"symbol":"MN·m"
,"type":"qudt:Unit"
,"ucum code":"MN.m"
,"unece common code":"B74"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaN-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAA214",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA214",
"plainTextDescription" : "1,000,000-fold of the product of the SI derived unit newton and the SI base unit metre",
"symbol" : "MN·m",
"ucumCode" : "MN.m",
"uneceCommonCode" : "B74",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106645257",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Meganewton Mètre"
}, {
"@language" : "es",
"@value" : "Meganewton Metro"
}, {
"@language" : "it",
"@value" : "Meganewton Metro"
}, {
"@language" : "ro",
"@value" : "Meganewton Metru"
}, {
"@language" : "de",
"@value" : "Meganewton Meter"
}, "Meganewton Metre", {
"@language" : "en",
"@value" : "Meganewton Metre"
}, {
"@language" : "tr",
"@value" : "Meganewton Metre"
}, {
"@language" : "pl",
"@value" : "Meganiuton Metr"
}, {
"@language" : "en-us",
"@value" : "Meganewton Meter"
}, {
"@language" : "ms",
"@value" : "Meganewton Meter"
}, {
"@language" : "sl",
"@value" : "Meganewton Meter"
}, {
"@language" : "cs",
"@value" : "Meganewton Metr"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaN-M-PER-M2
URI: http://qudt.org/vocab/unit/MegaN-M-PER-M2
1,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaN-M-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB553" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB553"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "MN·m/m²" ; <http://qudt.org/schema/qudt/ucumCode> "MN.m.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meganewton Meter na Kvadratni Meter"@sl ; rdfs:label "Meganewton Meter per Meter Persegi"@ms ; rdfs:label "Meganewton Meter per Square Meter"@en-US ; rdfs:label "Meganewton Meter pro Quadratmeter"@de ; rdfs:label "Meganewton Metr na Čtvereční Metr"@cs ; rdfs:label "Meganewton Metre per Metrekare"@tr ; rdfs:label "Meganewton Metre per Square Metre" ; rdfs:label "Meganewton Metre per Square Metre"@en ; rdfs:label "Meganewton Metro per Metro Quadrato"@it ; rdfs:label "Meganewton Metro por Metro Cuadrado"@es ; rdfs:label "Meganewton Metru pe Metru Pătrat"@ro ; rdfs:label "Meganewton Mètre par Mètre Carré"@fr ; rdfs:label "Meganiuton Metr na Metr Kwadratowy"@pl ; .
{"resource":"Meganewton Metre per Square Metre"
,"qname":"unit:MegaN-M-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaN-M-PER-M2"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB553"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB553"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meganewton Meter na Kvadratni Meter"
,"label":"Meganewton Meter per Meter Persegi"
,"label":"Meganewton Meter per Square Meter"
,"label":"Meganewton Meter pro Quadratmeter"
,"label":"Meganewton Metr na Čtvereční Metr"
,"label":"Meganewton Metre per Metrekare"
,"label":"Meganewton Metre per Square Metre"
,"label":"Meganewton Metre per Square Metre"
,"label":"Meganewton Metro per Metro Quadrato"
,"label":"Meganewton Metro por Metro Cuadrado"
,"label":"Meganewton Metru pe Metru Pătrat"
,"label":"Meganewton Mètre par Mètre Carré"
,"label":"Meganiuton Metr na Metr Kwadratowy"
,"symbol":"MN·m\/m²"
,"type":"qudt:Unit"
,"ucum code":"MN.m.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaN-M-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit newton divided by the SI base unit metre to the power two",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerArea", "http://qudt.org/vocab/quantitykind/ForcePerLength" ],
"iec61360Code" : "0112/2///62720#UAB553",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB553",
"symbol" : "MN·m/m²",
"ucumCode" : "MN.m.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Meganewton Meter per Meter Persegi"
}, {
"@language" : "fr",
"@value" : "Meganewton Mètre par Mètre Carré"
}, {
"@language" : "ro",
"@value" : "Meganewton Metru pe Metru Pătrat"
}, {
"@language" : "it",
"@value" : "Meganewton Metro per Metro Quadrato"
}, {
"@language" : "de",
"@value" : "Meganewton Meter pro Quadratmeter"
}, {
"@language" : "es",
"@value" : "Meganewton Metro por Metro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Meganewton Meter per Square Meter"
}, {
"@language" : "sl",
"@value" : "Meganewton Meter na Kvadratni Meter"
}, {
"@language" : "tr",
"@value" : "Meganewton Metre per Metrekare"
}, "Meganewton Metre per Square Metre", {
"@language" : "pl",
"@value" : "Meganiuton Metr na Metr Kwadratowy"
}, {
"@language" : "en",
"@value" : "Meganewton Metre per Square Metre"
}, {
"@language" : "cs",
"@value" : "Meganewton Metr na Čtvereční Metr"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaN-PER-M2
URI: http://qudt.org/vocab/unit/MegaN-PER-M2
1,000,000-fold of the SI derived unit newton divided by the square of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaN-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit newton divided by the square of the SI base unit metre" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/symbol> "MN/m²" ; <http://qudt.org/schema/qudt/ucumCode> "MN.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meganewton na Kvadratni Meter"@sl ; rdfs:label "Meganewton na Čtvereční Metr"@cs ; rdfs:label "Meganewton par Mètre Carré"@fr ; rdfs:label "Meganewton pe Metru Pătrat"@ro ; rdfs:label "Meganewton per Meter Persegi"@ms ; rdfs:label "Meganewton per Metrekare"@tr ; rdfs:label "Meganewton per Metro Quadrato"@it ; rdfs:label "Meganewton per Square Meter"@en-US ; rdfs:label "Meganewton per Square Metre" ; rdfs:label "Meganewton per Square Metre"@en ; rdfs:label "Meganewton por Metro Cuadrado"@es ; rdfs:label "Meganewton pro Quadratmeter"@de ; rdfs:label "Meganiuton na Metr Kwadratowy"@pl ; .
{"resource":"Meganewton per Square Metre"
,"qname":"unit:MegaN-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaN-PER-M2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit newton divided by the square of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meganewton na Kvadratni Meter"
,"label":"Meganewton na Čtvereční Metr"
,"label":"Meganewton par Mètre Carré"
,"label":"Meganewton pe Metru Pătrat"
,"label":"Meganewton per Meter Persegi"
,"label":"Meganewton per Metrekare"
,"label":"Meganewton per Metro Quadrato"
,"label":"Meganewton per Square Meter"
,"label":"Meganewton per Square Metre"
,"label":"Meganewton per Square Metre"
,"label":"Meganewton por Metro Cuadrado"
,"label":"Meganewton pro Quadratmeter"
,"label":"Meganiuton na Metr Kwadratowy"
,"symbol":"MN\/m²"
,"type":"qudt:Unit"
,"ucum code":"MN.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaN-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit newton divided by the square of the SI base unit metre",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerArea",
"symbol" : "MN/m²",
"ucumCode" : "MN.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Meganewton per Meter Persegi"
}, {
"@language" : "fr",
"@value" : "Meganewton par Mètre Carré"
}, {
"@language" : "en",
"@value" : "Meganewton per Square Metre"
}, "Meganewton per Square Metre", {
"@language" : "it",
"@value" : "Meganewton per Metro Quadrato"
}, {
"@language" : "tr",
"@value" : "Meganewton per Metrekare"
}, {
"@language" : "en-us",
"@value" : "Meganewton per Square Meter"
}, {
"@language" : "sl",
"@value" : "Meganewton na Kvadratni Meter"
}, {
"@language" : "de",
"@value" : "Meganewton pro Quadratmeter"
}, {
"@language" : "cs",
"@value" : "Meganewton na Čtvereční Metr"
}, {
"@language" : "es",
"@value" : "Meganewton por Metro Cuadrado"
}, {
"@language" : "pl",
"@value" : "Meganiuton na Metr Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Meganewton pe Metru Pătrat"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaN-PER-M3
URI: http://qudt.org/vocab/unit/MegaN-PER-M3
1,000,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaN-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfSubgradeReaction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificWeight> ; <http://qudt.org/schema/qudt/symbol> "MN/m³" ; <http://qudt.org/schema/qudt/ucumCode> "MN.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Meganewton na Kubični Meter"@sl ; rdfs:label "Meganewton na Metr Krychlový"@cs ; rdfs:label "Meganewton par Mètre Cube"@fr ; rdfs:label "Meganewton pe Metru Cub"@ro ; rdfs:label "Meganewton per Cubic Meter"@en-US ; rdfs:label "Meganewton per Cubic Metre" ; rdfs:label "Meganewton per Cubic Metre"@en ; rdfs:label "Meganewton per Meter Kubik"@ms ; rdfs:label "Meganewton per Metreküp"@tr ; rdfs:label "Meganewton per Metro Cubo"@it ; rdfs:label "Meganewton por Metro Cúbico"@es ; rdfs:label "Meganewton pro Kubikmeter"@de ; rdfs:label "Meganiuton na Metr Sześcienny"@pl ; .
{"resource":"Meganewton per Cubic Metre"
,"qname":"unit:MegaN-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaN-PER-M3"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ModulusOfSubgradeReaction"
,"has quantity kind":"quantitykind:SpecificWeight"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Meganewton na Kubični Meter"
,"label":"Meganewton na Metr Krychlový"
,"label":"Meganewton par Mètre Cube"
,"label":"Meganewton pe Metru Cub"
,"label":"Meganewton per Cubic Meter"
,"label":"Meganewton per Cubic Metre"
,"label":"Meganewton per Cubic Metre"
,"label":"Meganewton per Meter Kubik"
,"label":"Meganewton per Metreküp"
,"label":"Meganewton per Metro Cubo"
,"label":"Meganewton por Metro Cúbico"
,"label":"Meganewton pro Kubikmeter"
,"label":"Meganiuton na Metr Sześcienny"
,"symbol":"MN\/m³"
,"type":"qudt:Unit"
,"ucum code":"MN.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaN-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit newton divided by the cube of the SI base unit metre",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ModulusOfSubgradeReaction", "http://qudt.org/vocab/quantitykind/SpecificWeight" ],
"symbol" : "MN/m³",
"ucumCode" : "MN.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Meganewton pro Kubikmeter"
}, {
"@language" : "ms",
"@value" : "Meganewton per Meter Kubik"
}, {
"@language" : "en",
"@value" : "Meganewton per Cubic Metre"
}, {
"@language" : "ro",
"@value" : "Meganewton pe Metru Cub"
}, {
"@language" : "es",
"@value" : "Meganewton por Metro Cúbico"
}, "Meganewton per Cubic Metre", {
"@language" : "fr",
"@value" : "Meganewton par Mètre Cube"
}, {
"@language" : "pl",
"@value" : "Meganiuton na Metr Sześcienny"
}, {
"@language" : "en-us",
"@value" : "Meganewton per Cubic Meter"
}, {
"@language" : "sl",
"@value" : "Meganewton na Kubični Meter"
}, {
"@language" : "tr",
"@value" : "Meganewton per Metreküp"
}, {
"@language" : "it",
"@value" : "Meganewton per Metro Cubo"
}, {
"@language" : "cs",
"@value" : "Meganewton na Metr Krychlový"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaOHM
URI: http://qudt.org/vocab/unit/MegaOHM
1,000,000-fold of the derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaOHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA198" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA198"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the derived unit ohm" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OHM> ; <http://qudt.org/schema/qudt/symbol> "MΩ" ; <http://qudt.org/schema/qudt/ucumCode> "MOhm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B75" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q87416053> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaohm" ; rdfs:label "Megaohm"@cs ; rdfs:label "Megaohm"@de ; rdfs:label "Megaohm"@en ; rdfs:label "Megaohm"@fr ; rdfs:label "Megaohm"@hu ; rdfs:label "Megaohm"@it ; rdfs:label "Megaohm"@ms ; rdfs:label "Megaohm"@ro ; rdfs:label "Megaohm"@sl ; rdfs:label "Megaohm"@tr ; rdfs:label "Megaohmio"@es ; rdfs:label "Megaom"@pl ; .
{"resource":"Megaohm"
,"qname":"unit:MegaOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaOHM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q87416053>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the derived unit ohm"
,"description (plain text)":"1,000,000-fold of the derived unit ohm"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA198"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA198"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaohm"
,"label":"Megaohm"
,"label":"Megaohm"
,"label":"Megaohm"
,"label":"Megaohm"
,"label":"Megaohm"
,"label":"Megaohm"
,"label":"Megaohm"
,"label":"Megaohm"
,"label":"Megaohm"
,"label":"Megaohm"
,"label":"Megaohmio"
,"label":"Megaom"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:OHM"
,"symbol":"MΩ"
,"type":"qudt:Unit"
,"ucum code":"MOhm"
,"unece common code":"B75"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistance",
"iec61360Code" : "0112/2///62720#UAA198",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA198",
"plainTextDescription" : "1,000,000-fold of the derived unit ohm",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/OHM",
"symbol" : "MΩ",
"ucumCode" : "MOhm",
"uneceCommonCode" : "B75",
"wikidataMatch" : "http://www.wikidata.org/entity/Q87416053",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Megaom"
}, "Megaohm", {
"@language" : "cs",
"@value" : "Megaohm"
}, {
"@language" : "de",
"@value" : "Megaohm"
}, {
"@language" : "en",
"@value" : "Megaohm"
}, {
"@language" : "fr",
"@value" : "Megaohm"
}, {
"@language" : "hu",
"@value" : "Megaohm"
}, {
"@language" : "it",
"@value" : "Megaohm"
}, {
"@language" : "ms",
"@value" : "Megaohm"
}, {
"@language" : "ro",
"@value" : "Megaohm"
}, {
"@language" : "sl",
"@value" : "Megaohm"
}, {
"@language" : "tr",
"@value" : "Megaohm"
}, {
"@language" : "es",
"@value" : "Megaohmio"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaOHM-KiloM
URI: http://qudt.org/vocab/unit/MegaOHM-KiloM
1,000,000-fold of the product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaOHM-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ResidualResistivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB406" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB406"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "MΩ·km" ; <http://qudt.org/schema/qudt/ucumCode> "MOhm.km"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H88" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaohm Chilometro"@it ; rdfs:label "Megaohm Kilometer"@de ; rdfs:label "Megaohm Kilometer"@en-US ; rdfs:label "Megaohm Kilometer"@ms ; rdfs:label "Megaohm Kilometer"@sl ; rdfs:label "Megaohm Kilometr"@cs ; rdfs:label "Megaohm Kilometre" ; rdfs:label "Megaohm Kilometre"@en ; rdfs:label "Megaohm Kilometre"@tr ; rdfs:label "Megaohm Kilometru"@ro ; rdfs:label "Megaohm Kilomètre"@fr ; rdfs:label "Megaohmio Kilometro"@es ; rdfs:label "Megaom Kilometr"@pl ; .
{"resource":"Megaohm Kilometre"
,"qname":"unit:MegaOHM-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaOHM-KiloM"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000-fold of the product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ResidualResistivity"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB406"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB406"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaohm Chilometro"
,"label":"Megaohm Kilometer"
,"label":"Megaohm Kilometer"
,"label":"Megaohm Kilometer"
,"label":"Megaohm Kilometer"
,"label":"Megaohm Kilometr"
,"label":"Megaohm Kilometre"
,"label":"Megaohm Kilometre"
,"label":"Megaohm Kilometre"
,"label":"Megaohm Kilometru"
,"label":"Megaohm Kilomètre"
,"label":"Megaohmio Kilometro"
,"label":"Megaom Kilometr"
,"symbol":"MΩ·km"
,"type":"qudt:Unit"
,"ucum code":"MOhm.km"
,"unece common code":"H88"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaOHM-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ResidualResistivity", "http://qudt.org/vocab/quantitykind/Resistivity" ],
"iec61360Code" : "0112/2///62720#UAB406",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB406",
"symbol" : "MΩ·km",
"ucumCode" : "MOhm.km",
"uneceCommonCode" : "H88",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megaohm Kilometre", {
"@language" : "en",
"@value" : "Megaohm Kilometre"
}, {
"@language" : "cs",
"@value" : "Megaohm Kilometr"
}, {
"@language" : "fr",
"@value" : "Megaohm Kilomètre"
}, {
"@language" : "ro",
"@value" : "Megaohm Kilometru"
}, {
"@language" : "es",
"@value" : "Megaohmio Kilometro"
}, {
"@language" : "de",
"@value" : "Megaohm Kilometer"
}, {
"@language" : "en-us",
"@value" : "Megaohm Kilometer"
}, {
"@language" : "ms",
"@value" : "Megaohm Kilometer"
}, {
"@language" : "sl",
"@value" : "Megaohm Kilometer"
}, {
"@language" : "it",
"@value" : "Megaohm Chilometro"
}, {
"@language" : "pl",
"@value" : "Megaom Kilometr"
}, {
"@language" : "tr",
"@value" : "Megaohm Kilometre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaOHM-M
URI: http://qudt.org/vocab/unit/MegaOHM-M
1,000,000-fold of the product of the SI derived unit ohm and the SI unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaOHM-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the product of the SI derived unit ohm and the SI unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA200" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA200"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "MΩ·m" ; <http://qudt.org/schema/qudt/ucumCode> "MOhm.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B76" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaohm Meter"@de ; rdfs:label "Megaohm Meter"@en-US ; rdfs:label "Megaohm Meter"@ms ; rdfs:label "Megaohm Meter"@sl ; rdfs:label "Megaohm Metr"@cs ; rdfs:label "Megaohm Metre" ; rdfs:label "Megaohm Metre"@en ; rdfs:label "Megaohm Metre"@tr ; rdfs:label "Megaohm Metro"@it ; rdfs:label "Megaohm Metru"@ro ; rdfs:label "Megaohm Mètre"@fr ; rdfs:label "Megaohmio Metro"@es ; rdfs:label "Megaom Metr"@pl ; .
{"resource":"Megaohm Metre"
,"qname":"unit:MegaOHM-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaOHM-M"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the product of the SI derived unit ohm and the SI unit metre"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA200"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA200"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaohm Meter"
,"label":"Megaohm Meter"
,"label":"Megaohm Meter"
,"label":"Megaohm Meter"
,"label":"Megaohm Metr"
,"label":"Megaohm Metre"
,"label":"Megaohm Metre"
,"label":"Megaohm Metre"
,"label":"Megaohm Metro"
,"label":"Megaohm Metru"
,"label":"Megaohm Mètre"
,"label":"Megaohmio Metro"
,"label":"Megaom Metr"
,"symbol":"MΩ·m"
,"type":"qudt:Unit"
,"ucum code":"MOhm.m"
,"unece common code":"B76"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaOHM-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the product of the SI derived unit ohm and the SI unit metre",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"iec61360Code" : "0112/2///62720#UAA200",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA200",
"symbol" : "MΩ·m",
"ucumCode" : "MOhm.m",
"uneceCommonCode" : "B76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Megaohm Metro"
}, "Megaohm Metre", {
"@language" : "ro",
"@value" : "Megaohm Metru"
}, {
"@language" : "en",
"@value" : "Megaohm Metre"
}, {
"@language" : "tr",
"@value" : "Megaohm Metre"
}, {
"@language" : "fr",
"@value" : "Megaohm Mètre"
}, {
"@language" : "de",
"@value" : "Megaohm Meter"
}, {
"@language" : "en-us",
"@value" : "Megaohm Meter"
}, {
"@language" : "ms",
"@value" : "Megaohm Meter"
}, {
"@language" : "sl",
"@value" : "Megaohm Meter"
}, {
"@language" : "es",
"@value" : "Megaohmio Metro"
}, {
"@language" : "cs",
"@value" : "Megaohm Metr"
}, {
"@language" : "pl",
"@value" : "Megaom Metr"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaOHM-PER-BAR
URI: http://qudt.org/vocab/unit/MegaOHM-PER-BAR
1,000,000-fold of SI derived unit ohm per metrical non SI unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaOHM-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of SI derived unit ohm per metrical non SI unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD881" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD881"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "MΩ/bar" ; <http://qudt.org/schema/qudt/ucumCode> "MOhm.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaohm per Bar" ; rdfs:label "Megaohm per Bar"@en ; .
{"resource":"Megaohm per Bar"
,"qname":"unit:MegaOHM-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaOHM-PER-BAR"
,"properties":["conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"1,000,000-fold of SI derived unit ohm per metrical non SI unit bar"
,"has dimension vector":"qkdv:A0E-2L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD881"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD881"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaohm per Bar"
,"label":"Megaohm per Bar"
,"symbol":"MΩ\/bar"
,"type":"qudt:Unit"
,"ucum code":"MOhm.bar-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaOHM-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of SI derived unit ohm per metrical non SI unit bar",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD881",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD881",
"symbol" : "MΩ/bar",
"ucumCode" : "MOhm.bar-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megaohm per Bar", {
"@language" : "en",
"@value" : "Megaohm per Bar"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaOHM-PER-K
URI: http://qudt.org/vocab/unit/MegaOHM-PER-K
1,000,000-fold of the SI derived unit ohm per SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaOHM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit ohm per SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD877" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD877"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "MΩ/K" ; <http://qudt.org/schema/qudt/ucumCode> "MOhm.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaohm na Kelvin"@cs ; rdfs:label "Megaohm na Kelvin"@sl ; rdfs:label "Megaohm par Kelvin"@fr ; rdfs:label "Megaohm pe Kelvin"@ro ; rdfs:label "Megaohm per Kelvin" ; rdfs:label "Megaohm per Kelvin"@en ; rdfs:label "Megaohm per Kelvin"@it ; rdfs:label "Megaohm per Kelvin"@ms ; rdfs:label "Megaohm per Kelvin"@tr ; rdfs:label "Megaohm pro Kelvin"@de ; rdfs:label "Megaohmio por Kelvin"@es ; rdfs:label "Megaom na Kelwin"@pl ; .
{"resource":"Megaohm per Kelvin"
,"qname":"unit:MegaOHM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaOHM-PER-K"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit ohm per SI base unit kelvin"
,"has dimension vector":"qkdv:A0E-2L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD877"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD877"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaohm na Kelvin"
,"label":"Megaohm na Kelvin"
,"label":"Megaohm par Kelvin"
,"label":"Megaohm pe Kelvin"
,"label":"Megaohm per Kelvin"
,"label":"Megaohm per Kelvin"
,"label":"Megaohm per Kelvin"
,"label":"Megaohm per Kelvin"
,"label":"Megaohm per Kelvin"
,"label":"Megaohm pro Kelvin"
,"label":"Megaohmio por Kelvin"
,"label":"Megaom na Kelwin"
,"symbol":"MΩ\/K"
,"type":"qudt:Unit"
,"ucum code":"MOhm.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaOHM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit ohm per SI base unit kelvin",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD877",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD877",
"symbol" : "MΩ/K",
"ucumCode" : "MOhm.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Megaohm per Kelvin"
}, {
"@language" : "it",
"@value" : "Megaohm per Kelvin"
}, {
"@language" : "ms",
"@value" : "Megaohm per Kelvin"
}, {
"@language" : "de",
"@value" : "Megaohm pro Kelvin"
}, {
"@language" : "tr",
"@value" : "Megaohm per Kelvin"
}, "Megaohm per Kelvin", {
"@language" : "pl",
"@value" : "Megaom na Kelwin"
}, {
"@language" : "ro",
"@value" : "Megaohm pe Kelvin"
}, {
"@language" : "es",
"@value" : "Megaohmio por Kelvin"
}, {
"@language" : "cs",
"@value" : "Megaohm na Kelvin"
}, {
"@language" : "sl",
"@value" : "Megaohm na Kelvin"
}, {
"@language" : "fr",
"@value" : "Megaohm par Kelvin"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaOHM-PER-KiloM
URI: http://qudt.org/vocab/unit/MegaOHM-PER-KiloM
1,000,000-fold of the SI derived unit ohm divided by the 1,000-fold of the SI base unit metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaOHM-PER-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit ohm divided by the 1,000-fold of the SI base unit metre."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearResistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA199" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA199"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "MΩ/km" ; <http://qudt.org/schema/qudt/ucumCode> "MOhm.km-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H36" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaohm na Kilometer"@sl ; rdfs:label "Megaohm na Kilometr"@cs ; rdfs:label "Megaohm par Kilomètre"@fr ; rdfs:label "Megaohm pe Kilometru"@ro ; rdfs:label "Megaohm per Chilometro"@it ; rdfs:label "Megaohm per Kilometer"@en-US ; rdfs:label "Megaohm per Kilometer"@ms ; rdfs:label "Megaohm per Kilometre" ; rdfs:label "Megaohm per Kilometre"@en ; rdfs:label "Megaohm per Kilometre"@tr ; rdfs:label "Megaohm pro Kilometer"@de ; rdfs:label "Megaohmio por Kilometro"@es ; rdfs:label "Megaom na Kilometr"@pl ; .
{"resource":"Megaohm per Kilometre"
,"qname":"unit:MegaOHM-PER-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaOHM-PER-KiloM"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000,000-fold of the SI derived unit ohm divided by the 1,000-fold of the SI base unit metre."
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:LinearResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA199"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA199"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaohm na Kilometer"
,"label":"Megaohm na Kilometr"
,"label":"Megaohm par Kilomètre"
,"label":"Megaohm pe Kilometru"
,"label":"Megaohm per Chilometro"
,"label":"Megaohm per Kilometer"
,"label":"Megaohm per Kilometer"
,"label":"Megaohm per Kilometre"
,"label":"Megaohm per Kilometre"
,"label":"Megaohm per Kilometre"
,"label":"Megaohm pro Kilometer"
,"label":"Megaohmio por Kilometro"
,"label":"Megaom na Kilometr"
,"symbol":"MΩ\/km"
,"type":"qudt:Unit"
,"ucum code":"MOhm.km-1"
,"unece common code":"H36"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaOHM-PER-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit ohm divided by the 1,000-fold of the SI base unit metre.",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearResistance",
"iec61360Code" : "0112/2///62720#UAA199",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA199",
"symbol" : "MΩ/km",
"ucumCode" : "MOhm.km-1",
"uneceCommonCode" : "H36",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Megaohm pro Kilometer"
}, {
"@language" : "cs",
"@value" : "Megaohm na Kilometr"
}, {
"@language" : "sl",
"@value" : "Megaohm na Kilometer"
}, {
"@language" : "en-us",
"@value" : "Megaohm per Kilometer"
}, {
"@language" : "pl",
"@value" : "Megaom na Kilometr"
}, {
"@language" : "ms",
"@value" : "Megaohm per Kilometer"
}, "Megaohm per Kilometre", {
"@language" : "en",
"@value" : "Megaohm per Kilometre"
}, {
"@language" : "tr",
"@value" : "Megaohm per Kilometre"
}, {
"@language" : "fr",
"@value" : "Megaohm par Kilomètre"
}, {
"@language" : "it",
"@value" : "Megaohm per Chilometro"
}, {
"@language" : "es",
"@value" : "Megaohmio por Kilometro"
}, {
"@language" : "ro",
"@value" : "Megaohm pe Kilometru"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaOHM-PER-M
URI: http://qudt.org/vocab/unit/MegaOHM-PER-M
1,000,000-fold of the SI derived unit ohm divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaOHM-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit ohm divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearResistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA201" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA201"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "MΩ/m" ; <http://qudt.org/schema/qudt/ucumCode> "MOhm.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H37" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaohm na Meter"@sl ; rdfs:label "Megaohm na Metr"@cs ; rdfs:label "Megaohm par Mètre"@fr ; rdfs:label "Megaohm pe Metru"@ro ; rdfs:label "Megaohm per Meter"@en-US ; rdfs:label "Megaohm per Meter"@ms ; rdfs:label "Megaohm per Metre" ; rdfs:label "Megaohm per Metre"@en ; rdfs:label "Megaohm per Metre"@tr ; rdfs:label "Megaohm per Metro"@it ; rdfs:label "Megaohm pro Meter"@de ; rdfs:label "Megaohmio por Metro"@es ; rdfs:label "Megaom na Metr"@pl ; .
{"resource":"Megaohm per Metre"
,"qname":"unit:MegaOHM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaOHM-PER-M"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit ohm divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:LinearResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA201"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA201"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaohm na Meter"
,"label":"Megaohm na Metr"
,"label":"Megaohm par Mètre"
,"label":"Megaohm pe Metru"
,"label":"Megaohm per Meter"
,"label":"Megaohm per Meter"
,"label":"Megaohm per Metre"
,"label":"Megaohm per Metre"
,"label":"Megaohm per Metre"
,"label":"Megaohm per Metro"
,"label":"Megaohm pro Meter"
,"label":"Megaohmio por Metro"
,"label":"Megaom na Metr"
,"symbol":"MΩ\/m"
,"type":"qudt:Unit"
,"ucum code":"MOhm.m-1"
,"unece common code":"H37"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaOHM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit ohm divided by the SI base unit metre",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearResistance",
"iec61360Code" : "0112/2///62720#UAA201",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA201",
"symbol" : "MΩ/m",
"ucumCode" : "MOhm.m-1",
"uneceCommonCode" : "H37",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Megaohmio por Metro"
}, {
"@language" : "en-us",
"@value" : "Megaohm per Meter"
}, {
"@language" : "ms",
"@value" : "Megaohm per Meter"
}, {
"@language" : "sl",
"@value" : "Megaohm na Meter"
}, {
"@language" : "pl",
"@value" : "Megaom na Metr"
}, {
"@language" : "cs",
"@value" : "Megaohm na Metr"
}, {
"@language" : "ro",
"@value" : "Megaohm pe Metru"
}, {
"@language" : "fr",
"@value" : "Megaohm par Mètre"
}, {
"@language" : "de",
"@value" : "Megaohm pro Meter"
}, {
"@language" : "it",
"@value" : "Megaohm per Metro"
}, "Megaohm per Metre", {
"@language" : "en",
"@value" : "Megaohm per Metre"
}, {
"@language" : "tr",
"@value" : "Megaohm per Metre"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaPA
URI: http://qudt.org/vocab/unit/MegaPA
1,000,000-fold of the derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaPA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the derived unit pascal"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA215" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA215"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the derived unit pascal" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "MPa" ; <http://qudt.org/schema/qudt/ucumCode> "MPa"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MPA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21062777> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megapascal" ; rdfs:label "Megapascal"@cs ; rdfs:label "Megapascal"@de ; rdfs:label "Megapascal"@en ; rdfs:label "Megapascal"@es ; rdfs:label "Megapascal"@fr ; rdfs:label "Megapascal"@hu ; rdfs:label "Megapascal"@it ; rdfs:label "Megapascal"@ms ; rdfs:label "Megapascal"@ro ; rdfs:label "Megapascal"@sl ; rdfs:label "Megapascal"@tr ; rdfs:label "Megapaskal"@pl ; .
{"resource":"Megapascal"
,"qname":"unit:MegaPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaPA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21062777>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the derived unit pascal"
,"description (plain text)":"1,000,000-fold of the derived unit pascal"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA215"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA215"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapascal"
,"label":"Megapaskal"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:PA"
,"symbol":"MPa"
,"type":"qudt:Unit"
,"ucum code":"MPa"
,"unece common code":"MPA"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaPA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the derived unit pascal",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity", "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ShearModulus" ],
"iec61360Code" : "0112/2///62720#UAA215",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA215",
"plainTextDescription" : "1,000,000-fold of the derived unit pascal",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "MPa",
"ucumCode" : "MPa",
"uneceCommonCode" : "MPA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21062777",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Megapaskal"
}, "Megapascal", {
"@language" : "cs",
"@value" : "Megapascal"
}, {
"@language" : "de",
"@value" : "Megapascal"
}, {
"@language" : "en",
"@value" : "Megapascal"
}, {
"@language" : "es",
"@value" : "Megapascal"
}, {
"@language" : "fr",
"@value" : "Megapascal"
}, {
"@language" : "hu",
"@value" : "Megapascal"
}, {
"@language" : "it",
"@value" : "Megapascal"
}, {
"@language" : "ms",
"@value" : "Megapascal"
}, {
"@language" : "sl",
"@value" : "Megapascal"
}, {
"@language" : "tr",
"@value" : "Megapascal"
}, {
"@language" : "ro",
"@value" : "Megapascal"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaPA-L-PER-SEC
URI: http://qudt.org/vocab/unit/MegaPA-L-PER-SEC
product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaPA-L-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA218" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA218"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "MPa·L/s" ; <http://qudt.org/schema/qudt/ucumCode> "MPa.L.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F97" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megapascal Liter per Second"@en-US ; rdfs:label "Megapascal Litre per Second" ; rdfs:label "Megapascal Litre per Second"@en ; .
{"resource":"Megapascal Litre per Second"
,"qname":"unit:MegaPA-L-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaPA-L-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"
,"description (plain text)":"product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA218"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA218"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megapascal Liter per Second"
,"label":"Megapascal Litre per Second"
,"label":"Megapascal Litre per Second"
,"symbol":"MPa·L\/s"
,"type":"qudt:Unit"
,"ucum code":"MPa.L.s-1"
,"unece common code":"F97"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaPA-L-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA218",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA218",
"plainTextDescription" : "product out of the 1,000,000-fold of the SI derived unit pascal and the unit litre divided by the SI base unit second",
"symbol" : "MPa·L/s",
"ucumCode" : "MPa.L.s-1",
"uneceCommonCode" : "F97",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megapascal Litre per Second", {
"@language" : "en",
"@value" : "Megapascal Litre per Second"
}, {
"@language" : "en-us",
"@value" : "Megapascal Liter per Second"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaPA-M0dot5
URI: http://qudt.org/vocab/unit/MegaPA-M0dot5
1,000,000-fold of the derived unit Pascal Square Root Meter
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaPA-M0dot5> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the derived unit Pascal Square Root Meter"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StressIntensityFactor> ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the derived unit Pascal Square Root Meter" ; <http://qudt.org/schema/qudt/symbol> "MPa√m" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megapascal Quintic Placeholder" ; rdfs:label "Megapascal Quintic Placeholder"@en ; rdfs:label "Megapascal Square Root Meter"@en-US ; .
{"resource":"Megapascal Quintic Placeholder"
,"qname":"unit:MegaPA-M0dot5"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaPA-M0dot5"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"1,000,000-fold of the derived unit Pascal Square Root Meter"
,"description (plain text)":"1,000,000-fold of the derived unit Pascal Square Root Meter"
,"has dimension vector":"qkdv:A0E0L-0dot5I0M1H0T-2D0"
,"has quantity kind":"quantitykind:StressIntensityFactor"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megapascal Quintic Placeholder"
,"label":"Megapascal Quintic Placeholder"
,"label":"Megapascal Square Root Meter"
,"symbol":"MPa√m"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaPA-M0dot5",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "1,000,000-fold of the derived unit Pascal Square Root Meter",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/StressIntensityFactor",
"plainTextDescription" : "1,000,000-fold of the derived unit Pascal Square Root Meter",
"symbol" : "MPa√m",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Megapascal Square Root Meter"
}, "Megapascal Quintic Placeholder", {
"@language" : "en",
"@value" : "Megapascal Quintic Placeholder"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaPA-M3-PER-SEC
URI: http://qudt.org/vocab/unit/MegaPA-M3-PER-SEC
product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaPA-M3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA219" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA219"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "MPa·m³/s" ; <http://qudt.org/schema/qudt/ucumCode> "MPa.m3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F98" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megapascal Cubic Meter per Second"@en-US ; rdfs:label "Megapascal Cubic Metre per Second" ; rdfs:label "Megapascal Cubic Metre per Second"@en ; rdfs:label "Megapascal Kubikmeter pro Sekunde"@de ; rdfs:label "Megapascal Kubični Meter na Sekunda"@sl ; rdfs:label "Megapascal Meter Kubik per Saat"@ms ; rdfs:label "Megapascal Metr Krychlový na Sekunda"@cs ; rdfs:label "Megapascal Metreküp per Saniye"@tr ; rdfs:label "Megapascal Metro Cubo per Secondo"@it ; rdfs:label "Megapascal Metro Cúbico por Segundo"@es ; rdfs:label "Megapascal Metru Cub pe Secundă"@ro ; rdfs:label "Megapascal Mètre Cube par Seconde"@fr ; rdfs:label "Megapaskal Metr Sześcienny na Sekunda"@pl ; .
{"resource":"Megapascal Cubic Metre per Second"
,"qname":"unit:MegaPA-M3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaPA-M3-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"description (plain text)":"product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA219"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA219"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megapascal Cubic Meter per Second"
,"label":"Megapascal Cubic Metre per Second"
,"label":"Megapascal Cubic Metre per Second"
,"label":"Megapascal Kubikmeter pro Sekunde"
,"label":"Megapascal Kubični Meter na Sekunda"
,"label":"Megapascal Meter Kubik per Saat"
,"label":"Megapascal Metr Krychlový na Sekunda"
,"label":"Megapascal Metreküp per Saniye"
,"label":"Megapascal Metro Cubo per Secondo"
,"label":"Megapascal Metro Cúbico por Segundo"
,"label":"Megapascal Metru Cub pe Secundă"
,"label":"Megapascal Mètre Cube par Seconde"
,"label":"Megapaskal Metr Sześcienny na Sekunda"
,"symbol":"MPa·m³\/s"
,"type":"qudt:Unit"
,"ucum code":"MPa.m3.s-1"
,"unece common code":"F98"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaPA-M3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA219",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA219",
"plainTextDescription" : "product out of the 1,000,000-fold of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"symbol" : "MPa·m³/s",
"ucumCode" : "MPa.m3.s-1",
"uneceCommonCode" : "F98",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Megapascal Metru Cub pe Secundă"
}, {
"@language" : "de",
"@value" : "Megapascal Kubikmeter pro Sekunde"
}, {
"@language" : "es",
"@value" : "Megapascal Metro Cúbico por Segundo"
}, {
"@language" : "cs",
"@value" : "Megapascal Metr Krychlový na Sekunda"
}, "Megapascal Cubic Metre per Second", {
"@language" : "en",
"@value" : "Megapascal Cubic Metre per Second"
}, {
"@language" : "fr",
"@value" : "Megapascal Mètre Cube par Seconde"
}, {
"@language" : "ms",
"@value" : "Megapascal Meter Kubik per Saat"
}, {
"@language" : "it",
"@value" : "Megapascal Metro Cubo per Secondo"
}, {
"@language" : "sl",
"@value" : "Megapascal Kubični Meter na Sekunda"
}, {
"@language" : "tr",
"@value" : "Megapascal Metreküp per Saniye"
}, {
"@language" : "en-us",
"@value" : "Megapascal Cubic Meter per Second"
}, {
"@language" : "pl",
"@value" : "Megapaskal Metr Sześcienny na Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaPA-PER-BAR
URI: http://qudt.org/vocab/unit/MegaPA-PER-BAR
1,000,000-fold of the SI derived unit pascal divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaPA-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit pascal divided by the unit bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA217" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA217"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI derived unit pascal divided by the unit bar" ; <http://qudt.org/schema/qudt/symbol> "MPa/bar" ; <http://qudt.org/schema/qudt/ucumCode> "MPa.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F05" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megapascal per Bar" ; rdfs:label "Megapascal per Bar"@en ; .
{"resource":"Megapascal per Bar"
,"qname":"unit:MegaPA-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaPA-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"1,000,000-fold of the SI derived unit pascal divided by the unit bar"
,"description (plain text)":"1,000,000-fold of the SI derived unit pascal divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:PressureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA217"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA217"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megapascal per Bar"
,"label":"Megapascal per Bar"
,"symbol":"MPa\/bar"
,"type":"qudt:Unit"
,"ucum code":"MPa.bar-1"
,"unece common code":"F05"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaPA-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit pascal divided by the unit bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureRatio",
"iec61360Code" : "0112/2///62720#UAA217",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA217",
"plainTextDescription" : "1,000,000-fold of the SI derived unit pascal divided by the unit bar",
"symbol" : "MPa/bar",
"ucumCode" : "MPa.bar-1",
"uneceCommonCode" : "F05",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megapascal per Bar", {
"@language" : "en",
"@value" : "Megapascal per Bar"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaPA-PER-K
URI: http://qudt.org/vocab/unit/MegaPA-PER-K
1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaPA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA216" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA216"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "MPa/K" ; <http://qudt.org/schema/qudt/ucumCode> "MPa.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F85" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megapascal na Kelvin"@cs ; rdfs:label "Megapascal na Kelvin"@sl ; rdfs:label "Megapascal par Kelvin"@fr ; rdfs:label "Megapascal pe Kelvin"@ro ; rdfs:label "Megapascal per Kelvin" ; rdfs:label "Megapascal per Kelvin"@en ; rdfs:label "Megapascal per Kelvin"@it ; rdfs:label "Megapascal per Kelvin"@ms ; rdfs:label "Megapascal per Kelvin"@tr ; rdfs:label "Megapascal por Kelvin"@es ; rdfs:label "Megapascal pro Kelvin"@de ; rdfs:label "Megapaskal na Kelwin"@pl ; .
{"resource":"Megapascal per Kelvin"
,"qname":"unit:MegaPA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaPA-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin"
,"description (plain text)":"1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:PressureCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA216"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA216"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megapascal na Kelvin"
,"label":"Megapascal na Kelvin"
,"label":"Megapascal par Kelvin"
,"label":"Megapascal pe Kelvin"
,"label":"Megapascal per Kelvin"
,"label":"Megapascal per Kelvin"
,"label":"Megapascal per Kelvin"
,"label":"Megapascal per Kelvin"
,"label":"Megapascal per Kelvin"
,"label":"Megapascal por Kelvin"
,"label":"Megapascal pro Kelvin"
,"label":"Megapaskal na Kelwin"
,"symbol":"MPa\/K"
,"type":"qudt:Unit"
,"ucum code":"MPa.K-1"
,"unece common code":"F85"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaPA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureCoefficient",
"iec61360Code" : "0112/2///62720#UAA216",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA216",
"plainTextDescription" : "1,000,000-fold of the SI derived unit pascal divided by the SI base unit kelvin",
"symbol" : "MPa/K",
"ucumCode" : "MPa.K-1",
"uneceCommonCode" : "F85",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megapascal per Kelvin", {
"@language" : "en",
"@value" : "Megapascal per Kelvin"
}, {
"@language" : "it",
"@value" : "Megapascal per Kelvin"
}, {
"@language" : "fr",
"@value" : "Megapascal par Kelvin"
}, {
"@language" : "de",
"@value" : "Megapascal pro Kelvin"
}, {
"@language" : "es",
"@value" : "Megapascal por Kelvin"
}, {
"@language" : "cs",
"@value" : "Megapascal na Kelvin"
}, {
"@language" : "sl",
"@value" : "Megapascal na Kelvin"
}, {
"@language" : "ro",
"@value" : "Megapascal pe Kelvin"
}, {
"@language" : "pl",
"@value" : "Megapaskal na Kelwin"
}, {
"@language" : "ms",
"@value" : "Megapascal per Kelvin"
}, {
"@language" : "tr",
"@value" : "Megapascal per Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaPSI
URI: http://qudt.org/vocab/unit/MegaPSI
Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaPSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units." ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 6894757602.518976377952755905511811 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.894757602518976377952755905511811E9 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/plainTextDescription> "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units." ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PSI> ; <http://qudt.org/schema/qudt/symbol> "Mpsi" ; <http://qudt.org/schema/qudt/ucumCode> "M[psi]"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megapsi" ; rdfs:label "Megapsi"@en ; .
{"resource":"Megapsi"
,"qname":"unit:MegaPSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaPSI"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"6894757602.518976377952755905511811"
,"conversion multiplier scientific":"6.894757602518976377952755905511811E9"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units."
,"description (plain text)":"Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megapsi"
,"label":"Megapsi"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:PSI"
,"symbol":"Mpsi"
,"type":"qudt:Unit"
,"ucum code":"M[psi]"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaPSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "6894757602.518976377952755905511811",
"conversionMultiplier:SN" : 6.894757602518976E9,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ShearModulus", "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity" ],
"plainTextDescription" : "Megapounds of force per square inch is a unit for pressure in the Anglo-American system of units.",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/PSI",
"symbol" : "Mpsi",
"ucumCode" : "M[psi]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megapsi", {
"@language" : "en",
"@value" : "Megapsi"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaS
URI: http://qudt.org/vocab/unit/MegaS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Admittance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductance> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S> ; <http://qudt.org/schema/qudt/symbol> "MS" ; <http://qudt.org/schema/qudt/ucumCode> "MS"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94693918> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megasiemens" ; rdfs:label "Megasiemens"@cs ; rdfs:label "Megasiemens"@de ; rdfs:label "Megasiemens"@en ; rdfs:label "Megasiemens"@es ; rdfs:label "Megasiemens"@fr ; rdfs:label "Megasiemens"@hu ; rdfs:label "Megasiemens"@it ; rdfs:label "Megasiemens"@ms ; rdfs:label "Megasiemens"@ro ; rdfs:label "Megasiemens"@sl ; rdfs:label "Megasiemens"@tr ; rdfs:label "Megasimens"@pl ; .
{"resource":"Megasiemens"
,"qname":"unit:MegaS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94693918>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Admittance"
,"has quantity kind":"quantitykind:Conductance"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasiemens"
,"label":"Megasimens"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:S"
,"symbol":"MS"
,"type":"qudt:Unit"
,"ucum code":"MS"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Admittance", "http://qudt.org/vocab/quantitykind/Conductance" ],
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/S",
"symbol" : "MS",
"ucumCode" : "MS",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94693918",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megasiemens", {
"@language" : "pl",
"@value" : "Megasimens"
}, {
"@language" : "cs",
"@value" : "Megasiemens"
}, {
"@language" : "de",
"@value" : "Megasiemens"
}, {
"@language" : "en",
"@value" : "Megasiemens"
}, {
"@language" : "es",
"@value" : "Megasiemens"
}, {
"@language" : "fr",
"@value" : "Megasiemens"
}, {
"@language" : "hu",
"@value" : "Megasiemens"
}, {
"@language" : "it",
"@value" : "Megasiemens"
}, {
"@language" : "ms",
"@value" : "Megasiemens"
}, {
"@language" : "ro",
"@value" : "Megasiemens"
}, {
"@language" : "sl",
"@value" : "Megasiemens"
}, {
"@language" : "tr",
"@value" : "Megasiemens"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaS-PER-M
URI: http://qudt.org/vocab/unit/MegaS-PER-M
1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaS-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA220" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA220"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "MS/m" ; <http://qudt.org/schema/qudt/ucumCode> "MS.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B77" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106777925> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megasiemens na Meter"@sl ; rdfs:label "Megasiemens na Metr"@cs ; rdfs:label "Megasiemens par Mètre"@fr ; rdfs:label "Megasiemens pe Metru"@ro ; rdfs:label "Megasiemens per Meter"@en-US ; rdfs:label "Megasiemens per Meter"@ms ; rdfs:label "Megasiemens per Metre" ; rdfs:label "Megasiemens per Metre"@en ; rdfs:label "Megasiemens per Metre"@tr ; rdfs:label "Megasiemens per Metro"@it ; rdfs:label "Megasiemens por Metro"@es ; rdfs:label "Megasiemens pro Meter"@de ; rdfs:label "Megasimens na Metr"@pl ; .
{"resource":"Megasiemens per Metre"
,"qname":"unit:MegaS-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaS-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106777925>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre"
,"description (plain text)":"1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA220"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA220"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megasiemens na Meter"
,"label":"Megasiemens na Metr"
,"label":"Megasiemens par Mètre"
,"label":"Megasiemens pe Metru"
,"label":"Megasiemens per Meter"
,"label":"Megasiemens per Meter"
,"label":"Megasiemens per Metre"
,"label":"Megasiemens per Metre"
,"label":"Megasiemens per Metre"
,"label":"Megasiemens per Metro"
,"label":"Megasiemens por Metro"
,"label":"Megasiemens pro Meter"
,"label":"Megasimens na Metr"
,"symbol":"MS\/m"
,"type":"qudt:Unit"
,"ucum code":"MS.m-1"
,"unece common code":"B77"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaS-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Conductivity",
"iec61360Code" : "0112/2///62720#UAA220",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA220",
"plainTextDescription" : "1,000,000-fold of the SI derived unit siemens divided by the SI base unit metre",
"symbol" : "MS/m",
"ucumCode" : "MS.m-1",
"uneceCommonCode" : "B77",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106777925",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Megasiemens pe Metru"
}, {
"@language" : "cs",
"@value" : "Megasiemens na Metr"
}, {
"@language" : "pl",
"@value" : "Megasimens na Metr"
}, {
"@language" : "sl",
"@value" : "Megasiemens na Meter"
}, {
"@language" : "es",
"@value" : "Megasiemens por Metro"
}, {
"@language" : "it",
"@value" : "Megasiemens per Metro"
}, {
"@language" : "de",
"@value" : "Megasiemens pro Meter"
}, {
"@language" : "en-us",
"@value" : "Megasiemens per Meter"
}, {
"@language" : "ms",
"@value" : "Megasiemens per Meter"
}, {
"@language" : "fr",
"@value" : "Megasiemens par Mètre"
}, "Megasiemens per Metre", {
"@language" : "en",
"@value" : "Megasiemens per Metre"
}, {
"@language" : "tr",
"@value" : "Megasiemens per Metre"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaSEC
URI: http://qudt.org/vocab/unit/MegaSEC
1,000,000-fold of the SI derived unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaSEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Period> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC698" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC698"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "Ms" ; <http://qudt.org/schema/qudt/ucumCode> "Ms"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megamásodperc"@hu ; rdfs:label "Megasaat"@ms ; rdfs:label "Megasaniye"@tr ; rdfs:label "Megasecond" ; rdfs:label "Megasecond"@en ; rdfs:label "Megaseconde"@fr ; rdfs:label "Megasecondo"@it ; rdfs:label "Megasecundă"@ro ; rdfs:label "Megasegundo"@es ; rdfs:label "Megasekunda"@cs ; rdfs:label "Megasekunda"@pl ; rdfs:label "Megasekunda"@sl ; rdfs:label "Megasekunde"@de ; .
{"resource":"Megasecond"
,"qname":"unit:MegaSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaSEC"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Period"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC698"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC698"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megamásodperc"
,"label":"Megasaat"
,"label":"Megasaniye"
,"label":"Megasecond"
,"label":"Megasecond"
,"label":"Megaseconde"
,"label":"Megasecondo"
,"label":"Megasecundă"
,"label":"Megasegundo"
,"label":"Megasekunda"
,"label":"Megasekunda"
,"label":"Megasekunda"
,"label":"Megasekunde"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:SEC"
,"symbol":"Ms"
,"type":"qudt:Unit"
,"ucum code":"Ms"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaSEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit second",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Period", "http://qudt.org/vocab/quantitykind/Time" ],
"iec61360Code" : "0112/2///62720#UAC698",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC698",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "Ms",
"ucumCode" : "Ms",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megasecond", {
"@language" : "en",
"@value" : "Megasecond"
}, {
"@language" : "ms",
"@value" : "Megasaat"
}, {
"@language" : "cs",
"@value" : "Megasekunda"
}, {
"@language" : "pl",
"@value" : "Megasekunda"
}, {
"@language" : "sl",
"@value" : "Megasekunda"
}, {
"@language" : "ro",
"@value" : "Megasecundă"
}, {
"@language" : "es",
"@value" : "Megasegundo"
}, {
"@language" : "de",
"@value" : "Megasekunde"
}, {
"@language" : "fr",
"@value" : "Megaseconde"
}, {
"@language" : "it",
"@value" : "Megasecondo"
}, {
"@language" : "tr",
"@value" : "Megasaniye"
}, {
"@language" : "hu",
"@value" : "Megamásodperc"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaTOE
URI: http://qudt.org/vocab/unit/MegaTOE
The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy).
Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaTOE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """<p>The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy).</p> <p>Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).</p>"""^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 41868000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.1868E16 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/TOE> ; <http://qudt.org/schema/qudt/symbol> "Mtoe" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mega Ton of Oil Equivalent" ; rdfs:label "Mega Ton of Oil Equivalent"@en ; .
{"resource":"Mega Ton of Oil Equivalent"
,"qname":"unit:MegaTOE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaTOE"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"41868000000000000.0"
,"conversion multiplier scientific":"4.1868E16"
,"description":"<p>The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy).<\/p>\n<p>Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).<\/p>"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tonne_of_oil_equivalent"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Ton of Oil Equivalent"
,"label":"Mega Ton of Oil Equivalent"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:TOE"
,"symbol":"Mtoe"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaTOE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "<p>The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy).</p>\n<p>Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).</p>",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "41868000000000000.0",
"conversionMultiplier:SN" : 4.1868E16,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"informativeReference" : "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/TOE",
"symbol" : "Mtoe",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Ton of Oil Equivalent", {
"@language" : "en",
"@value" : "Mega Ton of Oil Equivalent"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaTON
URI: http://qudt.org/vocab/unit/MegaTON
1,000,000-fold of the unit ton
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaTON> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the unit ton" ; <http://qudt.org/schema/qudt/conversionMultiplier> 907184740.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.0718474E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/TON> ; <http://qudt.org/schema/qudt/symbol> "Mtn" ; <http://qudt.org/schema/qudt/ucumCode> "Mston_av"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megaton" ; rdfs:label "Megaton"@en ; .
{"resource":"Megaton"
,"qname":"unit:MegaTON"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaTON"
,"properties":["conversion multiplier":"907184740.0"
,"conversion multiplier scientific":"9.0718474E8"
,"description":"1,000,000-fold of the unit ton"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megaton"
,"label":"Megaton"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:TON"
,"symbol":"Mtn"
,"type":"qudt:Unit"
,"ucum code":"Mston_av"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaTON",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the unit ton",
"conversionMultiplier" : "907184740.0",
"conversionMultiplier:SN" : 9.0718474E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/TON",
"symbol" : "Mtn",
"ucumCode" : "Mston_av",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megaton", {
"@language" : "en",
"@value" : "Megaton"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaTONNE
URI: http://qudt.org/vocab/unit/MegaTONNE
1,000,000-fold of the unit tonne
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaTONNE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the unit tonne" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB833" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB833"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/TONNE> ; <http://qudt.org/schema/qudt/symbol> "Mt" ; <http://qudt.org/schema/qudt/ucumCode> "Mt"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53951982> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megatonne" ; rdfs:label "Megatonne"@en ; .
{"resource":"Megatonne"
,"qname":"unit:MegaTONNE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaTONNE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53951982>"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"1,000,000-fold of the unit tonne"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB833"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB833"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megatonne"
,"label":"Megatonne"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:TONNE"
,"symbol":"Mt"
,"type":"qudt:Unit"
,"ucum code":"Mt"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaTONNE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the unit tonne",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB833",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB833",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/TONNE",
"symbol" : "Mt",
"ucumCode" : "Mt",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53951982",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megatonne", {
"@language" : "en",
"@value" : "Megatonne"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaTONNE-PER-YR
URI: http://qudt.org/vocab/unit/MegaTONNE-PER-YR
1,000,000,000-fold of the SI base unit kilogram divided by the unit year
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaTONNE-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 31.68808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000 metric tonne divided by the unit year with 365 days" ; <http://qudt.org/schema/qudt/symbol> "Mt/a" ; <http://qudt.org/schema/qudt/ucumCode> "Mt.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megatonne per Year" ; rdfs:label "Megatonne per Year"@en ; rdfs:label "Megatonne pro Jahr"@de ; rdfs:label "Mégatonne par An"@fr ; .
{"resource":"Megatonne per Year"
,"qname":"unit:MegaTONNE-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaTONNE-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"31.68808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E1"
,"description":"1,000,000,000-fold of the SI base unit kilogram divided by the unit year"
,"description (plain text)":"1,000,000 metric tonne divided by the unit year with 365 days"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megatonne per Year"
,"label":"Megatonne per Year"
,"label":"Megatonne pro Jahr"
,"label":"Mégatonne par An"
,"symbol":"Mt\/a"
,"type":"qudt:Unit"
,"ucum code":"Mt.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaTONNE-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000-fold of the SI base unit kilogram divided by the unit year",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "31.68808781402895023702689684893655",
"conversionMultiplier:SN" : 31.68808781402895,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"plainTextDescription" : "1,000,000 metric tonne divided by the unit year with 365 days",
"symbol" : "Mt/a",
"ucumCode" : "Mt.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megatonne per Year", {
"@language" : "en",
"@value" : "Megatonne per Year"
}, {
"@language" : "fr",
"@value" : "Mégatonne par An"
}, {
"@language" : "de",
"@value" : "Megatonne pro Jahr"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaV
URI: http://qudt.org/vocab/unit/MegaV
1,000,000-fold of the derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the derived unit volt"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA221" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA221"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the derived unit volt" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "MV" ; <http://qudt.org/schema/qudt/ucumCode> "MV"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B78" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2553708> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megavolt" ; rdfs:label "Megavolt"@cs ; rdfs:label "Megavolt"@de ; rdfs:label "Megavolt"@en ; rdfs:label "Megavolt"@fr ; rdfs:label "Megavolt"@hu ; rdfs:label "Megavolt"@it ; rdfs:label "Megavolt"@ms ; rdfs:label "Megavolt"@ro ; rdfs:label "Megavolt"@sl ; rdfs:label "Megavolt"@tr ; rdfs:label "Megavoltio"@es ; rdfs:label "Megawolt"@pl ; .
{"resource":"Megavolt"
,"qname":"unit:MegaV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaV"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2553708>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the derived unit volt"
,"description (plain text)":"1,000,000-fold of the derived unit volt"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA221"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA221"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megavolt"
,"label":"Megavolt"
,"label":"Megavolt"
,"label":"Megavolt"
,"label":"Megavolt"
,"label":"Megavolt"
,"label":"Megavolt"
,"label":"Megavolt"
,"label":"Megavolt"
,"label":"Megavolt"
,"label":"Megavolt"
,"label":"Megavoltio"
,"label":"Megawolt"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:V"
,"symbol":"MV"
,"type":"qudt:Unit"
,"ucum code":"MV"
,"unece common code":"B78"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the derived unit volt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/ElectricPotential" ],
"iec61360Code" : "0112/2///62720#UAA221",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA221",
"plainTextDescription" : "1,000,000-fold of the derived unit volt",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "MV",
"ucumCode" : "MV",
"uneceCommonCode" : "B78",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2553708",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megavolt", {
"@language" : "cs",
"@value" : "Megavolt"
}, {
"@language" : "de",
"@value" : "Megavolt"
}, {
"@language" : "en",
"@value" : "Megavolt"
}, {
"@language" : "ro",
"@value" : "Megavolt"
}, {
"@language" : "sl",
"@value" : "Megavolt"
}, {
"@language" : "tr",
"@value" : "Megavolt"
}, {
"@language" : "fr",
"@value" : "Megavolt"
}, {
"@language" : "hu",
"@value" : "Megavolt"
}, {
"@language" : "it",
"@value" : "Megavolt"
}, {
"@language" : "ms",
"@value" : "Megavolt"
}, {
"@language" : "pl",
"@value" : "Megawolt"
}, {
"@language" : "es",
"@value" : "Megavoltio"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaV-A
URI: http://qudt.org/vocab/unit/MegaV-A
1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaV-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MegaVA> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA222" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA222"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere" ; <http://qudt.org/schema/qudt/symbol> "MV·A" ; <http://qudt.org/schema/qudt/ucumCode> "MV.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MVA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q5409016> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megavolt Amper"@ro ; rdfs:label "Megavolt Amper"@sl ; rdfs:label "Megavolt Amper"@tr ; rdfs:label "Megavolt Ampere" ; rdfs:label "Megavolt Ampere"@de ; rdfs:label "Megavolt Ampere"@en ; rdfs:label "Megavolt Ampere"@it ; rdfs:label "Megavolt Ampere"@ms ; rdfs:label "Megavolt Ampère"@fr ; rdfs:label "Megavolt Ampér"@cs ; rdfs:label "Megavoltio Amperio"@es ; rdfs:label "Megawolt Amper"@pl ; .
{"resource":"Megavolt Ampere"
,"qname":"unit:MegaV-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaV-A"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q5409016>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"deprecated":"true"
,"description":"1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"
,"description (plain text)":"1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA222"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA222"
,"is replaced by":"unit:MegaVA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megavolt Amper"
,"label":"Megavolt Amper"
,"label":"Megavolt Amper"
,"label":"Megavolt Ampere"
,"label":"Megavolt Ampere"
,"label":"Megavolt Ampere"
,"label":"Megavolt Ampere"
,"label":"Megavolt Ampere"
,"label":"Megavolt Ampère"
,"label":"Megavolt Ampér"
,"label":"Megavoltio Amperio"
,"label":"Megawolt Amper"
,"symbol":"MV·A"
,"type":"qudt:Unit"
,"ucum code":"MV.A"
,"unece common code":"MVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaV-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/MegaVA",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAA222",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA222",
"plainTextDescription" : "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere",
"symbol" : "MV·A",
"ucumCode" : "MV.A",
"uneceCommonCode" : "MVA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q5409016",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Megavoltio Amperio"
}, {
"@language" : "ro",
"@value" : "Megavolt Amper"
}, {
"@language" : "sl",
"@value" : "Megavolt Amper"
}, {
"@language" : "tr",
"@value" : "Megavolt Amper"
}, {
"@language" : "pl",
"@value" : "Megawolt Amper"
}, "Megavolt Ampere", {
"@language" : "fr",
"@value" : "Megavolt Ampère"
}, {
"@language" : "de",
"@value" : "Megavolt Ampere"
}, {
"@language" : "en",
"@value" : "Megavolt Ampere"
}, {
"@language" : "it",
"@value" : "Megavolt Ampere"
}, {
"@language" : "ms",
"@value" : "Megavolt Ampere"
}, {
"@language" : "cs",
"@value" : "Megavolt Ampér"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaV-A-HR
URI: http://qudt.org/vocab/unit/MegaV-A-HR
product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaV-A-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MegaVA-HR> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E9 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "MV·A·h" ; <http://qudt.org/schema/qudt/ucumCode> "MV.A.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megavolt Ampere Hour" ; rdfs:label "Megavolt Ampere Hour"@en ; .
{"resource":"Megavolt Ampere Hour"
,"qname":"unit:MegaV-A-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaV-A-HR"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600000000.0"
,"conversion multiplier scientific":"3.6E9"
,"deprecated":"true"
,"description":"product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"
,"description (plain text)":"product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:MegaVA-HR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megavolt Ampere Hour"
,"label":"Megavolt Ampere Hour"
,"symbol":"MV·A·h"
,"type":"qudt:Unit"
,"ucum code":"MV.A.h"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaV-A-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour",
"isReplacedBy" : "http://qudt.org/vocab/unit/MegaVA-HR",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "3600000000.0",
"conversionMultiplier:SN" : 3.6E9,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"plainTextDescription" : "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour",
"symbol" : "MV·A·h",
"ucumCode" : "MV.A.h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megavolt Ampere Hour", {
"@language" : "en",
"@value" : "Megavolt Ampere Hour"
} ],
"@context" : {
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaV-A_Reactive
URI: http://qudt.org/vocab/unit/MegaV-A_Reactive
1,000,000-fold of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaV-A_Reactive>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1,000,000-fold of the unit volt ampere reactive"^^rdf:HTML ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MegaVAR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB199" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB199"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the unit volt ampere reactive" ;
<http://qudt.org/schema/qudt/symbol> "MV·A{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "MV.A{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MAR" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107299751> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "MegaVolt Ampere Reactive" ;
rdfs:label "MegaVolt Ampere Reactive"@en ;
.
{"resource":"MegaVolt Ampere Reactive"
,"qname":"unit:MegaV-A_Reactive"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaV-A_Reactive"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107299751>"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"deprecated":"true"
,"description":"1,000,000-fold of the unit volt ampere reactive"
,"description (plain text)":"1,000,000-fold of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB199"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB199"
,"is replaced by":"unit:MegaVAR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"MegaVolt Ampere Reactive"
,"label":"MegaVolt Ampere Reactive"
,"symbol":"MV·A{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"MV.A{reactive}"
,"unece common code":"MAR"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaV-A_Reactive",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the unit volt ampere reactive",
"isReplacedBy" : "http://qudt.org/vocab/unit/MegaVAR",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAB199",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB199",
"plainTextDescription" : "1,000,000-fold of the unit volt ampere reactive",
"symbol" : "MV·A{Reactive}",
"ucumCode" : "MV.A{reactive}",
"uneceCommonCode" : "MAR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107299751",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "MegaVolt Ampere Reactive", {
"@language" : "en",
"@value" : "MegaVolt Ampere Reactive"
} ],
"@context" : {
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaV-A_Reactive-HR
URI: http://qudt.org/vocab/unit/MegaV-A_Reactive-HR
product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaV-A_Reactive-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MegaVAR-HR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E9 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB198" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB198"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "MV·A{Reactive}·h" ;
<http://qudt.org/schema/qudt/ucumCode> "MV.A{reactive}.h"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MAH" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "MegaVolt Ampere Reactive Hour" ;
rdfs:label "MegaVolt Ampere Reactive Hour"@en ;
.
{"resource":"MegaVolt Ampere Reactive Hour"
,"qname":"unit:MegaV-A_Reactive-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaV-A_Reactive-HR"
,"properties":["conversion multiplier":"3600000000.0"
,"conversion multiplier scientific":"3.6E9"
,"deprecated":"true"
,"description":"product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"
,"description (plain text)":"product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB198"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB198"
,"is replaced by":"unit:MegaVAR-HR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"MegaVolt Ampere Reactive Hour"
,"label":"MegaVolt Ampere Reactive Hour"
,"symbol":"MV·A{Reactive}·h"
,"type":"qudt:Unit"
,"ucum code":"MV.A{reactive}.h"
,"unece common code":"MAH"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaV-A_Reactive-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour",
"isReplacedBy" : "http://qudt.org/vocab/unit/MegaVAR-HR",
"conversionMultiplier" : "3600000000.0",
"conversionMultiplier:SN" : 3.6E9,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB198",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB198",
"plainTextDescription" : "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour",
"symbol" : "MV·A{Reactive}·h",
"ucumCode" : "MV.A{reactive}.h",
"uneceCommonCode" : "MAH",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "MegaVolt Ampere Reactive Hour", {
"@language" : "en",
"@value" : "MegaVolt Ampere Reactive Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaV-PER-M
URI: http://qudt.org/vocab/unit/MegaV-PER-M
1,000,000-fold of the SI derived unit volt divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaV-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA223" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA223"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "MV/m" ; <http://qudt.org/schema/qudt/ucumCode> "MV.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B79" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megavolt na Meter"@sl ; rdfs:label "Megavolt na Metr"@cs ; rdfs:label "Megavolt par Mètre"@fr ; rdfs:label "Megavolt pe Metru"@ro ; rdfs:label "Megavolt per Meter"@en-US ; rdfs:label "Megavolt per Meter"@ms ; rdfs:label "Megavolt per Metre" ; rdfs:label "Megavolt per Metre"@en ; rdfs:label "Megavolt per Metre"@tr ; rdfs:label "Megavolt per Metro"@it ; rdfs:label "Megavolt pro Meter"@de ; rdfs:label "Megavoltio por Metro"@es ; rdfs:label "Megawolt na Metr"@pl ; .
{"resource":"Megavolt per Metre"
,"qname":"unit:MegaV-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaV-PER-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the SI derived unit volt divided by the SI base unit metre"
,"description (plain text)":"1,000,000-fold of the SI derived unit volt divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA223"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA223"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megavolt na Meter"
,"label":"Megavolt na Metr"
,"label":"Megavolt par Mètre"
,"label":"Megavolt pe Metru"
,"label":"Megavolt per Meter"
,"label":"Megavolt per Meter"
,"label":"Megavolt per Metre"
,"label":"Megavolt per Metre"
,"label":"Megavolt per Metre"
,"label":"Megavolt per Metro"
,"label":"Megavolt pro Meter"
,"label":"Megavoltio por Metro"
,"label":"Megawolt na Metr"
,"symbol":"MV\/m"
,"type":"qudt:Unit"
,"ucum code":"MV.m-1"
,"unece common code":"B79"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaV-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricFieldStrength",
"iec61360Code" : "0112/2///62720#UAA223",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA223",
"plainTextDescription" : "1,000,000-fold of the SI derived unit volt divided by the SI base unit metre",
"symbol" : "MV/m",
"ucumCode" : "MV.m-1",
"uneceCommonCode" : "B79",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megavolt per Metre", {
"@language" : "en",
"@value" : "Megavolt per Metre"
}, {
"@language" : "fr",
"@value" : "Megavolt par Mètre"
}, {
"@language" : "de",
"@value" : "Megavolt pro Meter"
}, {
"@language" : "ro",
"@value" : "Megavolt pe Metru"
}, {
"@language" : "sl",
"@value" : "Megavolt na Meter"
}, {
"@language" : "pl",
"@value" : "Megawolt na Metr"
}, {
"@language" : "en-us",
"@value" : "Megavolt per Meter"
}, {
"@language" : "ms",
"@value" : "Megavolt per Meter"
}, {
"@language" : "es",
"@value" : "Megavoltio por Metro"
}, {
"@language" : "cs",
"@value" : "Megavolt na Metr"
}, {
"@language" : "tr",
"@value" : "Megavolt per Metre"
}, {
"@language" : "it",
"@value" : "Megavolt per Metro"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaVA
URI: http://qudt.org/vocab/unit/MegaVA
1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaVA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA222" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA222"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/symbol> "MVA" ; <http://qudt.org/schema/qudt/ucumCode> "MVA"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MVA" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mega Volt Ampere" ; rdfs:label "Mega Volt Ampere"@en ; rdfs:label "Mega Volt Ampere"@it ; rdfs:label "Megavoltampere"@de ; rdfs:label "Megavoltampère"@fr ; rdfs:label "Megavoltiamperio"@es ; .
{"resource":"Mega Volt Ampere"
,"qname":"unit:MegaVA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaVA"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"
,"description (plain text)":"1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA222"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA222"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Volt Ampere"
,"label":"Mega Volt Ampere"
,"label":"Mega Volt Ampere"
,"label":"Megavoltampere"
,"label":"Megavoltampère"
,"label":"Megavoltiamperio"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:VA"
,"symbol":"MVA"
,"type":"qudt:Unit"
,"ucum code":"MVA"
,"unece common code":"MVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaVA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAA222",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA222",
"plainTextDescription" : "1,000,000-fold of the product of the SI derived unit volt and the SI base unit ampere",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/VA",
"symbol" : "MVA",
"ucumCode" : "MVA",
"uneceCommonCode" : "MVA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Megavoltampère"
}, "Mega Volt Ampere", {
"@language" : "en",
"@value" : "Mega Volt Ampere"
}, {
"@language" : "it",
"@value" : "Mega Volt Ampere"
}, {
"@language" : "es",
"@value" : "Megavoltiamperio"
}, {
"@language" : "de",
"@value" : "Megavoltampere"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaVA-HR
URI: http://qudt.org/vocab/unit/MegaVA-HR
product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaVA-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "MVA·h" ; <http://qudt.org/schema/qudt/ucumCode> "MVA.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mega Volt Ampere Hour" ; rdfs:label "Mega Volt Ampere Hour"@en ; .
{"resource":"Mega Volt Ampere Hour"
,"qname":"unit:MegaVA-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaVA-HR"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600000000.0"
,"conversion multiplier scientific":"3.6E9"
,"description":"product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"
,"description (plain text)":"product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Volt Ampere Hour"
,"label":"Mega Volt Ampere Hour"
,"symbol":"MVA·h"
,"type":"qudt:Unit"
,"ucum code":"MVA.h"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaVA-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "3600000000.0",
"conversionMultiplier:SN" : 3.6E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"plainTextDescription" : "product of the 1,000,000-fold of the unit for apparent by ampere and the unit hour",
"symbol" : "MVA·h",
"ucumCode" : "MVA.h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Volt Ampere Hour", {
"@language" : "en",
"@value" : "Mega Volt Ampere Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaVAR
URI: http://qudt.org/vocab/unit/MegaVAR
1,000,000-fold of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaVAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "1,000,000-fold of the unit volt ampere reactive"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB199" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB199"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the unit volt ampere reactive" ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VAR> ;
<http://qudt.org/schema/qudt/symbol> "MVA{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "MVA{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MAR" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mega Volt Ampere Reactive" ;
rdfs:label "Mega Volt Ampere Reactive"@en ;
.
{"resource":"Mega Volt Ampere Reactive"
,"qname":"unit:MegaVAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaVAR"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the unit volt ampere reactive"
,"description (plain text)":"1,000,000-fold of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB199"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB199"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Volt Ampere Reactive"
,"label":"Mega Volt Ampere Reactive"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:VAR"
,"symbol":"MVA{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"MVA{reactive}"
,"unece common code":"MAR"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaVAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the unit volt ampere reactive",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAB199",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB199",
"plainTextDescription" : "1,000,000-fold of the unit volt ampere reactive",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/VAR",
"symbol" : "MVA{Reactive}",
"ucumCode" : "MVA{reactive}",
"uneceCommonCode" : "MAR",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Volt Ampere Reactive", {
"@language" : "en",
"@value" : "Mega Volt Ampere Reactive"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaVAR-HR
URI: http://qudt.org/vocab/unit/MegaVAR-HR
product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MegaVAR-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB198" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB198"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "MVA{Reactive}·h" ;
<http://qudt.org/schema/qudt/ucumCode> "MVA{reactive}.h"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MAH" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Mega Volt Ampere Reactive Hour" ;
rdfs:label "Mega Volt Ampere Reactive Hour"@en ;
.
{"resource":"Mega Volt Ampere Reactive Hour"
,"qname":"unit:MegaVAR-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaVAR-HR"
,"properties":["conversion multiplier":"3600000000.0"
,"conversion multiplier scientific":"3.6E9"
,"description":"product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"
,"description (plain text)":"product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB198"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB198"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mega Volt Ampere Reactive Hour"
,"label":"Mega Volt Ampere Reactive Hour"
,"symbol":"MVA{Reactive}·h"
,"type":"qudt:Unit"
,"ucum code":"MVA{reactive}.h"
,"unece common code":"MAH"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaVAR-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour",
"conversionMultiplier" : "3600000000.0",
"conversionMultiplier:SN" : 3.6E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB198",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB198",
"plainTextDescription" : "product of the 1,000,000-fold of the unit volt ampere reactive and the unit hour",
"symbol" : "MVA{Reactive}·h",
"ucumCode" : "MVA{reactive}.h",
"uneceCommonCode" : "MAH",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mega Volt Ampere Reactive Hour", {
"@language" : "en",
"@value" : "Mega Volt Ampere Reactive Hour"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaW
URI: http://qudt.org/vocab/unit/MegaW
1,000,000-fold of the derived unit watt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the derived unit watt" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA224" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA224"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ; <http://qudt.org/schema/qudt/symbol> "MW" ; <http://qudt.org/schema/qudt/ucumCode> "MW"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MAW" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q6982035> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megavatio"@es ; rdfs:label "Megawat"@pl ; rdfs:label "Megawatt" ; rdfs:label "Megawatt"@cs ; rdfs:label "Megawatt"@de ; rdfs:label "Megawatt"@en ; rdfs:label "Megawatt"@fr ; rdfs:label "Megawatt"@hu ; rdfs:label "Megawatt"@it ; rdfs:label "Megawatt"@ms ; rdfs:label "Megawatt"@ro ; rdfs:label "Megawatt"@sl ; rdfs:label "Megawatt"@tr ; .
{"resource":"Megawatt"
,"qname":"unit:MegaW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q6982035>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"1,000,000-fold of the derived unit watt"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA224"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA224"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megavatio"
,"label":"Megawat"
,"label":"Megawatt"
,"label":"Megawatt"
,"label":"Megawatt"
,"label":"Megawatt"
,"label":"Megawatt"
,"label":"Megawatt"
,"label":"Megawatt"
,"label":"Megawatt"
,"label":"Megawatt"
,"label":"Megawatt"
,"label":"Megawatt"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:W"
,"symbol":"MW"
,"type":"qudt:Unit"
,"ucum code":"MW"
,"unece common code":"MAW"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the derived unit watt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricPower", "http://qudt.org/vocab/quantitykind/Power" ],
"iec61360Code" : "0112/2///62720#UAA224",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA224",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "MW",
"ucumCode" : "MW",
"uneceCommonCode" : "MAW",
"wikidataMatch" : "http://www.wikidata.org/entity/Q6982035",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Megavatio"
}, "Megawatt", {
"@language" : "cs",
"@value" : "Megawatt"
}, {
"@language" : "de",
"@value" : "Megawatt"
}, {
"@language" : "en",
"@value" : "Megawatt"
}, {
"@language" : "fr",
"@value" : "Megawatt"
}, {
"@language" : "hu",
"@value" : "Megawatt"
}, {
"@language" : "it",
"@value" : "Megawatt"
}, {
"@language" : "ms",
"@value" : "Megawatt"
}, {
"@language" : "ro",
"@value" : "Megawatt"
}, {
"@language" : "sl",
"@value" : "Megawatt"
}, {
"@language" : "tr",
"@value" : "Megawatt"
}, {
"@language" : "pl",
"@value" : "Megawat"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaW-HR
URI: http://qudt.org/vocab/unit/MegaW-HR
1,000,000-fold of the product of the SI derived unit watt and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA225" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA225"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1 000 000-fold of the product of the SI derived unit watt and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "MW·h" ; <http://qudt.org/schema/qudt/ucumCode> "MW.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MWH" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q6009164> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megawatt Hour" ; rdfs:label "Megawatt Hour"@en ; .
{"resource":"Megawatt Hour"
,"qname":"unit:MegaW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaW-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q6009164>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600000000.0"
,"conversion multiplier scientific":"3.6E9"
,"description":"1,000,000-fold of the product of the SI derived unit watt and the unit hour"
,"description (plain text)":"1 000 000-fold of the product of the SI derived unit watt and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA225"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA225"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megawatt Hour"
,"label":"Megawatt Hour"
,"symbol":"MW·h"
,"type":"qudt:Unit"
,"ucum code":"MW.h"
,"unece common code":"MWH"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000-fold of the product of the SI derived unit watt and the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "3600000000.0",
"conversionMultiplier:SN" : 3.6E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA225",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA225",
"plainTextDescription" : "1 000 000-fold of the product of the SI derived unit watt and the unit hour",
"symbol" : "MW·h",
"ucumCode" : "MW.h",
"uneceCommonCode" : "MWH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q6009164",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megawatt Hour", {
"@language" : "en",
"@value" : "Megawatt Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MegaYR
URI: http://qudt.org/vocab/unit/MegaYR
1,000,000-fold of the derived unit year.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MegaYR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000-fold of the derived unit year."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 31557600000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.15576E13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wiktionary.org/wiki/megayear"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000-fold of the derived unit year." ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Mega> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/YR> ; <http://qudt.org/schema/qudt/symbol> "Ma" ; <http://qudt.org/schema/qudt/ucumCode> "Ma"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q20764> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Megayear" ; rdfs:label "Megayear"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "Ma" ; <http://www.w3.org/2004/02/skos/core#altLabel> "Mega Year"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "megannum"@la ; .
{"resource":"Megayear"
,"qname":"unit:MegaYR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MegaYR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q20764>"
,"alternative label":"Ma"
,"alternative label":"Mega Year"
,"alternative label":"megannum"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"31557600000000.0"
,"conversion multiplier scientific":"3.15576E13"
,"description":"1,000,000-fold of the derived unit year."
,"description (plain text)":"1,000,000-fold of the derived unit year."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"informative reference":"https:\/\/en.wiktionary.org\/wiki\/megayear"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Megayear"
,"label":"Megayear"
,"prefix":"prefix:Mega"
,"scalingOf":"unit:YR"
,"symbol":"Ma"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Ma"
]}
{
"@id" : "http://qudt.org/vocab/unit/MegaYR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "1,000,000-fold of the derived unit year.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "31557600000000.0",
"conversionMultiplier:SN" : 3.15576E13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"informativeReference" : "https://en.wiktionary.org/wiki/megayear",
"plainTextDescription" : "1,000,000-fold of the derived unit year.",
"prefix" : "http://qudt.org/vocab/prefix/Mega",
"scalingOf" : "http://qudt.org/vocab/unit/YR",
"symbol" : "Ma",
"ucumCode" : "Ma",
"wikidataMatch" : "http://www.wikidata.org/entity/Q20764",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Megayear", {
"@language" : "en",
"@value" : "Megayear"
} ],
"altLabel" : [ {
"@language" : "en",
"@value" : "Mega Year"
}, "Ma", {
"@language" : "la",
"@value" : "megannum"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroA
URI: http://qudt.org/vocab/unit/MicroA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA057" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA057"^^xsd:anyURI ; <http://qudt.org/schema/qudt/latexSymbol> "$\\mu A$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "μA" ; <http://qudt.org/schema/qudt/ucumCode> "uA"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B84" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3117809> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microamper"@hu ; rdfs:label "Microamper"@pl ; rdfs:label "Microamper"@ro ; rdfs:label "Microamper"@sl ; rdfs:label "Microamper"@tr ; rdfs:label "Microampere" ; rdfs:label "Microampere"@de ; rdfs:label "Microampere"@en ; rdfs:label "Microampere"@it ; rdfs:label "Microampere"@ms ; rdfs:label "Microamperio"@es ; rdfs:label "Microampère"@fr ; rdfs:label "Microampér"@cs ; .
{"resource":"Microampere"
,"qname":"unit:MicroA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3117809>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA057"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA057"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microamper"
,"label":"Microamper"
,"label":"Microamper"
,"label":"Microamper"
,"label":"Microamper"
,"label":"Microampere"
,"label":"Microampere"
,"label":"Microampere"
,"label":"Microampere"
,"label":"Microampere"
,"label":"Microamperio"
,"label":"Microampère"
,"label":"Microampér"
,"latex symbol":"$\\mu A$"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:A"
,"symbol":"μA"
,"type":"qudt:Unit"
,"ucum code":"uA"
,"unece common code":"B84"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent",
"iec61360Code" : "0112/2///62720#UAA057",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA057",
"latexSymbol" : "$\\mu A$",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "μA",
"ucumCode" : "uA",
"uneceCommonCode" : "B84",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3117809",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hu",
"@value" : "Microamper"
}, {
"@language" : "it",
"@value" : "Microampere"
}, "Microampere", {
"@language" : "de",
"@value" : "Microampere"
}, {
"@language" : "en",
"@value" : "Microampere"
}, {
"@language" : "pl",
"@value" : "Microamper"
}, {
"@language" : "sl",
"@value" : "Microamper"
}, {
"@language" : "tr",
"@value" : "Microamper"
}, {
"@language" : "ro",
"@value" : "Microamper"
}, {
"@language" : "fr",
"@value" : "Microampère"
}, {
"@language" : "cs",
"@value" : "Microampér"
}, {
"@language" : "es",
"@value" : "Microamperio"
}, {
"@language" : "ms",
"@value" : "Microampere"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroA-PER-K
URI: http://qudt.org/vocab/unit/MicroA-PER-K
0.000001-fold of the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit ampere divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD898" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD898"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μA/K" ; <http://qudt.org/schema/qudt/ucumCode> "uA.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microamper na Kelvin"@sl ; rdfs:label "Microamper na Kelwin"@pl ; rdfs:label "Microamper pe Kelvin"@ro ; rdfs:label "Microamper per Kelvin"@tr ; rdfs:label "Microampere per Kelvin" ; rdfs:label "Microampere per Kelvin"@en ; rdfs:label "Microampere per Kelvin"@it ; rdfs:label "Microampere per Kelvin"@ms ; rdfs:label "Microampere pro Kelvin"@de ; rdfs:label "Microamperio por Kelvin"@es ; rdfs:label "Microampère par Kelvin"@fr ; rdfs:label "Microampér na Kelvin"@cs ; .
{"resource":"Microampere per Kelvin"
,"qname":"unit:MicroA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroA-PER-K"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E1L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentPerTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD898"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD898"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microamper na Kelvin"
,"label":"Microamper na Kelwin"
,"label":"Microamper pe Kelvin"
,"label":"Microamper per Kelvin"
,"label":"Microampere per Kelvin"
,"label":"Microampere per Kelvin"
,"label":"Microampere per Kelvin"
,"label":"Microampere per Kelvin"
,"label":"Microampere pro Kelvin"
,"label":"Microamperio por Kelvin"
,"label":"Microampère par Kelvin"
,"label":"Microampér na Kelvin"
,"symbol":"μA\/K"
,"type":"qudt:Unit"
,"ucum code":"uA.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit ampere divided by the SI base unit kelvin",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature",
"iec61360Code" : "0112/2///62720#UAD898",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD898",
"symbol" : "μA/K",
"ucumCode" : "uA.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Microamper pe Kelvin"
}, {
"@language" : "de",
"@value" : "Microampere pro Kelvin"
}, {
"@language" : "es",
"@value" : "Microamperio por Kelvin"
}, {
"@language" : "cs",
"@value" : "Microampér na Kelvin"
}, "Microampere per Kelvin", {
"@language" : "en",
"@value" : "Microampere per Kelvin"
}, {
"@language" : "it",
"@value" : "Microampere per Kelvin"
}, {
"@language" : "ms",
"@value" : "Microampere per Kelvin"
}, {
"@language" : "fr",
"@value" : "Microampère par Kelvin"
}, {
"@language" : "sl",
"@value" : "Microamper na Kelvin"
}, {
"@language" : "pl",
"@value" : "Microamper na Kelwin"
}, {
"@language" : "tr",
"@value" : "Microamper per Kelvin"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroATM
URI: http://qudt.org/vocab/unit/MicroATM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroATM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.101325 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.01325E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/ATM> ; <http://qudt.org/schema/qudt/symbol> "μatm" ; <http://qudt.org/schema/qudt/ucumCode> "uatm"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micro Standard Atmosphere" ; rdfs:label "Micro Standard Atmosphere"@en ; .
{"resource":"Micro Standard Atmosphere"
,"qname":"unit:MicroATM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroATM"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.101325"
,"conversion multiplier scientific":"1.01325E-1"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micro Standard Atmosphere"
,"label":"Micro Standard Atmosphere"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:ATM"
,"symbol":"μatm"
,"type":"qudt:Unit"
,"ucum code":"uatm"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroATM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.101325",
"conversionMultiplier:SN" : 0.101325,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/ATM",
"symbol" : "μatm",
"ucumCode" : "uatm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micro Standard Atmosphere", {
"@language" : "en",
"@value" : "Micro Standard Atmosphere"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroBAR
URI: http://qudt.org/vocab/unit/MicroBAR
0.000001-fold of the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroBAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the unit bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB089" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB089"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the unit bar" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BAR> ; <http://qudt.org/schema/qudt/symbol> "μbar" ; <http://qudt.org/schema/qudt/ucumCode> "ubar"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B85" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101428103> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microbar" ; rdfs:label "Microbar"@en ; .
{"resource":"Microbar"
,"qname":"unit:MicroBAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroBAR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101428103>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"0.000001-fold of the unit bar"
,"description (plain text)":"0.000001-fold of the unit bar"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB089"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB089"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microbar"
,"label":"Microbar"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:BAR"
,"symbol":"μbar"
,"type":"qudt:Unit"
,"ucum code":"ubar"
,"unece common code":"B85"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroBAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the unit bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAB089",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB089",
"plainTextDescription" : "0.000001-fold of the unit bar",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/BAR",
"symbol" : "μbar",
"ucumCode" : "ubar",
"uneceCommonCode" : "B85",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101428103",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microbar", {
"@language" : "en",
"@value" : "Microbar"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroBQ
URI: http://qudt.org/vocab/unit/MicroBQ
0.000001-fold of the SI derived unit becquerel
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroBQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit becquerel"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA058" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA058"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit becquerel" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ; <http://qudt.org/schema/qudt/symbol> "μBq" ; <http://qudt.org/schema/qudt/ucumCode> "uBq"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H08" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94418481> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microbecquerel" ; rdfs:label "Microbecquerel"@cs ; rdfs:label "Microbecquerel"@de ; rdfs:label "Microbecquerel"@en ; rdfs:label "Microbecquerel"@es ; rdfs:label "Microbecquerel"@fr ; rdfs:label "Microbecquerel"@hu ; rdfs:label "Microbecquerel"@it ; rdfs:label "Microbecquerel"@ms ; rdfs:label "Microbecquerel"@ro ; rdfs:label "Microbecquerel"@sl ; rdfs:label "Microbekerel"@pl ; rdfs:label "Microbekerel"@tr ; .
{"resource":"Microbecquerel"
,"qname":"unit:MicroBQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroBQ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94418481>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit becquerel"
,"description (plain text)":"0.000001-fold of the SI derived unit becquerel"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA058"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA058"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microbecquerel"
,"label":"Microbecquerel"
,"label":"Microbecquerel"
,"label":"Microbecquerel"
,"label":"Microbecquerel"
,"label":"Microbecquerel"
,"label":"Microbecquerel"
,"label":"Microbecquerel"
,"label":"Microbecquerel"
,"label":"Microbecquerel"
,"label":"Microbecquerel"
,"label":"Microbekerel"
,"label":"Microbekerel"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:BQ"
,"symbol":"μBq"
,"type":"qudt:Unit"
,"ucum code":"uBq"
,"unece common code":"H08"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroBQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit becquerel",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAA058",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA058",
"plainTextDescription" : "0.000001-fold of the SI derived unit becquerel",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "μBq",
"ucumCode" : "uBq",
"uneceCommonCode" : "H08",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94418481",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microbecquerel", {
"@language" : "cs",
"@value" : "Microbecquerel"
}, {
"@language" : "de",
"@value" : "Microbecquerel"
}, {
"@language" : "en",
"@value" : "Microbecquerel"
}, {
"@language" : "pl",
"@value" : "Microbekerel"
}, {
"@language" : "tr",
"@value" : "Microbekerel"
}, {
"@language" : "es",
"@value" : "Microbecquerel"
}, {
"@language" : "fr",
"@value" : "Microbecquerel"
}, {
"@language" : "hu",
"@value" : "Microbecquerel"
}, {
"@language" : "ms",
"@value" : "Microbecquerel"
}, {
"@language" : "ro",
"@value" : "Microbecquerel"
}, {
"@language" : "sl",
"@value" : "Microbecquerel"
}, {
"@language" : "it",
"@value" : "Microbecquerel"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroBQ-PER-KiloGM
URI: http://qudt.org/vocab/unit/MicroBQ-PER-KiloGM
One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroBQ-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificActivity> ; <http://qudt.org/schema/qudt/symbol> "μBq/kg" ; <http://qudt.org/schema/qudt/ucumCode> "uBq.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microbecquerel na Kilogram"@cs ; rdfs:label "Microbecquerel na Kilogram"@sl ; rdfs:label "Microbecquerel par Kilogramme"@fr ; rdfs:label "Microbecquerel pe Kilogram"@ro ; rdfs:label "Microbecquerel per Chilogrammo"@it ; rdfs:label "Microbecquerel per Kilogram" ; rdfs:label "Microbecquerel per Kilogram"@en ; rdfs:label "Microbecquerel per Kilogram"@ms ; rdfs:label "Microbecquerel por Kilogramo"@es ; rdfs:label "Microbecquerel pro Kilogramm"@de ; rdfs:label "Microbekerel na Kilogram"@pl ; rdfs:label "Microbekerel per Kilogram"@tr ; .
{"resource":"Microbecquerel per Kilogram"
,"qname":"unit:MicroBQ-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroBQ-PER-KiloGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample."
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:SpecificActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microbecquerel na Kilogram"
,"label":"Microbecquerel na Kilogram"
,"label":"Microbecquerel par Kilogramme"
,"label":"Microbecquerel pe Kilogram"
,"label":"Microbecquerel per Chilogrammo"
,"label":"Microbecquerel per Kilogram"
,"label":"Microbecquerel per Kilogram"
,"label":"Microbecquerel per Kilogram"
,"label":"Microbecquerel por Kilogramo"
,"label":"Microbecquerel pro Kilogramm"
,"label":"Microbekerel na Kilogram"
,"label":"Microbekerel per Kilogram"
,"symbol":"μBq\/kg"
,"type":"qudt:Unit"
,"ucum code":"uBq.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroBQ-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One radioactive disintegration per hundred thousand seconds from an SI standard unit of mass of sample."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificActivity",
"symbol" : "μBq/kg",
"ucumCode" : "uBq.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Microbecquerel par Kilogramme"
}, {
"@language" : "tr",
"@value" : "Microbekerel per Kilogram"
}, {
"@language" : "de",
"@value" : "Microbecquerel pro Kilogramm"
}, "Microbecquerel per Kilogram", {
"@language" : "en",
"@value" : "Microbecquerel per Kilogram"
}, {
"@language" : "ms",
"@value" : "Microbecquerel per Kilogram"
}, {
"@language" : "cs",
"@value" : "Microbecquerel na Kilogram"
}, {
"@language" : "sl",
"@value" : "Microbecquerel na Kilogram"
}, {
"@language" : "ro",
"@value" : "Microbecquerel pe Kilogram"
}, {
"@language" : "pl",
"@value" : "Microbekerel na Kilogram"
}, {
"@language" : "it",
"@value" : "Microbecquerel per Chilogrammo"
}, {
"@language" : "es",
"@value" : "Microbecquerel por Kilogramo"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroBQ-PER-L
URI: http://qudt.org/vocab/unit/MicroBQ-PER-L
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroBQ-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "μBq/L" ; <http://qudt.org/schema/qudt/ucumCode> "uBq.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microbecquerel per Liter"@en-US ; rdfs:label "Microbecquerel per Litre" ; rdfs:label "Microbecquerel per Litre"@en ; .
{"resource":"Microbecquerel per Litre"
,"qname":"unit:MicroBQ-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroBQ-PER-L"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microbecquerel per Liter"
,"label":"Microbecquerel per Litre"
,"label":"Microbecquerel per Litre"
,"symbol":"μBq\/L"
,"type":"qudt:Unit"
,"ucum code":"uBq.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroBQ-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ActivityConcentration",
"symbol" : "μBq/L",
"ucumCode" : "uBq.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Microbecquerel per Liter"
}, "Microbecquerel per Litre", {
"@language" : "en",
"@value" : "Microbecquerel per Litre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroC
URI: http://qudt.org/vocab/unit/MicroC
A MicroCoulomb is $10^{-6} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MicroC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A MicroCoulomb is $10^{-6} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA059" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA059"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "μC" ;
<http://qudt.org/schema/qudt/ucumCode> "uC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B86" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q16120790> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Microcoulomb" ;
rdfs:label "Microcoulomb"@cs ;
rdfs:label "Microcoulomb"@de ;
rdfs:label "Microcoulomb"@en ;
rdfs:label "Microcoulomb"@fr ;
rdfs:label "Microcoulomb"@hu ;
rdfs:label "Microcoulomb"@it ;
rdfs:label "Microcoulomb"@ms ;
rdfs:label "Microcoulomb"@ro ;
rdfs:label "Microcoulomb"@sl ;
rdfs:label "Microcoulomb"@tr ;
rdfs:label "Microculombio"@es ;
rdfs:label "Microkulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Microcoulomb"
,"qname":"unit:MicroC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q16120790>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"A MicroCoulomb is $10^{-6} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA059"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA059"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microcoulomb"
,"label":"Microcoulomb"
,"label":"Microcoulomb"
,"label":"Microcoulomb"
,"label":"Microcoulomb"
,"label":"Microcoulomb"
,"label":"Microcoulomb"
,"label":"Microcoulomb"
,"label":"Microcoulomb"
,"label":"Microcoulomb"
,"label":"Microcoulomb"
,"label":"Microculombio"
,"label":"Microkulomb"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:C"
,"symbol":"μC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"uC"
,"unece common code":"B86"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A MicroCoulomb is $10^{-6} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"iec61360Code" : "0112/2///62720#UAA059",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA059",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "μC",
"ucumCode" : "uC",
"uneceCommonCode" : "B86",
"wikidataMatch" : "http://www.wikidata.org/entity/Q16120790",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Microculombio"
}, "Microcoulomb", {
"@language" : "cs",
"@value" : "Microcoulomb"
}, {
"@language" : "de",
"@value" : "Microcoulomb"
}, {
"@language" : "en",
"@value" : "Microcoulomb"
}, {
"@language" : "fr",
"@value" : "Microcoulomb"
}, {
"@language" : "hu",
"@value" : "Microcoulomb"
}, {
"@language" : "pl",
"@value" : "Microkulomb"
}, {
"@language" : "it",
"@value" : "Microcoulomb"
}, {
"@language" : "ms",
"@value" : "Microcoulomb"
}, {
"@language" : "ro",
"@value" : "Microcoulomb"
}, {
"@language" : "sl",
"@value" : "Microcoulomb"
}, {
"@language" : "tr",
"@value" : "Microcoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroC-PER-M2
URI: http://qudt.org/vocab/unit/MicroC-PER-M2
0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroC-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA060" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA060"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "μC/m²" ; <http://qudt.org/schema/qudt/ucumCode> "uC.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B88" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808200> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microcoulomb na Kvadratni Meter"@sl ; rdfs:label "Microcoulomb na Čtvereční Metr"@cs ; rdfs:label "Microcoulomb par Mètre Carré"@fr ; rdfs:label "Microcoulomb pe Metru Pătrat"@ro ; rdfs:label "Microcoulomb per Meter Persegi"@ms ; rdfs:label "Microcoulomb per Metrekare"@tr ; rdfs:label "Microcoulomb per Metro Quadrato"@it ; rdfs:label "Microcoulomb per Square Meter"@en-US ; rdfs:label "Microcoulomb per Square Metre" ; rdfs:label "Microcoulomb per Square Metre"@en ; rdfs:label "Microcoulomb pro Quadratmeter"@de ; rdfs:label "Microculombio por Metro Cuadrado"@es ; rdfs:label "Microkulomb na Metr Kwadratowy"@pl ; .
{"resource":"Microcoulomb per Square Metre"
,"qname":"unit:MicroC-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroC-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808200>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA060"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA060"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microcoulomb na Kvadratni Meter"
,"label":"Microcoulomb na Čtvereční Metr"
,"label":"Microcoulomb par Mètre Carré"
,"label":"Microcoulomb pe Metru Pătrat"
,"label":"Microcoulomb per Meter Persegi"
,"label":"Microcoulomb per Metrekare"
,"label":"Microcoulomb per Metro Quadrato"
,"label":"Microcoulomb per Square Meter"
,"label":"Microcoulomb per Square Metre"
,"label":"Microcoulomb per Square Metre"
,"label":"Microcoulomb pro Quadratmeter"
,"label":"Microculombio por Metro Cuadrado"
,"label":"Microkulomb na Metr Kwadratowy"
,"symbol":"μC\/m²"
,"type":"qudt:Unit"
,"ucum code":"uC.m-2"
,"unece common code":"B88"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroC-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerArea",
"iec61360Code" : "0112/2///62720#UAA060",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA060",
"plainTextDescription" : "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "μC/m²",
"ucumCode" : "uC.m-2",
"uneceCommonCode" : "B88",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808200",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Microcoulomb per Meter Persegi"
}, {
"@language" : "de",
"@value" : "Microcoulomb pro Quadratmeter"
}, {
"@language" : "fr",
"@value" : "Microcoulomb par Mètre Carré"
}, {
"@language" : "pl",
"@value" : "Microkulomb na Metr Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Microcoulomb na Kvadratni Meter"
}, {
"@language" : "ro",
"@value" : "Microcoulomb pe Metru Pătrat"
}, {
"@language" : "tr",
"@value" : "Microcoulomb per Metrekare"
}, {
"@language" : "it",
"@value" : "Microcoulomb per Metro Quadrato"
}, {
"@language" : "es",
"@value" : "Microculombio por Metro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Microcoulomb per Square Meter"
}, {
"@language" : "cs",
"@value" : "Microcoulomb na Čtvereční Metr"
}, "Microcoulomb per Square Metre", {
"@language" : "en",
"@value" : "Microcoulomb per Square Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroC-PER-M3
URI: http://qudt.org/vocab/unit/MicroC-PER-M3
0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroC-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA061" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA061"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "μC/m³" ; <http://qudt.org/schema/qudt/ucumCode> "uC.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B87" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808156> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microcoulomb na Kubični Meter"@sl ; rdfs:label "Microcoulomb na Metr Krychlový"@cs ; rdfs:label "Microcoulomb par Mètre Cube"@fr ; rdfs:label "Microcoulomb pe Metru Cub"@ro ; rdfs:label "Microcoulomb per Cubic Meter"@en-US ; rdfs:label "Microcoulomb per Cubic Metre" ; rdfs:label "Microcoulomb per Cubic Metre"@en ; rdfs:label "Microcoulomb per Meter Kubik"@ms ; rdfs:label "Microcoulomb per Metreküp"@tr ; rdfs:label "Microcoulomb per Metro Cubo"@it ; rdfs:label "Microcoulomb pro Kubikmeter"@de ; rdfs:label "Microculombio por Metro Cúbico"@es ; rdfs:label "Microkulomb na Metr Sześcienny"@pl ; .
{"resource":"Microcoulomb per Cubic Metre"
,"qname":"unit:MicroC-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroC-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808156>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA061"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA061"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microcoulomb na Kubični Meter"
,"label":"Microcoulomb na Metr Krychlový"
,"label":"Microcoulomb par Mètre Cube"
,"label":"Microcoulomb pe Metru Cub"
,"label":"Microcoulomb per Cubic Meter"
,"label":"Microcoulomb per Cubic Metre"
,"label":"Microcoulomb per Cubic Metre"
,"label":"Microcoulomb per Meter Kubik"
,"label":"Microcoulomb per Metreküp"
,"label":"Microcoulomb per Metro Cubo"
,"label":"Microcoulomb pro Kubikmeter"
,"label":"Microculombio por Metro Cúbico"
,"label":"Microkulomb na Metr Sześcienny"
,"symbol":"μC\/m³"
,"type":"qudt:Unit"
,"ucum code":"uC.m-3"
,"unece common code":"B87"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroC-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargeDensity",
"iec61360Code" : "0112/2///62720#UAA061",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA061",
"plainTextDescription" : "0.000001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "μC/m³",
"ucumCode" : "uC.m-3",
"uneceCommonCode" : "B87",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808156",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Microcoulomb per Metro Cubo"
}, {
"@language" : "ms",
"@value" : "Microcoulomb per Meter Kubik"
}, {
"@language" : "pl",
"@value" : "Microkulomb na Metr Sześcienny"
}, {
"@language" : "ro",
"@value" : "Microcoulomb pe Metru Cub"
}, {
"@language" : "fr",
"@value" : "Microcoulomb par Mètre Cube"
}, {
"@language" : "de",
"@value" : "Microcoulomb pro Kubikmeter"
}, {
"@language" : "es",
"@value" : "Microculombio por Metro Cúbico"
}, {
"@language" : "cs",
"@value" : "Microcoulomb na Metr Krychlový"
}, {
"@language" : "sl",
"@value" : "Microcoulomb na Kubični Meter"
}, {
"@language" : "en-us",
"@value" : "Microcoulomb per Cubic Meter"
}, "Microcoulomb per Cubic Metre", {
"@language" : "en",
"@value" : "Microcoulomb per Cubic Metre"
}, {
"@language" : "tr",
"@value" : "Microcoulomb per Metreküp"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroCI
URI: http://qudt.org/vocab/unit/MicroCI
Another commonly used measure of radioactivity, the microcurie: $1 \micro Ci = 3.7 \times 10 disintegrations per second = 2.22 \times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\micro Ci$ of naturally occurring potassium-40.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroCI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. "^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 37000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.7E4 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA062" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA062"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CI> ; <http://qudt.org/schema/qudt/symbol> "μCi" ; <http://qudt.org/schema/qudt/ucumCode> "uCi"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M5" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microcurie" ; rdfs:label "Microcurie"@en ; .
{"resource":"Microcurie"
,"qname":"unit:MicroCI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroCI"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"37000.0"
,"conversion multiplier scientific":"3.7E4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Curie"
,"description":"Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA062"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Curie?oldid=495080313"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA062"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microcurie"
,"label":"Microcurie"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:CI"
,"symbol":"μCi"
,"type":"qudt:Unit"
,"ucum code":"uCi"
,"unece common code":"M5"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroCI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "37000.0",
"conversionMultiplier:SN" : 37000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Curie",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAA062",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA062", "http://en.wikipedia.org/wiki/Curie?oldid=495080313" ],
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/CI",
"symbol" : "μCi",
"ucumCode" : "uCi",
"uneceCommonCode" : "M5",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microcurie", {
"@language" : "en",
"@value" : "Microcurie"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroCi
URI: http://qudt.org/vocab/unit/MicroCi
Another commonly used measure of radioactivity, the microcurie: $1 \micro Ci = 3.7 \times 10 disintegrations per second = 2.22 \times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\micro Ci$ of naturally occurring potassium-40.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroCi> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. "^^<http://qudt.org/schema/qudt/LatexString> ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MicroCI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 37000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.7E4 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Curie"^^xsd:anyURI ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA062" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Curie?oldid=495080313"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA062"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CI> ; <http://qudt.org/schema/qudt/symbol> "μCi" ; <http://qudt.org/schema/qudt/ucumCode> "uCi"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M5" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617198> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microcurie" ; rdfs:label "Microcurie"@en ; .
{"resource":"Microcurie"
,"qname":"unit:MicroCi"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroCi"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617198>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"37000.0"
,"conversion multiplier scientific":"3.7E4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Curie"
,"deprecated":"true"
,"description":"Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA062"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Curie?oldid=495080313"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA062"
,"is replaced by":"unit:MicroCI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microcurie"
,"label":"Microcurie"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:CI"
,"symbol":"μCi"
,"type":"qudt:Unit"
,"ucum code":"uCi"
,"unece common code":"M5"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroCi",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Another commonly used measure of radioactivity, the microcurie: $1 \\micro Ci = 3.7 \\times 10 disintegrations per second = 2.22 \\times 10 disintegrations per minute$. A radiotherapy machine may have roughly 1000 Ci of a radioisotope such as caesium-137 or cobalt-60. This quantity of radioactivity can produce serious health effects with only a few minutes of close-range, un-shielded exposure. The typical human body contains roughly $0.1\\micro Ci$ of naturally occurring potassium-40. ",
"isReplacedBy" : "http://qudt.org/vocab/unit/MicroCI",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "37000.0",
"conversionMultiplier:SN" : 37000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Curie",
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAA062",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Curie?oldid=495080313", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA062" ],
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/CI",
"symbol" : "μCi",
"ucumCode" : "uCi",
"uneceCommonCode" : "M5",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617198",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microcurie", {
"@language" : "en",
"@value" : "Microcurie"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroFARAD
URI: http://qudt.org/vocab/unit/MicroFARAD
The "microfarad" (symbolized $\mu F$) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of $1 \mu F$ or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroFARAD> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The \"microfarad\" (symbolized $\\mu F$) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of $1 \\mu F$ or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Capacitance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA063" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA063"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FARAD> ; <http://qudt.org/schema/qudt/symbol> "μF" ; <http://qudt.org/schema/qudt/ucumCode> "uF"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4O" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2451296> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microfarad" ; rdfs:label "Microfarad"@cs ; rdfs:label "Microfarad"@de ; rdfs:label "Microfarad"@en ; rdfs:label "Microfarad"@fr ; rdfs:label "Microfarad"@hu ; rdfs:label "Microfarad"@it ; rdfs:label "Microfarad"@ms ; rdfs:label "Microfarad"@pl ; rdfs:label "Microfarad"@ro ; rdfs:label "Microfarad"@sl ; rdfs:label "Microfarad"@tr ; rdfs:label "Microfaradio"@es ; .
{"resource":"Microfarad"
,"qname":"unit:MicroFARAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroFARAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2451296>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"The \"microfarad\" (symbolized $\\mu F$) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of $1 \\mu F$ or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used."
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Capacitance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA063"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA063"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfarad"
,"label":"Microfaradio"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:FARAD"
,"symbol":"μF"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"uF"
,"unece common code":"4O"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroFARAD",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The \"microfarad\" (symbolized $\\mu F$) is a unit of capacitance, equivalent to 0.000001 (10 to the -6th power) farad. The microfarad is a moderate unit of capacitance. In utility alternating-current (AC) and audio-frequency (AF) circuits, capacitors with values on the order of $1 \\mu F$ or more are common. At radio frequencies (RF), a smaller unit, the picofarad (pF), is often used.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Capacitance",
"iec61360Code" : "0112/2///62720#UAA063",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA063",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/FARAD",
"symbol" : "μF",
"ucumCode" : "uF",
"uneceCommonCode" : "4O",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2451296",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microfarad", {
"@language" : "cs",
"@value" : "Microfarad"
}, {
"@language" : "es",
"@value" : "Microfaradio"
}, {
"@language" : "de",
"@value" : "Microfarad"
}, {
"@language" : "en",
"@value" : "Microfarad"
}, {
"@language" : "fr",
"@value" : "Microfarad"
}, {
"@language" : "hu",
"@value" : "Microfarad"
}, {
"@language" : "it",
"@value" : "Microfarad"
}, {
"@language" : "ms",
"@value" : "Microfarad"
}, {
"@language" : "pl",
"@value" : "Microfarad"
}, {
"@language" : "ro",
"@value" : "Microfarad"
}, {
"@language" : "sl",
"@value" : "Microfarad"
}, {
"@language" : "tr",
"@value" : "Microfarad"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroFARAD-PER-KiloM
URI: http://qudt.org/vocab/unit/MicroFARAD-PER-KiloM
0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroFARAD-PER-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permittivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA064" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA064"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "μF/km" ; <http://qudt.org/schema/qudt/ucumCode> "uF.km-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H28" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microfarad na Kilometer"@sl ; rdfs:label "Microfarad na Kilometr"@cs ; rdfs:label "Microfarad na Kilometr"@pl ; rdfs:label "Microfarad par Kilomètre"@fr ; rdfs:label "Microfarad pe Kilometru"@ro ; rdfs:label "Microfarad per Chilometro"@it ; rdfs:label "Microfarad per Kilometer"@en-US ; rdfs:label "Microfarad per Kilometer"@ms ; rdfs:label "Microfarad per Kilometre" ; rdfs:label "Microfarad per Kilometre"@en ; rdfs:label "Microfarad per Kilometre"@tr ; rdfs:label "Microfarad pro Kilometer"@de ; rdfs:label "Microfaradio por Kilometro"@es ; .
{"resource":"Microfarad per Kilometre"
,"qname":"unit:MicroFARAD-PER-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroFARAD-PER-KiloM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre"
,"description (plain text)":"0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Permittivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA064"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA064"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microfarad na Kilometer"
,"label":"Microfarad na Kilometr"
,"label":"Microfarad na Kilometr"
,"label":"Microfarad par Kilomètre"
,"label":"Microfarad pe Kilometru"
,"label":"Microfarad per Chilometro"
,"label":"Microfarad per Kilometer"
,"label":"Microfarad per Kilometer"
,"label":"Microfarad per Kilometre"
,"label":"Microfarad per Kilometre"
,"label":"Microfarad per Kilometre"
,"label":"Microfarad pro Kilometer"
,"label":"Microfaradio por Kilometro"
,"symbol":"μF\/km"
,"type":"qudt:Unit"
,"ucum code":"uF.km-1"
,"unece common code":"H28"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroFARAD-PER-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Permittivity",
"iec61360Code" : "0112/2///62720#UAA064",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA064",
"plainTextDescription" : "0.000001-fold of the SI derived unit farad divided by the 1,000-fold of the SI base unit metre",
"symbol" : "μF/km",
"ucumCode" : "uF.km-1",
"uneceCommonCode" : "H28",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microfarad per Kilometre", {
"@language" : "en",
"@value" : "Microfarad per Kilometre"
}, {
"@language" : "tr",
"@value" : "Microfarad per Kilometre"
}, {
"@language" : "sl",
"@value" : "Microfarad na Kilometer"
}, {
"@language" : "cs",
"@value" : "Microfarad na Kilometr"
}, {
"@language" : "pl",
"@value" : "Microfarad na Kilometr"
}, {
"@language" : "ro",
"@value" : "Microfarad pe Kilometru"
}, {
"@language" : "de",
"@value" : "Microfarad pro Kilometer"
}, {
"@language" : "en-us",
"@value" : "Microfarad per Kilometer"
}, {
"@language" : "it",
"@value" : "Microfarad per Chilometro"
}, {
"@language" : "ms",
"@value" : "Microfarad per Kilometer"
}, {
"@language" : "es",
"@value" : "Microfaradio por Kilometro"
}, {
"@language" : "fr",
"@value" : "Microfarad par Kilomètre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroFARAD-PER-M
URI: http://qudt.org/vocab/unit/MicroFARAD-PER-M
0.000001-fold of the SI derived unit farad divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroFARAD-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permittivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA065" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA065"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit farad divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "μF/m" ; <http://qudt.org/schema/qudt/ucumCode> "uF.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B89" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microfarad na Meter"@sl ; rdfs:label "Microfarad na Metr"@cs ; rdfs:label "Microfarad na Metr"@pl ; rdfs:label "Microfarad par Mètre"@fr ; rdfs:label "Microfarad pe Metru"@ro ; rdfs:label "Microfarad per Meter"@en-US ; rdfs:label "Microfarad per Meter"@ms ; rdfs:label "Microfarad per Metre" ; rdfs:label "Microfarad per Metre"@en ; rdfs:label "Microfarad per Metre"@tr ; rdfs:label "Microfarad per Metro"@it ; rdfs:label "Microfarad pro Meter"@de ; rdfs:label "Microfaradio por Metro"@es ; .
{"resource":"Microfarad per Metre"
,"qname":"unit:MicroFARAD-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroFARAD-PER-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit farad divided by the SI base unit metre"
,"description (plain text)":"0.000001-fold of the SI derived unit farad divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Permittivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA065"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA065"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microfarad na Meter"
,"label":"Microfarad na Metr"
,"label":"Microfarad na Metr"
,"label":"Microfarad par Mètre"
,"label":"Microfarad pe Metru"
,"label":"Microfarad per Meter"
,"label":"Microfarad per Meter"
,"label":"Microfarad per Metre"
,"label":"Microfarad per Metre"
,"label":"Microfarad per Metre"
,"label":"Microfarad per Metro"
,"label":"Microfarad pro Meter"
,"label":"Microfaradio por Metro"
,"symbol":"μF\/m"
,"type":"qudt:Unit"
,"ucum code":"uF.m-1"
,"unece common code":"B89"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroFARAD-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit farad divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Permittivity",
"iec61360Code" : "0112/2///62720#UAA065",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA065",
"plainTextDescription" : "0.000001-fold of the SI derived unit farad divided by the SI base unit metre",
"symbol" : "μF/m",
"ucumCode" : "uF.m-1",
"uneceCommonCode" : "B89",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Microfarad na Metr"
}, {
"@language" : "pl",
"@value" : "Microfarad na Metr"
}, "Microfarad per Metre", {
"@language" : "en",
"@value" : "Microfarad per Metre"
}, {
"@language" : "de",
"@value" : "Microfarad pro Meter"
}, {
"@language" : "fr",
"@value" : "Microfarad par Mètre"
}, {
"@language" : "it",
"@value" : "Microfarad per Metro"
}, {
"@language" : "en-us",
"@value" : "Microfarad per Meter"
}, {
"@language" : "ms",
"@value" : "Microfarad per Meter"
}, {
"@language" : "sl",
"@value" : "Microfarad na Meter"
}, {
"@language" : "ro",
"@value" : "Microfarad pe Metru"
}, {
"@language" : "es",
"@value" : "Microfaradio por Metro"
}, {
"@language" : "tr",
"@value" : "Microfarad per Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroG
URI: http://qudt.org/vocab/unit/MicroG
"Microgravity" is a unit for 'Linear Acceleration' expressed as $microG$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Microgravity\" is a unit for 'Linear Acceleration' expressed as $microG$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000980665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ; <http://qudt.org/schema/qudt/latexSymbol> "$\\mu G$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/G> ; <http://qudt.org/schema/qudt/symbol> "μG" ; <http://qudt.org/schema/qudt/ucumCode> "u[g]"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgravity" ; rdfs:label "Microgravity"@en ; .
{"resource":"Microgravity"
,"qname":"unit:MicroG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroG"
,"properties":["conversion multiplier":"0.00000980665"
,"conversion multiplier scientific":"9.80665E-6"
,"description":"\"Microgravity\" is a unit for 'Linear Acceleration' expressed as $microG$."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgravity"
,"label":"Microgravity"
,"latex symbol":"$\\mu G$"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:G"
,"symbol":"μG"
,"type":"qudt:Unit"
,"ucum code":"u[g]"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Microgravity\" is a unit for 'Linear Acceleration' expressed as $microG$.",
"conversionMultiplier" : "0.00000980665",
"conversionMultiplier:SN" : 9.80665E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"latexSymbol" : "$\\mu G$",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/G",
"symbol" : "μG",
"ucumCode" : "u[g]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgravity", {
"@language" : "en",
"@value" : "Microgravity"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGAL-PER-M
URI: http://qudt.org/vocab/unit/MicroGAL-PER-M
A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGAL-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre."@en ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MicroGALILEO-PER-M> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "µGal/m" ; <http://qudt.org/schema/qudt/ucumCode> "uGal.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "MicroGals per Metre" ; rdfs:label "MicroGals per Metre"@en ; .
{"resource":"MicroGals per Metre"
,"qname":"unit:MicroGAL-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGAL-PER-M"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"deprecated":"true"
,"description":"A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:MicroGALILEO-PER-M"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"MicroGals per Metre"
,"label":"MicroGals per Metre"
,"symbol":"µGal\/m"
,"type":"qudt:Unit"
,"ucum code":"uGal.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGAL-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre."
},
"isReplacedBy" : "http://qudt.org/vocab/unit/MicroGALILEO-PER-M",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "µGal/m",
"ucumCode" : "uGal.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "MicroGals per Metre", {
"@language" : "en",
"@value" : "MicroGals per Metre"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGALILEO
URI: http://qudt.org/vocab/unit/MicroGALILEO
0.000001-fold of the unit of acceleration called gal according to the CGS system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGALILEO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the unit of acceleration called gal according to the CGS system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the unit of acceleration called gal according to the CGS system of units" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GALILEO> ; <http://qudt.org/schema/qudt/symbol> "μGal" ; <http://qudt.org/schema/qudt/ucumCode> "uGal"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgalileo" ; rdfs:label "Microgalileo"@en ; .
{"resource":"Microgalileo"
,"qname":"unit:MicroGALILEO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGALILEO"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.000001-fold of the unit of acceleration called gal according to the CGS system of units"
,"description (plain text)":"0.000001-fold of the unit of acceleration called gal according to the CGS system of units"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgalileo"
,"label":"Microgalileo"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:GALILEO"
,"symbol":"μGal"
,"type":"qudt:Unit"
,"ucum code":"uGal"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGALILEO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the unit of acceleration called gal according to the CGS system of units",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"plainTextDescription" : "0.000001-fold of the unit of acceleration called gal according to the CGS system of units",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/GALILEO",
"symbol" : "μGal",
"ucumCode" : "uGal",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgalileo", {
"@language" : "en",
"@value" : "Microgalileo"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGALILEO-PER-M
URI: http://qudt.org/vocab/unit/MicroGALILEO-PER-M
A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGALILEO-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre."@en ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "μGal/m" ; <http://qudt.org/schema/qudt/ucumCode> "uGal.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgalileo per Meter"@en-US ; rdfs:label "Microgalileo per Metre" ; rdfs:label "Microgalileo per Metre"@en ; .
{"resource":"Microgalileo per Metre"
,"qname":"unit:MicroGALILEO-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGALILEO-PER-M"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgalileo per Meter"
,"label":"Microgalileo per Metre"
,"label":"Microgalileo per Metre"
,"symbol":"μGal\/m"
,"type":"qudt:Unit"
,"ucum code":"uGal.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGALILEO-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a distance of one metre."
},
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "μGal/m",
"ucumCode" : "uGal.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Microgalileo per Meter"
}, "Microgalileo per Metre", {
"@language" : "en",
"@value" : "Microgalileo per Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM
URI: http://qudt.org/vocab/unit/MicroGM
0.000000001-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA082" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA082"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM> ; <http://qudt.org/schema/qudt/symbol> "μg" ; <http://qudt.org/schema/qudt/ucumCode> "ug"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MC" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1645498> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram" ; rdfs:label "Microgram"@cs ; rdfs:label "Microgram"@en ; rdfs:label "Microgram"@ms ; rdfs:label "Microgram"@pl ; rdfs:label "Microgram"@ro ; rdfs:label "Microgram"@sl ; rdfs:label "Microgram"@tr ; rdfs:label "Microgramm"@de ; rdfs:label "Microgramm"@hu ; rdfs:label "Microgramme"@fr ; rdfs:label "Microgrammo"@it ; rdfs:label "Microgramo"@es ; .
{"resource":"Microgram"
,"qname":"unit:MicroGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1645498>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI base unit kilogram"
,"description (plain text)":"0.000000001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA082"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA082"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram"
,"label":"Microgram"
,"label":"Microgram"
,"label":"Microgram"
,"label":"Microgram"
,"label":"Microgram"
,"label":"Microgram"
,"label":"Microgram"
,"label":"Microgramm"
,"label":"Microgramm"
,"label":"Microgramme"
,"label":"Microgrammo"
,"label":"Microgramo"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:GM"
,"symbol":"μg"
,"type":"qudt:Unit"
,"ucum code":"ug"
,"unece common code":"MC"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA082",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA082",
"plainTextDescription" : "0.000000001-fold of the SI base unit kilogram",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/GM",
"symbol" : "μg",
"ucumCode" : "ug",
"uneceCommonCode" : "MC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1645498",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Microgrammo"
}, {
"@language" : "fr",
"@value" : "Microgramme"
}, "Microgram", {
"@language" : "cs",
"@value" : "Microgram"
}, {
"@language" : "en",
"@value" : "Microgram"
}, {
"@language" : "ms",
"@value" : "Microgram"
}, {
"@language" : "pl",
"@value" : "Microgram"
}, {
"@language" : "ro",
"@value" : "Microgram"
}, {
"@language" : "sl",
"@value" : "Microgram"
}, {
"@language" : "tr",
"@value" : "Microgram"
}, {
"@language" : "de",
"@value" : "Microgramm"
}, {
"@language" : "hu",
"@value" : "Microgramm"
}, {
"@language" : "es",
"@value" : "Microgramo"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-CentiM2
URI: http://qudt.org/vocab/unit/MicroGM-PER-CentiM2
A unit of mass per area, equivalent to 0.01 grammes per square metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of mass per area, equivalent to 0.01 grammes per square metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of mass per area, equivalent to 0.01 grammes per square metre" ; <http://qudt.org/schema/qudt/symbol> "μg/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "ug.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram na Centimetr Kwadratowy"@pl ; rdfs:label "Microgram na Kvadratni Centimeter"@sl ; rdfs:label "Microgram na Čtvereční Centimetr"@cs ; rdfs:label "Microgram pe Centimetru Pătrat"@ro ; rdfs:label "Microgram per Centimeter Persegi"@ms ; rdfs:label "Microgram per Centimetrekare"@tr ; rdfs:label "Microgram per Square Centimeter"@en-US ; rdfs:label "Microgram per Square Centimetre" ; rdfs:label "Microgram per Square Centimetre"@en ; rdfs:label "Microgramm pro Quadratcentimeter"@de ; rdfs:label "Microgramme par Centimètre Carré"@fr ; rdfs:label "Microgrammo per Centimetro Quadrato"@it ; rdfs:label "Microgramo por Centimetro Cuadrado"@es ; .
{"resource":"Microgram per Square Centimetre"
,"qname":"unit:MicroGM-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-CentiM2"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"A unit of mass per area, equivalent to 0.01 grammes per square metre"
,"description (plain text)":"A unit of mass per area, equivalent to 0.01 grammes per square metre"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram na Centimetr Kwadratowy"
,"label":"Microgram na Kvadratni Centimeter"
,"label":"Microgram na Čtvereční Centimetr"
,"label":"Microgram pe Centimetru Pătrat"
,"label":"Microgram per Centimeter Persegi"
,"label":"Microgram per Centimetrekare"
,"label":"Microgram per Square Centimeter"
,"label":"Microgram per Square Centimetre"
,"label":"Microgram per Square Centimetre"
,"label":"Microgramm pro Quadratcentimeter"
,"label":"Microgramme par Centimètre Carré"
,"label":"Microgrammo per Centimetro Quadrato"
,"label":"Microgramo por Centimetro Cuadrado"
,"symbol":"μg\/cm²"
,"type":"qudt:Unit"
,"ucum code":"ug.cm-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of mass per area, equivalent to 0.01 grammes per square metre",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"plainTextDescription" : "A unit of mass per area, equivalent to 0.01 grammes per square metre",
"symbol" : "μg/cm²",
"ucumCode" : "ug.cm-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Microgram per Square Centimeter"
}, {
"@language" : "pl",
"@value" : "Microgram na Centimetr Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Microgram na Kvadratni Centimeter"
}, {
"@language" : "ms",
"@value" : "Microgram per Centimeter Persegi"
}, {
"@language" : "ro",
"@value" : "Microgram pe Centimetru Pătrat"
}, {
"@language" : "es",
"@value" : "Microgramo por Centimetro Cuadrado"
}, {
"@language" : "tr",
"@value" : "Microgram per Centimetrekare"
}, {
"@language" : "cs",
"@value" : "Microgram na Čtvereční Centimetr"
}, "Microgram per Square Centimetre", {
"@language" : "en",
"@value" : "Microgram per Square Centimetre"
}, {
"@language" : "de",
"@value" : "Microgramm pro Quadratcentimeter"
}, {
"@language" : "fr",
"@value" : "Microgramme par Centimètre Carré"
}, {
"@language" : "it",
"@value" : "Microgrammo per Centimetro Quadrato"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-CentiM2-WK
URI: http://qudt.org/vocab/unit/MicroGM-PER-CentiM2-WK
A rate of change of 1e-9 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one calendar week.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-CentiM2-WK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of 1e-9 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one calendar week."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001653439153439153439153439153439153 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.653439153439153439153439153439153E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "μg/(cm²·wk)" ; <http://qudt.org/schema/qudt/ucumCode> "ug.cm-2.wk-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Square Centimeter Week"@en-US ; rdfs:label "Microgram per Square Centimetre Week" ; rdfs:label "Microgram per Square Centimetre Week"@en ; .
{"resource":"Microgram per Square Centimetre Week"
,"qname":"unit:MicroGM-PER-CentiM2-WK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-CentiM2-WK"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001653439153439153439153439153439153"
,"conversion multiplier scientific":"1.653439153439153439153439153439153E-11"
,"description":"A rate of change of 1e-9 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one calendar week."
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Square Centimeter Week"
,"label":"Microgram per Square Centimetre Week"
,"label":"Microgram per Square Centimetre Week"
,"symbol":"μg\/(cm²·wk)"
,"type":"qudt:Unit"
,"ucum code":"ug.cm-2.wk-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-CentiM2-WK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of 1e-9 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one calendar week."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.00000000001653439153439153439153439153439153",
"conversionMultiplier:SN" : 1.6534391534391535E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"symbol" : "μg/(cm²·wk)",
"ucumCode" : "ug.cm-2.wk-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgram per Square Centimetre Week", {
"@language" : "en",
"@value" : "Microgram per Square Centimetre Week"
}, {
"@language" : "en-us",
"@value" : "Microgram per Square Centimeter Week"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-DeciL
URI: http://qudt.org/vocab/unit/MicroGM-PER-DeciL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-DeciL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.0000000001-fold of the SI base unit kilogram divided by the unit decilitre" ; <http://qudt.org/schema/qudt/symbol> "μg/dL" ; <http://qudt.org/schema/qudt/ucumCode> "ug.dL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Deciliter"@en-US ; rdfs:label "Microgram per Decilitre" ; rdfs:label "Microgram per Decilitre"@en ; .
{"resource":"Microgram per Decilitre"
,"qname":"unit:MicroGM-PER-DeciL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-DeciL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description (plain text)":"0.0000000001-fold of the SI base unit kilogram divided by the unit decilitre"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Deciliter"
,"label":"Microgram per Decilitre"
,"label":"Microgram per Decilitre"
,"symbol":"μg\/dL"
,"type":"qudt:Unit"
,"ucum code":"ug.dL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-DeciL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"plainTextDescription" : "0.0000000001-fold of the SI base unit kilogram divided by the unit decilitre",
"symbol" : "μg/dL",
"ucumCode" : "ug.dL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgram per Decilitre", {
"@language" : "en",
"@value" : "Microgram per Decilitre"
}, {
"@language" : "en-us",
"@value" : "Microgram per Deciliter"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-GM
URI: http://qudt.org/vocab/unit/MicroGM-PER-GM
One part per 10**6 (million) by mass of the measurand in the matrix.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One part per 10**6 (million) by mass of the measurand in the matrix."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "μg/g" ; <http://qudt.org/schema/qudt/ucumCode> "ug.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram na Gram"@cs ; rdfs:label "Microgram na Gram"@pl ; rdfs:label "Microgram na Gram"@sl ; rdfs:label "Microgram pe Gram"@ro ; rdfs:label "Microgram per Gram" ; rdfs:label "Microgram per Gram"@en ; rdfs:label "Microgram per Gram"@ms ; rdfs:label "Microgram per Gram"@tr ; rdfs:label "Microgramm pro Gramm"@de ; rdfs:label "Microgramme par Gramme"@fr ; rdfs:label "Microgrammo per Grammo"@it ; rdfs:label "Microgramo por Gramo"@es ; .
{"resource":"Microgram per Gram"
,"qname":"unit:MicroGM-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"One part per 10**6 (million) by mass of the measurand in the matrix."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram na Gram"
,"label":"Microgram na Gram"
,"label":"Microgram na Gram"
,"label":"Microgram pe Gram"
,"label":"Microgram per Gram"
,"label":"Microgram per Gram"
,"label":"Microgram per Gram"
,"label":"Microgram per Gram"
,"label":"Microgramm pro Gramm"
,"label":"Microgramme par Gramme"
,"label":"Microgrammo per Grammo"
,"label":"Microgramo por Gramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"μg\/g"
,"type":"qudt:Unit"
,"ucum code":"ug.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One part per 10**6 (million) by mass of the measurand in the matrix."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "μg/g",
"ucumCode" : "ug.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgram per Gram", {
"@language" : "en",
"@value" : "Microgram per Gram"
}, {
"@language" : "ms",
"@value" : "Microgram per Gram"
}, {
"@language" : "tr",
"@value" : "Microgram per Gram"
}, {
"@language" : "es",
"@value" : "Microgramo por Gramo"
}, {
"@language" : "de",
"@value" : "Microgramm pro Gramm"
}, {
"@language" : "it",
"@value" : "Microgrammo per Grammo"
}, {
"@language" : "fr",
"@value" : "Microgramme par Gramme"
}, {
"@language" : "cs",
"@value" : "Microgram na Gram"
}, {
"@language" : "pl",
"@value" : "Microgram na Gram"
}, {
"@language" : "sl",
"@value" : "Microgram na Gram"
}, {
"@language" : "ro",
"@value" : "Microgram pe Gram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-GM-DAY
URI: http://qudt.org/vocab/unit/MicroGM-PER-GM-DAY
mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of SI base unit kilogram per day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-GM-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of SI base unit kilogram per day "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassSpecificBiogeochemicalRate> ; <http://qudt.org/schema/qudt/plainTextDescription> "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of the SI base unit kilogram per day (8640 seconds)" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "μg/(g·d)" ; <http://qudt.org/schema/qudt/ucumCode> "ug.g-1.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Gram Day" ; rdfs:label "Microgram per Gram Day"@en ; .
{"resource":"Microgram per Gram Day"
,"qname":"unit:MicroGM-PER-GM-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-GM-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T1D0"
,"description":"mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of SI base unit kilogram per day "
,"description (plain text)":"mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of the SI base unit kilogram per day (8640 seconds)"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MassSpecificBiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Gram Day"
,"label":"Microgram per Gram Day"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"μg\/(g·d)"
,"type":"qudt:Unit"
,"ucum code":"ug.g-1.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-GM-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of SI base unit kilogram per day ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassSpecificBiogeochemicalRate",
"plainTextDescription" : "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of the SI base unit kilogram per day (8640 seconds)",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "μg/(g·d)",
"ucumCode" : "ug.g-1.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgram per Gram Day", {
"@language" : "en",
"@value" : "Microgram per Gram Day"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-GM-HR
URI: http://qudt.org/vocab/unit/MicroGM-PER-GM-HR
0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-GM-HR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour "@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassSpecificBiogeochemicalRate> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour " ; <http://qudt.org/schema/qudt/symbol> "μg/(g·h)" ; <http://qudt.org/schema/qudt/ucumCode> "ug.g-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Gram Hour" ; rdfs:label "Microgram per Gram Hour"@en ; .
{"resource":"Microgram per Gram Hour"
,"qname":"unit:MicroGM-PER-GM-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-GM-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"description":"0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour "
,"description (plain text)":"0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MassSpecificBiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Gram Hour"
,"label":"Microgram per Gram Hour"
,"symbol":"μg\/(g·h)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"ug.g-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-GM-HR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : {
"@language" : "en",
"@value" : "0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour "
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassSpecificBiogeochemicalRate",
"plainTextDescription" : "0.0000000001-fold of the SI base unit kilogram divided by 0.0001-fold of the SI base unit kilogram over a period of 1 hour ",
"symbol" : "μg/(g·h)",
"ucumCode" : "ug.g-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Microgram per Gram Hour"
}, "Microgram per Gram Hour" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-IN2
URI: http://qudt.org/vocab/unit/MicroGM-PER-IN2
Microgram Per Square Inch (µg/in²) is a unit in the category of surface density.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-IN2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Microgram Per Square Inch (µg/in²) is a unit in the category of surface density."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000015500031000062000124000248000496 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.5500031000062000124000248000496E-6 ; <http://qudt.org/schema/qudt/expression> "$µg/in^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceDensity> ; <http://qudt.org/schema/qudt/symbol> "μg/in²" ; <http://qudt.org/schema/qudt/ucumCode> "ug.[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Square Inch" ; rdfs:label "Microgram per Square Inch"@en ; .
{"resource":"Microgram per Square Inch"
,"qname":"unit:MicroGM-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-IN2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000015500031000062000124000248000496"
,"conversion multiplier scientific":"1.5500031000062000124000248000496E-6"
,"description":"Microgram Per Square Inch (µg\/in²) is a unit in the category of surface density."
,"expression":"$µg\/in^2$"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"has quantity kind":"quantitykind:SurfaceDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Square Inch"
,"label":"Microgram per Square Inch"
,"symbol":"μg\/in²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"ug.[in_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-IN2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Microgram Per Square Inch (µg/in²) is a unit in the category of surface density.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0000015500031000062000124000248000496",
"conversionMultiplier:SN" : 1.5500031000062E-6,
"expression" : "$µg/in^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassPerArea", "http://qudt.org/vocab/quantitykind/SurfaceDensity" ],
"symbol" : "μg/in²",
"ucumCode" : "ug.[in_i]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgram per Square Inch", {
"@language" : "en",
"@value" : "Microgram per Square Inch"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-KiloGM
URI: http://qudt.org/vocab/unit/MicroGM-PER-KiloGM
mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA083" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA083"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "μg/kg" ; <http://qudt.org/schema/qudt/ucumCode> "ug.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J33" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107313731> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram na Kilogram"@cs ; rdfs:label "Microgram na Kilogram"@pl ; rdfs:label "Microgram na Kilogram"@sl ; rdfs:label "Microgram pe Kilogram"@ro ; rdfs:label "Microgram per Kilogram" ; rdfs:label "Microgram per Kilogram"@en ; rdfs:label "Microgram per Kilogram"@ms ; rdfs:label "Microgram per Kilogram"@tr ; rdfs:label "Microgramm pro Kilogramm"@de ; rdfs:label "Microgramme par Kilogramme"@fr ; rdfs:label "Microgrammo per Chilogrammo"@it ; rdfs:label "Microgramo por Kilogramo"@es ; .
{"resource":"Microgram per Kilogram"
,"qname":"unit:MicroGM-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107313731>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"
,"description (plain text)":"mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA083"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA083"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram na Kilogram"
,"label":"Microgram na Kilogram"
,"label":"Microgram na Kilogram"
,"label":"Microgram pe Kilogram"
,"label":"Microgram per Kilogram"
,"label":"Microgram per Kilogram"
,"label":"Microgram per Kilogram"
,"label":"Microgram per Kilogram"
,"label":"Microgramm pro Kilogramm"
,"label":"Microgramme par Kilogramme"
,"label":"Microgrammo per Chilogrammo"
,"label":"Microgramo por Kilogramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"μg\/kg"
,"type":"qudt:Unit"
,"ucum code":"ug.kg-1"
,"unece common code":"J33"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"iec61360Code" : "0112/2///62720#UAA083",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA083",
"plainTextDescription" : "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "μg/kg",
"ucumCode" : "ug.kg-1",
"uneceCommonCode" : "J33",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107313731",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgram per Kilogram", {
"@language" : "en",
"@value" : "Microgram per Kilogram"
}, {
"@language" : "ms",
"@value" : "Microgram per Kilogram"
}, {
"@language" : "tr",
"@value" : "Microgram per Kilogram"
}, {
"@language" : "fr",
"@value" : "Microgramme par Kilogramme"
}, {
"@language" : "ro",
"@value" : "Microgram pe Kilogram"
}, {
"@language" : "de",
"@value" : "Microgramm pro Kilogramm"
}, {
"@language" : "es",
"@value" : "Microgramo por Kilogramo"
}, {
"@language" : "it",
"@value" : "Microgrammo per Chilogrammo"
}, {
"@language" : "cs",
"@value" : "Microgram na Kilogram"
}, {
"@language" : "pl",
"@value" : "Microgram na Kilogram"
}, {
"@language" : "sl",
"@value" : "Microgram na Kilogram"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-L
URI: http://qudt.org/vocab/unit/MicroGM-PER-L
0.000000001-fold of the SI base unit kilogram divided by the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA084" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA084"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI base unit kilogram divided by the unit litre" ; <http://qudt.org/schema/qudt/symbol> "μg/L" ; <http://qudt.org/schema/qudt/ucumCode> "ug.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H29" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907187> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Liter"@en-US ; rdfs:label "Microgram per Liter"@nl ; rdfs:label "Microgram per Litre" ; rdfs:label "Microgram per Litre"@en ; .
{"resource":"Microgram per Litre"
,"qname":"unit:MicroGM-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907187>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000000001-fold of the SI base unit kilogram divided by the unit litre"
,"description (plain text)":"0.000000001-fold of the SI base unit kilogram divided by the unit litre"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassConcentration"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA084"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA084"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Liter"
,"label":"Microgram per Liter"
,"label":"Microgram per Litre"
,"label":"Microgram per Litre"
,"symbol":"μg\/L"
,"type":"qudt:Unit"
,"ucum code":"ug.L-1"
,"unece common code":"H29"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI base unit kilogram divided by the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/MassConcentration" ],
"iec61360Code" : "0112/2///62720#UAA084",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA084",
"plainTextDescription" : "0.000000001-fold of the SI base unit kilogram divided by the unit litre",
"symbol" : "μg/L",
"ucumCode" : "ug.L-1",
"uneceCommonCode" : "H29",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907187",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgram per Litre", {
"@language" : "en",
"@value" : "Microgram per Litre"
}, {
"@language" : "en-us",
"@value" : "Microgram per Liter"
}, {
"@language" : "nl",
"@value" : "Microgram per Liter"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-L-DAY
URI: http://qudt.org/vocab/unit/MicroGM-PER-L-DAY
A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 day.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-L-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 day."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentrationRateOfChange> ; <http://qudt.org/schema/qudt/symbol> "μg/(L·d)" ; <http://qudt.org/schema/qudt/ucumCode> "ug.L-1.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Liter Day"@en-US ; rdfs:label "Microgram per Litre Day" ; rdfs:label "Microgram per Litre Day"@en ; .
{"resource":"Microgram per Litre Day"
,"qname":"unit:MicroGM-PER-L-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-L-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"description":"A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 day."
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassConcentrationRateOfChange"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Liter Day"
,"label":"Microgram per Litre Day"
,"label":"Microgram per Litre Day"
,"symbol":"μg\/(L·d)"
,"type":"qudt:Unit"
,"ucum code":"ug.L-1.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-L-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 day."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassConcentrationRateOfChange",
"symbol" : "μg/(L·d)",
"ucumCode" : "ug.L-1.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgram per Litre Day", {
"@language" : "en",
"@value" : "Microgram per Litre Day"
}, {
"@language" : "en-us",
"@value" : "Microgram per Liter Day"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-L-HR
URI: http://qudt.org/vocab/unit/MicroGM-PER-L-HR
A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-L-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "μg/(L·h)" ; <http://qudt.org/schema/qudt/ucumCode> "ug.L-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Liter Hour"@en-US ; rdfs:label "Microgram per Litre Hour" ; rdfs:label "Microgram per Litre Hour"@en ; .
{"resource":"Microgram per Litre Hour"
,"qname":"unit:MicroGM-PER-L-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-L-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"description":"A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour."
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Liter Hour"
,"label":"Microgram per Litre Hour"
,"label":"Microgram per Litre Hour"
,"symbol":"μg\/(L·h)"
,"type":"qudt:Unit"
,"ucum code":"ug.L-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-L-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of mass of a measurand equivalent to 10^-9 kilogram (the SI unit of mass) per litre volume of matrix over a period of 1 hour."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "μg/(L·h)",
"ucumCode" : "ug.L-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Microgram per Liter Hour"
}, "Microgram per Litre Hour", {
"@language" : "en",
"@value" : "Microgram per Litre Hour"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-M2-DAY
URI: http://qudt.org/vocab/unit/MicroGM-PER-M2-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-14 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "μg/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "ug.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Square Meter Day"@en-US ; rdfs:label "Microgram per Square Metre Day" ; rdfs:label "Microgram per Square Metre Day"@en ; .
{"resource":"Microgram per Square Metre Day"
,"qname":"unit:MicroGM-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-M2-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-14"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Square Meter Day"
,"label":"Microgram per Square Metre Day"
,"label":"Microgram per Square Metre Day"
,"symbol":"μg\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"ug.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-14,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"symbol" : "μg/(m²·d)",
"ucumCode" : "ug.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Microgram per Square Meter Day"
}, "Microgram per Square Metre Day", {
"@language" : "en",
"@value" : "Microgram per Square Metre Day"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-M3
URI: http://qudt.org/vocab/unit/MicroGM-PER-M3
0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA085" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA085"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "μg/m³" ; <http://qudt.org/schema/qudt/ucumCode> "ug.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "GQ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623548> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram na Kubični Meter"@sl ; rdfs:label "Microgram na Metr Krychlový"@cs ; rdfs:label "Microgram na Metr Sześcienny"@pl ; rdfs:label "Microgram pe Metru Cub"@ro ; rdfs:label "Microgram per Cubic Meter"@en-US ; rdfs:label "Microgram per Cubic Metre" ; rdfs:label "Microgram per Cubic Metre"@en ; rdfs:label "Microgram per Meter Kubik"@ms ; rdfs:label "Microgram per Metreküp"@tr ; rdfs:label "Microgramm pro Kubikmeter"@de ; rdfs:label "Microgramme par Mètre Cube"@fr ; rdfs:label "Microgrammo per Metro Cubo"@it ; rdfs:label "Microgramo por Metro Cúbico"@es ; .
{"resource":"Microgram per Cubic Metre"
,"qname":"unit:MicroGM-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623548>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA085"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA085"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram na Kubični Meter"
,"label":"Microgram na Metr Krychlový"
,"label":"Microgram na Metr Sześcienny"
,"label":"Microgram pe Metru Cub"
,"label":"Microgram per Cubic Meter"
,"label":"Microgram per Cubic Metre"
,"label":"Microgram per Cubic Metre"
,"label":"Microgram per Meter Kubik"
,"label":"Microgram per Metreküp"
,"label":"Microgramm pro Kubikmeter"
,"label":"Microgramme par Mètre Cube"
,"label":"Microgrammo per Metro Cubo"
,"label":"Microgramo por Metro Cúbico"
,"symbol":"μg\/m³"
,"type":"qudt:Unit"
,"ucum code":"ug.m-3"
,"unece common code":"GQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA085",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA085",
"plainTextDescription" : "0.000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "μg/m³",
"ucumCode" : "ug.m-3",
"uneceCommonCode" : "GQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623548",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Microgramo por Metro Cúbico"
}, {
"@language" : "en-us",
"@value" : "Microgram per Cubic Meter"
}, {
"@language" : "fr",
"@value" : "Microgramme par Mètre Cube"
}, {
"@language" : "tr",
"@value" : "Microgram per Metreküp"
}, {
"@language" : "it",
"@value" : "Microgrammo per Metro Cubo"
}, {
"@language" : "pl",
"@value" : "Microgram na Metr Sześcienny"
}, {
"@language" : "ro",
"@value" : "Microgram pe Metru Cub"
}, {
"@language" : "cs",
"@value" : "Microgram na Metr Krychlový"
}, "Microgram per Cubic Metre", {
"@language" : "en",
"@value" : "Microgram per Cubic Metre"
}, {
"@language" : "sl",
"@value" : "Microgram na Kubični Meter"
}, {
"@language" : "ms",
"@value" : "Microgram per Meter Kubik"
}, {
"@language" : "de",
"@value" : "Microgramm pro Kubikmeter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-M3-BAR
URI: http://qudt.org/vocab/unit/MicroGM-PER-M3-BAR
0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-M3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-14 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA087" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA087"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μg/(m³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "ug.m-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J35" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Cubic Meter Bar"@en-US ; rdfs:label "Microgram per Cubic Metre Bar" ; rdfs:label "Microgram per Cubic Metre Bar"@en ; .
{"resource":"Microgram per Cubic Metre Bar"
,"qname":"unit:MicroGM-PER-M3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-M3-BAR"
,"properties":["conversion multiplier":"0.00000000000001"
,"conversion multiplier scientific":"1.0E-14"
,"description":"0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA087"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA087"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Cubic Meter Bar"
,"label":"Microgram per Cubic Metre Bar"
,"label":"Microgram per Cubic Metre Bar"
,"symbol":"μg\/(m³·bar)"
,"type":"qudt:Unit"
,"ucum code":"ug.m-3.bar-1"
,"unece common code":"J35"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-M3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar",
"conversionMultiplier" : "0.00000000000001",
"conversionMultiplier:SN" : 1.0E-14,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA087",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA087",
"symbol" : "μg/(m³·bar)",
"ucumCode" : "ug.m-3.bar-1",
"uneceCommonCode" : "J35",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgram per Cubic Metre Bar", {
"@language" : "en",
"@value" : "Microgram per Cubic Metre Bar"
}, {
"@language" : "en-us",
"@value" : "Microgram per Cubic Meter Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-M3-HR
URI: http://qudt.org/vocab/unit/MicroGM-PER-M3-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-M3-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "μg/(m³·h)" ; <http://qudt.org/schema/qudt/ucumCode> "ug.m-3.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Cubic Meter Hour"@en-US ; rdfs:label "Microgram per Cubic Metre Hour" ; rdfs:label "Microgram per Cubic Metre Hour"@en ; .
{"resource":"Microgram per Cubic Metre Hour"
,"qname":"unit:MicroGM-PER-M3-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-M3-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-13"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Cubic Meter Hour"
,"label":"Microgram per Cubic Metre Hour"
,"label":"Microgram per Cubic Metre Hour"
,"symbol":"μg\/(m³·h)"
,"type":"qudt:Unit"
,"ucum code":"ug.m-3.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-M3-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0000000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "μg/(m³·h)",
"ucumCode" : "ug.m-3.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Microgram per Cubic Meter Hour"
}, "Microgram per Cubic Metre Hour", {
"@language" : "en",
"@value" : "Microgram per Cubic Metre Hour"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-M3-K
URI: http://qudt.org/vocab/unit/MicroGM-PER-M3-K
0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-M3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA086" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA086"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μg/(m³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "ug.m-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J34" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram na Kubični Meter Kelvin"@sl ; rdfs:label "Microgram na Metr Krychlový Kelvin"@cs ; rdfs:label "Microgram na Metr Sześcienny Kelwin"@pl ; rdfs:label "Microgram pe Metru Cub Kelvin"@ro ; rdfs:label "Microgram per Cubic Meter Kelvin"@en-US ; rdfs:label "Microgram per Cubic Metre Kelvin" ; rdfs:label "Microgram per Cubic Metre Kelvin"@en ; rdfs:label "Microgram per Meter Kubik Kelvin"@ms ; rdfs:label "Microgram per Metreküp Kelvin"@tr ; rdfs:label "Microgramm pro Kubikmeter Kelvin"@de ; rdfs:label "Microgramme par Mètre Cube Kelvin"@fr ; rdfs:label "Microgrammo per Metro Cubo Kelvin"@it ; rdfs:label "Microgramo por Metro Cúbico Kelvin"@es ; .
{"resource":"Microgram per Cubic Metre Kelvin"
,"qname":"unit:MicroGM-PER-M3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-M3-K"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA086"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA086"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram na Kubični Meter Kelvin"
,"label":"Microgram na Metr Krychlový Kelvin"
,"label":"Microgram na Metr Sześcienny Kelwin"
,"label":"Microgram pe Metru Cub Kelvin"
,"label":"Microgram per Cubic Meter Kelvin"
,"label":"Microgram per Cubic Metre Kelvin"
,"label":"Microgram per Cubic Metre Kelvin"
,"label":"Microgram per Meter Kubik Kelvin"
,"label":"Microgram per Metreküp Kelvin"
,"label":"Microgramm pro Kubikmeter Kelvin"
,"label":"Microgramme par Mètre Cube Kelvin"
,"label":"Microgrammo per Metro Cubo Kelvin"
,"label":"Microgramo por Metro Cúbico Kelvin"
,"symbol":"μg\/(m³·K)"
,"type":"qudt:Unit"
,"ucum code":"ug.m-3.K-1"
,"unece common code":"J34"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-M3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA086",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA086",
"symbol" : "μg/(m³·K)",
"ucumCode" : "ug.m-3.K-1",
"uneceCommonCode" : "J34",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Microgramm pro Kubikmeter Kelvin"
}, {
"@language" : "tr",
"@value" : "Microgram per Metreküp Kelvin"
}, {
"@language" : "sl",
"@value" : "Microgram na Kubični Meter Kelvin"
}, {
"@language" : "it",
"@value" : "Microgrammo per Metro Cubo Kelvin"
}, {
"@language" : "es",
"@value" : "Microgramo por Metro Cúbico Kelvin"
}, "Microgram per Cubic Metre Kelvin", {
"@language" : "en",
"@value" : "Microgram per Cubic Metre Kelvin"
}, {
"@language" : "fr",
"@value" : "Microgramme par Mètre Cube Kelvin"
}, {
"@language" : "ms",
"@value" : "Microgram per Meter Kubik Kelvin"
}, {
"@language" : "cs",
"@value" : "Microgram na Metr Krychlový Kelvin"
}, {
"@language" : "en-us",
"@value" : "Microgram per Cubic Meter Kelvin"
}, {
"@language" : "ro",
"@value" : "Microgram pe Metru Cub Kelvin"
}, {
"@language" : "pl",
"@value" : "Microgram na Metr Sześcienny Kelwin"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-MilliGM
URI: http://qudt.org/vocab/unit/MicroGM-PER-MilliGM
mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-MilliGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/plainTextDescription> "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "μg/mg" ; <http://qudt.org/schema/qudt/ucumCode> "ug.mg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram na Milligram"@cs ; rdfs:label "Microgram na Milligram"@pl ; rdfs:label "Microgram na Milligram"@sl ; rdfs:label "Microgram pe Milligram"@ro ; rdfs:label "Microgram per Milligram" ; rdfs:label "Microgram per Milligram"@en ; rdfs:label "Microgram per Milligram"@ms ; rdfs:label "Microgram per Milligram"@tr ; rdfs:label "Microgramm pro Milligramm"@de ; rdfs:label "Microgramme par Milligramme"@fr ; rdfs:label "Microgrammo per Milligrammo"@it ; rdfs:label "Microgramo por Milligramo"@es ; .
{"resource":"Microgram per Milligram"
,"qname":"unit:MicroGM-PER-MilliGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-MilliGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of SI base unit kilogram"
,"description (plain text)":"mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram na Milligram"
,"label":"Microgram na Milligram"
,"label":"Microgram na Milligram"
,"label":"Microgram pe Milligram"
,"label":"Microgram per Milligram"
,"label":"Microgram per Milligram"
,"label":"Microgram per Milligram"
,"label":"Microgram per Milligram"
,"label":"Microgramm pro Milligramm"
,"label":"Microgramme par Milligramme"
,"label":"Microgrammo per Milligrammo"
,"label":"Microgramo por Milligramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"μg\/mg"
,"type":"qudt:Unit"
,"ucum code":"ug.mg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-MilliGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"plainTextDescription" : "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.000001-fold of the SI base unit kilogram",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "μg/mg",
"ucumCode" : "ug.mg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Microgramm pro Milligramm"
}, {
"@language" : "es",
"@value" : "Microgramo por Milligramo"
}, "Microgram per Milligram", {
"@language" : "en",
"@value" : "Microgram per Milligram"
}, {
"@language" : "ms",
"@value" : "Microgram per Milligram"
}, {
"@language" : "tr",
"@value" : "Microgram per Milligram"
}, {
"@language" : "fr",
"@value" : "Microgramme par Milligramme"
}, {
"@language" : "ro",
"@value" : "Microgram pe Milligram"
}, {
"@language" : "cs",
"@value" : "Microgram na Milligram"
}, {
"@language" : "pl",
"@value" : "Microgram na Milligram"
}, {
"@language" : "sl",
"@value" : "Microgram na Milligram"
}, {
"@language" : "it",
"@value" : "Microgrammo per Milligrammo"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGM-PER-MilliL
URI: http://qudt.org/vocab/unit/MicroGM-PER-MilliL
One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGM-PER-MilliL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the SI base unit kilogram divided by the unit microlitre" ; <http://qudt.org/schema/qudt/symbol> "μg/mL" ; <http://qudt.org/schema/qudt/ucumCode> "ug.mL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgram per Milliliter"@en-US ; rdfs:label "Microgram per Millilitre" ; rdfs:label "Microgram per Millilitre"@en ; .
{"resource":"Microgram per Millilitre"
,"qname":"unit:MicroGM-PER-MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGM-PER-MilliL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."
,"description (plain text)":"0.000000000001-fold of the SI base unit kilogram divided by the unit microlitre"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassConcentration"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgram per Milliliter"
,"label":"Microgram per Millilitre"
,"label":"Microgram per Millilitre"
,"symbol":"μg\/mL"
,"type":"qudt:Unit"
,"ucum code":"ug.mL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGM-PER-MilliL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One 10**6 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassConcentration", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"plainTextDescription" : "0.000000000001-fold of the SI base unit kilogram divided by the unit microlitre",
"symbol" : "μg/mL",
"ucumCode" : "ug.mL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgram per Millilitre", {
"@language" : "en",
"@value" : "Microgram per Millilitre"
}, {
"@language" : "en-us",
"@value" : "Microgram per Milliliter"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGRAY
URI: http://qudt.org/vocab/unit/MicroGRAY
0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGRAY> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Grey"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Grey?oldid=494774160"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/gray> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GRAY> ; <http://qudt.org/schema/qudt/siUnitsExpression> "J/kg" ; <http://qudt.org/schema/qudt/symbol> "μGy" ; <http://qudt.org/schema/qudt/ucumCode> "uGy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94417481> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgray" ; rdfs:label "Microgray"@cs ; rdfs:label "Microgray"@de ; rdfs:label "Microgray"@en ; rdfs:label "Microgray"@es ; rdfs:label "Microgray"@fr ; rdfs:label "Microgray"@hu ; rdfs:label "Microgray"@it ; rdfs:label "Microgray"@ms ; rdfs:label "Microgray"@ro ; rdfs:label "Microgray"@sl ; rdfs:label "Microgray"@tr ; rdfs:label "Microgrej"@pl ; .
{"resource":"Microgray"
,"qname":"unit:MicroGRAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGRAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94417481>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Grey"
,"description":"0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AbsorbedDose"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Grey?oldid=494774160"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgray"
,"label":"Microgrej"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/gray>"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:GRAY"
,"si units expression":"J\/kg"
,"symbol":"μGy"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"uGy"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGRAY",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "0.000001 fold of the SI unit of radiation dose. Radiation carries energy, and when it is absorbed by matter the matter receives this energy. The dose is the amount of energy deposited per unit of mass. One gray is defined to be the dose of one joule of energy absorbed per kilogram of matter, or 100 rad. The unit is named for the British physician L. Harold Gray (1905-1965), an authority on the use of radiation in the treatment of cancer.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"dbpediaMatch" : "http://dbpedia.org/resource/Grey",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AbsorbedDose",
"informativeReference" : "http://en.wikipedia.org/wiki/Grey?oldid=494774160",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/gray",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/GRAY",
"siUnitsExpression" : "J/kg",
"symbol" : "μGy",
"ucumCode" : "uGy",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94417481",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgray", {
"@language" : "cs",
"@value" : "Microgray"
}, {
"@language" : "de",
"@value" : "Microgray"
}, {
"@language" : "en",
"@value" : "Microgray"
}, {
"@language" : "fr",
"@value" : "Microgray"
}, {
"@language" : "hu",
"@value" : "Microgray"
}, {
"@language" : "it",
"@value" : "Microgray"
}, {
"@language" : "ms",
"@value" : "Microgray"
}, {
"@language" : "ro",
"@value" : "Microgray"
}, {
"@language" : "sl",
"@value" : "Microgray"
}, {
"@language" : "tr",
"@value" : "Microgray"
}, {
"@language" : "es",
"@value" : "Microgray"
}, {
"@language" : "pl",
"@value" : "Microgrej"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGRAY-PER-HR
URI: http://qudt.org/vocab/unit/MicroGRAY-PER-HR
0.000001-fold of the SI derived unit gray divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGRAY-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit gray divided by the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB478" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB478"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μGy/h" ; <http://qudt.org/schema/qudt/ucumCode> "uGy.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P63" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617522> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgray per Hour" ; rdfs:label "Microgray per Hour"@en ; .
{"resource":"Microgray per Hour"
,"qname":"unit:MicroGRAY-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGRAY-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617522>"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"description":"0.000001-fold of the SI derived unit gray divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB478"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB478"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgray per Hour"
,"label":"Microgray per Hour"
,"symbol":"μGy\/h"
,"type":"qudt:Unit"
,"ucum code":"uGy.h-1"
,"unece common code":"P63"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGRAY-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit gray divided by the unit hour",
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAB478",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB478",
"symbol" : "μGy/h",
"ucumCode" : "uGy.h-1",
"uneceCommonCode" : "P63",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617522",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgray per Hour", {
"@language" : "en",
"@value" : "Microgray per Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGRAY-PER-MIN
URI: http://qudt.org/vocab/unit/MicroGRAY-PER-MIN
0.000001-fold of the SI derived unit gray divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGRAY-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit gray divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB474" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB474"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μGy/min" ; <http://qudt.org/schema/qudt/ucumCode> "uGy.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P59" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgray per Minute" ; rdfs:label "Microgray per Minute"@en ; .
{"resource":"Microgray per Minute"
,"qname":"unit:MicroGRAY-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGRAY-PER-MIN"
,"properties":["conversion multiplier":"0.00000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-8"
,"description":"0.000001-fold of the SI derived unit gray divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB474"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB474"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgray per Minute"
,"label":"Microgray per Minute"
,"symbol":"μGy\/min"
,"type":"qudt:Unit"
,"ucum code":"uGy.min-1"
,"unece common code":"P59"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGRAY-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit gray divided by the unit minute",
"conversionMultiplier" : "0.00000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/KermaRate" ],
"iec61360Code" : "0112/2///62720#UAB474",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB474",
"symbol" : "μGy/min",
"ucumCode" : "uGy.min-1",
"uneceCommonCode" : "P59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microgray per Minute", {
"@language" : "en",
"@value" : "Microgray per Minute"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroGRAY-PER-SEC
URI: http://qudt.org/vocab/unit/MicroGRAY-PER-SEC
0.000001-fold of the SI derived unit gray divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroGRAY-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit gray divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB299" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB299"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μGy/s" ; <http://qudt.org/schema/qudt/ucumCode> "uGy.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P55" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617514> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microgray na Sekunda"@cs ; rdfs:label "Microgray na Sekunda"@sl ; rdfs:label "Microgray par Seconde"@fr ; rdfs:label "Microgray pe Secundă"@ro ; rdfs:label "Microgray per Saat"@ms ; rdfs:label "Microgray per Saniye"@tr ; rdfs:label "Microgray per Second" ; rdfs:label "Microgray per Second"@en ; rdfs:label "Microgray per Secondo"@it ; rdfs:label "Microgray por Segundo"@es ; rdfs:label "Microgray pro Sekunde"@de ; rdfs:label "Microgrej na Sekunda"@pl ; .
{"resource":"Microgray per Second"
,"qname":"unit:MicroGRAY-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroGRAY-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617514>"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit gray divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB299"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB299"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microgray na Sekunda"
,"label":"Microgray na Sekunda"
,"label":"Microgray par Seconde"
,"label":"Microgray pe Secundă"
,"label":"Microgray per Saat"
,"label":"Microgray per Saniye"
,"label":"Microgray per Second"
,"label":"Microgray per Second"
,"label":"Microgray per Secondo"
,"label":"Microgray por Segundo"
,"label":"Microgray pro Sekunde"
,"label":"Microgrej na Sekunda"
,"symbol":"μGy\/s"
,"type":"qudt:Unit"
,"ucum code":"uGy.s-1"
,"unece common code":"P55"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroGRAY-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit gray divided by the SI base unit second",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAB299",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB299",
"symbol" : "μGy/s",
"ucumCode" : "uGy.s-1",
"uneceCommonCode" : "P55",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617514",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Microgrej na Sekunda"
}, {
"@language" : "tr",
"@value" : "Microgray per Saniye"
}, {
"@language" : "ms",
"@value" : "Microgray per Saat"
}, {
"@language" : "cs",
"@value" : "Microgray na Sekunda"
}, {
"@language" : "sl",
"@value" : "Microgray na Sekunda"
}, {
"@language" : "es",
"@value" : "Microgray por Segundo"
}, {
"@language" : "it",
"@value" : "Microgray per Secondo"
}, {
"@language" : "de",
"@value" : "Microgray pro Sekunde"
}, {
"@language" : "fr",
"@value" : "Microgray par Seconde"
}, "Microgray per Second", {
"@language" : "en",
"@value" : "Microgray per Second"
}, {
"@language" : "ro",
"@value" : "Microgray pe Secundă"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroH
URI: http://qudt.org/vocab/unit/MicroH
The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroH> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Inductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA066" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA066"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/H> ; <http://qudt.org/schema/qudt/symbol> "μH" ; <http://qudt.org/schema/qudt/ucumCode> "uH"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B90" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2679083> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microhenr"@pl ; rdfs:label "Microhenrio"@es ; rdfs:label "Microhenry" ; rdfs:label "Microhenry"@cs ; rdfs:label "Microhenry"@de ; rdfs:label "Microhenry"@en ; rdfs:label "Microhenry"@fr ; rdfs:label "Microhenry"@hu ; rdfs:label "Microhenry"@it ; rdfs:label "Microhenry"@ms ; rdfs:label "Microhenry"@ro ; rdfs:label "Microhenry"@sl ; rdfs:label "Microhenry"@tr ; .
{"resource":"Microhenry"
,"qname":"unit:MicroH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2679083>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry. "
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Inductance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA066"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA066"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microhenr"
,"label":"Microhenrio"
,"label":"Microhenry"
,"label":"Microhenry"
,"label":"Microhenry"
,"label":"Microhenry"
,"label":"Microhenry"
,"label":"Microhenry"
,"label":"Microhenry"
,"label":"Microhenry"
,"label":"Microhenry"
,"label":"Microhenry"
,"label":"Microhenry"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:H"
,"symbol":"μH"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"uH"
,"unece common code":"B90"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroH",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI derived unit for inductance is the henry. 1 henry is equal to 1000000 microhenry. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Inductance",
"iec61360Code" : "0112/2///62720#UAA066",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA066",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/H",
"symbol" : "μH",
"ucumCode" : "uH",
"uneceCommonCode" : "B90",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2679083",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Microhenrio"
}, "Microhenry", {
"@language" : "cs",
"@value" : "Microhenry"
}, {
"@language" : "de",
"@value" : "Microhenry"
}, {
"@language" : "en",
"@value" : "Microhenry"
}, {
"@language" : "fr",
"@value" : "Microhenry"
}, {
"@language" : "it",
"@value" : "Microhenry"
}, {
"@language" : "ms",
"@value" : "Microhenry"
}, {
"@language" : "ro",
"@value" : "Microhenry"
}, {
"@language" : "sl",
"@value" : "Microhenry"
}, {
"@language" : "tr",
"@value" : "Microhenry"
}, {
"@language" : "hu",
"@value" : "Microhenry"
}, {
"@language" : "pl",
"@value" : "Microhenr"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroH-PER-KiloOHM
URI: http://qudt.org/vocab/unit/MicroH-PER-KiloOHM
0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroH-PER-KiloOHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA068" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA068"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm" ; <http://qudt.org/schema/qudt/symbol> "μH/kΩ" ; <http://qudt.org/schema/qudt/ucumCode> "uH.kOhm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G98" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microhenr na Kiloom"@pl ; rdfs:label "Microhenrio por Kiloohmio"@es ; rdfs:label "Microhenry na Kiloohm"@cs ; rdfs:label "Microhenry na Kiloohm"@sl ; rdfs:label "Microhenry par Kiloohm"@fr ; rdfs:label "Microhenry pe Kiloohm"@ro ; rdfs:label "Microhenry per Chiloohm"@it ; rdfs:label "Microhenry per Kiloohm" ; rdfs:label "Microhenry per Kiloohm"@en ; rdfs:label "Microhenry per Kiloohm"@ms ; rdfs:label "Microhenry per Kiloohm"@tr ; rdfs:label "Microhenry pro Kiloohm"@de ; .
{"resource":"Microhenry per Kiloohm"
,"qname":"unit:MicroH-PER-KiloOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroH-PER-KiloOHM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm"
,"description (plain text)":"0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA068"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA068"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microhenr na Kiloom"
,"label":"Microhenrio por Kiloohmio"
,"label":"Microhenry na Kiloohm"
,"label":"Microhenry na Kiloohm"
,"label":"Microhenry par Kiloohm"
,"label":"Microhenry pe Kiloohm"
,"label":"Microhenry per Chiloohm"
,"label":"Microhenry per Kiloohm"
,"label":"Microhenry per Kiloohm"
,"label":"Microhenry per Kiloohm"
,"label":"Microhenry per Kiloohm"
,"label":"Microhenry pro Kiloohm"
,"symbol":"μH\/kΩ"
,"type":"qudt:Unit"
,"ucum code":"uH.kOhm-1"
,"unece common code":"G98"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroH-PER-KiloOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA068",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA068",
"plainTextDescription" : "0.000001-fold of the SI derived unit henry divided by the 1,000-fold of the SI derived unit ohm",
"symbol" : "μH/kΩ",
"ucumCode" : "uH.kOhm-1",
"uneceCommonCode" : "G98",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Microhenry per Chiloohm"
}, "Microhenry per Kiloohm", {
"@language" : "en",
"@value" : "Microhenry per Kiloohm"
}, {
"@language" : "ms",
"@value" : "Microhenry per Kiloohm"
}, {
"@language" : "tr",
"@value" : "Microhenry per Kiloohm"
}, {
"@language" : "cs",
"@value" : "Microhenry na Kiloohm"
}, {
"@language" : "sl",
"@value" : "Microhenry na Kiloohm"
}, {
"@language" : "de",
"@value" : "Microhenry pro Kiloohm"
}, {
"@language" : "ro",
"@value" : "Microhenry pe Kiloohm"
}, {
"@language" : "pl",
"@value" : "Microhenr na Kiloom"
}, {
"@language" : "es",
"@value" : "Microhenrio por Kiloohmio"
}, {
"@language" : "fr",
"@value" : "Microhenry par Kiloohm"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroH-PER-M
URI: http://qudt.org/vocab/unit/MicroH-PER-M
0.000001-fold of the SI derived unit henry divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroH-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit henry divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticPermeability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permeability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA069" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA069"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit henry divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "μH/m" ; <http://qudt.org/schema/qudt/ucumCode> "uH.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B91" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107538710> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microhenr na Metr"@pl ; rdfs:label "Microhenrio por Metro"@es ; rdfs:label "Microhenry na Meter"@sl ; rdfs:label "Microhenry na Metr"@cs ; rdfs:label "Microhenry par Mètre"@fr ; rdfs:label "Microhenry pe Metru"@ro ; rdfs:label "Microhenry per Meter"@en-US ; rdfs:label "Microhenry per Meter"@ms ; rdfs:label "Microhenry per Metre" ; rdfs:label "Microhenry per Metre"@en ; rdfs:label "Microhenry per Metre"@tr ; rdfs:label "Microhenry per Metro"@it ; rdfs:label "Microhenry pro Meter"@de ; .
{"resource":"Microhenry per Metre"
,"qname":"unit:MicroH-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroH-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107538710>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit henry divided by the SI base unit metre"
,"description (plain text)":"0.000001-fold of the SI derived unit henry divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ElectromagneticPermeability"
,"has quantity kind":"quantitykind:Permeability"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA069"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA069"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microhenr na Metr"
,"label":"Microhenrio por Metro"
,"label":"Microhenry na Meter"
,"label":"Microhenry na Metr"
,"label":"Microhenry par Mètre"
,"label":"Microhenry pe Metru"
,"label":"Microhenry per Meter"
,"label":"Microhenry per Meter"
,"label":"Microhenry per Metre"
,"label":"Microhenry per Metre"
,"label":"Microhenry per Metre"
,"label":"Microhenry per Metro"
,"label":"Microhenry pro Meter"
,"symbol":"μH\/m"
,"type":"qudt:Unit"
,"ucum code":"uH.m-1"
,"unece common code":"B91"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroH-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit henry divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Permeability", "http://qudt.org/vocab/quantitykind/ElectromagneticPermeability" ],
"iec61360Code" : "0112/2///62720#UAA069",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA069",
"plainTextDescription" : "0.000001-fold of the SI derived unit henry divided by the SI base unit metre",
"symbol" : "μH/m",
"ucumCode" : "uH.m-1",
"uneceCommonCode" : "B91",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107538710",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Microhenry per Meter"
}, {
"@language" : "ms",
"@value" : "Microhenry per Meter"
}, "Microhenry per Metre", {
"@language" : "en",
"@value" : "Microhenry per Metre"
}, {
"@language" : "fr",
"@value" : "Microhenry par Mètre"
}, {
"@language" : "it",
"@value" : "Microhenry per Metro"
}, {
"@language" : "sl",
"@value" : "Microhenry na Meter"
}, {
"@language" : "ro",
"@value" : "Microhenry pe Metru"
}, {
"@language" : "de",
"@value" : "Microhenry pro Meter"
}, {
"@language" : "cs",
"@value" : "Microhenry na Metr"
}, {
"@language" : "es",
"@value" : "Microhenrio por Metro"
}, {
"@language" : "pl",
"@value" : "Microhenr na Metr"
}, {
"@language" : "tr",
"@value" : "Microhenry per Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroH-PER-OHM
URI: http://qudt.org/vocab/unit/MicroH-PER-OHM
0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroH-PER-OHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA067" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA067"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm" ; <http://qudt.org/schema/qudt/symbol> "μH/Ω" ; <http://qudt.org/schema/qudt/ucumCode> "uH.Ohm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G99" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microhenr na Om"@pl ; rdfs:label "Microhenrio por Ohmio"@es ; rdfs:label "Microhenry na Ohm"@cs ; rdfs:label "Microhenry na Ohm"@sl ; rdfs:label "Microhenry par Ohm"@fr ; rdfs:label "Microhenry pe Ohm"@ro ; rdfs:label "Microhenry per Ohm" ; rdfs:label "Microhenry per Ohm"@en ; rdfs:label "Microhenry per Ohm"@it ; rdfs:label "Microhenry per Ohm"@ms ; rdfs:label "Microhenry per Ohm"@tr ; rdfs:label "Microhenry pro Ohm"@de ; .
{"resource":"Microhenry per Ohm"
,"qname":"unit:MicroH-PER-OHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroH-PER-OHM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm"
,"description (plain text)":"0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA067"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA067"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microhenr na Om"
,"label":"Microhenrio por Ohmio"
,"label":"Microhenry na Ohm"
,"label":"Microhenry na Ohm"
,"label":"Microhenry par Ohm"
,"label":"Microhenry pe Ohm"
,"label":"Microhenry per Ohm"
,"label":"Microhenry per Ohm"
,"label":"Microhenry per Ohm"
,"label":"Microhenry per Ohm"
,"label":"Microhenry per Ohm"
,"label":"Microhenry pro Ohm"
,"symbol":"μH\/Ω"
,"type":"qudt:Unit"
,"ucum code":"uH.Ohm-1"
,"unece common code":"G99"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroH-PER-OHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA067",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA067",
"plainTextDescription" : "0.000001-fold of the SI derived unit henry divided by the SI derived unit ohm",
"symbol" : "μH/Ω",
"ucumCode" : "uH.Ohm-1",
"uneceCommonCode" : "G99",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Microhenry par Ohm"
}, "Microhenry per Ohm", {
"@language" : "en",
"@value" : "Microhenry per Ohm"
}, {
"@language" : "ms",
"@value" : "Microhenry per Ohm"
}, {
"@language" : "tr",
"@value" : "Microhenry per Ohm"
}, {
"@language" : "it",
"@value" : "Microhenry per Ohm"
}, {
"@language" : "es",
"@value" : "Microhenrio por Ohmio"
}, {
"@language" : "pl",
"@value" : "Microhenr na Om"
}, {
"@language" : "ro",
"@value" : "Microhenry pe Ohm"
}, {
"@language" : "de",
"@value" : "Microhenry pro Ohm"
}, {
"@language" : "cs",
"@value" : "Microhenry na Ohm"
}, {
"@language" : "sl",
"@value" : "Microhenry na Ohm"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroIN
URI: http://qudt.org/vocab/unit/MicroIN
"Microinch" is an Imperial unit for 'Length' expressed as $in^{-6}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MicroIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Microinch\" is an Imperial unit for 'Length' expressed as $in^{-6}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000254 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-8 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Distance> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA840" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA840"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexSymbol> "$\\mu in$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/IN> ;
<http://qudt.org/schema/qudt/symbol> "μin" ;
<http://qudt.org/schema/qudt/ucumCode> "u[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M7" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q39362962> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Microinch" ;
rdfs:label "Microinch"@en ;
.
{"resource":"Microinch"
,"qname":"unit:MicroIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q39362962>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000000254"
,"conversion multiplier scientific":"2.54E-8"
,"defined unit of system":"sou:IMPERIAL"
,"description":"\"Microinch\" is an Imperial unit for 'Length' expressed as $in^{-6}$."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Distance"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA840"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA840"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microinch"
,"label":"Microinch"
,"latex symbol":"$\\mu in$"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:IN"
,"symbol":"μin"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"u[in_i]"
,"unece common code":"M7"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Microinch\" is an Imperial unit for 'Length' expressed as $in^{-6}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0000000254",
"conversionMultiplier:SN" : 2.54E-8,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Length", "http://qudt.org/vocab/quantitykind/Distance" ],
"iec61360Code" : "0112/2///62720#UAA840",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA840",
"latexSymbol" : "$\\mu in$",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/IN",
"symbol" : "μin",
"ucumCode" : "u[in_i]",
"uneceCommonCode" : "M7",
"wikidataMatch" : "http://www.wikidata.org/entity/Q39362962",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microinch", {
"@language" : "en",
"@value" : "Microinch"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroJ
URI: http://qudt.org/vocab/unit/MicroJ
0.000001-fold of the SI derived unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB740" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB740"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit joule" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "μJ" ; <http://qudt.org/schema/qudt/ucumCode> "uJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micro Joule"@en-US ; rdfs:label "Microdżul"@pl ; rdfs:label "Microjoule" ; rdfs:label "Microjoule"@cs ; rdfs:label "Microjoule"@de ; rdfs:label "Microjoule"@en ; rdfs:label "Microjoule"@fr ; rdfs:label "Microjoule"@hu ; rdfs:label "Microjoule"@it ; rdfs:label "Microjoule"@ms ; rdfs:label "Microjoule"@ro ; rdfs:label "Microjoule"@sl ; rdfs:label "Microjoule"@tr ; rdfs:label "Microjulio"@es ; .
{"resource":"Microjoule"
,"qname":"unit:MicroJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroJ"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"0.000001-fold of the SI derived unit joule"
,"description (plain text)":"0.000001-fold of the SI derived unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB740"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB740"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micro Joule"
,"label":"Microdżul"
,"label":"Microjoule"
,"label":"Microjoule"
,"label":"Microjoule"
,"label":"Microjoule"
,"label":"Microjoule"
,"label":"Microjoule"
,"label":"Microjoule"
,"label":"Microjoule"
,"label":"Microjoule"
,"label":"Microjoule"
,"label":"Microjoule"
,"label":"Microjulio"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:J"
,"symbol":"μJ"
,"type":"qudt:Unit"
,"ucum code":"uJ"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit joule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB740",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB740",
"plainTextDescription" : "0.000001-fold of the SI derived unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "μJ",
"ucumCode" : "uJ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Microjulio"
}, "Microjoule", {
"@language" : "cs",
"@value" : "Microjoule"
}, {
"@language" : "de",
"@value" : "Microjoule"
}, {
"@language" : "en",
"@value" : "Microjoule"
}, {
"@language" : "ms",
"@value" : "Microjoule"
}, {
"@language" : "ro",
"@value" : "Microjoule"
}, {
"@language" : "sl",
"@value" : "Microjoule"
}, {
"@language" : "tr",
"@value" : "Microjoule"
}, {
"@language" : "fr",
"@value" : "Microjoule"
}, {
"@language" : "hu",
"@value" : "Microjoule"
}, {
"@language" : "it",
"@value" : "Microjoule"
}, {
"@language" : "pl",
"@value" : "Microdżul"
}, {
"@language" : "en-us",
"@value" : "Micro Joule"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroJ-PER-SEC
URI: http://qudt.org/vocab/unit/MicroJ-PER-SEC
0.000001-fold of the SI derived unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroJ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB510" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB510"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μJ/s" ; <http://qudt.org/schema/qudt/ucumCode> "uJ.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micro Joule per Second"@en-US ; rdfs:label "Microdżul na Sekunda"@pl ; rdfs:label "Microjoule na Sekunda"@cs ; rdfs:label "Microjoule na Sekunda"@sl ; rdfs:label "Microjoule par Seconde"@fr ; rdfs:label "Microjoule pe Secundă"@ro ; rdfs:label "Microjoule per Saat"@ms ; rdfs:label "Microjoule per Saniye"@tr ; rdfs:label "Microjoule per Second" ; rdfs:label "Microjoule per Second"@en ; rdfs:label "Microjoule per Secondo"@it ; rdfs:label "Microjoule pro Sekunde"@de ; rdfs:label "Microjulio por Segundo"@es ; .
{"resource":"Microjoule per Second"
,"qname":"unit:MicroJ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroJ-PER-SEC"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB510"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB510"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micro Joule per Second"
,"label":"Microdżul na Sekunda"
,"label":"Microjoule na Sekunda"
,"label":"Microjoule na Sekunda"
,"label":"Microjoule par Seconde"
,"label":"Microjoule pe Secundă"
,"label":"Microjoule per Saat"
,"label":"Microjoule per Saniye"
,"label":"Microjoule per Second"
,"label":"Microjoule per Second"
,"label":"Microjoule per Secondo"
,"label":"Microjoule pro Sekunde"
,"label":"Microjulio por Segundo"
,"symbol":"μJ\/s"
,"type":"qudt:Unit"
,"ucum code":"uJ.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroJ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit joule divided by the SI base unit second",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB510",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB510",
"symbol" : "μJ/s",
"ucumCode" : "uJ.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Microdżul na Sekunda"
}, {
"@language" : "it",
"@value" : "Microjoule per Secondo"
}, {
"@language" : "de",
"@value" : "Microjoule pro Sekunde"
}, "Microjoule per Second", {
"@language" : "tr",
"@value" : "Microjoule per Saniye"
}, {
"@language" : "es",
"@value" : "Microjulio por Segundo"
}, {
"@language" : "en",
"@value" : "Microjoule per Second"
}, {
"@language" : "fr",
"@value" : "Microjoule par Seconde"
}, {
"@language" : "cs",
"@value" : "Microjoule na Sekunda"
}, {
"@language" : "sl",
"@value" : "Microjoule na Sekunda"
}, {
"@language" : "en-us",
"@value" : "Micro Joule per Second"
}, {
"@language" : "ro",
"@value" : "Microjoule pe Secundă"
}, {
"@language" : "ms",
"@value" : "Microjoule per Saat"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroKAT
URI: http://qudt.org/vocab/unit/MicroKAT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroKAT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivity> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KAT> ; <http://qudt.org/schema/qudt/symbol> "μkat" ; <http://qudt.org/schema/qudt/ucumCode> "ukat"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microkatal" ; rdfs:label "Microkatal"@cs ; rdfs:label "Microkatal"@de ; rdfs:label "Microkatal"@en ; rdfs:label "Microkatal"@es ; rdfs:label "Microkatal"@fr ; rdfs:label "Microkatal"@hu ; rdfs:label "Microkatal"@it ; rdfs:label "Microkatal"@ms ; rdfs:label "Microkatal"@pl ; rdfs:label "Microkatal"@ro ; rdfs:label "Microkatal"@sl ; rdfs:label "Microkatal"@tr ; .
{"resource":"Microkatal"
,"qname":"unit:MicroKAT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroKAT"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivity"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"label":"Microkatal"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:KAT"
,"symbol":"μkat"
,"type":"qudt:Unit"
,"ucum code":"ukat"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroKAT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivity",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/KAT",
"symbol" : "μkat",
"ucumCode" : "ukat",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microkatal", {
"@language" : "cs",
"@value" : "Microkatal"
}, {
"@language" : "de",
"@value" : "Microkatal"
}, {
"@language" : "en",
"@value" : "Microkatal"
}, {
"@language" : "es",
"@value" : "Microkatal"
}, {
"@language" : "fr",
"@value" : "Microkatal"
}, {
"@language" : "hu",
"@value" : "Microkatal"
}, {
"@language" : "it",
"@value" : "Microkatal"
}, {
"@language" : "ms",
"@value" : "Microkatal"
}, {
"@language" : "pl",
"@value" : "Microkatal"
}, {
"@language" : "ro",
"@value" : "Microkatal"
}, {
"@language" : "sl",
"@value" : "Microkatal"
}, {
"@language" : "tr",
"@value" : "Microkatal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroKAT-PER-L
URI: http://qudt.org/vocab/unit/MicroKAT-PER-L
A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroKAT-PER-L> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; <http://qudt.org/schema/qudt/symbol> "μkat/L" ; <http://qudt.org/schema/qudt/ucumCode> "ukat.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microkatal per Liter"@en-US ; rdfs:label "Microkatal per Litre" ; rdfs:label "Microkatal per Litre"@en ; .
{"resource":"Microkatal per Litre"
,"qname":"unit:MicroKAT-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroKAT-PER-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"defined unit of system":"sou:SI"
,"description":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"description (plain text)":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microkatal per Liter"
,"label":"Microkatal per Litre"
,"label":"Microkatal per Litre"
,"symbol":"μkat\/L"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"ukat.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroKAT-PER-L",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"plainTextDescription" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"symbol" : "μkat/L",
"ucumCode" : "ukat.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Microkatal per Liter"
}, "Microkatal per Litre", {
"@language" : "en",
"@value" : "Microkatal per Litre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroL
URI: http://qudt.org/vocab/unit/MicroL
0.000001-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA088" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA088"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "μL" ; <http://qudt.org/schema/qudt/ucumCode> "uL"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4G" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2282891> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microliter"@en-US ; rdfs:label "Microlitre" ; rdfs:label "Microlitre"@en ; .
{"resource":"Microlitre"
,"qname":"unit:MicroL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2282891>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000001-fold of the unit litre"
,"description (plain text)":"0.000001-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA088"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA088"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microliter"
,"label":"Microlitre"
,"label":"Microlitre"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:L"
,"symbol":"μL"
,"type":"qudt:Unit"
,"ucum code":"uL"
,"unece common code":"4G"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA088",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA088",
"plainTextDescription" : "0.000001-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "μL",
"ucumCode" : "uL",
"uneceCommonCode" : "4G",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2282891",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microlitre", {
"@language" : "en",
"@value" : "Microlitre"
}, {
"@language" : "en-us",
"@value" : "Microliter"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroL-PER-L
URI: http://qudt.org/vocab/unit/MicroL-PER-L
volume ratio as 0.000001-fold of the unit litre divided by the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroL-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "volume ratio as 0.000001-fold of the unit litre divided by the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA089" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA089"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "volume ratio as 0.000001-fold of the unit litre divided by the unit litre" ; <http://qudt.org/schema/qudt/symbol> "μL/L" ; <http://qudt.org/schema/qudt/ucumCode> "uL.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "ppmv" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J36" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106998052> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microliter per Liter"@en-US ; rdfs:label "Microlitre per Litre" ; rdfs:label "Microlitre per Litre"@en ; .
{"resource":"Microlitre per Litre"
,"qname":"unit:MicroL-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroL-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106998052>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"volume ratio as 0.000001-fold of the unit litre divided by the unit litre"
,"description (plain text)":"volume ratio as 0.000001-fold of the unit litre divided by the unit litre"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA089"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA089"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microliter per Liter"
,"label":"Microlitre per Litre"
,"label":"Microlitre per Litre"
,"symbol":"μL\/L"
,"type":"qudt:Unit"
,"ucum code":"uL.L-1"
,"udunits code":"ppmv"
,"unece common code":"J36"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroL-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "volume ratio as 0.000001-fold of the unit litre divided by the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"iec61360Code" : "0112/2///62720#UAA089",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA089",
"plainTextDescription" : "volume ratio as 0.000001-fold of the unit litre divided by the unit litre",
"symbol" : "μL/L",
"ucumCode" : "uL.L-1",
"udunitsCode" : "ppmv",
"uneceCommonCode" : "J36",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106998052",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microlitre per Litre", {
"@language" : "en",
"@value" : "Microlitre per Litre"
}, {
"@language" : "en-us",
"@value" : "Microliter per Liter"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM
URI: http://qudt.org/vocab/unit/MicroM
"Micrometer" is a unit for 'Length' expressed as $microm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Micrometer\" is a unit for 'Length' expressed as $microm$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Micrometer"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA090" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Micrometer?oldid=491270437"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA090"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "μm" ; <http://qudt.org/schema/qudt/ucumCode> "um"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4H" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q175821> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micrometer"@de ; rdfs:label "Micrometer"@en-US ; rdfs:label "Micrometer"@ms ; rdfs:label "Micrometer"@sl ; rdfs:label "Micrometr"@cs ; rdfs:label "Micrometr"@pl ; rdfs:label "Micrometre" ; rdfs:label "Micrometre"@en ; rdfs:label "Micrometre"@tr ; rdfs:label "Micrometro"@es ; rdfs:label "Micrometro"@it ; rdfs:label "Micrometru"@ro ; rdfs:label "Micromètre"@fr ; rdfs:label "Microméter"@hu ; .
{"resource":"Micrometre"
,"qname":"unit:MicroM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q175821>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Micrometer"
,"description":"\"Micrometer\" is a unit for 'Length' expressed as $microm$."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA090"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Micrometer?oldid=491270437"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA090"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micrometer"
,"label":"Micrometer"
,"label":"Micrometer"
,"label":"Micrometer"
,"label":"Micrometr"
,"label":"Micrometr"
,"label":"Micrometre"
,"label":"Micrometre"
,"label":"Micrometre"
,"label":"Micrometro"
,"label":"Micrometro"
,"label":"Micrometru"
,"label":"Micromètre"
,"label":"Microméter"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:M"
,"symbol":"μm"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"um"
,"unece common code":"4H"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Micrometer\" is a unit for 'Length' expressed as $microm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"dbpediaMatch" : "http://dbpedia.org/resource/Micrometer",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA090",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA090", "http://en.wikipedia.org/wiki/Micrometer?oldid=491270437" ],
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "μm",
"ucumCode" : "um",
"uneceCommonCode" : "4H",
"wikidataMatch" : "http://www.wikidata.org/entity/Q175821",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Micrometer"
}, {
"@language" : "en-us",
"@value" : "Micrometer"
}, {
"@language" : "ms",
"@value" : "Micrometer"
}, {
"@language" : "sl",
"@value" : "Micrometer"
}, "Micrometre", {
"@language" : "en",
"@value" : "Micrometre"
}, {
"@language" : "tr",
"@value" : "Micrometre"
}, {
"@language" : "fr",
"@value" : "Micromètre"
}, {
"@language" : "hu",
"@value" : "Microméter"
}, {
"@language" : "ro",
"@value" : "Micrometru"
}, {
"@language" : "es",
"@value" : "Micrometro"
}, {
"@language" : "it",
"@value" : "Micrometro"
}, {
"@language" : "cs",
"@value" : "Micrometr"
}, {
"@language" : "pl",
"@value" : "Micrometr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM-PER-K
URI: http://qudt.org/vocab/unit/MicroM-PER-K
0.000001-fold of the SI base unit metre divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA091" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA091"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "μm/K" ; <http://qudt.org/schema/qudt/ucumCode> "um.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F50" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micrometer na Kelvin"@sl ; rdfs:label "Micrometer per Kelvin"@en-US ; rdfs:label "Micrometer per Kelvin"@ms ; rdfs:label "Micrometer pro Kelvin"@de ; rdfs:label "Micrometr na Kelvin"@cs ; rdfs:label "Micrometr na Kelwin"@pl ; rdfs:label "Micrometre per Kelvin" ; rdfs:label "Micrometre per Kelvin"@en ; rdfs:label "Micrometre per Kelvin"@tr ; rdfs:label "Micrometro per Kelvin"@it ; rdfs:label "Micrometro por Kelvin"@es ; rdfs:label "Micrometru pe Kelvin"@ro ; rdfs:label "Micromètre par Kelvin"@fr ; .
{"resource":"Micrometre per Kelvin"
,"qname":"unit:MicroM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit metre divided by the SI base unit kelvin"
,"description (plain text)":"0.000001-fold of the SI base unit metre divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA091"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA091"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micrometer na Kelvin"
,"label":"Micrometer per Kelvin"
,"label":"Micrometer per Kelvin"
,"label":"Micrometer pro Kelvin"
,"label":"Micrometr na Kelvin"
,"label":"Micrometr na Kelwin"
,"label":"Micrometre per Kelvin"
,"label":"Micrometre per Kelvin"
,"label":"Micrometre per Kelvin"
,"label":"Micrometro per Kelvin"
,"label":"Micrometro por Kelvin"
,"label":"Micrometru pe Kelvin"
,"label":"Micromètre par Kelvin"
,"symbol":"μm\/K"
,"type":"qudt:Unit"
,"ucum code":"um.K-1"
,"unece common code":"F50"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA091",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA091",
"plainTextDescription" : "0.000001-fold of the SI base unit metre divided by the SI base unit kelvin",
"symbol" : "μm/K",
"ucumCode" : "um.K-1",
"uneceCommonCode" : "F50",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Micrometer pro Kelvin"
}, {
"@language" : "it",
"@value" : "Micrometro per Kelvin"
}, {
"@language" : "es",
"@value" : "Micrometro por Kelvin"
}, {
"@language" : "en-us",
"@value" : "Micrometer per Kelvin"
}, {
"@language" : "ms",
"@value" : "Micrometer per Kelvin"
}, {
"@language" : "pl",
"@value" : "Micrometr na Kelwin"
}, {
"@language" : "cs",
"@value" : "Micrometr na Kelvin"
}, {
"@language" : "sl",
"@value" : "Micrometer na Kelvin"
}, {
"@language" : "ro",
"@value" : "Micrometru pe Kelvin"
}, "Micrometre per Kelvin", {
"@language" : "en",
"@value" : "Micrometre per Kelvin"
}, {
"@language" : "tr",
"@value" : "Micrometre per Kelvin"
}, {
"@language" : "fr",
"@value" : "Micromètre par Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM-PER-L-DAY
URI: http://qudt.org/vocab/unit/MicroM-PER-L-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroM-PER-L-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Flux> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ParticleFluenceRate> ; <http://qudt.org/schema/qudt/symbol> "μm/(L·d)" ; <http://qudt.org/schema/qudt/ucumCode> "um.L-1.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micrometer per Liter Day"@en-US ; rdfs:label "Micrometre per Litre Day" ; rdfs:label "Micrometre per Litre Day"@en ; .
{"resource":"Micrometre per Litre Day"
,"qname":"unit:MicroM-PER-L-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM-PER-L-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Flux"
,"has quantity kind":"quantitykind:ParticleFluenceRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micrometer per Liter Day"
,"label":"Micrometre per Litre Day"
,"label":"Micrometre per Litre Day"
,"symbol":"μm\/(L·d)"
,"type":"qudt:Unit"
,"ucum code":"um.L-1.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM-PER-L-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Flux", "http://qudt.org/vocab/quantitykind/ParticleFluenceRate" ],
"symbol" : "μm/(L·d)",
"ucumCode" : "um.L-1.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Micrometer per Liter Day"
}, "Micrometre per Litre Day", {
"@language" : "en",
"@value" : "Micrometre per Litre Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM-PER-M
URI: http://qudt.org/vocab/unit/MicroM-PER-M
0.000001-fold of the SI base unit metre divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroM-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit metre divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Gradient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC002" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC002"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μm/m" ; <http://qudt.org/schema/qudt/ucumCode> "um.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micrometer na Meter"@sl ; rdfs:label "Micrometer per Meter"@en-US ; rdfs:label "Micrometer per Meter"@ms ; rdfs:label "Micrometer pro Meter"@de ; rdfs:label "Micrometr na Metr"@cs ; rdfs:label "Micrometr na Metr"@pl ; rdfs:label "Micrometre per Metre" ; rdfs:label "Micrometre per Metre"@en ; rdfs:label "Micrometre per Metre"@tr ; rdfs:label "Micrometro per Metro"@it ; rdfs:label "Micrometro por Metro"@es ; rdfs:label "Micrometru pe Metru"@ro ; rdfs:label "Micromètre par Mètre"@fr ; .
{"resource":"Micrometre per Metre"
,"qname":"unit:MicroM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM-PER-M"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit metre divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Gradient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC002"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC002"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micrometer na Meter"
,"label":"Micrometer per Meter"
,"label":"Micrometer per Meter"
,"label":"Micrometer pro Meter"
,"label":"Micrometr na Metr"
,"label":"Micrometr na Metr"
,"label":"Micrometre per Metre"
,"label":"Micrometre per Metre"
,"label":"Micrometre per Metre"
,"label":"Micrometro per Metro"
,"label":"Micrometro por Metro"
,"label":"Micrometru pe Metru"
,"label":"Micromètre par Mètre"
,"symbol":"μm\/m"
,"type":"qudt:Unit"
,"ucum code":"um.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit metre divided by the SI base unit metre",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Gradient",
"iec61360Code" : "0112/2///62720#UAC002",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC002",
"symbol" : "μm/m",
"ucumCode" : "um.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Micrometro por Metro"
}, {
"@language" : "ro",
"@value" : "Micrometru pe Metru"
}, {
"@language" : "sl",
"@value" : "Micrometer na Meter"
}, {
"@language" : "en-us",
"@value" : "Micrometer per Meter"
}, {
"@language" : "ms",
"@value" : "Micrometer per Meter"
}, {
"@language" : "de",
"@value" : "Micrometer pro Meter"
}, "Micrometre per Metre", {
"@language" : "en",
"@value" : "Micrometre per Metre"
}, {
"@language" : "tr",
"@value" : "Micrometre per Metre"
}, {
"@language" : "fr",
"@value" : "Micromètre par Mètre"
}, {
"@language" : "cs",
"@value" : "Micrometr na Metr"
}, {
"@language" : "pl",
"@value" : "Micrometr na Metr"
}, {
"@language" : "it",
"@value" : "Micrometro per Metro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM-PER-MIN
URI: http://qudt.org/vocab/unit/MicroM-PER-MIN
Micrometre per minute is a derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in micronmeters divided by time in minutes.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MicroM-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Micrometre per minute is a derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in micronmeters divided by time in minutes."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001666666666666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-8 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$\\frac{\\mu m}{min}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ;
<http://qudt.org/schema/qudt/symbol> "μm/min" ;
<http://qudt.org/schema/qudt/ucumCode> "um.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Micrometer per Minute"@en-US ;
rdfs:label "Micrometre per Minute" ;
rdfs:label "Micrometre per Minute"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "Micron per Minute"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "micron per minute"@en ;
.
{"resource":"Micrometre per Minute"
,"qname":"unit:MicroM-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM-PER-MIN"
,"properties":["alternative label":"Micron per Minute"
,"alternative label":"micron per minute"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-8"
,"description":"Micrometre per minute is a derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in micronmeters divided by time in minutes."
,"expression":"$\\frac{\\mu m}{min}$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ElectromagneticWavePhaseSpeed"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Speed"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micrometer per Minute"
,"label":"Micrometre per Minute"
,"label":"Micrometre per Minute"
,"symbol":"μm\/min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"um.min-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Micrometre per minute is a derived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in micronmeters divided by time in minutes.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.00000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-8,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$\\frac{\\mu m}{min}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Speed", "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed" ],
"symbol" : "μm/min",
"ucumCode" : "um.min-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Micrometer per Minute"
}, "Micrometre per Minute", {
"@language" : "en",
"@value" : "Micrometre per Minute"
} ],
"altLabel" : [ {
"@language" : "en",
"@value" : "Micron per Minute"
}, {
"@language" : "en",
"@value" : "micron per minute"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM-PER-MilliL
URI: http://qudt.org/vocab/unit/MicroM-PER-MilliL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroM-PER-MilliL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "μm/mL" ; <http://qudt.org/schema/qudt/ucumCode> "um.mL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micrometer per Milliliter"@en-US ; rdfs:label "Micrometre per Millilitre" ; rdfs:label "Micrometre per Millilitre"@en ; .
{"resource":"Micrometre per Millilitre"
,"qname":"unit:MicroM-PER-MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM-PER-MilliL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micrometer per Milliliter"
,"label":"Micrometre per Millilitre"
,"label":"Micrometre per Millilitre"
,"symbol":"μm\/mL"
,"type":"qudt:Unit"
,"ucum code":"um.mL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM-PER-MilliL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "μm/mL",
"ucumCode" : "um.mL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micrometre per Millilitre", {
"@language" : "en",
"@value" : "Micrometre per Millilitre"
}, {
"@language" : "en-us",
"@value" : "Micrometer per Milliliter"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM-PER-N
URI: http://qudt.org/vocab/unit/MicroM-PER-N
Micro metres measured per Newton
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroM-PER-N> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Micro metres measured per Newton"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearCompressibility> ; <http://qudt.org/schema/qudt/plainTextDescription> "Micro metres measured per Newton" ; <http://qudt.org/schema/qudt/symbol> "μm/N" ; <http://qudt.org/schema/qudt/ucumCode> "um.N-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micrometer na Newton"@sl ; rdfs:label "Micrometer per Newton"@en-US ; rdfs:label "Micrometer per Newton"@ms ; rdfs:label "Micrometer pro Newton"@de ; rdfs:label "Micrometr na Newton"@cs ; rdfs:label "Micrometr na Niuton"@pl ; rdfs:label "Micrometre per Newton" ; rdfs:label "Micrometre per Newton"@en ; rdfs:label "Micrometre per Newton"@tr ; rdfs:label "Micrometro per Newton"@it ; rdfs:label "Micrometro por Newton"@es ; rdfs:label "Micrometru pe Newton"@ro ; rdfs:label "Micromètre par Newton"@fr ; .
{"resource":"Micrometre per Newton"
,"qname":"unit:MicroM-PER-N"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM-PER-N"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"Micro metres measured per Newton"
,"description (plain text)":"Micro metres measured per Newton"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T2D0"
,"has quantity kind":"quantitykind:LinearCompressibility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micrometer na Newton"
,"label":"Micrometer per Newton"
,"label":"Micrometer per Newton"
,"label":"Micrometer pro Newton"
,"label":"Micrometr na Newton"
,"label":"Micrometr na Niuton"
,"label":"Micrometre per Newton"
,"label":"Micrometre per Newton"
,"label":"Micrometre per Newton"
,"label":"Micrometro per Newton"
,"label":"Micrometro por Newton"
,"label":"Micrometru pe Newton"
,"label":"Micromètre par Newton"
,"symbol":"μm\/N"
,"type":"qudt:Unit"
,"ucum code":"um.N-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM-PER-N",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Micro metres measured per Newton",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearCompressibility",
"plainTextDescription" : "Micro metres measured per Newton",
"symbol" : "μm/N",
"ucumCode" : "um.N-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Micrometer na Newton"
}, {
"@language" : "ro",
"@value" : "Micrometru pe Newton"
}, {
"@language" : "it",
"@value" : "Micrometro per Newton"
}, {
"@language" : "de",
"@value" : "Micrometer pro Newton"
}, {
"@language" : "cs",
"@value" : "Micrometr na Newton"
}, {
"@language" : "es",
"@value" : "Micrometro por Newton"
}, {
"@language" : "pl",
"@value" : "Micrometr na Niuton"
}, {
"@language" : "en-us",
"@value" : "Micrometer per Newton"
}, {
"@language" : "ms",
"@value" : "Micrometer per Newton"
}, {
"@language" : "fr",
"@value" : "Micromètre par Newton"
}, "Micrometre per Newton", {
"@language" : "en",
"@value" : "Micrometre per Newton"
}, {
"@language" : "tr",
"@value" : "Micrometre per Newton"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM-PER-SEC
URI: http://qudt.org/vocab/unit/MicroM-PER-SEC
Micrometre per second is anderived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MicroM-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Micrometre per second is anderived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$\\frac{\\mu m}{s}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ;
<http://qudt.org/schema/qudt/symbol> "μm/s" ;
<http://qudt.org/schema/qudt/ucumCode> "um.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Micrometer na Sekunda"@sl ;
rdfs:label "Micrometer per Saat"@ms ;
rdfs:label "Micrometer per Second"@en-US ;
rdfs:label "Micrometer pro Sekunde"@de ;
rdfs:label "Micrometr na Sekunda"@cs ;
rdfs:label "Micrometr na Sekunda"@pl ;
rdfs:label "Micrometre per Saniye"@tr ;
rdfs:label "Micrometre per Second" ;
rdfs:label "Micrometre per Second"@en ;
rdfs:label "Micrometro per Secondo"@it ;
rdfs:label "Micrometro por Segundo"@es ;
rdfs:label "Micrometru pe Secundă"@ro ;
rdfs:label "Micromètre par Seconde"@fr ;
.
{"resource":"Micrometre per Second"
,"qname":"unit:MicroM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"Micrometre per second is anderived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds."
,"expression":"$\\frac{\\mu m}{s}$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ElectromagneticWavePhaseSpeed"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Speed"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micrometer na Sekunda"
,"label":"Micrometer per Saat"
,"label":"Micrometer per Second"
,"label":"Micrometer pro Sekunde"
,"label":"Micrometr na Sekunda"
,"label":"Micrometr na Sekunda"
,"label":"Micrometre per Saniye"
,"label":"Micrometre per Second"
,"label":"Micrometre per Second"
,"label":"Micrometro per Secondo"
,"label":"Micrometro por Segundo"
,"label":"Micrometru pe Secundă"
,"label":"Micromètre par Seconde"
,"symbol":"μm\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"um.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Micrometre per second is anderived unit of both speed (scalar) and velocity (vector quantity which specifies both magnitude and a specific direction), defined by distance in metres divided by time in seconds.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$\\frac{\\mu m}{s}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Speed", "http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed", "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"symbol" : "μm/s",
"ucumCode" : "um.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Micrometr na Sekunda"
}, {
"@language" : "pl",
"@value" : "Micrometr na Sekunda"
}, {
"@language" : "ms",
"@value" : "Micrometer per Saat"
}, {
"@language" : "ro",
"@value" : "Micrometru pe Secundă"
}, {
"@language" : "it",
"@value" : "Micrometro per Secondo"
}, "Micrometre per Second", {
"@language" : "en",
"@value" : "Micrometre per Second"
}, {
"@language" : "fr",
"@value" : "Micromètre par Seconde"
}, {
"@language" : "sl",
"@value" : "Micrometer na Sekunda"
}, {
"@language" : "en-us",
"@value" : "Micrometer per Second"
}, {
"@language" : "tr",
"@value" : "Micrometre per Saniye"
}, {
"@language" : "es",
"@value" : "Micrometro por Segundo"
}, {
"@language" : "de",
"@value" : "Micrometer pro Sekunde"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM2
URI: http://qudt.org/vocab/unit/MicroM2
0.000000000001-fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA092" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA092"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "μm²" ; <http://qudt.org/schema/qudt/ucumCode> "um2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H30" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11061003> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Micrometer"@sl ; rdfs:label "Micrometer Persegi"@ms ; rdfs:label "Micrometr Kwadratowy"@pl ; rdfs:label "Micrometrekare"@tr ; rdfs:label "Micrometro Cuadrado"@es ; rdfs:label "Micrometro Quadrato"@it ; rdfs:label "Micrometru Pătrat"@ro ; rdfs:label "Micromètre Carré"@fr ; rdfs:label "Quadratmicrometer"@de ; rdfs:label "Square Micrometer"@en-US ; rdfs:label "Square Micrometre" ; rdfs:label "Square Micrometre"@en ; rdfs:label "Čtvereční Micrometr"@cs ; .
{"resource":"Square Micrometre"
,"qname":"unit:MicroM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11061003>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.000000000001-fold of the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA092"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA092"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Micrometer"
,"label":"Micrometer Persegi"
,"label":"Micrometr Kwadratowy"
,"label":"Micrometrekare"
,"label":"Micrometro Cuadrado"
,"label":"Micrometro Quadrato"
,"label":"Micrometru Pătrat"
,"label":"Micromètre Carré"
,"label":"Quadratmicrometer"
,"label":"Square Micrometer"
,"label":"Square Micrometre"
,"label":"Square Micrometre"
,"label":"Čtvereční Micrometr"
,"symbol":"μm²"
,"type":"qudt:Unit"
,"ucum code":"um2"
,"unece common code":"H30"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Area", "http://qudt.org/vocab/quantitykind/HydraulicPermeability" ],
"iec61360Code" : "0112/2///62720#UAA092",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA092",
"plainTextDescription" : "0.000000000001-fold of the power of the SI base unit metre with the exponent 2",
"symbol" : "μm²",
"ucumCode" : "um2",
"uneceCommonCode" : "H30",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11061003",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Micrometrekare"
}, {
"@language" : "ms",
"@value" : "Micrometer Persegi"
}, {
"@language" : "cs",
"@value" : "Čtvereční Micrometr"
}, "Square Micrometre", {
"@language" : "en",
"@value" : "Square Micrometre"
}, {
"@language" : "sl",
"@value" : "Kvadratni Micrometer"
}, {
"@language" : "pl",
"@value" : "Micrometr Kwadratowy"
}, {
"@language" : "es",
"@value" : "Micrometro Cuadrado"
}, {
"@language" : "de",
"@value" : "Quadratmicrometer"
}, {
"@language" : "it",
"@value" : "Micrometro Quadrato"
}, {
"@language" : "en-us",
"@value" : "Square Micrometer"
}, {
"@language" : "ro",
"@value" : "Micrometru Pătrat"
}, {
"@language" : "fr",
"@value" : "Micromètre Carré"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM3
URI: http://qudt.org/vocab/unit/MicroM3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/symbol> "μm³" ; <http://qudt.org/schema/qudt/ucumCode> "um3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21489894> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Micrometer"@en-US ; rdfs:label "Cubic Micrometre" ; rdfs:label "Cubic Micrometre"@en ; rdfs:label "Kubikmicrometer"@de ; rdfs:label "Kubični Micrometer"@sl ; rdfs:label "Micrometer Kubik"@ms ; rdfs:label "Micrometr Krychlový"@cs ; rdfs:label "Micrometr Sześcienny"@pl ; rdfs:label "Micrometreküp"@tr ; rdfs:label "Micrometro Cubo"@it ; rdfs:label "Micrometro Cúbico"@es ; rdfs:label "Micrometru Cub"@ro ; rdfs:label "Micromètre Cube"@fr ; .
{"resource":"Cubic Micrometre"
,"qname":"unit:MicroM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21489894>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Micrometer"
,"label":"Cubic Micrometre"
,"label":"Cubic Micrometre"
,"label":"Kubikmicrometer"
,"label":"Kubični Micrometer"
,"label":"Micrometer Kubik"
,"label":"Micrometr Krychlový"
,"label":"Micrometr Sześcienny"
,"label":"Micrometreküp"
,"label":"Micrometro Cubo"
,"label":"Micrometro Cúbico"
,"label":"Micrometru Cub"
,"label":"Micromètre Cube"
,"symbol":"μm³"
,"type":"qudt:Unit"
,"ucum code":"um3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"symbol" : "μm³",
"ucumCode" : "um3",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21489894",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Micrometre", {
"@language" : "en",
"@value" : "Cubic Micrometre"
}, {
"@language" : "sl",
"@value" : "Kubični Micrometer"
}, {
"@language" : "ro",
"@value" : "Micrometru Cub"
}, {
"@language" : "fr",
"@value" : "Micromètre Cube"
}, {
"@language" : "cs",
"@value" : "Micrometr Krychlový"
}, {
"@language" : "tr",
"@value" : "Micrometreküp"
}, {
"@language" : "en-us",
"@value" : "Cubic Micrometer"
}, {
"@language" : "ms",
"@value" : "Micrometer Kubik"
}, {
"@language" : "es",
"@value" : "Micrometro Cúbico"
}, {
"@language" : "it",
"@value" : "Micrometro Cubo"
}, {
"@language" : "de",
"@value" : "Kubikmicrometer"
}, {
"@language" : "pl",
"@value" : "Micrometr Sześcienny"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM3-PER-M3
URI: http://qudt.org/vocab/unit/MicroM3-PER-M3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroM3-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "μm³/m³" ; <http://qudt.org/schema/qudt/ucumCode> "um3.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Micrometer per Cubic Meter"@en-US ; rdfs:label "Cubic Micrometre per Cubic Metre" ; rdfs:label "Cubic Micrometre per Cubic Metre"@en ; rdfs:label "Kubikmicrometer pro Kubikmeter"@de ; rdfs:label "Kubični Micrometer na Kubični Meter"@sl ; rdfs:label "Micrometer Kubik per Meter Kubik"@ms ; rdfs:label "Micrometr Krychlový na Metr Krychlový"@cs ; rdfs:label "Micrometr Sześcienny na Metr Sześcienny"@pl ; rdfs:label "Micrometreküp per Metreküp"@tr ; rdfs:label "Micrometro Cubo per Metro Cubo"@it ; rdfs:label "Micrometro Cúbico por Metro Cúbico"@es ; rdfs:label "Micrometru Cub pe Metru Cub"@ro ; rdfs:label "Micromètre Cube par Mètre Cube"@fr ; .
{"resource":"Cubic Micrometre per Cubic Metre"
,"qname":"unit:MicroM3-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM3-PER-M3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"denominator dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Micrometer per Cubic Meter"
,"label":"Cubic Micrometre per Cubic Metre"
,"label":"Cubic Micrometre per Cubic Metre"
,"label":"Kubikmicrometer pro Kubikmeter"
,"label":"Kubični Micrometer na Kubični Meter"
,"label":"Micrometer Kubik per Meter Kubik"
,"label":"Micrometr Krychlový na Metr Krychlový"
,"label":"Micrometr Sześcienny na Metr Sześcienny"
,"label":"Micrometreküp per Metreküp"
,"label":"Micrometro Cubo per Metro Cubo"
,"label":"Micrometro Cúbico por Metro Cúbico"
,"label":"Micrometru Cub pe Metru Cub"
,"label":"Micromètre Cube par Mètre Cube"
,"numerator dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"symbol":"μm³\/m³"
,"type":"qudt:Unit"
,"ucum code":"um3.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM3-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"symbol" : "μm³/m³",
"ucumCode" : "um3.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Kubični Micrometer na Kubični Meter"
}, {
"@language" : "es",
"@value" : "Micrometro Cúbico por Metro Cúbico"
}, {
"@language" : "ms",
"@value" : "Micrometer Kubik per Meter Kubik"
}, {
"@language" : "it",
"@value" : "Micrometro Cubo per Metro Cubo"
}, {
"@language" : "tr",
"@value" : "Micrometreküp per Metreküp"
}, "Cubic Micrometre per Cubic Metre", {
"@language" : "en",
"@value" : "Cubic Micrometre per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Cubic Micrometer per Cubic Meter"
}, {
"@language" : "de",
"@value" : "Kubikmicrometer pro Kubikmeter"
}, {
"@language" : "cs",
"@value" : "Micrometr Krychlový na Metr Krychlový"
}, {
"@language" : "fr",
"@value" : "Micromètre Cube par Mètre Cube"
}, {
"@language" : "ro",
"@value" : "Micrometru Cub pe Metru Cub"
}, {
"@language" : "pl",
"@value" : "Micrometr Sześcienny na Metr Sześcienny"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroM3-PER-MilliL
URI: http://qudt.org/vocab/unit/MicroM3-PER-MilliL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroM3-PER-MilliL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "μm³/mL" ; <http://qudt.org/schema/qudt/ucumCode> "um3.mL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Micrometer per Milliliter"@en-US ; rdfs:label "Cubic Micrometre per Millilitre" ; rdfs:label "Cubic Micrometre per Millilitre"@en ; .
{"resource":"Cubic Micrometre per Millilitre"
,"qname":"unit:MicroM3-PER-MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroM3-PER-MilliL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"denominator dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Micrometer per Milliliter"
,"label":"Cubic Micrometre per Millilitre"
,"label":"Cubic Micrometre per Millilitre"
,"numerator dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"symbol":"μm³\/mL"
,"type":"qudt:Unit"
,"ucum code":"um3.mL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroM3-PER-MilliL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"symbol" : "μm³/mL",
"ucumCode" : "um3.mL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Micrometre per Millilitre", {
"@language" : "en",
"@value" : "Cubic Micrometre per Millilitre"
}, {
"@language" : "en-us",
"@value" : "Cubic Micrometer per Milliliter"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMHO
URI: http://qudt.org/vocab/unit/MicroMHO
0.000001-fold of the obsolete unit mho of the electric conductance
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMHO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the obsolete unit mho of the electric conductance"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Admittance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB201" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB201"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the obsolete unit mho of the electric conductance" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MHO> ; <http://qudt.org/schema/qudt/symbol> "μ℧" ; <http://qudt.org/schema/qudt/ucumCode> "umho"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "NR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107538746> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromho" ; rdfs:label "Micromho"@en ; .
{"resource":"Micromho"
,"qname":"unit:MicroMHO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMHO"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107538746>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the obsolete unit mho of the electric conductance"
,"description (plain text)":"0.000001-fold of the obsolete unit mho of the electric conductance"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Admittance"
,"has quantity kind":"quantitykind:Conductance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB201"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB201"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromho"
,"label":"Micromho"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:MHO"
,"symbol":"μ℧"
,"type":"qudt:Unit"
,"ucum code":"umho"
,"unece common code":"NR"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMHO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the obsolete unit mho of the electric conductance",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Conductance", "http://qudt.org/vocab/quantitykind/Admittance" ],
"iec61360Code" : "0112/2///62720#UAB201",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB201",
"plainTextDescription" : "0.000001-fold of the obsolete unit mho of the electric conductance",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/MHO",
"symbol" : "μ℧",
"ucumCode" : "umho",
"uneceCommonCode" : "NR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107538746",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micromho", {
"@language" : "en",
"@value" : "Micromho"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL
URI: http://qudt.org/vocab/unit/MicroMOL
0.000001-fold of the SI base unit mol
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit mol"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA093" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA093"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit mol" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ; <http://qudt.org/schema/qudt/symbol> "μmol" ; <http://qudt.org/schema/qudt/ucumCode> "umol"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "FH" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q56156949> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromol"@cs ; rdfs:label "Micromol"@de ; rdfs:label "Micromol"@es ; rdfs:label "Micromol"@pl ; rdfs:label "Micromol"@ro ; rdfs:label "Micromol"@sl ; rdfs:label "Micromol"@tr ; rdfs:label "Micromole" ; rdfs:label "Micromole"@en ; rdfs:label "Micromole"@fr ; rdfs:label "Micromole"@it ; rdfs:label "Micromole"@ms ; rdfs:label "Micromól"@hu ; .
{"resource":"Micromole"
,"qname":"unit:MicroMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q56156949>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit mol"
,"description (plain text)":"0.000001-fold of the SI base unit mol"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA093"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA093"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromol"
,"label":"Micromol"
,"label":"Micromol"
,"label":"Micromol"
,"label":"Micromol"
,"label":"Micromol"
,"label":"Micromol"
,"label":"Micromole"
,"label":"Micromole"
,"label":"Micromole"
,"label":"Micromole"
,"label":"Micromole"
,"label":"Micromól"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:MOL"
,"symbol":"μmol"
,"type":"qudt:Unit"
,"ucum code":"umol"
,"unece common code":"FH"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit mol",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"iec61360Code" : "0112/2///62720#UAA093",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA093",
"plainTextDescription" : "0.000001-fold of the SI base unit mol",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "μmol",
"ucumCode" : "umol",
"uneceCommonCode" : "FH",
"wikidataMatch" : "http://www.wikidata.org/entity/Q56156949",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Micromol"
}, {
"@language" : "de",
"@value" : "Micromol"
}, {
"@language" : "es",
"@value" : "Micromol"
}, {
"@language" : "pl",
"@value" : "Micromol"
}, {
"@language" : "ro",
"@value" : "Micromol"
}, {
"@language" : "sl",
"@value" : "Micromol"
}, {
"@language" : "tr",
"@value" : "Micromol"
}, {
"@language" : "hu",
"@value" : "Micromól"
}, "Micromole", {
"@language" : "en",
"@value" : "Micromole"
}, {
"@language" : "fr",
"@value" : "Micromole"
}, {
"@language" : "it",
"@value" : "Micromole"
}, {
"@language" : "ms",
"@value" : "Micromole"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-GM
URI: http://qudt.org/vocab/unit/MicroMOL-PER-GM
Micromole Per Gram ($umol/g$) is a unit of Molality
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Micromole Per Gram ($umol/g$) is a unit of Molality"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IonicStrength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolalityOfSolute> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "μmol/g" ; <http://qudt.org/schema/qudt/ucumCode> "umol.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromol na Gram"@cs ; rdfs:label "Micromol na Gram"@pl ; rdfs:label "Micromol na Gram"@sl ; rdfs:label "Micromol pe Gram"@ro ; rdfs:label "Micromol per Gram"@tr ; rdfs:label "Micromol por Gramo"@es ; rdfs:label "Micromol pro Gramm"@de ; rdfs:label "Micromole par Gramme"@fr ; rdfs:label "Micromole per Gram" ; rdfs:label "Micromole per Gram"@en ; rdfs:label "Micromole per Gram"@ms ; rdfs:label "Micromole per Grammo"@it ; .
{"resource":"Micromole per Gram"
,"qname":"unit:MicroMOL-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-GM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Micromole Per Gram ($umol\/g$) is a unit of Molality"
,"description (plain text)":"0.000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"has quantity kind":"quantitykind:IonicStrength"
,"has quantity kind":"quantitykind:MolalityOfSolute"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromol na Gram"
,"label":"Micromol na Gram"
,"label":"Micromol na Gram"
,"label":"Micromol pe Gram"
,"label":"Micromol per Gram"
,"label":"Micromol por Gramo"
,"label":"Micromol pro Gramm"
,"label":"Micromole par Gramme"
,"label":"Micromole per Gram"
,"label":"Micromole per Gram"
,"label":"Micromole per Gram"
,"label":"Micromole per Grammo"
,"symbol":"μmol\/g"
,"type":"qudt:Unit"
,"ucum code":"umol.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Micromole Per Gram ($umol/g$) is a unit of Molality",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass", "http://qudt.org/vocab/quantitykind/IonicStrength", "http://qudt.org/vocab/quantitykind/MolalityOfSolute" ],
"plainTextDescription" : "0.000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram",
"symbol" : "μmol/g",
"ucumCode" : "umol.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Micromol per Gram"
}, {
"@language" : "es",
"@value" : "Micromol por Gramo"
}, {
"@language" : "en",
"@value" : "Micromole per Gram"
}, {
"@language" : "ms",
"@value" : "Micromole per Gram"
}, "Micromole per Gram", {
"@language" : "fr",
"@value" : "Micromole par Gramme"
}, {
"@language" : "it",
"@value" : "Micromole per Grammo"
}, {
"@language" : "ro",
"@value" : "Micromol pe Gram"
}, {
"@language" : "cs",
"@value" : "Micromol na Gram"
}, {
"@language" : "pl",
"@value" : "Micromol na Gram"
}, {
"@language" : "sl",
"@value" : "Micromol na Gram"
}, {
"@language" : "de",
"@value" : "Micromol pro Gramm"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-GM-HR
URI: http://qudt.org/vocab/unit/MicroMOL-PER-GM-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-GM-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BiogeochemicalRate> ; <http://qudt.org/schema/qudt/symbol> "μmol/(g·h)" ; <http://qudt.org/schema/qudt/ucumCode> "umol.g-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromole per Gram Hour" ; rdfs:label "Micromole per Gram Hour"@en ; .
{"resource":"Micromole per Gram Hour"
,"qname":"unit:MicroMOL-PER-GM-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-GM-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:BiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromole per Gram Hour"
,"label":"Micromole per Gram Hour"
,"symbol":"μmol\/(g·h)"
,"type":"qudt:Unit"
,"ucum code":"umol.g-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-GM-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/BiogeochemicalRate",
"symbol" : "μmol/(g·h)",
"ucumCode" : "umol.g-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micromole per Gram Hour", {
"@language" : "en",
"@value" : "Micromole per Gram Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-GM-SEC
URI: http://qudt.org/vocab/unit/MicroMOL-PER-GM-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-GM-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BiogeochemicalRate> ; <http://qudt.org/schema/qudt/symbol> "μmol/(g·s)" ; <http://qudt.org/schema/qudt/ucumCode> "umol.g-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromol na Gram Sekunda"@cs ; rdfs:label "Micromol na Gram Sekunda"@pl ; rdfs:label "Micromol na Gram Sekunda"@sl ; rdfs:label "Micromol pe Gram Secundă"@ro ; rdfs:label "Micromol per Gram Saniye"@tr ; rdfs:label "Micromol por Gramo Segundo"@es ; rdfs:label "Micromol pro Gramm Sekunde"@de ; rdfs:label "Micromole par Gramme Seconde"@fr ; rdfs:label "Micromole per Gram Saat"@ms ; rdfs:label "Micromole per Gram Second" ; rdfs:label "Micromole per Gram Second"@en ; rdfs:label "Micromole per Grammo Secondo"@it ; .
{"resource":"Micromole per Gram Second"
,"qname":"unit:MicroMOL-PER-GM-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-GM-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:BiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromol na Gram Sekunda"
,"label":"Micromol na Gram Sekunda"
,"label":"Micromol na Gram Sekunda"
,"label":"Micromol pe Gram Secundă"
,"label":"Micromol per Gram Saniye"
,"label":"Micromol por Gramo Segundo"
,"label":"Micromol pro Gramm Sekunde"
,"label":"Micromole par Gramme Seconde"
,"label":"Micromole per Gram Saat"
,"label":"Micromole per Gram Second"
,"label":"Micromole per Gram Second"
,"label":"Micromole per Grammo Secondo"
,"symbol":"μmol\/(g·s)"
,"type":"qudt:Unit"
,"ucum code":"umol.g-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-GM-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/BiogeochemicalRate",
"symbol" : "μmol/(g·s)",
"ucumCode" : "umol.g-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micromole per Gram Second", {
"@language" : "en",
"@value" : "Micromole per Gram Second"
}, {
"@language" : "ms",
"@value" : "Micromole per Gram Saat"
}, {
"@language" : "fr",
"@value" : "Micromole par Gramme Seconde"
}, {
"@language" : "pl",
"@value" : "Micromol na Gram Sekunda"
}, {
"@language" : "sl",
"@value" : "Micromol na Gram Sekunda"
}, {
"@language" : "cs",
"@value" : "Micromol na Gram Sekunda"
}, {
"@language" : "tr",
"@value" : "Micromol per Gram Saniye"
}, {
"@language" : "es",
"@value" : "Micromol por Gramo Segundo"
}, {
"@language" : "de",
"@value" : "Micromol pro Gramm Sekunde"
}, {
"@language" : "it",
"@value" : "Micromole per Grammo Secondo"
}, {
"@language" : "ro",
"@value" : "Micromol pe Gram Secundă"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-KiloGM
URI: http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/symbol> "μmol/kg" ; <http://qudt.org/schema/qudt/ucumCode> "umol.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromol na Kilogram"@cs ; rdfs:label "Micromol na Kilogram"@pl ; rdfs:label "Micromol na Kilogram"@sl ; rdfs:label "Micromol pe Kilogram"@ro ; rdfs:label "Micromol per Kilogram"@tr ; rdfs:label "Micromol por Kilogramo"@es ; rdfs:label "Micromol pro Kilogramm"@de ; rdfs:label "Micromole par Kilogramme"@fr ; rdfs:label "Micromole per Chilogrammo"@it ; rdfs:label "Micromole per Kilogram" ; rdfs:label "Micromole per Kilogram"@en ; rdfs:label "Micromole per Kilogram"@ms ; .
{"resource":"Micromole per Kilogram"
,"qname":"unit:MicroMOL-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-KiloGM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromol na Kilogram"
,"label":"Micromol na Kilogram"
,"label":"Micromol na Kilogram"
,"label":"Micromol pe Kilogram"
,"label":"Micromol per Kilogram"
,"label":"Micromol por Kilogramo"
,"label":"Micromol pro Kilogramm"
,"label":"Micromole par Kilogramme"
,"label":"Micromole per Chilogrammo"
,"label":"Micromole per Kilogram"
,"label":"Micromole per Kilogram"
,"label":"Micromole per Kilogram"
,"symbol":"μmol\/kg"
,"type":"qudt:Unit"
,"ucum code":"umol.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass",
"symbol" : "μmol/kg",
"ucumCode" : "umol.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Micromole per Chilogrammo"
}, {
"@language" : "fr",
"@value" : "Micromole par Kilogramme"
}, {
"@language" : "cs",
"@value" : "Micromol na Kilogram"
}, {
"@language" : "pl",
"@value" : "Micromol na Kilogram"
}, {
"@language" : "de",
"@value" : "Micromol pro Kilogramm"
}, {
"@language" : "sl",
"@value" : "Micromol na Kilogram"
}, {
"@language" : "ro",
"@value" : "Micromol pe Kilogram"
}, {
"@language" : "tr",
"@value" : "Micromol per Kilogram"
}, {
"@language" : "es",
"@value" : "Micromol por Kilogramo"
}, "Micromole per Kilogram", {
"@language" : "en",
"@value" : "Micromole per Kilogram"
}, {
"@language" : "ms",
"@value" : "Micromole per Kilogram"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-KiloGM-YR
URI: http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM-YR
A rate of change of one part in 10^3 of the SI unit of quantity of matter (mole) in an SI unit of mass (kilogram) in a period of an average calendar year (365.25 days).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of one part in 10^3 of the SI unit of quantity of matter (mole) in an SI unit of mass (kilogram) in a period of an average calendar year (365.25 days)." ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-14 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BiogeochemicalRate> ; <http://qudt.org/schema/qudt/symbol> "μmol/(kg·a)" ; <http://qudt.org/schema/qudt/ucumCode> "umol.kg-1.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromole per Kilogram Year" ; rdfs:label "Micromole per Kilogram Year"@en ; .
{"resource":"Micromole per Kilogram Year"
,"qname":"unit:MicroMOL-PER-KiloGM-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-KiloGM-YR"
,"properties":["conversion multiplier":"0.00000000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-14"
,"description":"A rate of change of one part in 10^3 of the SI unit of quantity of matter (mole) in an SI unit of mass (kilogram) in a period of an average calendar year (365.25 days)."
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:BiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromole per Kilogram Year"
,"label":"Micromole per Kilogram Year"
,"symbol":"μmol\/(kg·a)"
,"type":"qudt:Unit"
,"ucum code":"umol.kg-1.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-KiloGM-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A rate of change of one part in 10^3 of the SI unit of quantity of matter (mole) in an SI unit of mass (kilogram) in a period of an average calendar year (365.25 days).",
"conversionMultiplier" : "0.00000000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-14,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/BiogeochemicalRate",
"symbol" : "μmol/(kg·a)",
"ucumCode" : "umol.kg-1.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micromole per Kilogram Year", {
"@language" : "en",
"@value" : "Micromole per Kilogram Year"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-L
URI: http://qudt.org/vocab/unit/MicroMOL-PER-L
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterSolubility> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/L-PER-MicroMOL> ; <http://qudt.org/schema/qudt/symbol> "μmol/L" ; <http://qudt.org/schema/qudt/ucumCode> "umol.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q126870286> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromole per Liter"@en-US ; rdfs:label "Micromole per Litre" ; rdfs:label "Micromole per Litre"@en ; .
{"resource":"Micromole per Litre"
,"qname":"unit:MicroMOL-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q126870286>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"has quantity kind":"quantitykind:WaterSolubility"
,"has reciprocal unit":"unit:L-PER-MicroMOL"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromole per Liter"
,"label":"Micromole per Litre"
,"label":"Micromole per Litre"
,"symbol":"μmol\/L"
,"type":"qudt:Unit"
,"ucum code":"umol.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Concentration", "http://qudt.org/vocab/quantitykind/WaterSolubility" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/L-PER-MicroMOL",
"symbol" : "μmol/L",
"ucumCode" : "umol.L-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q126870286",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micromole per Litre", {
"@language" : "en",
"@value" : "Micromole per Litre"
}, {
"@language" : "en-us",
"@value" : "Micromole per Liter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-L-HR
URI: http://qudt.org/vocab/unit/MicroMOL-PER-L-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-L-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "μmol/(L·h)" ; <http://qudt.org/schema/qudt/ucumCode> "umol.L-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromole per Liter Hour"@en-US ; rdfs:label "Micromole per Litre Hour" ; rdfs:label "Micromole per Litre Hour"@en ; .
{"resource":"Micromole per Litre Hour"
,"qname":"unit:MicroMOL-PER-L-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-L-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromole per Liter Hour"
,"label":"Micromole per Litre Hour"
,"label":"Micromole per Litre Hour"
,"symbol":"μmol\/(L·h)"
,"type":"qudt:Unit"
,"ucum code":"umol.L-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-L-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "μmol/(L·h)",
"ucumCode" : "umol.L-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Micromole per Liter Hour"
}, "Micromole per Litre Hour", {
"@language" : "en",
"@value" : "Micromole per Litre Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-M2
URI: http://qudt.org/vocab/unit/MicroMOL-PER-M2
One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "μmol/m²" ; <http://qudt.org/schema/qudt/ucumCode> "umol.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromol na Kvadratni Meter"@sl ; rdfs:label "Micromol na Metr Kwadratowy"@pl ; rdfs:label "Micromol na Čtvereční Metr"@cs ; rdfs:label "Micromol pe Metru Pătrat"@ro ; rdfs:label "Micromol per Metrekare"@tr ; rdfs:label "Micromol por Metro Cuadrado"@es ; rdfs:label "Micromol pro Quadratmeter"@de ; rdfs:label "Micromole par Mètre Carré"@fr ; rdfs:label "Micromole per Meter Persegi"@ms ; rdfs:label "Micromole per Metro Quadrato"@it ; rdfs:label "Micromole per Square Meter"@en-US ; rdfs:label "Micromole per Square Metre" ; rdfs:label "Micromole per Square Metre"@en ; .
{"resource":"Micromole per Square Metre"
,"qname":"unit:MicroMOL-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-M2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area."
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromol na Kvadratni Meter"
,"label":"Micromol na Metr Kwadratowy"
,"label":"Micromol na Čtvereční Metr"
,"label":"Micromol pe Metru Pătrat"
,"label":"Micromol per Metrekare"
,"label":"Micromol por Metro Cuadrado"
,"label":"Micromol pro Quadratmeter"
,"label":"Micromole par Mètre Carré"
,"label":"Micromole per Meter Persegi"
,"label":"Micromole per Metro Quadrato"
,"label":"Micromole per Square Meter"
,"label":"Micromole per Square Metre"
,"label":"Micromole per Square Metre"
,"symbol":"μmol\/m²"
,"type":"qudt:Unit"
,"ucum code":"umol.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "μmol/m²",
"ucumCode" : "umol.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Micromol pro Quadratmeter"
}, {
"@language" : "cs",
"@value" : "Micromol na Čtvereční Metr"
}, {
"@language" : "sl",
"@value" : "Micromol na Kvadratni Meter"
}, {
"@language" : "tr",
"@value" : "Micromol per Metrekare"
}, {
"@language" : "it",
"@value" : "Micromole per Metro Quadrato"
}, {
"@language" : "ms",
"@value" : "Micromole per Meter Persegi"
}, {
"@language" : "pl",
"@value" : "Micromol na Metr Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Micromole per Square Meter"
}, "Micromole per Square Metre", {
"@language" : "en",
"@value" : "Micromole per Square Metre"
}, {
"@language" : "es",
"@value" : "Micromol por Metro Cuadrado"
}, {
"@language" : "fr",
"@value" : "Micromole par Mètre Carré"
}, {
"@language" : "ro",
"@value" : "Micromol pe Metru Pătrat"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-M2-DAY
URI: http://qudt.org/vocab/unit/MicroMOL-PER-M2-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity> ; <http://qudt.org/schema/qudt/symbol> "μmol/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "umol.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromole per Square Meter Day"@en-US ; rdfs:label "Micromole per Square Metre Day" ; rdfs:label "Micromole per Square Metre Day"@en ; .
{"resource":"Micromole per Square Metre Day"
,"qname":"unit:MicroMOL-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-M2-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromole per Square Meter Day"
,"label":"Micromole per Square Metre Day"
,"label":"Micromole per Square Metre Day"
,"symbol":"μmol\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"umol.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "μmol/(m²·d)",
"ucumCode" : "umol.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micromole per Square Metre Day", {
"@language" : "en",
"@value" : "Micromole per Square Metre Day"
}, {
"@language" : "en-us",
"@value" : "Micromole per Square Meter Day"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-M2-HR
URI: http://qudt.org/vocab/unit/MicroMOL-PER-M2-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-M2-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity> ; <http://qudt.org/schema/qudt/symbol> "μmol/(m²·h)" ; <http://qudt.org/schema/qudt/ucumCode> "umol.m-2.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromole per Square Meter Hour"@en-US ; rdfs:label "Micromole per Square Metre Hour" ; rdfs:label "Micromole per Square Metre Hour"@en ; .
{"resource":"Micromole per Square Metre Hour"
,"qname":"unit:MicroMOL-PER-M2-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-M2-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromole per Square Meter Hour"
,"label":"Micromole per Square Metre Hour"
,"label":"Micromole per Square Metre Hour"
,"symbol":"μmol\/(m²·h)"
,"type":"qudt:Unit"
,"ucum code":"umol.m-2.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-M2-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "μmol/(m²·h)",
"ucumCode" : "umol.m-2.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Micromole per Square Meter Hour"
}, "Micromole per Square Metre Hour", {
"@language" : "en",
"@value" : "Micromole per Square Metre Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-M2-SEC
URI: http://qudt.org/vocab/unit/MicroMOL-PER-M2-SEC
One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time. This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-M2-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time. This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity> ; <http://qudt.org/schema/qudt/symbol> "μmol/(m²·s)" ; <http://qudt.org/schema/qudt/ucumCode> "umol.m-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromol na Kvadratni Meter Sekunda"@sl ; rdfs:label "Micromol na Metr Kwadratowy Sekunda"@pl ; rdfs:label "Micromol na Čtvereční Metr Sekunda"@cs ; rdfs:label "Micromol pe Metru Pătrat Secundă"@ro ; rdfs:label "Micromol per Metrekare Saniye"@tr ; rdfs:label "Micromol por Metro Cuadrado Segundo"@es ; rdfs:label "Micromol pro Quadratmeter Sekunde"@de ; rdfs:label "Micromole par Mètre Carré Seconde"@fr ; rdfs:label "Micromole per Meter Persegi Saat"@ms ; rdfs:label "Micromole per Metro Quadrato Secondo"@it ; rdfs:label "Micromole per Square Meter Second"@en-US ; rdfs:label "Micromole per Square Metre Second" ; rdfs:label "Micromole per Square Metre Second"@en ; .
{"resource":"Micromole per Square Metre Second"
,"qname":"unit:MicroMOL-PER-M2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-M2-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time. This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822."
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromol na Kvadratni Meter Sekunda"
,"label":"Micromol na Metr Kwadratowy Sekunda"
,"label":"Micromol na Čtvereční Metr Sekunda"
,"label":"Micromol pe Metru Pătrat Secundă"
,"label":"Micromol per Metrekare Saniye"
,"label":"Micromol por Metro Cuadrado Segundo"
,"label":"Micromol pro Quadratmeter Sekunde"
,"label":"Micromole par Mètre Carré Seconde"
,"label":"Micromole per Meter Persegi Saat"
,"label":"Micromole per Metro Quadrato Secondo"
,"label":"Micromole per Square Meter Second"
,"label":"Micromole per Square Metre Second"
,"label":"Micromole per Square Metre Second"
,"symbol":"μmol\/(m²·s)"
,"type":"qudt:Unit"
,"ucum code":"umol.m-2.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-M2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time. This term is based on the number of photons in a certain waveband incident per unit time (s) on a unit area (m2) divided by the Avogadro constant (6.022 x 1023 mol-1). It is used commonly to describe PAR in the 400-700 nm waveband. Definition Source: Thimijan, Richard W., and Royal D. Heins. 1982. Photometric, Radiometric, and Quantum Light Units of Measure: A Review of Procedures for Interconversion. HortScience 18:818-822."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "μmol/(m²·s)",
"ucumCode" : "umol.m-2.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micromole per Square Metre Second", {
"@language" : "en",
"@value" : "Micromole per Square Metre Second"
}, {
"@language" : "sl",
"@value" : "Micromol na Kvadratni Meter Sekunda"
}, {
"@language" : "it",
"@value" : "Micromole per Metro Quadrato Secondo"
}, {
"@language" : "de",
"@value" : "Micromol pro Quadratmeter Sekunde"
}, {
"@language" : "fr",
"@value" : "Micromole par Mètre Carré Seconde"
}, {
"@language" : "ro",
"@value" : "Micromol pe Metru Pătrat Secundă"
}, {
"@language" : "en-us",
"@value" : "Micromole per Square Meter Second"
}, {
"@language" : "pl",
"@value" : "Micromol na Metr Kwadratowy Sekunda"
}, {
"@language" : "ms",
"@value" : "Micromole per Meter Persegi Saat"
}, {
"@language" : "cs",
"@value" : "Micromol na Čtvereční Metr Sekunda"
}, {
"@language" : "es",
"@value" : "Micromol por Metro Cuadrado Segundo"
}, {
"@language" : "tr",
"@value" : "Micromol per Metrekare Saniye"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-M2-SEC2
URI: http://qudt.org/vocab/unit/MicroMOL-PER-M2-SEC2
One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-M2-SEC2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/plainTextDescription> "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared." ; <http://qudt.org/schema/qudt/symbol> "μmol/(m²·s²)" ; <http://qudt.org/schema/qudt/ucumCode> "umol.m-2.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromol na Kvadratni Meter Kvadratni Sekunda"@sl ; rdfs:label "Micromol na Metr Kwadratowy Sekunda Kwadratowy"@pl ; rdfs:label "Micromol na Čtvereční Metr Čtvereční Sekunda"@cs ; rdfs:label "Micromol pe Metru Pătrat Secundă Pătrat"@ro ; rdfs:label "Micromol per Metrekare Saniyekare"@tr ; rdfs:label "Micromol por Metro Cuadrado Segundo Cuadrado"@es ; rdfs:label "Micromol pro Quadratmeter Quadratsekunde"@de ; rdfs:label "Micromole par Mètre Carré Seconde Carré"@fr ; rdfs:label "Micromole per Meter Persegi Saat Persegi"@ms ; rdfs:label "Micromole per Metro Quadrato Secondo Quadrato"@it ; rdfs:label "Micromole per Square Meter Square Second"@en-US ; rdfs:label "Micromole per Square Metre Square Second" ; rdfs:label "Micromole per Square Metre Square Second"@en ; .
{"resource":"Micromole per Square Metre Square Second"
,"qname":"unit:MicroMOL-PER-M2-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-M2-SEC2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared."
,"description (plain text)":"One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared."
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromol na Kvadratni Meter Kvadratni Sekunda"
,"label":"Micromol na Metr Kwadratowy Sekunda Kwadratowy"
,"label":"Micromol na Čtvereční Metr Čtvereční Sekunda"
,"label":"Micromol pe Metru Pătrat Secundă Pătrat"
,"label":"Micromol per Metrekare Saniyekare"
,"label":"Micromol por Metro Cuadrado Segundo Cuadrado"
,"label":"Micromol pro Quadratmeter Quadratsekunde"
,"label":"Micromole par Mètre Carré Seconde Carré"
,"label":"Micromole per Meter Persegi Saat Persegi"
,"label":"Micromole per Metro Quadrato Secondo Quadrato"
,"label":"Micromole per Square Meter Square Second"
,"label":"Micromole per Square Metre Square Second"
,"label":"Micromole per Square Metre Square Second"
,"symbol":"μmol\/(m²·s²)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"umol.m-2.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-M2-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : {
"@language" : "en",
"@value" : "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"plainTextDescription" : "One part per 10**6 (million) of the SI unit of quantity of matter (the mole) per SI unit area per SI unit of time squared.",
"symbol" : "μmol/(m²·s²)",
"ucumCode" : "umol.m-2.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Micromole per Meter Persegi Saat Persegi"
}, {
"@language" : "en-us",
"@value" : "Micromole per Square Meter Square Second"
}, {
"@language" : "pl",
"@value" : "Micromol na Metr Kwadratowy Sekunda Kwadratowy"
}, {
"@language" : "it",
"@value" : "Micromole per Metro Quadrato Secondo Quadrato"
}, {
"@language" : "cs",
"@value" : "Micromol na Čtvereční Metr Čtvereční Sekunda"
}, {
"@language" : "ro",
"@value" : "Micromol pe Metru Pătrat Secundă Pătrat"
}, {
"@language" : "tr",
"@value" : "Micromol per Metrekare Saniyekare"
}, {
"@language" : "fr",
"@value" : "Micromole par Mètre Carré Seconde Carré"
}, {
"@language" : "sl",
"@value" : "Micromol na Kvadratni Meter Kvadratni Sekunda"
}, {
"@language" : "de",
"@value" : "Micromol pro Quadratmeter Quadratsekunde"
}, {
"@language" : "es",
"@value" : "Micromol por Metro Cuadrado Segundo Cuadrado"
}, "Micromole per Square Metre Square Second", {
"@language" : "en",
"@value" : "Micromole per Square Metre Square Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-MOL
URI: http://qudt.org/vocab/unit/MicroMOL-PER-MOL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "μmol/mol" ; <http://qudt.org/schema/qudt/ucumCode> "umol.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromol na Mol"@cs ; rdfs:label "Micromol na Mol"@pl ; rdfs:label "Micromol na Mol"@sl ; rdfs:label "Micromol pe Mol"@ro ; rdfs:label "Micromol per Mol"@tr ; rdfs:label "Micromol por Mol"@es ; rdfs:label "Micromol pro Mol"@de ; rdfs:label "Micromole par Mole"@fr ; rdfs:label "Micromole per Mole" ; rdfs:label "Micromole per Mole"@en ; rdfs:label "Micromole per Mole"@it ; rdfs:label "Micromole per Mole"@ms ; .
{"resource":"Micromole per Mole"
,"qname":"unit:MicroMOL-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-MOL"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"denominator dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromol na Mol"
,"label":"Micromol na Mol"
,"label":"Micromol na Mol"
,"label":"Micromol pe Mol"
,"label":"Micromol per Mol"
,"label":"Micromol por Mol"
,"label":"Micromol pro Mol"
,"label":"Micromole par Mole"
,"label":"Micromole per Mole"
,"label":"Micromole per Mole"
,"label":"Micromole per Mole"
,"label":"Micromole per Mole"
,"numerator dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"symbol":"μmol\/mol"
,"type":"qudt:Unit"
,"ucum code":"umol.mol-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"symbol" : "μmol/mol",
"ucumCode" : "umol.mol-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Micromol per Mol"
}, {
"@language" : "pl",
"@value" : "Micromol na Mol"
}, {
"@language" : "sl",
"@value" : "Micromol na Mol"
}, {
"@language" : "cs",
"@value" : "Micromol na Mol"
}, {
"@language" : "fr",
"@value" : "Micromole par Mole"
}, "Micromole per Mole", {
"@language" : "en",
"@value" : "Micromole per Mole"
}, {
"@language" : "it",
"@value" : "Micromole per Mole"
}, {
"@language" : "ms",
"@value" : "Micromole per Mole"
}, {
"@language" : "es",
"@value" : "Micromol por Mol"
}, {
"@language" : "ro",
"@value" : "Micromol pe Mol"
}, {
"@language" : "de",
"@value" : "Micromol pro Mol"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-MicroMOL-DAY
URI: http://qudt.org/vocab/unit/MicroMOL-PER-MicroMOL-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-MicroMOL-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "μmol/(μmol·d)" ; <http://qudt.org/schema/qudt/ucumCode> "umol.umol-1.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromole per Micromole Day" ; rdfs:label "Micromole per Micromole Day"@en ; .
{"resource":"Micromole per Micromole Day"
,"qname":"unit:MicroMOL-PER-MicroMOL-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-MicroMOL-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromole per Micromole Day"
,"label":"Micromole per Micromole Day"
,"symbol":"μmol\/(μmol·d)"
,"type":"qudt:Unit"
,"ucum code":"umol.umol-1.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-MicroMOL-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "μmol/(μmol·d)",
"ucumCode" : "umol.umol-1.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micromole per Micromole Day", {
"@language" : "en",
"@value" : "Micromole per Micromole Day"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL-PER-SEC
URI: http://qudt.org/vocab/unit/MicroMOL-PER-SEC
This unit is used commonly to describe Photosynthetic Photon Flux (PPF) - the total number of photons emitted by a light source each second within the PAR wavelength range.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> " This unit is used commonly to describe Photosynthetic Photon Flux (PPF) - the total number of photons emitted by a light source each second within the PAR wavelength range. "@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFlux> ; <http://qudt.org/schema/qudt/symbol> "μmol/s" ; <http://qudt.org/schema/qudt/ucumCode> "umol.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromol na Sekunda"@cs ; rdfs:label "Micromol na Sekunda"@pl ; rdfs:label "Micromol na Sekunda"@sl ; rdfs:label "Micromol pe Secundă"@ro ; rdfs:label "Micromol per Saniye"@tr ; rdfs:label "Micromol por Segundo"@es ; rdfs:label "Micromol pro Sekunde"@de ; rdfs:label "Micromole par Seconde"@fr ; rdfs:label "Micromole per Saat"@ms ; rdfs:label "Micromole per Second" ; rdfs:label "Micromole per Second"@en ; rdfs:label "Micromole per Secondo"@it ; .
{"resource":"Micromole per Second"
,"qname":"unit:MicroMOL-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL-PER-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":" This unit is used commonly to describe Photosynthetic Photon Flux (PPF) - the total number of photons emitted by a light source each second within the PAR wavelength range. "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFlux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromol na Sekunda"
,"label":"Micromol na Sekunda"
,"label":"Micromol na Sekunda"
,"label":"Micromol pe Secundă"
,"label":"Micromol per Saniye"
,"label":"Micromol por Segundo"
,"label":"Micromol pro Sekunde"
,"label":"Micromole par Seconde"
,"label":"Micromole per Saat"
,"label":"Micromole per Second"
,"label":"Micromole per Second"
,"label":"Micromole per Secondo"
,"symbol":"μmol\/s"
,"type":"qudt:Unit"
,"ucum code":"umol.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : " This unit is used commonly to describe Photosynthetic Photon Flux (PPF) - the total number of photons emitted by a light source each second within the PAR wavelength range. "
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFlux",
"symbol" : "μmol/s",
"ucumCode" : "umol.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Micromole per Secondo"
}, {
"@language" : "ro",
"@value" : "Micromol pe Secundă"
}, {
"@language" : "de",
"@value" : "Micromol pro Sekunde"
}, {
"@language" : "ms",
"@value" : "Micromole per Saat"
}, {
"@language" : "tr",
"@value" : "Micromol per Saniye"
}, {
"@language" : "fr",
"@value" : "Micromole par Seconde"
}, "Micromole per Second", {
"@language" : "cs",
"@value" : "Micromol na Sekunda"
}, {
"@language" : "pl",
"@value" : "Micromol na Sekunda"
}, {
"@language" : "sl",
"@value" : "Micromol na Sekunda"
}, {
"@language" : "en",
"@value" : "Micromole per Second"
}, {
"@language" : "es",
"@value" : "Micromol por Segundo"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroMOL2-PER-M4-SEC2
URI: http://qudt.org/vocab/unit/MicroMOL2-PER-M4-SEC2
Variance for a molar flux density, (uM/m^2/s)^2 .
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroMOL2-PER-M4-SEC2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Variance for a molar flux density, (uM/m^2/s)^2 ."@en ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A2E0L-4I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFluxDensityVariance> ; <http://qudt.org/schema/qudt/plainTextDescription> "Variance for a molar flux density, (uM/m^2/s)^2 ."@en ; <http://qudt.org/schema/qudt/symbol> "μmol²/(m⁴·s²)" ; <http://qudt.org/schema/qudt/ucumCode> "umol2.m-4.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Quadratmicromol pro Meter hoch vier Quadratsekunde"@de ; rdfs:label "Square Micromole per Quartic Meter Square Second"@en-US ; rdfs:label "Square Micromole per Quartic Metre Square Second" ; rdfs:label "Square Micromole per Quartic Metre Square Second"@en ; .
{"resource":"Square Micromole per Quartic Metre Square Second"
,"qname":"unit:MicroMOL2-PER-M4-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroMOL2-PER-M4-SEC2"
,"properties":["conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"Variance for a molar flux density, (uM\/m^2\/s)^2 ."
,"description (plain text)":"Variance for a molar flux density, (uM\/m^2\/s)^2 ."
,"has dimension vector":"qkdv:A2E0L-4I0M0H0T-2D0"
,"has quantity kind":"quantitykind:MolarFluxDensityVariance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quadratmicromol pro Meter hoch vier Quadratsekunde"
,"label":"Square Micromole per Quartic Meter Square Second"
,"label":"Square Micromole per Quartic Metre Square Second"
,"label":"Square Micromole per Quartic Metre Square Second"
,"symbol":"μmol²\/(m\u2074·s²)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"umol2.m-4.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroMOL2-PER-M4-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : {
"@language" : "en",
"@value" : "Variance for a molar flux density, (uM/m^2/s)^2 ."
},
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A2E0L-4I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFluxDensityVariance",
"plainTextDescription" : {
"@language" : "en",
"@value" : "Variance for a molar flux density, (uM/m^2/s)^2 ."
},
"symbol" : "μmol²/(m⁴·s²)",
"ucumCode" : "umol2.m-4.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Square Micromole per Quartic Metre Square Second"
}, "Square Micromole per Quartic Metre Square Second", {
"@language" : "de",
"@value" : "Quadratmicromol pro Meter hoch vier Quadratsekunde"
}, {
"@language" : "en-us",
"@value" : "Square Micromole per Quartic Meter Square Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroN
URI: http://qudt.org/vocab/unit/MicroN
0.000001-fold of the SI derived unit newton
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit newton"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA070" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA070"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit newton" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "μN" ; <http://qudt.org/schema/qudt/ucumCode> "uN"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B92" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94418102> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micronewton" ; rdfs:label "Micronewton"@cs ; rdfs:label "Micronewton"@de ; rdfs:label "Micronewton"@en ; rdfs:label "Micronewton"@es ; rdfs:label "Micronewton"@fr ; rdfs:label "Micronewton"@hu ; rdfs:label "Micronewton"@it ; rdfs:label "Micronewton"@ms ; rdfs:label "Micronewton"@ro ; rdfs:label "Micronewton"@sl ; rdfs:label "Micronewton"@tr ; rdfs:label "Microniuton"@pl ; .
{"resource":"Micronewton"
,"qname":"unit:MicroN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94418102>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit newton"
,"description (plain text)":"0.000001-fold of the SI derived unit newton"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA070"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA070"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Micronewton"
,"label":"Microniuton"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:N"
,"symbol":"μN"
,"type":"qudt:Unit"
,"ucum code":"uN"
,"unece common code":"B92"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit newton",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAA070",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA070",
"plainTextDescription" : "0.000001-fold of the SI derived unit newton",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "μN",
"ucumCode" : "uN",
"uneceCommonCode" : "B92",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94418102",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micronewton", {
"@language" : "cs",
"@value" : "Micronewton"
}, {
"@language" : "de",
"@value" : "Micronewton"
}, {
"@language" : "es",
"@value" : "Micronewton"
}, {
"@language" : "fr",
"@value" : "Micronewton"
}, {
"@language" : "hu",
"@value" : "Micronewton"
}, {
"@language" : "it",
"@value" : "Micronewton"
}, {
"@language" : "ms",
"@value" : "Micronewton"
}, {
"@language" : "ro",
"@value" : "Micronewton"
}, {
"@language" : "en",
"@value" : "Micronewton"
}, {
"@language" : "pl",
"@value" : "Microniuton"
}, {
"@language" : "sl",
"@value" : "Micronewton"
}, {
"@language" : "tr",
"@value" : "Micronewton"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroN-M
URI: http://qudt.org/vocab/unit/MicroN-M
0.000001-fold of the product out of the derived SI newton and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroN-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the product out of the derived SI newton and the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA071" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA071"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the product out of the derived SI newton and the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "μN·m" ; <http://qudt.org/schema/qudt/ucumCode> "uN.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B93" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907398> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micronewton Meter"@de ; rdfs:label "Micronewton Meter"@en-US ; rdfs:label "Micronewton Meter"@ms ; rdfs:label "Micronewton Meter"@sl ; rdfs:label "Micronewton Metr"@cs ; rdfs:label "Micronewton Metre" ; rdfs:label "Micronewton Metre"@en ; rdfs:label "Micronewton Metre"@tr ; rdfs:label "Micronewton Metro"@es ; rdfs:label "Micronewton Metro"@it ; rdfs:label "Micronewton Metru"@ro ; rdfs:label "Micronewton Mètre"@fr ; rdfs:label "Microniuton Metr"@pl ; .
{"resource":"Micronewton Metre"
,"qname":"unit:MicroN-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroN-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907398>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the product out of the derived SI newton and the SI base unit metre"
,"description (plain text)":"0.000001-fold of the product out of the derived SI newton and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA071"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA071"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micronewton Meter"
,"label":"Micronewton Meter"
,"label":"Micronewton Meter"
,"label":"Micronewton Meter"
,"label":"Micronewton Metr"
,"label":"Micronewton Metre"
,"label":"Micronewton Metre"
,"label":"Micronewton Metre"
,"label":"Micronewton Metro"
,"label":"Micronewton Metro"
,"label":"Micronewton Metru"
,"label":"Micronewton Mètre"
,"label":"Microniuton Metr"
,"symbol":"μN·m"
,"type":"qudt:Unit"
,"ucum code":"uN.m"
,"unece common code":"B93"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroN-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the product out of the derived SI newton and the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAA071",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA071",
"plainTextDescription" : "0.000001-fold of the product out of the derived SI newton and the SI base unit metre",
"symbol" : "μN·m",
"ucumCode" : "uN.m",
"uneceCommonCode" : "B93",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907398",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Micronewton Metru"
}, {
"@language" : "pl",
"@value" : "Microniuton Metr"
}, {
"@language" : "de",
"@value" : "Micronewton Meter"
}, {
"@language" : "es",
"@value" : "Micronewton Metro"
}, {
"@language" : "it",
"@value" : "Micronewton Metro"
}, {
"@language" : "en-us",
"@value" : "Micronewton Meter"
}, {
"@language" : "ms",
"@value" : "Micronewton Meter"
}, {
"@language" : "sl",
"@value" : "Micronewton Meter"
}, {
"@language" : "cs",
"@value" : "Micronewton Metr"
}, {
"@language" : "fr",
"@value" : "Micronewton Mètre"
}, "Micronewton Metre", {
"@language" : "en",
"@value" : "Micronewton Metre"
}, {
"@language" : "tr",
"@value" : "Micronewton Metre"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroN-M-PER-M2
URI: http://qudt.org/vocab/unit/MicroN-M-PER-M2
0.000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroN-M-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB548" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB548"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μN·m/m²" ; <http://qudt.org/schema/qudt/ucumCode> "uN.m.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micronewton Meter na Kvadratni Meter"@sl ; rdfs:label "Micronewton Meter per Meter Persegi"@ms ; rdfs:label "Micronewton Meter per Square Meter"@en-US ; rdfs:label "Micronewton Meter pro Quadratmeter"@de ; rdfs:label "Micronewton Metr na Čtvereční Metr"@cs ; rdfs:label "Micronewton Metre per Metrekare"@tr ; rdfs:label "Micronewton Metre per Square Metre" ; rdfs:label "Micronewton Metre per Square Metre"@en ; rdfs:label "Micronewton Metro per Metro Quadrato"@it ; rdfs:label "Micronewton Metro por Metro Cuadrado"@es ; rdfs:label "Micronewton Metru pe Metru Pătrat"@ro ; rdfs:label "Micronewton Mètre par Mètre Carré"@fr ; rdfs:label "Microniuton Metr na Metr Kwadratowy"@pl ; .
{"resource":"Micronewton Metre per Square Metre"
,"qname":"unit:MicroN-M-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroN-M-PER-M2"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB548"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB548"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micronewton Meter na Kvadratni Meter"
,"label":"Micronewton Meter per Meter Persegi"
,"label":"Micronewton Meter per Square Meter"
,"label":"Micronewton Meter pro Quadratmeter"
,"label":"Micronewton Metr na Čtvereční Metr"
,"label":"Micronewton Metre per Metrekare"
,"label":"Micronewton Metre per Square Metre"
,"label":"Micronewton Metre per Square Metre"
,"label":"Micronewton Metro per Metro Quadrato"
,"label":"Micronewton Metro por Metro Cuadrado"
,"label":"Micronewton Metru pe Metru Pătrat"
,"label":"Micronewton Mètre par Mètre Carré"
,"label":"Microniuton Metr na Metr Kwadratowy"
,"symbol":"μN·m\/m²"
,"type":"qudt:Unit"
,"ucum code":"uN.m.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroN-M-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerArea", "http://qudt.org/vocab/quantitykind/ForcePerLength" ],
"iec61360Code" : "0112/2///62720#UAB548",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB548",
"symbol" : "μN·m/m²",
"ucumCode" : "uN.m.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Micronewton Metr na Čtvereční Metr"
}, {
"@language" : "it",
"@value" : "Micronewton Metro per Metro Quadrato"
}, {
"@language" : "pl",
"@value" : "Microniuton Metr na Metr Kwadratowy"
}, {
"@language" : "tr",
"@value" : "Micronewton Metre per Metrekare"
}, {
"@language" : "sl",
"@value" : "Micronewton Meter na Kvadratni Meter"
}, {
"@language" : "en-us",
"@value" : "Micronewton Meter per Square Meter"
}, "Micronewton Metre per Square Metre", {
"@language" : "en",
"@value" : "Micronewton Metre per Square Metre"
}, {
"@language" : "ro",
"@value" : "Micronewton Metru pe Metru Pătrat"
}, {
"@language" : "de",
"@value" : "Micronewton Meter pro Quadratmeter"
}, {
"@language" : "ms",
"@value" : "Micronewton Meter per Meter Persegi"
}, {
"@language" : "fr",
"@value" : "Micronewton Mètre par Mètre Carré"
}, {
"@language" : "es",
"@value" : "Micronewton Metro por Metro Cuadrado"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroOHM
URI: http://qudt.org/vocab/unit/MicroOHM
0.000001-fold of the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroOHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA055" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA055"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit ohm" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OHM> ; <http://qudt.org/schema/qudt/symbol> "μΩ" ; <http://qudt.org/schema/qudt/ucumCode> "uOhm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B94" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94487561> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microohm" ; rdfs:label "Microohm"@cs ; rdfs:label "Microohm"@de ; rdfs:label "Microohm"@en ; rdfs:label "Microohm"@fr ; rdfs:label "Microohm"@hu ; rdfs:label "Microohm"@it ; rdfs:label "Microohm"@ms ; rdfs:label "Microohm"@ro ; rdfs:label "Microohm"@sl ; rdfs:label "Microohm"@tr ; rdfs:label "Microohmio"@es ; rdfs:label "Microom"@pl ; .
{"resource":"Microohm"
,"qname":"unit:MicroOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroOHM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94487561>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit ohm"
,"description (plain text)":"0.000001-fold of the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA055"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA055"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microohm"
,"label":"Microohm"
,"label":"Microohm"
,"label":"Microohm"
,"label":"Microohm"
,"label":"Microohm"
,"label":"Microohm"
,"label":"Microohm"
,"label":"Microohm"
,"label":"Microohm"
,"label":"Microohm"
,"label":"Microohmio"
,"label":"Microom"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:OHM"
,"symbol":"μΩ"
,"type":"qudt:Unit"
,"ucum code":"uOhm"
,"unece common code":"B94"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistance",
"iec61360Code" : "0112/2///62720#UAA055",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA055",
"plainTextDescription" : "0.000001-fold of the SI derived unit ohm",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/OHM",
"symbol" : "μΩ",
"ucumCode" : "uOhm",
"uneceCommonCode" : "B94",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94487561",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microohm", {
"@language" : "es",
"@value" : "Microohmio"
}, {
"@language" : "cs",
"@value" : "Microohm"
}, {
"@language" : "de",
"@value" : "Microohm"
}, {
"@language" : "en",
"@value" : "Microohm"
}, {
"@language" : "fr",
"@value" : "Microohm"
}, {
"@language" : "hu",
"@value" : "Microohm"
}, {
"@language" : "it",
"@value" : "Microohm"
}, {
"@language" : "ms",
"@value" : "Microohm"
}, {
"@language" : "ro",
"@value" : "Microohm"
}, {
"@language" : "sl",
"@value" : "Microohm"
}, {
"@language" : "tr",
"@value" : "Microohm"
}, {
"@language" : "pl",
"@value" : "Microom"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroOHM-M
URI: http://qudt.org/vocab/unit/MicroOHM-M
0.000001-fold of the product out of the SI derived unit ohm and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroOHM-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the product out of the SI derived unit ohm and the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA056" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA056"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μΩ·m" ; <http://qudt.org/schema/qudt/ucumCode> "uOhm.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B95" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microohm Meter"@de ; rdfs:label "Microohm Meter"@en-US ; rdfs:label "Microohm Meter"@ms ; rdfs:label "Microohm Meter"@sl ; rdfs:label "Microohm Metr"@cs ; rdfs:label "Microohm Metre" ; rdfs:label "Microohm Metre"@en ; rdfs:label "Microohm Metre"@tr ; rdfs:label "Microohm Metro"@it ; rdfs:label "Microohm Metru"@ro ; rdfs:label "Microohm Mètre"@fr ; rdfs:label "Microohmio Metro"@es ; rdfs:label "Microom Metr"@pl ; .
{"resource":"Microohm Metre"
,"qname":"unit:MicroOHM-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroOHM-M"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the product out of the SI derived unit ohm and the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA056"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA056"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microohm Meter"
,"label":"Microohm Meter"
,"label":"Microohm Meter"
,"label":"Microohm Meter"
,"label":"Microohm Metr"
,"label":"Microohm Metre"
,"label":"Microohm Metre"
,"label":"Microohm Metre"
,"label":"Microohm Metro"
,"label":"Microohm Metru"
,"label":"Microohm Mètre"
,"label":"Microohmio Metro"
,"label":"Microom Metr"
,"symbol":"μΩ·m"
,"type":"qudt:Unit"
,"ucum code":"uOhm.m"
,"unece common code":"B95"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroOHM-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the product out of the SI derived unit ohm and the SI base unit metre",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"iec61360Code" : "0112/2///62720#UAA056",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA056",
"symbol" : "μΩ·m",
"ucumCode" : "uOhm.m",
"uneceCommonCode" : "B95",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Microohm Mètre"
}, {
"@language" : "ro",
"@value" : "Microohm Metru"
}, {
"@language" : "cs",
"@value" : "Microohm Metr"
}, {
"@language" : "es",
"@value" : "Microohmio Metro"
}, "Microohm Metre", {
"@language" : "en",
"@value" : "Microohm Metre"
}, {
"@language" : "tr",
"@value" : "Microohm Metre"
}, {
"@language" : "pl",
"@value" : "Microom Metr"
}, {
"@language" : "it",
"@value" : "Microohm Metro"
}, {
"@language" : "de",
"@value" : "Microohm Meter"
}, {
"@language" : "en-us",
"@value" : "Microohm Meter"
}, {
"@language" : "ms",
"@value" : "Microohm Meter"
}, {
"@language" : "sl",
"@value" : "Microohm Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroPA
URI: http://qudt.org/vocab/unit/MicroPA
0.000001-fold of the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroPA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit pascal"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA073" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA073"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit pascal" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "μPa" ; <http://qudt.org/schema/qudt/ucumCode> "uPa"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B96" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53448900> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micropascal" ; rdfs:label "Micropascal"@cs ; rdfs:label "Micropascal"@de ; rdfs:label "Micropascal"@en ; rdfs:label "Micropascal"@es ; rdfs:label "Micropascal"@fr ; rdfs:label "Micropascal"@hu ; rdfs:label "Micropascal"@it ; rdfs:label "Micropascal"@ms ; rdfs:label "Micropascal"@ro ; rdfs:label "Micropascal"@sl ; rdfs:label "Micropascal"@tr ; rdfs:label "Micropaskal"@pl ; .
{"resource":"Micropascal"
,"qname":"unit:MicroPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroPA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53448900>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit pascal"
,"description (plain text)":"0.000001-fold of the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA073"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA073"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropascal"
,"label":"Micropaskal"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:PA"
,"symbol":"μPa"
,"type":"qudt:Unit"
,"ucum code":"uPa"
,"unece common code":"B96"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroPA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit pascal",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity", "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ShearModulus" ],
"iec61360Code" : "0112/2///62720#UAA073",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA073",
"plainTextDescription" : "0.000001-fold of the SI derived unit pascal",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "μPa",
"ucumCode" : "uPa",
"uneceCommonCode" : "B96",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53448900",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micropascal", {
"@language" : "cs",
"@value" : "Micropascal"
}, {
"@language" : "de",
"@value" : "Micropascal"
}, {
"@language" : "en",
"@value" : "Micropascal"
}, {
"@language" : "es",
"@value" : "Micropascal"
}, {
"@language" : "fr",
"@value" : "Micropascal"
}, {
"@language" : "hu",
"@value" : "Micropascal"
}, {
"@language" : "ms",
"@value" : "Micropascal"
}, {
"@language" : "ro",
"@value" : "Micropascal"
}, {
"@language" : "sl",
"@value" : "Micropascal"
}, {
"@language" : "tr",
"@value" : "Micropascal"
}, {
"@language" : "it",
"@value" : "Micropascal"
}, {
"@language" : "pl",
"@value" : "Micropaskal"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroPOISE
URI: http://qudt.org/vocab/unit/MicroPOISE
0.000001-fold of the CGS unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroPOISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the CGS unit of the dynamic viscosity poise"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA072" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA072"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the CGS unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/POISE> ; <http://qudt.org/schema/qudt/symbol> "μP" ; <http://qudt.org/schema/qudt/ucumCode> "uP"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J32" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micropoise" ; rdfs:label "Micropoise"@en ; .
{"resource":"Micropoise"
,"qname":"unit:MicroPOISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroPOISE"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"0.000001-fold of the CGS unit of the dynamic viscosity poise"
,"description (plain text)":"0.000001-fold of the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA072"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA072"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micropoise"
,"label":"Micropoise"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:POISE"
,"symbol":"μP"
,"type":"qudt:Unit"
,"ucum code":"uP"
,"unece common code":"J32"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroPOISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the CGS unit of the dynamic viscosity poise",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"iec61360Code" : "0112/2///62720#UAA072",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA072",
"plainTextDescription" : "0.000001-fold of the CGS unit of the dynamic viscosity poise",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/POISE",
"symbol" : "μP",
"ucumCode" : "uP",
"uneceCommonCode" : "J32",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micropoise", {
"@language" : "en",
"@value" : "Micropoise"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroRAD
URI: http://qudt.org/vocab/unit/MicroRAD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroRAD> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/guidance> "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html#7.10\">SP811 section7.10</a></p>"^^rdf:HTML ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA094" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA094"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ; <http://qudt.org/schema/qudt/symbol> "μrad" ; <http://qudt.org/schema/qudt/ucumCode> "urad"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B97" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95993537> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microradian" ; rdfs:label "Microradian"@en ; rdfs:label "Microradian"@fr ; rdfs:label "Microradian"@ms ; rdfs:label "Microradian"@pl ; rdfs:label "Microradian"@ro ; rdfs:label "Microradian"@sl ; rdfs:label "Microradiant"@de ; rdfs:label "Microradiante"@it ; rdfs:label "Microradián"@cs ; rdfs:label "Microradián"@es ; rdfs:label "Microradián"@hu ; rdfs:label "Microradyan"@tr ; .
{"resource":"Microradian"
,"qname":"unit:MicroRAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroRAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95993537>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"guidance":"<p>See NIST section <a href=\"http:\/\/physics.nist.gov\/Pubs\/SP811\/sec07.html#7.10\">SP811 section7.10<\/a><\/p>"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA094"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA094"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microradian"
,"label":"Microradian"
,"label":"Microradian"
,"label":"Microradian"
,"label":"Microradian"
,"label":"Microradian"
,"label":"Microradian"
,"label":"Microradiant"
,"label":"Microradiante"
,"label":"Microradián"
,"label":"Microradián"
,"label":"Microradián"
,"label":"Microradyan"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:RAD"
,"symbol":"μrad"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"urad"
,"unece common code":"B97"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroRAD",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"guidance" : "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html#7.10\">SP811 section7.10</a></p>",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Angle", "http://qudt.org/vocab/quantitykind/PlaneAngle" ],
"iec61360Code" : "0112/2///62720#UAA094",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA094",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"symbol" : "μrad",
"ucumCode" : "urad",
"uneceCommonCode" : "B97",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95993537",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Microradyan"
}, {
"@language" : "de",
"@value" : "Microradiant"
}, {
"@language" : "cs",
"@value" : "Microradián"
}, {
"@language" : "es",
"@value" : "Microradián"
}, {
"@language" : "hu",
"@value" : "Microradián"
}, "Microradian", {
"@language" : "en",
"@value" : "Microradian"
}, {
"@language" : "fr",
"@value" : "Microradian"
}, {
"@language" : "ms",
"@value" : "Microradian"
}, {
"@language" : "pl",
"@value" : "Microradian"
}, {
"@language" : "ro",
"@value" : "Microradian"
}, {
"@language" : "sl",
"@value" : "Microradian"
}, {
"@language" : "it",
"@value" : "Microradiante"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"guidance" : {
"@id" : "http://qudt.org/schema/qudt/guidance",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroS
URI: http://qudt.org/vocab/unit/MicroS
0.000001-fold of the SI derived unit siemens
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit siemens"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Admittance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA074" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA074"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit siemens" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S> ; <http://qudt.org/schema/qudt/symbol> "μS" ; <http://qudt.org/schema/qudt/ucumCode> "uS"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B99" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94417583> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microsiemens" ; rdfs:label "Microsiemens"@cs ; rdfs:label "Microsiemens"@de ; rdfs:label "Microsiemens"@en ; rdfs:label "Microsiemens"@es ; rdfs:label "Microsiemens"@fr ; rdfs:label "Microsiemens"@hu ; rdfs:label "Microsiemens"@it ; rdfs:label "Microsiemens"@ms ; rdfs:label "Microsiemens"@ro ; rdfs:label "Microsiemens"@sl ; rdfs:label "Microsiemens"@tr ; rdfs:label "Microsimens"@pl ; .
{"resource":"Microsiemens"
,"qname":"unit:MicroS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94417583>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit siemens"
,"description (plain text)":"0.000001-fold of the SI derived unit siemens"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Admittance"
,"has quantity kind":"quantitykind:Conductance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA074"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA074"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsiemens"
,"label":"Microsimens"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:S"
,"symbol":"μS"
,"type":"qudt:Unit"
,"ucum code":"uS"
,"unece common code":"B99"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit siemens",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Conductance", "http://qudt.org/vocab/quantitykind/Admittance" ],
"iec61360Code" : "0112/2///62720#UAA074",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA074",
"plainTextDescription" : "0.000001-fold of the SI derived unit siemens",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/S",
"symbol" : "μS",
"ucumCode" : "uS",
"uneceCommonCode" : "B99",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94417583",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microsiemens", {
"@language" : "cs",
"@value" : "Microsiemens"
}, {
"@language" : "de",
"@value" : "Microsiemens"
}, {
"@language" : "en",
"@value" : "Microsiemens"
}, {
"@language" : "es",
"@value" : "Microsiemens"
}, {
"@language" : "fr",
"@value" : "Microsiemens"
}, {
"@language" : "hu",
"@value" : "Microsiemens"
}, {
"@language" : "it",
"@value" : "Microsiemens"
}, {
"@language" : "ms",
"@value" : "Microsiemens"
}, {
"@language" : "pl",
"@value" : "Microsimens"
}, {
"@language" : "ro",
"@value" : "Microsiemens"
}, {
"@language" : "sl",
"@value" : "Microsiemens"
}, {
"@language" : "tr",
"@value" : "Microsiemens"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroS-PER-CentiM
URI: http://qudt.org/vocab/unit/MicroS-PER-CentiM
0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MicroS-PER-CentiM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ;
<http://qudt.org/schema/qudt/expression> "\\(uS-cm^{-1}\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectrolyticConductivity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA075" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA075"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "Unit of electrical conductivity equal to 0.000001-fold of the SI derived unit siemens divided by 0,01-fold of the SI base unit meter" ;
<http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
<http://qudt.org/schema/qudt/symbol> "μS/cm" ;
<http://qudt.org/schema/qudt/ucumCode> "uS.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "G42" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106636307> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Microsiemens na Centimeter"@sl ;
rdfs:label "Microsiemens na Centimetr"@cs ;
rdfs:label "Microsiemens par Centimètre"@fr ;
rdfs:label "Microsiemens pe Centimetru"@ro ;
rdfs:label "Microsiemens per Centimeter"@en-US ;
rdfs:label "Microsiemens per Centimeter"@ms ;
rdfs:label "Microsiemens per Centimetre" ;
rdfs:label "Microsiemens per Centimetre"@en ;
rdfs:label "Microsiemens per Centimetre"@tr ;
rdfs:label "Microsiemens per Centimetro"@it ;
rdfs:label "Microsiemens por Centimetro"@es ;
rdfs:label "Microsiemens pro Centimeter"@de ;
rdfs:label "Microsimens na Centimetr"@pl ;
.
{"resource":"Microsiemens per Centimetre"
,"qname":"unit:MicroS-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroS-PER-CentiM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106636307>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"denominator dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"description":"0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"
,"description (plain text)":"Unit of electrical conductivity equal to 0.000001-fold of the SI derived unit siemens divided by 0,01-fold of the SI base unit meter"
,"expression":"\\(uS-cm^{-1}\\)"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"has quantity kind":"quantitykind:ElectrolyticConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA075"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA075"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microsiemens na Centimeter"
,"label":"Microsiemens na Centimetr"
,"label":"Microsiemens par Centimètre"
,"label":"Microsiemens pe Centimetru"
,"label":"Microsiemens per Centimeter"
,"label":"Microsiemens per Centimeter"
,"label":"Microsiemens per Centimetre"
,"label":"Microsiemens per Centimetre"
,"label":"Microsiemens per Centimetre"
,"label":"Microsiemens per Centimetro"
,"label":"Microsiemens por Centimetro"
,"label":"Microsiemens pro Centimeter"
,"label":"Microsimens na Centimetr"
,"numerator dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"symbol":"μS\/cm"
,"type":"qudt:Unit"
,"ucum code":"uS.cm-1"
,"unece common code":"G42"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroS-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"expression" : "\\(uS-cm^{-1}\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Conductivity", "http://qudt.org/vocab/quantitykind/ElectrolyticConductivity" ],
"iec61360Code" : "0112/2///62720#UAA075",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA075",
"plainTextDescription" : "Unit of electrical conductivity equal to 0.000001-fold of the SI derived unit siemens divided by 0,01-fold of the SI base unit meter",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"symbol" : "μS/cm",
"ucumCode" : "uS.cm-1",
"uneceCommonCode" : "G42",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106636307",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Microsiemens pro Centimeter"
}, {
"@language" : "sl",
"@value" : "Microsiemens na Centimeter"
}, {
"@language" : "pl",
"@value" : "Microsimens na Centimetr"
}, {
"@language" : "ro",
"@value" : "Microsiemens pe Centimetru"
}, "Microsiemens per Centimetre", {
"@language" : "en",
"@value" : "Microsiemens per Centimetre"
}, {
"@language" : "tr",
"@value" : "Microsiemens per Centimetre"
}, {
"@language" : "en-us",
"@value" : "Microsiemens per Centimeter"
}, {
"@language" : "ms",
"@value" : "Microsiemens per Centimeter"
}, {
"@language" : "cs",
"@value" : "Microsiemens na Centimetr"
}, {
"@language" : "fr",
"@value" : "Microsiemens par Centimètre"
}, {
"@language" : "it",
"@value" : "Microsiemens per Centimetro"
}, {
"@language" : "es",
"@value" : "Microsiemens por Centimetro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroS-PER-M
URI: http://qudt.org/vocab/unit/MicroS-PER-M
0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroS-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA076" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA076"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "μS/m" ; <http://qudt.org/schema/qudt/ucumCode> "uS.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G43" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106777906> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microsiemens na Meter"@sl ; rdfs:label "Microsiemens na Metr"@cs ; rdfs:label "Microsiemens par Mètre"@fr ; rdfs:label "Microsiemens pe Metru"@ro ; rdfs:label "Microsiemens per Meter"@en-US ; rdfs:label "Microsiemens per Meter"@ms ; rdfs:label "Microsiemens per Metre" ; rdfs:label "Microsiemens per Metre"@en ; rdfs:label "Microsiemens per Metre"@tr ; rdfs:label "Microsiemens per Metro"@it ; rdfs:label "Microsiemens por Metro"@es ; rdfs:label "Microsiemens pro Meter"@de ; rdfs:label "Microsimens na Metr"@pl ; .
{"resource":"Microsiemens per Metre"
,"qname":"unit:MicroS-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroS-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106777906>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre"
,"description (plain text)":"0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA076"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA076"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microsiemens na Meter"
,"label":"Microsiemens na Metr"
,"label":"Microsiemens par Mètre"
,"label":"Microsiemens pe Metru"
,"label":"Microsiemens per Meter"
,"label":"Microsiemens per Meter"
,"label":"Microsiemens per Metre"
,"label":"Microsiemens per Metre"
,"label":"Microsiemens per Metre"
,"label":"Microsiemens per Metro"
,"label":"Microsiemens por Metro"
,"label":"Microsiemens pro Meter"
,"label":"Microsimens na Metr"
,"symbol":"μS\/m"
,"type":"qudt:Unit"
,"ucum code":"uS.m-1"
,"unece common code":"G43"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroS-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Conductivity",
"iec61360Code" : "0112/2///62720#UAA076",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA076",
"plainTextDescription" : "0.000001-fold of the SI derived unit Siemens divided by the SI base unit metre",
"symbol" : "μS/m",
"ucumCode" : "uS.m-1",
"uneceCommonCode" : "G43",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106777906",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Microsiemens pe Metru"
}, {
"@language" : "cs",
"@value" : "Microsiemens na Metr"
}, {
"@language" : "tr",
"@value" : "Microsiemens per Metre"
}, "Microsiemens per Metre", {
"@language" : "en",
"@value" : "Microsiemens per Metre"
}, {
"@language" : "fr",
"@value" : "Microsiemens par Mètre"
}, {
"@language" : "en-us",
"@value" : "Microsiemens per Meter"
}, {
"@language" : "ms",
"@value" : "Microsiemens per Meter"
}, {
"@language" : "es",
"@value" : "Microsiemens por Metro"
}, {
"@language" : "sl",
"@value" : "Microsiemens na Meter"
}, {
"@language" : "pl",
"@value" : "Microsimens na Metr"
}, {
"@language" : "de",
"@value" : "Microsiemens pro Meter"
}, {
"@language" : "it",
"@value" : "Microsiemens per Metro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroS2-PER-CentiM2
URI: http://qudt.org/vocab/unit/MicroS2-PER-CentiM2
Conductivity variance, or (MicroS-PER-CentiM)2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MicroS2-PER-CentiM2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Conductivity variance, or (MicroS-PER-CentiM)2" ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ;
<http://qudt.org/schema/qudt/expression> "\\(uS{2}-cm^{-2}\\)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E4L-6I0M-2H0T6D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ConductivityVariance> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Conductivity variance, or (MicroS-PER-CentiM)2" ;
<http://qudt.org/schema/qudt/symbol> "μS²/cm²" ;
<http://qudt.org/schema/qudt/ucumCode> "uS2.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kvadratni Microsiemens na Kvadratni Centimeter"@sl ;
rdfs:label "Microsiemens Carré par Centimètre Carré"@fr ;
rdfs:label "Microsiemens Cuadrado por Centimetro Cuadrado"@es ;
rdfs:label "Microsiemens Persegi per Centimeter Persegi"@ms ;
rdfs:label "Microsiemens Pătrat pe Centimetru Pătrat"@ro ;
rdfs:label "Microsiemens Quadrato per Centimetro Quadrato"@it ;
rdfs:label "Microsiemenskare per Centimetrekare"@tr ;
rdfs:label "Microsimens Kwadratowy na Centimetr Kwadratowy"@pl ;
rdfs:label "Quadratmicrosiemens pro Quadratcentimeter"@de ;
rdfs:label "Square Microsiemens per Square Centimeter"@en-US ;
rdfs:label "Square Microsiemens per Square Centimetre" ;
rdfs:label "Square Microsiemens per Square Centimetre"@en ;
rdfs:label "Čtvereční Microsiemens na Čtvereční Centimetr"@cs ;
.
{"resource":"Square Microsiemens per Square Centimetre"
,"qname":"unit:MicroS2-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroS2-PER-CentiM2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"Conductivity variance, or (MicroS-PER-CentiM)2"
,"description (plain text)":"Conductivity variance, or (MicroS-PER-CentiM)2"
,"expression":"\\(uS{2}-cm^{-2}\\)"
,"has dimension vector":"qkdv:A0E4L-6I0M-2H0T6D0"
,"has quantity kind":"quantitykind:ConductivityVariance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Microsiemens na Kvadratni Centimeter"
,"label":"Microsiemens Carré par Centimètre Carré"
,"label":"Microsiemens Cuadrado por Centimetro Cuadrado"
,"label":"Microsiemens Persegi per Centimeter Persegi"
,"label":"Microsiemens Pătrat pe Centimetru Pătrat"
,"label":"Microsiemens Quadrato per Centimetro Quadrato"
,"label":"Microsiemenskare per Centimetrekare"
,"label":"Microsimens Kwadratowy na Centimetr Kwadratowy"
,"label":"Quadratmicrosiemens pro Quadratcentimeter"
,"label":"Square Microsiemens per Square Centimeter"
,"label":"Square Microsiemens per Square Centimetre"
,"label":"Square Microsiemens per Square Centimetre"
,"label":"Čtvereční Microsiemens na Čtvereční Centimetr"
,"symbol":"μS²\/cm²"
,"type":"qudt:Unit"
,"ucum code":"uS2.cm-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroS2-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Conductivity variance, or (MicroS-PER-CentiM)2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"expression" : "\\(uS{2}-cm^{-2}\\)",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E4L-6I0M-2H0T6D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ConductivityVariance",
"plainTextDescription" : "Conductivity variance, or (MicroS-PER-CentiM)2",
"symbol" : "μS²/cm²",
"ucumCode" : "uS2.cm-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Quadratmicrosiemens pro Quadratcentimeter"
}, {
"@language" : "pl",
"@value" : "Microsimens Kwadratowy na Centimetr Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Kvadratni Microsiemens na Kvadratni Centimeter"
}, {
"@language" : "it",
"@value" : "Microsiemens Quadrato per Centimetro Quadrato"
}, {
"@language" : "tr",
"@value" : "Microsiemenskare per Centimetrekare"
}, {
"@language" : "ms",
"@value" : "Microsiemens Persegi per Centimeter Persegi"
}, {
"@language" : "cs",
"@value" : "Čtvereční Microsiemens na Čtvereční Centimetr"
}, {
"@language" : "en-us",
"@value" : "Square Microsiemens per Square Centimeter"
}, {
"@language" : "fr",
"@value" : "Microsiemens Carré par Centimètre Carré"
}, {
"@language" : "es",
"@value" : "Microsiemens Cuadrado por Centimetro Cuadrado"
}, {
"@language" : "ro",
"@value" : "Microsiemens Pătrat pe Centimetru Pătrat"
}, "Square Microsiemens per Square Centimetre", {
"@language" : "en",
"@value" : "Square Microsiemens per Square Centimetre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroSEC
URI: http://qudt.org/vocab/unit/MicroSEC
"Microsecond" is a unit for 'Time' expressed as $microsec$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroSEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Microsecond\" is a unit for 'Time' expressed as $microsec$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA095" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA095"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "μs" ; <http://qudt.org/schema/qudt/ucumCode> "us"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "B98" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q842015> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micromásodperc"@hu ; rdfs:label "Microsaat"@ms ; rdfs:label "Microsaniye"@tr ; rdfs:label "Microsecond" ; rdfs:label "Microsecond"@en ; rdfs:label "Microseconde"@fr ; rdfs:label "Microsecondo"@it ; rdfs:label "Microsecundă"@ro ; rdfs:label "Microsegundo"@es ; rdfs:label "Microsekunda"@cs ; rdfs:label "Microsekunda"@pl ; rdfs:label "Microsekunda"@sl ; rdfs:label "Microsekunde"@de ; .
{"resource":"Microsecond"
,"qname":"unit:MicroSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroSEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q842015>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"defined unit of system":"sou:USCS"
,"description":"\"Microsecond\" is a unit for 'Time' expressed as $microsec$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA095"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA095"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micromásodperc"
,"label":"Microsaat"
,"label":"Microsaniye"
,"label":"Microsecond"
,"label":"Microsecond"
,"label":"Microseconde"
,"label":"Microsecondo"
,"label":"Microsecundă"
,"label":"Microsegundo"
,"label":"Microsekunda"
,"label":"Microsekunda"
,"label":"Microsekunda"
,"label":"Microsekunde"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:SEC"
,"symbol":"μs"
,"type":"qudt:Unit"
,"ucum code":"us"
,"unece common code":"B98"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroSEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Microsecond\" is a unit for 'Time' expressed as $microsec$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA095",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA095",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "μs",
"ucumCode" : "us",
"uneceCommonCode" : "B98",
"wikidataMatch" : "http://www.wikidata.org/entity/Q842015",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Microseconde"
}, {
"@language" : "tr",
"@value" : "Microsaniye"
}, "Microsecond", {
"@language" : "en",
"@value" : "Microsecond"
}, {
"@language" : "de",
"@value" : "Microsekunde"
}, {
"@language" : "ms",
"@value" : "Microsaat"
}, {
"@language" : "ro",
"@value" : "Microsecundă"
}, {
"@language" : "cs",
"@value" : "Microsekunda"
}, {
"@language" : "pl",
"@value" : "Microsekunda"
}, {
"@language" : "sl",
"@value" : "Microsekunda"
}, {
"@language" : "es",
"@value" : "Microsegundo"
}, {
"@language" : "hu",
"@value" : "Micromásodperc"
}, {
"@language" : "it",
"@value" : "Microsecondo"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroSV
URI: http://qudt.org/vocab/unit/MicroSV
Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used. 0.000001-fold of the SI derived unit sievert.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroSV> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used. 0.000001-fold of the SI derived unit sievert."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DoseEquivalent> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SV> ; <http://qudt.org/schema/qudt/siUnitsExpression> "J/kg" ; <http://qudt.org/schema/qudt/symbol> "μSv" ; <http://qudt.org/schema/qudt/ucumCode> "uSv"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2739114> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microsievert" ; rdfs:label "Microsievert"@cs ; rdfs:label "Microsievert"@de ; rdfs:label "Microsievert"@en ; rdfs:label "Microsievert"@es ; rdfs:label "Microsievert"@fr ; rdfs:label "Microsievert"@hu ; rdfs:label "Microsievert"@it ; rdfs:label "Microsievert"@ms ; rdfs:label "Microsievert"@ro ; rdfs:label "Microsievert"@sl ; rdfs:label "Microsievert"@tr ; rdfs:label "Microsiwert"@pl ; .
{"resource":"Microsievert"
,"qname":"unit:MicroSV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroSV"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2739114>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Sievert"
,"description":"Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used. 0.000001-fold of the SI derived unit sievert."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:DoseEquivalent"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Sievert?oldid=495474333"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-1284"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsievert"
,"label":"Microsiwert"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/sievert>"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:SV"
,"si units expression":"J\/kg"
,"symbol":"μSv"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"uSv"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroSV",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used. 0.000001-fold of the SI derived unit sievert.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"dbpediaMatch" : "http://dbpedia.org/resource/Sievert",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DoseEquivalent",
"informativeReference" : [ "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284", "http://en.wikipedia.org/wiki/Sievert?oldid=495474333" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/sievert",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/SV",
"siUnitsExpression" : "J/kg",
"symbol" : "μSv",
"ucumCode" : "uSv",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2739114",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microsievert", {
"@language" : "cs",
"@value" : "Microsievert"
}, {
"@language" : "de",
"@value" : "Microsievert"
}, {
"@language" : "en",
"@value" : "Microsievert"
}, {
"@language" : "es",
"@value" : "Microsievert"
}, {
"@language" : "fr",
"@value" : "Microsievert"
}, {
"@language" : "hu",
"@value" : "Microsievert"
}, {
"@language" : "it",
"@value" : "Microsievert"
}, {
"@language" : "ms",
"@value" : "Microsievert"
}, {
"@language" : "ro",
"@value" : "Microsievert"
}, {
"@language" : "sl",
"@value" : "Microsievert"
}, {
"@language" : "tr",
"@value" : "Microsievert"
}, {
"@language" : "pl",
"@value" : "Microsiwert"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroSV-PER-HR
URI: http://qudt.org/vocab/unit/MicroSV-PER-HR
0.000001-fold of the derived SI unit sievert divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroSV-PER-HR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the derived SI unit sievert divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB466" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB466"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ; <http://qudt.org/schema/qudt/siUnitsExpression> "J/kg" ; <http://qudt.org/schema/qudt/symbol> "μSv/h" ; <http://qudt.org/schema/qudt/ucumCode> "uSv.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P72" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106600007> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microsievert per Hour" ; rdfs:label "Microsievert per Hour"@en ; .
{"resource":"Microsievert per Hour"
,"qname":"unit:MicroSV-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroSV-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106600007>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Sievert"
,"description":"0.000001-fold of the derived SI unit sievert divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB466"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Sievert?oldid=495474333"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-1284"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB466"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microsievert per Hour"
,"label":"Microsievert per Hour"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/sievert>"
,"si units expression":"J\/kg"
,"symbol":"μSv\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"uSv.h-1"
,"unece common code":"P72"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroSV-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "0.000001-fold of the derived SI unit sievert divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"dbpediaMatch" : "http://dbpedia.org/resource/Sievert",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate",
"iec61360Code" : "0112/2///62720#UAB466",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB466", "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284", "http://en.wikipedia.org/wiki/Sievert?oldid=495474333" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/sievert",
"siUnitsExpression" : "J/kg",
"symbol" : "μSv/h",
"ucumCode" : "uSv.h-1",
"uneceCommonCode" : "P72",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106600007",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microsievert per Hour", {
"@language" : "en",
"@value" : "Microsievert per Hour"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroSV-PER-MIN
URI: http://qudt.org/vocab/unit/MicroSV-PER-MIN
0.000001-fold of the SI derived unit sievert divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroSV-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit sievert divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB470" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB470"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μSv/min" ; <http://qudt.org/schema/qudt/ucumCode> "uSv.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P76" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microsievert per Minute" ; rdfs:label "Microsievert per Minute"@en ; .
{"resource":"Microsievert per Minute"
,"qname":"unit:MicroSV-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroSV-PER-MIN"
,"properties":["conversion multiplier":"0.00000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-8"
,"description":"0.000001-fold of the SI derived unit sievert divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB470"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB470"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microsievert per Minute"
,"label":"Microsievert per Minute"
,"symbol":"μSv\/min"
,"type":"qudt:Unit"
,"ucum code":"uSv.min-1"
,"unece common code":"P76"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroSV-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit sievert divided by the unit minute",
"conversionMultiplier" : "0.00000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate" ],
"iec61360Code" : "0112/2///62720#UAB470",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB470",
"symbol" : "μSv/min",
"ucumCode" : "uSv.min-1",
"uneceCommonCode" : "P76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microsievert per Minute", {
"@language" : "en",
"@value" : "Microsievert per Minute"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroSV-PER-SEC
URI: http://qudt.org/vocab/unit/MicroSV-PER-SEC
0.000001-fold of the SI derived unit sievert devided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroSV-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit sievert devided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB303" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB303"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μSv/s" ; <http://qudt.org/schema/qudt/ucumCode> "uSv.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P67" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microsievert na Sekunda"@cs ; rdfs:label "Microsievert na Sekunda"@sl ; rdfs:label "Microsievert par Seconde"@fr ; rdfs:label "Microsievert pe Secundă"@ro ; rdfs:label "Microsievert per Saat"@ms ; rdfs:label "Microsievert per Saniye"@tr ; rdfs:label "Microsievert per Second" ; rdfs:label "Microsievert per Second"@en ; rdfs:label "Microsievert per Secondo"@it ; rdfs:label "Microsievert por Segundo"@es ; rdfs:label "Microsievert pro Sekunde"@de ; rdfs:label "Microsiwert na Sekunda"@pl ; .
{"resource":"Microsievert per Second"
,"qname":"unit:MicroSV-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroSV-PER-SEC"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit sievert devided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB303"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB303"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microsievert na Sekunda"
,"label":"Microsievert na Sekunda"
,"label":"Microsievert par Seconde"
,"label":"Microsievert pe Secundă"
,"label":"Microsievert per Saat"
,"label":"Microsievert per Saniye"
,"label":"Microsievert per Second"
,"label":"Microsievert per Second"
,"label":"Microsievert per Secondo"
,"label":"Microsievert por Segundo"
,"label":"Microsievert pro Sekunde"
,"label":"Microsiwert na Sekunda"
,"symbol":"μSv\/s"
,"type":"qudt:Unit"
,"ucum code":"uSv.s-1"
,"unece common code":"P67"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroSV-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit sievert devided by the SI base unit second",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAB303",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB303",
"symbol" : "μSv/s",
"ucumCode" : "uSv.s-1",
"uneceCommonCode" : "P67",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Microsievert na Sekunda"
}, {
"@language" : "sl",
"@value" : "Microsievert na Sekunda"
}, {
"@language" : "tr",
"@value" : "Microsievert per Saniye"
}, {
"@language" : "es",
"@value" : "Microsievert por Segundo"
}, "Microsievert per Second", {
"@language" : "en",
"@value" : "Microsievert per Second"
}, {
"@language" : "it",
"@value" : "Microsievert per Secondo"
}, {
"@language" : "ms",
"@value" : "Microsievert per Saat"
}, {
"@language" : "de",
"@value" : "Microsievert pro Sekunde"
}, {
"@language" : "fr",
"@value" : "Microsievert par Seconde"
}, {
"@language" : "ro",
"@value" : "Microsievert pe Secundă"
}, {
"@language" : "pl",
"@value" : "Microsiwert na Sekunda"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroT
URI: http://qudt.org/vocab/unit/MicroT
0.000001-fold of the SI derived unit tesla
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit tesla"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA077" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA077"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit tesla" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/T> ; <http://qudt.org/schema/qudt/symbol> "μT" ; <http://qudt.org/schema/qudt/ucumCode> "uT"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D81" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94417598> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microtesla" ; rdfs:label "Microtesla"@cs ; rdfs:label "Microtesla"@de ; rdfs:label "Microtesla"@en ; rdfs:label "Microtesla"@es ; rdfs:label "Microtesla"@fr ; rdfs:label "Microtesla"@hu ; rdfs:label "Microtesla"@it ; rdfs:label "Microtesla"@ms ; rdfs:label "Microtesla"@pl ; rdfs:label "Microtesla"@ro ; rdfs:label "Microtesla"@sl ; rdfs:label "Microtesla"@tr ; .
{"resource":"Microtesla"
,"qname":"unit:MicroT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94417598>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit tesla"
,"description (plain text)":"0.000001-fold of the SI derived unit tesla"
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA077"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA077"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"label":"Microtesla"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:T"
,"symbol":"μT"
,"type":"qudt:Unit"
,"ucum code":"uT"
,"unece common code":"D81"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit tesla",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFluxDensity",
"iec61360Code" : "0112/2///62720#UAA077",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA077",
"plainTextDescription" : "0.000001-fold of the SI derived unit tesla",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/T",
"symbol" : "μT",
"ucumCode" : "uT",
"uneceCommonCode" : "D81",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94417598",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microtesla", {
"@language" : "cs",
"@value" : "Microtesla"
}, {
"@language" : "de",
"@value" : "Microtesla"
}, {
"@language" : "en",
"@value" : "Microtesla"
}, {
"@language" : "es",
"@value" : "Microtesla"
}, {
"@language" : "it",
"@value" : "Microtesla"
}, {
"@language" : "ms",
"@value" : "Microtesla"
}, {
"@language" : "pl",
"@value" : "Microtesla"
}, {
"@language" : "ro",
"@value" : "Microtesla"
}, {
"@language" : "sl",
"@value" : "Microtesla"
}, {
"@language" : "tr",
"@value" : "Microtesla"
}, {
"@language" : "fr",
"@value" : "Microtesla"
}, {
"@language" : "hu",
"@value" : "Microtesla"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroTORR
URI: http://qudt.org/vocab/unit/MicroTORR
"MicroTorr" is a unit for 'Force Per Area' expressed as $microtorr$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroTORR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"MicroTorr\" is a unit for 'Force Per Area' expressed as $microtorr$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000133322 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.33322E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/TORR> ; <http://qudt.org/schema/qudt/symbol> "μTorr" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microtorr" ; rdfs:label "Microtorr"@en ; .
{"resource":"Microtorr"
,"qname":"unit:MicroTORR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroTORR"
,"properties":["conversion multiplier":"0.000133322"
,"conversion multiplier scientific":"1.33322E-4"
,"description":"\"MicroTorr\" is a unit for 'Force Per Area' expressed as $microtorr$."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microtorr"
,"label":"Microtorr"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:TORR"
,"symbol":"μTorr"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroTORR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"MicroTorr\" is a unit for 'Force Per Area' expressed as $microtorr$.",
"conversionMultiplier" : "0.000133322",
"conversionMultiplier:SN" : 1.33322E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/TORR",
"symbol" : "μTorr",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microtorr", {
"@language" : "en",
"@value" : "Microtorr"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroV
URI: http://qudt.org/vocab/unit/MicroV
0.000001-fold of the SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit volt"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA078" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA078"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit volt" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "μV" ; <http://qudt.org/schema/qudt/ucumCode> "uV"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D82" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1916026> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microvolt" ; rdfs:label "Microvolt"@cs ; rdfs:label "Microvolt"@de ; rdfs:label "Microvolt"@en ; rdfs:label "Microvolt"@fr ; rdfs:label "Microvolt"@hu ; rdfs:label "Microvolt"@it ; rdfs:label "Microvolt"@ms ; rdfs:label "Microvolt"@ro ; rdfs:label "Microvolt"@sl ; rdfs:label "Microvolt"@tr ; rdfs:label "Microvoltio"@es ; rdfs:label "Microwolt"@pl ; .
{"resource":"Microvolt"
,"qname":"unit:MicroV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroV"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1916026>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit volt"
,"description (plain text)":"0.000001-fold of the SI derived unit volt"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA078"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA078"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microvolt"
,"label":"Microvolt"
,"label":"Microvolt"
,"label":"Microvolt"
,"label":"Microvolt"
,"label":"Microvolt"
,"label":"Microvolt"
,"label":"Microvolt"
,"label":"Microvolt"
,"label":"Microvolt"
,"label":"Microvolt"
,"label":"Microvoltio"
,"label":"Microwolt"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:V"
,"symbol":"μV"
,"type":"qudt:Unit"
,"ucum code":"uV"
,"unece common code":"D82"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit volt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/ElectricPotential" ],
"iec61360Code" : "0112/2///62720#UAA078",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA078",
"plainTextDescription" : "0.000001-fold of the SI derived unit volt",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "μV",
"ucumCode" : "uV",
"uneceCommonCode" : "D82",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1916026",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Microwolt"
}, "Microvolt", {
"@language" : "cs",
"@value" : "Microvolt"
}, {
"@language" : "de",
"@value" : "Microvolt"
}, {
"@language" : "en",
"@value" : "Microvolt"
}, {
"@language" : "fr",
"@value" : "Microvolt"
}, {
"@language" : "hu",
"@value" : "Microvolt"
}, {
"@language" : "it",
"@value" : "Microvolt"
}, {
"@language" : "ro",
"@value" : "Microvolt"
}, {
"@language" : "sl",
"@value" : "Microvolt"
}, {
"@language" : "tr",
"@value" : "Microvolt"
}, {
"@language" : "ms",
"@value" : "Microvolt"
}, {
"@language" : "es",
"@value" : "Microvoltio"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroV-A
URI: http://qudt.org/vocab/unit/MicroV-A
0.000001-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroV-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MicroVA> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB532" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB532"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μV·A" ; <http://qudt.org/schema/qudt/ucumCode> "uV.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microvolt Amper"@ro ; rdfs:label "Microvolt Amper"@sl ; rdfs:label "Microvolt Amper"@tr ; rdfs:label "Microvolt Ampere" ; rdfs:label "Microvolt Ampere"@de ; rdfs:label "Microvolt Ampere"@en ; rdfs:label "Microvolt Ampere"@it ; rdfs:label "Microvolt Ampere"@ms ; rdfs:label "Microvolt Ampère"@fr ; rdfs:label "Microvolt Ampér"@cs ; rdfs:label "Microvoltio Amperio"@es ; rdfs:label "Microwolt Amper"@pl ; .
{"resource":"Microvolt Ampere"
,"qname":"unit:MicroV-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroV-A"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"deprecated":"true"
,"description":"0.000001-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB532"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB532"
,"is replaced by":"unit:MicroVA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microvolt Amper"
,"label":"Microvolt Amper"
,"label":"Microvolt Amper"
,"label":"Microvolt Ampere"
,"label":"Microvolt Ampere"
,"label":"Microvolt Ampere"
,"label":"Microvolt Ampere"
,"label":"Microvolt Ampere"
,"label":"Microvolt Ampère"
,"label":"Microvolt Ampér"
,"label":"Microvoltio Amperio"
,"label":"Microwolt Amper"
,"symbol":"μV·A"
,"type":"qudt:Unit"
,"ucum code":"uV.A"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroV-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the product of the SI base unit volt with the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/MicroVA",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB532",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB532",
"symbol" : "μV·A",
"ucumCode" : "uV.A",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Microvolt Amper"
}, {
"@language" : "sl",
"@value" : "Microvolt Amper"
}, {
"@language" : "fr",
"@value" : "Microvolt Ampère"
}, {
"@language" : "es",
"@value" : "Microvoltio Amperio"
}, {
"@language" : "cs",
"@value" : "Microvolt Ampér"
}, "Microvolt Ampere", {
"@language" : "de",
"@value" : "Microvolt Ampere"
}, {
"@language" : "en",
"@value" : "Microvolt Ampere"
}, {
"@language" : "it",
"@value" : "Microvolt Ampere"
}, {
"@language" : "ms",
"@value" : "Microvolt Ampere"
}, {
"@language" : "pl",
"@value" : "Microwolt Amper"
}, {
"@language" : "tr",
"@value" : "Microvolt Amper"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroV-A-PER-K
URI: http://qudt.org/vocab/unit/MicroV-A-PER-K
product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroV-A-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MicroVA-PER-K> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD907" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD907"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μV·A/K" ; <http://qudt.org/schema/qudt/ucumCode> "uV.A.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microvolt Amper na Kelvin"@sl ; rdfs:label "Microvolt Amper pe Kelvin"@ro ; rdfs:label "Microvolt Amper per Kelvin"@tr ; rdfs:label "Microvolt Ampere per Kelvin" ; rdfs:label "Microvolt Ampere per Kelvin"@en ; rdfs:label "Microvolt Ampere per Kelvin"@it ; rdfs:label "Microvolt Ampere per Kelvin"@ms ; rdfs:label "Microvolt Ampere pro Kelvin"@de ; rdfs:label "Microvolt Ampère par Kelvin"@fr ; rdfs:label "Microvolt Ampér na Kelvin"@cs ; rdfs:label "Microvoltio Amperio por Kelvin"@es ; rdfs:label "Microwolt Amper na Kelwin"@pl ; .
{"resource":"Microvolt Ampere per Kelvin"
,"qname":"unit:MicroV-A-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroV-A-PER-K"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"deprecated":"true"
,"description":"product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD907"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD907"
,"is replaced by":"unit:MicroVA-PER-K"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microvolt Amper na Kelvin"
,"label":"Microvolt Amper pe Kelvin"
,"label":"Microvolt Amper per Kelvin"
,"label":"Microvolt Ampere per Kelvin"
,"label":"Microvolt Ampere per Kelvin"
,"label":"Microvolt Ampere per Kelvin"
,"label":"Microvolt Ampere per Kelvin"
,"label":"Microvolt Ampere pro Kelvin"
,"label":"Microvolt Ampère par Kelvin"
,"label":"Microvolt Ampér na Kelvin"
,"label":"Microvoltio Amperio por Kelvin"
,"label":"Microwolt Amper na Kelwin"
,"symbol":"μV·A\/K"
,"type":"qudt:Unit"
,"ucum code":"uV.A.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroV-A-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin",
"isReplacedBy" : "http://qudt.org/vocab/unit/MicroVA-PER-K",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductance",
"iec61360Code" : "0112/2///62720#UAD907",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD907",
"symbol" : "μV·A/K",
"ucumCode" : "uV.A.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microvolt Ampere per Kelvin", {
"@language" : "en",
"@value" : "Microvolt Ampere per Kelvin"
}, {
"@language" : "sl",
"@value" : "Microvolt Amper na Kelvin"
}, {
"@language" : "fr",
"@value" : "Microvolt Ampère par Kelvin"
}, {
"@language" : "de",
"@value" : "Microvolt Ampere pro Kelvin"
}, {
"@language" : "tr",
"@value" : "Microvolt Amper per Kelvin"
}, {
"@language" : "ro",
"@value" : "Microvolt Amper pe Kelvin"
}, {
"@language" : "cs",
"@value" : "Microvolt Ampér na Kelvin"
}, {
"@language" : "es",
"@value" : "Microvoltio Amperio por Kelvin"
}, {
"@language" : "pl",
"@value" : "Microwolt Amper na Kelwin"
}, {
"@language" : "it",
"@value" : "Microvolt Ampere per Kelvin"
}, {
"@language" : "ms",
"@value" : "Microvolt Ampere per Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroV-A_Reactive
URI: http://qudt.org/vocab/unit/MicroV-A_Reactive
0.000001 of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MicroV-A_Reactive>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000001 of the unit volt ampere reactive" ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MicroVAR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC506" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC506"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "µV·A{Reactive}" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "MicroVolt Ampere Reactive" ;
rdfs:label "MicroVolt Ampere Reactive"@en ;
.
{"resource":"MicroVolt Ampere Reactive"
,"qname":"unit:MicroV-A_Reactive"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroV-A_Reactive"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"0.000001 of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC506"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC506"
,"is replaced by":"unit:MicroVAR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"MicroVolt Ampere Reactive"
,"label":"MicroVolt Ampere Reactive"
,"symbol":"µV·A{Reactive}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroV-A_Reactive",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001 of the unit volt ampere reactive",
"isReplacedBy" : "http://qudt.org/vocab/unit/MicroVAR",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC506",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC506",
"symbol" : "µV·A{Reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "MicroVolt Ampere Reactive", {
"@language" : "en",
"@value" : "MicroVolt Ampere Reactive"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroV-A_Reactive-PER-K
URI: http://qudt.org/vocab/unit/MicroV-A_Reactive-PER-K
0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroV-A_Reactive-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MicroVAR-PER-K> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD903" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD903"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "µvar/K" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "MicroVolt Ampere Reactive per Kelvin" ; rdfs:label "MicroVolt Ampere Reactive per Kelvin"@en ; .
{"resource":"MicroVolt Ampere Reactive per Kelvin"
,"qname":"unit:MicroV-A_Reactive-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroV-A_Reactive-PER-K"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E-1L-2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD903"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD903"
,"is replaced by":"unit:MicroVAR-PER-K"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"MicroVolt Ampere Reactive per Kelvin"
,"label":"MicroVolt Ampere Reactive per Kelvin"
,"symbol":"µvar\/K"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroV-A_Reactive-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin",
"isReplacedBy" : "http://qudt.org/vocab/unit/MicroVAR-PER-K",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD903",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD903",
"symbol" : "µvar/K",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "MicroVolt Ampere Reactive per Kelvin", {
"@language" : "en",
"@value" : "MicroVolt Ampere Reactive per Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroV-PER-M
URI: http://qudt.org/vocab/unit/MicroV-PER-M
0.000001-fold of the SI derived unit volt divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroV-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA079" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA079"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit volt divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "μV/m" ; <http://qudt.org/schema/qudt/ucumCode> "uV.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C3" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microvolt na Meter"@sl ; rdfs:label "Microvolt na Metr"@cs ; rdfs:label "Microvolt par Mètre"@fr ; rdfs:label "Microvolt pe Metru"@ro ; rdfs:label "Microvolt per Meter"@en-US ; rdfs:label "Microvolt per Meter"@ms ; rdfs:label "Microvolt per Metre" ; rdfs:label "Microvolt per Metre"@en ; rdfs:label "Microvolt per Metre"@tr ; rdfs:label "Microvolt per Metro"@it ; rdfs:label "Microvolt pro Meter"@de ; rdfs:label "Microvoltio por Metro"@es ; rdfs:label "Microwolt na Metr"@pl ; .
{"resource":"Microvolt per Metre"
,"qname":"unit:MicroV-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroV-PER-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit volt divided by the SI base unit metre"
,"description (plain text)":"0.000001-fold of the SI derived unit volt divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA079"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA079"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microvolt na Meter"
,"label":"Microvolt na Metr"
,"label":"Microvolt par Mètre"
,"label":"Microvolt pe Metru"
,"label":"Microvolt per Meter"
,"label":"Microvolt per Meter"
,"label":"Microvolt per Metre"
,"label":"Microvolt per Metre"
,"label":"Microvolt per Metre"
,"label":"Microvolt per Metro"
,"label":"Microvolt pro Meter"
,"label":"Microvoltio por Metro"
,"label":"Microwolt na Metr"
,"symbol":"μV\/m"
,"type":"qudt:Unit"
,"ucum code":"uV.m-1"
,"unece common code":"C3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroV-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit volt divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricFieldStrength",
"iec61360Code" : "0112/2///62720#UAA079",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA079",
"plainTextDescription" : "0.000001-fold of the SI derived unit volt divided by the SI base unit metre",
"symbol" : "μV/m",
"ucumCode" : "uV.m-1",
"uneceCommonCode" : "C3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Microvolt na Metr"
}, {
"@language" : "de",
"@value" : "Microvolt pro Meter"
}, {
"@language" : "es",
"@value" : "Microvoltio por Metro"
}, {
"@language" : "pl",
"@value" : "Microwolt na Metr"
}, {
"@language" : "sl",
"@value" : "Microvolt na Meter"
}, {
"@language" : "fr",
"@value" : "Microvolt par Mètre"
}, {
"@language" : "en-us",
"@value" : "Microvolt per Meter"
}, {
"@language" : "ms",
"@value" : "Microvolt per Meter"
}, {
"@language" : "ro",
"@value" : "Microvolt pe Metru"
}, "Microvolt per Metre", {
"@language" : "en",
"@value" : "Microvolt per Metre"
}, {
"@language" : "tr",
"@value" : "Microvolt per Metre"
}, {
"@language" : "it",
"@value" : "Microvolt per Metro"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroVA
URI: http://qudt.org/vocab/unit/MicroVA
0.000001-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroVA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB532" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB532"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/symbol> "μVA" ; <http://qudt.org/schema/qudt/ucumCode> "uVA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micro Volt Ampere" ; rdfs:label "Micro Volt Ampere"@en ; rdfs:label "Micro Volt Ampere"@it ; rdfs:label "Microvoltampere"@de ; rdfs:label "Microvoltampère"@fr ; rdfs:label "Microvoltiamperio"@es ; .
{"resource":"Micro Volt Ampere"
,"qname":"unit:MicroVA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroVA"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB532"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB532"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micro Volt Ampere"
,"label":"Micro Volt Ampere"
,"label":"Micro Volt Ampere"
,"label":"Microvoltampere"
,"label":"Microvoltampère"
,"label":"Microvoltiamperio"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:VA"
,"symbol":"μVA"
,"type":"qudt:Unit"
,"ucum code":"uVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroVA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the product of the SI base unit volt with the SI base unit ampere",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB532",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB532",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/VA",
"symbol" : "μVA",
"ucumCode" : "uVA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Microvoltampère"
}, {
"@language" : "es",
"@value" : "Microvoltiamperio"
}, {
"@language" : "de",
"@value" : "Microvoltampere"
}, "Micro Volt Ampere", {
"@language" : "en",
"@value" : "Micro Volt Ampere"
}, {
"@language" : "it",
"@value" : "Micro Volt Ampere"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroVA-PER-K
URI: http://qudt.org/vocab/unit/MicroVA-PER-K
product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroVA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD907" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD907"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "μVA/K" ; <http://qudt.org/schema/qudt/ucumCode> "uVA.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Micro Volt Ampere per Kelvin" ; rdfs:label "Micro Volt Ampere per Kelvin"@en ; rdfs:label "Micro Volt Ampere per Kelvin"@it ; rdfs:label "Microvoltampere pro Kelvin"@de ; rdfs:label "Microvoltampère par Kelvin"@fr ; rdfs:label "Microvoltiamperio por Kelvin"@es ; .
{"resource":"Micro Volt Ampere per Kelvin"
,"qname":"unit:MicroVA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroVA-PER-K"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD907"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD907"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micro Volt Ampere per Kelvin"
,"label":"Micro Volt Ampere per Kelvin"
,"label":"Micro Volt Ampere per Kelvin"
,"label":"Microvoltampere pro Kelvin"
,"label":"Microvoltampère par Kelvin"
,"label":"Microvoltiamperio por Kelvin"
,"symbol":"μVA\/K"
,"type":"qudt:Unit"
,"ucum code":"uVA.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroVA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 0.000001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductance",
"iec61360Code" : "0112/2///62720#UAD907",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD907",
"symbol" : "μVA/K",
"ucumCode" : "uVA.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micro Volt Ampere per Kelvin", {
"@language" : "fr",
"@value" : "Microvoltampère par Kelvin"
}, {
"@language" : "de",
"@value" : "Microvoltampere pro Kelvin"
}, {
"@language" : "es",
"@value" : "Microvoltiamperio por Kelvin"
}, {
"@language" : "en",
"@value" : "Micro Volt Ampere per Kelvin"
}, {
"@language" : "it",
"@value" : "Micro Volt Ampere per Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroVAR
URI: http://qudt.org/vocab/unit/MicroVAR
0.000001 of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MicroVAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000001 of the unit volt ampere reactive" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC506" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC506"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VAR> ;
<http://qudt.org/schema/qudt/symbol> "μVA{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "uVA{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Micro Volt Ampere Reactive" ;
rdfs:label "Micro Volt Ampere Reactive"@en ;
.
{"resource":"Micro Volt Ampere Reactive"
,"qname":"unit:MicroVAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroVAR"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001 of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC506"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC506"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micro Volt Ampere Reactive"
,"label":"Micro Volt Ampere Reactive"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:VAR"
,"symbol":"μVA{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"uVA{reactive}"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroVAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001 of the unit volt ampere reactive",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC506",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC506",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/VAR",
"symbol" : "μVA{Reactive}",
"ucumCode" : "uVA{reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Micro Volt Ampere Reactive", {
"@language" : "en",
"@value" : "Micro Volt Ampere Reactive"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroVAR-PER-K
URI: http://qudt.org/vocab/unit/MicroVAR-PER-K
0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MicroVAR-PER-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD903" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD903"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "μVA{Reactive}/K" ;
<http://qudt.org/schema/qudt/ucumCode> "uVA{reactive}.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Micro Volt Ampere Reactive per Kelvin" ;
rdfs:label "Micro Volt Ampere Reactive per Kelvin"@en ;
.
{"resource":"Micro Volt Ampere Reactive per Kelvin"
,"qname":"unit:MicroVAR-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroVAR-PER-K"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD903"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD903"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Micro Volt Ampere Reactive per Kelvin"
,"label":"Micro Volt Ampere Reactive per Kelvin"
,"symbol":"μVA{Reactive}\/K"
,"type":"qudt:Unit"
,"ucum code":"uVA{reactive}.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroVAR-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the unit volt ampere reactive divided by the SI base unit kelvin",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD903",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD903",
"symbol" : "μVA{Reactive}/K",
"ucumCode" : "uVA{reactive}.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Micro Volt Ampere Reactive per Kelvin"
}, "Micro Volt Ampere Reactive per Kelvin" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroW
URI: http://qudt.org/vocab/unit/MicroW
0.000001-fold of the SI derived unit watt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit watt"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA080" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA080"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit watt" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Micro> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ; <http://qudt.org/schema/qudt/symbol> "μW" ; <http://qudt.org/schema/qudt/ucumCode> "uW"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D80" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1823150> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microvatio"@es ; rdfs:label "Microwat"@pl ; rdfs:label "Microwatt" ; rdfs:label "Microwatt"@cs ; rdfs:label "Microwatt"@de ; rdfs:label "Microwatt"@en ; rdfs:label "Microwatt"@fr ; rdfs:label "Microwatt"@hu ; rdfs:label "Microwatt"@it ; rdfs:label "Microwatt"@ms ; rdfs:label "Microwatt"@ro ; rdfs:label "Microwatt"@sl ; rdfs:label "Microwatt"@tr ; .
{"resource":"Microwatt"
,"qname":"unit:MicroW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1823150>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit watt"
,"description (plain text)":"0.000001-fold of the SI derived unit watt"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA080"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA080"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microvatio"
,"label":"Microwat"
,"label":"Microwatt"
,"label":"Microwatt"
,"label":"Microwatt"
,"label":"Microwatt"
,"label":"Microwatt"
,"label":"Microwatt"
,"label":"Microwatt"
,"label":"Microwatt"
,"label":"Microwatt"
,"label":"Microwatt"
,"label":"Microwatt"
,"prefix":"prefix:Micro"
,"scalingOf":"unit:W"
,"symbol":"μW"
,"type":"qudt:Unit"
,"ucum code":"uW"
,"unece common code":"D80"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit watt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricPower", "http://qudt.org/vocab/quantitykind/Power" ],
"iec61360Code" : "0112/2///62720#UAA080",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA080",
"plainTextDescription" : "0.000001-fold of the SI derived unit watt",
"prefix" : "http://qudt.org/vocab/prefix/Micro",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "μW",
"ucumCode" : "uW",
"uneceCommonCode" : "D80",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1823150",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Microwatt", {
"@language" : "cs",
"@value" : "Microwatt"
}, {
"@language" : "de",
"@value" : "Microwatt"
}, {
"@language" : "en",
"@value" : "Microwatt"
}, {
"@language" : "fr",
"@value" : "Microwatt"
}, {
"@language" : "hu",
"@value" : "Microwatt"
}, {
"@language" : "it",
"@value" : "Microwatt"
}, {
"@language" : "ms",
"@value" : "Microwatt"
}, {
"@language" : "ro",
"@value" : "Microwatt"
}, {
"@language" : "sl",
"@value" : "Microwatt"
}, {
"@language" : "tr",
"@value" : "Microwatt"
}, {
"@language" : "pl",
"@value" : "Microwat"
}, {
"@language" : "es",
"@value" : "Microvatio"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroW-PER-CentiM2-MicroM-SR
URI: http://qudt.org/vocab/unit/MicroW-PER-CentiM2-MicroM-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroW-PER-CentiM2-MicroM-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralRadiance> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of spectral radiance that is the power radiating from a surface per unit of solid angle per unit of wavelength, measured in units of watts per centimeter squared per micrometer per steradian" ; <http://qudt.org/schema/qudt/symbol> "μW/(cm²·μm·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "uW.cm-2.um-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microvatio por Centimetro Cuadrado Micrometro Estereorradián"@es ; rdfs:label "Microwat na Centimetr Kwadratowy Micrometr Steradian"@pl ; rdfs:label "Microwatt na Kvadratni Centimeter Micrometer Steradian"@sl ; rdfs:label "Microwatt na Čtvereční Centimetr Micrometr Steradián"@cs ; rdfs:label "Microwatt par Centimètre Carré Micromètre Stéradian"@fr ; rdfs:label "Microwatt pe Centimetru Pătrat Micrometru Steradian"@ro ; rdfs:label "Microwatt per Centimeter Persegi Micrometer Steradian"@ms ; rdfs:label "Microwatt per Centimetrekare Micrometre Steradyan"@tr ; rdfs:label "Microwatt per Centimetro Quadrato Micrometro Steradiante"@it ; rdfs:label "Microwatt per Square Centimeter Micrometer Steradian"@en-US ; rdfs:label "Microwatt per Square Centimetre Micrometre Steradian" ; rdfs:label "Microwatt per Square Centimetre Micrometre Steradian"@en ; rdfs:label "Microwatt pro Quadratcentimeter Micrometer Steradiant"@de ; .
{"resource":"Microwatt per Square Centimetre Micrometre Steradian"
,"qname":"unit:MicroW-PER-CentiM2-MicroM-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroW-PER-CentiM2-MicroM-SR"
,"properties":["conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"description (plain text)":"A unit of spectral radiance that is the power radiating from a surface per unit of solid angle per unit of wavelength, measured in units of watts per centimeter squared per micrometer per steradian"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:SpectralRadiance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microvatio por Centimetro Cuadrado Micrometro Estereorradián"
,"label":"Microwat na Centimetr Kwadratowy Micrometr Steradian"
,"label":"Microwatt na Kvadratni Centimeter Micrometer Steradian"
,"label":"Microwatt na Čtvereční Centimetr Micrometr Steradián"
,"label":"Microwatt par Centimètre Carré Micromètre Stéradian"
,"label":"Microwatt pe Centimetru Pătrat Micrometru Steradian"
,"label":"Microwatt per Centimeter Persegi Micrometer Steradian"
,"label":"Microwatt per Centimetrekare Micrometre Steradyan"
,"label":"Microwatt per Centimetro Quadrato Micrometro Steradiante"
,"label":"Microwatt per Square Centimeter Micrometer Steradian"
,"label":"Microwatt per Square Centimetre Micrometre Steradian"
,"label":"Microwatt per Square Centimetre Micrometre Steradian"
,"label":"Microwatt pro Quadratcentimeter Micrometer Steradiant"
,"symbol":"μW\/(cm²·μm·sr)"
,"type":"qudt:Unit"
,"ucum code":"uW.cm-2.um-1.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroW-PER-CentiM2-MicroM-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralRadiance",
"plainTextDescription" : "A unit of spectral radiance that is the power radiating from a surface per unit of solid angle per unit of wavelength, measured in units of watts per centimeter squared per micrometer per steradian",
"symbol" : "μW/(cm²·μm·sr)",
"ucumCode" : "uW.cm-2.um-1.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Microvatio por Centimetro Cuadrado Micrometro Estereorradián"
}, {
"@language" : "ro",
"@value" : "Microwatt pe Centimetru Pătrat Micrometru Steradian"
}, {
"@language" : "pl",
"@value" : "Microwat na Centimetr Kwadratowy Micrometr Steradian"
}, "Microwatt per Square Centimetre Micrometre Steradian", {
"@language" : "en",
"@value" : "Microwatt per Square Centimetre Micrometre Steradian"
}, {
"@language" : "sl",
"@value" : "Microwatt na Kvadratni Centimeter Micrometer Steradian"
}, {
"@language" : "fr",
"@value" : "Microwatt par Centimètre Carré Micromètre Stéradian"
}, {
"@language" : "en-us",
"@value" : "Microwatt per Square Centimeter Micrometer Steradian"
}, {
"@language" : "de",
"@value" : "Microwatt pro Quadratcentimeter Micrometer Steradiant"
}, {
"@language" : "it",
"@value" : "Microwatt per Centimetro Quadrato Micrometro Steradiante"
}, {
"@language" : "cs",
"@value" : "Microwatt na Čtvereční Centimetr Micrometr Steradián"
}, {
"@language" : "tr",
"@value" : "Microwatt per Centimetrekare Micrometre Steradyan"
}, {
"@language" : "ms",
"@value" : "Microwatt per Centimeter Persegi Micrometer Steradian"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MicroW-PER-M2
URI: http://qudt.org/vocab/unit/MicroW-PER-M2
0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MicroW-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA081" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA081"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "μW/m²" ; <http://qudt.org/schema/qudt/ucumCode> "uW.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D85" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107361180> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Microvatio por Metro Cuadrado"@es ; rdfs:label "Microwat na Metr Kwadratowy"@pl ; rdfs:label "Microwatt na Kvadratni Meter"@sl ; rdfs:label "Microwatt na Čtvereční Metr"@cs ; rdfs:label "Microwatt par Mètre Carré"@fr ; rdfs:label "Microwatt pe Metru Pătrat"@ro ; rdfs:label "Microwatt per Meter Persegi"@ms ; rdfs:label "Microwatt per Metrekare"@tr ; rdfs:label "Microwatt per Metro Quadrato"@it ; rdfs:label "Microwatt per Square Meter"@en-US ; rdfs:label "Microwatt per Square Metre" ; rdfs:label "Microwatt per Square Metre"@en ; rdfs:label "Microwatt pro Quadratmeter"@de ; .
{"resource":"Microwatt per Square Metre"
,"qname":"unit:MicroW-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MicroW-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107361180>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA081"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA081"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Microvatio por Metro Cuadrado"
,"label":"Microwat na Metr Kwadratowy"
,"label":"Microwatt na Kvadratni Meter"
,"label":"Microwatt na Čtvereční Metr"
,"label":"Microwatt par Mètre Carré"
,"label":"Microwatt pe Metru Pătrat"
,"label":"Microwatt per Meter Persegi"
,"label":"Microwatt per Metrekare"
,"label":"Microwatt per Metro Quadrato"
,"label":"Microwatt per Square Meter"
,"label":"Microwatt per Square Metre"
,"label":"Microwatt per Square Metre"
,"label":"Microwatt pro Quadratmeter"
,"symbol":"μW\/m²"
,"type":"qudt:Unit"
,"ucum code":"uW.m-2"
,"unece common code":"D85"
]}
{
"@id" : "http://qudt.org/vocab/unit/MicroW-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAA081",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA081",
"plainTextDescription" : "0.000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "μW/m²",
"ucumCode" : "uW.m-2",
"uneceCommonCode" : "D85",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107361180",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Microwatt per Square Meter"
}, {
"@language" : "tr",
"@value" : "Microwatt per Metrekare"
}, {
"@language" : "ms",
"@value" : "Microwatt per Meter Persegi"
}, {
"@language" : "cs",
"@value" : "Microwatt na Čtvereční Metr"
}, {
"@language" : "de",
"@value" : "Microwatt pro Quadratmeter"
}, {
"@language" : "sl",
"@value" : "Microwatt na Kvadratni Meter"
}, {
"@language" : "ro",
"@value" : "Microwatt pe Metru Pătrat"
}, {
"@language" : "es",
"@value" : "Microvatio por Metro Cuadrado"
}, {
"@language" : "pl",
"@value" : "Microwat na Metr Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Microwatt par Mètre Carré"
}, {
"@language" : "it",
"@value" : "Microwatt per Metro Quadrato"
}, "Microwatt per Square Metre", {
"@language" : "en",
"@value" : "Microwatt per Square Metre"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilLength
URI: http://qudt.org/vocab/unit/MilLength
"Mil Length" is a C.G.S System unit for 'Length' expressed as $mil$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilLength> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Mil Length\" is a C.G.S System unit for 'Length' expressed as $mil$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000254 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "mil" ; <http://qudt.org/schema/qudt/ucumCode> "[mil_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q100039658> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Mil Length" ; rdfs:label "Mil Length"@en ; .
{"resource":"Mil Length"
,"qname":"unit:MilLength"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilLength"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q100039658>"
,"conversion multiplier":"0.0000254"
,"conversion multiplier scientific":"2.54E-5"
,"description":"\"Mil Length\" is a C.G.S System unit for 'Length' expressed as $mil$."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Mil Length"
,"label":"Mil Length"
,"scalingOf":"unit:M"
,"symbol":"mil"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[mil_i]"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilLength",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Mil Length\" is a C.G.S System unit for 'Length' expressed as $mil$.",
"conversionMultiplier" : "0.0000254",
"conversionMultiplier:SN" : 2.54E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "mil",
"ucumCode" : "[mil_i]",
"wikidataMatch" : "http://www.wikidata.org/entity/Q100039658",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Mil Length", {
"@language" : "en",
"@value" : "Mil Length"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA
URI: http://qudt.org/vocab/unit/MilliA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA775" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA775"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "mA" ; <http://qudt.org/schema/qudt/ucumCode> "mA"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4K" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2490574> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliamper"@hu ; rdfs:label "Milliamper"@pl ; rdfs:label "Milliamper"@ro ; rdfs:label "Milliamper"@sl ; rdfs:label "Milliamper"@tr ; rdfs:label "Milliampere" ; rdfs:label "Milliampere"@de ; rdfs:label "Milliampere"@en ; rdfs:label "Milliampere"@it ; rdfs:label "Milliampere"@ms ; rdfs:label "Milliamperio"@es ; rdfs:label "Milliampère"@fr ; rdfs:label "Milliampér"@cs ; .
{"resource":"Milliampere"
,"qname":"unit:MilliA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2490574>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA775"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA775"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliamper"
,"label":"Milliamper"
,"label":"Milliamper"
,"label":"Milliamper"
,"label":"Milliamper"
,"label":"Milliampere"
,"label":"Milliampere"
,"label":"Milliampere"
,"label":"Milliampere"
,"label":"Milliampere"
,"label":"Milliamperio"
,"label":"Milliampère"
,"label":"Milliampér"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:A"
,"symbol":"mA"
,"type":"qudt:Unit"
,"ucum code":"mA"
,"unece common code":"4K"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent",
"iec61360Code" : "0112/2///62720#UAA775",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA775",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "mA",
"ucumCode" : "mA",
"uneceCommonCode" : "4K",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2490574",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Milliamper"
}, {
"@language" : "sl",
"@value" : "Milliamper"
}, {
"@language" : "tr",
"@value" : "Milliamper"
}, {
"@language" : "fr",
"@value" : "Milliampère"
}, {
"@language" : "hu",
"@value" : "Milliamper"
}, {
"@language" : "pl",
"@value" : "Milliamper"
}, "Milliampere", {
"@language" : "de",
"@value" : "Milliampere"
}, {
"@language" : "en",
"@value" : "Milliampere"
}, {
"@language" : "it",
"@value" : "Milliampere"
}, {
"@language" : "ms",
"@value" : "Milliampere"
}, {
"@language" : "es",
"@value" : "Milliamperio"
}, {
"@language" : "cs",
"@value" : "Milliampér"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA-HR
URI: http://qudt.org/vocab/unit/MilliA-HR
product of the 0.001-fold of the SI base unit ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliA-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 0.001-fold of the SI base unit ampere and the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3.6 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BatteryCapacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA777" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA777"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the 0.001-fold of the SI base unit ampere and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "mA·h" ; <http://qudt.org/schema/qudt/ucumCode> "mA.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E09" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3858002> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliampere Hour" ; rdfs:label "Milliampere Hour"@en ; .
{"resource":"Milliampere Hour"
,"qname":"unit:MilliA-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3858002>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3.6"
,"conversion multiplier scientific":"3.6E0"
,"description":"product of the 0.001-fold of the SI base unit ampere and the unit hour"
,"description (plain text)":"product of the 0.001-fold of the SI base unit ampere and the unit hour"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:BatteryCapacity"
,"has quantity kind":"quantitykind:ElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA777"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA777"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliampere Hour"
,"label":"Milliampere Hour"
,"symbol":"mA·h"
,"type":"qudt:Unit"
,"ucum code":"mA.h"
,"unece common code":"E09"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 0.001-fold of the SI base unit ampere and the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "3.6",
"conversionMultiplier:SN" : 3.6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricCharge", "http://qudt.org/vocab/quantitykind/BatteryCapacity" ],
"iec61360Code" : "0112/2///62720#UAA777",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA777",
"plainTextDescription" : "product of the 0.001-fold of the SI base unit ampere and the unit hour",
"symbol" : "mA·h",
"ucumCode" : "mA.h",
"uneceCommonCode" : "E09",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3858002",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliampere Hour", {
"@language" : "en",
"@value" : "Milliampere Hour"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA-HR-PER-GM
URI: http://qudt.org/vocab/unit/MilliA-HR-PER-GM
$\textit{Milliampere hour per gram}$ is a practical unit of electric charge relative to the mass of the (active) parts. 1mAh/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram. The unit is often used in electrochemistry to describe the properties of active components like electrodes.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliA-HR-PER-GM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Milliampere hour per gram}$ is a practical unit of electric charge relative to the mass of the (active) parts.
1mAh/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram.
The unit is often used in electrochemistry to describe the properties of active components like electrodes.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ;
<http://qudt.org/schema/qudt/conversionOffset> 0.0 ;
<http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificElectricCharge> ;
<http://qudt.org/schema/qudt/symbol> "mA·h/g" ;
<http://qudt.org/schema/qudt/ucumCode> "mA.h.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Milliampere Hour per Gram" ;
rdfs:label "Milliampere Hour per Gram"@en ;
.
{"resource":"Milliampere Hour per Gram"
,"qname":"unit:MilliA-HR-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA-HR-PER-GM"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"$\\textit{Milliampere hour per gram}$ is a practical unit of electric charge relative to the mass of the (active) parts. \n 1mAh\/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram. \n The unit is often used in electrochemistry to describe the properties of active components like electrodes.\n "
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:SpecificElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliampere Hour per Gram"
,"label":"Milliampere Hour per Gram"
,"symbol":"mA·h\/g"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mA.h.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA-HR-PER-GM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Milliampere hour per gram}$ is a practical unit of electric charge relative to the mass of the (active) parts. \n 1mAh/g describes the capability of a material to store charge equivalent to 1h charge with 1mA per gram. \n The unit is often used in electrochemistry to describe the properties of active components like electrodes.\n ",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificElectricCharge",
"symbol" : "mA·h/g",
"ucumCode" : "mA.h.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliampere Hour per Gram", {
"@language" : "en",
"@value" : "Milliampere Hour per Gram"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA-IN2-PER-LB_F
URI: http://qudt.org/vocab/unit/MilliA-IN2-PER-LB_F
product of the 0.001-fold of the SI base unit ampere and the unit inch according to the Anglo-American and Imperial system of units with the exponent 2 according to the quotient of the unit pound-force according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliA-IN2-PER-LB_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 0.001-fold of the SI base unit ampere and the unit inch according to the Anglo-American and Imperial system of units with the exponent 2 according to the quotient of the unit pound-force according to the Anglo-American system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001450377312227268702148557236386593 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.450377312227268702148557236386593E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB494" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB494"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mA·in²/lbf" ; <http://qudt.org/schema/qudt/ucumCode> "mA.[in_i]2.[lbf_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F57" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliampere Square Inch per Pound Force" ; rdfs:label "Milliampere Square Inch per Pound Force"@en ; .
{"resource":"Milliampere Square Inch per Pound Force"
,"qname":"unit:MilliA-IN2-PER-LB_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA-IN2-PER-LB_F"
,"properties":["conversion multiplier":"0.0000001450377312227268702148557236386593"
,"conversion multiplier scientific":"1.450377312227268702148557236386593E-7"
,"description":"product of the 0.001-fold of the SI base unit ampere and the unit inch according to the Anglo-American and Imperial system of units with the exponent 2 according to the quotient of the unit pound-force according to the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E1L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB494"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB494"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliampere Square Inch per Pound Force"
,"label":"Milliampere Square Inch per Pound Force"
,"symbol":"mA·in²\/lbf"
,"type":"qudt:Unit"
,"ucum code":"mA.[in_i]2.[lbf_av]-1"
,"unece common code":"F57"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA-IN2-PER-LB_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 0.001-fold of the SI base unit ampere and the unit inch according to the Anglo-American and Imperial system of units with the exponent 2 according to the quotient of the unit pound-force according to the Anglo-American system of units",
"conversionMultiplier" : "0.0000001450377312227268702148557236386593",
"conversionMultiplier:SN" : 1.4503773122272687E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB494",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB494",
"symbol" : "mA·in²/lbf",
"ucumCode" : "mA.[in_i]2.[lbf_av]-1",
"uneceCommonCode" : "F57",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliampere Square Inch per Pound Force", {
"@language" : "en",
"@value" : "Milliampere Square Inch per Pound Force"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA-PER-BAR
URI: http://qudt.org/vocab/unit/MilliA-PER-BAR
0.001-fold of the SI base unit ampere divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliA-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit ampere divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA776" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA776"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mA/bar" ; <http://qudt.org/schema/qudt/ucumCode> "mA.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F59" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliampere per Bar" ; rdfs:label "Milliampere per Bar"@en ; .
{"resource":"Milliampere per Bar"
,"qname":"unit:MilliA-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA-PER-BAR"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.001-fold of the SI base unit ampere divided by the unit bar"
,"has dimension vector":"qkdv:A0E1L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA776"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA776"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliampere per Bar"
,"label":"Milliampere per Bar"
,"symbol":"mA\/bar"
,"type":"qudt:Unit"
,"ucum code":"mA.bar-1"
,"unece common code":"F59"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit ampere divided by the unit bar",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA776",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA776",
"symbol" : "mA/bar",
"ucumCode" : "mA.bar-1",
"uneceCommonCode" : "F59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliampere per Bar", {
"@language" : "en",
"@value" : "Milliampere per Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA-PER-IN
URI: http://qudt.org/vocab/unit/MilliA-PER-IN
0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliA-PER-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.03937007874015748031496062992125984 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.937007874015748031496062992125984E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA778" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA778"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units" ; <http://qudt.org/schema/qudt/symbol> "mA/in" ; <http://qudt.org/schema/qudt/ucumCode> "mA.[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F08" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliampere per Inch" ; rdfs:label "Milliampere per Inch"@en ; .
{"resource":"Milliampere per Inch"
,"qname":"unit:MilliA-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA-PER-IN"
,"properties":["conversion multiplier":"0.03937007874015748031496062992125984"
,"conversion multiplier scientific":"3.937007874015748031496062992125984E-2"
,"description":"0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"description (plain text)":"0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"has dimension vector":"qkdv:A0E1L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearElectricCurrentDensity"
,"has quantity kind":"quantitykind:MagneticFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA778"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA778"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliampere per Inch"
,"label":"Milliampere per Inch"
,"symbol":"mA\/in"
,"type":"qudt:Unit"
,"ucum code":"mA.[in_i]-1"
,"unece common code":"F08"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA-PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units",
"conversionMultiplier" : "0.03937007874015748031496062992125984",
"conversionMultiplier:SN" : 0.03937007874015748,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity", "http://qudt.org/vocab/quantitykind/MagneticFieldStrength" ],
"iec61360Code" : "0112/2///62720#UAA778",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA778",
"plainTextDescription" : "0.001-fold of the SI base unit ampere divided by the unit inch according to the Anglo-American and the Imperial system of units",
"symbol" : "mA/in",
"ucumCode" : "mA.[in_i]-1",
"uneceCommonCode" : "F08",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliampere per Inch", {
"@language" : "en",
"@value" : "Milliampere per Inch"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA-PER-K
URI: http://qudt.org/vocab/unit/MilliA-PER-K
0.001-fold of the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit ampere divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD897" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD897"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mA/K" ; <http://qudt.org/schema/qudt/ucumCode> "mA.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliamper na Kelvin"@sl ; rdfs:label "Milliamper na Kelwin"@pl ; rdfs:label "Milliamper pe Kelvin"@ro ; rdfs:label "Milliamper per Kelvin"@tr ; rdfs:label "Milliampere per Kelvin" ; rdfs:label "Milliampere per Kelvin"@en ; rdfs:label "Milliampere per Kelvin"@it ; rdfs:label "Milliampere per Kelvin"@ms ; rdfs:label "Milliampere pro Kelvin"@de ; rdfs:label "Milliamperio por Kelvin"@es ; rdfs:label "Milliampère par Kelvin"@fr ; rdfs:label "Milliampér na Kelvin"@cs ; .
{"resource":"Milliampere per Kelvin"
,"qname":"unit:MilliA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA-PER-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E1L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentPerTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD897"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliamper na Kelvin"
,"label":"Milliamper na Kelwin"
,"label":"Milliamper pe Kelvin"
,"label":"Milliamper per Kelvin"
,"label":"Milliampere per Kelvin"
,"label":"Milliampere per Kelvin"
,"label":"Milliampere per Kelvin"
,"label":"Milliampere per Kelvin"
,"label":"Milliampere pro Kelvin"
,"label":"Milliamperio por Kelvin"
,"label":"Milliampère par Kelvin"
,"label":"Milliampér na Kelvin"
,"symbol":"mA\/K"
,"type":"qudt:Unit"
,"ucum code":"mA.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit ampere divided by the SI base unit kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature",
"iec61360Code" : "0112/2///62720#UAD897",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD897",
"symbol" : "mA/K",
"ucumCode" : "mA.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Milliampere per Kelvin"
}, {
"@language" : "ms",
"@value" : "Milliampere per Kelvin"
}, "Milliampere per Kelvin", {
"@language" : "en",
"@value" : "Milliampere per Kelvin"
}, {
"@language" : "sl",
"@value" : "Milliamper na Kelvin"
}, {
"@language" : "fr",
"@value" : "Milliampère par Kelvin"
}, {
"@language" : "tr",
"@value" : "Milliamper per Kelvin"
}, {
"@language" : "de",
"@value" : "Milliampere pro Kelvin"
}, {
"@language" : "ro",
"@value" : "Milliamper pe Kelvin"
}, {
"@language" : "pl",
"@value" : "Milliamper na Kelwin"
}, {
"@language" : "cs",
"@value" : "Milliampér na Kelvin"
}, {
"@language" : "es",
"@value" : "Milliamperio por Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA-PER-L-MIN
URI: http://qudt.org/vocab/unit/MilliA-PER-L-MIN
0.001-fold of the SI base unit ampere divided by the product of the unit litre and the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliA-PER-L-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit ampere divided by the product of the unit litre and the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD910" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD910"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mA/(L·min)" ; <http://qudt.org/schema/qudt/ucumCode> "mA.L-1.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G59" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliampere per Liter Minute"@en-US ; rdfs:label "Milliampere per Litre Minute" ; rdfs:label "Milliampere per Litre Minute"@en ; .
{"resource":"Milliampere per Litre Minute"
,"qname":"unit:MilliA-PER-L-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA-PER-L-MIN"
,"properties":["conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"0.001-fold of the SI base unit ampere divided by the product of the unit litre and the unit minute"
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD910"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD910"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliampere per Liter Minute"
,"label":"Milliampere per Litre Minute"
,"label":"Milliampere per Litre Minute"
,"symbol":"mA\/(L·min)"
,"type":"qudt:Unit"
,"ucum code":"mA.L-1.min-1"
,"unece common code":"G59"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA-PER-L-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit ampere divided by the product of the unit litre and the unit minute",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD910",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD910",
"symbol" : "mA/(L·min)",
"ucumCode" : "mA.L-1.min-1",
"uneceCommonCode" : "G59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliampere per Litre Minute", {
"@language" : "en",
"@value" : "Milliampere per Litre Minute"
}, {
"@language" : "en-us",
"@value" : "Milliampere per Liter Minute"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA-PER-LB_F-IN2
URI: http://qudt.org/vocab/unit/MilliA-PER-LB_F-IN2
product of the 0.001-fold of the SI base unit ampere according to the quotient of the unit pound-force according to the Anglo-American system of units divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliA-PER-LB_F-IN2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 0.001-fold of the SI base unit ampere according to the quotient of the unit pound-force according to the Anglo-American system of units divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.3484545430793798050380935091957634 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.484545430793798050380935091957634E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mA/(lbf·in²)" ; <http://qudt.org/schema/qudt/ucumCode> "mA.[lbf_av]-1.[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliampere per Pound Force Square Inch" ; rdfs:label "Milliampere per Pound Force Square Inch"@en ; .
{"resource":"Milliampere per Pound Force Square Inch"
,"qname":"unit:MilliA-PER-LB_F-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA-PER-LB_F-IN2"
,"properties":["conversion multiplier":"0.3484545430793798050380935091957634"
,"conversion multiplier scientific":"3.484545430793798050380935091957634E-1"
,"description":"product of the 0.001-fold of the SI base unit ampere according to the quotient of the unit pound-force according to the Anglo-American system of units divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E1L-3I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliampere per Pound Force Square Inch"
,"label":"Milliampere per Pound Force Square Inch"
,"symbol":"mA\/(lbf·in²)"
,"type":"qudt:Unit"
,"ucum code":"mA.[lbf_av]-1.[in_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA-PER-LB_F-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 0.001-fold of the SI base unit ampere according to the quotient of the unit pound-force according to the Anglo-American system of units divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2",
"conversionMultiplier" : "0.3484545430793798050380935091957634",
"conversionMultiplier:SN" : 0.3484545430793798,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mA/(lbf·in²)",
"ucumCode" : "mA.[lbf_av]-1.[in_i]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliampere per Pound Force Square Inch", {
"@language" : "en",
"@value" : "Milliampere per Pound Force Square Inch"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA-PER-MilliM
URI: http://qudt.org/vocab/unit/MilliA-PER-MilliM
0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliA-PER-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA781" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA781"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "mA/mm" ; <http://qudt.org/schema/qudt/ucumCode> "mA.mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F76" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliamper na Millimeter"@sl ; rdfs:label "Milliamper na Millimetr"@pl ; rdfs:label "Milliamper pe Millimetru"@ro ; rdfs:label "Milliamper per Millimetre"@tr ; rdfs:label "Milliampere per Millimeter"@en-US ; rdfs:label "Milliampere per Millimeter"@ms ; rdfs:label "Milliampere per Millimetre" ; rdfs:label "Milliampere per Millimetre"@en ; rdfs:label "Milliampere per Millimetro"@it ; rdfs:label "Milliampere pro Millimeter"@de ; rdfs:label "Milliamperio por Millimetro"@es ; rdfs:label "Milliampère par Millimètre"@fr ; rdfs:label "Milliampér na Millimetr"@cs ; .
{"resource":"Milliampere per Millimetre"
,"qname":"unit:MilliA-PER-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA-PER-MilliM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre"
,"description (plain text)":"0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E1L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearElectricCurrentDensity"
,"has quantity kind":"quantitykind:MagneticFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA781"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA781"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliamper na Millimeter"
,"label":"Milliamper na Millimetr"
,"label":"Milliamper pe Millimetru"
,"label":"Milliamper per Millimetre"
,"label":"Milliampere per Millimeter"
,"label":"Milliampere per Millimeter"
,"label":"Milliampere per Millimetre"
,"label":"Milliampere per Millimetre"
,"label":"Milliampere per Millimetro"
,"label":"Milliampere pro Millimeter"
,"label":"Milliamperio por Millimetro"
,"label":"Milliampère par Millimètre"
,"label":"Milliampér na Millimetr"
,"symbol":"mA\/mm"
,"type":"qudt:Unit"
,"ucum code":"mA.mm-1"
,"unece common code":"F76"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA-PER-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticFieldStrength", "http://qudt.org/vocab/quantitykind/LinearElectricCurrentDensity" ],
"iec61360Code" : "0112/2///62720#UAA781",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA781",
"plainTextDescription" : "0.001-fold of the SI base unit ampere divided by the 0.001-fold of the SI base unit metre",
"symbol" : "mA/mm",
"ucumCode" : "mA.mm-1",
"uneceCommonCode" : "F76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Milliampér na Millimetr"
}, {
"@language" : "pl",
"@value" : "Milliamper na Millimetr"
}, {
"@language" : "tr",
"@value" : "Milliamper per Millimetre"
}, "Milliampere per Millimetre", {
"@language" : "en-us",
"@value" : "Milliampere per Millimeter"
}, {
"@language" : "ms",
"@value" : "Milliampere per Millimeter"
}, {
"@language" : "en",
"@value" : "Milliampere per Millimetre"
}, {
"@language" : "es",
"@value" : "Milliamperio por Millimetro"
}, {
"@language" : "ro",
"@value" : "Milliamper pe Millimetru"
}, {
"@language" : "it",
"@value" : "Milliampere per Millimetro"
}, {
"@language" : "sl",
"@value" : "Milliamper na Millimeter"
}, {
"@language" : "de",
"@value" : "Milliampere pro Millimeter"
}, {
"@language" : "fr",
"@value" : "Milliampère par Millimètre"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliA-SEC
URI: http://qudt.org/vocab/unit/MilliA-SEC
product of the 0.001-fold of the SI base unit ampere and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 0.001-fold of the SI base unit ampere and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD919" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD919"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mA·s" ; <http://qudt.org/schema/qudt/ucumCode> "mA.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliamper Saniye"@tr ; rdfs:label "Milliamper Secundă"@ro ; rdfs:label "Milliamper Sekunda"@pl ; rdfs:label "Milliamper Sekunda"@sl ; rdfs:label "Milliampere Saat"@ms ; rdfs:label "Milliampere Second" ; rdfs:label "Milliampere Second"@en ; rdfs:label "Milliampere Secondo"@it ; rdfs:label "Milliampere Sekunde"@de ; rdfs:label "Milliamperio Segundo"@es ; rdfs:label "Milliampère Seconde"@fr ; rdfs:label "Milliampér Sekunda"@cs ; .
{"resource":"Milliampere Second"
,"qname":"unit:MilliA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliA-SEC"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"product of the 0.001-fold of the SI base unit ampere and the SI base unit second"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD919"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD919"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliamper Saniye"
,"label":"Milliamper Secundă"
,"label":"Milliamper Sekunda"
,"label":"Milliamper Sekunda"
,"label":"Milliampere Saat"
,"label":"Milliampere Second"
,"label":"Milliampere Second"
,"label":"Milliampere Secondo"
,"label":"Milliampere Sekunde"
,"label":"Milliamperio Segundo"
,"label":"Milliampère Seconde"
,"label":"Milliampér Sekunda"
,"symbol":"mA·s"
,"type":"qudt:Unit"
,"ucum code":"mA.s"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 0.001-fold of the SI base unit ampere and the SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"iec61360Code" : "0112/2///62720#UAD919",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD919",
"symbol" : "mA·s",
"ucumCode" : "mA.s",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Milliamper Sekunda"
}, {
"@language" : "sl",
"@value" : "Milliamper Sekunda"
}, {
"@language" : "ms",
"@value" : "Milliampere Saat"
}, {
"@language" : "de",
"@value" : "Milliampere Sekunde"
}, {
"@language" : "fr",
"@value" : "Milliampère Seconde"
}, {
"@language" : "ro",
"@value" : "Milliamper Secundă"
}, {
"@language" : "tr",
"@value" : "Milliamper Saniye"
}, "Milliampere Second", {
"@language" : "en",
"@value" : "Milliampere Second"
}, {
"@language" : "cs",
"@value" : "Milliampér Sekunda"
}, {
"@language" : "es",
"@value" : "Milliamperio Segundo"
}, {
"@language" : "it",
"@value" : "Milliampere Secondo"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliARCSEC
URI: http://qudt.org/vocab/unit/MilliARCSEC
A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. the milliarcsecond, abbreviated mas, is used in astronomy.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliARCSEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. the milliarcsecond, abbreviated mas, is used in astronomy."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000484813681 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.84813681E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Minute_of_arc"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/ARCSEC> ; <http://qudt.org/schema/qudt/symbol> "mas" ; <http://qudt.org/schema/qudt/ucumCode> "m''"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21500224> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliarcsecond" ; rdfs:label "Milliarcsecond"@en ; .
{"resource":"Milliarcsecond"
,"qname":"unit:MilliARCSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliARCSEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21500224>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00000000484813681"
,"conversion multiplier scientific":"4.84813681E-9"
,"description":"A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1\/60) of one degree (circle\/21,600), or $\\pi \/10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1\/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1\/360) of a rotation, one minute of arc is 1\/21,600 of a rotation. the milliarcsecond, abbreviated mas, is used in astronomy."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Minute_of_arc"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliarcsecond"
,"label":"Milliarcsecond"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:ARCSEC"
,"symbol":"mas"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m''"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliARCSEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A minute of arc, arcminute, or minute arc (MOA), is a unit of angular measurement equal to one sixtieth (1/60) of one degree (circle/21,600), or $\\pi /10,800 radians$. In turn, a second of arc or arcsecond is one sixtieth (1/60) of one minute of arc. Since one degree is defined as one three hundred and sixtieth (1/360) of a rotation, one minute of arc is 1/21,600 of a rotation. the milliarcsecond, abbreviated mas, is used in astronomy.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00000000484813681",
"conversionMultiplier:SN" : 4.84813681E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PlaneAngle", "http://qudt.org/vocab/quantitykind/Angle" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Minute_of_arc",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/ARCSEC",
"symbol" : "mas",
"ucumCode" : "m''",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21500224",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliarcsecond", {
"@language" : "en",
"@value" : "Milliarcsecond"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBAR
URI: http://qudt.org/vocab/unit/MilliBAR
The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/HectoPA> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MilliBAR_A> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA810" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA810"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BAR> ; <http://qudt.org/schema/qudt/symbol> "mbar" ; <http://qudt.org/schema/qudt/ucumCode> "mbar"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MBR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3495543> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millibar" ; rdfs:label "Millibar"@en ; .
{"resource":"Millibar"
,"qname":"unit:MilliBAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBAR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3495543>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI."
,"exact match":"unit:HectoPA"
,"exact match":"unit:MilliBAR_A"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA810"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bar_(unit)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA810"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millibar"
,"label":"Millibar"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:BAR"
,"symbol":"mbar"
,"type":"qudt:Unit"
,"ucum code":"mbar"
,"unece common code":"MBR"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The bar is a non-SI unit of pressure, defined by the IUPAC as exactly equal to 100,000 Pa. It is about equal to the atmospheric pressure on Earth at sea level, and since 1982 the IUPAC has recommended that the standard for atmospheric pressure should be harmonized to $100,000 Pa = 1 bar \\approx 750.0616827 Torr$. Units derived from the bar are the megabar (symbol: Mbar), kilobar (symbol: kbar), decibar (symbol: dbar), centibar (symbol: cbar), and millibar (symbol: mbar or mb). They are not SI or cgs units, but they are accepted for use with the SI.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"exactMatch" : [ "http://qudt.org/vocab/unit/MilliBAR_A", "http://qudt.org/vocab/unit/HectoPA" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA810",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Bar_(unit)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA810" ],
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/BAR",
"symbol" : "mbar",
"ucumCode" : "mbar",
"uneceCommonCode" : "MBR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3495543",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millibar", {
"@language" : "en",
"@value" : "Millibar"
} ],
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBAR-L-PER-SEC
URI: http://qudt.org/vocab/unit/MilliBAR-L-PER-SEC
product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBAR-L-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA813" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA813"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "mbar·L/s" ; <http://qudt.org/schema/qudt/ucumCode> "mbar.L.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F95" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millibar Liter per Second"@en-US ; rdfs:label "Millibar Litre per Second" ; rdfs:label "Millibar Litre per Second"@en ; .
{"resource":"Millibar Litre per Second"
,"qname":"unit:MilliBAR-L-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBAR-L-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second"
,"description (plain text)":"product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA813"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA813"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millibar Liter per Second"
,"label":"Millibar Litre per Second"
,"label":"Millibar Litre per Second"
,"symbol":"mbar·L\/s"
,"type":"qudt:Unit"
,"ucum code":"mbar.L.s-1"
,"unece common code":"F95"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBAR-L-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA813",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA813",
"plainTextDescription" : "product out of the 0.001-fold of the unit bar and the unit litre divided by the SI base unit second",
"symbol" : "mbar·L/s",
"ucumCode" : "mbar.L.s-1",
"uneceCommonCode" : "F95",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Millibar Liter per Second"
}, "Millibar Litre per Second", {
"@language" : "en",
"@value" : "Millibar Litre per Second"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBAR-M3-PER-SEC
URI: http://qudt.org/vocab/unit/MilliBAR-M3-PER-SEC
product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBAR-M3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA327" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA327"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "mbar·m³/s" ; <http://qudt.org/schema/qudt/ucumCode> "mbar.m3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F96" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millibar Cubic Meter per Second"@en-US ; rdfs:label "Millibar Cubic Metre per Second" ; rdfs:label "Millibar Cubic Metre per Second"@en ; .
{"resource":"Millibar Cubic Metre per Second"
,"qname":"unit:MilliBAR-M3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBAR-M3-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"description (plain text)":"product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA327"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA327"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millibar Cubic Meter per Second"
,"label":"Millibar Cubic Metre per Second"
,"label":"Millibar Cubic Metre per Second"
,"symbol":"mbar·m³\/s"
,"type":"qudt:Unit"
,"ucum code":"mbar.m3.s-1"
,"unece common code":"F96"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBAR-M3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA327",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA327",
"plainTextDescription" : "product of the unit bar and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"symbol" : "mbar·m³/s",
"ucumCode" : "mbar.m3.s-1",
"uneceCommonCode" : "F96",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Millibar Cubic Meter per Second"
}, "Millibar Cubic Metre per Second", {
"@language" : "en",
"@value" : "Millibar Cubic Metre per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBAR-PER-BAR
URI: http://qudt.org/vocab/unit/MilliBAR-PER-BAR
0.01-fold of the unit bar divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBAR-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.01-fold of the unit bar divided by the unit bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA812" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA812"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.01-fold of the unit bar divided by the unit bar" ; <http://qudt.org/schema/qudt/symbol> "mbar/bar" ; <http://qudt.org/schema/qudt/ucumCode> "mbar.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F04" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millibar per Bar" ; rdfs:label "Millibar per Bar"@en ; .
{"resource":"Millibar per Bar"
,"qname":"unit:MilliBAR-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBAR-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.01-fold of the unit bar divided by the unit bar"
,"description (plain text)":"0.01-fold of the unit bar divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:PressureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA812"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA812"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millibar per Bar"
,"label":"Millibar per Bar"
,"symbol":"mbar\/bar"
,"type":"qudt:Unit"
,"ucum code":"mbar.bar-1"
,"unece common code":"F04"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBAR-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.01-fold of the unit bar divided by the unit bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureRatio",
"iec61360Code" : "0112/2///62720#UAA812",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA812",
"plainTextDescription" : "0.01-fold of the unit bar divided by the unit bar",
"symbol" : "mbar/bar",
"ucumCode" : "mbar.bar-1",
"uneceCommonCode" : "F04",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millibar per Bar", {
"@language" : "en",
"@value" : "Millibar per Bar"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBAR-PER-K
URI: http://qudt.org/vocab/unit/MilliBAR-PER-K
0.001-fold of the unit bar divided by the unit temperature kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBAR-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit bar divided by the unit temperature kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricHeatCapacity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA811" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA811"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit bar divided by the unit temperature kelvin" ; <http://qudt.org/schema/qudt/symbol> "mbar/K" ; <http://qudt.org/schema/qudt/ucumCode> "mbar.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F84" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millibar per Kelvin" ; rdfs:label "Millibar per Kelvin"@en ; .
{"resource":"Millibar per Kelvin"
,"qname":"unit:MilliBAR-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBAR-PER-K"
,"properties":["conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"0.001-fold of the unit bar divided by the unit temperature kelvin"
,"description (plain text)":"0.001-fold of the unit bar divided by the unit temperature kelvin"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:VolumetricHeatCapacity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA811"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA811"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millibar per Kelvin"
,"label":"Millibar per Kelvin"
,"symbol":"mbar\/K"
,"type":"qudt:Unit"
,"ucum code":"mbar.K-1"
,"unece common code":"F84"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBAR-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit bar divided by the unit temperature kelvin",
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricHeatCapacity",
"iec61360Code" : "0112/2///62720#UAA811",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA811",
"plainTextDescription" : "0.001-fold of the unit bar divided by the unit temperature kelvin",
"symbol" : "mbar/K",
"ucumCode" : "mbar.K-1",
"uneceCommonCode" : "F84",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millibar per Kelvin", {
"@language" : "en",
"@value" : "Millibar per Kelvin"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBAR_A
URI: http://qudt.org/vocab/unit/MilliBAR_A
The same as a Millibar, however the Absolute is added when there is a mixture of gauge and absolute measurements to ensure there is a clear distinction
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBAR_A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The same as a Millibar, however the Absolute is added when there is a mixture of gauge and absolute measurements to ensure there is a clear distinction"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MilliBAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA810" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Bar_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA810"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BAR_A> ; <http://qudt.org/schema/qudt/symbol> "mbar abs" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milli Bar Absolute" ; rdfs:label "Milli Bar Absolute"@en ; .
{"resource":"Milli Bar Absolute"
,"qname":"unit:MilliBAR_A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBAR_A"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"The same as a Millibar, however the Absolute is added when there is a mixture of gauge and absolute measurements to ensure there is a clear distinction"
,"exact match":"unit:MilliBAR"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA810"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Bar_(unit)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA810"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milli Bar Absolute"
,"label":"Milli Bar Absolute"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:BAR_A"
,"symbol":"mbar abs"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBAR_A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The same as a Millibar, however the Absolute is added when there is a mixture of gauge and absolute measurements to ensure there is a clear distinction",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"exactMatch" : "http://qudt.org/vocab/unit/MilliBAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAA810",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Bar_(unit)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA810" ],
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/BAR_A",
"symbol" : "mbar abs",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milli Bar Absolute", {
"@language" : "en",
"@value" : "Milli Bar Absolute"
} ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBQ
URI: http://qudt.org/vocab/unit/MilliBQ
0.001-fold of the unit becquerel
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit becquerel" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC503" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC503"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ; <http://qudt.org/schema/qudt/symbol> "mBq" ; <http://qudt.org/schema/qudt/ucumCode> "mBq"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95866767> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millibecquerel" ; rdfs:label "Millibecquerel"@cs ; rdfs:label "Millibecquerel"@de ; rdfs:label "Millibecquerel"@en ; rdfs:label "Millibecquerel"@es ; rdfs:label "Millibecquerel"@fr ; rdfs:label "Millibecquerel"@hu ; rdfs:label "Millibecquerel"@it ; rdfs:label "Millibecquerel"@ms ; rdfs:label "Millibecquerel"@ro ; rdfs:label "Millibecquerel"@sl ; rdfs:label "Millibekerel"@pl ; rdfs:label "Millibekerel"@tr ; .
{"resource":"Millibecquerel"
,"qname":"unit:MilliBQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBQ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95866767>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the unit becquerel"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC503"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC503"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millibecquerel"
,"label":"Millibecquerel"
,"label":"Millibecquerel"
,"label":"Millibecquerel"
,"label":"Millibecquerel"
,"label":"Millibecquerel"
,"label":"Millibecquerel"
,"label":"Millibecquerel"
,"label":"Millibecquerel"
,"label":"Millibecquerel"
,"label":"Millibecquerel"
,"label":"Millibekerel"
,"label":"Millibekerel"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:BQ"
,"symbol":"mBq"
,"type":"qudt:Unit"
,"ucum code":"mBq"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit becquerel",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAC503",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC503",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "mBq",
"ucumCode" : "mBq",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95866767",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Millibekerel"
}, {
"@language" : "tr",
"@value" : "Millibekerel"
}, "Millibecquerel", {
"@language" : "cs",
"@value" : "Millibecquerel"
}, {
"@language" : "de",
"@value" : "Millibecquerel"
}, {
"@language" : "en",
"@value" : "Millibecquerel"
}, {
"@language" : "es",
"@value" : "Millibecquerel"
}, {
"@language" : "fr",
"@value" : "Millibecquerel"
}, {
"@language" : "hu",
"@value" : "Millibecquerel"
}, {
"@language" : "it",
"@value" : "Millibecquerel"
}, {
"@language" : "ms",
"@value" : "Millibecquerel"
}, {
"@language" : "ro",
"@value" : "Millibecquerel"
}, {
"@language" : "sl",
"@value" : "Millibecquerel"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBQ-PER-GM
URI: http://qudt.org/vocab/unit/MilliBQ-PER-GM
One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBQ-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificActivity> ; <http://qudt.org/schema/qudt/symbol> "mBq/g" ; <http://qudt.org/schema/qudt/ucumCode> "mBq.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millibecquerel na Gram"@cs ; rdfs:label "Millibecquerel na Gram"@sl ; rdfs:label "Millibecquerel par Gramme"@fr ; rdfs:label "Millibecquerel pe Gram"@ro ; rdfs:label "Millibecquerel per Gram" ; rdfs:label "Millibecquerel per Gram"@en ; rdfs:label "Millibecquerel per Gram"@ms ; rdfs:label "Millibecquerel per Grammo"@it ; rdfs:label "Millibecquerel por Gramo"@es ; rdfs:label "Millibecquerel pro Gramm"@de ; rdfs:label "Millibekerel na Gram"@pl ; rdfs:label "Millibekerel per Gram"@tr ; .
{"resource":"Millibecquerel per Gram"
,"qname":"unit:MilliBQ-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBQ-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass."
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:SpecificActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millibecquerel na Gram"
,"label":"Millibecquerel na Gram"
,"label":"Millibecquerel par Gramme"
,"label":"Millibecquerel pe Gram"
,"label":"Millibecquerel per Gram"
,"label":"Millibecquerel per Gram"
,"label":"Millibecquerel per Gram"
,"label":"Millibecquerel per Grammo"
,"label":"Millibecquerel por Gramo"
,"label":"Millibecquerel pro Gramm"
,"label":"Millibekerel na Gram"
,"label":"Millibekerel per Gram"
,"symbol":"mBq\/g"
,"type":"qudt:Unit"
,"ucum code":"mBq.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBQ-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One radioactive disintegration per thousand seconds per 1000th SI unit of sample mass."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificActivity",
"symbol" : "mBq/g",
"ucumCode" : "mBq.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Millibecquerel pro Gramm"
}, {
"@language" : "pl",
"@value" : "Millibekerel na Gram"
}, {
"@language" : "fr",
"@value" : "Millibecquerel par Gramme"
}, "Millibecquerel per Gram", {
"@language" : "en",
"@value" : "Millibecquerel per Gram"
}, {
"@language" : "ms",
"@value" : "Millibecquerel per Gram"
}, {
"@language" : "es",
"@value" : "Millibecquerel por Gramo"
}, {
"@language" : "cs",
"@value" : "Millibecquerel na Gram"
}, {
"@language" : "sl",
"@value" : "Millibecquerel na Gram"
}, {
"@language" : "it",
"@value" : "Millibecquerel per Grammo"
}, {
"@language" : "tr",
"@value" : "Millibekerel per Gram"
}, {
"@language" : "ro",
"@value" : "Millibecquerel pe Gram"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBQ-PER-KiloGM
URI: http://qudt.org/vocab/unit/MilliBQ-PER-KiloGM
One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBQ-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificActivity> ; <http://qudt.org/schema/qudt/symbol> "mBq/kg" ; <http://qudt.org/schema/qudt/ucumCode> "mBq.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millibecquerel na Kilogram"@cs ; rdfs:label "Millibecquerel na Kilogram"@sl ; rdfs:label "Millibecquerel par Kilogramme"@fr ; rdfs:label "Millibecquerel pe Kilogram"@ro ; rdfs:label "Millibecquerel per Chilogrammo"@it ; rdfs:label "Millibecquerel per Kilogram" ; rdfs:label "Millibecquerel per Kilogram"@en ; rdfs:label "Millibecquerel per Kilogram"@ms ; rdfs:label "Millibecquerel por Kilogramo"@es ; rdfs:label "Millibecquerel pro Kilogramm"@de ; rdfs:label "Millibekerel na Kilogram"@pl ; rdfs:label "Millibekerel per Kilogram"@tr ; .
{"resource":"Millibecquerel per Kilogram"
,"qname":"unit:MilliBQ-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBQ-PER-KiloGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample."
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:SpecificActivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millibecquerel na Kilogram"
,"label":"Millibecquerel na Kilogram"
,"label":"Millibecquerel par Kilogramme"
,"label":"Millibecquerel pe Kilogram"
,"label":"Millibecquerel per Chilogrammo"
,"label":"Millibecquerel per Kilogram"
,"label":"Millibecquerel per Kilogram"
,"label":"Millibecquerel per Kilogram"
,"label":"Millibecquerel por Kilogramo"
,"label":"Millibecquerel pro Kilogramm"
,"label":"Millibekerel na Kilogram"
,"label":"Millibekerel per Kilogram"
,"symbol":"mBq\/kg"
,"type":"qudt:Unit"
,"ucum code":"mBq.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBQ-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One radioactive disintegration per thousand seconds from an SI standard unit of mass of sample."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificActivity",
"symbol" : "mBq/kg",
"ucumCode" : "mBq.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Millibecquerel por Kilogramo"
}, {
"@language" : "tr",
"@value" : "Millibekerel per Kilogram"
}, {
"@language" : "ro",
"@value" : "Millibecquerel pe Kilogram"
}, "Millibecquerel per Kilogram", {
"@language" : "en",
"@value" : "Millibecquerel per Kilogram"
}, {
"@language" : "ms",
"@value" : "Millibecquerel per Kilogram"
}, {
"@language" : "cs",
"@value" : "Millibecquerel na Kilogram"
}, {
"@language" : "sl",
"@value" : "Millibecquerel na Kilogram"
}, {
"@language" : "fr",
"@value" : "Millibecquerel par Kilogramme"
}, {
"@language" : "it",
"@value" : "Millibecquerel per Chilogrammo"
}, {
"@language" : "de",
"@value" : "Millibecquerel pro Kilogramm"
}, {
"@language" : "pl",
"@value" : "Millibekerel na Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBQ-PER-L
URI: http://qudt.org/vocab/unit/MilliBQ-PER-L
One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBQ-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "mBq/L" ; <http://qudt.org/schema/qudt/ucumCode> "mBq.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millibecquerel per Liter"@en-US ; rdfs:label "Millibecquerel per Litre" ; rdfs:label "Millibecquerel per Litre"@en ; .
{"resource":"Millibecquerel per Litre"
,"qname":"unit:MilliBQ-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBQ-PER-L"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre."
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millibecquerel per Liter"
,"label":"Millibecquerel per Litre"
,"label":"Millibecquerel per Litre"
,"symbol":"mBq\/L"
,"type":"qudt:Unit"
,"ucum code":"mBq.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBQ-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One radioactive disintegration per second from the SI unit of volume (cubic metre). Equivalent to Becquerels per cubic metre."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ActivityConcentration",
"symbol" : "mBq/L",
"ucumCode" : "mBq.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millibecquerel per Litre", {
"@language" : "en",
"@value" : "Millibecquerel per Litre"
}, {
"@language" : "en-us",
"@value" : "Millibecquerel per Liter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliBQ-PER-M2-DAY
URI: http://qudt.org/vocab/unit/MilliBQ-PER-M2-DAY
One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliBQ-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds)."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mBq/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "mBq.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millibecquerel per Square Meter Day"@en-US ; rdfs:label "Millibecquerel per Square Metre Day" ; rdfs:label "Millibecquerel per Square Metre Day"@en ; .
{"resource":"Millibecquerel per Square Metre Day"
,"qname":"unit:MilliBQ-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliBQ-PER-M2-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds)."
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millibecquerel per Square Meter Day"
,"label":"Millibecquerel per Square Metre Day"
,"label":"Millibecquerel per Square Metre Day"
,"symbol":"mBq\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"mBq.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliBQ-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One radioactive disintegration per thousand seconds in material passing through an area of one square metre during a period of one day (86400 seconds)."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mBq/(m²·d)",
"ucumCode" : "mBq.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Millibecquerel per Square Meter Day"
}, "Millibecquerel per Square Metre Day", {
"@language" : "en",
"@value" : "Millibecquerel per Square Metre Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliC
URI: http://qudt.org/vocab/unit/MilliC
A MilliCoulomb is $10^{-3} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A MilliCoulomb is $10^{-3} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA782" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA782"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "mC" ;
<http://qudt.org/schema/qudt/ucumCode> "mC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D86" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94634699> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Millicoulomb" ;
rdfs:label "Millicoulomb"@cs ;
rdfs:label "Millicoulomb"@de ;
rdfs:label "Millicoulomb"@en ;
rdfs:label "Millicoulomb"@fr ;
rdfs:label "Millicoulomb"@hu ;
rdfs:label "Millicoulomb"@it ;
rdfs:label "Millicoulomb"@ms ;
rdfs:label "Millicoulomb"@ro ;
rdfs:label "Millicoulomb"@sl ;
rdfs:label "Millicoulomb"@tr ;
rdfs:label "Milliculombio"@es ;
rdfs:label "Millikulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Millicoulomb"
,"qname":"unit:MilliC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94634699>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"A MilliCoulomb is $10^{-3} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA782"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA782"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millicoulomb"
,"label":"Millicoulomb"
,"label":"Millicoulomb"
,"label":"Millicoulomb"
,"label":"Millicoulomb"
,"label":"Millicoulomb"
,"label":"Millicoulomb"
,"label":"Millicoulomb"
,"label":"Millicoulomb"
,"label":"Millicoulomb"
,"label":"Millicoulomb"
,"label":"Milliculombio"
,"label":"Millikulomb"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:C"
,"symbol":"mC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mC"
,"unece common code":"D86"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A MilliCoulomb is $10^{-3} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"iec61360Code" : "0112/2///62720#UAA782",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA782",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "mC",
"ucumCode" : "mC",
"uneceCommonCode" : "D86",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94634699",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millicoulomb", {
"@language" : "cs",
"@value" : "Millicoulomb"
}, {
"@language" : "de",
"@value" : "Millicoulomb"
}, {
"@language" : "en",
"@value" : "Millicoulomb"
}, {
"@language" : "fr",
"@value" : "Millicoulomb"
}, {
"@language" : "hu",
"@value" : "Millicoulomb"
}, {
"@language" : "it",
"@value" : "Millicoulomb"
}, {
"@language" : "ms",
"@value" : "Millicoulomb"
}, {
"@language" : "ro",
"@value" : "Millicoulomb"
}, {
"@language" : "es",
"@value" : "Milliculombio"
}, {
"@language" : "sl",
"@value" : "Millicoulomb"
}, {
"@language" : "tr",
"@value" : "Millicoulomb"
}, {
"@language" : "pl",
"@value" : "Millikulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliC-PER-KiloGM
URI: http://qudt.org/vocab/unit/MilliC-PER-KiloGM
0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliC-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA783" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA783"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "mC/kg" ; <http://qudt.org/schema/qudt/ucumCode> "mC.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C8" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808221> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millicoulomb na Kilogram"@cs ; rdfs:label "Millicoulomb na Kilogram"@sl ; rdfs:label "Millicoulomb par Kilogramme"@fr ; rdfs:label "Millicoulomb pe Kilogram"@ro ; rdfs:label "Millicoulomb per Chilogrammo"@it ; rdfs:label "Millicoulomb per Kilogram" ; rdfs:label "Millicoulomb per Kilogram"@en ; rdfs:label "Millicoulomb per Kilogram"@ms ; rdfs:label "Millicoulomb per Kilogram"@tr ; rdfs:label "Millicoulomb pro Kilogramm"@de ; rdfs:label "Milliculombio por Kilogramo"@es ; rdfs:label "Millikulomb na Kilogram"@pl ; .
{"resource":"Millicoulomb per Kilogram"
,"qname":"unit:MilliC-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliC-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808221>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram"
,"description (plain text)":"0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA783"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA783"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millicoulomb na Kilogram"
,"label":"Millicoulomb na Kilogram"
,"label":"Millicoulomb par Kilogramme"
,"label":"Millicoulomb pe Kilogram"
,"label":"Millicoulomb per Chilogrammo"
,"label":"Millicoulomb per Kilogram"
,"label":"Millicoulomb per Kilogram"
,"label":"Millicoulomb per Kilogram"
,"label":"Millicoulomb per Kilogram"
,"label":"Millicoulomb pro Kilogramm"
,"label":"Milliculombio por Kilogramo"
,"label":"Millikulomb na Kilogram"
,"symbol":"mC\/kg"
,"type":"qudt:Unit"
,"ucum code":"mC.kg-1"
,"unece common code":"C8"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliC-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerMass",
"iec61360Code" : "0112/2///62720#UAA783",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA783",
"plainTextDescription" : "0.001-fold of the SI derived unit coulomb divided by the SI base unit kilogram",
"symbol" : "mC/kg",
"ucumCode" : "mC.kg-1",
"uneceCommonCode" : "C8",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808221",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Millicoulomb per Chilogrammo"
}, "Millicoulomb per Kilogram", {
"@language" : "cs",
"@value" : "Millicoulomb na Kilogram"
}, {
"@language" : "en",
"@value" : "Millicoulomb per Kilogram"
}, {
"@language" : "ms",
"@value" : "Millicoulomb per Kilogram"
}, {
"@language" : "tr",
"@value" : "Millicoulomb per Kilogram"
}, {
"@language" : "sl",
"@value" : "Millicoulomb na Kilogram"
}, {
"@language" : "es",
"@value" : "Milliculombio por Kilogramo"
}, {
"@language" : "ro",
"@value" : "Millicoulomb pe Kilogram"
}, {
"@language" : "de",
"@value" : "Millicoulomb pro Kilogramm"
}, {
"@language" : "pl",
"@value" : "Millikulomb na Kilogram"
}, {
"@language" : "fr",
"@value" : "Millicoulomb par Kilogramme"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliC-PER-M2
URI: http://qudt.org/vocab/unit/MilliC-PER-M2
0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliC-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA784" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA784"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "mC/m²" ; <http://qudt.org/schema/qudt/ucumCode> "mC.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D89" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808194> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millicoulomb na Kvadratni Meter"@sl ; rdfs:label "Millicoulomb na Čtvereční Metr"@cs ; rdfs:label "Millicoulomb par Mètre Carré"@fr ; rdfs:label "Millicoulomb pe Metru Pătrat"@ro ; rdfs:label "Millicoulomb per Meter Persegi"@ms ; rdfs:label "Millicoulomb per Metrekare"@tr ; rdfs:label "Millicoulomb per Metro Quadrato"@it ; rdfs:label "Millicoulomb per Square Meter"@en-US ; rdfs:label "Millicoulomb per Square Metre" ; rdfs:label "Millicoulomb per Square Metre"@en ; rdfs:label "Millicoulomb pro Quadratmeter"@de ; rdfs:label "Milliculombio por Metro Cuadrado"@es ; rdfs:label "Millikulomb na Metr Kwadratowy"@pl ; .
{"resource":"Millicoulomb per Square Metre"
,"qname":"unit:MilliC-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliC-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808194>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA784"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA784"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millicoulomb na Kvadratni Meter"
,"label":"Millicoulomb na Čtvereční Metr"
,"label":"Millicoulomb par Mètre Carré"
,"label":"Millicoulomb pe Metru Pătrat"
,"label":"Millicoulomb per Meter Persegi"
,"label":"Millicoulomb per Metrekare"
,"label":"Millicoulomb per Metro Quadrato"
,"label":"Millicoulomb per Square Meter"
,"label":"Millicoulomb per Square Metre"
,"label":"Millicoulomb per Square Metre"
,"label":"Millicoulomb pro Quadratmeter"
,"label":"Milliculombio por Metro Cuadrado"
,"label":"Millikulomb na Metr Kwadratowy"
,"symbol":"mC\/m²"
,"type":"qudt:Unit"
,"ucum code":"mC.m-2"
,"unece common code":"D89"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliC-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerArea",
"iec61360Code" : "0112/2///62720#UAA784",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA784",
"plainTextDescription" : "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "mC/m²",
"ucumCode" : "mC.m-2",
"uneceCommonCode" : "D89",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808194",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Millikulomb na Metr Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Millicoulomb per Square Meter"
}, {
"@language" : "ms",
"@value" : "Millicoulomb per Meter Persegi"
}, "Millicoulomb per Square Metre", {
"@language" : "en",
"@value" : "Millicoulomb per Square Metre"
}, {
"@language" : "cs",
"@value" : "Millicoulomb na Čtvereční Metr"
}, {
"@language" : "fr",
"@value" : "Millicoulomb par Mètre Carré"
}, {
"@language" : "de",
"@value" : "Millicoulomb pro Quadratmeter"
}, {
"@language" : "es",
"@value" : "Milliculombio por Metro Cuadrado"
}, {
"@language" : "it",
"@value" : "Millicoulomb per Metro Quadrato"
}, {
"@language" : "sl",
"@value" : "Millicoulomb na Kvadratni Meter"
}, {
"@language" : "tr",
"@value" : "Millicoulomb per Metrekare"
}, {
"@language" : "ro",
"@value" : "Millicoulomb pe Metru Pătrat"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliC-PER-M3
URI: http://qudt.org/vocab/unit/MilliC-PER-M3
0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliC-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA785" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA785"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "mC/m³" ; <http://qudt.org/schema/qudt/ucumCode> "mC.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D88" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106808151> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millicoulomb na Kubični Meter"@sl ; rdfs:label "Millicoulomb na Metr Krychlový"@cs ; rdfs:label "Millicoulomb par Mètre Cube"@fr ; rdfs:label "Millicoulomb pe Metru Cub"@ro ; rdfs:label "Millicoulomb per Cubic Meter"@en-US ; rdfs:label "Millicoulomb per Cubic Metre" ; rdfs:label "Millicoulomb per Cubic Metre"@en ; rdfs:label "Millicoulomb per Meter Kubik"@ms ; rdfs:label "Millicoulomb per Metreküp"@tr ; rdfs:label "Millicoulomb per Metro Cubo"@it ; rdfs:label "Millicoulomb pro Kubikmeter"@de ; rdfs:label "Milliculombio por Metro Cúbico"@es ; rdfs:label "Millikulomb na Metr Sześcienny"@pl ; .
{"resource":"Millicoulomb per Cubic Metre"
,"qname":"unit:MilliC-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliC-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106808151>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E1L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargeVolumeDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA785"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA785"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millicoulomb na Kubični Meter"
,"label":"Millicoulomb na Metr Krychlový"
,"label":"Millicoulomb par Mètre Cube"
,"label":"Millicoulomb pe Metru Cub"
,"label":"Millicoulomb per Cubic Meter"
,"label":"Millicoulomb per Cubic Metre"
,"label":"Millicoulomb per Cubic Metre"
,"label":"Millicoulomb per Meter Kubik"
,"label":"Millicoulomb per Metreküp"
,"label":"Millicoulomb per Metro Cubo"
,"label":"Millicoulomb pro Kubikmeter"
,"label":"Milliculombio por Metro Cúbico"
,"label":"Millikulomb na Metr Sześcienny"
,"symbol":"mC\/m³"
,"type":"qudt:Unit"
,"ucum code":"mC.m-3"
,"unece common code":"D88"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliC-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargeVolumeDensity",
"iec61360Code" : "0112/2///62720#UAA785",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA785",
"plainTextDescription" : "0.001-fold of the SI derived unit coulomb divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "mC/m³",
"ucumCode" : "mC.m-3",
"uneceCommonCode" : "D88",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106808151",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Millicoulomb na Metr Krychlový"
}, {
"@language" : "es",
"@value" : "Milliculombio por Metro Cúbico"
}, {
"@language" : "tr",
"@value" : "Millicoulomb per Metreküp"
}, {
"@language" : "ms",
"@value" : "Millicoulomb per Meter Kubik"
}, {
"@language" : "pl",
"@value" : "Millikulomb na Metr Sześcienny"
}, {
"@language" : "sl",
"@value" : "Millicoulomb na Kubični Meter"
}, "Millicoulomb per Cubic Metre", {
"@language" : "en",
"@value" : "Millicoulomb per Cubic Metre"
}, {
"@language" : "ro",
"@value" : "Millicoulomb pe Metru Cub"
}, {
"@language" : "de",
"@value" : "Millicoulomb pro Kubikmeter"
}, {
"@language" : "fr",
"@value" : "Millicoulomb par Mètre Cube"
}, {
"@language" : "it",
"@value" : "Millicoulomb per Metro Cubo"
}, {
"@language" : "en-us",
"@value" : "Millicoulomb per Cubic Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliCD
URI: http://qudt.org/vocab/unit/MilliCD
0.001-fold of the SI base unit candela
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliCD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit candela" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousIntensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB369" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB369"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CD> ; <http://qudt.org/schema/qudt/symbol> "mcd" ; <http://qudt.org/schema/qudt/ucumCode> "mcd"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P34" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millicandela" ; rdfs:label "Millicandela"@de ; rdfs:label "Millicandela"@en ; rdfs:label "Millicandela"@es ; rdfs:label "Millicandela"@fr ; rdfs:label "Millicandela"@it ; rdfs:label "Millicandela"@tr ; rdfs:label "Millicandelă"@ro ; rdfs:label "Millikandela"@cs ; rdfs:label "Millikandela"@hu ; rdfs:label "Millikandela"@ms ; rdfs:label "Millikandela"@pl ; rdfs:label "Millikandela"@sl ; .
{"resource":"Millicandela"
,"qname":"unit:MilliCD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliCD"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit candela"
,"has dimension vector":"qkdv:A0E0L0I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousIntensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB369"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB369"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millicandela"
,"label":"Millicandela"
,"label":"Millicandela"
,"label":"Millicandela"
,"label":"Millicandela"
,"label":"Millicandela"
,"label":"Millicandela"
,"label":"Millicandelă"
,"label":"Millikandela"
,"label":"Millikandela"
,"label":"Millikandela"
,"label":"Millikandela"
,"label":"Millikandela"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:CD"
,"symbol":"mcd"
,"type":"qudt:Unit"
,"ucum code":"mcd"
,"unece common code":"P34"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliCD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit candela",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I1M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousIntensity",
"iec61360Code" : "0112/2///62720#UAB369",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB369",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/CD",
"symbol" : "mcd",
"ucumCode" : "mcd",
"uneceCommonCode" : "P34",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Millikandela"
}, {
"@language" : "hu",
"@value" : "Millikandela"
}, {
"@language" : "ms",
"@value" : "Millikandela"
}, {
"@language" : "pl",
"@value" : "Millikandela"
}, {
"@language" : "sl",
"@value" : "Millikandela"
}, {
"@language" : "ro",
"@value" : "Millicandelă"
}, "Millicandela", {
"@language" : "de",
"@value" : "Millicandela"
}, {
"@language" : "en",
"@value" : "Millicandela"
}, {
"@language" : "es",
"@value" : "Millicandela"
}, {
"@language" : "fr",
"@value" : "Millicandela"
}, {
"@language" : "it",
"@value" : "Millicandela"
}, {
"@language" : "tr",
"@value" : "Millicandela"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliCI
URI: http://qudt.org/vocab/unit/MilliCI
0.001-fold of the SI derived unit curie
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliCI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit curie"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 37000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.7E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA786" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA786"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit curie" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CI> ; <http://qudt.org/schema/qudt/symbol> "mCi" ; <http://qudt.org/schema/qudt/ucumCode> "mCi"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MCU" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millicurie" ; rdfs:label "Millicurie"@en ; .
{"resource":"Millicurie"
,"qname":"unit:MilliCI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliCI"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"37000000.0"
,"conversion multiplier scientific":"3.7E7"
,"description":"0.001-fold of the SI derived unit curie"
,"description (plain text)":"0.001-fold of the SI derived unit curie"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA786"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA786"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millicurie"
,"label":"Millicurie"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:CI"
,"symbol":"mCi"
,"type":"qudt:Unit"
,"ucum code":"mCi"
,"unece common code":"MCU"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliCI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit curie",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "37000000.0",
"conversionMultiplier:SN" : 3.7E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAA786",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA786",
"plainTextDescription" : "0.001-fold of the SI derived unit curie",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/CI",
"symbol" : "mCi",
"ucumCode" : "mCi",
"uneceCommonCode" : "MCU",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millicurie", {
"@language" : "en",
"@value" : "Millicurie"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliCi
URI: http://qudt.org/vocab/unit/MilliCi
0.001-fold of the SI derived unit curie
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliCi> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit curie"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MilliCI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 37000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.7E7 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA786" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA786"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit curie" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CI> ; <http://qudt.org/schema/qudt/symbol> "mCi" ; <http://qudt.org/schema/qudt/ucumCode> "mCi"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MCU" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617170> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millicurie" ; rdfs:label "Millicurie"@en ; .
{"resource":"Millicurie"
,"qname":"unit:MilliCi"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliCi"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617170>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"37000000.0"
,"conversion multiplier scientific":"3.7E7"
,"deprecated":"true"
,"description":"0.001-fold of the SI derived unit curie"
,"description (plain text)":"0.001-fold of the SI derived unit curie"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA786"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA786"
,"is replaced by":"unit:MilliCI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millicurie"
,"label":"Millicurie"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:CI"
,"symbol":"mCi"
,"type":"qudt:Unit"
,"ucum code":"mCi"
,"unece common code":"MCU"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliCi",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit curie",
"isReplacedBy" : "http://qudt.org/vocab/unit/MilliCI",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "37000000.0",
"conversionMultiplier:SN" : 3.7E7,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAA786",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA786",
"plainTextDescription" : "0.001-fold of the SI derived unit curie",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/CI",
"symbol" : "mCi",
"ucumCode" : "mCi",
"uneceCommonCode" : "MCU",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617170",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millicurie", {
"@language" : "en",
"@value" : "Millicurie"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliDARCY
URI: http://qudt.org/vocab/unit/MilliDARCY
The $\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of $length^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliDARCY>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy.
It is not an SI unit, but it is widely used in petroleum engineering and geology.
The unit has also been used in biophysics and biomechanics, where the flow of fluids such as
blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined.
A millidarcy has dimensional units of $length^2$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000009869233 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.869233E-16 ;
<http://qudt.org/schema/qudt/expression> "$d$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Darcy_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length²." ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/DARCY> ;
<http://qudt.org/schema/qudt/symbol> "md" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Millidarcy" ;
rdfs:label "Millidarcy"@en ;
.
{"resource":"Millidarcy"
,"qname":"unit:MilliDARCY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliDARCY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000000009869233"
,"conversion multiplier scientific":"9.869233E-16"
,"description":"\n The $\\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. \n It is not an SI unit, but it is widely used in petroleum engineering and geology. \n The unit has also been used in biophysics and biomechanics, where the flow of fluids such as \n blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. \n A millidarcy has dimensional units of $length^2$.\n "
,"description (plain text)":"The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length²."
,"expression":"$d$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Darcy_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millidarcy"
,"label":"Millidarcy"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:DARCY"
,"symbol":"md"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliDARCY",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The $\\textit{Millidarcy}$ ($md$) is a unit of permeability named after Henry Darcy. \n It is not an SI unit, but it is widely used in petroleum engineering and geology. \n The unit has also been used in biophysics and biomechanics, where the flow of fluids such as \n blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. \n A millidarcy has dimensional units of $length^2$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000000000000009869233",
"conversionMultiplier:SN" : 9.869233E-16,
"expression" : "$d$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HydraulicPermeability",
"informativeReference" : "https://en.wikipedia.org/wiki/Darcy_(unit)",
"plainTextDescription" : "The millidarcy (md) is a unit of permeability named after Henry Darcy. It is not an SI unit, but it is widely used in petroleum engineering and geology. The unit has also been used in biophysics and biomechanics, where the flow of fluids such as blood through capillary beds and cerebrospinal fluid through the brain interstitial space is being examined. A millidarcy has dimensional units of length².",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/DARCY",
"symbol" : "md",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Millidarcy"
}, "Millidarcy" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliDEG_C
URI: http://qudt.org/vocab/unit/MilliDEG_C
$\textit{Millidegree Celsius}$ is a scaled unit of measurement for temperature.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliDEG_C>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Millidegree Celsius}$ is a scaled unit of measurement for temperature."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ;
<http://qudt.org/schema/qudt/conversionOffset> 273150.0 ;
<http://qudt.org/schema/qudt/conversionOffsetSN> 2.7315E5 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Celsius"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/guidance> "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1\">SP811 section 4.2.1.1</a></p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/guidance> "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8\">SP811 section 6.2.8</a></p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BoilingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FlashPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeltingPoint> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Celsius?oldid=494152178"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "millieDegree Celsius"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/DEG_C> ;
<http://qudt.org/schema/qudt/symbol> "m°C" ;
<http://qudt.org/schema/qudt/ucumCode> "mCel"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q96070276> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Milli Darjah Celsius"@ms ;
rdfs:label "Milli Degree Celsius" ;
rdfs:label "Milli Degree Celsius"@en ;
rdfs:label "Milli Degré Celsius"@fr ;
rdfs:label "Milli Grad Celsius"@de ;
rdfs:label "Milli Grad Celsius"@ro ;
rdfs:label "Milli Grado Celsius"@es ;
rdfs:label "Milli Grado Celsius"@it ;
rdfs:label "Milli Stopień Celsjusza"@pl ;
rdfs:label "Milli Stopinja Celzija"@sl ;
rdfs:label "Milli Stupně Celsia"@cs ;
rdfs:label "Millicelsius"@tr ;
rdfs:label "Millicelsius-fok"@hu ;
.
{"resource":"Milli Degree Celsius"
,"qname":"unit:MilliDEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliDEG_C"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q96070276>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"conversion offset":"273150.0"
,"conversion offset scientific":"2.7315E5"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Celsius"
,"description":"$\\textit{Millidegree Celsius}$ is a scaled unit of measurement for temperature."
,"guidance":"<p>See NIST section <a href=\"http:\/\/physics.nist.gov\/Pubs\/SP811\/sec04.html#4.2.1.1\">SP811 section 4.2.1.1<\/a><\/p>"
,"guidance":"<p>See NIST section <a href=\"http:\/\/physics.nist.gov\/Pubs\/SP811\/sec06.html#6.2.8\">SP811 section 6.2.8<\/a><\/p>"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:BoilingPoint"
,"has quantity kind":"quantitykind:FlashPoint"
,"has quantity kind":"quantitykind:MeltingPoint"
,"has quantity kind":"quantitykind:Temperature"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Celsius?oldid=494152178"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milli Darjah Celsius"
,"label":"Milli Degree Celsius"
,"label":"Milli Degree Celsius"
,"label":"Milli Degré Celsius"
,"label":"Milli Grad Celsius"
,"label":"Milli Grad Celsius"
,"label":"Milli Grado Celsius"
,"label":"Milli Grado Celsius"
,"label":"Milli Stopień Celsjusza"
,"label":"Milli Stopinja Celzija"
,"label":"Milli Stupně Celsia"
,"label":"Millicelsius"
,"label":"Millicelsius-fok"
,"latex definition":"millieDegree Celsius"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:DEG_C"
,"symbol":"m°C"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mCel"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliDEG_C",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Millidegree Celsius}$ is a scaled unit of measurement for temperature.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"conversionOffset" : "273150.0",
"conversionOffset:SN" : 273150.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Celsius",
"guidance" : [ "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec04.html#4.2.1.1\">SP811 section 4.2.1.1</a></p>", "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec06.html#6.2.8\">SP811 section 6.2.8</a></p>" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Temperature", "http://qudt.org/vocab/quantitykind/MeltingPoint", "http://qudt.org/vocab/quantitykind/FlashPoint", "http://qudt.org/vocab/quantitykind/BoilingPoint" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Celsius?oldid=494152178",
"latexDefinition" : "millieDegree Celsius",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/DEG_C",
"symbol" : "m°C",
"ucumCode" : "mCel",
"wikidataMatch" : "http://www.wikidata.org/entity/Q96070276",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Milli Grad Celsius"
}, {
"@language" : "ro",
"@value" : "Milli Grad Celsius"
}, {
"@language" : "sl",
"@value" : "Milli Stopinja Celzija"
}, {
"@language" : "hu",
"@value" : "Millicelsius-fok"
}, {
"@language" : "es",
"@value" : "Milli Grado Celsius"
}, {
"@language" : "it",
"@value" : "Milli Grado Celsius"
}, {
"@language" : "tr",
"@value" : "Millicelsius"
}, {
"@language" : "pl",
"@value" : "Milli Stopień Celsjusza"
}, {
"@language" : "ms",
"@value" : "Milli Darjah Celsius"
}, {
"@language" : "cs",
"@value" : "Milli Stupně Celsia"
}, {
"@language" : "fr",
"@value" : "Milli Degré Celsius"
}, "Milli Degree Celsius", {
"@language" : "en",
"@value" : "Milli Degree Celsius"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"guidance" : {
"@id" : "http://qudt.org/schema/qudt/guidance",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliEQ
URI: http://qudt.org/vocab/unit/MilliEQ
One-thousandth of an equivalent.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliEQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One-thousandth of an equivalent."@en ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactiveCharge> ; <http://qudt.org/schema/qudt/plainTextDescription> "One-thousandth of an equivalent."@en ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/EQ> ; <http://qudt.org/schema/qudt/symbol> "mEq" ; <http://qudt.org/schema/qudt/ucumCode> "mEQ"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliequivalent" ; rdfs:label "Milliequivalent"@en ; .
{"resource":"Milliequivalent"
,"qname":"unit:MilliEQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliEQ"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"One-thousandth of an equivalent."
,"description (plain text)":"One-thousandth of an equivalent."
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ReactiveCharge"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliequivalent"
,"label":"Milliequivalent"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:EQ"
,"symbol":"mEq"
,"type":"qudt:Unit"
,"ucum code":"mEQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliEQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One-thousandth of an equivalent."
},
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactiveCharge",
"plainTextDescription" : {
"@language" : "en",
"@value" : "One-thousandth of an equivalent."
},
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/EQ",
"symbol" : "mEq",
"ucumCode" : "mEQ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliequivalent", {
"@language" : "en",
"@value" : "Milliequivalent"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliEQ-PER-HectoGM
URI: http://qudt.org/vocab/unit/MilliEQ-PER-HectoGM
Milliequivalents of stoichiometric charge capacity per 100 grams of material.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliEQ-PER-HectoGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Milliequivalents of stoichiometric charge capacity per 100 grams of material."@en ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactiveChargePerMass> ; <http://qudt.org/schema/qudt/plainTextDescription> "Milliequivalents of stoichiometric charge capacity per 100 grams of material."@en ; <http://qudt.org/schema/qudt/symbol> "mEq/hg" ; <http://qudt.org/schema/qudt/ucumCode> "mEQ.hg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliequivalent per Hectogram" ; rdfs:label "Milliequivalent per Hectogram"@en ; .
{"resource":"Milliequivalent per Hectogram"
,"qname":"unit:MilliEQ-PER-HectoGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliEQ-PER-HectoGM"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"Milliequivalents of stoichiometric charge capacity per 100 grams of material."
,"description (plain text)":"Milliequivalents of stoichiometric charge capacity per 100 grams of material."
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:ReactiveChargePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliequivalent per Hectogram"
,"label":"Milliequivalent per Hectogram"
,"symbol":"mEq\/hg"
,"type":"qudt:Unit"
,"ucum code":"mEQ.hg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliEQ-PER-HectoGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Milliequivalents of stoichiometric charge capacity per 100 grams of material."
},
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactiveChargePerMass",
"plainTextDescription" : {
"@language" : "en",
"@value" : "Milliequivalents of stoichiometric charge capacity per 100 grams of material."
},
"symbol" : "mEq/hg",
"ucumCode" : "mEQ.hg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Milliequivalent per Hectogram"
}, "Milliequivalent per Hectogram" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliFARAD
URI: http://qudt.org/vocab/unit/MilliFARAD
0.001-fold of the SI derived unit farad
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliFARAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit farad"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Capacitance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA787" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA787"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit farad" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FARAD> ; <http://qudt.org/schema/qudt/symbol> "mF" ; <http://qudt.org/schema/qudt/ucumCode> "mF"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C10" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q4456994> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millifarad" ; rdfs:label "Millifarad"@cs ; rdfs:label "Millifarad"@de ; rdfs:label "Millifarad"@en ; rdfs:label "Millifarad"@fr ; rdfs:label "Millifarad"@hu ; rdfs:label "Millifarad"@it ; rdfs:label "Millifarad"@ms ; rdfs:label "Millifarad"@pl ; rdfs:label "Millifarad"@ro ; rdfs:label "Millifarad"@sl ; rdfs:label "Millifarad"@tr ; rdfs:label "Millifaradio"@es ; .
{"resource":"Millifarad"
,"qname":"unit:MilliFARAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliFARAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q4456994>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit farad"
,"description (plain text)":"0.001-fold of the SI derived unit farad"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Capacitance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA787"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA787"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifarad"
,"label":"Millifaradio"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:FARAD"
,"symbol":"mF"
,"type":"qudt:Unit"
,"ucum code":"mF"
,"unece common code":"C10"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliFARAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit farad",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Capacitance",
"iec61360Code" : "0112/2///62720#UAA787",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA787",
"plainTextDescription" : "0.001-fold of the SI derived unit farad",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/FARAD",
"symbol" : "mF",
"ucumCode" : "mF",
"uneceCommonCode" : "C10",
"wikidataMatch" : "http://www.wikidata.org/entity/Q4456994",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millifarad", {
"@language" : "cs",
"@value" : "Millifarad"
}, {
"@language" : "de",
"@value" : "Millifarad"
}, {
"@language" : "hu",
"@value" : "Millifarad"
}, {
"@language" : "it",
"@value" : "Millifarad"
}, {
"@language" : "ms",
"@value" : "Millifarad"
}, {
"@language" : "pl",
"@value" : "Millifarad"
}, {
"@language" : "ro",
"@value" : "Millifarad"
}, {
"@language" : "sl",
"@value" : "Millifarad"
}, {
"@language" : "tr",
"@value" : "Millifarad"
}, {
"@language" : "en",
"@value" : "Millifarad"
}, {
"@language" : "fr",
"@value" : "Millifarad"
}, {
"@language" : "es",
"@value" : "Millifaradio"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliG
URI: http://qudt.org/vocab/unit/MilliG
"Milligravity" is a unit for 'Linear Acceleration' expressed as $mG$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliG> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Milligravity\" is a unit for 'Linear Acceleration' expressed as $mG$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00980665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/G> ; <http://qudt.org/schema/qudt/symbol> "mG" ; <http://qudt.org/schema/qudt/ucumCode> "m[g]"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligravity" ; rdfs:label "Milligravity"@en ; .
{"resource":"Milligravity"
,"qname":"unit:MilliG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliG"
,"properties":["conversion multiplier":"0.00980665"
,"conversion multiplier scientific":"9.80665E-3"
,"description":"\"Milligravity\" is a unit for 'Linear Acceleration' expressed as $mG$."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligravity"
,"label":"Milligravity"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:G"
,"symbol":"mG"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m[g]"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliG",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Milligravity\" is a unit for 'Linear Acceleration' expressed as $mG$.",
"conversionMultiplier" : "0.00980665",
"conversionMultiplier:SN" : 0.00980665,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/G",
"symbol" : "mG",
"ucumCode" : "m[g]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Milligravity"
}, "Milligravity" ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGAL
URI: http://qudt.org/vocab/unit/MilliGAL
0.001-fold of the unit of acceleration called gal according to the CGS system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGAL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit of acceleration called gal according to the CGS system of units"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MilliGALILEO> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB043" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB043"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit of acceleration called gal according to the CGS system of units" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GALILEO> ; <http://qudt.org/schema/qudt/symbol> "mgal" ; <http://qudt.org/schema/qudt/ucumCode> "mGal"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C11" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q12263659> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligalileo" ; rdfs:label "Milligalileo"@en ; .
{"resource":"Milligalileo"
,"qname":"unit:MilliGAL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGAL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q12263659>"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"deprecated":"true"
,"description":"0.001-fold of the unit of acceleration called gal according to the CGS system of units"
,"description (plain text)":"0.001-fold of the unit of acceleration called gal according to the CGS system of units"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB043"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB043"
,"is replaced by":"unit:MilliGALILEO"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligalileo"
,"label":"Milligalileo"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:GALILEO"
,"symbol":"mgal"
,"type":"qudt:Unit"
,"ucum code":"mGal"
,"unece common code":"C11"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGAL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit of acceleration called gal according to the CGS system of units",
"isReplacedBy" : "http://qudt.org/vocab/unit/MilliGALILEO",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"iec61360Code" : "0112/2///62720#UAB043",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB043",
"plainTextDescription" : "0.001-fold of the unit of acceleration called gal according to the CGS system of units",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/GALILEO",
"symbol" : "mgal",
"ucumCode" : "mGal",
"uneceCommonCode" : "C11",
"wikidataMatch" : "http://www.wikidata.org/entity/Q12263659",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligalileo", {
"@language" : "en",
"@value" : "Milligalileo"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGAL-PER-MO
URI: http://qudt.org/vocab/unit/MilliGAL-PER-MO
A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGAL-PER-MO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds."@en ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MilliGALILEO-PER-MO> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000003919350772901616281311709002114104 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.919350772901616281311709002114104E-12 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mgal/mo" ; <http://qudt.org/schema/qudt/ucumCode> "mGal.mo-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligalileo per Month" ; rdfs:label "Milligalileo per Month"@en ; .
{"resource":"Milligalileo per Month"
,"qname":"unit:MilliGAL-PER-MO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGAL-PER-MO"
,"properties":["conversion multiplier":"0.000000000003919350772901616281311709002114104"
,"conversion multiplier scientific":"3.919350772901616281311709002114104E-12"
,"deprecated":"true"
,"description":"A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:MilliGALILEO-PER-MO"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligalileo per Month"
,"label":"Milligalileo per Month"
,"symbol":"mgal\/mo"
,"type":"qudt:Unit"
,"ucum code":"mGal.mo-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGAL-PER-MO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds."
},
"isReplacedBy" : "http://qudt.org/vocab/unit/MilliGALILEO-PER-MO",
"conversionMultiplier" : "0.000000000003919350772901616281311709002114104",
"conversionMultiplier:SN" : 3.919350772901616E-12,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mgal/mo",
"ucumCode" : "mGal.mo-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligalileo per Month", {
"@language" : "en",
"@value" : "Milligalileo per Month"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGALILEO
URI: http://qudt.org/vocab/unit/MilliGALILEO
0.001-fold of the unit of acceleration called gal according to the CGS system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGALILEO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit of acceleration called gal according to the CGS system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB043" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB043"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit of acceleration called gal according to the CGS system of units" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GALILEO> ; <http://qudt.org/schema/qudt/symbol> "mGal" ; <http://qudt.org/schema/qudt/ucumCode> "mGal"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C11" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligalileo" ; rdfs:label "Milligalileo"@en ; .
{"resource":"Milligalileo"
,"qname":"unit:MilliGALILEO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGALILEO"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"0.001-fold of the unit of acceleration called gal according to the CGS system of units"
,"description (plain text)":"0.001-fold of the unit of acceleration called gal according to the CGS system of units"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB043"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB043"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligalileo"
,"label":"Milligalileo"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:GALILEO"
,"symbol":"mGal"
,"type":"qudt:Unit"
,"ucum code":"mGal"
,"unece common code":"C11"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGALILEO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit of acceleration called gal according to the CGS system of units",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"iec61360Code" : "0112/2///62720#UAB043",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB043",
"plainTextDescription" : "0.001-fold of the unit of acceleration called gal according to the CGS system of units",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/GALILEO",
"symbol" : "mGal",
"ucumCode" : "mGal",
"uneceCommonCode" : "C11",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligalileo", {
"@language" : "en",
"@value" : "Milligalileo"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGALILEO-PER-MO
URI: http://qudt.org/vocab/unit/MilliGALILEO-PER-MO
A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGALILEO-PER-MO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds."@en ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000003919350772901616281311709002114104 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.919350772901616281311709002114104E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mGal/mo" ; <http://qudt.org/schema/qudt/ucumCode> "mGal.mo-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligalileo per Month" ; rdfs:label "Milligalileo per Month"@en ; .
{"resource":"Milligalileo per Month"
,"qname":"unit:MilliGALILEO-PER-MO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGALILEO-PER-MO"
,"properties":["conversion multiplier":"0.000000000003919350772901616281311709002114104"
,"conversion multiplier scientific":"3.919350772901616281311709002114104E-12"
,"description":"A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligalileo per Month"
,"label":"Milligalileo per Month"
,"symbol":"mGal\/mo"
,"type":"qudt:Unit"
,"ucum code":"mGal.mo-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGALILEO-PER-MO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of one millionth part of a unit of gravitational acceleration equal to one centimetre per second per second over a time duration of 30.4375 days or 2629800 seconds."
},
"conversionMultiplier" : "0.000000000003919350772901616281311709002114104",
"conversionMultiplier:SN" : 3.919350772901616E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mGal/mo",
"ucumCode" : "mGal.mo-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligalileo per Month", {
"@language" : "en",
"@value" : "Milligalileo per Month"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM
URI: http://qudt.org/vocab/unit/MilliGM
0.000001-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA815" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA815"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM> ; <http://qudt.org/schema/qudt/symbol> "mg" ; <http://qudt.org/schema/qudt/ucumCode> "mg"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MGM" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3241121> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram" ; rdfs:label "Milligram"@cs ; rdfs:label "Milligram"@en ; rdfs:label "Milligram"@ms ; rdfs:label "Milligram"@pl ; rdfs:label "Milligram"@ro ; rdfs:label "Milligram"@sl ; rdfs:label "Milligram"@tr ; rdfs:label "Milligramm"@de ; rdfs:label "Milligramm"@hu ; rdfs:label "Milligramme"@fr ; rdfs:label "Milligrammo"@it ; rdfs:label "Milligramo"@es ; .
{"resource":"Milligram"
,"qname":"unit:MilliGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3241121>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit kilogram"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA815"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA815"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram"
,"label":"Milligram"
,"label":"Milligram"
,"label":"Milligram"
,"label":"Milligram"
,"label":"Milligram"
,"label":"Milligram"
,"label":"Milligram"
,"label":"Milligramm"
,"label":"Milligramm"
,"label":"Milligramme"
,"label":"Milligrammo"
,"label":"Milligramo"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:GM"
,"symbol":"mg"
,"type":"qudt:Unit"
,"ucum code":"mg"
,"unece common code":"MGM"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA815",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA815",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/GM",
"symbol" : "mg",
"ucumCode" : "mg",
"uneceCommonCode" : "MGM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3241121",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Milligramm"
}, {
"@language" : "fr",
"@value" : "Milligramme"
}, {
"@language" : "hu",
"@value" : "Milligramm"
}, {
"@language" : "es",
"@value" : "Milligramo"
}, "Milligram", {
"@language" : "cs",
"@value" : "Milligram"
}, {
"@language" : "en",
"@value" : "Milligram"
}, {
"@language" : "ms",
"@value" : "Milligram"
}, {
"@language" : "pl",
"@value" : "Milligram"
}, {
"@language" : "it",
"@value" : "Milligrammo"
}, {
"@language" : "ro",
"@value" : "Milligram"
}, {
"@language" : "sl",
"@value" : "Milligram"
}, {
"@language" : "tr",
"@value" : "Milligram"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-HR-PER-L-CentiM3
URI: http://qudt.org/vocab/unit/MilliGM-HR-PER-L-CentiM3
quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-HR-PER-L-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC837" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC837"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·h/(L·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.h.L-1.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Hour per Liter Cubic Centimeter"@en-US ; rdfs:label "Milligram Hour per Litre Cubic Centimetre" ; rdfs:label "Milligram Hour per Litre Cubic Centimetre"@en ; .
{"resource":"Milligram Hour per Litre Cubic Centimetre"
,"qname":"unit:MilliGM-HR-PER-L-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-HR-PER-L-CentiM3"
,"properties":["conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC837"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC837"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Hour per Liter Cubic Centimeter"
,"label":"Milligram Hour per Litre Cubic Centimetre"
,"label":"Milligram Hour per Litre Cubic Centimetre"
,"symbol":"mg·h\/(L·cm³)"
,"type":"qudt:Unit"
,"ucum code":"mg.h.L-1.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-HR-PER-L-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour",
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC837",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC837",
"symbol" : "mg·h/(L·cm³)",
"ucumCode" : "mg.h.L-1.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram Hour per Litre Cubic Centimetre", {
"@language" : "en-us",
"@value" : "Milligram Hour per Liter Cubic Centimeter"
}, {
"@language" : "en",
"@value" : "Milligram Hour per Litre Cubic Centimetre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-HR-PER-L-M3
URI: http://qudt.org/vocab/unit/MilliGM-HR-PER-L-M3
quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-HR-PER-L-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3.6 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC836" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC836"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·h/(L·m³)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.h.L-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Hour per Liter Cubic Meter"@en-US ; rdfs:label "Milligram Hour per Litre Cubic Metre" ; rdfs:label "Milligram Hour per Litre Cubic Metre"@en ; .
{"resource":"Milligram Hour per Litre Cubic Metre"
,"qname":"unit:MilliGM-HR-PER-L-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-HR-PER-L-M3"
,"properties":["conversion multiplier":"3.6"
,"conversion multiplier scientific":"3.6E0"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC836"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC836"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Hour per Liter Cubic Meter"
,"label":"Milligram Hour per Litre Cubic Metre"
,"label":"Milligram Hour per Litre Cubic Metre"
,"symbol":"mg·h\/(L·m³)"
,"type":"qudt:Unit"
,"ucum code":"mg.h.L-1.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-HR-PER-L-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time hour",
"conversionMultiplier" : "3.6",
"conversionMultiplier:SN" : 3.6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC836",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC836",
"symbol" : "mg·h/(L·m³)",
"ucumCode" : "mg.h.L-1.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram Hour per Litre Cubic Metre", {
"@language" : "en",
"@value" : "Milligram Hour per Litre Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Milligram Hour per Liter Cubic Meter"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-HR-PER-L2
URI: http://qudt.org/vocab/unit/MilliGM-HR-PER-L2
quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-HR-PER-L2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC838" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC838"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·h/L²" ; <http://qudt.org/schema/qudt/ucumCode> "mg.h.L-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Hour per Square Liter"@en-US ; rdfs:label "Milligram Hour per Square Litre" ; rdfs:label "Milligram Hour per Square Litre"@en ; .
{"resource":"Milligram Hour per Square Litre"
,"qname":"unit:MilliGM-HR-PER-L2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-HR-PER-L2"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC838"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC838"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Hour per Square Liter"
,"label":"Milligram Hour per Square Litre"
,"label":"Milligram Hour per Square Litre"
,"symbol":"mg·h\/L²"
,"type":"qudt:Unit"
,"ucum code":"mg.h.L-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-HR-PER-L2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time hour",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC838",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC838",
"symbol" : "mg·h/L²",
"ucumCode" : "mg.h.L-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram Hour per Square Liter"
}, "Milligram Hour per Square Litre", {
"@language" : "en",
"@value" : "Milligram Hour per Square Litre"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-HR-PER-M3-CentiM3
URI: http://qudt.org/vocab/unit/MilliGM-HR-PER-M3-CentiM3
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-HR-PER-M3-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC831" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC831"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·h/(m³·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.h.m-3.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Hour per Cubic Meter Cubic Centimeter"@en-US ; rdfs:label "Milligram Hour per Cubic Metre Cubic Centimetre" ; rdfs:label "Milligram Hour per Cubic Metre Cubic Centimetre"@en ; .
{"resource":"Milligram Hour per Cubic Metre Cubic Centimetre"
,"qname":"unit:MilliGM-HR-PER-M3-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-HR-PER-M3-CentiM3"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC831"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC831"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Hour per Cubic Meter Cubic Centimeter"
,"label":"Milligram Hour per Cubic Metre Cubic Centimetre"
,"label":"Milligram Hour per Cubic Metre Cubic Centimetre"
,"symbol":"mg·h\/(m³·cm³)"
,"type":"qudt:Unit"
,"ucum code":"mg.h.m-3.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-HR-PER-M3-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time hour",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC831",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC831",
"symbol" : "mg·h/(m³·cm³)",
"ucumCode" : "mg.h.m-3.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram Hour per Cubic Metre Cubic Centimetre", {
"@language" : "en",
"@value" : "Milligram Hour per Cubic Metre Cubic Centimetre"
}, {
"@language" : "en-us",
"@value" : "Milligram Hour per Cubic Meter Cubic Centimeter"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-HR-PER-M3-L
URI: http://qudt.org/vocab/unit/MilliGM-HR-PER-M3-L
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-HR-PER-M3-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3.6 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC832" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC832"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·h/(m³·L)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.h.m-3.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Hour per Cubic Meter Liter"@en-US ; rdfs:label "Milligram Hour per Cubic Metre Litre" ; rdfs:label "Milligram Hour per Cubic Metre Litre"@en ; .
{"resource":"Milligram Hour per Cubic Metre Litre"
,"qname":"unit:MilliGM-HR-PER-M3-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-HR-PER-M3-L"
,"properties":["conversion multiplier":"3.6"
,"conversion multiplier scientific":"3.6E0"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC832"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC832"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Hour per Cubic Meter Liter"
,"label":"Milligram Hour per Cubic Metre Litre"
,"label":"Milligram Hour per Cubic Metre Litre"
,"symbol":"mg·h\/(m³·L)"
,"type":"qudt:Unit"
,"ucum code":"mg.h.m-3.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-HR-PER-M3-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time hour",
"conversionMultiplier" : "3.6",
"conversionMultiplier:SN" : 3.6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC832",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC832",
"symbol" : "mg·h/(m³·L)",
"ucumCode" : "mg.h.m-3.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram Hour per Cubic Metre Litre", {
"@language" : "en",
"@value" : "Milligram Hour per Cubic Metre Litre"
}, {
"@language" : "en-us",
"@value" : "Milligram Hour per Cubic Meter Liter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-HR-PER-M6
URI: http://qudt.org/vocab/unit/MilliGM-HR-PER-M6
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-HR-PER-M6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0036 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC830" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC830"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·h/m⁶" ; <http://qudt.org/schema/qudt/ucumCode> "mg.h.m-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Hour per Sextic Meter"@en-US ; rdfs:label "Milligram Hour per Sextic Metre" ; rdfs:label "Milligram Hour per Sextic Metre"@en ; .
{"resource":"Milligram Hour per Sextic Metre"
,"qname":"unit:MilliGM-HR-PER-M6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-HR-PER-M6"
,"properties":["conversion multiplier":"0.0036"
,"conversion multiplier scientific":"3.6E-3"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC830"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC830"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Hour per Sextic Meter"
,"label":"Milligram Hour per Sextic Metre"
,"label":"Milligram Hour per Sextic Metre"
,"symbol":"mg·h\/m\u2076"
,"type":"qudt:Unit"
,"ucum code":"mg.h.m-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-HR-PER-M6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time hour",
"conversionMultiplier" : "0.0036",
"conversionMultiplier:SN" : 0.0036,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC830",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC830",
"symbol" : "mg·h/m⁶",
"ucumCode" : "mg.h.m-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram Hour per Sextic Meter"
}, "Milligram Hour per Sextic Metre", {
"@language" : "en",
"@value" : "Milligram Hour per Sextic Metre"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-MIN-PER-L-CentiM3
URI: http://qudt.org/vocab/unit/MilliGM-MIN-PER-L-CentiM3
quotient of the 0.000001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-MIN-PER-L-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 60000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC840" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC840"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·min/(L·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.min.L-1.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Minute per Liter Cubic Centimeter"@en-US ; rdfs:label "Milligram Minute per Litre Cubic Centimetre" ; rdfs:label "Milligram Minute per Litre Cubic Centimetre"@en ; .
{"resource":"Milligram Minute per Litre Cubic Centimetre"
,"qname":"unit:MilliGM-MIN-PER-L-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-MIN-PER-L-CentiM3"
,"properties":["conversion multiplier":"60000.0"
,"conversion multiplier scientific":"6.0E4"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC840"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC840"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Minute per Liter Cubic Centimeter"
,"label":"Milligram Minute per Litre Cubic Centimetre"
,"label":"Milligram Minute per Litre Cubic Centimetre"
,"symbol":"mg·min\/(L·cm³)"
,"type":"qudt:Unit"
,"ucum code":"mg.min.L-1.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-MIN-PER-L-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute",
"conversionMultiplier" : "60000.0",
"conversionMultiplier:SN" : 60000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC840",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC840",
"symbol" : "mg·min/(L·cm³)",
"ucumCode" : "mg.min.L-1.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram Minute per Litre Cubic Centimetre", {
"@language" : "en",
"@value" : "Milligram Minute per Litre Cubic Centimetre"
}, {
"@language" : "en-us",
"@value" : "Milligram Minute per Liter Cubic Centimeter"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-MIN-PER-L-M3
URI: http://qudt.org/vocab/unit/MilliGM-MIN-PER-L-M3
quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-MIN-PER-L-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.06 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC839" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC839"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·min/(L·m³)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.min.L-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Minute per Liter Cubic Meter"@en-US ; rdfs:label "Milligram Minute per Litre Cubic Metre" ; rdfs:label "Milligram Minute per Litre Cubic Metre"@en ; .
{"resource":"Milligram Minute per Litre Cubic Metre"
,"qname":"unit:MilliGM-MIN-PER-L-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-MIN-PER-L-M3"
,"properties":["conversion multiplier":"0.06"
,"conversion multiplier scientific":"6.0E-2"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC839"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC839"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Minute per Liter Cubic Meter"
,"label":"Milligram Minute per Litre Cubic Metre"
,"label":"Milligram Minute per Litre Cubic Metre"
,"symbol":"mg·min\/(L·m³)"
,"type":"qudt:Unit"
,"ucum code":"mg.min.L-1.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-MIN-PER-L-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per unit of time minute",
"conversionMultiplier" : "0.06",
"conversionMultiplier:SN" : 0.06,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC839",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC839",
"symbol" : "mg·min/(L·m³)",
"ucumCode" : "mg.min.L-1.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram Minute per Liter Cubic Meter"
}, "Milligram Minute per Litre Cubic Metre", {
"@language" : "en",
"@value" : "Milligram Minute per Litre Cubic Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-MIN-PER-L2
URI: http://qudt.org/vocab/unit/MilliGM-MIN-PER-L2
quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-MIN-PER-L2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 60.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC841" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC841"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·min/L²" ; <http://qudt.org/schema/qudt/ucumCode> "mg.min.L-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Minute per Square Liter"@en-US ; rdfs:label "Milligram Minute per Square Litre" ; rdfs:label "Milligram Minute per Square Litre"@en ; .
{"resource":"Milligram Minute per Square Litre"
,"qname":"unit:MilliGM-MIN-PER-L2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-MIN-PER-L2"
,"properties":["conversion multiplier":"60.0"
,"conversion multiplier scientific":"6.0E1"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC841"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC841"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Minute per Square Liter"
,"label":"Milligram Minute per Square Litre"
,"label":"Milligram Minute per Square Litre"
,"symbol":"mg·min\/L²"
,"type":"qudt:Unit"
,"ucum code":"mg.min.L-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-MIN-PER-L2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per unit of time minute",
"conversionMultiplier" : "60.0",
"conversionMultiplier:SN" : 60.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC841",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC841",
"symbol" : "mg·min/L²",
"ucumCode" : "mg.min.L-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram Minute per Square Liter"
}, "Milligram Minute per Square Litre", {
"@language" : "en",
"@value" : "Milligram Minute per Square Litre"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-MIN-PER-M3-CentiM3
URI: http://qudt.org/vocab/unit/MilliGM-MIN-PER-M3-CentiM3
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-MIN-PER-M3-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 60.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC834" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC834"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·min/(m³·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.min.m-3.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Minute per Cubic Meter Cubic Centimeter"@en-US ; rdfs:label "Milligram Minute per Cubic Metre Cubic Centimetre" ; rdfs:label "Milligram Minute per Cubic Metre Cubic Centimetre"@en ; .
{"resource":"Milligram Minute per Cubic Metre Cubic Centimetre"
,"qname":"unit:MilliGM-MIN-PER-M3-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-MIN-PER-M3-CentiM3"
,"properties":["conversion multiplier":"60.0"
,"conversion multiplier scientific":"6.0E1"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC834"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC834"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Minute per Cubic Meter Cubic Centimeter"
,"label":"Milligram Minute per Cubic Metre Cubic Centimetre"
,"label":"Milligram Minute per Cubic Metre Cubic Centimetre"
,"symbol":"mg·min\/(m³·cm³)"
,"type":"qudt:Unit"
,"ucum code":"mg.min.m-3.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-MIN-PER-M3-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and 0.000001-fold of power of the SI base unit metre with the exponent 3 per unit of time minute",
"conversionMultiplier" : "60.0",
"conversionMultiplier:SN" : 60.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC834",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC834",
"symbol" : "mg·min/(m³·cm³)",
"ucumCode" : "mg.min.m-3.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram Minute per Cubic Meter Cubic Centimeter"
}, "Milligram Minute per Cubic Metre Cubic Centimetre", {
"@language" : "en",
"@value" : "Milligram Minute per Cubic Metre Cubic Centimetre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-MIN-PER-M3-L
URI: http://qudt.org/vocab/unit/MilliGM-MIN-PER-M3-L
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-MIN-PER-M3-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.06 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD870" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD870"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·min/(m³·L)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.min.m-3.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Minute per Cubic Meter Liter"@en-US ; rdfs:label "Milligram Minute per Cubic Metre Litre" ; rdfs:label "Milligram Minute per Cubic Metre Litre"@en ; .
{"resource":"Milligram Minute per Cubic Metre Litre"
,"qname":"unit:MilliGM-MIN-PER-M3-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-MIN-PER-M3-L"
,"properties":["conversion multiplier":"0.06"
,"conversion multiplier scientific":"6.0E-2"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD870"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD870"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Minute per Cubic Meter Liter"
,"label":"Milligram Minute per Cubic Metre Litre"
,"label":"Milligram Minute per Cubic Metre Litre"
,"symbol":"mg·min\/(m³·L)"
,"type":"qudt:Unit"
,"ucum code":"mg.min.m-3.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-MIN-PER-M3-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per unit of time minute",
"conversionMultiplier" : "0.06",
"conversionMultiplier:SN" : 0.06,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD870",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD870",
"symbol" : "mg·min/(m³·L)",
"ucumCode" : "mg.min.m-3.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram Minute per Cubic Metre Litre", {
"@language" : "en",
"@value" : "Milligram Minute per Cubic Metre Litre"
}, {
"@language" : "en-us",
"@value" : "Milligram Minute per Cubic Meter Liter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-MIN-PER-M6
URI: http://qudt.org/vocab/unit/MilliGM-MIN-PER-M6
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-MIN-PER-M6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00006 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC833" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC833"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·min/m⁶" ; <http://qudt.org/schema/qudt/ucumCode> "mg.min.m-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Minute per Sextic Meter"@en-US ; rdfs:label "Milligram Minute per Sextic Metre" ; rdfs:label "Milligram Minute per Sextic Metre"@en ; .
{"resource":"Milligram Minute per Sextic Metre"
,"qname":"unit:MilliGM-MIN-PER-M6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-MIN-PER-M6"
,"properties":["conversion multiplier":"0.00006"
,"conversion multiplier scientific":"6.0E-5"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC833"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC833"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Minute per Sextic Meter"
,"label":"Milligram Minute per Sextic Metre"
,"label":"Milligram Minute per Sextic Metre"
,"symbol":"mg·min\/m\u2076"
,"type":"qudt:Unit"
,"ucum code":"mg.min.m-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-MIN-PER-M6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per unit of time minute",
"conversionMultiplier" : "0.00006",
"conversionMultiplier:SN" : 6.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC833",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC833",
"symbol" : "mg·min/m⁶",
"ucumCode" : "mg.min.m-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram Minute per Sextic Meter"
}, "Milligram Minute per Sextic Metre", {
"@language" : "en",
"@value" : "Milligram Minute per Sextic Metre"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-BAR
URI: http://qudt.org/vocab/unit/MilliGM-PER-BAR
0.000001-fold of the SI base unit kilogram divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA817" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA817"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/bar" ; <http://qudt.org/schema/qudt/ucumCode> "mg.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F75" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Bar" ; rdfs:label "Milligram per Bar"@en ; .
{"resource":"Milligram per Bar"
,"qname":"unit:MilliGM-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-BAR"
,"properties":["conversion multiplier":"0.00000000001"
,"conversion multiplier scientific":"1.0E-11"
,"description":"0.000001-fold of the SI base unit kilogram divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA817"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA817"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Bar"
,"label":"Milligram per Bar"
,"symbol":"mg\/bar"
,"type":"qudt:Unit"
,"ucum code":"mg.bar-1"
,"unece common code":"F75"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the unit bar",
"conversionMultiplier" : "0.00000000001",
"conversionMultiplier:SN" : 1.0E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA817",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA817",
"symbol" : "mg/bar",
"ucumCode" : "mg.bar-1",
"uneceCommonCode" : "F75",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Milligram per Bar"
}, "Milligram per Bar" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-CentiM2
URI: http://qudt.org/vocab/unit/MilliGM-PER-CentiM2
0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA818" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA818"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "mg/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "mg.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H63" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107133667> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Centimetr Kwadratowy"@pl ; rdfs:label "Milligram na Kvadratni Centimeter"@sl ; rdfs:label "Milligram na Čtvereční Centimetr"@cs ; rdfs:label "Milligram pe Centimetru Pătrat"@ro ; rdfs:label "Milligram per Centimeter Persegi"@ms ; rdfs:label "Milligram per Centimetrekare"@tr ; rdfs:label "Milligram per Square Centimeter"@en-US ; rdfs:label "Milligram per Square Centimetre" ; rdfs:label "Milligram per Square Centimetre"@en ; rdfs:label "Milligramm pro Quadratcentimeter"@de ; rdfs:label "Milligramme par Centimètre Carré"@fr ; rdfs:label "Milligrammo per Centimetro Quadrato"@it ; rdfs:label "Milligramo por Centimetro Cuadrado"@es ; .
{"resource":"Milligram per Square Centimetre"
,"qname":"unit:MilliGM-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107133667>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA818"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA818"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Centimetr Kwadratowy"
,"label":"Milligram na Kvadratni Centimeter"
,"label":"Milligram na Čtvereční Centimetr"
,"label":"Milligram pe Centimetru Pătrat"
,"label":"Milligram per Centimeter Persegi"
,"label":"Milligram per Centimetrekare"
,"label":"Milligram per Square Centimeter"
,"label":"Milligram per Square Centimetre"
,"label":"Milligram per Square Centimetre"
,"label":"Milligramm pro Quadratcentimeter"
,"label":"Milligramme par Centimètre Carré"
,"label":"Milligrammo per Centimetro Quadrato"
,"label":"Milligramo por Centimetro Cuadrado"
,"symbol":"mg\/cm²"
,"type":"qudt:Unit"
,"ucum code":"mg.cm-2"
,"unece common code":"H63"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"iec61360Code" : "0112/2///62720#UAA818",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA818",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2",
"symbol" : "mg/cm²",
"ucumCode" : "mg.cm-2",
"uneceCommonCode" : "H63",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107133667",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Milligram per Centimeter Persegi"
}, {
"@language" : "ro",
"@value" : "Milligram pe Centimetru Pătrat"
}, {
"@language" : "pl",
"@value" : "Milligram na Centimetr Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Milligramme par Centimètre Carré"
}, {
"@language" : "tr",
"@value" : "Milligram per Centimetrekare"
}, {
"@language" : "it",
"@value" : "Milligrammo per Centimetro Quadrato"
}, {
"@language" : "cs",
"@value" : "Milligram na Čtvereční Centimetr"
}, {
"@language" : "sl",
"@value" : "Milligram na Kvadratni Centimeter"
}, {
"@language" : "de",
"@value" : "Milligramm pro Quadratcentimeter"
}, {
"@language" : "es",
"@value" : "Milligramo por Centimetro Cuadrado"
}, "Milligram per Square Centimetre", {
"@language" : "en",
"@value" : "Milligram per Square Centimetre"
}, {
"@language" : "en-us",
"@value" : "Milligram per Square Centimeter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-DAY
URI: http://qudt.org/vocab/unit/MilliGM-PER-DAY
0.000001-fold of the SI base unit kilogram divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the unit day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA819" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA819"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the unit day" ; <http://qudt.org/schema/qudt/symbol> "mg/d" ; <http://qudt.org/schema/qudt/ucumCode> "mg.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F32" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107210240> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Day" ; rdfs:label "Milligram per Day"@en ; .
{"resource":"Milligram per Day"
,"qname":"unit:MilliGM-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-DAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107210240>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"description":"0.000001-fold of the SI base unit kilogram divided by the unit day"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the unit day"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA819"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA819"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Day"
,"label":"Milligram per Day"
,"symbol":"mg\/d"
,"type":"qudt:Unit"
,"ucum code":"mg.d-1"
,"unece common code":"F32"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the unit day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA819",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA819",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the unit day",
"symbol" : "mg/d",
"ucumCode" : "mg.d-1",
"uneceCommonCode" : "F32",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107210240",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Day", {
"@language" : "en",
"@value" : "Milligram per Day"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-DAY-BAR
URI: http://qudt.org/vocab/unit/MilliGM-PER-DAY-BAR
0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-DAY-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-16 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA821" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA821"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(d·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.d-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F70" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Day Bar" ; rdfs:label "Milligram per Day Bar"@en ; .
{"resource":"Milligram per Day Bar"
,"qname":"unit:MilliGM-PER-DAY-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-DAY-BAR"
,"properties":["conversion multiplier":"0.0000000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-16"
,"description":"0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA821"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA821"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Day Bar"
,"label":"Milligram per Day Bar"
,"symbol":"mg\/(d·bar)"
,"type":"qudt:Unit"
,"ucum code":"mg.d-1.bar-1"
,"unece common code":"F70"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-DAY-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the unit bar",
"conversionMultiplier" : "0.0000000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-16,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA821",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA821",
"symbol" : "mg/(d·bar)",
"ucumCode" : "mg.d-1.bar-1",
"uneceCommonCode" : "F70",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Day Bar", {
"@language" : "en",
"@value" : "Milligram per Day Bar"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-DAY-K
URI: http://qudt.org/vocab/unit/MilliGM-PER-DAY-K
0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-DAY-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA820" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA820"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(d·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.d-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F43" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Day Kelvin" ; rdfs:label "Milligram per Day Kelvin"@en ; .
{"resource":"Milligram per Day Kelvin"
,"qname":"unit:MilliGM-PER-DAY-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-DAY-K"
,"properties":["conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"description":"0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA820"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA820"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Day Kelvin"
,"label":"Milligram per Day Kelvin"
,"symbol":"mg\/(d·K)"
,"type":"qudt:Unit"
,"ucum code":"mg.d-1.K-1"
,"unece common code":"F43"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-DAY-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the product out of the unit day and the SI base unit kelvin",
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA820",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA820",
"symbol" : "mg/(d·K)",
"ucumCode" : "mg.d-1.K-1",
"uneceCommonCode" : "F43",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Day Kelvin", {
"@language" : "en",
"@value" : "Milligram per Day Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-DeciL
URI: http://qudt.org/vocab/unit/MilliGM-PER-DeciL
A derived unit for amount-of-substance concentration measured in mg/dL.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-DeciL> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A derived unit for amount-of-substance concentration measured in mg/dL."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/expression> "$mg/dL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassBasedBloodGlucoseLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/symbol> "mg/dL" ; <http://qudt.org/schema/qudt/ucumCode> "mg.dL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q55435156> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Deciliter"@en-US ; rdfs:label "Milligram per Decilitre" ; rdfs:label "Milligram per Decilitre"@en ; .
{"resource":"Milligram per Decilitre"
,"qname":"unit:MilliGM-PER-DeciL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-DeciL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q55435156>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"A derived unit for amount-of-substance concentration measured in mg\/dL."
,"expression":"$mg\/dL$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassBasedBloodGlucoseLevel"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Deciliter"
,"label":"Milligram per Decilitre"
,"label":"Milligram per Decilitre"
,"symbol":"mg\/dL"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mg.dL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-DeciL",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A derived unit for amount-of-substance concentration measured in mg/dL.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"expression" : "$mg/dL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassBasedBloodGlucoseLevel", "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"symbol" : "mg/dL",
"ucumCode" : "mg.dL-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q55435156",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Decilitre", {
"@language" : "en",
"@value" : "Milligram per Decilitre"
}, {
"@language" : "en-us",
"@value" : "Milligram per Deciliter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-DeciM2
URI: http://qudt.org/vocab/unit/MilliGM-PER-DeciM2
0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-DeciM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "mg/dm²" ; <http://qudt.org/schema/qudt/ucumCode> "mg.dm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Decimetr Kwadratowy"@pl ; rdfs:label "Milligram na Kvadratni Decimeter"@sl ; rdfs:label "Milligram na Čtvereční Decimetr"@cs ; rdfs:label "Milligram pe Decimetru Pătrat"@ro ; rdfs:label "Milligram per Decimeter Persegi"@ms ; rdfs:label "Milligram per Decimetrekare"@tr ; rdfs:label "Milligram per Square Decimeter"@en-US ; rdfs:label "Milligram per Square Decimetre" ; rdfs:label "Milligram per Square Decimetre"@en ; rdfs:label "Milligramm pro Quadratdecimeter"@de ; rdfs:label "Milligramme par Decimètre Carré"@fr ; rdfs:label "Milligrammo per Decimetro Quadrato"@it ; rdfs:label "Milligramo por Decimetro Cuadrado"@es ; .
{"resource":"Milligram per Square Decimetre"
,"qname":"unit:MilliGM-PER-DeciM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-DeciM2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Decimetr Kwadratowy"
,"label":"Milligram na Kvadratni Decimeter"
,"label":"Milligram na Čtvereční Decimetr"
,"label":"Milligram pe Decimetru Pătrat"
,"label":"Milligram per Decimeter Persegi"
,"label":"Milligram per Decimetrekare"
,"label":"Milligram per Square Decimeter"
,"label":"Milligram per Square Decimetre"
,"label":"Milligram per Square Decimetre"
,"label":"Milligramm pro Quadratdecimeter"
,"label":"Milligramme par Decimètre Carré"
,"label":"Milligrammo per Decimetro Quadrato"
,"label":"Milligramo por Decimetro Cuadrado"
,"symbol":"mg\/dm²"
,"type":"qudt:Unit"
,"ucum code":"mg.dm-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-DeciM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the 0.01-fold of the power of the SI base unit metre with the exponent 2",
"symbol" : "mg/dm²",
"ucumCode" : "mg.dm-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Milligramm pro Quadratdecimeter"
}, {
"@language" : "en-us",
"@value" : "Milligram per Square Decimeter"
}, {
"@language" : "ro",
"@value" : "Milligram pe Decimetru Pătrat"
}, "Milligram per Square Decimetre", {
"@language" : "en",
"@value" : "Milligram per Square Decimetre"
}, {
"@language" : "pl",
"@value" : "Milligram na Decimetr Kwadratowy"
}, {
"@language" : "it",
"@value" : "Milligrammo per Decimetro Quadrato"
}, {
"@language" : "es",
"@value" : "Milligramo por Decimetro Cuadrado"
}, {
"@language" : "cs",
"@value" : "Milligram na Čtvereční Decimetr"
}, {
"@language" : "sl",
"@value" : "Milligram na Kvadratni Decimeter"
}, {
"@language" : "ms",
"@value" : "Milligram per Decimeter Persegi"
}, {
"@language" : "fr",
"@value" : "Milligramme par Decimètre Carré"
}, {
"@language" : "tr",
"@value" : "Milligram per Decimetrekare"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-GM
URI: http://qudt.org/vocab/unit/MilliGM-PER-GM
0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA822" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA822"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "mg/g" ; <http://qudt.org/schema/qudt/ucumCode> "mg.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H64" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106645210> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Gram"@cs ; rdfs:label "Milligram na Gram"@pl ; rdfs:label "Milligram na Gram"@sl ; rdfs:label "Milligram pe Gram"@ro ; rdfs:label "Milligram per Gram" ; rdfs:label "Milligram per Gram"@en ; rdfs:label "Milligram per Gram"@ms ; rdfs:label "Milligram per Gram"@tr ; rdfs:label "Milligramm pro Gramm"@de ; rdfs:label "Milligramme par Gramme"@fr ; rdfs:label "Milligrammo per Grammo"@it ; rdfs:label "Milligramo por Gramo"@es ; .
{"resource":"Milligram per Gram"
,"qname":"unit:MilliGM-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-GM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106645210>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA822"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA822"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Gram"
,"label":"Milligram na Gram"
,"label":"Milligram na Gram"
,"label":"Milligram pe Gram"
,"label":"Milligram per Gram"
,"label":"Milligram per Gram"
,"label":"Milligram per Gram"
,"label":"Milligram per Gram"
,"label":"Milligramm pro Gramm"
,"label":"Milligramme par Gramme"
,"label":"Milligrammo per Grammo"
,"label":"Milligramo por Gramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"mg\/g"
,"type":"qudt:Unit"
,"ucum code":"mg.g-1"
,"unece common code":"H64"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"iec61360Code" : "0112/2///62720#UAA822",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA822",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "mg/g",
"ucumCode" : "mg.g-1",
"uneceCommonCode" : "H64",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106645210",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Milligram na Gram"
}, {
"@language" : "pl",
"@value" : "Milligram na Gram"
}, {
"@language" : "sl",
"@value" : "Milligram na Gram"
}, {
"@language" : "fr",
"@value" : "Milligramme par Gramme"
}, "Milligram per Gram", {
"@language" : "es",
"@value" : "Milligramo por Gramo"
}, {
"@language" : "it",
"@value" : "Milligrammo per Grammo"
}, {
"@language" : "en",
"@value" : "Milligram per Gram"
}, {
"@language" : "ms",
"@value" : "Milligram per Gram"
}, {
"@language" : "tr",
"@value" : "Milligram per Gram"
}, {
"@language" : "ro",
"@value" : "Milligram pe Gram"
}, {
"@language" : "de",
"@value" : "Milligramm pro Gramm"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-GM-HR
URI: http://qudt.org/vocab/unit/MilliGM-PER-GM-HR
mass-specific rate, e.g., uptake or emission
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-GM-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "mass-specific rate, e.g., uptake or emission"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassSpecificBiogeochemicalRate> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram, divided by 3600-fold of the SI base unit second" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ; <http://qudt.org/schema/qudt/symbol> "mg/(g·h)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.g-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Gram Hour" ; rdfs:label "Milligram per Gram Hour"@en ; .
{"resource":"Milligram per Gram Hour"
,"qname":"unit:MilliGM-PER-GM-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-GM-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T1D0"
,"description":"mass-specific rate, e.g., uptake or emission"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram, divided by 3600-fold of the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MassSpecificBiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Gram Hour"
,"label":"Milligram per Gram Hour"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T1D0"
,"symbol":"mg\/(g·h)"
,"type":"qudt:Unit"
,"ucum code":"mg.g-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-GM-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "mass-specific rate, e.g., uptake or emission",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassSpecificBiogeochemicalRate",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the 0.001-fold of the SI base unit kilogram, divided by 3600-fold of the SI base unit second",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0",
"symbol" : "mg/(g·h)",
"ucumCode" : "mg.g-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Gram Hour", {
"@language" : "en",
"@value" : "Milligram per Gram Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-HA
URI: http://qudt.org/vocab/unit/MilliGM-PER-HA
0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-HA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "mg/ha" ; <http://qudt.org/schema/qudt/ucumCode> "mg.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Hectare" ; rdfs:label "Milligram per Hectare"@en ; .
{"resource":"Milligram per Hectare"
,"qname":"unit:MilliGM-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-HA"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000001"
,"conversion multiplier scientific":"1.0E-10"
,"description":"0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Hectare"
,"label":"Milligram per Hectare"
,"symbol":"mg\/ha"
,"type":"qudt:Unit"
,"ucum code":"mg.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-HA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0000000001",
"conversionMultiplier:SN" : 1.0E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the 10,000-fold of the power of the SI base unit metre with the exponent 2",
"symbol" : "mg/ha",
"ucumCode" : "mg.har-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Hectare", {
"@language" : "en",
"@value" : "Milligram per Hectare"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-HR
URI: http://qudt.org/vocab/unit/MilliGM-PER-HR
0.000001-fold of the SI base unit kilogram divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA823" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA823"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "mg/h" ; <http://qudt.org/schema/qudt/ucumCode> "mg.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4M" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Hour" ; rdfs:label "Milligram per Hour"@en ; .
{"resource":"Milligram per Hour"
,"qname":"unit:MilliGM-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"description":"0.000001-fold of the SI base unit kilogram divided by the unit hour"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA823"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA823"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Hour"
,"label":"Milligram per Hour"
,"symbol":"mg\/h"
,"type":"qudt:Unit"
,"ucum code":"mg.h-1"
,"unece common code":"4M"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA823",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA823",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the unit hour",
"symbol" : "mg/h",
"ucumCode" : "mg.h-1",
"uneceCommonCode" : "4M",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Hour", {
"@language" : "en",
"@value" : "Milligram per Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-HR-BAR
URI: http://qudt.org/vocab/unit/MilliGM-PER-HR-BAR
0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-HR-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA825" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA825"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(h·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.h-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F71" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Hour Bar" ; rdfs:label "Milligram per Hour Bar"@en ; .
{"resource":"Milligram per Hour Bar"
,"qname":"unit:MilliGM-PER-HR-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-HR-BAR"
,"properties":["conversion multiplier":"0.000000000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-15"
,"description":"0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA825"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA825"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Hour Bar"
,"label":"Milligram per Hour Bar"
,"symbol":"mg\/(h·bar)"
,"type":"qudt:Unit"
,"ucum code":"mg.h-1.bar-1"
,"unece common code":"F71"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-HR-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the unit bar",
"conversionMultiplier" : "0.000000000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA825",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA825",
"symbol" : "mg/(h·bar)",
"ucumCode" : "mg.h-1.bar-1",
"uneceCommonCode" : "F71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Hour Bar", {
"@language" : "en",
"@value" : "Milligram per Hour Bar"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-HR-K
URI: http://qudt.org/vocab/unit/MilliGM-PER-HR-K
0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-HR-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA824" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA824"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(h·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.h-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F44" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Hour Kelvin" ; rdfs:label "Milligram per Hour Kelvin"@en ; .
{"resource":"Milligram per Hour Kelvin"
,"qname":"unit:MilliGM-PER-HR-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-HR-K"
,"properties":["conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"description":"0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA824"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA824"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Hour Kelvin"
,"label":"Milligram per Hour Kelvin"
,"symbol":"mg\/(h·K)"
,"type":"qudt:Unit"
,"ucum code":"mg.h-1.K-1"
,"unece common code":"F44"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-HR-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the product out of the unit hour and the SI base unit kelvin",
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA824",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA824",
"symbol" : "mg/(h·K)",
"ucumCode" : "mg.h-1.K-1",
"uneceCommonCode" : "F44",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Hour Kelvin", {
"@language" : "en",
"@value" : "Milligram per Hour Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-K
URI: http://qudt.org/vocab/unit/MilliGM-PER-K
0.000001-fold of the SI base unit kilogram divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA816" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA816"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/K" ; <http://qudt.org/schema/qudt/ucumCode> "mg.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F16" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Kelvin"@cs ; rdfs:label "Milligram na Kelvin"@sl ; rdfs:label "Milligram na Kelwin"@pl ; rdfs:label "Milligram pe Kelvin"@ro ; rdfs:label "Milligram per Kelvin" ; rdfs:label "Milligram per Kelvin"@en ; rdfs:label "Milligram per Kelvin"@ms ; rdfs:label "Milligram per Kelvin"@tr ; rdfs:label "Milligramm pro Kelvin"@de ; rdfs:label "Milligramme par Kelvin"@fr ; rdfs:label "Milligrammo per Kelvin"@it ; rdfs:label "Milligramo por Kelvin"@es ; .
{"resource":"Milligram per Kelvin"
,"qname":"unit:MilliGM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-K"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit kilogram divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA816"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA816"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Kelvin"
,"label":"Milligram na Kelvin"
,"label":"Milligram na Kelwin"
,"label":"Milligram pe Kelvin"
,"label":"Milligram per Kelvin"
,"label":"Milligram per Kelvin"
,"label":"Milligram per Kelvin"
,"label":"Milligram per Kelvin"
,"label":"Milligramm pro Kelvin"
,"label":"Milligramme par Kelvin"
,"label":"Milligrammo per Kelvin"
,"label":"Milligramo por Kelvin"
,"symbol":"mg\/K"
,"type":"qudt:Unit"
,"ucum code":"mg.K-1"
,"unece common code":"F16"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the SI base unit kelvin",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA816",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA816",
"symbol" : "mg/K",
"ucumCode" : "mg.K-1",
"uneceCommonCode" : "F16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Milligram pe Kelvin"
}, {
"@language" : "it",
"@value" : "Milligrammo per Kelvin"
}, {
"@language" : "es",
"@value" : "Milligramo por Kelvin"
}, {
"@language" : "cs",
"@value" : "Milligram na Kelvin"
}, {
"@language" : "sl",
"@value" : "Milligram na Kelvin"
}, {
"@language" : "fr",
"@value" : "Milligramme par Kelvin"
}, {
"@language" : "de",
"@value" : "Milligramm pro Kelvin"
}, "Milligram per Kelvin", {
"@language" : "en",
"@value" : "Milligram per Kelvin"
}, {
"@language" : "ms",
"@value" : "Milligram per Kelvin"
}, {
"@language" : "tr",
"@value" : "Milligram per Kelvin"
}, {
"@language" : "pl",
"@value" : "Milligram na Kelwin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-KiloGM
URI: http://qudt.org/vocab/unit/MilliGM-PER-KiloGM
0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA826" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA826"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "mg/kg" ; <http://qudt.org/schema/qudt/ucumCode> "mg.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "NA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21091747> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Kilogram"@cs ; rdfs:label "Milligram na Kilogram"@pl ; rdfs:label "Milligram na Kilogram"@sl ; rdfs:label "Milligram pe Kilogram"@ro ; rdfs:label "Milligram per Kilogram" ; rdfs:label "Milligram per Kilogram"@en ; rdfs:label "Milligram per Kilogram"@ms ; rdfs:label "Milligram per Kilogram"@tr ; rdfs:label "Milligramm pro Kilogramm"@de ; rdfs:label "Milligramme par Kilogramme"@fr ; rdfs:label "Milligrammo per Chilogrammo"@it ; rdfs:label "Milligramo por Kilogramo"@es ; .
{"resource":"Milligram per Kilogram"
,"qname":"unit:MilliGM-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21091747>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA826"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA826"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Kilogram"
,"label":"Milligram na Kilogram"
,"label":"Milligram na Kilogram"
,"label":"Milligram pe Kilogram"
,"label":"Milligram per Kilogram"
,"label":"Milligram per Kilogram"
,"label":"Milligram per Kilogram"
,"label":"Milligram per Kilogram"
,"label":"Milligramm pro Kilogramm"
,"label":"Milligramme par Kilogramme"
,"label":"Milligrammo per Chilogrammo"
,"label":"Milligramo por Kilogramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"mg\/kg"
,"type":"qudt:Unit"
,"ucum code":"mg.kg-1"
,"unece common code":"NA"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"iec61360Code" : "0112/2///62720#UAA826",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA826",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "mg/kg",
"ucumCode" : "mg.kg-1",
"uneceCommonCode" : "NA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21091747",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Milligramme par Kilogramme"
}, {
"@language" : "de",
"@value" : "Milligramm pro Kilogramm"
}, {
"@language" : "it",
"@value" : "Milligrammo per Chilogrammo"
}, {
"@language" : "ro",
"@value" : "Milligram pe Kilogram"
}, {
"@language" : "cs",
"@value" : "Milligram na Kilogram"
}, {
"@language" : "pl",
"@value" : "Milligram na Kilogram"
}, {
"@language" : "sl",
"@value" : "Milligram na Kilogram"
}, {
"@language" : "es",
"@value" : "Milligramo por Kilogramo"
}, "Milligram per Kilogram", {
"@language" : "en",
"@value" : "Milligram per Kilogram"
}, {
"@language" : "ms",
"@value" : "Milligram per Kilogram"
}, {
"@language" : "tr",
"@value" : "Milligram per Kilogram"
} ],
"@context" : {
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-KiloGM-DAY
URI: http://qudt.org/vocab/unit/MilliGM-PER-KiloGM-DAY
mass ratio as 0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram per day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-KiloGM-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "mass ratio as 0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram per day "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassSpecificBiogeochemicalRate> ; <http://qudt.org/schema/qudt/plainTextDescription> "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of the SI base unit kilogram per day (8640 seconds)" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "mg/(kg·d)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.kg-1.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Kilogram Day" ; rdfs:label "Milligram per Kilogram Day"@en ; .
{"resource":"Milligram per Kilogram Day"
,"qname":"unit:MilliGM-PER-KiloGM-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-KiloGM-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T1D0"
,"description":"mass ratio as 0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram per day "
,"description (plain text)":"mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of the SI base unit kilogram per day (8640 seconds)"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MassSpecificBiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Kilogram Day"
,"label":"Milligram per Kilogram Day"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"mg\/(kg·d)"
,"type":"qudt:Unit"
,"ucum code":"mg.kg-1.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-KiloGM-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "mass ratio as 0.000001-fold of the SI base unit kilogram divided by the SI base unit kilogram per day ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassSpecificBiogeochemicalRate",
"plainTextDescription" : "mass ratio as 0.000000001-fold of the SI base unit kilogram divided by 0.001-fold of the SI base unit kilogram per day (8640 seconds)",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T1D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "mg/(kg·d)",
"ucumCode" : "mg.kg-1.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Kilogram Day", {
"@language" : "en",
"@value" : "Milligram per Kilogram Day"
} ],
"@context" : {
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-L
URI: http://qudt.org/vocab/unit/MilliGM-PER-L
0.000001-fold of the SI base unit kilogram divided by the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA827" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA827"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the unit litre" ; <http://qudt.org/schema/qudt/symbol> "mg/L" ; <http://qudt.org/schema/qudt/ucumCode> "mg.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M1" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q55726194> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Liter"@en-US ; rdfs:label "Milligram per Liter"@nl ; rdfs:label "Milligram per Litre" ; rdfs:label "Milligram per Litre"@en ; .
{"resource":"Milligram per Litre"
,"qname":"unit:MilliGM-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q55726194>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.000001-fold of the SI base unit kilogram divided by the unit litre"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the unit litre"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassConcentration"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA827"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA827"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Liter"
,"label":"Milligram per Liter"
,"label":"Milligram per Litre"
,"label":"Milligram per Litre"
,"symbol":"mg\/L"
,"type":"qudt:Unit"
,"ucum code":"mg.L-1"
,"unece common code":"M1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/MassConcentration", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA827",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA827",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the unit litre",
"symbol" : "mg/L",
"ucumCode" : "mg.L-1",
"uneceCommonCode" : "M1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q55726194",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram per Liter"
}, {
"@language" : "nl",
"@value" : "Milligram per Liter"
}, "Milligram per Litre", {
"@language" : "en",
"@value" : "Milligram per Litre"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-L-CentiPOISE
URI: http://qudt.org/vocab/unit/MilliGM-PER-L-CentiPOISE
[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-L-CentiPOISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD841" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD841"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(L·cP)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.L-1.cP-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Liter Centipoise"@en-US ; rdfs:label "Milligram per Litre Centipoise" ; rdfs:label "Milligram per Litre Centipoise"@en ; .
{"resource":"Milligram per Litre Centipoise"
,"qname":"unit:MilliGM-PER-L-CentiPOISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-L-CentiPOISE"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD841"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD841"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Liter Centipoise"
,"label":"Milligram per Litre Centipoise"
,"label":"Milligram per Litre Centipoise"
,"symbol":"mg\/(L·cP)"
,"type":"qudt:Unit"
,"ucum code":"mg.L-1.cP-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-L-CentiPOISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and and the 0.01-fold of the CGS unit of the dynamic viscosity poise",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD841",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD841",
"symbol" : "mg/(L·cP)",
"ucumCode" : "mg.L-1.cP-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Litre Centipoise", {
"@language" : "en",
"@value" : "Milligram per Litre Centipoise"
}, {
"@language" : "en-us",
"@value" : "Milligram per Liter Centipoise"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-L-MilliPA-SEC
URI: http://qudt.org/vocab/unit/MilliGM-PER-L-MilliPA-SEC
quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-L-MilliPA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD869" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD869"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(L·mPa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.L-1.mPa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Liter Millipascal Second"@en-US ; rdfs:label "Milligram per Litre Millipascal Second" ; rdfs:label "Milligram per Litre Millipascal Second"@en ; .
{"resource":"Milligram per Litre Millipascal Second"
,"qname":"unit:MilliGM-PER-L-MilliPA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-L-MilliPA-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD869"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD869"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Liter Millipascal Second"
,"label":"Milligram per Litre Millipascal Second"
,"label":"Milligram per Litre Millipascal Second"
,"symbol":"mg\/(L·mPa·s)"
,"type":"qudt:Unit"
,"ucum code":"mg.L-1.mPa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-L-MilliPA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD869",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD869",
"symbol" : "mg/(L·mPa·s)",
"ucumCode" : "mg.L-1.mPa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram per Liter Millipascal Second"
}, "Milligram per Litre Millipascal Second", {
"@language" : "en",
"@value" : "Milligram per Litre Millipascal Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-L-PA-SEC
URI: http://qudt.org/vocab/unit/MilliGM-PER-L-PA-SEC
quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-L-PA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD839" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD839"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(L·Pa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.L-1.Pa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Liter Pascal Second"@en-US ; rdfs:label "Milligram per Litre Pascal Second" ; rdfs:label "Milligram per Litre Pascal Second"@en ; .
{"resource":"Milligram per Litre Pascal Second"
,"qname":"unit:MilliGM-PER-L-PA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-L-PA-SEC"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD839"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD839"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Liter Pascal Second"
,"label":"Milligram per Litre Pascal Second"
,"label":"Milligram per Litre Pascal Second"
,"symbol":"mg\/(L·Pa·s)"
,"type":"qudt:Unit"
,"ucum code":"mg.L-1.Pa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-L-PA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the product of the SI derived unit pascal and the SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD839",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD839",
"symbol" : "mg/(L·Pa·s)",
"ucumCode" : "mg.L-1.Pa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Litre Pascal Second", {
"@language" : "en",
"@value" : "Milligram per Litre Pascal Second"
}, {
"@language" : "en-us",
"@value" : "Milligram per Liter Pascal Second"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-L-POISE
URI: http://qudt.org/vocab/unit/MilliGM-PER-L-POISE
[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-L-POISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD840" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD840"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(L·P)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.L-1.P-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Liter Poise"@en-US ; rdfs:label "Milligram per Litre Poise" ; rdfs:label "Milligram per Litre Poise"@en ; .
{"resource":"Milligram per Litre Poise"
,"qname":"unit:MilliGM-PER-L-POISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-L-POISE"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD840"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD840"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Liter Poise"
,"label":"Milligram per Litre Poise"
,"label":"Milligram per Litre Poise"
,"symbol":"mg\/(L·P)"
,"type":"qudt:Unit"
,"ucum code":"mg.L-1.P-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-L-POISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per litre and the CGS unit of the dynamic viscosity poise",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD840",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD840",
"symbol" : "mg/(L·P)",
"ucumCode" : "mg.L-1.P-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram per Liter Poise"
}, "Milligram per Litre Poise", {
"@language" : "en",
"@value" : "Milligram per Litre Poise"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M
URI: http://qudt.org/vocab/unit/MilliGM-PER-M
0.000001-fold of the SI base unit kilogram divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA828" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA828"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "mg/m" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C12" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106645241> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Meter"@sl ; rdfs:label "Milligram na Metr"@cs ; rdfs:label "Milligram na Metr"@pl ; rdfs:label "Milligram pe Metru"@ro ; rdfs:label "Milligram per Meter"@en-US ; rdfs:label "Milligram per Meter"@ms ; rdfs:label "Milligram per Metre" ; rdfs:label "Milligram per Metre"@en ; rdfs:label "Milligram per Metre"@tr ; rdfs:label "Milligramm pro Meter"@de ; rdfs:label "Milligramme par Mètre"@fr ; rdfs:label "Milligrammo per Metro"@it ; rdfs:label "Milligramo por Metro"@es ; .
{"resource":"Milligram per Metre"
,"qname":"unit:MilliGM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106645241>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit kilogram divided by the SI base unit metre"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA828"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA828"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Meter"
,"label":"Milligram na Metr"
,"label":"Milligram na Metr"
,"label":"Milligram pe Metru"
,"label":"Milligram per Meter"
,"label":"Milligram per Meter"
,"label":"Milligram per Metre"
,"label":"Milligram per Metre"
,"label":"Milligram per Metre"
,"label":"Milligramm pro Meter"
,"label":"Milligramme par Mètre"
,"label":"Milligrammo per Metro"
,"label":"Milligramo por Metro"
,"symbol":"mg\/m"
,"type":"qudt:Unit"
,"ucum code":"mg.m-1"
,"unece common code":"C12"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"iec61360Code" : "0112/2///62720#UAA828",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA828",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the SI base unit metre",
"symbol" : "mg/m",
"ucumCode" : "mg.m-1",
"uneceCommonCode" : "C12",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106645241",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Milligramo por Metro"
}, {
"@language" : "en",
"@value" : "Milligram per Metre"
}, {
"@language" : "tr",
"@value" : "Milligram per Metre"
}, "Milligram per Metre", {
"@language" : "sl",
"@value" : "Milligram na Meter"
}, {
"@language" : "en-us",
"@value" : "Milligram per Meter"
}, {
"@language" : "ms",
"@value" : "Milligram per Meter"
}, {
"@language" : "cs",
"@value" : "Milligram na Metr"
}, {
"@language" : "pl",
"@value" : "Milligram na Metr"
}, {
"@language" : "ro",
"@value" : "Milligram pe Metru"
}, {
"@language" : "it",
"@value" : "Milligrammo per Metro"
}, {
"@language" : "fr",
"@value" : "Milligramme par Mètre"
}, {
"@language" : "de",
"@value" : "Milligramm pro Meter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M2
URI: http://qudt.org/vocab/unit/MilliGM-PER-M2
0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA829" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA829"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "mg/m²" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "GO" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107133620> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Kvadratni Meter"@sl ; rdfs:label "Milligram na Metr Kwadratowy"@pl ; rdfs:label "Milligram na Čtvereční Metr"@cs ; rdfs:label "Milligram pe Metru Pătrat"@ro ; rdfs:label "Milligram per Meter Persegi"@ms ; rdfs:label "Milligram per Metrekare"@tr ; rdfs:label "Milligram per Square Meter"@en-US ; rdfs:label "Milligram per Square Metre" ; rdfs:label "Milligram per Square Metre"@en ; rdfs:label "Milligramm pro Quadratmeter"@de ; rdfs:label "Milligramme par Mètre Carré"@fr ; rdfs:label "Milligrammo per Metro Quadrato"@it ; rdfs:label "Milligramo por Metro Cuadrado"@es ; .
{"resource":"Milligram per Square Metre"
,"qname":"unit:MilliGM-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107133620>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA829"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA829"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Kvadratni Meter"
,"label":"Milligram na Metr Kwadratowy"
,"label":"Milligram na Čtvereční Metr"
,"label":"Milligram pe Metru Pătrat"
,"label":"Milligram per Meter Persegi"
,"label":"Milligram per Metrekare"
,"label":"Milligram per Square Meter"
,"label":"Milligram per Square Metre"
,"label":"Milligram per Square Metre"
,"label":"Milligramm pro Quadratmeter"
,"label":"Milligramme par Mètre Carré"
,"label":"Milligrammo per Metro Quadrato"
,"label":"Milligramo por Metro Cuadrado"
,"symbol":"mg\/m²"
,"type":"qudt:Unit"
,"ucum code":"mg.m-2"
,"unece common code":"GO"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"iec61360Code" : "0112/2///62720#UAA829",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA829",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "mg/m²",
"ucumCode" : "mg.m-2",
"uneceCommonCode" : "GO",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107133620",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Milligramm pro Quadratmeter"
}, {
"@language" : "it",
"@value" : "Milligrammo per Metro Quadrato"
}, "Milligram per Square Metre", {
"@language" : "en",
"@value" : "Milligram per Square Metre"
}, {
"@language" : "sl",
"@value" : "Milligram na Kvadratni Meter"
}, {
"@language" : "pl",
"@value" : "Milligram na Metr Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Milligram per Square Meter"
}, {
"@language" : "cs",
"@value" : "Milligram na Čtvereční Metr"
}, {
"@language" : "es",
"@value" : "Milligramo por Metro Cuadrado"
}, {
"@language" : "ro",
"@value" : "Milligram pe Metru Pătrat"
}, {
"@language" : "fr",
"@value" : "Milligramme par Mètre Carré"
}, {
"@language" : "tr",
"@value" : "Milligram per Metrekare"
}, {
"@language" : "ms",
"@value" : "Milligram per Meter Persegi"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M2-DAY
URI: http://qudt.org/vocab/unit/MilliGM-PER-M2-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "mg/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Square Meter Day"@en-US ; rdfs:label "Milligram per Square Metre Day" ; rdfs:label "Milligram per Square Metre Day"@en ; .
{"resource":"Milligram per Square Metre Day"
,"qname":"unit:MilliGM-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M2-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Square Meter Day"
,"label":"Milligram per Square Metre Day"
,"label":"Milligram per Square Metre Day"
,"symbol":"mg\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"symbol" : "mg/(m²·d)",
"ucumCode" : "mg.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram per Square Meter Day"
}, "Milligram per Square Metre Day", {
"@language" : "en",
"@value" : "Milligram per Square Metre Day"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M2-HR
URI: http://qudt.org/vocab/unit/MilliGM-PER-M2-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M2-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "mg/(m²·h)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-2.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Square Meter Hour"@en-US ; rdfs:label "Milligram per Square Metre Hour" ; rdfs:label "Milligram per Square Metre Hour"@en ; .
{"resource":"Milligram per Square Metre Hour"
,"qname":"unit:MilliGM-PER-M2-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M2-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Square Meter Hour"
,"label":"Milligram per Square Metre Hour"
,"label":"Milligram per Square Metre Hour"
,"symbol":"mg\/(m²·h)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-2.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M2-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"symbol" : "mg/(m²·h)",
"ucumCode" : "mg.m-2.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram per Square Meter Hour"
}, "Milligram per Square Metre Hour", {
"@language" : "en",
"@value" : "Milligram per Square Metre Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M2-SEC
URI: http://qudt.org/vocab/unit/MilliGM-PER-M2-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M2-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "mg/(m²·s)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Kvadratni Meter Sekunda"@sl ; rdfs:label "Milligram na Metr Kwadratowy Sekunda"@pl ; rdfs:label "Milligram na Čtvereční Metr Sekunda"@cs ; rdfs:label "Milligram pe Metru Pătrat Secundă"@ro ; rdfs:label "Milligram per Meter Persegi Saat"@ms ; rdfs:label "Milligram per Metrekare Saniye"@tr ; rdfs:label "Milligram per Square Meter Second"@en-US ; rdfs:label "Milligram per Square Metre Second" ; rdfs:label "Milligram per Square Metre Second"@en ; rdfs:label "Milligramm pro Quadratmeter Sekunde"@de ; rdfs:label "Milligramme par Mètre Carré Seconde"@fr ; rdfs:label "Milligrammo per Metro Quadrato Secondo"@it ; rdfs:label "Milligramo por Metro Cuadrado Segundo"@es ; .
{"resource":"Milligram per Square Metre Second"
,"qname":"unit:MilliGM-PER-M2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M2-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Kvadratni Meter Sekunda"
,"label":"Milligram na Metr Kwadratowy Sekunda"
,"label":"Milligram na Čtvereční Metr Sekunda"
,"label":"Milligram pe Metru Pătrat Secundă"
,"label":"Milligram per Meter Persegi Saat"
,"label":"Milligram per Metrekare Saniye"
,"label":"Milligram per Square Meter Second"
,"label":"Milligram per Square Metre Second"
,"label":"Milligram per Square Metre Second"
,"label":"Milligramm pro Quadratmeter Sekunde"
,"label":"Milligramme par Mètre Carré Seconde"
,"label":"Milligrammo per Metro Quadrato Secondo"
,"label":"Milligramo por Metro Cuadrado Segundo"
,"symbol":"mg\/(m²·s)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-2.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"symbol" : "mg/(m²·s)",
"ucumCode" : "mg.m-2.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Milligramo por Metro Cuadrado Segundo"
}, {
"@language" : "ms",
"@value" : "Milligram per Meter Persegi Saat"
}, "Milligram per Square Metre Second", {
"@language" : "en",
"@value" : "Milligram per Square Metre Second"
}, {
"@language" : "fr",
"@value" : "Milligramme par Mètre Carré Seconde"
}, {
"@language" : "de",
"@value" : "Milligramm pro Quadratmeter Sekunde"
}, {
"@language" : "cs",
"@value" : "Milligram na Čtvereční Metr Sekunda"
}, {
"@language" : "en-us",
"@value" : "Milligram per Square Meter Second"
}, {
"@language" : "ro",
"@value" : "Milligram pe Metru Pătrat Secundă"
}, {
"@language" : "pl",
"@value" : "Milligram na Metr Kwadratowy Sekunda"
}, {
"@language" : "sl",
"@value" : "Milligram na Kvadratni Meter Sekunda"
}, {
"@language" : "tr",
"@value" : "Milligram per Metrekare Saniye"
}, {
"@language" : "it",
"@value" : "Milligrammo per Metro Quadrato Secondo"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M3
URI: http://qudt.org/vocab/unit/MilliGM-PER-M3
0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA830" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA830"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "mg/m³" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "GP" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21077820> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Kubični Meter"@sl ; rdfs:label "Milligram na Metr Krychlový"@cs ; rdfs:label "Milligram na Metr Sześcienny"@pl ; rdfs:label "Milligram pe Metru Cub"@ro ; rdfs:label "Milligram per Cubic Meter"@en-US ; rdfs:label "Milligram per Cubic Metre" ; rdfs:label "Milligram per Cubic Metre"@en ; rdfs:label "Milligram per Kubieke Meter"@nl ; rdfs:label "Milligram per Meter Kubik"@ms ; rdfs:label "Milligram per Metreküp"@tr ; rdfs:label "Milligramm pro Kubikmeter"@de ; rdfs:label "Milligramme par Mètre Cube"@fr ; rdfs:label "Milligrammo per Metro Cubo"@it ; rdfs:label "Milligramo por Metro Cúbico"@es ; .
{"resource":"Milligram per Cubic Metre"
,"qname":"unit:MilliGM-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21077820>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassConcentration"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA830"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA830"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Kubični Meter"
,"label":"Milligram na Metr Krychlový"
,"label":"Milligram na Metr Sześcienny"
,"label":"Milligram pe Metru Cub"
,"label":"Milligram per Cubic Meter"
,"label":"Milligram per Cubic Metre"
,"label":"Milligram per Cubic Metre"
,"label":"Milligram per Kubieke Meter"
,"label":"Milligram per Meter Kubik"
,"label":"Milligram per Metreküp"
,"label":"Milligramm pro Kubikmeter"
,"label":"Milligramme par Mètre Cube"
,"label":"Milligrammo per Metro Cubo"
,"label":"Milligramo por Metro Cúbico"
,"symbol":"mg\/m³"
,"type":"qudt:Unit"
,"ucum code":"mg.m-3"
,"unece common code":"GP"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassConcentration" ],
"iec61360Code" : "0112/2///62720#UAA830",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA830",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "mg/m³",
"ucumCode" : "mg.m-3",
"uneceCommonCode" : "GP",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21077820",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Milligramo por Metro Cúbico"
}, {
"@language" : "ms",
"@value" : "Milligram per Meter Kubik"
}, {
"@language" : "nl",
"@value" : "Milligram per Kubieke Meter"
}, {
"@language" : "it",
"@value" : "Milligrammo per Metro Cubo"
}, {
"@language" : "ro",
"@value" : "Milligram pe Metru Cub"
}, {
"@language" : "de",
"@value" : "Milligramm pro Kubikmeter"
}, {
"@language" : "tr",
"@value" : "Milligram per Metreküp"
}, {
"@language" : "fr",
"@value" : "Milligramme par Mètre Cube"
}, {
"@language" : "sl",
"@value" : "Milligram na Kubični Meter"
}, {
"@language" : "en-us",
"@value" : "Milligram per Cubic Meter"
}, {
"@language" : "pl",
"@value" : "Milligram na Metr Sześcienny"
}, {
"@language" : "cs",
"@value" : "Milligram na Metr Krychlový"
}, "Milligram per Cubic Metre", {
"@language" : "en",
"@value" : "Milligram per Cubic Metre"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M3-BAR
URI: http://qudt.org/vocab/unit/MilliGM-PER-M3-BAR
0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA832" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA832"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(m³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L18" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Cubic Meter Bar"@en-US ; rdfs:label "Milligram per Cubic Metre Bar" ; rdfs:label "Milligram per Cubic Metre Bar"@en ; .
{"resource":"Milligram per Cubic Metre Bar"
,"qname":"unit:MilliGM-PER-M3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M3-BAR"
,"properties":["conversion multiplier":"0.00000000001"
,"conversion multiplier scientific":"1.0E-11"
,"description":"0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA832"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA832"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Cubic Meter Bar"
,"label":"Milligram per Cubic Metre Bar"
,"label":"Milligram per Cubic Metre Bar"
,"symbol":"mg\/(m³·bar)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-3.bar-1"
,"unece common code":"L18"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar",
"conversionMultiplier" : "0.00000000001",
"conversionMultiplier:SN" : 1.0E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA832",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA832",
"symbol" : "mg/(m³·bar)",
"ucumCode" : "mg.m-3.bar-1",
"uneceCommonCode" : "L18",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Cubic Metre Bar", {
"@language" : "en",
"@value" : "Milligram per Cubic Metre Bar"
}, {
"@language" : "en-us",
"@value" : "Milligram per Cubic Meter Bar"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M3-CentiPOISE
URI: http://qudt.org/vocab/unit/MilliGM-PER-M3-CentiPOISE
[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M3-CentiPOISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD838" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD838"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(m³·cP)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-3.cP-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Cubic Meter Centipoise"@en-US ; rdfs:label "Milligram per Cubic Metre Centipoise" ; rdfs:label "Milligram per Cubic Metre Centipoise"@en ; .
{"resource":"Milligram per Cubic Metre Centipoise"
,"qname":"unit:MilliGM-PER-M3-CentiPOISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M3-CentiPOISE"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD838"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD838"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Cubic Meter Centipoise"
,"label":"Milligram per Cubic Metre Centipoise"
,"label":"Milligram per Cubic Metre Centipoise"
,"symbol":"mg\/(m³·cP)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-3.cP-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M3-CentiPOISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.01-fold of the CGS unit of the dynamic viscosity poise",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD838",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD838",
"symbol" : "mg/(m³·cP)",
"ucumCode" : "mg.m-3.cP-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram per Cubic Meter Centipoise"
}, "Milligram per Cubic Metre Centipoise", {
"@language" : "en",
"@value" : "Milligram per Cubic Metre Centipoise"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M3-DAY
URI: http://qudt.org/vocab/unit/MilliGM-PER-M3-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M3-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mg/(m³·d)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-3.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Cubic Meter Day"@en-US ; rdfs:label "Milligram per Cubic Metre Day" ; rdfs:label "Milligram per Cubic Metre Day"@en ; .
{"resource":"Milligram per Cubic Metre Day"
,"qname":"unit:MilliGM-PER-M3-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M3-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Cubic Meter Day"
,"label":"Milligram per Cubic Metre Day"
,"label":"Milligram per Cubic Metre Day"
,"symbol":"mg\/(m³·d)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-3.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M3-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mg/(m³·d)",
"ucumCode" : "mg.m-3.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Cubic Metre Day", {
"@language" : "en",
"@value" : "Milligram per Cubic Metre Day"
}, {
"@language" : "en-us",
"@value" : "Milligram per Cubic Meter Day"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M3-HR
URI: http://qudt.org/vocab/unit/MilliGM-PER-M3-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M3-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mg/(m³·h)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-3.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Cubic Meter Hour"@en-US ; rdfs:label "Milligram per Cubic Metre Hour" ; rdfs:label "Milligram per Cubic Metre Hour"@en ; .
{"resource":"Milligram per Cubic Metre Hour"
,"qname":"unit:MilliGM-PER-M3-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M3-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Cubic Meter Hour"
,"label":"Milligram per Cubic Metre Hour"
,"label":"Milligram per Cubic Metre Hour"
,"symbol":"mg\/(m³·h)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-3.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M3-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mg/(m³·h)",
"ucumCode" : "mg.m-3.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Cubic Metre Hour", {
"@language" : "en",
"@value" : "Milligram per Cubic Metre Hour"
}, {
"@language" : "en-us",
"@value" : "Milligram per Cubic Meter Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M3-K
URI: http://qudt.org/vocab/unit/MilliGM-PER-M3-K
0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA831" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA831"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(m³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L17" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Kubični Meter Kelvin"@sl ; rdfs:label "Milligram na Metr Krychlový Kelvin"@cs ; rdfs:label "Milligram na Metr Sześcienny Kelwin"@pl ; rdfs:label "Milligram pe Metru Cub Kelvin"@ro ; rdfs:label "Milligram per Cubic Meter Kelvin"@en-US ; rdfs:label "Milligram per Cubic Metre Kelvin" ; rdfs:label "Milligram per Cubic Metre Kelvin"@en ; rdfs:label "Milligram per Meter Kubik Kelvin"@ms ; rdfs:label "Milligram per Metreküp Kelvin"@tr ; rdfs:label "Milligramm pro Kubikmeter Kelvin"@de ; rdfs:label "Milligramme par Mètre Cube Kelvin"@fr ; rdfs:label "Milligrammo per Metro Cubo Kelvin"@it ; rdfs:label "Milligramo por Metro Cúbico Kelvin"@es ; .
{"resource":"Milligram per Cubic Metre Kelvin"
,"qname":"unit:MilliGM-PER-M3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M3-K"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA831"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA831"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Kubični Meter Kelvin"
,"label":"Milligram na Metr Krychlový Kelvin"
,"label":"Milligram na Metr Sześcienny Kelwin"
,"label":"Milligram pe Metru Cub Kelvin"
,"label":"Milligram per Cubic Meter Kelvin"
,"label":"Milligram per Cubic Metre Kelvin"
,"label":"Milligram per Cubic Metre Kelvin"
,"label":"Milligram per Meter Kubik Kelvin"
,"label":"Milligram per Metreküp Kelvin"
,"label":"Milligramm pro Kubikmeter Kelvin"
,"label":"Milligramme par Mètre Cube Kelvin"
,"label":"Milligrammo per Metro Cubo Kelvin"
,"label":"Milligramo por Metro Cúbico Kelvin"
,"symbol":"mg\/(m³·K)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-3.K-1"
,"unece common code":"L17"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA831",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA831",
"symbol" : "mg/(m³·K)",
"ucumCode" : "mg.m-3.K-1",
"uneceCommonCode" : "L17",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Milligram na Metr Sześcienny Kelwin"
}, {
"@language" : "ro",
"@value" : "Milligram pe Metru Cub Kelvin"
}, {
"@language" : "tr",
"@value" : "Milligram per Metreküp Kelvin"
}, {
"@language" : "en-us",
"@value" : "Milligram per Cubic Meter Kelvin"
}, {
"@language" : "it",
"@value" : "Milligrammo per Metro Cubo Kelvin"
}, {
"@language" : "es",
"@value" : "Milligramo por Metro Cúbico Kelvin"
}, {
"@language" : "sl",
"@value" : "Milligram na Kubični Meter Kelvin"
}, {
"@language" : "ms",
"@value" : "Milligram per Meter Kubik Kelvin"
}, {
"@language" : "de",
"@value" : "Milligramm pro Kubikmeter Kelvin"
}, "Milligram per Cubic Metre Kelvin", {
"@language" : "fr",
"@value" : "Milligramme par Mètre Cube Kelvin"
}, {
"@language" : "en",
"@value" : "Milligram per Cubic Metre Kelvin"
}, {
"@language" : "cs",
"@value" : "Milligram na Metr Krychlový Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M3-MilliPA-SEC
URI: http://qudt.org/vocab/unit/MilliGM-PER-M3-MilliPA-SEC
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M3-MilliPA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD835" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD835"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(m³·mPa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-3.mPa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Kubični Meter Millipascal Sekunda"@sl ; rdfs:label "Milligram na Metr Krychlový Millipascal Sekunda"@cs ; rdfs:label "Milligram na Metr Sześcienny Millipaskal Sekunda"@pl ; rdfs:label "Milligram pe Metru Cub Millipascal Secundă"@ro ; rdfs:label "Milligram per Cubic Meter Millipascal Second"@en-US ; rdfs:label "Milligram per Cubic Metre Millipascal Second" ; rdfs:label "Milligram per Cubic Metre Millipascal Second"@en ; rdfs:label "Milligram per Meter Kubik Millipascal Saat"@ms ; rdfs:label "Milligram per Metreküp Millipascal Saniye"@tr ; rdfs:label "Milligramm pro Kubikmeter Millipascal Sekunde"@de ; rdfs:label "Milligramme par Mètre Cube Millipascal Seconde"@fr ; rdfs:label "Milligrammo per Metro Cubo Millipascal Secondo"@it ; rdfs:label "Milligramo por Metro Cúbico Millipascal Segundo"@es ; .
{"resource":"Milligram per Cubic Metre Millipascal Second"
,"qname":"unit:MilliGM-PER-M3-MilliPA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M3-MilliPA-SEC"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD835"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD835"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Kubični Meter Millipascal Sekunda"
,"label":"Milligram na Metr Krychlový Millipascal Sekunda"
,"label":"Milligram na Metr Sześcienny Millipaskal Sekunda"
,"label":"Milligram pe Metru Cub Millipascal Secundă"
,"label":"Milligram per Cubic Meter Millipascal Second"
,"label":"Milligram per Cubic Metre Millipascal Second"
,"label":"Milligram per Cubic Metre Millipascal Second"
,"label":"Milligram per Meter Kubik Millipascal Saat"
,"label":"Milligram per Metreküp Millipascal Saniye"
,"label":"Milligramm pro Kubikmeter Millipascal Sekunde"
,"label":"Milligramme par Mètre Cube Millipascal Seconde"
,"label":"Milligrammo per Metro Cubo Millipascal Secondo"
,"label":"Milligramo por Metro Cúbico Millipascal Segundo"
,"symbol":"mg\/(m³·mPa·s)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-3.mPa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M3-MilliPA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD835",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD835",
"symbol" : "mg/(m³·mPa·s)",
"ucumCode" : "mg.m-3.mPa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Milligram per Meter Kubik Millipascal Saat"
}, {
"@language" : "ro",
"@value" : "Milligram pe Metru Cub Millipascal Secundă"
}, {
"@language" : "de",
"@value" : "Milligramm pro Kubikmeter Millipascal Sekunde"
}, {
"@language" : "pl",
"@value" : "Milligram na Metr Sześcienny Millipaskal Sekunda"
}, {
"@language" : "cs",
"@value" : "Milligram na Metr Krychlový Millipascal Sekunda"
}, {
"@language" : "sl",
"@value" : "Milligram na Kubični Meter Millipascal Sekunda"
}, "Milligram per Cubic Metre Millipascal Second", {
"@language" : "en",
"@value" : "Milligram per Cubic Metre Millipascal Second"
}, {
"@language" : "es",
"@value" : "Milligramo por Metro Cúbico Millipascal Segundo"
}, {
"@language" : "en-us",
"@value" : "Milligram per Cubic Meter Millipascal Second"
}, {
"@language" : "tr",
"@value" : "Milligram per Metreküp Millipascal Saniye"
}, {
"@language" : "fr",
"@value" : "Milligramme par Mètre Cube Millipascal Seconde"
}, {
"@language" : "it",
"@value" : "Milligrammo per Metro Cubo Millipascal Secondo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M3-PA-SEC
URI: http://qudt.org/vocab/unit/MilliGM-PER-M3-PA-SEC
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M3-PA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD836" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD836"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(m³·Pa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-3.Pa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Kubični Meter Pascal Sekunda"@sl ; rdfs:label "Milligram na Metr Krychlový Pascal Sekunda"@cs ; rdfs:label "Milligram na Metr Sześcienny Paskal Sekunda"@pl ; rdfs:label "Milligram pe Metru Cub Pascal Secundă"@ro ; rdfs:label "Milligram per Cubic Meter Pascal Second"@en-US ; rdfs:label "Milligram per Cubic Metre Pascal Second" ; rdfs:label "Milligram per Cubic Metre Pascal Second"@en ; rdfs:label "Milligram per Meter Kubik Pascal Saat"@ms ; rdfs:label "Milligram per Metreküp Pascal Saniye"@tr ; rdfs:label "Milligramm pro Kubikmeter Pascal Sekunde"@de ; rdfs:label "Milligramme par Mètre Cube Pascal Seconde"@fr ; rdfs:label "Milligrammo per Metro Cubo Pascal Secondo"@it ; rdfs:label "Milligramo por Metro Cúbico Pascal Segundo"@es ; .
{"resource":"Milligram per Cubic Metre Pascal Second"
,"qname":"unit:MilliGM-PER-M3-PA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M3-PA-SEC"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD836"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD836"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Kubični Meter Pascal Sekunda"
,"label":"Milligram na Metr Krychlový Pascal Sekunda"
,"label":"Milligram na Metr Sześcienny Paskal Sekunda"
,"label":"Milligram pe Metru Cub Pascal Secundă"
,"label":"Milligram per Cubic Meter Pascal Second"
,"label":"Milligram per Cubic Metre Pascal Second"
,"label":"Milligram per Cubic Metre Pascal Second"
,"label":"Milligram per Meter Kubik Pascal Saat"
,"label":"Milligram per Metreküp Pascal Saniye"
,"label":"Milligramm pro Kubikmeter Pascal Sekunde"
,"label":"Milligramme par Mètre Cube Pascal Seconde"
,"label":"Milligrammo per Metro Cubo Pascal Secondo"
,"label":"Milligramo por Metro Cúbico Pascal Segundo"
,"symbol":"mg\/(m³·Pa·s)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-3.Pa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M3-PA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the product of the SI derived unit pascal and the SI base unit second",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD836",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD836",
"symbol" : "mg/(m³·Pa·s)",
"ucumCode" : "mg.m-3.Pa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Milligram pe Metru Cub Pascal Secundă"
}, {
"@language" : "cs",
"@value" : "Milligram na Metr Krychlový Pascal Sekunda"
}, {
"@language" : "pl",
"@value" : "Milligram na Metr Sześcienny Paskal Sekunda"
}, "Milligram per Cubic Metre Pascal Second", {
"@language" : "es",
"@value" : "Milligramo por Metro Cúbico Pascal Segundo"
}, {
"@language" : "en",
"@value" : "Milligram per Cubic Metre Pascal Second"
}, {
"@language" : "tr",
"@value" : "Milligram per Metreküp Pascal Saniye"
}, {
"@language" : "sl",
"@value" : "Milligram na Kubični Meter Pascal Sekunda"
}, {
"@language" : "ms",
"@value" : "Milligram per Meter Kubik Pascal Saat"
}, {
"@language" : "en-us",
"@value" : "Milligram per Cubic Meter Pascal Second"
}, {
"@language" : "de",
"@value" : "Milligramm pro Kubikmeter Pascal Sekunde"
}, {
"@language" : "it",
"@value" : "Milligrammo per Metro Cubo Pascal Secondo"
}, {
"@language" : "fr",
"@value" : "Milligramme par Mètre Cube Pascal Seconde"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M3-POISE
URI: http://qudt.org/vocab/unit/MilliGM-PER-M3-POISE
[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M3-POISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD837" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD837"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(m³·P)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-3.P-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Cubic Meter Poise"@en-US ; rdfs:label "Milligram per Cubic Metre Poise" ; rdfs:label "Milligram per Cubic Metre Poise"@en ; .
{"resource":"Milligram per Cubic Metre Poise"
,"qname":"unit:MilliGM-PER-M3-POISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M3-POISE"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD837"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD837"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Cubic Meter Poise"
,"label":"Milligram per Cubic Metre Poise"
,"label":"Milligram per Cubic Metre Poise"
,"symbol":"mg\/(m³·P)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-3.P-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M3-POISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the CGS unit of the dynamic viscosity poise",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD837",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD837",
"symbol" : "mg/(m³·P)",
"ucumCode" : "mg.m-3.P-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Cubic Metre Poise", {
"@language" : "en",
"@value" : "Milligram per Cubic Metre Poise"
}, {
"@language" : "en-us",
"@value" : "Milligram per Cubic Meter Poise"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-M3-SEC
URI: http://qudt.org/vocab/unit/MilliGM-PER-M3-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-M3-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mg/(m³·s)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.m-3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Kubični Meter Sekunda"@sl ; rdfs:label "Milligram na Metr Krychlový Sekunda"@cs ; rdfs:label "Milligram na Metr Sześcienny Sekunda"@pl ; rdfs:label "Milligram pe Metru Cub Secundă"@ro ; rdfs:label "Milligram per Cubic Meter Second"@en-US ; rdfs:label "Milligram per Cubic Metre Second" ; rdfs:label "Milligram per Cubic Metre Second"@en ; rdfs:label "Milligram per Meter Kubik Saat"@ms ; rdfs:label "Milligram per Metreküp Saniye"@tr ; rdfs:label "Milligramm pro Kubikmeter Sekunde"@de ; rdfs:label "Milligramme par Mètre Cube Seconde"@fr ; rdfs:label "Milligrammo per Metro Cubo Secondo"@it ; rdfs:label "Milligramo por Metro Cúbico Segundo"@es ; .
{"resource":"Milligram per Cubic Metre Second"
,"qname":"unit:MilliGM-PER-M3-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-M3-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Kubični Meter Sekunda"
,"label":"Milligram na Metr Krychlový Sekunda"
,"label":"Milligram na Metr Sześcienny Sekunda"
,"label":"Milligram pe Metru Cub Secundă"
,"label":"Milligram per Cubic Meter Second"
,"label":"Milligram per Cubic Metre Second"
,"label":"Milligram per Cubic Metre Second"
,"label":"Milligram per Meter Kubik Saat"
,"label":"Milligram per Metreküp Saniye"
,"label":"Milligramm pro Kubikmeter Sekunde"
,"label":"Milligramme par Mètre Cube Seconde"
,"label":"Milligrammo per Metro Cubo Secondo"
,"label":"Milligramo por Metro Cúbico Segundo"
,"symbol":"mg\/(m³·s)"
,"type":"qudt:Unit"
,"ucum code":"mg.m-3.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-M3-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mg/(m³·s)",
"ucumCode" : "mg.m-3.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Milligram per Metreküp Saniye"
}, {
"@language" : "cs",
"@value" : "Milligram na Metr Krychlový Sekunda"
}, {
"@language" : "en",
"@value" : "Milligram per Cubic Metre Second"
}, "Milligram per Cubic Metre Second", {
"@language" : "fr",
"@value" : "Milligramme par Mètre Cube Seconde"
}, {
"@language" : "pl",
"@value" : "Milligram na Metr Sześcienny Sekunda"
}, {
"@language" : "ro",
"@value" : "Milligram pe Metru Cub Secundă"
}, {
"@language" : "sl",
"@value" : "Milligram na Kubični Meter Sekunda"
}, {
"@language" : "ms",
"@value" : "Milligram per Meter Kubik Saat"
}, {
"@language" : "de",
"@value" : "Milligramm pro Kubikmeter Sekunde"
}, {
"@language" : "it",
"@value" : "Milligrammo per Metro Cubo Secondo"
}, {
"@language" : "en-us",
"@value" : "Milligram per Cubic Meter Second"
}, {
"@language" : "es",
"@value" : "Milligramo por Metro Cúbico Segundo"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-MIN
URI: http://qudt.org/vocab/unit/MilliGM-PER-MIN
0.000001-fold of the SI base unit kilogram divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA833" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA833"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "mg/min" ; <http://qudt.org/schema/qudt/ucumCode> "mg.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F33" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107210295> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Minute" ; rdfs:label "Milligram per Minute"@en ; .
{"resource":"Milligram per Minute"
,"qname":"unit:MilliGM-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107210295>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-8"
,"description":"0.000001-fold of the SI base unit kilogram divided by the unit minute"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA833"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA833"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Minute"
,"label":"Milligram per Minute"
,"symbol":"mg\/min"
,"type":"qudt:Unit"
,"ucum code":"mg.min-1"
,"unece common code":"F33"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA833",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA833",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the unit minute",
"symbol" : "mg/min",
"ucumCode" : "mg.min-1",
"uneceCommonCode" : "F33",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107210295",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Minute", {
"@language" : "en",
"@value" : "Milligram per Minute"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-MIN-BAR
URI: http://qudt.org/vocab/unit/MilliGM-PER-MIN-BAR
0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-MIN-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA835" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA835"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(min·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.min-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F72" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Minute Bar" ; rdfs:label "Milligram per Minute Bar"@en ; .
{"resource":"Milligram per Minute Bar"
,"qname":"unit:MilliGM-PER-MIN-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-MIN-BAR"
,"properties":["conversion multiplier":"0.0000000000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-13"
,"description":"0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA835"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA835"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Minute Bar"
,"label":"Milligram per Minute Bar"
,"symbol":"mg\/(min·bar)"
,"type":"qudt:Unit"
,"ucum code":"mg.min-1.bar-1"
,"unece common code":"F72"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-MIN-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the unit bar",
"conversionMultiplier" : "0.0000000000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA835",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA835",
"symbol" : "mg/(min·bar)",
"ucumCode" : "mg.min-1.bar-1",
"uneceCommonCode" : "F72",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Minute Bar", {
"@language" : "en",
"@value" : "Milligram per Minute Bar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-MIN-K
URI: http://qudt.org/vocab/unit/MilliGM-PER-MIN-K
0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-MIN-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA834" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA834"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(min·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.min-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F45" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Minute Kelvin" ; rdfs:label "Milligram per Minute Kelvin"@en ; .
{"resource":"Milligram per Minute Kelvin"
,"qname":"unit:MilliGM-PER-MIN-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-MIN-K"
,"properties":["conversion multiplier":"0.00000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-8"
,"description":"0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA834"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA834"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Minute Kelvin"
,"label":"Milligram per Minute Kelvin"
,"symbol":"mg\/(min·K)"
,"type":"qudt:Unit"
,"ucum code":"mg.min-1.K-1"
,"unece common code":"F45"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-MIN-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the product out of the unit minute and the SI base unit kelvin",
"conversionMultiplier" : "0.00000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA834",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA834",
"symbol" : "mg/(min·K)",
"ucumCode" : "mg.min-1.K-1",
"uneceCommonCode" : "F45",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Minute Kelvin", {
"@language" : "en",
"@value" : "Milligram per Minute Kelvin"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-MilliL
URI: http://qudt.org/vocab/unit/MilliGM-PER-MilliL
A scaled unit of mass concentration.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-MilliL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A scaled unit of mass concentration."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the unit millilitre" ; <http://qudt.org/schema/qudt/symbol> "mg/mL" ; <http://qudt.org/schema/qudt/ucumCode> "mg.mL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Milliliter"@en-US ; rdfs:label "Milligram per Millilitre" ; rdfs:label "Milligram per Millilitre"@en ; .
{"resource":"Milligram per Millilitre"
,"qname":"unit:MilliGM-PER-MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-MilliL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"A scaled unit of mass concentration."
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the unit millilitre"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassConcentration"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Milliliter"
,"label":"Milligram per Millilitre"
,"label":"Milligram per Millilitre"
,"symbol":"mg\/mL"
,"type":"qudt:Unit"
,"ucum code":"mg.mL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-MilliL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A scaled unit of mass concentration."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassConcentration" ],
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the unit millilitre",
"symbol" : "mg/mL",
"ucumCode" : "mg.mL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Millilitre", {
"@language" : "en",
"@value" : "Milligram per Millilitre"
}, {
"@language" : "en-us",
"@value" : "Milligram per Milliliter"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-SEC
URI: http://qudt.org/vocab/unit/MilliGM-PER-SEC
0.000001-fold of the SI base unit kilogram divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA836" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA836"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI base unit kilogram divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "mg/s" ; <http://qudt.org/schema/qudt/ucumCode> "mg.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F34" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107210344> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Sekunda"@cs ; rdfs:label "Milligram na Sekunda"@pl ; rdfs:label "Milligram na Sekunda"@sl ; rdfs:label "Milligram pe Secundă"@ro ; rdfs:label "Milligram per Saat"@ms ; rdfs:label "Milligram per Saniye"@tr ; rdfs:label "Milligram per Second" ; rdfs:label "Milligram per Second"@en ; rdfs:label "Milligramm pro Sekunde"@de ; rdfs:label "Milligramme par Seconde"@fr ; rdfs:label "Milligrammo per Secondo"@it ; rdfs:label "Milligramo por Segundo"@es ; .
{"resource":"Milligram per Second"
,"qname":"unit:MilliGM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107210344>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit kilogram divided by the SI base unit second"
,"description (plain text)":"0.000001-fold of the SI base unit kilogram divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA836"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA836"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Sekunda"
,"label":"Milligram na Sekunda"
,"label":"Milligram na Sekunda"
,"label":"Milligram pe Secundă"
,"label":"Milligram per Saat"
,"label":"Milligram per Saniye"
,"label":"Milligram per Second"
,"label":"Milligram per Second"
,"label":"Milligramm pro Sekunde"
,"label":"Milligramme par Seconde"
,"label":"Milligrammo per Secondo"
,"label":"Milligramo por Segundo"
,"symbol":"mg\/s"
,"type":"qudt:Unit"
,"ucum code":"mg.s-1"
,"unece common code":"F34"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA836",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA836",
"plainTextDescription" : "0.000001-fold of the SI base unit kilogram divided by the SI base unit second",
"symbol" : "mg/s",
"ucumCode" : "mg.s-1",
"uneceCommonCode" : "F34",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107210344",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Milligramme par Seconde"
}, {
"@language" : "ro",
"@value" : "Milligram pe Secundă"
}, {
"@language" : "es",
"@value" : "Milligramo por Segundo"
}, {
"@language" : "tr",
"@value" : "Milligram per Saniye"
}, {
"@language" : "de",
"@value" : "Milligramm pro Sekunde"
}, {
"@language" : "it",
"@value" : "Milligrammo per Secondo"
}, "Milligram per Second", {
"@language" : "ms",
"@value" : "Milligram per Saat"
}, {
"@language" : "cs",
"@value" : "Milligram na Sekunda"
}, {
"@language" : "pl",
"@value" : "Milligram na Sekunda"
}, {
"@language" : "sl",
"@value" : "Milligram na Sekunda"
}, {
"@language" : "en",
"@value" : "Milligram per Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/MilliGM-PER-SEC-BAR
0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA838" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA838"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F73" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram per Second Bar" ; rdfs:label "Milligram per Second Bar"@en ; .
{"resource":"Milligram per Second Bar"
,"qname":"unit:MilliGM-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.00000000001"
,"conversion multiplier scientific":"1.0E-11"
,"description":"0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA838"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA838"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram per Second Bar"
,"label":"Milligram per Second Bar"
,"symbol":"mg\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"mg.s-1.bar-1"
,"unece common code":"F73"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.00000000001",
"conversionMultiplier:SN" : 1.0E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA838",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA838",
"symbol" : "mg/(s·bar)",
"ucumCode" : "mg.s-1.bar-1",
"uneceCommonCode" : "F73",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram per Second Bar", {
"@language" : "en",
"@value" : "Milligram per Second Bar"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-PER-SEC-K
URI: http://qudt.org/vocab/unit/MilliGM-PER-SEC-K
0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA837" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA837"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F46" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram na Sekunda Kelvin"@cs ; rdfs:label "Milligram na Sekunda Kelvin"@sl ; rdfs:label "Milligram na Sekunda Kelwin"@pl ; rdfs:label "Milligram pe Secundă Kelvin"@ro ; rdfs:label "Milligram per Saat Kelvin"@ms ; rdfs:label "Milligram per Saniye Kelvin"@tr ; rdfs:label "Milligram per Second Kelvin" ; rdfs:label "Milligram per Second Kelvin"@en ; rdfs:label "Milligramm pro Sekunde Kelvin"@de ; rdfs:label "Milligramme par Seconde Kelvin"@fr ; rdfs:label "Milligrammo per Secondo Kelvin"@it ; rdfs:label "Milligramo por Segundo Kelvin"@es ; .
{"resource":"Milligram per Second Kelvin"
,"qname":"unit:MilliGM-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-PER-SEC-K"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA837"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA837"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram na Sekunda Kelvin"
,"label":"Milligram na Sekunda Kelvin"
,"label":"Milligram na Sekunda Kelwin"
,"label":"Milligram pe Secundă Kelvin"
,"label":"Milligram per Saat Kelvin"
,"label":"Milligram per Saniye Kelvin"
,"label":"Milligram per Second Kelvin"
,"label":"Milligram per Second Kelvin"
,"label":"Milligramm pro Sekunde Kelvin"
,"label":"Milligramme par Seconde Kelvin"
,"label":"Milligrammo per Secondo Kelvin"
,"label":"Milligramo por Segundo Kelvin"
,"symbol":"mg\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"mg.s-1.K-1"
,"unece common code":"F46"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI base unit kilogram divided by the product out of the SI base unit second and the SI base unit kelvin",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA837",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA837",
"symbol" : "mg/(s·K)",
"ucumCode" : "mg.s-1.K-1",
"uneceCommonCode" : "F46",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Milligram na Sekunda Kelvin"
}, {
"@language" : "sl",
"@value" : "Milligram na Sekunda Kelvin"
}, {
"@language" : "fr",
"@value" : "Milligramme par Seconde Kelvin"
}, {
"@language" : "ms",
"@value" : "Milligram per Saat Kelvin"
}, {
"@language" : "pl",
"@value" : "Milligram na Sekunda Kelwin"
}, {
"@language" : "ro",
"@value" : "Milligram pe Secundă Kelvin"
}, "Milligram per Second Kelvin", {
"@language" : "en",
"@value" : "Milligram per Second Kelvin"
}, {
"@language" : "tr",
"@value" : "Milligram per Saniye Kelvin"
}, {
"@language" : "it",
"@value" : "Milligrammo per Secondo Kelvin"
}, {
"@language" : "es",
"@value" : "Milligramo por Segundo Kelvin"
}, {
"@language" : "de",
"@value" : "Milligramm pro Sekunde Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-SEC-PER-L-CentiM3
URI: http://qudt.org/vocab/unit/MilliGM-SEC-PER-L-CentiM3
quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-SEC-PER-L-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC843" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC843"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·s/(L·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.s.L-1.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Second per Liter Cubic Centimeter"@en-US ; rdfs:label "Milligram Second per Litre Cubic Centimetre" ; rdfs:label "Milligram Second per Litre Cubic Centimetre"@en ; .
{"resource":"Milligram Second per Litre Cubic Centimetre"
,"qname":"unit:MilliGM-SEC-PER-L-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-SEC-PER-L-CentiM3"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC843"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC843"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Second per Liter Cubic Centimeter"
,"label":"Milligram Second per Litre Cubic Centimetre"
,"label":"Milligram Second per Litre Cubic Centimetre"
,"symbol":"mg·s\/(L·cm³)"
,"type":"qudt:Unit"
,"ucum code":"mg.s.L-1.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-SEC-PER-L-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC843",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC843",
"symbol" : "mg·s/(L·cm³)",
"ucumCode" : "mg.s.L-1.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram Second per Liter Cubic Centimeter"
}, "Milligram Second per Litre Cubic Centimetre", {
"@language" : "en",
"@value" : "Milligram Second per Litre Cubic Centimetre"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-SEC-PER-L-M3
URI: http://qudt.org/vocab/unit/MilliGM-SEC-PER-L-M3
quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-SEC-PER-L-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC842" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC842"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·s/(L·m³)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.s.L-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Second per Liter Cubic Meter"@en-US ; rdfs:label "Milligram Second per Litre Cubic Metre" ; rdfs:label "Milligram Second per Litre Cubic Metre"@en ; .
{"resource":"Milligram Second per Litre Cubic Metre"
,"qname":"unit:MilliGM-SEC-PER-L-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-SEC-PER-L-M3"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC842"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC842"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Second per Liter Cubic Meter"
,"label":"Milligram Second per Litre Cubic Metre"
,"label":"Milligram Second per Litre Cubic Metre"
,"symbol":"mg·s\/(L·m³)"
,"type":"qudt:Unit"
,"ucum code":"mg.s.L-1.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-SEC-PER-L-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and power of the SI base unit metre with the exponent 3 per SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC842",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC842",
"symbol" : "mg·s/(L·m³)",
"ucumCode" : "mg.s.L-1.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram Second per Liter Cubic Meter"
}, "Milligram Second per Litre Cubic Metre", {
"@language" : "en",
"@value" : "Milligram Second per Litre Cubic Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-SEC-PER-L2
URI: http://qudt.org/vocab/unit/MilliGM-SEC-PER-L2
quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-SEC-PER-L2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC844" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC844"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·s/L²" ; <http://qudt.org/schema/qudt/ucumCode> "mg.s.L-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Second per Square Liter"@en-US ; rdfs:label "Milligram Second per Square Litre" ; rdfs:label "Milligram Second per Square Litre"@en ; .
{"resource":"Milligram Second per Square Litre"
,"qname":"unit:MilliGM-SEC-PER-L2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-SEC-PER-L2"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC844"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC844"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Second per Square Liter"
,"label":"Milligram Second per Square Litre"
,"label":"Milligram Second per Square Litre"
,"symbol":"mg·s\/L²"
,"type":"qudt:Unit"
,"ucum code":"mg.s.L-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-SEC-PER-L2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per litre and unit litre per SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC844",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC844",
"symbol" : "mg·s/L²",
"ucumCode" : "mg.s.L-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milligram Second per Square Liter"
}, "Milligram Second per Square Litre", {
"@language" : "en",
"@value" : "Milligram Second per Square Litre"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-SEC-PER-M3-CentiM3
URI: http://qudt.org/vocab/unit/MilliGM-SEC-PER-M3-CentiM3
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-SEC-PER-M3-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD865" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD865"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·s/(m³·cm³)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.s.m-3.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Saat per Meter Kubik Centimeter Kubik"@ms ; rdfs:label "Milligram Saniye per Metreküp Centimetreküp"@tr ; rdfs:label "Milligram Second per Cubic Meter Cubic Centimeter"@en-US ; rdfs:label "Milligram Second per Cubic Metre Cubic Centimetre" ; rdfs:label "Milligram Second per Cubic Metre Cubic Centimetre"@en ; rdfs:label "Milligram Secundă pe Metru Cub Centimetru Cub"@ro ; rdfs:label "Milligram Sekunda na Kubični Meter Kubični Centimeter"@sl ; rdfs:label "Milligram Sekunda na Metr Krychlový Centimetr Krychlový"@cs ; rdfs:label "Milligram Sekunda na Metr Sześcienny Centimetr Sześcienny"@pl ; rdfs:label "Milligramm Sekunde pro Kubikmeter Kubikcentimeter"@de ; rdfs:label "Milligramme Seconde par Mètre Cube Centimètre Cube"@fr ; rdfs:label "Milligrammo Secondo per Metro Cubo Centimetro Cubo"@it ; rdfs:label "Milligramo Segundo por Metro Cúbico Centimetro Cúbico"@es ; .
{"resource":"Milligram Second per Cubic Metre Cubic Centimetre"
,"qname":"unit:MilliGM-SEC-PER-M3-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-SEC-PER-M3-CentiM3"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD865"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD865"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Saat per Meter Kubik Centimeter Kubik"
,"label":"Milligram Saniye per Metreküp Centimetreküp"
,"label":"Milligram Second per Cubic Meter Cubic Centimeter"
,"label":"Milligram Second per Cubic Metre Cubic Centimetre"
,"label":"Milligram Second per Cubic Metre Cubic Centimetre"
,"label":"Milligram Secundă pe Metru Cub Centimetru Cub"
,"label":"Milligram Sekunda na Kubični Meter Kubični Centimeter"
,"label":"Milligram Sekunda na Metr Krychlový Centimetr Krychlový"
,"label":"Milligram Sekunda na Metr Sześcienny Centimetr Sześcienny"
,"label":"Milligramm Sekunde pro Kubikmeter Kubikcentimeter"
,"label":"Milligramme Seconde par Mètre Cube Centimètre Cube"
,"label":"Milligrammo Secondo per Metro Cubo Centimetro Cubo"
,"label":"Milligramo Segundo por Metro Cúbico Centimetro Cúbico"
,"symbol":"mg·s\/(m³·cm³)"
,"type":"qudt:Unit"
,"ucum code":"mg.s.m-3.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-SEC-PER-M3-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and the 0.000001-fold of power of the SI base unit metre with the exponent 3 per SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD865",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD865",
"symbol" : "mg·s/(m³·cm³)",
"ucumCode" : "mg.s.m-3.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Milligram Saat per Meter Kubik Centimeter Kubik"
}, {
"@language" : "ro",
"@value" : "Milligram Secundă pe Metru Cub Centimetru Cub"
}, {
"@language" : "de",
"@value" : "Milligramm Sekunde pro Kubikmeter Kubikcentimeter"
}, {
"@language" : "tr",
"@value" : "Milligram Saniye per Metreküp Centimetreküp"
}, {
"@language" : "en-us",
"@value" : "Milligram Second per Cubic Meter Cubic Centimeter"
}, {
"@language" : "fr",
"@value" : "Milligramme Seconde par Mètre Cube Centimètre Cube"
}, "Milligram Second per Cubic Metre Cubic Centimetre", {
"@language" : "it",
"@value" : "Milligrammo Secondo per Metro Cubo Centimetro Cubo"
}, {
"@language" : "en",
"@value" : "Milligram Second per Cubic Metre Cubic Centimetre"
}, {
"@language" : "sl",
"@value" : "Milligram Sekunda na Kubični Meter Kubični Centimeter"
}, {
"@language" : "pl",
"@value" : "Milligram Sekunda na Metr Sześcienny Centimetr Sześcienny"
}, {
"@language" : "es",
"@value" : "Milligramo Segundo por Metro Cúbico Centimetro Cúbico"
}, {
"@language" : "cs",
"@value" : "Milligram Sekunda na Metr Krychlový Centimetr Krychlový"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-SEC-PER-M3-L
URI: http://qudt.org/vocab/unit/MilliGM-SEC-PER-M3-L
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-SEC-PER-M3-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC835" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC835"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·s/(m³·L)" ; <http://qudt.org/schema/qudt/ucumCode> "mg.s.m-3.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Second per Cubic Meter Liter"@en-US ; rdfs:label "Milligram Second per Cubic Metre Litre" ; rdfs:label "Milligram Second per Cubic Metre Litre"@en ; .
{"resource":"Milligram Second per Cubic Metre Litre"
,"qname":"unit:MilliGM-SEC-PER-M3-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-SEC-PER-M3-L"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC835"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC835"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Second per Cubic Meter Liter"
,"label":"Milligram Second per Cubic Metre Litre"
,"label":"Milligram Second per Cubic Metre Litre"
,"symbol":"mg·s\/(m³·L)"
,"type":"qudt:Unit"
,"ucum code":"mg.s.m-3.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-SEC-PER-M3-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and unit litre per SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC835",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC835",
"symbol" : "mg·s/(m³·L)",
"ucumCode" : "mg.s.m-3.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligram Second per Cubic Metre Litre", {
"@language" : "en",
"@value" : "Milligram Second per Cubic Metre Litre"
}, {
"@language" : "en-us",
"@value" : "Milligram Second per Cubic Meter Liter"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGM-SEC-PER-M6
URI: http://qudt.org/vocab/unit/MilliGM-SEC-PER-M6
quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGM-SEC-PER-M6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD864" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD864"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mg·s/m⁶" ; <http://qudt.org/schema/qudt/ucumCode> "mg.s.m-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligram Second per Sextic Meter"@en-US ; rdfs:label "Milligram Second per Sextic Metre" ; rdfs:label "Milligram Second per Sextic Metre"@en ; rdfs:label "Milligramm Sekunde pro Meter hoch sechs"@de ; .
{"resource":"Milligram Second per Sextic Metre"
,"qname":"unit:MilliGM-SEC-PER-M6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGM-SEC-PER-M6"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD864"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD864"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligram Second per Sextic Meter"
,"label":"Milligram Second per Sextic Metre"
,"label":"Milligram Second per Sextic Metre"
,"label":"Milligramm Sekunde pro Meter hoch sechs"
,"symbol":"mg·s\/m\u2076"
,"type":"qudt:Unit"
,"ucum code":"mg.s.m-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGM-SEC-PER-M6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.000001-fold of the SI base unit kilogram per power of the SI base unit metre with the exponent 3 and power of the SI base unit metre with the exponent 3 per SI base unit second",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD864",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD864",
"symbol" : "mg·s/m⁶",
"ucumCode" : "mg.s.m-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Milligram Second per Sextic Metre"
}, "Milligram Second per Sextic Metre", {
"@language" : "de",
"@value" : "Milligramm Sekunde pro Meter hoch sechs"
}, {
"@language" : "en-us",
"@value" : "Milligram Second per Sextic Meter"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGRAY
URI: http://qudt.org/vocab/unit/MilliGRAY
0.001-fold of the SI derived unit gray
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGRAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit gray"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA788" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA788"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit gray" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GRAY> ; <http://qudt.org/schema/qudt/symbol> "mGy" ; <http://qudt.org/schema/qudt/ucumCode> "mGy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C13" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94734232> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligray" ; rdfs:label "Milligray"@cs ; rdfs:label "Milligray"@de ; rdfs:label "Milligray"@en ; rdfs:label "Milligray"@es ; rdfs:label "Milligray"@fr ; rdfs:label "Milligray"@hu ; rdfs:label "Milligray"@it ; rdfs:label "Milligray"@ms ; rdfs:label "Milligray"@ro ; rdfs:label "Milligray"@sl ; rdfs:label "Milligray"@tr ; rdfs:label "Milligrej"@pl ; .
{"resource":"Milligray"
,"qname":"unit:MilliGRAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGRAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94734232>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit gray"
,"description (plain text)":"0.001-fold of the SI derived unit gray"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AbsorbedDose"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA788"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA788"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligray"
,"label":"Milligrej"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:GRAY"
,"symbol":"mGy"
,"type":"qudt:Unit"
,"ucum code":"mGy"
,"unece common code":"C13"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGRAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit gray",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AbsorbedDose",
"iec61360Code" : "0112/2///62720#UAA788",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA788",
"plainTextDescription" : "0.001-fold of the SI derived unit gray",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/GRAY",
"symbol" : "mGy",
"ucumCode" : "mGy",
"uneceCommonCode" : "C13",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94734232",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Milligrej"
}, "Milligray", {
"@language" : "cs",
"@value" : "Milligray"
}, {
"@language" : "de",
"@value" : "Milligray"
}, {
"@language" : "en",
"@value" : "Milligray"
}, {
"@language" : "es",
"@value" : "Milligray"
}, {
"@language" : "fr",
"@value" : "Milligray"
}, {
"@language" : "hu",
"@value" : "Milligray"
}, {
"@language" : "it",
"@value" : "Milligray"
}, {
"@language" : "ms",
"@value" : "Milligray"
}, {
"@language" : "ro",
"@value" : "Milligray"
}, {
"@language" : "sl",
"@value" : "Milligray"
}, {
"@language" : "tr",
"@value" : "Milligray"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGRAY-PER-HR
URI: http://qudt.org/vocab/unit/MilliGRAY-PER-HR
0.001-fold of the SI derived unit gray divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGRAY-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit gray divided by the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB477" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB477"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mGy/h" ; <http://qudt.org/schema/qudt/ucumCode> "mGy.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P62" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617521> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligray per Hour" ; rdfs:label "Milligray per Hour"@en ; .
{"resource":"Milligray per Hour"
,"qname":"unit:MilliGRAY-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGRAY-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617521>"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"0.001-fold of the SI derived unit gray divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB477"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB477"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligray per Hour"
,"label":"Milligray per Hour"
,"symbol":"mGy\/h"
,"type":"qudt:Unit"
,"ucum code":"mGy.h-1"
,"unece common code":"P62"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGRAY-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit gray divided by the unit hour",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/KermaRate" ],
"iec61360Code" : "0112/2///62720#UAB477",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB477",
"symbol" : "mGy/h",
"ucumCode" : "mGy.h-1",
"uneceCommonCode" : "P62",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617521",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligray per Hour", {
"@language" : "en",
"@value" : "Milligray per Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGRAY-PER-MIN
URI: http://qudt.org/vocab/unit/MilliGRAY-PER-MIN
0.001-fold of the SI derived unit gray divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGRAY-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit gray divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB473" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB473"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mGy/min" ; <http://qudt.org/schema/qudt/ucumCode> "mGy.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P58" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligray per Minute" ; rdfs:label "Milligray per Minute"@en ; .
{"resource":"Milligray per Minute"
,"qname":"unit:MilliGRAY-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGRAY-PER-MIN"
,"properties":["conversion multiplier":"0.00001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-5"
,"description":"0.001-fold of the SI derived unit gray divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB473"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB473"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligray per Minute"
,"label":"Milligray per Minute"
,"symbol":"mGy\/min"
,"type":"qudt:Unit"
,"ucum code":"mGy.min-1"
,"unece common code":"P58"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGRAY-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit gray divided by the unit minute",
"conversionMultiplier" : "0.00001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAB473",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB473",
"symbol" : "mGy/min",
"ucumCode" : "mGy.min-1",
"uneceCommonCode" : "P58",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milligray per Minute", {
"@language" : "en",
"@value" : "Milligray per Minute"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliGRAY-PER-SEC
URI: http://qudt.org/vocab/unit/MilliGRAY-PER-SEC
0.001-fold of the SI derived unit gray divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliGRAY-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit gray divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB298" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB298"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mGy/s" ; <http://qudt.org/schema/qudt/ucumCode> "mGy.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P54" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617513> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milligray na Sekunda"@cs ; rdfs:label "Milligray na Sekunda"@sl ; rdfs:label "Milligray par Seconde"@fr ; rdfs:label "Milligray pe Secundă"@ro ; rdfs:label "Milligray per Saat"@ms ; rdfs:label "Milligray per Saniye"@tr ; rdfs:label "Milligray per Second" ; rdfs:label "Milligray per Second"@en ; rdfs:label "Milligray per Secondo"@it ; rdfs:label "Milligray por Segundo"@es ; rdfs:label "Milligray pro Sekunde"@de ; rdfs:label "Milligrej na Sekunda"@pl ; .
{"resource":"Milligray per Second"
,"qname":"unit:MilliGRAY-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliGRAY-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617513>"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit gray divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB298"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB298"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milligray na Sekunda"
,"label":"Milligray na Sekunda"
,"label":"Milligray par Seconde"
,"label":"Milligray pe Secundă"
,"label":"Milligray per Saat"
,"label":"Milligray per Saniye"
,"label":"Milligray per Second"
,"label":"Milligray per Second"
,"label":"Milligray per Secondo"
,"label":"Milligray por Segundo"
,"label":"Milligray pro Sekunde"
,"label":"Milligrej na Sekunda"
,"symbol":"mGy\/s"
,"type":"qudt:Unit"
,"ucum code":"mGy.s-1"
,"unece common code":"P54"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliGRAY-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit gray divided by the SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAB298",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB298",
"symbol" : "mGy/s",
"ucumCode" : "mGy.s-1",
"uneceCommonCode" : "P54",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617513",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Milligray par Seconde"
}, {
"@language" : "tr",
"@value" : "Milligray per Saniye"
}, "Milligray per Second", {
"@language" : "it",
"@value" : "Milligray per Secondo"
}, {
"@language" : "en",
"@value" : "Milligray per Second"
}, {
"@language" : "pl",
"@value" : "Milligrej na Sekunda"
}, {
"@language" : "ro",
"@value" : "Milligray pe Secundă"
}, {
"@language" : "de",
"@value" : "Milligray pro Sekunde"
}, {
"@language" : "ms",
"@value" : "Milligray per Saat"
}, {
"@language" : "cs",
"@value" : "Milligray na Sekunda"
}, {
"@language" : "sl",
"@value" : "Milligray na Sekunda"
}, {
"@language" : "es",
"@value" : "Milligray por Segundo"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliH
URI: http://qudt.org/vocab/unit/MilliH
A unit of inductance equal to one thousandth of a henry.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliH> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of inductance equal to one thousandth of a henry. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Inductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA789" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA789"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/H> ; <http://qudt.org/schema/qudt/symbol> "mH" ; <http://qudt.org/schema/qudt/ucumCode> "mH"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C14" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2924137> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millihenr"@pl ; rdfs:label "Millihenrio"@es ; rdfs:label "Millihenry" ; rdfs:label "Millihenry"@cs ; rdfs:label "Millihenry"@de ; rdfs:label "Millihenry"@en ; rdfs:label "Millihenry"@fr ; rdfs:label "Millihenry"@hu ; rdfs:label "Millihenry"@it ; rdfs:label "Millihenry"@ms ; rdfs:label "Millihenry"@ro ; rdfs:label "Millihenry"@sl ; rdfs:label "Millihenry"@tr ; .
{"resource":"Millihenry"
,"qname":"unit:MilliH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2924137>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"A unit of inductance equal to one thousandth of a henry. "
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Inductance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA789"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA789"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millihenr"
,"label":"Millihenrio"
,"label":"Millihenry"
,"label":"Millihenry"
,"label":"Millihenry"
,"label":"Millihenry"
,"label":"Millihenry"
,"label":"Millihenry"
,"label":"Millihenry"
,"label":"Millihenry"
,"label":"Millihenry"
,"label":"Millihenry"
,"label":"Millihenry"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:H"
,"symbol":"mH"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mH"
,"unece common code":"C14"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliH",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A unit of inductance equal to one thousandth of a henry. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Inductance",
"iec61360Code" : "0112/2///62720#UAA789",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA789",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/H",
"symbol" : "mH",
"ucumCode" : "mH",
"uneceCommonCode" : "C14",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2924137",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millihenry", {
"@language" : "cs",
"@value" : "Millihenry"
}, {
"@language" : "de",
"@value" : "Millihenry"
}, {
"@language" : "en",
"@value" : "Millihenry"
}, {
"@language" : "hu",
"@value" : "Millihenry"
}, {
"@language" : "it",
"@value" : "Millihenry"
}, {
"@language" : "ms",
"@value" : "Millihenry"
}, {
"@language" : "ro",
"@value" : "Millihenry"
}, {
"@language" : "sl",
"@value" : "Millihenry"
}, {
"@language" : "tr",
"@value" : "Millihenry"
}, {
"@language" : "fr",
"@value" : "Millihenry"
}, {
"@language" : "es",
"@value" : "Millihenrio"
}, {
"@language" : "pl",
"@value" : "Millihenr"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliH-PER-KiloOHM
URI: http://qudt.org/vocab/unit/MilliH-PER-KiloOHM
0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliH-PER-KiloOHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA791" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA791"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm" ; <http://qudt.org/schema/qudt/symbol> "mH/kΩ" ; <http://qudt.org/schema/qudt/ucumCode> "mH.kOhm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H05" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millihenr na Kiloom"@pl ; rdfs:label "Millihenrio por Kiloohmio"@es ; rdfs:label "Millihenry na Kiloohm"@cs ; rdfs:label "Millihenry na Kiloohm"@sl ; rdfs:label "Millihenry par Kiloohm"@fr ; rdfs:label "Millihenry pe Kiloohm"@ro ; rdfs:label "Millihenry per Chiloohm"@it ; rdfs:label "Millihenry per Kiloohm" ; rdfs:label "Millihenry per Kiloohm"@en ; rdfs:label "Millihenry per Kiloohm"@ms ; rdfs:label "Millihenry per Kiloohm"@tr ; rdfs:label "Millihenry pro Kiloohm"@de ; .
{"resource":"Millihenry per Kiloohm"
,"qname":"unit:MilliH-PER-KiloOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliH-PER-KiloOHM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"
,"description (plain text)":"0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA791"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA791"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millihenr na Kiloom"
,"label":"Millihenrio por Kiloohmio"
,"label":"Millihenry na Kiloohm"
,"label":"Millihenry na Kiloohm"
,"label":"Millihenry par Kiloohm"
,"label":"Millihenry pe Kiloohm"
,"label":"Millihenry per Chiloohm"
,"label":"Millihenry per Kiloohm"
,"label":"Millihenry per Kiloohm"
,"label":"Millihenry per Kiloohm"
,"label":"Millihenry per Kiloohm"
,"label":"Millihenry pro Kiloohm"
,"symbol":"mH\/kΩ"
,"type":"qudt:Unit"
,"ucum code":"mH.kOhm-1"
,"unece common code":"H05"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliH-PER-KiloOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA791",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA791",
"plainTextDescription" : "0.001-fold of the SI derived unit henry divided by the 1 000-fold of the SI derived unit ohm",
"symbol" : "mH/kΩ",
"ucumCode" : "mH.kOhm-1",
"uneceCommonCode" : "H05",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Millihenr na Kiloom"
}, {
"@language" : "ro",
"@value" : "Millihenry pe Kiloohm"
}, {
"@language" : "es",
"@value" : "Millihenrio por Kiloohmio"
}, {
"@language" : "cs",
"@value" : "Millihenry na Kiloohm"
}, {
"@language" : "sl",
"@value" : "Millihenry na Kiloohm"
}, {
"@language" : "it",
"@value" : "Millihenry per Chiloohm"
}, {
"@language" : "de",
"@value" : "Millihenry pro Kiloohm"
}, "Millihenry per Kiloohm", {
"@language" : "en",
"@value" : "Millihenry per Kiloohm"
}, {
"@language" : "ms",
"@value" : "Millihenry per Kiloohm"
}, {
"@language" : "tr",
"@value" : "Millihenry per Kiloohm"
}, {
"@language" : "fr",
"@value" : "Millihenry par Kiloohm"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliH-PER-OHM
URI: http://qudt.org/vocab/unit/MilliH-PER-OHM
0.001-fold of the SI derived unit henry divided by the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliH-PER-OHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA790" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA790"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm" ; <http://qudt.org/schema/qudt/symbol> "mH/Ω" ; <http://qudt.org/schema/qudt/ucumCode> "mH.Ohm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H06" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millihenr na Om"@pl ; rdfs:label "Millihenrio por Ohmio"@es ; rdfs:label "Millihenry na Ohm"@cs ; rdfs:label "Millihenry na Ohm"@sl ; rdfs:label "Millihenry par Ohm"@fr ; rdfs:label "Millihenry pe Ohm"@ro ; rdfs:label "Millihenry per Ohm" ; rdfs:label "Millihenry per Ohm"@en ; rdfs:label "Millihenry per Ohm"@it ; rdfs:label "Millihenry per Ohm"@ms ; rdfs:label "Millihenry per Ohm"@tr ; rdfs:label "Millihenry pro Ohm"@de ; .
{"resource":"Millihenry per Ohm"
,"qname":"unit:MilliH-PER-OHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliH-PER-OHM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit henry divided by the SI derived unit ohm"
,"description (plain text)":"0.001-fold of the SI derived unit henry divided by the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA790"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA790"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millihenr na Om"
,"label":"Millihenrio por Ohmio"
,"label":"Millihenry na Ohm"
,"label":"Millihenry na Ohm"
,"label":"Millihenry par Ohm"
,"label":"Millihenry pe Ohm"
,"label":"Millihenry per Ohm"
,"label":"Millihenry per Ohm"
,"label":"Millihenry per Ohm"
,"label":"Millihenry per Ohm"
,"label":"Millihenry per Ohm"
,"label":"Millihenry pro Ohm"
,"symbol":"mH\/Ω"
,"type":"qudt:Unit"
,"ucum code":"mH.Ohm-1"
,"unece common code":"H06"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliH-PER-OHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA790",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA790",
"plainTextDescription" : "0.001-fold of the SI derived unit henry divided by the SI derived unit ohm",
"symbol" : "mH/Ω",
"ucumCode" : "mH.Ohm-1",
"uneceCommonCode" : "H06",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millihenry per Ohm", {
"@language" : "en",
"@value" : "Millihenry per Ohm"
}, {
"@language" : "cs",
"@value" : "Millihenry na Ohm"
}, {
"@language" : "fr",
"@value" : "Millihenry par Ohm"
}, {
"@language" : "sl",
"@value" : "Millihenry na Ohm"
}, {
"@language" : "it",
"@value" : "Millihenry per Ohm"
}, {
"@language" : "de",
"@value" : "Millihenry pro Ohm"
}, {
"@language" : "ms",
"@value" : "Millihenry per Ohm"
}, {
"@language" : "tr",
"@value" : "Millihenry per Ohm"
}, {
"@language" : "ro",
"@value" : "Millihenry pe Ohm"
}, {
"@language" : "es",
"@value" : "Millihenrio por Ohmio"
}, {
"@language" : "pl",
"@value" : "Millihenr na Om"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliHZ
URI: http://qudt.org/vocab/unit/MilliHZ
0.001-fold of the unit hertz
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliHZ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit hertz" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB698" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB698"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/HZ> ; <http://qudt.org/schema/qudt/symbol> "mHz" ; <http://qudt.org/schema/qudt/ucumCode> "mHz"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MTZ" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliherc"@pl ; rdfs:label "Millihercio"@es ; rdfs:label "Millihertz" ; rdfs:label "Millihertz"@cs ; rdfs:label "Millihertz"@de ; rdfs:label "Millihertz"@en ; rdfs:label "Millihertz"@fr ; rdfs:label "Millihertz"@hu ; rdfs:label "Millihertz"@it ; rdfs:label "Millihertz"@ms ; rdfs:label "Millihertz"@ro ; rdfs:label "Millihertz"@sl ; rdfs:label "Millihertz"@tr ; .
{"resource":"Millihertz"
,"qname":"unit:MilliHZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliHZ"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the unit hertz"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB698"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB698"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliherc"
,"label":"Millihercio"
,"label":"Millihertz"
,"label":"Millihertz"
,"label":"Millihertz"
,"label":"Millihertz"
,"label":"Millihertz"
,"label":"Millihertz"
,"label":"Millihertz"
,"label":"Millihertz"
,"label":"Millihertz"
,"label":"Millihertz"
,"label":"Millihertz"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:HZ"
,"symbol":"mHz"
,"type":"qudt:Unit"
,"ucum code":"mHz"
,"unece common code":"MTZ"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliHZ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit hertz",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAB698",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB698",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/HZ",
"symbol" : "mHz",
"ucumCode" : "mHz",
"uneceCommonCode" : "MTZ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Millihercio"
}, {
"@language" : "pl",
"@value" : "Milliherc"
}, "Millihertz", {
"@language" : "cs",
"@value" : "Millihertz"
}, {
"@language" : "de",
"@value" : "Millihertz"
}, {
"@language" : "en",
"@value" : "Millihertz"
}, {
"@language" : "fr",
"@value" : "Millihertz"
}, {
"@language" : "hu",
"@value" : "Millihertz"
}, {
"@language" : "it",
"@value" : "Millihertz"
}, {
"@language" : "ms",
"@value" : "Millihertz"
}, {
"@language" : "ro",
"@value" : "Millihertz"
}, {
"@language" : "sl",
"@value" : "Millihertz"
}, {
"@language" : "tr",
"@value" : "Millihertz"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliIN
URI: http://qudt.org/vocab/unit/MilliIN
0.001-fold of the unit inch according to the Anglo-American and Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000254 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA841" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA841"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/IN> ; <http://qudt.org/schema/qudt/symbol> "mil" ; <http://qudt.org/schema/qudt/ucumCode> "m[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "77" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1165799> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliinch" ; rdfs:label "Milliinch"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "mil"@en-US ; <http://www.w3.org/2004/02/skos/core#altLabel> "thou"@en-GB ; .
{"resource":"Milliinch"
,"qname":"unit:MilliIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1165799>"
,"alternative label":"mil"
,"alternative label":"thou"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000254"
,"conversion multiplier scientific":"2.54E-5"
,"description":"0.001-fold of the unit inch according to the Anglo-American and Imperial system of units"
,"description (plain text)":"0.001-fold of the unit inch according to the Anglo-American and Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA841"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA841"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliinch"
,"label":"Milliinch"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:IN"
,"symbol":"mil"
,"type":"qudt:Unit"
,"ucum code":"m[in_i]"
,"unece common code":"77"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0000254",
"conversionMultiplier:SN" : 2.54E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA841",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA841",
"plainTextDescription" : "0.001-fold of the unit inch according to the Anglo-American and Imperial system of units",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/IN",
"symbol" : "mil",
"ucumCode" : "m[in_i]",
"uneceCommonCode" : "77",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1165799",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliinch", {
"@language" : "en",
"@value" : "Milliinch"
} ],
"altLabel" : [ {
"@language" : "en-us",
"@value" : "mil"
}, {
"@language" : "en-gb",
"@value" : "thou"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliJ
URI: http://qudt.org/vocab/unit/MilliJ
0.001-fold of the SI derived unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA792" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA792"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit joule" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "mJ" ; <http://qudt.org/schema/qudt/ucumCode> "mJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C15" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53448851> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millidżul"@pl ; rdfs:label "Millijoule" ; rdfs:label "Millijoule"@cs ; rdfs:label "Millijoule"@de ; rdfs:label "Millijoule"@en ; rdfs:label "Millijoule"@fr ; rdfs:label "Millijoule"@hu ; rdfs:label "Millijoule"@it ; rdfs:label "Millijoule"@ms ; rdfs:label "Millijoule"@ro ; rdfs:label "Millijoule"@sl ; rdfs:label "Millijoule"@tr ; rdfs:label "Millijulio"@es ; .
{"resource":"Millijoule"
,"qname":"unit:MilliJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliJ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53448851>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit joule"
,"description (plain text)":"0.001-fold of the SI derived unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA792"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA792"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millidżul"
,"label":"Millijoule"
,"label":"Millijoule"
,"label":"Millijoule"
,"label":"Millijoule"
,"label":"Millijoule"
,"label":"Millijoule"
,"label":"Millijoule"
,"label":"Millijoule"
,"label":"Millijoule"
,"label":"Millijoule"
,"label":"Millijoule"
,"label":"Millijulio"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:J"
,"symbol":"mJ"
,"type":"qudt:Unit"
,"ucum code":"mJ"
,"unece common code":"C15"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit joule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA792",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA792",
"plainTextDescription" : "0.001-fold of the SI derived unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "mJ",
"ucumCode" : "mJ",
"uneceCommonCode" : "C15",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53448851",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Millidżul"
}, "Millijoule", {
"@language" : "cs",
"@value" : "Millijoule"
}, {
"@language" : "de",
"@value" : "Millijoule"
}, {
"@language" : "en",
"@value" : "Millijoule"
}, {
"@language" : "fr",
"@value" : "Millijoule"
}, {
"@language" : "hu",
"@value" : "Millijoule"
}, {
"@language" : "es",
"@value" : "Millijulio"
}, {
"@language" : "it",
"@value" : "Millijoule"
}, {
"@language" : "ms",
"@value" : "Millijoule"
}, {
"@language" : "ro",
"@value" : "Millijoule"
}, {
"@language" : "sl",
"@value" : "Millijoule"
}, {
"@language" : "tr",
"@value" : "Millijoule"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliJ-PER-GM
URI: http://qudt.org/vocab/unit/MilliJ-PER-GM
The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliJ-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ; <http://qudt.org/schema/qudt/plainTextDescription> "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "mJ/g" ; <http://qudt.org/schema/qudt/ucumCode> "mJ.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millidżul na Gram"@pl ; rdfs:label "Millijoule na Gram"@cs ; rdfs:label "Millijoule na Gram"@sl ; rdfs:label "Millijoule par Gramme"@fr ; rdfs:label "Millijoule pe Gram"@ro ; rdfs:label "Millijoule per Gram" ; rdfs:label "Millijoule per Gram"@en ; rdfs:label "Millijoule per Gram"@ms ; rdfs:label "Millijoule per Gram"@tr ; rdfs:label "Millijoule per Grammo"@it ; rdfs:label "Millijoule pro Gramm"@de ; rdfs:label "Millijulio por Gramo"@es ; .
{"resource":"Millijoule per Gram"
,"qname":"unit:MilliJ-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliJ-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram."
,"description (plain text)":"The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millidżul na Gram"
,"label":"Millijoule na Gram"
,"label":"Millijoule na Gram"
,"label":"Millijoule par Gramme"
,"label":"Millijoule pe Gram"
,"label":"Millijoule per Gram"
,"label":"Millijoule per Gram"
,"label":"Millijoule per Gram"
,"label":"Millijoule per Gram"
,"label":"Millijoule per Grammo"
,"label":"Millijoule pro Gramm"
,"label":"Millijulio por Gramo"
,"symbol":"mJ\/g"
,"type":"qudt:Unit"
,"ucum code":"mJ.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliJ-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"plainTextDescription" : "The 0.001-fold of the SI base unit joule divided by the 0.001-fold of the SI base unit kilogram",
"symbol" : "mJ/g",
"ucumCode" : "mJ.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millijoule per Gram", {
"@language" : "en",
"@value" : "Millijoule per Gram"
}, {
"@language" : "fr",
"@value" : "Millijoule par Gramme"
}, {
"@language" : "it",
"@value" : "Millijoule per Grammo"
}, {
"@language" : "sl",
"@value" : "Millijoule na Gram"
}, {
"@language" : "cs",
"@value" : "Millijoule na Gram"
}, {
"@language" : "es",
"@value" : "Millijulio por Gramo"
}, {
"@language" : "ro",
"@value" : "Millijoule pe Gram"
}, {
"@language" : "pl",
"@value" : "Millidżul na Gram"
}, {
"@language" : "ms",
"@value" : "Millijoule per Gram"
}, {
"@language" : "tr",
"@value" : "Millijoule per Gram"
}, {
"@language" : "de",
"@value" : "Millijoule pro Gramm"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliJ-PER-M2
URI: http://qudt.org/vocab/unit/MilliJ-PER-M2
Millijoule Per Square Meter ($mJ/m^2$) is a unit in the category of Energy density. It is also known as millijoules per square meter, millijoule per square metre, millijoule/square meter, millijoule/square metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliJ-PER-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Millijoule Per Square Meter ($mJ/m^2$) is a unit in the category of Energy density. It is also known as millijoules per square meter, millijoule per square metre, millijoule/square meter, millijoule/square metre."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$mJ/m^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyFluence> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RadiantFluence> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate> ; <http://qudt.org/schema/qudt/symbol> "mJ/m²" ; <http://qudt.org/schema/qudt/ucumCode> "mJ.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millidżul na Metr Kwadratowy"@pl ; rdfs:label "Millijoule na Kvadratni Meter"@sl ; rdfs:label "Millijoule na Čtvereční Metr"@cs ; rdfs:label "Millijoule par Mètre Carré"@fr ; rdfs:label "Millijoule pe Metru Pătrat"@ro ; rdfs:label "Millijoule per Meter Persegi"@ms ; rdfs:label "Millijoule per Metrekare"@tr ; rdfs:label "Millijoule per Metro Quadrato"@it ; rdfs:label "Millijoule per Square Meter"@en-US ; rdfs:label "Millijoule per Square Metre" ; rdfs:label "Millijoule per Square Metre"@en ; rdfs:label "Millijoule pro Quadratmeter"@de ; rdfs:label "Millijulio por Metro Cuadrado"@es ; .
{"resource":"Millijoule per Square Metre"
,"qname":"unit:MilliJ-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliJ-PER-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Millijoule Per Square Meter ($mJ\/m^2$) is a unit in the category of Energy density. It is also known as millijoules per square meter, millijoule per square metre, millijoule\/square meter, millijoule\/square metre."
,"expression":"$mJ\/m^2$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyFluence"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:RadiantFluence"
,"has quantity kind":"quantitykind:StrainEnergyReleaseRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millidżul na Metr Kwadratowy"
,"label":"Millijoule na Kvadratni Meter"
,"label":"Millijoule na Čtvereční Metr"
,"label":"Millijoule par Mètre Carré"
,"label":"Millijoule pe Metru Pătrat"
,"label":"Millijoule per Meter Persegi"
,"label":"Millijoule per Metrekare"
,"label":"Millijoule per Metro Quadrato"
,"label":"Millijoule per Square Meter"
,"label":"Millijoule per Square Metre"
,"label":"Millijoule per Square Metre"
,"label":"Millijoule pro Quadratmeter"
,"label":"Millijulio por Metro Cuadrado"
,"symbol":"mJ\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mJ.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliJ-PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Millijoule Per Square Meter ($mJ/m^2$) is a unit in the category of Energy density. It is also known as millijoules per square meter, millijoule per square metre, millijoule/square meter, millijoule/square metre.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$mJ/m^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerArea", "http://qudt.org/vocab/quantitykind/StrainEnergyReleaseRate", "http://qudt.org/vocab/quantitykind/RadiantFluence", "http://qudt.org/vocab/quantitykind/EnergyFluence" ],
"symbol" : "mJ/m²",
"ucumCode" : "mJ.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Millijoule par Mètre Carré"
}, {
"@language" : "cs",
"@value" : "Millijoule na Čtvereční Metr"
}, {
"@language" : "sl",
"@value" : "Millijoule na Kvadratni Meter"
}, {
"@language" : "tr",
"@value" : "Millijoule per Metrekare"
}, {
"@language" : "ro",
"@value" : "Millijoule pe Metru Pătrat"
}, {
"@language" : "it",
"@value" : "Millijoule per Metro Quadrato"
}, {
"@language" : "ms",
"@value" : "Millijoule per Meter Persegi"
}, {
"@language" : "pl",
"@value" : "Millidżul na Metr Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Millijoule per Square Meter"
}, {
"@language" : "de",
"@value" : "Millijoule pro Quadratmeter"
}, "Millijoule per Square Metre", {
"@language" : "en",
"@value" : "Millijoule per Square Metre"
}, {
"@language" : "es",
"@value" : "Millijulio por Metro Cuadrado"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliJ-PER-SEC
URI: http://qudt.org/vocab/unit/MilliJ-PER-SEC
0.001-fold of the SI derived unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliJ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB511" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB511"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mJ/s" ; <http://qudt.org/schema/qudt/ucumCode> "mJ.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millidżul na Sekunda"@pl ; rdfs:label "Millijoule na Sekunda"@cs ; rdfs:label "Millijoule na Sekunda"@sl ; rdfs:label "Millijoule par Seconde"@fr ; rdfs:label "Millijoule pe Secundă"@ro ; rdfs:label "Millijoule per Saat"@ms ; rdfs:label "Millijoule per Saniye"@tr ; rdfs:label "Millijoule per Second" ; rdfs:label "Millijoule per Second"@en ; rdfs:label "Millijoule per Secondo"@it ; rdfs:label "Millijoule pro Sekunde"@de ; rdfs:label "Millijulio por Segundo"@es ; .
{"resource":"Millijoule per Second"
,"qname":"unit:MilliJ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliJ-PER-SEC"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB511"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB511"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millidżul na Sekunda"
,"label":"Millijoule na Sekunda"
,"label":"Millijoule na Sekunda"
,"label":"Millijoule par Seconde"
,"label":"Millijoule pe Secundă"
,"label":"Millijoule per Saat"
,"label":"Millijoule per Saniye"
,"label":"Millijoule per Second"
,"label":"Millijoule per Second"
,"label":"Millijoule per Secondo"
,"label":"Millijoule pro Sekunde"
,"label":"Millijulio por Segundo"
,"symbol":"mJ\/s"
,"type":"qudt:Unit"
,"ucum code":"mJ.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliJ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit joule divided by the SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB511",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB511",
"symbol" : "mJ/s",
"ucumCode" : "mJ.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Millijoule na Sekunda"
}, {
"@language" : "sl",
"@value" : "Millijoule na Sekunda"
}, {
"@language" : "de",
"@value" : "Millijoule pro Sekunde"
}, {
"@language" : "fr",
"@value" : "Millijoule par Seconde"
}, {
"@language" : "ro",
"@value" : "Millijoule pe Secundă"
}, "Millijoule per Second", {
"@language" : "en",
"@value" : "Millijoule per Second"
}, {
"@language" : "it",
"@value" : "Millijoule per Secondo"
}, {
"@language" : "ms",
"@value" : "Millijoule per Saat"
}, {
"@language" : "pl",
"@value" : "Millidżul na Sekunda"
}, {
"@language" : "tr",
"@value" : "Millijoule per Saniye"
}, {
"@language" : "es",
"@value" : "Millijulio por Segundo"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliK
URI: http://qudt.org/vocab/unit/MilliK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BoilingPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CorrelatedColorTemperature> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FlashPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeltingPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermodynamicTemperature> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/K> ; <http://qudt.org/schema/qudt/symbol> "mK" ; <http://qudt.org/schema/qudt/ucumCode> "mK"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millikelvin" ; rdfs:label "Millikelvin"@cs ; rdfs:label "Millikelvin"@de ; rdfs:label "Millikelvin"@en ; rdfs:label "Millikelvin"@es ; rdfs:label "Millikelvin"@fr ; rdfs:label "Millikelvin"@hu ; rdfs:label "Millikelvin"@it ; rdfs:label "Millikelvin"@ms ; rdfs:label "Millikelvin"@ro ; rdfs:label "Millikelvin"@sl ; rdfs:label "Millikelvin"@tr ; rdfs:label "Millikelwin"@pl ; .
{"resource":"Millikelvin"
,"qname":"unit:MilliK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliK"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:BoilingPoint"
,"has quantity kind":"quantitykind:CorrelatedColorTemperature"
,"has quantity kind":"quantitykind:FlashPoint"
,"has quantity kind":"quantitykind:MeltingPoint"
,"has quantity kind":"quantitykind:Temperature"
,"has quantity kind":"quantitykind:ThermodynamicTemperature"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelvin"
,"label":"Millikelwin"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:K"
,"symbol":"mK"
,"type":"qudt:Unit"
,"ucum code":"mK"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/FlashPoint", "http://qudt.org/vocab/quantitykind/MeltingPoint", "http://qudt.org/vocab/quantitykind/Temperature", "http://qudt.org/vocab/quantitykind/CorrelatedColorTemperature", "http://qudt.org/vocab/quantitykind/BoilingPoint", "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature" ],
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/K",
"symbol" : "mK",
"ucumCode" : "mK",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Millikelwin"
}, "Millikelvin", {
"@language" : "cs",
"@value" : "Millikelvin"
}, {
"@language" : "de",
"@value" : "Millikelvin"
}, {
"@language" : "en",
"@value" : "Millikelvin"
}, {
"@language" : "es",
"@value" : "Millikelvin"
}, {
"@language" : "fr",
"@value" : "Millikelvin"
}, {
"@language" : "hu",
"@value" : "Millikelvin"
}, {
"@language" : "ms",
"@value" : "Millikelvin"
}, {
"@language" : "ro",
"@value" : "Millikelvin"
}, {
"@language" : "sl",
"@value" : "Millikelvin"
}, {
"@language" : "tr",
"@value" : "Millikelvin"
}, {
"@language" : "it",
"@value" : "Millikelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliK-PER-BAR
URI: http://qudt.org/vocab/unit/MilliK-PER-BAR
0.001-fold of SI base unit kelvin divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliK-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of SI base unit kelvin divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB841" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB841"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mK/bar" ; <http://qudt.org/schema/qudt/ucumCode> "mK.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millikelvin per Bar" ; rdfs:label "Millikelvin per Bar"@en ; .
{"resource":"Millikelvin per Bar"
,"qname":"unit:MilliK-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliK-PER-BAR"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.001-fold of SI base unit kelvin divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M-1H1T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB841"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB841"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millikelvin per Bar"
,"label":"Millikelvin per Bar"
,"symbol":"mK\/bar"
,"type":"qudt:Unit"
,"ucum code":"mK.bar-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliK-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of SI base unit kelvin divided by the unit bar",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H1T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB841",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB841",
"symbol" : "mK/bar",
"ucumCode" : "mK.bar-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millikelvin per Bar", {
"@language" : "en",
"@value" : "Millikelvin per Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliK-PER-K
URI: http://qudt.org/vocab/unit/MilliK-PER-K
0.001-fold of SI base unit kelvin divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliK-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of SI base unit kelvin divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemperatureRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB842" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB842"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mK/K" ; <http://qudt.org/schema/qudt/ucumCode> "mK.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millikelvin na Kelvin"@cs ; rdfs:label "Millikelvin na Kelvin"@sl ; rdfs:label "Millikelvin par Kelvin"@fr ; rdfs:label "Millikelvin pe Kelvin"@ro ; rdfs:label "Millikelvin per Kelvin" ; rdfs:label "Millikelvin per Kelvin"@en ; rdfs:label "Millikelvin per Kelvin"@it ; rdfs:label "Millikelvin per Kelvin"@ms ; rdfs:label "Millikelvin per Kelvin"@tr ; rdfs:label "Millikelvin por Kelvin"@es ; rdfs:label "Millikelvin pro Kelvin"@de ; rdfs:label "Millikelwin na Kelwin"@pl ; .
{"resource":"Millikelvin per Kelvin"
,"qname":"unit:MilliK-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliK-PER-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of SI base unit kelvin divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:TemperatureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB842"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB842"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millikelvin na Kelvin"
,"label":"Millikelvin na Kelvin"
,"label":"Millikelvin par Kelvin"
,"label":"Millikelvin pe Kelvin"
,"label":"Millikelvin per Kelvin"
,"label":"Millikelvin per Kelvin"
,"label":"Millikelvin per Kelvin"
,"label":"Millikelvin per Kelvin"
,"label":"Millikelvin per Kelvin"
,"label":"Millikelvin por Kelvin"
,"label":"Millikelvin pro Kelvin"
,"label":"Millikelwin na Kelwin"
,"symbol":"mK\/K"
,"type":"qudt:Unit"
,"ucum code":"mK.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliK-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of SI base unit kelvin divided by the SI base unit kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TemperatureRatio",
"iec61360Code" : "0112/2///62720#UAB842",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB842",
"symbol" : "mK/K",
"ucumCode" : "mK.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Millikelwin na Kelwin"
}, {
"@language" : "fr",
"@value" : "Millikelvin par Kelvin"
}, {
"@language" : "es",
"@value" : "Millikelvin por Kelvin"
}, {
"@language" : "de",
"@value" : "Millikelvin pro Kelvin"
}, {
"@language" : "ro",
"@value" : "Millikelvin pe Kelvin"
}, {
"@language" : "cs",
"@value" : "Millikelvin na Kelvin"
}, {
"@language" : "sl",
"@value" : "Millikelvin na Kelvin"
}, "Millikelvin per Kelvin", {
"@language" : "en",
"@value" : "Millikelvin per Kelvin"
}, {
"@language" : "it",
"@value" : "Millikelvin per Kelvin"
}, {
"@language" : "ms",
"@value" : "Millikelvin per Kelvin"
}, {
"@language" : "tr",
"@value" : "Millikelvin per Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliKAT
URI: http://qudt.org/vocab/unit/MilliKAT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliKAT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivity> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KAT> ; <http://qudt.org/schema/qudt/symbol> "mkat" ; <http://qudt.org/schema/qudt/ucumCode> "mkat"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millikatal" ; rdfs:label "Millikatal"@cs ; rdfs:label "Millikatal"@de ; rdfs:label "Millikatal"@en ; rdfs:label "Millikatal"@es ; rdfs:label "Millikatal"@fr ; rdfs:label "Millikatal"@hu ; rdfs:label "Millikatal"@it ; rdfs:label "Millikatal"@ms ; rdfs:label "Millikatal"@pl ; rdfs:label "Millikatal"@ro ; rdfs:label "Millikatal"@sl ; rdfs:label "Millikatal"@tr ; .
{"resource":"Millikatal"
,"qname":"unit:MilliKAT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliKAT"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivity"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"label":"Millikatal"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:KAT"
,"symbol":"mkat"
,"type":"qudt:Unit"
,"ucum code":"mkat"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliKAT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivity",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/KAT",
"symbol" : "mkat",
"ucumCode" : "mkat",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millikatal", {
"@language" : "cs",
"@value" : "Millikatal"
}, {
"@language" : "de",
"@value" : "Millikatal"
}, {
"@language" : "en",
"@value" : "Millikatal"
}, {
"@language" : "it",
"@value" : "Millikatal"
}, {
"@language" : "ms",
"@value" : "Millikatal"
}, {
"@language" : "pl",
"@value" : "Millikatal"
}, {
"@language" : "ro",
"@value" : "Millikatal"
}, {
"@language" : "sl",
"@value" : "Millikatal"
}, {
"@language" : "tr",
"@value" : "Millikatal"
}, {
"@language" : "es",
"@value" : "Millikatal"
}, {
"@language" : "fr",
"@value" : "Millikatal"
}, {
"@language" : "hu",
"@value" : "Millikatal"
} ],
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliKAT-PER-L
URI: http://qudt.org/vocab/unit/MilliKAT-PER-L
A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliKAT-PER-L> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. " ; <http://qudt.org/schema/qudt/symbol> "mkat/L" ; <http://qudt.org/schema/qudt/ucumCode> "mkat.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millikatal per Liter"@en-US ; rdfs:label "Millikatal per Litre" ; rdfs:label "Millikatal per Litre"@en ; .
{"resource":"Millikatal per Litre"
,"qname":"unit:MilliKAT-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliKAT-PER-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"description (plain text)":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millikatal per Liter"
,"label":"Millikatal per Litre"
,"label":"Millikatal per Litre"
,"symbol":"mkat\/L"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mkat.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliKAT-PER-L",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"plainTextDescription" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"symbol" : "mkat/L",
"ucumCode" : "mkat.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millikatal per Litre", {
"@language" : "en",
"@value" : "Millikatal per Litre"
}, {
"@language" : "en-us",
"@value" : "Millikatal per Liter"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL
URI: http://qudt.org/vocab/unit/MilliL
0.001-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA844" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA844"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "mL" ; <http://qudt.org/schema/qudt/ucumCode> "mL"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MLT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2332346> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter"@en-US ; rdfs:label "Millilitre" ; rdfs:label "Millilitre"@en ; .
{"resource":"Millilitre"
,"qname":"unit:MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2332346>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.001-fold of the unit litre"
,"description (plain text)":"0.001-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA844"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA844"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter"
,"label":"Millilitre"
,"label":"Millilitre"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:L"
,"symbol":"mL"
,"type":"qudt:Unit"
,"ucum code":"mL"
,"unece common code":"MLT"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA844",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA844",
"plainTextDescription" : "0.001-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "mL",
"ucumCode" : "mL",
"uneceCommonCode" : "MLT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2332346",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milliliter"
}, "Millilitre", {
"@language" : "en",
"@value" : "Millilitre"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-BAR
URI: http://qudt.org/vocab/unit/MilliL-PER-BAR
0.001-fold of the unit litre divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA846" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA846"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mL/bar" ; <http://qudt.org/schema/qudt/ucumCode> "mL.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G97" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Bar"@en-US ; rdfs:label "Millilitre per Bar" ; rdfs:label "Millilitre per Bar"@en ; .
{"resource":"Millilitre per Bar"
,"qname":"unit:MilliL-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-BAR"
,"properties":["conversion multiplier":"0.00000000001"
,"conversion multiplier scientific":"1.0E-11"
,"description":"0.001-fold of the unit litre divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA846"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA846"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Bar"
,"label":"Millilitre per Bar"
,"label":"Millilitre per Bar"
,"symbol":"mL\/bar"
,"type":"qudt:Unit"
,"ucum code":"mL.bar-1"
,"unece common code":"G97"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the unit bar",
"conversionMultiplier" : "0.00000000001",
"conversionMultiplier:SN" : 1.0E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA846",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA846",
"symbol" : "mL/bar",
"ucumCode" : "mL.bar-1",
"uneceCommonCode" : "G97",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Bar", {
"@language" : "en",
"@value" : "Millilitre per Bar"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Bar"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-CentiM2-MIN
URI: http://qudt.org/vocab/unit/MilliL-PER-CentiM2-MIN
quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-CentiM2-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricFlux> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA858" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA858"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "mL/(cm²·min)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.cm-2.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "35" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Square Centimeter Minute"@en-US ; rdfs:label "Millilitre per Square Centimetre Minute" ; rdfs:label "Millilitre per Square Centimetre Minute"@en ; .
{"resource":"Millilitre per Square Centimetre Minute"
,"qname":"unit:MilliL-PER-CentiM2-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-CentiM2-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-4"
,"description":"quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumetricFlux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA858"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA858"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Square Centimeter Minute"
,"label":"Millilitre per Square Centimetre Minute"
,"label":"Millilitre per Square Centimetre Minute"
,"symbol":"mL\/(cm²·min)"
,"type":"qudt:Unit"
,"ucum code":"mL.cm-2.min-1"
,"unece common code":"35"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-CentiM2-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666666E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricFlux",
"iec61360Code" : "0112/2///62720#UAA858",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA858",
"plainTextDescription" : "quotient of the 0.001-fold of the unit litre and the unit minute divided by the 0.0001-fold of the power of the SI base unit metre with the exponent 2",
"symbol" : "mL/(cm²·min)",
"ucumCode" : "mL.cm-2.min-1",
"uneceCommonCode" : "35",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milliliter per Square Centimeter Minute"
}, {
"@language" : "en",
"@value" : "Millilitre per Square Centimetre Minute"
}, "Millilitre per Square Centimetre Minute" ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-CentiM2-SEC
URI: http://qudt.org/vocab/unit/MilliL-PER-CentiM2-SEC
unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-CentiM2-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricFlux> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB085" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB085"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "mL/(cm²·s)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.cm-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "35" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Square Centimeter Second"@en-US ; rdfs:label "Millilitre per Square Centimetre Second" ; rdfs:label "Millilitre per Square Centimetre Second"@en ; .
{"resource":"Millilitre per Square Centimetre Second"
,"qname":"unit:MilliL-PER-CentiM2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-CentiM2-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"description (plain text)":"unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumetricFlux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB085"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB085"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Square Centimeter Second"
,"label":"Millilitre per Square Centimetre Second"
,"label":"Millilitre per Square Centimetre Second"
,"symbol":"mL\/(cm²·s)"
,"type":"qudt:Unit"
,"ucum code":"mL.cm-2.s-1"
,"unece common code":"35"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-CentiM2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricFlux",
"iec61360Code" : "0112/2///62720#UAB085",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB085",
"plainTextDescription" : "unit of the volume flow rate millilitre divided by second related to the transfer area as 0.0001-fold of the power of the SI base unit metre by exponent 2",
"symbol" : "mL/(cm²·s)",
"ucumCode" : "mL.cm-2.s-1",
"uneceCommonCode" : "35",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Square Centimetre Second", {
"@language" : "en",
"@value" : "Millilitre per Square Centimetre Second"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Square Centimeter Second"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-DAY
URI: http://qudt.org/vocab/unit/MilliL-PER-DAY
0.001-fold of the unit litre divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the unit day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA847" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA847"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit litre divided by the unit day" ; <http://qudt.org/schema/qudt/symbol> "mL/d" ; <http://qudt.org/schema/qudt/ucumCode> "mL.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G54" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q113681609> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Day"@en-US ; rdfs:label "Millilitre per Day" ; rdfs:label "Millilitre per Day"@en ; .
{"resource":"Millilitre per Day"
,"qname":"unit:MilliL-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-DAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q113681609>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"description":"0.001-fold of the unit litre divided by the unit day"
,"description (plain text)":"0.001-fold of the unit litre divided by the unit day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA847"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA847"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Day"
,"label":"Millilitre per Day"
,"label":"Millilitre per Day"
,"symbol":"mL\/d"
,"type":"qudt:Unit"
,"ucum code":"mL.d-1"
,"unece common code":"G54"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the unit day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA847",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA847",
"plainTextDescription" : "0.001-fold of the unit litre divided by the unit day",
"symbol" : "mL/d",
"ucumCode" : "mL.d-1",
"uneceCommonCode" : "G54",
"wikidataMatch" : "http://www.wikidata.org/entity/Q113681609",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milliliter per Day"
}, "Millilitre per Day", {
"@language" : "en",
"@value" : "Millilitre per Day"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-DAY-BAR
URI: http://qudt.org/vocab/unit/MilliL-PER-DAY-BAR
0.001-fold of the unit litre divided by the product out of the unit day and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-DAY-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the product out of the unit day and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-16 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA849" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA849"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mL/(d·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.d-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G90" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Day Bar"@en-US ; rdfs:label "Millilitre per Day Bar" ; rdfs:label "Millilitre per Day Bar"@en ; .
{"resource":"Millilitre per Day Bar"
,"qname":"unit:MilliL-PER-DAY-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-DAY-BAR"
,"properties":["conversion multiplier":"0.0000000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-16"
,"description":"0.001-fold of the unit litre divided by the product out of the unit day and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA849"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA849"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Day Bar"
,"label":"Millilitre per Day Bar"
,"label":"Millilitre per Day Bar"
,"symbol":"mL\/(d·bar)"
,"type":"qudt:Unit"
,"ucum code":"mL.d-1.bar-1"
,"unece common code":"G90"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-DAY-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the product out of the unit day and the unit bar",
"conversionMultiplier" : "0.0000000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-16,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA849",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA849",
"symbol" : "mL/(d·bar)",
"ucumCode" : "mL.d-1.bar-1",
"uneceCommonCode" : "G90",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Day Bar", {
"@language" : "en",
"@value" : "Millilitre per Day Bar"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Day Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-DAY-K
URI: http://qudt.org/vocab/unit/MilliL-PER-DAY-K
0.001-fold of the unit litre divided by the product out of the unit day and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-DAY-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the product out of the unit day and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA848" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA848"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mL/(d·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.d-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G73" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Day Kelvin"@en-US ; rdfs:label "Millilitre per Day Kelvin" ; rdfs:label "Millilitre per Day Kelvin"@en ; .
{"resource":"Millilitre per Day Kelvin"
,"qname":"unit:MilliL-PER-DAY-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-DAY-K"
,"properties":["conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"description":"0.001-fold of the unit litre divided by the product out of the unit day and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA848"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA848"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Day Kelvin"
,"label":"Millilitre per Day Kelvin"
,"label":"Millilitre per Day Kelvin"
,"symbol":"mL\/(d·K)"
,"type":"qudt:Unit"
,"ucum code":"mL.d-1.K-1"
,"unece common code":"G73"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-DAY-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the product out of the unit day and the SI base unit kelvin",
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA848",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA848",
"symbol" : "mL/(d·K)",
"ucumCode" : "mL.d-1.K-1",
"uneceCommonCode" : "G73",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Day Kelvin", {
"@language" : "en",
"@value" : "Millilitre per Day Kelvin"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Day Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-GM
URI: http://qudt.org/vocab/unit/MilliL-PER-GM
Milliliter Per Gram is a unit in the category of Specific Volume. It is also known as milliliters per gram, millilitre per gram, millilitres per gram, milliliter/gram, millilitre/gram.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Milliliter Per Gram is a unit in the category of Specific Volume. It is also known as milliliters per gram, millilitre per gram, millilitres per gram, milliliter/gram, millilitre/gram."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/CentiM3-PER-GM> ; <http://qudt.org/schema/qudt/expression> "$mL/g$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/GM-PER-MilliL> ; <http://qudt.org/schema/qudt/symbol> "mL/g" ; <http://qudt.org/schema/qudt/ucumCode> "mL.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Gram"@en-US ; rdfs:label "Millilitre per Gram" ; rdfs:label "Millilitre per Gram"@en ; .
{"resource":"Millilitre per Gram"
,"qname":"unit:MilliL-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Milliliter Per Gram is a unit in the category of Specific Volume. It is also known as milliliters per gram, millilitre per gram, millilitres per gram, milliliter\/gram, millilitre\/gram."
,"exact match":"unit:CentiM3-PER-GM"
,"expression":"$mL\/g$"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SoilAdsorptionCoefficient"
,"has quantity kind":"quantitykind:SpecificVolume"
,"has reciprocal unit":"unit:GM-PER-MilliL"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Gram"
,"label":"Millilitre per Gram"
,"label":"Millilitre per Gram"
,"symbol":"mL\/g"
,"type":"qudt:Unit"
,"ucum code":"mL.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Milliliter Per Gram is a unit in the category of Specific Volume. It is also known as milliliters per gram, millilitre per gram, millilitres per gram, milliliter/gram, millilitre/gram.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"exactMatch" : "http://qudt.org/vocab/unit/CentiM3-PER-GM",
"expression" : "$mL/g$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificVolume", "http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/GM-PER-MilliL",
"symbol" : "mL/g",
"ucumCode" : "mL.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Gram", {
"@language" : "en",
"@value" : "Millilitre per Gram"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Gram"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-HR
URI: http://qudt.org/vocab/unit/MilliL-PER-HR
0.001-fold of the unit litre divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA850" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA850"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit litre divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "mL/h" ; <http://qudt.org/schema/qudt/ucumCode> "mL.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G55" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107028496> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Hour"@en-US ; rdfs:label "Millilitre per Hour" ; rdfs:label "Millilitre per Hour"@en ; .
{"resource":"Millilitre per Hour"
,"qname":"unit:MilliL-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107028496>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"description":"0.001-fold of the unit litre divided by the unit hour"
,"description (plain text)":"0.001-fold of the unit litre divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA850"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA850"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Hour"
,"label":"Millilitre per Hour"
,"label":"Millilitre per Hour"
,"symbol":"mL\/h"
,"type":"qudt:Unit"
,"ucum code":"mL.h-1"
,"unece common code":"G55"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA850",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA850",
"plainTextDescription" : "0.001-fold of the unit litre divided by the unit hour",
"symbol" : "mL/h",
"ucumCode" : "mL.h-1",
"uneceCommonCode" : "G55",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107028496",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Hour", {
"@language" : "en",
"@value" : "Millilitre per Hour"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Hour"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-HR-BAR
URI: http://qudt.org/vocab/unit/MilliL-PER-HR-BAR
0.001-fold of the unit litre divided by the product out of the unit hour and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-HR-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the product out of the unit hour and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA852" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA852"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mL/(h·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.h-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G91" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Hour Bar"@en-US ; rdfs:label "Millilitre per Hour Bar" ; rdfs:label "Millilitre per Hour Bar"@en ; .
{"resource":"Millilitre per Hour Bar"
,"qname":"unit:MilliL-PER-HR-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-HR-BAR"
,"properties":["conversion multiplier":"0.000000000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-15"
,"description":"0.001-fold of the unit litre divided by the product out of the unit hour and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA852"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA852"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Hour Bar"
,"label":"Millilitre per Hour Bar"
,"label":"Millilitre per Hour Bar"
,"symbol":"mL\/(h·bar)"
,"type":"qudt:Unit"
,"ucum code":"mL.h-1.bar-1"
,"unece common code":"G91"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-HR-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the product out of the unit hour and the unit bar",
"conversionMultiplier" : "0.000000000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA852",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA852",
"symbol" : "mL/(h·bar)",
"ucumCode" : "mL.h-1.bar-1",
"uneceCommonCode" : "G91",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Hour Bar", {
"@language" : "en",
"@value" : "Millilitre per Hour Bar"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Hour Bar"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-HR-K
URI: http://qudt.org/vocab/unit/MilliL-PER-HR-K
0.001-fold of the unit litre divided by the product out of the unit hour and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-HR-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the product out of the unit hour and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA851" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA851"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mL/(h·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.h-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G74" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Hour Kelvin"@en-US ; rdfs:label "Millilitre per Hour Kelvin" ; rdfs:label "Millilitre per Hour Kelvin"@en ; .
{"resource":"Millilitre per Hour Kelvin"
,"qname":"unit:MilliL-PER-HR-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-HR-K"
,"properties":["conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"description":"0.001-fold of the unit litre divided by the product out of the unit hour and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA851"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA851"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Hour Kelvin"
,"label":"Millilitre per Hour Kelvin"
,"label":"Millilitre per Hour Kelvin"
,"symbol":"mL\/(h·K)"
,"type":"qudt:Unit"
,"ucum code":"mL.h-1.K-1"
,"unece common code":"G74"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-HR-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the product out of the unit hour and the SI base unit kelvin",
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA851",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA851",
"symbol" : "mL/(h·K)",
"ucumCode" : "mL.h-1.K-1",
"uneceCommonCode" : "G74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Hour Kelvin", {
"@language" : "en",
"@value" : "Millilitre per Hour Kelvin"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Hour Kelvin"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-K
URI: http://qudt.org/vocab/unit/MilliL-PER-K
0.001-fold of the unit litre divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA845" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA845"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit litre divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "mL/K" ; <http://qudt.org/schema/qudt/ucumCode> "mL.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G30" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Kelvin"@en-US ; rdfs:label "Millilitre per Kelvin" ; rdfs:label "Millilitre per Kelvin"@en ; .
{"resource":"Millilitre per Kelvin"
,"qname":"unit:MilliL-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.001-fold of the unit litre divided by the SI base unit kelvin"
,"description (plain text)":"0.001-fold of the unit litre divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T0D0"
,"has quantity kind":"quantitykind:VolumeThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA845"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA845"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Kelvin"
,"label":"Millilitre per Kelvin"
,"label":"Millilitre per Kelvin"
,"symbol":"mL\/K"
,"type":"qudt:Unit"
,"ucum code":"mL.K-1"
,"unece common code":"G30"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA845",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA845",
"plainTextDescription" : "0.001-fold of the unit litre divided by the SI base unit kelvin",
"symbol" : "mL/K",
"ucumCode" : "mL.K-1",
"uneceCommonCode" : "G30",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Kelvin", {
"@language" : "en",
"@value" : "Millilitre per Kelvin"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Kelvin"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-KiloGM
URI: http://qudt.org/vocab/unit/MilliL-PER-KiloGM
0.001-fold of the unit of the volume litre divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB095" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB095"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "mL/kg" ; <http://qudt.org/schema/qudt/ucumCode> "mL.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "KX" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106639777> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Kilogram"@en-US ; rdfs:label "Millilitre per Kilogram" ; rdfs:label "Millilitre per Kilogram"@en ; .
{"resource":"Millilitre per Kilogram"
,"qname":"unit:MilliL-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106639777>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.001-fold of the unit of the volume litre divided by the SI base unit kilogram"
,"description (plain text)":"0.001-fold of the unit of the volume litre divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SpecificVolume"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB095"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB095"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Kilogram"
,"label":"Millilitre per Kilogram"
,"label":"Millilitre per Kilogram"
,"symbol":"mL\/kg"
,"type":"qudt:Unit"
,"ucum code":"mL.kg-1"
,"unece common code":"KX"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificVolume",
"iec61360Code" : "0112/2///62720#UAB095",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB095",
"plainTextDescription" : "0.001-fold of the unit of the volume litre divided by the SI base unit kilogram",
"symbol" : "mL/kg",
"ucumCode" : "mL.kg-1",
"uneceCommonCode" : "KX",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106639777",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Kilogram", {
"@language" : "en",
"@value" : "Millilitre per Kilogram"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Kilogram"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-L
URI: http://qudt.org/vocab/unit/MilliL-PER-L
volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA853" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA853"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre" ; <http://qudt.org/schema/qudt/symbol> "mL/L" ; <http://qudt.org/schema/qudt/ucumCode> "mL.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L19" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21075844> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Liter"@en-US ; rdfs:label "Millilitre per Litre" ; rdfs:label "Millilitre per Litre"@en ; .
{"resource":"Millilitre per Litre"
,"qname":"unit:MilliL-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21075844>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre"
,"description (plain text)":"volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA853"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA853"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Liter"
,"label":"Millilitre per Litre"
,"label":"Millilitre per Litre"
,"symbol":"mL\/L"
,"type":"qudt:Unit"
,"ucum code":"mL.L-1"
,"unece common code":"L19"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"iec61360Code" : "0112/2///62720#UAA853",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA853",
"plainTextDescription" : "volume ratio consisting of the 0.001-fold of the unit litre divided by the unit litre",
"symbol" : "mL/L",
"ucumCode" : "mL.L-1",
"uneceCommonCode" : "L19",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21075844",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Litre", {
"@language" : "en",
"@value" : "Millilitre per Litre"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Liter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-M2-DAY
URI: http://qudt.org/vocab/unit/MilliL-PER-M2-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mL/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Square Meter Day"@en-US ; rdfs:label "Millilitre per Square Metre Day" ; rdfs:label "Millilitre per Square Metre Day"@en ; .
{"resource":"Millilitre per Square Metre Day"
,"qname":"unit:MilliL-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-M2-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Square Meter Day"
,"label":"Millilitre per Square Metre Day"
,"label":"Millilitre per Square Metre Day"
,"symbol":"mL\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"mL.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mL/(m²·d)",
"ucumCode" : "mL.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milliliter per Square Meter Day"
}, {
"@language" : "en",
"@value" : "Millilitre per Square Metre Day"
}, "Millilitre per Square Metre Day" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-M3
URI: http://qudt.org/vocab/unit/MilliL-PER-M3
0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA854" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA854"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "mL/m³" ; <http://qudt.org/schema/qudt/ucumCode> "mL.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H65" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106639711> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Cubic Meter"@en-US ; rdfs:label "Millilitre per Cubic Metre" ; rdfs:label "Millilitre per Cubic Metre"@en ; .
{"resource":"Millilitre per Cubic Metre"
,"qname":"unit:MilliL-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106639711>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA854"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA854"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Cubic Meter"
,"label":"Millilitre per Cubic Metre"
,"label":"Millilitre per Cubic Metre"
,"symbol":"mL\/m³"
,"type":"qudt:Unit"
,"ucum code":"mL.m-3"
,"unece common code":"H65"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"iec61360Code" : "0112/2///62720#UAA854",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA854",
"plainTextDescription" : "0.001-fold of the unit litre divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "mL/m³",
"ucumCode" : "mL.m-3",
"uneceCommonCode" : "H65",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106639711",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Cubic Metre", {
"@language" : "en",
"@value" : "Millilitre per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Cubic Meter"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-MIN
URI: http://qudt.org/vocab/unit/MilliL-PER-MIN
0.001-fold of the unit litre divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA855" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA855"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit litre divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "mL/min" ; <http://qudt.org/schema/qudt/ucumCode> "mL.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "41" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107313788> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Minute"@en-US ; rdfs:label "Millilitre per Minute" ; rdfs:label "Millilitre per Minute"@en ; .
{"resource":"Millilitre per Minute"
,"qname":"unit:MilliL-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107313788>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-8"
,"description":"0.001-fold of the unit litre divided by the unit minute"
,"description (plain text)":"0.001-fold of the unit litre divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA855"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA855"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Minute"
,"label":"Millilitre per Minute"
,"label":"Millilitre per Minute"
,"symbol":"mL\/min"
,"type":"qudt:Unit"
,"ucum code":"mL.min-1"
,"unece common code":"41"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA855",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA855",
"plainTextDescription" : "0.001-fold of the unit litre divided by the unit minute",
"symbol" : "mL/min",
"ucumCode" : "mL.min-1",
"uneceCommonCode" : "41",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107313788",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Minute", {
"@language" : "en-us",
"@value" : "Milliliter per Minute"
}, {
"@language" : "en",
"@value" : "Millilitre per Minute"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-MIN-BAR
URI: http://qudt.org/vocab/unit/MilliL-PER-MIN-BAR
0.001-fold of the unit litre divided by the product out of the unit minute and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-MIN-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the product out of the unit minute and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA857" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA857"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mL/(min·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.min-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G92" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Minute Bar"@en-US ; rdfs:label "Millilitre per Minute Bar" ; rdfs:label "Millilitre per Minute Bar"@en ; .
{"resource":"Millilitre per Minute Bar"
,"qname":"unit:MilliL-PER-MIN-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-MIN-BAR"
,"properties":["conversion multiplier":"0.0000000000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-13"
,"description":"0.001-fold of the unit litre divided by the product out of the unit minute and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA857"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA857"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Minute Bar"
,"label":"Millilitre per Minute Bar"
,"label":"Millilitre per Minute Bar"
,"symbol":"mL\/(min·bar)"
,"type":"qudt:Unit"
,"ucum code":"mL.min-1.bar-1"
,"unece common code":"G92"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-MIN-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the product out of the unit minute and the unit bar",
"conversionMultiplier" : "0.0000000000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA857",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA857",
"symbol" : "mL/(min·bar)",
"ucumCode" : "mL.min-1.bar-1",
"uneceCommonCode" : "G92",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milliliter per Minute Bar"
}, "Millilitre per Minute Bar", {
"@language" : "en",
"@value" : "Millilitre per Minute Bar"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-MIN-K
URI: http://qudt.org/vocab/unit/MilliL-PER-MIN-K
0.001-fold of the unit litre divided by the product out of the unit minute and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-MIN-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the product out of the unit minute and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA856" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA856"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mL/(min·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.min-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G75" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Minute Kelvin"@en-US ; rdfs:label "Millilitre per Minute Kelvin" ; rdfs:label "Millilitre per Minute Kelvin"@en ; .
{"resource":"Millilitre per Minute Kelvin"
,"qname":"unit:MilliL-PER-MIN-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-MIN-K"
,"properties":["conversion multiplier":"0.00000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-8"
,"description":"0.001-fold of the unit litre divided by the product out of the unit minute and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA856"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA856"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Minute Kelvin"
,"label":"Millilitre per Minute Kelvin"
,"label":"Millilitre per Minute Kelvin"
,"symbol":"mL\/(min·K)"
,"type":"qudt:Unit"
,"ucum code":"mL.min-1.K-1"
,"unece common code":"G75"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-MIN-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the product out of the unit minute and the SI base unit kelvin",
"conversionMultiplier" : "0.00000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA856",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA856",
"symbol" : "mL/(min·K)",
"ucumCode" : "mL.min-1.K-1",
"uneceCommonCode" : "G75",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Minute Kelvin", {
"@language" : "en",
"@value" : "Millilitre per Minute Kelvin"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Minute Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-SEC
URI: http://qudt.org/vocab/unit/MilliL-PER-SEC
0.001-fold of the unit litre divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA859" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA859"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit litre divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "mL/s" ; <http://qudt.org/schema/qudt/ucumCode> "mL.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "40" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107313780> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Second"@en-US ; rdfs:label "Millilitre per Second" ; rdfs:label "Millilitre per Second"@en ; .
{"resource":"Millilitre per Second"
,"qname":"unit:MilliL-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107313780>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.001-fold of the unit litre divided by the SI base unit second"
,"description (plain text)":"0.001-fold of the unit litre divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA859"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA859"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Second"
,"label":"Millilitre per Second"
,"label":"Millilitre per Second"
,"symbol":"mL\/s"
,"type":"qudt:Unit"
,"ucum code":"mL.s-1"
,"unece common code":"40"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA859",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA859",
"plainTextDescription" : "0.001-fold of the unit litre divided by the SI base unit second",
"symbol" : "mL/s",
"ucumCode" : "mL.s-1",
"uneceCommonCode" : "40",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107313780",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millilitre per Second", {
"@language" : "en",
"@value" : "Millilitre per Second"
}, {
"@language" : "en-us",
"@value" : "Milliliter per Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/MilliL-PER-SEC-BAR
0.001-fold of the unit litre divided by the product out of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the product out of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA861" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA861"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mL/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G93" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Second Bar"@en-US ; rdfs:label "Millilitre per Second Bar" ; rdfs:label "Millilitre per Second Bar"@en ; .
{"resource":"Millilitre per Second Bar"
,"qname":"unit:MilliL-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.00000000001"
,"conversion multiplier scientific":"1.0E-11"
,"description":"0.001-fold of the unit litre divided by the product out of the SI base unit second and the unit bar"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA861"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA861"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Second Bar"
,"label":"Millilitre per Second Bar"
,"label":"Millilitre per Second Bar"
,"symbol":"mL\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"mL.s-1.bar-1"
,"unece common code":"G93"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the product out of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.00000000001",
"conversionMultiplier:SN" : 1.0E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA861",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA861",
"symbol" : "mL/(s·bar)",
"ucumCode" : "mL.s-1.bar-1",
"uneceCommonCode" : "G93",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Milliliter per Second Bar"
}, "Millilitre per Second Bar", {
"@language" : "en",
"@value" : "Millilitre per Second Bar"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliL-PER-SEC-K
URI: http://qudt.org/vocab/unit/MilliL-PER-SEC-K
0.001-fold of the unit litre divided by the product out of the SI base unit second and the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliL-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit litre divided by the product out of the SI base unit second and the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA860" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA860"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mL/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "mL.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G76" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliliter per Second Kelvin"@en-US ; rdfs:label "Millilitre per Second Kelvin" ; rdfs:label "Millilitre per Second Kelvin"@en ; .
{"resource":"Millilitre per Second Kelvin"
,"qname":"unit:MilliL-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliL-PER-SEC-K"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.001-fold of the unit litre divided by the product out of the SI base unit second and the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA860"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA860"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliliter per Second Kelvin"
,"label":"Millilitre per Second Kelvin"
,"label":"Millilitre per Second Kelvin"
,"symbol":"mL\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"mL.s-1.K-1"
,"unece common code":"G76"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliL-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit litre divided by the product out of the SI base unit second and the SI base unit kelvin",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA860",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA860",
"symbol" : "mL/(s·K)",
"ucumCode" : "mL.s-1.K-1",
"uneceCommonCode" : "G76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Millilitre per Second Kelvin"
}, "Millilitre per Second Kelvin", {
"@language" : "en-us",
"@value" : "Milliliter per Second Kelvin"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM
URI: http://qudt.org/vocab/unit/MilliM
The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Millimetre"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$mm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA862" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Millimetre?oldid=493032457"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA862"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "mm" ; <http://qudt.org/schema/qudt/ucumCode> "mm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MMT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q174789> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter"@de ; rdfs:label "Millimeter"@en-US ; rdfs:label "Millimeter"@ms ; rdfs:label "Millimeter"@sl ; rdfs:label "Millimetr"@cs ; rdfs:label "Millimetr"@pl ; rdfs:label "Millimetre" ; rdfs:label "Millimetre"@en ; rdfs:label "Millimetre"@tr ; rdfs:label "Millimetro"@es ; rdfs:label "Millimetro"@it ; rdfs:label "Millimetru"@ro ; rdfs:label "Millimètre"@fr ; rdfs:label "Milliméter"@hu ; <http://www.w3.org/2004/02/skos/core#altLabel> "mil"@en-GB ; .
{"resource":"Millimetre"
,"qname":"unit:MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q174789>"
,"alternative label":"mil"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Millimetre"
,"description":"The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly\u200A5\/127 (approximately 0.039370) of an inch."
,"expression":"$mm$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA862"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Millimetre?oldid=493032457"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA862"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter"
,"label":"Millimeter"
,"label":"Millimeter"
,"label":"Millimeter"
,"label":"Millimetr"
,"label":"Millimetr"
,"label":"Millimetre"
,"label":"Millimetre"
,"label":"Millimetre"
,"label":"Millimetro"
,"label":"Millimetro"
,"label":"Millimetru"
,"label":"Millimètre"
,"label":"Milliméter"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:M"
,"symbol":"mm"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mm"
,"unece common code":"MMT"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The millimetre (International spelling as used by the International Bureau of Weights and Measures) or millimeter (American spelling) (SI unit symbol mm) is a unit of length in the metric system, equal to one thousandth of a metre, which is the SI base unit of length. It is equal to 1000 micrometres or 1000000 nanometres. A millimetre is equal to exactly 5/127 (approximately 0.039370) of an inch.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"dbpediaMatch" : "http://dbpedia.org/resource/Millimetre",
"expression" : "$mm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA862",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Millimetre?oldid=493032457", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA862" ],
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "mm",
"ucumCode" : "mm",
"uneceCommonCode" : "MMT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q174789",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hu",
"@value" : "Milliméter"
}, {
"@language" : "fr",
"@value" : "Millimètre"
}, {
"@language" : "ro",
"@value" : "Millimetru"
}, {
"@language" : "cs",
"@value" : "Millimetr"
}, {
"@language" : "pl",
"@value" : "Millimetr"
}, "Millimetre", {
"@language" : "en",
"@value" : "Millimetre"
}, {
"@language" : "es",
"@value" : "Millimetro"
}, {
"@language" : "it",
"@value" : "Millimetro"
}, {
"@language" : "tr",
"@value" : "Millimetre"
}, {
"@language" : "de",
"@value" : "Millimeter"
}, {
"@language" : "en-us",
"@value" : "Millimeter"
}, {
"@language" : "ms",
"@value" : "Millimeter"
}, {
"@language" : "sl",
"@value" : "Millimeter"
} ],
"altLabel" : {
"@language" : "en-gb",
"@value" : "mil"
},
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-BAR
URI: http://qudt.org/vocab/unit/MilliM-PER-BAR
0.001-fold of the SI base unit metre divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit metre divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA865" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA865"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mm/bar" ; <http://qudt.org/schema/qudt/ucumCode> "mm.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G06" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter per Bar"@en-US ; rdfs:label "Millimetre per Bar" ; rdfs:label "Millimetre per Bar"@en ; .
{"resource":"Millimetre per Bar"
,"qname":"unit:MilliM-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-BAR"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.001-fold of the SI base unit metre divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA865"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA865"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter per Bar"
,"label":"Millimetre per Bar"
,"label":"Millimetre per Bar"
,"symbol":"mm\/bar"
,"type":"qudt:Unit"
,"ucum code":"mm.bar-1"
,"unece common code":"G06"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit metre divided by the unit bar",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA865",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA865",
"symbol" : "mm/bar",
"ucumCode" : "mm.bar-1",
"uneceCommonCode" : "G06",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millimetre per Bar", {
"@language" : "en",
"@value" : "Millimetre per Bar"
}, {
"@language" : "en-us",
"@value" : "Millimeter per Bar"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-DAY
URI: http://qudt.org/vocab/unit/MilliM-PER-DAY
A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-DAY> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Rain#Measurement"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)" ; <http://qudt.org/schema/qudt/symbol> "mm/d" ; <http://qudt.org/schema/qudt/ucumCode> "mm.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907387> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter per Day"@en-US ; rdfs:label "Millimetre per Day" ; rdfs:label "Millimetre per Day"@en ; .
{"resource":"Millimetre per Day"
,"qname":"unit:MilliM-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-DAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907387>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)"
,"description (plain text)":"A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Rain#Measurement"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter per Day"
,"label":"Millimetre per Day"
,"label":"Millimetre per Day"
,"symbol":"mm\/d"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mm.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-DAY",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"informativeReference" : "https://en.wikipedia.org/wiki/Rain#Measurement",
"plainTextDescription" : "A measure of change in depth over time for a specific area, typically used to express precipitation intensity or evaporation (the amount of liquid water evaporated per unit of time from the area)",
"symbol" : "mm/d",
"ucumCode" : "mm.d-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907387",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Millimeter per Day"
}, "Millimetre per Day", {
"@language" : "en",
"@value" : "Millimetre per Day"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-DEG_C-M
URI: http://qudt.org/vocab/unit/MilliM-PER-DEG_C-M
0.001-fold of the SI unit metre divided by the product of the unit degree Celsius and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-DEG_C-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI unit metre divided by the product of the unit degree Celsius and the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExpansionRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA863" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA863"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mm/(°C·m)" ; <http://qudt.org/schema/qudt/ucumCode> "mm.Cel-1.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E97" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter na Stopinja Celzija Meter"@sl ; rdfs:label "Millimeter per Darjah Celsius Meter"@ms ; rdfs:label "Millimeter per Degree Celsius Meter"@en-US ; rdfs:label "Millimeter pro Grad Celsius Meter"@de ; rdfs:label "Millimetr na Stopień Celsjusza Metr"@pl ; rdfs:label "Millimetr na Stupně Celsia Metr"@cs ; rdfs:label "Millimetre per Celsius Metre"@tr ; rdfs:label "Millimetre per Degree Celsius Metre" ; rdfs:label "Millimetre per Degree Celsius Metre"@en ; rdfs:label "Millimetro per Grado Celsius Metro"@it ; rdfs:label "Millimetro por Grado Celsius Metro"@es ; rdfs:label "Millimetru pe Grad Celsius Metru"@ro ; rdfs:label "Millimètre par Degré Celsius Mètre"@fr ; .
{"resource":"Millimetre per Degree Celsius Metre"
,"qname":"unit:MilliM-PER-DEG_C-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-DEG_C-M"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI unit metre divided by the product of the unit degree Celsius and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ExpansionRatio"
,"has quantity kind":"quantitykind:ThermalExpansionCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA863"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA863"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter na Stopinja Celzija Meter"
,"label":"Millimeter per Darjah Celsius Meter"
,"label":"Millimeter per Degree Celsius Meter"
,"label":"Millimeter pro Grad Celsius Meter"
,"label":"Millimetr na Stopień Celsjusza Metr"
,"label":"Millimetr na Stupně Celsia Metr"
,"label":"Millimetre per Celsius Metre"
,"label":"Millimetre per Degree Celsius Metre"
,"label":"Millimetre per Degree Celsius Metre"
,"label":"Millimetro per Grado Celsius Metro"
,"label":"Millimetro por Grado Celsius Metro"
,"label":"Millimetru pe Grad Celsius Metru"
,"label":"Millimètre par Degré Celsius Mètre"
,"symbol":"mm\/(°C·m)"
,"type":"qudt:Unit"
,"ucum code":"mm.Cel-1.m-1"
,"unece common code":"E97"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-DEG_C-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI unit metre divided by the product of the unit degree Celsius and the SI base unit metre",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient", "http://qudt.org/vocab/quantitykind/ExpansionRatio" ],
"iec61360Code" : "0112/2///62720#UAA863",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA863",
"symbol" : "mm/(°C·m)",
"ucumCode" : "mm.Cel-1.m-1",
"uneceCommonCode" : "E97",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Millimètre par Degré Celsius Mètre"
}, {
"@language" : "de",
"@value" : "Millimeter pro Grad Celsius Meter"
}, {
"@language" : "ro",
"@value" : "Millimetru pe Grad Celsius Metru"
}, {
"@language" : "sl",
"@value" : "Millimeter na Stopinja Celzija Meter"
}, {
"@language" : "cs",
"@value" : "Millimetr na Stupně Celsia Metr"
}, {
"@language" : "tr",
"@value" : "Millimetre per Celsius Metre"
}, "Millimetre per Degree Celsius Metre", {
"@language" : "en",
"@value" : "Millimetre per Degree Celsius Metre"
}, {
"@language" : "pl",
"@value" : "Millimetr na Stopień Celsjusza Metr"
}, {
"@language" : "ms",
"@value" : "Millimeter per Darjah Celsius Meter"
}, {
"@language" : "en-us",
"@value" : "Millimeter per Degree Celsius Meter"
}, {
"@language" : "it",
"@value" : "Millimetro per Grado Celsius Metro"
}, {
"@language" : "es",
"@value" : "Millimetro por Grado Celsius Metro"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-HR
URI: http://qudt.org/vocab/unit/MilliM-PER-HR
0001-fold of the SI base unit metre divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0001-fold of the SI base unit metre divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA866" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA866"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0001-fold of the SI base unit metre divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "mm/h" ; <http://qudt.org/schema/qudt/ucumCode> "mm.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H67" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907383> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter per Hour"@en-US ; rdfs:label "Millimetre per Hour" ; rdfs:label "Millimetre per Hour"@en ; .
{"resource":"Millimetre per Hour"
,"qname":"unit:MilliM-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907383>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"0001-fold of the SI base unit metre divided by the unit hour"
,"description (plain text)":"0001-fold of the SI base unit metre divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA866"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA866"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter per Hour"
,"label":"Millimetre per Hour"
,"label":"Millimetre per Hour"
,"symbol":"mm\/h"
,"type":"qudt:Unit"
,"ucum code":"mm.h-1"
,"unece common code":"H67"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0001-fold of the SI base unit metre divided by the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"iec61360Code" : "0112/2///62720#UAA866",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA866",
"plainTextDescription" : "0001-fold of the SI base unit metre divided by the unit hour",
"symbol" : "mm/h",
"ucumCode" : "mm.h-1",
"uneceCommonCode" : "H67",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907383",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Millimeter per Hour"
}, "Millimetre per Hour", {
"@language" : "en",
"@value" : "Millimetre per Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-K
URI: http://qudt.org/vocab/unit/MilliM-PER-K
0.001-fold of the SI base unit metre divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit metre divided by the SI base unit kelvin"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA864" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA864"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI base unit metre divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/symbol> "mm/K" ; <http://qudt.org/schema/qudt/ucumCode> "mm.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F53" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter na Kelvin"@sl ; rdfs:label "Millimeter per Kelvin"@en-US ; rdfs:label "Millimeter per Kelvin"@ms ; rdfs:label "Millimeter pro Kelvin"@de ; rdfs:label "Millimetr na Kelvin"@cs ; rdfs:label "Millimetr na Kelwin"@pl ; rdfs:label "Millimetre per Kelvin" ; rdfs:label "Millimetre per Kelvin"@en ; rdfs:label "Millimetre per Kelvin"@tr ; rdfs:label "Millimetro per Kelvin"@it ; rdfs:label "Millimetro por Kelvin"@es ; rdfs:label "Millimetru pe Kelvin"@ro ; rdfs:label "Millimètre par Kelvin"@fr ; .
{"resource":"Millimetre per Kelvin"
,"qname":"unit:MilliM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit metre divided by the SI base unit kelvin"
,"description (plain text)":"0.001-fold of the SI base unit metre divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA864"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA864"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter na Kelvin"
,"label":"Millimeter per Kelvin"
,"label":"Millimeter per Kelvin"
,"label":"Millimeter pro Kelvin"
,"label":"Millimetr na Kelvin"
,"label":"Millimetr na Kelwin"
,"label":"Millimetre per Kelvin"
,"label":"Millimetre per Kelvin"
,"label":"Millimetre per Kelvin"
,"label":"Millimetro per Kelvin"
,"label":"Millimetro por Kelvin"
,"label":"Millimetru pe Kelvin"
,"label":"Millimètre par Kelvin"
,"symbol":"mm\/K"
,"type":"qudt:Unit"
,"ucum code":"mm.K-1"
,"unece common code":"F53"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit metre divided by the SI base unit kelvin",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearThermalExpansion",
"iec61360Code" : "0112/2///62720#UAA864",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA864",
"plainTextDescription" : "0.001-fold of the SI base unit metre divided by the SI base unit kelvin",
"symbol" : "mm/K",
"ucumCode" : "mm.K-1",
"uneceCommonCode" : "F53",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Millimetro por Kelvin"
}, {
"@language" : "fr",
"@value" : "Millimètre par Kelvin"
}, {
"@language" : "ro",
"@value" : "Millimetru pe Kelvin"
}, "Millimetre per Kelvin", {
"@language" : "en",
"@value" : "Millimetre per Kelvin"
}, {
"@language" : "tr",
"@value" : "Millimetre per Kelvin"
}, {
"@language" : "cs",
"@value" : "Millimetr na Kelvin"
}, {
"@language" : "it",
"@value" : "Millimetro per Kelvin"
}, {
"@language" : "de",
"@value" : "Millimeter pro Kelvin"
}, {
"@language" : "sl",
"@value" : "Millimeter na Kelvin"
}, {
"@language" : "en-us",
"@value" : "Millimeter per Kelvin"
}, {
"@language" : "ms",
"@value" : "Millimeter per Kelvin"
}, {
"@language" : "pl",
"@value" : "Millimetr na Kelwin"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-M
URI: http://qudt.org/vocab/unit/MilliM-PER-M
0.001-fold of SI base unit metre divided by SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of SI base unit metre divided by SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Gradient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC001" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC001"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mm/m" ; <http://qudt.org/schema/qudt/ucumCode> "mm.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter na Meter"@sl ; rdfs:label "Millimeter per Meter"@en-US ; rdfs:label "Millimeter per Meter"@ms ; rdfs:label "Millimeter pro Meter"@de ; rdfs:label "Millimetr na Metr"@cs ; rdfs:label "Millimetr na Metr"@pl ; rdfs:label "Millimetre per Metre" ; rdfs:label "Millimetre per Metre"@en ; rdfs:label "Millimetre per Metre"@tr ; rdfs:label "Millimetro per Metro"@it ; rdfs:label "Millimetro por Metro"@es ; rdfs:label "Millimetru pe Metru"@ro ; rdfs:label "Millimètre par Mètre"@fr ; .
{"resource":"Millimetre per Metre"
,"qname":"unit:MilliM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-M"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of SI base unit metre divided by SI base unit metre"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Gradient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC001"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC001"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter na Meter"
,"label":"Millimeter per Meter"
,"label":"Millimeter per Meter"
,"label":"Millimeter pro Meter"
,"label":"Millimetr na Metr"
,"label":"Millimetr na Metr"
,"label":"Millimetre per Metre"
,"label":"Millimetre per Metre"
,"label":"Millimetre per Metre"
,"label":"Millimetro per Metro"
,"label":"Millimetro por Metro"
,"label":"Millimetru pe Metru"
,"label":"Millimètre par Mètre"
,"symbol":"mm\/m"
,"type":"qudt:Unit"
,"ucum code":"mm.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of SI base unit metre divided by SI base unit metre",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Gradient",
"iec61360Code" : "0112/2///62720#UAC001",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC001",
"symbol" : "mm/m",
"ucumCode" : "mm.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Millimetru pe Metru"
}, {
"@language" : "de",
"@value" : "Millimeter pro Meter"
}, {
"@language" : "ms",
"@value" : "Millimeter per Meter"
}, {
"@language" : "en-us",
"@value" : "Millimeter per Meter"
}, {
"@language" : "cs",
"@value" : "Millimetr na Metr"
}, {
"@language" : "es",
"@value" : "Millimetro por Metro"
}, {
"@language" : "pl",
"@value" : "Millimetr na Metr"
}, "Millimetre per Metre", {
"@language" : "sl",
"@value" : "Millimeter na Meter"
}, {
"@language" : "en",
"@value" : "Millimetre per Metre"
}, {
"@language" : "tr",
"@value" : "Millimetre per Metre"
}, {
"@language" : "fr",
"@value" : "Millimètre par Mètre"
}, {
"@language" : "it",
"@value" : "Millimetro per Metro"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-M2
URI: http://qudt.org/vocab/unit/MilliM-PER-M2
0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "mm/m²" ; <http://qudt.org/schema/qudt/ucumCode> "mm.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter na Kvadratni Meter"@sl ; rdfs:label "Millimeter per Meter Persegi"@ms ; rdfs:label "Millimeter per Square Meter"@en-US ; rdfs:label "Millimeter pro Quadratmeter"@de ; rdfs:label "Millimetr na Metr Kwadratowy"@pl ; rdfs:label "Millimetr na Čtvereční Metr"@cs ; rdfs:label "Millimetre per Metrekare"@tr ; rdfs:label "Millimetre per Square Metre" ; rdfs:label "Millimetre per Square Metre"@en ; rdfs:label "Millimetro per Metro Quadrato"@it ; rdfs:label "Millimetro por Metro Cuadrado"@es ; rdfs:label "Millimetru pe Metru Pătrat"@ro ; rdfs:label "Millimètre par Mètre Carré"@fr ; .
{"resource":"Millimetre per Square Metre"
,"qname":"unit:MilliM-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"denominator dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"description":"0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter na Kvadratni Meter"
,"label":"Millimeter per Meter Persegi"
,"label":"Millimeter per Square Meter"
,"label":"Millimeter pro Quadratmeter"
,"label":"Millimetr na Metr Kwadratowy"
,"label":"Millimetr na Čtvereční Metr"
,"label":"Millimetre per Metrekare"
,"label":"Millimetre per Square Metre"
,"label":"Millimetre per Square Metre"
,"label":"Millimetro per Metro Quadrato"
,"label":"Millimetro por Metro Cuadrado"
,"label":"Millimetru pe Metru Pătrat"
,"label":"Millimètre par Mètre Carré"
,"numerator dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"symbol":"mm\/m²"
,"type":"qudt:Unit"
,"ucum code":"mm.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"plainTextDescription" : "0,001-fold of the SI base unit meter divided by the power of the SI base unit metre with the exponent 2",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"symbol" : "mm/m²",
"ucumCode" : "mm.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Millimetru pe Metru Pătrat"
}, {
"@language" : "pl",
"@value" : "Millimetr na Metr Kwadratowy"
}, {
"@language" : "cs",
"@value" : "Millimetr na Čtvereční Metr"
}, {
"@language" : "fr",
"@value" : "Millimètre par Mètre Carré"
}, {
"@language" : "ms",
"@value" : "Millimeter per Meter Persegi"
}, {
"@language" : "de",
"@value" : "Millimeter pro Quadratmeter"
}, {
"@language" : "tr",
"@value" : "Millimetre per Metrekare"
}, {
"@language" : "sl",
"@value" : "Millimeter na Kvadratni Meter"
}, {
"@language" : "en-us",
"@value" : "Millimeter per Square Meter"
}, {
"@language" : "it",
"@value" : "Millimetro per Metro Quadrato"
}, "Millimetre per Square Metre", {
"@language" : "en",
"@value" : "Millimetre per Square Metre"
}, {
"@language" : "es",
"@value" : "Millimetro por Metro Cuadrado"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-MIN
URI: http://qudt.org/vocab/unit/MilliM-PER-MIN
0.001-fold of the SI base unit metre divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit metre divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB378" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB378"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI base unit metre divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "mm/min" ; <http://qudt.org/schema/qudt/ucumCode> "mm.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H81" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q57273614> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter per Minute"@en-US ; rdfs:label "Millimetre per Minute" ; rdfs:label "Millimetre per Minute"@en ; .
{"resource":"Millimetre per Minute"
,"qname":"unit:MilliM-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q57273614>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-5"
,"description":"0.001-fold of the SI base unit metre divided by the unit minute"
,"description (plain text)":"0.001-fold of the SI base unit metre divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB378"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB378"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter per Minute"
,"label":"Millimetre per Minute"
,"label":"Millimetre per Minute"
,"symbol":"mm\/min"
,"type":"qudt:Unit"
,"ucum code":"mm.min-1"
,"unece common code":"H81"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit metre divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.00001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/LinearVelocity" ],
"iec61360Code" : "0112/2///62720#UAB378",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB378",
"plainTextDescription" : "0.001-fold of the SI base unit metre divided by the unit minute",
"symbol" : "mm/min",
"ucumCode" : "mm.min-1",
"uneceCommonCode" : "H81",
"wikidataMatch" : "http://www.wikidata.org/entity/Q57273614",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Millimeter per Minute"
}, "Millimetre per Minute", {
"@language" : "en",
"@value" : "Millimetre per Minute"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-SEC
URI: http://qudt.org/vocab/unit/MilliM-PER-SEC
0.001-fold of the SI base unit metre divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit metre divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA867" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA867"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI base unit metre divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "mm/s" ; <http://qudt.org/schema/qudt/ucumCode> "mm.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C16" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q102130688> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter na Sekunda"@sl ; rdfs:label "Millimeter per Saat"@ms ; rdfs:label "Millimeter per Second"@en-US ; rdfs:label "Millimeter pro Sekunde"@de ; rdfs:label "Millimetr na Sekunda"@cs ; rdfs:label "Millimetr na Sekunda"@pl ; rdfs:label "Millimetre per Saniye"@tr ; rdfs:label "Millimetre per Second" ; rdfs:label "Millimetre per Second"@en ; rdfs:label "Millimetro per Secondo"@it ; rdfs:label "Millimetro por Segundo"@es ; rdfs:label "Millimetru pe Secundă"@ro ; rdfs:label "Millimètre par Seconde"@fr ; .
{"resource":"Millimetre per Second"
,"qname":"unit:MilliM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q102130688>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit metre divided by the SI base unit second"
,"description (plain text)":"0.001-fold of the SI base unit metre divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA867"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA867"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter na Sekunda"
,"label":"Millimeter per Saat"
,"label":"Millimeter per Second"
,"label":"Millimeter pro Sekunde"
,"label":"Millimetr na Sekunda"
,"label":"Millimetr na Sekunda"
,"label":"Millimetre per Saniye"
,"label":"Millimetre per Second"
,"label":"Millimetre per Second"
,"label":"Millimetro per Secondo"
,"label":"Millimetro por Segundo"
,"label":"Millimetru pe Secundă"
,"label":"Millimètre par Seconde"
,"symbol":"mm\/s"
,"type":"qudt:Unit"
,"ucum code":"mm.s-1"
,"unece common code":"C16"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit metre divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"iec61360Code" : "0112/2///62720#UAA867",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA867",
"plainTextDescription" : "0.001-fold of the SI base unit metre divided by the SI base unit second",
"symbol" : "mm/s",
"ucumCode" : "mm.s-1",
"uneceCommonCode" : "C16",
"wikidataMatch" : "http://www.wikidata.org/entity/Q102130688",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millimetre per Second", {
"@language" : "en",
"@value" : "Millimetre per Second"
}, {
"@language" : "es",
"@value" : "Millimetro por Segundo"
}, {
"@language" : "sl",
"@value" : "Millimeter na Sekunda"
}, {
"@language" : "fr",
"@value" : "Millimètre par Seconde"
}, {
"@language" : "tr",
"@value" : "Millimetre per Saniye"
}, {
"@language" : "it",
"@value" : "Millimetro per Secondo"
}, {
"@language" : "en-us",
"@value" : "Millimeter per Second"
}, {
"@language" : "de",
"@value" : "Millimeter pro Sekunde"
}, {
"@language" : "cs",
"@value" : "Millimetr na Sekunda"
}, {
"@language" : "pl",
"@value" : "Millimetr na Sekunda"
}, {
"@language" : "ro",
"@value" : "Millimetru pe Secundă"
}, {
"@language" : "ms",
"@value" : "Millimeter per Saat"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-SEC2
URI: http://qudt.org/vocab/unit/MilliM-PER-SEC2
0.001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB400" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB400"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mm/s²" ; <http://qudt.org/schema/qudt/ucumCode> "mm.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M41" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter na Kvadratni Sekunda"@sl ; rdfs:label "Millimeter per Saat Persegi"@ms ; rdfs:label "Millimeter per Square Second"@en-US ; rdfs:label "Millimeter pro Quadratsekunde"@de ; rdfs:label "Millimetr na Sekunda Kwadratowy"@pl ; rdfs:label "Millimetr na Čtvereční Sekunda"@cs ; rdfs:label "Millimetre per Saniyekare"@tr ; rdfs:label "Millimetre per Square Second" ; rdfs:label "Millimetre per Square Second"@en ; rdfs:label "Millimetro per Secondo Quadrato"@it ; rdfs:label "Millimetro por Segundo Cuadrado"@es ; rdfs:label "Millimetru pe Secundă Pătrat"@ro ; rdfs:label "Millimètre par Seconde Carré"@fr ; .
{"resource":"Millimetre per Square Second"
,"qname":"unit:MilliM-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-SEC2"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB400"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB400"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter na Kvadratni Sekunda"
,"label":"Millimeter per Saat Persegi"
,"label":"Millimeter per Square Second"
,"label":"Millimeter pro Quadratsekunde"
,"label":"Millimetr na Sekunda Kwadratowy"
,"label":"Millimetr na Čtvereční Sekunda"
,"label":"Millimetre per Saniyekare"
,"label":"Millimetre per Square Second"
,"label":"Millimetre per Square Second"
,"label":"Millimetro per Secondo Quadrato"
,"label":"Millimetro por Segundo Cuadrado"
,"label":"Millimetru pe Secundă Pătrat"
,"label":"Millimètre par Seconde Carré"
,"symbol":"mm\/s²"
,"type":"qudt:Unit"
,"ucum code":"mm.s-2"
,"unece common code":"M41"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit metre divided by the power of the SI base unit second by exponent 2",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAcceleration", "http://qudt.org/vocab/quantitykind/Acceleration" ],
"iec61360Code" : "0112/2///62720#UAB400",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB400",
"symbol" : "mm/s²",
"ucumCode" : "mm.s-2",
"uneceCommonCode" : "M41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Millimètre par Seconde Carré"
}, "Millimetre per Square Second", {
"@language" : "en",
"@value" : "Millimetre per Square Second"
}, {
"@language" : "pl",
"@value" : "Millimetr na Sekunda Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Millimetru pe Secundă Pătrat"
}, {
"@language" : "de",
"@value" : "Millimeter pro Quadratsekunde"
}, {
"@language" : "sl",
"@value" : "Millimeter na Kvadratni Sekunda"
}, {
"@language" : "tr",
"@value" : "Millimetre per Saniyekare"
}, {
"@language" : "es",
"@value" : "Millimetro por Segundo Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Millimeter per Square Second"
}, {
"@language" : "cs",
"@value" : "Millimetr na Čtvereční Sekunda"
}, {
"@language" : "ms",
"@value" : "Millimeter per Saat Persegi"
}, {
"@language" : "it",
"@value" : "Millimetro per Secondo Quadrato"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM-PER-YR
URI: http://qudt.org/vocab/unit/MilliM-PER-YR
0.001-fold of the SI base unit metre divided by the unit year
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit metre divided by the unit year"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA868" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA868"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI base unit metre divided by the unit year" ; <http://qudt.org/schema/qudt/symbol> "mm/a" ; <http://qudt.org/schema/qudt/ucumCode> "mm.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H66" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q65028392> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter per Year"@en-US ; rdfs:label "Millimetre per Year" ; rdfs:label "Millimetre per Year"@en ; .
{"resource":"Millimetre per Year"
,"qname":"unit:MilliM-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM-PER-YR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q65028392>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-11"
,"description":"0.001-fold of the SI base unit metre divided by the unit year"
,"description (plain text)":"0.001-fold of the SI base unit metre divided by the unit year"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA868"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA868"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter per Year"
,"label":"Millimetre per Year"
,"label":"Millimetre per Year"
,"symbol":"mm\/a"
,"type":"qudt:Unit"
,"ucum code":"mm.a-1"
,"unece common code":"H66"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit metre divided by the unit year",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity" ],
"iec61360Code" : "0112/2///62720#UAA868",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA868",
"plainTextDescription" : "0.001-fold of the SI base unit metre divided by the unit year",
"symbol" : "mm/a",
"ucumCode" : "mm.a-1",
"uneceCommonCode" : "H66",
"wikidataMatch" : "http://www.wikidata.org/entity/Q65028392",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Millimeter per Year"
}, "Millimetre per Year", {
"@language" : "en",
"@value" : "Millimetre per Year"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM2
URI: http://qudt.org/vocab/unit/MilliM2
0.000001-fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA871" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA871"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "mm²" ; <http://qudt.org/schema/qudt/ucumCode> "mm2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "MMK" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2737347> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Millimeter"@sl ; rdfs:label "Millimeter Persegi"@ms ; rdfs:label "Millimetr Kwadratowy"@pl ; rdfs:label "Millimetrekare"@tr ; rdfs:label "Millimetro Cuadrado"@es ; rdfs:label "Millimetro Quadrato"@it ; rdfs:label "Millimetru Pătrat"@ro ; rdfs:label "Millimètre Carré"@fr ; rdfs:label "Quadratmillimeter"@de ; rdfs:label "Square Millimeter"@en-US ; rdfs:label "Square Millimetre" ; rdfs:label "Square Millimetre"@en ; rdfs:label "Čtvereční Millimetr"@cs ; .
{"resource":"Square Millimetre"
,"qname":"unit:MilliM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2737347>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.000001-fold of the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA871"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA871"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Millimeter"
,"label":"Millimeter Persegi"
,"label":"Millimetr Kwadratowy"
,"label":"Millimetrekare"
,"label":"Millimetro Cuadrado"
,"label":"Millimetro Quadrato"
,"label":"Millimetru Pătrat"
,"label":"Millimètre Carré"
,"label":"Quadratmillimeter"
,"label":"Square Millimeter"
,"label":"Square Millimetre"
,"label":"Square Millimetre"
,"label":"Čtvereční Millimetr"
,"symbol":"mm²"
,"type":"qudt:Unit"
,"ucum code":"mm2"
,"unece common code":"MMK"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Area", "http://qudt.org/vocab/quantitykind/HydraulicPermeability" ],
"iec61360Code" : "0112/2///62720#UAA871",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA871",
"plainTextDescription" : "0.000001-fold of the power of the SI base unit metre with the exponent 2",
"symbol" : "mm²",
"ucumCode" : "mm2",
"uneceCommonCode" : "MMK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2737347",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Čtvereční Millimetr"
}, {
"@language" : "ro",
"@value" : "Millimetru Pătrat"
}, {
"@language" : "sl",
"@value" : "Kvadratni Millimeter"
}, {
"@language" : "tr",
"@value" : "Millimetrekare"
}, {
"@language" : "pl",
"@value" : "Millimetr Kwadratowy"
}, "Square Millimetre", {
"@language" : "en",
"@value" : "Square Millimetre"
}, {
"@language" : "it",
"@value" : "Millimetro Quadrato"
}, {
"@language" : "ms",
"@value" : "Millimeter Persegi"
}, {
"@language" : "de",
"@value" : "Quadratmillimeter"
}, {
"@language" : "fr",
"@value" : "Millimètre Carré"
}, {
"@language" : "es",
"@value" : "Millimetro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Square Millimeter"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM2-PER-SEC
URI: http://qudt.org/vocab/unit/MilliM2-PER-SEC
0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM2-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA872" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA872"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "mm²/s" ; <http://qudt.org/schema/qudt/ucumCode> "mm2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C17" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q26162546> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Millimeter na Sekunda"@sl ; rdfs:label "Millimeter Persegi per Saat"@ms ; rdfs:label "Millimetr Kwadratowy na Sekunda"@pl ; rdfs:label "Millimetrekare per Saniye"@tr ; rdfs:label "Millimetro Cuadrado por Segundo"@es ; rdfs:label "Millimetro Quadrato per Secondo"@it ; rdfs:label "Millimetru Pătrat pe Secundă"@ro ; rdfs:label "Millimètre Carré par Seconde"@fr ; rdfs:label "Quadratmillimeter pro Sekunde"@de ; rdfs:label "Square Millimeter per Second"@en-US ; rdfs:label "Square Millimetre per Second" ; rdfs:label "Square Millimetre per Second"@en ; rdfs:label "Čtvereční Millimetr na Sekunda"@cs ; .
{"resource":"Square Millimetre per Second"
,"qname":"unit:MilliM2-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM2-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q26162546>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second"
,"description (plain text)":"0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AreaPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA872"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA872"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Millimeter na Sekunda"
,"label":"Millimeter Persegi per Saat"
,"label":"Millimetr Kwadratowy na Sekunda"
,"label":"Millimetrekare per Saniye"
,"label":"Millimetro Cuadrado por Segundo"
,"label":"Millimetro Quadrato per Secondo"
,"label":"Millimetru Pătrat pe Secundă"
,"label":"Millimètre Carré par Seconde"
,"label":"Quadratmillimeter pro Sekunde"
,"label":"Square Millimeter per Second"
,"label":"Square Millimetre per Second"
,"label":"Square Millimetre per Second"
,"label":"Čtvereční Millimetr na Sekunda"
,"symbol":"mm²\/s"
,"type":"qudt:Unit"
,"ucum code":"mm2.s-1"
,"unece common code":"C17"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM2-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaPerTime",
"iec61360Code" : "0112/2///62720#UAA872",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA872",
"plainTextDescription" : "0.000001-fold of the power of the SI base unit metre with the exponent 2 divided by the SI base unit second",
"symbol" : "mm²/s",
"ucumCode" : "mm2.s-1",
"uneceCommonCode" : "C17",
"wikidataMatch" : "http://www.wikidata.org/entity/Q26162546",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Millimetro Quadrato per Secondo"
}, "Square Millimetre per Second", {
"@language" : "fr",
"@value" : "Millimètre Carré par Seconde"
}, {
"@language" : "en",
"@value" : "Square Millimetre per Second"
}, {
"@language" : "en-us",
"@value" : "Square Millimeter per Second"
}, {
"@language" : "es",
"@value" : "Millimetro Cuadrado por Segundo"
}, {
"@language" : "tr",
"@value" : "Millimetrekare per Saniye"
}, {
"@language" : "sl",
"@value" : "Kvadratni Millimeter na Sekunda"
}, {
"@language" : "de",
"@value" : "Quadratmillimeter pro Sekunde"
}, {
"@language" : "pl",
"@value" : "Millimetr Kwadratowy na Sekunda"
}, {
"@language" : "ro",
"@value" : "Millimetru Pătrat pe Secundă"
}, {
"@language" : "cs",
"@value" : "Čtvereční Millimetr na Sekunda"
}, {
"@language" : "ms",
"@value" : "Millimeter Persegi per Saat"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM3
URI: http://qudt.org/vocab/unit/MilliM3
A metric measure of volume or capacity equal to a cube 1 millimeter on each edge
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliM3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A metric measure of volume or capacity equal to a cube 1 millimeter on each edge"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$mm^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-MilliM3> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA873" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA873"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "mm³" ;
<http://qudt.org/schema/qudt/ucumCode> "mm3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "MMQ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3675550> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Millimeter"@en-US ;
rdfs:label "Cubic Millimetre" ;
rdfs:label "Cubic Millimetre"@en ;
rdfs:label "Kubikmillimeter"@de ;
rdfs:label "Kubični Millimeter"@sl ;
rdfs:label "Millimeter Kubik"@ms ;
rdfs:label "Millimetr Krychlový"@cs ;
rdfs:label "Millimetr Sześcienny"@pl ;
rdfs:label "Millimetreküp"@tr ;
rdfs:label "Millimetro Cubo"@it ;
rdfs:label "Millimetro Cúbico"@es ;
rdfs:label "Millimetru Cub"@ro ;
rdfs:label "Millimètre Cube"@fr ;
.
{"resource":"Cubic Millimetre"
,"qname":"unit:MilliM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3675550>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"defined unit of system":"sou:SI"
,"description":"A metric measure of volume or capacity equal to a cube 1 millimeter on each edge"
,"expression":"$mm^{3}$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"has reciprocal unit":"unit:PER-MilliM3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA873"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA873"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Millimeter"
,"label":"Cubic Millimetre"
,"label":"Cubic Millimetre"
,"label":"Kubikmillimeter"
,"label":"Kubični Millimeter"
,"label":"Millimeter Kubik"
,"label":"Millimetr Krychlový"
,"label":"Millimetr Sześcienny"
,"label":"Millimetreküp"
,"label":"Millimetro Cubo"
,"label":"Millimetro Cúbico"
,"label":"Millimetru Cub"
,"label":"Millimètre Cube"
,"symbol":"mm³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mm3"
,"unece common code":"MMQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM3",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A metric measure of volume or capacity equal to a cube 1 millimeter on each edge",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$mm^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-MilliM3",
"iec61360Code" : "0112/2///62720#UAA873",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA873",
"symbol" : "mm³",
"ucumCode" : "mm3",
"uneceCommonCode" : "MMQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3675550",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Millimetre", {
"@language" : "en",
"@value" : "Cubic Millimetre"
}, {
"@language" : "sl",
"@value" : "Kubični Millimeter"
}, {
"@language" : "fr",
"@value" : "Millimètre Cube"
}, {
"@language" : "en-us",
"@value" : "Cubic Millimeter"
}, {
"@language" : "ro",
"@value" : "Millimetru Cub"
}, {
"@language" : "ms",
"@value" : "Millimeter Kubik"
}, {
"@language" : "es",
"@value" : "Millimetro Cúbico"
}, {
"@language" : "it",
"@value" : "Millimetro Cubo"
}, {
"@language" : "pl",
"@value" : "Millimetr Sześcienny"
}, {
"@language" : "tr",
"@value" : "Millimetreküp"
}, {
"@language" : "de",
"@value" : "Kubikmillimeter"
}, {
"@language" : "cs",
"@value" : "Millimetr Krychlový"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM3-PER-GM
URI: http://qudt.org/vocab/unit/MilliM3-PER-GM
Cubic Millimeter Per Gram (mm3/g) is a unit in the category of Specific Volume. It is also known as cubic millimeters per gram, cubic millimetre per gram, cubic millimetres per gram, cubic millimeter/gram, cubic millimetre/gram.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliM3-PER-GM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Cubic Millimeter Per Gram (mm3/g) is a unit in the category of Specific Volume. It is also known as cubic millimeters per gram, cubic millimetre per gram, cubic millimetres per gram, cubic millimeter/gram, cubic millimetre/gram."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ;
<http://qudt.org/schema/qudt/expression> "$mm^{3}/g$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ;
<http://qudt.org/schema/qudt/symbol> "mm³/g" ;
<http://qudt.org/schema/qudt/ucumCode> "mm3.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Millimeter per Gram"@en-US ;
rdfs:label "Cubic Millimetre per Gram" ;
rdfs:label "Cubic Millimetre per Gram"@en ;
rdfs:label "Kubikmillimeter pro Gramm"@de ;
rdfs:label "Kubični Millimeter na Gram"@sl ;
rdfs:label "Millimeter Kubik per Gram"@ms ;
rdfs:label "Millimetr Krychlový na Gram"@cs ;
rdfs:label "Millimetr Sześcienny na Gram"@pl ;
rdfs:label "Millimetreküp per Gram"@tr ;
rdfs:label "Millimetro Cubo per Grammo"@it ;
rdfs:label "Millimetro Cúbico por Gramo"@es ;
rdfs:label "Millimetru Cub pe Gram"@ro ;
rdfs:label "Millimètre Cube par Gramme"@fr ;
.
{"resource":"Cubic Millimetre per Gram"
,"qname":"unit:MilliM3-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM3-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"Cubic Millimeter Per Gram (mm3\/g) is a unit in the category of Specific Volume. It is also known as cubic millimeters per gram, cubic millimetre per gram, cubic millimetres per gram, cubic millimeter\/gram, cubic millimetre\/gram."
,"expression":"$mm^{3}\/g$"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SoilAdsorptionCoefficient"
,"has quantity kind":"quantitykind:SpecificVolume"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Millimeter per Gram"
,"label":"Cubic Millimetre per Gram"
,"label":"Cubic Millimetre per Gram"
,"label":"Kubikmillimeter pro Gramm"
,"label":"Kubični Millimeter na Gram"
,"label":"Millimeter Kubik per Gram"
,"label":"Millimetr Krychlový na Gram"
,"label":"Millimetr Sześcienny na Gram"
,"label":"Millimetreküp per Gram"
,"label":"Millimetro Cubo per Grammo"
,"label":"Millimetro Cúbico por Gramo"
,"label":"Millimetru Cub pe Gram"
,"label":"Millimètre Cube par Gramme"
,"symbol":"mm³\/g"
,"type":"qudt:Unit"
,"ucum code":"mm3.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM3-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Cubic Millimeter Per Gram (mm3/g) is a unit in the category of Specific Volume. It is also known as cubic millimeters per gram, cubic millimetre per gram, cubic millimetres per gram, cubic millimeter/gram, cubic millimetre/gram.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"expression" : "$mm^{3}/g$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificVolume", "http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient" ],
"symbol" : "mm³/g",
"ucumCode" : "mm3.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Millimetr Krychlový na Gram"
}, {
"@language" : "es",
"@value" : "Millimetro Cúbico por Gramo"
}, "Cubic Millimetre per Gram", {
"@language" : "en",
"@value" : "Cubic Millimetre per Gram"
}, {
"@language" : "pl",
"@value" : "Millimetr Sześcienny na Gram"
}, {
"@language" : "tr",
"@value" : "Millimetreküp per Gram"
}, {
"@language" : "it",
"@value" : "Millimetro Cubo per Grammo"
}, {
"@language" : "en-us",
"@value" : "Cubic Millimeter per Gram"
}, {
"@language" : "de",
"@value" : "Kubikmillimeter pro Gramm"
}, {
"@language" : "ms",
"@value" : "Millimeter Kubik per Gram"
}, {
"@language" : "ro",
"@value" : "Millimetru Cub pe Gram"
}, {
"@language" : "fr",
"@value" : "Millimètre Cube par Gramme"
}, {
"@language" : "sl",
"@value" : "Kubični Millimeter na Gram"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM3-PER-KiloGM
URI: http://qudt.org/vocab/unit/MilliM3-PER-KiloGM
Cubic Millimeter Per Kilogram (mm3/kg) is a unit in the category of Specific Volume. It is also known as cubic millimeters per kilogram, cubic millimetre per kilogram, cubic millimetres per kilogram, cubic millimeter/kilogram, cubic millimetre/kilogram.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliM3-PER-KiloGM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Cubic Millimeter Per Kilogram (mm3/kg) is a unit in the category of Specific Volume. It is also known as cubic millimeters per kilogram, cubic millimetre per kilogram, cubic millimetres per kilogram, cubic millimeter/kilogram, cubic millimetre/kilogram."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ;
<http://qudt.org/schema/qudt/expression> "$mm^{3}/kg$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificVolume> ;
<http://qudt.org/schema/qudt/symbol> "mm³/kg" ;
<http://qudt.org/schema/qudt/ucumCode> "mm3.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Millimeter per Kilogram"@en-US ;
rdfs:label "Cubic Millimetre per Kilogram" ;
rdfs:label "Cubic Millimetre per Kilogram"@en ;
rdfs:label "Kubikmillimeter pro Kilogramm"@de ;
rdfs:label "Kubični Millimeter na Kilogram"@sl ;
rdfs:label "Millimeter Kubik per Kilogram"@ms ;
rdfs:label "Millimetr Krychlový na Kilogram"@cs ;
rdfs:label "Millimetr Sześcienny na Kilogram"@pl ;
rdfs:label "Millimetreküp per Kilogram"@tr ;
rdfs:label "Millimetro Cubo per Chilogrammo"@it ;
rdfs:label "Millimetro Cúbico por Kilogramo"@es ;
rdfs:label "Millimetru Cub pe Kilogram"@ro ;
rdfs:label "Millimètre Cube par Kilogramme"@fr ;
.
{"resource":"Cubic Millimetre per Kilogram"
,"qname":"unit:MilliM3-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM3-PER-KiloGM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"Cubic Millimeter Per Kilogram (mm3\/kg) is a unit in the category of Specific Volume. It is also known as cubic millimeters per kilogram, cubic millimetre per kilogram, cubic millimetres per kilogram, cubic millimeter\/kilogram, cubic millimetre\/kilogram."
,"expression":"$mm^{3}\/kg$"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SoilAdsorptionCoefficient"
,"has quantity kind":"quantitykind:SpecificVolume"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Millimeter per Kilogram"
,"label":"Cubic Millimetre per Kilogram"
,"label":"Cubic Millimetre per Kilogram"
,"label":"Kubikmillimeter pro Kilogramm"
,"label":"Kubični Millimeter na Kilogram"
,"label":"Millimeter Kubik per Kilogram"
,"label":"Millimetr Krychlový na Kilogram"
,"label":"Millimetr Sześcienny na Kilogram"
,"label":"Millimetreküp per Kilogram"
,"label":"Millimetro Cubo per Chilogrammo"
,"label":"Millimetro Cúbico por Kilogramo"
,"label":"Millimetru Cub pe Kilogram"
,"label":"Millimètre Cube par Kilogramme"
,"symbol":"mm³\/kg"
,"type":"qudt:Unit"
,"ucum code":"mm3.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM3-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Cubic Millimeter Per Kilogram (mm3/kg) is a unit in the category of Specific Volume. It is also known as cubic millimeters per kilogram, cubic millimetre per kilogram, cubic millimetres per kilogram, cubic millimeter/kilogram, cubic millimetre/kilogram.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"expression" : "$mm^{3}/kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificVolume", "http://qudt.org/vocab/quantitykind/SoilAdsorptionCoefficient" ],
"symbol" : "mm³/kg",
"ucumCode" : "mm3.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Millimeter Kubik per Kilogram"
}, {
"@language" : "tr",
"@value" : "Millimetreküp per Kilogram"
}, {
"@language" : "es",
"@value" : "Millimetro Cúbico por Kilogramo"
}, "Cubic Millimetre per Kilogram", {
"@language" : "en",
"@value" : "Cubic Millimetre per Kilogram"
}, {
"@language" : "it",
"@value" : "Millimetro Cubo per Chilogrammo"
}, {
"@language" : "de",
"@value" : "Kubikmillimeter pro Kilogramm"
}, {
"@language" : "pl",
"@value" : "Millimetr Sześcienny na Kilogram"
}, {
"@language" : "fr",
"@value" : "Millimètre Cube par Kilogramme"
}, {
"@language" : "cs",
"@value" : "Millimetr Krychlový na Kilogram"
}, {
"@language" : "ro",
"@value" : "Millimetru Cub pe Kilogram"
}, {
"@language" : "sl",
"@value" : "Kubični Millimeter na Kilogram"
}, {
"@language" : "en-us",
"@value" : "Cubic Millimeter per Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM3-PER-M3
URI: http://qudt.org/vocab/unit/MilliM3-PER-M3
volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM3-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFraction> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA874" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA874"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "mm³/m³" ; <http://qudt.org/schema/qudt/ucumCode> "mm3.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L21" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106629987> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Millimeter per Cubic Meter"@en-US ; rdfs:label "Cubic Millimetre per Cubic Metre" ; rdfs:label "Cubic Millimetre per Cubic Metre"@en ; rdfs:label "Kubikmillimeter pro Kubikmeter"@de ; rdfs:label "Kubični Millimeter na Kubični Meter"@sl ; rdfs:label "Millimeter Kubik per Meter Kubik"@ms ; rdfs:label "Millimetr Krychlový na Metr Krychlový"@cs ; rdfs:label "Millimetr Sześcienny na Metr Sześcienny"@pl ; rdfs:label "Millimetreküp per Metreküp"@tr ; rdfs:label "Millimetro Cubo per Metro Cubo"@it ; rdfs:label "Millimetro Cúbico por Metro Cúbico"@es ; rdfs:label "Millimetru Cub pe Metru Cub"@ro ; rdfs:label "Millimètre Cube par Mètre Cube"@fr ; .
{"resource":"Cubic Millimetre per Cubic Metre"
,"qname":"unit:MilliM3-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM3-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106629987>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:VolumeFraction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA874"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA874"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Millimeter per Cubic Meter"
,"label":"Cubic Millimetre per Cubic Metre"
,"label":"Cubic Millimetre per Cubic Metre"
,"label":"Kubikmillimeter pro Kubikmeter"
,"label":"Kubični Millimeter na Kubični Meter"
,"label":"Millimeter Kubik per Meter Kubik"
,"label":"Millimetr Krychlový na Metr Krychlový"
,"label":"Millimetr Sześcienny na Metr Sześcienny"
,"label":"Millimetreküp per Metreküp"
,"label":"Millimetro Cubo per Metro Cubo"
,"label":"Millimetro Cúbico por Metro Cúbico"
,"label":"Millimetru Cub pe Metru Cub"
,"label":"Millimètre Cube par Mètre Cube"
,"symbol":"mm³\/m³"
,"type":"qudt:Unit"
,"ucum code":"mm3.m-3"
,"unece common code":"L21"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM3-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeFraction",
"iec61360Code" : "0112/2///62720#UAA874",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA874",
"plainTextDescription" : "volume ratio consisting of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3 divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "mm³/m³",
"ucumCode" : "mm3.m-3",
"uneceCommonCode" : "L21",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106629987",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Millimetru Cub pe Metru Cub"
}, {
"@language" : "ms",
"@value" : "Millimeter Kubik per Meter Kubik"
}, {
"@language" : "de",
"@value" : "Kubikmillimeter pro Kubikmeter"
}, "Cubic Millimetre per Cubic Metre", {
"@language" : "en",
"@value" : "Cubic Millimetre per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Cubic Millimeter per Cubic Meter"
}, {
"@language" : "pl",
"@value" : "Millimetr Sześcienny na Metr Sześcienny"
}, {
"@language" : "it",
"@value" : "Millimetro Cubo per Metro Cubo"
}, {
"@language" : "fr",
"@value" : "Millimètre Cube par Mètre Cube"
}, {
"@language" : "cs",
"@value" : "Millimetr Krychlový na Metr Krychlový"
}, {
"@language" : "tr",
"@value" : "Millimetreküp per Metreküp"
}, {
"@language" : "sl",
"@value" : "Kubični Millimeter na Kubični Meter"
}, {
"@language" : "es",
"@value" : "Millimetro Cúbico por Metro Cúbico"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM4
URI: http://qudt.org/vocab/unit/MilliM4
0.001-fold of the power of the SI base unit metre with the exponent 4
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM4> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the power of the SI base unit metre with the exponent 4"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondMomentOfArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA869" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA869"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the power of the SI base unit metre with the exponent 4" ; <http://qudt.org/schema/qudt/symbol> "mm⁴" ; <http://qudt.org/schema/qudt/ucumCode> "mm4"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G77" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimeter hoch vier"@de ; rdfs:label "Quartic Millimeter"@en-US ; rdfs:label "Quartic Millimetre" ; rdfs:label "Quartic Millimetre"@en ; .
{"resource":"Quartic Millimetre"
,"qname":"unit:MilliM4"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM4"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.001-fold of the power of the SI base unit metre with the exponent 4"
,"description (plain text)":"0.001-fold of the power of the SI base unit metre with the exponent 4"
,"has dimension vector":"qkdv:A0E0L4I0M0H0T0D0"
,"has quantity kind":"quantitykind:SecondAxialMomentOfArea"
,"has quantity kind":"quantitykind:SecondMomentOfArea"
,"has quantity kind":"quantitykind:SecondPolarMomentOfArea"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA869"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA869"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter hoch vier"
,"label":"Quartic Millimeter"
,"label":"Quartic Millimetre"
,"label":"Quartic Millimetre"
,"symbol":"mm\u2074"
,"type":"qudt:Unit"
,"ucum code":"mm4"
,"unece common code":"G77"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM4",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the power of the SI base unit metre with the exponent 4",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SecondAxialMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondMomentOfArea", "http://qudt.org/vocab/quantitykind/SecondPolarMomentOfArea" ],
"iec61360Code" : "0112/2///62720#UAA869",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA869",
"plainTextDescription" : "0.001-fold of the power of the SI base unit metre with the exponent 4",
"symbol" : "mm⁴",
"ucumCode" : "mm4",
"uneceCommonCode" : "G77",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Millimeter hoch vier"
}, "Quartic Millimetre", {
"@language" : "en",
"@value" : "Quartic Millimetre"
}, {
"@language" : "en-us",
"@value" : "Quartic Millimeter"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL
URI: http://qudt.org/vocab/unit/MilliMOL
0.001-fold of the SI base unit mol
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit mol"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA877" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA877"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI base unit mol" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ; <http://qudt.org/schema/qudt/symbol> "mmol" ; <http://qudt.org/schema/qudt/ucumCode> "mmol"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C18" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q56156859> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimol"@cs ; rdfs:label "Millimol"@de ; rdfs:label "Millimol"@es ; rdfs:label "Millimol"@pl ; rdfs:label "Millimol"@ro ; rdfs:label "Millimol"@sl ; rdfs:label "Millimol"@tr ; rdfs:label "Millimole" ; rdfs:label "Millimole"@en ; rdfs:label "Millimole"@fr ; rdfs:label "Millimole"@it ; rdfs:label "Millimole"@ms ; rdfs:label "Millimól"@hu ; .
{"resource":"Millimole"
,"qname":"unit:MilliMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q56156859>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit mol"
,"description (plain text)":"0.001-fold of the SI base unit mol"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA877"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA877"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimol"
,"label":"Millimol"
,"label":"Millimol"
,"label":"Millimol"
,"label":"Millimol"
,"label":"Millimol"
,"label":"Millimol"
,"label":"Millimole"
,"label":"Millimole"
,"label":"Millimole"
,"label":"Millimole"
,"label":"Millimole"
,"label":"Millimól"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:MOL"
,"symbol":"mmol"
,"type":"qudt:Unit"
,"ucum code":"mmol"
,"unece common code":"C18"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit mol",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"iec61360Code" : "0112/2///62720#UAA877",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA877",
"plainTextDescription" : "0.001-fold of the SI base unit mol",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "mmol",
"ucumCode" : "mmol",
"uneceCommonCode" : "C18",
"wikidataMatch" : "http://www.wikidata.org/entity/Q56156859",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Millimol"
}, {
"@language" : "de",
"@value" : "Millimol"
}, {
"@language" : "es",
"@value" : "Millimol"
}, {
"@language" : "hu",
"@value" : "Millimól"
}, "Millimole", {
"@language" : "en",
"@value" : "Millimole"
}, {
"@language" : "fr",
"@value" : "Millimole"
}, {
"@language" : "it",
"@value" : "Millimole"
}, {
"@language" : "ms",
"@value" : "Millimole"
}, {
"@language" : "pl",
"@value" : "Millimol"
}, {
"@language" : "ro",
"@value" : "Millimol"
}, {
"@language" : "sl",
"@value" : "Millimol"
}, {
"@language" : "tr",
"@value" : "Millimol"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL-PER-GM
URI: http://qudt.org/vocab/unit/MilliMOL-PER-GM
0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IonicStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA878" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA878"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "mmol/g" ; <http://qudt.org/schema/qudt/ucumCode> "mmol.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H68" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107440685> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimol na Gram"@cs ; rdfs:label "Millimol na Gram"@pl ; rdfs:label "Millimol na Gram"@sl ; rdfs:label "Millimol pe Gram"@ro ; rdfs:label "Millimol per Gram"@tr ; rdfs:label "Millimol por Gramo"@es ; rdfs:label "Millimol pro Gramm"@de ; rdfs:label "Millimole par Gramme"@fr ; rdfs:label "Millimole per Gram" ; rdfs:label "Millimole per Gram"@en ; rdfs:label "Millimole per Gram"@ms ; rdfs:label "Millimole per Grammo"@it ; .
{"resource":"Millimole per Gram"
,"qname":"unit:MilliMOL-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL-PER-GM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107440685>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"
,"description (plain text)":"0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"has quantity kind":"quantitykind:IonicStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA878"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA878"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimol na Gram"
,"label":"Millimol na Gram"
,"label":"Millimol na Gram"
,"label":"Millimol pe Gram"
,"label":"Millimol per Gram"
,"label":"Millimol por Gramo"
,"label":"Millimol pro Gramm"
,"label":"Millimole par Gramme"
,"label":"Millimole per Gram"
,"label":"Millimole per Gram"
,"label":"Millimole per Gram"
,"label":"Millimole per Grammo"
,"symbol":"mmol\/g"
,"type":"qudt:Unit"
,"ucum code":"mmol.g-1"
,"unece common code":"H68"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass", "http://qudt.org/vocab/quantitykind/IonicStrength" ],
"iec61360Code" : "0112/2///62720#UAA878",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA878",
"plainTextDescription" : "0.001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram",
"symbol" : "mmol/g",
"ucumCode" : "mmol.g-1",
"uneceCommonCode" : "H68",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107440685",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Millimole par Gramme"
}, {
"@language" : "ro",
"@value" : "Millimol pe Gram"
}, {
"@language" : "es",
"@value" : "Millimol por Gramo"
}, {
"@language" : "tr",
"@value" : "Millimol per Gram"
}, "Millimole per Gram", {
"@language" : "en",
"@value" : "Millimole per Gram"
}, {
"@language" : "ms",
"@value" : "Millimole per Gram"
}, {
"@language" : "cs",
"@value" : "Millimol na Gram"
}, {
"@language" : "pl",
"@value" : "Millimol na Gram"
}, {
"@language" : "sl",
"@value" : "Millimol na Gram"
}, {
"@language" : "de",
"@value" : "Millimol pro Gramm"
}, {
"@language" : "it",
"@value" : "Millimole per Grammo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL-PER-KiloGM
URI: http://qudt.org/vocab/unit/MilliMOL-PER-KiloGM
0.001-fold of the SI base unit mol divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI base unit mol divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IonicStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA879" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA879"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI base unit mol divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "mmol/kg" ; <http://qudt.org/schema/qudt/ucumCode> "mmol.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D87" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107440662> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimol na Kilogram"@cs ; rdfs:label "Millimol na Kilogram"@pl ; rdfs:label "Millimol na Kilogram"@sl ; rdfs:label "Millimol pe Kilogram"@ro ; rdfs:label "Millimol per Kilogram"@tr ; rdfs:label "Millimol por Kilogramo"@es ; rdfs:label "Millimol pro Kilogramm"@de ; rdfs:label "Millimole par Kilogramme"@fr ; rdfs:label "Millimole per Chilogrammo"@it ; rdfs:label "Millimole per Kilogram" ; rdfs:label "Millimole per Kilogram"@en ; rdfs:label "Millimole per Kilogram"@ms ; .
{"resource":"Millimole per Kilogram"
,"qname":"unit:MilliMOL-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107440662>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI base unit mol divided by the SI base unit kilogram"
,"description (plain text)":"0.001-fold of the SI base unit mol divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"has quantity kind":"quantitykind:IonicStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA879"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA879"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimol na Kilogram"
,"label":"Millimol na Kilogram"
,"label":"Millimol na Kilogram"
,"label":"Millimol pe Kilogram"
,"label":"Millimol per Kilogram"
,"label":"Millimol por Kilogramo"
,"label":"Millimol pro Kilogramm"
,"label":"Millimole par Kilogramme"
,"label":"Millimole per Chilogrammo"
,"label":"Millimole per Kilogram"
,"label":"Millimole per Kilogram"
,"label":"Millimole per Kilogram"
,"symbol":"mmol\/kg"
,"type":"qudt:Unit"
,"ucum code":"mmol.kg-1"
,"unece common code":"D87"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI base unit mol divided by the SI base unit kilogram",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass", "http://qudt.org/vocab/quantitykind/IonicStrength" ],
"iec61360Code" : "0112/2///62720#UAA879",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA879",
"plainTextDescription" : "0.001-fold of the SI base unit mol divided by the SI base unit kilogram",
"symbol" : "mmol/kg",
"ucumCode" : "mmol.kg-1",
"uneceCommonCode" : "D87",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107440662",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Millimol pro Kilogramm"
}, {
"@language" : "ms",
"@value" : "Millimole per Kilogram"
}, {
"@language" : "fr",
"@value" : "Millimole par Kilogramme"
}, {
"@language" : "ro",
"@value" : "Millimol pe Kilogram"
}, "Millimole per Kilogram", {
"@language" : "en",
"@value" : "Millimole per Kilogram"
}, {
"@language" : "tr",
"@value" : "Millimol per Kilogram"
}, {
"@language" : "es",
"@value" : "Millimol por Kilogramo"
}, {
"@language" : "it",
"@value" : "Millimole per Chilogrammo"
}, {
"@language" : "cs",
"@value" : "Millimol na Kilogram"
}, {
"@language" : "pl",
"@value" : "Millimol na Kilogram"
}, {
"@language" : "sl",
"@value" : "Millimol na Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL-PER-L
URI: http://qudt.org/vocab/unit/MilliMOL-PER-L
The SI derived unit for amount-of-substance concentration is the mmo/L.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL-PER-L> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI derived unit for amount-of-substance concentration is the mmo/L."^^rdf:HTML ; <http://qudt.org/schema/qudt/altSymbol> "mM" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$mmo/L$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BloodGlucoseLevel> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterSolubility> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB500" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB500"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mmol/L" ; <http://qudt.org/schema/qudt/ucumCode> "mmol.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M33" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q55435387> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimole per Liter"@en-US ; rdfs:label "Millimole per Litre" ; rdfs:label "Millimole per Litre"@en ; .
{"resource":"Millimole per Litre"
,"qname":"unit:MilliMOL-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q55435387>"
,"alt symbol":"mM"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The SI derived unit for amount-of-substance concentration is the mmo\/L."
,"expression":"$mmo\/L$"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:BloodGlucoseLevel"
,"has quantity kind":"quantitykind:Concentration"
,"has quantity kind":"quantitykind:WaterSolubility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB500"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB500"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimole per Liter"
,"label":"Millimole per Litre"
,"label":"Millimole per Litre"
,"symbol":"mmol\/L"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mmol.L-1"
,"unece common code":"M33"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL-PER-L",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI derived unit for amount-of-substance concentration is the mmo/L.",
"altSymbol" : "mM",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$mmo/L$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/BloodGlucoseLevel", "http://qudt.org/vocab/quantitykind/WaterSolubility", "http://qudt.org/vocab/quantitykind/Concentration" ],
"iec61360Code" : "0112/2///62720#UAB500",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB500",
"symbol" : "mmol/L",
"ucumCode" : "mmol.L-1",
"uneceCommonCode" : "M33",
"wikidataMatch" : "http://www.wikidata.org/entity/Q55435387",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Millimole per Liter"
}, "Millimole per Litre", {
"@language" : "en",
"@value" : "Millimole per Litre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"altSymbol" : {
"@id" : "http://qudt.org/schema/qudt/altSymbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL-PER-M2
URI: http://qudt.org/vocab/unit/MilliMOL-PER-M2
Unavailable.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unavailable."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mmol/m²" ; <http://qudt.org/schema/qudt/ucumCode> "mmol.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "DU" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimol na Kvadratni Meter"@sl ; rdfs:label "Millimol na Metr Kwadratowy"@pl ; rdfs:label "Millimol na Čtvereční Metr"@cs ; rdfs:label "Millimol pe Metru Pătrat"@ro ; rdfs:label "Millimol per Metrekare"@tr ; rdfs:label "Millimol por Metro Cuadrado"@es ; rdfs:label "Millimol pro Quadratmeter"@de ; rdfs:label "Millimole par Mètre Carré"@fr ; rdfs:label "Millimole per Meter Persegi"@ms ; rdfs:label "Millimole per Metro Quadrato"@it ; rdfs:label "Millimole per Square Meter"@en-US ; rdfs:label "Millimole per Square Metre" ; rdfs:label "Millimole per Square Metre"@en ; .
{"resource":"Millimole per Square Metre"
,"qname":"unit:MilliMOL-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL-PER-M2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Unavailable."
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimol na Kvadratni Meter"
,"label":"Millimol na Metr Kwadratowy"
,"label":"Millimol na Čtvereční Metr"
,"label":"Millimol pe Metru Pătrat"
,"label":"Millimol per Metrekare"
,"label":"Millimol por Metro Cuadrado"
,"label":"Millimol pro Quadratmeter"
,"label":"Millimole par Mètre Carré"
,"label":"Millimole per Meter Persegi"
,"label":"Millimole per Metro Quadrato"
,"label":"Millimole per Square Meter"
,"label":"Millimole per Square Metre"
,"label":"Millimole per Square Metre"
,"symbol":"mmol\/m²"
,"type":"qudt:Unit"
,"ucum code":"mmol.m-2"
,"udunits code":"DU"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Unavailable."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mmol/m²",
"ucumCode" : "mmol.m-2",
"udunitsCode" : "DU",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Millimol na Čtvereční Metr"
}, {
"@language" : "fr",
"@value" : "Millimole par Mètre Carré"
}, {
"@language" : "sl",
"@value" : "Millimol na Kvadratni Meter"
}, {
"@language" : "en-us",
"@value" : "Millimole per Square Meter"
}, {
"@language" : "es",
"@value" : "Millimol por Metro Cuadrado"
}, {
"@language" : "tr",
"@value" : "Millimol per Metrekare"
}, {
"@language" : "ms",
"@value" : "Millimole per Meter Persegi"
}, {
"@language" : "pl",
"@value" : "Millimol na Metr Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Millimol pe Metru Pătrat"
}, {
"@language" : "it",
"@value" : "Millimole per Metro Quadrato"
}, {
"@language" : "de",
"@value" : "Millimol pro Quadratmeter"
}, "Millimole per Square Metre", {
"@language" : "en",
"@value" : "Millimole per Square Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL-PER-M2-DAY
URI: http://qudt.org/vocab/unit/MilliMOL-PER-M2-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity> ; <http://qudt.org/schema/qudt/symbol> "mmol/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "mmol.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimole per Square Meter Day"@en-US ; rdfs:label "Millimole per Square Metre Day" ; rdfs:label "Millimole per Square Metre Day"@en ; .
{"resource":"Millimole per Square Metre Day"
,"qname":"unit:MilliMOL-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL-PER-M2-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimole per Square Meter Day"
,"label":"Millimole per Square Metre Day"
,"label":"Millimole per Square Metre Day"
,"symbol":"mmol\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"mmol.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "mmol/(m²·d)",
"ucumCode" : "mmol.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millimole per Square Metre Day", {
"@language" : "en",
"@value" : "Millimole per Square Metre Day"
}, {
"@language" : "en-us",
"@value" : "Millimole per Square Meter Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL-PER-M2-HR
URI: http://qudt.org/vocab/unit/MilliMOL-PER-M2-HR
Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL-PER-M2-HR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean)."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFluxDensity> ; <http://qudt.org/schema/qudt/plainTextDescription> "Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean)." ; <http://qudt.org/schema/qudt/symbol> "mmol/(m²·h)" ; <http://qudt.org/schema/qudt/ucumCode> "mmol.m-2.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimole per Square Meter Hour"@en-US ; rdfs:label "Millimole per Square Metre Hour" ; rdfs:label "Millimole per Square Metre Hour"@en ; .
{"resource":"Millimole per Square Metre Hour"
,"qname":"unit:MilliMOL-PER-M2-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL-PER-M2-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean)."
,"description (plain text)":"Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean)."
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimole per Square Meter Hour"
,"label":"Millimole per Square Metre Hour"
,"label":"Millimole per Square Metre Hour"
,"symbol":"mmol\/(m²·h)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mmol.m-2.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL-PER-M2-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFluxDensity",
"plainTextDescription" : "Hourly molar flux equivalent to .001 moles per meter squared per hour, typically used to express an areal production (if plane is a surface of the earth or ocean).",
"symbol" : "mmol/(m²·h)",
"ucumCode" : "mmol.m-2.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Millimole per Square Metre Hour"
}, "Millimole per Square Metre Hour", {
"@language" : "en-us",
"@value" : "Millimole per Square Meter Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL-PER-M2-SEC
URI: http://qudt.org/vocab/unit/MilliMOL-PER-M2-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL-PER-M2-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity> ; <http://qudt.org/schema/qudt/symbol> "mmol/(m²·s)" ; <http://qudt.org/schema/qudt/ucumCode> "mmol.m-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimol na Kvadratni Meter Sekunda"@sl ; rdfs:label "Millimol na Metr Kwadratowy Sekunda"@pl ; rdfs:label "Millimol na Čtvereční Metr Sekunda"@cs ; rdfs:label "Millimol pe Metru Pătrat Secundă"@ro ; rdfs:label "Millimol per Metrekare Saniye"@tr ; rdfs:label "Millimol por Metro Cuadrado Segundo"@es ; rdfs:label "Millimol pro Quadratmeter Sekunde"@de ; rdfs:label "Millimole par Mètre Carré Seconde"@fr ; rdfs:label "Millimole per Meter Persegi Saat"@ms ; rdfs:label "Millimole per Metro Quadrato Secondo"@it ; rdfs:label "Millimole per Square Meter Second"@en-US ; rdfs:label "Millimole per Square Metre Second" ; rdfs:label "Millimole per Square Metre Second"@en ; .
{"resource":"Millimole per Square Metre Second"
,"qname":"unit:MilliMOL-PER-M2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL-PER-M2-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimol na Kvadratni Meter Sekunda"
,"label":"Millimol na Metr Kwadratowy Sekunda"
,"label":"Millimol na Čtvereční Metr Sekunda"
,"label":"Millimol pe Metru Pătrat Secundă"
,"label":"Millimol per Metrekare Saniye"
,"label":"Millimol por Metro Cuadrado Segundo"
,"label":"Millimol pro Quadratmeter Sekunde"
,"label":"Millimole par Mètre Carré Seconde"
,"label":"Millimole per Meter Persegi Saat"
,"label":"Millimole per Metro Quadrato Secondo"
,"label":"Millimole per Square Meter Second"
,"label":"Millimole per Square Metre Second"
,"label":"Millimole per Square Metre Second"
,"symbol":"mmol\/(m²·s)"
,"type":"qudt:Unit"
,"ucum code":"mmol.m-2.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL-PER-M2-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "mmol/(m²·s)",
"ucumCode" : "mmol.m-2.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Millimol per Metrekare Saniye"
}, {
"@language" : "sl",
"@value" : "Millimol na Kvadratni Meter Sekunda"
}, {
"@language" : "cs",
"@value" : "Millimol na Čtvereční Metr Sekunda"
}, "Millimole per Square Metre Second", {
"@language" : "en",
"@value" : "Millimole per Square Metre Second"
}, {
"@language" : "en-us",
"@value" : "Millimole per Square Meter Second"
}, {
"@language" : "es",
"@value" : "Millimol por Metro Cuadrado Segundo"
}, {
"@language" : "fr",
"@value" : "Millimole par Mètre Carré Seconde"
}, {
"@language" : "pl",
"@value" : "Millimol na Metr Kwadratowy Sekunda"
}, {
"@language" : "ms",
"@value" : "Millimole per Meter Persegi Saat"
}, {
"@language" : "it",
"@value" : "Millimole per Metro Quadrato Secondo"
}, {
"@language" : "ro",
"@value" : "Millimol pe Metru Pătrat Secundă"
}, {
"@language" : "de",
"@value" : "Millimol pro Quadratmeter Sekunde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL-PER-M3
URI: http://qudt.org/vocab/unit/MilliMOL-PER-M3
Unavailable.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unavailable."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterSolubility> ; <http://qudt.org/schema/qudt/symbol> "mmol/m³" ; <http://qudt.org/schema/qudt/ucumCode> "mmol.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimol na Kubični Meter"@sl ; rdfs:label "Millimol na Metr Krychlový"@cs ; rdfs:label "Millimol na Metr Sześcienny"@pl ; rdfs:label "Millimol pe Metru Cub"@ro ; rdfs:label "Millimol per Metreküp"@tr ; rdfs:label "Millimol por Metro Cúbico"@es ; rdfs:label "Millimol pro Kubikmeter"@de ; rdfs:label "Millimole par Mètre Cube"@fr ; rdfs:label "Millimole per Cubic Meter"@en-US ; rdfs:label "Millimole per Cubic Metre" ; rdfs:label "Millimole per Cubic Metre"@en ; rdfs:label "Millimole per Meter Kubik"@ms ; rdfs:label "Millimole per Metro Cubo"@it ; .
{"resource":"Millimole per Cubic Metre"
,"qname":"unit:MilliMOL-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL-PER-M3"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Unavailable."
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"has quantity kind":"quantitykind:WaterSolubility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimol na Kubični Meter"
,"label":"Millimol na Metr Krychlový"
,"label":"Millimol na Metr Sześcienny"
,"label":"Millimol pe Metru Cub"
,"label":"Millimol per Metreküp"
,"label":"Millimol por Metro Cúbico"
,"label":"Millimol pro Kubikmeter"
,"label":"Millimole par Mètre Cube"
,"label":"Millimole per Cubic Meter"
,"label":"Millimole per Cubic Metre"
,"label":"Millimole per Cubic Metre"
,"label":"Millimole per Meter Kubik"
,"label":"Millimole per Metro Cubo"
,"symbol":"mmol\/m³"
,"type":"qudt:Unit"
,"ucum code":"mmol.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Unavailable."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/WaterSolubility", "http://qudt.org/vocab/quantitykind/Concentration" ],
"symbol" : "mmol/m³",
"ucumCode" : "mmol.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Millimol pe Metru Cub"
}, {
"@language" : "sl",
"@value" : "Millimol na Kubični Meter"
}, {
"@language" : "tr",
"@value" : "Millimol per Metreküp"
}, "Millimole per Cubic Metre", {
"@language" : "es",
"@value" : "Millimol por Metro Cúbico"
}, {
"@language" : "en",
"@value" : "Millimole per Cubic Metre"
}, {
"@language" : "ms",
"@value" : "Millimole per Meter Kubik"
}, {
"@language" : "it",
"@value" : "Millimole per Metro Cubo"
}, {
"@language" : "cs",
"@value" : "Millimol na Metr Krychlový"
}, {
"@language" : "fr",
"@value" : "Millimole par Mètre Cube"
}, {
"@language" : "en-us",
"@value" : "Millimole per Cubic Meter"
}, {
"@language" : "pl",
"@value" : "Millimol na Metr Sześcienny"
}, {
"@language" : "de",
"@value" : "Millimol pro Kubikmeter"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL-PER-M3-DAY
URI: http://qudt.org/vocab/unit/MilliMOL-PER-M3-DAY
Unavailable.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL-PER-M3-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unavailable."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "mmol/(m³·d)" ; <http://qudt.org/schema/qudt/ucumCode> "mmol.m-3.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimole per Cubic Meter Day"@en-US ; rdfs:label "Millimole per Cubic Metre Day" ; rdfs:label "Millimole per Cubic Metre Day"@en ; .
{"resource":"Millimole per Cubic Metre Day"
,"qname":"unit:MilliMOL-PER-M3-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL-PER-M3-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"Unavailable."
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimole per Cubic Meter Day"
,"label":"Millimole per Cubic Metre Day"
,"label":"Millimole per Cubic Metre Day"
,"symbol":"mmol\/(m³·d)"
,"type":"qudt:Unit"
,"ucum code":"mmol.m-3.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL-PER-M3-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Unavailable."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "mmol/(m³·d)",
"ucumCode" : "mmol.m-3.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millimole per Cubic Metre Day", {
"@language" : "en",
"@value" : "Millimole per Cubic Metre Day"
}, {
"@language" : "en-us",
"@value" : "Millimole per Cubic Meter Day"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliMOL-PER-MOL
URI: http://qudt.org/vocab/unit/MilliMOL-PER-MOL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliMOL-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "mmol/mol" ; <http://qudt.org/schema/qudt/ucumCode> "mmol.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimol na Mol"@cs ; rdfs:label "Millimol na Mol"@pl ; rdfs:label "Millimol na Mol"@sl ; rdfs:label "Millimol pe Mol"@ro ; rdfs:label "Millimol per Mol"@tr ; rdfs:label "Millimol por Mol"@es ; rdfs:label "Millimol pro Mol"@de ; rdfs:label "Millimole par Mole"@fr ; rdfs:label "Millimole per Mole" ; rdfs:label "Millimole per Mole"@en ; rdfs:label "Millimole per Mole"@it ; rdfs:label "Millimole per Mole"@ms ; .
{"resource":"Millimole per Mole"
,"qname":"unit:MilliMOL-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliMOL-PER-MOL"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"denominator dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimol na Mol"
,"label":"Millimol na Mol"
,"label":"Millimol na Mol"
,"label":"Millimol pe Mol"
,"label":"Millimol per Mol"
,"label":"Millimol por Mol"
,"label":"Millimol pro Mol"
,"label":"Millimole par Mole"
,"label":"Millimole per Mole"
,"label":"Millimole per Mole"
,"label":"Millimole per Mole"
,"label":"Millimole per Mole"
,"numerator dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"symbol":"mmol\/mol"
,"type":"qudt:Unit"
,"ucum code":"mmol.mol-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliMOL-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"symbol" : "mmol/mol",
"ucumCode" : "mmol.mol-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Millimol pro Mol"
}, {
"@language" : "fr",
"@value" : "Millimole par Mole"
}, "Millimole per Mole", {
"@language" : "it",
"@value" : "Millimole per Mole"
}, {
"@language" : "ms",
"@value" : "Millimole per Mole"
}, {
"@language" : "en",
"@value" : "Millimole per Mole"
}, {
"@language" : "cs",
"@value" : "Millimol na Mol"
}, {
"@language" : "pl",
"@value" : "Millimol na Mol"
}, {
"@language" : "sl",
"@value" : "Millimol na Mol"
}, {
"@language" : "es",
"@value" : "Millimol por Mol"
}, {
"@language" : "ro",
"@value" : "Millimol pe Mol"
}, {
"@language" : "tr",
"@value" : "Millimol per Mol"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM_H2O
URI: http://qudt.org/vocab/unit/MilliM_H2O
unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliM_H2O> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 9.80665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA875" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA875"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "mmH₂0" ; <http://qudt.org/schema/qudt/ucumCode> "mm[H2O]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "HP" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q13479685> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Conventional Millimeter of Water"@en-US ; rdfs:label "Conventional Millimetre of Water" ; rdfs:label "Conventional Millimetre of Water"@en ; .
{"resource":"Conventional Millimetre of Water"
,"qname":"unit:MilliM_H2O"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM_H2O"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q13479685>"
,"conversion multiplier":"9.80665"
,"conversion multiplier scientific":"9.80665E0"
,"description":"unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm"
,"description (plain text)":"unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA875"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA875"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Conventional Millimeter of Water"
,"label":"Conventional Millimetre of Water"
,"label":"Conventional Millimetre of Water"
,"scalingOf":"unit:PA"
,"symbol":"mmH\u20820"
,"type":"qudt:Unit"
,"ucum code":"mm[H2O]"
,"unece common code":"HP"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM_H2O",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm",
"conversionMultiplier" : "9.80665",
"conversionMultiplier:SN" : 9.80665,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA875",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA875",
"plainTextDescription" : "unit of pressure - 1 mmH2O is the static pressure exerted by a water column with a height of 1 mm",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "mmH₂0",
"ucumCode" : "mm[H2O]",
"uneceCommonCode" : "HP",
"wikidataMatch" : "http://www.wikidata.org/entity/Q13479685",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Conventional Millimeter of Water"
}, {
"@language" : "en",
"@value" : "Conventional Millimetre of Water"
}, "Conventional Millimetre of Water" ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM_HG
URI: http://qudt.org/vocab/unit/MilliM_HG
The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly $13.5951 g/cm^{3}$, at a place where the acceleration of gravity is exactly $9.80665 m/s^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliM_HG>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly $13.5951 g/cm^{3}$, at a place where the acceleration of gravity is exactly $9.80665 m/s^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 133.322387415 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.33322387415E2 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Torr"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA876" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA876"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ;
<http://qudt.org/schema/qudt/symbol> "mmHg" ;
<http://qudt.org/schema/qudt/ucumCode> "mm[Hg]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "mmHg" ;
<http://qudt.org/schema/qudt/udunitsCode> "mm_Hg" ;
<http://qudt.org/schema/qudt/udunitsCode> "mm_hg" ;
<http://qudt.org/schema/qudt/udunitsCode> "mmhg" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "HN" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q6859652> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Millimeter of Mercury"@en-US ;
rdfs:label "Millimetre of Mercury" ;
rdfs:label "Millimetre of Mercury"@en ;
.
{"resource":"Millimetre of Mercury"
,"qname":"unit:MilliM_HG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM_HG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q6859652>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"133.322387415"
,"conversion multiplier scientific":"1.33322387415E2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Torr"
,"description":"The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly $13.5951 g\/cm^{3}$, at a place where the acceleration of gravity is exactly $9.80665 m\/s^{2}$."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA876"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Torr?oldid=495199381"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA876"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter of Mercury"
,"label":"Millimetre of Mercury"
,"label":"Millimetre of Mercury"
,"scalingOf":"unit:PA"
,"symbol":"mmHg"
,"type":"qudt:Unit"
,"ucum code":"mm[Hg]"
,"udunits code":"mmHg"
,"udunits code":"mm_Hg"
,"udunits code":"mm_hg"
,"udunits code":"mmhg"
,"unece common code":"HN"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM_HG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The millimeter of mercury is defined as the pressure exerted at the base of a column of fluid exactly 1 mm high, when the density of the fluid is exactly $13.5951 g/cm^{3}$, at a place where the acceleration of gravity is exactly $9.80665 m/s^{2}$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "133.322387415",
"conversionMultiplier:SN" : 133.322387415,
"dbpediaMatch" : "http://dbpedia.org/resource/Torr",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAA876",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Torr?oldid=495199381", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA876" ],
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "mmHg",
"ucumCode" : "mm[Hg]",
"udunitsCode" : [ "mmhg", "mm_hg", "mmHg", "mm_Hg" ],
"uneceCommonCode" : "HN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q6859652",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millimetre of Mercury", {
"@language" : "en",
"@value" : "Millimetre of Mercury"
}, {
"@language" : "en-us",
"@value" : "Millimeter of Mercury"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliM_HGA
URI: http://qudt.org/vocab/unit/MilliM_HGA
Millimeters of Mercury inclusive of atmospheric pressure
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliM_HGA>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Millimeters of Mercury inclusive of atmospheric pressure"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 133.322387415 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.33322387415E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ;
<http://qudt.org/schema/qudt/symbol> "mmHgA" ;
<http://qudt.org/schema/qudt/ucumCode> "mm[Hg]{absolute}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Millimeter of Mercury - Absolute"@en-US ;
rdfs:label "Millimetre of Mercury - Absolute" ;
rdfs:label "Millimetre of Mercury - Absolute"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/MilliM_HG> ;
.
{"resource":"Millimetre of Mercury - Absolute"
,"qname":"unit:MilliM_HGA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliM_HGA"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"133.322387415"
,"conversion multiplier scientific":"1.33322387415E2"
,"description":"Millimeters of Mercury inclusive of atmospheric pressure"
,"has broader":"unit:MilliM_HG"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimeter of Mercury - Absolute"
,"label":"Millimetre of Mercury - Absolute"
,"label":"Millimetre of Mercury - Absolute"
,"scalingOf":"unit:PA"
,"symbol":"mmHgA"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"mm[Hg]{absolute}"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliM_HGA",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "Millimeters of Mercury inclusive of atmospheric pressure",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "133.322387415",
"conversionMultiplier:SN" : 133.322387415,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "mmHgA",
"ucumCode" : "mm[Hg]{absolute}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Millimeter of Mercury - Absolute"
}, "Millimetre of Mercury - Absolute", {
"@language" : "en",
"@value" : "Millimetre of Mercury - Absolute"
} ],
"broader" : "http://qudt.org/vocab/unit/MilliM_HG",
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliN
URI: http://qudt.org/vocab/unit/MilliN
0.001-fold of the SI derived unit newton
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit newton"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA793" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA793"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit newton" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "mN" ; <http://qudt.org/schema/qudt/ucumCode> "mN"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C20" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95867993> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millinewton" ; rdfs:label "Millinewton"@cs ; rdfs:label "Millinewton"@de ; rdfs:label "Millinewton"@en ; rdfs:label "Millinewton"@es ; rdfs:label "Millinewton"@fr ; rdfs:label "Millinewton"@hu ; rdfs:label "Millinewton"@it ; rdfs:label "Millinewton"@ms ; rdfs:label "Millinewton"@ro ; rdfs:label "Millinewton"@sl ; rdfs:label "Millinewton"@tr ; rdfs:label "Milliniuton"@pl ; .
{"resource":"Millinewton"
,"qname":"unit:MilliN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95867993>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit newton"
,"description (plain text)":"0.001-fold of the SI derived unit newton"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA793"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA793"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Millinewton"
,"label":"Milliniuton"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:N"
,"symbol":"mN"
,"type":"qudt:Unit"
,"ucum code":"mN"
,"unece common code":"C20"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit newton",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAA793",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA793",
"plainTextDescription" : "0.001-fold of the SI derived unit newton",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "mN",
"ucumCode" : "mN",
"uneceCommonCode" : "C20",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95867993",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Milliniuton"
}, "Millinewton", {
"@language" : "cs",
"@value" : "Millinewton"
}, {
"@language" : "de",
"@value" : "Millinewton"
}, {
"@language" : "en",
"@value" : "Millinewton"
}, {
"@language" : "es",
"@value" : "Millinewton"
}, {
"@language" : "fr",
"@value" : "Millinewton"
}, {
"@language" : "hu",
"@value" : "Millinewton"
}, {
"@language" : "it",
"@value" : "Millinewton"
}, {
"@language" : "ms",
"@value" : "Millinewton"
}, {
"@language" : "ro",
"@value" : "Millinewton"
}, {
"@language" : "tr",
"@value" : "Millinewton"
}, {
"@language" : "sl",
"@value" : "Millinewton"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliN-M
URI: http://qudt.org/vocab/unit/MilliN-M
0.001-fold of the product of the SI derived unit newton and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliN-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the product of the SI derived unit newton and the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA794" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA794"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the product of the SI derived unit newton and the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "mN·m" ; <http://qudt.org/schema/qudt/ucumCode> "mN.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D83" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907399> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millinewton Meter"@de ; rdfs:label "Millinewton Meter"@en-US ; rdfs:label "Millinewton Meter"@ms ; rdfs:label "Millinewton Meter"@sl ; rdfs:label "Millinewton Metr"@cs ; rdfs:label "Millinewton Metre" ; rdfs:label "Millinewton Metre"@en ; rdfs:label "Millinewton Metre"@tr ; rdfs:label "Millinewton Metro"@es ; rdfs:label "Millinewton Metro"@it ; rdfs:label "Millinewton Metru"@ro ; rdfs:label "Millinewton Mètre"@fr ; rdfs:label "Milliniuton Metr"@pl ; .
{"resource":"Millinewton Metre"
,"qname":"unit:MilliN-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliN-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907399>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the product of the SI derived unit newton and the SI base unit metre"
,"description (plain text)":"0.001-fold of the product of the SI derived unit newton and the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA794"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA794"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millinewton Meter"
,"label":"Millinewton Meter"
,"label":"Millinewton Meter"
,"label":"Millinewton Meter"
,"label":"Millinewton Metr"
,"label":"Millinewton Metre"
,"label":"Millinewton Metre"
,"label":"Millinewton Metre"
,"label":"Millinewton Metro"
,"label":"Millinewton Metro"
,"label":"Millinewton Metru"
,"label":"Millinewton Mètre"
,"label":"Milliniuton Metr"
,"symbol":"mN·m"
,"type":"qudt:Unit"
,"ucum code":"mN.m"
,"unece common code":"D83"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliN-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the product of the SI derived unit newton and the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Torque", "http://qudt.org/vocab/quantitykind/MomentOfForce" ],
"iec61360Code" : "0112/2///62720#UAA794",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA794",
"plainTextDescription" : "0.001-fold of the product of the SI derived unit newton and the SI base unit metre",
"symbol" : "mN·m",
"ucumCode" : "mN.m",
"uneceCommonCode" : "D83",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907399",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Millinewton Metr"
}, {
"@language" : "ro",
"@value" : "Millinewton Metru"
}, {
"@language" : "fr",
"@value" : "Millinewton Mètre"
}, "Millinewton Metre", {
"@language" : "en",
"@value" : "Millinewton Metre"
}, {
"@language" : "tr",
"@value" : "Millinewton Metre"
}, {
"@language" : "pl",
"@value" : "Milliniuton Metr"
}, {
"@language" : "es",
"@value" : "Millinewton Metro"
}, {
"@language" : "it",
"@value" : "Millinewton Metro"
}, {
"@language" : "de",
"@value" : "Millinewton Meter"
}, {
"@language" : "en-us",
"@value" : "Millinewton Meter"
}, {
"@language" : "ms",
"@value" : "Millinewton Meter"
}, {
"@language" : "sl",
"@value" : "Millinewton Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliN-M-PER-M2
URI: http://qudt.org/vocab/unit/MilliN-M-PER-M2
0.001-fold of the SI derived unit newton divided by the SI base unit metre to the power two
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliN-M-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB549" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB549"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mN·m/m²" ; <http://qudt.org/schema/qudt/ucumCode> "mN.m.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millinewton Meter na Kvadratni Meter"@sl ; rdfs:label "Millinewton Meter per Meter Persegi"@ms ; rdfs:label "Millinewton Meter per Square Meter"@en-US ; rdfs:label "Millinewton Meter pro Quadratmeter"@de ; rdfs:label "Millinewton Metr na Čtvereční Metr"@cs ; rdfs:label "Millinewton Metre per Metrekare"@tr ; rdfs:label "Millinewton Metre per Square Metre" ; rdfs:label "Millinewton Metre per Square Metre"@en ; rdfs:label "Millinewton Metro per Metro Quadrato"@it ; rdfs:label "Millinewton Metro por Metro Cuadrado"@es ; rdfs:label "Millinewton Metru pe Metru Pătrat"@ro ; rdfs:label "Millinewton Mètre par Mètre Carré"@fr ; rdfs:label "Milliniuton Metr na Metr Kwadratowy"@pl ; .
{"resource":"Millinewton Metre per Square Metre"
,"qname":"unit:MilliN-M-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliN-M-PER-M2"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit newton divided by the SI base unit metre to the power two"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB549"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB549"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millinewton Meter na Kvadratni Meter"
,"label":"Millinewton Meter per Meter Persegi"
,"label":"Millinewton Meter per Square Meter"
,"label":"Millinewton Meter pro Quadratmeter"
,"label":"Millinewton Metr na Čtvereční Metr"
,"label":"Millinewton Metre per Metrekare"
,"label":"Millinewton Metre per Square Metre"
,"label":"Millinewton Metre per Square Metre"
,"label":"Millinewton Metro per Metro Quadrato"
,"label":"Millinewton Metro por Metro Cuadrado"
,"label":"Millinewton Metru pe Metru Pătrat"
,"label":"Millinewton Mètre par Mètre Carré"
,"label":"Milliniuton Metr na Metr Kwadratowy"
,"symbol":"mN·m\/m²"
,"type":"qudt:Unit"
,"ucum code":"mN.m.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliN-M-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit newton divided by the SI base unit metre to the power two",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerLength", "http://qudt.org/vocab/quantitykind/EnergyPerArea" ],
"iec61360Code" : "0112/2///62720#UAB549",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB549",
"symbol" : "mN·m/m²",
"ucumCode" : "mN.m.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Millinewton Metro per Metro Quadrato"
}, {
"@language" : "es",
"@value" : "Millinewton Metro por Metro Cuadrado"
}, {
"@language" : "pl",
"@value" : "Milliniuton Metr na Metr Kwadratowy"
}, {
"@language" : "en-us",
"@value" : "Millinewton Meter per Square Meter"
}, {
"@language" : "cs",
"@value" : "Millinewton Metr na Čtvereční Metr"
}, {
"@language" : "ro",
"@value" : "Millinewton Metru pe Metru Pătrat"
}, {
"@language" : "sl",
"@value" : "Millinewton Meter na Kvadratni Meter"
}, {
"@language" : "de",
"@value" : "Millinewton Meter pro Quadratmeter"
}, {
"@language" : "tr",
"@value" : "Millinewton Metre per Metrekare"
}, "Millinewton Metre per Square Metre", {
"@language" : "en",
"@value" : "Millinewton Metre per Square Metre"
}, {
"@language" : "fr",
"@value" : "Millinewton Mètre par Mètre Carré"
}, {
"@language" : "ms",
"@value" : "Millinewton Meter per Meter Persegi"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliN-PER-M
URI: http://qudt.org/vocab/unit/MilliN-PER-M
0.001-fold of the SI derived unit newton divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliN-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit newton divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA795" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA795"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit newton divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "mN/m" ; <http://qudt.org/schema/qudt/ucumCode> "mN.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C22" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q26156132> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millinewton na Meter"@sl ; rdfs:label "Millinewton na Metr"@cs ; rdfs:label "Millinewton par Mètre"@fr ; rdfs:label "Millinewton pe Metru"@ro ; rdfs:label "Millinewton per Meter"@en-US ; rdfs:label "Millinewton per Meter"@ms ; rdfs:label "Millinewton per Metre" ; rdfs:label "Millinewton per Metre"@en ; rdfs:label "Millinewton per Metre"@tr ; rdfs:label "Millinewton per Metro"@it ; rdfs:label "Millinewton por Metro"@es ; rdfs:label "Millinewton pro Meter"@de ; rdfs:label "Milliniuton na Metr"@pl ; .
{"resource":"Millinewton per Metre"
,"qname":"unit:MilliN-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliN-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q26156132>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit newton divided by the SI base unit metre"
,"description (plain text)":"0.001-fold of the SI derived unit newton divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA795"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA795"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millinewton na Meter"
,"label":"Millinewton na Metr"
,"label":"Millinewton par Mètre"
,"label":"Millinewton pe Metru"
,"label":"Millinewton per Meter"
,"label":"Millinewton per Meter"
,"label":"Millinewton per Metre"
,"label":"Millinewton per Metre"
,"label":"Millinewton per Metre"
,"label":"Millinewton per Metro"
,"label":"Millinewton por Metro"
,"label":"Millinewton pro Meter"
,"label":"Milliniuton na Metr"
,"symbol":"mN\/m"
,"type":"qudt:Unit"
,"ucum code":"mN.m-1"
,"unece common code":"C22"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliN-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit newton divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"iec61360Code" : "0112/2///62720#UAA795",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA795",
"plainTextDescription" : "0.001-fold of the SI derived unit newton divided by the SI base unit metre",
"symbol" : "mN/m",
"ucumCode" : "mN.m-1",
"uneceCommonCode" : "C22",
"wikidataMatch" : "http://www.wikidata.org/entity/Q26156132",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Milliniuton na Metr"
}, {
"@language" : "cs",
"@value" : "Millinewton na Metr"
}, {
"@language" : "de",
"@value" : "Millinewton pro Meter"
}, {
"@language" : "sl",
"@value" : "Millinewton na Meter"
}, {
"@language" : "en-us",
"@value" : "Millinewton per Meter"
}, {
"@language" : "ms",
"@value" : "Millinewton per Meter"
}, {
"@language" : "ro",
"@value" : "Millinewton pe Metru"
}, {
"@language" : "it",
"@value" : "Millinewton per Metro"
}, {
"@language" : "fr",
"@value" : "Millinewton par Mètre"
}, "Millinewton per Metre", {
"@language" : "en",
"@value" : "Millinewton per Metre"
}, {
"@language" : "tr",
"@value" : "Millinewton per Metre"
}, {
"@language" : "es",
"@value" : "Millinewton por Metro"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliOHM
URI: http://qudt.org/vocab/unit/MilliOHM
0.001-fold of the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliOHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA741" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA741"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit ohm" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OHM> ; <http://qudt.org/schema/qudt/symbol> "mΩ" ; <http://qudt.org/schema/qudt/ucumCode> "mOhm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E45" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94487366> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliohm" ; rdfs:label "Milliohm"@cs ; rdfs:label "Milliohm"@de ; rdfs:label "Milliohm"@en ; rdfs:label "Milliohm"@fr ; rdfs:label "Milliohm"@hu ; rdfs:label "Milliohm"@it ; rdfs:label "Milliohm"@ms ; rdfs:label "Milliohm"@ro ; rdfs:label "Milliohm"@sl ; rdfs:label "Milliohm"@tr ; rdfs:label "Milliohmio"@es ; rdfs:label "Milliom"@pl ; .
{"resource":"Milliohm"
,"qname":"unit:MilliOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliOHM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94487366>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit ohm"
,"description (plain text)":"0.001-fold of the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA741"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA741"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliohm"
,"label":"Milliohm"
,"label":"Milliohm"
,"label":"Milliohm"
,"label":"Milliohm"
,"label":"Milliohm"
,"label":"Milliohm"
,"label":"Milliohm"
,"label":"Milliohm"
,"label":"Milliohm"
,"label":"Milliohm"
,"label":"Milliohmio"
,"label":"Milliom"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:OHM"
,"symbol":"mΩ"
,"type":"qudt:Unit"
,"ucum code":"mOhm"
,"unece common code":"E45"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistance",
"iec61360Code" : "0112/2///62720#UAA741",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA741",
"plainTextDescription" : "0.001-fold of the SI derived unit ohm",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/OHM",
"symbol" : "mΩ",
"ucumCode" : "mOhm",
"uneceCommonCode" : "E45",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94487366",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliohm", {
"@language" : "cs",
"@value" : "Milliohm"
}, {
"@language" : "de",
"@value" : "Milliohm"
}, {
"@language" : "en",
"@value" : "Milliohm"
}, {
"@language" : "tr",
"@value" : "Milliohm"
}, {
"@language" : "fr",
"@value" : "Milliohm"
}, {
"@language" : "hu",
"@value" : "Milliohm"
}, {
"@language" : "it",
"@value" : "Milliohm"
}, {
"@language" : "ms",
"@value" : "Milliohm"
}, {
"@language" : "ro",
"@value" : "Milliohm"
}, {
"@language" : "sl",
"@value" : "Milliohm"
}, {
"@language" : "es",
"@value" : "Milliohmio"
}, {
"@language" : "pl",
"@value" : "Milliom"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliOHM-M
URI: http://qudt.org/vocab/unit/MilliOHM-M
0.001-fold of the product of the SI derived unit ohm and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliOHM-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the product of the SI derived unit ohm and the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA742" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA742"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mΩ·m" ; <http://qudt.org/schema/qudt/ucumCode> "mOhm.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C23" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliohm Meter"@de ; rdfs:label "Milliohm Meter"@en-US ; rdfs:label "Milliohm Meter"@ms ; rdfs:label "Milliohm Meter"@sl ; rdfs:label "Milliohm Metr"@cs ; rdfs:label "Milliohm Metre" ; rdfs:label "Milliohm Metre"@en ; rdfs:label "Milliohm Metre"@tr ; rdfs:label "Milliohm Metro"@it ; rdfs:label "Milliohm Metru"@ro ; rdfs:label "Milliohm Mètre"@fr ; rdfs:label "Milliohmio Metro"@es ; rdfs:label "Milliom Metr"@pl ; .
{"resource":"Milliohm Metre"
,"qname":"unit:MilliOHM-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliOHM-M"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the product of the SI derived unit ohm and the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA742"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA742"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliohm Meter"
,"label":"Milliohm Meter"
,"label":"Milliohm Meter"
,"label":"Milliohm Meter"
,"label":"Milliohm Metr"
,"label":"Milliohm Metre"
,"label":"Milliohm Metre"
,"label":"Milliohm Metre"
,"label":"Milliohm Metro"
,"label":"Milliohm Metru"
,"label":"Milliohm Mètre"
,"label":"Milliohmio Metro"
,"label":"Milliom Metr"
,"symbol":"mΩ·m"
,"type":"qudt:Unit"
,"ucum code":"mOhm.m"
,"unece common code":"C23"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliOHM-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the product of the SI derived unit ohm and the SI base unit metre",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"iec61360Code" : "0112/2///62720#UAA742",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA742",
"symbol" : "mΩ·m",
"ucumCode" : "mOhm.m",
"uneceCommonCode" : "C23",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Milliohm Meter"
}, {
"@language" : "en-us",
"@value" : "Milliohm Meter"
}, {
"@language" : "ms",
"@value" : "Milliohm Meter"
}, {
"@language" : "sl",
"@value" : "Milliohm Meter"
}, {
"@language" : "pl",
"@value" : "Milliom Metr"
}, {
"@language" : "fr",
"@value" : "Milliohm Mètre"
}, {
"@language" : "cs",
"@value" : "Milliohm Metr"
}, {
"@language" : "it",
"@value" : "Milliohm Metro"
}, {
"@language" : "ro",
"@value" : "Milliohm Metru"
}, {
"@language" : "es",
"@value" : "Milliohmio Metro"
}, "Milliohm Metre", {
"@language" : "en",
"@value" : "Milliohm Metre"
}, {
"@language" : "tr",
"@value" : "Milliohm Metre"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliOHM-PER-BAR
URI: http://qudt.org/vocab/unit/MilliOHM-PER-BAR
0.001-fold of the SI derived unit ohm per metrical non SI unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliOHM-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit ohm per metrical non SI unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD878" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD878"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mΩ/bar" ; <http://qudt.org/schema/qudt/ucumCode> "mOhm.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliohm per Bar" ; rdfs:label "Milliohm per Bar"@en ; .
{"resource":"Milliohm per Bar"
,"qname":"unit:MilliOHM-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliOHM-PER-BAR"
,"properties":["conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.001-fold of the SI derived unit ohm per metrical non SI unit bar"
,"has dimension vector":"qkdv:A0E-2L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD878"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD878"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliohm per Bar"
,"label":"Milliohm per Bar"
,"symbol":"mΩ\/bar"
,"type":"qudt:Unit"
,"ucum code":"mOhm.bar-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliOHM-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit ohm per metrical non SI unit bar",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD878",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD878",
"symbol" : "mΩ/bar",
"ucumCode" : "mOhm.bar-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliohm per Bar", {
"@language" : "en",
"@value" : "Milliohm per Bar"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliOHM-PER-K
URI: http://qudt.org/vocab/unit/MilliOHM-PER-K
0.001-fold of the SI derived unit ohm per SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliOHM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit ohm per SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD874" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD874"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mΩ/K" ; <http://qudt.org/schema/qudt/ucumCode> "mOhm.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliohm na Kelvin"@cs ; rdfs:label "Milliohm na Kelvin"@sl ; rdfs:label "Milliohm par Kelvin"@fr ; rdfs:label "Milliohm pe Kelvin"@ro ; rdfs:label "Milliohm per Kelvin" ; rdfs:label "Milliohm per Kelvin"@en ; rdfs:label "Milliohm per Kelvin"@it ; rdfs:label "Milliohm per Kelvin"@ms ; rdfs:label "Milliohm per Kelvin"@tr ; rdfs:label "Milliohm pro Kelvin"@de ; rdfs:label "Milliohmio por Kelvin"@es ; rdfs:label "Milliom na Kelwin"@pl ; .
{"resource":"Milliohm per Kelvin"
,"qname":"unit:MilliOHM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliOHM-PER-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit ohm per SI base unit kelvin"
,"has dimension vector":"qkdv:A0E-2L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD874"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD874"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliohm na Kelvin"
,"label":"Milliohm na Kelvin"
,"label":"Milliohm par Kelvin"
,"label":"Milliohm pe Kelvin"
,"label":"Milliohm per Kelvin"
,"label":"Milliohm per Kelvin"
,"label":"Milliohm per Kelvin"
,"label":"Milliohm per Kelvin"
,"label":"Milliohm per Kelvin"
,"label":"Milliohm pro Kelvin"
,"label":"Milliohmio por Kelvin"
,"label":"Milliom na Kelwin"
,"symbol":"mΩ\/K"
,"type":"qudt:Unit"
,"ucum code":"mOhm.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliOHM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit ohm per SI base unit kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD874",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD874",
"symbol" : "mΩ/K",
"ucumCode" : "mOhm.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliohm per Kelvin", {
"@language" : "en",
"@value" : "Milliohm per Kelvin"
}, {
"@language" : "sl",
"@value" : "Milliohm na Kelvin"
}, {
"@language" : "cs",
"@value" : "Milliohm na Kelvin"
}, {
"@language" : "it",
"@value" : "Milliohm per Kelvin"
}, {
"@language" : "ms",
"@value" : "Milliohm per Kelvin"
}, {
"@language" : "tr",
"@value" : "Milliohm per Kelvin"
}, {
"@language" : "pl",
"@value" : "Milliom na Kelwin"
}, {
"@language" : "es",
"@value" : "Milliohmio por Kelvin"
}, {
"@language" : "de",
"@value" : "Milliohm pro Kelvin"
}, {
"@language" : "ro",
"@value" : "Milliohm pe Kelvin"
}, {
"@language" : "fr",
"@value" : "Milliohm par Kelvin"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliOHM-PER-M
URI: http://qudt.org/vocab/unit/MilliOHM-PER-M
0.001-fold of the SI derived unit ohm divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliOHM-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit ohm divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearResistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA743" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA743"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mΩ/m" ; <http://qudt.org/schema/qudt/ucumCode> "mOhm.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F54" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliohm na Meter"@sl ; rdfs:label "Milliohm na Metr"@cs ; rdfs:label "Milliohm par Mètre"@fr ; rdfs:label "Milliohm pe Metru"@ro ; rdfs:label "Milliohm per Meter"@en-US ; rdfs:label "Milliohm per Meter"@ms ; rdfs:label "Milliohm per Metre" ; rdfs:label "Milliohm per Metre"@en ; rdfs:label "Milliohm per Metre"@tr ; rdfs:label "Milliohm per Metro"@it ; rdfs:label "Milliohm pro Meter"@de ; rdfs:label "Milliohmio por Metro"@es ; rdfs:label "Milliom na Metr"@pl ; .
{"resource":"Milliohm per Metre"
,"qname":"unit:MilliOHM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliOHM-PER-M"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit ohm divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:LinearResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA743"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA743"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliohm na Meter"
,"label":"Milliohm na Metr"
,"label":"Milliohm par Mètre"
,"label":"Milliohm pe Metru"
,"label":"Milliohm per Meter"
,"label":"Milliohm per Meter"
,"label":"Milliohm per Metre"
,"label":"Milliohm per Metre"
,"label":"Milliohm per Metre"
,"label":"Milliohm per Metro"
,"label":"Milliohm pro Meter"
,"label":"Milliohmio por Metro"
,"label":"Milliom na Metr"
,"symbol":"mΩ\/m"
,"type":"qudt:Unit"
,"ucum code":"mOhm.m-1"
,"unece common code":"F54"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliOHM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit ohm divided by the SI base unit metre",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearResistance",
"iec61360Code" : "0112/2///62720#UAA743",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA743",
"symbol" : "mΩ/m",
"ucumCode" : "mOhm.m-1",
"uneceCommonCode" : "F54",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliohm per Metre", {
"@language" : "de",
"@value" : "Milliohm pro Meter"
}, {
"@language" : "it",
"@value" : "Milliohm per Metro"
}, {
"@language" : "sl",
"@value" : "Milliohm na Meter"
}, {
"@language" : "fr",
"@value" : "Milliohm par Mètre"
}, {
"@language" : "pl",
"@value" : "Milliom na Metr"
}, {
"@language" : "es",
"@value" : "Milliohmio por Metro"
}, {
"@language" : "en-us",
"@value" : "Milliohm per Meter"
}, {
"@language" : "ms",
"@value" : "Milliohm per Meter"
}, {
"@language" : "cs",
"@value" : "Milliohm na Metr"
}, {
"@language" : "ro",
"@value" : "Milliohm pe Metru"
}, {
"@language" : "en",
"@value" : "Milliohm per Metre"
}, {
"@language" : "tr",
"@value" : "Milliohm per Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliOSM
URI: http://qudt.org/vocab/unit/MilliOSM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliOSM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OSM> ; <http://qudt.org/schema/qudt/symbol> "mOsmol" ; <http://qudt.org/schema/qudt/ucumCode> "mOsmol"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliosmole" ; rdfs:label "Milliosmole"@en ; .
{"resource":"Milliosmole"
,"qname":"unit:MilliOSM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliOSM"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliosmole"
,"label":"Milliosmole"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:OSM"
,"symbol":"mOsmol"
,"type":"qudt:Unit"
,"ucum code":"mOsmol"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliOSM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/OSM",
"symbol" : "mOsmol",
"ucumCode" : "mOsmol",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliosmole", {
"@language" : "en",
"@value" : "Milliosmole"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliOSM-PER-KiloGM
URI: http://qudt.org/vocab/unit/MilliOSM-PER-KiloGM
0.001-fold of the unit Osmol divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliOSM-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit Osmol divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/symbol> "mOsmol/kg" ; <http://qudt.org/schema/qudt/ucumCode> "mOsmol.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliosmole per Kilogram" ; rdfs:label "Milliosmole per Kilogram"@en ; .
{"resource":"Milliosmole per Kilogram"
,"qname":"unit:MilliOSM-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliOSM-PER-KiloGM"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"0.001-fold of the unit Osmol divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliosmole per Kilogram"
,"label":"Milliosmole per Kilogram"
,"symbol":"mOsmol\/kg"
,"type":"qudt:Unit"
,"ucum code":"mOsmol.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliOSM-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit Osmol divided by the SI base unit kilogram",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass",
"symbol" : "mOsmol/kg",
"ucumCode" : "mOsmol.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliosmole per Kilogram", {
"@language" : "en",
"@value" : "Milliosmole per Kilogram"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliPA
URI: http://qudt.org/vocab/unit/MilliPA
0.001-fold of the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliPA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit pascal"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA796" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA796"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit pascal" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "mPa" ; <http://qudt.org/schema/qudt/ucumCode> "mPa"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "74" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53448906> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millipascal" ; rdfs:label "Millipascal"@cs ; rdfs:label "Millipascal"@de ; rdfs:label "Millipascal"@en ; rdfs:label "Millipascal"@es ; rdfs:label "Millipascal"@fr ; rdfs:label "Millipascal"@hu ; rdfs:label "Millipascal"@it ; rdfs:label "Millipascal"@ms ; rdfs:label "Millipascal"@ro ; rdfs:label "Millipascal"@sl ; rdfs:label "Millipascal"@tr ; rdfs:label "Millipaskal"@pl ; .
{"resource":"Millipascal"
,"qname":"unit:MilliPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliPA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53448906>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit pascal"
,"description (plain text)":"0.001-fold of the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA796"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA796"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipascal"
,"label":"Millipaskal"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:PA"
,"symbol":"mPa"
,"type":"qudt:Unit"
,"ucum code":"mPa"
,"unece common code":"74"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliPA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit pascal",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ShearModulus", "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity" ],
"iec61360Code" : "0112/2///62720#UAA796",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA796",
"plainTextDescription" : "0.001-fold of the SI derived unit pascal",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "mPa",
"ucumCode" : "mPa",
"uneceCommonCode" : "74",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53448906",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millipascal", {
"@language" : "de",
"@value" : "Millipascal"
}, {
"@language" : "en",
"@value" : "Millipascal"
}, {
"@language" : "es",
"@value" : "Millipascal"
}, {
"@language" : "fr",
"@value" : "Millipascal"
}, {
"@language" : "hu",
"@value" : "Millipascal"
}, {
"@language" : "it",
"@value" : "Millipascal"
}, {
"@language" : "cs",
"@value" : "Millipascal"
}, {
"@language" : "pl",
"@value" : "Millipaskal"
}, {
"@language" : "ms",
"@value" : "Millipascal"
}, {
"@language" : "ro",
"@value" : "Millipascal"
}, {
"@language" : "sl",
"@value" : "Millipascal"
}, {
"@language" : "tr",
"@value" : "Millipascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliPA-PER-M
URI: http://qudt.org/vocab/unit/MilliPA-PER-M
0.001-fold of the SI derived unit pascal divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliPA-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit pascal divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureGradient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB420" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB420"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mPa/m" ; <http://qudt.org/schema/qudt/ucumCode> "mPa.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P80" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millipascal na Meter"@sl ; rdfs:label "Millipascal na Metr"@cs ; rdfs:label "Millipascal par Mètre"@fr ; rdfs:label "Millipascal pe Metru"@ro ; rdfs:label "Millipascal per Meter"@en-US ; rdfs:label "Millipascal per Meter"@ms ; rdfs:label "Millipascal per Metre" ; rdfs:label "Millipascal per Metre"@en ; rdfs:label "Millipascal per Metre"@tr ; rdfs:label "Millipascal per Metro"@it ; rdfs:label "Millipascal por Metro"@es ; rdfs:label "Millipascal pro Meter"@de ; rdfs:label "Millipaskal na Metr"@pl ; .
{"resource":"Millipascal per Metre"
,"qname":"unit:MilliPA-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliPA-PER-M"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit pascal divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:PressureGradient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB420"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB420"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millipascal na Meter"
,"label":"Millipascal na Metr"
,"label":"Millipascal par Mètre"
,"label":"Millipascal pe Metru"
,"label":"Millipascal per Meter"
,"label":"Millipascal per Meter"
,"label":"Millipascal per Metre"
,"label":"Millipascal per Metre"
,"label":"Millipascal per Metre"
,"label":"Millipascal per Metro"
,"label":"Millipascal por Metro"
,"label":"Millipascal pro Meter"
,"label":"Millipaskal na Metr"
,"symbol":"mPa\/m"
,"type":"qudt:Unit"
,"ucum code":"mPa.m-1"
,"unece common code":"P80"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliPA-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit pascal divided by the SI base unit metre",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureGradient",
"iec61360Code" : "0112/2///62720#UAB420",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB420",
"symbol" : "mPa/m",
"ucumCode" : "mPa.m-1",
"uneceCommonCode" : "P80",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millipascal per Metre", {
"@language" : "en",
"@value" : "Millipascal per Metre"
}, {
"@language" : "tr",
"@value" : "Millipascal per Metre"
}, {
"@language" : "cs",
"@value" : "Millipascal na Metr"
}, {
"@language" : "ro",
"@value" : "Millipascal pe Metru"
}, {
"@language" : "it",
"@value" : "Millipascal per Metro"
}, {
"@language" : "en-us",
"@value" : "Millipascal per Meter"
}, {
"@language" : "ms",
"@value" : "Millipascal per Meter"
}, {
"@language" : "es",
"@value" : "Millipascal por Metro"
}, {
"@language" : "pl",
"@value" : "Millipaskal na Metr"
}, {
"@language" : "sl",
"@value" : "Millipascal na Meter"
}, {
"@language" : "fr",
"@value" : "Millipascal par Mètre"
}, {
"@language" : "de",
"@value" : "Millipascal pro Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliPA-SEC
URI: http://qudt.org/vocab/unit/MilliPA-SEC
0.001-fold of the product of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliPA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the product of the SI derived unit pascal and the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA797" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA797"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the product of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "mPa·s" ; <http://qudt.org/schema/qudt/ucumCode> "mPa.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C24" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q26158194> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millipascal Saat"@ms ; rdfs:label "Millipascal Saniye"@tr ; rdfs:label "Millipascal Second" ; rdfs:label "Millipascal Second"@en ; rdfs:label "Millipascal Seconde"@fr ; rdfs:label "Millipascal Secondo"@it ; rdfs:label "Millipascal Secundă"@ro ; rdfs:label "Millipascal Segundo"@es ; rdfs:label "Millipascal Sekunda"@cs ; rdfs:label "Millipascal Sekunda"@sl ; rdfs:label "Millipascal Sekunde"@de ; rdfs:label "Millipaskal Sekunda"@pl ; .
{"resource":"Millipascal Second"
,"qname":"unit:MilliPA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliPA-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q26158194>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the product of the SI derived unit pascal and the SI base unit second"
,"description (plain text)":"0.001-fold of the product of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA797"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA797"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millipascal Saat"
,"label":"Millipascal Saniye"
,"label":"Millipascal Second"
,"label":"Millipascal Second"
,"label":"Millipascal Seconde"
,"label":"Millipascal Secondo"
,"label":"Millipascal Secundă"
,"label":"Millipascal Segundo"
,"label":"Millipascal Sekunda"
,"label":"Millipascal Sekunda"
,"label":"Millipascal Sekunde"
,"label":"Millipaskal Sekunda"
,"symbol":"mPa·s"
,"type":"qudt:Unit"
,"ucum code":"mPa.s"
,"unece common code":"C24"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliPA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the product of the SI derived unit pascal and the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"iec61360Code" : "0112/2///62720#UAA797",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA797",
"plainTextDescription" : "0.001-fold of the product of the SI derived unit pascal and the SI base unit second",
"symbol" : "mPa·s",
"ucumCode" : "mPa.s",
"uneceCommonCode" : "C24",
"wikidataMatch" : "http://www.wikidata.org/entity/Q26158194",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Millipascal Saniye"
}, {
"@language" : "fr",
"@value" : "Millipascal Seconde"
}, "Millipascal Second", {
"@language" : "en",
"@value" : "Millipascal Second"
}, {
"@language" : "de",
"@value" : "Millipascal Sekunde"
}, {
"@language" : "cs",
"@value" : "Millipascal Sekunda"
}, {
"@language" : "sl",
"@value" : "Millipascal Sekunda"
}, {
"@language" : "ms",
"@value" : "Millipascal Saat"
}, {
"@language" : "it",
"@value" : "Millipascal Secondo"
}, {
"@language" : "es",
"@value" : "Millipascal Segundo"
}, {
"@language" : "pl",
"@value" : "Millipaskal Sekunda"
}, {
"@language" : "ro",
"@value" : "Millipascal Secundă"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliPA-SEC-PER-BAR
URI: http://qudt.org/vocab/unit/MilliPA-SEC-PER-BAR
0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliPA-SEC-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA799" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA799"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar" ; <http://qudt.org/schema/qudt/symbol> "mPa·s/bar" ; <http://qudt.org/schema/qudt/ucumCode> "mPa.s.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L16" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millipascal Second per Bar" ; rdfs:label "Millipascal Second per Bar"@en ; .
{"resource":"Millipascal Second per Bar"
,"qname":"unit:MilliPA-SEC-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliPA-SEC-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar"
,"description (plain text)":"0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA799"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA799"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millipascal Second per Bar"
,"label":"Millipascal Second per Bar"
,"symbol":"mPa·s\/bar"
,"type":"qudt:Unit"
,"ucum code":"mPa.s.bar-1"
,"unece common code":"L16"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliPA-SEC-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA799",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA799",
"plainTextDescription" : "0.001-fold of the product of the SI derived unit pascal and the SI base unit second divided by the unit of the pressure bar",
"symbol" : "mPa·s/bar",
"ucumCode" : "mPa.s.bar-1",
"uneceCommonCode" : "L16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millipascal Second per Bar", {
"@language" : "en",
"@value" : "Millipascal Second per Bar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliPA-SEC-PER-K
URI: http://qudt.org/vocab/unit/MilliPA-SEC-PER-K
product of the 0.001-fold of the SI derived unit pascal and the SI base unit second divided by the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliPA-SEC-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 0.001-fold of the SI derived unit pascal and the SI base unit second divided by the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA798" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA798"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mPa·s/K" ; <http://qudt.org/schema/qudt/ucumCode> "mPa.s.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L15" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millipascal Saat per Kelvin"@ms ; rdfs:label "Millipascal Saniye per Kelvin"@tr ; rdfs:label "Millipascal Second per Kelvin" ; rdfs:label "Millipascal Second per Kelvin"@en ; rdfs:label "Millipascal Seconde par Kelvin"@fr ; rdfs:label "Millipascal Secondo per Kelvin"@it ; rdfs:label "Millipascal Secundă pe Kelvin"@ro ; rdfs:label "Millipascal Segundo por Kelvin"@es ; rdfs:label "Millipascal Sekunda na Kelvin"@cs ; rdfs:label "Millipascal Sekunda na Kelvin"@sl ; rdfs:label "Millipascal Sekunde pro Kelvin"@de ; rdfs:label "Millipaskal Sekunda na Kelwin"@pl ; .
{"resource":"Millipascal Second per Kelvin"
,"qname":"unit:MilliPA-SEC-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliPA-SEC-PER-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"product of the 0.001-fold of the SI derived unit pascal and the SI base unit second divided by the SI base unit Kelvin"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA798"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA798"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millipascal Saat per Kelvin"
,"label":"Millipascal Saniye per Kelvin"
,"label":"Millipascal Second per Kelvin"
,"label":"Millipascal Second per Kelvin"
,"label":"Millipascal Seconde par Kelvin"
,"label":"Millipascal Secondo per Kelvin"
,"label":"Millipascal Secundă pe Kelvin"
,"label":"Millipascal Segundo por Kelvin"
,"label":"Millipascal Sekunda na Kelvin"
,"label":"Millipascal Sekunda na Kelvin"
,"label":"Millipascal Sekunde pro Kelvin"
,"label":"Millipaskal Sekunda na Kelwin"
,"symbol":"mPa·s\/K"
,"type":"qudt:Unit"
,"ucum code":"mPa.s.K-1"
,"unece common code":"L15"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliPA-SEC-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 0.001-fold of the SI derived unit pascal and the SI base unit second divided by the SI base unit Kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA798",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA798",
"symbol" : "mPa·s/K",
"ucumCode" : "mPa.s.K-1",
"uneceCommonCode" : "L15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millipascal Second per Kelvin", {
"@language" : "en",
"@value" : "Millipascal Second per Kelvin"
}, {
"@language" : "de",
"@value" : "Millipascal Sekunde pro Kelvin"
}, {
"@language" : "sl",
"@value" : "Millipascal Sekunda na Kelvin"
}, {
"@language" : "cs",
"@value" : "Millipascal Sekunda na Kelvin"
}, {
"@language" : "ms",
"@value" : "Millipascal Saat per Kelvin"
}, {
"@language" : "tr",
"@value" : "Millipascal Saniye per Kelvin"
}, {
"@language" : "ro",
"@value" : "Millipascal Secundă pe Kelvin"
}, {
"@language" : "fr",
"@value" : "Millipascal Seconde par Kelvin"
}, {
"@language" : "es",
"@value" : "Millipascal Segundo por Kelvin"
}, {
"@language" : "it",
"@value" : "Millipascal Secondo per Kelvin"
}, {
"@language" : "pl",
"@value" : "Millipaskal Sekunda na Kelwin"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliR
URI: http://qudt.org/vocab/unit/MilliR
0.001-fold of the unit roentgen.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit roentgen."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000258 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.58E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB056" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB056"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Roentgen_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the unit roentgen." ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/R> ; <http://qudt.org/schema/qudt/symbol> "mR" ; <http://qudt.org/schema/qudt/ucumCode> "mR"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2Y" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617387> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliroentgen" ; rdfs:label "Milliroentgen"@en ; .
{"resource":"Milliroentgen"
,"qname":"unit:MilliR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617387>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000258"
,"conversion multiplier scientific":"2.58E-7"
,"description":"0.001-fold of the unit roentgen."
,"description (plain text)":"0.001-fold of the unit roentgen."
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerMass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB056"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB056"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Roentgen_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliroentgen"
,"label":"Milliroentgen"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:R"
,"symbol":"mR"
,"type":"qudt:Unit"
,"ucum code":"mR"
,"unece common code":"2Y"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit roentgen.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000258",
"conversionMultiplier:SN" : 2.58E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerMass",
"iec61360Code" : "0112/2///62720#UAB056",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB056", "https://en.wikipedia.org/wiki/Roentgen_(unit)" ],
"plainTextDescription" : "0.001-fold of the unit roentgen.",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/R",
"symbol" : "mR",
"ucumCode" : "mR",
"uneceCommonCode" : "2Y",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617387",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliroentgen", {
"@language" : "en",
"@value" : "Milliroentgen"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliRAD
URI: http://qudt.org/vocab/unit/MilliRAD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliRAD> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/guidance> "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html#7.10\">SP811 section7.10</a></p>"^^rdf:HTML ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA897" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA897"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ; <http://qudt.org/schema/qudt/symbol> "mrad" ; <http://qudt.org/schema/qudt/ucumCode> "mrad"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C25" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1065153> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliradian" ; rdfs:label "Milliradian"@en ; rdfs:label "Milliradian"@fr ; rdfs:label "Milliradian"@ms ; rdfs:label "Milliradian"@pl ; rdfs:label "Milliradian"@ro ; rdfs:label "Milliradian"@sl ; rdfs:label "Milliradiant"@de ; rdfs:label "Milliradiante"@it ; rdfs:label "Milliradián"@cs ; rdfs:label "Milliradián"@es ; rdfs:label "Milliradián"@hu ; rdfs:label "Milliradyan"@tr ; .
{"resource":"Milliradian"
,"qname":"unit:MilliRAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliRAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1065153>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"guidance":"<p>See NIST section <a href=\"http:\/\/physics.nist.gov\/Pubs\/SP811\/sec07.html#7.10\">SP811 section7.10<\/a><\/p>"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA897"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliradian"
,"label":"Milliradian"
,"label":"Milliradian"
,"label":"Milliradian"
,"label":"Milliradian"
,"label":"Milliradian"
,"label":"Milliradian"
,"label":"Milliradiant"
,"label":"Milliradiante"
,"label":"Milliradián"
,"label":"Milliradián"
,"label":"Milliradián"
,"label":"Milliradyan"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:RAD"
,"symbol":"mrad"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mrad"
,"unece common code":"C25"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliRAD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"guidance" : "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html#7.10\">SP811 section7.10</a></p>",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PlaneAngle", "http://qudt.org/vocab/quantitykind/Angle" ],
"iec61360Code" : "0112/2///62720#UAA897",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA897",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"symbol" : "mrad",
"ucumCode" : "mrad",
"uneceCommonCode" : "C25",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1065153",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Milliradián"
}, {
"@language" : "es",
"@value" : "Milliradián"
}, {
"@language" : "hu",
"@value" : "Milliradián"
}, {
"@language" : "it",
"@value" : "Milliradiante"
}, {
"@language" : "de",
"@value" : "Milliradiant"
}, {
"@language" : "tr",
"@value" : "Milliradyan"
}, "Milliradian", {
"@language" : "en",
"@value" : "Milliradian"
}, {
"@language" : "fr",
"@value" : "Milliradian"
}, {
"@language" : "ms",
"@value" : "Milliradian"
}, {
"@language" : "pl",
"@value" : "Milliradian"
}, {
"@language" : "ro",
"@value" : "Milliradian"
}, {
"@language" : "sl",
"@value" : "Milliradian"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"guidance" : {
"@id" : "http://qudt.org/schema/qudt/guidance",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliRAD_R
URI: http://qudt.org/vocab/unit/MilliRAD_R
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliRAD_R> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD_R> ; <http://qudt.org/schema/qudt/symbol> "mrad" ; <http://qudt.org/schema/qudt/ucumCode> "mRAD"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millirad" ; rdfs:label "Millirad"@en ; .
{"resource":"Millirad"
,"qname":"unit:MilliRAD_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliRAD_R"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AbsorbedDose"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millirad"
,"label":"Millirad"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:RAD_R"
,"symbol":"mrad"
,"type":"qudt:Unit"
,"ucum code":"mRAD"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliRAD_R",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AbsorbedDose",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/RAD_R",
"symbol" : "mrad",
"ucumCode" : "mRAD",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millirad", {
"@language" : "en",
"@value" : "Millirad"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliRAD_R-PER-HR
URI: http://qudt.org/vocab/unit/MilliRAD_R-PER-HR
One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliRAD_R-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/symbol> "mrad/h" ; <http://qudt.org/schema/qudt/ucumCode> "mRAD.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millirad per Hour" ; rdfs:label "Millirad per Hour"@en ; .
{"resource":"Millirad per Hour"
,"qname":"unit:MilliRAD_R-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliRAD_R-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-9"
,"description":"One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millirad per Hour"
,"label":"Millirad per Hour"
,"symbol":"mrad\/h"
,"type":"qudt:Unit"
,"ucum code":"mRAD.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliRAD_R-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One thousandth part of an absorbed ionizing radiation dose equal to 100 ergs per gram of irradiated material received per hour."
},
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/KermaRate" ],
"symbol" : "mrad/h",
"ucumCode" : "mRAD.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millirad per Hour", {
"@language" : "en",
"@value" : "Millirad per Hour"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliR_man
URI: http://qudt.org/vocab/unit/MilliR_man
The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliR_man> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DoseEquivalent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA898" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA898"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body." ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/R_man> ; <http://qudt.org/schema/qudt/symbol> "mrem" ; <http://qudt.org/schema/qudt/ucumCode> "mREM"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L31" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617364> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milli Roentgen Equivalent Man" ; rdfs:label "Milli Roentgen Equivalent Man"@en ; .
{"resource":"Milli Roentgen Equivalent Man"
,"qname":"unit:MilliR_man"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliR_man"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617364>"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body."
,"description (plain text)":"The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:DoseEquivalent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA898"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA898"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Roentgen_equivalent_man"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milli Roentgen Equivalent Man"
,"label":"Milli Roentgen Equivalent Man"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:R_man"
,"symbol":"mrem"
,"type":"qudt:Unit"
,"ucum code":"mREM"
,"unece common code":"L31"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliR_man",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body.",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DoseEquivalent",
"iec61360Code" : "0112/2///62720#UAA898",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA898", "https://en.wikipedia.org/wiki/Roentgen_equivalent_man" ],
"plainTextDescription" : "The roentgen equivalent man (or rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are measures of the health effect of low levels of ionizing radiation on the human body.",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/R_man",
"symbol" : "mrem",
"ucumCode" : "mREM",
"uneceCommonCode" : "L31",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617364",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milli Roentgen Equivalent Man", {
"@language" : "en",
"@value" : "Milli Roentgen Equivalent Man"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliS
URI: http://qudt.org/vocab/unit/MilliS
0.001-fold of the SI derived unit siemens
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit siemens"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Admittance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA800" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA800"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit siemens" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S> ; <http://qudt.org/schema/qudt/symbol> "mS" ; <http://qudt.org/schema/qudt/ucumCode> "mS"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C27" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94694206> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millisiemens" ; rdfs:label "Millisiemens"@cs ; rdfs:label "Millisiemens"@de ; rdfs:label "Millisiemens"@en ; rdfs:label "Millisiemens"@es ; rdfs:label "Millisiemens"@fr ; rdfs:label "Millisiemens"@hu ; rdfs:label "Millisiemens"@it ; rdfs:label "Millisiemens"@ms ; rdfs:label "Millisiemens"@ro ; rdfs:label "Millisiemens"@sl ; rdfs:label "Millisiemens"@tr ; rdfs:label "Millisimens"@pl ; .
{"resource":"Millisiemens"
,"qname":"unit:MilliS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94694206>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit siemens"
,"description (plain text)":"0.001-fold of the SI derived unit siemens"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Admittance"
,"has quantity kind":"quantitykind:Conductance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA800"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA800"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisiemens"
,"label":"Millisimens"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:S"
,"symbol":"mS"
,"type":"qudt:Unit"
,"ucum code":"mS"
,"unece common code":"C27"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit siemens",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Admittance", "http://qudt.org/vocab/quantitykind/Conductance" ],
"iec61360Code" : "0112/2///62720#UAA800",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA800",
"plainTextDescription" : "0.001-fold of the SI derived unit siemens",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/S",
"symbol" : "mS",
"ucumCode" : "mS",
"uneceCommonCode" : "C27",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94694206",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Millisimens"
}, "Millisiemens", {
"@language" : "cs",
"@value" : "Millisiemens"
}, {
"@language" : "de",
"@value" : "Millisiemens"
}, {
"@language" : "en",
"@value" : "Millisiemens"
}, {
"@language" : "es",
"@value" : "Millisiemens"
}, {
"@language" : "fr",
"@value" : "Millisiemens"
}, {
"@language" : "hu",
"@value" : "Millisiemens"
}, {
"@language" : "it",
"@value" : "Millisiemens"
}, {
"@language" : "ms",
"@value" : "Millisiemens"
}, {
"@language" : "ro",
"@value" : "Millisiemens"
}, {
"@language" : "sl",
"@value" : "Millisiemens"
}, {
"@language" : "tr",
"@value" : "Millisiemens"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliS-PER-CentiM
URI: http://qudt.org/vocab/unit/MilliS-PER-CentiM
0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliS-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA801" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA801"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "mS/cm" ; <http://qudt.org/schema/qudt/ucumCode> "mS.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H61" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106777923> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millisiemens na Centimeter"@sl ; rdfs:label "Millisiemens na Centimetr"@cs ; rdfs:label "Millisiemens par Centimètre"@fr ; rdfs:label "Millisiemens pe Centimetru"@ro ; rdfs:label "Millisiemens per Centimeter"@en-US ; rdfs:label "Millisiemens per Centimeter"@ms ; rdfs:label "Millisiemens per Centimetre" ; rdfs:label "Millisiemens per Centimetre"@en ; rdfs:label "Millisiemens per Centimetre"@tr ; rdfs:label "Millisiemens per Centimetro"@it ; rdfs:label "Millisiemens por Centimetro"@es ; rdfs:label "Millisiemens pro Centimeter"@de ; rdfs:label "Millisimens na Centimetr"@pl ; .
{"resource":"Millisiemens per Centimetre"
,"qname":"unit:MilliS-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliS-PER-CentiM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106777923>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"
,"description (plain text)":"0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA801"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA801"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millisiemens na Centimeter"
,"label":"Millisiemens na Centimetr"
,"label":"Millisiemens par Centimètre"
,"label":"Millisiemens pe Centimetru"
,"label":"Millisiemens per Centimeter"
,"label":"Millisiemens per Centimeter"
,"label":"Millisiemens per Centimetre"
,"label":"Millisiemens per Centimetre"
,"label":"Millisiemens per Centimetre"
,"label":"Millisiemens per Centimetro"
,"label":"Millisiemens por Centimetro"
,"label":"Millisiemens pro Centimeter"
,"label":"Millisimens na Centimetr"
,"symbol":"mS\/cm"
,"type":"qudt:Unit"
,"ucum code":"mS.cm-1"
,"unece common code":"H61"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliS-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Conductivity",
"iec61360Code" : "0112/2///62720#UAA801",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA801",
"plainTextDescription" : "0.001-fold of the SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre",
"symbol" : "mS/cm",
"ucumCode" : "mS.cm-1",
"uneceCommonCode" : "H61",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106777923",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Millisiemens per Centimeter"
}, {
"@language" : "ms",
"@value" : "Millisiemens per Centimeter"
}, {
"@language" : "it",
"@value" : "Millisiemens per Centimetro"
}, "Millisiemens per Centimetre", {
"@language" : "cs",
"@value" : "Millisiemens na Centimetr"
}, {
"@language" : "fr",
"@value" : "Millisiemens par Centimètre"
}, {
"@language" : "en",
"@value" : "Millisiemens per Centimetre"
}, {
"@language" : "tr",
"@value" : "Millisiemens per Centimetre"
}, {
"@language" : "pl",
"@value" : "Millisimens na Centimetr"
}, {
"@language" : "es",
"@value" : "Millisiemens por Centimetro"
}, {
"@language" : "sl",
"@value" : "Millisiemens na Centimeter"
}, {
"@language" : "de",
"@value" : "Millisiemens pro Centimeter"
}, {
"@language" : "ro",
"@value" : "Millisiemens pe Centimetru"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliS-PER-M
URI: http://qudt.org/vocab/unit/MilliS-PER-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliS-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/symbol> "mS/m" ; <http://qudt.org/schema/qudt/ucumCode> "mS.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millisiemens na Meter"@sl ; rdfs:label "Millisiemens na Metr"@cs ; rdfs:label "Millisiemens par Mètre"@fr ; rdfs:label "Millisiemens pe Metru"@ro ; rdfs:label "Millisiemens per Meter"@en-US ; rdfs:label "Millisiemens per Meter"@ms ; rdfs:label "Millisiemens per Metre" ; rdfs:label "Millisiemens per Metre"@en ; rdfs:label "Millisiemens per Metre"@tr ; rdfs:label "Millisiemens per Metro"@it ; rdfs:label "Millisiemens por Metro"@es ; rdfs:label "Millisiemens pro Meter"@de ; rdfs:label "Millisimens na Metr"@pl ; .
{"resource":"Millisiemens per Metre"
,"qname":"unit:MilliS-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliS-PER-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millisiemens na Meter"
,"label":"Millisiemens na Metr"
,"label":"Millisiemens par Mètre"
,"label":"Millisiemens pe Metru"
,"label":"Millisiemens per Meter"
,"label":"Millisiemens per Meter"
,"label":"Millisiemens per Metre"
,"label":"Millisiemens per Metre"
,"label":"Millisiemens per Metre"
,"label":"Millisiemens per Metro"
,"label":"Millisiemens por Metro"
,"label":"Millisiemens pro Meter"
,"label":"Millisimens na Metr"
,"symbol":"mS\/m"
,"type":"qudt:Unit"
,"ucum code":"mS.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliS-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Conductivity",
"symbol" : "mS/m",
"ucumCode" : "mS.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Millisiemens pe Metru"
}, {
"@language" : "sl",
"@value" : "Millisiemens na Meter"
}, {
"@language" : "de",
"@value" : "Millisiemens pro Meter"
}, {
"@language" : "cs",
"@value" : "Millisiemens na Metr"
}, {
"@language" : "pl",
"@value" : "Millisimens na Metr"
}, {
"@language" : "fr",
"@value" : "Millisiemens par Mètre"
}, {
"@language" : "en-us",
"@value" : "Millisiemens per Meter"
}, {
"@language" : "ms",
"@value" : "Millisiemens per Meter"
}, "Millisiemens per Metre", {
"@language" : "en",
"@value" : "Millisiemens per Metre"
}, {
"@language" : "tr",
"@value" : "Millisiemens per Metre"
}, {
"@language" : "es",
"@value" : "Millisiemens por Metro"
}, {
"@language" : "it",
"@value" : "Millisiemens per Metro"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliSEC
URI: http://qudt.org/vocab/unit/MilliSEC
"Millisecond" is an Imperial unit for 'Time' expressed as $ms$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliSEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Millisecond\" is an Imperial unit for 'Time' expressed as $ms$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Millisecond"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA899" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA899"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "ms" ; <http://qudt.org/schema/qudt/ucumCode> "ms"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C26" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q723733> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millimásodperc"@hu ; rdfs:label "Millisaat"@ms ; rdfs:label "Millisaniye"@tr ; rdfs:label "Millisecond" ; rdfs:label "Millisecond"@en ; rdfs:label "Milliseconde"@fr ; rdfs:label "Millisecondo"@it ; rdfs:label "Millisecundă"@ro ; rdfs:label "Millisegundo"@es ; rdfs:label "Millisekunda"@cs ; rdfs:label "Millisekunda"@pl ; rdfs:label "Millisekunda"@sl ; rdfs:label "Millisekunde"@de ; .
{"resource":"Millisecond"
,"qname":"unit:MilliSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliSEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q723733>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Millisecond"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Millisecond\" is an Imperial unit for 'Time' expressed as $ms$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA899"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Millisecond?oldid=495102042"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA899"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millimásodperc"
,"label":"Millisaat"
,"label":"Millisaniye"
,"label":"Millisecond"
,"label":"Millisecond"
,"label":"Milliseconde"
,"label":"Millisecondo"
,"label":"Millisecundă"
,"label":"Millisegundo"
,"label":"Millisekunda"
,"label":"Millisekunda"
,"label":"Millisekunda"
,"label":"Millisekunde"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:SEC"
,"symbol":"ms"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"ms"
,"unece common code":"C26"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliSEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Millisecond\" is an Imperial unit for 'Time' expressed as $ms$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"dbpediaMatch" : "http://dbpedia.org/resource/Millisecond",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA899",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA899", "http://en.wikipedia.org/wiki/Millisecond?oldid=495102042" ],
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "ms",
"ucumCode" : "ms",
"uneceCommonCode" : "C26",
"wikidataMatch" : "http://www.wikidata.org/entity/Q723733",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Millisaniye"
}, {
"@language" : "ms",
"@value" : "Millisaat"
}, "Millisecond", {
"@language" : "en",
"@value" : "Millisecond"
}, {
"@language" : "ro",
"@value" : "Millisecundă"
}, {
"@language" : "cs",
"@value" : "Millisekunda"
}, {
"@language" : "pl",
"@value" : "Millisekunda"
}, {
"@language" : "sl",
"@value" : "Millisekunda"
}, {
"@language" : "hu",
"@value" : "Millimásodperc"
}, {
"@language" : "it",
"@value" : "Millisecondo"
}, {
"@language" : "de",
"@value" : "Millisekunde"
}, {
"@language" : "es",
"@value" : "Millisegundo"
}, {
"@language" : "fr",
"@value" : "Milliseconde"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliSV
URI: http://qudt.org/vocab/unit/MilliSV
0.001-fold of the SI derived unit sievert
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliSV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit sievert"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DoseEquivalent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA802" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA802"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit sievert" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SV> ; <http://qudt.org/schema/qudt/symbol> "mSv" ; <http://qudt.org/schema/qudt/ucumCode> "mSv"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C28" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2474258> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millisievert" ; rdfs:label "Millisievert"@cs ; rdfs:label "Millisievert"@de ; rdfs:label "Millisievert"@en ; rdfs:label "Millisievert"@es ; rdfs:label "Millisievert"@fr ; rdfs:label "Millisievert"@hu ; rdfs:label "Millisievert"@it ; rdfs:label "Millisievert"@ms ; rdfs:label "Millisievert"@ro ; rdfs:label "Millisievert"@sl ; rdfs:label "Millisievert"@tr ; rdfs:label "Millisiwert"@pl ; .
{"resource":"Millisievert"
,"qname":"unit:MilliSV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliSV"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2474258>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit sievert"
,"description (plain text)":"0.001-fold of the SI derived unit sievert"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:DoseEquivalent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA802"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA802"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisievert"
,"label":"Millisiwert"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:SV"
,"symbol":"mSv"
,"type":"qudt:Unit"
,"ucum code":"mSv"
,"unece common code":"C28"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliSV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit sievert",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DoseEquivalent",
"iec61360Code" : "0112/2///62720#UAA802",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA802",
"plainTextDescription" : "0.001-fold of the SI derived unit sievert",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/SV",
"symbol" : "mSv",
"ucumCode" : "mSv",
"uneceCommonCode" : "C28",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2474258",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Millisiwert"
}, "Millisievert", {
"@language" : "cs",
"@value" : "Millisievert"
}, {
"@language" : "de",
"@value" : "Millisievert"
}, {
"@language" : "en",
"@value" : "Millisievert"
}, {
"@language" : "es",
"@value" : "Millisievert"
}, {
"@language" : "fr",
"@value" : "Millisievert"
}, {
"@language" : "hu",
"@value" : "Millisievert"
}, {
"@language" : "it",
"@value" : "Millisievert"
}, {
"@language" : "ro",
"@value" : "Millisievert"
}, {
"@language" : "sl",
"@value" : "Millisievert"
}, {
"@language" : "tr",
"@value" : "Millisievert"
}, {
"@language" : "ms",
"@value" : "Millisievert"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliSV-PER-HR
URI: http://qudt.org/vocab/unit/MilliSV-PER-HR
0.001-fold of the SI derived unit sievert divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliSV-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit sievert divided by the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB465" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB465"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mSv/h" ; <http://qudt.org/schema/qudt/ucumCode> "mSv.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P71" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millisievert per Hour" ; rdfs:label "Millisievert per Hour"@en ; .
{"resource":"Millisievert per Hour"
,"qname":"unit:MilliSV-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliSV-PER-HR"
,"properties":["conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"0.001-fold of the SI derived unit sievert divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB465"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB465"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millisievert per Hour"
,"label":"Millisievert per Hour"
,"symbol":"mSv\/h"
,"type":"qudt:Unit"
,"ucum code":"mSv.h-1"
,"unece common code":"P71"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliSV-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit sievert divided by the unit hour",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate" ],
"iec61360Code" : "0112/2///62720#UAB465",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB465",
"symbol" : "mSv/h",
"ucumCode" : "mSv.h-1",
"uneceCommonCode" : "P71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millisievert per Hour", {
"@language" : "en",
"@value" : "Millisievert per Hour"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliSV-PER-MIN
URI: http://qudt.org/vocab/unit/MilliSV-PER-MIN
0.001-fold of the SI derived unit sievert divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliSV-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit sievert divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB469" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB469"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mSv/min" ; <http://qudt.org/schema/qudt/ucumCode> "mSv.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P75" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millisievert per Minute" ; rdfs:label "Millisievert per Minute"@en ; .
{"resource":"Millisievert per Minute"
,"qname":"unit:MilliSV-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliSV-PER-MIN"
,"properties":["conversion multiplier":"0.00001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-5"
,"description":"0.001-fold of the SI derived unit sievert divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB469"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB469"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millisievert per Minute"
,"label":"Millisievert per Minute"
,"symbol":"mSv\/min"
,"type":"qudt:Unit"
,"ucum code":"mSv.min-1"
,"unece common code":"P75"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliSV-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit sievert divided by the unit minute",
"conversionMultiplier" : "0.00001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate" ],
"iec61360Code" : "0112/2///62720#UAB469",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB469",
"symbol" : "mSv/min",
"ucumCode" : "mSv.min-1",
"uneceCommonCode" : "P75",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millisievert per Minute", {
"@language" : "en",
"@value" : "Millisievert per Minute"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliSV-PER-SEC
URI: http://qudt.org/vocab/unit/MilliSV-PER-SEC
0.001-fold of the SI derived unit sievert devided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliSV-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit sievert devided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB302" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB302"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mSv/s" ; <http://qudt.org/schema/qudt/ucumCode> "mSv.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P66" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millisievert na Sekunda"@cs ; rdfs:label "Millisievert na Sekunda"@sl ; rdfs:label "Millisievert par Seconde"@fr ; rdfs:label "Millisievert pe Secundă"@ro ; rdfs:label "Millisievert per Saat"@ms ; rdfs:label "Millisievert per Saniye"@tr ; rdfs:label "Millisievert per Second" ; rdfs:label "Millisievert per Second"@en ; rdfs:label "Millisievert per Secondo"@it ; rdfs:label "Millisievert por Segundo"@es ; rdfs:label "Millisievert pro Sekunde"@de ; rdfs:label "Millisiwert na Sekunda"@pl ; .
{"resource":"Millisievert per Second"
,"qname":"unit:MilliSV-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliSV-PER-SEC"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit sievert devided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB302"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB302"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millisievert na Sekunda"
,"label":"Millisievert na Sekunda"
,"label":"Millisievert par Seconde"
,"label":"Millisievert pe Secundă"
,"label":"Millisievert per Saat"
,"label":"Millisievert per Saniye"
,"label":"Millisievert per Second"
,"label":"Millisievert per Second"
,"label":"Millisievert per Secondo"
,"label":"Millisievert por Segundo"
,"label":"Millisievert pro Sekunde"
,"label":"Millisiwert na Sekunda"
,"symbol":"mSv\/s"
,"type":"qudt:Unit"
,"ucum code":"mSv.s-1"
,"unece common code":"P66"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliSV-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit sievert devided by the SI base unit second",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAB302",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB302",
"symbol" : "mSv/s",
"ucumCode" : "mSv.s-1",
"uneceCommonCode" : "P66",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Millisiwert na Sekunda"
}, {
"@language" : "fr",
"@value" : "Millisievert par Seconde"
}, {
"@language" : "ro",
"@value" : "Millisievert pe Secundă"
}, {
"@language" : "cs",
"@value" : "Millisievert na Sekunda"
}, {
"@language" : "sl",
"@value" : "Millisievert na Sekunda"
}, "Millisievert per Second", {
"@language" : "en",
"@value" : "Millisievert per Second"
}, {
"@language" : "de",
"@value" : "Millisievert pro Sekunde"
}, {
"@language" : "tr",
"@value" : "Millisievert per Saniye"
}, {
"@language" : "ms",
"@value" : "Millisievert per Saat"
}, {
"@language" : "es",
"@value" : "Millisievert por Segundo"
}, {
"@language" : "it",
"@value" : "Millisievert per Secondo"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliT
URI: http://qudt.org/vocab/unit/MilliT
0.001-fold of the SI derived unit tesla
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit tesla"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA803" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA803"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit tesla" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/T> ; <http://qudt.org/schema/qudt/symbol> "mT" ; <http://qudt.org/schema/qudt/ucumCode> "mT"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C29" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94734788> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millitesla" ; rdfs:label "Millitesla"@cs ; rdfs:label "Millitesla"@de ; rdfs:label "Millitesla"@en ; rdfs:label "Millitesla"@es ; rdfs:label "Millitesla"@fr ; rdfs:label "Millitesla"@hu ; rdfs:label "Millitesla"@it ; rdfs:label "Millitesla"@ms ; rdfs:label "Millitesla"@pl ; rdfs:label "Millitesla"@ro ; rdfs:label "Millitesla"@sl ; rdfs:label "Millitesla"@tr ; .
{"resource":"Millitesla"
,"qname":"unit:MilliT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94734788>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit tesla"
,"description (plain text)":"0.001-fold of the SI derived unit tesla"
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA803"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA803"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"label":"Millitesla"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:T"
,"symbol":"mT"
,"type":"qudt:Unit"
,"ucum code":"mT"
,"unece common code":"C29"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit tesla",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFluxDensity",
"iec61360Code" : "0112/2///62720#UAA803",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA803",
"plainTextDescription" : "0.001-fold of the SI derived unit tesla",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/T",
"symbol" : "mT",
"ucumCode" : "mT",
"uneceCommonCode" : "C29",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94734788",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millitesla", {
"@language" : "cs",
"@value" : "Millitesla"
}, {
"@language" : "de",
"@value" : "Millitesla"
}, {
"@language" : "en",
"@value" : "Millitesla"
}, {
"@language" : "es",
"@value" : "Millitesla"
}, {
"@language" : "fr",
"@value" : "Millitesla"
}, {
"@language" : "hu",
"@value" : "Millitesla"
}, {
"@language" : "it",
"@value" : "Millitesla"
}, {
"@language" : "ms",
"@value" : "Millitesla"
}, {
"@language" : "pl",
"@value" : "Millitesla"
}, {
"@language" : "ro",
"@value" : "Millitesla"
}, {
"@language" : "sl",
"@value" : "Millitesla"
}, {
"@language" : "tr",
"@value" : "Millitesla"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliTORR
URI: http://qudt.org/vocab/unit/MilliTORR
"MilliTorr" is a unit for 'Force Per Area' expressed as $utorr$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliTORR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"MilliTorr\" is a unit for 'Force Per Area' expressed as $utorr$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.133322 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.33322E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/TORR> ; <http://qudt.org/schema/qudt/symbol> "mTorr" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millitorr" ; rdfs:label "Millitorr"@en ; .
{"resource":"Millitorr"
,"qname":"unit:MilliTORR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliTORR"
,"properties":["conversion multiplier":"0.133322"
,"conversion multiplier scientific":"1.33322E-1"
,"description":"\"MilliTorr\" is a unit for 'Force Per Area' expressed as $utorr$."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millitorr"
,"label":"Millitorr"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:TORR"
,"symbol":"mTorr"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliTORR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"MilliTorr\" is a unit for 'Force Per Area' expressed as $utorr$.",
"conversionMultiplier" : "0.133322",
"conversionMultiplier:SN" : 0.133322,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/TORR",
"symbol" : "mTorr",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millitorr", {
"@language" : "en",
"@value" : "Millitorr"
} ],
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliV
URI: http://qudt.org/vocab/unit/MilliV
0,001-fold of the SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,001-fold of the SI derived unit volt"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA804" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA804"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0,001-fold of the SI derived unit volt" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "mV" ; <http://qudt.org/schema/qudt/ucumCode> "mV"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2Z" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2448803> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivolt" ; rdfs:label "Millivolt"@cs ; rdfs:label "Millivolt"@de ; rdfs:label "Millivolt"@en ; rdfs:label "Millivolt"@fr ; rdfs:label "Millivolt"@hu ; rdfs:label "Millivolt"@it ; rdfs:label "Millivolt"@ms ; rdfs:label "Millivolt"@ro ; rdfs:label "Millivolt"@sl ; rdfs:label "Millivolt"@tr ; rdfs:label "Millivoltio"@es ; rdfs:label "Milliwolt"@pl ; .
{"resource":"Millivolt"
,"qname":"unit:MilliV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliV"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2448803>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0,001-fold of the SI derived unit volt"
,"description (plain text)":"0,001-fold of the SI derived unit volt"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA804"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA804"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivolt"
,"label":"Millivolt"
,"label":"Millivolt"
,"label":"Millivolt"
,"label":"Millivolt"
,"label":"Millivolt"
,"label":"Millivolt"
,"label":"Millivolt"
,"label":"Millivolt"
,"label":"Millivolt"
,"label":"Millivolt"
,"label":"Millivoltio"
,"label":"Milliwolt"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:V"
,"symbol":"mV"
,"type":"qudt:Unit"
,"ucum code":"mV"
,"unece common code":"2Z"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,001-fold of the SI derived unit volt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/ElectricPotential", "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference" ],
"iec61360Code" : "0112/2///62720#UAA804",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA804",
"plainTextDescription" : "0,001-fold of the SI derived unit volt",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "mV",
"ucumCode" : "mV",
"uneceCommonCode" : "2Z",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2448803",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Millivoltio"
}, {
"@language" : "pl",
"@value" : "Milliwolt"
}, "Millivolt", {
"@language" : "cs",
"@value" : "Millivolt"
}, {
"@language" : "de",
"@value" : "Millivolt"
}, {
"@language" : "en",
"@value" : "Millivolt"
}, {
"@language" : "fr",
"@value" : "Millivolt"
}, {
"@language" : "hu",
"@value" : "Millivolt"
}, {
"@language" : "it",
"@value" : "Millivolt"
}, {
"@language" : "ms",
"@value" : "Millivolt"
}, {
"@language" : "ro",
"@value" : "Millivolt"
}, {
"@language" : "sl",
"@value" : "Millivolt"
}, {
"@language" : "tr",
"@value" : "Millivolt"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliV-A
URI: http://qudt.org/vocab/unit/MilliV-A
0.001-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliV-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MilliVA> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB533" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB533"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mV·A" ; <http://qudt.org/schema/qudt/ucumCode> "mV.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivolt Amper"@ro ; rdfs:label "Millivolt Amper"@sl ; rdfs:label "Millivolt Amper"@tr ; rdfs:label "Millivolt Ampere" ; rdfs:label "Millivolt Ampere"@de ; rdfs:label "Millivolt Ampere"@en ; rdfs:label "Millivolt Ampere"@it ; rdfs:label "Millivolt Ampere"@ms ; rdfs:label "Millivolt Ampère"@fr ; rdfs:label "Millivolt Ampér"@cs ; rdfs:label "Millivoltio Amperio"@es ; rdfs:label "Milliwolt Amper"@pl ; .
{"resource":"Millivolt Ampere"
,"qname":"unit:MilliV-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliV-A"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"deprecated":"true"
,"description":"0.001-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB533"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB533"
,"is replaced by":"unit:MilliVA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivolt Amper"
,"label":"Millivolt Amper"
,"label":"Millivolt Amper"
,"label":"Millivolt Ampere"
,"label":"Millivolt Ampere"
,"label":"Millivolt Ampere"
,"label":"Millivolt Ampere"
,"label":"Millivolt Ampere"
,"label":"Millivolt Ampère"
,"label":"Millivolt Ampér"
,"label":"Millivoltio Amperio"
,"label":"Milliwolt Amper"
,"symbol":"mV·A"
,"type":"qudt:Unit"
,"ucum code":"mV.A"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliV-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the product of the SI base unit volt with the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/MilliVA",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB533",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB533",
"symbol" : "mV·A",
"ucumCode" : "mV.A",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Millivolt Ampère"
}, {
"@language" : "cs",
"@value" : "Millivolt Ampér"
}, {
"@language" : "es",
"@value" : "Millivoltio Amperio"
}, "Millivolt Ampere", {
"@language" : "de",
"@value" : "Millivolt Ampere"
}, {
"@language" : "en",
"@value" : "Millivolt Ampere"
}, {
"@language" : "it",
"@value" : "Millivolt Ampere"
}, {
"@language" : "ms",
"@value" : "Millivolt Ampere"
}, {
"@language" : "pl",
"@value" : "Milliwolt Amper"
}, {
"@language" : "ro",
"@value" : "Millivolt Amper"
}, {
"@language" : "sl",
"@value" : "Millivolt Amper"
}, {
"@language" : "tr",
"@value" : "Millivolt Amper"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliV-A-PER-K
URI: http://qudt.org/vocab/unit/MilliV-A-PER-K
product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliV-A-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MilliVA-PER-K> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD906" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD906"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mV·A/K" ; <http://qudt.org/schema/qudt/ucumCode> "mV.A.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivolt Amper na Kelvin"@sl ; rdfs:label "Millivolt Amper pe Kelvin"@ro ; rdfs:label "Millivolt Amper per Kelvin"@tr ; rdfs:label "Millivolt Ampere per Kelvin" ; rdfs:label "Millivolt Ampere per Kelvin"@en ; rdfs:label "Millivolt Ampere per Kelvin"@it ; rdfs:label "Millivolt Ampere per Kelvin"@ms ; rdfs:label "Millivolt Ampere pro Kelvin"@de ; rdfs:label "Millivolt Ampère par Kelvin"@fr ; rdfs:label "Millivolt Ampér na Kelvin"@cs ; rdfs:label "Millivoltio Amperio por Kelvin"@es ; rdfs:label "Milliwolt Amper na Kelwin"@pl ; .
{"resource":"Millivolt Ampere per Kelvin"
,"qname":"unit:MilliV-A-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliV-A-PER-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"deprecated":"true"
,"description":"product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD906"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD906"
,"is replaced by":"unit:MilliVA-PER-K"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivolt Amper na Kelvin"
,"label":"Millivolt Amper pe Kelvin"
,"label":"Millivolt Amper per Kelvin"
,"label":"Millivolt Ampere per Kelvin"
,"label":"Millivolt Ampere per Kelvin"
,"label":"Millivolt Ampere per Kelvin"
,"label":"Millivolt Ampere per Kelvin"
,"label":"Millivolt Ampere pro Kelvin"
,"label":"Millivolt Ampère par Kelvin"
,"label":"Millivolt Ampér na Kelvin"
,"label":"Millivoltio Amperio por Kelvin"
,"label":"Milliwolt Amper na Kelwin"
,"symbol":"mV·A\/K"
,"type":"qudt:Unit"
,"ucum code":"mV.A.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliV-A-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin",
"isReplacedBy" : "http://qudt.org/vocab/unit/MilliVA-PER-K",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductance",
"iec61360Code" : "0112/2///62720#UAD906",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD906",
"symbol" : "mV·A/K",
"ucumCode" : "mV.A.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Millivolt Ampere per Kelvin"
}, "Millivolt Ampere per Kelvin", {
"@language" : "en",
"@value" : "Millivolt Ampere per Kelvin"
}, {
"@language" : "it",
"@value" : "Millivolt Ampere per Kelvin"
}, {
"@language" : "tr",
"@value" : "Millivolt Amper per Kelvin"
}, {
"@language" : "ro",
"@value" : "Millivolt Amper pe Kelvin"
}, {
"@language" : "es",
"@value" : "Millivoltio Amperio por Kelvin"
}, {
"@language" : "pl",
"@value" : "Milliwolt Amper na Kelwin"
}, {
"@language" : "sl",
"@value" : "Millivolt Amper na Kelvin"
}, {
"@language" : "de",
"@value" : "Millivolt Ampere pro Kelvin"
}, {
"@language" : "cs",
"@value" : "Millivolt Ampér na Kelvin"
}, {
"@language" : "fr",
"@value" : "Millivolt Ampère par Kelvin"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliV-A_Reactive
URI: http://qudt.org/vocab/unit/MilliV-A_Reactive
0.001 of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliV-A_Reactive>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.001 of the unit volt ampere reactive" ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MilliVAR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC507" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC507"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "mV·A{Reactive}" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "MilliVolt Ampere Reactive" ;
rdfs:label "MilliVolt Ampere Reactive"@en ;
.
{"resource":"MilliVolt Ampere Reactive"
,"qname":"unit:MilliV-A_Reactive"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliV-A_Reactive"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"0.001 of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC507"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC507"
,"is replaced by":"unit:MilliVAR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"MilliVolt Ampere Reactive"
,"label":"MilliVolt Ampere Reactive"
,"symbol":"mV·A{Reactive}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliV-A_Reactive",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001 of the unit volt ampere reactive",
"isReplacedBy" : "http://qudt.org/vocab/unit/MilliVAR",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC507",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC507",
"symbol" : "mV·A{Reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "MilliVolt Ampere Reactive", {
"@language" : "en",
"@value" : "MilliVolt Ampere Reactive"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliV-A_Reactive-PER-K
URI: http://qudt.org/vocab/unit/MilliV-A_Reactive-PER-K
0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliV-A_Reactive-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MilliVAR-PER-K> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD902" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD902"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mvar/K" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "MilliVolt Ampere Reactive per Kelvin" ; rdfs:label "MilliVolt Ampere Reactive per Kelvin"@en ; .
{"resource":"MilliVolt Ampere Reactive per Kelvin"
,"qname":"unit:MilliV-A_Reactive-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliV-A_Reactive-PER-K"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E-1L-2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD902"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD902"
,"is replaced by":"unit:MilliVAR-PER-K"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"MilliVolt Ampere Reactive per Kelvin"
,"label":"MilliVolt Ampere Reactive per Kelvin"
,"symbol":"mvar\/K"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliV-A_Reactive-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin",
"isReplacedBy" : "http://qudt.org/vocab/unit/MilliVAR-PER-K",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD902",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD902",
"symbol" : "mvar/K",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "MilliVolt Ampere Reactive per Kelvin", {
"@language" : "en",
"@value" : "MilliVolt Ampere Reactive per Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliV-PER-M
URI: http://qudt.org/vocab/unit/MilliV-PER-M
0.000001-fold of the SI derived unit volt divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliV-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of the SI derived unit volt divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA805" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA805"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000001-fold of the SI derived unit volt divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "mV/m" ; <http://qudt.org/schema/qudt/ucumCode> "mV.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C30" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivolt na Meter"@sl ; rdfs:label "Millivolt na Metr"@cs ; rdfs:label "Millivolt par Mètre"@fr ; rdfs:label "Millivolt pe Metru"@ro ; rdfs:label "Millivolt per Meter"@en-US ; rdfs:label "Millivolt per Meter"@ms ; rdfs:label "Millivolt per Metre" ; rdfs:label "Millivolt per Metre"@en ; rdfs:label "Millivolt per Metre"@tr ; rdfs:label "Millivolt per Metro"@it ; rdfs:label "Millivolt pro Meter"@de ; rdfs:label "Millivoltio por Metro"@es ; rdfs:label "Milliwolt na Metr"@pl ; .
{"resource":"Millivolt per Metre"
,"qname":"unit:MilliV-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliV-PER-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.000001-fold of the SI derived unit volt divided by the SI base unit metre"
,"description (plain text)":"0.000001-fold of the SI derived unit volt divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA805"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA805"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivolt na Meter"
,"label":"Millivolt na Metr"
,"label":"Millivolt par Mètre"
,"label":"Millivolt pe Metru"
,"label":"Millivolt per Meter"
,"label":"Millivolt per Meter"
,"label":"Millivolt per Metre"
,"label":"Millivolt per Metre"
,"label":"Millivolt per Metre"
,"label":"Millivolt per Metro"
,"label":"Millivolt pro Meter"
,"label":"Millivoltio por Metro"
,"label":"Milliwolt na Metr"
,"symbol":"mV\/m"
,"type":"qudt:Unit"
,"ucum code":"mV.m-1"
,"unece common code":"C30"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliV-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of the SI derived unit volt divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricFieldStrength",
"iec61360Code" : "0112/2///62720#UAA805",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA805",
"plainTextDescription" : "0.000001-fold of the SI derived unit volt divided by the SI base unit metre",
"symbol" : "mV/m",
"ucumCode" : "mV.m-1",
"uneceCommonCode" : "C30",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Millivolt na Metr"
}, {
"@language" : "it",
"@value" : "Millivolt per Metro"
}, {
"@language" : "sl",
"@value" : "Millivolt na Meter"
}, {
"@language" : "fr",
"@value" : "Millivolt par Mètre"
}, {
"@language" : "de",
"@value" : "Millivolt pro Meter"
}, {
"@language" : "en-us",
"@value" : "Millivolt per Meter"
}, {
"@language" : "ms",
"@value" : "Millivolt per Meter"
}, {
"@language" : "pl",
"@value" : "Milliwolt na Metr"
}, {
"@language" : "ro",
"@value" : "Millivolt pe Metru"
}, {
"@language" : "es",
"@value" : "Millivoltio por Metro"
}, "Millivolt per Metre", {
"@language" : "en",
"@value" : "Millivolt per Metre"
}, {
"@language" : "tr",
"@value" : "Millivolt per Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliV-PER-MIN
URI: http://qudt.org/vocab/unit/MilliV-PER-MIN
0.001-fold of the SI derived unit volt divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliV-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit volt divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA806" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA806"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit volt divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "mV/min" ; <http://qudt.org/schema/qudt/ucumCode> "mV.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H62" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivolt per Minute" ; rdfs:label "Millivolt per Minute"@en ; .
{"resource":"Millivolt per Minute"
,"qname":"unit:MilliV-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliV-PER-MIN"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-5"
,"description":"0.001-fold of the SI derived unit volt divided by the unit minute"
,"description (plain text)":"0.001-fold of the SI derived unit volt divided by the unit minute"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-4D0"
,"has quantity kind":"quantitykind:PowerPerElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA806"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA806"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivolt per Minute"
,"label":"Millivolt per Minute"
,"symbol":"mV\/min"
,"type":"qudt:Unit"
,"ucum code":"mV.min-1"
,"unece common code":"H62"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliV-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit volt divided by the unit minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerElectricCharge",
"iec61360Code" : "0112/2///62720#UAA806",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA806",
"plainTextDescription" : "0.001-fold of the SI derived unit volt divided by the unit minute",
"symbol" : "mV/min",
"ucumCode" : "mV.min-1",
"uneceCommonCode" : "H62",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millivolt per Minute", {
"@language" : "en",
"@value" : "Millivolt per Minute"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliV-PER-V
URI: http://qudt.org/vocab/unit/MilliV-PER-V
0.001-fold of the SI derived unit volt per SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliV-PER-V> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit volt per SI derived unit volt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD863" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD863"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mV/V" ; <http://qudt.org/schema/qudt/ucumCode> "mV.V-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivolt na Volt"@cs ; rdfs:label "Millivolt na Volt"@sl ; rdfs:label "Millivolt par Volt"@fr ; rdfs:label "Millivolt pe Volt"@ro ; rdfs:label "Millivolt per Volt" ; rdfs:label "Millivolt per Volt"@en ; rdfs:label "Millivolt per Volt"@it ; rdfs:label "Millivolt per Volt"@ms ; rdfs:label "Millivolt per Volt"@tr ; rdfs:label "Millivolt pro Volt"@de ; rdfs:label "Millivoltio por Voltio"@es ; rdfs:label "Milliwolt na Wolt"@pl ; .
{"resource":"Millivolt per Volt"
,"qname":"unit:MilliV-PER-V"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliV-PER-V"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit volt per SI derived unit volt"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD863"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD863"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivolt na Volt"
,"label":"Millivolt na Volt"
,"label":"Millivolt par Volt"
,"label":"Millivolt pe Volt"
,"label":"Millivolt per Volt"
,"label":"Millivolt per Volt"
,"label":"Millivolt per Volt"
,"label":"Millivolt per Volt"
,"label":"Millivolt per Volt"
,"label":"Millivolt pro Volt"
,"label":"Millivoltio por Voltio"
,"label":"Milliwolt na Wolt"
,"symbol":"mV\/V"
,"type":"qudt:Unit"
,"ucum code":"mV.V-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliV-PER-V",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit volt per SI derived unit volt",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD863",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD863",
"symbol" : "mV/V",
"ucumCode" : "mV.V-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Millivolt per Volt", {
"@language" : "ro",
"@value" : "Millivolt pe Volt"
}, {
"@language" : "en",
"@value" : "Millivolt per Volt"
}, {
"@language" : "de",
"@value" : "Millivolt pro Volt"
}, {
"@language" : "pl",
"@value" : "Milliwolt na Wolt"
}, {
"@language" : "es",
"@value" : "Millivoltio por Voltio"
}, {
"@language" : "cs",
"@value" : "Millivolt na Volt"
}, {
"@language" : "sl",
"@value" : "Millivolt na Volt"
}, {
"@language" : "fr",
"@value" : "Millivolt par Volt"
}, {
"@language" : "it",
"@value" : "Millivolt per Volt"
}, {
"@language" : "ms",
"@value" : "Millivolt per Volt"
}, {
"@language" : "tr",
"@value" : "Millivolt per Volt"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliVA
URI: http://qudt.org/vocab/unit/MilliVA
0.001-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliVA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB533" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB533"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/symbol> "mVA" ; <http://qudt.org/schema/qudt/ucumCode> "mVA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milli Volt Ampere" ; rdfs:label "Milli Volt Ampere"@en ; rdfs:label "Milli Volt Ampere"@it ; rdfs:label "Millivoltampere"@de ; rdfs:label "Millivoltampère"@fr ; rdfs:label "Millivoltiamperio"@es ; .
{"resource":"Milli Volt Ampere"
,"qname":"unit:MilliVA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliVA"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB533"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB533"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milli Volt Ampere"
,"label":"Milli Volt Ampere"
,"label":"Milli Volt Ampere"
,"label":"Millivoltampere"
,"label":"Millivoltampère"
,"label":"Millivoltiamperio"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:VA"
,"symbol":"mVA"
,"type":"qudt:Unit"
,"ucum code":"mVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliVA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the product of the SI base unit volt with the SI base unit ampere",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB533",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB533",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/VA",
"symbol" : "mVA",
"ucumCode" : "mVA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milli Volt Ampere", {
"@language" : "en",
"@value" : "Milli Volt Ampere"
}, {
"@language" : "it",
"@value" : "Milli Volt Ampere"
}, {
"@language" : "fr",
"@value" : "Millivoltampère"
}, {
"@language" : "es",
"@value" : "Millivoltiamperio"
}, {
"@language" : "de",
"@value" : "Millivoltampere"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliVA-PER-K
URI: http://qudt.org/vocab/unit/MilliVA-PER-K
product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliVA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD906" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD906"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mVA/K" ; <http://qudt.org/schema/qudt/ucumCode> "mVA.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milli Volt Ampere per Kelvin" ; rdfs:label "Milli Volt Ampere per Kelvin"@en ; rdfs:label "Milli Volt Ampere per Kelvin"@it ; rdfs:label "Millivoltampere pro Kelvin"@de ; rdfs:label "Millivoltampère par Kelvin"@fr ; rdfs:label "Millivoltiamperio por Kelvin"@es ; .
{"resource":"Milli Volt Ampere per Kelvin"
,"qname":"unit:MilliVA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliVA-PER-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD906"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD906"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milli Volt Ampere per Kelvin"
,"label":"Milli Volt Ampere per Kelvin"
,"label":"Milli Volt Ampere per Kelvin"
,"label":"Millivoltampere pro Kelvin"
,"label":"Millivoltampère par Kelvin"
,"label":"Millivoltiamperio por Kelvin"
,"symbol":"mVA\/K"
,"type":"qudt:Unit"
,"ucum code":"mVA.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliVA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the 0.001-fold of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductance",
"iec61360Code" : "0112/2///62720#UAD906",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD906",
"symbol" : "mVA/K",
"ucumCode" : "mVA.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milli Volt Ampere per Kelvin", {
"@language" : "en",
"@value" : "Milli Volt Ampere per Kelvin"
}, {
"@language" : "de",
"@value" : "Millivoltampere pro Kelvin"
}, {
"@language" : "fr",
"@value" : "Millivoltampère par Kelvin"
}, {
"@language" : "es",
"@value" : "Millivoltiamperio por Kelvin"
}, {
"@language" : "it",
"@value" : "Milli Volt Ampere per Kelvin"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliVAR
URI: http://qudt.org/vocab/unit/MilliVAR
0.001 of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliVAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.001 of the unit volt ampere reactive" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC507" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC507"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VAR> ;
<http://qudt.org/schema/qudt/symbol> "mVA{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "mVA{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Milli Volt Ampere Reactive" ;
rdfs:label "Milli Volt Ampere Reactive"@en ;
.
{"resource":"Milli Volt Ampere Reactive"
,"qname":"unit:MilliVAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliVAR"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001 of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC507"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC507"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milli Volt Ampere Reactive"
,"label":"Milli Volt Ampere Reactive"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:VAR"
,"symbol":"mVA{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"mVA{reactive}"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliVAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001 of the unit volt ampere reactive",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC507",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC507",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/VAR",
"symbol" : "mVA{Reactive}",
"ucumCode" : "mVA{reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Milli Volt Ampere Reactive"
}, "Milli Volt Ampere Reactive" ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliVAR-PER-K
URI: http://qudt.org/vocab/unit/MilliVAR-PER-K
0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/MilliVAR-PER-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD902" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD902"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "mVA{Reactive}/K" ;
<http://qudt.org/schema/qudt/ucumCode> "mVA{reactive}.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Milli Volt Ampere Reactive per Kelvin" ;
rdfs:label "Milli Volt Ampere Reactive per Kelvin"@en ;
.
{"resource":"Milli Volt Ampere Reactive per Kelvin"
,"qname":"unit:MilliVAR-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliVAR-PER-K"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD902"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD902"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milli Volt Ampere Reactive per Kelvin"
,"label":"Milli Volt Ampere Reactive per Kelvin"
,"symbol":"mVA{Reactive}\/K"
,"type":"qudt:Unit"
,"ucum code":"mVA{reactive}.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliVAR-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit volt ampere reactive divided by the SI base unit kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD902",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD902",
"symbol" : "mVA{Reactive}/K",
"ucumCode" : "mVA{reactive}.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Milli Volt Ampere Reactive per Kelvin"
}, "Milli Volt Ampere Reactive per Kelvin" ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliW
URI: http://qudt.org/vocab/unit/MilliW
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA807" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA807"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ; <http://qudt.org/schema/qudt/symbol> "mW" ; <http://qudt.org/schema/qudt/ucumCode> "mW"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C31" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3207456> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivatio"@es ; rdfs:label "Milliwat"@pl ; rdfs:label "Milliwatt" ; rdfs:label "Milliwatt"@cs ; rdfs:label "Milliwatt"@de ; rdfs:label "Milliwatt"@en ; rdfs:label "Milliwatt"@fr ; rdfs:label "Milliwatt"@hu ; rdfs:label "Milliwatt"@it ; rdfs:label "Milliwatt"@ms ; rdfs:label "Milliwatt"@ro ; rdfs:label "Milliwatt"@sl ; rdfs:label "Milliwatt"@tr ; .
{"resource":"Milliwatt"
,"qname":"unit:MilliW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3207456>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA807"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA807"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivatio"
,"label":"Milliwat"
,"label":"Milliwatt"
,"label":"Milliwatt"
,"label":"Milliwatt"
,"label":"Milliwatt"
,"label":"Milliwatt"
,"label":"Milliwatt"
,"label":"Milliwatt"
,"label":"Milliwatt"
,"label":"Milliwatt"
,"label":"Milliwatt"
,"label":"Milliwatt"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:W"
,"symbol":"mW"
,"type":"qudt:Unit"
,"ucum code":"mW"
,"unece common code":"C31"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/ElectricPower" ],
"iec61360Code" : "0112/2///62720#UAA807",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA807",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "mW",
"ucumCode" : "mW",
"uneceCommonCode" : "C31",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3207456",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Milliwatt", {
"@language" : "cs",
"@value" : "Milliwatt"
}, {
"@language" : "de",
"@value" : "Milliwatt"
}, {
"@language" : "en",
"@value" : "Milliwatt"
}, {
"@language" : "es",
"@value" : "Millivatio"
}, {
"@language" : "fr",
"@value" : "Milliwatt"
}, {
"@language" : "hu",
"@value" : "Milliwatt"
}, {
"@language" : "it",
"@value" : "Milliwatt"
}, {
"@language" : "ms",
"@value" : "Milliwatt"
}, {
"@language" : "ro",
"@value" : "Milliwatt"
}, {
"@language" : "tr",
"@value" : "Milliwatt"
}, {
"@language" : "sl",
"@value" : "Milliwatt"
}, {
"@language" : "pl",
"@value" : "Milliwat"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliW-PER-CentiM2-MicroM-SR
URI: http://qudt.org/vocab/unit/MilliW-PER-CentiM2-MicroM-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliW-PER-CentiM2-MicroM-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "mW/(cm²·μm·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "mW.cm-2.um-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivatio por Centimetro Cuadrado Micrometro Estereorradián"@es ; rdfs:label "Milliwat na Centimetr Kwadratowy Micrometr Steradian"@pl ; rdfs:label "Milliwatt na Kvadratni Centimeter Micrometer Steradian"@sl ; rdfs:label "Milliwatt na Čtvereční Centimetr Micrometr Steradián"@cs ; rdfs:label "Milliwatt par Centimètre Carré Micromètre Stéradian"@fr ; rdfs:label "Milliwatt pe Centimetru Pătrat Micrometru Steradian"@ro ; rdfs:label "Milliwatt per Centimeter Persegi Micrometer Steradian"@ms ; rdfs:label "Milliwatt per Centimetrekare Micrometre Steradyan"@tr ; rdfs:label "Milliwatt per Centimetro Quadrato Micrometro Steradiante"@it ; rdfs:label "Milliwatt per Square Centimeter Micrometer Steradian"@en-US ; rdfs:label "Milliwatt per Square Centimetre Micrometre Steradian" ; rdfs:label "Milliwatt per Square Centimetre Micrometre Steradian"@en ; rdfs:label "Milliwatt pro Quadratcentimeter Micrometer Steradiant"@de ; .
{"resource":"Milliwatt per Square Centimetre Micrometre Steradian"
,"qname":"unit:MilliW-PER-CentiM2-MicroM-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliW-PER-CentiM2-MicroM-SR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10000000.0"
,"conversion multiplier scientific":"1.0E7"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivatio por Centimetro Cuadrado Micrometro Estereorradián"
,"label":"Milliwat na Centimetr Kwadratowy Micrometr Steradian"
,"label":"Milliwatt na Kvadratni Centimeter Micrometer Steradian"
,"label":"Milliwatt na Čtvereční Centimetr Micrometr Steradián"
,"label":"Milliwatt par Centimètre Carré Micromètre Stéradian"
,"label":"Milliwatt pe Centimetru Pătrat Micrometru Steradian"
,"label":"Milliwatt per Centimeter Persegi Micrometer Steradian"
,"label":"Milliwatt per Centimetrekare Micrometre Steradyan"
,"label":"Milliwatt per Centimetro Quadrato Micrometro Steradiante"
,"label":"Milliwatt per Square Centimeter Micrometer Steradian"
,"label":"Milliwatt per Square Centimetre Micrometre Steradian"
,"label":"Milliwatt per Square Centimetre Micrometre Steradian"
,"label":"Milliwatt pro Quadratcentimeter Micrometer Steradiant"
,"symbol":"mW\/(cm²·μm·sr)"
,"type":"qudt:Unit"
,"ucum code":"mW.cm-2.um-1.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliW-PER-CentiM2-MicroM-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "10000000.0",
"conversionMultiplier:SN" : 1.0E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "mW/(cm²·μm·sr)",
"ucumCode" : "mW.cm-2.um-1.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Milliwatt pro Quadratcentimeter Micrometer Steradiant"
}, {
"@language" : "ms",
"@value" : "Milliwatt per Centimeter Persegi Micrometer Steradian"
}, {
"@language" : "cs",
"@value" : "Milliwatt na Čtvereční Centimetr Micrometr Steradián"
}, {
"@language" : "it",
"@value" : "Milliwatt per Centimetro Quadrato Micrometro Steradiante"
}, {
"@language" : "pl",
"@value" : "Milliwat na Centimetr Kwadratowy Micrometr Steradian"
}, {
"@language" : "en-us",
"@value" : "Milliwatt per Square Centimeter Micrometer Steradian"
}, {
"@language" : "sl",
"@value" : "Milliwatt na Kvadratni Centimeter Micrometer Steradian"
}, {
"@language" : "ro",
"@value" : "Milliwatt pe Centimetru Pătrat Micrometru Steradian"
}, {
"@language" : "tr",
"@value" : "Milliwatt per Centimetrekare Micrometre Steradyan"
}, "Milliwatt per Square Centimetre Micrometre Steradian", {
"@language" : "en",
"@value" : "Milliwatt per Square Centimetre Micrometre Steradian"
}, {
"@language" : "es",
"@value" : "Millivatio por Centimetro Cuadrado Micrometro Estereorradián"
}, {
"@language" : "fr",
"@value" : "Milliwatt par Centimètre Carré Micromètre Stéradian"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliW-PER-M2
URI: http://qudt.org/vocab/unit/MilliW-PER-M2
0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliW-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA808" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA808"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "mW/m²" ; <http://qudt.org/schema/qudt/ucumCode> "mW.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C32" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107361171> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivatio por Metro Cuadrado"@es ; rdfs:label "Milliwat na Metr Kwadratowy"@pl ; rdfs:label "Milliwatt na Kvadratni Meter"@sl ; rdfs:label "Milliwatt na Čtvereční Metr"@cs ; rdfs:label "Milliwatt par Mètre Carré"@fr ; rdfs:label "Milliwatt pe Metru Pătrat"@ro ; rdfs:label "Milliwatt per Meter Persegi"@ms ; rdfs:label "Milliwatt per Metrekare"@tr ; rdfs:label "Milliwatt per Metro Quadrato"@it ; rdfs:label "Milliwatt per Square Meter"@en-US ; rdfs:label "Milliwatt per Square Metre" ; rdfs:label "Milliwatt per Square Metre"@en ; rdfs:label "Milliwatt pro Quadratmeter"@de ; .
{"resource":"Milliwatt per Square Metre"
,"qname":"unit:MilliW-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliW-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107361171>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA808"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA808"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivatio por Metro Cuadrado"
,"label":"Milliwat na Metr Kwadratowy"
,"label":"Milliwatt na Kvadratni Meter"
,"label":"Milliwatt na Čtvereční Metr"
,"label":"Milliwatt par Mètre Carré"
,"label":"Milliwatt pe Metru Pătrat"
,"label":"Milliwatt per Meter Persegi"
,"label":"Milliwatt per Metrekare"
,"label":"Milliwatt per Metro Quadrato"
,"label":"Milliwatt per Square Meter"
,"label":"Milliwatt per Square Metre"
,"label":"Milliwatt per Square Metre"
,"label":"Milliwatt pro Quadratmeter"
,"symbol":"mW\/m²"
,"type":"qudt:Unit"
,"ucum code":"mW.m-2"
,"unece common code":"C32"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliW-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAA808",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA808",
"plainTextDescription" : "0.001-fold of the SI derived unit weber divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "mW/m²",
"ucumCode" : "mW.m-2",
"uneceCommonCode" : "C32",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107361171",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Milliwatt per Metro Quadrato"
}, {
"@language" : "fr",
"@value" : "Milliwatt par Mètre Carré"
}, {
"@language" : "ms",
"@value" : "Milliwatt per Meter Persegi"
}, {
"@language" : "sl",
"@value" : "Milliwatt na Kvadratni Meter"
}, {
"@language" : "cs",
"@value" : "Milliwatt na Čtvereční Metr"
}, "Milliwatt per Square Metre", {
"@language" : "en",
"@value" : "Milliwatt per Square Metre"
}, {
"@language" : "pl",
"@value" : "Milliwat na Metr Kwadratowy"
}, {
"@language" : "es",
"@value" : "Millivatio por Metro Cuadrado"
}, {
"@language" : "ro",
"@value" : "Milliwatt pe Metru Pătrat"
}, {
"@language" : "en-us",
"@value" : "Milliwatt per Square Meter"
}, {
"@language" : "de",
"@value" : "Milliwatt pro Quadratmeter"
}, {
"@language" : "tr",
"@value" : "Milliwatt per Metrekare"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliW-PER-M2-NanoM
URI: http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "mW/(m²·nm)" ; <http://qudt.org/schema/qudt/ucumCode> "mW.m-2.nm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivatio por Metro Cuadrado Nanometro"@es ; rdfs:label "Milliwat na Metr Kwadratowy Nanometr"@pl ; rdfs:label "Milliwatt na Kvadratni Meter Nanometer"@sl ; rdfs:label "Milliwatt na Čtvereční Metr Nanometr"@cs ; rdfs:label "Milliwatt par Mètre Carré Nanomètre"@fr ; rdfs:label "Milliwatt pe Metru Pătrat Nanometru"@ro ; rdfs:label "Milliwatt per Meter Persegi Nanometer"@ms ; rdfs:label "Milliwatt per Metrekare Nanometre"@tr ; rdfs:label "Milliwatt per Metro Quadrato Nanometro"@it ; rdfs:label "Milliwatt per Square Meter Nanometer"@en-US ; rdfs:label "Milliwatt per Square Metre Nanometre" ; rdfs:label "Milliwatt per Square Metre Nanometre"@en ; rdfs:label "Milliwatt pro Quadratmeter Nanometer"@de ; .
{"resource":"Milliwatt per Square Metre Nanometre"
,"qname":"unit:MilliW-PER-M2-NanoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliW-PER-M2-NanoM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ForcePerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivatio por Metro Cuadrado Nanometro"
,"label":"Milliwat na Metr Kwadratowy Nanometr"
,"label":"Milliwatt na Kvadratni Meter Nanometer"
,"label":"Milliwatt na Čtvereční Metr Nanometr"
,"label":"Milliwatt par Mètre Carré Nanomètre"
,"label":"Milliwatt pe Metru Pătrat Nanometru"
,"label":"Milliwatt per Meter Persegi Nanometer"
,"label":"Milliwatt per Metrekare Nanometre"
,"label":"Milliwatt per Metro Quadrato Nanometro"
,"label":"Milliwatt per Square Meter Nanometer"
,"label":"Milliwatt per Square Metre Nanometre"
,"label":"Milliwatt per Square Metre Nanometre"
,"label":"Milliwatt pro Quadratmeter Nanometer"
,"symbol":"mW\/(m²·nm)"
,"type":"qudt:Unit"
,"ucum code":"mW.m-2.nm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerAreaTime",
"symbol" : "mW/(m²·nm)",
"ucumCode" : "mW.m-2.nm-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Millivatio por Metro Cuadrado Nanometro"
}, {
"@language" : "fr",
"@value" : "Milliwatt par Mètre Carré Nanomètre"
}, {
"@language" : "ro",
"@value" : "Milliwatt pe Metru Pătrat Nanometru"
}, {
"@language" : "de",
"@value" : "Milliwatt pro Quadratmeter Nanometer"
}, "Milliwatt per Square Metre Nanometre", {
"@language" : "en",
"@value" : "Milliwatt per Square Metre Nanometre"
}, {
"@language" : "tr",
"@value" : "Milliwatt per Metrekare Nanometre"
}, {
"@language" : "en-us",
"@value" : "Milliwatt per Square Meter Nanometer"
}, {
"@language" : "sl",
"@value" : "Milliwatt na Kvadratni Meter Nanometer"
}, {
"@language" : "ms",
"@value" : "Milliwatt per Meter Persegi Nanometer"
}, {
"@language" : "pl",
"@value" : "Milliwat na Metr Kwadratowy Nanometr"
}, {
"@language" : "cs",
"@value" : "Milliwatt na Čtvereční Metr Nanometr"
}, {
"@language" : "it",
"@value" : "Milliwatt per Metro Quadrato Nanometro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliW-PER-M2-NanoM-SR
URI: http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralRadiance> ; <http://qudt.org/schema/qudt/symbol> "mW/(m²·nm·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "mW.m-2.nm-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivatio por Metro Cuadrado Nanometro Estereorradián"@es ; rdfs:label "Milliwat na Metr Kwadratowy Nanometr Steradian"@pl ; rdfs:label "Milliwatt na Kvadratni Meter Nanometer Steradian"@sl ; rdfs:label "Milliwatt na Čtvereční Metr Nanometr Steradián"@cs ; rdfs:label "Milliwatt par Mètre Carré Nanomètre Stéradian"@fr ; rdfs:label "Milliwatt pe Metru Pătrat Nanometru Steradian"@ro ; rdfs:label "Milliwatt per Meter Persegi Nanometer Steradian"@ms ; rdfs:label "Milliwatt per Metrekare Nanometre Steradyan"@tr ; rdfs:label "Milliwatt per Metro Quadrato Nanometro Steradiante"@it ; rdfs:label "Milliwatt per Square Meter Nanometer Steradian"@en-US ; rdfs:label "Milliwatt per Square Metre Nanometre Steradian" ; rdfs:label "Milliwatt per Square Metre Nanometre Steradian"@en ; rdfs:label "Milliwatt pro Quadratmeter Nanometer Steradiant"@de ; .
{"resource":"Milliwatt per Square Metre Nanometre Steradian"
,"qname":"unit:MilliW-PER-M2-NanoM-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliW-PER-M2-NanoM-SR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:SpectralRadiance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivatio por Metro Cuadrado Nanometro Estereorradián"
,"label":"Milliwat na Metr Kwadratowy Nanometr Steradian"
,"label":"Milliwatt na Kvadratni Meter Nanometer Steradian"
,"label":"Milliwatt na Čtvereční Metr Nanometr Steradián"
,"label":"Milliwatt par Mètre Carré Nanomètre Stéradian"
,"label":"Milliwatt pe Metru Pătrat Nanometru Steradian"
,"label":"Milliwatt per Meter Persegi Nanometer Steradian"
,"label":"Milliwatt per Metrekare Nanometre Steradyan"
,"label":"Milliwatt per Metro Quadrato Nanometro Steradiante"
,"label":"Milliwatt per Square Meter Nanometer Steradian"
,"label":"Milliwatt per Square Metre Nanometre Steradian"
,"label":"Milliwatt per Square Metre Nanometre Steradian"
,"label":"Milliwatt pro Quadratmeter Nanometer Steradiant"
,"symbol":"mW\/(m²·nm·sr)"
,"type":"qudt:Unit"
,"ucum code":"mW.m-2.nm-1.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliW-PER-M2-NanoM-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralRadiance",
"symbol" : "mW/(m²·nm·sr)",
"ucumCode" : "mW.m-2.nm-1.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Milliwatt per Metro Quadrato Nanometro Steradiante"
}, {
"@language" : "fr",
"@value" : "Milliwatt par Mètre Carré Nanomètre Stéradian"
}, {
"@language" : "pl",
"@value" : "Milliwat na Metr Kwadratowy Nanometr Steradian"
}, {
"@language" : "tr",
"@value" : "Milliwatt per Metrekare Nanometre Steradyan"
}, {
"@language" : "sl",
"@value" : "Milliwatt na Kvadratni Meter Nanometer Steradian"
}, "Milliwatt per Square Metre Nanometre Steradian", {
"@language" : "en",
"@value" : "Milliwatt per Square Metre Nanometre Steradian"
}, {
"@language" : "de",
"@value" : "Milliwatt pro Quadratmeter Nanometer Steradiant"
}, {
"@language" : "es",
"@value" : "Millivatio por Metro Cuadrado Nanometro Estereorradián"
}, {
"@language" : "cs",
"@value" : "Milliwatt na Čtvereční Metr Nanometr Steradián"
}, {
"@language" : "ro",
"@value" : "Milliwatt pe Metru Pătrat Nanometru Steradian"
}, {
"@language" : "en-us",
"@value" : "Milliwatt per Square Meter Nanometer Steradian"
}, {
"@language" : "ms",
"@value" : "Milliwatt per Meter Persegi Nanometer Steradian"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliW-PER-MilliGM
URI: http://qudt.org/vocab/unit/MilliW-PER-MilliGM
SI derived unit milliwatt divided by the SI derived unit milligram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliW-PER-MilliGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit milliwatt divided by the SI derived unit milligram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/W-PER-GM> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit milliwatt divided by the SI derived unit milligram" ; <http://qudt.org/schema/qudt/symbol> "mW/mg" ; <http://qudt.org/schema/qudt/ucumCode> "mW.mg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Millivatio por Milligramo"@es ; rdfs:label "Milliwat na Milligram"@pl ; rdfs:label "Milliwatt na Milligram"@cs ; rdfs:label "Milliwatt na Milligram"@sl ; rdfs:label "Milliwatt par Milligramme"@fr ; rdfs:label "Milliwatt pe Milligram"@ro ; rdfs:label "Milliwatt per Milligram" ; rdfs:label "Milliwatt per Milligram"@en ; rdfs:label "Milliwatt per Milligram"@ms ; rdfs:label "Milliwatt per Milligram"@tr ; rdfs:label "Milliwatt per Milligrammo"@it ; rdfs:label "Milliwatt pro Milligramm"@de ; .
{"resource":"Milliwatt per Milligram"
,"qname":"unit:MilliW-PER-MilliGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliW-PER-MilliGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI derived unit milliwatt divided by the SI derived unit milligram"
,"description (plain text)":"SI derived unit milliwatt divided by the SI derived unit milligram"
,"exact match":"unit:W-PER-GM"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Millivatio por Milligramo"
,"label":"Milliwat na Milligram"
,"label":"Milliwatt na Milligram"
,"label":"Milliwatt na Milligram"
,"label":"Milliwatt par Milligramme"
,"label":"Milliwatt pe Milligram"
,"label":"Milliwatt per Milligram"
,"label":"Milliwatt per Milligram"
,"label":"Milliwatt per Milligram"
,"label":"Milliwatt per Milligram"
,"label":"Milliwatt per Milligrammo"
,"label":"Milliwatt pro Milligramm"
,"symbol":"mW\/mg"
,"type":"qudt:Unit"
,"ucum code":"mW.mg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliW-PER-MilliGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit milliwatt divided by the SI derived unit milligram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/W-PER-GM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"plainTextDescription" : "SI derived unit milliwatt divided by the SI derived unit milligram",
"symbol" : "mW/mg",
"ucumCode" : "mW.mg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Milliwatt pe Milligram"
}, {
"@language" : "fr",
"@value" : "Milliwatt par Milligramme"
}, {
"@language" : "es",
"@value" : "Millivatio por Milligramo"
}, {
"@language" : "pl",
"@value" : "Milliwat na Milligram"
}, {
"@language" : "de",
"@value" : "Milliwatt pro Milligramm"
}, {
"@language" : "it",
"@value" : "Milliwatt per Milligrammo"
}, {
"@language" : "cs",
"@value" : "Milliwatt na Milligram"
}, {
"@language" : "sl",
"@value" : "Milliwatt na Milligram"
}, "Milliwatt per Milligram", {
"@language" : "en",
"@value" : "Milliwatt per Milligram"
}, {
"@language" : "ms",
"@value" : "Milliwatt per Milligram"
}, {
"@language" : "tr",
"@value" : "Milliwatt per Milligram"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MilliWB
URI: http://qudt.org/vocab/unit/MilliWB
0.001-fold of the SI derived unit weber
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MilliWB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the SI derived unit weber"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFlux> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA809" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA809"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.001-fold of the SI derived unit weber" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Milli> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/WB> ; <http://qudt.org/schema/qudt/symbol> "mWb" ; <http://qudt.org/schema/qudt/ucumCode> "mWb"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C33" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94693786> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Milliweber" ; rdfs:label "Milliweber"@cs ; rdfs:label "Milliweber"@de ; rdfs:label "Milliweber"@en ; rdfs:label "Milliweber"@es ; rdfs:label "Milliweber"@fr ; rdfs:label "Milliweber"@hu ; rdfs:label "Milliweber"@it ; rdfs:label "Milliweber"@ms ; rdfs:label "Milliweber"@pl ; rdfs:label "Milliweber"@ro ; rdfs:label "Milliweber"@sl ; rdfs:label "Milliweber"@tr ; .
{"resource":"Milliweber"
,"qname":"unit:MilliWB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MilliWB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94693786>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"0.001-fold of the SI derived unit weber"
,"description (plain text)":"0.001-fold of the SI derived unit weber"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFlux"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA809"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA809"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"label":"Milliweber"
,"prefix":"prefix:Milli"
,"scalingOf":"unit:WB"
,"symbol":"mWb"
,"type":"qudt:Unit"
,"ucum code":"mWb"
,"unece common code":"C33"
]}
{
"@id" : "http://qudt.org/vocab/unit/MilliWB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the SI derived unit weber",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFlux",
"iec61360Code" : "0112/2///62720#UAA809",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA809",
"plainTextDescription" : "0.001-fold of the SI derived unit weber",
"prefix" : "http://qudt.org/vocab/prefix/Milli",
"scalingOf" : "http://qudt.org/vocab/unit/WB",
"symbol" : "mWb",
"ucumCode" : "mWb",
"uneceCommonCode" : "C33",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94693786",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Milliweber"
}, {
"@language" : "hu",
"@value" : "Milliweber"
}, {
"@language" : "it",
"@value" : "Milliweber"
}, {
"@language" : "ms",
"@value" : "Milliweber"
}, "Milliweber", {
"@language" : "cs",
"@value" : "Milliweber"
}, {
"@language" : "de",
"@value" : "Milliweber"
}, {
"@language" : "en",
"@value" : "Milliweber"
}, {
"@language" : "es",
"@value" : "Milliweber"
}, {
"@language" : "pl",
"@value" : "Milliweber"
}, {
"@language" : "ro",
"@value" : "Milliweber"
}, {
"@language" : "sl",
"@value" : "Milliweber"
}, {
"@language" : "tr",
"@value" : "Milliweber"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:MillionUSD-PER-YR
URI: http://qudt.org/vocab/unit/MillionUSD-PER-YR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/MillionUSD-PER-YR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/MegaCCY_USD-PER-YR> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/expression> "$M\\$/yr$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "$M/a" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Million Us Dollars per Year" ; rdfs:label "Million Us Dollars per Year"@en ; .
{"resource":"Million Us Dollars per Year"
,"qname":"unit:MillionUSD-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/MillionUSD-PER-YR"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"expression":"$M\\$\/yr$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:MegaCCY_USD-PER-YR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Million Us Dollars per Year"
,"label":"Million Us Dollars per Year"
,"symbol":"$M\/a"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/MillionUSD-PER-YR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"isReplacedBy" : "http://qudt.org/vocab/unit/MegaCCY_USD-PER-YR",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"expression" : "$M\\$/yr$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "$M/a",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Million Us Dollars per Year", {
"@language" : "en",
"@value" : "Million Us Dollars per Year"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N
URI: http://qudt.org/vocab/unit/N
The "Newton" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula $F = m \cdot a$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The \"Newton\" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula $F = m \\cdot a$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Newton"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloGM-M-PER-SEC2> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA235" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Newton?oldid=488427661"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA235"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/newton> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/newton> ; <http://qudt.org/schema/qudt/symbol> "N" ; <http://qudt.org/schema/qudt/ucumCode> "N"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "N" ; <http://qudt.org/schema/qudt/uneceCommonCode> "NEW" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q12438> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton" ; rdfs:label "Newton"@cs ; rdfs:label "Newton"@de ; rdfs:label "Newton"@en ; rdfs:label "Newton"@es ; rdfs:label "Newton"@fr ; rdfs:label "Newton"@hu ; rdfs:label "Newton"@it ; rdfs:label "Newton"@ms ; rdfs:label "Newton"@pt ; rdfs:label "Newton"@ro ; rdfs:label "Newton"@sl ; rdfs:label "Newton"@tr ; rdfs:label "Newtonium"@la ; rdfs:label "Niuton"@pl ; rdfs:label "Νιούτον"@el ; rdfs:label "Ньютон"@ru ; rdfs:label "Нютон"@bg ; rdfs:label "ניוטון"@he ; rdfs:label "نيوتن"@ar ; rdfs:label "نیوتن"@fa ; rdfs:label "न्यूटन"@hi ; rdfs:label "ニュートン"@ja ; rdfs:label "牛顿"@zh ; .
{"resource":"Newton"
,"qname":"unit:N"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N"
,"properties":["Individual from SI Reference Point":"si-unit:newton"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q12438>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Newton"
,"description":"The \"Newton\" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula $F = m \\cdot a$."
,"exact match":"unit:KiloGM-M-PER-SEC2"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA235"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Newton?oldid=488427661"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA235"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newton"
,"label":"Newtonium"
,"label":"Niuton"
,"label":"Νιούτον"
,"label":"Ньютон"
,"label":"Нютон"
,"label":"ניוטון"
,"label":"نيوتن"
,"label":"نیوتن"
,"label":"न्यूटन"
,"label":"ニュートン"
,"label":"牛顿"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/newton>"
,"symbol":"N"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N"
,"udunits code":"N"
,"unece common code":"NEW"
]}
{
"@id" : "http://qudt.org/vocab/unit/N",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The \"Newton\" is the SI unit of force. A force of one newton will accelerate a mass of one kilogram at the rate of one meter per second per second. The newton is named for Isaac Newton (1642-1727), the British mathematician, physicist, and natural philosopher. He was the first person to understand clearly the relationship between force (F), mass (m), and acceleration (a) expressed by the formula $F = m \\cdot a$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Newton",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"exactMatch" : "http://qudt.org/vocab/unit/KiloGM-M-PER-SEC2",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAA235",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Newton?oldid=488427661", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA235" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/newton",
"siExactMatch" : "https://si-digital-framework.org/SI/units/newton",
"symbol" : "N",
"ucumCode" : "N",
"udunitsCode" : "N",
"uneceCommonCode" : "NEW",
"wikidataMatch" : "http://www.wikidata.org/entity/Q12438",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Niuton"
}, {
"@language" : "el",
"@value" : "Νιούτον"
}, {
"@language" : "fa",
"@value" : "نیوتن"
}, {
"@language" : "zh",
"@value" : "牛顿"
}, {
"@language" : "bg",
"@value" : "Нютон"
}, {
"@language" : "ja",
"@value" : "ニュートン"
}, {
"@language" : "tr",
"@value" : "Newton"
}, "Newton", {
"@language" : "cs",
"@value" : "Newton"
}, {
"@language" : "de",
"@value" : "Newton"
}, {
"@language" : "en",
"@value" : "Newton"
}, {
"@language" : "es",
"@value" : "Newton"
}, {
"@language" : "fr",
"@value" : "Newton"
}, {
"@language" : "hu",
"@value" : "Newton"
}, {
"@language" : "it",
"@value" : "Newton"
}, {
"@language" : "ms",
"@value" : "Newton"
}, {
"@language" : "pt",
"@value" : "Newton"
}, {
"@language" : "ro",
"@value" : "Newton"
}, {
"@language" : "sl",
"@value" : "Newton"
}, {
"@language" : "he",
"@value" : "ניוטון"
}, {
"@language" : "la",
"@value" : "Newtonium"
}, {
"@language" : "hi",
"@value" : "न्यूटन"
}, {
"@language" : "ru",
"@value" : "Ньютон"
}, {
"@language" : "ar",
"@value" : "نيوتن"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-CentiM
URI: http://qudt.org/vocab/unit/N-CentiM
product of the SI derived unit newton and the 0.01-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA237" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA237"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "N·cm" ; <http://qudt.org/schema/qudt/ucumCode> "N.cm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F88" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107410689> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Centimeter"@de ; rdfs:label "Newton Centimeter"@en-US ; rdfs:label "Newton Centimeter"@ms ; rdfs:label "Newton Centimeter"@sl ; rdfs:label "Newton Centimetr"@cs ; rdfs:label "Newton Centimetre" ; rdfs:label "Newton Centimetre"@en ; rdfs:label "Newton Centimetre"@tr ; rdfs:label "Newton Centimetro"@es ; rdfs:label "Newton Centimetro"@it ; rdfs:label "Newton Centimetru"@ro ; rdfs:label "Newton Centimètre"@fr ; rdfs:label "Niuton Centimetr"@pl ; .
{"resource":"Newton Centimetre"
,"qname":"unit:N-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-CentiM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107410689>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"product of the SI derived unit newton and the 0.01-fold of the SI base unit metre"
,"description (plain text)":"product of the SI derived unit newton and the 0.01-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA237"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA237"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Centimeter"
,"label":"Newton Centimeter"
,"label":"Newton Centimeter"
,"label":"Newton Centimeter"
,"label":"Newton Centimetr"
,"label":"Newton Centimetre"
,"label":"Newton Centimetre"
,"label":"Newton Centimetre"
,"label":"Newton Centimetro"
,"label":"Newton Centimetro"
,"label":"Newton Centimetru"
,"label":"Newton Centimètre"
,"label":"Niuton Centimetr"
,"symbol":"N·cm"
,"type":"qudt:Unit"
,"ucum code":"N.cm"
,"unece common code":"F88"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAA237",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA237",
"plainTextDescription" : "product of the SI derived unit newton and the 0.01-fold of the SI base unit metre",
"symbol" : "N·cm",
"ucumCode" : "N.cm",
"uneceCommonCode" : "F88",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107410689",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Newton Centimetre", {
"@language" : "en",
"@value" : "Newton Centimetre"
}, {
"@language" : "tr",
"@value" : "Newton Centimetre"
}, {
"@language" : "es",
"@value" : "Newton Centimetro"
}, {
"@language" : "it",
"@value" : "Newton Centimetro"
}, {
"@language" : "ro",
"@value" : "Newton Centimetru"
}, {
"@language" : "pl",
"@value" : "Niuton Centimetr"
}, {
"@language" : "fr",
"@value" : "Newton Centimètre"
}, {
"@language" : "de",
"@value" : "Newton Centimeter"
}, {
"@language" : "en-us",
"@value" : "Newton Centimeter"
}, {
"@language" : "ms",
"@value" : "Newton Centimeter"
}, {
"@language" : "sl",
"@value" : "Newton Centimeter"
}, {
"@language" : "cs",
"@value" : "Newton Centimetr"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M
URI: http://qudt.org/vocab/unit/N-M
"Torque" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Torque\" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Newton_metre"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA239" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Newton_metre?oldid=493923333"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA239"^^xsd:anyURI ; <http://qudt.org/schema/qudt/siUnitsExpression> "N.m" ; <http://qudt.org/schema/qudt/symbol> "N·m" ; <http://qudt.org/schema/qudt/ucumCode> "N.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "NU" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q215571> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter"@de ; rdfs:label "Newton Meter"@en-US ; rdfs:label "Newton Meter"@ms ; rdfs:label "Newton Meter"@sl ; rdfs:label "Newton Metr"@cs ; rdfs:label "Newton Metre" ; rdfs:label "Newton Metre"@en ; rdfs:label "Newton Metre"@tr ; rdfs:label "Newton Metro"@es ; rdfs:label "Newton Metro"@it ; rdfs:label "Newton Metro"@pt ; rdfs:label "Newton Metru"@ro ; rdfs:label "Newton Mètre"@fr ; rdfs:label "Newtonium Metrum"@la ; rdfs:label "Niuton Metr"@pl ; rdfs:label "Νιούτον Μέτρο"@el ; rdfs:label "Ньютон Метр"@ru ; rdfs:label "Нютон Метър"@bg ; rdfs:label "نيوتن متر"@ar ; rdfs:label "نیوتون متر"@fa ; rdfs:label "न्यूटन मीटर"@hi ; rdfs:label "ニュートンメートル"@ja ; rdfs:label "牛米"@zh ; .
{"resource":"Newton Metre"
,"qname":"unit:N-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q215571>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Newton_metre"
,"defined unit of system":"sou:SI"
,"description":"\"Torque\" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot."
,"exact match":"unit:J"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA239"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Newton_metre?oldid=493923333"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA239"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter"
,"label":"Newton Meter"
,"label":"Newton Meter"
,"label":"Newton Meter"
,"label":"Newton Metr"
,"label":"Newton Metre"
,"label":"Newton Metre"
,"label":"Newton Metre"
,"label":"Newton Metro"
,"label":"Newton Metro"
,"label":"Newton Metro"
,"label":"Newton Metru"
,"label":"Newton Mètre"
,"label":"Newtonium Metrum"
,"label":"Niuton Metr"
,"label":"Νιούτον Μέτρο"
,"label":"Ньютон Метр"
,"label":"Нютон Метър"
,"label":"نيوتن متر"
,"label":"نیوتون متر"
,"label":"न्यूटन मीटर"
,"label":"ニュートンメートル"
,"label":"牛米"
,"si units expression":"N.m"
,"symbol":"N·m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N.m"
,"unece common code":"NU"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Torque\" is the tendency of a force to cause a rotation, is the product of the force and the distance from the center of rotation to the point where the force is applied. Torque has the same units as work or energy, but it is a different physical concept. To stress the difference, scientists measure torque in newton meters rather than in joules, the SI unit of work. One newton meter is approximately 0.737562 pound foot.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Newton_metre",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"exactMatch" : "http://qudt.org/vocab/unit/J",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Torque", "http://qudt.org/vocab/quantitykind/MomentOfForce" ],
"iec61360Code" : "0112/2///62720#UAA239",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Newton_metre?oldid=493923333", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA239" ],
"siUnitsExpression" : "N.m",
"symbol" : "N·m",
"ucumCode" : "N.m",
"uneceCommonCode" : "NU",
"wikidataMatch" : "http://www.wikidata.org/entity/Q215571",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Ньютон Метр"
}, {
"@language" : "pl",
"@value" : "Niuton Metr"
}, {
"@language" : "ar",
"@value" : "نيوتن متر"
}, {
"@language" : "zh",
"@value" : "牛米"
}, {
"@language" : "el",
"@value" : "Νιούτον Μέτρο"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum"
}, {
"@language" : "hi",
"@value" : "न्यूटन मीटर"
}, {
"@language" : "ro",
"@value" : "Newton Metru"
}, {
"@language" : "de",
"@value" : "Newton Meter"
}, {
"@language" : "en-us",
"@value" : "Newton Meter"
}, {
"@language" : "ms",
"@value" : "Newton Meter"
}, {
"@language" : "sl",
"@value" : "Newton Meter"
}, {
"@language" : "fa",
"@value" : "نیوتون متر"
}, {
"@language" : "fr",
"@value" : "Newton Mètre"
}, "Newton Metre", {
"@language" : "en",
"@value" : "Newton Metre"
}, {
"@language" : "tr",
"@value" : "Newton Metre"
}, {
"@language" : "es",
"@value" : "Newton Metro"
}, {
"@language" : "it",
"@value" : "Newton Metro"
}, {
"@language" : "pt",
"@value" : "Newton Metro"
}, {
"@language" : "cs",
"@value" : "Newton Metr"
}, {
"@language" : "ja",
"@value" : "ニュートンメートル"
}, {
"@language" : "bg",
"@value" : "Нютон Метър"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-A
URI: http://qudt.org/vocab/unit/N-M-PER-A
product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFlux> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA241" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA241"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere" ; <http://qudt.org/schema/qudt/symbol> "N·m/A" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.A-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F90" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter na Amper"@sl ; rdfs:label "Newton Meter per Ampere"@en-US ; rdfs:label "Newton Meter per Ampere"@ms ; rdfs:label "Newton Meter pro Ampere"@de ; rdfs:label "Newton Metr na Ampér"@cs ; rdfs:label "Newton Metre per Amper"@tr ; rdfs:label "Newton Metre per Ampere" ; rdfs:label "Newton Metre per Ampere"@en ; rdfs:label "Newton Metro per Ampere"@it ; rdfs:label "Newton Metro por Ampere"@pt ; rdfs:label "Newton Metro por Amperio"@es ; rdfs:label "Newton Metru pe Amper"@ro ; rdfs:label "Newton Mètre par Ampère"@fr ; rdfs:label "Newtonium Metrum per Amperium"@la ; rdfs:label "Niuton Metr na Amper"@pl ; rdfs:label "Νιούτον Μέτρο ανά Αμπέρ"@el ; rdfs:label "Ньютон Метр на Ампер"@ru ; rdfs:label "Нютон Метър на Ампер"@bg ; .
{"resource":"Newton Metre per Ampere"
,"qname":"unit:N-M-PER-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-A"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere"
,"description (plain text)":"product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFlux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA241"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA241"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter na Amper"
,"label":"Newton Meter per Ampere"
,"label":"Newton Meter per Ampere"
,"label":"Newton Meter pro Ampere"
,"label":"Newton Metr na Ampér"
,"label":"Newton Metre per Amper"
,"label":"Newton Metre per Ampere"
,"label":"Newton Metre per Ampere"
,"label":"Newton Metro per Ampere"
,"label":"Newton Metro por Ampere"
,"label":"Newton Metro por Amperio"
,"label":"Newton Metru pe Amper"
,"label":"Newton Mètre par Ampère"
,"label":"Newtonium Metrum per Amperium"
,"label":"Niuton Metr na Amper"
,"label":"Νιούτον Μέτρο ανά Αμπέρ"
,"label":"Ньютон Метр на Ампер"
,"label":"Нютон Метър на Ампер"
,"symbol":"N·m\/A"
,"type":"qudt:Unit"
,"ucum code":"N.m.A-1"
,"unece common code":"F90"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFlux",
"iec61360Code" : "0112/2///62720#UAA241",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA241",
"plainTextDescription" : "product of the SI derived unit newton and the SI base unit metre divided by the SI base unit ampere",
"symbol" : "N·m/A",
"ucumCode" : "N.m.A-1",
"uneceCommonCode" : "F90",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Niuton Metr na Amper"
}, {
"@language" : "it",
"@value" : "Newton Metro per Ampere"
}, {
"@language" : "pt",
"@value" : "Newton Metro por Ampere"
}, {
"@language" : "bg",
"@value" : "Нютон Метър на Ампер"
}, {
"@language" : "en-us",
"@value" : "Newton Meter per Ampere"
}, {
"@language" : "ru",
"@value" : "Ньютон Метр на Ампер"
}, {
"@language" : "ms",
"@value" : "Newton Meter per Ampere"
}, "Newton Metre per Ampere", {
"@language" : "en",
"@value" : "Newton Metre per Ampere"
}, {
"@language" : "sl",
"@value" : "Newton Meter na Amper"
}, {
"@language" : "tr",
"@value" : "Newton Metre per Amper"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum per Amperium"
}, {
"@language" : "ro",
"@value" : "Newton Metru pe Amper"
}, {
"@language" : "fr",
"@value" : "Newton Mètre par Ampère"
}, {
"@language" : "es",
"@value" : "Newton Metro por Amperio"
}, {
"@language" : "de",
"@value" : "Newton Meter pro Ampere"
}, {
"@language" : "el",
"@value" : "Νιούτον Μέτρο ανά Αμπέρ"
}, {
"@language" : "cs",
"@value" : "Newton Metr na Ampér"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-ARCMIN
URI: http://qudt.org/vocab/unit/N-M-PER-ARCMIN
product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-ARCMIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3437.746766834402696604316471280553 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.437746766834402696604316471280553E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/N-M-PER-MIN_Angle> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorquePerAngle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorsionalSpringConstant> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD923" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD923"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "N·m/'" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.'-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter per Arcminute"@en-US ; rdfs:label "Newton Metre per Arcminute" ; rdfs:label "Newton Metre per Arcminute"@en ; .
{"resource":"Newton Metre per Arcminute"
,"qname":"unit:N-M-PER-ARCMIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-ARCMIN"
,"properties":["conversion multiplier":"3437.746766834402696604316471280553"
,"conversion multiplier scientific":"3.437746766834402696604316471280553E3"
,"description":"product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]"
,"exact match":"unit:N-M-PER-MIN_Angle"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TorquePerAngle"
,"has quantity kind":"quantitykind:TorsionalSpringConstant"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD923"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD923"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter per Arcminute"
,"label":"Newton Metre per Arcminute"
,"label":"Newton Metre per Arcminute"
,"symbol":"N·m\/'"
,"type":"qudt:Unit"
,"ucum code":"N.m.'-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-ARCMIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]",
"conversionMultiplier" : "3437.746766834402696604316471280553",
"conversionMultiplier:SN" : 3437.7467668344025,
"exactMatch" : "http://qudt.org/vocab/unit/N-M-PER-MIN_Angle",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/TorsionalSpringConstant", "http://qudt.org/vocab/quantitykind/TorquePerAngle" ],
"iec61360Code" : "0112/2///62720#UAD923",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD923",
"symbol" : "N·m/'",
"ucumCode" : "N.m.'-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Newton Meter per Arcminute"
}, "Newton Metre per Arcminute", {
"@language" : "en",
"@value" : "Newton Metre per Arcminute"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-DEG
URI: http://qudt.org/vocab/unit/N-M-PER-DEG
product of the SI derived unit newton and the SI base unit metre divided by the unit degree
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-DEG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit newton and the SI base unit metre divided by the unit degree" ; <http://qudt.org/schema/qudt/conversionMultiplier> 57.29577951308232087679815481410516 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.729577951308232087679815481410516E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorquePerAngle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorsionalSpringConstant> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB308" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB308"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "N·m/°" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.deg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F89" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter per Degree"@en-US ; rdfs:label "Newton Metre per Degree" ; rdfs:label "Newton Metre per Degree"@en ; .
{"resource":"Newton Metre per Degree"
,"qname":"unit:N-M-PER-DEG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-DEG"
,"properties":["conversion multiplier":"57.29577951308232087679815481410516"
,"conversion multiplier scientific":"5.729577951308232087679815481410516E1"
,"description":"product of the SI derived unit newton and the SI base unit metre divided by the unit degree"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TorquePerAngle"
,"has quantity kind":"quantitykind:TorsionalSpringConstant"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB308"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB308"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter per Degree"
,"label":"Newton Metre per Degree"
,"label":"Newton Metre per Degree"
,"symbol":"N·m\/°"
,"type":"qudt:Unit"
,"ucum code":"N.m.deg-1"
,"unece common code":"F89"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-DEG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit newton and the SI base unit metre divided by the unit degree",
"conversionMultiplier" : "57.29577951308232087679815481410516",
"conversionMultiplier:SN" : 57.29577951308232,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/TorquePerAngle", "http://qudt.org/vocab/quantitykind/TorsionalSpringConstant" ],
"iec61360Code" : "0112/2///62720#UAB308",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB308",
"symbol" : "N·m/°",
"ucumCode" : "N.m.deg-1",
"uneceCommonCode" : "F89",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Newton Meter per Degree"
}, "Newton Metre per Degree", {
"@language" : "en",
"@value" : "Newton Metre per Degree"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-DEG-M
URI: http://qudt.org/vocab/unit/N-M-PER-DEG-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-DEG-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 57.29577951308232087679815481410516 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.729577951308232087679815481410516E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfRotationalSubgradeReaction> ; <http://qudt.org/schema/qudt/plainTextDescription> "A common unit for measuring the modulus of rotational subgrade reaction." ; <http://qudt.org/schema/qudt/symbol> "N·m/(°·m)" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.deg-1.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter per Degree Meter"@en-US ; rdfs:label "Newton Metre per Degree Metre" ; rdfs:label "Newton Metre per Degree Metre"@en ; .
{"resource":"Newton Metre per Degree Metre"
,"qname":"unit:N-M-PER-DEG-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-DEG-M"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"57.29577951308232087679815481410516"
,"conversion multiplier scientific":"5.729577951308232087679815481410516E1"
,"description (plain text)":"A common unit for measuring the modulus of rotational subgrade reaction."
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ModulusOfRotationalSubgradeReaction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter per Degree Meter"
,"label":"Newton Metre per Degree Metre"
,"label":"Newton Metre per Degree Metre"
,"symbol":"N·m\/(°·m)"
,"type":"qudt:Unit"
,"ucum code":"N.m.deg-1.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-DEG-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "57.29577951308232087679815481410516",
"conversionMultiplier:SN" : 57.29577951308232,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ModulusOfRotationalSubgradeReaction",
"plainTextDescription" : "A common unit for measuring the modulus of rotational subgrade reaction.",
"symbol" : "N·m/(°·m)",
"ucumCode" : "N.m.deg-1.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Newton Meter per Degree Meter"
}, "Newton Metre per Degree Metre", {
"@language" : "en",
"@value" : "Newton Metre per Degree Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-KiloGM
URI: http://qudt.org/vocab/unit/N-M-PER-KiloGM
product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB490" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB490"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "N·m/kg" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "gp" ; <http://qudt.org/schema/qudt/uneceCommonCode> "G19" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q108535211> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter na Kilogram"@sl ; rdfs:label "Newton Meter per Kilogram"@en-US ; rdfs:label "Newton Meter per Kilogram"@ms ; rdfs:label "Newton Meter pro Kilogramm"@de ; rdfs:label "Newton Metr na Kilogram"@cs ; rdfs:label "Newton Metre per Kilogram" ; rdfs:label "Newton Metre per Kilogram"@en ; rdfs:label "Newton Metre per Kilogram"@tr ; rdfs:label "Newton Metro per Chilogrammo"@it ; rdfs:label "Newton Metro por Kilogramo"@es ; rdfs:label "Newton Metro por Quilograma"@pt ; rdfs:label "Newton Metru pe Kilogram"@ro ; rdfs:label "Newton Mètre par Kilogramme"@fr ; rdfs:label "Newtonium Metrum per Chiliogramma"@la ; rdfs:label "Niuton Metr na Kilogram"@pl ; rdfs:label "Νιούτον Μέτρο ανά Χιλιόγραμμο"@el ; rdfs:label "Ньютон Метр на Килограмм"@ru ; rdfs:label "Нютон Метър на Килограм"@bg ; .
{"resource":"Newton Metre per Kilogram"
,"qname":"unit:N-M-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q108535211>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram"
,"description (plain text)":"product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB490"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB490"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter na Kilogram"
,"label":"Newton Meter per Kilogram"
,"label":"Newton Meter per Kilogram"
,"label":"Newton Meter pro Kilogramm"
,"label":"Newton Metr na Kilogram"
,"label":"Newton Metre per Kilogram"
,"label":"Newton Metre per Kilogram"
,"label":"Newton Metre per Kilogram"
,"label":"Newton Metro per Chilogrammo"
,"label":"Newton Metro por Kilogramo"
,"label":"Newton Metro por Quilograma"
,"label":"Newton Metru pe Kilogram"
,"label":"Newton Mètre par Kilogramme"
,"label":"Newtonium Metrum per Chiliogramma"
,"label":"Niuton Metr na Kilogram"
,"label":"Νιούτον Μέτρο ανά Χιλιόγραμμο"
,"label":"Ньютон Метр на Килограмм"
,"label":"Нютон Метър на Килограм"
,"symbol":"N·m\/kg"
,"type":"qudt:Unit"
,"ucum code":"N.m.kg-1"
,"udunits code":"gp"
,"unece common code":"G19"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"iec61360Code" : "0112/2///62720#UAB490",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB490",
"plainTextDescription" : "product of the derived SI unit newton and the SI base unit metre divided by the SI base unit kilogram",
"symbol" : "N·m/kg",
"ucumCode" : "N.m.kg-1",
"udunitsCode" : "gp",
"uneceCommonCode" : "G19",
"wikidataMatch" : "http://www.wikidata.org/entity/Q108535211",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Newton Metru pe Kilogram"
}, {
"@language" : "de",
"@value" : "Newton Meter pro Kilogramm"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum per Chiliogramma"
}, {
"@language" : "pl",
"@value" : "Niuton Metr na Kilogram"
}, {
"@language" : "ru",
"@value" : "Ньютон Метр на Килограмм"
}, {
"@language" : "fr",
"@value" : "Newton Mètre par Kilogramme"
}, {
"@language" : "pt",
"@value" : "Newton Metro por Quilograma"
}, {
"@language" : "bg",
"@value" : "Нютон Метър на Килограм"
}, {
"@language" : "en-us",
"@value" : "Newton Meter per Kilogram"
}, {
"@language" : "ms",
"@value" : "Newton Meter per Kilogram"
}, {
"@language" : "es",
"@value" : "Newton Metro por Kilogramo"
}, "Newton Metre per Kilogram", {
"@language" : "en",
"@value" : "Newton Metre per Kilogram"
}, {
"@language" : "tr",
"@value" : "Newton Metre per Kilogram"
}, {
"@language" : "it",
"@value" : "Newton Metro per Chilogrammo"
}, {
"@language" : "el",
"@value" : "Νιούτον Μέτρο ανά Χιλιόγραμμο"
}, {
"@language" : "sl",
"@value" : "Newton Meter na Kilogram"
}, {
"@language" : "cs",
"@value" : "Newton Metr na Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-M
URI: http://qudt.org/vocab/unit/N-M-PER-M
This is the SI unit for the rolling resistance, which is equivalent to drag force in newton
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorquePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB463" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB463"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton" ; <http://qudt.org/schema/qudt/symbol> "N·m/m" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q27" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter na Meter"@sl ; rdfs:label "Newton Meter per Meter"@en-US ; rdfs:label "Newton Meter per Meter"@ms ; rdfs:label "Newton Meter pro Meter"@de ; rdfs:label "Newton Metr na Metr"@cs ; rdfs:label "Newton Metre per Metre" ; rdfs:label "Newton Metre per Metre"@en ; rdfs:label "Newton Metre per Metre"@tr ; rdfs:label "Newton Metro per Metro"@it ; rdfs:label "Newton Metro por Metro"@es ; rdfs:label "Newton Metro por Metro"@pt ; rdfs:label "Newton Metru pe Metru"@ro ; rdfs:label "Newton Mètre par Mètre"@fr ; rdfs:label "Newtonium Metrum per Metrum"@la ; rdfs:label "Niuton Metr na Metr"@pl ; rdfs:label "Νιούτον Μέτρο ανά Μέτρο"@el ; rdfs:label "Ньютон Метр на Метр"@ru ; rdfs:label "Нютон Метър на Метър"@bg ; .
{"resource":"Newton Metre per Metre"
,"qname":"unit:N-M-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"This is the SI unit for the rolling resistance, which is equivalent to drag force in newton"
,"description (plain text)":"This is the SI unit for the rolling resistance, which is equivalent to drag force in newton"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TorquePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB463"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB463"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter na Meter"
,"label":"Newton Meter per Meter"
,"label":"Newton Meter per Meter"
,"label":"Newton Meter pro Meter"
,"label":"Newton Metr na Metr"
,"label":"Newton Metre per Metre"
,"label":"Newton Metre per Metre"
,"label":"Newton Metre per Metre"
,"label":"Newton Metro per Metro"
,"label":"Newton Metro por Metro"
,"label":"Newton Metro por Metro"
,"label":"Newton Metru pe Metru"
,"label":"Newton Mètre par Mètre"
,"label":"Newtonium Metrum per Metrum"
,"label":"Niuton Metr na Metr"
,"label":"Νιούτον Μέτρο ανά Μέτρο"
,"label":"Ньютон Метр на Метр"
,"label":"Нютон Метър на Метър"
,"symbol":"N·m\/m"
,"type":"qudt:Unit"
,"ucum code":"N.m.m-1"
,"unece common code":"Q27"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TorquePerLength",
"iec61360Code" : "0112/2///62720#UAB463",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB463",
"plainTextDescription" : "This is the SI unit for the rolling resistance, which is equivalent to drag force in newton",
"symbol" : "N·m/m",
"ucumCode" : "N.m.m-1",
"uneceCommonCode" : "Q27",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Newton Metre per Metre", {
"@language" : "en",
"@value" : "Newton Metre per Metre"
}, {
"@language" : "tr",
"@value" : "Newton Metre per Metre"
}, {
"@language" : "sl",
"@value" : "Newton Meter na Meter"
}, {
"@language" : "pl",
"@value" : "Niuton Metr na Metr"
}, {
"@language" : "es",
"@value" : "Newton Metro por Metro"
}, {
"@language" : "pt",
"@value" : "Newton Metro por Metro"
}, {
"@language" : "el",
"@value" : "Νιούτον Μέτρο ανά Μέτρο"
}, {
"@language" : "ro",
"@value" : "Newton Metru pe Metru"
}, {
"@language" : "ru",
"@value" : "Ньютон Метр на Метр"
}, {
"@language" : "cs",
"@value" : "Newton Metr na Metr"
}, {
"@language" : "it",
"@value" : "Newton Metro per Metro"
}, {
"@language" : "en-us",
"@value" : "Newton Meter per Meter"
}, {
"@language" : "ms",
"@value" : "Newton Meter per Meter"
}, {
"@language" : "bg",
"@value" : "Нютон Метър на Метър"
}, {
"@language" : "fr",
"@value" : "Newton Mètre par Mètre"
}, {
"@language" : "de",
"@value" : "Newton Meter pro Meter"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum per Metrum"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-M-RAD
URI: http://qudt.org/vocab/unit/N-M-PER-M-RAD
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-M-RAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/N-PER-RAD> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfRotationalSubgradeReaction> ; <http://qudt.org/schema/qudt/symbol> "N·m/(m·rad)" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.m-1.rad-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter na Meter Radian"@sl ; rdfs:label "Newton Meter per Meter Radian"@en-US ; rdfs:label "Newton Meter per Meter Radian"@ms ; rdfs:label "Newton Meter pro Meter Radiant"@de ; rdfs:label "Newton Metr na Metr Radián"@cs ; rdfs:label "Newton Metre per Metre Radian" ; rdfs:label "Newton Metre per Metre Radian"@en ; rdfs:label "Newton Metre per Metre Radyan"@tr ; rdfs:label "Newton Metro per Metro Radiante"@it ; rdfs:label "Newton Metro por Metro Radiano"@pt ; rdfs:label "Newton Metro por Metro Radián"@es ; rdfs:label "Newton Metru pe Metru Radian"@ro ; rdfs:label "Newton Mètre par Mètre Radian"@fr ; rdfs:label "Newtonium Metrum per Metrum Radian"@la ; rdfs:label "Niuton Metr na Metr Radian"@pl ; rdfs:label "Νιούτον Μέτρο ανά Μέτρο Ακτίνιο"@el ; rdfs:label "Ньютон Метр на Метр Радиан"@ru ; rdfs:label "Нютон Метър на Метър Радиан"@bg ; .
{"resource":"Newton Metre per Metre Radian"
,"qname":"unit:N-M-PER-M-RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-M-RAD"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"exact match":"unit:N-PER-RAD"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ModulusOfRotationalSubgradeReaction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter na Meter Radian"
,"label":"Newton Meter per Meter Radian"
,"label":"Newton Meter per Meter Radian"
,"label":"Newton Meter pro Meter Radiant"
,"label":"Newton Metr na Metr Radián"
,"label":"Newton Metre per Metre Radian"
,"label":"Newton Metre per Metre Radian"
,"label":"Newton Metre per Metre Radyan"
,"label":"Newton Metro per Metro Radiante"
,"label":"Newton Metro por Metro Radiano"
,"label":"Newton Metro por Metro Radián"
,"label":"Newton Metru pe Metru Radian"
,"label":"Newton Mètre par Mètre Radian"
,"label":"Newtonium Metrum per Metrum Radian"
,"label":"Niuton Metr na Metr Radian"
,"label":"Νιούτον Μέτρο ανά Μέτρο Ακτίνιο"
,"label":"Ньютон Метр на Метр Радиан"
,"label":"Нютон Метър на Метър Радиан"
,"symbol":"N·m\/(m·rad)"
,"type":"qudt:Unit"
,"ucum code":"N.m.m-1.rad-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-M-RAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/N-PER-RAD",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ModulusOfRotationalSubgradeReaction",
"symbol" : "N·m/(m·rad)",
"ucumCode" : "N.m.m-1.rad-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Newton Meter na Meter Radian"
}, {
"@language" : "cs",
"@value" : "Newton Metr na Metr Radián"
}, {
"@language" : "ro",
"@value" : "Newton Metru pe Metru Radian"
}, {
"@language" : "el",
"@value" : "Νιούτον Μέτρο ανά Μέτρο Ακτίνιο"
}, {
"@language" : "tr",
"@value" : "Newton Metre per Metre Radyan"
}, {
"@language" : "de",
"@value" : "Newton Meter pro Meter Radiant"
}, {
"@language" : "pl",
"@value" : "Niuton Metr na Metr Radian"
}, {
"@language" : "it",
"@value" : "Newton Metro per Metro Radiante"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum per Metrum Radian"
}, {
"@language" : "fr",
"@value" : "Newton Mètre par Mètre Radian"
}, {
"@language" : "ru",
"@value" : "Ньютон Метр на Метр Радиан"
}, {
"@language" : "es",
"@value" : "Newton Metro por Metro Radián"
}, {
"@language" : "pt",
"@value" : "Newton Metro por Metro Radiano"
}, "Newton Metre per Metre Radian", {
"@language" : "en",
"@value" : "Newton Metre per Metre Radian"
}, {
"@language" : "en-us",
"@value" : "Newton Meter per Meter Radian"
}, {
"@language" : "ms",
"@value" : "Newton Meter per Meter Radian"
}, {
"@language" : "bg",
"@value" : "Нютон Метър на Метър Радиан"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-M2
URI: http://qudt.org/vocab/unit/N-M-PER-M2
product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA244" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA244"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "N·m/m²" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H86" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter na Kvadratni Meter"@sl ; rdfs:label "Newton Meter per Meter Persegi"@ms ; rdfs:label "Newton Meter per Square Meter"@en-US ; rdfs:label "Newton Meter pro Quadratmeter"@de ; rdfs:label "Newton Metr na Čtvereční Metr"@cs ; rdfs:label "Newton Metre per Metrekare"@tr ; rdfs:label "Newton Metre per Square Metre" ; rdfs:label "Newton Metre per Square Metre"@en ; rdfs:label "Newton Metro per Metro Quadrato"@it ; rdfs:label "Newton Metro por Metro Cuadrado"@es ; rdfs:label "Newton Metro por Metro Quadrado"@pt ; rdfs:label "Newton Metru pe Metru Pătrat"@ro ; rdfs:label "Newton Mètre par Mètre Carré"@fr ; rdfs:label "Newtonium Metrum per Metrum Quadratum"@la ; rdfs:label "Niuton Metr na Metr Kwadratowy"@pl ; rdfs:label "Νιούτον Μέτρο ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Ньютон Метр на Квадратный Метр"@ru ; rdfs:label "Нютон Метър на Квадратен Метър"@bg ; .
{"resource":"Newton Metre per Square Metre"
,"qname":"unit:N-M-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA244"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA244"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter na Kvadratni Meter"
,"label":"Newton Meter per Meter Persegi"
,"label":"Newton Meter per Square Meter"
,"label":"Newton Meter pro Quadratmeter"
,"label":"Newton Metr na Čtvereční Metr"
,"label":"Newton Metre per Metrekare"
,"label":"Newton Metre per Square Metre"
,"label":"Newton Metre per Square Metre"
,"label":"Newton Metro per Metro Quadrato"
,"label":"Newton Metro por Metro Cuadrado"
,"label":"Newton Metro por Metro Quadrado"
,"label":"Newton Metru pe Metru Pătrat"
,"label":"Newton Mètre par Mètre Carré"
,"label":"Newtonium Metrum per Metrum Quadratum"
,"label":"Niuton Metr na Metr Kwadratowy"
,"label":"Νιούτον Μέτρο ανά Τετραγωνικό Μέτρο"
,"label":"Ньютон Метр на Квадратный Метр"
,"label":"Нютон Метър на Квадратен Метър"
,"symbol":"N·m\/m²"
,"type":"qudt:Unit"
,"ucum code":"N.m.m-2"
,"unece common code":"H86"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerArea", "http://qudt.org/vocab/quantitykind/ForcePerLength" ],
"iec61360Code" : "0112/2///62720#UAA244",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA244",
"plainTextDescription" : "product of the SI derived unit newton and the SI base unit metre divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "N·m/m²",
"ucumCode" : "N.m.m-2",
"uneceCommonCode" : "H86",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Newton Metr na Čtvereční Metr"
}, {
"@language" : "ro",
"@value" : "Newton Metru pe Metru Pătrat"
}, {
"@language" : "de",
"@value" : "Newton Meter pro Quadratmeter"
}, {
"@language" : "bg",
"@value" : "Нютон Метър на Квадратен Метър"
}, {
"@language" : "tr",
"@value" : "Newton Metre per Metrekare"
}, {
"@language" : "el",
"@value" : "Νιούτον Μέτρο ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum per Metrum Quadratum"
}, {
"@language" : "fr",
"@value" : "Newton Mètre par Mètre Carré"
}, {
"@language" : "ru",
"@value" : "Ньютон Метр на Квадратный Метр"
}, {
"@language" : "sl",
"@value" : "Newton Meter na Kvadratni Meter"
}, "Newton Metre per Square Metre", {
"@language" : "en",
"@value" : "Newton Metre per Square Metre"
}, {
"@language" : "es",
"@value" : "Newton Metro por Metro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Newton Meter per Square Meter"
}, {
"@language" : "ms",
"@value" : "Newton Meter per Meter Persegi"
}, {
"@language" : "pt",
"@value" : "Newton Metro por Metro Quadrado"
}, {
"@language" : "pl",
"@value" : "Niuton Metr na Metr Kwadratowy"
}, {
"@language" : "it",
"@value" : "Newton Metro per Metro Quadrato"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-MIN_Angle
URI: http://qudt.org/vocab/unit/N-M-PER-MIN_Angle
product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-MIN_Angle> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3437.746766834402696604316471280553 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.437746766834402696604316471280553E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/N-M-PER-ARCMIN> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorquePerAngle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorsionalSpringConstant> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD923" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD923"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "N·m/'" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.'-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter per Minute Angle"@en-US ; rdfs:label "Newton Metre per Minute Angle" ; rdfs:label "Newton Metre per Minute Angle"@en ; .
{"resource":"Newton Metre per Minute Angle"
,"qname":"unit:N-M-PER-MIN_Angle"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-MIN_Angle"
,"properties":["conversion multiplier":"3437.746766834402696604316471280553"
,"conversion multiplier scientific":"3.437746766834402696604316471280553E3"
,"description":"product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]"
,"exact match":"unit:N-M-PER-ARCMIN"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TorquePerAngle"
,"has quantity kind":"quantitykind:TorsionalSpringConstant"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD923"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD923"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter per Minute Angle"
,"label":"Newton Metre per Minute Angle"
,"label":"Newton Metre per Minute Angle"
,"symbol":"N·m\/'"
,"type":"qudt:Unit"
,"ucum code":"N.m.'-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-MIN_Angle",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit newton and the SI base unit metre divided by the unit minute [unit of angle]",
"conversionMultiplier" : "3437.746766834402696604316471280553",
"conversionMultiplier:SN" : 3437.7467668344025,
"exactMatch" : "http://qudt.org/vocab/unit/N-M-PER-ARCMIN",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/TorsionalSpringConstant", "http://qudt.org/vocab/quantitykind/TorquePerAngle" ],
"iec61360Code" : "0112/2///62720#UAD923",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD923",
"symbol" : "N·m/'",
"ucumCode" : "N.m.'-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Newton Metre per Minute Angle", {
"@language" : "en",
"@value" : "Newton Metre per Minute Angle"
}, {
"@language" : "en-us",
"@value" : "Newton Meter per Minute Angle"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-RAD
URI: http://qudt.org/vocab/unit/N-M-PER-RAD
Newton Meter per Radian is the SI unit for Torsion Constant
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-RAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Newton Meter per Radian is the SI unit for Torsion Constant"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorquePerAngle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TorsionalSpringConstant> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB309" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB309"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "Newton Meter per Radian is the SI unit for Torsion Constant" ; <http://qudt.org/schema/qudt/symbol> "N·m/rad" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.rad-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M93" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106886160> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter na Radian"@sl ; rdfs:label "Newton Meter per Radian"@en-US ; rdfs:label "Newton Meter per Radian"@ms ; rdfs:label "Newton Meter pro Radiant"@de ; rdfs:label "Newton Metr na Radián"@cs ; rdfs:label "Newton Metre per Radian" ; rdfs:label "Newton Metre per Radian"@en ; rdfs:label "Newton Metre per Radyan"@tr ; rdfs:label "Newton Metro per Radiante"@it ; rdfs:label "Newton Metro por Radiano"@pt ; rdfs:label "Newton Metro por Radián"@es ; rdfs:label "Newton Metru pe Radian"@ro ; rdfs:label "Newton Mètre par Radian"@fr ; rdfs:label "Newtonium Metrum per Radian"@la ; rdfs:label "Niuton Metr na Radian"@pl ; rdfs:label "Νιούτον Μέτρο ανά Ακτίνιο"@el ; rdfs:label "Ньютон Метр на Радиан"@ru ; rdfs:label "Нютон Метър на Радиан"@bg ; .
{"resource":"Newton Metre per Radian"
,"qname":"unit:N-M-PER-RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-RAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106886160>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"Newton Meter per Radian is the SI unit for Torsion Constant"
,"description (plain text)":"Newton Meter per Radian is the SI unit for Torsion Constant"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:TorquePerAngle"
,"has quantity kind":"quantitykind:TorsionalSpringConstant"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB309"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB309"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter na Radian"
,"label":"Newton Meter per Radian"
,"label":"Newton Meter per Radian"
,"label":"Newton Meter pro Radiant"
,"label":"Newton Metr na Radián"
,"label":"Newton Metre per Radian"
,"label":"Newton Metre per Radian"
,"label":"Newton Metre per Radyan"
,"label":"Newton Metro per Radiante"
,"label":"Newton Metro por Radiano"
,"label":"Newton Metro por Radián"
,"label":"Newton Metru pe Radian"
,"label":"Newton Mètre par Radian"
,"label":"Newtonium Metrum per Radian"
,"label":"Niuton Metr na Radian"
,"label":"Νιούτον Μέτρο ανά Ακτίνιο"
,"label":"Ньютон Метр на Радиан"
,"label":"Нютон Метър на Радиан"
,"symbol":"N·m\/rad"
,"type":"qudt:Unit"
,"ucum code":"N.m.rad-1"
,"unece common code":"M93"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-RAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Newton Meter per Radian is the SI unit for Torsion Constant",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/TorquePerAngle", "http://qudt.org/vocab/quantitykind/TorsionalSpringConstant" ],
"iec61360Code" : "0112/2///62720#UAB309",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB309",
"plainTextDescription" : "Newton Meter per Radian is the SI unit for Torsion Constant",
"symbol" : "N·m/rad",
"ucumCode" : "N.m.rad-1",
"uneceCommonCode" : "M93",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106886160",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Νιούτον Μέτρο ανά Ακτίνιο"
}, {
"@language" : "ro",
"@value" : "Newton Metru pe Radian"
}, {
"@language" : "it",
"@value" : "Newton Metro per Radiante"
}, {
"@language" : "pl",
"@value" : "Niuton Metr na Radian"
}, {
"@language" : "en-us",
"@value" : "Newton Meter per Radian"
}, {
"@language" : "ms",
"@value" : "Newton Meter per Radian"
}, "Newton Metre per Radian", {
"@language" : "en",
"@value" : "Newton Metre per Radian"
}, {
"@language" : "pt",
"@value" : "Newton Metro por Radiano"
}, {
"@language" : "bg",
"@value" : "Нютон Метър на Радиан"
}, {
"@language" : "ru",
"@value" : "Ньютон Метр на Радиан"
}, {
"@language" : "fr",
"@value" : "Newton Mètre par Radian"
}, {
"@language" : "cs",
"@value" : "Newton Metr na Radián"
}, {
"@language" : "es",
"@value" : "Newton Metro por Radián"
}, {
"@language" : "sl",
"@value" : "Newton Meter na Radian"
}, {
"@language" : "tr",
"@value" : "Newton Metre per Radyan"
}, {
"@language" : "de",
"@value" : "Newton Meter pro Radiant"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum per Radian"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-PER-W0dot5
URI: http://qudt.org/vocab/unit/N-M-PER-W0dot5
product of the SI derived unit newton and the SI base unit metre divided by the square root out of the SI derived unit watt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-PER-W0dot5> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit newton and the SI base unit metre divided by the square root out of the SI derived unit watt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA242" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA242"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "N·m/√W" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H41" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter per Quintic Placeholder"@en-US ; rdfs:label "Newton Metre per Quintic Placeholder" ; rdfs:label "Newton Metre per Quintic Placeholder"@en ; .
{"resource":"Newton Metre per Quintic Placeholder"
,"qname":"unit:N-M-PER-W0dot5"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-PER-W0dot5"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"product of the SI derived unit newton and the SI base unit metre divided by the square root out of the SI derived unit watt"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA242"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA242"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter per Quintic Placeholder"
,"label":"Newton Metre per Quintic Placeholder"
,"label":"Newton Metre per Quintic Placeholder"
,"symbol":"N·m\/√W"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"unece common code":"H41"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-PER-W0dot5",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "product of the SI derived unit newton and the SI base unit metre divided by the square root out of the SI derived unit watt",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA242",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA242",
"symbol" : "N·m/√W",
"uneceCommonCode" : "H41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Newton Meter per Quintic Placeholder"
}, "Newton Metre per Quintic Placeholder", {
"@language" : "en",
"@value" : "Newton Metre per Quintic Placeholder"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-SEC
URI: http://qudt.org/vocab/unit/N-M-SEC
The SI derived unit of angular momentum.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI derived unit of angular momentum. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Newton_metre"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularImpulse> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularMomentum> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA245" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/SI_derived_unit"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA245"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; <http://qudt.org/schema/qudt/siUnitsExpression> "N.m.sec" ; <http://qudt.org/schema/qudt/symbol> "N·m·s" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C53" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q73429216> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter Saat"@ms ; rdfs:label "Newton Meter Second"@en-US ; rdfs:label "Newton Meter Sekunda"@sl ; rdfs:label "Newton Meter Sekunde"@de ; rdfs:label "Newton Metr Sekunda"@cs ; rdfs:label "Newton Metre Saniye"@tr ; rdfs:label "Newton Metre Second" ; rdfs:label "Newton Metre Second"@en ; rdfs:label "Newton Metro Secondo"@it ; rdfs:label "Newton Metro Segundo"@es ; rdfs:label "Newton Metro Segundo"@pt ; rdfs:label "Newton Metru Secundă"@ro ; rdfs:label "Newton Mètre Seconde"@fr ; rdfs:label "Newtonium Metrum Secundum"@la ; rdfs:label "Niuton Metr Sekunda"@pl ; rdfs:label "Νιούτον Μέτρο Δευτερόλεπτο"@el ; rdfs:label "Ньютон Метр Секунда"@ru ; rdfs:label "Нютон Метър Секунда"@bg ; rdfs:label "نيوتن متر ثانية"@ar ; rdfs:label "نیوتون ثانیه"@fa ; rdfs:label "न्यूटन मीटर सैकण्ड"@hi ; rdfs:label "ニュートンメートル秒"@ja ; rdfs:label "牛秒"@zh ; .
{"resource":"Newton Metre Second"
,"qname":"unit:N-M-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q73429216>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Newton_metre"
,"description":"The SI derived unit of angular momentum. "
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:AngularImpulse"
,"has quantity kind":"quantitykind:AngularMomentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA245"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/SI_derived_unit"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA245"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter Saat"
,"label":"Newton Meter Second"
,"label":"Newton Meter Sekunda"
,"label":"Newton Meter Sekunde"
,"label":"Newton Metr Sekunda"
,"label":"Newton Metre Saniye"
,"label":"Newton Metre Second"
,"label":"Newton Metre Second"
,"label":"Newton Metro Secondo"
,"label":"Newton Metro Segundo"
,"label":"Newton Metro Segundo"
,"label":"Newton Metru Secundă"
,"label":"Newton Mètre Seconde"
,"label":"Newtonium Metrum Secundum"
,"label":"Niuton Metr Sekunda"
,"label":"Νιούτον Μέτρο Δευτερόλεπτο"
,"label":"Ньютон Метр Секунда"
,"label":"Нютон Метър Секунда"
,"label":"نيوتن متر ثانية"
,"label":"نیوتون ثانیه"
,"label":"न्यूटन मीटर सैकण्ड"
,"label":"ニュートンメートル秒"
,"label":"牛秒"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31889"
,"si units expression":"N.m.sec"
,"symbol":"N·m·s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N.m.s"
,"unece common code":"C53"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The SI derived unit of angular momentum. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Newton_metre",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularMomentum", "http://qudt.org/vocab/quantitykind/AngularImpulse" ],
"iec61360Code" : "0112/2///62720#UAA245",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA245", "http://en.wikipedia.org/wiki/SI_derived_unit" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31889",
"siUnitsExpression" : "N.m.sec",
"symbol" : "N·m·s",
"ucumCode" : "N.m.s",
"uneceCommonCode" : "C53",
"wikidataMatch" : "http://www.wikidata.org/entity/Q73429216",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Newton Meter Sekunde"
}, {
"@language" : "bg",
"@value" : "Нютон Метър Секунда"
}, "Newton Metre Second", {
"@language" : "en",
"@value" : "Newton Metre Second"
}, {
"@language" : "en-us",
"@value" : "Newton Meter Second"
}, {
"@language" : "sl",
"@value" : "Newton Meter Sekunda"
}, {
"@language" : "el",
"@value" : "Νιούτον Μέτρο Δευτερόλεπτο"
}, {
"@language" : "ms",
"@value" : "Newton Meter Saat"
}, {
"@language" : "it",
"@value" : "Newton Metro Secondo"
}, {
"@language" : "tr",
"@value" : "Newton Metre Saniye"
}, {
"@language" : "fr",
"@value" : "Newton Mètre Seconde"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum Secundum"
}, {
"@language" : "hi",
"@value" : "न्यूटन मीटर सैकण्ड"
}, {
"@language" : "ru",
"@value" : "Ньютон Метр Секунда"
}, {
"@language" : "fa",
"@value" : "نیوتون ثانیه"
}, {
"@language" : "cs",
"@value" : "Newton Metr Sekunda"
}, {
"@language" : "ar",
"@value" : "نيوتن متر ثانية"
}, {
"@language" : "ro",
"@value" : "Newton Metru Secundă"
}, {
"@language" : "zh",
"@value" : "牛秒"
}, {
"@language" : "ja",
"@value" : "ニュートンメートル秒"
}, {
"@language" : "pt",
"@value" : "Newton Metro Segundo"
}, {
"@language" : "es",
"@value" : "Newton Metro Segundo"
}, {
"@language" : "pl",
"@value" : "Niuton Metr Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-SEC-PER-M
URI: http://qudt.org/vocab/unit/N-M-SEC-PER-M
Newton metre seconds measured per metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-SEC-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Newton metre seconds measured per metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearMomentum> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Momentum> ; <http://qudt.org/schema/qudt/plainTextDescription> "Newton metre seconds measured per metre" ; <http://qudt.org/schema/qudt/symbol> "N·m·s/m" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.s.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter Saat per Meter"@ms ; rdfs:label "Newton Meter Second per Meter"@en-US ; rdfs:label "Newton Meter Sekunda na Meter"@sl ; rdfs:label "Newton Meter Sekunde pro Meter"@de ; rdfs:label "Newton Metr Sekunda na Metr"@cs ; rdfs:label "Newton Metre Saniye per Metre"@tr ; rdfs:label "Newton Metre Second per Metre" ; rdfs:label "Newton Metre Second per Metre"@en ; rdfs:label "Newton Metro Secondo per Metro"@it ; rdfs:label "Newton Metro Segundo por Metro"@es ; rdfs:label "Newton Metro Segundo por Metro"@pt ; rdfs:label "Newton Metru Secundă pe Metru"@ro ; rdfs:label "Newton Mètre Seconde par Mètre"@fr ; rdfs:label "Newtonium Metrum Secundum per Metrum"@la ; rdfs:label "Niuton Metr Sekunda na Metr"@pl ; rdfs:label "Νιούτον Μέτρο Δευτερόλεπτο ανά Μέτρο"@el ; rdfs:label "Ньютон Метр Секунда на Метр"@ru ; rdfs:label "Нютон Метър Секунда на Метър"@bg ; .
{"resource":"Newton Metre Second per Metre"
,"qname":"unit:N-M-SEC-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-SEC-PER-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"Newton metre seconds measured per metre"
,"description (plain text)":"Newton metre seconds measured per metre"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:LinearMomentum"
,"has quantity kind":"quantitykind:Momentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter Saat per Meter"
,"label":"Newton Meter Second per Meter"
,"label":"Newton Meter Sekunda na Meter"
,"label":"Newton Meter Sekunde pro Meter"
,"label":"Newton Metr Sekunda na Metr"
,"label":"Newton Metre Saniye per Metre"
,"label":"Newton Metre Second per Metre"
,"label":"Newton Metre Second per Metre"
,"label":"Newton Metro Secondo per Metro"
,"label":"Newton Metro Segundo por Metro"
,"label":"Newton Metro Segundo por Metro"
,"label":"Newton Metru Secundă pe Metru"
,"label":"Newton Mètre Seconde par Mètre"
,"label":"Newtonium Metrum Secundum per Metrum"
,"label":"Niuton Metr Sekunda na Metr"
,"label":"Νιούτον Μέτρο Δευτερόλεπτο ανά Μέτρο"
,"label":"Ньютон Метр Секунда на Метр"
,"label":"Нютон Метър Секунда на Метър"
,"symbol":"N·m·s\/m"
,"type":"qudt:Unit"
,"ucum code":"N.m.s.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-SEC-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Newton metre seconds measured per metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearMomentum", "http://qudt.org/vocab/quantitykind/Momentum" ],
"plainTextDescription" : "Newton metre seconds measured per metre",
"symbol" : "N·m·s/m",
"ucumCode" : "N.m.s.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Newton Metro Secondo per Metro"
}, {
"@language" : "tr",
"@value" : "Newton Metre Saniye per Metre"
}, {
"@language" : "ms",
"@value" : "Newton Meter Saat per Meter"
}, {
"@language" : "el",
"@value" : "Νιούτον Μέτρο Δευτερόλεπτο ανά Μέτρο"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum Secundum per Metrum"
}, {
"@language" : "cs",
"@value" : "Newton Metr Sekunda na Metr"
}, {
"@language" : "es",
"@value" : "Newton Metro Segundo por Metro"
}, {
"@language" : "bg",
"@value" : "Нютон Метър Секунда на Метър"
}, {
"@language" : "ru",
"@value" : "Ньютон Метр Секунда на Метр"
}, {
"@language" : "ro",
"@value" : "Newton Metru Secundă pe Metru"
}, {
"@language" : "pt",
"@value" : "Newton Metro Segundo por Metro"
}, "Newton Metre Second per Metre", {
"@language" : "en",
"@value" : "Newton Metre Second per Metre"
}, {
"@language" : "pl",
"@value" : "Niuton Metr Sekunda na Metr"
}, {
"@language" : "sl",
"@value" : "Newton Meter Sekunda na Meter"
}, {
"@language" : "en-us",
"@value" : "Newton Meter Second per Meter"
}, {
"@language" : "fr",
"@value" : "Newton Mètre Seconde par Mètre"
}, {
"@language" : "de",
"@value" : "Newton Meter Sekunde pro Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M-SEC-PER-RAD
URI: http://qudt.org/vocab/unit/N-M-SEC-PER-RAD
Newton metre seconds measured per radian
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M-SEC-PER-RAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Newton metre seconds measured per radian"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularMomentumPerAngle> ; <http://qudt.org/schema/qudt/plainTextDescription> "Newton metre seconds measured per radian" ; <http://qudt.org/schema/qudt/symbol> "N·m·s/rad" ; <http://qudt.org/schema/qudt/ucumCode> "N.m.s.rad-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Meter Saat per Radian"@ms ; rdfs:label "Newton Meter Second per Radian"@en-US ; rdfs:label "Newton Meter Sekunda na Radian"@sl ; rdfs:label "Newton Meter Sekunde pro Radiant"@de ; rdfs:label "Newton Metr Sekunda na Radián"@cs ; rdfs:label "Newton Metre Saniye per Radyan"@tr ; rdfs:label "Newton Metre Second per Radian" ; rdfs:label "Newton Metre Second per Radian"@en ; rdfs:label "Newton Metro Secondo per Radiante"@it ; rdfs:label "Newton Metro Segundo por Radiano"@pt ; rdfs:label "Newton Metro Segundo por Radián"@es ; rdfs:label "Newton Metru Secundă pe Radian"@ro ; rdfs:label "Newton Mètre Seconde par Radian"@fr ; rdfs:label "Newtonium Metrum Secundum per Radian"@la ; rdfs:label "Niuton Metr Sekunda na Radian"@pl ; rdfs:label "Νιούτον Μέτρο Δευτερόλεπτο ανά Ακτίνιο"@el ; rdfs:label "Ньютон Метр Секунда на Радиан"@ru ; rdfs:label "Нютон Метър Секунда на Радиан"@bg ; .
{"resource":"Newton Metre Second per Radian"
,"qname":"unit:N-M-SEC-PER-RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M-SEC-PER-RAD"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"Newton metre seconds measured per radian"
,"description (plain text)":"Newton metre seconds measured per radian"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:AngularMomentumPerAngle"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Meter Saat per Radian"
,"label":"Newton Meter Second per Radian"
,"label":"Newton Meter Sekunda na Radian"
,"label":"Newton Meter Sekunde pro Radiant"
,"label":"Newton Metr Sekunda na Radián"
,"label":"Newton Metre Saniye per Radyan"
,"label":"Newton Metre Second per Radian"
,"label":"Newton Metre Second per Radian"
,"label":"Newton Metro Secondo per Radiante"
,"label":"Newton Metro Segundo por Radiano"
,"label":"Newton Metro Segundo por Radián"
,"label":"Newton Metru Secundă pe Radian"
,"label":"Newton Mètre Seconde par Radian"
,"label":"Newtonium Metrum Secundum per Radian"
,"label":"Niuton Metr Sekunda na Radian"
,"label":"Νιούτον Μέτρο Δευτερόλεπτο ανά Ακτίνιο"
,"label":"Ньютон Метр Секунда на Радиан"
,"label":"Нютон Метър Секунда на Радиан"
,"symbol":"N·m·s\/rad"
,"type":"qudt:Unit"
,"ucum code":"N.m.s.rad-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M-SEC-PER-RAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Newton metre seconds measured per radian",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AngularMomentumPerAngle",
"plainTextDescription" : "Newton metre seconds measured per radian",
"symbol" : "N·m·s/rad",
"ucumCode" : "N.m.s.rad-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Newton Meter Sekunda na Radian"
}, {
"@language" : "bg",
"@value" : "Нютон Метър Секунда на Радиан"
}, {
"@language" : "de",
"@value" : "Newton Meter Sekunde pro Radiant"
}, {
"@language" : "it",
"@value" : "Newton Metro Secondo per Radiante"
}, "Newton Metre Second per Radian", {
"@language" : "el",
"@value" : "Νιούτον Μέτρο Δευτερόλεπτο ανά Ακτίνιο"
}, {
"@language" : "es",
"@value" : "Newton Metro Segundo por Radián"
}, {
"@language" : "en",
"@value" : "Newton Metre Second per Radian"
}, {
"@language" : "tr",
"@value" : "Newton Metre Saniye per Radyan"
}, {
"@language" : "ms",
"@value" : "Newton Meter Saat per Radian"
}, {
"@language" : "cs",
"@value" : "Newton Metr Sekunda na Radián"
}, {
"@language" : "ru",
"@value" : "Ньютон Метр Секунда на Радиан"
}, {
"@language" : "en-us",
"@value" : "Newton Meter Second per Radian"
}, {
"@language" : "ro",
"@value" : "Newton Metru Secundă pe Radian"
}, {
"@language" : "pt",
"@value" : "Newton Metro Segundo por Radiano"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum Secundum per Radian"
}, {
"@language" : "pl",
"@value" : "Niuton Metr Sekunda na Radian"
}, {
"@language" : "fr",
"@value" : "Newton Mètre Seconde par Radian"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M2
URI: http://qudt.org/vocab/unit/N-M2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WarpingMoment> ; <http://qudt.org/schema/qudt/symbol> "N·m²" ; <http://qudt.org/schema/qudt/ucumCode> "N.m2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Kvadratni Meter"@sl ; rdfs:label "Newton Meter Persegi"@ms ; rdfs:label "Newton Metrekare"@tr ; rdfs:label "Newton Metro Cuadrado"@es ; rdfs:label "Newton Metro Quadrado"@pt ; rdfs:label "Newton Metro Quadrato"@it ; rdfs:label "Newton Metru Pătrat"@ro ; rdfs:label "Newton Mètre Carré"@fr ; rdfs:label "Newton Quadratmeter"@de ; rdfs:label "Newton Square Meter"@en-US ; rdfs:label "Newton Square Metre" ; rdfs:label "Newton Square Metre"@en ; rdfs:label "Newton Čtvereční Metr"@cs ; rdfs:label "Newtonium Metrum Quadratum"@la ; rdfs:label "Niuton Metr Kwadratowy"@pl ; rdfs:label "Νιούτον Τετραγωνικό Μέτρο"@el ; rdfs:label "Ньютон Квадратный Метр"@ru ; rdfs:label "Нютон Квадратен Метър"@bg ; .
{"resource":"Newton Square Metre"
,"qname":"unit:N-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L3I0M1H0T-2D0"
,"has quantity kind":"quantitykind:WarpingMoment"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Kvadratni Meter"
,"label":"Newton Meter Persegi"
,"label":"Newton Metrekare"
,"label":"Newton Metro Cuadrado"
,"label":"Newton Metro Quadrado"
,"label":"Newton Metro Quadrato"
,"label":"Newton Metru Pătrat"
,"label":"Newton Mètre Carré"
,"label":"Newton Quadratmeter"
,"label":"Newton Square Meter"
,"label":"Newton Square Metre"
,"label":"Newton Square Metre"
,"label":"Newton Čtvereční Metr"
,"label":"Newtonium Metrum Quadratum"
,"label":"Niuton Metr Kwadratowy"
,"label":"Νιούτον Τετραγωνικό Μέτρο"
,"label":"Ньютон Квадратный Метр"
,"label":"Нютон Квадратен Метър"
,"symbol":"N·m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N.m2"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/WarpingMoment",
"symbol" : "N·m²",
"ucumCode" : "N.m2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Newton Square Metre", {
"@language" : "en",
"@value" : "Newton Square Metre"
}, {
"@language" : "it",
"@value" : "Newton Metro Quadrato"
}, {
"@language" : "el",
"@value" : "Νιούτον Τετραγωνικό Μέτρο"
}, {
"@language" : "ru",
"@value" : "Ньютон Квадратный Метр"
}, {
"@language" : "tr",
"@value" : "Newton Metrekare"
}, {
"@language" : "bg",
"@value" : "Нютон Квадратен Метър"
}, {
"@language" : "es",
"@value" : "Newton Metro Cuadrado"
}, {
"@language" : "ro",
"@value" : "Newton Metru Pătrat"
}, {
"@language" : "fr",
"@value" : "Newton Mètre Carré"
}, {
"@language" : "pt",
"@value" : "Newton Metro Quadrado"
}, {
"@language" : "sl",
"@value" : "Newton Kvadratni Meter"
}, {
"@language" : "ms",
"@value" : "Newton Meter Persegi"
}, {
"@language" : "de",
"@value" : "Newton Quadratmeter"
}, {
"@language" : "cs",
"@value" : "Newton Čtvereční Metr"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum Quadratum"
}, {
"@language" : "en-us",
"@value" : "Newton Square Meter"
}, {
"@language" : "pl",
"@value" : "Niuton Metr Kwadratowy"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M2-PER-A
URI: http://qudt.org/vocab/unit/N-M2-PER-A
product of the SI derived unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M2-PER-A> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/WB-M> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticDipoleMoment> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB332" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB332"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "N·m²/A" ; <http://qudt.org/schema/qudt/ucumCode> "N.m2.A-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P49" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Kvadratni Meter na Amper"@sl ; rdfs:label "Newton Meter Persegi per Ampere"@ms ; rdfs:label "Newton Metrekare per Amper"@tr ; rdfs:label "Newton Metro Cuadrado por Amperio"@es ; rdfs:label "Newton Metro Quadrado por Ampere"@pt ; rdfs:label "Newton Metro Quadrato per Ampere"@it ; rdfs:label "Newton Metru Pătrat pe Amper"@ro ; rdfs:label "Newton Mètre Carré par Ampère"@fr ; rdfs:label "Newton Quadratmeter pro Ampere"@de ; rdfs:label "Newton Square Meter per Ampere"@en-US ; rdfs:label "Newton Square Metre per Ampere" ; rdfs:label "Newton Square Metre per Ampere"@en ; rdfs:label "Newton Čtvereční Metr na Ampér"@cs ; rdfs:label "Newtonium Metrum Quadratum per Amperium"@la ; rdfs:label "Niuton Metr Kwadratowy na Amper"@pl ; rdfs:label "Νιούτον Τετραγωνικό Μέτρο ανά Αμπέρ"@el ; rdfs:label "Ньютон Квадратный Метр на Ампер"@ru ; rdfs:label "Нютон Квадратен Метър на Ампер"@bg ; .
{"resource":"Newton Square Metre per Ampere"
,"qname":"unit:N-M2-PER-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M2-PER-A"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI derived unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere"
,"exact match":"unit:WB-M"
,"has dimension vector":"qkdv:A0E-1L3I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticDipoleMoment"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB332"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB332"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Kvadratni Meter na Amper"
,"label":"Newton Meter Persegi per Ampere"
,"label":"Newton Metrekare per Amper"
,"label":"Newton Metro Cuadrado por Amperio"
,"label":"Newton Metro Quadrado por Ampere"
,"label":"Newton Metro Quadrato per Ampere"
,"label":"Newton Metru Pătrat pe Amper"
,"label":"Newton Mètre Carré par Ampère"
,"label":"Newton Quadratmeter pro Ampere"
,"label":"Newton Square Meter per Ampere"
,"label":"Newton Square Metre per Ampere"
,"label":"Newton Square Metre per Ampere"
,"label":"Newton Čtvereční Metr na Ampér"
,"label":"Newtonium Metrum Quadratum per Amperium"
,"label":"Niuton Metr Kwadratowy na Amper"
,"label":"Νιούτον Τετραγωνικό Μέτρο ανά Αμπέρ"
,"label":"Ньютон Квадратный Метр на Ампер"
,"label":"Нютон Квадратен Метър на Ампер"
,"symbol":"N·m²\/A"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N.m2.A-1"
,"unece common code":"P49"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M2-PER-A",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "product of the SI derived unit newton and the power of SI base unit metre with exponent 2 divided by the SI base unit ampere",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/WB-M",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticDipoleMoment",
"iec61360Code" : "0112/2///62720#UAB332",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB332",
"symbol" : "N·m²/A",
"ucumCode" : "N.m2.A-1",
"uneceCommonCode" : "P49",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pt",
"@value" : "Newton Metro Quadrado por Ampere"
}, {
"@language" : "en",
"@value" : "Newton Square Metre per Ampere"
}, "Newton Square Metre per Ampere", {
"@language" : "it",
"@value" : "Newton Metro Quadrato per Ampere"
}, {
"@language" : "sl",
"@value" : "Newton Kvadratni Meter na Amper"
}, {
"@language" : "en-us",
"@value" : "Newton Square Meter per Ampere"
}, {
"@language" : "cs",
"@value" : "Newton Čtvereční Metr na Ampér"
}, {
"@language" : "ru",
"@value" : "Ньютон Квадратный Метр на Ампер"
}, {
"@language" : "ms",
"@value" : "Newton Meter Persegi per Ampere"
}, {
"@language" : "de",
"@value" : "Newton Quadratmeter pro Ampere"
}, {
"@language" : "es",
"@value" : "Newton Metro Cuadrado por Amperio"
}, {
"@language" : "bg",
"@value" : "Нютон Квадратен Метър на Ампер"
}, {
"@language" : "tr",
"@value" : "Newton Metrekare per Amper"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum Quadratum per Amperium"
}, {
"@language" : "ro",
"@value" : "Newton Metru Pătrat pe Amper"
}, {
"@language" : "pl",
"@value" : "Niuton Metr Kwadratowy na Amper"
}, {
"@language" : "fr",
"@value" : "Newton Mètre Carré par Ampère"
}, {
"@language" : "el",
"@value" : "Νιούτον Τετραγωνικό Μέτρο ανά Αμπέρ"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-M2-PER-KiloGM2
URI: http://qudt.org/vocab/unit/N-M2-PER-KiloGM2
unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-M2-PER-KiloGM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB491" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB491"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "N·m²/kg²" ; <http://qudt.org/schema/qudt/ucumCode> "N.m2.kg-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C54" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21395031> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Kvadratni Meter na Kvadratni Kilogram"@sl ; rdfs:label "Newton Meter Persegi per Kilogram Persegi"@ms ; rdfs:label "Newton Metrekare per Kilogramkare"@tr ; rdfs:label "Newton Metro Cuadrado por Kilogramo Cuadrado"@es ; rdfs:label "Newton Metro Quadrado por Quilograma Quadrado"@pt ; rdfs:label "Newton Metro Quadrato per Chilogrammo Quadrato"@it ; rdfs:label "Newton Metru Pătrat pe Kilogram Pătrat"@ro ; rdfs:label "Newton Mètre Carré par Kilogramme Carré"@fr ; rdfs:label "Newton Quadratmeter pro Quadratkilogramm"@de ; rdfs:label "Newton Square Meter per Square Kilogram"@en-US ; rdfs:label "Newton Square Metre per Square Kilogram" ; rdfs:label "Newton Square Metre per Square Kilogram"@en ; rdfs:label "Newton Čtvereční Metr na Čtvereční Kilogram"@cs ; rdfs:label "Newtonium Metrum Quadratum per Chiliogramma Quadratum"@la ; rdfs:label "Niuton Metr Kwadratowy na Kilogram Kwadratowy"@pl ; rdfs:label "Νιούτον Τετραγωνικό Μέτρο ανά Τετραγωνικό Χιλιόγραμμο"@el ; rdfs:label "Ньютон Квадратный Метр на Квадратный Килограмм"@ru ; rdfs:label "Нютон Квадратен Метър на Квадратен Килограм"@bg ; .
{"resource":"Newton Square Metre per Square Kilogram"
,"qname":"unit:N-M2-PER-KiloGM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-M2-PER-KiloGM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21395031>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2"
,"description (plain text)":"unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB491"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB491"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Kvadratni Meter na Kvadratni Kilogram"
,"label":"Newton Meter Persegi per Kilogram Persegi"
,"label":"Newton Metrekare per Kilogramkare"
,"label":"Newton Metro Cuadrado por Kilogramo Cuadrado"
,"label":"Newton Metro Quadrado por Quilograma Quadrado"
,"label":"Newton Metro Quadrato per Chilogrammo Quadrato"
,"label":"Newton Metru Pătrat pe Kilogram Pătrat"
,"label":"Newton Mètre Carré par Kilogramme Carré"
,"label":"Newton Quadratmeter pro Quadratkilogramm"
,"label":"Newton Square Meter per Square Kilogram"
,"label":"Newton Square Metre per Square Kilogram"
,"label":"Newton Square Metre per Square Kilogram"
,"label":"Newton Čtvereční Metr na Čtvereční Kilogram"
,"label":"Newtonium Metrum Quadratum per Chiliogramma Quadratum"
,"label":"Niuton Metr Kwadratowy na Kilogram Kwadratowy"
,"label":"Νιούτον Τετραγωνικό Μέτρο ανά Τετραγωνικό Χιλιόγραμμο"
,"label":"Ньютон Квадратный Метр на Квадратный Килограмм"
,"label":"Нютон Квадратен Метър на Квадратен Килограм"
,"symbol":"N·m²\/kg²"
,"type":"qudt:Unit"
,"ucum code":"N.m2.kg-2"
,"unece common code":"C54"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-M2-PER-KiloGM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB491",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB491",
"plainTextDescription" : "unit of gravitational constant as product of the derived SI unit newton, the power of the SI base unit metre with the exponent 2 divided by the power of the SI base unit kilogram with the exponent 2",
"symbol" : "N·m²/kg²",
"ucumCode" : "N.m2.kg-2",
"uneceCommonCode" : "C54",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21395031",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Newton Metro Quadrato per Chilogrammo Quadrato"
}, {
"@language" : "es",
"@value" : "Newton Metro Cuadrado por Kilogramo Cuadrado"
}, {
"@language" : "pt",
"@value" : "Newton Metro Quadrado por Quilograma Quadrado"
}, {
"@language" : "cs",
"@value" : "Newton Čtvereční Metr na Čtvereční Kilogram"
}, {
"@language" : "la",
"@value" : "Newtonium Metrum Quadratum per Chiliogramma Quadratum"
}, {
"@language" : "bg",
"@value" : "Нютон Квадратен Метър на Квадратен Килограм"
}, {
"@language" : "en-us",
"@value" : "Newton Square Meter per Square Kilogram"
}, {
"@language" : "ru",
"@value" : "Ньютон Квадратный Метр на Квадратный Килограмм"
}, {
"@language" : "pl",
"@value" : "Niuton Metr Kwadratowy na Kilogram Kwadratowy"
}, {
"@language" : "tr",
"@value" : "Newton Metrekare per Kilogramkare"
}, {
"@language" : "ro",
"@value" : "Newton Metru Pătrat pe Kilogram Pătrat"
}, {
"@language" : "ms",
"@value" : "Newton Meter Persegi per Kilogram Persegi"
}, {
"@language" : "el",
"@value" : "Νιούτον Τετραγωνικό Μέτρο ανά Τετραγωνικό Χιλιόγραμμο"
}, {
"@language" : "fr",
"@value" : "Newton Mètre Carré par Kilogramme Carré"
}, {
"@language" : "sl",
"@value" : "Newton Kvadratni Meter na Kvadratni Kilogram"
}, "Newton Square Metre per Square Kilogram", {
"@language" : "en",
"@value" : "Newton Square Metre per Square Kilogram"
}, {
"@language" : "de",
"@value" : "Newton Quadratmeter pro Quadratkilogramm"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-A
URI: http://qudt.org/vocab/unit/N-PER-A
SI derived unit newton divided by the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit newton divided by the SI base unit ampere"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA236" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA236"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit newton divided by the SI base unit ampere" ; <http://qudt.org/schema/qudt/symbol> "N/A" ; <http://qudt.org/schema/qudt/ucumCode> "N.A-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H40" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Amper"@sl ; rdfs:label "Newton na Ampér"@cs ; rdfs:label "Newton par Ampère"@fr ; rdfs:label "Newton pe Amper"@ro ; rdfs:label "Newton per Amper"@tr ; rdfs:label "Newton per Ampere" ; rdfs:label "Newton per Ampere"@en ; rdfs:label "Newton per Ampere"@it ; rdfs:label "Newton per Ampere"@ms ; rdfs:label "Newton por Ampere"@pt ; rdfs:label "Newton por Amperio"@es ; rdfs:label "Newton pro Ampere"@de ; rdfs:label "Newtonium per Amperium"@la ; rdfs:label "Niuton na Amper"@pl ; rdfs:label "Νιούτον ανά Αμπέρ"@el ; rdfs:label "Ньютон на Ампер"@ru ; rdfs:label "Нютон на Ампер"@bg ; .
{"resource":"Newton per Ampere"
,"qname":"unit:N-PER-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-A"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit newton divided by the SI base unit ampere"
,"description (plain text)":"SI derived unit newton divided by the SI base unit ampere"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFluxPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA236"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA236"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Amper"
,"label":"Newton na Ampér"
,"label":"Newton par Ampère"
,"label":"Newton pe Amper"
,"label":"Newton per Amper"
,"label":"Newton per Ampere"
,"label":"Newton per Ampere"
,"label":"Newton per Ampere"
,"label":"Newton per Ampere"
,"label":"Newton por Ampere"
,"label":"Newton por Amperio"
,"label":"Newton pro Ampere"
,"label":"Newtonium per Amperium"
,"label":"Niuton na Amper"
,"label":"Νιούτον ανά Αμπέρ"
,"label":"Ньютон на Ампер"
,"label":"Нютон на Ампер"
,"symbol":"N\/A"
,"type":"qudt:Unit"
,"ucum code":"N.A-1"
,"unece common code":"H40"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit newton divided by the SI base unit ampere",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFluxPerLength",
"iec61360Code" : "0112/2///62720#UAA236",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA236",
"plainTextDescription" : "SI derived unit newton divided by the SI base unit ampere",
"symbol" : "N/A",
"ucumCode" : "N.A-1",
"uneceCommonCode" : "H40",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Newton per Ampere", {
"@language" : "el",
"@value" : "Νιούτον ανά Αμπέρ"
}, {
"@language" : "sl",
"@value" : "Newton na Amper"
}, {
"@language" : "tr",
"@value" : "Newton per Amper"
}, {
"@language" : "it",
"@value" : "Newton per Ampere"
}, {
"@language" : "la",
"@value" : "Newtonium per Amperium"
}, {
"@language" : "ms",
"@value" : "Newton per Ampere"
}, {
"@language" : "en",
"@value" : "Newton per Ampere"
}, {
"@language" : "de",
"@value" : "Newton pro Ampere"
}, {
"@language" : "ro",
"@value" : "Newton pe Amper"
}, {
"@language" : "pt",
"@value" : "Newton por Ampere"
}, {
"@language" : "fr",
"@value" : "Newton par Ampère"
}, {
"@language" : "cs",
"@value" : "Newton na Ampér"
}, {
"@language" : "es",
"@value" : "Newton por Amperio"
}, {
"@language" : "bg",
"@value" : "Нютон на Ампер"
}, {
"@language" : "ru",
"@value" : "Ньютон на Ампер"
}, {
"@language" : "pl",
"@value" : "Niuton na Amper"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-C
URI: http://qudt.org/vocab/unit/N-PER-C
Newton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. It essentially the same as the corresponding standard SI unit V/m.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-C> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Newton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. It essentially the same as the corresponding standard SI unit V/m."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$N/C$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerElectricCharge> ; <http://qudt.org/schema/qudt/symbol> "N/C" ; <http://qudt.org/schema/qudt/ucumCode> "N.C-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Coulomb"@cs ; rdfs:label "Newton na Coulomb"@sl ; rdfs:label "Newton par Coulomb"@fr ; rdfs:label "Newton pe Coulomb"@ro ; rdfs:label "Newton per Coulomb" ; rdfs:label "Newton per Coulomb"@en ; rdfs:label "Newton per Coulomb"@it ; rdfs:label "Newton per Coulomb"@ms ; rdfs:label "Newton per Coulomb"@tr ; rdfs:label "Newton por Coulomb"@pt ; rdfs:label "Newton por Culombio"@es ; rdfs:label "Newton pro Coulomb"@de ; rdfs:label "Newtonium per Coulombium"@la ; rdfs:label "Niuton na Kulomb"@pl ; rdfs:label "Νιούτον ανά Κουλόμπ"@el ; rdfs:label "Ньютон на Кулон"@ru ; rdfs:label "Нютон на Кулон"@bg ; .
{"resource":"Newton per Coulomb"
,"qname":"unit:N-PER-C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-C"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Newton Per Coulomb ( N\/C) is a unit in the category of Electric field strength. It is also known as newtons\/coulomb. Newton Per Coulomb ( N\/C) has a dimension of MLT-3I-1 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. It essentially the same as the corresponding standard SI unit V\/m."
,"expression":"$N\/C$"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ForcePerElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Coulomb"
,"label":"Newton na Coulomb"
,"label":"Newton par Coulomb"
,"label":"Newton pe Coulomb"
,"label":"Newton per Coulomb"
,"label":"Newton per Coulomb"
,"label":"Newton per Coulomb"
,"label":"Newton per Coulomb"
,"label":"Newton per Coulomb"
,"label":"Newton por Coulomb"
,"label":"Newton por Culombio"
,"label":"Newton pro Coulomb"
,"label":"Newtonium per Coulombium"
,"label":"Niuton na Kulomb"
,"label":"Νιούτον ανά Κουλόμπ"
,"label":"Ньютон на Кулон"
,"label":"Нютон на Кулон"
,"symbol":"N\/C"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N.C-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-C",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Newton Per Coulomb ( N/C) is a unit in the category of Electric field strength. It is also known as newtons/coulomb. Newton Per Coulomb ( N/C) has a dimension of MLT-3I-1 where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. It essentially the same as the corresponding standard SI unit V/m.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$N/C$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerElectricCharge",
"symbol" : "N/C",
"ucumCode" : "N.C-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Newton pe Coulomb"
}, {
"@language" : "de",
"@value" : "Newton pro Coulomb"
}, "Newton per Coulomb", {
"@language" : "en",
"@value" : "Newton per Coulomb"
}, {
"@language" : "it",
"@value" : "Newton per Coulomb"
}, {
"@language" : "ms",
"@value" : "Newton per Coulomb"
}, {
"@language" : "tr",
"@value" : "Newton per Coulomb"
}, {
"@language" : "pt",
"@value" : "Newton por Coulomb"
}, {
"@language" : "ru",
"@value" : "Ньютон на Кулон"
}, {
"@language" : "bg",
"@value" : "Нютон на Кулон"
}, {
"@language" : "fr",
"@value" : "Newton par Coulomb"
}, {
"@language" : "la",
"@value" : "Newtonium per Coulombium"
}, {
"@language" : "el",
"@value" : "Νιούτον ανά Κουλόμπ"
}, {
"@language" : "pl",
"@value" : "Niuton na Kulomb"
}, {
"@language" : "cs",
"@value" : "Newton na Coulomb"
}, {
"@language" : "sl",
"@value" : "Newton na Coulomb"
}, {
"@language" : "es",
"@value" : "Newton por Culombio"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-CentiM
URI: http://qudt.org/vocab/unit/N-PER-CentiM
SI derived unit newton divided by the 0.01-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit newton divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA238" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA238"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit newton divided by the 0.01-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "N/cm" ; <http://qudt.org/schema/qudt/ucumCode> "N.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M23" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Centimeter"@sl ; rdfs:label "Newton na Centimetr"@cs ; rdfs:label "Newton par Centimètre"@fr ; rdfs:label "Newton pe Centimetru"@ro ; rdfs:label "Newton per Centimeter"@en-US ; rdfs:label "Newton per Centimeter"@ms ; rdfs:label "Newton per Centimetre" ; rdfs:label "Newton per Centimetre"@en ; rdfs:label "Newton per Centimetre"@tr ; rdfs:label "Newton per Centimetro"@it ; rdfs:label "Newton por Centimetro"@es ; rdfs:label "Newton pro Centimeter"@de ; rdfs:label "Niuton na Centimetr"@pl ; .
{"resource":"Newton per Centimetre"
,"qname":"unit:N-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-CentiM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"SI derived unit newton divided by the 0.01-fold of the SI base unit metre"
,"description (plain text)":"SI derived unit newton divided by the 0.01-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA238"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA238"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Centimeter"
,"label":"Newton na Centimetr"
,"label":"Newton par Centimètre"
,"label":"Newton pe Centimetru"
,"label":"Newton per Centimeter"
,"label":"Newton per Centimeter"
,"label":"Newton per Centimetre"
,"label":"Newton per Centimetre"
,"label":"Newton per Centimetre"
,"label":"Newton per Centimetro"
,"label":"Newton por Centimetro"
,"label":"Newton pro Centimeter"
,"label":"Niuton na Centimetr"
,"symbol":"N\/cm"
,"type":"qudt:Unit"
,"ucum code":"N.cm-1"
,"unece common code":"M23"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit newton divided by the 0.01-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"iec61360Code" : "0112/2///62720#UAA238",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA238",
"plainTextDescription" : "SI derived unit newton divided by the 0.01-fold of the SI base unit metre",
"symbol" : "N/cm",
"ucumCode" : "N.cm-1",
"uneceCommonCode" : "M23",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Newton por Centimetro"
}, {
"@language" : "ro",
"@value" : "Newton pe Centimetru"
}, {
"@language" : "fr",
"@value" : "Newton par Centimètre"
}, {
"@language" : "cs",
"@value" : "Newton na Centimetr"
}, "Newton per Centimetre", {
"@language" : "en",
"@value" : "Newton per Centimetre"
}, {
"@language" : "tr",
"@value" : "Newton per Centimetre"
}, {
"@language" : "it",
"@value" : "Newton per Centimetro"
}, {
"@language" : "en-us",
"@value" : "Newton per Centimeter"
}, {
"@language" : "sl",
"@value" : "Newton na Centimeter"
}, {
"@language" : "ms",
"@value" : "Newton per Centimeter"
}, {
"@language" : "de",
"@value" : "Newton pro Centimeter"
}, {
"@language" : "pl",
"@value" : "Niuton na Centimetr"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-CentiM2
URI: http://qudt.org/vocab/unit/N-PER-CentiM2
derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB183" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB183"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "N/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "N.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E01" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Kvadratni Centimeter"@sl ; rdfs:label "Newton na Čtvereční Centimetr"@cs ; rdfs:label "Newton par Centimètre Carré"@fr ; rdfs:label "Newton pe Centimetru Pătrat"@ro ; rdfs:label "Newton per Centimeter Persegi"@ms ; rdfs:label "Newton per Centimetrekare"@tr ; rdfs:label "Newton per Centimetro Quadrato"@it ; rdfs:label "Newton per Square Centimeter"@en-US ; rdfs:label "Newton per Square Centimetre" ; rdfs:label "Newton per Square Centimetre"@en ; rdfs:label "Newton por Centimetro Cuadrado"@es ; rdfs:label "Newton pro Quadratcentimeter"@de ; rdfs:label "Niuton na Centimetr Kwadratowy"@pl ; .
{"resource":"Newton per Square Centimetre"
,"qname":"unit:N-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-CentiM2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"description":"derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"description (plain text)":"derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB183"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB183"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Kvadratni Centimeter"
,"label":"Newton na Čtvereční Centimetr"
,"label":"Newton par Centimètre Carré"
,"label":"Newton pe Centimetru Pătrat"
,"label":"Newton per Centimeter Persegi"
,"label":"Newton per Centimetrekare"
,"label":"Newton per Centimetro Quadrato"
,"label":"Newton per Square Centimeter"
,"label":"Newton per Square Centimetre"
,"label":"Newton per Square Centimetre"
,"label":"Newton por Centimetro Cuadrado"
,"label":"Newton pro Quadratcentimeter"
,"label":"Niuton na Centimetr Kwadratowy"
,"symbol":"N\/cm²"
,"type":"qudt:Unit"
,"ucum code":"N.cm-2"
,"unece common code":"E01"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"iec61360Code" : "0112/2///62720#UAB183",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB183",
"plainTextDescription" : "derived SI unit newton divided by the 0.0001-fold of the power of the SI base unit metre by exponent 2",
"symbol" : "N/cm²",
"ucumCode" : "N.cm-2",
"uneceCommonCode" : "E01",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Newton per Square Centimeter"
}, {
"@language" : "es",
"@value" : "Newton por Centimetro Cuadrado"
}, {
"@language" : "sl",
"@value" : "Newton na Kvadratni Centimeter"
}, "Newton per Square Centimetre", {
"@language" : "en",
"@value" : "Newton per Square Centimetre"
}, {
"@language" : "pl",
"@value" : "Niuton na Centimetr Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Newton par Centimètre Carré"
}, {
"@language" : "it",
"@value" : "Newton per Centimetro Quadrato"
}, {
"@language" : "cs",
"@value" : "Newton na Čtvereční Centimetr"
}, {
"@language" : "tr",
"@value" : "Newton per Centimetrekare"
}, {
"@language" : "ro",
"@value" : "Newton pe Centimetru Pătrat"
}, {
"@language" : "ms",
"@value" : "Newton per Centimeter Persegi"
}, {
"@language" : "de",
"@value" : "Newton pro Quadratcentimeter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-KiloGM
URI: http://qudt.org/vocab/unit/N-PER-KiloGM
Gravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Gravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$N/kg$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThrustToMassRatio> ; <http://qudt.org/schema/qudt/symbol> "N/kg" ; <http://qudt.org/schema/qudt/ucumCode> "N.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Kilogram"@cs ; rdfs:label "Newton na Kilogram"@sl ; rdfs:label "Newton par Kilogramme"@fr ; rdfs:label "Newton pe Kilogram"@ro ; rdfs:label "Newton per Chilogrammo"@it ; rdfs:label "Newton per Kilogram" ; rdfs:label "Newton per Kilogram"@en ; rdfs:label "Newton per Kilogram"@ms ; rdfs:label "Newton per Kilogram"@tr ; rdfs:label "Newton por Kilogramo"@es ; rdfs:label "Newton por Quilograma"@pt ; rdfs:label "Newton pro Kilogramm"@de ; rdfs:label "Newtonium per Chiliogramma"@la ; rdfs:label "Niuton na Kilogram"@pl ; rdfs:label "Νιούτον ανά Χιλιόγραμμο"@el ; rdfs:label "Ньютон на Килограмм"@ru ; rdfs:label "Нютон на Килограм"@bg ; .
{"resource":"Newton per Kilogram"
,"qname":"unit:N-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-KiloGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Gravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1."
,"expression":"$N\/kg$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:ThrustToMassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Kilogram"
,"label":"Newton na Kilogram"
,"label":"Newton par Kilogramme"
,"label":"Newton pe Kilogram"
,"label":"Newton per Chilogrammo"
,"label":"Newton per Kilogram"
,"label":"Newton per Kilogram"
,"label":"Newton per Kilogram"
,"label":"Newton per Kilogram"
,"label":"Newton por Kilogramo"
,"label":"Newton por Quilograma"
,"label":"Newton pro Kilogramm"
,"label":"Newtonium per Chiliogramma"
,"label":"Niuton na Kilogram"
,"label":"Νιούτον ανά Χιλιόγραμμο"
,"label":"Ньютон на Килограмм"
,"label":"Нютон на Килограм"
,"symbol":"N\/kg"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-KiloGM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Gravitational field strength at a point is the gravitational force per unit mass at that point. It is a vector and its S.I. unit is N kg-1.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$N/kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThrustToMassRatio",
"symbol" : "N/kg",
"ucumCode" : "N.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Newton par Kilogramme"
}, {
"@language" : "pt",
"@value" : "Newton por Quilograma"
}, {
"@language" : "el",
"@value" : "Νιούτον ανά Χιλιόγραμμο"
}, {
"@language" : "pl",
"@value" : "Niuton na Kilogram"
}, {
"@language" : "bg",
"@value" : "Нютон на Килограм"
}, {
"@language" : "ru",
"@value" : "Ньютон на Килограмм"
}, {
"@language" : "it",
"@value" : "Newton per Chilogrammo"
}, {
"@language" : "la",
"@value" : "Newtonium per Chiliogramma"
}, {
"@language" : "de",
"@value" : "Newton pro Kilogramm"
}, "Newton per Kilogram", {
"@language" : "en",
"@value" : "Newton per Kilogram"
}, {
"@language" : "ms",
"@value" : "Newton per Kilogram"
}, {
"@language" : "tr",
"@value" : "Newton per Kilogram"
}, {
"@language" : "cs",
"@value" : "Newton na Kilogram"
}, {
"@language" : "es",
"@value" : "Newton por Kilogramo"
}, {
"@language" : "sl",
"@value" : "Newton na Kilogram"
}, {
"@language" : "ro",
"@value" : "Newton pe Kilogram"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-M
URI: http://qudt.org/vocab/unit/N-PER-M
Newton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Newton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$N/m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA246" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA246"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "N/m" ; <http://qudt.org/schema/qudt/ucumCode> "N.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4P" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q26156113> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Meter"@sl ; rdfs:label "Newton na Metr"@cs ; rdfs:label "Newton par Mètre"@fr ; rdfs:label "Newton pe Metru"@ro ; rdfs:label "Newton per Meter"@en-US ; rdfs:label "Newton per Meter"@ms ; rdfs:label "Newton per Metre" ; rdfs:label "Newton per Metre"@en ; rdfs:label "Newton per Metre"@tr ; rdfs:label "Newton per Metro"@it ; rdfs:label "Newton por Metro"@es ; rdfs:label "Newton por Metro"@pt ; rdfs:label "Newton pro Meter"@de ; rdfs:label "Newtonium per Metrum"@la ; rdfs:label "Niuton na Metr"@pl ; rdfs:label "Νιούτον ανά Μέτρο"@el ; rdfs:label "Ньютон на Метр"@ru ; rdfs:label "Нютон на Метър"@bg ; rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; rdfs:label "نیوتن بر متر"@fa ; rdfs:label "प्रति मीटर न्यूटन"@hi ; rdfs:label "ニュートン毎メートル"@ja ; rdfs:label "牛顿每米"@zh ; .
{"resource":"Newton per Metre"
,"qname":"unit:N-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q26156113>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Newton Per Meter (N\/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton\/meter, newton\/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N\/m) has a dimension of MT-2 where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."
,"expression":"$N\/m$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA246"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA246"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Meter"
,"label":"Newton na Metr"
,"label":"Newton par Mètre"
,"label":"Newton pe Metru"
,"label":"Newton per Meter"
,"label":"Newton per Meter"
,"label":"Newton per Metre"
,"label":"Newton per Metre"
,"label":"Newton per Metre"
,"label":"Newton per Metro"
,"label":"Newton por Metro"
,"label":"Newton por Metro"
,"label":"Newton pro Meter"
,"label":"Newtonium per Metrum"
,"label":"Niuton na Metr"
,"label":"Νιούτον ανά Μέτρο"
,"label":"Ньютон на Метр"
,"label":"Нютон на Метър"
,"label":"مقياس التبادل، الأس السالب للمتر"
,"label":"نیوتن بر متر"
,"label":"प्रति मीटर न्यूटन"
,"label":"ニュートン毎メートル"
,"label":"牛顿每米"
,"symbol":"N\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N.m-1"
,"unece common code":"4P"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Newton Per Meter (N/m) is a unit in the category of Surface tension. It is also known as newtons per meter, newton per metre, newtons per metre, newton/meter, newton/metre. This unit is commonly used in the SI unit system. Newton Per Meter (N/m) has a dimension of MT-2 where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$N/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"iec61360Code" : "0112/2///62720#UAA246",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA246",
"symbol" : "N/m",
"ucumCode" : "N.m-1",
"uneceCommonCode" : "4P",
"wikidataMatch" : "http://www.wikidata.org/entity/Q26156113",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Newton na Metr"
}, {
"@language" : "ja",
"@value" : "ニュートン毎メートル"
}, {
"@language" : "en-us",
"@value" : "Newton per Meter"
}, {
"@language" : "ms",
"@value" : "Newton per Meter"
}, {
"@language" : "fr",
"@value" : "Newton par Mètre"
}, {
"@language" : "bg",
"@value" : "Нютон на Метър"
}, {
"@language" : "sl",
"@value" : "Newton na Meter"
}, {
"@language" : "zh",
"@value" : "牛顿每米"
}, "Newton per Metre", {
"@language" : "en",
"@value" : "Newton per Metre"
}, {
"@language" : "tr",
"@value" : "Newton per Metre"
}, {
"@language" : "de",
"@value" : "Newton pro Meter"
}, {
"@language" : "pl",
"@value" : "Niuton na Metr"
}, {
"@language" : "es",
"@value" : "Newton por Metro"
}, {
"@language" : "pt",
"@value" : "Newton por Metro"
}, {
"@language" : "hi",
"@value" : "प्रति मीटर न्यूटन"
}, {
"@language" : "ru",
"@value" : "Ньютон на Метр"
}, {
"@language" : "fa",
"@value" : "نیوتن بر متر"
}, {
"@language" : "la",
"@value" : "Newtonium per Metrum"
}, {
"@language" : "ar",
"@value" : "مقياس التبادل، الأس السالب للمتر"
}, {
"@language" : "el",
"@value" : "Νιούτον ανά Μέτρο"
}, {
"@language" : "ro",
"@value" : "Newton pe Metru"
}, {
"@language" : "it",
"@value" : "Newton per Metro"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-M2
URI: http://qudt.org/vocab/unit/N-PER-M2
The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfLinearSubgradeReaction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-PER-N> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA247" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA247"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31889"^^xsd:anyURI ; <http://qudt.org/schema/qudt/siUnitsExpression> "N/m^2" ; <http://qudt.org/schema/qudt/symbol> "N/m²" ; <http://qudt.org/schema/qudt/ucumCode> "N.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C55" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q39469927> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Kvadratni Meter"@sl ; rdfs:label "Newton na Čtvereční Metr"@cs ; rdfs:label "Newton par Mètre Carré"@fr ; rdfs:label "Newton pe Metru Pătrat"@ro ; rdfs:label "Newton per Meter Persegi"@ms ; rdfs:label "Newton per Metrekare"@tr ; rdfs:label "Newton per Metro Quadrato"@it ; rdfs:label "Newton per Square Meter"@en-US ; rdfs:label "Newton per Square Metre" ; rdfs:label "Newton per Square Metre"@en ; rdfs:label "Newton por Metro Cuadrado"@es ; rdfs:label "Newton por Metro Quadrado"@pt ; rdfs:label "Newton pro Quadratmeter"@de ; rdfs:label "Newtonium per Metrum Quadratum"@la ; rdfs:label "Niuton na Metr Kwadratowy"@pl ; rdfs:label "Νιούτον ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Ньютон на Квадратный Метр"@ru ; rdfs:label "Нютон на Квадратен Метър"@bg ; .
{"resource":"Newton per Square Metre"
,"qname":"unit:N-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q39469927>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pascal"
,"description":"The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."
,"exact match":"unit:KiloGM-PER-M-SEC2"
,"exact match":"unit:PA"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfLinearSubgradeReaction"
,"has quantity kind":"quantitykind:VaporPressure"
,"has reciprocal unit":"unit:M2-PER-N"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA247"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pascal?oldid=492989202"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA247"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Kvadratni Meter"
,"label":"Newton na Čtvereční Metr"
,"label":"Newton par Mètre Carré"
,"label":"Newton pe Metru Pătrat"
,"label":"Newton per Meter Persegi"
,"label":"Newton per Metrekare"
,"label":"Newton per Metro Quadrato"
,"label":"Newton per Square Meter"
,"label":"Newton per Square Metre"
,"label":"Newton per Square Metre"
,"label":"Newton por Metro Cuadrado"
,"label":"Newton por Metro Quadrado"
,"label":"Newton pro Quadratmeter"
,"label":"Newtonium per Metrum Quadratum"
,"label":"Niuton na Metr Kwadratowy"
,"label":"Νιούτον ανά Τετραγωνικό Μέτρο"
,"label":"Ньютон на Квадратный Метр"
,"label":"Нютон на Квадратен Метър"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31889"
,"si units expression":"N\/m^2"
,"symbol":"N\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N.m-2"
,"unece common code":"C55"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Pascal",
"exactMatch" : [ "http://qudt.org/vocab/unit/PA", "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ModulusOfLinearSubgradeReaction" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-PER-N",
"iec61360Code" : "0112/2///62720#UAA247",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Pascal?oldid=492989202", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA247" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31889",
"siUnitsExpression" : "N/m^2",
"symbol" : "N/m²",
"ucumCode" : "N.m-2",
"uneceCommonCode" : "C55",
"wikidataMatch" : "http://www.wikidata.org/entity/Q39469927",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Newton per Square Meter"
}, {
"@language" : "cs",
"@value" : "Newton na Čtvereční Metr"
}, {
"@language" : "tr",
"@value" : "Newton per Metrekare"
}, {
"@language" : "ms",
"@value" : "Newton per Meter Persegi"
}, {
"@language" : "ru",
"@value" : "Ньютон на Квадратный Метр"
}, {
"@language" : "de",
"@value" : "Newton pro Quadratmeter"
}, {
"@language" : "pl",
"@value" : "Niuton na Metr Kwadratowy"
}, {
"@language" : "el",
"@value" : "Νιούτον ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "it",
"@value" : "Newton per Metro Quadrato"
}, {
"@language" : "sl",
"@value" : "Newton na Kvadratni Meter"
}, {
"@language" : "pt",
"@value" : "Newton por Metro Quadrado"
}, "Newton per Square Metre", {
"@language" : "en",
"@value" : "Newton per Square Metre"
}, {
"@language" : "bg",
"@value" : "Нютон на Квадратен Метър"
}, {
"@language" : "fr",
"@value" : "Newton par Mètre Carré"
}, {
"@language" : "ro",
"@value" : "Newton pe Metru Pătrat"
}, {
"@language" : "la",
"@value" : "Newtonium per Metrum Quadratum"
}, {
"@language" : "es",
"@value" : "Newton por Metro Cuadrado"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-M3
URI: http://qudt.org/vocab/unit/N-PER-M3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfSubgradeReaction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificWeight> ; <http://qudt.org/schema/qudt/symbol> "N/m³" ; <http://qudt.org/schema/qudt/ucumCode> "N.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Kubični Meter"@sl ; rdfs:label "Newton na Metr Krychlový"@cs ; rdfs:label "Newton par Mètre Cube"@fr ; rdfs:label "Newton pe Metru Cub"@ro ; rdfs:label "Newton per Cubic Meter"@en-US ; rdfs:label "Newton per Cubic Metre" ; rdfs:label "Newton per Cubic Metre"@en ; rdfs:label "Newton per Meter Kubik"@ms ; rdfs:label "Newton per Metreküp"@tr ; rdfs:label "Newton per Metro Cubo"@it ; rdfs:label "Newton por Metro Cúbico"@es ; rdfs:label "Newton por Metro Cúbico"@pt ; rdfs:label "Newton pro Kubikmeter"@de ; rdfs:label "Newtonium per Metrum Cubicum"@la ; rdfs:label "Niuton na Metr Sześcienny"@pl ; rdfs:label "Νιούτον ανά Κυβικό Μέτρο"@el ; rdfs:label "Ньютон на Кубический Метр"@ru ; rdfs:label "Нютон на Кубичен Метър"@bg ; .
{"resource":"Newton per Cubic Metre"
,"qname":"unit:N-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-M3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ModulusOfSubgradeReaction"
,"has quantity kind":"quantitykind:SpecificWeight"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Kubični Meter"
,"label":"Newton na Metr Krychlový"
,"label":"Newton par Mètre Cube"
,"label":"Newton pe Metru Cub"
,"label":"Newton per Cubic Meter"
,"label":"Newton per Cubic Metre"
,"label":"Newton per Cubic Metre"
,"label":"Newton per Meter Kubik"
,"label":"Newton per Metreküp"
,"label":"Newton per Metro Cubo"
,"label":"Newton por Metro Cúbico"
,"label":"Newton por Metro Cúbico"
,"label":"Newton pro Kubikmeter"
,"label":"Newtonium per Metrum Cubicum"
,"label":"Niuton na Metr Sześcienny"
,"label":"Νιούτον ανά Κυβικό Μέτρο"
,"label":"Ньютон на Кубический Метр"
,"label":"Нютон на Кубичен Метър"
,"symbol":"N\/m³"
,"type":"qudt:Unit"
,"ucum code":"N.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificWeight", "http://qudt.org/vocab/quantitykind/ModulusOfSubgradeReaction" ],
"symbol" : "N/m³",
"ucumCode" : "N.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Newton per Metreküp"
}, {
"@language" : "ru",
"@value" : "Ньютон на Кубический Метр"
}, {
"@language" : "el",
"@value" : "Νιούτον ανά Κυβικό Μέτρο"
}, {
"@language" : "pl",
"@value" : "Niuton na Metr Sześcienny"
}, {
"@language" : "sl",
"@value" : "Newton na Kubični Meter"
}, {
"@language" : "cs",
"@value" : "Newton na Metr Krychlový"
}, {
"@language" : "bg",
"@value" : "Нютон на Кубичен Метър"
}, {
"@language" : "fr",
"@value" : "Newton par Mètre Cube"
}, {
"@language" : "la",
"@value" : "Newtonium per Metrum Cubicum"
}, "Newton per Cubic Metre", {
"@language" : "en",
"@value" : "Newton per Cubic Metre"
}, {
"@language" : "es",
"@value" : "Newton por Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Newton por Metro Cúbico"
}, {
"@language" : "ro",
"@value" : "Newton pe Metru Cub"
}, {
"@language" : "ms",
"@value" : "Newton per Meter Kubik"
}, {
"@language" : "it",
"@value" : "Newton per Metro Cubo"
}, {
"@language" : "en-us",
"@value" : "Newton per Cubic Meter"
}, {
"@language" : "de",
"@value" : "Newton pro Kubikmeter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-MilliM
URI: http://qudt.org/vocab/unit/N-PER-MilliM
SI derived unit newton divided by the 0.001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit newton divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA249" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA249"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit newton divided by the 0.001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "N/mm" ; <http://qudt.org/schema/qudt/ucumCode> "N.mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F47" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106885926> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Millimeter"@sl ; rdfs:label "Newton na Millimetr"@cs ; rdfs:label "Newton par Millimètre"@fr ; rdfs:label "Newton pe Millimetru"@ro ; rdfs:label "Newton per Millimeter"@en-US ; rdfs:label "Newton per Millimeter"@ms ; rdfs:label "Newton per Millimetre" ; rdfs:label "Newton per Millimetre"@en ; rdfs:label "Newton per Millimetre"@tr ; rdfs:label "Newton per Millimetro"@it ; rdfs:label "Newton por Millimetro"@es ; rdfs:label "Newton pro Millimeter"@de ; rdfs:label "Niuton na Millimetr"@pl ; .
{"resource":"Newton per Millimetre"
,"qname":"unit:N-PER-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-MilliM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106885926>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI derived unit newton divided by the 0.001-fold of the SI base unit metre"
,"description (plain text)":"SI derived unit newton divided by the 0.001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA249"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA249"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Millimeter"
,"label":"Newton na Millimetr"
,"label":"Newton par Millimètre"
,"label":"Newton pe Millimetru"
,"label":"Newton per Millimeter"
,"label":"Newton per Millimeter"
,"label":"Newton per Millimetre"
,"label":"Newton per Millimetre"
,"label":"Newton per Millimetre"
,"label":"Newton per Millimetro"
,"label":"Newton por Millimetro"
,"label":"Newton pro Millimeter"
,"label":"Niuton na Millimetr"
,"symbol":"N\/mm"
,"type":"qudt:Unit"
,"ucum code":"N.mm-1"
,"unece common code":"F47"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit newton divided by the 0.001-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"iec61360Code" : "0112/2///62720#UAA249",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA249",
"plainTextDescription" : "SI derived unit newton divided by the 0.001-fold of the SI base unit metre",
"symbol" : "N/mm",
"ucumCode" : "N.mm-1",
"uneceCommonCode" : "F47",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106885926",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Newton por Millimetro"
}, {
"@language" : "ro",
"@value" : "Newton pe Millimetru"
}, {
"@language" : "en-us",
"@value" : "Newton per Millimeter"
}, {
"@language" : "ms",
"@value" : "Newton per Millimeter"
}, {
"@language" : "it",
"@value" : "Newton per Millimetro"
}, "Newton per Millimetre", {
"@language" : "en",
"@value" : "Newton per Millimetre"
}, {
"@language" : "tr",
"@value" : "Newton per Millimetre"
}, {
"@language" : "sl",
"@value" : "Newton na Millimeter"
}, {
"@language" : "pl",
"@value" : "Niuton na Millimetr"
}, {
"@language" : "de",
"@value" : "Newton pro Millimeter"
}, {
"@language" : "cs",
"@value" : "Newton na Millimetr"
}, {
"@language" : "fr",
"@value" : "Newton par Millimètre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-MilliM2
URI: http://qudt.org/vocab/unit/N-PER-MilliM2
SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-MilliM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA250" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA250"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "N/mm²" ; <http://qudt.org/schema/qudt/ucumCode> "N.mm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C56" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106886776> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Kvadratni Millimeter"@sl ; rdfs:label "Newton na Čtvereční Millimetr"@cs ; rdfs:label "Newton par Millimètre Carré"@fr ; rdfs:label "Newton pe Millimetru Pătrat"@ro ; rdfs:label "Newton per Millimeter Persegi"@ms ; rdfs:label "Newton per Millimetrekare"@tr ; rdfs:label "Newton per Millimetro Quadrato"@it ; rdfs:label "Newton per Square Millimeter"@en-US ; rdfs:label "Newton per Square Millimetre" ; rdfs:label "Newton per Square Millimetre"@en ; rdfs:label "Newton por Millimetro Cuadrado"@es ; rdfs:label "Newton pro Quadratmillimeter"@de ; rdfs:label "Niuton na Millimetr Kwadratowy"@pl ; .
{"resource":"Newton per Square Millimetre"
,"qname":"unit:N-PER-MilliM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-MilliM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106886776>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA250"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA250"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Kvadratni Millimeter"
,"label":"Newton na Čtvereční Millimetr"
,"label":"Newton par Millimètre Carré"
,"label":"Newton pe Millimetru Pătrat"
,"label":"Newton per Millimeter Persegi"
,"label":"Newton per Millimetrekare"
,"label":"Newton per Millimetro Quadrato"
,"label":"Newton per Square Millimeter"
,"label":"Newton per Square Millimetre"
,"label":"Newton per Square Millimetre"
,"label":"Newton por Millimetro Cuadrado"
,"label":"Newton pro Quadratmillimeter"
,"label":"Niuton na Millimetr Kwadratowy"
,"symbol":"N\/mm²"
,"type":"qudt:Unit"
,"ucum code":"N.mm-2"
,"unece common code":"C56"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-MilliM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAA250",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA250",
"plainTextDescription" : "SI derived unit newton divided by the 0.000001-fold of the power of the SI base unit metre with the exponent 2",
"symbol" : "N/mm²",
"ucumCode" : "N.mm-2",
"uneceCommonCode" : "C56",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106886776",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Newton per Millimetro Quadrato"
}, {
"@language" : "pl",
"@value" : "Niuton na Millimetr Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Newton na Kvadratni Millimeter"
}, {
"@language" : "fr",
"@value" : "Newton par Millimètre Carré"
}, {
"@language" : "ms",
"@value" : "Newton per Millimeter Persegi"
}, {
"@language" : "en-us",
"@value" : "Newton per Square Millimeter"
}, {
"@language" : "tr",
"@value" : "Newton per Millimetrekare"
}, {
"@language" : "ro",
"@value" : "Newton pe Millimetru Pătrat"
}, "Newton per Square Millimetre", {
"@language" : "en",
"@value" : "Newton per Square Millimetre"
}, {
"@language" : "de",
"@value" : "Newton pro Quadratmillimeter"
}, {
"@language" : "cs",
"@value" : "Newton na Čtvereční Millimetr"
}, {
"@language" : "es",
"@value" : "Newton por Millimetro Cuadrado"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-PER-RAD
URI: http://qudt.org/vocab/unit/N-PER-RAD
A one-newton force applied for one angle/torsional torque
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-PER-RAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A one-newton force applied for one angle/torsional torque"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/N-M-PER-M-RAD> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerAngle> ; <http://qudt.org/schema/qudt/plainTextDescription> "A one-newton force applied for one angle/torsional torque" ; <http://qudt.org/schema/qudt/symbol> "N/rad" ; <http://qudt.org/schema/qudt/ucumCode> "N.rad-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton na Radian"@sl ; rdfs:label "Newton na Radián"@cs ; rdfs:label "Newton par Radian"@fr ; rdfs:label "Newton pe Radian"@ro ; rdfs:label "Newton per Radian" ; rdfs:label "Newton per Radian"@en ; rdfs:label "Newton per Radian"@en-US ; rdfs:label "Newton per Radian"@ms ; rdfs:label "Newton per Radiante"@it ; rdfs:label "Newton per Radyan"@tr ; rdfs:label "Newton por Radiano"@pt ; rdfs:label "Newton por Radián"@es ; rdfs:label "Newton pro Radiant"@de ; rdfs:label "Newtonium per Radian"@la ; rdfs:label "Niuton na Radian"@pl ; rdfs:label "Νιούτον ανά Ακτίνιο"@el ; rdfs:label "Ньютон на Радиан"@ru ; rdfs:label "Нютон на Радиан"@bg ; .
{"resource":"Newton per Radian"
,"qname":"unit:N-PER-RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-PER-RAD"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"A one-newton force applied for one angle\/torsional torque"
,"description (plain text)":"A one-newton force applied for one angle\/torsional torque"
,"exact match":"unit:N-M-PER-M-RAD"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerAngle"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton na Radian"
,"label":"Newton na Radián"
,"label":"Newton par Radian"
,"label":"Newton pe Radian"
,"label":"Newton per Radian"
,"label":"Newton per Radian"
,"label":"Newton per Radian"
,"label":"Newton per Radian"
,"label":"Newton per Radiante"
,"label":"Newton per Radyan"
,"label":"Newton por Radiano"
,"label":"Newton por Radián"
,"label":"Newton pro Radiant"
,"label":"Newtonium per Radian"
,"label":"Niuton na Radian"
,"label":"Νιούτον ανά Ακτίνιο"
,"label":"Ньютон на Радиан"
,"label":"Нютон на Радиан"
,"symbol":"N\/rad"
,"type":"qudt:Unit"
,"ucum code":"N.rad-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-PER-RAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A one-newton force applied for one angle/torsional torque",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"exactMatch" : "http://qudt.org/vocab/unit/N-M-PER-M-RAD",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerAngle",
"plainTextDescription" : "A one-newton force applied for one angle/torsional torque",
"symbol" : "N/rad",
"ucumCode" : "N.rad-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Newton par Radian"
}, {
"@language" : "es",
"@value" : "Newton por Radián"
}, {
"@language" : "tr",
"@value" : "Newton per Radyan"
}, {
"@language" : "pl",
"@value" : "Niuton na Radian"
}, {
"@language" : "la",
"@value" : "Newtonium per Radian"
}, {
"@language" : "ru",
"@value" : "Ньютон на Радиан"
}, "Newton per Radian", {
"@language" : "cs",
"@value" : "Newton na Radián"
}, {
"@language" : "de",
"@value" : "Newton pro Radiant"
}, {
"@language" : "en",
"@value" : "Newton per Radian"
}, {
"@language" : "en-us",
"@value" : "Newton per Radian"
}, {
"@language" : "ms",
"@value" : "Newton per Radian"
}, {
"@language" : "pt",
"@value" : "Newton por Radiano"
}, {
"@language" : "sl",
"@value" : "Newton na Radian"
}, {
"@language" : "bg",
"@value" : "Нютон на Радиан"
}, {
"@language" : "ro",
"@value" : "Newton pe Radian"
}, {
"@language" : "it",
"@value" : "Newton per Radiante"
}, {
"@language" : "el",
"@value" : "Νιούτον ανά Ακτίνιο"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-SEC
URI: http://qudt.org/vocab/unit/N-SEC
product of the SI derived unit newton and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit newton and the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearMomentum> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Momentum> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA251" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA251"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI derived unit newton and the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "N·s" ; <http://qudt.org/schema/qudt/ucumCode> "N.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C57" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3395194> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Saat"@ms ; rdfs:label "Newton Saniye"@tr ; rdfs:label "Newton Second" ; rdfs:label "Newton Second"@en ; rdfs:label "Newton Seconde"@fr ; rdfs:label "Newton Secondo"@it ; rdfs:label "Newton Secundă"@ro ; rdfs:label "Newton Segundo"@es ; rdfs:label "Newton Segundo"@pt ; rdfs:label "Newton Sekunda"@cs ; rdfs:label "Newton Sekunda"@sl ; rdfs:label "Newton Sekunde"@de ; rdfs:label "Newtonium Secundum"@la ; rdfs:label "Niuton Sekunda"@pl ; rdfs:label "Νιούτον Δευτερόλεπτο"@el ; rdfs:label "Ньютон Секунда"@ru ; rdfs:label "Нютон Секунда"@bg ; rdfs:label "نيوتن ثانية"@ar ; rdfs:label "نیوتون ثانیه"@fa ; rdfs:label "न्यूटन सैकण्ड"@hi ; rdfs:label "ニュートン秒"@ja ; rdfs:label "牛秒"@zh ; .
{"resource":"Newton Second"
,"qname":"unit:N-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3395194>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI derived unit newton and the SI base unit second"
,"description (plain text)":"product of the SI derived unit newton and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:LinearMomentum"
,"has quantity kind":"quantitykind:Momentum"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA251"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA251"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Saat"
,"label":"Newton Saniye"
,"label":"Newton Second"
,"label":"Newton Second"
,"label":"Newton Seconde"
,"label":"Newton Secondo"
,"label":"Newton Secundă"
,"label":"Newton Segundo"
,"label":"Newton Segundo"
,"label":"Newton Sekunda"
,"label":"Newton Sekunda"
,"label":"Newton Sekunde"
,"label":"Newtonium Secundum"
,"label":"Niuton Sekunda"
,"label":"Νιούτον Δευτερόλεπτο"
,"label":"Ньютон Секунда"
,"label":"Нютон Секунда"
,"label":"نيوتن ثانية"
,"label":"نیوتون ثانیه"
,"label":"न्यूटन सैकण्ड"
,"label":"ニュートン秒"
,"label":"牛秒"
,"symbol":"N·s"
,"type":"qudt:Unit"
,"ucum code":"N.s"
,"unece common code":"C57"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit newton and the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearMomentum", "http://qudt.org/vocab/quantitykind/Momentum" ],
"iec61360Code" : "0112/2///62720#UAA251",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA251",
"plainTextDescription" : "product of the SI derived unit newton and the SI base unit second",
"symbol" : "N·s",
"ucumCode" : "N.s",
"uneceCommonCode" : "C57",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3395194",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fa",
"@value" : "نیوتون ثانیه"
}, {
"@language" : "zh",
"@value" : "牛秒"
}, {
"@language" : "ro",
"@value" : "Newton Secundă"
}, {
"@language" : "fr",
"@value" : "Newton Seconde"
}, {
"@language" : "bg",
"@value" : "Нютон Секунда"
}, {
"@language" : "ru",
"@value" : "Ньютон Секунда"
}, {
"@language" : "sl",
"@value" : "Newton Sekunda"
}, {
"@language" : "cs",
"@value" : "Newton Sekunda"
}, {
"@language" : "es",
"@value" : "Newton Segundo"
}, {
"@language" : "pt",
"@value" : "Newton Segundo"
}, {
"@language" : "it",
"@value" : "Newton Secondo"
}, {
"@language" : "ms",
"@value" : "Newton Saat"
}, {
"@language" : "la",
"@value" : "Newtonium Secundum"
}, {
"@language" : "tr",
"@value" : "Newton Saniye"
}, {
"@language" : "ar",
"@value" : "نيوتن ثانية"
}, {
"@language" : "hi",
"@value" : "न्यूटन सैकण्ड"
}, "Newton Second", {
"@language" : "en",
"@value" : "Newton Second"
}, {
"@language" : "pl",
"@value" : "Niuton Sekunda"
}, {
"@language" : "ja",
"@value" : "ニュートン秒"
}, {
"@language" : "de",
"@value" : "Newton Sekunde"
}, {
"@language" : "el",
"@value" : "Νιούτον Δευτερόλεπτο"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-SEC-PER-M
URI: http://qudt.org/vocab/unit/N-SEC-PER-M
Newton second measured per metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-SEC-PER-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Newton second measured per metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/expression> "$N-s/m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA252" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA252"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "Newton second measured per metre" ; <http://qudt.org/schema/qudt/symbol> "N·s/m" ; <http://qudt.org/schema/qudt/ucumCode> "N.s.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C58" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q87049028> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Saat per Meter"@ms ; rdfs:label "Newton Saniye per Metre"@tr ; rdfs:label "Newton Second per Meter"@en-US ; rdfs:label "Newton Second per Metre" ; rdfs:label "Newton Second per Metre"@en ; rdfs:label "Newton Seconde par Mètre"@fr ; rdfs:label "Newton Secondo per Metro"@it ; rdfs:label "Newton Secundă pe Metru"@ro ; rdfs:label "Newton Segundo por Metro"@es ; rdfs:label "Newton Segundo por Metro"@pt ; rdfs:label "Newton Sekunda na Meter"@sl ; rdfs:label "Newton Sekunda na Metr"@cs ; rdfs:label "Newton Sekunde pro Meter"@de ; rdfs:label "Newtonium Secundum per Metrum"@la ; rdfs:label "Niuton Sekunda na Metr"@pl ; rdfs:label "Νιούτον Δευτερόλεπτο ανά Μέτρο"@el ; rdfs:label "Ньютон Секунда на Метр"@ru ; rdfs:label "Нютон Секунда на Метър"@bg ; .
{"resource":"Newton Second per Metre"
,"qname":"unit:N-SEC-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-SEC-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q87049028>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"Newton second measured per metre"
,"description (plain text)":"Newton second measured per metre"
,"expression":"$N-s\/m$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA252"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA252"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Saat per Meter"
,"label":"Newton Saniye per Metre"
,"label":"Newton Second per Meter"
,"label":"Newton Second per Metre"
,"label":"Newton Second per Metre"
,"label":"Newton Seconde par Mètre"
,"label":"Newton Secondo per Metro"
,"label":"Newton Secundă pe Metru"
,"label":"Newton Segundo por Metro"
,"label":"Newton Segundo por Metro"
,"label":"Newton Sekunda na Meter"
,"label":"Newton Sekunda na Metr"
,"label":"Newton Sekunde pro Meter"
,"label":"Newtonium Secundum per Metrum"
,"label":"Niuton Sekunda na Metr"
,"label":"Νιούτον Δευτερόλεπτο ανά Μέτρο"
,"label":"Ньютон Секунда на Метр"
,"label":"Нютон Секунда на Метър"
,"symbol":"N·s\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N.s.m-1"
,"unece common code":"C58"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-SEC-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Newton second measured per metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"expression" : "$N-s/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerTime",
"iec61360Code" : "0112/2///62720#UAA252",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA252",
"plainTextDescription" : "Newton second measured per metre",
"symbol" : "N·s/m",
"ucumCode" : "N.s.m-1",
"uneceCommonCode" : "C58",
"wikidataMatch" : "http://www.wikidata.org/entity/Q87049028",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Newton Sekunda na Meter"
}, {
"@language" : "la",
"@value" : "Newtonium Secundum per Metrum"
}, {
"@language" : "ms",
"@value" : "Newton Saat per Meter"
}, "Newton Second per Metre", {
"@language" : "en",
"@value" : "Newton Second per Metre"
}, {
"@language" : "it",
"@value" : "Newton Secondo per Metro"
}, {
"@language" : "pl",
"@value" : "Niuton Sekunda na Metr"
}, {
"@language" : "cs",
"@value" : "Newton Sekunda na Metr"
}, {
"@language" : "es",
"@value" : "Newton Segundo por Metro"
}, {
"@language" : "pt",
"@value" : "Newton Segundo por Metro"
}, {
"@language" : "en-us",
"@value" : "Newton Second per Meter"
}, {
"@language" : "ro",
"@value" : "Newton Secundă pe Metru"
}, {
"@language" : "de",
"@value" : "Newton Sekunde pro Meter"
}, {
"@language" : "bg",
"@value" : "Нютон Секунда на Метър"
}, {
"@language" : "tr",
"@value" : "Newton Saniye per Metre"
}, {
"@language" : "el",
"@value" : "Νιούτον Δευτερόλεπτο ανά Μέτρο"
}, {
"@language" : "ru",
"@value" : "Ньютон Секунда на Метр"
}, {
"@language" : "fr",
"@value" : "Newton Seconde par Mètre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-SEC-PER-M2
URI: http://qudt.org/vocab/unit/N-SEC-PER-M2
unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-SEC-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB428" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB428"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "N·s/m²" ; <http://qudt.org/schema/qudt/ucumCode> "N.s.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N36" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Saat per Meter Persegi"@ms ; rdfs:label "Newton Saniye per Metrekare"@tr ; rdfs:label "Newton Second per Square Meter"@en-US ; rdfs:label "Newton Second per Square Metre" ; rdfs:label "Newton Second per Square Metre"@en ; rdfs:label "Newton Seconde par Mètre Carré"@fr ; rdfs:label "Newton Secondo per Metro Quadrato"@it ; rdfs:label "Newton Secundă pe Metru Pătrat"@ro ; rdfs:label "Newton Segundo por Metro Cuadrado"@es ; rdfs:label "Newton Segundo por Metro Quadrado"@pt ; rdfs:label "Newton Sekunda na Kvadratni Meter"@sl ; rdfs:label "Newton Sekunda na Čtvereční Metr"@cs ; rdfs:label "Newton Sekunde pro Quadratmeter"@de ; rdfs:label "Newtonium Secundum per Metrum Quadratum"@la ; rdfs:label "Niuton Sekunda na Metr Kwadratowy"@pl ; rdfs:label "Νιούτον Δευτερόλεπτο ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Ньютон Секунда на Квадратный Метр"@ru ; rdfs:label "Нютон Секунда на Квадратен Метър"@bg ; .
{"resource":"Newton Second per Square Metre"
,"qname":"unit:N-SEC-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-SEC-PER-M2"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB428"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB428"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Saat per Meter Persegi"
,"label":"Newton Saniye per Metrekare"
,"label":"Newton Second per Square Meter"
,"label":"Newton Second per Square Metre"
,"label":"Newton Second per Square Metre"
,"label":"Newton Seconde par Mètre Carré"
,"label":"Newton Secondo per Metro Quadrato"
,"label":"Newton Secundă pe Metru Pătrat"
,"label":"Newton Segundo por Metro Cuadrado"
,"label":"Newton Segundo por Metro Quadrado"
,"label":"Newton Sekunda na Kvadratni Meter"
,"label":"Newton Sekunda na Čtvereční Metr"
,"label":"Newton Sekunde pro Quadratmeter"
,"label":"Newtonium Secundum per Metrum Quadratum"
,"label":"Niuton Sekunda na Metr Kwadratowy"
,"label":"Νιούτον Δευτερόλεπτο ανά Τετραγωνικό Μέτρο"
,"label":"Ньютон Секунда на Квадратный Метр"
,"label":"Нютон Секунда на Квадратен Метър"
,"symbol":"N·s\/m²"
,"type":"qudt:Unit"
,"ucum code":"N.s.m-2"
,"unece common code":"N36"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-SEC-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the dynamic viscosity as a product of unit of the pressure (newton by square metre) multiplied with the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAB428",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB428",
"symbol" : "N·s/m²",
"ucumCode" : "N.s.m-2",
"uneceCommonCode" : "N36",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Нютон Секунда на Квадратен Метър"
}, {
"@language" : "ru",
"@value" : "Ньютон Секунда на Квадратный Метр"
}, {
"@language" : "la",
"@value" : "Newtonium Secundum per Metrum Quadratum"
}, {
"@language" : "pl",
"@value" : "Niuton Sekunda na Metr Kwadratowy"
}, {
"@language" : "cs",
"@value" : "Newton Sekunda na Čtvereční Metr"
}, {
"@language" : "es",
"@value" : "Newton Segundo por Metro Cuadrado"
}, {
"@language" : "tr",
"@value" : "Newton Saniye per Metrekare"
}, "Newton Second per Square Metre", {
"@language" : "en",
"@value" : "Newton Second per Square Metre"
}, {
"@language" : "el",
"@value" : "Νιούτον Δευτερόλεπτο ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "pt",
"@value" : "Newton Segundo por Metro Quadrado"
}, {
"@language" : "en-us",
"@value" : "Newton Second per Square Meter"
}, {
"@language" : "de",
"@value" : "Newton Sekunde pro Quadratmeter"
}, {
"@language" : "ro",
"@value" : "Newton Secundă pe Metru Pătrat"
}, {
"@language" : "sl",
"@value" : "Newton Sekunda na Kvadratni Meter"
}, {
"@language" : "ms",
"@value" : "Newton Saat per Meter Persegi"
}, {
"@language" : "fr",
"@value" : "Newton Seconde par Mètre Carré"
}, {
"@language" : "it",
"@value" : "Newton Secondo per Metro Quadrato"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-SEC-PER-M3
URI: http://qudt.org/vocab/unit/N-SEC-PER-M3
The SI unit of specific acoustic impedance. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is $1 N \cdot s \cdot m^{-3}$ if unit pressure produces unit velocity.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/N-SEC-PER-M3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The SI unit of specific acoustic impedance.
When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move.
The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces.
The specific impedance is $1 N \\cdot s \\cdot m^{-3}$ if unit pressure produces unit velocity.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$N \\cdot s \\cdot m^{-3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificAcousticImpedance> ;
<http://qudt.org/schema/qudt/latexSymbol> "$N \\cdot s \\cdot m^{-3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/symbol> "N·s/m³" ;
<http://qudt.org/schema/qudt/ucumCode> "N.s.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Newton Saat per Meter Kubik"@ms ;
rdfs:label "Newton Saniye per Metreküp"@tr ;
rdfs:label "Newton Second per Cubic Meter"@en-US ;
rdfs:label "Newton Second per Cubic Metre" ;
rdfs:label "Newton Second per Cubic Metre"@en ;
rdfs:label "Newton Seconde par Mètre Cube"@fr ;
rdfs:label "Newton Secondo per Metro Cubo"@it ;
rdfs:label "Newton Secundă pe Metru Cub"@ro ;
rdfs:label "Newton Segundo por Metro Cúbico"@es ;
rdfs:label "Newton Segundo por Metro Cúbico"@pt ;
rdfs:label "Newton Sekunda na Kubični Meter"@sl ;
rdfs:label "Newton Sekunda na Metr Krychlový"@cs ;
rdfs:label "Newton Sekunde pro Kubikmeter"@de ;
rdfs:label "Newtonium Secundum per Metrum Cubicum"@la ;
rdfs:label "Niuton Sekunda na Metr Sześcienny"@pl ;
rdfs:label "Νιούτον Δευτερόλεπτο ανά Κυβικό Μέτρο"@el ;
rdfs:label "Ньютон Секунда на Кубический Метр"@ru ;
rdfs:label "Нютон Секунда на Кубичен Метър"@bg ;
.
{"resource":"Newton Second per Cubic Metre"
,"qname":"unit:N-SEC-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-SEC-PER-M3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\n The SI unit of specific acoustic impedance. \n When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. \n The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. \n The specific impedance is $1 N \\cdot s \\cdot m^{-3}$ if unit pressure produces unit velocity.\n "
,"expression":"$N \\cdot s \\cdot m^{-3}$"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:SpecificAcousticImpedance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Saat per Meter Kubik"
,"label":"Newton Saniye per Metreküp"
,"label":"Newton Second per Cubic Meter"
,"label":"Newton Second per Cubic Metre"
,"label":"Newton Second per Cubic Metre"
,"label":"Newton Seconde par Mètre Cube"
,"label":"Newton Secondo per Metro Cubo"
,"label":"Newton Secundă pe Metru Cub"
,"label":"Newton Segundo por Metro Cúbico"
,"label":"Newton Segundo por Metro Cúbico"
,"label":"Newton Sekunda na Kubični Meter"
,"label":"Newton Sekunda na Metr Krychlový"
,"label":"Newton Sekunde pro Kubikmeter"
,"label":"Newtonium Secundum per Metrum Cubicum"
,"label":"Niuton Sekunda na Metr Sześcienny"
,"label":"Νιούτον Δευτερόλεπτο ανά Κυβικό Μέτρο"
,"label":"Ньютон Секунда на Кубический Метр"
,"label":"Нютон Секунда на Кубичен Метър"
,"latex symbol":"$N \\cdot s \\cdot m^{-3}$"
,"symbol":"N·s\/m³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"N.s.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-SEC-PER-M3",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\n The SI unit of specific acoustic impedance. \n When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. \n The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. \n The specific impedance is $1 N \\cdot s \\cdot m^{-3}$ if unit pressure produces unit velocity.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$N \\cdot s \\cdot m^{-3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificAcousticImpedance",
"latexSymbol" : "$N \\cdot s \\cdot m^{-3}$",
"symbol" : "N·s/m³",
"ucumCode" : "N.s.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Newton Secondo per Metro Cubo"
}, {
"@language" : "la",
"@value" : "Newtonium Secundum per Metrum Cubicum"
}, {
"@language" : "ms",
"@value" : "Newton Saat per Meter Kubik"
}, {
"@language" : "fr",
"@value" : "Newton Seconde par Mètre Cube"
}, "Newton Second per Cubic Metre", {
"@language" : "en",
"@value" : "Newton Second per Cubic Metre"
}, {
"@language" : "bg",
"@value" : "Нютон Секунда на Кубичен Метър"
}, {
"@language" : "ro",
"@value" : "Newton Secundă pe Metru Cub"
}, {
"@language" : "tr",
"@value" : "Newton Saniye per Metreküp"
}, {
"@language" : "el",
"@value" : "Νιούτον Δευτερόλεπτο ανά Κυβικό Μέτρο"
}, {
"@language" : "ru",
"@value" : "Ньютон Секунда на Кубический Метр"
}, {
"@language" : "sl",
"@value" : "Newton Sekunda na Kubični Meter"
}, {
"@language" : "es",
"@value" : "Newton Segundo por Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Newton Segundo por Metro Cúbico"
}, {
"@language" : "en-us",
"@value" : "Newton Second per Cubic Meter"
}, {
"@language" : "pl",
"@value" : "Niuton Sekunda na Metr Sześcienny"
}, {
"@language" : "cs",
"@value" : "Newton Sekunda na Metr Krychlový"
}, {
"@language" : "de",
"@value" : "Newton Sekunde pro Kubikmeter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:N-SEC-PER-RAD
URI: http://qudt.org/vocab/unit/N-SEC-PER-RAD
Newton seconds measured per radian
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/N-SEC-PER-RAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Newton seconds measured per radian"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentumPerAngle> ; <http://qudt.org/schema/qudt/plainTextDescription> "Newton seconds measured per radian" ; <http://qudt.org/schema/qudt/symbol> "N·s/rad" ; <http://qudt.org/schema/qudt/ucumCode> "N.s.rad-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Newton Saat per Radian"@ms ; rdfs:label "Newton Saniye per Radyan"@tr ; rdfs:label "Newton Second per Radian" ; rdfs:label "Newton Second per Radian"@en ; rdfs:label "Newton Seconde par Radian"@fr ; rdfs:label "Newton Secondo per Radiante"@it ; rdfs:label "Newton Seconds per Radian"@en-US ; rdfs:label "Newton Secundă pe Radian"@ro ; rdfs:label "Newton Segundo por Radiano"@pt ; rdfs:label "Newton Segundo por Radián"@es ; rdfs:label "Newton Sekunda na Radian"@sl ; rdfs:label "Newton Sekunda na Radián"@cs ; rdfs:label "Newton Sekunde pro Radiant"@de ; rdfs:label "Newtonium Secundum per Radian"@la ; rdfs:label "Niuton Sekunda na Radian"@pl ; rdfs:label "Νιούτον Δευτερόλεπτο ανά Ακτίνιο"@el ; rdfs:label "Ньютон Секунда на Радиан"@ru ; rdfs:label "Нютон Секунда на Радиан"@bg ; .
{"resource":"Newton Second per Radian"
,"qname":"unit:N-SEC-PER-RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/N-SEC-PER-RAD"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"Newton seconds measured per radian"
,"description (plain text)":"Newton seconds measured per radian"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MomentumPerAngle"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Newton Saat per Radian"
,"label":"Newton Saniye per Radyan"
,"label":"Newton Second per Radian"
,"label":"Newton Second per Radian"
,"label":"Newton Seconde par Radian"
,"label":"Newton Secondo per Radiante"
,"label":"Newton Seconds per Radian"
,"label":"Newton Secundă pe Radian"
,"label":"Newton Segundo por Radiano"
,"label":"Newton Segundo por Radián"
,"label":"Newton Sekunda na Radian"
,"label":"Newton Sekunda na Radián"
,"label":"Newton Sekunde pro Radiant"
,"label":"Newtonium Secundum per Radian"
,"label":"Niuton Sekunda na Radian"
,"label":"Νιούτον Δευτερόλεπτο ανά Ακτίνιο"
,"label":"Ньютон Секунда на Радиан"
,"label":"Нютон Секунда на Радиан"
,"symbol":"N·s\/rad"
,"type":"qudt:Unit"
,"ucum code":"N.s.rad-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/N-SEC-PER-RAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Newton seconds measured per radian",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MomentumPerAngle",
"plainTextDescription" : "Newton seconds measured per radian",
"symbol" : "N·s/rad",
"ucumCode" : "N.s.rad-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Newton Sekunda na Radián"
}, {
"@language" : "de",
"@value" : "Newton Sekunde pro Radiant"
}, {
"@language" : "ms",
"@value" : "Newton Saat per Radian"
}, {
"@language" : "bg",
"@value" : "Нютон Секунда на Радиан"
}, {
"@language" : "ru",
"@value" : "Ньютон Секунда на Радиан"
}, "Newton Second per Radian", {
"@language" : "en",
"@value" : "Newton Second per Radian"
}, {
"@language" : "en-us",
"@value" : "Newton Seconds per Radian"
}, {
"@language" : "pt",
"@value" : "Newton Segundo por Radiano"
}, {
"@language" : "pl",
"@value" : "Niuton Sekunda na Radian"
}, {
"@language" : "la",
"@value" : "Newtonium Secundum per Radian"
}, {
"@language" : "it",
"@value" : "Newton Secondo per Radiante"
}, {
"@language" : "ro",
"@value" : "Newton Secundă pe Radian"
}, {
"@language" : "es",
"@value" : "Newton Segundo por Radián"
}, {
"@language" : "sl",
"@value" : "Newton Sekunda na Radian"
}, {
"@language" : "fr",
"@value" : "Newton Seconde par Radian"
}, {
"@language" : "tr",
"@value" : "Newton Saniye per Radyan"
}, {
"@language" : "el",
"@value" : "Νιούτον Δευτερόλεπτο ανά Ακτίνιο"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NAT
URI: http://qudt.org/vocab/unit/NAT
A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NAT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Nat"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB345" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB345"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nat" ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q16" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q376660> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nat" ; rdfs:label "Nat"@en ; .
{"resource":"Nat"
,"qname":"unit:NAT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NAT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q376660>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Nat"
,"description":"A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB345"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Nat?oldid=474010287"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB345"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nat"
,"label":"Nat"
,"symbol":"nat"
,"type":"qudt:Unit"
,"unece common code":"Q16"
]}
{
"@id" : "http://qudt.org/vocab/unit/NAT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A nat is a logarithmic unit of information or entropy, based on natural logarithms and powers of e, rather than the powers of 2 and base 2 logarithms which define the bit. The nat is the natural unit for information entropy. Physical systems of natural units which normalize Boltzmann's constant to 1 are effectively measuring thermodynamic entropy in nats.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Nat",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAB345",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB345", "http://en.wikipedia.org/wiki/Nat?oldid=474010287" ],
"symbol" : "nat",
"uneceCommonCode" : "Q16",
"wikidataMatch" : "http://www.wikidata.org/entity/Q376660",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nat", {
"@language" : "en",
"@value" : "Nat"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NAT-PER-SEC
URI: http://qudt.org/vocab/unit/NAT-PER-SEC
"Nat per Second" is information rate in natural units.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NAT-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Nat per Second\" is information rate in natural units."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$nat-per-sec$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB348" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Nat?oldid=474010287"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB348"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nat/s" ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q19" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106467068> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nat per Second" ; rdfs:label "Nat per Second"@en ; .
{"resource":"Nat per Second"
,"qname":"unit:NAT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NAT-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106467068>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Nat per Second\" is information rate in natural units."
,"expression":"$nat-per-sec$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:InformationFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB348"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Nat?oldid=474010287"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB348"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nat per Second"
,"label":"Nat per Second"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31898"
,"symbol":"nat\/s"
,"type":"qudt:Unit"
,"unece common code":"Q19"
]}
{
"@id" : "http://qudt.org/vocab/unit/NAT-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Nat per Second\" is information rate in natural units.",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$nat-per-sec$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationFlowRate",
"iec61360Code" : "0112/2///62720#UAB348",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB348", "http://en.wikipedia.org/wiki/Nat?oldid=474010287" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31898",
"symbol" : "nat/s",
"uneceCommonCode" : "Q19",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106467068",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nat per Second", {
"@language" : "en",
"@value" : "Nat per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NCM
URI: http://qudt.org/vocab/unit/NCM
The $\textit{normal cubic metre}$ is a unit representing the amount of a product contained in a volume of one cubic metre at reference 'normal' temperature and pressure conditions. As such, it is a measure of the actual amount of product, most commonly referring to oil, not the volume of the product. The reference conditions for normal cubic metre vary depending on purpose and application.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NCM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{normal cubic metre}$ is a unit representing the amount of a product contained in a volume of one cubic metre at reference 'normal' temperature and pressure conditions. As such, it is a measure of the actual amount of product, most commonly referring to oil, not the volume of the product. The reference conditions for normal cubic metre vary depending on purpose and application.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
<http://qudt.org/schema/qudt/informativeReference> "https://www.wikidata.org/entity/Q350023"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Normal Cubic Meter"@en-US ;
rdfs:label "Normal Cubic Metre" ;
rdfs:label "Normal Cubic Metre"@en ;
rdfs:label "Normkubikmeter"@de ;
rdfs:seeAlso <http://qudt.org/vocab/unit/SCM> ;
.
{"resource":"Normal Cubic Metre"
,"qname":"unit:NCM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NCM"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\nThe $\\textit{normal cubic metre}$ is a unit representing the amount of a product contained in a volume of one cubic metre at reference 'normal' temperature and pressure conditions. As such, it is a measure of the actual amount of product, most commonly referring to oil, not the volume of the product. The reference conditions for normal cubic metre vary depending on purpose and application.\n "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"informative reference":"https:\/\/www.wikidata.org\/entity\/Q350023"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Normal Cubic Meter"
,"label":"Normal Cubic Metre"
,"label":"Normal Cubic Metre"
,"label":"Normkubikmeter"
,"scalingOf":"unit:MOL"
,"seeAlso":"unit:SCM"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/NCM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\nThe $\\textit{normal cubic metre}$ is a unit representing the amount of a product contained in a volume of one cubic metre at reference 'normal' temperature and pressure conditions. As such, it is a measure of the actual amount of product, most commonly referring to oil, not the volume of the product. The reference conditions for normal cubic metre vary depending on purpose and application.\n ",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"informativeReference" : "https://www.wikidata.org/entity/Q350023",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Normkubikmeter"
}, {
"@language" : "en-us",
"@value" : "Normal Cubic Meter"
}, "Normal Cubic Metre", {
"@language" : "en",
"@value" : "Normal Cubic Metre"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/SCM",
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NCM_1ATM_0DEG_C_NL
URI: http://qudt.org/vocab/unit/NCM_1ATM_0DEG_C_NL
The $\textit{normal cubic metre}$ is a unit for liquid products conforming to the Dutch Mining Regulations (Mijnbouwregeling) for reporting in the Dutch oil and gas industry, and used predominantly for crude oil. As such, it is a measure of the actual amount of oil, not the volume of the oil. The reference conditions for a Dutch normal cubic metre are 0 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NCM_1ATM_0DEG_C_NL>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{normal cubic metre}$ is a unit for liquid products conforming to the Dutch Mining Regulations (Mijnbouwregeling) for reporting in the Dutch oil and gas industry, and used predominantly for crude oil. As such, it is a measure of the actual amount of oil, not the volume of the oil. The reference conditions for a Dutch normal cubic metre are 0 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
<http://qudt.org/schema/qudt/informativeReference> "http://wetten.overheid.nl/jci1.3:c:BWBR0014468&hoofdstuk=11¶graaf=11.3&artikel=11.3.1"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://nl.wikipedia.org/wiki/Normaal_kubieke_meter"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://open.overheid.nl/Details/fefb9108-c56d-453a-badb-c2ad144da3a1/2"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ;
<http://qudt.org/schema/qudt/symbol> "Nm³" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Normaal Kubieke Meter"@nl ;
rdfs:label "Normal Cubic Metre" ;
rdfs:label "Normal Cubic Metre"@en ;
rdfs:seeAlso <http://qudt.org/vocab/unit/SCM> ;
.
{"resource":"Normal Cubic Metre"
,"qname":"unit:NCM_1ATM_0DEG_C_NL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NCM_1ATM_0DEG_C_NL"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\nThe $\\textit{normal cubic metre}$ is a unit for liquid products conforming to the Dutch Mining Regulations (Mijnbouwregeling) for reporting in the Dutch oil and gas industry, and used predominantly for crude oil. As such, it is a measure of the actual amount of oil, not the volume of the oil. The reference conditions for a Dutch normal cubic metre are 0 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure.\n "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"informative reference":"http:\/\/wetten.overheid.nl\/jci1.3:c:BWBR0014468&hoofdstuk=11&paragraaf=11.3&artikel=11.3.1"
,"informative reference":"https:\/\/nl.wikipedia.org\/wiki\/Normaal_kubieke_meter"
,"informative reference":"https:\/\/open.overheid.nl\/Details\/fefb9108-c56d-453a-badb-c2ad144da3a1\/2"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Normaal Kubieke Meter"
,"label":"Normal Cubic Metre"
,"label":"Normal Cubic Metre"
,"scalingOf":"unit:MOL"
,"seeAlso":"unit:SCM"
,"symbol":"Nm³"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/NCM_1ATM_0DEG_C_NL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "\nThe $\\textit{normal cubic metre}$ is a unit for liquid products conforming to the Dutch Mining Regulations (Mijnbouwregeling) for reporting in the Dutch oil and gas industry, and used predominantly for crude oil. As such, it is a measure of the actual amount of oil, not the volume of the oil. The reference conditions for a Dutch normal cubic metre are 0 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure.\n ",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"informativeReference" : [ "https://open.overheid.nl/Details/fefb9108-c56d-453a-badb-c2ad144da3a1/2", "http://wetten.overheid.nl/jci1.3:c:BWBR0014468&hoofdstuk=11¶graaf=11.3&artikel=11.3.1", "https://nl.wikipedia.org/wiki/Normaal_kubieke_meter" ],
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "Nm³",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "nl",
"@value" : "Normaal Kubieke Meter"
}, "Normal Cubic Metre", {
"@language" : "en",
"@value" : "Normal Cubic Metre"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/SCM",
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NP
URI: http://qudt.org/vocab/unit/NP
The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NP> rdf:type <http://qudt.org/schema/qudt/DimensionlessUnit> ; rdf:type <http://qudt.org/schema/qudt/LogarithmicUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Neper"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA253" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA253"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Neper"^^xsd:anyURI ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/neper> ; <http://qudt.org/schema/qudt/symbol> "Np" ; <http://qudt.org/schema/qudt/ucumCode> "Np"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C50" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q50094> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Neper" ; rdfs:label "Neper"@en ; .
{"resource":"Neper"
,"qname":"unit:NP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NP"
,"properties":["Individual from SI Reference Point":"si-unit:neper"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q50094>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Neper"
,"description":"The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Dimensionless"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA253"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA253"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Neper"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Neper"
,"label":"Neper"
,"symbol":"Np"
,"type":"qudt:DimensionlessUnit"
,"type":"qudt:LogarithmicUnit"
,"type":"qudt:Unit"
,"ucum code":"Np"
,"unece common code":"C50"
]}
{
"@id" : "http://qudt.org/vocab/unit/NP",
"@type" : [ "http://qudt.org/schema/qudt/LogarithmicUnit", "http://qudt.org/schema/qudt/DimensionlessUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The neper is a logarithmic unit for ratios of measurements of physical field and power quantities, such as gain and loss of electronic signals. It has the unit symbol Np. The unit's name is derived from the name of John Napier, the inventor of logarithms. As is the case for the decibel and bel, the neper is not a unit in the International System of Units (SI), but it is accepted for use alongside the SI. Like the decibel, the neper is a unit in a logarithmic scale. While the bel uses the decadic (base-10) logarithm to compute ratios, the neper uses the natural logarithm, based on Euler's number",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Neper",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Dimensionless",
"iec61360Code" : "0112/2///62720#UAA253",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA253", "https://en.wikipedia.org/wiki/Neper" ],
"siExactMatch" : "https://si-digital-framework.org/SI/units/neper",
"symbol" : "Np",
"ucumCode" : "Np",
"uneceCommonCode" : "C50",
"wikidataMatch" : "http://www.wikidata.org/entity/Q50094",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Neper", {
"@language" : "en",
"@value" : "Neper"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NP-PER-SEC
URI: http://qudt.org/vocab/unit/NP-PER-SEC
unit neper divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NP-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit neper divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA254" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA254"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Np/s" ; <http://qudt.org/schema/qudt/ucumCode> "Np.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C51" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Neper per Second" ; rdfs:label "Neper per Second"@en ; .
{"resource":"Neper per Second"
,"qname":"unit:NP-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NP-PER-SEC"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit neper divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA254"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA254"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Neper per Second"
,"label":"Neper per Second"
,"symbol":"Np\/s"
,"type":"qudt:Unit"
,"ucum code":"Np.s-1"
,"unece common code":"C51"
]}
{
"@id" : "http://qudt.org/vocab/unit/NP-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit neper divided by the SI base unit second",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA254",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA254",
"symbol" : "Np/s",
"ucumCode" : "Np.s-1",
"uneceCommonCode" : "C51",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Neper per Second", {
"@language" : "en",
"@value" : "Neper per Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NT
URI: http://qudt.org/vocab/unit/NT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Net_tonnage"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> """Net tonnage is used in the United States to determine eligibility for registering boats with the federal government. It is a nonlinear unit derived from the total volume of a ship's cargo space as well as some dimensionless factors. Net tonnage is not a measure of the weight of the ship or its cargo, and should not be confused with terms such as deadweight tonnage or displacement. Net tonnage is also used to determine the amount of money that can be charged to a ship for using a port's facilities.""" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "NT" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Net Tonnage" ; rdfs:label "Net Tonnage"@en ; rdfs:seeAlso <http://qudt.org/vocab/unit/TON_Register> ; .
{"resource":"Net Tonnage"
,"qname":"unit:NT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NT"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description (plain text)":"Net tonnage is used in the United States to determine eligibility for registering boats with \n the federal government. It is a nonlinear unit derived from the total volume of a ship's cargo space as well as some \n dimensionless factors. Net tonnage is not a measure of the weight of the ship or its cargo, and should not be confused \n with terms such as deadweight tonnage or displacement. Net tonnage is also used to determine the amount of money that \n can be charged to a ship for using a port's facilities."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Net_tonnage"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Net Tonnage"
,"label":"Net Tonnage"
,"scalingOf":"unit:M3"
,"seeAlso":"unit:TON_Register"
,"symbol":"NT"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/NT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"informativeReference" : "http://en.wikipedia.org/wiki/Net_tonnage",
"plainTextDescription" : "Net tonnage is used in the United States to determine eligibility for registering boats with \n the federal government. It is a nonlinear unit derived from the total volume of a ship's cargo space as well as some \n dimensionless factors. Net tonnage is not a measure of the weight of the ship or its cargo, and should not be confused \n with terms such as deadweight tonnage or displacement. Net tonnage is also used to determine the amount of money that \n can be charged to a ship for using a port's facilities.",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "NT",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Net Tonnage", {
"@language" : "en",
"@value" : "Net Tonnage"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/TON_Register",
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NTU
URI: http://qudt.org/vocab/unit/NTU
"Nephelometry Turbidity Unit" is a C.G.S System unit for 'Turbidity' expressed as $NTU$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NTU> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Nephelometry Turbidity Unit\" is a C.G.S System unit for 'Turbidity' expressed as $NTU$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Turbidity> ; <http://qudt.org/schema/qudt/symbol> "NTU" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nephelometry Turbidity Unit" ; rdfs:label "Nephelometry Turbidity Unit"@en ; .
{"resource":"Nephelometry Turbidity Unit"
,"qname":"unit:NTU"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NTU"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\"Nephelometry Turbidity Unit\" is a C.G.S System unit for 'Turbidity' expressed as $NTU$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Turbidity"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nephelometry Turbidity Unit"
,"label":"Nephelometry Turbidity Unit"
,"symbol":"NTU"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/NTU",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Nephelometry Turbidity Unit\" is a C.G.S System unit for 'Turbidity' expressed as $NTU$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Turbidity",
"symbol" : "NTU",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nephelometry Turbidity Unit", {
"@language" : "en",
"@value" : "Nephelometry Turbidity Unit"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM
URI: http://qudt.org/vocab/unit/NUM
"Number" is a unit for 'Dimensionless' expressed as (\#$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM>
rdf:type <http://qudt.org/schema/qudt/CountingUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Number\" is a unit for 'Dimensionless' expressed as (\\#$."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/COUNT> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ChargeNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfPerformance> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FrictionCoefficient> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HyperfineStructureQuantumNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IonTransportNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Landau-GinzburgNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticQuantumNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NeutronNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NuclearSpinQuantumNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NucleonNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NumberOfElectricalPhases> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/OpeningRatio> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/OrbitalAngularMomentumQuantumNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Population> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PrincipalQuantumNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/QuantumNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReynoldsNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpinQuantumNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StoichiometricNumber> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalAngularMomentumQuantumNumber> ;
<http://qudt.org/schema/qudt/symbol> "#" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number" ;
rdfs:label "Number"@en ;
.
{"resource":"Number"
,"qname":"unit:NUM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Number\" is a unit for 'Dimensionless' expressed as (\\#$."
,"exact match":"unit:COUNT"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:ChargeNumber"
,"has quantity kind":"quantitykind:CoefficientOfPerformance"
,"has quantity kind":"quantitykind:Count"
,"has quantity kind":"quantitykind:Dimensionless"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"has quantity kind":"quantitykind:FrictionCoefficient"
,"has quantity kind":"quantitykind:HyperfineStructureQuantumNumber"
,"has quantity kind":"quantitykind:IonTransportNumber"
,"has quantity kind":"quantitykind:Landau-GinzburgNumber"
,"has quantity kind":"quantitykind:MagneticQuantumNumber"
,"has quantity kind":"quantitykind:MassNumber"
,"has quantity kind":"quantitykind:NeutronNumber"
,"has quantity kind":"quantitykind:NuclearSpinQuantumNumber"
,"has quantity kind":"quantitykind:NucleonNumber"
,"has quantity kind":"quantitykind:NumberOfElectricalPhases"
,"has quantity kind":"quantitykind:OpeningRatio"
,"has quantity kind":"quantitykind:OrbitalAngularMomentumQuantumNumber"
,"has quantity kind":"quantitykind:Population"
,"has quantity kind":"quantitykind:PrincipalQuantumNumber"
,"has quantity kind":"quantitykind:QuantumNumber"
,"has quantity kind":"quantitykind:ReynoldsNumber"
,"has quantity kind":"quantitykind:SpinQuantumNumber"
,"has quantity kind":"quantitykind:StoichiometricNumber"
,"has quantity kind":"quantitykind:TotalAngularMomentumQuantumNumber"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number"
,"label":"Number"
,"symbol":"#"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"{#}"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Number\" is a unit for 'Dimensionless' expressed as (\\#$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/COUNT",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Population", "http://qudt.org/vocab/quantitykind/Landau-GinzburgNumber", "http://qudt.org/vocab/quantitykind/NumberOfElectricalPhases", "http://qudt.org/vocab/quantitykind/Count", "http://qudt.org/vocab/quantitykind/OpeningRatio", "http://qudt.org/vocab/quantitykind/DimensionlessRatio", "http://qudt.org/vocab/quantitykind/CoefficientOfPerformance", "http://qudt.org/vocab/quantitykind/OrbitalAngularMomentumQuantumNumber", "http://qudt.org/vocab/quantitykind/StoichiometricNumber", "http://qudt.org/vocab/quantitykind/TotalAngularMomentumQuantumNumber", "http://qudt.org/vocab/quantitykind/NucleonNumber", "http://qudt.org/vocab/quantitykind/ChargeNumber", "http://qudt.org/vocab/quantitykind/PrincipalQuantumNumber", "http://qudt.org/vocab/quantitykind/MassNumber", "http://qudt.org/vocab/quantitykind/NuclearSpinQuantumNumber", "http://qudt.org/vocab/quantitykind/NeutronNumber", "http://qudt.org/vocab/quantitykind/SpinQuantumNumber", "http://qudt.org/vocab/quantitykind/Dimensionless", "http://qudt.org/vocab/quantitykind/IonTransportNumber", "http://qudt.org/vocab/quantitykind/HyperfineStructureQuantumNumber", "http://qudt.org/vocab/quantitykind/MagneticQuantumNumber", "http://qudt.org/vocab/quantitykind/ReynoldsNumber", "http://qudt.org/vocab/quantitykind/QuantumNumber", "http://qudt.org/vocab/quantitykind/FrictionCoefficient" ],
"symbol" : "#",
"ucumCode" : "{#}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Number"
}, "Number" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-CentiM-KiloYR
URI: http://qudt.org/vocab/unit/NUM-PER-CentiM-KiloYR
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-CentiM-KiloYR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000003168808781402895023702689684893655 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/symbol> "#/(cm·ka)" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.cm-1.ka-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Centimeter Kiloyear"@en-US ;
rdfs:label "Number per Centimetre Kiloyear" ;
rdfs:label "Number per Centimetre Kiloyear"@en ;
.
{"resource":"Number per Centimetre Kiloyear"
,"qname":"unit:NUM-PER-CentiM-KiloYR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-CentiM-KiloYR"
,"properties":["conversion multiplier":"0.000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-9"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Centimeter Kiloyear"
,"label":"Number per Centimetre Kiloyear"
,"label":"Number per Centimetre Kiloyear"
,"symbol":"#\/(cm·ka)"
,"type":"qudt:Unit"
,"ucum code":"{#}.cm-1.ka-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-CentiM-KiloYR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "#/(cm·ka)",
"ucumCode" : "{#}.cm-1.ka-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Number per Centimeter Kiloyear"
}, "Number per Centimetre Kiloyear", {
"@language" : "en",
"@value" : "Number per Centimetre Kiloyear"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-GM
URI: http://qudt.org/vocab/unit/NUM-PER-GM
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-GM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-GM> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/symbol> "#/g" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Gram" ;
rdfs:label "Number per Gram"@en ;
.
{"resource":"Number per Gram"
,"qname":"unit:NUM-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-GM"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"exact match":"unit:PER-GM"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Gram"
,"label":"Number per Gram"
,"symbol":"#\/g"
,"type":"qudt:Unit"
,"ucum code":"{#}.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/PER-GM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "#/g",
"ucumCode" : "{#}.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Number per Gram"
}, "Number per Gram" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-HA
URI: http://qudt.org/vocab/unit/NUM-PER-HA
Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-HA>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre)."@en ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ParticleFluence> ;
<http://qudt.org/schema/qudt/symbol> "#/ha" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Hectare" ;
rdfs:label "Number per Hectare"@en ;
.
{"resource":"Number per Hectare"
,"qname":"unit:NUM-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-HA"
,"properties":["conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre)."
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ParticleFluence"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Hectare"
,"label":"Number per Hectare"
,"symbol":"#\/ha"
,"type":"qudt:Unit"
,"ucum code":"{#}.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-HA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Count of an entity or phenomenon's occurrence in 10,000 times the SI unit area (square metre)."
},
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ParticleFluence",
"symbol" : "#/ha",
"ucumCode" : "{#}.har-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Hectare", {
"@language" : "en",
"@value" : "Number per Hectare"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-HA-YR
URI: http://qudt.org/vocab/unit/NUM-PER-HA-YR
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-HA-YR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000003168808781402895023702689684893655 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-12 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Flux> ;
<http://qudt.org/schema/qudt/plainTextDescription> "number divided by the unit hectare and by the unit year" ;
<http://qudt.org/schema/qudt/symbol> "#/(ha·a)" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.har-1.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Hectare Year" ;
rdfs:label "Number per Hectare Year"@en ;
.
{"resource":"Number per Hectare Year"
,"qname":"unit:NUM-PER-HA-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-HA-YR"
,"properties":["conversion multiplier":"0.000000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-12"
,"description (plain text)":"number divided by the unit hectare and by the unit year"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Flux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Hectare Year"
,"label":"Number per Hectare Year"
,"symbol":"#\/(ha·a)"
,"type":"qudt:Unit"
,"ucum code":"{#}.har-1.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-HA-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Flux",
"plainTextDescription" : "number divided by the unit hectare and by the unit year",
"symbol" : "#/(ha·a)",
"ucumCode" : "{#}.har-1.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Hectare Year", {
"@language" : "en",
"@value" : "Number per Hectare Year"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-HR
URI: http://qudt.org/vocab/unit/NUM-PER-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-HR> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CountRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/HR-PER-NUM> ;
<http://qudt.org/schema/qudt/symbol> "#/h" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Hour" ;
rdfs:label "Number per Hour"@en ;
.
{"resource":"Number per Hour"
,"qname":"unit:NUM-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-HR"
,"properties":["conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"exact match":"unit:PER-HR"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CountRate"
,"has quantity kind":"quantitykind:Frequency"
,"has reciprocal unit":"unit:HR-PER-NUM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Hour"
,"label":"Number per Hour"
,"symbol":"#\/h"
,"type":"qudt:Unit"
,"ucum code":"{#}.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"exactMatch" : "http://qudt.org/vocab/unit/PER-HR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/CountRate", "http://qudt.org/vocab/quantitykind/Frequency" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/HR-PER-NUM",
"symbol" : "#/h",
"ucumCode" : "{#}.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Number per Hour"
}, "Number per Hour" ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-HectoGM
URI: http://qudt.org/vocab/unit/NUM-PER-HectoGM
Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-HectoGM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram)."@en ;
<http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/symbol> "#/hg" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.hg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Hectogram" ;
rdfs:label "Number per Hectogram"@en ;
.
{"resource":"Number per Hectogram"
,"qname":"unit:NUM-PER-HectoGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-HectoGM"
,"properties":["conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram)."
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Hectogram"
,"label":"Number per Hectogram"
,"symbol":"#\/hg"
,"type":"qudt:Unit"
,"ucum code":"{#}.hg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-HectoGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Count of an entity or phenomenon occurrence in one 10th of the SI unit of mass (kilogram)."
},
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "#/hg",
"ucumCode" : "{#}.hg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Hectogram", {
"@language" : "en",
"@value" : "Number per Hectogram"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-KiloGM
URI: http://qudt.org/vocab/unit/NUM-PER-KiloGM
Count of an entity or phenomenon's occurrence divided by SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-KiloGM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram"@en ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram" ;
<http://qudt.org/schema/qudt/symbol> "#/kg" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Kilogram" ;
rdfs:label "Number per Kilogram"@en ;
.
{"resource":"Number per Kilogram"
,"qname":"unit:NUM-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-KiloGM"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Count of an entity or phenomenon's occurrence divided by SI base unit kilogram"
,"description (plain text)":"Count of an entity or phenomenon's occurrence divided by SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Kilogram"
,"label":"Number per Kilogram"
,"symbol":"#\/kg"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"{#}.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-KiloGM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : {
"@language" : "en",
"@value" : "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram"
},
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"plainTextDescription" : "Count of an entity or phenomenon's occurrence divided by SI base unit kilogram",
"symbol" : "#/kg",
"ucumCode" : "{#}.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Kilogram", {
"@language" : "en",
"@value" : "Number per Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-KiloM2
URI: http://qudt.org/vocab/unit/NUM-PER-KiloM2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-KiloM2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ParticleFluence> ;
<http://qudt.org/schema/qudt/symbol> "#/km²" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.km-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Square Kilometer"@en-US ;
rdfs:label "Number per Square Kilometre" ;
rdfs:label "Number per Square Kilometre"@en ;
.
{"resource":"Number per Square Kilometre"
,"qname":"unit:NUM-PER-KiloM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-KiloM2"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ParticleFluence"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Square Kilometer"
,"label":"Number per Square Kilometre"
,"label":"Number per Square Kilometre"
,"symbol":"#\/km²"
,"type":"qudt:Unit"
,"ucum code":"{#}.km-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-KiloM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ParticleFluence",
"symbol" : "#/km²",
"ucumCode" : "{#}.km-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Number per Square Kilometer"
}, "Number per Square Kilometre", {
"@language" : "en",
"@value" : "Number per Square Kilometre"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-L
URI: http://qudt.org/vocab/unit/NUM-PER-L
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-L>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-L> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NumberDensity> ;
<http://qudt.org/schema/qudt/symbol> "#/L" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Liter"@en-US ;
rdfs:label "Number per Litre" ;
rdfs:label "Number per Litre"@en ;
.
{"resource":"Number per Litre"
,"qname":"unit:NUM-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-L"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"exact match":"unit:PER-L"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:NumberDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Liter"
,"label":"Number per Litre"
,"label":"Number per Litre"
,"symbol":"#\/L"
,"type":"qudt:Unit"
,"ucum code":"{#}.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/PER-L",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/NumberDensity",
"symbol" : "#/L",
"ucumCode" : "{#}.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Litre", {
"@language" : "en",
"@value" : "Number per Litre"
}, {
"@language" : "en-us",
"@value" : "Number per Liter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-M
URI: http://qudt.org/vocab/unit/NUM-PER-M
Unavailable.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-M>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Unavailable."@en ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-M> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ;
<http://qudt.org/schema/qudt/symbol> "#/m" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Meter"@en-US ;
rdfs:label "Number per Metre" ;
rdfs:label "Number per Metre"@en ;
.
{"resource":"Number per Metre"
,"qname":"unit:NUM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-M"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Unavailable."
,"exact match":"unit:PER-M"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Meter"
,"label":"Number per Metre"
,"label":"Number per Metre"
,"symbol":"#\/m"
,"type":"qudt:Unit"
,"ucum code":"{#}.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Unavailable."
},
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/PER-M",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseLength",
"symbol" : "#/m",
"ucumCode" : "{#}.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Metre", {
"@language" : "en",
"@value" : "Number per Metre"
}, {
"@language" : "en-us",
"@value" : "Number per Meter"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-M2
URI: http://qudt.org/vocab/unit/NUM-PER-M2
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-M2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-M2> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ParticleFluence> ;
<http://qudt.org/schema/qudt/symbol> "#/m²" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Square Meter"@en-US ;
rdfs:label "Number per Square Metre" ;
rdfs:label "Number per Square Metre"@en ;
.
{"resource":"Number per Square Metre"
,"qname":"unit:NUM-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-M2"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"exact match":"unit:PER-M2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ParticleFluence"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Square Meter"
,"label":"Number per Square Metre"
,"label":"Number per Square Metre"
,"symbol":"#\/m²"
,"type":"qudt:Unit"
,"ucum code":"{#}.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/PER-M2",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ParticleFluence",
"symbol" : "#/m²",
"ucumCode" : "{#}.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Number per Square Meter"
}, {
"@language" : "en",
"@value" : "Number per Square Metre"
}, "Number per Square Metre" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-M2-DAY
URI: http://qudt.org/vocab/unit/NUM-PER-M2-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-M2-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Flux> ;
<http://qudt.org/schema/qudt/symbol> "#/(m²·d)" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Square Meter Day"@en-US ;
rdfs:label "Number per Square Metre Day" ;
rdfs:label "Number per Square Metre Day"@en ;
.
{"resource":"Number per Square Metre Day"
,"qname":"unit:NUM-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-M2-DAY"
,"properties":["conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Flux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Square Meter Day"
,"label":"Number per Square Metre Day"
,"label":"Number per Square Metre Day"
,"symbol":"#\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"{#}.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Flux",
"symbol" : "#/(m²·d)",
"ucumCode" : "{#}.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Number per Square Meter Day"
}, "Number per Square Metre Day", {
"@language" : "en",
"@value" : "Number per Square Metre Day"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-M3
URI: http://qudt.org/vocab/unit/NUM-PER-M3
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-M3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-M3> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NumberDensity> ;
<http://qudt.org/schema/qudt/symbol> "#/m³" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Cubic Meter"@en-US ;
rdfs:label "Number per Cubic Metre" ;
rdfs:label "Number per Cubic Metre"@en ;
.
{"resource":"Number per Cubic Metre"
,"qname":"unit:NUM-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-M3"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"exact match":"unit:PER-M3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:NumberDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Cubic Meter"
,"label":"Number per Cubic Metre"
,"label":"Number per Cubic Metre"
,"symbol":"#\/m³"
,"type":"qudt:Unit"
,"ucum code":"{#}.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/PER-M3",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/NumberDensity",
"symbol" : "#/m³",
"ucumCode" : "{#}.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Cubic Metre", {
"@language" : "en-us",
"@value" : "Number per Cubic Meter"
}, {
"@language" : "en",
"@value" : "Number per Cubic Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-MIN
URI: http://qudt.org/vocab/unit/NUM-PER-MIN
A unit for count rate.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A unit for count rate."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CountRate> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MIN-PER-NUM> ;
<http://qudt.org/schema/qudt/symbol> "#/min" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Minute" ;
rdfs:label "Number per Minute"@en ;
.
{"resource":"Number per Minute"
,"qname":"unit:NUM-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-MIN"
,"properties":["conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"A unit for count rate."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CountRate"
,"has reciprocal unit":"unit:MIN-PER-NUM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Minute"
,"label":"Number per Minute"
,"symbol":"#\/min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"{#}.min-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A unit for count rate.",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CountRate",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MIN-PER-NUM",
"symbol" : "#/min",
"ucumCode" : "{#}.min-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Minute", {
"@language" : "en",
"@value" : "Number per Minute"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-MicroL
URI: http://qudt.org/vocab/unit/NUM-PER-MicroL
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-MicroL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NumberDensity> ;
<http://qudt.org/schema/qudt/symbol> "#/μL" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.uL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Microliter"@en-US ;
rdfs:label "Number per Microlitre" ;
rdfs:label "Number per Microlitre"@en ;
.
{"resource":"Number per Microlitre"
,"qname":"unit:NUM-PER-MicroL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-MicroL"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:NumberDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Microliter"
,"label":"Number per Microlitre"
,"label":"Number per Microlitre"
,"symbol":"#\/μL"
,"type":"qudt:Unit"
,"ucum code":"{#}.uL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-MicroL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/NumberDensity",
"symbol" : "#/μL",
"ucumCode" : "{#}.uL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Microlitre", {
"@language" : "en",
"@value" : "Number per Microlitre"
}, {
"@language" : "en-us",
"@value" : "Number per Microliter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-MilliGM
URI: http://qudt.org/vocab/unit/NUM-PER-MilliGM
Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-MilliGM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram)."@en ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-MilliGM> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/symbol> "#/mg" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.mg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Milligram" ;
rdfs:label "Number per Milligram"@en ;
.
{"resource":"Number per Milligram"
,"qname":"unit:NUM-PER-MilliGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-MilliGM"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram)."
,"exact match":"unit:PER-MilliGM"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Milligram"
,"label":"Number per Milligram"
,"symbol":"#\/mg"
,"type":"qudt:Unit"
,"ucum code":"{#}.mg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-MilliGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Count of an entity or phenomenon occurrence in one millionth of the SI unit of mass (kilogram)."
},
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"exactMatch" : "http://qudt.org/vocab/unit/PER-MilliGM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "#/mg",
"ucumCode" : "{#}.mg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Milligram", {
"@language" : "en",
"@value" : "Number per Milligram"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-MilliL
URI: http://qudt.org/vocab/unit/NUM-PER-MilliL
Count of an entity or phenomenon occurrence in one thousandth of the SI unit of volume (litre).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-MilliL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Count of an entity or phenomenon occurrence in one thousandth of the SI unit of volume (litre)."@en ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NumberDensity> ;
<http://qudt.org/schema/qudt/symbol> "#/mL" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.mL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Milliliter"@en-US ;
rdfs:label "Number per Millilitre" ;
rdfs:label "Number per Millilitre"@en ;
.
{"resource":"Number per Millilitre"
,"qname":"unit:NUM-PER-MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-MilliL"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"Count of an entity or phenomenon occurrence in one thousandth of the SI unit of volume (litre)."
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:NumberDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Milliliter"
,"label":"Number per Millilitre"
,"label":"Number per Millilitre"
,"symbol":"#\/mL"
,"type":"qudt:Unit"
,"ucum code":"{#}.mL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-MilliL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Count of an entity or phenomenon occurrence in one thousandth of the SI unit of volume (litre)."
},
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/NumberDensity",
"symbol" : "#/mL",
"ucumCode" : "{#}.mL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Number per Milliliter"
}, "Number per Millilitre", {
"@language" : "en",
"@value" : "Number per Millilitre"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-MilliM3
URI: http://qudt.org/vocab/unit/NUM-PER-MilliM3
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-MilliM3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-MilliM3> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NumberDensity> ;
<http://qudt.org/schema/qudt/symbol> "#/mm³" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.mm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Cubic Millimeter"@en-US ;
rdfs:label "Number per Cubic Millimetre" ;
rdfs:label "Number per Cubic Millimetre"@en ;
.
{"resource":"Number per Cubic Millimetre"
,"qname":"unit:NUM-PER-MilliM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-MilliM3"
,"properties":["conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"exact match":"unit:PER-MilliM3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:NumberDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Cubic Millimeter"
,"label":"Number per Cubic Millimetre"
,"label":"Number per Cubic Millimetre"
,"symbol":"#\/mm³"
,"type":"qudt:Unit"
,"ucum code":"{#}.mm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-MilliM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"exactMatch" : "http://qudt.org/vocab/unit/PER-MilliM3",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/NumberDensity",
"symbol" : "#/mm³",
"ucumCode" : "{#}.mm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Number per Cubic Millimeter"
}, "Number per Cubic Millimetre", {
"@language" : "en",
"@value" : "Number per Cubic Millimetre"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-NanoL
URI: http://qudt.org/vocab/unit/NUM-PER-NanoL
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-NanoL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NumberDensity> ;
<http://qudt.org/schema/qudt/symbol> "#/nL" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.nL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Nanoliter"@en-US ;
rdfs:label "Number per Nanolitre" ;
rdfs:label "Number per Nanolitre"@en ;
.
{"resource":"Number per Nanolitre"
,"qname":"unit:NUM-PER-NanoL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-NanoL"
,"properties":["conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:NumberDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Nanoliter"
,"label":"Number per Nanolitre"
,"label":"Number per Nanolitre"
,"symbol":"#\/nL"
,"type":"qudt:Unit"
,"ucum code":"{#}.nL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-NanoL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/NumberDensity",
"symbol" : "#/nL",
"ucumCode" : "{#}.nL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Nanolitre", {
"@language" : "en",
"@value" : "Number per Nanolitre"
}, {
"@language" : "en-us",
"@value" : "Number per Nanoliter"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-PicoL
URI: http://qudt.org/vocab/unit/NUM-PER-PicoL
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-PicoL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NumberDensity> ;
<http://qudt.org/schema/qudt/symbol> "#/pL" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.pL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Picoliter"@en-US ;
rdfs:label "Number per Picolitre" ;
rdfs:label "Number per Picolitre"@en ;
.
{"resource":"Number per Picolitre"
,"qname":"unit:NUM-PER-PicoL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-PicoL"
,"properties":["conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:NumberDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Picoliter"
,"label":"Number per Picolitre"
,"label":"Number per Picolitre"
,"symbol":"#\/pL"
,"type":"qudt:Unit"
,"ucum code":"{#}.pL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-PicoL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/NumberDensity",
"symbol" : "#/pL",
"ucumCode" : "{#}.pL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Number per Picoliter"
}, "Number per Picolitre", {
"@language" : "en",
"@value" : "Number per Picolitre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-SEC
URI: http://qudt.org/vocab/unit/NUM-PER-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-SEC> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CountRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/SEC-PER-NUM> ;
<http://qudt.org/schema/qudt/symbol> "#/s" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q115536343> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Second" ;
rdfs:label "Number per Second"@en ;
.
{"resource":"Number per Second"
,"qname":"unit:NUM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q115536343>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"exact match":"unit:PER-SEC"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CountRate"
,"has quantity kind":"quantitykind:Frequency"
,"has reciprocal unit":"unit:SEC-PER-NUM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Second"
,"label":"Number per Second"
,"symbol":"#\/s"
,"type":"qudt:Unit"
,"ucum code":"{#}.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/PER-SEC",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Frequency", "http://qudt.org/vocab/quantitykind/CountRate" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/SEC-PER-NUM",
"symbol" : "#/s",
"ucumCode" : "{#}.s-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q115536343",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Second", {
"@language" : "en",
"@value" : "Number per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NUM-PER-YR
URI: http://qudt.org/vocab/unit/NUM-PER-YR
"Number per Year" is a unit for 'Frequency' expressed as $\#/yr$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NUM-PER-YR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Number per Year\" is a unit for 'Frequency' expressed as $\\#/yr$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000003168808781402895023702689684893655 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-8 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-YR> ;
<http://qudt.org/schema/qudt/expression> "$\\#/yr$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CountRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/YR-PER-NUM> ;
<http://qudt.org/schema/qudt/symbol> "#/a" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Number per Year" ;
rdfs:label "Number per Year"@en ;
.
{"resource":"Number per Year"
,"qname":"unit:NUM-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NUM-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.00000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-8"
,"description":"\"Number per Year\" is a unit for 'Frequency' expressed as $\\#\/yr$."
,"exact match":"unit:PER-YR"
,"expression":"$\\#\/yr$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CountRate"
,"has quantity kind":"quantitykind:Frequency"
,"has reciprocal unit":"unit:YR-PER-NUM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Number per Year"
,"label":"Number per Year"
,"symbol":"#\/a"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"{#}.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NUM-PER-YR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Number per Year\" is a unit for 'Frequency' expressed as $\\#/yr$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-8,
"exactMatch" : "http://qudt.org/vocab/unit/PER-YR",
"expression" : "$\\#/yr$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/CountRate", "http://qudt.org/vocab/quantitykind/Frequency" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/YR-PER-NUM",
"symbol" : "#/a",
"ucumCode" : "{#}.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Number per Year", {
"@language" : "en",
"@value" : "Number per Year"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoA
URI: http://qudt.org/vocab/unit/NanoA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA901" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA901"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "nA" ; <http://qudt.org/schema/qudt/ucumCode> "nA"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C39" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53679486> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanoamper"@hu ; rdfs:label "Nanoamper"@pl ; rdfs:label "Nanoamper"@ro ; rdfs:label "Nanoamper"@sl ; rdfs:label "Nanoamper"@tr ; rdfs:label "Nanoampere" ; rdfs:label "Nanoampere"@de ; rdfs:label "Nanoampere"@en ; rdfs:label "Nanoampere"@it ; rdfs:label "Nanoampere"@ms ; rdfs:label "Nanoamperio"@es ; rdfs:label "Nanoampère"@fr ; rdfs:label "Nanoampér"@cs ; .
{"resource":"Nanoampere"
,"qname":"unit:NanoA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53679486>"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA901"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA901"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanoamper"
,"label":"Nanoamper"
,"label":"Nanoamper"
,"label":"Nanoamper"
,"label":"Nanoamper"
,"label":"Nanoampere"
,"label":"Nanoampere"
,"label":"Nanoampere"
,"label":"Nanoampere"
,"label":"Nanoampere"
,"label":"Nanoamperio"
,"label":"Nanoampère"
,"label":"Nanoampér"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:A"
,"symbol":"nA"
,"type":"qudt:Unit"
,"ucum code":"nA"
,"unece common code":"C39"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent",
"iec61360Code" : "0112/2///62720#UAA901",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA901",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "nA",
"ucumCode" : "nA",
"uneceCommonCode" : "C39",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53679486",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Nanoampér"
}, {
"@language" : "hu",
"@value" : "Nanoamper"
}, {
"@language" : "pl",
"@value" : "Nanoamper"
}, {
"@language" : "ro",
"@value" : "Nanoamper"
}, {
"@language" : "sl",
"@value" : "Nanoamper"
}, {
"@language" : "tr",
"@value" : "Nanoamper"
}, {
"@language" : "fr",
"@value" : "Nanoampère"
}, {
"@language" : "es",
"@value" : "Nanoamperio"
}, "Nanoampere", {
"@language" : "de",
"@value" : "Nanoampere"
}, {
"@language" : "en",
"@value" : "Nanoampere"
}, {
"@language" : "it",
"@value" : "Nanoampere"
}, {
"@language" : "ms",
"@value" : "Nanoampere"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoA-PER-K
URI: http://qudt.org/vocab/unit/NanoA-PER-K
0.000000001-fold of the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI base unit ampere divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD899" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD899"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nA/K" ; <http://qudt.org/schema/qudt/ucumCode> "nA.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanoamper na Kelvin"@sl ; rdfs:label "Nanoamper na Kelwin"@pl ; rdfs:label "Nanoamper pe Kelvin"@ro ; rdfs:label "Nanoamper per Kelvin"@tr ; rdfs:label "Nanoampere per Kelvin" ; rdfs:label "Nanoampere per Kelvin"@en ; rdfs:label "Nanoampere per Kelvin"@it ; rdfs:label "Nanoampere per Kelvin"@ms ; rdfs:label "Nanoampere pro Kelvin"@de ; rdfs:label "Nanoamperio por Kelvin"@es ; rdfs:label "Nanoampère par Kelvin"@fr ; rdfs:label "Nanoampér na Kelvin"@cs ; .
{"resource":"Nanoampere per Kelvin"
,"qname":"unit:NanoA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoA-PER-K"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E1L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentPerTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD899"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD899"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanoamper na Kelvin"
,"label":"Nanoamper na Kelwin"
,"label":"Nanoamper pe Kelvin"
,"label":"Nanoamper per Kelvin"
,"label":"Nanoampere per Kelvin"
,"label":"Nanoampere per Kelvin"
,"label":"Nanoampere per Kelvin"
,"label":"Nanoampere per Kelvin"
,"label":"Nanoampere pro Kelvin"
,"label":"Nanoamperio por Kelvin"
,"label":"Nanoampère par Kelvin"
,"label":"Nanoampér na Kelvin"
,"symbol":"nA\/K"
,"type":"qudt:Unit"
,"ucum code":"nA.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI base unit ampere divided by the SI base unit kelvin",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentPerTemperature",
"iec61360Code" : "0112/2///62720#UAD899",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD899",
"symbol" : "nA/K",
"ucumCode" : "nA.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanoampere per Kelvin", {
"@language" : "en",
"@value" : "Nanoampere per Kelvin"
}, {
"@language" : "it",
"@value" : "Nanoampere per Kelvin"
}, {
"@language" : "ms",
"@value" : "Nanoampere per Kelvin"
}, {
"@language" : "cs",
"@value" : "Nanoampér na Kelvin"
}, {
"@language" : "es",
"@value" : "Nanoamperio por Kelvin"
}, {
"@language" : "sl",
"@value" : "Nanoamper na Kelvin"
}, {
"@language" : "de",
"@value" : "Nanoampere pro Kelvin"
}, {
"@language" : "ro",
"@value" : "Nanoamper pe Kelvin"
}, {
"@language" : "tr",
"@value" : "Nanoamper per Kelvin"
}, {
"@language" : "pl",
"@value" : "Nanoamper na Kelwin"
}, {
"@language" : "fr",
"@value" : "Nanoampère par Kelvin"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoBQ
URI: http://qudt.org/vocab/unit/NanoBQ
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoBQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ; <http://qudt.org/schema/qudt/symbol> "nBq" ; <http://qudt.org/schema/qudt/ucumCode> "nBq"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95866344> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanobecquerel" ; rdfs:label "Nanobecquerel"@cs ; rdfs:label "Nanobecquerel"@de ; rdfs:label "Nanobecquerel"@en ; rdfs:label "Nanobecquerel"@es ; rdfs:label "Nanobecquerel"@fr ; rdfs:label "Nanobecquerel"@hu ; rdfs:label "Nanobecquerel"@it ; rdfs:label "Nanobecquerel"@ms ; rdfs:label "Nanobecquerel"@ro ; rdfs:label "Nanobecquerel"@sl ; rdfs:label "Nanobekerel"@pl ; rdfs:label "Nanobekerel"@tr ; .
{"resource":"Nanobecquerel"
,"qname":"unit:NanoBQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoBQ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95866344>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanobecquerel"
,"label":"Nanobecquerel"
,"label":"Nanobecquerel"
,"label":"Nanobecquerel"
,"label":"Nanobecquerel"
,"label":"Nanobecquerel"
,"label":"Nanobecquerel"
,"label":"Nanobecquerel"
,"label":"Nanobecquerel"
,"label":"Nanobecquerel"
,"label":"Nanobecquerel"
,"label":"Nanobekerel"
,"label":"Nanobekerel"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:BQ"
,"symbol":"nBq"
,"type":"qudt:Unit"
,"ucum code":"nBq"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoBQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "nBq",
"ucumCode" : "nBq",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95866344",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanobecquerel", {
"@language" : "pl",
"@value" : "Nanobekerel"
}, {
"@language" : "tr",
"@value" : "Nanobekerel"
}, {
"@language" : "cs",
"@value" : "Nanobecquerel"
}, {
"@language" : "de",
"@value" : "Nanobecquerel"
}, {
"@language" : "en",
"@value" : "Nanobecquerel"
}, {
"@language" : "es",
"@value" : "Nanobecquerel"
}, {
"@language" : "fr",
"@value" : "Nanobecquerel"
}, {
"@language" : "hu",
"@value" : "Nanobecquerel"
}, {
"@language" : "it",
"@value" : "Nanobecquerel"
}, {
"@language" : "ms",
"@value" : "Nanobecquerel"
}, {
"@language" : "ro",
"@value" : "Nanobecquerel"
}, {
"@language" : "sl",
"@value" : "Nanobecquerel"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoBQ-PER-L
URI: http://qudt.org/vocab/unit/NanoBQ-PER-L
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoBQ-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "nBq/L" ; <http://qudt.org/schema/qudt/ucumCode> "nBq.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanobecquerel per Liter"@en-US ; rdfs:label "Nanobecquerel per Litre" ; rdfs:label "Nanobecquerel per Litre"@en ; .
{"resource":"Nanobecquerel per Litre"
,"qname":"unit:NanoBQ-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoBQ-PER-L"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanobecquerel per Liter"
,"label":"Nanobecquerel per Litre"
,"label":"Nanobecquerel per Litre"
,"symbol":"nBq\/L"
,"type":"qudt:Unit"
,"ucum code":"nBq.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoBQ-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ActivityConcentration",
"symbol" : "nBq/L",
"ucumCode" : "nBq.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Nanobecquerel per Liter"
}, "Nanobecquerel per Litre", {
"@language" : "en",
"@value" : "Nanobecquerel per Litre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoC
URI: http://qudt.org/vocab/unit/NanoC
A NanoCoulomb is $10^{-9} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NanoC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A NanoCoulomb is $10^{-9} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA902" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA902"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "nC" ;
<http://qudt.org/schema/qudt/ucumCode> "nC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C40" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q22934083> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Nanocoulomb" ;
rdfs:label "Nanocoulomb"@cs ;
rdfs:label "Nanocoulomb"@de ;
rdfs:label "Nanocoulomb"@en ;
rdfs:label "Nanocoulomb"@fr ;
rdfs:label "Nanocoulomb"@hu ;
rdfs:label "Nanocoulomb"@it ;
rdfs:label "Nanocoulomb"@ms ;
rdfs:label "Nanocoulomb"@ro ;
rdfs:label "Nanocoulomb"@sl ;
rdfs:label "Nanocoulomb"@tr ;
rdfs:label "Nanoculombio"@es ;
rdfs:label "Nanokulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Nanocoulomb"
,"qname":"unit:NanoC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q22934083>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"A NanoCoulomb is $10^{-9} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA902"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA902"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanocoulomb"
,"label":"Nanocoulomb"
,"label":"Nanocoulomb"
,"label":"Nanocoulomb"
,"label":"Nanocoulomb"
,"label":"Nanocoulomb"
,"label":"Nanocoulomb"
,"label":"Nanocoulomb"
,"label":"Nanocoulomb"
,"label":"Nanocoulomb"
,"label":"Nanocoulomb"
,"label":"Nanoculombio"
,"label":"Nanokulomb"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:C"
,"symbol":"nC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"nC"
,"unece common code":"C40"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A NanoCoulomb is $10^{-9} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"iec61360Code" : "0112/2///62720#UAA902",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA902",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "nC",
"ucumCode" : "nC",
"uneceCommonCode" : "C40",
"wikidataMatch" : "http://www.wikidata.org/entity/Q22934083",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Nanoculombio"
}, {
"@language" : "pl",
"@value" : "Nanokulomb"
}, "Nanocoulomb", {
"@language" : "cs",
"@value" : "Nanocoulomb"
}, {
"@language" : "de",
"@value" : "Nanocoulomb"
}, {
"@language" : "en",
"@value" : "Nanocoulomb"
}, {
"@language" : "fr",
"@value" : "Nanocoulomb"
}, {
"@language" : "hu",
"@value" : "Nanocoulomb"
}, {
"@language" : "it",
"@value" : "Nanocoulomb"
}, {
"@language" : "ms",
"@value" : "Nanocoulomb"
}, {
"@language" : "ro",
"@value" : "Nanocoulomb"
}, {
"@language" : "sl",
"@value" : "Nanocoulomb"
}, {
"@language" : "tr",
"@value" : "Nanocoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoFARAD
URI: http://qudt.org/vocab/unit/NanoFARAD
A common metric unit of electric capacitance equal to $10^{-9} farad$. This unit was previously called the $millimicrofarad$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NanoFARAD>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A common metric unit of electric capacitance equal to $10^{-9} farad$. This unit was previously called the $millimicrofarad$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Farad"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Capacitance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA903" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA903"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FARAD> ;
<http://qudt.org/schema/qudt/symbol> "nF" ;
<http://qudt.org/schema/qudt/ucumCode> "nF"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C41" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2682463> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Nanofarad" ;
rdfs:label "Nanofarad"@cs ;
rdfs:label "Nanofarad"@de ;
rdfs:label "Nanofarad"@en ;
rdfs:label "Nanofarad"@fr ;
rdfs:label "Nanofarad"@hu ;
rdfs:label "Nanofarad"@it ;
rdfs:label "Nanofarad"@ms ;
rdfs:label "Nanofarad"@pl ;
rdfs:label "Nanofarad"@ro ;
rdfs:label "Nanofarad"@sl ;
rdfs:label "Nanofarad"@tr ;
rdfs:label "Nanofaradio"@es ;
.
{"resource":"Nanofarad"
,"qname":"unit:NanoFARAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoFARAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2682463>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Farad"
,"description":"A common metric unit of electric capacitance equal to $10^{-9} farad$. This unit was previously called the $millimicrofarad$."
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Capacitance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA903"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Farad?oldid=493070876"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA903"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofarad"
,"label":"Nanofaradio"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:FARAD"
,"symbol":"nF"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"nF"
,"unece common code":"C41"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoFARAD",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A common metric unit of electric capacitance equal to $10^{-9} farad$. This unit was previously called the $millimicrofarad$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"dbpediaMatch" : "http://dbpedia.org/resource/Farad",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Capacitance",
"iec61360Code" : "0112/2///62720#UAA903",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA903", "http://en.wikipedia.org/wiki/Farad?oldid=493070876" ],
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/FARAD",
"symbol" : "nF",
"ucumCode" : "nF",
"uneceCommonCode" : "C41",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2682463",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanofarad", {
"@language" : "cs",
"@value" : "Nanofarad"
}, {
"@language" : "de",
"@value" : "Nanofarad"
}, {
"@language" : "en",
"@value" : "Nanofarad"
}, {
"@language" : "fr",
"@value" : "Nanofarad"
}, {
"@language" : "hu",
"@value" : "Nanofarad"
}, {
"@language" : "it",
"@value" : "Nanofarad"
}, {
"@language" : "ms",
"@value" : "Nanofarad"
}, {
"@language" : "pl",
"@value" : "Nanofarad"
}, {
"@language" : "ro",
"@value" : "Nanofarad"
}, {
"@language" : "sl",
"@value" : "Nanofarad"
}, {
"@language" : "tr",
"@value" : "Nanofarad"
}, {
"@language" : "es",
"@value" : "Nanofaradio"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoFARAD-PER-M
URI: http://qudt.org/vocab/unit/NanoFARAD-PER-M
0.000000001-fold of the SI derived unit farad divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoFARAD-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permittivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA904" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA904"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "nF/m" ; <http://qudt.org/schema/qudt/ucumCode> "nF.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C42" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanofarad na Meter"@sl ; rdfs:label "Nanofarad na Metr"@cs ; rdfs:label "Nanofarad na Metr"@pl ; rdfs:label "Nanofarad par Mètre"@fr ; rdfs:label "Nanofarad pe Metru"@ro ; rdfs:label "Nanofarad per Meter"@en-US ; rdfs:label "Nanofarad per Meter"@ms ; rdfs:label "Nanofarad per Metre" ; rdfs:label "Nanofarad per Metre"@en ; rdfs:label "Nanofarad per Metre"@tr ; rdfs:label "Nanofarad per Metro"@it ; rdfs:label "Nanofarad pro Meter"@de ; rdfs:label "Nanofaradio por Metro"@es ; .
{"resource":"Nanofarad per Metre"
,"qname":"unit:NanoFARAD-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoFARAD-PER-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit farad divided by the SI base unit metre"
,"description (plain text)":"0.000000001-fold of the SI derived unit farad divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Permittivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA904"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA904"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanofarad na Meter"
,"label":"Nanofarad na Metr"
,"label":"Nanofarad na Metr"
,"label":"Nanofarad par Mètre"
,"label":"Nanofarad pe Metru"
,"label":"Nanofarad per Meter"
,"label":"Nanofarad per Meter"
,"label":"Nanofarad per Metre"
,"label":"Nanofarad per Metre"
,"label":"Nanofarad per Metre"
,"label":"Nanofarad per Metro"
,"label":"Nanofarad pro Meter"
,"label":"Nanofaradio por Metro"
,"symbol":"nF\/m"
,"type":"qudt:Unit"
,"ucum code":"nF.m-1"
,"unece common code":"C42"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoFARAD-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Permittivity",
"iec61360Code" : "0112/2///62720#UAA904",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA904",
"plainTextDescription" : "0.000000001-fold of the SI derived unit farad divided by the SI base unit metre",
"symbol" : "nF/m",
"ucumCode" : "nF.m-1",
"uneceCommonCode" : "C42",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Nanofaradio por Metro"
}, "Nanofarad per Metre", {
"@language" : "it",
"@value" : "Nanofarad per Metro"
}, {
"@language" : "en",
"@value" : "Nanofarad per Metre"
}, {
"@language" : "tr",
"@value" : "Nanofarad per Metre"
}, {
"@language" : "en-us",
"@value" : "Nanofarad per Meter"
}, {
"@language" : "ms",
"@value" : "Nanofarad per Meter"
}, {
"@language" : "sl",
"@value" : "Nanofarad na Meter"
}, {
"@language" : "ro",
"@value" : "Nanofarad pe Metru"
}, {
"@language" : "de",
"@value" : "Nanofarad pro Meter"
}, {
"@language" : "cs",
"@value" : "Nanofarad na Metr"
}, {
"@language" : "pl",
"@value" : "Nanofarad na Metr"
}, {
"@language" : "fr",
"@value" : "Nanofarad par Mètre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM
URI: http://qudt.org/vocab/unit/NanoGM
10**-9 grams or one 10**-12 of the SI standard unit of mass (kilogram).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "10**-9 grams or one 10**-12 of the SI standard unit of mass (kilogram)."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB836" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB836"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM> ; <http://qudt.org/schema/qudt/symbol> "ng" ; <http://qudt.org/schema/qudt/ucumCode> "ng"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2282906> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram" ; rdfs:label "Nanogram"@cs ; rdfs:label "Nanogram"@en ; rdfs:label "Nanogram"@ms ; rdfs:label "Nanogram"@pl ; rdfs:label "Nanogram"@ro ; rdfs:label "Nanogram"@sl ; rdfs:label "Nanogram"@tr ; rdfs:label "Nanogramm"@de ; rdfs:label "Nanogramm"@hu ; rdfs:label "Nanogramme"@fr ; rdfs:label "Nanogrammo"@it ; rdfs:label "Nanogramo"@es ; .
{"resource":"Nanogram"
,"qname":"unit:NanoGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2282906>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"10**-9 grams or one 10**-12 of the SI standard unit of mass (kilogram)."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB836"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB836"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram"
,"label":"Nanogram"
,"label":"Nanogram"
,"label":"Nanogram"
,"label":"Nanogram"
,"label":"Nanogram"
,"label":"Nanogram"
,"label":"Nanogram"
,"label":"Nanogramm"
,"label":"Nanogramm"
,"label":"Nanogramme"
,"label":"Nanogrammo"
,"label":"Nanogramo"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:GM"
,"symbol":"ng"
,"type":"qudt:Unit"
,"ucum code":"ng"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "10**-9 grams or one 10**-12 of the SI standard unit of mass (kilogram)."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB836",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB836",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/GM",
"symbol" : "ng",
"ucumCode" : "ng",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2282906",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanogram", {
"@language" : "cs",
"@value" : "Nanogram"
}, {
"@language" : "en",
"@value" : "Nanogram"
}, {
"@language" : "es",
"@value" : "Nanogramo"
}, {
"@language" : "ms",
"@value" : "Nanogram"
}, {
"@language" : "pl",
"@value" : "Nanogram"
}, {
"@language" : "ro",
"@value" : "Nanogram"
}, {
"@language" : "sl",
"@value" : "Nanogram"
}, {
"@language" : "tr",
"@value" : "Nanogram"
}, {
"@language" : "fr",
"@value" : "Nanogramme"
}, {
"@language" : "it",
"@value" : "Nanogrammo"
}, {
"@language" : "de",
"@value" : "Nanogramm"
}, {
"@language" : "hu",
"@value" : "Nanogramm"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-CentiM2
URI: http://qudt.org/vocab/unit/NanoGM-PER-CentiM2
0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-CentiM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2" ; <http://qudt.org/schema/qudt/symbol> "ng/cm²" ; <http://qudt.org/schema/qudt/ucumCode> "ng.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram na Centimetr Kwadratowy"@pl ; rdfs:label "Nanogram na Kvadratni Centimeter"@sl ; rdfs:label "Nanogram na Čtvereční Centimetr"@cs ; rdfs:label "Nanogram pe Centimetru Pătrat"@ro ; rdfs:label "Nanogram per Centimeter Persegi"@ms ; rdfs:label "Nanogram per Centimetrekare"@tr ; rdfs:label "Nanogram per Square Centimeter"@en-US ; rdfs:label "Nanogram per Square Centimetre" ; rdfs:label "Nanogram per Square Centimetre"@en ; rdfs:label "Nanogramm pro Quadratcentimeter"@de ; rdfs:label "Nanogramme par Centimètre Carré"@fr ; rdfs:label "Nanogrammo per Centimetro Quadrato"@it ; rdfs:label "Nanogramo por Centimetro Cuadrado"@es ; .
{"resource":"Nanogram per Square Centimetre"
,"qname":"unit:NanoGM-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-CentiM2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"
,"description (plain text)":"0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram na Centimetr Kwadratowy"
,"label":"Nanogram na Kvadratni Centimeter"
,"label":"Nanogram na Čtvereční Centimetr"
,"label":"Nanogram pe Centimetru Pătrat"
,"label":"Nanogram per Centimeter Persegi"
,"label":"Nanogram per Centimetrekare"
,"label":"Nanogram per Square Centimeter"
,"label":"Nanogram per Square Centimetre"
,"label":"Nanogram per Square Centimetre"
,"label":"Nanogramm pro Quadratcentimeter"
,"label":"Nanogramme par Centimètre Carré"
,"label":"Nanogrammo per Centimetro Quadrato"
,"label":"Nanogramo por Centimetro Cuadrado"
,"symbol":"ng\/cm²"
,"type":"qudt:Unit"
,"ucum code":"ng.cm-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"plainTextDescription" : "0,000,000,000,001-fold of the SI base unit kilogram divided by the 0.0001-fold of the power of the SI base unit metre and exponent 2",
"symbol" : "ng/cm²",
"ucumCode" : "ng.cm-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Nanogram per Centimeter Persegi"
}, {
"@language" : "en-us",
"@value" : "Nanogram per Square Centimeter"
}, {
"@language" : "pl",
"@value" : "Nanogram na Centimetr Kwadratowy"
}, {
"@language" : "de",
"@value" : "Nanogramm pro Quadratcentimeter"
}, {
"@language" : "es",
"@value" : "Nanogramo por Centimetro Cuadrado"
}, {
"@language" : "fr",
"@value" : "Nanogramme par Centimètre Carré"
}, {
"@language" : "sl",
"@value" : "Nanogram na Kvadratni Centimeter"
}, {
"@language" : "it",
"@value" : "Nanogrammo per Centimetro Quadrato"
}, {
"@language" : "tr",
"@value" : "Nanogram per Centimetrekare"
}, "Nanogram per Square Centimetre", {
"@language" : "en",
"@value" : "Nanogram per Square Centimetre"
}, {
"@language" : "cs",
"@value" : "Nanogram na Čtvereční Centimetr"
}, {
"@language" : "ro",
"@value" : "Nanogram pe Centimetru Pătrat"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-CentiM2-DAY
URI: http://qudt.org/vocab/unit/NanoGM-PER-CentiM2-DAY
A rate of change of 1e-12 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one day.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-CentiM2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of 1e-12 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one day."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "ng/(cm²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "ng.cm-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram per Square Centimeter Day"@en-US ; rdfs:label "Nanogram per Square Centimetre Day" ; rdfs:label "Nanogram per Square Centimetre Day"@en ; .
{"resource":"Nanogram per Square Centimetre Day"
,"qname":"unit:NanoGM-PER-CentiM2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-CentiM2-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-13"
,"description":"A rate of change of 1e-12 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one day."
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram per Square Centimeter Day"
,"label":"Nanogram per Square Centimetre Day"
,"label":"Nanogram per Square Centimetre Day"
,"symbol":"ng\/(cm²·d)"
,"type":"qudt:Unit"
,"ucum code":"ng.cm-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-CentiM2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change of 1e-12 of the SI unit of mass over 0.00001 of the SI unit of area in a period of one day."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"symbol" : "ng/(cm²·d)",
"ucumCode" : "ng.cm-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanogram per Square Centimetre Day", {
"@language" : "en",
"@value" : "Nanogram per Square Centimetre Day"
}, {
"@language" : "en-us",
"@value" : "Nanogram per Square Centimeter Day"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-DAY
URI: http://qudt.org/vocab/unit/NanoGM-PER-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-17 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ; <http://qudt.org/schema/qudt/symbol> "ng/d" ; <http://qudt.org/schema/qudt/ucumCode> "ng.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram per Day" ; rdfs:label "Nanogram per Day"@en ; .
{"resource":"Nanogram per Day"
,"qname":"unit:NanoGM-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-17"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram per Day"
,"label":"Nanogram per Day"
,"symbol":"ng\/d"
,"type":"qudt:Unit"
,"ucum code":"ng.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00000000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-17,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerTime",
"symbol" : "ng/d",
"ucumCode" : "ng.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanogram per Day", {
"@language" : "en",
"@value" : "Nanogram per Day"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-DeciL
URI: http://qudt.org/vocab/unit/NanoGM-PER-DeciL
A derived unit for amount-of-substance concentration measured in ng/dL.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-DeciL> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A derived unit for amount-of-substance concentration measured in ng/dL."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/expression> "$ng/dL$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/symbol> "ng/dL" ; <http://qudt.org/schema/qudt/ucumCode> "ng.dL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram per Deciliter"@en-US ; rdfs:label "Nanogram per Decilitre" ; rdfs:label "Nanogram per Decilitre"@en ; .
{"resource":"Nanogram per Decilitre"
,"qname":"unit:NanoGM-PER-DeciL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-DeciL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"A derived unit for amount-of-substance concentration measured in ng\/dL."
,"expression":"$ng\/dL$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram per Deciliter"
,"label":"Nanogram per Decilitre"
,"label":"Nanogram per Decilitre"
,"symbol":"ng\/dL"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"ng.dL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-DeciL",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A derived unit for amount-of-substance concentration measured in ng/dL.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"expression" : "$ng/dL$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"symbol" : "ng/dL",
"ucumCode" : "ng.dL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanogram per Decilitre", {
"@language" : "en",
"@value" : "Nanogram per Decilitre"
}, {
"@language" : "en-us",
"@value" : "Nanogram per Deciliter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-KiloGM
URI: http://qudt.org/vocab/unit/NanoGM-PER-KiloGM
mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA911" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA911"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "ng/kg" ; <http://qudt.org/schema/qudt/ucumCode> "ng.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L32" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107313738> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram na Kilogram"@cs ; rdfs:label "Nanogram na Kilogram"@pl ; rdfs:label "Nanogram na Kilogram"@sl ; rdfs:label "Nanogram pe Kilogram"@ro ; rdfs:label "Nanogram per Kilogram" ; rdfs:label "Nanogram per Kilogram"@en ; rdfs:label "Nanogram per Kilogram"@ms ; rdfs:label "Nanogram per Kilogram"@tr ; rdfs:label "Nanogramm pro Kilogramm"@de ; rdfs:label "Nanogramme par Kilogramme"@fr ; rdfs:label "Nanogrammo per Chilogrammo"@it ; rdfs:label "Nanogramo por Kilogramo"@es ; .
{"resource":"Nanogram per Kilogram"
,"qname":"unit:NanoGM-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107313738>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"
,"description (plain text)":"mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA911"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA911"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram na Kilogram"
,"label":"Nanogram na Kilogram"
,"label":"Nanogram na Kilogram"
,"label":"Nanogram pe Kilogram"
,"label":"Nanogram per Kilogram"
,"label":"Nanogram per Kilogram"
,"label":"Nanogram per Kilogram"
,"label":"Nanogram per Kilogram"
,"label":"Nanogramm pro Kilogramm"
,"label":"Nanogramme par Kilogramme"
,"label":"Nanogrammo per Chilogrammo"
,"label":"Nanogramo por Kilogramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"ng\/kg"
,"type":"qudt:Unit"
,"ucum code":"ng.kg-1"
,"unece common code":"L32"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"iec61360Code" : "0112/2///62720#UAA911",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA911",
"plainTextDescription" : "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "ng/kg",
"ucumCode" : "ng.kg-1",
"uneceCommonCode" : "L32",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107313738",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Nanogramm pro Kilogramm"
}, "Nanogram per Kilogram", {
"@language" : "en",
"@value" : "Nanogram per Kilogram"
}, {
"@language" : "ms",
"@value" : "Nanogram per Kilogram"
}, {
"@language" : "tr",
"@value" : "Nanogram per Kilogram"
}, {
"@language" : "fr",
"@value" : "Nanogramme par Kilogramme"
}, {
"@language" : "cs",
"@value" : "Nanogram na Kilogram"
}, {
"@language" : "pl",
"@value" : "Nanogram na Kilogram"
}, {
"@language" : "sl",
"@value" : "Nanogram na Kilogram"
}, {
"@language" : "it",
"@value" : "Nanogrammo per Chilogrammo"
}, {
"@language" : "es",
"@value" : "Nanogramo por Kilogramo"
}, {
"@language" : "ro",
"@value" : "Nanogram pe Kilogram"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-L
URI: http://qudt.org/vocab/unit/NanoGM-PER-L
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/symbol> "ng/L" ; <http://qudt.org/schema/qudt/ucumCode> "ng.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104907186> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram per Liter"@en-US ; rdfs:label "Nanogram per Liter"@nl ; rdfs:label "Nanogram per Litre" ; rdfs:label "Nanogram per Litre"@en ; .
{"resource":"Nanogram per Litre"
,"qname":"unit:NanoGM-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104907186>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassConcentration"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram per Liter"
,"label":"Nanogram per Liter"
,"label":"Nanogram per Litre"
,"label":"Nanogram per Litre"
,"symbol":"ng\/L"
,"type":"qudt:Unit"
,"ucum code":"ng.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassConcentration", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"symbol" : "ng/L",
"ucumCode" : "ng.L-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104907186",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Nanogram per Liter"
}, {
"@language" : "nl",
"@value" : "Nanogram per Liter"
}, "Nanogram per Litre", {
"@language" : "en",
"@value" : "Nanogram per Litre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-M2-PA-SEC
URI: http://qudt.org/vocab/unit/NanoGM-PER-M2-PA-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-M2-PA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VapourPermeance> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ng/(m²·Pa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "ng.m-2.Pa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram na Kvadratni Meter Pascal Sekunda"@sl ; rdfs:label "Nanogram na Metr Kwadratowy Paskal Sekunda"@pl ; rdfs:label "Nanogram na Čtvereční Metr Pascal Sekunda"@cs ; rdfs:label "Nanogram pe Metru Pătrat Pascal Secundă"@ro ; rdfs:label "Nanogram per Meter Persegi Pascal Saat"@ms ; rdfs:label "Nanogram per Metrekare Pascal Saniye"@tr ; rdfs:label "Nanogram per Square Meter Pascal Second"@en-US ; rdfs:label "Nanogram per Square Metre Pascal Second" ; rdfs:label "Nanogram per Square Metre Pascal Second"@en ; rdfs:label "Nanogramm pro Quadratmeter Pascal Sekunde"@de ; rdfs:label "Nanogramme par Mètre Carré Pascal Seconde"@fr ; rdfs:label "Nanogrammo per Metro Quadrato Pascal Secondo"@it ; rdfs:label "Nanogramo por Metro Cuadrado Pascal Segundo"@es ; .
{"resource":"Nanogram per Square Metre Pascal Second"
,"qname":"unit:NanoGM-PER-M2-PA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-M2-PA-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:VapourPermeance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Perm_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram na Kvadratni Meter Pascal Sekunda"
,"label":"Nanogram na Metr Kwadratowy Paskal Sekunda"
,"label":"Nanogram na Čtvereční Metr Pascal Sekunda"
,"label":"Nanogram pe Metru Pătrat Pascal Secundă"
,"label":"Nanogram per Meter Persegi Pascal Saat"
,"label":"Nanogram per Metrekare Pascal Saniye"
,"label":"Nanogram per Square Meter Pascal Second"
,"label":"Nanogram per Square Metre Pascal Second"
,"label":"Nanogram per Square Metre Pascal Second"
,"label":"Nanogramm pro Quadratmeter Pascal Sekunde"
,"label":"Nanogramme par Mètre Carré Pascal Seconde"
,"label":"Nanogrammo per Metro Quadrato Pascal Secondo"
,"label":"Nanogramo por Metro Cuadrado Pascal Segundo"
,"symbol":"ng\/(m²·Pa·s)"
,"type":"qudt:Unit"
,"ucum code":"ng.m-2.Pa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-M2-PA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VapourPermeance",
"informativeReference" : "https://en.wikipedia.org/wiki/Perm_(unit)",
"symbol" : "ng/(m²·Pa·s)",
"ucumCode" : "ng.m-2.Pa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Nanogramme par Mètre Carré Pascal Seconde"
}, {
"@language" : "en-us",
"@value" : "Nanogram per Square Meter Pascal Second"
}, {
"@language" : "ro",
"@value" : "Nanogram pe Metru Pătrat Pascal Secundă"
}, {
"@language" : "es",
"@value" : "Nanogramo por Metro Cuadrado Pascal Segundo"
}, {
"@language" : "sl",
"@value" : "Nanogram na Kvadratni Meter Pascal Sekunda"
}, {
"@language" : "de",
"@value" : "Nanogramm pro Quadratmeter Pascal Sekunde"
}, {
"@language" : "tr",
"@value" : "Nanogram per Metrekare Pascal Saniye"
}, "Nanogram per Square Metre Pascal Second", {
"@language" : "en",
"@value" : "Nanogram per Square Metre Pascal Second"
}, {
"@language" : "cs",
"@value" : "Nanogram na Čtvereční Metr Pascal Sekunda"
}, {
"@language" : "ms",
"@value" : "Nanogram per Meter Persegi Pascal Saat"
}, {
"@language" : "pl",
"@value" : "Nanogram na Metr Kwadratowy Paskal Sekunda"
}, {
"@language" : "it",
"@value" : "Nanogrammo per Metro Quadrato Pascal Secondo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-M3
URI: http://qudt.org/vocab/unit/NanoGM-PER-M3
"0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"
"Derived from GM-PER-M3 which exists in QUDT"
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3\""^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "ng/m³" ; <http://qudt.org/schema/qudt/ucumCode> "ng.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:comment "\"Derived from GM-PER-M3 which exists in QUDT\"" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram na Kubični Meter"@sl ; rdfs:label "Nanogram na Metr Krychlový"@cs ; rdfs:label "Nanogram na Metr Sześcienny"@pl ; rdfs:label "Nanogram pe Metru Cub"@ro ; rdfs:label "Nanogram per Cubic Meter"@en-US ; rdfs:label "Nanogram per Cubic Metre" ; rdfs:label "Nanogram per Cubic Metre"@en ; rdfs:label "Nanogram per Meter Kubik"@ms ; rdfs:label "Nanogram per Metreküp"@tr ; rdfs:label "Nanogramm pro Kubikmeter"@de ; rdfs:label "Nanogramme par Mètre Cube"@fr ; rdfs:label "Nanogrammo per Metro Cubo"@it ; rdfs:label "Nanogramo por Metro Cúbico"@es ; .
{"resource":"Nanogram per Cubic Metre"
,"qname":"unit:NanoGM-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-M3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"comment":"\"Derived from GM-PER-M3 which exists in QUDT\""
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"\"0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3\""
,"description (plain text)":"0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram na Kubični Meter"
,"label":"Nanogram na Metr Krychlový"
,"label":"Nanogram na Metr Sześcienny"
,"label":"Nanogram pe Metru Cub"
,"label":"Nanogram per Cubic Meter"
,"label":"Nanogram per Cubic Metre"
,"label":"Nanogram per Cubic Metre"
,"label":"Nanogram per Meter Kubik"
,"label":"Nanogram per Metreküp"
,"label":"Nanogramm pro Kubikmeter"
,"label":"Nanogramme par Mètre Cube"
,"label":"Nanogrammo per Metro Cubo"
,"label":"Nanogramo por Metro Cúbico"
,"symbol":"ng\/m³"
,"type":"qudt:Unit"
,"ucum code":"ng.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3\"",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"plainTextDescription" : "0.000000000001-fold of the SI base unit kilogram divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "ng/m³",
"ucumCode" : "ng.m-3",
"comment" : "\"Derived from GM-PER-M3 which exists in QUDT\"",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Nanogram per Cubic Meter"
}, {
"@language" : "cs",
"@value" : "Nanogram na Metr Krychlový"
}, {
"@language" : "it",
"@value" : "Nanogrammo per Metro Cubo"
}, {
"@language" : "es",
"@value" : "Nanogramo por Metro Cúbico"
}, {
"@language" : "ro",
"@value" : "Nanogram pe Metru Cub"
}, "Nanogram per Cubic Metre", {
"@language" : "en",
"@value" : "Nanogram per Cubic Metre"
}, {
"@language" : "tr",
"@value" : "Nanogram per Metreküp"
}, {
"@language" : "pl",
"@value" : "Nanogram na Metr Sześcienny"
}, {
"@language" : "fr",
"@value" : "Nanogramme par Mètre Cube"
}, {
"@language" : "sl",
"@value" : "Nanogram na Kubični Meter"
}, {
"@language" : "de",
"@value" : "Nanogramm pro Kubikmeter"
}, {
"@language" : "ms",
"@value" : "Nanogram per Meter Kubik"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-MicroL
URI: http://qudt.org/vocab/unit/NanoGM-PER-MicroL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-MicroL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/symbol> "ng/μL" ; <http://qudt.org/schema/qudt/ucumCode> "ng.uL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram per Microliter"@en-US ; rdfs:label "Nanogram per Microlitre" ; rdfs:label "Nanogram per Microlitre"@en ; .
{"resource":"Nanogram per Microlitre"
,"qname":"unit:NanoGM-PER-MicroL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-MicroL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram per Microliter"
,"label":"Nanogram per Microlitre"
,"label":"Nanogram per Microlitre"
,"symbol":"ng\/μL"
,"type":"qudt:Unit"
,"ucum code":"ng.uL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-MicroL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"symbol" : "ng/μL",
"ucumCode" : "ng.uL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Nanogram per Microliter"
}, "Nanogram per Microlitre", {
"@language" : "en",
"@value" : "Nanogram per Microlitre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-MilliGM
URI: http://qudt.org/vocab/unit/NanoGM-PER-MilliGM
mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-MilliGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/plainTextDescription> "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the milligram" ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "ng/mg" ; <http://qudt.org/schema/qudt/ucumCode> "ng.mg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram na Milligram"@cs ; rdfs:label "Nanogram na Milligram"@pl ; rdfs:label "Nanogram na Milligram"@sl ; rdfs:label "Nanogram pe Milligram"@ro ; rdfs:label "Nanogram per Milligram" ; rdfs:label "Nanogram per Milligram"@en ; rdfs:label "Nanogram per Milligram"@ms ; rdfs:label "Nanogram per Milligram"@tr ; rdfs:label "Nanogramm pro Milligramm"@de ; rdfs:label "Nanogramme par Milligramme"@fr ; rdfs:label "Nanogrammo per Milligrammo"@it ; rdfs:label "Nanogramo por Milligramo"@es ; .
{"resource":"Nanogram per Milligram"
,"qname":"unit:NanoGM-PER-MilliGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-MilliGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram"
,"description (plain text)":"mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the milligram"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram na Milligram"
,"label":"Nanogram na Milligram"
,"label":"Nanogram na Milligram"
,"label":"Nanogram pe Milligram"
,"label":"Nanogram per Milligram"
,"label":"Nanogram per Milligram"
,"label":"Nanogram per Milligram"
,"label":"Nanogram per Milligram"
,"label":"Nanogramm pro Milligramm"
,"label":"Nanogramme par Milligramme"
,"label":"Nanogrammo per Milligrammo"
,"label":"Nanogramo por Milligramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"ng\/mg"
,"type":"qudt:Unit"
,"ucum code":"ng.mg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-MilliGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"plainTextDescription" : "mass ratio consisting of the 0.000000000001-fold of the SI base unit kilogram divided by the milligram",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "ng/mg",
"ucumCode" : "ng.mg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Nanogram pe Milligram"
}, {
"@language" : "de",
"@value" : "Nanogramm pro Milligramm"
}, {
"@language" : "cs",
"@value" : "Nanogram na Milligram"
}, {
"@language" : "pl",
"@value" : "Nanogram na Milligram"
}, {
"@language" : "sl",
"@value" : "Nanogram na Milligram"
}, {
"@language" : "es",
"@value" : "Nanogramo por Milligramo"
}, {
"@language" : "it",
"@value" : "Nanogrammo per Milligrammo"
}, {
"@language" : "fr",
"@value" : "Nanogramme par Milligramme"
}, "Nanogram per Milligram", {
"@language" : "en",
"@value" : "Nanogram per Milligram"
}, {
"@language" : "ms",
"@value" : "Nanogram per Milligram"
}, {
"@language" : "tr",
"@value" : "Nanogram per Milligram"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGM-PER-MilliL
URI: http://qudt.org/vocab/unit/NanoGM-PER-MilliL
One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGM-PER-MilliL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/symbol> "ng/mL" ; <http://qudt.org/schema/qudt/ucumCode> "ng.mL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogram per Milliliter"@en-US ; rdfs:label "Nanogram per Millilitre" ; rdfs:label "Nanogram per Millilitre"@en ; .
{"resource":"Nanogram per Millilitre"
,"qname":"unit:NanoGM-PER-MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGM-PER-MilliL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassConcentration"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogram per Milliliter"
,"label":"Nanogram per Millilitre"
,"label":"Nanogram per Millilitre"
,"symbol":"ng\/mL"
,"type":"qudt:Unit"
,"ucum code":"ng.mL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGM-PER-MilliL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One 10**12 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassConcentration", "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"symbol" : "ng/mL",
"ucumCode" : "ng.mL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanogram per Millilitre", {
"@language" : "en",
"@value" : "Nanogram per Millilitre"
}, {
"@language" : "en-us",
"@value" : "Nanogram per Milliliter"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGRAY
URI: http://qudt.org/vocab/unit/NanoGRAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGRAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Kerma> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GRAY> ; <http://qudt.org/schema/qudt/symbol> "nGy" ; <http://qudt.org/schema/qudt/ucumCode> "nGy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94734593> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogray" ; rdfs:label "Nanogray"@cs ; rdfs:label "Nanogray"@de ; rdfs:label "Nanogray"@en ; rdfs:label "Nanogray"@es ; rdfs:label "Nanogray"@fr ; rdfs:label "Nanogray"@hu ; rdfs:label "Nanogray"@it ; rdfs:label "Nanogray"@ms ; rdfs:label "Nanogray"@ro ; rdfs:label "Nanogray"@sl ; rdfs:label "Nanogray"@tr ; rdfs:label "Nanogrej"@pl ; .
{"resource":"Nanogray"
,"qname":"unit:NanoGRAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGRAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94734593>"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AbsorbedDose"
,"has quantity kind":"quantitykind:Kerma"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogray"
,"label":"Nanogrej"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:GRAY"
,"symbol":"nGy"
,"type":"qudt:Unit"
,"ucum code":"nGy"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGRAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDose", "http://qudt.org/vocab/quantitykind/Kerma" ],
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/GRAY",
"symbol" : "nGy",
"ucumCode" : "nGy",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94734593",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanogray", {
"@language" : "cs",
"@value" : "Nanogray"
}, {
"@language" : "de",
"@value" : "Nanogray"
}, {
"@language" : "en",
"@value" : "Nanogray"
}, {
"@language" : "es",
"@value" : "Nanogray"
}, {
"@language" : "fr",
"@value" : "Nanogray"
}, {
"@language" : "hu",
"@value" : "Nanogray"
}, {
"@language" : "it",
"@value" : "Nanogray"
}, {
"@language" : "ms",
"@value" : "Nanogray"
}, {
"@language" : "pl",
"@value" : "Nanogrej"
}, {
"@language" : "ro",
"@value" : "Nanogray"
}, {
"@language" : "sl",
"@value" : "Nanogray"
}, {
"@language" : "tr",
"@value" : "Nanogray"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGRAY-PER-HR
URI: http://qudt.org/vocab/unit/NanoGRAY-PER-HR
0.000000001-fold of the SI derived unit gray divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGRAY-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit gray divided by the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB479" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB479"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nGy/h" ; <http://qudt.org/schema/qudt/ucumCode> "nGy.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P64" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617523> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogray per Hour" ; rdfs:label "Nanogray per Hour"@en ; .
{"resource":"Nanogray per Hour"
,"qname":"unit:NanoGRAY-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGRAY-PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617523>"
,"conversion multiplier":"0.0000000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-13"
,"description":"0.000000001-fold of the SI derived unit gray divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB479"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB479"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogray per Hour"
,"label":"Nanogray per Hour"
,"symbol":"nGy\/h"
,"type":"qudt:Unit"
,"ucum code":"nGy.h-1"
,"unece common code":"P64"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGRAY-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit gray divided by the unit hour",
"conversionMultiplier" : "0.0000000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/KermaRate" ],
"iec61360Code" : "0112/2///62720#UAB479",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB479",
"symbol" : "nGy/h",
"ucumCode" : "nGy.h-1",
"uneceCommonCode" : "P64",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617523",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanogray per Hour", {
"@language" : "en",
"@value" : "Nanogray per Hour"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGRAY-PER-MIN
URI: http://qudt.org/vocab/unit/NanoGRAY-PER-MIN
0.000000001-fold of the SI derived unit gray divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGRAY-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit gray divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB475" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB475"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nGy/min" ; <http://qudt.org/schema/qudt/ucumCode> "nGy.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P60" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogray per Minute" ; rdfs:label "Nanogray per Minute"@en ; .
{"resource":"Nanogray per Minute"
,"qname":"unit:NanoGRAY-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGRAY-PER-MIN"
,"properties":["conversion multiplier":"0.00000000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-11"
,"description":"0.000000001-fold of the SI derived unit gray divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB475"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB475"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogray per Minute"
,"label":"Nanogray per Minute"
,"symbol":"nGy\/min"
,"type":"qudt:Unit"
,"ucum code":"nGy.min-1"
,"unece common code":"P60"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGRAY-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit gray divided by the unit minute",
"conversionMultiplier" : "0.00000000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/KermaRate" ],
"iec61360Code" : "0112/2///62720#UAB475",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB475",
"symbol" : "nGy/min",
"ucumCode" : "nGy.min-1",
"uneceCommonCode" : "P60",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanogray per Minute", {
"@language" : "en",
"@value" : "Nanogray per Minute"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoGRAY-PER-SEC
URI: http://qudt.org/vocab/unit/NanoGRAY-PER-SEC
0.000000001-fold of the SI derived unit gray divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoGRAY-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit gray divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB300" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB300"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nGy/s" ; <http://qudt.org/schema/qudt/ucumCode> "nGy.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P56" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106617515> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanogray na Sekunda"@cs ; rdfs:label "Nanogray na Sekunda"@sl ; rdfs:label "Nanogray par Seconde"@fr ; rdfs:label "Nanogray pe Secundă"@ro ; rdfs:label "Nanogray per Saat"@ms ; rdfs:label "Nanogray per Saniye"@tr ; rdfs:label "Nanogray per Second" ; rdfs:label "Nanogray per Second"@en ; rdfs:label "Nanogray per Secondo"@it ; rdfs:label "Nanogray por Segundo"@es ; rdfs:label "Nanogray pro Sekunde"@de ; rdfs:label "Nanogrej na Sekunda"@pl ; .
{"resource":"Nanogray per Second"
,"qname":"unit:NanoGRAY-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoGRAY-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106617515>"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit gray divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB300"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB300"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanogray na Sekunda"
,"label":"Nanogray na Sekunda"
,"label":"Nanogray par Seconde"
,"label":"Nanogray pe Secundă"
,"label":"Nanogray per Saat"
,"label":"Nanogray per Saniye"
,"label":"Nanogray per Second"
,"label":"Nanogray per Second"
,"label":"Nanogray per Secondo"
,"label":"Nanogray por Segundo"
,"label":"Nanogray pro Sekunde"
,"label":"Nanogrej na Sekunda"
,"symbol":"nGy\/s"
,"type":"qudt:Unit"
,"ucum code":"nGy.s-1"
,"unece common code":"P56"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoGRAY-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit gray divided by the SI base unit second",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/KermaRate" ],
"iec61360Code" : "0112/2///62720#UAB300",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB300",
"symbol" : "nGy/s",
"ucumCode" : "nGy.s-1",
"uneceCommonCode" : "P56",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106617515",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Nanogrej na Sekunda"
}, {
"@language" : "ms",
"@value" : "Nanogray per Saat"
}, {
"@language" : "cs",
"@value" : "Nanogray na Sekunda"
}, {
"@language" : "sl",
"@value" : "Nanogray na Sekunda"
}, {
"@language" : "ro",
"@value" : "Nanogray pe Secundă"
}, {
"@language" : "de",
"@value" : "Nanogray pro Sekunde"
}, {
"@language" : "fr",
"@value" : "Nanogray par Seconde"
}, "Nanogray per Second", {
"@language" : "en",
"@value" : "Nanogray per Second"
}, {
"@language" : "tr",
"@value" : "Nanogray per Saniye"
}, {
"@language" : "it",
"@value" : "Nanogray per Secondo"
}, {
"@language" : "es",
"@value" : "Nanogray por Segundo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoH
URI: http://qudt.org/vocab/unit/NanoH
0.000000001-fold of the SI derived unit henry
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoH> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit henry"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/H_Ab> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Inductance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permeance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA905" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA905"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI derived unit henry" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/H> ; <http://qudt.org/schema/qudt/symbol> "nH" ; <http://qudt.org/schema/qudt/ucumCode> "nH"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C43" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2636421> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanohenr"@pl ; rdfs:label "Nanohenrio"@es ; rdfs:label "Nanohenry" ; rdfs:label "Nanohenry"@cs ; rdfs:label "Nanohenry"@de ; rdfs:label "Nanohenry"@en ; rdfs:label "Nanohenry"@fr ; rdfs:label "Nanohenry"@hu ; rdfs:label "Nanohenry"@it ; rdfs:label "Nanohenry"@ms ; rdfs:label "Nanohenry"@ro ; rdfs:label "Nanohenry"@sl ; rdfs:label "Nanohenry"@tr ; .
{"resource":"Nanohenry"
,"qname":"unit:NanoH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2636421>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit henry"
,"description (plain text)":"0.000000001-fold of the SI derived unit henry"
,"exact match":"unit:H_Ab"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Inductance"
,"has quantity kind":"quantitykind:Permeance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA905"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA905"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanohenr"
,"label":"Nanohenrio"
,"label":"Nanohenry"
,"label":"Nanohenry"
,"label":"Nanohenry"
,"label":"Nanohenry"
,"label":"Nanohenry"
,"label":"Nanohenry"
,"label":"Nanohenry"
,"label":"Nanohenry"
,"label":"Nanohenry"
,"label":"Nanohenry"
,"label":"Nanohenry"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:H"
,"symbol":"nH"
,"type":"qudt:Unit"
,"ucum code":"nH"
,"unece common code":"C43"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit henry",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"exactMatch" : "http://qudt.org/vocab/unit/H_Ab",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Permeance", "http://qudt.org/vocab/quantitykind/Inductance" ],
"iec61360Code" : "0112/2///62720#UAA905",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA905",
"plainTextDescription" : "0.000000001-fold of the SI derived unit henry",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/H",
"symbol" : "nH",
"ucumCode" : "nH",
"uneceCommonCode" : "C43",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2636421",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanohenry", {
"@language" : "cs",
"@value" : "Nanohenry"
}, {
"@language" : "de",
"@value" : "Nanohenry"
}, {
"@language" : "es",
"@value" : "Nanohenrio"
}, {
"@language" : "en",
"@value" : "Nanohenry"
}, {
"@language" : "fr",
"@value" : "Nanohenry"
}, {
"@language" : "hu",
"@value" : "Nanohenry"
}, {
"@language" : "it",
"@value" : "Nanohenry"
}, {
"@language" : "ms",
"@value" : "Nanohenry"
}, {
"@language" : "ro",
"@value" : "Nanohenry"
}, {
"@language" : "sl",
"@value" : "Nanohenry"
}, {
"@language" : "tr",
"@value" : "Nanohenry"
}, {
"@language" : "pl",
"@value" : "Nanohenr"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoH-PER-M
URI: http://qudt.org/vocab/unit/NanoH-PER-M
0.000000001-fold of the SI derived unit henry divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoH-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticPermeability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permeability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA906" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA906"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "nH/m" ; <http://qudt.org/schema/qudt/ucumCode> "nH.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C44" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107538724> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanohenr na Metr"@pl ; rdfs:label "Nanohenrio por Metro"@es ; rdfs:label "Nanohenry na Meter"@sl ; rdfs:label "Nanohenry na Metr"@cs ; rdfs:label "Nanohenry par Mètre"@fr ; rdfs:label "Nanohenry pe Metru"@ro ; rdfs:label "Nanohenry per Meter"@en-US ; rdfs:label "Nanohenry per Meter"@ms ; rdfs:label "Nanohenry per Metre" ; rdfs:label "Nanohenry per Metre"@en ; rdfs:label "Nanohenry per Metre"@tr ; rdfs:label "Nanohenry per Metro"@it ; rdfs:label "Nanohenry pro Meter"@de ; .
{"resource":"Nanohenry per Metre"
,"qname":"unit:NanoH-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoH-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107538724>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit henry divided by the SI base unit metre"
,"description (plain text)":"0.000000001-fold of the SI derived unit henry divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ElectromagneticPermeability"
,"has quantity kind":"quantitykind:Permeability"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA906"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA906"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanohenr na Metr"
,"label":"Nanohenrio por Metro"
,"label":"Nanohenry na Meter"
,"label":"Nanohenry na Metr"
,"label":"Nanohenry par Mètre"
,"label":"Nanohenry pe Metru"
,"label":"Nanohenry per Meter"
,"label":"Nanohenry per Meter"
,"label":"Nanohenry per Metre"
,"label":"Nanohenry per Metre"
,"label":"Nanohenry per Metre"
,"label":"Nanohenry per Metro"
,"label":"Nanohenry pro Meter"
,"symbol":"nH\/m"
,"type":"qudt:Unit"
,"ucum code":"nH.m-1"
,"unece common code":"C44"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoH-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectromagneticPermeability", "http://qudt.org/vocab/quantitykind/Permeability" ],
"iec61360Code" : "0112/2///62720#UAA906",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA906",
"plainTextDescription" : "0.000000001-fold of the SI derived unit henry divided by the SI base unit metre",
"symbol" : "nH/m",
"ucumCode" : "nH.m-1",
"uneceCommonCode" : "C44",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107538724",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Nanohenry pe Metru"
}, "Nanohenry per Metre", {
"@language" : "en",
"@value" : "Nanohenry per Metre"
}, {
"@language" : "tr",
"@value" : "Nanohenry per Metre"
}, {
"@language" : "de",
"@value" : "Nanohenry pro Meter"
}, {
"@language" : "sl",
"@value" : "Nanohenry na Meter"
}, {
"@language" : "cs",
"@value" : "Nanohenry na Metr"
}, {
"@language" : "fr",
"@value" : "Nanohenry par Mètre"
}, {
"@language" : "it",
"@value" : "Nanohenry per Metro"
}, {
"@language" : "es",
"@value" : "Nanohenrio por Metro"
}, {
"@language" : "pl",
"@value" : "Nanohenr na Metr"
}, {
"@language" : "en-us",
"@value" : "Nanohenry per Meter"
}, {
"@language" : "ms",
"@value" : "Nanohenry per Meter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoJ
URI: http://qudt.org/vocab/unit/NanoJ
0.000000001-fold of the unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the unit joule" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExchangeIntegral> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HamiltonFunction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LagrangeFunction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LevelWidth> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB739" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB739"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "nJ" ; <http://qudt.org/schema/qudt/ucumCode> "nJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanodżul"@pl ; rdfs:label "Nanojoule" ; rdfs:label "Nanojoule"@cs ; rdfs:label "Nanojoule"@de ; rdfs:label "Nanojoule"@en ; rdfs:label "Nanojoule"@fr ; rdfs:label "Nanojoule"@hu ; rdfs:label "Nanojoule"@it ; rdfs:label "Nanojoule"@ms ; rdfs:label "Nanojoule"@ro ; rdfs:label "Nanojoule"@sl ; rdfs:label "Nanojoule"@tr ; rdfs:label "Nanojulio"@es ; .
{"resource":"Nanojoule"
,"qname":"unit:NanoJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoJ"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ExchangeIntegral"
,"has quantity kind":"quantitykind:HamiltonFunction"
,"has quantity kind":"quantitykind:LagrangeFunction"
,"has quantity kind":"quantitykind:LevelWidth"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB739"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB739"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanodżul"
,"label":"Nanojoule"
,"label":"Nanojoule"
,"label":"Nanojoule"
,"label":"Nanojoule"
,"label":"Nanojoule"
,"label":"Nanojoule"
,"label":"Nanojoule"
,"label":"Nanojoule"
,"label":"Nanojoule"
,"label":"Nanojoule"
,"label":"Nanojoule"
,"label":"Nanojulio"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:J"
,"symbol":"nJ"
,"type":"qudt:Unit"
,"ucum code":"nJ"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the unit joule",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/ExchangeIntegral", "http://qudt.org/vocab/quantitykind/LevelWidth", "http://qudt.org/vocab/quantitykind/LagrangeFunction", "http://qudt.org/vocab/quantitykind/HamiltonFunction" ],
"iec61360Code" : "0112/2///62720#UAB739",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB739",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "nJ",
"ucumCode" : "nJ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Nanojulio"
}, {
"@language" : "pl",
"@value" : "Nanodżul"
}, "Nanojoule", {
"@language" : "cs",
"@value" : "Nanojoule"
}, {
"@language" : "de",
"@value" : "Nanojoule"
}, {
"@language" : "en",
"@value" : "Nanojoule"
}, {
"@language" : "fr",
"@value" : "Nanojoule"
}, {
"@language" : "hu",
"@value" : "Nanojoule"
}, {
"@language" : "it",
"@value" : "Nanojoule"
}, {
"@language" : "ms",
"@value" : "Nanojoule"
}, {
"@language" : "ro",
"@value" : "Nanojoule"
}, {
"@language" : "sl",
"@value" : "Nanojoule"
}, {
"@language" : "tr",
"@value" : "Nanojoule"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoJ-PER-SEC
URI: http://qudt.org/vocab/unit/NanoJ-PER-SEC
0.000000001-fold of the SI derived unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoJ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB509" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB509"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nJ/s" ; <http://qudt.org/schema/qudt/ucumCode> "nJ.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanodżul na Sekunda"@pl ; rdfs:label "Nanojoule na Sekunda"@cs ; rdfs:label "Nanojoule na Sekunda"@sl ; rdfs:label "Nanojoule par Seconde"@fr ; rdfs:label "Nanojoule pe Secundă"@ro ; rdfs:label "Nanojoule per Saat"@ms ; rdfs:label "Nanojoule per Saniye"@tr ; rdfs:label "Nanojoule per Second" ; rdfs:label "Nanojoule per Second"@en ; rdfs:label "Nanojoule per Secondo"@it ; rdfs:label "Nanojoule pro Sekunde"@de ; rdfs:label "Nanojulio por Segundo"@es ; .
{"resource":"Nanojoule per Second"
,"qname":"unit:NanoJ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoJ-PER-SEC"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB509"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB509"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanodżul na Sekunda"
,"label":"Nanojoule na Sekunda"
,"label":"Nanojoule na Sekunda"
,"label":"Nanojoule par Seconde"
,"label":"Nanojoule pe Secundă"
,"label":"Nanojoule per Saat"
,"label":"Nanojoule per Saniye"
,"label":"Nanojoule per Second"
,"label":"Nanojoule per Second"
,"label":"Nanojoule per Secondo"
,"label":"Nanojoule pro Sekunde"
,"label":"Nanojulio por Segundo"
,"symbol":"nJ\/s"
,"type":"qudt:Unit"
,"ucum code":"nJ.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoJ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit joule divided by the SI base unit second",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB509",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB509",
"symbol" : "nJ/s",
"ucumCode" : "nJ.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Nanojoule per Saat"
}, {
"@language" : "pl",
"@value" : "Nanodżul na Sekunda"
}, {
"@language" : "tr",
"@value" : "Nanojoule per Saniye"
}, "Nanojoule per Second", {
"@language" : "en",
"@value" : "Nanojoule per Second"
}, {
"@language" : "ro",
"@value" : "Nanojoule pe Secundă"
}, {
"@language" : "de",
"@value" : "Nanojoule pro Sekunde"
}, {
"@language" : "es",
"@value" : "Nanojulio por Segundo"
}, {
"@language" : "fr",
"@value" : "Nanojoule par Seconde"
}, {
"@language" : "it",
"@value" : "Nanojoule per Secondo"
}, {
"@language" : "cs",
"@value" : "Nanojoule na Sekunda"
}, {
"@language" : "sl",
"@value" : "Nanojoule na Sekunda"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoKAT
URI: http://qudt.org/vocab/unit/NanoKAT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoKAT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivity> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KAT> ; <http://qudt.org/schema/qudt/symbol> "nkat" ; <http://qudt.org/schema/qudt/ucumCode> "nkat"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanokatal" ; rdfs:label "Nanokatal"@cs ; rdfs:label "Nanokatal"@de ; rdfs:label "Nanokatal"@en ; rdfs:label "Nanokatal"@es ; rdfs:label "Nanokatal"@fr ; rdfs:label "Nanokatal"@hu ; rdfs:label "Nanokatal"@it ; rdfs:label "Nanokatal"@ms ; rdfs:label "Nanokatal"@pl ; rdfs:label "Nanokatal"@ro ; rdfs:label "Nanokatal"@sl ; rdfs:label "Nanokatal"@tr ; .
{"resource":"Nanokatal"
,"qname":"unit:NanoKAT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoKAT"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivity"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"label":"Nanokatal"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:KAT"
,"symbol":"nkat"
,"type":"qudt:Unit"
,"ucum code":"nkat"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoKAT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivity",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/KAT",
"symbol" : "nkat",
"ucumCode" : "nkat",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanokatal", {
"@language" : "cs",
"@value" : "Nanokatal"
}, {
"@language" : "de",
"@value" : "Nanokatal"
}, {
"@language" : "en",
"@value" : "Nanokatal"
}, {
"@language" : "es",
"@value" : "Nanokatal"
}, {
"@language" : "fr",
"@value" : "Nanokatal"
}, {
"@language" : "hu",
"@value" : "Nanokatal"
}, {
"@language" : "it",
"@value" : "Nanokatal"
}, {
"@language" : "ms",
"@value" : "Nanokatal"
}, {
"@language" : "pl",
"@value" : "Nanokatal"
}, {
"@language" : "ro",
"@value" : "Nanokatal"
}, {
"@language" : "sl",
"@value" : "Nanokatal"
}, {
"@language" : "tr",
"@value" : "Nanokatal"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoKAT-PER-L
URI: http://qudt.org/vocab/unit/NanoKAT-PER-L
A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoKAT-PER-L> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "nkat/L" ; <http://qudt.org/schema/qudt/ucumCode> "nkat.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanokatal per Liter"@en-US ; rdfs:label "Nanokatal per Litre" ; rdfs:label "Nanokatal per Litre"@en ; .
{"resource":"Nanokatal per Litre"
,"qname":"unit:NanoKAT-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoKAT-PER-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"defined unit of system":"sou:SI"
,"description":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanokatal per Liter"
,"label":"Nanokatal per Litre"
,"label":"Nanokatal per Litre"
,"symbol":"nkat\/L"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"nkat.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoKAT-PER-L",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "nkat/L",
"ucumCode" : "nkat.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanokatal per Litre", {
"@language" : "en",
"@value" : "Nanokatal per Litre"
}, {
"@language" : "en-us",
"@value" : "Nanokatal per Liter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoL
URI: http://qudt.org/vocab/unit/NanoL
0.000000001-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "nL" ; <http://qudt.org/schema/qudt/ucumCode> "nL"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q34" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q9048643> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanoliter"@en-US ; rdfs:label "Nanolitre" ; rdfs:label "Nanolitre"@en ; .
{"resource":"Nanolitre"
,"qname":"unit:NanoL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q9048643>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000001-fold of the unit litre"
,"description (plain text)":"0.000000001-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanoliter"
,"label":"Nanolitre"
,"label":"Nanolitre"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:L"
,"symbol":"nL"
,"type":"qudt:Unit"
,"ucum code":"nL"
,"unece common code":"Q34"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"plainTextDescription" : "0.000000001-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "nL",
"ucumCode" : "nL",
"uneceCommonCode" : "Q34",
"wikidataMatch" : "http://www.wikidata.org/entity/Q9048643",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Nanoliter"
}, "Nanolitre", {
"@language" : "en",
"@value" : "Nanolitre"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoM
URI: http://qudt.org/vocab/unit/NanoM
0.000000001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA912" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA912"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "nm" ; <http://qudt.org/schema/qudt/ucumCode> "nm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C45" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q178674> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanometer"@de ; rdfs:label "Nanometer"@en-US ; rdfs:label "Nanometer"@ms ; rdfs:label "Nanometer"@sl ; rdfs:label "Nanometr"@cs ; rdfs:label "Nanometr"@pl ; rdfs:label "Nanometre" ; rdfs:label "Nanometre"@en ; rdfs:label "Nanometre"@tr ; rdfs:label "Nanometro"@es ; rdfs:label "Nanometro"@it ; rdfs:label "Nanometru"@ro ; rdfs:label "Nanomètre"@fr ; rdfs:label "Nanométer"@hu ; .
{"resource":"Nanometre"
,"qname":"unit:NanoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q178674>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI base unit metre"
,"description (plain text)":"0.000000001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA912"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA912"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanometer"
,"label":"Nanometer"
,"label":"Nanometer"
,"label":"Nanometer"
,"label":"Nanometr"
,"label":"Nanometr"
,"label":"Nanometre"
,"label":"Nanometre"
,"label":"Nanometre"
,"label":"Nanometro"
,"label":"Nanometro"
,"label":"Nanometru"
,"label":"Nanomètre"
,"label":"Nanométer"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:M"
,"symbol":"nm"
,"type":"qudt:Unit"
,"ucum code":"nm"
,"unece common code":"C45"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA912",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA912",
"plainTextDescription" : "0.000000001-fold of the SI base unit metre",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "nm",
"ucumCode" : "nm",
"uneceCommonCode" : "C45",
"wikidataMatch" : "http://www.wikidata.org/entity/Q178674",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Nanometro"
}, {
"@language" : "fr",
"@value" : "Nanomètre"
}, {
"@language" : "it",
"@value" : "Nanometro"
}, {
"@language" : "ro",
"@value" : "Nanometru"
}, {
"@language" : "de",
"@value" : "Nanometer"
}, {
"@language" : "en-us",
"@value" : "Nanometer"
}, {
"@language" : "ms",
"@value" : "Nanometer"
}, {
"@language" : "sl",
"@value" : "Nanometer"
}, "Nanometre", {
"@language" : "cs",
"@value" : "Nanometr"
}, {
"@language" : "pl",
"@value" : "Nanometr"
}, {
"@language" : "en",
"@value" : "Nanometre"
}, {
"@language" : "tr",
"@value" : "Nanometre"
}, {
"@language" : "hu",
"@value" : "Nanométer"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoM-PER-CentiM-MegaPA
URI: http://qudt.org/vocab/unit/NanoM-PER-CentiM-MegaPA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoM-PER-CentiM-MegaPA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StressOpticCoefficient> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/siUnitsExpression> "nm/cm/MPa" ; <http://qudt.org/schema/qudt/symbol> "nm/(cm·MPa)" ; <http://qudt.org/schema/qudt/ucumCode> "nm.cm-1.MPa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanometer na Centimeter Megapascal"@sl ; rdfs:label "Nanometer per Centimeter Megapascal"@en-US ; rdfs:label "Nanometer per Centimeter Megapascal"@ms ; rdfs:label "Nanometer pro Centimeter Megapascal"@de ; rdfs:label "Nanometr na Centimetr Megapascal"@cs ; rdfs:label "Nanometr na Centimetr Megapaskal"@pl ; rdfs:label "Nanometre per Centimetre Megapascal" ; rdfs:label "Nanometre per Centimetre Megapascal"@en ; rdfs:label "Nanometre per Centimetre Megapascal"@tr ; rdfs:label "Nanometro per Centimetro Megapascal"@it ; rdfs:label "Nanometro por Centimetro Megapascal"@es ; rdfs:label "Nanometru pe Centimetru Megapascal"@ro ; rdfs:label "Nanomètre par Centimètre Megapascal"@fr ; .
{"resource":"Nanometre per Centimetre Megapascal"
,"qname":"unit:NanoM-PER-CentiM-MegaPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoM-PER-CentiM-MegaPA"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000001"
,"conversion multiplier scientific":"1.0E-13"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:StressOpticCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanometer na Centimeter Megapascal"
,"label":"Nanometer per Centimeter Megapascal"
,"label":"Nanometer per Centimeter Megapascal"
,"label":"Nanometer pro Centimeter Megapascal"
,"label":"Nanometr na Centimetr Megapascal"
,"label":"Nanometr na Centimetr Megapaskal"
,"label":"Nanometre per Centimetre Megapascal"
,"label":"Nanometre per Centimetre Megapascal"
,"label":"Nanometre per Centimetre Megapascal"
,"label":"Nanometro per Centimetro Megapascal"
,"label":"Nanometro por Centimetro Megapascal"
,"label":"Nanometru pe Centimetru Megapascal"
,"label":"Nanomètre par Centimètre Megapascal"
,"numerator dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"si units expression":"nm\/cm\/MPa"
,"symbol":"nm\/(cm·MPa)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"nm.cm-1.MPa-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoM-PER-CentiM-MegaPA",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000000000001",
"conversionMultiplier:SN" : 1.0E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/StressOpticCoefficient",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"siUnitsExpression" : "nm/cm/MPa",
"symbol" : "nm/(cm·MPa)",
"ucumCode" : "nm.cm-1.MPa-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Nanometro per Centimetro Megapascal"
}, {
"@language" : "es",
"@value" : "Nanometro por Centimetro Megapascal"
}, {
"@language" : "fr",
"@value" : "Nanomètre par Centimètre Megapascal"
}, {
"@language" : "cs",
"@value" : "Nanometr na Centimetr Megapascal"
}, {
"@language" : "sl",
"@value" : "Nanometer na Centimeter Megapascal"
}, {
"@language" : "de",
"@value" : "Nanometer pro Centimeter Megapascal"
}, {
"@language" : "pl",
"@value" : "Nanometr na Centimetr Megapaskal"
}, "Nanometre per Centimetre Megapascal", {
"@language" : "en-us",
"@value" : "Nanometer per Centimeter Megapascal"
}, {
"@language" : "ms",
"@value" : "Nanometer per Centimeter Megapascal"
}, {
"@language" : "en",
"@value" : "Nanometre per Centimetre Megapascal"
}, {
"@language" : "tr",
"@value" : "Nanometre per Centimetre Megapascal"
}, {
"@language" : "ro",
"@value" : "Nanometru pe Centimetru Megapascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoM-PER-CentiM-PSI
URI: http://qudt.org/vocab/unit/NanoM-PER-CentiM-PSI
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoM-PER-CentiM-PSI> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001450377312227268702148557236386593 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.450377312227268702148557236386593E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StressOpticCoefficient> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/siUnitsExpression> "nm/cm/PSI" ; <http://qudt.org/schema/qudt/symbol> "nm/(cm·psi)" ; <http://qudt.org/schema/qudt/ucumCode> "nm.cm-1.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanometer per Centimeter Psi"@en-US ; rdfs:label "Nanometre per Centimetre Psi" ; rdfs:label "Nanometre per Centimetre Psi"@en ; .
{"resource":"Nanometre per Centimetre Psi"
,"qname":"unit:NanoM-PER-CentiM-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoM-PER-CentiM-PSI"
,"properties":["conversion multiplier":"0.00000000001450377312227268702148557236386593"
,"conversion multiplier scientific":"1.450377312227268702148557236386593E-11"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:StressOpticCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanometer per Centimeter Psi"
,"label":"Nanometre per Centimetre Psi"
,"label":"Nanometre per Centimetre Psi"
,"numerator dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"si units expression":"nm\/cm\/PSI"
,"symbol":"nm\/(cm·psi)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"nm.cm-1.[psi]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoM-PER-CentiM-PSI",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "0.00000000001450377312227268702148557236386593",
"conversionMultiplier:SN" : 1.4503773122272686E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/StressOpticCoefficient",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"siUnitsExpression" : "nm/cm/PSI",
"symbol" : "nm/(cm·psi)",
"ucumCode" : "nm.cm-1.[psi]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Nanometer per Centimeter Psi"
}, "Nanometre per Centimetre Psi", {
"@language" : "en",
"@value" : "Nanometre per Centimetre Psi"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoM-PER-MilliM-MegaPA
URI: http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BREWSTER> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StressOpticCoefficient> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/siUnitsExpression> "nm/mm/MPa" ; <http://qudt.org/schema/qudt/symbol> "nm/(mm·MPa)" ; <http://qudt.org/schema/qudt/ucumCode> "nm.mm-1.MPa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanometer na Millimeter Megapascal"@sl ; rdfs:label "Nanometer per Millimeter Megapascal"@en-US ; rdfs:label "Nanometer per Millimeter Megapascal"@ms ; rdfs:label "Nanometer pro Millimeter Megapascal"@de ; rdfs:label "Nanometr na Millimetr Megapascal"@cs ; rdfs:label "Nanometr na Millimetr Megapaskal"@pl ; rdfs:label "Nanometre per Millimetre Megapascal" ; rdfs:label "Nanometre per Millimetre Megapascal"@en ; rdfs:label "Nanometre per Millimetre Megapascal"@tr ; rdfs:label "Nanometro per Millimetro Megapascal"@it ; rdfs:label "Nanometro por Millimetro Megapascal"@es ; rdfs:label "Nanometru pe Millimetru Megapascal"@ro ; rdfs:label "Nanomètre par Millimètre Megapascal"@fr ; .
{"resource":"Nanometre per Millimetre Megapascal"
,"qname":"unit:NanoM-PER-MilliM-MegaPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoM-PER-MilliM-MegaPA"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"exact match":"unit:BREWSTER"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:StressOpticCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanometer na Millimeter Megapascal"
,"label":"Nanometer per Millimeter Megapascal"
,"label":"Nanometer per Millimeter Megapascal"
,"label":"Nanometer pro Millimeter Megapascal"
,"label":"Nanometr na Millimetr Megapascal"
,"label":"Nanometr na Millimetr Megapaskal"
,"label":"Nanometre per Millimetre Megapascal"
,"label":"Nanometre per Millimetre Megapascal"
,"label":"Nanometre per Millimetre Megapascal"
,"label":"Nanometro per Millimetro Megapascal"
,"label":"Nanometro por Millimetro Megapascal"
,"label":"Nanometru pe Millimetru Megapascal"
,"label":"Nanomètre par Millimètre Megapascal"
,"numerator dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"si units expression":"nm\/mm\/MPa"
,"symbol":"nm\/(mm·MPa)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"nm.mm-1.MPa-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoM-PER-MilliM-MegaPA",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"exactMatch" : "http://qudt.org/vocab/unit/BREWSTER",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/StressOpticCoefficient",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"siUnitsExpression" : "nm/mm/MPa",
"symbol" : "nm/(mm·MPa)",
"ucumCode" : "nm.mm-1.MPa-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanometre per Millimetre Megapascal", {
"@language" : "en",
"@value" : "Nanometre per Millimetre Megapascal"
}, {
"@language" : "tr",
"@value" : "Nanometre per Millimetre Megapascal"
}, {
"@language" : "sl",
"@value" : "Nanometer na Millimeter Megapascal"
}, {
"@language" : "it",
"@value" : "Nanometro per Millimetro Megapascal"
}, {
"@language" : "ro",
"@value" : "Nanometru pe Millimetru Megapascal"
}, {
"@language" : "en-us",
"@value" : "Nanometer per Millimeter Megapascal"
}, {
"@language" : "ms",
"@value" : "Nanometer per Millimeter Megapascal"
}, {
"@language" : "de",
"@value" : "Nanometer pro Millimeter Megapascal"
}, {
"@language" : "cs",
"@value" : "Nanometr na Millimetr Megapascal"
}, {
"@language" : "pl",
"@value" : "Nanometr na Millimetr Megapaskal"
}, {
"@language" : "es",
"@value" : "Nanometro por Millimetro Megapascal"
}, {
"@language" : "fr",
"@value" : "Nanomètre par Millimètre Megapascal"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoM2
URI: http://qudt.org/vocab/unit/NanoM2
A unit of area equal to that of a square, of sides 1nm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of area equal to that of a square, of sides 1nm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-18 ; <http://qudt.org/schema/qudt/expression> "$sqnm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HydraulicPermeability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NuclearQuadrupoleMoment> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of area equal to that of a square, of sides 1nm" ; <http://qudt.org/schema/qudt/symbol> "nm²" ; <http://qudt.org/schema/qudt/ucumCode> "nm2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11061005> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Nanometer"@sl ; rdfs:label "Nanometer Persegi"@ms ; rdfs:label "Nanometr Kwadratowy"@pl ; rdfs:label "Nanometrekare"@tr ; rdfs:label "Nanometro Cuadrado"@es ; rdfs:label "Nanometro Quadrato"@it ; rdfs:label "Nanometru Pătrat"@ro ; rdfs:label "Nanomètre Carré"@fr ; rdfs:label "Quadratnanometer"@de ; rdfs:label "Square Nanometer"@en-US ; rdfs:label "Square Nanometre" ; rdfs:label "Square Nanometre"@en ; rdfs:label "Čtvereční Nanometr"@cs ; .
{"resource":"Square Nanometre"
,"qname":"unit:NanoM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11061005>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000001"
,"conversion multiplier scientific":"1.0E-18"
,"description":"A unit of area equal to that of a square, of sides 1nm"
,"description (plain text)":"A unit of area equal to that of a square, of sides 1nm"
,"expression":"$sqnm$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"has quantity kind":"quantitykind:HydraulicPermeability"
,"has quantity kind":"quantitykind:NuclearQuadrupoleMoment"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Nanometer"
,"label":"Nanometer Persegi"
,"label":"Nanometr Kwadratowy"
,"label":"Nanometrekare"
,"label":"Nanometro Cuadrado"
,"label":"Nanometro Quadrato"
,"label":"Nanometru Pătrat"
,"label":"Nanomètre Carré"
,"label":"Quadratnanometer"
,"label":"Square Nanometer"
,"label":"Square Nanometre"
,"label":"Square Nanometre"
,"label":"Čtvereční Nanometr"
,"symbol":"nm²"
,"type":"qudt:Unit"
,"ucum code":"nm2"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of area equal to that of a square, of sides 1nm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000000000001",
"conversionMultiplier:SN" : 1.0E-18,
"expression" : "$sqnm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Area", "http://qudt.org/vocab/quantitykind/HydraulicPermeability", "http://qudt.org/vocab/quantitykind/NuclearQuadrupoleMoment" ],
"plainTextDescription" : "A unit of area equal to that of a square, of sides 1nm",
"symbol" : "nm²",
"ucumCode" : "nm2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11061005",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Square Nanometer"
}, {
"@language" : "es",
"@value" : "Nanometro Cuadrado"
}, {
"@language" : "cs",
"@value" : "Čtvereční Nanometr"
}, "Square Nanometre", {
"@language" : "en",
"@value" : "Square Nanometre"
}, {
"@language" : "it",
"@value" : "Nanometro Quadrato"
}, {
"@language" : "fr",
"@value" : "Nanomètre Carré"
}, {
"@language" : "sl",
"@value" : "Kvadratni Nanometer"
}, {
"@language" : "tr",
"@value" : "Nanometrekare"
}, {
"@language" : "pl",
"@value" : "Nanometr Kwadratowy"
}, {
"@language" : "de",
"@value" : "Quadratnanometer"
}, {
"@language" : "ms",
"@value" : "Nanometer Persegi"
}, {
"@language" : "ro",
"@value" : "Nanometru Pătrat"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL
URI: http://qudt.org/vocab/unit/NanoMOL
0.000000001-fold of the unit mole
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the unit mole" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExtentOfReaction> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB523" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB523"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ; <http://qudt.org/schema/qudt/symbol> "nmol" ; <http://qudt.org/schema/qudt/ucumCode> "nmol"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Z9" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q56157046> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomol"@cs ; rdfs:label "Nanomol"@de ; rdfs:label "Nanomol"@es ; rdfs:label "Nanomol"@pl ; rdfs:label "Nanomol"@ro ; rdfs:label "Nanomol"@sl ; rdfs:label "Nanomol"@tr ; rdfs:label "Nanomole" ; rdfs:label "Nanomole"@en ; rdfs:label "Nanomole"@fr ; rdfs:label "Nanomole"@it ; rdfs:label "Nanomole"@ms ; rdfs:label "Nanomól"@hu ; .
{"resource":"Nanomole"
,"qname":"unit:NanoMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q56157046>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the unit mole"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"has quantity kind":"quantitykind:ExtentOfReaction"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB523"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB523"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomol"
,"label":"Nanomol"
,"label":"Nanomol"
,"label":"Nanomol"
,"label":"Nanomol"
,"label":"Nanomol"
,"label":"Nanomol"
,"label":"Nanomole"
,"label":"Nanomole"
,"label":"Nanomole"
,"label":"Nanomole"
,"label":"Nanomole"
,"label":"Nanomól"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:MOL"
,"symbol":"nmol"
,"type":"qudt:Unit"
,"ucum code":"nmol"
,"unece common code":"Z9"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the unit mole",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ExtentOfReaction", "http://qudt.org/vocab/quantitykind/AmountOfSubstance" ],
"iec61360Code" : "0112/2///62720#UAB523",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB523",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "nmol",
"ucumCode" : "nmol",
"uneceCommonCode" : "Z9",
"wikidataMatch" : "http://www.wikidata.org/entity/Q56157046",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Nanomol"
}, {
"@language" : "cs",
"@value" : "Nanomol"
}, {
"@language" : "de",
"@value" : "Nanomol"
}, {
"@language" : "es",
"@value" : "Nanomol"
}, {
"@language" : "pl",
"@value" : "Nanomol"
}, {
"@language" : "hu",
"@value" : "Nanomól"
}, {
"@language" : "sl",
"@value" : "Nanomol"
}, {
"@language" : "tr",
"@value" : "Nanomol"
}, "Nanomole", {
"@language" : "en",
"@value" : "Nanomole"
}, {
"@language" : "fr",
"@value" : "Nanomole"
}, {
"@language" : "it",
"@value" : "Nanomole"
}, {
"@language" : "ms",
"@value" : "Nanomole"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-CentiM3-HR
URI: http://qudt.org/vocab/unit/NanoMOL-PER-CentiM3-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-CentiM3-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "nmol/(cm³·h)" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.cm-3.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomole per Cubic Centimeter Hour"@en-US ; rdfs:label "Nanomole per Cubic Centimetre Hour" ; rdfs:label "Nanomole per Cubic Centimetre Hour"@en ; .
{"resource":"Nanomole per Cubic Centimetre Hour"
,"qname":"unit:NanoMOL-PER-CentiM3-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-CentiM3-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomole per Cubic Centimeter Hour"
,"label":"Nanomole per Cubic Centimetre Hour"
,"label":"Nanomole per Cubic Centimetre Hour"
,"symbol":"nmol\/(cm³·h)"
,"type":"qudt:Unit"
,"ucum code":"nmol.cm-3.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-CentiM3-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "nmol/(cm³·h)",
"ucumCode" : "nmol.cm-3.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanomole per Cubic Centimetre Hour", {
"@language" : "en",
"@value" : "Nanomole per Cubic Centimetre Hour"
}, {
"@language" : "en-us",
"@value" : "Nanomole per Cubic Centimeter Hour"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-GM
URI: http://qudt.org/vocab/unit/NanoMOL-PER-GM
Nanomole Per Gram (\(nanomol/g\)) is a unit of Molality
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Nanomole Per Gram (\\(nanomol/g\\)) is a unit of Molality"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IonicStrength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolalityOfSolute> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "nmol/g" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomol na Gram"@cs ; rdfs:label "Nanomol na Gram"@pl ; rdfs:label "Nanomol na Gram"@sl ; rdfs:label "Nanomol pe Gram"@ro ; rdfs:label "Nanomol per Gram"@tr ; rdfs:label "Nanomol por Gramo"@es ; rdfs:label "Nanomol pro Gramm"@de ; rdfs:label "Nanomole par Gramme"@fr ; rdfs:label "Nanomole per Gram" ; rdfs:label "Nanomole per Gram"@en ; rdfs:label "Nanomole per Gram"@ms ; rdfs:label "Nanomole per Grammo"@it ; .
{"resource":"Nanomole per Gram"
,"qname":"unit:NanoMOL-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-GM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"Nanomole Per Gram (\\(nanomol\/g\\)) is a unit of Molality"
,"description (plain text)":"0.000000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"has quantity kind":"quantitykind:IonicStrength"
,"has quantity kind":"quantitykind:MolalityOfSolute"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomol na Gram"
,"label":"Nanomol na Gram"
,"label":"Nanomol na Gram"
,"label":"Nanomol pe Gram"
,"label":"Nanomol per Gram"
,"label":"Nanomol por Gramo"
,"label":"Nanomol pro Gramm"
,"label":"Nanomole par Gramme"
,"label":"Nanomole per Gram"
,"label":"Nanomole per Gram"
,"label":"Nanomole per Gram"
,"label":"Nanomole per Grammo"
,"symbol":"nmol\/g"
,"type":"qudt:Unit"
,"ucum code":"nmol.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Nanomole Per Gram (\\(nanomol/g\\)) is a unit of Molality",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass", "http://qudt.org/vocab/quantitykind/IonicStrength", "http://qudt.org/vocab/quantitykind/MolalityOfSolute" ],
"plainTextDescription" : "0.000000001-fold of the SI base unit mol divided by the 0.001-fold of the SI base unit kilogram",
"symbol" : "nmol/g",
"ucumCode" : "nmol.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Nanomol per Gram"
}, {
"@language" : "it",
"@value" : "Nanomole per Grammo"
}, {
"@language" : "en",
"@value" : "Nanomole per Gram"
}, {
"@language" : "ms",
"@value" : "Nanomole per Gram"
}, "Nanomole per Gram", {
"@language" : "cs",
"@value" : "Nanomol na Gram"
}, {
"@language" : "pl",
"@value" : "Nanomol na Gram"
}, {
"@language" : "sl",
"@value" : "Nanomol na Gram"
}, {
"@language" : "es",
"@value" : "Nanomol por Gramo"
}, {
"@language" : "ro",
"@value" : "Nanomol pe Gram"
}, {
"@language" : "de",
"@value" : "Nanomol pro Gramm"
}, {
"@language" : "fr",
"@value" : "Nanomole par Gramme"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-GM-HR
URI: http://qudt.org/vocab/unit/NanoMOL-PER-GM-HR
10^-9 SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour (3,600 seconds).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-GM-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "10^-9 SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour (3,600 seconds)."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BiogeochemicalRate> ; <http://qudt.org/schema/qudt/symbol> "nmol/(g·h)" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.g-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomole per Gram Hour" ; rdfs:label "Nanomole per Gram Hour"@en ; .
{"resource":"Nanomole per Gram Hour"
,"qname":"unit:NanoMOL-PER-GM-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-GM-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"description":"10^-9 SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour (3,600 seconds)."
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:BiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomole per Gram Hour"
,"label":"Nanomole per Gram Hour"
,"symbol":"nmol\/(g·h)"
,"type":"qudt:Unit"
,"ucum code":"nmol.g-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-GM-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "10^-9 SI unit of the quantity of matter per SI unit of mass per unit of time expressed in hour (3,600 seconds)."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/BiogeochemicalRate",
"symbol" : "nmol/(g·h)",
"ucumCode" : "nmol.g-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanomole per Gram Hour", {
"@language" : "en",
"@value" : "Nanomole per Gram Hour"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-GM-SEC
URI: http://qudt.org/vocab/unit/NanoMOL-PER-GM-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-GM-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BiogeochemicalRate> ; <http://qudt.org/schema/qudt/symbol> "nmol/(g·s)" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.g-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomol na Gram Sekunda"@cs ; rdfs:label "Nanomol na Gram Sekunda"@pl ; rdfs:label "Nanomol na Gram Sekunda"@sl ; rdfs:label "Nanomol pe Gram Secundă"@ro ; rdfs:label "Nanomol per Gram Saniye"@tr ; rdfs:label "Nanomol por Gramo Segundo"@es ; rdfs:label "Nanomol pro Gramm Sekunde"@de ; rdfs:label "Nanomole par Gramme Seconde"@fr ; rdfs:label "Nanomole per Gram Saat"@ms ; rdfs:label "Nanomole per Gram Second" ; rdfs:label "Nanomole per Gram Second"@en ; rdfs:label "Nanomole per Grammo Secondo"@it ; .
{"resource":"Nanomole per Gram Second"
,"qname":"unit:NanoMOL-PER-GM-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-GM-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:BiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomol na Gram Sekunda"
,"label":"Nanomol na Gram Sekunda"
,"label":"Nanomol na Gram Sekunda"
,"label":"Nanomol pe Gram Secundă"
,"label":"Nanomol per Gram Saniye"
,"label":"Nanomol por Gramo Segundo"
,"label":"Nanomol pro Gramm Sekunde"
,"label":"Nanomole par Gramme Seconde"
,"label":"Nanomole per Gram Saat"
,"label":"Nanomole per Gram Second"
,"label":"Nanomole per Gram Second"
,"label":"Nanomole per Grammo Secondo"
,"symbol":"nmol\/(g·s)"
,"type":"qudt:Unit"
,"ucum code":"nmol.g-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-GM-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/BiogeochemicalRate",
"symbol" : "nmol/(g·s)",
"ucumCode" : "nmol.g-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Nanomol pro Gramm Sekunde"
}, {
"@language" : "it",
"@value" : "Nanomole per Grammo Secondo"
}, {
"@language" : "es",
"@value" : "Nanomol por Gramo Segundo"
}, {
"@language" : "ro",
"@value" : "Nanomol pe Gram Secundă"
}, "Nanomole per Gram Second", {
"@language" : "en",
"@value" : "Nanomole per Gram Second"
}, {
"@language" : "cs",
"@value" : "Nanomol na Gram Sekunda"
}, {
"@language" : "pl",
"@value" : "Nanomol na Gram Sekunda"
}, {
"@language" : "sl",
"@value" : "Nanomol na Gram Sekunda"
}, {
"@language" : "ms",
"@value" : "Nanomole per Gram Saat"
}, {
"@language" : "fr",
"@value" : "Nanomole par Gramme Seconde"
}, {
"@language" : "tr",
"@value" : "Nanomol per Gram Saniye"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-KiloGM
URI: http://qudt.org/vocab/unit/NanoMOL-PER-KiloGM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/symbol> "nmol/kg" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomol na Kilogram"@cs ; rdfs:label "Nanomol na Kilogram"@pl ; rdfs:label "Nanomol na Kilogram"@sl ; rdfs:label "Nanomol pe Kilogram"@ro ; rdfs:label "Nanomol per Kilogram"@tr ; rdfs:label "Nanomol por Kilogramo"@es ; rdfs:label "Nanomol pro Kilogramm"@de ; rdfs:label "Nanomole par Kilogramme"@fr ; rdfs:label "Nanomole per Chilogrammo"@it ; rdfs:label "Nanomole per Kilogram" ; rdfs:label "Nanomole per Kilogram"@en ; rdfs:label "Nanomole per Kilogram"@ms ; .
{"resource":"Nanomole per Kilogram"
,"qname":"unit:NanoMOL-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-KiloGM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomol na Kilogram"
,"label":"Nanomol na Kilogram"
,"label":"Nanomol na Kilogram"
,"label":"Nanomol pe Kilogram"
,"label":"Nanomol per Kilogram"
,"label":"Nanomol por Kilogramo"
,"label":"Nanomol pro Kilogramm"
,"label":"Nanomole par Kilogramme"
,"label":"Nanomole per Chilogrammo"
,"label":"Nanomole per Kilogram"
,"label":"Nanomole per Kilogram"
,"label":"Nanomole per Kilogram"
,"symbol":"nmol\/kg"
,"type":"qudt:Unit"
,"ucum code":"nmol.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass",
"symbol" : "nmol/kg",
"ucumCode" : "nmol.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Nanomol per Kilogram"
}, {
"@language" : "it",
"@value" : "Nanomole per Chilogrammo"
}, {
"@language" : "ro",
"@value" : "Nanomol pe Kilogram"
}, {
"@language" : "de",
"@value" : "Nanomol pro Kilogramm"
}, {
"@language" : "cs",
"@value" : "Nanomol na Kilogram"
}, {
"@language" : "pl",
"@value" : "Nanomol na Kilogram"
}, {
"@language" : "sl",
"@value" : "Nanomol na Kilogram"
}, {
"@language" : "fr",
"@value" : "Nanomole par Kilogramme"
}, "Nanomole per Kilogram", {
"@language" : "en",
"@value" : "Nanomole per Kilogram"
}, {
"@language" : "ms",
"@value" : "Nanomole per Kilogram"
}, {
"@language" : "es",
"@value" : "Nanomol por Kilogramo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-L
URI: http://qudt.org/vocab/unit/NanoMOL-PER-L
A scaled unit of amount-of-substance concentration.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A scaled unit of amount-of-substance concentration."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/symbol> "nmol/L" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomole per Liter"@en-US ; rdfs:label "Nanomole per Litre" ; rdfs:label "Nanomole per Litre"@en ; .
{"resource":"Nanomole per Litre"
,"qname":"unit:NanoMOL-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"A scaled unit of amount-of-substance concentration."
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomole per Liter"
,"label":"Nanomole per Litre"
,"label":"Nanomole per Litre"
,"symbol":"nmol\/L"
,"type":"qudt:Unit"
,"ucum code":"nmol.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A scaled unit of amount-of-substance concentration."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Concentration",
"symbol" : "nmol/L",
"ucumCode" : "nmol.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Nanomole per Liter"
}, "Nanomole per Litre", {
"@language" : "en",
"@value" : "Nanomole per Litre"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-L-DAY
URI: http://qudt.org/vocab/unit/NanoMOL-PER-L-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-L-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "nmol/(L·d)" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.L-1.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomole per Liter Day"@en-US ; rdfs:label "Nanomole per Litre Day" ; rdfs:label "Nanomole per Litre Day"@en ; .
{"resource":"Nanomole per Litre Day"
,"qname":"unit:NanoMOL-PER-L-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-L-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-11"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomole per Liter Day"
,"label":"Nanomole per Litre Day"
,"label":"Nanomole per Litre Day"
,"symbol":"nmol\/(L·d)"
,"type":"qudt:Unit"
,"ucum code":"nmol.L-1.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-L-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "nmol/(L·d)",
"ucumCode" : "nmol.L-1.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanomole per Litre Day", {
"@language" : "en",
"@value" : "Nanomole per Litre Day"
}, {
"@language" : "en-us",
"@value" : "Nanomole per Liter Day"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-L-HR
URI: http://qudt.org/vocab/unit/NanoMOL-PER-L-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-L-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "nmol/(L·h)" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.L-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomole per Liter Hour"@en-US ; rdfs:label "Nanomole per Litre Hour" ; rdfs:label "Nanomole per Litre Hour"@en ; .
{"resource":"Nanomole per Litre Hour"
,"qname":"unit:NanoMOL-PER-L-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-L-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-10"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomole per Liter Hour"
,"label":"Nanomole per Litre Hour"
,"label":"Nanomole per Litre Hour"
,"symbol":"nmol\/(L·h)"
,"type":"qudt:Unit"
,"ucum code":"nmol.L-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-L-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777777E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "nmol/(L·h)",
"ucumCode" : "nmol.L-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Nanomole per Liter Hour"
}, "Nanomole per Litre Hour", {
"@language" : "en",
"@value" : "Nanomole per Litre Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-M2-DAY
URI: http://qudt.org/vocab/unit/NanoMOL-PER-M2-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-14 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity> ; <http://qudt.org/schema/qudt/symbol> "nmol/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomole per Square Meter Day"@en-US ; rdfs:label "Nanomole per Square Metre Day" ; rdfs:label "Nanomole per Square Metre Day"@en ; .
{"resource":"Nanomole per Square Metre Day"
,"qname":"unit:NanoMOL-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-M2-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-14"
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomole per Square Meter Day"
,"label":"Nanomole per Square Metre Day"
,"label":"Nanomole per Square Metre Day"
,"symbol":"nmol\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"nmol.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-14,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "nmol/(m²·d)",
"ucumCode" : "nmol.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Nanomole per Square Metre Day"
}, "Nanomole per Square Metre Day", {
"@language" : "en-us",
"@value" : "Nanomole per Square Meter Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-M2-SEC
URI: http://qudt.org/vocab/unit/NanoMOL-PER-M2-SEC
Molar flux equivalent to 1e-9 moles per meter squared per sec.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-M2-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Molar flux equivalent to 1e-9 moles per meter squared per sec."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFluxDensity> ; <http://qudt.org/schema/qudt/plainTextDescription> "Molar flux equivalent to 1e-9 moles per meter squared per sec." ; <http://qudt.org/schema/qudt/symbol> "nmol/(m²·s)" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.m-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomol na Kvadratni Meter Sekunda"@sl ; rdfs:label "Nanomol na Metr Kwadratowy Sekunda"@pl ; rdfs:label "Nanomol na Čtvereční Metr Sekunda"@cs ; rdfs:label "Nanomol pe Metru Pătrat Secundă"@ro ; rdfs:label "Nanomol per Metrekare Saniye"@tr ; rdfs:label "Nanomol por Metro Cuadrado Segundo"@es ; rdfs:label "Nanomol pro Quadratmeter Sekunde"@de ; rdfs:label "Nanomole par Mètre Carré Seconde"@fr ; rdfs:label "Nanomole per Meter Persegi Saat"@ms ; rdfs:label "Nanomole per Metro Quadrato Secondo"@it ; rdfs:label "Nanomole per Square Meter Second"@en-US ; rdfs:label "Nanomole per Square Metre Second" ; rdfs:label "Nanomole per Square Metre Second"@en ; .
{"resource":"Nanomole per Square Metre Second"
,"qname":"unit:NanoMOL-PER-M2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-M2-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"Molar flux equivalent to 1e-9 moles per meter squared per sec."
,"description (plain text)":"Molar flux equivalent to 1e-9 moles per meter squared per sec."
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomol na Kvadratni Meter Sekunda"
,"label":"Nanomol na Metr Kwadratowy Sekunda"
,"label":"Nanomol na Čtvereční Metr Sekunda"
,"label":"Nanomol pe Metru Pătrat Secundă"
,"label":"Nanomol per Metrekare Saniye"
,"label":"Nanomol por Metro Cuadrado Segundo"
,"label":"Nanomol pro Quadratmeter Sekunde"
,"label":"Nanomole par Mètre Carré Seconde"
,"label":"Nanomole per Meter Persegi Saat"
,"label":"Nanomole per Metro Quadrato Secondo"
,"label":"Nanomole per Square Meter Second"
,"label":"Nanomole per Square Metre Second"
,"label":"Nanomole per Square Metre Second"
,"symbol":"nmol\/(m²·s)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"nmol.m-2.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-M2-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Molar flux equivalent to 1e-9 moles per meter squared per sec.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFluxDensity",
"plainTextDescription" : "Molar flux equivalent to 1e-9 moles per meter squared per sec.",
"symbol" : "nmol/(m²·s)",
"ucumCode" : "nmol.m-2.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Nanomol pe Metru Pătrat Secundă"
}, {
"@language" : "ms",
"@value" : "Nanomole per Meter Persegi Saat"
}, {
"@language" : "sl",
"@value" : "Nanomol na Kvadratni Meter Sekunda"
}, "Nanomole per Square Metre Second", {
"@language" : "en",
"@value" : "Nanomole per Square Metre Second"
}, {
"@language" : "cs",
"@value" : "Nanomol na Čtvereční Metr Sekunda"
}, {
"@language" : "en-us",
"@value" : "Nanomole per Square Meter Second"
}, {
"@language" : "tr",
"@value" : "Nanomol per Metrekare Saniye"
}, {
"@language" : "pl",
"@value" : "Nanomol na Metr Kwadratowy Sekunda"
}, {
"@language" : "es",
"@value" : "Nanomol por Metro Cuadrado Segundo"
}, {
"@language" : "de",
"@value" : "Nanomol pro Quadratmeter Sekunde"
}, {
"@language" : "fr",
"@value" : "Nanomole par Mètre Carré Seconde"
}, {
"@language" : "it",
"@value" : "Nanomole per Metro Quadrato Secondo"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-MicroGM-HR
URI: http://qudt.org/vocab/unit/NanoMOL-PER-MicroGM-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-MicroGM-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BiogeochemicalRate> ; <http://qudt.org/schema/qudt/symbol> "nmol/(μg·h)" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.ug-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomole per Microgram Hour" ; rdfs:label "Nanomole per Microgram Hour"@en ; .
{"resource":"Nanomole per Microgram Hour"
,"qname":"unit:NanoMOL-PER-MicroGM-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-MicroGM-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:BiogeochemicalRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomole per Microgram Hour"
,"label":"Nanomole per Microgram Hour"
,"symbol":"nmol\/(μg·h)"
,"type":"qudt:Unit"
,"ucum code":"nmol.ug-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-MicroGM-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/BiogeochemicalRate",
"symbol" : "nmol/(μg·h)",
"ucumCode" : "nmol.ug-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Nanomole per Microgram Hour"
}, "Nanomole per Microgram Hour" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-MicroMOL
URI: http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL
Unavailable.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unavailable."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "nmol/μmol" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.umol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomol na Micromol"@cs ; rdfs:label "Nanomol na Micromol"@pl ; rdfs:label "Nanomol na Micromol"@sl ; rdfs:label "Nanomol pe Micromol"@ro ; rdfs:label "Nanomol per Micromol"@tr ; rdfs:label "Nanomol por Micromol"@es ; rdfs:label "Nanomol pro Micromol"@de ; rdfs:label "Nanomole par Micromole"@fr ; rdfs:label "Nanomole per Micromole" ; rdfs:label "Nanomole per Micromole"@en ; rdfs:label "Nanomole per Micromole"@it ; rdfs:label "Nanomole per Micromole"@ms ; .
{"resource":"Nanomole per Micromole"
,"qname":"unit:NanoMOL-PER-MicroMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-MicroMOL"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"denominator dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"description":"Unavailable."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomol na Micromol"
,"label":"Nanomol na Micromol"
,"label":"Nanomol na Micromol"
,"label":"Nanomol pe Micromol"
,"label":"Nanomol per Micromol"
,"label":"Nanomol por Micromol"
,"label":"Nanomol pro Micromol"
,"label":"Nanomole par Micromole"
,"label":"Nanomole per Micromole"
,"label":"Nanomole per Micromole"
,"label":"Nanomole per Micromole"
,"label":"Nanomole per Micromole"
,"numerator dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"symbol":"nmol\/μmol"
,"type":"qudt:Unit"
,"ucum code":"nmol.umol-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Unavailable."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"symbol" : "nmol/μmol",
"ucumCode" : "nmol.umol-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Nanomole per Micromole"
}, {
"@language" : "ms",
"@value" : "Nanomole per Micromole"
}, {
"@language" : "tr",
"@value" : "Nanomol per Micromol"
}, "Nanomole per Micromole", {
"@language" : "en",
"@value" : "Nanomole per Micromole"
}, {
"@language" : "fr",
"@value" : "Nanomole par Micromole"
}, {
"@language" : "de",
"@value" : "Nanomol pro Micromol"
}, {
"@language" : "cs",
"@value" : "Nanomol na Micromol"
}, {
"@language" : "pl",
"@value" : "Nanomol na Micromol"
}, {
"@language" : "sl",
"@value" : "Nanomol na Micromol"
}, {
"@language" : "es",
"@value" : "Nanomol por Micromol"
}, {
"@language" : "ro",
"@value" : "Nanomol pe Micromol"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoMOL-PER-MicroMOL-DAY
URI: http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL-DAY
Unavailable.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unavailable."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "nmol/(μmol·d)" ; <http://qudt.org/schema/qudt/ucumCode> "nmol.umol-1.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomole per Micromole Day" ; rdfs:label "Nanomole per Micromole Day"@en ; .
{"resource":"Nanomole per Micromole Day"
,"qname":"unit:NanoMOL-PER-MicroMOL-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoMOL-PER-MicroMOL-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-8"
,"description":"Unavailable."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomole per Micromole Day"
,"label":"Nanomole per Micromole Day"
,"symbol":"nmol\/(μmol·d)"
,"type":"qudt:Unit"
,"ucum code":"nmol.umol-1.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoMOL-PER-MicroMOL-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Unavailable."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "nmol/(μmol·d)",
"ucumCode" : "nmol.umol-1.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanomole per Micromole Day", {
"@language" : "en",
"@value" : "Nanomole per Micromole Day"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoN
URI: http://qudt.org/vocab/unit/NanoN
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "nN" ; <http://qudt.org/schema/qudt/ucumCode> "nN"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanonewton" ; rdfs:label "Nanonewton"@cs ; rdfs:label "Nanonewton"@de ; rdfs:label "Nanonewton"@en ; rdfs:label "Nanonewton"@es ; rdfs:label "Nanonewton"@fr ; rdfs:label "Nanonewton"@hu ; rdfs:label "Nanonewton"@it ; rdfs:label "Nanonewton"@ms ; rdfs:label "Nanonewton"@ro ; rdfs:label "Nanonewton"@sl ; rdfs:label "Nanonewton"@tr ; rdfs:label "Nanoniuton"@pl ; .
{"resource":"Nanonewton"
,"qname":"unit:NanoN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoN"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanonewton"
,"label":"Nanoniuton"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:N"
,"symbol":"nN"
,"type":"qudt:Unit"
,"ucum code":"nN"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "nN",
"ucumCode" : "nN",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Nanoniuton"
}, "Nanonewton", {
"@language" : "cs",
"@value" : "Nanonewton"
}, {
"@language" : "de",
"@value" : "Nanonewton"
}, {
"@language" : "en",
"@value" : "Nanonewton"
}, {
"@language" : "es",
"@value" : "Nanonewton"
}, {
"@language" : "fr",
"@value" : "Nanonewton"
}, {
"@language" : "hu",
"@value" : "Nanonewton"
}, {
"@language" : "it",
"@value" : "Nanonewton"
}, {
"@language" : "ms",
"@value" : "Nanonewton"
}, {
"@language" : "ro",
"@value" : "Nanonewton"
}, {
"@language" : "sl",
"@value" : "Nanonewton"
}, {
"@language" : "tr",
"@value" : "Nanonewton"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoN-M-PER-M2
URI: http://qudt.org/vocab/unit/NanoN-M-PER-M2
0.000000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoN-M-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB547" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB547"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nN·m/m²" ; <http://qudt.org/schema/qudt/ucumCode> "nN.m.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanonewton Meter na Kvadratni Meter"@sl ; rdfs:label "Nanonewton Meter per Meter Persegi"@ms ; rdfs:label "Nanonewton Meter per Square Meter"@en-US ; rdfs:label "Nanonewton Meter pro Quadratmeter"@de ; rdfs:label "Nanonewton Metr na Čtvereční Metr"@cs ; rdfs:label "Nanonewton Metre per Metrekare"@tr ; rdfs:label "Nanonewton Metre per Square Metre" ; rdfs:label "Nanonewton Metre per Square Metre"@en ; rdfs:label "Nanonewton Metro per Metro Quadrato"@it ; rdfs:label "Nanonewton Metro por Metro Cuadrado"@es ; rdfs:label "Nanonewton Metru pe Metru Pătrat"@ro ; rdfs:label "Nanonewton Mètre par Mètre Carré"@fr ; rdfs:label "Nanoniuton Metr na Metr Kwadratowy"@pl ; .
{"resource":"Nanonewton Metre per Square Metre"
,"qname":"unit:NanoN-M-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoN-M-PER-M2"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB547"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB547"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanonewton Meter na Kvadratni Meter"
,"label":"Nanonewton Meter per Meter Persegi"
,"label":"Nanonewton Meter per Square Meter"
,"label":"Nanonewton Meter pro Quadratmeter"
,"label":"Nanonewton Metr na Čtvereční Metr"
,"label":"Nanonewton Metre per Metrekare"
,"label":"Nanonewton Metre per Square Metre"
,"label":"Nanonewton Metre per Square Metre"
,"label":"Nanonewton Metro per Metro Quadrato"
,"label":"Nanonewton Metro por Metro Cuadrado"
,"label":"Nanonewton Metru pe Metru Pătrat"
,"label":"Nanonewton Mètre par Mètre Carré"
,"label":"Nanoniuton Metr na Metr Kwadratowy"
,"symbol":"nN·m\/m²"
,"type":"qudt:Unit"
,"ucum code":"nN.m.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoN-M-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit newton divided by the SI base unit metre to the power two",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerLength", "http://qudt.org/vocab/quantitykind/EnergyPerArea" ],
"iec61360Code" : "0112/2///62720#UAB547",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB547",
"symbol" : "nN·m/m²",
"ucumCode" : "nN.m.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Nanonewton Metre per Metrekare"
}, "Nanonewton Metre per Square Metre", {
"@language" : "en",
"@value" : "Nanonewton Metre per Square Metre"
}, {
"@language" : "es",
"@value" : "Nanonewton Metro por Metro Cuadrado"
}, {
"@language" : "fr",
"@value" : "Nanonewton Mètre par Mètre Carré"
}, {
"@language" : "pl",
"@value" : "Nanoniuton Metr na Metr Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Nanonewton Metru pe Metru Pătrat"
}, {
"@language" : "ms",
"@value" : "Nanonewton Meter per Meter Persegi"
}, {
"@language" : "cs",
"@value" : "Nanonewton Metr na Čtvereční Metr"
}, {
"@language" : "de",
"@value" : "Nanonewton Meter pro Quadratmeter"
}, {
"@language" : "sl",
"@value" : "Nanonewton Meter na Kvadratni Meter"
}, {
"@language" : "en-us",
"@value" : "Nanonewton Meter per Square Meter"
}, {
"@language" : "it",
"@value" : "Nanonewton Metro per Metro Quadrato"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoOHM
URI: http://qudt.org/vocab/unit/NanoOHM
0.000000001-fold of the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoOHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit ohm" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricalResistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB359" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB359"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OHM> ; <http://qudt.org/schema/qudt/symbol> "nΩ" ; <http://qudt.org/schema/qudt/ucumCode> "nOhm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P22" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94480254> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanoohm" ; rdfs:label "Nanoohm"@cs ; rdfs:label "Nanoohm"@de ; rdfs:label "Nanoohm"@en ; rdfs:label "Nanoohm"@fr ; rdfs:label "Nanoohm"@hu ; rdfs:label "Nanoohm"@it ; rdfs:label "Nanoohm"@ms ; rdfs:label "Nanoohm"@ro ; rdfs:label "Nanoohm"@sl ; rdfs:label "Nanoohm"@tr ; rdfs:label "Nanoohmio"@es ; rdfs:label "Nanoom"@pl ; .
{"resource":"Nanoohm"
,"qname":"unit:NanoOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoOHM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94480254>"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricalResistance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB359"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB359"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanoohm"
,"label":"Nanoohm"
,"label":"Nanoohm"
,"label":"Nanoohm"
,"label":"Nanoohm"
,"label":"Nanoohm"
,"label":"Nanoohm"
,"label":"Nanoohm"
,"label":"Nanoohm"
,"label":"Nanoohm"
,"label":"Nanoohm"
,"label":"Nanoohmio"
,"label":"Nanoom"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:OHM"
,"symbol":"nΩ"
,"type":"qudt:Unit"
,"ucum code":"nOhm"
,"unece common code":"P22"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit ohm",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricalResistance",
"iec61360Code" : "0112/2///62720#UAB359",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB359",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/OHM",
"symbol" : "nΩ",
"ucumCode" : "nOhm",
"uneceCommonCode" : "P22",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94480254",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Nanoohmio"
}, "Nanoohm", {
"@language" : "cs",
"@value" : "Nanoohm"
}, {
"@language" : "de",
"@value" : "Nanoohm"
}, {
"@language" : "en",
"@value" : "Nanoohm"
}, {
"@language" : "ms",
"@value" : "Nanoohm"
}, {
"@language" : "ro",
"@value" : "Nanoohm"
}, {
"@language" : "sl",
"@value" : "Nanoohm"
}, {
"@language" : "tr",
"@value" : "Nanoohm"
}, {
"@language" : "fr",
"@value" : "Nanoohm"
}, {
"@language" : "hu",
"@value" : "Nanoohm"
}, {
"@language" : "it",
"@value" : "Nanoohm"
}, {
"@language" : "pl",
"@value" : "Nanoom"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoOHM-M
URI: http://qudt.org/vocab/unit/NanoOHM-M
0.000000001-fold of the product of the SI derived unit ohm and the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoOHM-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the product of the SI derived unit ohm and the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA900" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA900"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nΩ·m" ; <http://qudt.org/schema/qudt/ucumCode> "nOhm.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C46" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanoohm Meter"@de ; rdfs:label "Nanoohm Meter"@en-US ; rdfs:label "Nanoohm Meter"@ms ; rdfs:label "Nanoohm Meter"@sl ; rdfs:label "Nanoohm Metr"@cs ; rdfs:label "Nanoohm Metre" ; rdfs:label "Nanoohm Metre"@en ; rdfs:label "Nanoohm Metre"@tr ; rdfs:label "Nanoohm Metro"@it ; rdfs:label "Nanoohm Metru"@ro ; rdfs:label "Nanoohm Mètre"@fr ; rdfs:label "Nanoohmio Metro"@es ; rdfs:label "Nanoom Metr"@pl ; .
{"resource":"Nanoohm Metre"
,"qname":"unit:NanoOHM-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoOHM-M"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the product of the SI derived unit ohm and the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA900"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA900"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanoohm Meter"
,"label":"Nanoohm Meter"
,"label":"Nanoohm Meter"
,"label":"Nanoohm Meter"
,"label":"Nanoohm Metr"
,"label":"Nanoohm Metre"
,"label":"Nanoohm Metre"
,"label":"Nanoohm Metre"
,"label":"Nanoohm Metro"
,"label":"Nanoohm Metru"
,"label":"Nanoohm Mètre"
,"label":"Nanoohmio Metro"
,"label":"Nanoom Metr"
,"symbol":"nΩ·m"
,"type":"qudt:Unit"
,"ucum code":"nOhm.m"
,"unece common code":"C46"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoOHM-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the product of the SI derived unit ohm and the SI base unit metre",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"iec61360Code" : "0112/2///62720#UAA900",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA900",
"symbol" : "nΩ·m",
"ucumCode" : "nOhm.m",
"uneceCommonCode" : "C46",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Nanoohm Mètre"
}, {
"@language" : "cs",
"@value" : "Nanoohm Metr"
}, {
"@language" : "pl",
"@value" : "Nanoom Metr"
}, {
"@language" : "it",
"@value" : "Nanoohm Metro"
}, "Nanoohm Metre", {
"@language" : "en",
"@value" : "Nanoohm Metre"
}, {
"@language" : "tr",
"@value" : "Nanoohm Metre"
}, {
"@language" : "ro",
"@value" : "Nanoohm Metru"
}, {
"@language" : "es",
"@value" : "Nanoohmio Metro"
}, {
"@language" : "de",
"@value" : "Nanoohm Meter"
}, {
"@language" : "en-us",
"@value" : "Nanoohm Meter"
}, {
"@language" : "ms",
"@value" : "Nanoohm Meter"
}, {
"@language" : "sl",
"@value" : "Nanoohm Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoS
URI: http://qudt.org/vocab/unit/NanoS
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Admittance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductance> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S> ; <http://qudt.org/schema/qudt/symbol> "nS" ; <http://qudt.org/schema/qudt/ucumCode> "nS"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94694154> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanosiemens" ; rdfs:label "Nanosiemens"@cs ; rdfs:label "Nanosiemens"@de ; rdfs:label "Nanosiemens"@en ; rdfs:label "Nanosiemens"@es ; rdfs:label "Nanosiemens"@fr ; rdfs:label "Nanosiemens"@hu ; rdfs:label "Nanosiemens"@it ; rdfs:label "Nanosiemens"@ms ; rdfs:label "Nanosiemens"@ro ; rdfs:label "Nanosiemens"@sl ; rdfs:label "Nanosiemens"@tr ; rdfs:label "Nanosimens"@pl ; .
{"resource":"Nanosiemens"
,"qname":"unit:NanoS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94694154>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Admittance"
,"has quantity kind":"quantitykind:Conductance"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosiemens"
,"label":"Nanosimens"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:S"
,"symbol":"nS"
,"type":"qudt:Unit"
,"ucum code":"nS"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Conductance", "http://qudt.org/vocab/quantitykind/Admittance" ],
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/S",
"symbol" : "nS",
"ucumCode" : "nS",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94694154",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanosiemens", {
"@language" : "cs",
"@value" : "Nanosiemens"
}, {
"@language" : "de",
"@value" : "Nanosiemens"
}, {
"@language" : "en",
"@value" : "Nanosiemens"
}, {
"@language" : "es",
"@value" : "Nanosiemens"
}, {
"@language" : "it",
"@value" : "Nanosiemens"
}, {
"@language" : "ms",
"@value" : "Nanosiemens"
}, {
"@language" : "ro",
"@value" : "Nanosiemens"
}, {
"@language" : "sl",
"@value" : "Nanosiemens"
}, {
"@language" : "tr",
"@value" : "Nanosiemens"
}, {
"@language" : "fr",
"@value" : "Nanosiemens"
}, {
"@language" : "hu",
"@value" : "Nanosiemens"
}, {
"@language" : "pl",
"@value" : "Nanosimens"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoS-PER-CentiM
URI: http://qudt.org/vocab/unit/NanoS-PER-CentiM
0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoS-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA907" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA907"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "nS/cm" ; <http://qudt.org/schema/qudt/ucumCode> "nS.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G44" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106777952> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanosiemens na Centimeter"@sl ; rdfs:label "Nanosiemens na Centimetr"@cs ; rdfs:label "Nanosiemens par Centimètre"@fr ; rdfs:label "Nanosiemens pe Centimetru"@ro ; rdfs:label "Nanosiemens per Centimeter"@en-US ; rdfs:label "Nanosiemens per Centimeter"@ms ; rdfs:label "Nanosiemens per Centimetre" ; rdfs:label "Nanosiemens per Centimetre"@en ; rdfs:label "Nanosiemens per Centimetre"@tr ; rdfs:label "Nanosiemens per Centimetro"@it ; rdfs:label "Nanosiemens por Centimetro"@es ; rdfs:label "Nanosiemens pro Centimeter"@de ; rdfs:label "Nanosimens na Centimetr"@pl ; .
{"resource":"Nanosiemens per Centimetre"
,"qname":"unit:NanoS-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoS-PER-CentiM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106777952>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre"
,"description (plain text)":"0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA907"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA907"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanosiemens na Centimeter"
,"label":"Nanosiemens na Centimetr"
,"label":"Nanosiemens par Centimètre"
,"label":"Nanosiemens pe Centimetru"
,"label":"Nanosiemens per Centimeter"
,"label":"Nanosiemens per Centimeter"
,"label":"Nanosiemens per Centimetre"
,"label":"Nanosiemens per Centimetre"
,"label":"Nanosiemens per Centimetre"
,"label":"Nanosiemens per Centimetro"
,"label":"Nanosiemens por Centimetro"
,"label":"Nanosiemens pro Centimeter"
,"label":"Nanosimens na Centimetr"
,"symbol":"nS\/cm"
,"type":"qudt:Unit"
,"ucum code":"nS.cm-1"
,"unece common code":"G44"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoS-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Conductivity",
"iec61360Code" : "0112/2///62720#UAA907",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA907",
"plainTextDescription" : "0.000000001-fold of the SI derived unit Siemens by the 0.01 fol of the SI base unit metre",
"symbol" : "nS/cm",
"ucumCode" : "nS.cm-1",
"uneceCommonCode" : "G44",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106777952",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Nanosiemens per Centimetro"
}, {
"@language" : "en-us",
"@value" : "Nanosiemens per Centimeter"
}, {
"@language" : "ms",
"@value" : "Nanosiemens per Centimeter"
}, {
"@language" : "ro",
"@value" : "Nanosiemens pe Centimetru"
}, {
"@language" : "pl",
"@value" : "Nanosimens na Centimetr"
}, {
"@language" : "fr",
"@value" : "Nanosiemens par Centimètre"
}, "Nanosiemens per Centimetre", {
"@language" : "en",
"@value" : "Nanosiemens per Centimetre"
}, {
"@language" : "tr",
"@value" : "Nanosiemens per Centimetre"
}, {
"@language" : "de",
"@value" : "Nanosiemens pro Centimeter"
}, {
"@language" : "cs",
"@value" : "Nanosiemens na Centimetr"
}, {
"@language" : "sl",
"@value" : "Nanosiemens na Centimeter"
}, {
"@language" : "es",
"@value" : "Nanosiemens por Centimetro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoS-PER-M
URI: http://qudt.org/vocab/unit/NanoS-PER-M
0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoS-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA908" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA908"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "nS/m" ; <http://qudt.org/schema/qudt/ucumCode> "nS.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G45" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106777943> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanosiemens na Meter"@sl ; rdfs:label "Nanosiemens na Metr"@cs ; rdfs:label "Nanosiemens par Mètre"@fr ; rdfs:label "Nanosiemens pe Metru"@ro ; rdfs:label "Nanosiemens per Meter"@en-US ; rdfs:label "Nanosiemens per Meter"@ms ; rdfs:label "Nanosiemens per Metre" ; rdfs:label "Nanosiemens per Metre"@en ; rdfs:label "Nanosiemens per Metre"@tr ; rdfs:label "Nanosiemens per Metro"@it ; rdfs:label "Nanosiemens por Metro"@es ; rdfs:label "Nanosiemens pro Meter"@de ; rdfs:label "Nanosimens na Metr"@pl ; .
{"resource":"Nanosiemens per Metre"
,"qname":"unit:NanoS-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoS-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106777943>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"
,"description (plain text)":"0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA908"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA908"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanosiemens na Meter"
,"label":"Nanosiemens na Metr"
,"label":"Nanosiemens par Mètre"
,"label":"Nanosiemens pe Metru"
,"label":"Nanosiemens per Meter"
,"label":"Nanosiemens per Meter"
,"label":"Nanosiemens per Metre"
,"label":"Nanosiemens per Metre"
,"label":"Nanosiemens per Metre"
,"label":"Nanosiemens per Metro"
,"label":"Nanosiemens por Metro"
,"label":"Nanosiemens pro Meter"
,"label":"Nanosimens na Metr"
,"symbol":"nS\/m"
,"type":"qudt:Unit"
,"ucum code":"nS.m-1"
,"unece common code":"G45"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoS-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Conductivity",
"iec61360Code" : "0112/2///62720#UAA908",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA908",
"plainTextDescription" : "0.000000001-fold of the SI derived unit Siemens divided by the SI base unit metre",
"symbol" : "nS/m",
"ucumCode" : "nS.m-1",
"uneceCommonCode" : "G45",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106777943",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Nanosiemens pe Metru"
}, "Nanosiemens per Metre", {
"@language" : "en",
"@value" : "Nanosiemens per Metre"
}, {
"@language" : "cs",
"@value" : "Nanosiemens na Metr"
}, {
"@language" : "tr",
"@value" : "Nanosiemens per Metre"
}, {
"@language" : "sl",
"@value" : "Nanosiemens na Meter"
}, {
"@language" : "pl",
"@value" : "Nanosimens na Metr"
}, {
"@language" : "de",
"@value" : "Nanosiemens pro Meter"
}, {
"@language" : "en-us",
"@value" : "Nanosiemens per Meter"
}, {
"@language" : "fr",
"@value" : "Nanosiemens par Mètre"
}, {
"@language" : "ms",
"@value" : "Nanosiemens per Meter"
}, {
"@language" : "it",
"@value" : "Nanosiemens per Metro"
}, {
"@language" : "es",
"@value" : "Nanosiemens por Metro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoSEC
URI: http://qudt.org/vocab/unit/NanoSEC
A nanosecond is a SI unit of time equal to one billionth of a second (10-9 or 1/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoSEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A nanosecond is a SI unit of time equal to one billionth of a second (10-9 or 1/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Nanosecond"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA913" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Nanosecond?oldid=919778950"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA913"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "ns" ; <http://qudt.org/schema/qudt/ucumCode> "ns"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C47" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q838801> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanomásodperc"@hu ; rdfs:label "Nanosaat"@ms ; rdfs:label "Nanosaniye"@tr ; rdfs:label "Nanosecond" ; rdfs:label "Nanosecond"@en ; rdfs:label "Nanoseconde"@fr ; rdfs:label "Nanosecondo"@it ; rdfs:label "Nanosecundă"@ro ; rdfs:label "Nanosegundo"@es ; rdfs:label "Nanosekunda"@cs ; rdfs:label "Nanosekunda"@pl ; rdfs:label "Nanosekunda"@sl ; rdfs:label "Nanosekunde"@de ; .
{"resource":"Nanosecond"
,"qname":"unit:NanoSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoSEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q838801>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Nanosecond"
,"description":"A nanosecond is a SI unit of time equal to one billionth of a second (10-9 or 1\/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA913"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Nanosecond?oldid=919778950"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA913"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanomásodperc"
,"label":"Nanosaat"
,"label":"Nanosaniye"
,"label":"Nanosecond"
,"label":"Nanosecond"
,"label":"Nanoseconde"
,"label":"Nanosecondo"
,"label":"Nanosecundă"
,"label":"Nanosegundo"
,"label":"Nanosekunda"
,"label":"Nanosekunda"
,"label":"Nanosekunda"
,"label":"Nanosekunde"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:SEC"
,"symbol":"ns"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"ns"
,"unece common code":"C47"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoSEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A nanosecond is a SI unit of time equal to one billionth of a second (10-9 or 1/1,000,000,000 s). One nanosecond is to one second as one second is to 31.69 years. The word nanosecond is formed by the prefix nano and the unit second.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"dbpediaMatch" : "http://dbpedia.org/resource/Nanosecond",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA913",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Nanosecond?oldid=919778950", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA913" ],
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "ns",
"ucumCode" : "ns",
"uneceCommonCode" : "C47",
"wikidataMatch" : "http://www.wikidata.org/entity/Q838801",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Nanosekunda"
}, {
"@language" : "sl",
"@value" : "Nanosekunda"
}, {
"@language" : "cs",
"@value" : "Nanosekunda"
}, {
"@language" : "es",
"@value" : "Nanosegundo"
}, {
"@language" : "de",
"@value" : "Nanosekunde"
}, {
"@language" : "ro",
"@value" : "Nanosecundă"
}, {
"@language" : "fr",
"@value" : "Nanoseconde"
}, {
"@language" : "ms",
"@value" : "Nanosaat"
}, {
"@language" : "it",
"@value" : "Nanosecondo"
}, {
"@language" : "hu",
"@value" : "Nanomásodperc"
}, {
"@language" : "tr",
"@value" : "Nanosaniye"
}, "Nanosecond", {
"@language" : "en",
"@value" : "Nanosecond"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoSV
URI: http://qudt.org/vocab/unit/NanoSV
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoSV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DoseEquivalent> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SV> ; <http://qudt.org/schema/qudt/symbol> "nSv" ; <http://qudt.org/schema/qudt/ucumCode> "nSv"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanosievert" ; rdfs:label "Nanosievert"@cs ; rdfs:label "Nanosievert"@de ; rdfs:label "Nanosievert"@en ; rdfs:label "Nanosievert"@es ; rdfs:label "Nanosievert"@fr ; rdfs:label "Nanosievert"@hu ; rdfs:label "Nanosievert"@it ; rdfs:label "Nanosievert"@ms ; rdfs:label "Nanosievert"@ro ; rdfs:label "Nanosievert"@sl ; rdfs:label "Nanosievert"@tr ; rdfs:label "Nanosiwert"@pl ; .
{"resource":"Nanosievert"
,"qname":"unit:NanoSV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoSV"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:DoseEquivalent"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosievert"
,"label":"Nanosiwert"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:SV"
,"symbol":"nSv"
,"type":"qudt:Unit"
,"ucum code":"nSv"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoSV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DoseEquivalent",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/SV",
"symbol" : "nSv",
"ucumCode" : "nSv",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Nanosiwert"
}, "Nanosievert", {
"@language" : "cs",
"@value" : "Nanosievert"
}, {
"@language" : "de",
"@value" : "Nanosievert"
}, {
"@language" : "en",
"@value" : "Nanosievert"
}, {
"@language" : "es",
"@value" : "Nanosievert"
}, {
"@language" : "fr",
"@value" : "Nanosievert"
}, {
"@language" : "hu",
"@value" : "Nanosievert"
}, {
"@language" : "it",
"@value" : "Nanosievert"
}, {
"@language" : "ms",
"@value" : "Nanosievert"
}, {
"@language" : "ro",
"@value" : "Nanosievert"
}, {
"@language" : "tr",
"@value" : "Nanosievert"
}, {
"@language" : "sl",
"@value" : "Nanosievert"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoSV-PER-HR
URI: http://qudt.org/vocab/unit/NanoSV-PER-HR
0.000000001-fold of the SI derived unit sievert divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoSV-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit sievert divided by the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB467" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB467"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nSv/h" ; <http://qudt.org/schema/qudt/ucumCode> "nSv.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P73" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanosievert per Hour" ; rdfs:label "Nanosievert per Hour"@en ; .
{"resource":"Nanosievert per Hour"
,"qname":"unit:NanoSV-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoSV-PER-HR"
,"properties":["conversion multiplier":"0.0000000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-13"
,"description":"0.000000001-fold of the SI derived unit sievert divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB467"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB467"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanosievert per Hour"
,"label":"Nanosievert per Hour"
,"symbol":"nSv\/h"
,"type":"qudt:Unit"
,"ucum code":"nSv.h-1"
,"unece common code":"P73"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoSV-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit sievert divided by the unit hour",
"conversionMultiplier" : "0.0000000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAB467",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB467",
"symbol" : "nSv/h",
"ucumCode" : "nSv.h-1",
"uneceCommonCode" : "P73",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanosievert per Hour", {
"@language" : "en",
"@value" : "Nanosievert per Hour"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoSV-PER-MIN
URI: http://qudt.org/vocab/unit/NanoSV-PER-MIN
0.000000001-fold of the SI derived unit sievert divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoSV-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit sievert divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB471" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB471"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nSv/min" ; <http://qudt.org/schema/qudt/ucumCode> "nSv.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P77" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanosievert per Minute" ; rdfs:label "Nanosievert per Minute"@en ; .
{"resource":"Nanosievert per Minute"
,"qname":"unit:NanoSV-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoSV-PER-MIN"
,"properties":["conversion multiplier":"0.00000000001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-11"
,"description":"0.000000001-fold of the SI derived unit sievert divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB471"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB471"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanosievert per Minute"
,"label":"Nanosievert per Minute"
,"symbol":"nSv\/min"
,"type":"qudt:Unit"
,"ucum code":"nSv.min-1"
,"unece common code":"P77"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoSV-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit sievert divided by the unit minute",
"conversionMultiplier" : "0.00000000001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666667E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/KermaRate" ],
"iec61360Code" : "0112/2///62720#UAB471",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB471",
"symbol" : "nSv/min",
"ucumCode" : "nSv.min-1",
"uneceCommonCode" : "P77",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanosievert per Minute", {
"@language" : "en",
"@value" : "Nanosievert per Minute"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoSV-PER-SEC
URI: http://qudt.org/vocab/unit/NanoSV-PER-SEC
0.000000001-fold of the SI derived unit sievert devided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoSV-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit sievert devided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB304" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB304"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nSv/s" ; <http://qudt.org/schema/qudt/ucumCode> "nSv.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P68" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanosievert na Sekunda"@cs ; rdfs:label "Nanosievert na Sekunda"@sl ; rdfs:label "Nanosievert par Seconde"@fr ; rdfs:label "Nanosievert pe Secundă"@ro ; rdfs:label "Nanosievert per Saat"@ms ; rdfs:label "Nanosievert per Saniye"@tr ; rdfs:label "Nanosievert per Second" ; rdfs:label "Nanosievert per Second"@en ; rdfs:label "Nanosievert per Secondo"@it ; rdfs:label "Nanosievert por Segundo"@es ; rdfs:label "Nanosievert pro Sekunde"@de ; rdfs:label "Nanosiwert na Sekunda"@pl ; .
{"resource":"Nanosievert per Second"
,"qname":"unit:NanoSV-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoSV-PER-SEC"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit sievert devided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB304"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB304"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanosievert na Sekunda"
,"label":"Nanosievert na Sekunda"
,"label":"Nanosievert par Seconde"
,"label":"Nanosievert pe Secundă"
,"label":"Nanosievert per Saat"
,"label":"Nanosievert per Saniye"
,"label":"Nanosievert per Second"
,"label":"Nanosievert per Second"
,"label":"Nanosievert per Secondo"
,"label":"Nanosievert por Segundo"
,"label":"Nanosievert pro Sekunde"
,"label":"Nanosiwert na Sekunda"
,"symbol":"nSv\/s"
,"type":"qudt:Unit"
,"ucum code":"nSv.s-1"
,"unece common code":"P68"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoSV-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit sievert devided by the SI base unit second",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAB304",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB304",
"symbol" : "nSv/s",
"ucumCode" : "nSv.s-1",
"uneceCommonCode" : "P68",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Nanosievert per Saniye"
}, {
"@language" : "en",
"@value" : "Nanosievert per Second"
}, {
"@language" : "fr",
"@value" : "Nanosievert par Seconde"
}, "Nanosievert per Second", {
"@language" : "ro",
"@value" : "Nanosievert pe Secundă"
}, {
"@language" : "ms",
"@value" : "Nanosievert per Saat"
}, {
"@language" : "pl",
"@value" : "Nanosiwert na Sekunda"
}, {
"@language" : "cs",
"@value" : "Nanosievert na Sekunda"
}, {
"@language" : "es",
"@value" : "Nanosievert por Segundo"
}, {
"@language" : "sl",
"@value" : "Nanosievert na Sekunda"
}, {
"@language" : "de",
"@value" : "Nanosievert pro Sekunde"
}, {
"@language" : "it",
"@value" : "Nanosievert per Secondo"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoT
URI: http://qudt.org/vocab/unit/NanoT
0.000000001-fold of the SI derived unit tesla
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit tesla"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA909" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA909"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI derived unit tesla" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/T> ; <http://qudt.org/schema/qudt/symbol> "nT" ; <http://qudt.org/schema/qudt/ucumCode> "nT"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C48" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95976921> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanotesla" ; rdfs:label "Nanotesla"@cs ; rdfs:label "Nanotesla"@de ; rdfs:label "Nanotesla"@en ; rdfs:label "Nanotesla"@es ; rdfs:label "Nanotesla"@fr ; rdfs:label "Nanotesla"@hu ; rdfs:label "Nanotesla"@it ; rdfs:label "Nanotesla"@ms ; rdfs:label "Nanotesla"@pl ; rdfs:label "Nanotesla"@ro ; rdfs:label "Nanotesla"@sl ; rdfs:label "Nanotesla"@tr ; .
{"resource":"Nanotesla"
,"qname":"unit:NanoT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95976921>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit tesla"
,"description (plain text)":"0.000000001-fold of the SI derived unit tesla"
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA909"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA909"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"label":"Nanotesla"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:T"
,"symbol":"nT"
,"type":"qudt:Unit"
,"ucum code":"nT"
,"unece common code":"C48"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit tesla",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFluxDensity",
"iec61360Code" : "0112/2///62720#UAA909",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA909",
"plainTextDescription" : "0.000000001-fold of the SI derived unit tesla",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/T",
"symbol" : "nT",
"ucumCode" : "nT",
"uneceCommonCode" : "C48",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95976921",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanotesla", {
"@language" : "cs",
"@value" : "Nanotesla"
}, {
"@language" : "de",
"@value" : "Nanotesla"
}, {
"@language" : "en",
"@value" : "Nanotesla"
}, {
"@language" : "es",
"@value" : "Nanotesla"
}, {
"@language" : "fr",
"@value" : "Nanotesla"
}, {
"@language" : "hu",
"@value" : "Nanotesla"
}, {
"@language" : "it",
"@value" : "Nanotesla"
}, {
"@language" : "ms",
"@value" : "Nanotesla"
}, {
"@language" : "pl",
"@value" : "Nanotesla"
}, {
"@language" : "ro",
"@value" : "Nanotesla"
}, {
"@language" : "sl",
"@value" : "Nanotesla"
}, {
"@language" : "tr",
"@value" : "Nanotesla"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoV
URI: http://qudt.org/vocab/unit/NanoV
0.000000001-fold of the SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit volt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC771" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC771"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "nV" ; <http://qudt.org/schema/qudt/ucumCode> "nV"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanovolt" ; rdfs:label "Nanovolt"@cs ; rdfs:label "Nanovolt"@de ; rdfs:label "Nanovolt"@en ; rdfs:label "Nanovolt"@fr ; rdfs:label "Nanovolt"@hu ; rdfs:label "Nanovolt"@it ; rdfs:label "Nanovolt"@ms ; rdfs:label "Nanovolt"@ro ; rdfs:label "Nanovolt"@sl ; rdfs:label "Nanovolt"@tr ; rdfs:label "Nanovoltio"@es ; rdfs:label "Nanowolt"@pl ; .
{"resource":"Nanovolt"
,"qname":"unit:NanoV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoV"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit volt"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC771"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC771"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanovolt"
,"label":"Nanovolt"
,"label":"Nanovolt"
,"label":"Nanovolt"
,"label":"Nanovolt"
,"label":"Nanovolt"
,"label":"Nanovolt"
,"label":"Nanovolt"
,"label":"Nanovolt"
,"label":"Nanovolt"
,"label":"Nanovolt"
,"label":"Nanovoltio"
,"label":"Nanowolt"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:V"
,"symbol":"nV"
,"type":"qudt:Unit"
,"ucum code":"nV"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit volt",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricPotential", "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/Voltage" ],
"iec61360Code" : "0112/2///62720#UAC771",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC771",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "nV",
"ucumCode" : "nV",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanovolt", {
"@language" : "cs",
"@value" : "Nanovolt"
}, {
"@language" : "en",
"@value" : "Nanovolt"
}, {
"@language" : "fr",
"@value" : "Nanovolt"
}, {
"@language" : "hu",
"@value" : "Nanovolt"
}, {
"@language" : "it",
"@value" : "Nanovolt"
}, {
"@language" : "ms",
"@value" : "Nanovolt"
}, {
"@language" : "ro",
"@value" : "Nanovolt"
}, {
"@language" : "sl",
"@value" : "Nanovolt"
}, {
"@language" : "tr",
"@value" : "Nanovolt"
}, {
"@language" : "de",
"@value" : "Nanovolt"
}, {
"@language" : "pl",
"@value" : "Nanowolt"
}, {
"@language" : "es",
"@value" : "Nanovoltio"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoV-A
URI: http://qudt.org/vocab/unit/NanoV-A
0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoV-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/NanoVA> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB531" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB531"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nV·A" ; <http://qudt.org/schema/qudt/ucumCode> "nV.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanovolt Amper"@ro ; rdfs:label "Nanovolt Amper"@sl ; rdfs:label "Nanovolt Amper"@tr ; rdfs:label "Nanovolt Ampere" ; rdfs:label "Nanovolt Ampere"@de ; rdfs:label "Nanovolt Ampere"@en ; rdfs:label "Nanovolt Ampere"@it ; rdfs:label "Nanovolt Ampere"@ms ; rdfs:label "Nanovolt Ampère"@fr ; rdfs:label "Nanovolt Ampér"@cs ; rdfs:label "Nanovoltio Amperio"@es ; rdfs:label "Nanowolt Amper"@pl ; .
{"resource":"Nanovolt Ampere"
,"qname":"unit:NanoV-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoV-A"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"deprecated":"true"
,"description":"0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB531"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB531"
,"is replaced by":"unit:NanoVA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanovolt Amper"
,"label":"Nanovolt Amper"
,"label":"Nanovolt Amper"
,"label":"Nanovolt Ampere"
,"label":"Nanovolt Ampere"
,"label":"Nanovolt Ampere"
,"label":"Nanovolt Ampere"
,"label":"Nanovolt Ampere"
,"label":"Nanovolt Ampère"
,"label":"Nanovolt Ampér"
,"label":"Nanovoltio Amperio"
,"label":"Nanowolt Amper"
,"symbol":"nV·A"
,"type":"qudt:Unit"
,"ucum code":"nV.A"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoV-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/NanoVA",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB531",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB531",
"symbol" : "nV·A",
"ucumCode" : "nV.A",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nanovolt Ampere", {
"@language" : "de",
"@value" : "Nanovolt Ampere"
}, {
"@language" : "en",
"@value" : "Nanovolt Ampere"
}, {
"@language" : "ro",
"@value" : "Nanovolt Amper"
}, {
"@language" : "sl",
"@value" : "Nanovolt Amper"
}, {
"@language" : "tr",
"@value" : "Nanovolt Amper"
}, {
"@language" : "es",
"@value" : "Nanovoltio Amperio"
}, {
"@language" : "pl",
"@value" : "Nanowolt Amper"
}, {
"@language" : "it",
"@value" : "Nanovolt Ampere"
}, {
"@language" : "ms",
"@value" : "Nanovolt Ampere"
}, {
"@language" : "fr",
"@value" : "Nanovolt Ampère"
}, {
"@language" : "cs",
"@value" : "Nanovolt Ampér"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoV-A_Reactive
URI: http://qudt.org/vocab/unit/NanoV-A_Reactive
0.000000001-fold of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NanoV-A_Reactive>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000000001-fold of the unit volt ampere reactive" ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/NanoVAR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC505" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC505"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "nV·A{Reactive}" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "NanoVolt Ampere Reactive" ;
rdfs:label "NanoVolt Ampere Reactive"@en ;
.
{"resource":"NanoVolt Ampere Reactive"
,"qname":"unit:NanoV-A_Reactive"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoV-A_Reactive"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"0.000000001-fold of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC505"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC505"
,"is replaced by":"unit:NanoVAR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"NanoVolt Ampere Reactive"
,"label":"NanoVolt Ampere Reactive"
,"symbol":"nV·A{Reactive}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoV-A_Reactive",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the unit volt ampere reactive",
"isReplacedBy" : "http://qudt.org/vocab/unit/NanoVAR",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC505",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC505",
"symbol" : "nV·A{Reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "NanoVolt Ampere Reactive", {
"@language" : "en",
"@value" : "NanoVolt Ampere Reactive"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoVA
URI: http://qudt.org/vocab/unit/NanoVA
0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoVA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB531" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB531"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/symbol> "nVA" ; <http://qudt.org/schema/qudt/ucumCode> "nVA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nano Volt Ampere" ; rdfs:label "Nano Volt Ampere"@en ; rdfs:label "Nano Volt Ampere"@it ; rdfs:label "Nanovoltampere"@de ; rdfs:label "Nanovoltampère"@fr ; rdfs:label "Nanovoltiamperio"@es ; .
{"resource":"Nano Volt Ampere"
,"qname":"unit:NanoVA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoVA"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB531"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB531"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nano Volt Ampere"
,"label":"Nano Volt Ampere"
,"label":"Nano Volt Ampere"
,"label":"Nanovoltampere"
,"label":"Nanovoltampère"
,"label":"Nanovoltiamperio"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:VA"
,"symbol":"nVA"
,"type":"qudt:Unit"
,"ucum code":"nVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoVA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the product of the SI base unit volt with the SI base unit ampere",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB531",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB531",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/VA",
"symbol" : "nVA",
"ucumCode" : "nVA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Nanovoltampère"
}, "Nano Volt Ampere", {
"@language" : "en",
"@value" : "Nano Volt Ampere"
}, {
"@language" : "it",
"@value" : "Nano Volt Ampere"
}, {
"@language" : "es",
"@value" : "Nanovoltiamperio"
}, {
"@language" : "de",
"@value" : "Nanovoltampere"
} ],
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoVAR
URI: http://qudt.org/vocab/unit/NanoVAR
0.000000001-fold of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/NanoVAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000000001-fold of the unit volt ampere reactive" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC505" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC505"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VAR> ;
<http://qudt.org/schema/qudt/symbol> "nVA{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "nVA{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Nano Volt Ampere Reactive" ;
rdfs:label "Nano Volt Ampere Reactive"@en ;
.
{"resource":"Nano Volt Ampere Reactive"
,"qname":"unit:NanoVAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoVAR"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC505"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC505"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nano Volt Ampere Reactive"
,"label":"Nano Volt Ampere Reactive"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:VAR"
,"symbol":"nVA{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"nVA{reactive}"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoVAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the unit volt ampere reactive",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC505",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC505",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/VAR",
"symbol" : "nVA{Reactive}",
"ucumCode" : "nVA{reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Nano Volt Ampere Reactive", {
"@language" : "en",
"@value" : "Nano Volt Ampere Reactive"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoW
URI: http://qudt.org/vocab/unit/NanoW
0.000000001-fold of the SI derived unit watt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit watt"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA910" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA910"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000001-fold of the SI derived unit watt" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Nano> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ; <http://qudt.org/schema/qudt/symbol> "nW" ; <http://qudt.org/schema/qudt/ucumCode> "nW"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C49" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53449021> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanovatio"@es ; rdfs:label "Nanowat"@pl ; rdfs:label "Nanowatt" ; rdfs:label "Nanowatt"@cs ; rdfs:label "Nanowatt"@de ; rdfs:label "Nanowatt"@en ; rdfs:label "Nanowatt"@fr ; rdfs:label "Nanowatt"@hu ; rdfs:label "Nanowatt"@it ; rdfs:label "Nanowatt"@ms ; rdfs:label "Nanowatt"@ro ; rdfs:label "Nanowatt"@sl ; rdfs:label "Nanowatt"@tr ; .
{"resource":"Nanowatt"
,"qname":"unit:NanoW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53449021>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit watt"
,"description (plain text)":"0.000000001-fold of the SI derived unit watt"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA910"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA910"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanovatio"
,"label":"Nanowat"
,"label":"Nanowatt"
,"label":"Nanowatt"
,"label":"Nanowatt"
,"label":"Nanowatt"
,"label":"Nanowatt"
,"label":"Nanowatt"
,"label":"Nanowatt"
,"label":"Nanowatt"
,"label":"Nanowatt"
,"label":"Nanowatt"
,"label":"Nanowatt"
,"prefix":"prefix:Nano"
,"scalingOf":"unit:W"
,"symbol":"nW"
,"type":"qudt:Unit"
,"ucum code":"nW"
,"unece common code":"C49"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit watt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/ElectricPower" ],
"iec61360Code" : "0112/2///62720#UAA910",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA910",
"plainTextDescription" : "0.000000001-fold of the SI derived unit watt",
"prefix" : "http://qudt.org/vocab/prefix/Nano",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "nW",
"ucumCode" : "nW",
"uneceCommonCode" : "C49",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53449021",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Nanowat"
}, "Nanowatt", {
"@language" : "cs",
"@value" : "Nanowatt"
}, {
"@language" : "de",
"@value" : "Nanowatt"
}, {
"@language" : "en",
"@value" : "Nanowatt"
}, {
"@language" : "fr",
"@value" : "Nanowatt"
}, {
"@language" : "hu",
"@value" : "Nanowatt"
}, {
"@language" : "it",
"@value" : "Nanowatt"
}, {
"@language" : "ms",
"@value" : "Nanowatt"
}, {
"@language" : "ro",
"@value" : "Nanowatt"
}, {
"@language" : "sl",
"@value" : "Nanowatt"
}, {
"@language" : "tr",
"@value" : "Nanowatt"
}, {
"@language" : "es",
"@value" : "Nanovatio"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:NanoW-PER-M2
URI: http://qudt.org/vocab/unit/NanoW-PER-M2
0.000000001-fold of the SI derived unit watt divided by the SI base unit metre to the power two
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/NanoW-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000001-fold of the SI derived unit watt divided by the SI base unit metre to the power two" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PoyntingVector> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB539" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB539"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "nW/m²" ; <http://qudt.org/schema/qudt/ucumCode> "nW.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Nanovatio por Metro Cuadrado"@es ; rdfs:label "Nanowat na Metr Kwadratowy"@pl ; rdfs:label "Nanowatt na Kvadratni Meter"@sl ; rdfs:label "Nanowatt na Čtvereční Metr"@cs ; rdfs:label "Nanowatt par Mètre Carré"@fr ; rdfs:label "Nanowatt pe Metru Pătrat"@ro ; rdfs:label "Nanowatt per Meter Persegi"@ms ; rdfs:label "Nanowatt per Metrekare"@tr ; rdfs:label "Nanowatt per Metro Quadrato"@it ; rdfs:label "Nanowatt per Square Meter"@en-US ; rdfs:label "Nanowatt per Square Metre" ; rdfs:label "Nanowatt per Square Metre"@en ; rdfs:label "Nanowatt pro Quadratmeter"@de ; .
{"resource":"Nanowatt per Square Metre"
,"qname":"unit:NanoW-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/NanoW-PER-M2"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"0.000000001-fold of the SI derived unit watt divided by the SI base unit metre to the power two"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"has quantity kind":"quantitykind:PoyntingVector"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB539"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB539"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Nanovatio por Metro Cuadrado"
,"label":"Nanowat na Metr Kwadratowy"
,"label":"Nanowatt na Kvadratni Meter"
,"label":"Nanowatt na Čtvereční Metr"
,"label":"Nanowatt par Mètre Carré"
,"label":"Nanowatt pe Metru Pătrat"
,"label":"Nanowatt per Meter Persegi"
,"label":"Nanowatt per Metrekare"
,"label":"Nanowatt per Metro Quadrato"
,"label":"Nanowatt per Square Meter"
,"label":"Nanowatt per Square Metre"
,"label":"Nanowatt per Square Metre"
,"label":"Nanowatt pro Quadratmeter"
,"symbol":"nW\/m²"
,"type":"qudt:Unit"
,"ucum code":"nW.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/NanoW-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000001-fold of the SI derived unit watt divided by the SI base unit metre to the power two",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PowerPerArea", "http://qudt.org/vocab/quantitykind/PoyntingVector" ],
"iec61360Code" : "0112/2///62720#UAB539",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB539",
"symbol" : "nW/m²",
"ucumCode" : "nW.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Nanowatt per Metrekare"
}, {
"@language" : "pl",
"@value" : "Nanowat na Metr Kwadratowy"
}, {
"@language" : "ro",
"@value" : "Nanowatt pe Metru Pătrat"
}, {
"@language" : "es",
"@value" : "Nanovatio por Metro Cuadrado"
}, {
"@language" : "fr",
"@value" : "Nanowatt par Mètre Carré"
}, {
"@language" : "ms",
"@value" : "Nanowatt per Meter Persegi"
}, {
"@language" : "de",
"@value" : "Nanowatt pro Quadratmeter"
}, {
"@language" : "en-us",
"@value" : "Nanowatt per Square Meter"
}, {
"@language" : "cs",
"@value" : "Nanowatt na Čtvereční Metr"
}, "Nanowatt per Square Metre", {
"@language" : "en",
"@value" : "Nanowatt per Square Metre"
}, {
"@language" : "sl",
"@value" : "Nanowatt na Kvadratni Meter"
}, {
"@language" : "it",
"@value" : "Nanowatt per Metro Quadrato"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OCT
URI: http://qudt.org/vocab/unit/OCT
An octave is a doubling or halving of a frequency. One oct is the logarithmic frequency interval between $f1$ and $f2$ when $f2/f1 = 2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OCT> rdf:type <http://qudt.org/schema/qudt/DimensionlessUnit> ; rdf:type <http://qudt.org/schema/qudt/LogarithmicUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "An octave is a doubling or halving of a frequency. One oct is the logarithmic frequency interval between $f1$ and $f2$ when $f2/f1 = 2$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Octave"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LogarithmicFrequencyInterval> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA914" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Octave_(electronics)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA914"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "octave" ; <http://qudt.org/schema/qudt/uneceCommonCode> "C59" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Oct" ; rdfs:label "Oct"@en ; .
{"resource":"Oct"
,"qname":"unit:OCT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OCT"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Octave"
,"description":"An octave is a doubling or halving of a frequency. One oct is the logarithmic frequency interval between $f1$ and $f2$ when $f2\/f1 = 2$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Dimensionless"
,"has quantity kind":"quantitykind:LogarithmicFrequencyInterval"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA914"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Octave_(electronics)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA914"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Oct"
,"label":"Oct"
,"symbol":"octave"
,"type":"qudt:DimensionlessUnit"
,"type":"qudt:LogarithmicUnit"
,"type":"qudt:Unit"
,"unece common code":"C59"
]}
{
"@id" : "http://qudt.org/vocab/unit/OCT",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/LogarithmicUnit", "http://qudt.org/schema/qudt/DimensionlessUnit" ],
"description" : "An octave is a doubling or halving of a frequency. One oct is the logarithmic frequency interval between $f1$ and $f2$ when $f2/f1 = 2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Octave",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LogarithmicFrequencyInterval", "http://qudt.org/vocab/quantitykind/Dimensionless" ],
"iec61360Code" : "0112/2///62720#UAA914",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA914", "http://en.wikipedia.org/wiki/Octave_(electronics)" ],
"symbol" : "octave",
"uneceCommonCode" : "C59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Oct", {
"@language" : "en",
"@value" : "Oct"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OCTET
URI: http://qudt.org/vocab/unit/OCTET
synonym for byte: 1 octet = 8 bit = 1 byte
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OCTET> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "synonym for byte: 1 octet = 8 bit = 1 byte" ; <http://qudt.org/schema/qudt/conversionMultiplier> 5.54517744447956247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/BYTE> ; <http://qudt.org/schema/qudt/factorUnitScalar> 8.0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DatasetOfBits> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB341" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB341"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "o" ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q12" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q851872> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Octet" ; rdfs:label "Octet"@en ; .
{"resource":"Octet"
,"qname":"unit:OCTET"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OCTET"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q851872>"
,"conversion multiplier":"5.54517744447956247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E0"
,"description":"synonym for byte: 1 octet = 8 bit = 1 byte"
,"exact match":"unit:BYTE"
,"factorUnitScalar":"8.0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DatasetOfBits"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB341"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB341"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Octet"
,"label":"Octet"
,"symbol":"o"
,"type":"qudt:Unit"
,"unece common code":"Q12"
]}
{
"@id" : "http://qudt.org/vocab/unit/OCTET",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "synonym for byte: 1 octet = 8 bit = 1 byte",
"conversionMultiplier" : "5.54517744447956247533785697166544",
"conversionMultiplier:SN" : 5.545177444479562,
"exactMatch" : "http://qudt.org/vocab/unit/BYTE",
"factorUnitScalar" : "8.0",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DatasetOfBits",
"iec61360Code" : "0112/2///62720#UAB341",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB341",
"symbol" : "o",
"uneceCommonCode" : "Q12",
"wikidataMatch" : "http://www.wikidata.org/entity/Q851872",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Octet", {
"@language" : "en",
"@value" : "Octet"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OCTET-PER-SEC
URI: http://qudt.org/vocab/unit/OCTET-PER-SEC
unit octet divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OCTET-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit octet divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 5.54517744447956247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BitRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB342" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB342"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "o/s" ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q13" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Octet per Second" ; rdfs:label "Octet per Second"@en ; .
{"resource":"Octet per Second"
,"qname":"unit:OCTET-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OCTET-PER-SEC"
,"properties":["conversion multiplier":"5.54517744447956247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E0"
,"description":"unit octet divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:BitRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB342"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB342"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Octet per Second"
,"label":"Octet per Second"
,"symbol":"o\/s"
,"type":"qudt:Unit"
,"unece common code":"Q13"
]}
{
"@id" : "http://qudt.org/vocab/unit/OCTET-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit octet divided by the SI base unit second",
"conversionMultiplier" : "5.54517744447956247533785697166544",
"conversionMultiplier:SN" : 5.545177444479562,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/BitRate",
"iec61360Code" : "0112/2///62720#UAB342",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB342",
"symbol" : "o/s",
"uneceCommonCode" : "Q13",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Octet per Second"
}, "Octet per Second" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OERSTED
URI: http://qudt.org/vocab/unit/OERSTED
Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OERSTED> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 79.5774715 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.95774715E1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Oersted"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB134" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Oersted?oldid=491396460"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB134"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/oersted> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A-PER-M> ; <http://qudt.org/schema/qudt/symbol> "Oe" ; <http://qudt.org/schema/qudt/ucumCode> "Oe"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "Oe" ; <http://qudt.org/schema/qudt/uneceCommonCode> "66" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q844976> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Oersted" ; rdfs:label "Oersted"@en ; <http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/GAUSS> ; .
{"resource":"Oersted"
,"qname":"unit:OERSTED"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OERSTED"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q844976>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"79.5774715"
,"conversion multiplier scientific":"7.95774715E1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Oersted"
,"description":"Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units."
,"has dimension vector":"qkdv:A0E1L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagneticFieldStrength"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB134"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Oersted?oldid=491396460"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB134"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Oersted"
,"label":"Oersted"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/oersted>"
,"scalingOf":"unit:A-PER-M"
,"symbol":"Oe"
,"type":"qudt:Unit"
,"ucum code":"Oe"
,"udunits code":"Oe"
,"unece common code":"66"
,"was derived from":"unit:GAUSS"
]}
{
"@id" : "http://qudt.org/vocab/unit/OERSTED",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Oersted (abbreviated as Oe) is the unit of magnetizing field (also known as H-field, magnetic field strength or intensity) in the CGS system of units.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "79.5774715",
"conversionMultiplier:SN" : 79.5774715,
"dbpediaMatch" : "http://dbpedia.org/resource/Oersted",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFieldStrength",
"iec61360Code" : "0112/2///62720#UAB134",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB134", "http://en.wikipedia.org/wiki/Oersted?oldid=491396460" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/oersted",
"scalingOf" : "http://qudt.org/vocab/unit/A-PER-M",
"symbol" : "Oe",
"ucumCode" : "Oe",
"udunitsCode" : "Oe",
"uneceCommonCode" : "66",
"wikidataMatch" : "http://www.wikidata.org/entity/Q844976",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Oersted", {
"@language" : "en",
"@value" : "Oersted"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/GAUSS",
"@context" : {
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OERSTED-CentiM
URI: http://qudt.org/vocab/unit/OERSTED-CentiM
"Oersted Centimeter" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OERSTED-CentiM> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.795774715 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.95774715E-1 ; <http://qudt.org/schema/qudt/expression> "$Oe-cm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagnetomotiveForce> ; <http://qudt.org/schema/qudt/symbol> "Oe·cm" ; <http://qudt.org/schema/qudt/ucumCode> "Oe.cm"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Oersted Centimeter"@en-US ; rdfs:label "Oersted Centimetre" ; rdfs:label "Oersted Centimetre"@en ; .
{"resource":"Oersted Centimetre"
,"qname":"unit:OERSTED-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OERSTED-CentiM"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.795774715"
,"conversion multiplier scientific":"7.95774715E-1"
,"description":"\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$."
,"expression":"$Oe-cm$"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:MagnetomotiveForce"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Oersted Centimeter"
,"label":"Oersted Centimetre"
,"label":"Oersted Centimetre"
,"symbol":"Oe·cm"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Oe.cm"
]}
{
"@id" : "http://qudt.org/vocab/unit/OERSTED-CentiM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Oersted Centimeter\" is a C.G.S System unit for 'Magnetomotive Force' expressed as $Oe-cm$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.795774715",
"conversionMultiplier:SN" : 0.795774715,
"expression" : "$Oe-cm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagnetomotiveForce",
"symbol" : "Oe·cm",
"ucumCode" : "Oe.cm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Oersted Centimeter"
}, "Oersted Centimetre", {
"@language" : "en",
"@value" : "Oersted Centimetre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM
URI: http://qudt.org/vocab/unit/OHM
The $\textit{ohm}$ is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. It is defined as: $$\Omega \equiv\ \frac{\text{V}}{\text{A}}\ \equiv\ \frac{\text{volt}}{\text{amp}}\ \equiv\ \frac{\text{W}}{\text {A}^{2}}\ \equiv\ \frac{\text{watt}}{\text{amp}^{2}}\ \equiv\ \frac{\text{H}}{\text {s}}\ \equiv\ \frac{\text{henry}}{\text{second}}$$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OHM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{ohm}$ is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm.
It is defined as:
$$\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}$$
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ohm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Impedance> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfImpedance> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Reactance> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/S> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA017" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ohm?oldid=494685555"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA017"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/ohm> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/ohm> ;
<http://qudt.org/schema/qudt/siUnitsExpression> "V/A" ;
<http://qudt.org/schema/qudt/symbol> "Ω" ;
<http://qudt.org/schema/qudt/ucumCode> "Ohm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "Ω" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "OHM" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q47083> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ohm" ;
rdfs:label "Ohm"@cs ;
rdfs:label "Ohm"@de ;
rdfs:label "Ohm"@en ;
rdfs:label "Ohm"@fr ;
rdfs:label "Ohm"@hu ;
rdfs:label "Ohm"@it ;
rdfs:label "Ohm"@ms ;
rdfs:label "Ohm"@pt ;
rdfs:label "Ohm"@ro ;
rdfs:label "Ohm"@sl ;
rdfs:label "Ohm"@tr ;
rdfs:label "Ohmio"@es ;
rdfs:label "Ohmium"@la ;
rdfs:label "Om"@pl ;
rdfs:label "Ωμ"@el ;
rdfs:label "Ом"@bg ;
rdfs:label "Ом"@ru ;
rdfs:label "אוהם"@he ;
rdfs:label "أوم"@ar ;
rdfs:label "اهم"@fa ;
rdfs:label "ओह्म"@hi ;
rdfs:label "オーム"@ja ;
rdfs:label "欧姆"@zh ;
.
{"resource":"Ohm"
,"qname":"unit:OHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM"
,"properties":["Individual from SI Reference Point":"si-unit:ohm"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q47083>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ohm"
,"description":"\n The $\\textit{ohm}$ is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \n \n It is defined as:\n \n $$\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}$$\n \n "
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Impedance"
,"has quantity kind":"quantitykind:ModulusOfImpedance"
,"has quantity kind":"quantitykind:Reactance"
,"has quantity kind":"quantitykind:Resistance"
,"has reciprocal unit":"unit:S"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA017"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ohm?oldid=494685555"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA017"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohm"
,"label":"Ohmio"
,"label":"Ohmium"
,"label":"Om"
,"label":"Ωμ"
,"label":"Ом"
,"label":"Ом"
,"label":"אוהם"
,"label":"أوم"
,"label":"اهم"
,"label":"ओह्म"
,"label":"オーム"
,"label":"欧姆"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/ohm>"
,"si units expression":"V\/A"
,"symbol":"Ω"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Ohm"
,"udunits code":"Ω"
,"unece common code":"OHM"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The $\\textit{ohm}$ is the SI derived unit of electrical resistance, named after German physicist Georg Simon Ohm. \n \n It is defined as:\n \n $$\\Omega \\equiv\\ \\frac{\\text{V}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{volt}}{\\text{amp}}\\ \\equiv\\ \\frac{\\text{W}}{\\text {A}^{2}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}^{2}}\\ \\equiv\\ \\frac{\\text{H}}{\\text {s}}\\ \\equiv\\ \\frac{\\text{henry}}{\\text{second}}$$\n \n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Ohm",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Impedance", "http://qudt.org/vocab/quantitykind/ModulusOfImpedance", "http://qudt.org/vocab/quantitykind/Resistance", "http://qudt.org/vocab/quantitykind/Reactance" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/S",
"iec61360Code" : "0112/2///62720#UAA017",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Ohm?oldid=494685555", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA017" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/ohm",
"siExactMatch" : "https://si-digital-framework.org/SI/units/ohm",
"siUnitsExpression" : "V/A",
"symbol" : "Ω",
"ucumCode" : "Ohm",
"udunitsCode" : "Ω",
"uneceCommonCode" : "OHM",
"wikidataMatch" : "http://www.wikidata.org/entity/Q47083",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Ом"
}, {
"@language" : "bg",
"@value" : "Ом"
}, {
"@language" : "es",
"@value" : "Ohmio"
}, {
"@language" : "el",
"@value" : "Ωμ"
}, {
"@language" : "ar",
"@value" : "أوم"
}, {
"@language" : "he",
"@value" : "אוהם"
}, {
"@language" : "la",
"@value" : "Ohmium"
}, {
"@language" : "tr",
"@value" : "Ohm"
}, {
"@language" : "sl",
"@value" : "Ohm"
}, "Ohm", {
"@language" : "cs",
"@value" : "Ohm"
}, {
"@language" : "de",
"@value" : "Ohm"
}, {
"@language" : "en",
"@value" : "Ohm"
}, {
"@language" : "fr",
"@value" : "Ohm"
}, {
"@language" : "hu",
"@value" : "Ohm"
}, {
"@language" : "it",
"@value" : "Ohm"
}, {
"@language" : "ms",
"@value" : "Ohm"
}, {
"@language" : "pt",
"@value" : "Ohm"
}, {
"@language" : "ro",
"@value" : "Ohm"
}, {
"@language" : "pl",
"@value" : "Om"
}, {
"@language" : "fa",
"@value" : "اهم"
}, {
"@language" : "hi",
"@value" : "ओह्म"
}, {
"@language" : "ja",
"@value" : "オーム"
}, {
"@language" : "zh",
"@value" : "欧姆"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM-CentiM
URI: http://qudt.org/vocab/unit/OHM-CentiM
product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre"@en ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB090" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB090"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ω·cm" ; <http://qudt.org/schema/qudt/ucumCode> "Ohm.cm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C60" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm Centimeter"@de ; rdfs:label "Ohm Centimeter"@en-US ; rdfs:label "Ohm Centimeter"@ms ; rdfs:label "Ohm Centimeter"@sl ; rdfs:label "Ohm Centimetr"@cs ; rdfs:label "Ohm Centimetre" ; rdfs:label "Ohm Centimetre"@en ; rdfs:label "Ohm Centimetre"@tr ; rdfs:label "Ohm Centimetro"@it ; rdfs:label "Ohm Centimetru"@ro ; rdfs:label "Ohm Centimètre"@fr ; rdfs:label "Ohmio Centimetro"@es ; rdfs:label "Om Centimetr"@pl ; .
{"resource":"Ohm Centimetre"
,"qname":"unit:OHM-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-CentiM"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB090"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB090"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm Centimeter"
,"label":"Ohm Centimeter"
,"label":"Ohm Centimeter"
,"label":"Ohm Centimeter"
,"label":"Ohm Centimetr"
,"label":"Ohm Centimetre"
,"label":"Ohm Centimetre"
,"label":"Ohm Centimetre"
,"label":"Ohm Centimetro"
,"label":"Ohm Centimetru"
,"label":"Ohm Centimètre"
,"label":"Ohmio Centimetro"
,"label":"Om Centimetr"
,"symbol":"Ω·cm"
,"type":"qudt:Unit"
,"ucum code":"Ohm.cm"
,"unece common code":"C60"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "product of the SI derived unit ohm and the 0.01-fold of the SI base unit metre"
},
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"iec61360Code" : "0112/2///62720#UAB090",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB090",
"symbol" : "Ω·cm",
"ucumCode" : "Ohm.cm",
"uneceCommonCode" : "C60",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Om Centimetr"
}, {
"@language" : "ro",
"@value" : "Ohm Centimetru"
}, {
"@language" : "cs",
"@value" : "Ohm Centimetr"
}, "Ohm Centimetre", {
"@language" : "en",
"@value" : "Ohm Centimetre"
}, {
"@language" : "tr",
"@value" : "Ohm Centimetre"
}, {
"@language" : "de",
"@value" : "Ohm Centimeter"
}, {
"@language" : "it",
"@value" : "Ohm Centimetro"
}, {
"@language" : "es",
"@value" : "Ohmio Centimetro"
}, {
"@language" : "en-us",
"@value" : "Ohm Centimeter"
}, {
"@language" : "ms",
"@value" : "Ohm Centimeter"
}, {
"@language" : "sl",
"@value" : "Ohm Centimeter"
}, {
"@language" : "fr",
"@value" : "Ohm Centimètre"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM-KiloM
URI: http://qudt.org/vocab/unit/OHM-KiloM
product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ResidualResistivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA018" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA018"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ω·km" ; <http://qudt.org/schema/qudt/ucumCode> "Ohm.km"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M24" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm Chilometro"@it ; rdfs:label "Ohm Kilometer"@de ; rdfs:label "Ohm Kilometer"@en-US ; rdfs:label "Ohm Kilometer"@ms ; rdfs:label "Ohm Kilometer"@sl ; rdfs:label "Ohm Kilometr"@cs ; rdfs:label "Ohm Kilometre" ; rdfs:label "Ohm Kilometre"@en ; rdfs:label "Ohm Kilometre"@tr ; rdfs:label "Ohm Kilometru"@ro ; rdfs:label "Ohm Kilomètre"@fr ; rdfs:label "Ohmio Kilometro"@es ; rdfs:label "Om Kilometr"@pl ; .
{"resource":"Ohm Kilometre"
,"qname":"unit:OHM-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-KiloM"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ResidualResistivity"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA018"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA018"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm Chilometro"
,"label":"Ohm Kilometer"
,"label":"Ohm Kilometer"
,"label":"Ohm Kilometer"
,"label":"Ohm Kilometer"
,"label":"Ohm Kilometr"
,"label":"Ohm Kilometre"
,"label":"Ohm Kilometre"
,"label":"Ohm Kilometre"
,"label":"Ohm Kilometru"
,"label":"Ohm Kilomètre"
,"label":"Ohmio Kilometro"
,"label":"Om Kilometr"
,"symbol":"Ω·km"
,"type":"qudt:Unit"
,"ucum code":"Ohm.km"
,"unece common code":"M24"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit ohm and the 1,000-fold of the SI base unit metre",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ResidualResistivity", "http://qudt.org/vocab/quantitykind/Resistivity" ],
"iec61360Code" : "0112/2///62720#UAA018",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA018",
"symbol" : "Ω·km",
"ucumCode" : "Ohm.km",
"uneceCommonCode" : "M24",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Ohm Kilomètre"
}, {
"@language" : "it",
"@value" : "Ohm Chilometro"
}, {
"@language" : "en",
"@value" : "Ohm Kilometre"
}, {
"@language" : "tr",
"@value" : "Ohm Kilometre"
}, "Ohm Kilometre", {
"@language" : "es",
"@value" : "Ohmio Kilometro"
}, {
"@language" : "ro",
"@value" : "Ohm Kilometru"
}, {
"@language" : "de",
"@value" : "Ohm Kilometer"
}, {
"@language" : "en-us",
"@value" : "Ohm Kilometer"
}, {
"@language" : "ms",
"@value" : "Ohm Kilometer"
}, {
"@language" : "cs",
"@value" : "Ohm Kilometr"
}, {
"@language" : "pl",
"@value" : "Om Kilometr"
}, {
"@language" : "sl",
"@value" : "Ohm Kilometer"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM-M
URI: http://qudt.org/vocab/unit/OHM-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ResidualResistivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA020" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA020"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ω·m" ; <http://qudt.org/schema/qudt/ucumCode> "Ohm.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C61" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1441459> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm Meter"@de ; rdfs:label "Ohm Meter"@en-US ; rdfs:label "Ohm Meter"@ms ; rdfs:label "Ohm Meter"@sl ; rdfs:label "Ohm Metr"@cs ; rdfs:label "Ohm Metre" ; rdfs:label "Ohm Metre"@en ; rdfs:label "Ohm Metre"@tr ; rdfs:label "Ohm Metro"@it ; rdfs:label "Ohm Metro"@pt ; rdfs:label "Ohm Metru"@ro ; rdfs:label "Ohm Mètre"@fr ; rdfs:label "Ohmio Metro"@es ; rdfs:label "Ohmium Metrum"@la ; rdfs:label "Om Metr"@pl ; rdfs:label "Ωμ Μέτρο"@el ; rdfs:label "Ом Метр"@ru ; rdfs:label "Ом Метър"@bg ; rdfs:label "أوم متر"@ar ; rdfs:label "اهم متر"@fa ; rdfs:label "ओह्म मीटर"@hi ; rdfs:label "オームメートル"@ja ; rdfs:label "欧姆米"@zh ; .
{"resource":"Ohm Metre"
,"qname":"unit:OHM-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1441459>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ResidualResistivity"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA020"
,"informative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA020"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm Meter"
,"label":"Ohm Meter"
,"label":"Ohm Meter"
,"label":"Ohm Meter"
,"label":"Ohm Metr"
,"label":"Ohm Metre"
,"label":"Ohm Metre"
,"label":"Ohm Metre"
,"label":"Ohm Metro"
,"label":"Ohm Metro"
,"label":"Ohm Metru"
,"label":"Ohm Mètre"
,"label":"Ohmio Metro"
,"label":"Ohmium Metrum"
,"label":"Om Metr"
,"label":"Ωμ Μέτρο"
,"label":"Ом Метр"
,"label":"Ом Метър"
,"label":"أوم متر"
,"label":"اهم متر"
,"label":"ओह्म मीटर"
,"label":"オームメートル"
,"label":"欧姆米"
,"symbol":"Ω·m"
,"type":"qudt:Unit"
,"ucum code":"Ohm.m"
,"unece common code":"C61"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ResidualResistivity", "http://qudt.org/vocab/quantitykind/Resistivity" ],
"iec61360Code" : "0112/2///62720#UAA020",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA020", "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ],
"symbol" : "Ω·m",
"ucumCode" : "Ohm.m",
"uneceCommonCode" : "C61",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1441459",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Ohmio Metro"
}, {
"@language" : "el",
"@value" : "Ωμ Μέτρο"
}, {
"@language" : "ru",
"@value" : "Ом Метр"
}, {
"@language" : "sl",
"@value" : "Ohm Meter"
}, {
"@language" : "de",
"@value" : "Ohm Meter"
}, {
"@language" : "en-us",
"@value" : "Ohm Meter"
}, {
"@language" : "ms",
"@value" : "Ohm Meter"
}, {
"@language" : "ro",
"@value" : "Ohm Metru"
}, {
"@language" : "bg",
"@value" : "Ом Метър"
}, {
"@language" : "hi",
"@value" : "ओह्म मीटर"
}, "Ohm Metre", {
"@language" : "en",
"@value" : "Ohm Metre"
}, {
"@language" : "tr",
"@value" : "Ohm Metre"
}, {
"@language" : "zh",
"@value" : "欧姆米"
}, {
"@language" : "fr",
"@value" : "Ohm Mètre"
}, {
"@language" : "fa",
"@value" : "اهم متر"
}, {
"@language" : "it",
"@value" : "Ohm Metro"
}, {
"@language" : "pt",
"@value" : "Ohm Metro"
}, {
"@language" : "ja",
"@value" : "オームメートル"
}, {
"@language" : "cs",
"@value" : "Ohm Metr"
}, {
"@language" : "la",
"@value" : "Ohmium Metrum"
}, {
"@language" : "pl",
"@value" : "Om Metr"
}, {
"@language" : "ar",
"@value" : "أوم متر"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM-M2-PER-M
URI: http://qudt.org/vocab/unit/OHM-M2-PER-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM-M2-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/symbol> "Ω·m²/m" ; <http://qudt.org/schema/qudt/ucumCode> "Ohm.m2.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm Kvadratni Meter na Meter"@sl ; rdfs:label "Ohm Meter Persegi per Meter"@ms ; rdfs:label "Ohm Metrekare per Metre"@tr ; rdfs:label "Ohm Metro Quadrado por Metro"@pt ; rdfs:label "Ohm Metro Quadrato per Metro"@it ; rdfs:label "Ohm Metru Pătrat pe Metru"@ro ; rdfs:label "Ohm Mètre Carré par Mètre"@fr ; rdfs:label "Ohm Quadratmeter pro Meter"@de ; rdfs:label "Ohm Square Meter per Meter"@en-US ; rdfs:label "Ohm Square Metre per Metre" ; rdfs:label "Ohm Square Metre per Metre"@en ; rdfs:label "Ohm Čtvereční Metr na Metr"@cs ; rdfs:label "Ohmio Metro Cuadrado por Metro"@es ; rdfs:label "Ohmium Metrum Quadratum per Metrum"@la ; rdfs:label "Om Metr Kwadratowy na Metr"@pl ; rdfs:label "Ωμ Τετραγωνικό Μέτρο ανά Μέτρο"@el ; rdfs:label "Ом Квадратен Метър на Метър"@bg ; rdfs:label "Ом Квадратный Метр на Метр"@ru ; .
{"resource":"Ohm Square Metre per Metre"
,"qname":"unit:OHM-M2-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-M2-PER-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm Kvadratni Meter na Meter"
,"label":"Ohm Meter Persegi per Meter"
,"label":"Ohm Metrekare per Metre"
,"label":"Ohm Metro Quadrado por Metro"
,"label":"Ohm Metro Quadrato per Metro"
,"label":"Ohm Metru Pătrat pe Metru"
,"label":"Ohm Mètre Carré par Mètre"
,"label":"Ohm Quadratmeter pro Meter"
,"label":"Ohm Square Meter per Meter"
,"label":"Ohm Square Metre per Metre"
,"label":"Ohm Square Metre per Metre"
,"label":"Ohm Čtvereční Metr na Metr"
,"label":"Ohmio Metro Cuadrado por Metro"
,"label":"Ohmium Metrum Quadratum per Metrum"
,"label":"Om Metr Kwadratowy na Metr"
,"label":"Ωμ Τετραγωνικό Μέτρο ανά Μέτρο"
,"label":"Ом Квадратен Метър на Метър"
,"label":"Ом Квадратный Метр на Метр"
,"symbol":"Ω·m²\/m"
,"type":"qudt:Unit"
,"ucum code":"Ohm.m2.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-M2-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"symbol" : "Ω·m²/m",
"ucumCode" : "Ohm.m2.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Ohmio Metro Cuadrado por Metro"
}, {
"@language" : "tr",
"@value" : "Ohm Metrekare per Metre"
}, "Ohm Square Metre per Metre", {
"@language" : "en",
"@value" : "Ohm Square Metre per Metre"
}, {
"@language" : "ro",
"@value" : "Ohm Metru Pătrat pe Metru"
}, {
"@language" : "sl",
"@value" : "Ohm Kvadratni Meter na Meter"
}, {
"@language" : "ru",
"@value" : "Ом Квадратный Метр на Метр"
}, {
"@language" : "ms",
"@value" : "Ohm Meter Persegi per Meter"
}, {
"@language" : "la",
"@value" : "Ohmium Metrum Quadratum per Metrum"
}, {
"@language" : "fr",
"@value" : "Ohm Mètre Carré par Mètre"
}, {
"@language" : "pt",
"@value" : "Ohm Metro Quadrado por Metro"
}, {
"@language" : "cs",
"@value" : "Ohm Čtvereční Metr na Metr"
}, {
"@language" : "bg",
"@value" : "Ом Квадратен Метър на Метър"
}, {
"@language" : "en-us",
"@value" : "Ohm Square Meter per Meter"
}, {
"@language" : "pl",
"@value" : "Om Metr Kwadratowy na Metr"
}, {
"@language" : "el",
"@value" : "Ωμ Τετραγωνικό Μέτρο ανά Μέτρο"
}, {
"@language" : "it",
"@value" : "Ohm Metro Quadrato per Metro"
}, {
"@language" : "de",
"@value" : "Ohm Quadratmeter pro Meter"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM-MIL_Circ-PER-FT
URI: http://qudt.org/vocab/unit/OHM-MIL_Circ-PER-FT
unit of resistivity
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM-MIL_Circ-PER-FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of resistivity" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001662426181102362204724409448818898 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.662426181102362204724409448818898E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB215" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB215"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ω·cmil/ft" ; <http://qudt.org/schema/qudt/ucumCode> "Ohm.[cml_i].[ft_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm Circular Mil per Foot" ; rdfs:label "Ohm Circular Mil per Foot"@en ; .
{"resource":"Ohm Circular Mil per Foot"
,"qname":"unit:OHM-MIL_Circ-PER-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-MIL_Circ-PER-FT"
,"properties":["conversion multiplier":"0.000000001662426181102362204724409448818898"
,"conversion multiplier scientific":"1.662426181102362204724409448818898E-9"
,"description":"unit of resistivity"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB215"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB215"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm Circular Mil per Foot"
,"label":"Ohm Circular Mil per Foot"
,"symbol":"Ω·cmil\/ft"
,"type":"qudt:Unit"
,"ucum code":"Ohm.[cml_i].[ft_i]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-MIL_Circ-PER-FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of resistivity",
"conversionMultiplier" : "0.000000001662426181102362204724409448818898",
"conversionMultiplier:SN" : 1.6624261811023623E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"iec61360Code" : "0112/2///62720#UAB215",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB215",
"symbol" : "Ω·cmil/ft",
"ucumCode" : "Ohm.[cml_i].[ft_i]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ohm Circular Mil per Foot", {
"@language" : "en",
"@value" : "Ohm Circular Mil per Foot"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM-PER-BAR
URI: http://qudt.org/vocab/unit/OHM-PER-BAR
SI derived unit ohm per metrical non SI unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit ohm per metrical non SI unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD879" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD879"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ω/bar" ; <http://qudt.org/schema/qudt/ucumCode> "Ohm.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm per Bar" ; rdfs:label "Ohm per Bar"@en ; .
{"resource":"Ohm per Bar"
,"qname":"unit:OHM-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-PER-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI derived unit ohm per metrical non SI unit bar"
,"has dimension vector":"qkdv:A0E-2L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD879"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD879"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm per Bar"
,"label":"Ohm per Bar"
,"symbol":"Ω\/bar"
,"type":"qudt:Unit"
,"ucum code":"Ohm.bar-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit ohm per metrical non SI unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD879",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD879",
"symbol" : "Ω/bar",
"ucumCode" : "Ohm.bar-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ohm per Bar", {
"@language" : "en",
"@value" : "Ohm per Bar"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM-PER-K
URI: http://qudt.org/vocab/unit/OHM-PER-K
SI derived unit ohm per SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit ohm per SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD875" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD875"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ω/K" ; <http://qudt.org/schema/qudt/ucumCode> "Ohm.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm na Kelvin"@cs ; rdfs:label "Ohm na Kelvin"@sl ; rdfs:label "Ohm par Kelvin"@fr ; rdfs:label "Ohm pe Kelvin"@ro ; rdfs:label "Ohm per Kelvin" ; rdfs:label "Ohm per Kelvin"@en ; rdfs:label "Ohm per Kelvin"@it ; rdfs:label "Ohm per Kelvin"@ms ; rdfs:label "Ohm per Kelvin"@tr ; rdfs:label "Ohm por Kelvin"@pt ; rdfs:label "Ohm pro Kelvin"@de ; rdfs:label "Ohmio por Kelvin"@es ; rdfs:label "Ohmium per Kelvin"@la ; rdfs:label "Om na Kelwin"@pl ; rdfs:label "Ωμ ανά Κέλβιν"@el ; rdfs:label "Ом на Келвин"@bg ; rdfs:label "Ом на Кельвин"@ru ; .
{"resource":"Ohm per Kelvin"
,"qname":"unit:OHM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-PER-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit ohm per SI base unit kelvin"
,"has dimension vector":"qkdv:A0E-2L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD875"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD875"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm na Kelvin"
,"label":"Ohm na Kelvin"
,"label":"Ohm par Kelvin"
,"label":"Ohm pe Kelvin"
,"label":"Ohm per Kelvin"
,"label":"Ohm per Kelvin"
,"label":"Ohm per Kelvin"
,"label":"Ohm per Kelvin"
,"label":"Ohm per Kelvin"
,"label":"Ohm por Kelvin"
,"label":"Ohm pro Kelvin"
,"label":"Ohmio por Kelvin"
,"label":"Ohmium per Kelvin"
,"label":"Om na Kelwin"
,"label":"Ωμ ανά Κέλβιν"
,"label":"Ом на Келвин"
,"label":"Ом на Кельвин"
,"symbol":"Ω\/K"
,"type":"qudt:Unit"
,"ucum code":"Ohm.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit ohm per SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD875",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD875",
"symbol" : "Ω/K",
"ucumCode" : "Ohm.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Ohm na Kelvin"
}, {
"@language" : "sl",
"@value" : "Ohm na Kelvin"
}, {
"@language" : "pl",
"@value" : "Om na Kelwin"
}, {
"@language" : "pt",
"@value" : "Ohm por Kelvin"
}, {
"@language" : "de",
"@value" : "Ohm pro Kelvin"
}, "Ohm per Kelvin", {
"@language" : "en",
"@value" : "Ohm per Kelvin"
}, {
"@language" : "it",
"@value" : "Ohm per Kelvin"
}, {
"@language" : "ms",
"@value" : "Ohm per Kelvin"
}, {
"@language" : "tr",
"@value" : "Ohm per Kelvin"
}, {
"@language" : "bg",
"@value" : "Ом на Келвин"
}, {
"@language" : "la",
"@value" : "Ohmium per Kelvin"
}, {
"@language" : "ro",
"@value" : "Ohm pe Kelvin"
}, {
"@language" : "es",
"@value" : "Ohmio por Kelvin"
}, {
"@language" : "ru",
"@value" : "Ом на Кельвин"
}, {
"@language" : "el",
"@value" : "Ωμ ανά Κέλβιν"
}, {
"@language" : "fr",
"@value" : "Ohm par Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM-PER-KiloM
URI: http://qudt.org/vocab/unit/OHM-PER-KiloM
SI derived unit ohm divided by the 1,000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM-PER-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit ohm divided by the 1,000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearResistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA019" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA019"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ω/km" ; <http://qudt.org/schema/qudt/ucumCode> "Ohm.km-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F56" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm na Kilometer"@sl ; rdfs:label "Ohm na Kilometr"@cs ; rdfs:label "Ohm par Kilomètre"@fr ; rdfs:label "Ohm pe Kilometru"@ro ; rdfs:label "Ohm per Chilometro"@it ; rdfs:label "Ohm per Kilometer"@en-US ; rdfs:label "Ohm per Kilometer"@ms ; rdfs:label "Ohm per Kilometre" ; rdfs:label "Ohm per Kilometre"@en ; rdfs:label "Ohm per Kilometre"@tr ; rdfs:label "Ohm pro Kilometer"@de ; rdfs:label "Ohmio por Kilometro"@es ; rdfs:label "Om na Kilometr"@pl ; .
{"resource":"Ohm per Kilometre"
,"qname":"unit:OHM-PER-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-PER-KiloM"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"SI derived unit ohm divided by the 1,000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:LinearResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA019"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA019"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm na Kilometer"
,"label":"Ohm na Kilometr"
,"label":"Ohm par Kilomètre"
,"label":"Ohm pe Kilometru"
,"label":"Ohm per Chilometro"
,"label":"Ohm per Kilometer"
,"label":"Ohm per Kilometer"
,"label":"Ohm per Kilometre"
,"label":"Ohm per Kilometre"
,"label":"Ohm per Kilometre"
,"label":"Ohm pro Kilometer"
,"label":"Ohmio por Kilometro"
,"label":"Om na Kilometr"
,"symbol":"Ω\/km"
,"type":"qudt:Unit"
,"ucum code":"Ohm.km-1"
,"unece common code":"F56"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-PER-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit ohm divided by the 1,000-fold of the SI base unit metre",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearResistance",
"iec61360Code" : "0112/2///62720#UAA019",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA019",
"symbol" : "Ω/km",
"ucumCode" : "Ohm.km-1",
"uneceCommonCode" : "F56",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Ohm na Kilometr"
}, {
"@language" : "en",
"@value" : "Ohm per Kilometre"
}, {
"@language" : "en-us",
"@value" : "Ohm per Kilometer"
}, {
"@language" : "ms",
"@value" : "Ohm per Kilometer"
}, {
"@language" : "tr",
"@value" : "Ohm per Kilometre"
}, "Ohm per Kilometre", {
"@language" : "sl",
"@value" : "Ohm na Kilometer"
}, {
"@language" : "fr",
"@value" : "Ohm par Kilomètre"
}, {
"@language" : "it",
"@value" : "Ohm per Chilometro"
}, {
"@language" : "es",
"@value" : "Ohmio por Kilometro"
}, {
"@language" : "de",
"@value" : "Ohm pro Kilometer"
}, {
"@language" : "ro",
"@value" : "Ohm pe Kilometru"
}, {
"@language" : "pl",
"@value" : "Om na Kilometr"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM-PER-M
URI: http://qudt.org/vocab/unit/OHM-PER-M
SI derived unit ohm divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit ohm divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearResistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA021" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA021"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ω/m" ; <http://qudt.org/schema/qudt/ucumCode> "Ohm.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H26" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm na Meter"@sl ; rdfs:label "Ohm na Metr"@cs ; rdfs:label "Ohm par Mètre"@fr ; rdfs:label "Ohm pe Metru"@ro ; rdfs:label "Ohm per Meter"@en-US ; rdfs:label "Ohm per Meter"@ms ; rdfs:label "Ohm per Metre" ; rdfs:label "Ohm per Metre"@en ; rdfs:label "Ohm per Metre"@tr ; rdfs:label "Ohm per Metro"@it ; rdfs:label "Ohm por Metro"@pt ; rdfs:label "Ohm pro Meter"@de ; rdfs:label "Ohmio por Metro"@es ; rdfs:label "Ohmium per Metrum"@la ; rdfs:label "Om na Metr"@pl ; rdfs:label "Ωμ ανά Μέτρο"@el ; rdfs:label "Ом на Метр"@ru ; rdfs:label "Ом на Метър"@bg ; .
{"resource":"Ohm per Metre"
,"qname":"unit:OHM-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-PER-M"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit ohm divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:LinearResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA021"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA021"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm na Meter"
,"label":"Ohm na Metr"
,"label":"Ohm par Mètre"
,"label":"Ohm pe Metru"
,"label":"Ohm per Meter"
,"label":"Ohm per Meter"
,"label":"Ohm per Metre"
,"label":"Ohm per Metre"
,"label":"Ohm per Metre"
,"label":"Ohm per Metro"
,"label":"Ohm por Metro"
,"label":"Ohm pro Meter"
,"label":"Ohmio por Metro"
,"label":"Ohmium per Metrum"
,"label":"Om na Metr"
,"label":"Ωμ ανά Μέτρο"
,"label":"Ом на Метр"
,"label":"Ом на Метър"
,"symbol":"Ω\/m"
,"type":"qudt:Unit"
,"ucum code":"Ohm.m-1"
,"unece common code":"H26"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit ohm divided by the SI base unit metre",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearResistance",
"iec61360Code" : "0112/2///62720#UAA021",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA021",
"symbol" : "Ω/m",
"ucumCode" : "Ohm.m-1",
"uneceCommonCode" : "H26",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ohm per Metre", {
"@language" : "en",
"@value" : "Ohm per Metre"
}, {
"@language" : "tr",
"@value" : "Ohm per Metre"
}, {
"@language" : "it",
"@value" : "Ohm per Metro"
}, {
"@language" : "fr",
"@value" : "Ohm par Mètre"
}, {
"@language" : "pl",
"@value" : "Om na Metr"
}, {
"@language" : "ru",
"@value" : "Ом на Метр"
}, {
"@language" : "cs",
"@value" : "Ohm na Metr"
}, {
"@language" : "ro",
"@value" : "Ohm pe Metru"
}, {
"@language" : "en-us",
"@value" : "Ohm per Meter"
}, {
"@language" : "pt",
"@value" : "Ohm por Metro"
}, {
"@language" : "de",
"@value" : "Ohm pro Meter"
}, {
"@language" : "el",
"@value" : "Ωμ ανά Μέτρο"
}, {
"@language" : "ms",
"@value" : "Ohm per Meter"
}, {
"@language" : "bg",
"@value" : "Ом на Метър"
}, {
"@language" : "es",
"@value" : "Ohmio por Metro"
}, {
"@language" : "sl",
"@value" : "Ohm na Meter"
}, {
"@language" : "la",
"@value" : "Ohmium per Metrum"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM-PER-MI
URI: http://qudt.org/vocab/unit/OHM-PER-MI
unit ohm divided by the unit mile according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM-PER-MI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ohm divided by the unit mile according to the Anglo-American system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0006213711922373339696174341843633182 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.213711922373339696174341843633182E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearResistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA022" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA022"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ω/mi" ; <http://qudt.org/schema/qudt/ucumCode> "Ohm.[mi_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F55" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm per International Mile" ; rdfs:label "Ohm per International Mile"@en ; .
{"resource":"Ohm per International Mile"
,"qname":"unit:OHM-PER-MI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM-PER-MI"
,"properties":["conversion multiplier":"0.0006213711922373339696174341843633182"
,"conversion multiplier scientific":"6.213711922373339696174341843633182E-4"
,"description":"unit ohm divided by the unit mile according to the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E-2L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:LinearResistance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA022"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA022"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm per International Mile"
,"label":"Ohm per International Mile"
,"symbol":"Ω\/mi"
,"type":"qudt:Unit"
,"ucum code":"Ohm.[mi_i]-1"
,"unece common code":"F55"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM-PER-MI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ohm divided by the unit mile according to the Anglo-American system of units",
"conversionMultiplier" : "0.0006213711922373339696174341843633182",
"conversionMultiplier:SN" : 6.213711922373339E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearResistance",
"iec61360Code" : "0112/2///62720#UAA022",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA022",
"symbol" : "Ω/mi",
"ucumCode" : "Ohm.[mi_i]-1",
"uneceCommonCode" : "F55",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ohm per International Mile", {
"@language" : "en",
"@value" : "Ohm per International Mile"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM_Ab
URI: http://qudt.org/vocab/unit/OHM_Ab
$\textit{abohm}$ is the basic unit of electrical resistance in the emu-cgs system of units. One abohm is equal to $10^{-9} ohms$ in the SI system of units; one abohm is a nano ohm.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OHM_Ab>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{abohm}$ is the basic unit of electrical resistance in the emu-cgs system of units. One abohm is equal to $10^{-9} ohms$ in the SI system of units; one abohm is a nano ohm."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Abohm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Abohm?oldid=480725336"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abohm> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OHM> ;
<http://qudt.org/schema/qudt/symbol> "abΩ" ;
<http://qudt.org/schema/qudt/ucumCode> "nOhm"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1091059> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Abohm" ;
rdfs:label "Abohm"@en ;
.
{"resource":"Abohm"
,"qname":"unit:OHM_Ab"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM_Ab"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1091059>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Abohm"
,"description":"$\\textit{abohm}$ is the basic unit of electrical resistance in the emu-cgs system of units. One abohm is equal to $10^{-9} ohms$ in the SI system of units; one abohm is a nano ohm."
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistance"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Abohm?oldid=480725336"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abohm"
,"label":"Abohm"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/abohm>"
,"scalingOf":"unit:OHM"
,"symbol":"abΩ"
,"type":"qudt:Unit"
,"ucum code":"nOhm"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM_Ab",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{abohm}$ is the basic unit of electrical resistance in the emu-cgs system of units. One abohm is equal to $10^{-9} ohms$ in the SI system of units; one abohm is a nano ohm.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"dbpediaMatch" : "http://dbpedia.org/resource/Abohm",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistance",
"informativeReference" : "http://en.wikipedia.org/wiki/Abohm?oldid=480725336",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/abohm",
"scalingOf" : "http://qudt.org/vocab/unit/OHM",
"symbol" : "abΩ",
"ucumCode" : "nOhm",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1091059",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Abohm", {
"@language" : "en",
"@value" : "Abohm"
} ],
"@context" : {
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM_CIRC-MIL-PER-FT
URI: http://qudt.org/vocab/unit/OHM_CIRC-MIL-PER-FT
unit of resistivity
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OHM_CIRC-MIL-PER-FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of resistivity" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/OHM-MIL_Circ-PER-FT> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001662426113 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.662426113E-9 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB215" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB215"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Ω·cmil/ft" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ohm Circular Mil per Foot" ; rdfs:label "Ohm Circular Mil per Foot"@en ; .
{"resource":"Ohm Circular Mil per Foot"
,"qname":"unit:OHM_CIRC-MIL-PER-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM_CIRC-MIL-PER-FT"
,"properties":["conversion multiplier":"0.000000001662426113"
,"conversion multiplier scientific":"1.662426113E-9"
,"deprecated":"true"
,"description":"unit of resistivity"
,"has dimension vector":"qkdv:A0E-2L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB215"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB215"
,"is replaced by":"unit:OHM-MIL_Circ-PER-FT"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ohm Circular Mil per Foot"
,"label":"Ohm Circular Mil per Foot"
,"symbol":"Ω·cmil\/ft"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM_CIRC-MIL-PER-FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of resistivity",
"isReplacedBy" : "http://qudt.org/vocab/unit/OHM-MIL_Circ-PER-FT",
"conversionMultiplier" : "0.000000001662426113",
"conversionMultiplier:SN" : 1.662426113E-9,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistivity",
"iec61360Code" : "0112/2///62720#UAB215",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB215",
"symbol" : "Ω·cmil/ft",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ohm Circular Mil per Foot", {
"@language" : "en",
"@value" : "Ohm Circular Mil per Foot"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OHM_Stat
URI: http://qudt.org/vocab/unit/OHM_Stat
"StatOHM" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OHM_Stat>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"StatOHM\" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \\times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 898760000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.9876E11 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ;
<http://qudt.org/schema/qudt/informativeReference> "http://whatis.techtarget.com/definition/statohm-stat-W"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexSymbol> "$stat\\Omega$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/statohm> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OHM> ;
<http://qudt.org/schema/qudt/symbol> "statΩ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25303759> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Statohm" ;
rdfs:label "Statohm"@en ;
.
{"resource":"Statohm"
,"qname":"unit:OHM_Stat"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OHM_Stat"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25303759>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-ESU"
,"conversion multiplier":"898760000000.0"
,"conversion multiplier scientific":"8.9876E11"
,"description":"\"StatOHM\" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \\times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance."
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistance"
,"informative reference":"http:\/\/whatis.techtarget.com\/definition\/statohm-stat-W"
,"is derived unit of system":"sou:CGS-ESU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statohm"
,"label":"Statohm"
,"latex symbol":"$stat\\Omega$"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/statohm>"
,"scalingOf":"unit:OHM"
,"symbol":"statΩ"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/OHM_Stat",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"StatOHM\" is the unit of resistance, reactance, and impedance in the electrostatic C.G.S system of units, equal to the resistance between two points of a conductor when a constant potential difference of 1 statvolt between these points produces a current of 1 statampere; it is equal to approximately $8.9876 \\times 10^{11} ohms$. The statohm is an extremely large unit of resistance. In fact, an object with a resistance of 1 stat W would make an excellent insulator or dielectric . In practical applications, the ohm, the kilohm (k W ) and the megohm (M W or M) are most often used to quantify resistance.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "898760000000.0",
"conversionMultiplier:SN" : 8.9876E11,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistance",
"informativeReference" : "http://whatis.techtarget.com/definition/statohm-stat-W",
"latexSymbol" : "$stat\\Omega$",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/statohm",
"scalingOf" : "http://qudt.org/vocab/unit/OHM",
"symbol" : "statΩ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25303759",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Statohm", {
"@language" : "en",
"@value" : "Statohm"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OKTA
URI: http://qudt.org/vocab/unit/OKTA
"Okta" is the unit of measurement to describe the amount of cloud cover. Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent: 0: 0/8, the complete absence of cloud; 1: 1/8 or less, but not zero; 2: 2/8; 3: 3/8; 4: 4/8, half of the sky is covered; 5: 5/8; 6: 6/8; 7: 7/8 or more, but not 8/8; 8: 8/8, sky is completely covered; 9: Sky obscured by fog and/or other meteorological phenomena; /: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OKTA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """ \"Okta\" is the unit of measurement to describe the amount of cloud cover. Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent: 0: 0/8, the complete absence of cloud; 1: 1/8 or less, but not zero; 2: 2/8; 3: 3/8; 4: 4/8, half of the sky is covered; 5: 5/8; 6: 6/8; 7: 7/8 or more, but not 8/8; 8: 8/8, sky is completely covered; 9: Sky obscured by fog and/or other meteorological phenomena; /: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made. """^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfCloudCover> ; <http://qudt.org/schema/qudt/informativeReference> "https://windy.app/blog/okta-cloud-cover.html"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "https://library.wmo.int/viewer/68695/?offset=3#page=514&viewer=picture&o=bookmark&n=0&q="^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "\"Okta\" is the unit of measurement to describe the amount of cloud cover. Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent: 0: 0/8, the complete absence of cloud; 1: 1/8 or less, but not zero; 2: 2/8; 3: 3/8; 4: 4/8, half of the sky is covered; 5: 5/8; 6: 6/8; 7: 7/8 or more, but not 8/8; 8: 8/8, sky is completely covered; 9: Sky obscured by fog and/or other meteorological phenomena; /: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made." ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Okta" ; rdfs:label "Okta"@en ; .
{"resource":"Okta"
,"qname":"unit:OKTA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OKTA"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\n \"Okta\" is the unit of measurement to describe the amount of cloud cover.\n Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent:\n 0: 0\/8, the complete absence of cloud;\n 1: 1\/8 or less, but not zero;\n 2: 2\/8;\n 3: 3\/8;\n 4: 4\/8, half of the sky is covered;\n 5: 5\/8;\n 6: 6\/8;\n 7: 7\/8 or more, but not 8\/8;\n 8: 8\/8, sky is completely covered;\n 9: Sky obscured by fog and\/or other meteorological phenomena;\n \/: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made.\n "
,"description (plain text)":"\"Okta\" is the unit of measurement to describe the amount of cloud cover. Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent: 0: 0\/8, the complete absence of cloud; 1: 1\/8 or less, but not zero; 2: 2\/8; 3: 3\/8; 4: 4\/8, half of the sky is covered; 5: 5\/8; 6: 6\/8; 7: 7\/8 or more, but not 8\/8; 8: 8\/8, sky is completely covered; 9: Sky obscured by fog and\/or other meteorological phenomena; \/: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:AmountOfCloudCover"
,"informative reference":"https:\/\/windy.app\/blog\/okta-cloud-cover.html"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Okta"
,"label":"Okta"
,"normative reference (ISO)":"https:\/\/library.wmo.int\/viewer\/68695\/?offset=3#page=514&viewer=picture&o=bookmark&n=0&q="
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/OKTA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n \"Okta\" is the unit of measurement to describe the amount of cloud cover.\n Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent:\n 0: 0/8, the complete absence of cloud;\n 1: 1/8 or less, but not zero;\n 2: 2/8;\n 3: 3/8;\n 4: 4/8, half of the sky is covered;\n 5: 5/8;\n 6: 6/8;\n 7: 7/8 or more, but not 8/8;\n 8: 8/8, sky is completely covered;\n 9: Sky obscured by fog and/or other meteorological phenomena;\n /: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made.\n ",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfCloudCover",
"informativeReference" : "https://windy.app/blog/okta-cloud-cover.html",
"isoNormativeReference" : "https://library.wmo.int/viewer/68695/?offset=3#page=514&viewer=picture&o=bookmark&n=0&q=",
"plainTextDescription" : "\"Okta\" is the unit of measurement to describe the amount of cloud cover. Okta is reported in eighths of the celestial dome covered by all clouds visible. The codes represent: 0: 0/8, the complete absence of cloud; 1: 1/8 or less, but not zero; 2: 2/8; 3: 3/8; 4: 4/8, half of the sky is covered; 5: 5/8; 6: 6/8; 7: 7/8 or more, but not 8/8; 8: 8/8, sky is completely covered; 9: Sky obscured by fog and/or other meteorological phenomena; /: Cloud cover is indiscernible for reasons other than fog or other meteorological phenomena, or observation is not made.",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Okta", {
"@language" : "en",
"@value" : "Okta"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ONE
URI: http://qudt.org/vocab/unit/ONE
Counting unit for a count of one
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ONE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Counting unit for a count of one" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA915" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA915"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "one" ; <http://qudt.org/schema/qudt/uneceCommonCode> "C62" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "One" ; rdfs:label "One"@en ; .
{"resource":"One"
,"qname":"unit:ONE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ONE"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Counting unit for a count of one"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA915"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA915"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"One"
,"label":"One"
,"symbol":"one"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"unece common code":"C62"
]}
{
"@id" : "http://qudt.org/vocab/unit/ONE",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Counting unit for a count of one",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"iec61360Code" : "0112/2///62720#UAA915",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA915",
"symbol" : "one",
"uneceCommonCode" : "C62",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "One"
}, "One" ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ONE-PER-ONE
URI: http://qudt.org/vocab/unit/ONE-PER-ONE
value of the quotient from two physical units of the same kind as a numerator and denominator whereas the units are shortened mutually
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ONE-PER-ONE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "value of the quotient from two physical units of the same kind as a numerator and denominator whereas the units are shortened mutually" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Ratio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB443" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB443"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "one/one" ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q26" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "One per One" ; rdfs:label "One per One"@en ; .
{"resource":"One per One"
,"qname":"unit:ONE-PER-ONE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ONE-PER-ONE"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"value of the quotient from two physical units of the same kind as a numerator and denominator whereas the units are shortened mutually"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"has quantity kind":"quantitykind:Ratio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB443"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB443"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"One per One"
,"label":"One per One"
,"symbol":"one\/one"
,"type":"qudt:Unit"
,"unece common code":"Q26"
]}
{
"@id" : "http://qudt.org/vocab/unit/ONE-PER-ONE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "value of the quotient from two physical units of the same kind as a numerator and denominator whereas the units are shortened mutually",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DimensionlessRatio", "http://qudt.org/vocab/quantitykind/Ratio" ],
"iec61360Code" : "0112/2///62720#UAB443",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB443",
"symbol" : "one/one",
"uneceCommonCode" : "Q26",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "One per One", {
"@language" : "en",
"@value" : "One per One"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OSM
URI: http://qudt.org/vocab/unit/OSM
One osmole is the amount of osmotically active material that when dissolved in 22.4L of solvent at 0 degrees celsius exerts an osmotic pressure of 1 atmosphere.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OSM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One osmole is the amount of osmotically active material that when dissolved in 22.4L of solvent at 0 degrees celsius exerts an osmotic pressure of 1 atmosphere." ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ; <http://qudt.org/schema/qudt/symbol> "Osmol" ; <http://qudt.org/schema/qudt/ucumCode> "Osmol"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Osmole" ; rdfs:label "Osmole"@en ; .
{"resource":"Osmole"
,"qname":"unit:OSM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OSM"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"One osmole is the amount of osmotically active material that when dissolved in 22.4L of solvent at 0 degrees celsius exerts an osmotic pressure of 1 atmosphere."
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Osmole"
,"label":"Osmole"
,"symbol":"Osmol"
,"type":"qudt:Unit"
,"ucum code":"Osmol"
]}
{
"@id" : "http://qudt.org/vocab/unit/OSM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "One osmole is the amount of osmotically active material that when dissolved in 22.4L of solvent at 0 degrees celsius exerts an osmotic pressure of 1 atmosphere.",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"symbol" : "Osmol",
"ucumCode" : "Osmol",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Osmole", {
"@language" : "en",
"@value" : "Osmole"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ
URI: http://qudt.org/vocab/unit/OZ
An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.028349523125 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.8349523125E-2 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/OZ_M> ; <http://qudt.org/schema/qudt/factorUnitScalar> 0.0625 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA917" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA917"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "ONZ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q48013> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass" ; rdfs:label "Ounce Mass"@en ; .
{"resource":"Ounce Mass"
,"qname":"unit:OZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q48013>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.028349523125"
,"conversion multiplier scientific":"2.8349523125E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"An ounce of mass is 1\/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."
,"exact match":"unit:OZ_M"
,"factorUnitScalar":"0.0625"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA917"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA917"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass"
,"label":"Ounce Mass"
,"symbol":"oz"
,"type":"qudt:Unit"
,"ucum code":"[oz_av]"
,"unece common code":"ONZ"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.028349523125",
"conversionMultiplier:SN" : 0.028349523125,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"exactMatch" : "http://qudt.org/vocab/unit/OZ_M",
"factorUnitScalar" : "0.0625",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA917",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA917",
"symbol" : "oz",
"ucumCode" : "[oz_av]",
"uneceCommonCode" : "ONZ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q48013",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass", {
"@language" : "en",
"@value" : "Ounce Mass"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-FT
URI: http://qudt.org/vocab/unit/OZ-FT
unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0086409346485 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.6409346485E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB133" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB133"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units" ; <http://qudt.org/schema/qudt/symbol> "oz·ft" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].[ft_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4R" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Foot" ; rdfs:label "Ounce Mass Foot"@en ; .
{"resource":"Ounce Mass Foot"
,"qname":"unit:OZ-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-FT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0086409346485"
,"conversion multiplier scientific":"8.6409346485E-3"
,"description":"unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units"
,"description (plain text)":"unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T0D0"
,"has quantity kind":"quantitykind:LengthMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB133"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB133"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Foot"
,"label":"Ounce Mass Foot"
,"symbol":"oz·ft"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[ft_i]"
,"unece common code":"4R"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0086409346485",
"conversionMultiplier:SN" : 0.0086409346485,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthMass",
"iec61360Code" : "0112/2///62720#UAB133",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB133",
"plainTextDescription" : "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and foot according to the Anglo-American and Imperial system of units",
"symbol" : "oz·ft",
"ucumCode" : "[oz_av].[ft_i]",
"uneceCommonCode" : "4R",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Foot", {
"@language" : "en",
"@value" : "Ounce Mass Foot"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-FT-HR-PER-IN3-LB
URI: http://qudt.org/vocab/unit/OZ-FT-HR-PER-IN3-LB
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-FT-HR-PER-IN3-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 4185008.37001674003348006696013392 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.18500837001674003348006696013392E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD858" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD858"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·ft·h/(in³·lbm)" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].[ft_i].h.[in_i]-3.[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Foot Hour per Cubic Inch Pound Mass" ; rdfs:label "Ounce Mass Foot Hour per Cubic Inch Pound Mass"@en ; .
{"resource":"Ounce Mass Foot Hour per Cubic Inch Pound Mass"
,"qname":"unit:OZ-FT-HR-PER-IN3-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-FT-HR-PER-IN3-LB"
,"properties":["conversion multiplier":"4185008.37001674003348006696013392"
,"conversion multiplier scientific":"4.18500837001674003348006696013392E6"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD858"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD858"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Foot Hour per Cubic Inch Pound Mass"
,"label":"Ounce Mass Foot Hour per Cubic Inch Pound Mass"
,"symbol":"oz·ft·h\/(in³·lbm)"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[ft_i].h.[in_i]-3.[lb_av]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-FT-HR-PER-IN3-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and unit of time hour",
"conversionMultiplier" : "4185008.37001674003348006696013392",
"conversionMultiplier:SN" : 4185008.37001674,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD858",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD858",
"symbol" : "oz·ft·h/(in³·lbm)",
"ucumCode" : "[oz_av].[ft_i].h.[in_i]-3.[lb_av]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Foot Hour per Cubic Inch Pound Mass", {
"@language" : "en",
"@value" : "Ounce Mass Foot Hour per Cubic Inch Pound Mass"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-FT-SEC-PER-IN3-LB
URI: http://qudt.org/vocab/unit/OZ-FT-SEC-PER-IN3-LB
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-FT-SEC-PER-IN3-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1162.5023250046500093000186000372 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1625023250046500093000186000372E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD859" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD859"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·ft·s/(in³·lbm)" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].[ft_i].s.[in_i]-3.[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Foot Second per Cubic Inch Pound Mass" ; rdfs:label "Ounce Mass Foot Second per Cubic Inch Pound Mass"@en ; .
{"resource":"Ounce Mass Foot Second per Cubic Inch Pound Mass"
,"qname":"unit:OZ-FT-SEC-PER-IN3-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-FT-SEC-PER-IN3-LB"
,"properties":["conversion multiplier":"1162.5023250046500093000186000372"
,"conversion multiplier scientific":"1.1625023250046500093000186000372E3"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD859"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD859"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Foot Second per Cubic Inch Pound Mass"
,"label":"Ounce Mass Foot Second per Cubic Inch Pound Mass"
,"symbol":"oz·ft·s\/(in³·lbm)"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[ft_i].s.[in_i]-3.[lb_av]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-FT-SEC-PER-IN3-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second",
"conversionMultiplier" : "1162.5023250046500093000186000372",
"conversionMultiplier:SN" : 1162.50232500465,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD859",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD859",
"symbol" : "oz·ft·s/(in³·lbm)",
"ucumCode" : "[oz_av].[ft_i].s.[in_i]-3.[lb_av]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Foot Second per Cubic Inch Pound Mass", {
"@language" : "en",
"@value" : "Ounce Mass Foot Second per Cubic Inch Pound Mass"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-FT2-PER-IN3-LB_F-SEC
URI: http://qudt.org/vocab/unit/OZ-FT2-PER-IN3-LB_F-SEC
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-FT2-PER-IN3-LB_F-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 36.1316752166621861189380447919115 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.61316752166621861189380447919115E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD860" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD860"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·ft²/(in³·lbf·s)" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Square Foot per Cubic Inch Pound Force Second" ; rdfs:label "Ounce Mass Square Foot per Cubic Inch Pound Force Second"@en ; .
{"resource":"Ounce Mass Square Foot per Cubic Inch Pound Force Second"
,"qname":"unit:OZ-FT2-PER-IN3-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-FT2-PER-IN3-LB_F-SEC"
,"properties":["conversion multiplier":"36.1316752166621861189380447919115"
,"conversion multiplier scientific":"3.61316752166621861189380447919115E1"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD860"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD860"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Square Foot per Cubic Inch Pound Force Second"
,"label":"Ounce Mass Square Foot per Cubic Inch Pound Force Second"
,"symbol":"oz·ft²\/(in³·lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-FT2-PER-IN3-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "36.1316752166621861189380447919115",
"conversionMultiplier:SN" : 36.13167521666219,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD860",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD860",
"symbol" : "oz·ft²/(in³·lbf·s)",
"ucumCode" : "[oz_av].[ft_i]2.[in_i]-3.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Square Foot per Cubic Inch Pound Force Second", {
"@language" : "en",
"@value" : "Ounce Mass Square Foot per Cubic Inch Pound Force Second"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-HR-PER-IN3-FT3
URI: http://qudt.org/vocab/unit/OZ-HR-PER-IN3-FT3
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-HR-PER-IN3-FT3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 219938987.1877617250669424917895746 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.199389871877617250669424917895746E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC868" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC868"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·h/(in³·ft³)" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].h.[in_i]-3.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Hour per Cubic Inch Cubic Foot" ; rdfs:label "Ounce Mass Hour per Cubic Inch Cubic Foot"@en ; .
{"resource":"Ounce Mass Hour per Cubic Inch Cubic Foot"
,"qname":"unit:OZ-HR-PER-IN3-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-HR-PER-IN3-FT3"
,"properties":["conversion multiplier":"219938987.1877617250669424917895746"
,"conversion multiplier scientific":"2.199389871877617250669424917895746E8"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC868"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC868"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Hour per Cubic Inch Cubic Foot"
,"label":"Ounce Mass Hour per Cubic Inch Cubic Foot"
,"symbol":"oz·h\/(in³·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].h.[in_i]-3.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-HR-PER-IN3-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "219938987.1877617250669424917895746",
"conversionMultiplier:SN" : 2.1993898718776172E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC868",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC868",
"symbol" : "oz·h/(in³·ft³)",
"ucumCode" : "[oz_av].h.[in_i]-3.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Hour per Cubic Inch Cubic Foot", {
"@language" : "en",
"@value" : "Ounce Mass Hour per Cubic Inch Cubic Foot"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-HR-PER-IN3-GAL_UK
URI: http://qudt.org/vocab/unit/OZ-HR-PER-IN3-GAL_UK
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-HR-PER-IN3-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1369963762.221095989865992857706645 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.369963762221095989865992857706645E9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC866" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC866"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "oz·h/(in³·gal{UK})" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].h.[in_i]-3.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass Hour per Cubic Inch Gallon (UK)" ;
rdfs:label "Ounce Mass Hour per Cubic Inch Gallon (UK)"@en ;
.
{"resource":"Ounce Mass Hour per Cubic Inch Gallon (UK)"
,"qname":"unit:OZ-HR-PER-IN3-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-HR-PER-IN3-GAL_UK"
,"properties":["conversion multiplier":"1369963762.221095989865992857706645"
,"conversion multiplier scientific":"1.369963762221095989865992857706645E9"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC866"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC866"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Hour per Cubic Inch Gallon (UK)"
,"label":"Ounce Mass Hour per Cubic Inch Gallon (UK)"
,"symbol":"oz·h\/(in³·gal{UK})"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].h.[in_i]-3.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-HR-PER-IN3-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time hour",
"conversionMultiplier" : "1369963762.221095989865992857706645",
"conversionMultiplier:SN" : 1.369963762221096E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC866",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC866",
"symbol" : "oz·h/(in³·gal{UK})",
"ucumCode" : "[oz_av].h.[in_i]-3.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Hour per Cubic Inch Gallon (UK)", {
"@language" : "en",
"@value" : "Ounce Mass Hour per Cubic Inch Gallon (UK)"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-HR-PER-IN3-GAL_US
URI: http://qudt.org/vocab/unit/OZ-HR-PER-IN3-GAL_US
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-HR-PER-IN3-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1645257878.183776021279985393127207 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.645257878183776021279985393127207E9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC865" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC865"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "oz·h/(in³·gal{US})" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].h.[in_i]-3.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass Hour per Cubic Inch Us Gallon" ;
rdfs:label "Ounce Mass Hour per Cubic Inch Us Gallon"@en ;
.
{"resource":"Ounce Mass Hour per Cubic Inch Us Gallon"
,"qname":"unit:OZ-HR-PER-IN3-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-HR-PER-IN3-GAL_US"
,"properties":["conversion multiplier":"1645257878.183776021279985393127207"
,"conversion multiplier scientific":"1.645257878183776021279985393127207E9"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC865"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC865"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Hour per Cubic Inch Us Gallon"
,"label":"Ounce Mass Hour per Cubic Inch Us Gallon"
,"symbol":"oz·h\/(in³·gal{US})"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].h.[in_i]-3.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-HR-PER-IN3-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time hour",
"conversionMultiplier" : "1645257878.183776021279985393127207",
"conversionMultiplier:SN" : 1.6452578781837761E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC865",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC865",
"symbol" : "oz·h/(in³·gal{US})",
"ucumCode" : "[oz_av].h.[in_i]-3.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Hour per Cubic Inch Us Gallon", {
"@language" : "en",
"@value" : "Ounce Mass Hour per Cubic Inch Us Gallon"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-HR-PER-IN3-YD3
URI: http://qudt.org/vocab/unit/OZ-HR-PER-IN3-YD3
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-HR-PER-IN3-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 8145888.414361545372849721918132388 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.145888414361545372849721918132388E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC869" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC869"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·h/(in³·yd³)" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].h.[in_i]-3.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Hour per Cubic Inch Cubic Yard" ; rdfs:label "Ounce Mass Hour per Cubic Inch Cubic Yard"@en ; .
{"resource":"Ounce Mass Hour per Cubic Inch Cubic Yard"
,"qname":"unit:OZ-HR-PER-IN3-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-HR-PER-IN3-YD3"
,"properties":["conversion multiplier":"8145888.414361545372849721918132388"
,"conversion multiplier scientific":"8.145888414361545372849721918132388E6"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC869"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC869"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Hour per Cubic Inch Cubic Yard"
,"label":"Ounce Mass Hour per Cubic Inch Cubic Yard"
,"symbol":"oz·h\/(in³·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].h.[in_i]-3.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-HR-PER-IN3-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "8145888.414361545372849721918132388",
"conversionMultiplier:SN" : 8145888.414361546,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC869",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC869",
"symbol" : "oz·h/(in³·yd³)",
"ucumCode" : "[oz_av].h.[in_i]-3.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Hour per Cubic Inch Cubic Yard", {
"@language" : "en",
"@value" : "Ounce Mass Hour per Cubic Inch Cubic Yard"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-HR-PER-IN6
URI: http://qudt.org/vocab/unit/OZ-HR-PER-IN6
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-HR-PER-IN6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 380054569860.4522609156766258123849 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.800545698604522609156766258123849E11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC867" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC867"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·h/in⁶" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].h.[in_i]-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Hour per Sextic Inch" ; rdfs:label "Ounce Mass Hour per Sextic Inch"@en ; .
{"resource":"Ounce Mass Hour per Sextic Inch"
,"qname":"unit:OZ-HR-PER-IN6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-HR-PER-IN6"
,"properties":["conversion multiplier":"380054569860.4522609156766258123849"
,"conversion multiplier scientific":"3.800545698604522609156766258123849E11"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC867"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC867"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Hour per Sextic Inch"
,"label":"Ounce Mass Hour per Sextic Inch"
,"symbol":"oz·h\/in\u2076"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].h.[in_i]-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-HR-PER-IN6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time hour",
"conversionMultiplier" : "380054569860.4522609156766258123849",
"conversionMultiplier:SN" : 3.800545698604523E11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC867",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC867",
"symbol" : "oz·h/in⁶",
"ucumCode" : "[oz_av].h.[in_i]-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Hour per Sextic Inch", {
"@language" : "en",
"@value" : "Ounce Mass Hour per Sextic Inch"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-IN
URI: http://qudt.org/vocab/unit/OZ-IN
unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000720077887375 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.20077887375E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB132" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB132"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units" ; <http://qudt.org/schema/qudt/symbol> "oz·in" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "4Q" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Inch" ; rdfs:label "Ounce Mass Inch"@en ; .
{"resource":"Ounce Mass Inch"
,"qname":"unit:OZ-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-IN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000720077887375"
,"conversion multiplier scientific":"7.20077887375E-4"
,"description":"unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units"
,"description (plain text)":"unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T0D0"
,"has quantity kind":"quantitykind:LengthMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB132"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB132"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Inch"
,"label":"Ounce Mass Inch"
,"symbol":"oz·in"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[in_i]"
,"unece common code":"4Q"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.000720077887375",
"conversionMultiplier:SN" : 7.20077887375E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LengthMass",
"iec61360Code" : "0112/2///62720#UAB132",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB132",
"plainTextDescription" : "unit of the unbalance as a product of avoirdupois ounce according to the avoirdupois system of units and inch according to the Anglo-American and Imperial system of units",
"symbol" : "oz·in",
"ucumCode" : "[oz_av].[in_i]",
"uneceCommonCode" : "4Q",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Inch", {
"@language" : "en",
"@value" : "Ounce Mass Inch"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-IN2-PER-IN3-LB_F-SEC
URI: http://qudt.org/vocab/unit/OZ-IN2-PER-IN3-LB_F-SEC
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-IN2-PER-IN3-LB_F-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2509144112268207369370697554993854 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.509144112268207369370697554993854E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD861" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD861"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·in²/(in³·lbf·s)" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Square Inch per Cubic Inch Pound Force Second" ; rdfs:label "Ounce Mass Square Inch per Cubic Inch Pound Force Second"@en ; .
{"resource":"Ounce Mass Square Inch per Cubic Inch Pound Force Second"
,"qname":"unit:OZ-IN2-PER-IN3-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-IN2-PER-IN3-LB_F-SEC"
,"properties":["conversion multiplier":"0.2509144112268207369370697554993854"
,"conversion multiplier scientific":"2.509144112268207369370697554993854E-1"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD861"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD861"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Square Inch per Cubic Inch Pound Force Second"
,"label":"Ounce Mass Square Inch per Cubic Inch Pound Force Second"
,"symbol":"oz·in²\/(in³·lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-IN2-PER-IN3-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "0.2509144112268207369370697554993854",
"conversionMultiplier:SN" : 0.25091441122682073,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3", "_:b4" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD861",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD861",
"symbol" : "oz·in²/(in³·lbf·s)",
"ucumCode" : "[oz_av].[in_i]2.[in_i]-3.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Square Inch per Cubic Inch Pound Force Second", {
"@language" : "en",
"@value" : "Ounce Mass Square Inch per Cubic Inch Pound Force Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-MIN-PER-IN3-FT3
URI: http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-FT3
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-FT3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3665649.786462695417782374863159576 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.665649786462695417782374863159576E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD801" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD801"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·min/(in³·ft³)" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].min.[in_i]-3.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Minute per Cubic Inch Cubic Foot" ; rdfs:label "Ounce Mass Minute per Cubic Inch Cubic Foot"@en ; .
{"resource":"Ounce Mass Minute per Cubic Inch Cubic Foot"
,"qname":"unit:OZ-MIN-PER-IN3-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-MIN-PER-IN3-FT3"
,"properties":["conversion multiplier":"3665649.786462695417782374863159576"
,"conversion multiplier scientific":"3.665649786462695417782374863159576E6"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD801"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD801"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Minute per Cubic Inch Cubic Foot"
,"label":"Ounce Mass Minute per Cubic Inch Cubic Foot"
,"symbol":"oz·min\/(in³·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].min.[in_i]-3.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "3665649.786462695417782374863159576",
"conversionMultiplier:SN" : 3665649.7864626953,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD801",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD801",
"symbol" : "oz·min/(in³·ft³)",
"ucumCode" : "[oz_av].min.[in_i]-3.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Minute per Cubic Inch Cubic Foot", {
"@language" : "en",
"@value" : "Ounce Mass Minute per Cubic Inch Cubic Foot"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-MIN-PER-IN3-GAL_UK
URI: http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-GAL_UK
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 22832729.37035159983109988096177742 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.283272937035159983109988096177742E7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD867" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD867"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "oz·min/(in³·gal{UK})" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].min.[in_i]-3.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass Minute per Cubic Inch Gallon (UK)" ;
rdfs:label "Ounce Mass Minute per Cubic Inch Gallon (UK)"@en ;
.
{"resource":"Ounce Mass Minute per Cubic Inch Gallon (UK)"
,"qname":"unit:OZ-MIN-PER-IN3-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-MIN-PER-IN3-GAL_UK"
,"properties":["conversion multiplier":"22832729.37035159983109988096177742"
,"conversion multiplier scientific":"2.283272937035159983109988096177742E7"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD867"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD867"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Minute per Cubic Inch Gallon (UK)"
,"label":"Ounce Mass Minute per Cubic Inch Gallon (UK)"
,"symbol":"oz·min\/(in³·gal{UK})"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].min.[in_i]-3.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per unit for time minute",
"conversionMultiplier" : "22832729.37035159983109988096177742",
"conversionMultiplier:SN" : 2.28327293703516E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD867",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD867",
"symbol" : "oz·min/(in³·gal{UK})",
"ucumCode" : "[oz_av].min.[in_i]-3.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Minute per Cubic Inch Gallon (UK)", {
"@language" : "en",
"@value" : "Ounce Mass Minute per Cubic Inch Gallon (UK)"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-MIN-PER-IN3-GAL_US
URI: http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-GAL_US
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 27420964.63639626702133308988545345 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.742096463639626702133308988545345E7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD866" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD866"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "oz·min/(in³·gal{US})" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].min.[in_i]-3.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass Minute per Cubic Inch Us Gallon" ;
rdfs:label "Ounce Mass Minute per Cubic Inch Us Gallon"@en ;
.
{"resource":"Ounce Mass Minute per Cubic Inch Us Gallon"
,"qname":"unit:OZ-MIN-PER-IN3-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-MIN-PER-IN3-GAL_US"
,"properties":["conversion multiplier":"27420964.63639626702133308988545345"
,"conversion multiplier scientific":"2.742096463639626702133308988545345E7"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD866"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD866"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Minute per Cubic Inch Us Gallon"
,"label":"Ounce Mass Minute per Cubic Inch Us Gallon"
,"symbol":"oz·min\/(in³·gal{US})"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].min.[in_i]-3.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per unit for time minute",
"conversionMultiplier" : "27420964.63639626702133308988545345",
"conversionMultiplier:SN" : 2.7420964636396267E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD866",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD866",
"symbol" : "oz·min/(in³·gal{US})",
"ucumCode" : "[oz_av].min.[in_i]-3.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Minute per Cubic Inch Us Gallon", {
"@language" : "en",
"@value" : "Ounce Mass Minute per Cubic Inch Us Gallon"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-MIN-PER-IN3-YD3
URI: http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-YD3
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 135764.8069060257562141620319688731 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.357648069060257562141620319688731E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD802" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD802"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·min/(in³·yd³)" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].min.[in_i]-3.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Minute per Cubic Inch Cubic Yard" ; rdfs:label "Ounce Mass Minute per Cubic Inch Cubic Yard"@en ; .
{"resource":"Ounce Mass Minute per Cubic Inch Cubic Yard"
,"qname":"unit:OZ-MIN-PER-IN3-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-MIN-PER-IN3-YD3"
,"properties":["conversion multiplier":"135764.8069060257562141620319688731"
,"conversion multiplier scientific":"1.357648069060257562141620319688731E5"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD802"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD802"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Minute per Cubic Inch Cubic Yard"
,"label":"Ounce Mass Minute per Cubic Inch Cubic Yard"
,"symbol":"oz·min\/(in³·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].min.[in_i]-3.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-MIN-PER-IN3-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "135764.8069060257562141620319688731",
"conversionMultiplier:SN" : 135764.80690602577,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD802",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD802",
"symbol" : "oz·min/(in³·yd³)",
"ucumCode" : "[oz_av].min.[in_i]-3.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Minute per Cubic Inch Cubic Yard", {
"@language" : "en",
"@value" : "Ounce Mass Minute per Cubic Inch Cubic Yard"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-MIN-PER-IN6
URI: http://qudt.org/vocab/unit/OZ-MIN-PER-IN6
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-MIN-PER-IN6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 6334242831.007537681927943763539748 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.334242831007537681927943763539748E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD800" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD800"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·min/in⁶" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].min.[in_i]-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Minute per Sextic Inch" ; rdfs:label "Ounce Mass Minute per Sextic Inch"@en ; .
{"resource":"Ounce Mass Minute per Sextic Inch"
,"qname":"unit:OZ-MIN-PER-IN6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-MIN-PER-IN6"
,"properties":["conversion multiplier":"6334242831.007537681927943763539748"
,"conversion multiplier scientific":"6.334242831007537681927943763539748E9"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD800"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD800"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Minute per Sextic Inch"
,"label":"Ounce Mass Minute per Sextic Inch"
,"symbol":"oz·min\/in\u2076"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].min.[in_i]-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-MIN-PER-IN6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per unit for time minute",
"conversionMultiplier" : "6334242831.007537681927943763539748",
"conversionMultiplier:SN" : 6.334242831007538E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD800",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD800",
"symbol" : "oz·min/in⁶",
"ucumCode" : "[oz_av].min.[in_i]-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Ounce Mass Minute per Sextic Inch"
}, "Ounce Mass Minute per Sextic Inch" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-DAY
URI: http://qudt.org/vocab/unit/OZ-PER-DAY
traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000003281194806134259259259259259259258 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.281194806134259259259259259259258E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA919" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA919"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day" ; <http://qudt.org/schema/qudt/symbol> "oz/d" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L33" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass per Day" ; rdfs:label "Ounce Mass per Day"@en ; .
{"resource":"Ounce Mass per Day"
,"qname":"unit:OZ-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000003281194806134259259259259259259258"
,"conversion multiplier scientific":"3.281194806134259259259259259259258E-7"
,"description":"traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day"
,"description (plain text)":"traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA919"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA919"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Day"
,"label":"Ounce Mass per Day"
,"symbol":"oz\/d"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].d-1"
,"unece common code":"L33"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0000003281194806134259259259259259259258",
"conversionMultiplier:SN" : 3.2811948061342594E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA919",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA919",
"plainTextDescription" : "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time day",
"symbol" : "oz/d",
"ucumCode" : "[oz_av].d-1",
"uneceCommonCode" : "L33",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass per Day", {
"@language" : "en",
"@value" : "Ounce Mass per Day"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-FT2
URI: http://qudt.org/vocab/unit/OZ-PER-FT2
"Ounce per Square Foot" is an Imperial unit for 'Mass Per Area' expressed as $oz/ft^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Ounce per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $oz/ft^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.305151727273940658992429095969303 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.05151727273940658992429095969303E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "oz/ft^{2}" ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB105" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB105"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "oz/ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "37" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass per Square Foot" ;
rdfs:label "Ounce Mass per Square Foot"@en ;
.
{"resource":"Ounce Mass per Square Foot"
,"qname":"unit:OZ-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.305151727273940658992429095969303"
,"conversion multiplier scientific":"3.05151727273940658992429095969303E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Ounce per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $oz\/ft^{2}$."
,"expression":"oz\/ft^{2}"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB105"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB105"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Square Foot"
,"label":"Ounce Mass per Square Foot"
,"symbol":"oz\/ft²"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[ft_i]-2"
,"unece common code":"37"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Ounce per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $oz/ft^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.305151727273940658992429095969303",
"conversionMultiplier:SN" : 0.30515172727394063,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "oz/ft^{2}",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"iec61360Code" : "0112/2///62720#UAB105",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB105",
"symbol" : "oz/ft²",
"ucumCode" : "[oz_av].[ft_i]-2",
"uneceCommonCode" : "37",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Ounce Mass per Square Foot"
}, "Ounce Mass per Square Foot" ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-GAL_IMP
URI: http://qudt.org/vocab/unit/OZ-PER-GAL_IMP
"Ounce per Gallon" is an Imperial unit for 'Density' expressed as $oz/gal$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-PER-GAL_IMP>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Ounce per Gallon\" is an Imperial unit for 'Density' expressed as $oz/gal$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6.236023291443856148910382328550469 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.236023291443856148910382328550469E0 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/OZ-PER-GAL_UK> ;
<http://qudt.org/schema/qudt/expression> "oz/gal" ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/symbol> "oz/gal{Imp}" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass per Imperial Gallon" ;
rdfs:label "Ounce Mass per Imperial Gallon"@en ;
.
{"resource":"Ounce Mass per Imperial Gallon"
,"qname":"unit:OZ-PER-GAL_IMP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-GAL_IMP"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"6.236023291443856148910382328550469"
,"conversion multiplier scientific":"6.236023291443856148910382328550469E0"
,"description":"\"Ounce per Gallon\" is an Imperial unit for 'Density' expressed as $oz\/gal$."
,"exact match":"unit:OZ-PER-GAL_UK"
,"expression":"oz\/gal"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Imperial Gallon"
,"label":"Ounce Mass per Imperial Gallon"
,"symbol":"oz\/gal{Imp}"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-GAL_IMP",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Ounce per Gallon\" is an Imperial unit for 'Density' expressed as $oz/gal$.",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "6.236023291443856148910382328550469",
"conversionMultiplier:SN" : 6.236023291443856,
"exactMatch" : "http://qudt.org/vocab/unit/OZ-PER-GAL_UK",
"expression" : "oz/gal",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"symbol" : "oz/gal{Imp}",
"ucumCode" : "[oz_av].[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass per Imperial Gallon", {
"@language" : "en",
"@value" : "Ounce Mass per Imperial Gallon"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-GAL_UK
URI: http://qudt.org/vocab/unit/OZ-PER-GAL_UK
unit of the density according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-PER-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the density according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6.236023291443856148910382328550469 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.236023291443856148910382328550469E0 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/OZ-PER-GAL_IMP> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA923" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA923"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the density according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "oz/gal{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L37" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass per Gallon (UK)" ;
rdfs:label "Ounce Mass per Gallon (UK)"@en ;
.
{"resource":"Ounce Mass per Gallon (UK)"
,"qname":"unit:OZ-PER-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-GAL_UK"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"6.236023291443856148910382328550469"
,"conversion multiplier scientific":"6.236023291443856148910382328550469E0"
,"description":"unit of the density according to the Imperial system of units"
,"description (plain text)":"unit of the density according to the Imperial system of units"
,"exact match":"unit:OZ-PER-GAL_IMP"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA923"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA923"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Gallon (UK)"
,"label":"Ounce Mass per Gallon (UK)"
,"symbol":"oz\/gal{UK}"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[gal_br]-1"
,"unece common code":"L37"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the density according to the Imperial system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "6.236023291443856148910382328550469",
"conversionMultiplier:SN" : 6.236023291443856,
"exactMatch" : "http://qudt.org/vocab/unit/OZ-PER-GAL_IMP",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAA923",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA923",
"plainTextDescription" : "unit of the density according to the Imperial system of units",
"symbol" : "oz/gal{UK}",
"ucumCode" : "[oz_av].[gal_br]-1",
"uneceCommonCode" : "L37",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass per Gallon (UK)", {
"@language" : "en",
"@value" : "Ounce Mass per Gallon (UK)"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-GAL_US
URI: http://qudt.org/vocab/unit/OZ-PER-GAL_US
unit of the density according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-PER-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the density according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 7.48915170730603928399457848784464 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.48915170730603928399457848784464E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA924" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA924"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Density"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the density according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/symbol> "oz/gal{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L38" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass per Us Gallon" ;
rdfs:label "Ounce Mass per Us Gallon"@en ;
.
{"resource":"Ounce Mass per Us Gallon"
,"qname":"unit:OZ-PER-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-GAL_US"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"7.48915170730603928399457848784464"
,"conversion multiplier scientific":"7.48915170730603928399457848784464E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"unit of the density according to the Anglo-American system of units"
,"description (plain text)":"unit of the density according to the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA924"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA924"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Density"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Us Gallon"
,"label":"Ounce Mass per Us Gallon"
,"symbol":"oz\/gal{US}"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[gal_us]-1"
,"unece common code":"L38"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the density according to the Anglo-American system of units",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "7.48915170730603928399457848784464",
"conversionMultiplier:SN" : 7.489151707306039,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA924",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA924", "https://en.wikipedia.org/wiki/Density" ],
"plainTextDescription" : "unit of the density according to the Anglo-American system of units",
"symbol" : "oz/gal{US}",
"ucumCode" : "[oz_av].[gal_us]-1",
"uneceCommonCode" : "L38",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass per Us Gallon", {
"@language" : "en",
"@value" : "Ounce Mass per Us Gallon"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-HR
URI: http://qudt.org/vocab/unit/OZ-PER-HR
traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000007874867534722222222222222222222223 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.874867534722222222222222222222223E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA920" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA920"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour" ; <http://qudt.org/schema/qudt/symbol> "oz/h" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L34" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass per Hour" ; rdfs:label "Ounce Mass per Hour"@en ; .
{"resource":"Ounce Mass per Hour"
,"qname":"unit:OZ-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000007874867534722222222222222222222223"
,"conversion multiplier scientific":"7.874867534722222222222222222222223E-6"
,"description":"traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour"
,"description (plain text)":"traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA920"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA920"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Hour"
,"label":"Ounce Mass per Hour"
,"symbol":"oz\/h"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].h-1"
,"unece common code":"L34"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.000007874867534722222222222222222222223",
"conversionMultiplier:SN" : 7.874867534722223E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA920",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA920",
"plainTextDescription" : "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time hour",
"symbol" : "oz/h",
"ucumCode" : "[oz_av].h-1",
"uneceCommonCode" : "L34",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass per Hour", {
"@language" : "en",
"@value" : "Ounce Mass per Hour"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-IN2
URI: http://qudt.org/vocab/unit/OZ-PER-IN2
unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according to the Anglo-American and Imperial system of units)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-PER-IN2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according to the Anglo-American and Imperial system of units)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 43.94184872744745489490978981957964 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.394184872744745489490978981957964E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BodyMassIndex> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeanMassRange> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB261" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB261"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz/in²" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N22" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass per Square Inch" ; rdfs:label "Ounce Mass per Square Inch"@en ; .
{"resource":"Ounce Mass per Square Inch"
,"qname":"unit:OZ-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-IN2"
,"properties":["conversion multiplier":"43.94184872744745489490978981957964"
,"conversion multiplier scientific":"4.394184872744745489490978981957964E1"
,"description":"unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according to the Anglo-American and Imperial system of units)"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:BodyMassIndex"
,"has quantity kind":"quantitykind:MassPerArea"
,"has quantity kind":"quantitykind:MeanMassRange"
,"has quantity kind":"quantitykind:SurfaceDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB261"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB261"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Square Inch"
,"label":"Ounce Mass per Square Inch"
,"symbol":"oz\/in²"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[in_i]-2"
,"unece common code":"N22"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the surface specific mass (avoirdupois ounce according to the avoirdupois system of units according to the surface square inch according to the Anglo-American and Imperial system of units)",
"conversionMultiplier" : "43.94184872744745489490978981957964",
"conversionMultiplier:SN" : 43.94184872744746,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/BodyMassIndex", "http://qudt.org/vocab/quantitykind/MeanMassRange", "http://qudt.org/vocab/quantitykind/MassPerArea", "http://qudt.org/vocab/quantitykind/SurfaceDensity" ],
"iec61360Code" : "0112/2///62720#UAB261",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB261",
"symbol" : "oz/in²",
"ucumCode" : "[oz_av].[in_i]-2",
"uneceCommonCode" : "N22",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass per Square Inch", {
"@language" : "en",
"@value" : "Ounce Mass per Square Inch"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-IN3
URI: http://qudt.org/vocab/unit/OZ-PER-IN3
"Ounce per Cubic Inch" is an Imperial unit for 'Density' expressed as $oz/in^{3}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-PER-IN3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Ounce per Cubic Inch\" is an Imperial unit for 'Density' expressed as $oz/in^{3}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1729.994044387695074602747630692112 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.729994044387695074602747630692112E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "oz/in^{3}" ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/symbol> "oz/in³" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L39" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass per Cubic Inch" ;
rdfs:label "Ounce Mass per Cubic Inch"@en ;
.
{"resource":"Ounce Mass per Cubic Inch"
,"qname":"unit:OZ-PER-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-IN3"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1729.994044387695074602747630692112"
,"conversion multiplier scientific":"1.729994044387695074602747630692112E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Ounce per Cubic Inch\" is an Imperial unit for 'Density' expressed as $oz\/in^{3}$."
,"expression":"oz\/in^{3}"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Cubic Inch"
,"label":"Ounce Mass per Cubic Inch"
,"symbol":"oz\/in³"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[in_i]-3"
,"unece common code":"L39"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Ounce per Cubic Inch\" is an Imperial unit for 'Density' expressed as $oz/in^{3}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1729.994044387695074602747630692112",
"conversionMultiplier:SN" : 1729.994044387695,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "oz/in^{3}",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"symbol" : "oz/in³",
"ucumCode" : "[oz_av].[in_i]-3",
"uneceCommonCode" : "L39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Ounce Mass per Cubic Inch"
}, "Ounce Mass per Cubic Inch" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-MIN
URI: http://qudt.org/vocab/unit/OZ-PER-MIN
traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0004724920520833333333333333333333334 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.724920520833333333333333333333334E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA921" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA921"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute" ; <http://qudt.org/schema/qudt/symbol> "oz/min" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L35" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass per Minute" ; rdfs:label "Ounce Mass per Minute"@en ; .
{"resource":"Ounce Mass per Minute"
,"qname":"unit:OZ-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0004724920520833333333333333333333334"
,"conversion multiplier scientific":"4.724920520833333333333333333333334E-4"
,"description":"traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute"
,"description (plain text)":"traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA921"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA921"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Minute"
,"label":"Ounce Mass per Minute"
,"symbol":"oz\/min"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].min-1"
,"unece common code":"L35"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0004724920520833333333333333333333334",
"conversionMultiplier:SN" : 4.7249205208333334E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA921",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA921",
"plainTextDescription" : "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the unit for time minute",
"symbol" : "oz/min",
"ucumCode" : "[oz_av].min-1",
"uneceCommonCode" : "L35",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass per Minute", {
"@language" : "en",
"@value" : "Ounce Mass per Minute"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-SEC
URI: http://qudt.org/vocab/unit/OZ-PER-SEC
traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.028349523125 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.8349523125E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA922" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA922"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "oz/s" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L36" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass per Second" ; rdfs:label "Ounce Mass per Second"@en ; .
{"resource":"Ounce Mass per Second"
,"qname":"unit:OZ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.028349523125"
,"conversion multiplier scientific":"2.8349523125E-2"
,"description":"traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second"
,"description (plain text)":"traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA922"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA922"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Second"
,"label":"Ounce Mass per Second"
,"symbol":"oz\/s"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].s-1"
,"unece common code":"L36"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.028349523125",
"conversionMultiplier:SN" : 0.028349523125,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA922",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA922",
"plainTextDescription" : "traditional unit of the mass avoirdupois ounce according to the avoirdupois system of units divided by the SI base unit second",
"symbol" : "oz/s",
"ucumCode" : "[oz_av].s-1",
"uneceCommonCode" : "L36",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass per Second", {
"@language" : "en",
"@value" : "Ounce Mass per Second"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-YD2
URI: http://qudt.org/vocab/unit/OZ-PER-YD2
"Ounce per Square Yard" is an Imperial unit for 'Mass Per Area' expressed as $oz/yd^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-PER-YD2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Ounce per Square Yard\" is an Imperial unit for 'Mass Per Area' expressed as $oz/yd^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.03390574747488229544360323288547811 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.390574747488229544360323288547811E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "oz/yd²" ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB104" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB104"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "oz/yd²" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].[yd_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "ON" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass per Square Yard" ;
rdfs:label "Ounce Mass per Square Yard"@en ;
.
{"resource":"Ounce Mass per Square Yard"
,"qname":"unit:OZ-PER-YD2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-YD2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.03390574747488229544360323288547811"
,"conversion multiplier scientific":"3.390574747488229544360323288547811E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Ounce per Square Yard\" is an Imperial unit for 'Mass Per Area' expressed as $oz\/yd^{2}$."
,"expression":"oz\/yd²"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB104"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB104"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Square Yard"
,"label":"Ounce Mass per Square Yard"
,"symbol":"oz\/yd²"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[yd_i]-2"
,"unece common code":"ON"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-YD2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Ounce per Square Yard\" is an Imperial unit for 'Mass Per Area' expressed as $oz/yd^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.03390574747488229544360323288547811",
"conversionMultiplier:SN" : 0.03390574747488229,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "oz/yd²",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"iec61360Code" : "0112/2///62720#UAB104",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB104",
"symbol" : "oz/yd²",
"ucumCode" : "[oz_av].[yd_i]-2",
"uneceCommonCode" : "ON",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass per Square Yard", {
"@language" : "en",
"@value" : "Ounce Mass per Square Yard"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-PER-YD3
URI: http://qudt.org/vocab/unit/OZ-PER-YD3
unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-PER-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.03707977632861143421216451540406617 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.707977632861143421216451540406617E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA918" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA918"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "oz/yd³" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G32" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass per Cubic Yard" ; rdfs:label "Ounce Mass per Cubic Yard"@en ; .
{"resource":"Ounce Mass per Cubic Yard"
,"qname":"unit:OZ-PER-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-PER-YD3"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.03707977632861143421216451540406617"
,"conversion multiplier scientific":"3.707977632861143421216451540406617E-2"
,"description":"unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"
,"description (plain text)":"unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA918"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA918"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass per Cubic Yard"
,"label":"Ounce Mass per Cubic Yard"
,"symbol":"oz\/yd³"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].[yd_i]-3"
,"unece common code":"G32"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-PER-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.03707977632861143421216451540406617",
"conversionMultiplier:SN" : 0.03707977632861143,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA918",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA918",
"plainTextDescription" : "unit ounce according to the avoirdupois system of units divided by the power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3",
"symbol" : "oz/yd³",
"ucumCode" : "[oz_av].[yd_i]-3",
"uneceCommonCode" : "G32",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass per Cubic Yard", {
"@language" : "en",
"@value" : "Ounce Mass per Cubic Yard"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-SEC-PER-IN3-FT3
URI: http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-FT3
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-FT3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 61094.16310771159029637291438599294 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.109416310771159029637291438599294E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD826" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD826"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·s/(in³·ft³)" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].s.[in_i]-3.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Second per Cubic Inch Cubic Foot" ; rdfs:label "Ounce Mass Second per Cubic Inch Cubic Foot"@en ; .
{"resource":"Ounce Mass Second per Cubic Inch Cubic Foot"
,"qname":"unit:OZ-SEC-PER-IN3-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-SEC-PER-IN3-FT3"
,"properties":["conversion multiplier":"61094.16310771159029637291438599294"
,"conversion multiplier scientific":"6.109416310771159029637291438599294E4"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD826"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD826"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Second per Cubic Inch Cubic Foot"
,"label":"Ounce Mass Second per Cubic Inch Cubic Foot"
,"symbol":"oz·s\/(in³·ft³)"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].s.[in_i]-3.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "61094.16310771159029637291438599294",
"conversionMultiplier:SN" : 61094.16310771159,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD826",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD826",
"symbol" : "oz·s/(in³·ft³)",
"ucumCode" : "[oz_av].s.[in_i]-3.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Second per Cubic Inch Cubic Foot", {
"@language" : "en",
"@value" : "Ounce Mass Second per Cubic Inch Cubic Foot"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-SEC-PER-IN3-GAL_UK
URI: http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-GAL_UK
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 380545.4895058599971849980160296237 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.805454895058599971849980160296237E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD824" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD824"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "oz·s/(in³·gal{UK})" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].s.[in_i]-3.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass Second per Cubic Inch Gallon (UK)" ;
rdfs:label "Ounce Mass Second per Cubic Inch Gallon (UK)"@en ;
.
{"resource":"Ounce Mass Second per Cubic Inch Gallon (UK)"
,"qname":"unit:OZ-SEC-PER-IN3-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-SEC-PER-IN3-GAL_UK"
,"properties":["conversion multiplier":"380545.4895058599971849980160296237"
,"conversion multiplier scientific":"3.805454895058599971849980160296237E5"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD824"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD824"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Second per Cubic Inch Gallon (UK)"
,"label":"Ounce Mass Second per Cubic Inch Gallon (UK)"
,"symbol":"oz·s\/(in³·gal{UK})"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].s.[in_i]-3.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and unit gallon (UK) according to the Imperial system of units per SI base unit second",
"conversionMultiplier" : "380545.4895058599971849980160296237",
"conversionMultiplier:SN" : 380545.48950586,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD824",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD824",
"symbol" : "oz·s/(in³·gal{UK})",
"ucumCode" : "[oz_av].s.[in_i]-3.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Second per Cubic Inch Gallon (UK)", {
"@language" : "en",
"@value" : "Ounce Mass Second per Cubic Inch Gallon (UK)"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-SEC-PER-IN3-GAL_US
URI: http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-GAL_US
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 457016.0772732711170222181647575575 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.570160772732711170222181647575575E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD823" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD823"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "oz·s/(in³·gal{US})" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_av].s.[in_i]-3.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Mass Second per Cubic Inch Us Gallon" ;
rdfs:label "Ounce Mass Second per Cubic Inch Us Gallon"@en ;
.
{"resource":"Ounce Mass Second per Cubic Inch Us Gallon"
,"qname":"unit:OZ-SEC-PER-IN3-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-SEC-PER-IN3-GAL_US"
,"properties":["conversion multiplier":"457016.0772732711170222181647575575"
,"conversion multiplier scientific":"4.570160772732711170222181647575575E5"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD823"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD823"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Second per Cubic Inch Us Gallon"
,"label":"Ounce Mass Second per Cubic Inch Us Gallon"
,"symbol":"oz·s\/(in³·gal{US})"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].s.[in_i]-3.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit gallon (US) according to the Anglo-American system of units per SI base unit second",
"conversionMultiplier" : "457016.0772732711170222181647575575",
"conversionMultiplier:SN" : 457016.0772732711,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD823",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD823",
"symbol" : "oz·s/(in³·gal{US})",
"ucumCode" : "[oz_av].s.[in_i]-3.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Ounce Mass Second per Cubic Inch Us Gallon"
}, "Ounce Mass Second per Cubic Inch Us Gallon" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-SEC-PER-IN3-YD3
URI: http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-YD3
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 2262.746781767095936902700532814552 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.262746781767095936902700532814552E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD827" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD827"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·s/(in³·yd³)" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].s.[in_i]-3.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Second per Cubic Inch Cubic Yard" ; rdfs:label "Ounce Mass Second per Cubic Inch Cubic Yard"@en ; .
{"resource":"Ounce Mass Second per Cubic Inch Cubic Yard"
,"qname":"unit:OZ-SEC-PER-IN3-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-SEC-PER-IN3-YD3"
,"properties":["conversion multiplier":"2262.746781767095936902700532814552"
,"conversion multiplier scientific":"2.262746781767095936902700532814552E3"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD827"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD827"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Second per Cubic Inch Cubic Yard"
,"label":"Ounce Mass Second per Cubic Inch Cubic Yard"
,"symbol":"oz·s\/(in³·yd³)"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].s.[in_i]-3.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-SEC-PER-IN3-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "2262.746781767095936902700532814552",
"conversionMultiplier:SN" : 2262.746781767096,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD827",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD827",
"symbol" : "oz·s/(in³·yd³)",
"ucumCode" : "[oz_av].s.[in_i]-3.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Ounce Mass Second per Cubic Inch Cubic Yard"
}, "Ounce Mass Second per Cubic Inch Cubic Yard" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ-SEC-PER-IN6
URI: http://qudt.org/vocab/unit/OZ-SEC-PER-IN6
quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ-SEC-PER-IN6> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 105570713.8501256280321323960589958 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.055707138501256280321323960589958E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD825" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD825"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "oz·s/in⁶" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av].s.[in_i]-6"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass Second per Sextic Inch" ; rdfs:label "Ounce Mass Second per Sextic Inch"@en ; .
{"resource":"Ounce Mass Second per Sextic Inch"
,"qname":"unit:OZ-SEC-PER-IN6"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ-SEC-PER-IN6"
,"properties":["conversion multiplier":"105570713.8501256280321323960589958"
,"conversion multiplier scientific":"1.055707138501256280321323960589958E8"
,"description":"quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second"
,"has dimension vector":"qkdv:A0E0L-6I0M1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD825"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD825"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass Second per Sextic Inch"
,"label":"Ounce Mass Second per Sextic Inch"
,"symbol":"oz·s\/in\u2076"
,"type":"qudt:Unit"
,"ucum code":"[oz_av].s.[in_i]-6"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ-SEC-PER-IN6",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of unit of the mass according to the avoirdupois system of units per power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and power of unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 per SI base unit second",
"conversionMultiplier" : "105570713.8501256280321323960589958",
"conversionMultiplier:SN" : 1.0557071385012563E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-6I0M1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD825",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD825",
"symbol" : "oz·s/in⁶",
"ucumCode" : "[oz_av].s.[in_i]-6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass Second per Sextic Inch", {
"@language" : "en",
"@value" : "Ounce Mass Second per Sextic Inch"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_F
URI: http://qudt.org/vocab/unit/OZ_F
"Ounce Force" is an Imperial unit for 'Force' expressed as $ozf$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Ounce Force\" is an Imperial unit for 'Force' expressed as $ozf$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.278013875 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.78013875E-1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA926" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA926"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "ozf" ; <http://qudt.org/schema/qudt/ucumCode> "[ozf_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "ozf" ; <http://qudt.org/schema/qudt/uneceCommonCode> "L40" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Imperial Ounce Force" ; rdfs:label "Imperial Ounce Force"@en ; .
{"resource":"Imperial Ounce Force"
,"qname":"unit:OZ_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.278013875"
,"conversion multiplier scientific":"2.78013875E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Ounce Force\" is an Imperial unit for 'Force' expressed as $ozf$."
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA926"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA926"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Imperial Ounce Force"
,"label":"Imperial Ounce Force"
,"scalingOf":"unit:N"
,"symbol":"ozf"
,"type":"qudt:Unit"
,"ucum code":"[ozf_av]"
,"udunits code":"ozf"
,"unece common code":"L40"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Ounce Force\" is an Imperial unit for 'Force' expressed as $ozf$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.278013875",
"conversionMultiplier:SN" : 0.278013875,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAA926",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA926",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "ozf",
"ucumCode" : "[ozf_av]",
"udunitsCode" : "ozf",
"uneceCommonCode" : "L40",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Imperial Ounce Force", {
"@language" : "en",
"@value" : "Imperial Ounce Force"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_F-IN
URI: http://qudt.org/vocab/unit/OZ_F-IN
"Ounce Force Inch" is an Imperial unit for 'Torque' expressed as $ozf-in$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ_F-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Ounce Force Inch\" is an Imperial unit for 'Torque' expressed as $ozf-in$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.007061552425 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.061552425E-3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA927" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA927"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ozf·in" ; <http://qudt.org/schema/qudt/ucumCode> "[ozf_av].[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L41" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Imperial Ounce Force Inch" ; rdfs:label "Imperial Ounce Force Inch"@en ; .
{"resource":"Imperial Ounce Force Inch"
,"qname":"unit:OZ_F-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_F-IN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.007061552425"
,"conversion multiplier scientific":"7.061552425E-3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\"Ounce Force Inch\" is an Imperial unit for 'Torque' expressed as $ozf-in$."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA927"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA927"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Imperial Ounce Force Inch"
,"label":"Imperial Ounce Force Inch"
,"symbol":"ozf·in"
,"type":"qudt:Unit"
,"ucum code":"[ozf_av].[in_i]"
,"unece common code":"L41"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_F-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Ounce Force Inch\" is an Imperial unit for 'Torque' expressed as $ozf-in$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.007061552425",
"conversionMultiplier:SN" : 0.007061552425,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Torque", "http://qudt.org/vocab/quantitykind/MomentOfForce" ],
"iec61360Code" : "0112/2///62720#UAA927",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA927",
"symbol" : "ozf·in",
"ucumCode" : "[ozf_av].[in_i]",
"uneceCommonCode" : "L41",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Imperial Ounce Force Inch", {
"@language" : "en",
"@value" : "Imperial Ounce Force Inch"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_F-PER-IN3
URI: http://qudt.org/vocab/unit/OZ_F-PER-IN3
unit of specific weight according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ_F-PER-IN3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of specific weight according to the Anglo-American system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 16965.44756278488934930625766763345 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.696544756278488934930625766763345E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificWeight> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA925" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA925"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "ozf/in³" ; <http://qudt.org/schema/qudt/ucumCode> "[ozf_av].[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L39" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Imperial Ounce Force per Cubic Inch" ; rdfs:label "Imperial Ounce Force per Cubic Inch"@en ; .
{"resource":"Imperial Ounce Force per Cubic Inch"
,"qname":"unit:OZ_F-PER-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_F-PER-IN3"
,"properties":["conversion multiplier":"16965.44756278488934930625766763345"
,"conversion multiplier scientific":"1.696544756278488934930625766763345E4"
,"description":"unit of specific weight according to the Anglo-American system of units"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:SpecificWeight"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA925"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA925"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Imperial Ounce Force per Cubic Inch"
,"label":"Imperial Ounce Force per Cubic Inch"
,"symbol":"ozf\/in³"
,"type":"qudt:Unit"
,"ucum code":"[ozf_av].[in_i]-3"
,"unece common code":"L39"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_F-PER-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of specific weight according to the Anglo-American system of units",
"conversionMultiplier" : "16965.44756278488934930625766763345",
"conversionMultiplier:SN" : 16965.447562784888,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificWeight",
"iec61360Code" : "0112/2///62720#UAA925",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA925",
"symbol" : "ozf/in³",
"ucumCode" : "[ozf_av].[in_i]-3",
"uneceCommonCode" : "L39",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Imperial Ounce Force per Cubic Inch", {
"@language" : "en",
"@value" : "Imperial Ounce Force per Cubic Inch"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_M
URI: http://qudt.org/vocab/unit/OZ_M
An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/OZ_M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.028349523125 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.8349523125E-2 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/OZ> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "oz" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "ONZ" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ounce Mass" ; rdfs:label "Ounce Mass"@en ; .
{"resource":"Ounce Mass"
,"qname":"unit:OZ_M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_M"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.028349523125"
,"conversion multiplier scientific":"2.8349523125E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"An ounce of mass is 1\/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg."
,"exact match":"unit:OZ"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Mass"
,"label":"Ounce Mass"
,"scalingOf":"unit:KiloGM"
,"symbol":"oz"
,"type":"qudt:Unit"
,"ucum code":"[oz_av]"
,"unece common code":"ONZ"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "An ounce of mass is 1/16th of a pound of mass, based on the international standard definition of the pound as exactly 0.45359237 kg.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.028349523125",
"conversionMultiplier:SN" : 0.028349523125,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"exactMatch" : "http://qudt.org/vocab/unit/OZ",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "oz",
"ucumCode" : "[oz_av]",
"uneceCommonCode" : "ONZ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Mass", {
"@language" : "en",
"@value" : "Ounce Mass"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_TROY
URI: http://qudt.org/vocab/unit/OZ_TROY
An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_TROY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0311034768 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.11034768E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB082" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB082"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "oz{Troy}" ;
<http://qudt.org/schema/qudt/ucumCode> "[oz_tr]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "APZ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1323615> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ounce Troy" ;
rdfs:label "Ounce Troy"@en ;
.
{"resource":"Ounce Troy"
,"qname":"unit:OZ_TROY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_TROY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1323615>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0311034768"
,"conversion multiplier scientific":"3.11034768E-2"
,"defined unit of system":"sou:USCS"
,"description":"An obsolete unit of mass; the Troy Ounce is 1\/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB082"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB082"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ounce Troy"
,"label":"Ounce Troy"
,"scalingOf":"unit:KiloGM"
,"symbol":"oz{Troy}"
,"type":"qudt:Unit"
,"ucum code":"[oz_tr]"
,"unece common code":"APZ"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_TROY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "An obsolete unit of mass; the Troy Ounce is 1/12th of a Troy Pound. Based on the international definition of a Troy Pound as 5760 grains, the Troy Ounce is exactly 480 grains, or 0.0311034768 kg.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0311034768",
"conversionMultiplier:SN" : 0.0311034768,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB082",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB082",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "oz{Troy}",
"ucumCode" : "[oz_tr]",
"uneceCommonCode" : "APZ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1323615",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ounce Troy", {
"@language" : "en",
"@value" : "Ounce Troy"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_VOL_UK
URI: http://qudt.org/vocab/unit/OZ_VOL_UK
$\textit{Imperial Ounce}$ is an Imperial unit for 'Liquid Volume' expressed as $oz$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_VOL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Imperial Ounce}$ is an Imperial unit for 'Liquid Volume' expressed as $oz$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000284130625 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.84130625E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA431" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA431"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume for fluids according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "oz{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[foz_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "OZI" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q69878540> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Fluid Ounce (UK)" ;
rdfs:label "Fluid Ounce (UK)"@en ;
.
{"resource":"Fluid Ounce (UK)"
,"qname":"unit:OZ_VOL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_VOL_UK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q69878540>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0000284130625"
,"conversion multiplier scientific":"2.84130625E-5"
,"description":"$\\textit{Imperial Ounce}$ is an Imperial unit for 'Liquid Volume' expressed as $oz$."
,"description (plain text)":"unit of the volume for fluids according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA431"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA431"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Fluid Ounce (UK)"
,"label":"Fluid Ounce (UK)"
,"scalingOf":"unit:M3"
,"symbol":"oz{UK}"
,"type":"qudt:Unit"
,"ucum code":"[foz_br]"
,"unece common code":"OZI"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_VOL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Imperial Ounce}$ is an Imperial unit for 'Liquid Volume' expressed as $oz$.",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0000284130625",
"conversionMultiplier:SN" : 2.84130625E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA431",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA431",
"plainTextDescription" : "unit of the volume for fluids according to the Imperial system of units",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "oz{UK}",
"ucumCode" : "[foz_br]",
"uneceCommonCode" : "OZI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q69878540",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Fluid Ounce (UK)", {
"@language" : "en",
"@value" : "Fluid Ounce (UK)"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_VOL_UK-PER-DAY
URI: http://qudt.org/vocab/unit/OZ_VOL_UK-PER-DAY
unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_VOL_UK-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000003288548900462962962962962962962962 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.288548900462962962962962962962962E-10 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA432" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA432"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "oz{UK}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[foz_br].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J95" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Fluid Ounce (UK) per Day" ;
rdfs:label "Fluid Ounce (UK) per Day"@en ;
.
{"resource":"Fluid Ounce (UK) per Day"
,"qname":"unit:OZ_VOL_UK-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_VOL_UK-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0000000003288548900462962962962962962962962"
,"conversion multiplier scientific":"3.288548900462962962962962962962962E-10"
,"description":"unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day"
,"description (plain text)":"unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA432"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA432"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Fluid Ounce (UK) per Day"
,"label":"Fluid Ounce (UK) per Day"
,"symbol":"oz{UK}\/d"
,"type":"qudt:Unit"
,"ucum code":"[foz_br].d-1"
,"unece common code":"J95"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_VOL_UK-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0000000003288548900462962962962962962962962",
"conversionMultiplier:SN" : 3.288548900462963E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA432",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA432",
"plainTextDescription" : "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time day",
"symbol" : "oz{UK}/d",
"ucumCode" : "[foz_br].d-1",
"uneceCommonCode" : "J95",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Fluid Ounce (UK) per Day"
}, "Fluid Ounce (UK) per Day" ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_VOL_UK-PER-HR
URI: http://qudt.org/vocab/unit/OZ_VOL_UK-PER-HR
unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_VOL_UK-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000007892517361111111111111111111111112 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.892517361111111111111111111111112E-9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA433" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA433"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "oz{UK}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[foz_br].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J96" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Fluid Ounce (UK) per Hour" ;
rdfs:label "Fluid Ounce (UK) per Hour"@en ;
.
{"resource":"Fluid Ounce (UK) per Hour"
,"qname":"unit:OZ_VOL_UK-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_VOL_UK-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.000000007892517361111111111111111111111112"
,"conversion multiplier scientific":"7.892517361111111111111111111111112E-9"
,"description":"unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA433"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA433"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Fluid Ounce (UK) per Hour"
,"label":"Fluid Ounce (UK) per Hour"
,"symbol":"oz{UK}\/h"
,"type":"qudt:Unit"
,"ucum code":"[foz_br].h-1"
,"unece common code":"J96"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_VOL_UK-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.000000007892517361111111111111111111111112",
"conversionMultiplier:SN" : 7.892517361111111E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA433",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA433",
"plainTextDescription" : "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time hour",
"symbol" : "oz{UK}/h",
"ucumCode" : "[foz_br].h-1",
"uneceCommonCode" : "J96",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Fluid Ounce (UK) per Hour"
}, "Fluid Ounce (UK) per Hour" ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_VOL_UK-PER-MIN
URI: http://qudt.org/vocab/unit/OZ_VOL_UK-PER-MIN
unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_VOL_UK-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000004735510416666666666666666666666668 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.735510416666666666666666666666668E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA434" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA434"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "oz{UK}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[foz_br].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J97" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Fluid Ounce (UK) per Minute" ;
rdfs:label "Fluid Ounce (UK) per Minute"@en ;
.
{"resource":"Fluid Ounce (UK) per Minute"
,"qname":"unit:OZ_VOL_UK-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_VOL_UK-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0000004735510416666666666666666666666668"
,"conversion multiplier scientific":"4.735510416666666666666666666666668E-7"
,"description":"unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA434"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA434"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Fluid Ounce (UK) per Minute"
,"label":"Fluid Ounce (UK) per Minute"
,"symbol":"oz{UK}\/min"
,"type":"qudt:Unit"
,"ucum code":"[foz_br].min-1"
,"unece common code":"J97"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_VOL_UK-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0000004735510416666666666666666666666668",
"conversionMultiplier:SN" : 4.7355104166666667E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA434",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA434",
"plainTextDescription" : "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the unit for time minute",
"symbol" : "oz{UK}/min",
"ucumCode" : "[foz_br].min-1",
"uneceCommonCode" : "J97",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Fluid Ounce (UK) per Minute", {
"@language" : "en",
"@value" : "Fluid Ounce (UK) per Minute"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_VOL_UK-PER-SEC
URI: http://qudt.org/vocab/unit/OZ_VOL_UK-PER-SEC
unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_VOL_UK-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000284130625 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.84130625E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA435" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA435"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "oz{UK}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[foz_br].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J98" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Fluid Ounce (UK) per Second" ;
rdfs:label "Fluid Ounce (UK) per Second"@en ;
.
{"resource":"Fluid Ounce (UK) per Second"
,"qname":"unit:OZ_VOL_UK-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_VOL_UK-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0000284130625"
,"conversion multiplier scientific":"2.84130625E-5"
,"description":"unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA435"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA435"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Fluid Ounce (UK) per Second"
,"label":"Fluid Ounce (UK) per Second"
,"symbol":"oz{UK}\/s"
,"type":"qudt:Unit"
,"ucum code":"[foz_br].s-1"
,"unece common code":"J98"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_VOL_UK-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0000284130625",
"conversionMultiplier:SN" : 2.84130625E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA435",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA435",
"plainTextDescription" : "unit of the volume fluid ounce (UK) for fluids according to the Imperial system of units divided by the SI base unit second",
"symbol" : "oz{UK}/s",
"ucumCode" : "[foz_br].s-1",
"uneceCommonCode" : "J98",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Fluid Ounce (UK) per Second", {
"@language" : "en",
"@value" : "Fluid Ounce (UK) per Second"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_VOL_US
URI: http://qudt.org/vocab/unit/OZ_VOL_US
"US Liquid Ounce" is a unit for 'Liquid Volume' expressed as $oz$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_VOL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"US Liquid Ounce\" is a unit for 'Liquid Volume' expressed as $oz$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000295735296 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.95735296E-5 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA916" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA916"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "fl oz{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[foz_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "fl oz" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "OZA" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q32750759> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Ounce" ;
rdfs:label "Us Liquid Ounce"@en ;
.
{"resource":"Us Liquid Ounce"
,"qname":"unit:OZ_VOL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_VOL_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q32750759>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000295735296"
,"conversion multiplier scientific":"2.95735296E-5"
,"defined unit of system":"sou:USCS"
,"description":"\"US Liquid Ounce\" is a unit for 'Liquid Volume' expressed as $oz$."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA916"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA916"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Ounce"
,"label":"Us Liquid Ounce"
,"scalingOf":"unit:M3"
,"symbol":"fl oz{US}"
,"type":"qudt:Unit"
,"ucum code":"[foz_us]"
,"udunits code":"fl oz"
,"unece common code":"OZA"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_VOL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"US Liquid Ounce\" is a unit for 'Liquid Volume' expressed as $oz$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0000295735296",
"conversionMultiplier:SN" : 2.95735296E-5,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"iec61360Code" : "0112/2///62720#UAA916",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA916",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "fl oz{US}",
"ucumCode" : "[foz_us]",
"udunitsCode" : "fl oz",
"uneceCommonCode" : "OZA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q32750759",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Ounce", {
"@language" : "en",
"@value" : "Us Liquid Ounce"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_VOL_US-PER-DAY
URI: http://qudt.org/vocab/unit/OZ_VOL_US-PER-DAY
unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_VOL_US-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000003422862222222222222222222222222221 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.422862222222222222222222222222221E-10 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA436" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA436"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "fl oz{US}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[foz_us].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "J99" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Ounce per Day" ;
rdfs:label "Us Liquid Ounce per Day"@en ;
.
{"resource":"Us Liquid Ounce per Day"
,"qname":"unit:OZ_VOL_US-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_VOL_US-PER-DAY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0000000003422862222222222222222222222222221"
,"conversion multiplier scientific":"3.422862222222222222222222222222221E-10"
,"description":"unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day"
,"description (plain text)":"unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA436"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA436"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Ounce per Day"
,"label":"Us Liquid Ounce per Day"
,"symbol":"fl oz{US}\/d"
,"type":"qudt:Unit"
,"ucum code":"[foz_us].d-1"
,"unece common code":"J99"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_VOL_US-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0000000003422862222222222222222222222222221",
"conversionMultiplier:SN" : 3.4228622222222224E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA436",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA436",
"plainTextDescription" : "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by unit for time day",
"symbol" : "fl oz{US}/d",
"ucumCode" : "[foz_us].d-1",
"uneceCommonCode" : "J99",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Ounce per Day", {
"@language" : "en",
"@value" : "Us Liquid Ounce per Day"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_VOL_US-PER-HR
URI: http://qudt.org/vocab/unit/OZ_VOL_US-PER-HR
unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_VOL_US-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000008214869333333333333333333333333334 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.214869333333333333333333333333334E-9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA437" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA437"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "fl oz{US}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[foz_us].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K10" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Ounce per Hour" ;
rdfs:label "Us Liquid Ounce per Hour"@en ;
.
{"resource":"Us Liquid Ounce per Hour"
,"qname":"unit:OZ_VOL_US-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_VOL_US-PER-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.000000008214869333333333333333333333333334"
,"conversion multiplier scientific":"8.214869333333333333333333333333334E-9"
,"description":"unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA437"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA437"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Ounce per Hour"
,"label":"Us Liquid Ounce per Hour"
,"symbol":"fl oz{US}\/h"
,"type":"qudt:Unit"
,"ucum code":"[foz_us].h-1"
,"unece common code":"K10"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_VOL_US-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000000008214869333333333333333333333333334",
"conversionMultiplier:SN" : 8.214869333333333E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA437",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA437",
"plainTextDescription" : "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time hour",
"symbol" : "fl oz{US}/h",
"ucumCode" : "[foz_us].h-1",
"uneceCommonCode" : "K10",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Ounce per Hour", {
"@language" : "en",
"@value" : "Us Liquid Ounce per Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_VOL_US-PER-MIN
URI: http://qudt.org/vocab/unit/OZ_VOL_US-PER-MIN
unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_VOL_US-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000004928921600000000000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.928921600000000000000000000000001E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA438" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA438"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "fl oz{US}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[foz_us].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K11" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Ounce per Minute" ;
rdfs:label "Us Liquid Ounce per Minute"@en ;
.
{"resource":"Us Liquid Ounce per Minute"
,"qname":"unit:OZ_VOL_US-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_VOL_US-PER-MIN"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0000004928921600000000000000000000000001"
,"conversion multiplier scientific":"4.928921600000000000000000000000001E-7"
,"description":"unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA438"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA438"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Ounce per Minute"
,"label":"Us Liquid Ounce per Minute"
,"symbol":"fl oz{US}\/min"
,"type":"qudt:Unit"
,"ucum code":"[foz_us].min-1"
,"unece common code":"K11"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_VOL_US-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0000004928921600000000000000000000000001",
"conversionMultiplier:SN" : 4.9289216E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA438",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA438",
"plainTextDescription" : "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the unit for time minute",
"symbol" : "fl oz{US}/min",
"ucumCode" : "[foz_us].min-1",
"uneceCommonCode" : "K11",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Ounce per Minute", {
"@language" : "en",
"@value" : "Us Liquid Ounce per Minute"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:OZ_VOL_US-PER-SEC
URI: http://qudt.org/vocab/unit/OZ_VOL_US-PER-SEC
unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/OZ_VOL_US-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000295735296 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.95735296E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA439" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA439"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "fl oz{US}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[foz_us].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K12" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Ounce per Second" ;
rdfs:label "Us Liquid Ounce per Second"@en ;
.
{"resource":"Us Liquid Ounce per Second"
,"qname":"unit:OZ_VOL_US-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/OZ_VOL_US-PER-SEC"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0000295735296"
,"conversion multiplier scientific":"2.95735296E-5"
,"description":"unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA439"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA439"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Ounce per Second"
,"label":"Us Liquid Ounce per Second"
,"symbol":"fl oz{US}\/s"
,"type":"qudt:Unit"
,"ucum code":"[foz_us].s-1"
,"unece common code":"K12"
]}
{
"@id" : "http://qudt.org/vocab/unit/OZ_VOL_US-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0000295735296",
"conversionMultiplier:SN" : 2.95735296E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA439",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA439",
"plainTextDescription" : "unit of the volume fluid ounce (US) for fluids according to the Anglo-American system of units divided by the SI base unit second",
"symbol" : "fl oz{US}/s",
"ucumCode" : "[foz_us].s-1",
"uneceCommonCode" : "K12",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Ounce per Second", {
"@language" : "en",
"@value" : "Us Liquid Ounce per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA
URI: http://qudt.org/vocab/unit/PA
The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one "kilogram per meter per second per second." The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/N-PER-M2> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BulkModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Fugacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-PER-N> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA258" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA258"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/pascal> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/pascal> ; <http://qudt.org/schema/qudt/siUnitsExpression> "N/m^2" ; <http://qudt.org/schema/qudt/symbol> "Pa" ; <http://qudt.org/schema/qudt/ucumCode> "Pa"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "Pa" ; <http://qudt.org/schema/qudt/uneceCommonCode> "PAL" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q44395> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal" ; rdfs:label "Pascal"@cs ; rdfs:label "Pascal"@de ; rdfs:label "Pascal"@en ; rdfs:label "Pascal"@es ; rdfs:label "Pascal"@fr ; rdfs:label "Pascal"@hu ; rdfs:label "Pascal"@it ; rdfs:label "Pascal"@ms ; rdfs:label "Pascal"@pt ; rdfs:label "Pascal"@ro ; rdfs:label "Pascal"@sl ; rdfs:label "Pascal"@tr ; rdfs:label "Pascalium"@la ; rdfs:label "Paskal"@pl ; rdfs:label "Πασκάλ"@el ; rdfs:label "Паскал"@bg ; rdfs:label "Паскаль"@ru ; rdfs:label "פסקל"@he ; rdfs:label "باسكال"@ar ; rdfs:label "پاسگال"@fa ; rdfs:label "पास्कल"@hi ; rdfs:label "パスカル"@ja ; rdfs:label "帕斯卡"@zh ; .
{"resource":"Pascal"
,"qname":"unit:PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA"
,"properties":["Individual from SI Reference Point":"si-unit:pascal"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q44395>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pascal"
,"description":"The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude."
,"exact match":"unit:KiloGM-PER-M-SEC2"
,"exact match":"unit:N-PER-M2"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:BulkModulus"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:Fugacity"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"has reciprocal unit":"unit:M2-PER-N"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA258"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pascal?oldid=492989202"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA258"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascal"
,"label":"Pascalium"
,"label":"Paskal"
,"label":"Πασκάλ"
,"label":"Паскал"
,"label":"Паскаль"
,"label":"פסקל"
,"label":"باسكال"
,"label":"پاسگال"
,"label":"पास्कल"
,"label":"パスカル"
,"label":"帕斯卡"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/pascal>"
,"si units expression":"N\/m^2"
,"symbol":"Pa"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Pa"
,"udunits code":"Pa"
,"unece common code":"PAL"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of pressure. The pascal is the standard pressure unit in the MKS metric system, equal to one newton per square meter or one \"kilogram per meter per second per second.\" The unit is named for Blaise Pascal (1623-1662), French philosopher and mathematician, who was the first person to use a barometer to measure differences in altitude.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Pascal",
"exactMatch" : [ "http://qudt.org/vocab/unit/N-PER-M2", "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/BulkModulus", "http://qudt.org/vocab/quantitykind/ShearModulus", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity", "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/Fugacity", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-PER-N",
"iec61360Code" : "0112/2///62720#UAA258",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Pascal?oldid=492989202", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA258" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/pascal",
"siExactMatch" : "https://si-digital-framework.org/SI/units/pascal",
"siUnitsExpression" : "N/m^2",
"symbol" : "Pa",
"ucumCode" : "Pa",
"udunitsCode" : "Pa",
"uneceCommonCode" : "PAL",
"wikidataMatch" : "http://www.wikidata.org/entity/Q44395",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Πασκάλ"
}, {
"@language" : "tr",
"@value" : "Pascal"
}, {
"@language" : "sl",
"@value" : "Pascal"
}, {
"@language" : "ro",
"@value" : "Pascal"
}, {
"@language" : "pt",
"@value" : "Pascal"
}, {
"@language" : "ms",
"@value" : "Pascal"
}, {
"@language" : "it",
"@value" : "Pascal"
}, {
"@language" : "hu",
"@value" : "Pascal"
}, "Pascal", {
"@language" : "cs",
"@value" : "Pascal"
}, {
"@language" : "de",
"@value" : "Pascal"
}, {
"@language" : "en",
"@value" : "Pascal"
}, {
"@language" : "es",
"@value" : "Pascal"
}, {
"@language" : "fr",
"@value" : "Pascal"
}, {
"@language" : "ru",
"@value" : "Паскаль"
}, {
"@language" : "fa",
"@value" : "پاسگال"
}, {
"@language" : "hi",
"@value" : "पास्कल"
}, {
"@language" : "zh",
"@value" : "帕斯卡"
}, {
"@language" : "la",
"@value" : "Pascalium"
}, {
"@language" : "he",
"@value" : "פסקל"
}, {
"@language" : "bg",
"@value" : "Паскал"
}, {
"@language" : "pl",
"@value" : "Paskal"
}, {
"@language" : "ja",
"@value" : "パスカル"
}, {
"@language" : "ar",
"@value" : "باسكال"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-L-PER-SEC
URI: http://qudt.org/vocab/unit/PA-L-PER-SEC
product out of the SI derived unit pascal and the unit litre divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-L-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA261" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA261"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "Pa·L/s" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.L.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F99" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Liter per Second"@en-US ; rdfs:label "Pascal Litre per Second" ; rdfs:label "Pascal Litre per Second"@en ; .
{"resource":"Pascal Litre per Second"
,"qname":"unit:PA-L-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-L-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"product out of the SI derived unit pascal and the unit litre divided by the SI base unit second"
,"description (plain text)":"product out of the SI derived unit pascal and the unit litre divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA261"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA261"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Liter per Second"
,"label":"Pascal Litre per Second"
,"label":"Pascal Litre per Second"
,"symbol":"Pa·L\/s"
,"type":"qudt:Unit"
,"ucum code":"Pa.L.s-1"
,"unece common code":"F99"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-L-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA261",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA261",
"plainTextDescription" : "product out of the SI derived unit pascal and the unit litre divided by the SI base unit second",
"symbol" : "Pa·L/s",
"ucumCode" : "Pa.L.s-1",
"uneceCommonCode" : "F99",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pascal Litre per Second", {
"@language" : "en",
"@value" : "Pascal Litre per Second"
}, {
"@language" : "en-us",
"@value" : "Pascal Liter per Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-M
URI: http://qudt.org/vocab/unit/PA-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "Pa·m" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Meter"@de ; rdfs:label "Pascal Meter"@en-US ; rdfs:label "Pascal Meter"@ms ; rdfs:label "Pascal Meter"@sl ; rdfs:label "Pascal Metr"@cs ; rdfs:label "Pascal Metre" ; rdfs:label "Pascal Metre"@en ; rdfs:label "Pascal Metre"@tr ; rdfs:label "Pascal Metro"@es ; rdfs:label "Pascal Metro"@it ; rdfs:label "Pascal Metro"@pt ; rdfs:label "Pascal Metru"@ro ; rdfs:label "Pascal Mètre"@fr ; rdfs:label "Pascalium Metrum"@la ; rdfs:label "Paskal Metr"@pl ; rdfs:label "Πασκάλ Μέτρο"@el ; rdfs:label "Паскал Метър"@bg ; rdfs:label "Паскаль Метр"@ru ; .
{"resource":"Pascal Metre"
,"qname":"unit:PA-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Meter"
,"label":"Pascal Meter"
,"label":"Pascal Meter"
,"label":"Pascal Meter"
,"label":"Pascal Metr"
,"label":"Pascal Metre"
,"label":"Pascal Metre"
,"label":"Pascal Metre"
,"label":"Pascal Metro"
,"label":"Pascal Metro"
,"label":"Pascal Metro"
,"label":"Pascal Metru"
,"label":"Pascal Mètre"
,"label":"Pascalium Metrum"
,"label":"Paskal Metr"
,"label":"Πασκάλ Μέτρο"
,"label":"Паскал Метър"
,"label":"Паскаль Метр"
,"symbol":"Pa·m"
,"type":"qudt:Unit"
,"ucum code":"Pa.m"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "Pa·m",
"ucumCode" : "Pa.m",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Paskal Metr"
}, {
"@language" : "el",
"@value" : "Πασκάλ Μέτρο"
}, {
"@language" : "de",
"@value" : "Pascal Meter"
}, {
"@language" : "cs",
"@value" : "Pascal Metr"
}, {
"@language" : "en-us",
"@value" : "Pascal Meter"
}, {
"@language" : "ms",
"@value" : "Pascal Meter"
}, {
"@language" : "sl",
"@value" : "Pascal Meter"
}, {
"@language" : "la",
"@value" : "Pascalium Metrum"
}, {
"@language" : "es",
"@value" : "Pascal Metro"
}, {
"@language" : "it",
"@value" : "Pascal Metro"
}, {
"@language" : "pt",
"@value" : "Pascal Metro"
}, {
"@language" : "ru",
"@value" : "Паскаль Метр"
}, {
"@language" : "ro",
"@value" : "Pascal Metru"
}, {
"@language" : "bg",
"@value" : "Паскал Метър"
}, {
"@language" : "fr",
"@value" : "Pascal Mètre"
}, "Pascal Metre", {
"@language" : "en",
"@value" : "Pascal Metre"
}, {
"@language" : "tr",
"@value" : "Pascal Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-M-PER-SEC
URI: http://qudt.org/vocab/unit/PA-M-PER-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-M-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "Pa·m/s" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.m.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Meter na Sekunda"@sl ; rdfs:label "Pascal Meter per Saat"@ms ; rdfs:label "Pascal Meter per Second"@en-US ; rdfs:label "Pascal Meter pro Sekunde"@de ; rdfs:label "Pascal Metr na Sekunda"@cs ; rdfs:label "Pascal Metre per Saniye"@tr ; rdfs:label "Pascal Metre per Second" ; rdfs:label "Pascal Metre per Second"@en ; rdfs:label "Pascal Metro per Secondo"@it ; rdfs:label "Pascal Metro por Segundo"@es ; rdfs:label "Pascal Metro por Segundo"@pt ; rdfs:label "Pascal Metru pe Secundă"@ro ; rdfs:label "Pascal Mètre par Seconde"@fr ; rdfs:label "Pascalium Metrum per Secundum"@la ; rdfs:label "Paskal Metr na Sekunda"@pl ; rdfs:label "Πασκάλ Μέτρο ανά Δευτερόλεπτο"@el ; rdfs:label "Паскал Метър на Секунда"@bg ; rdfs:label "Паскаль Метр на Секунда"@ru ; .
{"resource":"Pascal Metre per Second"
,"qname":"unit:PA-M-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-M-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Meter na Sekunda"
,"label":"Pascal Meter per Saat"
,"label":"Pascal Meter per Second"
,"label":"Pascal Meter pro Sekunde"
,"label":"Pascal Metr na Sekunda"
,"label":"Pascal Metre per Saniye"
,"label":"Pascal Metre per Second"
,"label":"Pascal Metre per Second"
,"label":"Pascal Metro per Secondo"
,"label":"Pascal Metro por Segundo"
,"label":"Pascal Metro por Segundo"
,"label":"Pascal Metru pe Secundă"
,"label":"Pascal Mètre par Seconde"
,"label":"Pascalium Metrum per Secundum"
,"label":"Paskal Metr na Sekunda"
,"label":"Πασκάλ Μέτρο ανά Δευτερόλεπτο"
,"label":"Паскал Метър на Секунда"
,"label":"Паскаль Метр на Секунда"
,"symbol":"Pa·m\/s"
,"type":"qudt:Unit"
,"ucum code":"Pa.m.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-M-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "Pa·m/s",
"ucumCode" : "Pa.m.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Pascal Meter per Second"
}, {
"@language" : "pt",
"@value" : "Pascal Metro por Segundo"
}, {
"@language" : "es",
"@value" : "Pascal Metro por Segundo"
}, {
"@language" : "ru",
"@value" : "Паскаль Метр на Секунда"
}, {
"@language" : "el",
"@value" : "Πασκάλ Μέτρο ανά Δευτερόλεπτο"
}, {
"@language" : "ro",
"@value" : "Pascal Metru pe Secundă"
}, {
"@language" : "ms",
"@value" : "Pascal Meter per Saat"
}, {
"@language" : "cs",
"@value" : "Pascal Metr na Sekunda"
}, {
"@language" : "de",
"@value" : "Pascal Meter pro Sekunde"
}, {
"@language" : "it",
"@value" : "Pascal Metro per Secondo"
}, "Pascal Metre per Second", {
"@language" : "en",
"@value" : "Pascal Metre per Second"
}, {
"@language" : "pl",
"@value" : "Paskal Metr na Sekunda"
}, {
"@language" : "bg",
"@value" : "Паскал Метър на Секунда"
}, {
"@language" : "sl",
"@value" : "Pascal Meter na Sekunda"
}, {
"@language" : "tr",
"@value" : "Pascal Metre per Saniye"
}, {
"@language" : "fr",
"@value" : "Pascal Mètre par Seconde"
}, {
"@language" : "la",
"@value" : "Pascalium Metrum per Secundum"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-M-PER-SEC2
URI: http://qudt.org/vocab/unit/PA-M-PER-SEC2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-M-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "Pa·m/s²" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.m.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Meter na Kvadratni Sekunda"@sl ; rdfs:label "Pascal Meter per Saat Persegi"@ms ; rdfs:label "Pascal Meter per Square Second"@en-US ; rdfs:label "Pascal Meter pro Quadratsekunde"@de ; rdfs:label "Pascal Metr na Čtvereční Sekunda"@cs ; rdfs:label "Pascal Metre per Saniyekare"@tr ; rdfs:label "Pascal Metre per Square Second" ; rdfs:label "Pascal Metre per Square Second"@en ; rdfs:label "Pascal Metro per Secondo Quadrato"@it ; rdfs:label "Pascal Metro por Segundo Cuadrado"@es ; rdfs:label "Pascal Metro por Segundo Quadrado"@pt ; rdfs:label "Pascal Metru pe Secundă Pătrat"@ro ; rdfs:label "Pascal Mètre par Seconde Carré"@fr ; rdfs:label "Pascalium Metrum per Secundum Quadratum"@la ; rdfs:label "Paskal Metr na Sekunda Kwadratowy"@pl ; rdfs:label "Πασκάλ Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Паскал Метър на Квадратен Секунда"@bg ; rdfs:label "Паскаль Метр на Квадратный Секунда"@ru ; .
{"resource":"Pascal Metre per Square Second"
,"qname":"unit:PA-M-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-M-PER-SEC2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-4D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Meter na Kvadratni Sekunda"
,"label":"Pascal Meter per Saat Persegi"
,"label":"Pascal Meter per Square Second"
,"label":"Pascal Meter pro Quadratsekunde"
,"label":"Pascal Metr na Čtvereční Sekunda"
,"label":"Pascal Metre per Saniyekare"
,"label":"Pascal Metre per Square Second"
,"label":"Pascal Metre per Square Second"
,"label":"Pascal Metro per Secondo Quadrato"
,"label":"Pascal Metro por Segundo Cuadrado"
,"label":"Pascal Metro por Segundo Quadrado"
,"label":"Pascal Metru pe Secundă Pătrat"
,"label":"Pascal Mètre par Seconde Carré"
,"label":"Pascalium Metrum per Secundum Quadratum"
,"label":"Paskal Metr na Sekunda Kwadratowy"
,"label":"Πασκάλ Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"
,"label":"Паскал Метър на Квадратен Секунда"
,"label":"Паскаль Метр на Квадратный Секунда"
,"symbol":"Pa·m\/s²"
,"type":"qudt:Unit"
,"ucum code":"Pa.m.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-M-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-4D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "Pa·m/s²",
"ucumCode" : "Pa.m.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pt",
"@value" : "Pascal Metro por Segundo Quadrado"
}, {
"@language" : "bg",
"@value" : "Паскал Метър на Квадратен Секунда"
}, {
"@language" : "cs",
"@value" : "Pascal Metr na Čtvereční Sekunda"
}, {
"@language" : "it",
"@value" : "Pascal Metro per Secondo Quadrato"
}, {
"@language" : "sl",
"@value" : "Pascal Meter na Kvadratni Sekunda"
}, {
"@language" : "fr",
"@value" : "Pascal Mètre par Seconde Carré"
}, {
"@language" : "de",
"@value" : "Pascal Meter pro Quadratsekunde"
}, {
"@language" : "ro",
"@value" : "Pascal Metru pe Secundă Pătrat"
}, {
"@language" : "la",
"@value" : "Pascalium Metrum per Secundum Quadratum"
}, {
"@language" : "es",
"@value" : "Pascal Metro por Segundo Cuadrado"
}, {
"@language" : "pl",
"@value" : "Paskal Metr na Sekunda Kwadratowy"
}, {
"@language" : "ru",
"@value" : "Паскаль Метр на Квадратный Секунда"
}, {
"@language" : "tr",
"@value" : "Pascal Metre per Saniyekare"
}, "Pascal Metre per Square Second", {
"@language" : "en",
"@value" : "Pascal Metre per Square Second"
}, {
"@language" : "en-us",
"@value" : "Pascal Meter per Square Second"
}, {
"@language" : "el",
"@value" : "Πασκάλ Μέτρο ανά Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "ms",
"@value" : "Pascal Meter per Saat Persegi"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-M0dot5
URI: http://qudt.org/vocab/unit/PA-M0dot5
A metric unit for stress intensity factor and fracture toughness.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-M0dot5> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A metric unit for stress intensity factor and fracture toughness."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StressIntensityFactor> ; <http://qudt.org/schema/qudt/plainTextDescription> "A metric unit for stress intensity factor and fracture toughness." ; <http://qudt.org/schema/qudt/symbol> "Pa√m" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Quintic Placeholder" ; rdfs:label "Pascal Quintic Placeholder"@en ; rdfs:label "Pascal Square Root Meter"@en-US ; .
{"resource":"Pascal Quintic Placeholder"
,"qname":"unit:PA-M0dot5"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-M0dot5"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"A metric unit for stress intensity factor and fracture toughness."
,"description (plain text)":"A metric unit for stress intensity factor and fracture toughness."
,"has dimension vector":"qkdv:A0E0L-0dot5I0M1H0T-2D0"
,"has quantity kind":"quantitykind:StressIntensityFactor"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Quintic Placeholder"
,"label":"Pascal Quintic Placeholder"
,"label":"Pascal Square Root Meter"
,"symbol":"Pa√m"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-M0dot5",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "A metric unit for stress intensity factor and fracture toughness.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-0dot5I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/StressIntensityFactor",
"plainTextDescription" : "A metric unit for stress intensity factor and fracture toughness.",
"symbol" : "Pa√m",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Pascal Square Root Meter"
}, "Pascal Quintic Placeholder", {
"@language" : "en",
"@value" : "Pascal Quintic Placeholder"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-M2-PER-KiloGM
URI: http://qudt.org/vocab/unit/PA-M2-PER-KiloGM
unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-M2-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BurstFactor> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB462" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB462"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Pa·m²/kg" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.m2.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P79" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Kvadratni Meter na Kilogram"@sl ; rdfs:label "Pascal Meter Persegi per Kilogram"@ms ; rdfs:label "Pascal Metrekare per Kilogram"@tr ; rdfs:label "Pascal Metro Cuadrado por Kilogramo"@es ; rdfs:label "Pascal Metro Quadrado por Quilograma"@pt ; rdfs:label "Pascal Metro Quadrato per Chilogrammo"@it ; rdfs:label "Pascal Metru Pătrat pe Kilogram"@ro ; rdfs:label "Pascal Mètre Carré par Kilogramme"@fr ; rdfs:label "Pascal Quadratmeter pro Kilogramm"@de ; rdfs:label "Pascal Square Meter per Kilogram"@en-US ; rdfs:label "Pascal Square Metre per Kilogram" ; rdfs:label "Pascal Square Metre per Kilogram"@en ; rdfs:label "Pascal Čtvereční Metr na Kilogram"@cs ; rdfs:label "Pascalium Metrum Quadratum per Chiliogramma"@la ; rdfs:label "Paskal Metr Kwadratowy na Kilogram"@pl ; rdfs:label "Πασκάλ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"@el ; rdfs:label "Паскал Квадратен Метър на Килограм"@bg ; rdfs:label "Паскаль Квадратный Метр на Килограмм"@ru ; .
{"resource":"Pascal Square Metre per Kilogram"
,"qname":"unit:PA-M2-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-M2-PER-KiloGM"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:BurstFactor"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB462"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB462"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Kvadratni Meter na Kilogram"
,"label":"Pascal Meter Persegi per Kilogram"
,"label":"Pascal Metrekare per Kilogram"
,"label":"Pascal Metro Cuadrado por Kilogramo"
,"label":"Pascal Metro Quadrado por Quilograma"
,"label":"Pascal Metro Quadrato per Chilogrammo"
,"label":"Pascal Metru Pătrat pe Kilogram"
,"label":"Pascal Mètre Carré par Kilogramme"
,"label":"Pascal Quadratmeter pro Kilogramm"
,"label":"Pascal Square Meter per Kilogram"
,"label":"Pascal Square Metre per Kilogram"
,"label":"Pascal Square Metre per Kilogram"
,"label":"Pascal Čtvereční Metr na Kilogram"
,"label":"Pascalium Metrum Quadratum per Chiliogramma"
,"label":"Paskal Metr Kwadratowy na Kilogram"
,"label":"Πασκάλ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"
,"label":"Паскал Квадратен Метър на Килограм"
,"label":"Паскаль Квадратный Метр на Килограмм"
,"symbol":"Pa·m²\/kg"
,"type":"qudt:Unit"
,"ucum code":"Pa.m2.kg-1"
,"unece common code":"P79"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-M2-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the burst index as derived unit for pressure pascal related to the substance, represented as a quotient from the SI base unit kilogram divided by the power of the SI base unit metre by exponent 2",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/BurstFactor",
"iec61360Code" : "0112/2///62720#UAB462",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB462",
"symbol" : "Pa·m²/kg",
"ucumCode" : "Pa.m2.kg-1",
"uneceCommonCode" : "P79",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Pascal Square Meter per Kilogram"
}, "Pascal Square Metre per Kilogram", {
"@language" : "en",
"@value" : "Pascal Square Metre per Kilogram"
}, {
"@language" : "tr",
"@value" : "Pascal Metrekare per Kilogram"
}, {
"@language" : "ms",
"@value" : "Pascal Meter Persegi per Kilogram"
}, {
"@language" : "fr",
"@value" : "Pascal Mètre Carré par Kilogramme"
}, {
"@language" : "la",
"@value" : "Pascalium Metrum Quadratum per Chiliogramma"
}, {
"@language" : "sl",
"@value" : "Pascal Kvadratni Meter na Kilogram"
}, {
"@language" : "de",
"@value" : "Pascal Quadratmeter pro Kilogramm"
}, {
"@language" : "pt",
"@value" : "Pascal Metro Quadrado por Quilograma"
}, {
"@language" : "pl",
"@value" : "Paskal Metr Kwadratowy na Kilogram"
}, {
"@language" : "ro",
"@value" : "Pascal Metru Pătrat pe Kilogram"
}, {
"@language" : "es",
"@value" : "Pascal Metro Cuadrado por Kilogramo"
}, {
"@language" : "ru",
"@value" : "Паскаль Квадратный Метр на Килограмм"
}, {
"@language" : "cs",
"@value" : "Pascal Čtvereční Metr na Kilogram"
}, {
"@language" : "el",
"@value" : "Πασκάλ Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"
}, {
"@language" : "it",
"@value" : "Pascal Metro Quadrato per Chilogrammo"
}, {
"@language" : "bg",
"@value" : "Паскал Квадратен Метър на Килограм"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-M3-PER-SEC
URI: http://qudt.org/vocab/unit/PA-M3-PER-SEC
product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-M3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA264" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA264"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "Pa·m³/s" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.m3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G01" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Cubic Meter per Second"@en-US ; rdfs:label "Pascal Cubic Metre per Second" ; rdfs:label "Pascal Cubic Metre per Second"@en ; rdfs:label "Pascal Kubikmeter pro Sekunde"@de ; rdfs:label "Pascal Kubični Meter na Sekunda"@sl ; rdfs:label "Pascal Meter Kubik per Saat"@ms ; rdfs:label "Pascal Metr Krychlový na Sekunda"@cs ; rdfs:label "Pascal Metreküp per Saniye"@tr ; rdfs:label "Pascal Metro Cubo per Secondo"@it ; rdfs:label "Pascal Metro Cúbico por Segundo"@es ; rdfs:label "Pascal Metro Cúbico por Segundo"@pt ; rdfs:label "Pascal Metru Cub pe Secundă"@ro ; rdfs:label "Pascal Mètre Cube par Seconde"@fr ; rdfs:label "Pascalium Metrum Cubicum per Secundum"@la ; rdfs:label "Paskal Metr Sześcienny na Sekunda"@pl ; rdfs:label "Πασκάλ Κυβικό Μέτρο ανά Δευτερόλεπτο"@el ; rdfs:label "Паскал Кубичен Метър на Секунда"@bg ; rdfs:label "Паскаль Кубический Метр на Секунда"@ru ; .
{"resource":"Pascal Cubic Metre per Second"
,"qname":"unit:PA-M3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-M3-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"description (plain text)":"product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA264"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA264"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Cubic Meter per Second"
,"label":"Pascal Cubic Metre per Second"
,"label":"Pascal Cubic Metre per Second"
,"label":"Pascal Kubikmeter pro Sekunde"
,"label":"Pascal Kubični Meter na Sekunda"
,"label":"Pascal Meter Kubik per Saat"
,"label":"Pascal Metr Krychlový na Sekunda"
,"label":"Pascal Metreküp per Saniye"
,"label":"Pascal Metro Cubo per Secondo"
,"label":"Pascal Metro Cúbico por Segundo"
,"label":"Pascal Metro Cúbico por Segundo"
,"label":"Pascal Metru Cub pe Secundă"
,"label":"Pascal Mètre Cube par Seconde"
,"label":"Pascalium Metrum Cubicum per Secundum"
,"label":"Paskal Metr Sześcienny na Sekunda"
,"label":"Πασκάλ Κυβικό Μέτρο ανά Δευτερόλεπτο"
,"label":"Паскал Кубичен Метър на Секунда"
,"label":"Паскаль Кубический Метр на Секунда"
,"symbol":"Pa·m³\/s"
,"type":"qudt:Unit"
,"ucum code":"Pa.m3.s-1"
,"unece common code":"G01"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-M3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA264",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA264",
"plainTextDescription" : "product out of the SI derived unit pascal and the power of the SI base unit metre with the exponent 3 divided by the SI base unit second",
"symbol" : "Pa·m³/s",
"ucumCode" : "Pa.m3.s-1",
"uneceCommonCode" : "G01",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Pascal Metro Cubo per Secondo"
}, {
"@language" : "de",
"@value" : "Pascal Kubikmeter pro Sekunde"
}, {
"@language" : "en-us",
"@value" : "Pascal Cubic Meter per Second"
}, {
"@language" : "es",
"@value" : "Pascal Metro Cúbico por Segundo"
}, {
"@language" : "ru",
"@value" : "Паскаль Кубический Метр на Секунда"
}, {
"@language" : "pt",
"@value" : "Pascal Metro Cúbico por Segundo"
}, {
"@language" : "el",
"@value" : "Πασκάλ Κυβικό Μέτρο ανά Δευτερόλεπτο"
}, "Pascal Cubic Metre per Second", {
"@language" : "en",
"@value" : "Pascal Cubic Metre per Second"
}, {
"@language" : "ro",
"@value" : "Pascal Metru Cub pe Secundă"
}, {
"@language" : "bg",
"@value" : "Паскал Кубичен Метър на Секунда"
}, {
"@language" : "tr",
"@value" : "Pascal Metreküp per Saniye"
}, {
"@language" : "ms",
"@value" : "Pascal Meter Kubik per Saat"
}, {
"@language" : "fr",
"@value" : "Pascal Mètre Cube par Seconde"
}, {
"@language" : "sl",
"@value" : "Pascal Kubični Meter na Sekunda"
}, {
"@language" : "pl",
"@value" : "Paskal Metr Sześcienny na Sekunda"
}, {
"@language" : "la",
"@value" : "Pascalium Metrum Cubicum per Secundum"
}, {
"@language" : "cs",
"@value" : "Pascal Metr Krychlový na Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-PER-BAR
URI: http://qudt.org/vocab/unit/PA-PER-BAR
SI derived unit pascal divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit pascal divided by the unit bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA260" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA260"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit pascal divided by the unit bar" ; <http://qudt.org/schema/qudt/symbol> "Pa/bar" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F07" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal per Bar" ; rdfs:label "Pascal per Bar"@en ; .
{"resource":"Pascal per Bar"
,"qname":"unit:PA-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI derived unit pascal divided by the unit bar"
,"description (plain text)":"SI derived unit pascal divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:PressureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA260"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA260"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal per Bar"
,"label":"Pascal per Bar"
,"symbol":"Pa\/bar"
,"type":"qudt:Unit"
,"ucum code":"Pa.bar-1"
,"unece common code":"F07"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit pascal divided by the unit bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureRatio",
"iec61360Code" : "0112/2///62720#UAA260",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA260",
"plainTextDescription" : "SI derived unit pascal divided by the unit bar",
"symbol" : "Pa/bar",
"ucumCode" : "Pa.bar-1",
"uneceCommonCode" : "F07",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pascal per Bar", {
"@language" : "en",
"@value" : "Pascal per Bar"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-PER-HR
URI: http://qudt.org/vocab/unit/PA-PER-HR
A rate of change of pressure measured as the number of Pascals in a period of one hour.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of pressure measured as the number of Pascals in a period of one hour."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/expression> "$P / h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "Pa/h" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal per Hour" ; rdfs:label "Pascal per Hour"@en ; .
{"resource":"Pascal per Hour"
,"qname":"unit:PA-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"A rate of change of pressure measured as the number of Pascals in a period of one hour."
,"expression":"$P \/ h$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ForcePerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal per Hour"
,"label":"Pascal per Hour"
,"symbol":"Pa\/h"
,"type":"qudt:Unit"
,"ucum code":"Pa.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A rate of change of pressure measured as the number of Pascals in a period of one hour.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"expression" : "$P / h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerAreaTime",
"symbol" : "Pa/h",
"ucumCode" : "Pa.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pascal per Hour", {
"@language" : "en",
"@value" : "Pascal per Hour"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-PER-K
URI: http://qudt.org/vocab/unit/PA-PER-K
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$pascal-per-kelvin$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureCoefficient> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/K-PER-PA> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA259" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA259"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Pa/K" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C64" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79398638> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal na Kelvin"@cs ; rdfs:label "Pascal na Kelvin"@sl ; rdfs:label "Pascal par Kelvin"@fr ; rdfs:label "Pascal pe Kelvin"@ro ; rdfs:label "Pascal per Kelvin" ; rdfs:label "Pascal per Kelvin"@en ; rdfs:label "Pascal per Kelvin"@it ; rdfs:label "Pascal per Kelvin"@ms ; rdfs:label "Pascal per Kelvin"@tr ; rdfs:label "Pascal por Kelvin"@es ; rdfs:label "Pascal por Kelvin"@pt ; rdfs:label "Pascal pro Kelvin"@de ; rdfs:label "Pascalium per Kelvin"@la ; rdfs:label "Paskal na Kelwin"@pl ; rdfs:label "Πασκάλ ανά Κέλβιν"@el ; rdfs:label "Паскал на Келвин"@bg ; rdfs:label "Паскаль на Кельвин"@ru ; .
{"resource":"Pascal per Kelvin"
,"qname":"unit:PA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-PER-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79398638>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$pascal-per-kelvin$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-2D0"
,"has quantity kind":"quantitykind:PressureCoefficient"
,"has reciprocal unit":"unit:K-PER-PA"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA259"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA259"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal na Kelvin"
,"label":"Pascal na Kelvin"
,"label":"Pascal par Kelvin"
,"label":"Pascal pe Kelvin"
,"label":"Pascal per Kelvin"
,"label":"Pascal per Kelvin"
,"label":"Pascal per Kelvin"
,"label":"Pascal per Kelvin"
,"label":"Pascal per Kelvin"
,"label":"Pascal por Kelvin"
,"label":"Pascal por Kelvin"
,"label":"Pascal pro Kelvin"
,"label":"Pascalium per Kelvin"
,"label":"Paskal na Kelwin"
,"label":"Πασκάλ ανά Κέλβιν"
,"label":"Паскал на Келвин"
,"label":"Паскаль на Кельвин"
,"symbol":"Pa\/K"
,"type":"qudt:Unit"
,"ucum code":"Pa.K-1"
,"unece common code":"C64"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$pascal-per-kelvin$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureCoefficient",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/K-PER-PA",
"iec61360Code" : "0112/2///62720#UAA259",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA259",
"symbol" : "Pa/K",
"ucumCode" : "Pa.K-1",
"uneceCommonCode" : "C64",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79398638",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Paskal na Kelwin"
}, {
"@language" : "es",
"@value" : "Pascal por Kelvin"
}, {
"@language" : "pt",
"@value" : "Pascal por Kelvin"
}, "Pascal per Kelvin", {
"@language" : "en",
"@value" : "Pascal per Kelvin"
}, {
"@language" : "it",
"@value" : "Pascal per Kelvin"
}, {
"@language" : "ms",
"@value" : "Pascal per Kelvin"
}, {
"@language" : "tr",
"@value" : "Pascal per Kelvin"
}, {
"@language" : "fr",
"@value" : "Pascal par Kelvin"
}, {
"@language" : "ro",
"@value" : "Pascal pe Kelvin"
}, {
"@language" : "ru",
"@value" : "Паскаль на Кельвин"
}, {
"@language" : "bg",
"@value" : "Паскал на Келвин"
}, {
"@language" : "la",
"@value" : "Pascalium per Kelvin"
}, {
"@language" : "cs",
"@value" : "Pascal na Kelvin"
}, {
"@language" : "de",
"@value" : "Pascal pro Kelvin"
}, {
"@language" : "sl",
"@value" : "Pascal na Kelvin"
}, {
"@language" : "el",
"@value" : "Πασκάλ ανά Κέλβιν"
} ],
"@context" : {
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-PER-M
URI: http://qudt.org/vocab/unit/PA-PER-M
SI derived unit pascal divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit pascal divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralRadiantEnergyDensity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-PER-PA> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA262" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA262"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit pascal divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "Pa/m" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H42" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal na Meter"@sl ; rdfs:label "Pascal na Metr"@cs ; rdfs:label "Pascal par Mètre"@fr ; rdfs:label "Pascal pe Metru"@ro ; rdfs:label "Pascal per Meter"@en-US ; rdfs:label "Pascal per Meter"@ms ; rdfs:label "Pascal per Metre" ; rdfs:label "Pascal per Metre"@en ; rdfs:label "Pascal per Metre"@tr ; rdfs:label "Pascal per Metro"@it ; rdfs:label "Pascal por Metro"@es ; rdfs:label "Pascal por Metro"@pt ; rdfs:label "Pascal pro Meter"@de ; rdfs:label "Pascalium per Metrum"@la ; rdfs:label "Paskal na Metr"@pl ; rdfs:label "Πασκάλ ανά Μέτρο"@el ; rdfs:label "Паскал на Метър"@bg ; rdfs:label "Паскаль на Метр"@ru ; .
{"resource":"Pascal per Metre"
,"qname":"unit:PA-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-PER-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit pascal divided by the SI base unit metre"
,"description (plain text)":"SI derived unit pascal divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:SpectralRadiantEnergyDensity"
,"has reciprocal unit":"unit:M-PER-PA"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA262"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA262"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal na Meter"
,"label":"Pascal na Metr"
,"label":"Pascal par Mètre"
,"label":"Pascal pe Metru"
,"label":"Pascal per Meter"
,"label":"Pascal per Meter"
,"label":"Pascal per Metre"
,"label":"Pascal per Metre"
,"label":"Pascal per Metre"
,"label":"Pascal per Metro"
,"label":"Pascal por Metro"
,"label":"Pascal por Metro"
,"label":"Pascal pro Meter"
,"label":"Pascalium per Metrum"
,"label":"Paskal na Metr"
,"label":"Πασκάλ ανά Μέτρο"
,"label":"Паскал на Метър"
,"label":"Паскаль на Метр"
,"symbol":"Pa\/m"
,"type":"qudt:Unit"
,"ucum code":"Pa.m-1"
,"unece common code":"H42"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit pascal divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralRadiantEnergyDensity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M-PER-PA",
"iec61360Code" : "0112/2///62720#UAA262",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA262",
"plainTextDescription" : "SI derived unit pascal divided by the SI base unit metre",
"symbol" : "Pa/m",
"ucumCode" : "Pa.m-1",
"uneceCommonCode" : "H42",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Pascal per Meter"
}, {
"@language" : "sl",
"@value" : "Pascal na Meter"
}, {
"@language" : "ms",
"@value" : "Pascal per Meter"
}, {
"@language" : "ru",
"@value" : "Паскаль на Метр"
}, {
"@language" : "el",
"@value" : "Πασκάλ ανά Μέτρο"
}, {
"@language" : "fr",
"@value" : "Pascal par Mètre"
}, {
"@language" : "pl",
"@value" : "Paskal na Metr"
}, {
"@language" : "bg",
"@value" : "Паскал на Метър"
}, {
"@language" : "it",
"@value" : "Pascal per Metro"
}, {
"@language" : "cs",
"@value" : "Pascal na Metr"
}, {
"@language" : "es",
"@value" : "Pascal por Metro"
}, {
"@language" : "pt",
"@value" : "Pascal por Metro"
}, {
"@language" : "la",
"@value" : "Pascalium per Metrum"
}, "Pascal per Metre", {
"@language" : "en",
"@value" : "Pascal per Metre"
}, {
"@language" : "tr",
"@value" : "Pascal per Metre"
}, {
"@language" : "ro",
"@value" : "Pascal pe Metru"
}, {
"@language" : "de",
"@value" : "Pascal pro Meter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-PER-MIN
URI: http://qudt.org/vocab/unit/PA-PER-MIN
A rate of change of pressure measured as the number of Pascals in a period of one minute.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of pressure measured as the number of Pascals in a period of one minute."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/expression> "$P / min$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "Pa/min" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal per Minute" ; rdfs:label "Pascal per Minute"@en ; .
{"resource":"Pascal per Minute"
,"qname":"unit:PA-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"A rate of change of pressure measured as the number of Pascals in a period of one minute."
,"expression":"$P \/ min$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ForcePerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal per Minute"
,"label":"Pascal per Minute"
,"symbol":"Pa\/min"
,"type":"qudt:Unit"
,"ucum code":"Pa.min-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A rate of change of pressure measured as the number of Pascals in a period of one minute.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"expression" : "$P / min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerAreaTime",
"symbol" : "Pa/min",
"ucumCode" : "Pa.min-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pascal per Minute", {
"@language" : "en",
"@value" : "Pascal per Minute"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-PER-SEC
URI: http://qudt.org/vocab/unit/PA-PER-SEC
A rate of change of pressure measured as the number of Pascals in a period of one second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change of pressure measured as the number of Pascals in a period of one second."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$P / s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerAreaTime> ; <http://qudt.org/schema/qudt/symbol> "Pa/s" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal na Sekunda"@cs ; rdfs:label "Pascal na Sekunda"@sl ; rdfs:label "Pascal par Seconde"@fr ; rdfs:label "Pascal pe Secundă"@ro ; rdfs:label "Pascal per Saat"@ms ; rdfs:label "Pascal per Saniye"@tr ; rdfs:label "Pascal per Second" ; rdfs:label "Pascal per Second"@en ; rdfs:label "Pascal per Secondo"@it ; rdfs:label "Pascal por Segundo"@es ; rdfs:label "Pascal por Segundo"@pt ; rdfs:label "Pascal pro Sekunde"@de ; rdfs:label "Pascalium per Secundum"@la ; rdfs:label "Paskal na Sekunda"@pl ; rdfs:label "Πασκάλ ανά Δευτερόλεπτο"@el ; rdfs:label "Паскал на Секунда"@bg ; rdfs:label "Паскаль на Секунда"@ru ; .
{"resource":"Pascal per Second"
,"qname":"unit:PA-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"A rate of change of pressure measured as the number of Pascals in a period of one second."
,"expression":"$P \/ s$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ForcePerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal na Sekunda"
,"label":"Pascal na Sekunda"
,"label":"Pascal par Seconde"
,"label":"Pascal pe Secundă"
,"label":"Pascal per Saat"
,"label":"Pascal per Saniye"
,"label":"Pascal per Second"
,"label":"Pascal per Second"
,"label":"Pascal per Secondo"
,"label":"Pascal por Segundo"
,"label":"Pascal por Segundo"
,"label":"Pascal pro Sekunde"
,"label":"Pascalium per Secundum"
,"label":"Paskal na Sekunda"
,"label":"Πασκάλ ανά Δευτερόλεπτο"
,"label":"Паскал на Секунда"
,"label":"Паскаль на Секунда"
,"symbol":"Pa\/s"
,"type":"qudt:Unit"
,"ucum code":"Pa.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A rate of change of pressure measured as the number of Pascals in a period of one second.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$P / s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerAreaTime",
"symbol" : "Pa/s",
"ucumCode" : "Pa.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Pascal per Secondo"
}, {
"@language" : "tr",
"@value" : "Pascal per Saniye"
}, {
"@language" : "el",
"@value" : "Πασκάλ ανά Δευτερόλεπτο"
}, {
"@language" : "ro",
"@value" : "Pascal pe Secundă"
}, {
"@language" : "de",
"@value" : "Pascal pro Sekunde"
}, {
"@language" : "cs",
"@value" : "Pascal na Sekunda"
}, {
"@language" : "sl",
"@value" : "Pascal na Sekunda"
}, {
"@language" : "ms",
"@value" : "Pascal per Saat"
}, {
"@language" : "ru",
"@value" : "Паскаль на Секунда"
}, {
"@language" : "es",
"@value" : "Pascal por Segundo"
}, {
"@language" : "pt",
"@value" : "Pascal por Segundo"
}, {
"@language" : "pl",
"@value" : "Paskal na Sekunda"
}, {
"@language" : "la",
"@value" : "Pascalium per Secundum"
}, {
"@language" : "fr",
"@value" : "Pascal par Seconde"
}, "Pascal per Second", {
"@language" : "en",
"@value" : "Pascal per Second"
}, {
"@language" : "bg",
"@value" : "Паскал на Секунда"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-SEC
URI: http://qudt.org/vocab/unit/PA-SEC
The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$Pa-s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-PA-SEC> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA265" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA265"^^xsd:anyURI ; <http://qudt.org/schema/qudt/siUnitsExpression> "Pa.s" ; <http://qudt.org/schema/qudt/symbol> "Pa·s" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C65" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21016931> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Saat"@ms ; rdfs:label "Pascal Saniye"@tr ; rdfs:label "Pascal Second" ; rdfs:label "Pascal Second"@en ; rdfs:label "Pascal Seconde"@fr ; rdfs:label "Pascal Secondo"@it ; rdfs:label "Pascal Secundă"@ro ; rdfs:label "Pascal Segundo"@es ; rdfs:label "Pascal Segundo"@pt ; rdfs:label "Pascal Sekunda"@cs ; rdfs:label "Pascal Sekunda"@sl ; rdfs:label "Pascal Sekunde"@de ; rdfs:label "Pascalium Secundum"@la ; rdfs:label "Paskal Sekunda"@pl ; rdfs:label "Πασκάλ Δευτερόλεπτο"@el ; rdfs:label "Паскал Секунда"@bg ; rdfs:label "Паскаль Секунда"@ru ; rdfs:label "باسكال ثانية"@ar ; rdfs:label "نیوتون ثانیه"@fa ; rdfs:label "पास्कल सैकण्ड"@hi ; rdfs:label "パスカル秒"@ja ; rdfs:label "帕斯卡秒"@zh ; .
{"resource":"Pascal Second"
,"qname":"unit:PA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21016931>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. "
,"expression":"$Pa-s$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"has reciprocal unit":"unit:PER-PA-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA265"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA265"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Saat"
,"label":"Pascal Saniye"
,"label":"Pascal Second"
,"label":"Pascal Second"
,"label":"Pascal Seconde"
,"label":"Pascal Secondo"
,"label":"Pascal Secundă"
,"label":"Pascal Segundo"
,"label":"Pascal Segundo"
,"label":"Pascal Sekunda"
,"label":"Pascal Sekunda"
,"label":"Pascal Sekunde"
,"label":"Pascalium Secundum"
,"label":"Paskal Sekunda"
,"label":"Πασκάλ Δευτερόλεπτο"
,"label":"Паскал Секунда"
,"label":"Паскаль Секунда"
,"label":"باسكال ثانية"
,"label":"نیوتون ثانیه"
,"label":"पास्कल सैकण्ड"
,"label":"パスカル秒"
,"label":"帕斯卡秒"
,"si units expression":"Pa.s"
,"symbol":"Pa·s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Pa.s"
,"unece common code":"C65"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The SI unit of dynamic viscosity, equal to 10 poises or 1000 centipoises. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$Pa-s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-PA-SEC",
"iec61360Code" : "0112/2///62720#UAA265",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA265",
"siUnitsExpression" : "Pa.s",
"symbol" : "Pa·s",
"ucumCode" : "Pa.s",
"uneceCommonCode" : "C65",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21016931",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Pascal Sekunda"
}, {
"@language" : "hi",
"@value" : "पास्कल सैकण्ड"
}, {
"@language" : "de",
"@value" : "Pascal Sekunde"
}, {
"@language" : "zh",
"@value" : "帕斯卡秒"
}, {
"@language" : "tr",
"@value" : "Pascal Saniye"
}, {
"@language" : "es",
"@value" : "Pascal Segundo"
}, {
"@language" : "ru",
"@value" : "Паскаль Секунда"
}, {
"@language" : "pt",
"@value" : "Pascal Segundo"
}, {
"@language" : "pl",
"@value" : "Paskal Sekunda"
}, {
"@language" : "it",
"@value" : "Pascal Secondo"
}, {
"@language" : "ar",
"@value" : "باسكال ثانية"
}, "Pascal Second", {
"@language" : "en",
"@value" : "Pascal Second"
}, {
"@language" : "ro",
"@value" : "Pascal Secundă"
}, {
"@language" : "ja",
"@value" : "パスカル秒"
}, {
"@language" : "bg",
"@value" : "Паскал Секунда"
}, {
"@language" : "ms",
"@value" : "Pascal Saat"
}, {
"@language" : "el",
"@value" : "Πασκάλ Δευτερόλεπτο"
}, {
"@language" : "fr",
"@value" : "Pascal Seconde"
}, {
"@language" : "fa",
"@value" : "نیوتون ثانیه"
}, {
"@language" : "la",
"@value" : "Pascalium Secundum"
}, {
"@language" : "cs",
"@value" : "Pascal Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-SEC-PER-BAR
URI: http://qudt.org/vocab/unit/PA-SEC-PER-BAR
product out of the SI derived unit pascal and the SI base unit second divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-SEC-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA267" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA267"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar" ; <http://qudt.org/schema/qudt/symbol> "Pa·s/bar" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.s.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H07" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Second per Bar" ; rdfs:label "Pascal Second per Bar"@en ; .
{"resource":"Pascal Second per Bar"
,"qname":"unit:PA-SEC-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-SEC-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"product out of the SI derived unit pascal and the SI base unit second divided by the unit bar"
,"description (plain text)":"product out of the SI derived unit pascal and the SI base unit second divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA267"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA267"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Second per Bar"
,"label":"Pascal Second per Bar"
,"symbol":"Pa·s\/bar"
,"type":"qudt:Unit"
,"ucum code":"Pa.s.bar-1"
,"unece common code":"H07"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-SEC-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA267",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA267",
"plainTextDescription" : "product out of the SI derived unit pascal and the SI base unit second divided by the unit bar",
"symbol" : "Pa·s/bar",
"ucumCode" : "Pa.s.bar-1",
"uneceCommonCode" : "H07",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pascal Second per Bar", {
"@language" : "en",
"@value" : "Pascal Second per Bar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-SEC-PER-K
URI: http://qudt.org/vocab/unit/PA-SEC-PER-K
product out of the SI derived unit pascal and the SI base unit second divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-SEC-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product out of the SI derived unit pascal and the SI base unit second divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA266" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA266"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Pa·s/K" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.s.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F77" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Saat per Kelvin"@ms ; rdfs:label "Pascal Saniye per Kelvin"@tr ; rdfs:label "Pascal Second per Kelvin" ; rdfs:label "Pascal Second per Kelvin"@en ; rdfs:label "Pascal Seconde par Kelvin"@fr ; rdfs:label "Pascal Secondo per Kelvin"@it ; rdfs:label "Pascal Secundă pe Kelvin"@ro ; rdfs:label "Pascal Segundo por Kelvin"@es ; rdfs:label "Pascal Segundo por Kelvin"@pt ; rdfs:label "Pascal Sekunda na Kelvin"@cs ; rdfs:label "Pascal Sekunda na Kelvin"@sl ; rdfs:label "Pascal Sekunde pro Kelvin"@de ; rdfs:label "Pascalium Secundum per Kelvin"@la ; rdfs:label "Paskal Sekunda na Kelwin"@pl ; rdfs:label "Πασκάλ Δευτερόλεπτο ανά Κέλβιν"@el ; rdfs:label "Паскал Секунда на Келвин"@bg ; rdfs:label "Паскаль Секунда на Кельвин"@ru ; .
{"resource":"Pascal Second per Kelvin"
,"qname":"unit:PA-SEC-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-SEC-PER-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product out of the SI derived unit pascal and the SI base unit second divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA266"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA266"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Saat per Kelvin"
,"label":"Pascal Saniye per Kelvin"
,"label":"Pascal Second per Kelvin"
,"label":"Pascal Second per Kelvin"
,"label":"Pascal Seconde par Kelvin"
,"label":"Pascal Secondo per Kelvin"
,"label":"Pascal Secundă pe Kelvin"
,"label":"Pascal Segundo por Kelvin"
,"label":"Pascal Segundo por Kelvin"
,"label":"Pascal Sekunda na Kelvin"
,"label":"Pascal Sekunda na Kelvin"
,"label":"Pascal Sekunde pro Kelvin"
,"label":"Pascalium Secundum per Kelvin"
,"label":"Paskal Sekunda na Kelwin"
,"label":"Πασκάλ Δευτερόλεπτο ανά Κέλβιν"
,"label":"Паскал Секунда на Келвин"
,"label":"Паскаль Секунда на Кельвин"
,"symbol":"Pa·s\/K"
,"type":"qudt:Unit"
,"ucum code":"Pa.s.K-1"
,"unece common code":"F77"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-SEC-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product out of the SI derived unit pascal and the SI base unit second divided by the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA266",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA266",
"symbol" : "Pa·s/K",
"ucumCode" : "Pa.s.K-1",
"uneceCommonCode" : "F77",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Pascal Saat per Kelvin"
}, {
"@language" : "la",
"@value" : "Pascalium Secundum per Kelvin"
}, {
"@language" : "ro",
"@value" : "Pascal Secundă pe Kelvin"
}, {
"@language" : "pt",
"@value" : "Pascal Segundo por Kelvin"
}, {
"@language" : "es",
"@value" : "Pascal Segundo por Kelvin"
}, {
"@language" : "bg",
"@value" : "Паскал Секунда на Келвин"
}, {
"@language" : "cs",
"@value" : "Pascal Sekunda na Kelvin"
}, {
"@language" : "sl",
"@value" : "Pascal Sekunda na Kelvin"
}, {
"@language" : "tr",
"@value" : "Pascal Saniye per Kelvin"
}, {
"@language" : "fr",
"@value" : "Pascal Seconde par Kelvin"
}, "Pascal Second per Kelvin", {
"@language" : "en",
"@value" : "Pascal Second per Kelvin"
}, {
"@language" : "el",
"@value" : "Πασκάλ Δευτερόλεπτο ανά Κέλβιν"
}, {
"@language" : "de",
"@value" : "Pascal Sekunde pro Kelvin"
}, {
"@language" : "ru",
"@value" : "Паскаль Секунда на Кельвин"
}, {
"@language" : "pl",
"@value" : "Paskal Sekunda na Kelwin"
}, {
"@language" : "it",
"@value" : "Pascal Secondo per Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-SEC-PER-L
URI: http://qudt.org/vocab/unit/PA-SEC-PER-L
product of the SI derived unit pascal and the SI base unit second divided by the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA-SEC-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit pascal and the SI base unit second divided by the unit litre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureInRelationToVolumeFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB499" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB499"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Pa·s/L" ; <http://qudt.org/schema/qudt/ucumCode> "Pa.s.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M32" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pascal Second per Liter"@en-US ; rdfs:label "Pascal Second per Litre" ; rdfs:label "Pascal Second per Litre"@en ; .
{"resource":"Pascal Second per Litre"
,"qname":"unit:PA-SEC-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-SEC-PER-L"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"product of the SI derived unit pascal and the SI base unit second divided by the unit litre"
,"has dimension vector":"qkdv:A0E0L-4I0M1H0T-1D0"
,"has quantity kind":"quantitykind:PressureInRelationToVolumeFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB499"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB499"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Second per Liter"
,"label":"Pascal Second per Litre"
,"label":"Pascal Second per Litre"
,"symbol":"Pa·s\/L"
,"type":"qudt:Unit"
,"ucum code":"Pa.s.L-1"
,"unece common code":"M32"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-SEC-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit pascal and the SI base unit second divided by the unit litre",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureInRelationToVolumeFlowRate",
"iec61360Code" : "0112/2///62720#UAB499",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB499",
"symbol" : "Pa·s/L",
"ucumCode" : "Pa.s.L-1",
"uneceCommonCode" : "M32",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pascal Second per Litre"
}, "Pascal Second per Litre", {
"@language" : "en-us",
"@value" : "Pascal Second per Liter"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-SEC-PER-M
URI: http://qudt.org/vocab/unit/PA-SEC-PER-M
Pascal Second Per Meter ($Pa-s/m$) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of $ML^2T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $kg/m2\cdot s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PA-SEC-PER-M>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Pascal Second Per Meter ($Pa-s/m$) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of $ML^2T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $kg/m2\\cdot s$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$Pa-s/m$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AcousticImpedance> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-PER-SEC-PA> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA268" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA268"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/siUnitsExpression> "Pa.s/m" ;
<http://qudt.org/schema/qudt/symbol> "Pa·s/m" ;
<http://qudt.org/schema/qudt/ucumCode> "Pa.s.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C67" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q87051580> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pascal Saat per Meter"@ms ;
rdfs:label "Pascal Saniye per Metre"@tr ;
rdfs:label "Pascal Second per Meter"@en-US ;
rdfs:label "Pascal Second per Metre" ;
rdfs:label "Pascal Second per Metre"@en ;
rdfs:label "Pascal Seconde par Mètre"@fr ;
rdfs:label "Pascal Secondo per Metro"@it ;
rdfs:label "Pascal Secundă pe Metru"@ro ;
rdfs:label "Pascal Segundo por Metro"@es ;
rdfs:label "Pascal Segundo por Metro"@pt ;
rdfs:label "Pascal Sekunda na Meter"@sl ;
rdfs:label "Pascal Sekunda na Metr"@cs ;
rdfs:label "Pascal Sekunde pro Meter"@de ;
rdfs:label "Pascalium Secundum per Metrum"@la ;
rdfs:label "Paskal Sekunda na Metr"@pl ;
rdfs:label "Πασκάλ Δευτερόλεπτο ανά Μέτρο"@el ;
rdfs:label "Паскал Секунда на Метър"@bg ;
rdfs:label "Паскаль Секунда на Метр"@ru ;
.
{"resource":"Pascal Second per Metre"
,"qname":"unit:PA-SEC-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-SEC-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q87051580>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Pascal Second Per Meter ($Pa-s\/m$) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second\/meter. Pascal Second Per Meter has a dimension of $ML^2T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $kg\/m2\\cdot s$."
,"expression":"$Pa-s\/m$"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:AcousticImpedance"
,"has reciprocal unit":"unit:M-PER-SEC-PA"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA268"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA268"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Saat per Meter"
,"label":"Pascal Saniye per Metre"
,"label":"Pascal Second per Meter"
,"label":"Pascal Second per Metre"
,"label":"Pascal Second per Metre"
,"label":"Pascal Seconde par Mètre"
,"label":"Pascal Secondo per Metro"
,"label":"Pascal Secundă pe Metru"
,"label":"Pascal Segundo por Metro"
,"label":"Pascal Segundo por Metro"
,"label":"Pascal Sekunda na Meter"
,"label":"Pascal Sekunda na Metr"
,"label":"Pascal Sekunde pro Meter"
,"label":"Pascalium Secundum per Metrum"
,"label":"Paskal Sekunda na Metr"
,"label":"Πασκάλ Δευτερόλεπτο ανά Μέτρο"
,"label":"Паскал Секунда на Метър"
,"label":"Паскаль Секунда на Метр"
,"si units expression":"Pa.s\/m"
,"symbol":"Pa·s\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Pa.s.m-1"
,"unece common code":"C67"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-SEC-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Pascal Second Per Meter ($Pa-s/m$) is a unit in the category of Specific acoustic impedance. It is also known as pascal-second/meter. Pascal Second Per Meter has a dimension of $ML^2T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. It essentially the same as the corresponding standard SI unit $kg/m2\\cdot s$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$Pa-s/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AcousticImpedance",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M-PER-SEC-PA",
"iec61360Code" : "0112/2///62720#UAA268",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA268", "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm" ],
"siUnitsExpression" : "Pa.s/m",
"symbol" : "Pa·s/m",
"ucumCode" : "Pa.s.m-1",
"uneceCommonCode" : "C67",
"wikidataMatch" : "http://www.wikidata.org/entity/Q87051580",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Pascal Sekunda na Metr"
}, {
"@language" : "ro",
"@value" : "Pascal Secundă pe Metru"
}, {
"@language" : "sl",
"@value" : "Pascal Sekunda na Meter"
}, "Pascal Second per Metre", {
"@language" : "en",
"@value" : "Pascal Second per Metre"
}, {
"@language" : "ms",
"@value" : "Pascal Saat per Meter"
}, {
"@language" : "ru",
"@value" : "Паскаль Секунда на Метр"
}, {
"@language" : "tr",
"@value" : "Pascal Saniye per Metre"
}, {
"@language" : "bg",
"@value" : "Паскал Секунда на Метър"
}, {
"@language" : "es",
"@value" : "Pascal Segundo por Metro"
}, {
"@language" : "pt",
"@value" : "Pascal Segundo por Metro"
}, {
"@language" : "el",
"@value" : "Πασκάλ Δευτερόλεπτο ανά Μέτρο"
}, {
"@language" : "fr",
"@value" : "Pascal Seconde par Mètre"
}, {
"@language" : "en-us",
"@value" : "Pascal Second per Meter"
}, {
"@language" : "pl",
"@value" : "Paskal Sekunda na Metr"
}, {
"@language" : "la",
"@value" : "Pascalium Secundum per Metrum"
}, {
"@language" : "de",
"@value" : "Pascal Sekunde pro Meter"
}, {
"@language" : "it",
"@value" : "Pascal Secondo per Metro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA-SEC-PER-M3
URI: http://qudt.org/vocab/unit/PA-SEC-PER-M3
$\textit{Pascal Second Per Cubic Meter}$ ($Pa-s/m^3$) is a unit in the category of Acoustic impedance. It is also known as $\textit{pascal-second/cubic meter}$. It has a dimension of $ML^{-4}T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PA-SEC-PER-M3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Pascal Second Per Cubic Meter}$ ($Pa-s/m^3$) is a unit in the category of Acoustic impedance. It is also known as $\\textit{pascal-second/cubic meter}$. It has a dimension of $ML^{-4}T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$Pa-s/m3$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureInRelationToVolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M3-PER-SEC-PA> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA263" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--acoustic_impedance--pascal_second_per_cubic_meter.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA263"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/siUnitsExpression> "Pa.s/m3" ;
<http://qudt.org/schema/qudt/symbol> "Pa·s/m³" ;
<http://qudt.org/schema/qudt/ucumCode> "Pa.s.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C66" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q87047886> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pascal Saat per Meter Kubik"@ms ;
rdfs:label "Pascal Saniye per Metreküp"@tr ;
rdfs:label "Pascal Second per Cubic Meter"@en-US ;
rdfs:label "Pascal Second per Cubic Metre" ;
rdfs:label "Pascal Second per Cubic Metre"@en ;
rdfs:label "Pascal Seconde par Mètre Cube"@fr ;
rdfs:label "Pascal Secondo per Metro Cubo"@it ;
rdfs:label "Pascal Secundă pe Metru Cub"@ro ;
rdfs:label "Pascal Segundo por Metro Cúbico"@es ;
rdfs:label "Pascal Segundo por Metro Cúbico"@pt ;
rdfs:label "Pascal Sekunda na Kubični Meter"@sl ;
rdfs:label "Pascal Sekunda na Metr Krychlový"@cs ;
rdfs:label "Pascal Sekunde pro Kubikmeter"@de ;
rdfs:label "Pascalium Secundum per Metrum Cubicum"@la ;
rdfs:label "Paskal Sekunda na Metr Sześcienny"@pl ;
rdfs:label "Πασκάλ Δευτερόλεπτο ανά Κυβικό Μέτρο"@el ;
rdfs:label "Паскал Секунда на Кубичен Метър"@bg ;
rdfs:label "Паскаль Секунда на Кубический Метр"@ru ;
rdfs:label "باسكال ثانية لكل متر مكعب"@ar ;
rdfs:label "نیوتون ثانیه بر متر مکعب"@fa ;
rdfs:label "पास्कल सैकण्ड प्रति घन मीटर"@hi ;
rdfs:label "パスカル秒毎立方メートル"@ja ;
.
{"resource":"Pascal Second per Cubic Metre"
,"qname":"unit:PA-SEC-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA-SEC-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q87047886>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Pascal Second Per Cubic Meter}$ ($Pa-s\/m^3$) is a unit in the category of Acoustic impedance. It is also known as $\\textit{pascal-second\/cubic meter}$. It has a dimension of $ML^{-4}T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."
,"expression":"$Pa-s\/m3$"
,"has dimension vector":"qkdv:A0E0L-4I0M1H0T-1D0"
,"has quantity kind":"quantitykind:PressureInRelationToVolumeFlowRate"
,"has reciprocal unit":"unit:M3-PER-SEC-PA"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA263"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--acoustic_impedance--pascal_second_per_cubic_meter.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA263"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pascal Saat per Meter Kubik"
,"label":"Pascal Saniye per Metreküp"
,"label":"Pascal Second per Cubic Meter"
,"label":"Pascal Second per Cubic Metre"
,"label":"Pascal Second per Cubic Metre"
,"label":"Pascal Seconde par Mètre Cube"
,"label":"Pascal Secondo per Metro Cubo"
,"label":"Pascal Secundă pe Metru Cub"
,"label":"Pascal Segundo por Metro Cúbico"
,"label":"Pascal Segundo por Metro Cúbico"
,"label":"Pascal Sekunda na Kubični Meter"
,"label":"Pascal Sekunda na Metr Krychlový"
,"label":"Pascal Sekunde pro Kubikmeter"
,"label":"Pascalium Secundum per Metrum Cubicum"
,"label":"Paskal Sekunda na Metr Sześcienny"
,"label":"Πασκάλ Δευτερόλεπτο ανά Κυβικό Μέτρο"
,"label":"Паскал Секунда на Кубичен Метър"
,"label":"Паскаль Секунда на Кубический Метр"
,"label":"باسكال ثانية لكل متر مكعب"
,"label":"نیوتون ثانیه بر متر مکعب"
,"label":"पास्कल सैकण्ड प्रति घन मीटर"
,"label":"パスカル秒毎立方メートル"
,"si units expression":"Pa.s\/m3"
,"symbol":"Pa·s\/m³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Pa.s.m-3"
,"unece common code":"C66"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA-SEC-PER-M3",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Pascal Second Per Cubic Meter}$ ($Pa-s/m^3$) is a unit in the category of Acoustic impedance. It is also known as $\\textit{pascal-second/cubic meter}$. It has a dimension of $ML^{-4}T^{-1}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$Pa-s/m3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-4I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureInRelationToVolumeFlowRate",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M3-PER-SEC-PA",
"iec61360Code" : "0112/2///62720#UAA263",
"informativeReference" : [ "http://www.efunda.com/glossary/units/units--acoustic_impedance--pascal_second_per_cubic_meter.cfm", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA263" ],
"siUnitsExpression" : "Pa.s/m3",
"symbol" : "Pa·s/m³",
"ucumCode" : "Pa.s.m-3",
"uneceCommonCode" : "C66",
"wikidataMatch" : "http://www.wikidata.org/entity/Q87047886",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Pascal Second per Cubic Meter"
}, {
"@language" : "bg",
"@value" : "Паскал Секунда на Кубичен Метър"
}, {
"@language" : "de",
"@value" : "Pascal Sekunde pro Kubikmeter"
}, {
"@language" : "el",
"@value" : "Πασκάλ Δευτερόλεπτο ανά Κυβικό Μέτρο"
}, {
"@language" : "cs",
"@value" : "Pascal Sekunda na Metr Krychlový"
}, {
"@language" : "la",
"@value" : "Pascalium Secundum per Metrum Cubicum"
}, {
"@language" : "es",
"@value" : "Pascal Segundo por Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Pascal Segundo por Metro Cúbico"
}, "Pascal Second per Cubic Metre", {
"@language" : "en",
"@value" : "Pascal Second per Cubic Metre"
}, {
"@language" : "sl",
"@value" : "Pascal Sekunda na Kubični Meter"
}, {
"@language" : "it",
"@value" : "Pascal Secondo per Metro Cubo"
}, {
"@language" : "ru",
"@value" : "Паскаль Секунда на Кубический Метр"
}, {
"@language" : "fr",
"@value" : "Pascal Seconde par Mètre Cube"
}, {
"@language" : "hi",
"@value" : "पास्कल सैकण्ड प्रति घन मीटर"
}, {
"@language" : "ar",
"@value" : "باسكال ثانية لكل متر مكعب"
}, {
"@language" : "pl",
"@value" : "Paskal Sekunda na Metr Sześcienny"
}, {
"@language" : "ms",
"@value" : "Pascal Saat per Meter Kubik"
}, {
"@language" : "tr",
"@value" : "Pascal Saniye per Metreküp"
}, {
"@language" : "fa",
"@value" : "نیوتون ثانیه بر متر مکعب"
}, {
"@language" : "ja",
"@value" : "パスカル秒毎立方メートル"
}, {
"@language" : "ro",
"@value" : "Pascal Secundă pe Metru Cub"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA2-PER-SEC2
URI: http://qudt.org/vocab/unit/PA2-PER-SEC2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA2-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M2H0T-6D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "Pa²/s²" ; <http://qudt.org/schema/qudt/ucumCode> "Pa2.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Pascal na Kvadratni Sekunda"@sl ; rdfs:label "Pascal Carré par Seconde Carré"@fr ; rdfs:label "Pascal Cuadrado por Segundo Cuadrado"@es ; rdfs:label "Pascal Persegi per Saat Persegi"@ms ; rdfs:label "Pascal Pătrat pe Secundă Pătrat"@ro ; rdfs:label "Pascal Quadrado por Segundo Quadrado"@pt ; rdfs:label "Pascal Quadrato per Secondo Quadrato"@it ; rdfs:label "Pascalium Quadratum per Secundum Quadratum"@la ; rdfs:label "Pascalkare per Saniyekare"@tr ; rdfs:label "Paskal Kwadratowy na Sekunda Kwadratowy"@pl ; rdfs:label "Quadratpascal pro Quadratsekunde"@de ; rdfs:label "Square Pascal per Square Second" ; rdfs:label "Square Pascal per Square Second"@en ; rdfs:label "Čtvereční Pascal na Čtvereční Sekunda"@cs ; rdfs:label "Τετραγωνικό Πασκάλ ανά Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Квадратен Паскал на Квадратен Секунда"@bg ; rdfs:label "Квадратный Паскаль на Квадратный Секунда"@ru ; .
{"resource":"Square Pascal per Square Second"
,"qname":"unit:PA2-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA2-PER-SEC2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-2I0M2H0T-6D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Pascal na Kvadratni Sekunda"
,"label":"Pascal Carré par Seconde Carré"
,"label":"Pascal Cuadrado por Segundo Cuadrado"
,"label":"Pascal Persegi per Saat Persegi"
,"label":"Pascal Pătrat pe Secundă Pătrat"
,"label":"Pascal Quadrado por Segundo Quadrado"
,"label":"Pascal Quadrato per Secondo Quadrato"
,"label":"Pascalium Quadratum per Secundum Quadratum"
,"label":"Pascalkare per Saniyekare"
,"label":"Paskal Kwadratowy na Sekunda Kwadratowy"
,"label":"Quadratpascal pro Quadratsekunde"
,"label":"Square Pascal per Square Second"
,"label":"Square Pascal per Square Second"
,"label":"Čtvereční Pascal na Čtvereční Sekunda"
,"label":"Τετραγωνικό Πασκάλ ανά Τετραγωνικό Δευτερόλεπτο"
,"label":"Квадратен Паскал на Квадратен Секунда"
,"label":"Квадратный Паскаль на Квадратный Секунда"
,"symbol":"Pa²\/s²"
,"type":"qudt:Unit"
,"ucum code":"Pa2.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA2-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M2H0T-6D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "Pa²/s²",
"ucumCode" : "Pa2.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Pascal Cuadrado por Segundo Cuadrado"
}, {
"@language" : "pl",
"@value" : "Paskal Kwadratowy na Sekunda Kwadratowy"
}, {
"@language" : "bg",
"@value" : "Квадратен Паскал на Квадратен Секунда"
}, {
"@language" : "la",
"@value" : "Pascalium Quadratum per Secundum Quadratum"
}, {
"@language" : "tr",
"@value" : "Pascalkare per Saniyekare"
}, {
"@language" : "ms",
"@value" : "Pascal Persegi per Saat Persegi"
}, {
"@language" : "de",
"@value" : "Quadratpascal pro Quadratsekunde"
}, {
"@language" : "cs",
"@value" : "Čtvereční Pascal na Čtvereční Sekunda"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Πασκάλ ανά Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "sl",
"@value" : "Kvadratni Pascal na Kvadratni Sekunda"
}, {
"@language" : "it",
"@value" : "Pascal Quadrato per Secondo Quadrato"
}, {
"@language" : "pt",
"@value" : "Pascal Quadrado por Segundo Quadrado"
}, {
"@language" : "fr",
"@value" : "Pascal Carré par Seconde Carré"
}, {
"@language" : "ru",
"@value" : "Квадратный Паскаль на Квадратный Секунда"
}, {
"@language" : "ro",
"@value" : "Pascal Pătrat pe Secundă Pătrat"
}, "Square Pascal per Square Second", {
"@language" : "en",
"@value" : "Square Pascal per Square Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PA2-SEC
URI: http://qudt.org/vocab/unit/PA2-SEC
Square Pascal Second ($Pa^2\cdot s$) is a unit in the category of sound exposure.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PA2-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Square Pascal Second ($Pa^2\\cdot s$) is a unit in the category of sound exposure."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$Pa2-s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M2H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundExposure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB339" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB339"^^xsd:anyURI ; <http://qudt.org/schema/qudt/siUnitsExpression> "Pa2.s" ; <http://qudt.org/schema/qudt/symbol> "Pa²·s" ; <http://qudt.org/schema/qudt/ucumCode> "Pa2.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P42" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q86897783> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Pascal Sekunda"@sl ; rdfs:label "Pascal Carré Seconde"@fr ; rdfs:label "Pascal Cuadrado Segundo"@es ; rdfs:label "Pascal Persegi Saat"@ms ; rdfs:label "Pascal Pătrat Secundă"@ro ; rdfs:label "Pascal Quadrado Segundo"@pt ; rdfs:label "Pascal Quadrato Secondo"@it ; rdfs:label "Pascalium Quadratum Secundum"@la ; rdfs:label "Pascalkare Saniye"@tr ; rdfs:label "Paskal Kwadratowy Sekunda"@pl ; rdfs:label "Quadratpascal Sekunde"@de ; rdfs:label "Square Pascal Second" ; rdfs:label "Square Pascal Second"@en ; rdfs:label "Čtvereční Pascal Sekunda"@cs ; rdfs:label "Τετραγωνικό Πασκάλ Δευτερόλεπτο"@el ; rdfs:label "Квадратен Паскал Секунда"@bg ; rdfs:label "Квадратный Паскаль Секунда"@ru ; .
{"resource":"Square Pascal Second"
,"qname":"unit:PA2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PA2-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q86897783>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Square Pascal Second ($Pa^2\\cdot s$) is a unit in the category of sound exposure."
,"expression":"$Pa2-s$"
,"has dimension vector":"qkdv:A0E0L-2I0M2H0T-3D0"
,"has quantity kind":"quantitykind:SoundExposure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB339"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--specific_acoustic_impedance--pascal_second_per_meter.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB339"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Pascal Sekunda"
,"label":"Pascal Carré Seconde"
,"label":"Pascal Cuadrado Segundo"
,"label":"Pascal Persegi Saat"
,"label":"Pascal Pătrat Secundă"
,"label":"Pascal Quadrado Segundo"
,"label":"Pascal Quadrato Secondo"
,"label":"Pascalium Quadratum Secundum"
,"label":"Pascalkare Saniye"
,"label":"Paskal Kwadratowy Sekunda"
,"label":"Quadratpascal Sekunde"
,"label":"Square Pascal Second"
,"label":"Square Pascal Second"
,"label":"Čtvereční Pascal Sekunda"
,"label":"Τετραγωνικό Πασκάλ Δευτερόλεπτο"
,"label":"Квадратен Паскал Секунда"
,"label":"Квадратный Паскаль Секунда"
,"si units expression":"Pa2.s"
,"symbol":"Pa²·s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Pa2.s"
,"unece common code":"P42"
]}
{
"@id" : "http://qudt.org/vocab/unit/PA2-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Square Pascal Second ($Pa^2\\cdot s$) is a unit in the category of sound exposure.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$Pa2-s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M2H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SoundExposure",
"iec61360Code" : "0112/2///62720#UAB339",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB339", "http://www.efunda.com/glossary/units/units--specific_acoustic_impedance--pascal_second_per_meter.cfm" ],
"siUnitsExpression" : "Pa2.s",
"symbol" : "Pa²·s",
"ucumCode" : "Pa2.s",
"uneceCommonCode" : "P42",
"wikidataMatch" : "http://www.wikidata.org/entity/Q86897783",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Τετραγωνικό Πασκάλ Δευτερόλεπτο"
}, {
"@language" : "es",
"@value" : "Pascal Cuadrado Segundo"
}, {
"@language" : "pt",
"@value" : "Pascal Quadrado Segundo"
}, {
"@language" : "bg",
"@value" : "Квадратен Паскал Секунда"
}, "Square Pascal Second", {
"@language" : "en",
"@value" : "Square Pascal Second"
}, {
"@language" : "fr",
"@value" : "Pascal Carré Seconde"
}, {
"@language" : "ro",
"@value" : "Pascal Pătrat Secundă"
}, {
"@language" : "pl",
"@value" : "Paskal Kwadratowy Sekunda"
}, {
"@language" : "ms",
"@value" : "Pascal Persegi Saat"
}, {
"@language" : "de",
"@value" : "Quadratpascal Sekunde"
}, {
"@language" : "cs",
"@value" : "Čtvereční Pascal Sekunda"
}, {
"@language" : "la",
"@value" : "Pascalium Quadratum Secundum"
}, {
"@language" : "it",
"@value" : "Pascal Quadrato Secondo"
}, {
"@language" : "sl",
"@value" : "Kvadratni Pascal Sekunda"
}, {
"@language" : "ru",
"@value" : "Квадратный Паскаль Секунда"
}, {
"@language" : "tr",
"@value" : "Pascalkare Saniye"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PARSEC
URI: http://qudt.org/vocab/unit/PARSEC
The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion ($31 \times 10^{12}$) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PARSEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion ($31 \\times 10^{12}$) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 30856780000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.085678E16 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB067" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB067"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/parsec> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ;
<http://qudt.org/schema/qudt/symbol> "pc" ;
<http://qudt.org/schema/qudt/ucumCode> "pc"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C63" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q12129> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Parsec" ;
rdfs:label "Parsec"@en ;
.
{"resource":"Parsec"
,"qname":"unit:PARSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PARSEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q12129>"
,"conversion multiplier":"30856780000000000.0"
,"conversion multiplier scientific":"3.085678E16"
,"description":"The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion ($31 \\times 10^{12}$) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB067"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB067"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Parsec"
,"label":"Parsec"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/parsec>"
,"scalingOf":"unit:M"
,"symbol":"pc"
,"type":"qudt:Unit"
,"ucum code":"pc"
,"unece common code":"C63"
]}
{
"@id" : "http://qudt.org/vocab/unit/PARSEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The parsec (parallax of one arcsecond; symbol: pc) is a unit of length, equal to just under 31 trillion ($31 \\times 10^{12}$) kilometres (about 19 trillion miles), 206265 AU, or about 3.26 light-years. The parsec measurement unit is used in astronomy. It is defined as the length of the adjacent side of an imaginary right triangle in space. The two dimensions that specify this triangle are the parallax angle (defined as 1 arcsecond) and the opposite side (defined as 1 astronomical unit (AU), the distance from the Earth to the Sun). Given these two measurements, along with the rules of trigonometry, the length of the adjacent side (the parsec) can be found.",
"conversionMultiplier" : "30856780000000000.0",
"conversionMultiplier:SN" : 3.085678E16,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB067",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB067",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/parsec",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "pc",
"ucumCode" : "pc",
"uneceCommonCode" : "C63",
"wikidataMatch" : "http://www.wikidata.org/entity/Q12129",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Parsec"
}, "Parsec" ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PCA
URI: http://qudt.org/vocab/unit/PCA
A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'. Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PCA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'. Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0042333 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.2333E-3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pica"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB606" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pica?oldid=458102937"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB606"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "pc" ; <http://qudt.org/schema/qudt/ucumCode> "[pca]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "R1" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2718629> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pica" ; rdfs:label "Pica"@en ; .
{"resource":"Pica"
,"qname":"unit:PCA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PCA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2718629>"
,"conversion multiplier":"0.0042333"
,"conversion multiplier scientific":"4.2333E-3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pica"
,"description":"A pica is a typographic unit of measure corresponding to 1\/72 of its respective foot, and therefore to 1\/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (\/) through a 'P'. Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB606"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pica?oldid=458102937"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB606"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pica"
,"label":"Pica"
,"scalingOf":"unit:M"
,"symbol":"pc"
,"type":"qudt:Unit"
,"ucum code":"[pca]"
,"unece common code":"R1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PCA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A pica is a typographic unit of measure corresponding to 1/72 of its respective foot, and therefore to 1/6 of an inch. The pica contains 12 point units of measure. Notably, Adobe PostScript promoted the pica unit of measure that is the standard in contemporary printing, as in home computers and printers. Usually, pica measurements are represented with an upper-case 'P' with an upper-right-to-lower-left virgule (slash) starting in the upper right portion of the 'P' and ending at the lower left of the upright portion of the 'P'; essentially drawing a virgule (/) through a 'P'. Note that these definitions are different from a typewriter's pica setting, which denotes a type size of ten characters per horizontal inch.",
"conversionMultiplier" : "0.0042333",
"conversionMultiplier:SN" : 0.0042333,
"dbpediaMatch" : "http://dbpedia.org/resource/Pica",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB606",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Pica?oldid=458102937", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB606" ],
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "pc",
"ucumCode" : "[pca]",
"uneceCommonCode" : "R1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2718629",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pica", {
"@language" : "en",
"@value" : "Pica"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PDL
URI: http://qudt.org/vocab/unit/PDL
The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. $1 pdl = 0.138254954376 N$ exactly.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PDL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. $1 pdl = 0.138254954376 N$ exactly."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.138254954376 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.38254954376E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Poundal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB233" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Poundal?oldid=494626458"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB233"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/poundal> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "pdl" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i].s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M76" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1972579> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poundal" ; rdfs:label "Poundal"@en ; .
{"resource":"Poundal"
,"qname":"unit:PDL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PDL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1972579>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.138254954376"
,"conversion multiplier scientific":"1.38254954376E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Poundal"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. $1 pdl = 0.138254954376 N$ exactly."
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB233"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Poundal?oldid=494626458"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB233"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poundal"
,"label":"Poundal"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/poundal>"
,"scalingOf":"unit:N"
,"symbol":"pdl"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i].s-2"
,"unece common code":"M76"
]}
{
"@id" : "http://qudt.org/vocab/unit/PDL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The poundal is a unit of force that is part of the foot-pound-second system of units, in Imperial units introduced in 1877, and is from the specialized subsystem of English absolute (a coherent system). The poundal is defined as the force necessary to accelerate 1 pound-mass to 1 foot per second per second. $1 pdl = 0.138254954376 N$ exactly.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.138254954376",
"conversionMultiplier:SN" : 0.138254954376,
"dbpediaMatch" : "http://dbpedia.org/resource/Poundal",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAB233",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB233", "http://en.wikipedia.org/wiki/Poundal?oldid=494626458" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/poundal",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "pdl",
"ucumCode" : "[lb_av].[ft_i].s-2",
"uneceCommonCode" : "M76",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1972579",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poundal", {
"@language" : "en",
"@value" : "Poundal"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PDL-FT
URI: http://qudt.org/vocab/unit/PDL-FT
product from the non SI-conform unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PDL-FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product from the non SI-conform unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0421401100938048 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.21401100938048E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB417" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB417"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "pdl·ft" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i].s-2.[ft_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M95" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poundal Foot" ; rdfs:label "Poundal Foot"@en ; .
{"resource":"Poundal Foot"
,"qname":"unit:PDL-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PDL-FT"
,"properties":["conversion multiplier":"0.0421401100938048"
,"conversion multiplier scientific":"4.21401100938048E-2"
,"description":"product from the non SI-conform unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB417"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB417"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poundal Foot"
,"label":"Poundal Foot"
,"symbol":"pdl·ft"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i].s-2.[ft_i]"
,"unece common code":"M95"
]}
{
"@id" : "http://qudt.org/vocab/unit/PDL-FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product from the non SI-conform unit of the force poundal and the unit foot according to the Anglo-American and Imperial system of units",
"conversionMultiplier" : "0.0421401100938048",
"conversionMultiplier:SN" : 0.0421401100938048,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MomentOfForce", "http://qudt.org/vocab/quantitykind/Torque" ],
"iec61360Code" : "0112/2///62720#UAB417",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB417",
"symbol" : "pdl·ft",
"ucumCode" : "[lb_av].[ft_i].s-2.[ft_i]",
"uneceCommonCode" : "M95",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poundal Foot", {
"@language" : "en",
"@value" : "Poundal Foot"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PDL-IN
URI: http://qudt.org/vocab/unit/PDL-IN
product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PDL-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0035116758411504 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.5116758411504E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MomentOfForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Torque> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB418" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB418"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "pdl·in" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i].s-2.[in_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M96" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poundal Inch" ; rdfs:label "Poundal Inch"@en ; .
{"resource":"Poundal Inch"
,"qname":"unit:PDL-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PDL-IN"
,"properties":["conversion multiplier":"0.0035116758411504"
,"conversion multiplier scientific":"3.5116758411504E-3"
,"description":"product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MomentOfForce"
,"has quantity kind":"quantitykind:Torque"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB418"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB418"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poundal Inch"
,"label":"Poundal Inch"
,"symbol":"pdl·in"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i].s-2.[in_i]"
,"unece common code":"M96"
]}
{
"@id" : "http://qudt.org/vocab/unit/PDL-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the non SI-conform unit of the force poundal and the unit inch according to the Anglo-American and Imperial system of units",
"conversionMultiplier" : "0.0035116758411504",
"conversionMultiplier:SN" : 0.0035116758411504,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Torque", "http://qudt.org/vocab/quantitykind/MomentOfForce" ],
"iec61360Code" : "0112/2///62720#UAB418",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB418",
"symbol" : "pdl·in",
"ucumCode" : "[lb_av].[ft_i].s-2.[in_i]",
"uneceCommonCode" : "M96",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poundal Inch", {
"@language" : "en",
"@value" : "Poundal Inch"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PDL-PER-FT2
URI: http://qudt.org/vocab/unit/PDL-PER-FT2
A $\textit{Poundal Per Square Foot}$, ($pdl/ft^2$), is a unit in the category of Pressure. It is also known as poundals per square foot, poundal/square foot. This unit is commonly used in the UK, US unit systems. A $\textit{Poundal Per Square Foot}$ has a dimension of $ML^{-1}T^{-2}$, where $M$ is mass, $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $\textit{Pa}$ by multiplying its value by a factor of 1.488163944.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PDL-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{Poundal Per Square Foot}$, ($pdl/ft^2$), is a unit in the category of Pressure.
It is also known as poundals per square foot, poundal/square foot.
This unit is commonly used in the UK, US unit systems.
A $\\textit{Poundal Per Square Foot}$ has a dimension of $ML^{-1}T^{-2}$,
where $M$ is mass, $L$ is length, and $T$ is time.
It can be converted to the corresponding standard SI unit $\\textit{Pa}$ by multiplying its value
by a factor of 1.488163944.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.488163943569553805774278215223097 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.488163943569553805774278215223097E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$pdl/ft^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB243" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--pressure--poundal_per_square_foot.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB243"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "pdl/ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i].s-2.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N21" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107410782> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Poundal per Square Foot" ;
rdfs:label "Poundal per Square Foot"@en ;
.
{"resource":"Poundal per Square Foot"
,"qname":"unit:PDL-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PDL-PER-FT2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107410782>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.488163943569553805774278215223097"
,"conversion multiplier scientific":"1.488163943569553805774278215223097E0"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"\n A $\\textit{Poundal Per Square Foot}$, ($pdl\/ft^2$), is a unit in the category of Pressure. \n It is also known as poundals per square foot, poundal\/square foot. \n This unit is commonly used in the UK, US unit systems. \n A $\\textit{Poundal Per Square Foot}$ has a dimension of $ML^{-1}T^{-2}$,\n where $M$ is mass, $L$ is length, and $T$ is time. \n It can be converted to the corresponding standard SI unit $\\textit{Pa}$ by multiplying its value\n by a factor of 1.488163944.\n "
,"expression":"$pdl\/ft^2$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB243"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--pressure--poundal_per_square_foot.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB243"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poundal per Square Foot"
,"label":"Poundal per Square Foot"
,"symbol":"pdl\/ft²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i].s-2.[ft_i]-2"
,"unece common code":"N21"
]}
{
"@id" : "http://qudt.org/vocab/unit/PDL-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n A $\\textit{Poundal Per Square Foot}$, ($pdl/ft^2$), is a unit in the category of Pressure. \n It is also known as poundals per square foot, poundal/square foot. \n This unit is commonly used in the UK, US unit systems. \n A $\\textit{Poundal Per Square Foot}$ has a dimension of $ML^{-1}T^{-2}$,\n where $M$ is mass, $L$ is length, and $T$ is time. \n It can be converted to the corresponding standard SI unit $\\textit{Pa}$ by multiplying its value\n by a factor of 1.488163944.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.488163943569553805774278215223097",
"conversionMultiplier:SN" : 1.4881639435695537,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$pdl/ft^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAB243",
"informativeReference" : [ "http://www.efunda.com/glossary/units/units--pressure--poundal_per_square_foot.cfm", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB243" ],
"symbol" : "pdl/ft²",
"ucumCode" : "[lb_av].[ft_i].s-2.[ft_i]-2",
"uneceCommonCode" : "N21",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107410782",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poundal per Square Foot", {
"@language" : "en",
"@value" : "Poundal per Square Foot"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PDL-PER-IN
URI: http://qudt.org/vocab/unit/PDL-PER-IN
non SI-conform unit of the surface tension according to the Imperial unit system as quotient poundal by inch
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PDL-PER-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of the surface tension according to the Imperial unit system as quotient poundal by inch" ; <http://qudt.org/schema/qudt/conversionMultiplier> 5.44310844 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.44310844E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB453" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB453"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "pdl/in" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i].s-2.[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N32" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poundal per Inch" ; rdfs:label "Poundal per Inch"@en ; .
{"resource":"Poundal per Inch"
,"qname":"unit:PDL-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PDL-PER-IN"
,"properties":["conversion multiplier":"5.44310844"
,"conversion multiplier scientific":"5.44310844E0"
,"description":"non SI-conform unit of the surface tension according to the Imperial unit system as quotient poundal by inch"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB453"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB453"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poundal per Inch"
,"label":"Poundal per Inch"
,"symbol":"pdl\/in"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i].s-2.[in_i]-1"
,"unece common code":"N32"
]}
{
"@id" : "http://qudt.org/vocab/unit/PDL-PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of the surface tension according to the Imperial unit system as quotient poundal by inch",
"conversionMultiplier" : "5.44310844",
"conversionMultiplier:SN" : 5.44310844,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ForcePerLength",
"iec61360Code" : "0112/2///62720#UAB453",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB453",
"symbol" : "pdl/in",
"ucumCode" : "[lb_av].[ft_i].s-2.[in_i]-1",
"uneceCommonCode" : "N32",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poundal per Inch", {
"@language" : "en",
"@value" : "Poundal per Inch"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PDL-PER-IN2
URI: http://qudt.org/vocab/unit/PDL-PER-IN2
non SI-conform unit of the pressure according to the Imperial system of units (poundal by square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PDL-PER-IN2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of the pressure according to the Imperial system of units (poundal by square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 214.295607874015748031496062992126 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.14295607874015748031496062992126E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfLinearSubgradeReaction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB427" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB427"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "pdl/in²" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i].s-2.[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N26" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poundal per Square Inch" ; rdfs:label "Poundal per Square Inch"@en ; .
{"resource":"Poundal per Square Inch"
,"qname":"unit:PDL-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PDL-PER-IN2"
,"properties":["conversion multiplier":"214.295607874015748031496062992126"
,"conversion multiplier scientific":"2.14295607874015748031496062992126E2"
,"description":"non SI-conform unit of the pressure according to the Imperial system of units (poundal by square inch)"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfLinearSubgradeReaction"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB427"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB427"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poundal per Square Inch"
,"label":"Poundal per Square Inch"
,"symbol":"pdl\/in²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i].s-2.[in_i]-2"
,"unece common code":"N26"
]}
{
"@id" : "http://qudt.org/vocab/unit/PDL-PER-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of the pressure according to the Imperial system of units (poundal by square inch)",
"conversionMultiplier" : "214.295607874015748031496062992126",
"conversionMultiplier:SN" : 214.29560787401576,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ModulusOfLinearSubgradeReaction", "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAB427",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB427",
"symbol" : "pdl/in²",
"ucumCode" : "[lb_av].[ft_i].s-2.[in_i]-2",
"uneceCommonCode" : "N26",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poundal per Square Inch", {
"@language" : "en",
"@value" : "Poundal per Square Inch"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PDL-SEC-PER-FT2
URI: http://qudt.org/vocab/unit/PDL-SEC-PER-FT2
non SI-conform unit of viscosity
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PDL-SEC-PER-FT2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of viscosity" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.488163943569553805774278215223097 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.488163943569553805774278215223097E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB227" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB227"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "pdl·s/ft²" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i].s-2.s.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poundal Second per Square Foot" ; rdfs:label "Poundal Second per Square Foot"@en ; .
{"resource":"Poundal Second per Square Foot"
,"qname":"unit:PDL-SEC-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PDL-SEC-PER-FT2"
,"properties":["conversion multiplier":"1.488163943569553805774278215223097"
,"conversion multiplier scientific":"1.488163943569553805774278215223097E0"
,"description":"non SI-conform unit of viscosity"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB227"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB227"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poundal Second per Square Foot"
,"label":"Poundal Second per Square Foot"
,"symbol":"pdl·s\/ft²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i].s-2.s.[ft_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PDL-SEC-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of viscosity",
"conversionMultiplier" : "1.488163943569553805774278215223097",
"conversionMultiplier:SN" : 1.4881639435695537,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAB227",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB227",
"symbol" : "pdl·s/ft²",
"ucumCode" : "[lb_av].[ft_i].s-2.s.[ft_i]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Poundal Second per Square Foot"
}, "Poundal Second per Square Foot" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PDL-SEC-PER-IN2
URI: http://qudt.org/vocab/unit/PDL-SEC-PER-IN2
non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch) multiplied by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PDL-SEC-PER-IN2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch) multiplied by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 214.295607874015748031496062992126 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.14295607874015748031496062992126E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB434" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB434"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "pdl·s/in²" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av].[ft_i].s-2.s.[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N42" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poundal Second per Square Inch" ; rdfs:label "Poundal Second per Square Inch"@en ; .
{"resource":"Poundal Second per Square Inch"
,"qname":"unit:PDL-SEC-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PDL-SEC-PER-IN2"
,"properties":["conversion multiplier":"214.295607874015748031496062992126"
,"conversion multiplier scientific":"2.14295607874015748031496062992126E2"
,"description":"non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch) multiplied by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB434"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB434"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poundal Second per Square Inch"
,"label":"Poundal Second per Square Inch"
,"symbol":"pdl·s\/in²"
,"type":"qudt:Unit"
,"ucum code":"[lb_av].[ft_i].s-2.s.[in_i]-2"
,"unece common code":"N42"
]}
{
"@id" : "http://qudt.org/vocab/unit/PDL-SEC-PER-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conforming unit of dynamic viscosity according to the Imperial system of units as product unit of the pressure (poundal by square inch) multiplied by the SI base unit second",
"conversionMultiplier" : "214.295607874015748031496062992126",
"conversionMultiplier:SN" : 214.29560787401576,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAB434",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB434",
"symbol" : "pdl·s/in²",
"ucumCode" : "[lb_av].[ft_i].s-2.s.[in_i]-2",
"uneceCommonCode" : "N42",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poundal Second per Square Inch", {
"@language" : "en",
"@value" : "Poundal Second per Square Inch"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PENNYWEIGHT
URI: http://qudt.org/vocab/unit/PENNYWEIGHT
non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PENNYWEIGHT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00155517384 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.55517384E-3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/DWT> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB182" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB182"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "dwt" ; <http://qudt.org/schema/qudt/ucumCode> "[pwt_tr]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DWT" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pennyweight" ; rdfs:label "Pennyweight"@en ; .
{"resource":"Pennyweight"
,"qname":"unit:PENNYWEIGHT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PENNYWEIGHT"
,"properties":["conversion multiplier":"0.00155517384"
,"conversion multiplier scientific":"1.55517384E-3"
,"description":"non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"
,"description (plain text)":"non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"
,"exact match":"unit:DWT"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB182"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB182"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pennyweight"
,"label":"Pennyweight"
,"scalingOf":"unit:KiloGM"
,"symbol":"dwt"
,"type":"qudt:Unit"
,"ucum code":"[pwt_tr]"
,"unece common code":"DWT"
]}
{
"@id" : "http://qudt.org/vocab/unit/PENNYWEIGHT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg",
"conversionMultiplier" : "0.00155517384",
"conversionMultiplier:SN" : 0.00155517384,
"exactMatch" : "http://qudt.org/vocab/unit/DWT",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB182",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB182",
"plainTextDescription" : "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "dwt",
"ucumCode" : "[pwt_tr]",
"uneceCommonCode" : "DWT",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Pennyweight"
}, "Pennyweight" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-ANGSTROM
URI: http://qudt.org/vocab/unit/PER-ANGSTROM
reciprocal of the unit angstrom
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-ANGSTROM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the unit angstrom"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB058" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB058"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal of the unit angstrom" ; <http://qudt.org/schema/qudt/symbol> "/Å" ; <http://qudt.org/schema/qudt/ucumCode> "Ao-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C85" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107378436> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Angstrom" ; rdfs:label "Reciprocal Angstrom"@en ; .
{"resource":"Reciprocal Angstrom"
,"qname":"unit:PER-ANGSTROM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-ANGSTROM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107378436>"
,"conversion multiplier":"10000000000.0"
,"conversion multiplier scientific":"1.0E10"
,"description":"reciprocal of the unit angstrom"
,"description (plain text)":"reciprocal of the unit angstrom"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseLength"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB058"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB058"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Angstrom"
,"label":"Reciprocal Angstrom"
,"symbol":"\/Å"
,"type":"qudt:Unit"
,"ucum code":"Ao-1"
,"unece common code":"C85"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-ANGSTROM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the unit angstrom",
"conversionMultiplier" : "10000000000.0",
"conversionMultiplier:SN" : 1.0E10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseLength",
"iec61360Code" : "0112/2///62720#UAB058",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB058",
"plainTextDescription" : "reciprocal of the unit angstrom",
"symbol" : "/Å",
"ucumCode" : "Ao-1",
"uneceCommonCode" : "C85",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107378436",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Angstrom", {
"@language" : "en",
"@value" : "Reciprocal Angstrom"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-BAR
URI: http://qudt.org/vocab/unit/PER-BAR
reciprocal of the metrical unit with the name bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the metrical unit with the name bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Compressibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InversePressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IsothermalCompressibility> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA328" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA328"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal of the metrical unit with the name bar" ; <http://qudt.org/schema/qudt/symbol> "/bar" ; <http://qudt.org/schema/qudt/ucumCode> "bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F58" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Bar" ; rdfs:label "Reciprocal Bar"@en ; .
{"resource":"Reciprocal Bar"
,"qname":"unit:PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"reciprocal of the metrical unit with the name bar"
,"description (plain text)":"reciprocal of the metrical unit with the name bar"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Compressibility"
,"has quantity kind":"quantitykind:InversePressure"
,"has quantity kind":"quantitykind:IsothermalCompressibility"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA328"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA328"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Bar"
,"label":"Reciprocal Bar"
,"symbol":"\/bar"
,"type":"qudt:Unit"
,"ucum code":"bar-1"
,"unece common code":"F58"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the metrical unit with the name bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/InversePressure", "http://qudt.org/vocab/quantitykind/Compressibility", "http://qudt.org/vocab/quantitykind/IsothermalCompressibility" ],
"iec61360Code" : "0112/2///62720#UAA328",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA328",
"plainTextDescription" : "reciprocal of the metrical unit with the name bar",
"symbol" : "/bar",
"ucumCode" : "bar-1",
"uneceCommonCode" : "F58",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Bar", {
"@language" : "en",
"@value" : "Reciprocal Bar"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-CentiM
URI: http://qudt.org/vocab/unit/PER-CentiM
reciprocal of the 0.01-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the 0.01-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA382" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA382"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal of the 0.01-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "/cm" ; <http://qudt.org/schema/qudt/ucumCode> "cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E90" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107226391> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Centimeter"@sl ; rdfs:label "Na Centimetr"@cs ; rdfs:label "Na Centimetr"@pl ; rdfs:label "Par Centimètre"@fr ; rdfs:label "Pe Centimetru"@ro ; rdfs:label "Per Centimeter"@ms ; rdfs:label "Per Centimetre"@tr ; rdfs:label "Per Centimetro"@it ; rdfs:label "Por Centimetro"@es ; rdfs:label "Pro Centimeter"@de ; rdfs:label "Reciprocal Centimeter"@en-US ; rdfs:label "Reciprocal Centimetre" ; rdfs:label "Reciprocal Centimetre"@en ; .
{"resource":"Reciprocal Centimetre"
,"qname":"unit:PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-CentiM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107226391>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"reciprocal of the 0.01-fold of the SI base unit metre"
,"description (plain text)":"reciprocal of the 0.01-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseLength"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA382"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA382"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Centimeter"
,"label":"Na Centimetr"
,"label":"Na Centimetr"
,"label":"Par Centimètre"
,"label":"Pe Centimetru"
,"label":"Per Centimeter"
,"label":"Per Centimetre"
,"label":"Per Centimetro"
,"label":"Por Centimetro"
,"label":"Pro Centimeter"
,"label":"Reciprocal Centimeter"
,"label":"Reciprocal Centimetre"
,"label":"Reciprocal Centimetre"
,"symbol":"\/cm"
,"type":"qudt:Unit"
,"ucum code":"cm-1"
,"unece common code":"E90"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the 0.01-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseLength",
"iec61360Code" : "0112/2///62720#UAA382",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA382",
"plainTextDescription" : "reciprocal of the 0.01-fold of the SI base unit metre",
"symbol" : "/cm",
"ucumCode" : "cm-1",
"uneceCommonCode" : "E90",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107226391",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Per Centimeter"
}, {
"@language" : "ro",
"@value" : "Pe Centimetru"
}, {
"@language" : "fr",
"@value" : "Par Centimètre"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Centimeter"
}, "Reciprocal Centimetre", {
"@language" : "tr",
"@value" : "Per Centimetre"
}, {
"@language" : "en",
"@value" : "Reciprocal Centimetre"
}, {
"@language" : "sl",
"@value" : "Na Centimeter"
}, {
"@language" : "it",
"@value" : "Per Centimetro"
}, {
"@language" : "es",
"@value" : "Por Centimetro"
}, {
"@language" : "cs",
"@value" : "Na Centimetr"
}, {
"@language" : "pl",
"@value" : "Na Centimetr"
}, {
"@language" : "de",
"@value" : "Pro Centimeter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-CentiM3
URI: http://qudt.org/vocab/unit/PER-CentiM3
reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/CentiM3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA383" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA383"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H50" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q102068844> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Centimetr Krychlový"@cs ; rdfs:label "Na Centimetr Sześcienny"@pl ; rdfs:label "Na Kubični Centimeter"@sl ; rdfs:label "Par Centimètre Cube"@fr ; rdfs:label "Pe Centimetru Cub"@ro ; rdfs:label "Per Centimeter Kubik"@ms ; rdfs:label "Per Centimetreküp"@tr ; rdfs:label "Per Centimetro Cubo"@it ; rdfs:label "Por Centimetro Cúbico"@es ; rdfs:label "Pro Kubikcentimeter"@de ; rdfs:label "Reciprocal Cubic Centimeter"@en-US ; rdfs:label "Reciprocal Cubic Centimetre" ; rdfs:label "Reciprocal Cubic Centimetre"@en ; .
{"resource":"Reciprocal Cubic Centimetre"
,"qname":"unit:PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-CentiM3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q102068844>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseVolume"
,"has reciprocal unit":"unit:CentiM3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA383"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA383"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Centimetr Krychlový"
,"label":"Na Centimetr Sześcienny"
,"label":"Na Kubični Centimeter"
,"label":"Par Centimètre Cube"
,"label":"Pe Centimetru Cub"
,"label":"Per Centimeter Kubik"
,"label":"Per Centimetreküp"
,"label":"Per Centimetro Cubo"
,"label":"Por Centimetro Cúbico"
,"label":"Pro Kubikcentimeter"
,"label":"Reciprocal Cubic Centimeter"
,"label":"Reciprocal Cubic Centimetre"
,"label":"Reciprocal Cubic Centimetre"
,"symbol":"\/cm³"
,"type":"qudt:Unit"
,"ucum code":"cm-3"
,"unece common code":"H50"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseVolume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/CentiM3",
"iec61360Code" : "0112/2///62720#UAA383",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA383",
"plainTextDescription" : "reciprocal of the 0.000001-fold of the power of the SI base unit metre with the exponent 3",
"symbol" : "/cm³",
"ucumCode" : "cm-3",
"uneceCommonCode" : "H50",
"wikidataMatch" : "http://www.wikidata.org/entity/Q102068844",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Par Centimètre Cube"
}, {
"@language" : "es",
"@value" : "Por Centimetro Cúbico"
}, {
"@language" : "cs",
"@value" : "Na Centimetr Krychlový"
}, "Reciprocal Cubic Centimetre", {
"@language" : "en",
"@value" : "Reciprocal Cubic Centimetre"
}, {
"@language" : "de",
"@value" : "Pro Kubikcentimeter"
}, {
"@language" : "tr",
"@value" : "Per Centimetreküp"
}, {
"@language" : "ms",
"@value" : "Per Centimeter Kubik"
}, {
"@language" : "pl",
"@value" : "Na Centimetr Sześcienny"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Cubic Centimeter"
}, {
"@language" : "ro",
"@value" : "Pe Centimetru Cub"
}, {
"@language" : "it",
"@value" : "Per Centimetro Cubo"
}, {
"@language" : "sl",
"@value" : "Na Kubični Centimeter"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-DAY
URI: http://qudt.org/vocab/unit/PER-DAY
reciprocal of the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the unit day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA408" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA408"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal of the unit day" ; <http://qudt.org/schema/qudt/symbol> "/d" ; <http://qudt.org/schema/qudt/ucumCode> "d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E91" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q102129592> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Day" ; rdfs:label "Reciprocal Day"@en ; .
{"resource":"Reciprocal Day"
,"qname":"unit:PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-DAY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q102129592>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-5"
,"description":"reciprocal of the unit day"
,"description (plain text)":"reciprocal of the unit day"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA408"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA408"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Day"
,"label":"Reciprocal Day"
,"symbol":"\/d"
,"type":"qudt:Unit"
,"ucum code":"d-1"
,"unece common code":"E91"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the unit day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.00001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074073E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAA408",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA408",
"plainTextDescription" : "reciprocal of the unit day",
"symbol" : "/d",
"ucumCode" : "d-1",
"uneceCommonCode" : "E91",
"wikidataMatch" : "http://www.wikidata.org/entity/Q102129592",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Day", {
"@language" : "en",
"@value" : "Reciprocal Day"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-DEG_C
URI: http://qudt.org/vocab/unit/PER-DEG_C
reciprocal of the unit degree Celsius
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the unit degree Celsius" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB840" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB840"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "Unit for expressing the change of some quantity relative to a unit change in temperature." ; <http://qudt.org/schema/qudt/symbol> "/°C" ; <http://qudt.org/schema/qudt/ucumCode> "Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Βαθμός Κελσίου"@el ; rdfs:label "Na Stopień Celsjusza"@pl ; rdfs:label "Na Stopinja Celzija"@sl ; rdfs:label "Na Stupně Celsia"@cs ; rdfs:label "Par Degré Celsius"@fr ; rdfs:label "Pe Grad Celsius"@ro ; rdfs:label "Per Celsius"@tr ; rdfs:label "Per Darjah Celsius"@ms ; rdfs:label "Per Grado Celsius"@it ; rdfs:label "Per Gradus Celsii"@la ; rdfs:label "Por Grado Celsius"@es ; rdfs:label "Por Grau Celsius"@pt ; rdfs:label "Pro Grad Celsius"@de ; rdfs:label "Reciprocal Degree Celsius" ; rdfs:label "Reciprocal Degree Celsius"@en ; rdfs:label "На Градус Целзий"@bg ; rdfs:label "На Градус Цельсия"@ru ; .
{"resource":"Reciprocal Degree Celsius"
,"qname":"unit:PER-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-DEG_C"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"reciprocal of the unit degree Celsius"
,"description (plain text)":"Unit for expressing the change of some quantity relative to a unit change in temperature."
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ThermalExpansionCoefficient"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB840"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB840"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Βαθμός Κελσίου"
,"label":"Na Stopień Celsjusza"
,"label":"Na Stopinja Celzija"
,"label":"Na Stupně Celsia"
,"label":"Par Degré Celsius"
,"label":"Pe Grad Celsius"
,"label":"Per Celsius"
,"label":"Per Darjah Celsius"
,"label":"Per Grado Celsius"
,"label":"Per Gradus Celsii"
,"label":"Por Grado Celsius"
,"label":"Por Grau Celsius"
,"label":"Pro Grad Celsius"
,"label":"Reciprocal Degree Celsius"
,"label":"Reciprocal Degree Celsius"
,"label":"На Градус Целзий"
,"label":"На Градус Цельсия"
,"symbol":"\/°C"
,"type":"qudt:Unit"
,"ucum code":"Cel-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the unit degree Celsius",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient",
"iec61360Code" : "0112/2///62720#UAB840",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB840",
"plainTextDescription" : "Unit for expressing the change of some quantity relative to a unit change in temperature.",
"symbol" : "/°C",
"ucumCode" : "Cel-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Na Stopień Celsjusza"
}, {
"@language" : "bg",
"@value" : "На Градус Целзий"
}, {
"@language" : "de",
"@value" : "Pro Grad Celsius"
}, {
"@language" : "cs",
"@value" : "Na Stupně Celsia"
}, {
"@language" : "el",
"@value" : "Aνά Βαθμός Κελσίου"
}, {
"@language" : "tr",
"@value" : "Per Celsius"
}, {
"@language" : "es",
"@value" : "Por Grado Celsius"
}, {
"@language" : "ms",
"@value" : "Per Darjah Celsius"
}, {
"@language" : "sl",
"@value" : "Na Stopinja Celzija"
}, {
"@language" : "ru",
"@value" : "На Градус Цельсия"
}, {
"@language" : "fr",
"@value" : "Par Degré Celsius"
}, {
"@language" : "ro",
"@value" : "Pe Grad Celsius"
}, {
"@language" : "it",
"@value" : "Per Grado Celsius"
}, "Reciprocal Degree Celsius", {
"@language" : "en",
"@value" : "Reciprocal Degree Celsius"
}, {
"@language" : "pt",
"@value" : "Por Grau Celsius"
}, {
"@language" : "la",
"@value" : "Per Gradus Celsii"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-DEG_F
URI: http://qudt.org/vocab/unit/PER-DEG_F
reciprocal of the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the traditional unit degree Fahrenheit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.8 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.8E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExpansionRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseTemperature> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativePressureCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA047" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA047"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/°F" ; <http://qudt.org/schema/qudt/ucumCode> "[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J26" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Degree Fahrenheit" ; rdfs:label "Reciprocal Degree Fahrenheit"@en ; .
{"resource":"Reciprocal Degree Fahrenheit"
,"qname":"unit:PER-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-DEG_F"
,"properties":["conversion multiplier":"1.8"
,"conversion multiplier scientific":"1.8E0"
,"description":"reciprocal of the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ExpansionRatio"
,"has quantity kind":"quantitykind:InverseTemperature"
,"has quantity kind":"quantitykind:LinearExpansionCoefficient"
,"has quantity kind":"quantitykind:RelativePressureCoefficient"
,"has quantity kind":"quantitykind:ThermalExpansionCoefficient"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA047"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA047"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Degree Fahrenheit"
,"label":"Reciprocal Degree Fahrenheit"
,"symbol":"\/°F"
,"type":"qudt:Unit"
,"ucum code":"[degF]-1"
,"unece common code":"J26"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the traditional unit degree Fahrenheit",
"conversionMultiplier" : "1.8",
"conversionMultiplier:SN" : 1.8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/InverseTemperature", "http://qudt.org/vocab/quantitykind/ExpansionRatio", "http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient", "http://qudt.org/vocab/quantitykind/RelativePressureCoefficient", "http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient" ],
"iec61360Code" : "0112/2///62720#UAA047",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA047",
"symbol" : "/°F",
"ucumCode" : "[degF]-1",
"uneceCommonCode" : "J26",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Degree Fahrenheit", {
"@language" : "en",
"@value" : "Reciprocal Degree Fahrenheit"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-EV-M3
URI: http://qudt.org/vocab/unit/PER-EV-M3
complement of the unit for atomic energy electronvolt related to the power of the SI base unit metre by exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-EV-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "complement of the unit for atomic energy electronvolt related to the power of the SI base unit metre by exponent 3" ; <http://qudt.org/schema/qudt/conversionMultiplier> 6241509074460762607.776240980930446 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.241509074460762607776240980930446E18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-5I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyDensityOfStates> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB164" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB164"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/(eV·m³)" ; <http://qudt.org/schema/qudt/ucumCode> "eV-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C88" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Electron Volt Cubic Meter"@en-US ; rdfs:label "Reciprocal Electron Volt Cubic Metre" ; rdfs:label "Reciprocal Electron Volt Cubic Metre"@en ; .
{"resource":"Reciprocal Electron Volt Cubic Metre"
,"qname":"unit:PER-EV-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-EV-M3"
,"properties":["conversion multiplier":"6241509074460762607.776240980930446"
,"conversion multiplier scientific":"6.241509074460762607776240980930446E18"
,"description":"complement of the unit for atomic energy electronvolt related to the power of the SI base unit metre by exponent 3"
,"has dimension vector":"qkdv:A0E0L-5I0M-1H0T2D0"
,"has quantity kind":"quantitykind:EnergyDensityOfStates"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB164"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB164"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Electron Volt Cubic Meter"
,"label":"Reciprocal Electron Volt Cubic Metre"
,"label":"Reciprocal Electron Volt Cubic Metre"
,"symbol":"\/(eV·m³)"
,"type":"qudt:Unit"
,"ucum code":"eV-1.m-3"
,"unece common code":"C88"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-EV-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "complement of the unit for atomic energy electronvolt related to the power of the SI base unit metre by exponent 3",
"conversionMultiplier" : "6241509074460762607.776240980930446",
"conversionMultiplier:SN" : 6.2415090744607621E18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-5I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyDensityOfStates",
"iec61360Code" : "0112/2///62720#UAB164",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB164",
"symbol" : "/(eV·m³)",
"ucumCode" : "eV-1.m-3",
"uneceCommonCode" : "C88",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Electron Volt Cubic Metre", {
"@language" : "en",
"@value" : "Reciprocal Electron Volt Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Electron Volt Cubic Meter"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-EV2
URI: http://qudt.org/vocab/unit/PER-EV2
Per Square Electron Volt is a denominator unit with dimensions $/eV^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-EV2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Square Electron Volt is a denominator unit with dimensions $/eV^2$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 38956435526576045471002924268900840000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.8956435526576045471002924268900840000E37 ; <http://qudt.org/schema/qudt/expression> "$/eV^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M-2H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseSquareEnergy> ; <http://qudt.org/schema/qudt/symbol> "/eV²" ; <http://qudt.org/schema/qudt/ucumCode> "eV-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Square Electron Volt" ; rdfs:label "Reciprocal Square Electron Volt"@en ; .
{"resource":"Reciprocal Square Electron Volt"
,"qname":"unit:PER-EV2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-EV2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"38956435526576045471002924268900840000.0"
,"conversion multiplier scientific":"3.8956435526576045471002924268900840000E37"
,"description":"Per Square Electron Volt is a denominator unit with dimensions $\/eV^2$."
,"expression":"$\/eV^2$"
,"has dimension vector":"qkdv:A0E0L-4I0M-2H0T4D0"
,"has quantity kind":"quantitykind:InverseSquareEnergy"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Square Electron Volt"
,"label":"Reciprocal Square Electron Volt"
,"symbol":"\/eV²"
,"type":"qudt:Unit"
,"ucum code":"eV-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-EV2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Square Electron Volt is a denominator unit with dimensions $/eV^2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "38956435526576045471002924268900840000.0",
"conversionMultiplier:SN" : 3.8956435526576046E37,
"expression" : "$/eV^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-4I0M-2H0T4D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseSquareEnergy",
"symbol" : "/eV²",
"ucumCode" : "eV-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Reciprocal Square Electron Volt"
}, "Reciprocal Square Electron Volt" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-FT3
URI: http://qudt.org/vocab/unit/PER-FT3
reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-FT3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 35.31466672148859025043801035400263 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.531466672148859025043801035400263E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/FT3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA453" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA453"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "/ft³" ; <http://qudt.org/schema/qudt/ucumCode> "[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K20" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Cubic Foot" ; rdfs:label "Reciprocal Cubic Foot"@en ; .
{"resource":"Reciprocal Cubic Foot"
,"qname":"unit:PER-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-FT3"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"35.31466672148859025043801035400263"
,"conversion multiplier scientific":"3.531466672148859025043801035400263E1"
,"description":"reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3"
,"description (plain text)":"reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseVolume"
,"has reciprocal unit":"unit:FT3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA453"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA453"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Cubic Foot"
,"label":"Reciprocal Cubic Foot"
,"symbol":"\/ft³"
,"type":"qudt:Unit"
,"ucum code":"[ft_i]-3"
,"unece common code":"K20"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "35.31466672148859025043801035400263",
"conversionMultiplier:SN" : 35.31466672148859,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseVolume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/FT3",
"iec61360Code" : "0112/2///62720#UAA453",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA453",
"plainTextDescription" : "reciprocal value of the power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3",
"symbol" : "/ft³",
"ucumCode" : "[ft_i]-3",
"uneceCommonCode" : "K20",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Reciprocal Cubic Foot"
}, "Reciprocal Cubic Foot" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-GM
URI: http://qudt.org/vocab/unit/PER-GM
reciprocal of the 0.001-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the 0.001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM-PER-GM> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseMass> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/GM_Carbon> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/GM_DRY> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/GM_Nitrogen> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC004" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC004"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/g" ; <http://qudt.org/schema/qudt/ucumCode> "g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Gram"@cs ; rdfs:label "Na Gram"@pl ; rdfs:label "Na Gram"@sl ; rdfs:label "Par Gramme"@fr ; rdfs:label "Pe Gram"@ro ; rdfs:label "Per Gram"@ms ; rdfs:label "Per Gram"@tr ; rdfs:label "Per Gramma"@la ; rdfs:label "Per Grammo"@it ; rdfs:label "Por Grama"@pt ; rdfs:label "Por Gramo"@es ; rdfs:label "Pro Gramm"@de ; rdfs:label "Reciprocal Gram" ; rdfs:label "Reciprocal Gram"@en ; .
{"resource":"Reciprocal Gram"
,"qname":"unit:PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"reciprocal of the 0.001-fold of the SI base unit kilogram"
,"exact match":"unit:NUM-PER-GM"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:InverseMass"
,"has reciprocal unit":"unit:GM_Carbon"
,"has reciprocal unit":"unit:GM_DRY"
,"has reciprocal unit":"unit:GM_Nitrogen"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC004"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC004"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Gram"
,"label":"Na Gram"
,"label":"Na Gram"
,"label":"Par Gramme"
,"label":"Pe Gram"
,"label":"Per Gram"
,"label":"Per Gram"
,"label":"Per Gramma"
,"label":"Per Grammo"
,"label":"Por Grama"
,"label":"Por Gramo"
,"label":"Pro Gramm"
,"label":"Reciprocal Gram"
,"label":"Reciprocal Gram"
,"symbol":"\/g"
,"type":"qudt:Unit"
,"ucum code":"g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the 0.001-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/NUM-PER-GM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseMass",
"hasReciprocalUnit" : [ "http://qudt.org/vocab/unit/GM_Nitrogen", "http://qudt.org/vocab/unit/GM_Carbon", "http://qudt.org/vocab/unit/GM_DRY" ],
"iec61360Code" : "0112/2///62720#UAC004",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC004",
"symbol" : "/g",
"ucumCode" : "g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Na Gram"
}, {
"@language" : "pl",
"@value" : "Na Gram"
}, {
"@language" : "sl",
"@value" : "Na Gram"
}, "Reciprocal Gram", {
"@language" : "en",
"@value" : "Reciprocal Gram"
}, {
"@language" : "it",
"@value" : "Per Grammo"
}, {
"@language" : "es",
"@value" : "Por Gramo"
}, {
"@language" : "ro",
"@value" : "Pe Gram"
}, {
"@language" : "de",
"@value" : "Pro Gramm"
}, {
"@language" : "pt",
"@value" : "Por Grama"
}, {
"@language" : "fr",
"@value" : "Par Gramme"
}, {
"@language" : "ms",
"@value" : "Per Gram"
}, {
"@language" : "tr",
"@value" : "Per Gram"
}, {
"@language" : "la",
"@value" : "Per Gramma"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-GigaEV2
URI: http://qudt.org/vocab/unit/PER-GigaEV2
Per Square Giga Electron Volt Unit is a denominator unit with dimensions $/GeV^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-GigaEV2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Square Giga Electron Volt Unit is a denominator unit with dimensions $/GeV^2$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 38956435526576045471.00292426890084 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.895643552657604547100292426890084E19 ; <http://qudt.org/schema/qudt/expression> "$/GeV^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M-2H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseSquareEnergy> ; <http://qudt.org/schema/qudt/symbol> "/GeV²" ; <http://qudt.org/schema/qudt/ucumCode> "GeV-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Square Giga Electron Volt" ; rdfs:label "Reciprocal Square Giga Electron Volt"@en ; .
{"resource":"Reciprocal Square Giga Electron Volt"
,"qname":"unit:PER-GigaEV2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-GigaEV2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"38956435526576045471.00292426890084"
,"conversion multiplier scientific":"3.895643552657604547100292426890084E19"
,"description":"Per Square Giga Electron Volt Unit is a denominator unit with dimensions $\/GeV^2$."
,"expression":"$\/GeV^2$"
,"has dimension vector":"qkdv:A0E0L-4I0M-2H0T4D0"
,"has quantity kind":"quantitykind:InverseSquareEnergy"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Square Giga Electron Volt"
,"label":"Reciprocal Square Giga Electron Volt"
,"symbol":"\/GeV²"
,"type":"qudt:Unit"
,"ucum code":"GeV-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-GigaEV2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Square Giga Electron Volt Unit is a denominator unit with dimensions $/GeV^2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "38956435526576045471.00292426890084",
"conversionMultiplier:SN" : 3.895643552657605E19,
"expression" : "$/GeV^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-4I0M-2H0T4D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseSquareEnergy",
"symbol" : "/GeV²",
"ucumCode" : "GeV-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Square Giga Electron Volt", {
"@language" : "en",
"@value" : "Reciprocal Square Giga Electron Volt"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-H
URI: http://qudt.org/vocab/unit/PER-H
reciprocal of the SI derived unit henry
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-H> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the SI derived unit henry" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Reluctance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA169" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA169"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/H" ; <http://qudt.org/schema/qudt/ucumCode> "H-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C89" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q77996931> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Χένρι"@el ; rdfs:label "Na Henr"@pl ; rdfs:label "Na Henry"@cs ; rdfs:label "Na Henry"@sl ; rdfs:label "Par Henry"@fr ; rdfs:label "Pe Henry"@ro ; rdfs:label "Per Henrium"@la ; rdfs:label "Per Henry"@it ; rdfs:label "Per Henry"@ms ; rdfs:label "Per Henry"@tr ; rdfs:label "Por Henrio"@es ; rdfs:label "Por Henry"@pt ; rdfs:label "Pro Henry"@de ; rdfs:label "Reciprocal Henry" ; rdfs:label "Reciprocal Henry"@en ; rdfs:label "На Генри"@ru ; rdfs:label "На Хенри"@bg ; .
{"resource":"Reciprocal Henry"
,"qname":"unit:PER-H"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-H"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q77996931>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"reciprocal of the SI derived unit henry"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Reluctance"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA169"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA169"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Χένρι"
,"label":"Na Henr"
,"label":"Na Henry"
,"label":"Na Henry"
,"label":"Par Henry"
,"label":"Pe Henry"
,"label":"Per Henrium"
,"label":"Per Henry"
,"label":"Per Henry"
,"label":"Per Henry"
,"label":"Por Henrio"
,"label":"Por Henry"
,"label":"Pro Henry"
,"label":"Reciprocal Henry"
,"label":"Reciprocal Henry"
,"label":"На Генри"
,"label":"На Хенри"
,"symbol":"\/H"
,"type":"qudt:Unit"
,"ucum code":"H-1"
,"unece common code":"C89"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-H",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the SI derived unit henry",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Reluctance",
"iec61360Code" : "0112/2///62720#UAA169",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA169",
"symbol" : "/H",
"ucumCode" : "H-1",
"uneceCommonCode" : "C89",
"wikidataMatch" : "http://www.wikidata.org/entity/Q77996931",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "На Генри"
}, {
"@language" : "el",
"@value" : "Aνά Χένρι"
}, {
"@language" : "bg",
"@value" : "На Хенри"
}, {
"@language" : "la",
"@value" : "Per Henrium"
}, {
"@language" : "cs",
"@value" : "Na Henry"
}, {
"@language" : "sl",
"@value" : "Na Henry"
}, {
"@language" : "ro",
"@value" : "Pe Henry"
}, {
"@language" : "fr",
"@value" : "Par Henry"
}, {
"@language" : "es",
"@value" : "Por Henrio"
}, {
"@language" : "pt",
"@value" : "Por Henry"
}, {
"@language" : "it",
"@value" : "Per Henry"
}, {
"@language" : "ms",
"@value" : "Per Henry"
}, {
"@language" : "tr",
"@value" : "Per Henry"
}, "Reciprocal Henry", {
"@language" : "de",
"@value" : "Pro Henry"
}, {
"@language" : "pl",
"@value" : "Na Henr"
}, {
"@language" : "en",
"@value" : "Reciprocal Henry"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-HR
URI: http://qudt.org/vocab/unit/PER-HR
A reciprocal unit of time for $\textit{reciprocal hour}$ or "inverse hour".
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-HR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A reciprocal unit of time for $\\textit{reciprocal hour}$ or \"inverse hour\"."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM-PER-HR> ;
<http://qudt.org/schema/qudt/expression> "$m^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA526" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA526"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "/h" ;
<http://qudt.org/schema/qudt/ucumCode> "h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "H10" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q102129428> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Reciprocal Hour" ;
rdfs:label "Reciprocal Hour"@en ;
.
{"resource":"Reciprocal Hour"
,"qname":"unit:PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q102129428>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"A reciprocal unit of time for $\\textit{reciprocal hour}$ or \"inverse hour\"."
,"exact match":"unit:NUM-PER-HR"
,"expression":"$m^{-1}$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA526"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA526"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Hour"
,"label":"Reciprocal Hour"
,"symbol":"\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"h-1"
,"unece common code":"H10"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A reciprocal unit of time for $\\textit{reciprocal hour}$ or \"inverse hour\".",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"exactMatch" : "http://qudt.org/vocab/unit/NUM-PER-HR",
"expression" : "$m^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAA526",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA526",
"symbol" : "/h",
"ucumCode" : "h-1",
"uneceCommonCode" : "H10",
"wikidataMatch" : "http://www.wikidata.org/entity/Q102129428",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Hour", {
"@language" : "en",
"@value" : "Reciprocal Hour"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-IN
URI: http://qudt.org/vocab/unit/PER-IN
complement of the unit inch according to the Anglo-American and Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "complement of the unit inch according to the Anglo-American and Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 39.37007874015748031496062992125984 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.937007874015748031496062992125984E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Repetency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB360" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB360"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/in" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q24" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Inch" ; rdfs:label "Reciprocal Inch"@en ; .
{"resource":"Reciprocal Inch"
,"qname":"unit:PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-IN"
,"properties":["conversion multiplier":"39.37007874015748031496062992125984"
,"conversion multiplier scientific":"3.937007874015748031496062992125984E1"
,"description":"complement of the unit inch according to the Anglo-American and Imperial system of units"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Repetency"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB360"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB360"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Inch"
,"label":"Reciprocal Inch"
,"symbol":"\/in"
,"type":"qudt:Unit"
,"ucum code":"[in_i]-1"
,"unece common code":"Q24"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "complement of the unit inch according to the Anglo-American and Imperial system of units",
"conversionMultiplier" : "39.37007874015748031496062992125984",
"conversionMultiplier:SN" : 39.37007874015748,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Repetency",
"iec61360Code" : "0112/2///62720#UAB360",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB360",
"symbol" : "/in",
"ucumCode" : "[in_i]-1",
"uneceCommonCode" : "Q24",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Inch", {
"@language" : "en",
"@value" : "Reciprocal Inch"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-IN2
URI: http://qudt.org/vocab/unit/PER-IN2
complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-IN2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1550.0031000062000124000248000496 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.5500031000062000124000248000496E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ParticleFluence> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/IN2> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB361" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB361"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/in²" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P78" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Square Inch" ; rdfs:label "Reciprocal Square Inch"@en ; .
{"resource":"Reciprocal Square Inch"
,"qname":"unit:PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-IN2"
,"properties":["conversion multiplier":"1550.0031000062000124000248000496"
,"conversion multiplier scientific":"1.5500031000062000124000248000496E3"
,"description":"complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ParticleFluence"
,"has reciprocal unit":"unit:IN2"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB361"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB361"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Square Inch"
,"label":"Reciprocal Square Inch"
,"symbol":"\/in²"
,"type":"qudt:Unit"
,"ucum code":"[in_i]-2"
,"unece common code":"P78"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "complement of the power of the unit inch according to the Anglo-American and Imperial system of units by exponent 2",
"conversionMultiplier" : "1550.0031000062000124000248000496",
"conversionMultiplier:SN" : 1550.0031000062,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ParticleFluence",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/IN2",
"iec61360Code" : "0112/2///62720#UAB361",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB361",
"symbol" : "/in²",
"ucumCode" : "[in_i]-2",
"uneceCommonCode" : "P78",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Square Inch", {
"@language" : "en",
"@value" : "Reciprocal Square Inch"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-IN3
URI: http://qudt.org/vocab/unit/PER-IN3
reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-IN3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 61023.74409473228395275688189171654 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.102374409473228395275688189171654E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/IN3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA546" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA546"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "/in³" ; <http://qudt.org/schema/qudt/ucumCode> "[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K49" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Cubic Inch" ; rdfs:label "Reciprocal Cubic Inch"@en ; .
{"resource":"Reciprocal Cubic Inch"
,"qname":"unit:PER-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-IN3"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"61023.74409473228395275688189171654"
,"conversion multiplier scientific":"6.102374409473228395275688189171654E4"
,"description":"reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3"
,"description (plain text)":"reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseVolume"
,"has reciprocal unit":"unit:IN3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA546"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA546"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Cubic Inch"
,"label":"Reciprocal Cubic Inch"
,"symbol":"\/in³"
,"type":"qudt:Unit"
,"ucum code":"[in_i]-3"
,"unece common code":"K49"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "61023.74409473228395275688189171654",
"conversionMultiplier:SN" : 61023.74409473228,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseVolume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/IN3",
"iec61360Code" : "0112/2///62720#UAA546",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA546",
"plainTextDescription" : "reciprocal value of the power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3",
"symbol" : "/in³",
"ucumCode" : "[in_i]-3",
"uneceCommonCode" : "K49",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Cubic Inch", {
"@language" : "en",
"@value" : "Reciprocal Cubic Inch"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-J
URI: http://qudt.org/vocab/unit/PER-J
reciprocal of the SI derived unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-J> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the SI derived unit joule" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB324" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB324"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/J" ; <http://qudt.org/schema/qudt/ucumCode> "J-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N91" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Τζάουλ"@el ; rdfs:label "Na Dżul"@pl ; rdfs:label "Na Joule"@cs ; rdfs:label "Na Joule"@sl ; rdfs:label "Par Joule"@fr ; rdfs:label "Pe Joule"@ro ; rdfs:label "Per Joule"@it ; rdfs:label "Per Joule"@ms ; rdfs:label "Per Joule"@tr ; rdfs:label "Per Joulium"@la ; rdfs:label "Por Joule"@pt ; rdfs:label "Por Julio"@es ; rdfs:label "Pro Joule"@de ; rdfs:label "Reciprocal Joule" ; rdfs:label "Reciprocal Joule"@en ; rdfs:label "На Джаул"@bg ; rdfs:label "На Джоуль"@ru ; .
{"resource":"Reciprocal Joule"
,"qname":"unit:PER-J"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-J"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"reciprocal of the SI derived unit joule"
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:InverseEnergy"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB324"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB324"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Τζάουλ"
,"label":"Na Dżul"
,"label":"Na Joule"
,"label":"Na Joule"
,"label":"Par Joule"
,"label":"Pe Joule"
,"label":"Per Joule"
,"label":"Per Joule"
,"label":"Per Joule"
,"label":"Per Joulium"
,"label":"Por Joule"
,"label":"Por Julio"
,"label":"Pro Joule"
,"label":"Reciprocal Joule"
,"label":"Reciprocal Joule"
,"label":"На Джаул"
,"label":"На Джоуль"
,"symbol":"\/J"
,"type":"qudt:Unit"
,"ucum code":"J-1"
,"unece common code":"N91"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-J",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the SI derived unit joule",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseEnergy",
"iec61360Code" : "0112/2///62720#UAB324",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB324",
"symbol" : "/J",
"ucumCode" : "J-1",
"uneceCommonCode" : "N91",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Pro Joule"
}, {
"@language" : "cs",
"@value" : "Na Joule"
}, {
"@language" : "sl",
"@value" : "Na Joule"
}, {
"@language" : "pl",
"@value" : "Na Dżul"
}, {
"@language" : "el",
"@value" : "Aνά Τζάουλ"
}, {
"@language" : "la",
"@value" : "Per Joulium"
}, {
"@language" : "pt",
"@value" : "Por Joule"
}, {
"@language" : "ru",
"@value" : "На Джоуль"
}, {
"@language" : "bg",
"@value" : "На Джаул"
}, {
"@language" : "es",
"@value" : "Por Julio"
}, "Reciprocal Joule", {
"@language" : "en",
"@value" : "Reciprocal Joule"
}, {
"@language" : "fr",
"@value" : "Par Joule"
}, {
"@language" : "it",
"@value" : "Per Joule"
}, {
"@language" : "ms",
"@value" : "Per Joule"
}, {
"@language" : "tr",
"@value" : "Per Joule"
}, {
"@language" : "ro",
"@value" : "Pe Joule"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-J-M3
URI: http://qudt.org/vocab/unit/PER-J-M3
unit of the density of states as a reciprocal of the derived unit joule related to the power of the SI base unit metre by exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-J-M3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the density of states as a reciprocal of the derived unit joule related to the power of the SI base unit metre by exponent 3" ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$j^{-1}-m^3$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-5I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyDensityOfStates> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB165" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB165"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "/(J·m³)" ;
<http://qudt.org/schema/qudt/ucumCode> "J-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C90" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q105687104> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Aνά Τζάουλ Κυβικό Μέτρο"@el ;
rdfs:label "Na Dżul Metr Sześcienny"@pl ;
rdfs:label "Na Joule Kubični Meter"@sl ;
rdfs:label "Na Joule Metr Krychlový"@cs ;
rdfs:label "Par Joule Mètre Cube"@fr ;
rdfs:label "Pe Joule Metru Cub"@ro ;
rdfs:label "Per Joule Meter Kubik"@ms ;
rdfs:label "Per Joule Metreküp"@tr ;
rdfs:label "Per Joule Metro Cubo"@it ;
rdfs:label "Per Joulium Metrum Cubicum"@la ;
rdfs:label "Por Joule Metro Cúbico"@pt ;
rdfs:label "Por Julio Metro Cúbico"@es ;
rdfs:label "Pro Joule Kubikmeter"@de ;
rdfs:label "Reciprocal Joule Cubic Meter"@en-US ;
rdfs:label "Reciprocal Joule Cubic Metre" ;
rdfs:label "Reciprocal Joule Cubic Metre"@en ;
rdfs:label "На Джаул Кубичен Метър"@bg ;
rdfs:label "На Джоуль Кубический Метр"@ru ;
.
{"resource":"Reciprocal Joule Cubic Metre"
,"qname":"unit:PER-J-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-J-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q105687104>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of the density of states as a reciprocal of the derived unit joule related to the power of the SI base unit metre by exponent 3"
,"expression":"$j^{-1}-m^3$"
,"has dimension vector":"qkdv:A0E0L-5I0M-1H0T2D0"
,"has quantity kind":"quantitykind:EnergyDensityOfStates"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB165"
,"informative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB165"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Τζάουλ Κυβικό Μέτρο"
,"label":"Na Dżul Metr Sześcienny"
,"label":"Na Joule Kubični Meter"
,"label":"Na Joule Metr Krychlový"
,"label":"Par Joule Mètre Cube"
,"label":"Pe Joule Metru Cub"
,"label":"Per Joule Meter Kubik"
,"label":"Per Joule Metreküp"
,"label":"Per Joule Metro Cubo"
,"label":"Per Joulium Metrum Cubicum"
,"label":"Por Joule Metro Cúbico"
,"label":"Por Julio Metro Cúbico"
,"label":"Pro Joule Kubikmeter"
,"label":"Reciprocal Joule Cubic Meter"
,"label":"Reciprocal Joule Cubic Metre"
,"label":"Reciprocal Joule Cubic Metre"
,"label":"На Джаул Кубичен Метър"
,"label":"На Джоуль Кубический Метр"
,"symbol":"\/(J·m³)"
,"type":"qudt:Unit"
,"ucum code":"J-1.m-3"
,"unece common code":"C90"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-J-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the density of states as a reciprocal of the derived unit joule related to the power of the SI base unit metre by exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$j^{-1}-m^3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-5I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyDensityOfStates",
"iec61360Code" : "0112/2///62720#UAB165",
"informativeReference" : [ "http://www.iso.org/iso/catalogue_detail?csnumber=31897", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB165" ],
"symbol" : "/(J·m³)",
"ucumCode" : "J-1.m-3",
"uneceCommonCode" : "C90",
"wikidataMatch" : "http://www.wikidata.org/entity/Q105687104",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Par Joule Mètre Cube"
}, {
"@language" : "tr",
"@value" : "Per Joule Metreküp"
}, {
"@language" : "ru",
"@value" : "На Джоуль Кубический Метр"
}, {
"@language" : "pl",
"@value" : "Na Dżul Metr Sześcienny"
}, {
"@language" : "ms",
"@value" : "Per Joule Meter Kubik"
}, {
"@language" : "la",
"@value" : "Per Joulium Metrum Cubicum"
}, {
"@language" : "el",
"@value" : "Aνά Τζάουλ Κυβικό Μέτρο"
}, {
"@language" : "cs",
"@value" : "Na Joule Metr Krychlový"
}, {
"@language" : "sl",
"@value" : "Na Joule Kubični Meter"
}, {
"@language" : "it",
"@value" : "Per Joule Metro Cubo"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Joule Cubic Meter"
}, {
"@language" : "bg",
"@value" : "На Джаул Кубичен Метър"
}, "Reciprocal Joule Cubic Metre", {
"@language" : "en",
"@value" : "Reciprocal Joule Cubic Metre"
}, {
"@language" : "pt",
"@value" : "Por Joule Metro Cúbico"
}, {
"@language" : "de",
"@value" : "Pro Joule Kubikmeter"
}, {
"@language" : "ro",
"@value" : "Pe Joule Metru Cub"
}, {
"@language" : "es",
"@value" : "Por Julio Metro Cúbico"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-J2
URI: http://qudt.org/vocab/unit/PER-J2
Per Square Joule is a denominator unit with dimensions $/eV^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-J2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Square Joule is a denominator unit with dimensions $/eV^2$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$/J^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-4I0M-2H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseSquareEnergy> ; <http://qudt.org/schema/qudt/symbol> "/J²" ; <http://qudt.org/schema/qudt/ucumCode> "J-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Τετραγωνικό Τζάουλ"@el ; rdfs:label "Na Dżul Kwadratowy"@pl ; rdfs:label "Na Kvadratni Joule"@sl ; rdfs:label "Na Čtvereční Joule"@cs ; rdfs:label "Par Joule Carré"@fr ; rdfs:label "Pe Joule Pătrat"@ro ; rdfs:label "Per Joule Persegi"@ms ; rdfs:label "Per Joule Quadrato"@it ; rdfs:label "Per Joulekare"@tr ; rdfs:label "Per Joulium Quadratum"@la ; rdfs:label "Por Joule Quadrado"@pt ; rdfs:label "Por Julio Cuadrado"@es ; rdfs:label "Pro Quadratjoule"@de ; rdfs:label "Reciprocal Square Joule" ; rdfs:label "Reciprocal Square Joule"@en ; rdfs:label "На Квадратен Джаул"@bg ; rdfs:label "На Квадратный Джоуль"@ru ; .
{"resource":"Reciprocal Square Joule"
,"qname":"unit:PER-J2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-J2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Per Square Joule is a denominator unit with dimensions $\/eV^2$."
,"expression":"$\/J^2$"
,"has dimension vector":"qkdv:A0E0L-4I0M-2H0T4D0"
,"has quantity kind":"quantitykind:InverseSquareEnergy"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Τετραγωνικό Τζάουλ"
,"label":"Na Dżul Kwadratowy"
,"label":"Na Kvadratni Joule"
,"label":"Na Čtvereční Joule"
,"label":"Par Joule Carré"
,"label":"Pe Joule Pătrat"
,"label":"Per Joule Persegi"
,"label":"Per Joule Quadrato"
,"label":"Per Joulekare"
,"label":"Per Joulium Quadratum"
,"label":"Por Joule Quadrado"
,"label":"Por Julio Cuadrado"
,"label":"Pro Quadratjoule"
,"label":"Reciprocal Square Joule"
,"label":"Reciprocal Square Joule"
,"label":"На Квадратен Джаул"
,"label":"На Квадратный Джоуль"
,"symbol":"\/J²"
,"type":"qudt:Unit"
,"ucum code":"J-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-J2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Square Joule is a denominator unit with dimensions $/eV^2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$/J^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-4I0M-2H0T4D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseSquareEnergy",
"symbol" : "/J²",
"ucumCode" : "J-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Pe Joule Pătrat"
}, {
"@language" : "ms",
"@value" : "Per Joule Persegi"
}, {
"@language" : "sl",
"@value" : "Na Kvadratni Joule"
}, {
"@language" : "ru",
"@value" : "На Квадратный Джоуль"
}, {
"@language" : "el",
"@value" : "Aνά Τετραγωνικό Τζάουλ"
}, "Reciprocal Square Joule", {
"@language" : "en",
"@value" : "Reciprocal Square Joule"
}, {
"@language" : "bg",
"@value" : "На Квадратен Джаул"
}, {
"@language" : "it",
"@value" : "Per Joule Quadrato"
}, {
"@language" : "tr",
"@value" : "Per Joulekare"
}, {
"@language" : "es",
"@value" : "Por Julio Cuadrado"
}, {
"@language" : "pl",
"@value" : "Na Dżul Kwadratowy"
}, {
"@language" : "pt",
"@value" : "Por Joule Quadrado"
}, {
"@language" : "fr",
"@value" : "Par Joule Carré"
}, {
"@language" : "cs",
"@value" : "Na Čtvereční Joule"
}, {
"@language" : "de",
"@value" : "Pro Quadratjoule"
}, {
"@language" : "la",
"@value" : "Per Joulium Quadratum"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-K
URI: http://qudt.org/vocab/unit/PER-K
Per Kelvin Unit is a denominator unit with dimensions $/k$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Kelvin Unit is a denominator unit with dimensions $/k$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$/K$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentThermalInertia> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExpansionRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseTemperature> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativePressureCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA193" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA193"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/K" ; <http://qudt.org/schema/qudt/ucumCode> "K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C91" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107028673> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Κέλβιν"@el ; rdfs:label "Na Kelvin"@cs ; rdfs:label "Na Kelvin"@sl ; rdfs:label "Na Kelwin"@pl ; rdfs:label "Par Kelvin"@fr ; rdfs:label "Pe Kelvin"@ro ; rdfs:label "Per Kelvin"@it ; rdfs:label "Per Kelvin"@la ; rdfs:label "Per Kelvin"@ms ; rdfs:label "Per Kelvin"@tr ; rdfs:label "Por Kelvin"@es ; rdfs:label "Por Kelvin"@pt ; rdfs:label "Pro Kelvin"@de ; rdfs:label "Reciprocal Kelvin" ; rdfs:label "Reciprocal Kelvin"@en ; rdfs:label "На Келвин"@bg ; rdfs:label "На Кельвин"@ru ; .
{"resource":"Reciprocal Kelvin"
,"qname":"unit:PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107028673>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Per Kelvin Unit is a denominator unit with dimensions $\/k$."
,"expression":"$\/K$"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ApparentThermalInertia"
,"has quantity kind":"quantitykind:ExpansionRatio"
,"has quantity kind":"quantitykind:InverseTemperature"
,"has quantity kind":"quantitykind:LinearExpansionCoefficient"
,"has quantity kind":"quantitykind:RelativePressureCoefficient"
,"has quantity kind":"quantitykind:ThermalExpansionCoefficient"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA193"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA193"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Κέλβιν"
,"label":"Na Kelvin"
,"label":"Na Kelvin"
,"label":"Na Kelwin"
,"label":"Par Kelvin"
,"label":"Pe Kelvin"
,"label":"Per Kelvin"
,"label":"Per Kelvin"
,"label":"Per Kelvin"
,"label":"Per Kelvin"
,"label":"Por Kelvin"
,"label":"Por Kelvin"
,"label":"Pro Kelvin"
,"label":"Reciprocal Kelvin"
,"label":"Reciprocal Kelvin"
,"label":"На Келвин"
,"label":"На Кельвин"
,"symbol":"\/K"
,"type":"qudt:Unit"
,"ucum code":"K-1"
,"unece common code":"C91"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Kelvin Unit is a denominator unit with dimensions $/k$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$/K$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ApparentThermalInertia", "http://qudt.org/vocab/quantitykind/RelativePressureCoefficient", "http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient", "http://qudt.org/vocab/quantitykind/InverseTemperature", "http://qudt.org/vocab/quantitykind/ExpansionRatio", "http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient" ],
"iec61360Code" : "0112/2///62720#UAA193",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA193",
"symbol" : "/K",
"ucumCode" : "K-1",
"uneceCommonCode" : "C91",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107028673",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Per Kelvin"
}, {
"@language" : "la",
"@value" : "Per Kelvin"
}, {
"@language" : "ms",
"@value" : "Per Kelvin"
}, {
"@language" : "tr",
"@value" : "Per Kelvin"
}, {
"@language" : "pl",
"@value" : "Na Kelwin"
}, {
"@language" : "ru",
"@value" : "На Кельвин"
}, {
"@language" : "cs",
"@value" : "Na Kelvin"
}, {
"@language" : "sl",
"@value" : "Na Kelvin"
}, {
"@language" : "fr",
"@value" : "Par Kelvin"
}, "Reciprocal Kelvin", {
"@language" : "en",
"@value" : "Reciprocal Kelvin"
}, {
"@language" : "de",
"@value" : "Pro Kelvin"
}, {
"@language" : "el",
"@value" : "Aνά Κέλβιν"
}, {
"@language" : "ro",
"@value" : "Pe Kelvin"
}, {
"@language" : "es",
"@value" : "Por Kelvin"
}, {
"@language" : "pt",
"@value" : "Por Kelvin"
}, {
"@language" : "bg",
"@value" : "На Келвин"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-KiloGM
URI: http://qudt.org/vocab/unit/PER-KiloGM
reciprocal of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC003" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC003"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/kg" ; <http://qudt.org/schema/qudt/ucumCode> "kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Χιλιόγραμμο"@el ; rdfs:label "Na Kilogram"@cs ; rdfs:label "Na Kilogram"@pl ; rdfs:label "Na Kilogram"@sl ; rdfs:label "Par Kilogramme"@fr ; rdfs:label "Pe Kilogram"@ro ; rdfs:label "Per Chiliogramma"@la ; rdfs:label "Per Chilogrammo"@it ; rdfs:label "Per Kilogram"@ms ; rdfs:label "Per Kilogram"@tr ; rdfs:label "Por Kilogramo"@es ; rdfs:label "Por Quilograma"@pt ; rdfs:label "Pro Kilogramm"@de ; rdfs:label "Reciprocal Kilogram" ; rdfs:label "Reciprocal Kilogram"@en ; rdfs:label "На Килограм"@bg ; rdfs:label "На Килограмм"@ru ; .
{"resource":"Reciprocal Kilogram"
,"qname":"unit:PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-KiloGM"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"reciprocal of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:InverseMass"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC003"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC003"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Χιλιόγραμμο"
,"label":"Na Kilogram"
,"label":"Na Kilogram"
,"label":"Na Kilogram"
,"label":"Par Kilogramme"
,"label":"Pe Kilogram"
,"label":"Per Chiliogramma"
,"label":"Per Chilogrammo"
,"label":"Per Kilogram"
,"label":"Per Kilogram"
,"label":"Por Kilogramo"
,"label":"Por Quilograma"
,"label":"Pro Kilogramm"
,"label":"Reciprocal Kilogram"
,"label":"Reciprocal Kilogram"
,"label":"На Килограм"
,"label":"На Килограмм"
,"symbol":"\/kg"
,"type":"qudt:Unit"
,"ucum code":"kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the SI base unit kilogram",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseMass",
"iec61360Code" : "0112/2///62720#UAC003",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC003",
"symbol" : "/kg",
"ucumCode" : "kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "На Килограмм"
}, {
"@language" : "de",
"@value" : "Pro Kilogramm"
}, {
"@language" : "el",
"@value" : "Aνά Χιλιόγραμμο"
}, {
"@language" : "ro",
"@value" : "Pe Kilogram"
}, {
"@language" : "ms",
"@value" : "Per Kilogram"
}, {
"@language" : "tr",
"@value" : "Per Kilogram"
}, {
"@language" : "fr",
"@value" : "Par Kilogramme"
}, {
"@language" : "cs",
"@value" : "Na Kilogram"
}, {
"@language" : "la",
"@value" : "Per Chiliogramma"
}, {
"@language" : "pl",
"@value" : "Na Kilogram"
}, {
"@language" : "sl",
"@value" : "Na Kilogram"
}, {
"@language" : "pt",
"@value" : "Por Quilograma"
}, "Reciprocal Kilogram", {
"@language" : "en",
"@value" : "Reciprocal Kilogram"
}, {
"@language" : "es",
"@value" : "Por Kilogramo"
}, {
"@language" : "it",
"@value" : "Per Chilogrammo"
}, {
"@language" : "bg",
"@value" : "На Килограм"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-KiloGM-SEC
URI: http://qudt.org/vocab/unit/PER-KiloGM-SEC
product of SI base units kilogram to the power of minus one and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-KiloGM-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of SI base units kilogram to the power of minus one and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD591" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD591"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/(kg·s)" ; <http://qudt.org/schema/qudt/ucumCode> "kg-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Χιλιόγραμμο Δευτερόλεπτο"@el ; rdfs:label "Na Kilogram Sekunda"@cs ; rdfs:label "Na Kilogram Sekunda"@pl ; rdfs:label "Na Kilogram Sekunda"@sl ; rdfs:label "Par Kilogramme Seconde"@fr ; rdfs:label "Pe Kilogram Secundă"@ro ; rdfs:label "Per Chiliogramma Secundum"@la ; rdfs:label "Per Chilogrammo Secondo"@it ; rdfs:label "Per Kilogram Saat"@ms ; rdfs:label "Per Kilogram Saniye"@tr ; rdfs:label "Por Kilogramo Segundo"@es ; rdfs:label "Por Quilograma Segundo"@pt ; rdfs:label "Pro Kilogramm Sekunde"@de ; rdfs:label "Reciprocal Kilogram Second" ; rdfs:label "Reciprocal Kilogram Second"@en ; rdfs:label "На Килограм Секунда"@bg ; rdfs:label "На Килограмм Секунда"@ru ; .
{"resource":"Reciprocal Kilogram Second"
,"qname":"unit:PER-KiloGM-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-KiloGM-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of SI base units kilogram to the power of minus one and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD591"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD591"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Χιλιόγραμμο Δευτερόλεπτο"
,"label":"Na Kilogram Sekunda"
,"label":"Na Kilogram Sekunda"
,"label":"Na Kilogram Sekunda"
,"label":"Par Kilogramme Seconde"
,"label":"Pe Kilogram Secundă"
,"label":"Per Chiliogramma Secundum"
,"label":"Per Chilogrammo Secondo"
,"label":"Per Kilogram Saat"
,"label":"Per Kilogram Saniye"
,"label":"Por Kilogramo Segundo"
,"label":"Por Quilograma Segundo"
,"label":"Pro Kilogramm Sekunde"
,"label":"Reciprocal Kilogram Second"
,"label":"Reciprocal Kilogram Second"
,"label":"На Килограм Секунда"
,"label":"На Килограмм Секунда"
,"symbol":"\/(kg·s)"
,"type":"qudt:Unit"
,"ucum code":"kg-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-KiloGM-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of SI base units kilogram to the power of minus one and second to the power of minus one given as dimensional product dim Q = L**$a} M**$b} T**$g} I**$d} $TH**$e} N**$z} J**$i}",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD591",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD591",
"symbol" : "/(kg·s)",
"ucumCode" : "kg-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Kilogram Second", {
"@language" : "en",
"@value" : "Reciprocal Kilogram Second"
}, {
"@language" : "la",
"@value" : "Per Chiliogramma Secundum"
}, {
"@language" : "es",
"@value" : "Por Kilogramo Segundo"
}, {
"@language" : "pl",
"@value" : "Na Kilogram Sekunda"
}, {
"@language" : "sl",
"@value" : "Na Kilogram Sekunda"
}, {
"@language" : "cs",
"@value" : "Na Kilogram Sekunda"
}, {
"@language" : "tr",
"@value" : "Per Kilogram Saniye"
}, {
"@language" : "fr",
"@value" : "Par Kilogramme Seconde"
}, {
"@language" : "ms",
"@value" : "Per Kilogram Saat"
}, {
"@language" : "it",
"@value" : "Per Chilogrammo Secondo"
}, {
"@language" : "ru",
"@value" : "На Килограмм Секунда"
}, {
"@language" : "ro",
"@value" : "Pe Kilogram Secundă"
}, {
"@language" : "bg",
"@value" : "На Килограм Секунда"
}, {
"@language" : "el",
"@value" : "Aνά Χιλιόγραμμο Δευτερόλεπτο"
}, {
"@language" : "de",
"@value" : "Pro Kilogramm Sekunde"
}, {
"@language" : "pt",
"@value" : "Por Quilograma Segundo"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-KiloGM2
URI: http://qudt.org/vocab/unit/PER-KiloGM2
Per Square Kilogram is a denominator unit with dimensions $/kg^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-KiloGM2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Square Kilogram is a denominator unit with dimensions $/kg^2$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$/kg^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-2H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseSquareMass> ; <http://qudt.org/schema/qudt/symbol> "/kg²" ; <http://qudt.org/schema/qudt/ucumCode> "kg-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Τετραγωνικό Χιλιόγραμμο"@el ; rdfs:label "Na Kilogram Kwadratowy"@pl ; rdfs:label "Na Kvadratni Kilogram"@sl ; rdfs:label "Na Čtvereční Kilogram"@cs ; rdfs:label "Par Kilogramme Carré"@fr ; rdfs:label "Pe Kilogram Pătrat"@ro ; rdfs:label "Per Chiliogramma Quadratum"@la ; rdfs:label "Per Chilogrammo Quadrato"@it ; rdfs:label "Per Kilogram Persegi"@ms ; rdfs:label "Per Kilogramkare"@tr ; rdfs:label "Por Kilogramo Cuadrado"@es ; rdfs:label "Por Quilograma Quadrado"@pt ; rdfs:label "Pro Quadratkilogramm"@de ; rdfs:label "Reciprocal Square Kilogram" ; rdfs:label "Reciprocal Square Kilogram"@en ; rdfs:label "На Квадратен Килограм"@bg ; rdfs:label "На Квадратный Килограмм"@ru ; .
{"resource":"Reciprocal Square Kilogram"
,"qname":"unit:PER-KiloGM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-KiloGM2"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Per Square Kilogram is a denominator unit with dimensions $\/kg^2$."
,"expression":"$\/kg^2$"
,"has dimension vector":"qkdv:A0E0L0I0M-2H0T0D0"
,"has quantity kind":"quantitykind:InverseSquareMass"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Τετραγωνικό Χιλιόγραμμο"
,"label":"Na Kilogram Kwadratowy"
,"label":"Na Kvadratni Kilogram"
,"label":"Na Čtvereční Kilogram"
,"label":"Par Kilogramme Carré"
,"label":"Pe Kilogram Pătrat"
,"label":"Per Chiliogramma Quadratum"
,"label":"Per Chilogrammo Quadrato"
,"label":"Per Kilogram Persegi"
,"label":"Per Kilogramkare"
,"label":"Por Kilogramo Cuadrado"
,"label":"Por Quilograma Quadrado"
,"label":"Pro Quadratkilogramm"
,"label":"Reciprocal Square Kilogram"
,"label":"Reciprocal Square Kilogram"
,"label":"На Квадратен Килограм"
,"label":"На Квадратный Килограмм"
,"symbol":"\/kg²"
,"type":"qudt:Unit"
,"ucum code":"kg-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-KiloGM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Square Kilogram is a denominator unit with dimensions $/kg^2$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$/kg^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-2H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseSquareMass",
"symbol" : "/kg²",
"ucumCode" : "kg-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Pe Kilogram Pătrat"
}, {
"@language" : "es",
"@value" : "Por Kilogramo Cuadrado"
}, {
"@language" : "it",
"@value" : "Per Chilogrammo Quadrato"
}, {
"@language" : "ms",
"@value" : "Per Kilogram Persegi"
}, {
"@language" : "ru",
"@value" : "На Квадратный Килограмм"
}, {
"@language" : "bg",
"@value" : "На Квадратен Килограм"
}, {
"@language" : "pl",
"@value" : "Na Kilogram Kwadratowy"
}, {
"@language" : "sl",
"@value" : "Na Kvadratni Kilogram"
}, {
"@language" : "la",
"@value" : "Per Chiliogramma Quadratum"
}, {
"@language" : "de",
"@value" : "Pro Quadratkilogramm"
}, {
"@language" : "el",
"@value" : "Aνά Τετραγωνικό Χιλιόγραμμο"
}, "Reciprocal Square Kilogram", {
"@language" : "en",
"@value" : "Reciprocal Square Kilogram"
}, {
"@language" : "pt",
"@value" : "Por Quilograma Quadrado"
}, {
"@language" : "tr",
"@value" : "Per Kilogramkare"
}, {
"@language" : "cs",
"@value" : "Na Čtvereční Kilogram"
}, {
"@language" : "fr",
"@value" : "Par Kilogramme Carré"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-KiloM
URI: http://qudt.org/vocab/unit/PER-KiloM
Per Kilometer Unit is a denominator unit with dimensions $/km$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Kilometer Unit is a denominator unit with dimensions $/km$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/expression> "$per-kilometer$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurvatureFromRadius> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearIonization> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhaseCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PropagationCoefficient> ; <http://qudt.org/schema/qudt/symbol> "/km" ; <http://qudt.org/schema/qudt/ucumCode> "km-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107244557> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Kilometer"@sl ; rdfs:label "Na Kilometr"@cs ; rdfs:label "Na Kilometr"@pl ; rdfs:label "Par Kilomètre"@fr ; rdfs:label "Pe Kilometru"@ro ; rdfs:label "Per Chilometro"@it ; rdfs:label "Per Kilometer"@ms ; rdfs:label "Per Kilometre"@tr ; rdfs:label "Por Kilometro"@es ; rdfs:label "Pro Kilometer"@de ; rdfs:label "Reciprocal Kilometer"@en-US ; rdfs:label "Reciprocal Kilometre" ; rdfs:label "Reciprocal Kilometre"@en ; .
{"resource":"Reciprocal Kilometre"
,"qname":"unit:PER-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-KiloM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107244557>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Per Kilometer Unit is a denominator unit with dimensions $\/km$."
,"expression":"$per-kilometer$"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:AngularReciprocalLatticeVector"
,"has quantity kind":"quantitykind:AttenuationCoefficient"
,"has quantity kind":"quantitykind:CurvatureFromRadius"
,"has quantity kind":"quantitykind:InverseLength"
,"has quantity kind":"quantitykind:LinearAbsorptionCoefficient"
,"has quantity kind":"quantitykind:LinearAttenuationCoefficient"
,"has quantity kind":"quantitykind:LinearIonization"
,"has quantity kind":"quantitykind:PhaseCoefficient"
,"has quantity kind":"quantitykind:PropagationCoefficient"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Kilometer"
,"label":"Na Kilometr"
,"label":"Na Kilometr"
,"label":"Par Kilomètre"
,"label":"Pe Kilometru"
,"label":"Per Chilometro"
,"label":"Per Kilometer"
,"label":"Per Kilometre"
,"label":"Por Kilometro"
,"label":"Pro Kilometer"
,"label":"Reciprocal Kilometer"
,"label":"Reciprocal Kilometre"
,"label":"Reciprocal Kilometre"
,"symbol":"\/km"
,"type":"qudt:Unit"
,"ucum code":"km-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Kilometer Unit is a denominator unit with dimensions $/km$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"expression" : "$per-kilometer$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PropagationCoefficient", "http://qudt.org/vocab/quantitykind/CurvatureFromRadius", "http://qudt.org/vocab/quantitykind/InverseLength", "http://qudt.org/vocab/quantitykind/AttenuationCoefficient", "http://qudt.org/vocab/quantitykind/PhaseCoefficient", "http://qudt.org/vocab/quantitykind/LinearIonization", "http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient", "http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient", "http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector" ],
"symbol" : "/km",
"ucumCode" : "km-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107244557",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Reciprocal Kilometer"
}, {
"@language" : "cs",
"@value" : "Na Kilometr"
}, {
"@language" : "pl",
"@value" : "Na Kilometr"
}, {
"@language" : "ro",
"@value" : "Pe Kilometru"
}, "Reciprocal Kilometre", {
"@language" : "en",
"@value" : "Reciprocal Kilometre"
}, {
"@language" : "tr",
"@value" : "Per Kilometre"
}, {
"@language" : "it",
"@value" : "Per Chilometro"
}, {
"@language" : "fr",
"@value" : "Par Kilomètre"
}, {
"@language" : "es",
"@value" : "Por Kilometro"
}, {
"@language" : "sl",
"@value" : "Na Kilometer"
}, {
"@language" : "ms",
"@value" : "Per Kilometer"
}, {
"@language" : "de",
"@value" : "Pro Kilometer"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-KiloV-A-HR
URI: http://qudt.org/vocab/unit/PER-KiloV-A-HR
reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-KiloV-A-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PER-KiloVA-HR> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseEnergy> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloVA-HR> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA098" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA098"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "/(kV·A·h)" ; <http://qudt.org/schema/qudt/ucumCode> "kV-1.A-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Kilovolt Ampere Hour" ; rdfs:label "Reciprocal Kilovolt Ampere Hour"@en ; .
{"resource":"Reciprocal Kilovolt Ampere Hour"
,"qname":"unit:PER-KiloV-A-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-KiloV-A-HR"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"deprecated":"true"
,"description":"reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour"
,"description (plain text)":"reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour"
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:InverseEnergy"
,"has reciprocal unit":"unit:KiloVA-HR"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA098"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA098"
,"is replaced by":"unit:PER-KiloVA-HR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Kilovolt Ampere Hour"
,"label":"Reciprocal Kilovolt Ampere Hour"
,"symbol":"\/(kV·A·h)"
,"type":"qudt:Unit"
,"ucum code":"kV-1.A-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-KiloV-A-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour",
"isReplacedBy" : "http://qudt.org/vocab/unit/PER-KiloVA-HR",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseEnergy",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloVA-HR",
"iec61360Code" : "0112/2///62720#UAA098",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA098",
"plainTextDescription" : "reciprocal of the 1,000-fold of the product of the SI derived unit volt and the SI base unit ampere and the unit hour",
"symbol" : "/(kV·A·h)",
"ucumCode" : "kV-1.A-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Kilovolt Ampere Hour", {
"@language" : "en",
"@value" : "Reciprocal Kilovolt Ampere Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-KiloVA-HR
URI: http://qudt.org/vocab/unit/PER-KiloVA-HR
reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-KiloVA-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseEnergy> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloVA-HR> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA098" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA098"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "/(kVA·h)" ; <http://qudt.org/schema/qudt/ucumCode> "kVA-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Kilo Volt Ampere Hour" ; rdfs:label "Reciprocal Kilo Volt Ampere Hour"@en ; .
{"resource":"Reciprocal Kilo Volt Ampere Hour"
,"qname":"unit:PER-KiloVA-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-KiloVA-HR"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"description":"reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour"
,"description (plain text)":"reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour"
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:InverseEnergy"
,"has reciprocal unit":"unit:KiloVA-HR"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA098"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA098"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Kilo Volt Ampere Hour"
,"label":"Reciprocal Kilo Volt Ampere Hour"
,"symbol":"\/(kVA·h)"
,"type":"qudt:Unit"
,"ucum code":"kVA-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-KiloVA-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseEnergy",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloVA-HR",
"iec61360Code" : "0112/2///62720#UAA098",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA098",
"plainTextDescription" : "reciprocal of the 1,000-fold of the product of the SI derived unit volt ampere and the unit hour",
"symbol" : "/(kVA·h)",
"ucumCode" : "kVA-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Kilo Volt Ampere Hour", {
"@language" : "en",
"@value" : "Reciprocal Kilo Volt Ampere Hour"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-L
URI: http://qudt.org/vocab/unit/PER-L
reciprocal value of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal value of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM-PER-L> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseVolume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA667" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA667"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal value of the unit litre" ; <http://qudt.org/schema/qudt/symbol> "/L" ; <http://qudt.org/schema/qudt/ucumCode> "L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K63" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Liter"@en-US ; rdfs:label "Reciprocal Litre" ; rdfs:label "Reciprocal Litre"@en ; .
{"resource":"Reciprocal Litre"
,"qname":"unit:PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-L"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"reciprocal value of the unit litre"
,"description (plain text)":"reciprocal value of the unit litre"
,"exact match":"unit:NUM-PER-L"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseVolume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA667"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA667"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Liter"
,"label":"Reciprocal Litre"
,"label":"Reciprocal Litre"
,"symbol":"\/L"
,"type":"qudt:Unit"
,"ucum code":"L-1"
,"unece common code":"K63"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal value of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/NUM-PER-L",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseVolume",
"iec61360Code" : "0112/2///62720#UAA667",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA667",
"plainTextDescription" : "reciprocal value of the unit litre",
"symbol" : "/L",
"ucumCode" : "L-1",
"uneceCommonCode" : "K63",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Reciprocal Liter"
}, "Reciprocal Litre", {
"@language" : "en",
"@value" : "Reciprocal Litre"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-LB
URI: http://qudt.org/vocab/unit/PER-LB
reciprocal of the unit pound (avoirdupois)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the unit pound (avoirdupois)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 2.20462262184877580722973801345027 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.20462262184877580722973801345027E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC008" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC008"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/lbm" ; <http://qudt.org/schema/qudt/ucumCode> "[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Pound Mass" ; rdfs:label "Reciprocal Pound Mass"@en ; .
{"resource":"Reciprocal Pound Mass"
,"qname":"unit:PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-LB"
,"properties":["conversion multiplier":"2.20462262184877580722973801345027"
,"conversion multiplier scientific":"2.20462262184877580722973801345027E0"
,"description":"reciprocal of the unit pound (avoirdupois)"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:InverseMass"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC008"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC008"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Pound Mass"
,"label":"Reciprocal Pound Mass"
,"symbol":"\/lbm"
,"type":"qudt:Unit"
,"ucum code":"[lb_av]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the unit pound (avoirdupois)",
"conversionMultiplier" : "2.20462262184877580722973801345027",
"conversionMultiplier:SN" : 2.2046226218487757,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseMass",
"iec61360Code" : "0112/2///62720#UAC008",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC008",
"symbol" : "/lbm",
"ucumCode" : "[lb_av]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Pound Mass", {
"@language" : "en",
"@value" : "Reciprocal Pound Mass"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-M
URI: http://qudt.org/vocab/unit/PER-M
Per Meter Unit is a denominator unit with dimensions $/m$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Meter Unit is a denominator unit with dimensions $/m$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM-PER-M> ; <http://qudt.org/schema/qudt/expression> "$per-meter$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurvatureFromRadius> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearIonization> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhaseCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PropagationCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA738" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA738"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/m" ; <http://qudt.org/schema/qudt/ucumCode> "m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C92" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11547251> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Μέτρο"@el ; rdfs:label "Na Meter"@sl ; rdfs:label "Na Metr"@cs ; rdfs:label "Na Metr"@pl ; rdfs:label "Par Mètre"@fr ; rdfs:label "Pe Metru"@ro ; rdfs:label "Per Meter"@ms ; rdfs:label "Per Metre"@tr ; rdfs:label "Per Metro"@it ; rdfs:label "Per Metrum"@la ; rdfs:label "Por Metro"@es ; rdfs:label "Por Metro"@pt ; rdfs:label "Pro Meter"@de ; rdfs:label "Reciprocal Meter"@en-US ; rdfs:label "Reciprocal Metre" ; rdfs:label "Reciprocal Metre"@en ; rdfs:label "На Метр"@ru ; rdfs:label "На Метър"@bg ; .
{"resource":"Reciprocal Metre"
,"qname":"unit:PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11547251>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Per Meter Unit is a denominator unit with dimensions $\/m$."
,"exact match":"unit:NUM-PER-M"
,"expression":"$per-meter$"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:AngularReciprocalLatticeVector"
,"has quantity kind":"quantitykind:AttenuationCoefficient"
,"has quantity kind":"quantitykind:CurvatureFromRadius"
,"has quantity kind":"quantitykind:InverseLength"
,"has quantity kind":"quantitykind:LinearAbsorptionCoefficient"
,"has quantity kind":"quantitykind:LinearAttenuationCoefficient"
,"has quantity kind":"quantitykind:LinearIonization"
,"has quantity kind":"quantitykind:PhaseCoefficient"
,"has quantity kind":"quantitykind:PropagationCoefficient"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA738"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA738"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Μέτρο"
,"label":"Na Meter"
,"label":"Na Metr"
,"label":"Na Metr"
,"label":"Par Mètre"
,"label":"Pe Metru"
,"label":"Per Meter"
,"label":"Per Metre"
,"label":"Per Metro"
,"label":"Per Metrum"
,"label":"Por Metro"
,"label":"Por Metro"
,"label":"Pro Meter"
,"label":"Reciprocal Meter"
,"label":"Reciprocal Metre"
,"label":"Reciprocal Metre"
,"label":"На Метр"
,"label":"На Метър"
,"symbol":"\/m"
,"type":"qudt:Unit"
,"ucum code":"m-1"
,"unece common code":"C92"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Meter Unit is a denominator unit with dimensions $/m$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"exactMatch" : "http://qudt.org/vocab/unit/NUM-PER-M",
"expression" : "$per-meter$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearIonization", "http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient", "http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient", "http://qudt.org/vocab/quantitykind/InverseLength", "http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector", "http://qudt.org/vocab/quantitykind/PropagationCoefficient", "http://qudt.org/vocab/quantitykind/AttenuationCoefficient", "http://qudt.org/vocab/quantitykind/CurvatureFromRadius", "http://qudt.org/vocab/quantitykind/PhaseCoefficient" ],
"iec61360Code" : "0112/2///62720#UAA738",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA738",
"symbol" : "/m",
"ucumCode" : "m-1",
"uneceCommonCode" : "C92",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11547251",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Reciprocal Metre"
}, "Reciprocal Metre", {
"@language" : "cs",
"@value" : "Na Metr"
}, {
"@language" : "pl",
"@value" : "Na Metr"
}, {
"@language" : "ru",
"@value" : "На Метр"
}, {
"@language" : "tr",
"@value" : "Per Metre"
}, {
"@language" : "ro",
"@value" : "Pe Metru"
}, {
"@language" : "it",
"@value" : "Per Metro"
}, {
"@language" : "bg",
"@value" : "На Метър"
}, {
"@language" : "fr",
"@value" : "Par Mètre"
}, {
"@language" : "ms",
"@value" : "Per Meter"
}, {
"@language" : "la",
"@value" : "Per Metrum"
}, {
"@language" : "pt",
"@value" : "Por Metro"
}, {
"@language" : "es",
"@value" : "Por Metro"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Meter"
}, {
"@language" : "de",
"@value" : "Pro Meter"
}, {
"@language" : "el",
"@value" : "Aνά Μέτρο"
}, {
"@language" : "sl",
"@value" : "Na Meter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-M-K
URI: http://qudt.org/vocab/unit/PER-M-K
Per Meter Kelvin Unit is a denominator unit with dimensions $/m.k$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-M-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Meter Kelvin Unit is a denominator unit with dimensions $/m.k$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$/m.k$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLengthTemperature> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/K-M> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-K> ; <http://qudt.org/schema/qudt/symbol> "/(m·K)" ; <http://qudt.org/schema/qudt/ucumCode> "m-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Μέτρο Κέλβιν"@el ; rdfs:label "Na Meter Kelvin"@sl ; rdfs:label "Na Metr Kelvin"@cs ; rdfs:label "Na Metr Kelwin"@pl ; rdfs:label "Par Mètre Kelvin"@fr ; rdfs:label "Pe Metru Kelvin"@ro ; rdfs:label "Per Meter Kelvin"@ms ; rdfs:label "Per Metre Kelvin"@tr ; rdfs:label "Per Metro Kelvin"@it ; rdfs:label "Per Metrum Kelvin"@la ; rdfs:label "Por Metro Kelvin"@es ; rdfs:label "Por Metro Kelvin"@pt ; rdfs:label "Pro Meter Kelvin"@de ; rdfs:label "Reciprocal Meter Kelvin"@en-US ; rdfs:label "Reciprocal Metre Kelvin" ; rdfs:label "Reciprocal Metre Kelvin"@en ; rdfs:label "На Метр Кельвин"@ru ; rdfs:label "На Метър Келвин"@bg ; .
{"resource":"Reciprocal Metre Kelvin"
,"qname":"unit:PER-M-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-M-K"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Per Meter Kelvin Unit is a denominator unit with dimensions $\/m.k$."
,"expression":"$\/m.k$"
,"has dimension vector":"qkdv:A0E0L-1I0M0H-1T0D0"
,"has quantity kind":"quantitykind:InverseLengthTemperature"
,"has reciprocal unit":"unit:K-M"
,"has reciprocal unit":"unit:M-K"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Μέτρο Κέλβιν"
,"label":"Na Meter Kelvin"
,"label":"Na Metr Kelvin"
,"label":"Na Metr Kelwin"
,"label":"Par Mètre Kelvin"
,"label":"Pe Metru Kelvin"
,"label":"Per Meter Kelvin"
,"label":"Per Metre Kelvin"
,"label":"Per Metro Kelvin"
,"label":"Per Metrum Kelvin"
,"label":"Por Metro Kelvin"
,"label":"Por Metro Kelvin"
,"label":"Pro Meter Kelvin"
,"label":"Reciprocal Meter Kelvin"
,"label":"Reciprocal Metre Kelvin"
,"label":"Reciprocal Metre Kelvin"
,"label":"На Метр Кельвин"
,"label":"На Метър Келвин"
,"symbol":"\/(m·K)"
,"type":"qudt:Unit"
,"ucum code":"m-1.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-M-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Meter Kelvin Unit is a denominator unit with dimensions $/m.k$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$/m.k$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseLengthTemperature",
"hasReciprocalUnit" : [ "http://qudt.org/vocab/unit/K-M", "http://qudt.org/vocab/unit/M-K" ],
"symbol" : "/(m·K)",
"ucumCode" : "m-1.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Na Meter Kelvin"
}, {
"@language" : "cs",
"@value" : "Na Metr Kelvin"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Meter Kelvin"
}, {
"@language" : "tr",
"@value" : "Per Metre Kelvin"
}, {
"@language" : "es",
"@value" : "Por Metro Kelvin"
}, {
"@language" : "pt",
"@value" : "Por Metro Kelvin"
}, {
"@language" : "de",
"@value" : "Pro Meter Kelvin"
}, "Reciprocal Metre Kelvin", {
"@language" : "en",
"@value" : "Reciprocal Metre Kelvin"
}, {
"@language" : "la",
"@value" : "Per Metrum Kelvin"
}, {
"@language" : "ms",
"@value" : "Per Meter Kelvin"
}, {
"@language" : "it",
"@value" : "Per Metro Kelvin"
}, {
"@language" : "pl",
"@value" : "Na Metr Kelwin"
}, {
"@language" : "el",
"@value" : "Aνά Μέτρο Κέλβιν"
}, {
"@language" : "ru",
"@value" : "На Метр Кельвин"
}, {
"@language" : "ro",
"@value" : "Pe Metru Kelvin"
}, {
"@language" : "fr",
"@value" : "Par Mètre Kelvin"
}, {
"@language" : "bg",
"@value" : "На Метър Келвин"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-M-NanoM
URI: http://qudt.org/vocab/unit/PER-M-NanoM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-M-NanoM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ParticleFluence> ; <http://qudt.org/schema/qudt/symbol> "/(m·nm)" ; <http://qudt.org/schema/qudt/ucumCode> "m-1.nm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Meter Nanometer"@sl ; rdfs:label "Na Metr Nanometr"@cs ; rdfs:label "Na Metr Nanometr"@pl ; rdfs:label "Par Mètre Nanomètre"@fr ; rdfs:label "Pe Metru Nanometru"@ro ; rdfs:label "Per Meter Nanometer"@ms ; rdfs:label "Per Metre Nanometre"@tr ; rdfs:label "Per Metro Nanometro"@it ; rdfs:label "Por Metro Nanometro"@es ; rdfs:label "Pro Meter Nanometer"@de ; rdfs:label "Reciprocal Meter Nanometer"@en-US ; rdfs:label "Reciprocal Metre Nanometre" ; rdfs:label "Reciprocal Metre Nanometre"@en ; .
{"resource":"Reciprocal Metre Nanometre"
,"qname":"unit:PER-M-NanoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-M-NanoM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ParticleFluence"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Meter Nanometer"
,"label":"Na Metr Nanometr"
,"label":"Na Metr Nanometr"
,"label":"Par Mètre Nanomètre"
,"label":"Pe Metru Nanometru"
,"label":"Per Meter Nanometer"
,"label":"Per Metre Nanometre"
,"label":"Per Metro Nanometro"
,"label":"Por Metro Nanometro"
,"label":"Pro Meter Nanometer"
,"label":"Reciprocal Meter Nanometer"
,"label":"Reciprocal Metre Nanometre"
,"label":"Reciprocal Metre Nanometre"
,"symbol":"\/(m·nm)"
,"type":"qudt:Unit"
,"ucum code":"m-1.nm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-M-NanoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ParticleFluence",
"symbol" : "/(m·nm)",
"ucumCode" : "m-1.nm-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Pe Metru Nanometru"
}, {
"@language" : "fr",
"@value" : "Par Mètre Nanomètre"
}, {
"@language" : "de",
"@value" : "Pro Meter Nanometer"
}, {
"@language" : "tr",
"@value" : "Per Metre Nanometre"
}, {
"@language" : "es",
"@value" : "Por Metro Nanometro"
}, {
"@language" : "it",
"@value" : "Per Metro Nanometro"
}, {
"@language" : "sl",
"@value" : "Na Meter Nanometer"
}, {
"@language" : "ms",
"@value" : "Per Meter Nanometer"
}, "Reciprocal Metre Nanometre", {
"@language" : "en",
"@value" : "Reciprocal Metre Nanometre"
}, {
"@language" : "cs",
"@value" : "Na Metr Nanometr"
}, {
"@language" : "pl",
"@value" : "Na Metr Nanometr"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Meter Nanometer"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-M-NanoM-SR
URI: http://qudt.org/vocab/unit/PER-M-NanoM-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-M-NanoM-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "/(m·nm·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "m-1.nm-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Meter Nanometer Steradian"@sl ; rdfs:label "Na Metr Nanometr Steradian"@pl ; rdfs:label "Na Metr Nanometr Steradián"@cs ; rdfs:label "Par Mètre Nanomètre Stéradian"@fr ; rdfs:label "Pe Metru Nanometru Steradian"@ro ; rdfs:label "Per Meter Nanometer Steradian"@ms ; rdfs:label "Per Metre Nanometre Steradyan"@tr ; rdfs:label "Per Metro Nanometro Steradiante"@it ; rdfs:label "Por Metro Nanometro Estereorradián"@es ; rdfs:label "Pro Meter Nanometer Steradiant"@de ; rdfs:label "Reciprocal Meter Nanometer Steradian"@en-US ; rdfs:label "Reciprocal Metre Nanometre Steradian" ; rdfs:label "Reciprocal Metre Nanometre Steradian"@en ; .
{"resource":"Reciprocal Metre Nanometre Steradian"
,"qname":"unit:PER-M-NanoM-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-M-NanoM-SR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Meter Nanometer Steradian"
,"label":"Na Metr Nanometr Steradian"
,"label":"Na Metr Nanometr Steradián"
,"label":"Par Mètre Nanomètre Stéradian"
,"label":"Pe Metru Nanometru Steradian"
,"label":"Per Meter Nanometer Steradian"
,"label":"Per Metre Nanometre Steradyan"
,"label":"Per Metro Nanometro Steradiante"
,"label":"Por Metro Nanometro Estereorradián"
,"label":"Pro Meter Nanometer Steradiant"
,"label":"Reciprocal Meter Nanometer Steradian"
,"label":"Reciprocal Metre Nanometre Steradian"
,"label":"Reciprocal Metre Nanometre Steradian"
,"symbol":"\/(m·nm·sr)"
,"type":"qudt:Unit"
,"ucum code":"m-1.nm-1.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-M-NanoM-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "/(m·nm·sr)",
"ucumCode" : "m-1.nm-1.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Pro Meter Nanometer Steradiant"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Meter Nanometer Steradian"
}, "Reciprocal Metre Nanometre Steradian", {
"@language" : "en",
"@value" : "Reciprocal Metre Nanometre Steradian"
}, {
"@language" : "ro",
"@value" : "Pe Metru Nanometru Steradian"
}, {
"@language" : "it",
"@value" : "Per Metro Nanometro Steradiante"
}, {
"@language" : "ms",
"@value" : "Per Meter Nanometer Steradian"
}, {
"@language" : "sl",
"@value" : "Na Meter Nanometer Steradian"
}, {
"@language" : "tr",
"@value" : "Per Metre Nanometre Steradyan"
}, {
"@language" : "pl",
"@value" : "Na Metr Nanometr Steradian"
}, {
"@language" : "cs",
"@value" : "Na Metr Nanometr Steradián"
}, {
"@language" : "es",
"@value" : "Por Metro Nanometro Estereorradián"
}, {
"@language" : "fr",
"@value" : "Par Mètre Nanomètre Stéradian"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-M-SEC
URI: http://qudt.org/vocab/unit/PER-M-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-M-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-SEC> ; <http://qudt.org/schema/qudt/symbol> "/(m·s)" ; <http://qudt.org/schema/qudt/ucumCode> "m-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Μέτρο Δευτερόλεπτο"@el ; rdfs:label "Na Meter Sekunda"@sl ; rdfs:label "Na Metr Sekunda"@cs ; rdfs:label "Na Metr Sekunda"@pl ; rdfs:label "Par Mètre Seconde"@fr ; rdfs:label "Pe Metru Secundă"@ro ; rdfs:label "Per Meter Saat"@ms ; rdfs:label "Per Metre Saniye"@tr ; rdfs:label "Per Metro Secondo"@it ; rdfs:label "Per Metrum Secundum"@la ; rdfs:label "Por Metro Segundo"@es ; rdfs:label "Por Metro Segundo"@pt ; rdfs:label "Pro Meter Sekunde"@de ; rdfs:label "Reciprocal Meter Second"@en-US ; rdfs:label "Reciprocal Metre Second" ; rdfs:label "Reciprocal Metre Second"@en ; rdfs:label "На Метр Секунда"@ru ; rdfs:label "На Метър Секунда"@bg ; .
{"resource":"Reciprocal Metre Second"
,"qname":"unit:PER-M-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-M-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:M-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Μέτρο Δευτερόλεπτο"
,"label":"Na Meter Sekunda"
,"label":"Na Metr Sekunda"
,"label":"Na Metr Sekunda"
,"label":"Par Mètre Seconde"
,"label":"Pe Metru Secundă"
,"label":"Per Meter Saat"
,"label":"Per Metre Saniye"
,"label":"Per Metro Secondo"
,"label":"Per Metrum Secundum"
,"label":"Por Metro Segundo"
,"label":"Por Metro Segundo"
,"label":"Pro Meter Sekunde"
,"label":"Reciprocal Meter Second"
,"label":"Reciprocal Metre Second"
,"label":"Reciprocal Metre Second"
,"label":"На Метр Секунда"
,"label":"На Метър Секунда"
,"symbol":"\/(m·s)"
,"type":"qudt:Unit"
,"ucum code":"m-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-M-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M-SEC",
"symbol" : "/(m·s)",
"ucumCode" : "m-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Per Metre Saniye"
}, {
"@language" : "fr",
"@value" : "Par Mètre Seconde"
}, {
"@language" : "it",
"@value" : "Per Metro Secondo"
}, {
"@language" : "ro",
"@value" : "Pe Metru Secundă"
}, {
"@language" : "en",
"@value" : "Reciprocal Metre Second"
}, "Reciprocal Metre Second", {
"@language" : "de",
"@value" : "Pro Meter Sekunde"
}, {
"@language" : "es",
"@value" : "Por Metro Segundo"
}, {
"@language" : "pt",
"@value" : "Por Metro Segundo"
}, {
"@language" : "sl",
"@value" : "Na Meter Sekunda"
}, {
"@language" : "ru",
"@value" : "На Метр Секунда"
}, {
"@language" : "la",
"@value" : "Per Metrum Secundum"
}, {
"@language" : "bg",
"@value" : "На Метър Секунда"
}, {
"@language" : "cs",
"@value" : "Na Metr Sekunda"
}, {
"@language" : "pl",
"@value" : "Na Metr Sekunda"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Meter Second"
}, {
"@language" : "el",
"@value" : "Aνά Μέτρο Δευτερόλεπτο"
}, {
"@language" : "ms",
"@value" : "Per Meter Saat"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-M-SR
URI: http://qudt.org/vocab/unit/PER-M-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-M-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "/(m·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "m-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Μέτρο Στερακτίνιο"@el ; rdfs:label "Na Meter Steradian"@sl ; rdfs:label "Na Metr Steradian"@pl ; rdfs:label "Na Metr Steradián"@cs ; rdfs:label "Par Mètre Stéradian"@fr ; rdfs:label "Pe Metru Steradian"@ro ; rdfs:label "Per Meter Steradian"@ms ; rdfs:label "Per Metre Steradyan"@tr ; rdfs:label "Per Metro Steradiante"@it ; rdfs:label "Per Metrum Steradian"@la ; rdfs:label "Por Metro Estereorradián"@es ; rdfs:label "Por Metro Esterradiano"@pt ; rdfs:label "Pro Meter Steradiant"@de ; rdfs:label "Reciprocal Meter Steradian"@en-US ; rdfs:label "Reciprocal Metre Steradian" ; rdfs:label "Reciprocal Metre Steradian"@en ; rdfs:label "На Метр Стерадиан"@ru ; rdfs:label "На Метър Стерадиан"@bg ; .
{"resource":"Reciprocal Metre Steradian"
,"qname":"unit:PER-M-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-M-SR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Μέτρο Στερακτίνιο"
,"label":"Na Meter Steradian"
,"label":"Na Metr Steradian"
,"label":"Na Metr Steradián"
,"label":"Par Mètre Stéradian"
,"label":"Pe Metru Steradian"
,"label":"Per Meter Steradian"
,"label":"Per Metre Steradyan"
,"label":"Per Metro Steradiante"
,"label":"Per Metrum Steradian"
,"label":"Por Metro Estereorradián"
,"label":"Por Metro Esterradiano"
,"label":"Pro Meter Steradiant"
,"label":"Reciprocal Meter Steradian"
,"label":"Reciprocal Metre Steradian"
,"label":"Reciprocal Metre Steradian"
,"label":"На Метр Стерадиан"
,"label":"На Метър Стерадиан"
,"symbol":"\/(m·sr)"
,"type":"qudt:Unit"
,"ucum code":"m-1.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-M-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "/(m·sr)",
"ucumCode" : "m-1.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "На Метр Стерадиан"
}, {
"@language" : "el",
"@value" : "Aνά Μέτρο Στερακτίνιο"
}, {
"@language" : "la",
"@value" : "Per Metrum Steradian"
}, {
"@language" : "es",
"@value" : "Por Metro Estereorradián"
}, {
"@language" : "bg",
"@value" : "На Метър Стерадиан"
}, {
"@language" : "ro",
"@value" : "Pe Metru Steradian"
}, {
"@language" : "de",
"@value" : "Pro Meter Steradiant"
}, {
"@language" : "pl",
"@value" : "Na Metr Steradian"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Meter Steradian"
}, {
"@language" : "sl",
"@value" : "Na Meter Steradian"
}, {
"@language" : "cs",
"@value" : "Na Metr Steradián"
}, {
"@language" : "it",
"@value" : "Per Metro Steradiante"
}, {
"@language" : "fr",
"@value" : "Par Mètre Stéradian"
}, {
"@language" : "pt",
"@value" : "Por Metro Esterradiano"
}, "Reciprocal Metre Steradian", {
"@language" : "en",
"@value" : "Reciprocal Metre Steradian"
}, {
"@language" : "tr",
"@value" : "Per Metre Steradyan"
}, {
"@language" : "ms",
"@value" : "Per Meter Steradian"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-M2
URI: http://qudt.org/vocab/unit/PER-M2
"Per Square Meter" is a denominator unit with dimensions $/m^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-M2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Per Square Meter\" is a denominator unit with dimensions $/m^2$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM-PER-M2> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ParticleFluence> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD611" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD611"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/m²" ; <http://qudt.org/schema/qudt/ucumCode> "m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C93" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11547252> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Τετραγωνικό Μέτρο"@el ; rdfs:label "Na Kvadratni Meter"@sl ; rdfs:label "Na Metr Kwadratowy"@pl ; rdfs:label "Na Čtvereční Metr"@cs ; rdfs:label "Par Mètre Carré"@fr ; rdfs:label "Pe Metru Pătrat"@ro ; rdfs:label "Per Meter Persegi"@ms ; rdfs:label "Per Metrekare"@tr ; rdfs:label "Per Metro Quadrato"@it ; rdfs:label "Per Metrum Quadratum"@la ; rdfs:label "Por Metro Cuadrado"@es ; rdfs:label "Por Metro Quadrado"@pt ; rdfs:label "Pro Quadratmeter"@de ; rdfs:label "Reciprocal Square Meter"@en-US ; rdfs:label "Reciprocal Square Metre" ; rdfs:label "Reciprocal Square Metre"@en ; rdfs:label "На Квадратен Метър"@bg ; rdfs:label "На Квадратный Метр"@ru ; .
{"resource":"Reciprocal Square Metre"
,"qname":"unit:PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11547252>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Steradian"
,"description":"\"Per Square Meter\" is a denominator unit with dimensions $\/m^2$."
,"exact match":"unit:NUM-PER-M2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ParticleFluence"
,"has reciprocal unit":"unit:M2"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD611"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD611"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Τετραγωνικό Μέτρο"
,"label":"Na Kvadratni Meter"
,"label":"Na Metr Kwadratowy"
,"label":"Na Čtvereční Metr"
,"label":"Par Mètre Carré"
,"label":"Pe Metru Pătrat"
,"label":"Per Meter Persegi"
,"label":"Per Metrekare"
,"label":"Per Metro Quadrato"
,"label":"Per Metrum Quadratum"
,"label":"Por Metro Cuadrado"
,"label":"Por Metro Quadrado"
,"label":"Pro Quadratmeter"
,"label":"Reciprocal Square Meter"
,"label":"Reciprocal Square Metre"
,"label":"Reciprocal Square Metre"
,"label":"На Квадратен Метър"
,"label":"На Квадратный Метр"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m-2"
,"unece common code":"C93"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Per Square Meter\" is a denominator unit with dimensions $/m^2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Steradian",
"exactMatch" : "http://qudt.org/vocab/unit/NUM-PER-M2",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ParticleFluence",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2",
"iec61360Code" : "0112/2///62720#UAD611",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD611",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "/m²",
"ucumCode" : "m-2",
"uneceCommonCode" : "C93",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11547252",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Square Metre", {
"@language" : "en",
"@value" : "Reciprocal Square Metre"
}, {
"@language" : "tr",
"@value" : "Per Metrekare"
}, {
"@language" : "sl",
"@value" : "Na Kvadratni Meter"
}, {
"@language" : "pt",
"@value" : "Por Metro Quadrado"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Square Meter"
}, {
"@language" : "cs",
"@value" : "Na Čtvereční Metr"
}, {
"@language" : "ro",
"@value" : "Pe Metru Pătrat"
}, {
"@language" : "la",
"@value" : "Per Metrum Quadratum"
}, {
"@language" : "es",
"@value" : "Por Metro Cuadrado"
}, {
"@language" : "ms",
"@value" : "Per Meter Persegi"
}, {
"@language" : "it",
"@value" : "Per Metro Quadrato"
}, {
"@language" : "fr",
"@value" : "Par Mètre Carré"
}, {
"@language" : "el",
"@value" : "Aνά Τετραγωνικό Μέτρο"
}, {
"@language" : "pl",
"@value" : "Na Metr Kwadratowy"
}, {
"@language" : "bg",
"@value" : "На Квадратен Метър"
}, {
"@language" : "ru",
"@value" : "На Квадратный Метр"
}, {
"@language" : "de",
"@value" : "Pro Quadratmeter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-M2-SEC
URI: http://qudt.org/vocab/unit/PER-M2-SEC
unit of the particle current density
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-M2-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the particle current density" ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$m^{-2}-s^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Flux> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ParticleFluenceRate> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB157" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB157"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "/(m²·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "m-2.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "B81" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q83951055> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Aνά Τετραγωνικό Μέτρο Δευτερόλεπτο"@el ;
rdfs:label "Na Kvadratni Meter Sekunda"@sl ;
rdfs:label "Na Metr Kwadratowy Sekunda"@pl ;
rdfs:label "Na Čtvereční Metr Sekunda"@cs ;
rdfs:label "Par Mètre Carré Seconde"@fr ;
rdfs:label "Pe Metru Pătrat Secundă"@ro ;
rdfs:label "Per Meter Persegi Saat"@ms ;
rdfs:label "Per Metrekare Saniye"@tr ;
rdfs:label "Per Metro Quadrato Secondo"@it ;
rdfs:label "Per Metrum Quadratum Secundum"@la ;
rdfs:label "Por Metro Cuadrado Segundo"@es ;
rdfs:label "Por Metro Quadrado Segundo"@pt ;
rdfs:label "Pro Quadratmeter Sekunde"@de ;
rdfs:label "Reciprocal Square Meter Second"@en-US ;
rdfs:label "Reciprocal Square Metre Second" ;
rdfs:label "Reciprocal Square Metre Second"@en ;
rdfs:label "На Квадратен Метър Секунда"@bg ;
rdfs:label "На Квадратный Метр Секунда"@ru ;
<http://www.w3.org/2004/02/skos/core#altLabel> "Reciprocal square metre per second"@en ;
.
{"resource":"Reciprocal Square Metre Second"
,"qname":"unit:PER-M2-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-M2-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q83951055>"
,"alternative label":"Reciprocal square metre per second"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of the particle current density"
,"expression":"$m^{-2}-s^{-1}$"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Flux"
,"has quantity kind":"quantitykind:ParticleFluenceRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB157"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB157"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Τετραγωνικό Μέτρο Δευτερόλεπτο"
,"label":"Na Kvadratni Meter Sekunda"
,"label":"Na Metr Kwadratowy Sekunda"
,"label":"Na Čtvereční Metr Sekunda"
,"label":"Par Mètre Carré Seconde"
,"label":"Pe Metru Pătrat Secundă"
,"label":"Per Meter Persegi Saat"
,"label":"Per Metrekare Saniye"
,"label":"Per Metro Quadrato Secondo"
,"label":"Per Metrum Quadratum Secundum"
,"label":"Por Metro Cuadrado Segundo"
,"label":"Por Metro Quadrado Segundo"
,"label":"Pro Quadratmeter Sekunde"
,"label":"Reciprocal Square Meter Second"
,"label":"Reciprocal Square Metre Second"
,"label":"Reciprocal Square Metre Second"
,"label":"На Квадратен Метър Секунда"
,"label":"На Квадратный Метр Секунда"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"\/(m²·s)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m-2.s-1"
,"unece common code":"B81"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-M2-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "unit of the particle current density",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$m^{-2}-s^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Flux", "http://qudt.org/vocab/quantitykind/ParticleFluenceRate" ],
"iec61360Code" : "0112/2///62720#UAB157",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB157",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "/(m²·s)",
"ucumCode" : "m-2.s-1",
"uneceCommonCode" : "B81",
"wikidataMatch" : "http://www.wikidata.org/entity/Q83951055",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Par Mètre Carré Seconde"
}, {
"@language" : "es",
"@value" : "Por Metro Cuadrado Segundo"
}, "Reciprocal Square Metre Second", {
"@language" : "en",
"@value" : "Reciprocal Square Metre Second"
}, {
"@language" : "cs",
"@value" : "Na Čtvereční Metr Sekunda"
}, {
"@language" : "ru",
"@value" : "На Квадратный Метр Секунда"
}, {
"@language" : "de",
"@value" : "Pro Quadratmeter Sekunde"
}, {
"@language" : "pt",
"@value" : "Por Metro Quadrado Segundo"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Square Meter Second"
}, {
"@language" : "tr",
"@value" : "Per Metrekare Saniye"
}, {
"@language" : "it",
"@value" : "Per Metro Quadrato Secondo"
}, {
"@language" : "ms",
"@value" : "Per Meter Persegi Saat"
}, {
"@language" : "ro",
"@value" : "Pe Metru Pătrat Secundă"
}, {
"@language" : "pl",
"@value" : "Na Metr Kwadratowy Sekunda"
}, {
"@language" : "el",
"@value" : "Aνά Τετραγωνικό Μέτρο Δευτερόλεπτο"
}, {
"@language" : "la",
"@value" : "Per Metrum Quadratum Secundum"
}, {
"@language" : "bg",
"@value" : "На Квадратен Метър Секунда"
}, {
"@language" : "sl",
"@value" : "Na Kvadratni Meter Sekunda"
} ],
"altLabel" : {
"@language" : "en",
"@value" : "Reciprocal square metre per second"
},
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-M3
URI: http://qudt.org/vocab/unit/PER-M3
"Per Cubic Meter" is a denominator unit with dimensions $/m^3$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Per Cubic Meter\" is a denominator unit with dimensions $/m^3$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM-PER-M3> ; <http://qudt.org/schema/qudt/expression> "$/m^3$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA740" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA740"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/m³" ; <http://qudt.org/schema/qudt/ucumCode> "m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C86" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21401573> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Κυβικό Μέτρο"@el ; rdfs:label "Na Kubični Meter"@sl ; rdfs:label "Na Metr Krychlový"@cs ; rdfs:label "Na Metr Sześcienny"@pl ; rdfs:label "Par Mètre Cube"@fr ; rdfs:label "Pe Metru Cub"@ro ; rdfs:label "Per Meter Kubik"@ms ; rdfs:label "Per Metreküp"@tr ; rdfs:label "Per Metro Cubo"@it ; rdfs:label "Per Metrum Cubicum"@la ; rdfs:label "Por Metro Cúbico"@es ; rdfs:label "Por Metro Cúbico"@pt ; rdfs:label "Pro Kubikmeter"@de ; rdfs:label "Reciprocal Cubic Meter"@en-US ; rdfs:label "Reciprocal Cubic Metre" ; rdfs:label "Reciprocal Cubic Metre"@en ; rdfs:label "На Кубичен Метър"@bg ; rdfs:label "На Кубический Метр"@ru ; .
{"resource":"Reciprocal Cubic Metre"
,"qname":"unit:PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21401573>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\"Per Cubic Meter\" is a denominator unit with dimensions $\/m^3$."
,"exact match":"unit:NUM-PER-M3"
,"expression":"$\/m^3$"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseVolume"
,"has reciprocal unit":"unit:M3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA740"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA740"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Κυβικό Μέτρο"
,"label":"Na Kubični Meter"
,"label":"Na Metr Krychlový"
,"label":"Na Metr Sześcienny"
,"label":"Par Mètre Cube"
,"label":"Pe Metru Cub"
,"label":"Per Meter Kubik"
,"label":"Per Metreküp"
,"label":"Per Metro Cubo"
,"label":"Per Metrum Cubicum"
,"label":"Por Metro Cúbico"
,"label":"Por Metro Cúbico"
,"label":"Pro Kubikmeter"
,"label":"Reciprocal Cubic Meter"
,"label":"Reciprocal Cubic Metre"
,"label":"Reciprocal Cubic Metre"
,"label":"На Кубичен Метър"
,"label":"На Кубический Метр"
,"symbol":"\/m³"
,"type":"qudt:Unit"
,"ucum code":"m-3"
,"unece common code":"C86"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Per Cubic Meter\" is a denominator unit with dimensions $/m^3$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"exactMatch" : "http://qudt.org/vocab/unit/NUM-PER-M3",
"expression" : "$/m^3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseVolume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M3",
"iec61360Code" : "0112/2///62720#UAA740",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA740",
"symbol" : "/m³",
"ucumCode" : "m-3",
"uneceCommonCode" : "C86",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21401573",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Per Meter Kubik"
}, {
"@language" : "de",
"@value" : "Pro Kubikmeter"
}, {
"@language" : "fr",
"@value" : "Par Mètre Cube"
}, {
"@language" : "bg",
"@value" : "На Кубичен Метър"
}, {
"@language" : "ro",
"@value" : "Pe Metru Cub"
}, {
"@language" : "la",
"@value" : "Per Metrum Cubicum"
}, {
"@language" : "ru",
"@value" : "На Кубический Метр"
}, {
"@language" : "el",
"@value" : "Aνά Κυβικό Μέτρο"
}, {
"@language" : "sl",
"@value" : "Na Kubični Meter"
}, {
"@language" : "es",
"@value" : "Por Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Por Metro Cúbico"
}, {
"@language" : "it",
"@value" : "Per Metro Cubo"
}, "Reciprocal Cubic Metre", {
"@language" : "en",
"@value" : "Reciprocal Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Cubic Meter"
}, {
"@language" : "pl",
"@value" : "Na Metr Sześcienny"
}, {
"@language" : "tr",
"@value" : "Per Metreküp"
}, {
"@language" : "cs",
"@value" : "Na Metr Krychlový"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-M3-SEC
URI: http://qudt.org/vocab/unit/PER-M3-SEC
unit of the slowing-down density as reciprocal of the power of the SI base unit metre with exponent 3 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-M3-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the slowing-down density as reciprocal of the power of the SI base unit metre with exponent 3 divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$m^{-3}-s^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ParticleSourceDensity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Slowing-DownDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB163" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB163"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31895"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "/(m³·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "m-3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C87" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98915792> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Aνά Κυβικό Μέτρο Δευτερόλεπτο"@el ;
rdfs:label "Na Kubični Meter Sekunda"@sl ;
rdfs:label "Na Metr Krychlový Sekunda"@cs ;
rdfs:label "Na Metr Sześcienny Sekunda"@pl ;
rdfs:label "Par Mètre Cube Seconde"@fr ;
rdfs:label "Pe Metru Cub Secundă"@ro ;
rdfs:label "Per Meter Kubik Saat"@ms ;
rdfs:label "Per Metreküp Saniye"@tr ;
rdfs:label "Per Metro Cubo Secondo"@it ;
rdfs:label "Per Metrum Cubicum Secundum"@la ;
rdfs:label "Por Metro Cúbico Segundo"@es ;
rdfs:label "Por Metro Cúbico Segundo"@pt ;
rdfs:label "Pro Kubikmeter Sekunde"@de ;
rdfs:label "Reciprocal Cubic Meter Second"@en-US ;
rdfs:label "Reciprocal Cubic Metre Second" ;
rdfs:label "Reciprocal Cubic Metre Second"@en ;
rdfs:label "На Кубичен Метър Секунда"@bg ;
rdfs:label "На Кубический Метр Секунда"@ru ;
<http://www.w3.org/2004/02/skos/core#altLabel> "Reciprocal cubic metre per second"@en ;
.
{"resource":"Reciprocal Cubic Metre Second"
,"qname":"unit:PER-M3-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-M3-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98915792>"
,"alternative label":"Reciprocal cubic metre per second"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of the slowing-down density as reciprocal of the power of the SI base unit metre with exponent 3 divided by the SI base unit second"
,"expression":"$m^{-3}-s^{-1}$"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ParticleSourceDensity"
,"has quantity kind":"quantitykind:Slowing-DownDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB163"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB163"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Κυβικό Μέτρο Δευτερόλεπτο"
,"label":"Na Kubični Meter Sekunda"
,"label":"Na Metr Krychlový Sekunda"
,"label":"Na Metr Sześcienny Sekunda"
,"label":"Par Mètre Cube Seconde"
,"label":"Pe Metru Cub Secundă"
,"label":"Per Meter Kubik Saat"
,"label":"Per Metreküp Saniye"
,"label":"Per Metro Cubo Secondo"
,"label":"Per Metrum Cubicum Secundum"
,"label":"Por Metro Cúbico Segundo"
,"label":"Por Metro Cúbico Segundo"
,"label":"Pro Kubikmeter Sekunde"
,"label":"Reciprocal Cubic Meter Second"
,"label":"Reciprocal Cubic Metre Second"
,"label":"Reciprocal Cubic Metre Second"
,"label":"На Кубичен Метър Секунда"
,"label":"На Кубический Метр Секунда"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31895"
,"symbol":"\/(m³·s)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"m-3.s-1"
,"unece common code":"C87"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-M3-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "unit of the slowing-down density as reciprocal of the power of the SI base unit metre with exponent 3 divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$m^{-3}-s^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Slowing-DownDensity", "http://qudt.org/vocab/quantitykind/ParticleSourceDensity" ],
"iec61360Code" : "0112/2///62720#UAB163",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB163",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31895",
"symbol" : "/(m³·s)",
"ucumCode" : "m-3.s-1",
"uneceCommonCode" : "C87",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98915792",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "На Кубический Метр Секунда"
}, {
"@language" : "fr",
"@value" : "Par Mètre Cube Seconde"
}, "Reciprocal Cubic Metre Second", {
"@language" : "en",
"@value" : "Reciprocal Cubic Metre Second"
}, {
"@language" : "el",
"@value" : "Aνά Κυβικό Μέτρο Δευτερόλεπτο"
}, {
"@language" : "ro",
"@value" : "Pe Metru Cub Secundă"
}, {
"@language" : "sl",
"@value" : "Na Kubični Meter Sekunda"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Cubic Meter Second"
}, {
"@language" : "cs",
"@value" : "Na Metr Krychlový Sekunda"
}, {
"@language" : "pl",
"@value" : "Na Metr Sześcienny Sekunda"
}, {
"@language" : "ms",
"@value" : "Per Meter Kubik Saat"
}, {
"@language" : "de",
"@value" : "Pro Kubikmeter Sekunde"
}, {
"@language" : "bg",
"@value" : "На Кубичен Метър Секунда"
}, {
"@language" : "tr",
"@value" : "Per Metreküp Saniye"
}, {
"@language" : "it",
"@value" : "Per Metro Cubo Secondo"
}, {
"@language" : "la",
"@value" : "Per Metrum Cubicum Secundum"
}, {
"@language" : "pt",
"@value" : "Por Metro Cúbico Segundo"
}, {
"@language" : "es",
"@value" : "Por Metro Cúbico Segundo"
} ],
"altLabel" : {
"@language" : "en",
"@value" : "Reciprocal cubic metre per second"
},
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MILLE-PSI
URI: http://qudt.org/vocab/unit/PER-MILLE-PSI
thousandth divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MILLE-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PERMILLE-PER-PSI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001450377 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.450377E-7 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Compressibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InversePressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IsothermalCompressibility> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA016" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA016"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "thousandth divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/symbol> "/ksi" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J12" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Mille Psi" ; rdfs:label "Reciprocal Mille Psi"@en ; .
{"resource":"Reciprocal Mille Psi"
,"qname":"unit:PER-MILLE-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MILLE-PSI"
,"properties":["conversion multiplier":"0.0000001450377"
,"conversion multiplier scientific":"1.450377E-7"
,"deprecated":"true"
,"description":"thousandth divided by the composed unit for pressure (pound-force per square inch)"
,"description (plain text)":"thousandth divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Compressibility"
,"has quantity kind":"quantitykind:InversePressure"
,"has quantity kind":"quantitykind:IsothermalCompressibility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA016"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA016"
,"is replaced by":"unit:PERMILLE-PER-PSI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Mille Psi"
,"label":"Reciprocal Mille Psi"
,"symbol":"\/ksi"
,"type":"qudt:Unit"
,"unece common code":"J12"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MILLE-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "thousandth divided by the composed unit for pressure (pound-force per square inch)",
"isReplacedBy" : "http://qudt.org/vocab/unit/PERMILLE-PER-PSI",
"conversionMultiplier" : "0.0000001450377",
"conversionMultiplier:SN" : 1.450377E-7,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Compressibility", "http://qudt.org/vocab/quantitykind/InversePressure", "http://qudt.org/vocab/quantitykind/IsothermalCompressibility" ],
"iec61360Code" : "0112/2///62720#UAA016",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA016",
"plainTextDescription" : "thousandth divided by the composed unit for pressure (pound-force per square inch)",
"symbol" : "/ksi",
"uneceCommonCode" : "J12",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Mille Psi", {
"@language" : "en",
"@value" : "Reciprocal Mille Psi"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MIN
URI: http://qudt.org/vocab/unit/PER-MIN
A reciprocal unit of time for $\textit{reciprocal minute}$ or $\textit{inverse minute}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A reciprocal unit of time for $\\textit{reciprocal minute}$ or $\\textit{inverse minute}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ;
<http://qudt.org/schema/qudt/expression> "$m^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA843" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA843"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "/min" ;
<http://qudt.org/schema/qudt/ucumCode> "min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C94" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q102129339> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Reciprocal Minute" ;
rdfs:label "Reciprocal Minute"@en ;
.
{"resource":"Reciprocal Minute"
,"qname":"unit:PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q102129339>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"A reciprocal unit of time for $\\textit{reciprocal minute}$ or $\\textit{inverse minute}$."
,"expression":"$m^{-1}$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA843"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA843"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Minute"
,"label":"Reciprocal Minute"
,"symbol":"\/min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"min-1"
,"unece common code":"C94"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A reciprocal unit of time for $\\textit{reciprocal minute}$ or $\\textit{inverse minute}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"expression" : "$m^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAA843",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA843",
"symbol" : "/min",
"ucumCode" : "min-1",
"uneceCommonCode" : "C94",
"wikidataMatch" : "http://www.wikidata.org/entity/Q102129339",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Minute", {
"@language" : "en",
"@value" : "Reciprocal Minute"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MO
URI: http://qudt.org/vocab/unit/PER-MO
reciprocal of the unit month
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the unit month"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000003919350772901616281311709002114104 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.919350772901616281311709002114104E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA881" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA881"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal of the unit month" ; <http://qudt.org/schema/qudt/symbol> "/mo" ; <http://qudt.org/schema/qudt/ucumCode> "mo-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H11" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623462> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Month" ; rdfs:label "Reciprocal Month"@en ; .
{"resource":"Reciprocal Month"
,"qname":"unit:PER-MO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MO"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623462>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000003919350772901616281311709002114104"
,"conversion multiplier scientific":"3.919350772901616281311709002114104E-7"
,"description":"reciprocal of the unit month"
,"description (plain text)":"reciprocal of the unit month"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA881"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA881"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Month"
,"label":"Reciprocal Month"
,"symbol":"\/mo"
,"type":"qudt:Unit"
,"ucum code":"mo-1"
,"unece common code":"H11"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the unit month",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0000003919350772901616281311709002114104",
"conversionMultiplier:SN" : 3.9193507729016165E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAA881",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA881",
"plainTextDescription" : "reciprocal of the unit month",
"symbol" : "/mo",
"ucumCode" : "mo-1",
"uneceCommonCode" : "H11",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623462",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Reciprocal Month"
}, "Reciprocal Month" ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MOL
URI: http://qudt.org/vocab/unit/PER-MOL
The $\textit{Per Mole Unit}$ is a denominator unit with dimensions $mol^{-1}$
.@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-MOL>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "<p>The $\\textit{Per Mole Unit}$ is a denominator unit with dimensions $mol^{-1}$</p>."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$/mol$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseAmountOfSubstance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD514" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD514"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "/mol" ;
<http://qudt.org/schema/qudt/ucumCode> "mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C95" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q68712008> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Aνά Μολ"@el ;
rdfs:label "Na Mol"@cs ;
rdfs:label "Na Mol"@pl ;
rdfs:label "Na Mol"@sl ;
rdfs:label "Par Mole"@fr ;
rdfs:label "Pe Mol"@ro ;
rdfs:label "Per Mol"@tr ;
rdfs:label "Per Mole"@it ;
rdfs:label "Per Mole"@ms ;
rdfs:label "Per Moles"@la ;
rdfs:label "Por Mol"@es ;
rdfs:label "Por Mol"@pt ;
rdfs:label "Pro Mol"@de ;
rdfs:label "Reciprocal Mole" ;
rdfs:label "Reciprocal Mole"@en ;
rdfs:label "На Мол"@bg ;
rdfs:label "На Моль"@ru ;
.
{"resource":"Reciprocal Mole"
,"qname":"unit:PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q68712008>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"<p>The $\\textit{Per Mole Unit}$ is a denominator unit with dimensions $mol^{-1}$<\/p>."
,"expression":"$\/mol$"
,"has dimension vector":"qkdv:A-1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseAmountOfSubstance"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD514"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD514"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Μολ"
,"label":"Na Mol"
,"label":"Na Mol"
,"label":"Na Mol"
,"label":"Par Mole"
,"label":"Pe Mol"
,"label":"Per Mol"
,"label":"Per Mole"
,"label":"Per Mole"
,"label":"Per Moles"
,"label":"Por Mol"
,"label":"Por Mol"
,"label":"Pro Mol"
,"label":"Reciprocal Mole"
,"label":"Reciprocal Mole"
,"label":"На Мол"
,"label":"На Моль"
,"symbol":"\/mol"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"mol-1"
,"unece common code":"C95"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MOL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "<p>The $\\textit{Per Mole Unit}$ is a denominator unit with dimensions $mol^{-1}$</p>.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$/mol$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L0I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseAmountOfSubstance",
"iec61360Code" : "0112/2///62720#UAD514",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD514",
"symbol" : "/mol",
"ucumCode" : "mol-1",
"uneceCommonCode" : "C95",
"wikidataMatch" : "http://www.wikidata.org/entity/Q68712008",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Par Mole"
}, {
"@language" : "ro",
"@value" : "Pe Mol"
}, {
"@language" : "la",
"@value" : "Per Moles"
}, "Reciprocal Mole", {
"@language" : "en",
"@value" : "Reciprocal Mole"
}, {
"@language" : "tr",
"@value" : "Per Mol"
}, {
"@language" : "el",
"@value" : "Aνά Μολ"
}, {
"@language" : "es",
"@value" : "Por Mol"
}, {
"@language" : "pt",
"@value" : "Por Mol"
}, {
"@language" : "cs",
"@value" : "Na Mol"
}, {
"@language" : "pl",
"@value" : "Na Mol"
}, {
"@language" : "sl",
"@value" : "Na Mol"
}, {
"@language" : "bg",
"@value" : "На Мол"
}, {
"@language" : "ru",
"@value" : "На Моль"
}, {
"@language" : "it",
"@value" : "Per Mole"
}, {
"@language" : "ms",
"@value" : "Per Mole"
}, {
"@language" : "de",
"@value" : "Pro Mol"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MegaK
URI: http://qudt.org/vocab/unit/PER-MegaK
0.000001-fold of reciprocal of the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MegaK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000001-fold of reciprocal of the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExpansionRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseTemperature> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativePressureCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA100" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA100"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/MK" ; <http://qudt.org/schema/qudt/ucumCode> "MK-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M20" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Megakelvin"@cs ; rdfs:label "Na Megakelvin"@sl ; rdfs:label "Na Megakelwin"@pl ; rdfs:label "Par Megakelvin"@fr ; rdfs:label "Pe Megakelvin"@ro ; rdfs:label "Per Megakelvin"@it ; rdfs:label "Per Megakelvin"@ms ; rdfs:label "Per Megakelvin"@tr ; rdfs:label "Por Megakelvin"@es ; rdfs:label "Pro Megakelvin"@de ; rdfs:label "Reciprocal Megakelvin" ; rdfs:label "Reciprocal Megakelvin"@en ; .
{"resource":"Reciprocal Megakelvin"
,"qname":"unit:PER-MegaK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MegaK"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"0.000001-fold of reciprocal of the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ExpansionRatio"
,"has quantity kind":"quantitykind:InverseTemperature"
,"has quantity kind":"quantitykind:LinearExpansionCoefficient"
,"has quantity kind":"quantitykind:RelativePressureCoefficient"
,"has quantity kind":"quantitykind:ThermalExpansionCoefficient"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA100"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA100"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Megakelvin"
,"label":"Na Megakelvin"
,"label":"Na Megakelwin"
,"label":"Par Megakelvin"
,"label":"Pe Megakelvin"
,"label":"Per Megakelvin"
,"label":"Per Megakelvin"
,"label":"Per Megakelvin"
,"label":"Por Megakelvin"
,"label":"Pro Megakelvin"
,"label":"Reciprocal Megakelvin"
,"label":"Reciprocal Megakelvin"
,"symbol":"\/MK"
,"type":"qudt:Unit"
,"ucum code":"MK-1"
,"unece common code":"M20"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MegaK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000001-fold of reciprocal of the SI base unit kelvin",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient", "http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient", "http://qudt.org/vocab/quantitykind/RelativePressureCoefficient", "http://qudt.org/vocab/quantitykind/InverseTemperature", "http://qudt.org/vocab/quantitykind/ExpansionRatio" ],
"iec61360Code" : "0112/2///62720#UAA100",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA100",
"symbol" : "/MK",
"ucumCode" : "MK-1",
"uneceCommonCode" : "M20",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Pe Megakelvin"
}, {
"@language" : "es",
"@value" : "Por Megakelvin"
}, {
"@language" : "pl",
"@value" : "Na Megakelwin"
}, {
"@language" : "cs",
"@value" : "Na Megakelvin"
}, {
"@language" : "sl",
"@value" : "Na Megakelvin"
}, {
"@language" : "it",
"@value" : "Per Megakelvin"
}, {
"@language" : "ms",
"@value" : "Per Megakelvin"
}, {
"@language" : "tr",
"@value" : "Per Megakelvin"
}, {
"@language" : "fr",
"@value" : "Par Megakelvin"
}, {
"@language" : "de",
"@value" : "Pro Megakelvin"
}, "Reciprocal Megakelvin", {
"@language" : "en",
"@value" : "Reciprocal Megakelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MegaPA
URI: http://qudt.org/vocab/unit/PER-MegaPA
reciprocal of the 1,000,000-fold of the derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MegaPA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the 1,000,000-fold of the derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Compressibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InversePressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IsentropicCompressibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IsothermalCompressibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StressOpticCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD929" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD929"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/MPa" ; <http://qudt.org/schema/qudt/ucumCode> "MPa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Megapascal"@cs ; rdfs:label "Na Megapascal"@sl ; rdfs:label "Na Megapaskal"@pl ; rdfs:label "Par Megapascal"@fr ; rdfs:label "Pe Megapascal"@ro ; rdfs:label "Per Megapascal"@it ; rdfs:label "Per Megapascal"@ms ; rdfs:label "Per Megapascal"@tr ; rdfs:label "Por Megapascal"@es ; rdfs:label "Pro Megapascal"@de ; rdfs:label "Reciprocal Megapascal" ; rdfs:label "Reciprocal Megapascal"@en ; .
{"resource":"Reciprocal Megapascal"
,"qname":"unit:PER-MegaPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MegaPA"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"reciprocal of the 1,000,000-fold of the derived unit pascal"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Compressibility"
,"has quantity kind":"quantitykind:InversePressure"
,"has quantity kind":"quantitykind:IsentropicCompressibility"
,"has quantity kind":"quantitykind:IsothermalCompressibility"
,"has quantity kind":"quantitykind:StressOpticCoefficient"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD929"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD929"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Megapascal"
,"label":"Na Megapascal"
,"label":"Na Megapaskal"
,"label":"Par Megapascal"
,"label":"Pe Megapascal"
,"label":"Per Megapascal"
,"label":"Per Megapascal"
,"label":"Per Megapascal"
,"label":"Por Megapascal"
,"label":"Pro Megapascal"
,"label":"Reciprocal Megapascal"
,"label":"Reciprocal Megapascal"
,"symbol":"\/MPa"
,"type":"qudt:Unit"
,"ucum code":"MPa-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MegaPA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the 1,000,000-fold of the derived unit pascal",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Compressibility", "http://qudt.org/vocab/quantitykind/IsothermalCompressibility", "http://qudt.org/vocab/quantitykind/InversePressure", "http://qudt.org/vocab/quantitykind/IsentropicCompressibility", "http://qudt.org/vocab/quantitykind/StressOpticCoefficient" ],
"iec61360Code" : "0112/2///62720#UAD929",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD929",
"symbol" : "/MPa",
"ucumCode" : "MPa-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Na Megapaskal"
}, {
"@language" : "ro",
"@value" : "Pe Megapascal"
}, {
"@language" : "es",
"@value" : "Por Megapascal"
}, {
"@language" : "cs",
"@value" : "Na Megapascal"
}, {
"@language" : "sl",
"@value" : "Na Megapascal"
}, {
"@language" : "it",
"@value" : "Per Megapascal"
}, {
"@language" : "ms",
"@value" : "Per Megapascal"
}, "Reciprocal Megapascal", {
"@language" : "en",
"@value" : "Reciprocal Megapascal"
}, {
"@language" : "tr",
"@value" : "Per Megapascal"
}, {
"@language" : "fr",
"@value" : "Par Megapascal"
}, {
"@language" : "de",
"@value" : "Pro Megapascal"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MicroM
URI: http://qudt.org/vocab/unit/PER-MicroM
Per Micrometer Unit is a denominator unit with dimensions $/microm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MicroM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Micrometer Unit is a denominator unit with dimensions $/microm$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/expression> "$per-micrometer$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurvatureFromRadius> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearIonization> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhaseCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PropagationCoefficient> ; <http://qudt.org/schema/qudt/symbol> "/μm" ; <http://qudt.org/schema/qudt/ucumCode> "um-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Micrometer"@sl ; rdfs:label "Na Micrometr"@cs ; rdfs:label "Na Micrometr"@pl ; rdfs:label "Par Micromètre"@fr ; rdfs:label "Pe Micrometru"@ro ; rdfs:label "Per Micrometer"@ms ; rdfs:label "Per Micrometre"@tr ; rdfs:label "Per Micrometro"@it ; rdfs:label "Por Micrometro"@es ; rdfs:label "Pro Micrometer"@de ; rdfs:label "Reciprocal Micrometer"@en-US ; rdfs:label "Reciprocal Micrometre" ; rdfs:label "Reciprocal Micrometre"@en ; .
{"resource":"Reciprocal Micrometre"
,"qname":"unit:PER-MicroM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MicroM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"Per Micrometer Unit is a denominator unit with dimensions $\/microm$."
,"expression":"$per-micrometer$"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:AngularReciprocalLatticeVector"
,"has quantity kind":"quantitykind:AttenuationCoefficient"
,"has quantity kind":"quantitykind:CurvatureFromRadius"
,"has quantity kind":"quantitykind:InverseLength"
,"has quantity kind":"quantitykind:LinearAbsorptionCoefficient"
,"has quantity kind":"quantitykind:LinearAttenuationCoefficient"
,"has quantity kind":"quantitykind:LinearIonization"
,"has quantity kind":"quantitykind:PhaseCoefficient"
,"has quantity kind":"quantitykind:PropagationCoefficient"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Micrometer"
,"label":"Na Micrometr"
,"label":"Na Micrometr"
,"label":"Par Micromètre"
,"label":"Pe Micrometru"
,"label":"Per Micrometer"
,"label":"Per Micrometre"
,"label":"Per Micrometro"
,"label":"Por Micrometro"
,"label":"Pro Micrometer"
,"label":"Reciprocal Micrometer"
,"label":"Reciprocal Micrometre"
,"label":"Reciprocal Micrometre"
,"symbol":"\/μm"
,"type":"qudt:Unit"
,"ucum code":"um-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MicroM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Micrometer Unit is a denominator unit with dimensions $/microm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"expression" : "$per-micrometer$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/CurvatureFromRadius", "http://qudt.org/vocab/quantitykind/InverseLength", "http://qudt.org/vocab/quantitykind/AttenuationCoefficient", "http://qudt.org/vocab/quantitykind/PhaseCoefficient", "http://qudt.org/vocab/quantitykind/PropagationCoefficient", "http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient", "http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient", "http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector", "http://qudt.org/vocab/quantitykind/LinearIonization" ],
"symbol" : "/μm",
"ucumCode" : "um-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Par Micromètre"
}, {
"@language" : "es",
"@value" : "Por Micrometro"
}, {
"@language" : "sl",
"@value" : "Na Micrometer"
}, "Reciprocal Micrometre", {
"@language" : "ro",
"@value" : "Pe Micrometru"
}, {
"@language" : "en",
"@value" : "Reciprocal Micrometre"
}, {
"@language" : "tr",
"@value" : "Per Micrometre"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Micrometer"
}, {
"@language" : "de",
"@value" : "Pro Micrometer"
}, {
"@language" : "cs",
"@value" : "Na Micrometr"
}, {
"@language" : "pl",
"@value" : "Na Micrometr"
}, {
"@language" : "ms",
"@value" : "Per Micrometer"
}, {
"@language" : "it",
"@value" : "Per Micrometro"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MicroMOL-L
URI: http://qudt.org/vocab/unit/PER-MicroMOL-L
Units used to describe the sensitivity of detection of a spectrophotometer.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MicroMOL-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Units used to describe the sensitivity of detection of a spectrophotometer."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "/(μmol·L)" ; <http://qudt.org/schema/qudt/ucumCode> "umol-1.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Micromole Liter"@en-US ; rdfs:label "Reciprocal Micromole Litre" ; rdfs:label "Reciprocal Micromole Litre"@en ; .
{"resource":"Reciprocal Micromole Litre"
,"qname":"unit:PER-MicroMOL-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MicroMOL-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"Units used to describe the sensitivity of detection of a spectrophotometer."
,"has dimension vector":"qkdv:A-1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Micromole Liter"
,"label":"Reciprocal Micromole Litre"
,"label":"Reciprocal Micromole Litre"
,"symbol":"\/(μmol·L)"
,"type":"qudt:Unit"
,"ucum code":"umol-1.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MicroMOL-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "Units used to describe the sensitivity of detection of a spectrophotometer."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "/(μmol·L)",
"ucumCode" : "umol-1.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Reciprocal Micromole Liter"
}, "Reciprocal Micromole Litre", {
"@language" : "en",
"@value" : "Reciprocal Micromole Litre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MilliGM
URI: http://qudt.org/vocab/unit/PER-MilliGM
reciprocal of the 0.000001-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MilliGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the 0.000001-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM-PER-MilliGM> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC005" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC005"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/mg" ; <http://qudt.org/schema/qudt/ucumCode> "mg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Milligram"@cs ; rdfs:label "Na Milligram"@pl ; rdfs:label "Na Milligram"@sl ; rdfs:label "Par Milligramme"@fr ; rdfs:label "Pe Milligram"@ro ; rdfs:label "Per Milligram"@ms ; rdfs:label "Per Milligram"@tr ; rdfs:label "Per Milligrammo"@it ; rdfs:label "Por Milligramo"@es ; rdfs:label "Pro Milligramm"@de ; rdfs:label "Reciprocal Milligram" ; rdfs:label "Reciprocal Milligram"@en ; .
{"resource":"Reciprocal Milligram"
,"qname":"unit:PER-MilliGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MilliGM"
,"properties":["conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"reciprocal of the 0.000001-fold of the SI base unit kilogram"
,"exact match":"unit:NUM-PER-MilliGM"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:InverseMass"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC005"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC005"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Milligram"
,"label":"Na Milligram"
,"label":"Na Milligram"
,"label":"Par Milligramme"
,"label":"Pe Milligram"
,"label":"Per Milligram"
,"label":"Per Milligram"
,"label":"Per Milligrammo"
,"label":"Por Milligramo"
,"label":"Pro Milligramm"
,"label":"Reciprocal Milligram"
,"label":"Reciprocal Milligram"
,"symbol":"\/mg"
,"type":"qudt:Unit"
,"ucum code":"mg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MilliGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the 0.000001-fold of the SI base unit kilogram",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"exactMatch" : "http://qudt.org/vocab/unit/NUM-PER-MilliGM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseMass",
"iec61360Code" : "0112/2///62720#UAC005",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC005",
"symbol" : "/mg",
"ucumCode" : "mg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Por Milligramo"
}, {
"@language" : "ro",
"@value" : "Pe Milligram"
}, {
"@language" : "cs",
"@value" : "Na Milligram"
}, {
"@language" : "pl",
"@value" : "Na Milligram"
}, {
"@language" : "sl",
"@value" : "Na Milligram"
}, {
"@language" : "fr",
"@value" : "Par Milligramme"
}, {
"@language" : "de",
"@value" : "Pro Milligramm"
}, {
"@language" : "it",
"@value" : "Per Milligrammo"
}, {
"@language" : "ms",
"@value" : "Per Milligram"
}, {
"@language" : "tr",
"@value" : "Per Milligram"
}, "Reciprocal Milligram", {
"@language" : "en",
"@value" : "Reciprocal Milligram"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MilliL
URI: http://qudt.org/vocab/unit/PER-MilliL
reciprocal value of the unit Millilitre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MilliL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal value of the unit Millilitre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseVolume> ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal value of the unit millilitre" ; <http://qudt.org/schema/qudt/symbol> "/mL" ; <http://qudt.org/schema/qudt/ucumCode> "mL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Milliliter"@en-US ; rdfs:label "Reciprocal Millilitre" ; rdfs:label "Reciprocal Millilitre"@en ; .
{"resource":"Reciprocal Millilitre"
,"qname":"unit:PER-MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MilliL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"reciprocal value of the unit Millilitre"
,"description (plain text)":"reciprocal value of the unit millilitre"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseVolume"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Milliliter"
,"label":"Reciprocal Millilitre"
,"label":"Reciprocal Millilitre"
,"symbol":"\/mL"
,"type":"qudt:Unit"
,"ucum code":"mL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MilliL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal value of the unit Millilitre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseVolume",
"plainTextDescription" : "reciprocal value of the unit millilitre",
"symbol" : "/mL",
"ucumCode" : "mL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Reciprocal Milliliter"
}, "Reciprocal Millilitre", {
"@language" : "en",
"@value" : "Reciprocal Millilitre"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MilliM
URI: http://qudt.org/vocab/unit/PER-MilliM
Per Millimeter Unit is a denominator unit with dimensions $/mm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Millimeter Unit is a denominator unit with dimensions $/mm$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/expression> "$per-millimeter$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurvatureFromRadius> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearIonization> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhaseCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PropagationCoefficient> ; <http://qudt.org/schema/qudt/symbol> "/mm" ; <http://qudt.org/schema/qudt/ucumCode> "mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107244316> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Millimeter"@sl ; rdfs:label "Na Millimetr"@cs ; rdfs:label "Na Millimetr"@pl ; rdfs:label "Par Millimètre"@fr ; rdfs:label "Pe Millimetru"@ro ; rdfs:label "Per Millimeter"@ms ; rdfs:label "Per Millimetre"@tr ; rdfs:label "Per Millimetro"@it ; rdfs:label "Por Millimetro"@es ; rdfs:label "Pro Millimeter"@de ; rdfs:label "Reciprocal Millimeter"@en-US ; rdfs:label "Reciprocal Millimetre" ; rdfs:label "Reciprocal Millimetre"@en ; .
{"resource":"Reciprocal Millimetre"
,"qname":"unit:PER-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MilliM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107244316>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"Per Millimeter Unit is a denominator unit with dimensions $\/mm$."
,"expression":"$per-millimeter$"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:AngularReciprocalLatticeVector"
,"has quantity kind":"quantitykind:AttenuationCoefficient"
,"has quantity kind":"quantitykind:CurvatureFromRadius"
,"has quantity kind":"quantitykind:InverseLength"
,"has quantity kind":"quantitykind:LinearAbsorptionCoefficient"
,"has quantity kind":"quantitykind:LinearAttenuationCoefficient"
,"has quantity kind":"quantitykind:LinearIonization"
,"has quantity kind":"quantitykind:PhaseCoefficient"
,"has quantity kind":"quantitykind:PropagationCoefficient"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Millimeter"
,"label":"Na Millimetr"
,"label":"Na Millimetr"
,"label":"Par Millimètre"
,"label":"Pe Millimetru"
,"label":"Per Millimeter"
,"label":"Per Millimetre"
,"label":"Per Millimetro"
,"label":"Por Millimetro"
,"label":"Pro Millimeter"
,"label":"Reciprocal Millimeter"
,"label":"Reciprocal Millimetre"
,"label":"Reciprocal Millimetre"
,"symbol":"\/mm"
,"type":"qudt:Unit"
,"ucum code":"mm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Millimeter Unit is a denominator unit with dimensions $/mm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"expression" : "$per-millimeter$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient", "http://qudt.org/vocab/quantitykind/PropagationCoefficient", "http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector", "http://qudt.org/vocab/quantitykind/PhaseCoefficient", "http://qudt.org/vocab/quantitykind/InverseLength", "http://qudt.org/vocab/quantitykind/AttenuationCoefficient", "http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient", "http://qudt.org/vocab/quantitykind/CurvatureFromRadius", "http://qudt.org/vocab/quantitykind/LinearIonization" ],
"symbol" : "/mm",
"ucumCode" : "mm-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107244316",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Reciprocal Millimeter"
}, {
"@language" : "fr",
"@value" : "Par Millimètre"
}, {
"@language" : "cs",
"@value" : "Na Millimetr"
}, {
"@language" : "pl",
"@value" : "Na Millimetr"
}, {
"@language" : "ms",
"@value" : "Per Millimeter"
}, {
"@language" : "es",
"@value" : "Por Millimetro"
}, {
"@language" : "de",
"@value" : "Pro Millimeter"
}, {
"@language" : "tr",
"@value" : "Per Millimetre"
}, {
"@language" : "ro",
"@value" : "Pe Millimetru"
}, "Reciprocal Millimetre", {
"@language" : "en",
"@value" : "Reciprocal Millimetre"
}, {
"@language" : "sl",
"@value" : "Na Millimeter"
}, {
"@language" : "it",
"@value" : "Per Millimetro"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MilliM3
URI: http://qudt.org/vocab/unit/PER-MilliM3
reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MilliM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM-PER-MilliM3> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/MilliM3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA870" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA870"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "/mm³" ; <http://qudt.org/schema/qudt/ucumCode> "mm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L20" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Kubični Millimeter"@sl ; rdfs:label "Na Millimetr Krychlový"@cs ; rdfs:label "Na Millimetr Sześcienny"@pl ; rdfs:label "Par Millimètre Cube"@fr ; rdfs:label "Pe Millimetru Cub"@ro ; rdfs:label "Per Millimeter Kubik"@ms ; rdfs:label "Per Millimetreküp"@tr ; rdfs:label "Per Millimetro Cubo"@it ; rdfs:label "Por Millimetro Cúbico"@es ; rdfs:label "Pro Kubikmillimeter"@de ; rdfs:label "Reciprocal Cubic Millimeter"@en-US ; rdfs:label "Reciprocal Cubic Millimetre" ; rdfs:label "Reciprocal Cubic Millimetre"@en ; .
{"resource":"Reciprocal Cubic Millimetre"
,"qname":"unit:PER-MilliM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MilliM3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3"
,"exact match":"unit:NUM-PER-MilliM3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseVolume"
,"has reciprocal unit":"unit:MilliM3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA870"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA870"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Kubični Millimeter"
,"label":"Na Millimetr Krychlový"
,"label":"Na Millimetr Sześcienny"
,"label":"Par Millimètre Cube"
,"label":"Pe Millimetru Cub"
,"label":"Per Millimeter Kubik"
,"label":"Per Millimetreküp"
,"label":"Per Millimetro Cubo"
,"label":"Por Millimetro Cúbico"
,"label":"Pro Kubikmillimeter"
,"label":"Reciprocal Cubic Millimeter"
,"label":"Reciprocal Cubic Millimetre"
,"label":"Reciprocal Cubic Millimetre"
,"symbol":"\/mm³"
,"type":"qudt:Unit"
,"ucum code":"mm-3"
,"unece common code":"L20"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MilliM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"exactMatch" : "http://qudt.org/vocab/unit/NUM-PER-MilliM3",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseVolume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/MilliM3",
"iec61360Code" : "0112/2///62720#UAA870",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA870",
"plainTextDescription" : "reciprocal value of the 0.000000001-fold of the power of the SI base unit metre with the exponent 3",
"symbol" : "/mm³",
"ucumCode" : "mm-3",
"uneceCommonCode" : "L20",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Na Millimetr Sześcienny"
}, {
"@language" : "sl",
"@value" : "Na Kubični Millimeter"
}, "Reciprocal Cubic Millimetre", {
"@language" : "en",
"@value" : "Reciprocal Cubic Millimetre"
}, {
"@language" : "ro",
"@value" : "Pe Millimetru Cub"
}, {
"@language" : "de",
"@value" : "Pro Kubikmillimeter"
}, {
"@language" : "es",
"@value" : "Por Millimetro Cúbico"
}, {
"@language" : "ms",
"@value" : "Per Millimeter Kubik"
}, {
"@language" : "tr",
"@value" : "Per Millimetreküp"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Cubic Millimeter"
}, {
"@language" : "fr",
"@value" : "Par Millimètre Cube"
}, {
"@language" : "cs",
"@value" : "Na Millimetr Krychlový"
}, {
"@language" : "it",
"@value" : "Per Millimetro Cubo"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-MilliSEC
URI: http://qudt.org/vocab/unit/PER-MilliSEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-MilliSEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/symbol> "/ms" ; <http://qudt.org/schema/qudt/ucumCode> "ms-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Millisekunda"@cs ; rdfs:label "Na Millisekunda"@pl ; rdfs:label "Na Millisekunda"@sl ; rdfs:label "Par Milliseconde"@fr ; rdfs:label "Pe Millisecundă"@ro ; rdfs:label "Per Millisaat"@ms ; rdfs:label "Per Millisaniye"@tr ; rdfs:label "Per Millisecondo"@it ; rdfs:label "Por Millisegundo"@es ; rdfs:label "Pro Millisekunde"@de ; rdfs:label "Reciprocal Millisecond" ; rdfs:label "Reciprocal Millisecond"@en ; .
{"resource":"Reciprocal Millisecond"
,"qname":"unit:PER-MilliSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-MilliSEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Millisekunda"
,"label":"Na Millisekunda"
,"label":"Na Millisekunda"
,"label":"Par Milliseconde"
,"label":"Pe Millisecundă"
,"label":"Per Millisaat"
,"label":"Per Millisaniye"
,"label":"Per Millisecondo"
,"label":"Por Millisegundo"
,"label":"Pro Millisekunde"
,"label":"Reciprocal Millisecond"
,"label":"Reciprocal Millisecond"
,"symbol":"\/ms"
,"type":"qudt:Unit"
,"ucum code":"ms-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-MilliSEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"symbol" : "/ms",
"ucumCode" : "ms-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Per Millisaat"
}, {
"@language" : "cs",
"@value" : "Na Millisekunda"
}, {
"@language" : "pl",
"@value" : "Na Millisekunda"
}, {
"@language" : "sl",
"@value" : "Na Millisekunda"
}, {
"@language" : "fr",
"@value" : "Par Milliseconde"
}, {
"@language" : "de",
"@value" : "Pro Millisekunde"
}, {
"@language" : "tr",
"@value" : "Per Millisaniye"
}, {
"@language" : "ro",
"@value" : "Pe Millisecundă"
}, {
"@language" : "it",
"@value" : "Per Millisecondo"
}, "Reciprocal Millisecond", {
"@language" : "en",
"@value" : "Reciprocal Millisecond"
}, {
"@language" : "es",
"@value" : "Por Millisegundo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-NanoM
URI: http://qudt.org/vocab/unit/PER-NanoM
Per Nanometer Unit is a denominator unit with dimensions $/nm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-NanoM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Nanometer Unit is a denominator unit with dimensions $/nm$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/expression> "$per-nanometer$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurvatureFromRadius> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearIonization> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhaseCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PropagationCoefficient> ; <http://qudt.org/schema/qudt/symbol> "/nm" ; <http://qudt.org/schema/qudt/ucumCode> "nm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Nanometer"@sl ; rdfs:label "Na Nanometr"@cs ; rdfs:label "Na Nanometr"@pl ; rdfs:label "Par Nanomètre"@fr ; rdfs:label "Pe Nanometru"@ro ; rdfs:label "Per Nanometer"@ms ; rdfs:label "Per Nanometre"@tr ; rdfs:label "Per Nanometro"@it ; rdfs:label "Por Nanometro"@es ; rdfs:label "Pro Nanometer"@de ; rdfs:label "Reciprocal Nanometer"@en-US ; rdfs:label "Reciprocal Nanometre" ; rdfs:label "Reciprocal Nanometre"@en ; .
{"resource":"Reciprocal Nanometre"
,"qname":"unit:PER-NanoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-NanoM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"Per Nanometer Unit is a denominator unit with dimensions $\/nm$."
,"expression":"$per-nanometer$"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:AngularReciprocalLatticeVector"
,"has quantity kind":"quantitykind:AttenuationCoefficient"
,"has quantity kind":"quantitykind:CurvatureFromRadius"
,"has quantity kind":"quantitykind:InverseLength"
,"has quantity kind":"quantitykind:LinearAbsorptionCoefficient"
,"has quantity kind":"quantitykind:LinearAttenuationCoefficient"
,"has quantity kind":"quantitykind:LinearIonization"
,"has quantity kind":"quantitykind:PhaseCoefficient"
,"has quantity kind":"quantitykind:PropagationCoefficient"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Nanometer"
,"label":"Na Nanometr"
,"label":"Na Nanometr"
,"label":"Par Nanomètre"
,"label":"Pe Nanometru"
,"label":"Per Nanometer"
,"label":"Per Nanometre"
,"label":"Per Nanometro"
,"label":"Por Nanometro"
,"label":"Pro Nanometer"
,"label":"Reciprocal Nanometer"
,"label":"Reciprocal Nanometre"
,"label":"Reciprocal Nanometre"
,"symbol":"\/nm"
,"type":"qudt:Unit"
,"ucum code":"nm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-NanoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Nanometer Unit is a denominator unit with dimensions $/nm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"expression" : "$per-nanometer$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/CurvatureFromRadius", "http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient", "http://qudt.org/vocab/quantitykind/PropagationCoefficient", "http://qudt.org/vocab/quantitykind/PhaseCoefficient", "http://qudt.org/vocab/quantitykind/AttenuationCoefficient", "http://qudt.org/vocab/quantitykind/InverseLength", "http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient", "http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector", "http://qudt.org/vocab/quantitykind/LinearIonization" ],
"symbol" : "/nm",
"ucumCode" : "nm-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Per Nanometro"
}, {
"@language" : "ro",
"@value" : "Pe Nanometru"
}, {
"@language" : "fr",
"@value" : "Par Nanomètre"
}, {
"@language" : "tr",
"@value" : "Per Nanometre"
}, {
"@language" : "ms",
"@value" : "Per Nanometer"
}, {
"@language" : "sl",
"@value" : "Na Nanometer"
}, {
"@language" : "de",
"@value" : "Pro Nanometer"
}, {
"@language" : "es",
"@value" : "Por Nanometro"
}, "Reciprocal Nanometre", {
"@language" : "en",
"@value" : "Reciprocal Nanometre"
}, {
"@language" : "cs",
"@value" : "Na Nanometr"
}, {
"@language" : "pl",
"@value" : "Na Nanometr"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Nanometer"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-OZ
URI: http://qudt.org/vocab/unit/PER-OZ
reciprocal of the unit ounce (avoirdupois)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-OZ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the unit ounce (avoirdupois)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 35.27396194958041291567580821520433 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.527396194958041291567580821520433E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC007" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC007"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/oz" ; <http://qudt.org/schema/qudt/ucumCode> "[oz_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Ounce Mass" ; rdfs:label "Reciprocal Ounce Mass"@en ; .
{"resource":"Reciprocal Ounce Mass"
,"qname":"unit:PER-OZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-OZ"
,"properties":["conversion multiplier":"35.27396194958041291567580821520433"
,"conversion multiplier scientific":"3.527396194958041291567580821520433E1"
,"description":"reciprocal of the unit ounce (avoirdupois)"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:InverseMass"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC007"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC007"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Ounce Mass"
,"label":"Reciprocal Ounce Mass"
,"symbol":"\/oz"
,"type":"qudt:Unit"
,"ucum code":"[oz_av]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-OZ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the unit ounce (avoirdupois)",
"conversionMultiplier" : "35.27396194958041291567580821520433",
"conversionMultiplier:SN" : 35.27396194958041,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseMass",
"iec61360Code" : "0112/2///62720#UAC007",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC007",
"symbol" : "/oz",
"ucumCode" : "[oz_av]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Reciprocal Ounce Mass"
}, "Reciprocal Ounce Mass" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-PA
URI: http://qudt.org/vocab/unit/PER-PA
reciprocal of the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-PA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the SI derived unit pascal" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pascal"^^xsd:anyURI ; <http://qudt.org/schema/qudt/expression> "$/Pa$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Compressibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InversePressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IsentropicCompressibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IsothermalCompressibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StressOpticCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA269" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pascal?oldid=492989202"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA269"^^xsd:anyURI ; <http://qudt.org/schema/qudt/siUnitsExpression> "m^2/N" ; <http://qudt.org/schema/qudt/symbol> "/Pa" ; <http://qudt.org/schema/qudt/ucumCode> "Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C96" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79104611> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Πασκάλ"@el ; rdfs:label "Na Pascal"@cs ; rdfs:label "Na Pascal"@sl ; rdfs:label "Na Paskal"@pl ; rdfs:label "Par Pascal"@fr ; rdfs:label "Pe Pascal"@ro ; rdfs:label "Per Pascal"@it ; rdfs:label "Per Pascal"@ms ; rdfs:label "Per Pascal"@tr ; rdfs:label "Per Pascalium"@la ; rdfs:label "Por Pascal"@es ; rdfs:label "Por Pascal"@pt ; rdfs:label "Pro Pascal"@de ; rdfs:label "Reciprocal Pascal" ; rdfs:label "Reciprocal Pascal"@en ; rdfs:label "На Паскал"@bg ; rdfs:label "На Паскаль"@ru ; .
{"resource":"Reciprocal Pascal"
,"qname":"unit:PER-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-PA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79104611>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pascal"
,"description":"reciprocal of the SI derived unit pascal"
,"expression":"$\/Pa$"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Compressibility"
,"has quantity kind":"quantitykind:InversePressure"
,"has quantity kind":"quantitykind:IsentropicCompressibility"
,"has quantity kind":"quantitykind:IsothermalCompressibility"
,"has quantity kind":"quantitykind:StressOpticCoefficient"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA269"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pascal?oldid=492989202"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA269"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Πασκάλ"
,"label":"Na Pascal"
,"label":"Na Pascal"
,"label":"Na Paskal"
,"label":"Par Pascal"
,"label":"Pe Pascal"
,"label":"Per Pascal"
,"label":"Per Pascal"
,"label":"Per Pascal"
,"label":"Per Pascalium"
,"label":"Por Pascal"
,"label":"Por Pascal"
,"label":"Pro Pascal"
,"label":"Reciprocal Pascal"
,"label":"Reciprocal Pascal"
,"label":"На Паскал"
,"label":"На Паскаль"
,"si units expression":"m^2\/N"
,"symbol":"\/Pa"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Pa-1"
,"unece common code":"C96"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-PA",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "reciprocal of the SI derived unit pascal",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Pascal",
"expression" : "$/Pa$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/StressOpticCoefficient", "http://qudt.org/vocab/quantitykind/IsothermalCompressibility", "http://qudt.org/vocab/quantitykind/InversePressure", "http://qudt.org/vocab/quantitykind/IsentropicCompressibility", "http://qudt.org/vocab/quantitykind/Compressibility" ],
"iec61360Code" : "0112/2///62720#UAA269",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA269", "http://en.wikipedia.org/wiki/Pascal?oldid=492989202" ],
"siUnitsExpression" : "m^2/N",
"symbol" : "/Pa",
"ucumCode" : "Pa-1",
"uneceCommonCode" : "C96",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79104611",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "На Паскаль"
}, {
"@language" : "ro",
"@value" : "Pe Pascal"
}, {
"@language" : "pl",
"@value" : "Na Paskal"
}, {
"@language" : "el",
"@value" : "Aνά Πασκάλ"
}, {
"@language" : "fr",
"@value" : "Par Pascal"
}, {
"@language" : "en",
"@value" : "Reciprocal Pascal"
}, "Reciprocal Pascal", {
"@language" : "la",
"@value" : "Per Pascalium"
}, {
"@language" : "cs",
"@value" : "Na Pascal"
}, {
"@language" : "sl",
"@value" : "Na Pascal"
}, {
"@language" : "it",
"@value" : "Per Pascal"
}, {
"@language" : "ms",
"@value" : "Per Pascal"
}, {
"@language" : "tr",
"@value" : "Per Pascal"
}, {
"@language" : "es",
"@value" : "Por Pascal"
}, {
"@language" : "pt",
"@value" : "Por Pascal"
}, {
"@language" : "bg",
"@value" : "На Паскал"
}, {
"@language" : "de",
"@value" : "Pro Pascal"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-PA-SEC
URI: http://qudt.org/vocab/unit/PER-PA-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-PA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PA-SEC> ; <http://qudt.org/schema/qudt/symbol> "/(Pa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "Pa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q100293463> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Πασκάλ Δευτερόλεπτο"@el ; rdfs:label "Na Pascal Sekunda"@cs ; rdfs:label "Na Pascal Sekunda"@sl ; rdfs:label "Na Paskal Sekunda"@pl ; rdfs:label "Par Pascal Seconde"@fr ; rdfs:label "Pe Pascal Secundă"@ro ; rdfs:label "Per Pascal Saat"@ms ; rdfs:label "Per Pascal Saniye"@tr ; rdfs:label "Per Pascal Secondo"@it ; rdfs:label "Per Pascalium Secundum"@la ; rdfs:label "Por Pascal Segundo"@es ; rdfs:label "Por Pascal Segundo"@pt ; rdfs:label "Pro Pascal Sekunde"@de ; rdfs:label "Reciprocal Pascal Second" ; rdfs:label "Reciprocal Pascal Second"@en ; rdfs:label "На Паскал Секунда"@bg ; rdfs:label "На Паскаль Секунда"@ru ; .
{"resource":"Reciprocal Pascal Second"
,"qname":"unit:PER-PA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-PA-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q100293463>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:PA-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Πασκάλ Δευτερόλεπτο"
,"label":"Na Pascal Sekunda"
,"label":"Na Pascal Sekunda"
,"label":"Na Paskal Sekunda"
,"label":"Par Pascal Seconde"
,"label":"Pe Pascal Secundă"
,"label":"Per Pascal Saat"
,"label":"Per Pascal Saniye"
,"label":"Per Pascal Secondo"
,"label":"Per Pascalium Secundum"
,"label":"Por Pascal Segundo"
,"label":"Por Pascal Segundo"
,"label":"Pro Pascal Sekunde"
,"label":"Reciprocal Pascal Second"
,"label":"Reciprocal Pascal Second"
,"label":"На Паскал Секунда"
,"label":"На Паскаль Секунда"
,"symbol":"\/(Pa·s)"
,"type":"qudt:Unit"
,"ucum code":"Pa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-PA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PA-SEC",
"symbol" : "/(Pa·s)",
"ucumCode" : "Pa-1.s-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q100293463",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Aνά Πασκάλ Δευτερόλεπτο"
}, {
"@language" : "la",
"@value" : "Per Pascalium Secundum"
}, {
"@language" : "fr",
"@value" : "Par Pascal Seconde"
}, {
"@language" : "bg",
"@value" : "На Паскал Секунда"
}, {
"@language" : "cs",
"@value" : "Na Pascal Sekunda"
}, {
"@language" : "sl",
"@value" : "Na Pascal Sekunda"
}, {
"@language" : "pl",
"@value" : "Na Paskal Sekunda"
}, {
"@language" : "ro",
"@value" : "Pe Pascal Secundă"
}, {
"@language" : "tr",
"@value" : "Per Pascal Saniye"
}, {
"@language" : "de",
"@value" : "Pro Pascal Sekunde"
}, "Reciprocal Pascal Second", {
"@language" : "en",
"@value" : "Reciprocal Pascal Second"
}, {
"@language" : "ru",
"@value" : "На Паскаль Секунда"
}, {
"@language" : "it",
"@value" : "Per Pascal Secondo"
}, {
"@language" : "es",
"@value" : "Por Pascal Segundo"
}, {
"@language" : "pt",
"@value" : "Por Pascal Segundo"
}, {
"@language" : "ms",
"@value" : "Per Pascal Saat"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-PERCENT
URI: http://qudt.org/vocab/unit/PER-PERCENT
reciprocal of one hundredth
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-PERCENT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of one hundredth" ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD873" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD873"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/%" ; <http://qudt.org/schema/qudt/ucumCode> "%-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Percent" ; rdfs:label "Reciprocal Percent"@en ; .
{"resource":"Reciprocal Percent"
,"qname":"unit:PER-PERCENT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-PERCENT"
,"properties":["conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"reciprocal of one hundredth"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD873"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD873"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Percent"
,"label":"Reciprocal Percent"
,"symbol":"\/%"
,"type":"qudt:Unit"
,"ucum code":"%-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-PERCENT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of one hundredth",
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD873",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD873",
"symbol" : "/%",
"ucumCode" : "%-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Percent", {
"@language" : "en",
"@value" : "Reciprocal Percent"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-PSI
URI: http://qudt.org/vocab/unit/PER-PSI
reciprocal value of the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal value of the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001450377312227268702148557236386593 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.450377312227268702148557236386593E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InversePressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IsothermalCompressibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StressOpticCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA709" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA709"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal value of the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/symbol> "/psi" ; <http://qudt.org/schema/qudt/ucumCode> "[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K93" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Psi" ; rdfs:label "Reciprocal Psi"@en ; .
{"resource":"Reciprocal Psi"
,"qname":"unit:PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-PSI"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0001450377312227268702148557236386593"
,"conversion multiplier scientific":"1.450377312227268702148557236386593E-4"
,"description":"reciprocal value of the composed unit for pressure (pound-force per square inch)"
,"description (plain text)":"reciprocal value of the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:InversePressure"
,"has quantity kind":"quantitykind:IsothermalCompressibility"
,"has quantity kind":"quantitykind:StressOpticCoefficient"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA709"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA709"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Psi"
,"label":"Reciprocal Psi"
,"symbol":"\/psi"
,"type":"qudt:Unit"
,"ucum code":"[psi]-1"
,"unece common code":"K93"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal value of the composed unit for pressure (pound-force per square inch)",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.0001450377312227268702148557236386593",
"conversionMultiplier:SN" : 1.4503773122272686E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/InversePressure", "http://qudt.org/vocab/quantitykind/StressOpticCoefficient", "http://qudt.org/vocab/quantitykind/IsothermalCompressibility" ],
"iec61360Code" : "0112/2///62720#UAA709",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA709",
"plainTextDescription" : "reciprocal value of the composed unit for pressure (pound-force per square inch)",
"symbol" : "/psi",
"ucumCode" : "[psi]-1",
"uneceCommonCode" : "K93",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Psi", {
"@language" : "en",
"@value" : "Reciprocal Psi"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-PicoM
URI: http://qudt.org/vocab/unit/PER-PicoM
Per Picoometer Unit is a denominator unit with dimensions $/pm$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-PicoM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Picoometer Unit is a denominator unit with dimensions $/pm$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/expression> "$per-picoometer$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurvatureFromRadius> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseLength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearIonization> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhaseCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PropagationCoefficient> ; <http://qudt.org/schema/qudt/symbol> "/pm" ; <http://qudt.org/schema/qudt/ucumCode> "pm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Na Picometer"@sl ; rdfs:label "Na Picometr"@cs ; rdfs:label "Na Picometr"@pl ; rdfs:label "Par Picomètre"@fr ; rdfs:label "Pe Picometru"@ro ; rdfs:label "Per Picometer"@ms ; rdfs:label "Per Picometre"@tr ; rdfs:label "Per Picometro"@it ; rdfs:label "Por Picometro"@es ; rdfs:label "Pro Picometer"@de ; rdfs:label "Reciprocal Picometer"@en-US ; rdfs:label "Reciprocal Picometre" ; rdfs:label "Reciprocal Picometre"@en ; .
{"resource":"Reciprocal Picometre"
,"qname":"unit:PER-PicoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-PicoM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"Per Picoometer Unit is a denominator unit with dimensions $\/pm$."
,"expression":"$per-picoometer$"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:AngularReciprocalLatticeVector"
,"has quantity kind":"quantitykind:AttenuationCoefficient"
,"has quantity kind":"quantitykind:CurvatureFromRadius"
,"has quantity kind":"quantitykind:InverseLength"
,"has quantity kind":"quantitykind:LinearAbsorptionCoefficient"
,"has quantity kind":"quantitykind:LinearAttenuationCoefficient"
,"has quantity kind":"quantitykind:LinearIonization"
,"has quantity kind":"quantitykind:PhaseCoefficient"
,"has quantity kind":"quantitykind:PropagationCoefficient"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Na Picometer"
,"label":"Na Picometr"
,"label":"Na Picometr"
,"label":"Par Picomètre"
,"label":"Pe Picometru"
,"label":"Per Picometer"
,"label":"Per Picometre"
,"label":"Per Picometro"
,"label":"Por Picometro"
,"label":"Pro Picometer"
,"label":"Reciprocal Picometer"
,"label":"Reciprocal Picometre"
,"label":"Reciprocal Picometre"
,"symbol":"\/pm"
,"type":"qudt:Unit"
,"ucum code":"pm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-PicoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Picoometer Unit is a denominator unit with dimensions $/pm$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"expression" : "$per-picoometer$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/CurvatureFromRadius", "http://qudt.org/vocab/quantitykind/LinearAttenuationCoefficient", "http://qudt.org/vocab/quantitykind/AngularReciprocalLatticeVector", "http://qudt.org/vocab/quantitykind/PhaseCoefficient", "http://qudt.org/vocab/quantitykind/PropagationCoefficient", "http://qudt.org/vocab/quantitykind/LinearAbsorptionCoefficient", "http://qudt.org/vocab/quantitykind/LinearIonization", "http://qudt.org/vocab/quantitykind/AttenuationCoefficient", "http://qudt.org/vocab/quantitykind/InverseLength" ],
"symbol" : "/pm",
"ucumCode" : "pm-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Per Picometer"
}, {
"@language" : "ro",
"@value" : "Pe Picometru"
}, {
"@language" : "de",
"@value" : "Pro Picometer"
}, {
"@language" : "tr",
"@value" : "Per Picometre"
}, {
"@language" : "fr",
"@value" : "Par Picomètre"
}, {
"@language" : "es",
"@value" : "Por Picometro"
}, "Reciprocal Picometre", {
"@language" : "en",
"@value" : "Reciprocal Picometre"
}, {
"@language" : "it",
"@value" : "Per Picometro"
}, {
"@language" : "cs",
"@value" : "Na Picometr"
}, {
"@language" : "pl",
"@value" : "Na Picometr"
}, {
"@language" : "sl",
"@value" : "Na Picometer"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Picometer"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-PlanckMass2
URI: http://qudt.org/vocab/unit/PER-PlanckMass2
In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\approx 1.2209 \times 10 GeV/c_0 = 2.17651(13) \times 10 kg$, (or $21.7651 \mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\approx 4.341 \times 10 kg = 2.435 \times 10 GeV/c$. The added factor of $1/{\sqrt{8\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-PlanckMass2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx 1.2209 \\times 10 GeV/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx 4.341 \\times 10 kg = 2.435 \\times 10 GeV/c$. The added factor of $1/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2111089287176721.707084516481080014 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.111089287176721707084516481080014E15 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-2H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseSquareMass> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_mass?oldid=493648632"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/symbol> "/planckmass²" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Reciprocal Square Planck Mass" ;
rdfs:label "Reciprocal Square Planck Mass"@en ;
.
{"resource":"Reciprocal Square Planck Mass"
,"qname":"unit:PER-PlanckMass2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-PlanckMass2"
,"properties":["applicable system":"sou:PLANCK"
,"conversion multiplier":"2111089287176721.707084516481080014"
,"conversion multiplier scientific":"2.111089287176721707084516481080014E15"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_mass"
,"description":"In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx 1.2209 \\times 10 GeV\/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx 4.341 \\times 10 kg = 2.435 \\times 10 GeV\/c$. The added factor of $1\/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant."
,"has dimension vector":"qkdv:A0E0L0I0M-2H0T0D0"
,"has quantity kind":"quantitykind:InverseSquareMass"
,"hasFactorUnit":null
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_mass?oldid=493648632"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Planck_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Square Planck Mass"
,"label":"Reciprocal Square Planck Mass"
,"latex definition":"$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV\/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."
,"symbol":"\/planckmass²"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-PlanckMass2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx 1.2209 \\times 10 GeV/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx 4.341 \\times 10 kg = 2.435 \\times 10 GeV/c$. The added factor of $1/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant.",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "2111089287176721.707084516481080014",
"conversionMultiplier:SN" : 2.1110892871767218E15,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_mass",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-2H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseSquareMass",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Planck_mass?oldid=493648632", "https://en.wikipedia.org/wiki/Planck_units" ],
"latexDefinition" : "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value.",
"symbol" : "/planckmass²",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Square Planck Mass", {
"@language" : "en",
"@value" : "Reciprocal Square Planck Mass"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-RAD
URI: http://qudt.org/vocab/unit/PER-RAD
reciprocal of the unit radian
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-RAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the unit radian" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB327" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB327"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/rad" ; <http://qudt.org/schema/qudt/ucumCode> "rad-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P97" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Ακτίνιο"@el ; rdfs:label "Na Radian"@pl ; rdfs:label "Na Radian"@sl ; rdfs:label "Na Radián"@cs ; rdfs:label "Par Radian"@fr ; rdfs:label "Pe Radian"@ro ; rdfs:label "Per Radian"@la ; rdfs:label "Per Radian"@ms ; rdfs:label "Per Radiante"@it ; rdfs:label "Per Radyan"@tr ; rdfs:label "Por Radiano"@pt ; rdfs:label "Por Radián"@es ; rdfs:label "Pro Radiant"@de ; rdfs:label "Reciprocal Radian" ; rdfs:label "Reciprocal Radian"@en ; rdfs:label "На Радиан"@bg ; rdfs:label "На Радиан"@ru ; .
{"resource":"Reciprocal Radian"
,"qname":"unit:PER-RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-RAD"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"reciprocal of the unit radian"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB327"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB327"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Ακτίνιο"
,"label":"Na Radian"
,"label":"Na Radian"
,"label":"Na Radián"
,"label":"Par Radian"
,"label":"Pe Radian"
,"label":"Per Radian"
,"label":"Per Radian"
,"label":"Per Radiante"
,"label":"Per Radyan"
,"label":"Por Radiano"
,"label":"Por Radián"
,"label":"Pro Radiant"
,"label":"Reciprocal Radian"
,"label":"Reciprocal Radian"
,"label":"На Радиан"
,"label":"На Радиан"
,"symbol":"\/rad"
,"type":"qudt:Unit"
,"ucum code":"rad-1"
,"unece common code":"P97"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-RAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the unit radian",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB327",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB327",
"symbol" : "/rad",
"ucumCode" : "rad-1",
"uneceCommonCode" : "P97",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Radian", {
"@language" : "en",
"@value" : "Reciprocal Radian"
}, {
"@language" : "cs",
"@value" : "Na Radián"
}, {
"@language" : "fr",
"@value" : "Par Radian"
}, {
"@language" : "es",
"@value" : "Por Radián"
}, {
"@language" : "bg",
"@value" : "На Радиан"
}, {
"@language" : "ru",
"@value" : "На Радиан"
}, {
"@language" : "tr",
"@value" : "Per Radyan"
}, {
"@language" : "la",
"@value" : "Per Radian"
}, {
"@language" : "ms",
"@value" : "Per Radian"
}, {
"@language" : "it",
"@value" : "Per Radiante"
}, {
"@language" : "pt",
"@value" : "Por Radiano"
}, {
"@language" : "el",
"@value" : "Aνά Ακτίνιο"
}, {
"@language" : "pl",
"@value" : "Na Radian"
}, {
"@language" : "sl",
"@value" : "Na Radian"
}, {
"@language" : "ro",
"@value" : "Pe Radian"
}, {
"@language" : "de",
"@value" : "Pro Radiant"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-SEC
URI: http://qudt.org/vocab/unit/PER-SEC
A reciprical unit of time for $\textit{reciprocal second}$ or $\textit{inverse second}$. The $\textit{Per Second}$ is a unit of rate.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-SEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A reciprical unit of time for $\\textit{reciprocal second}$ or $\\textit{inverse second}$. The $\\textit{Per Second}$ is a unit of rate."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/HZ> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM-PER-SEC> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/SAMPLE-PER-SEC> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalFrequency> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalVelocity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD544" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD544"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "/s" ;
<http://qudt.org/schema/qudt/ucumCode> "s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C97" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q6137407> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Aνά Δευτερόλεπτο"@el ;
rdfs:label "Na Sekunda"@cs ;
rdfs:label "Na Sekunda"@pl ;
rdfs:label "Na Sekunda"@sl ;
rdfs:label "Par Seconde"@fr ;
rdfs:label "Pe Secundă"@ro ;
rdfs:label "Per Saat"@ms ;
rdfs:label "Per Saniye"@tr ;
rdfs:label "Per Secondo"@it ;
rdfs:label "Per Secundum"@la ;
rdfs:label "Por Segundo"@es ;
rdfs:label "Por Segundo"@pt ;
rdfs:label "Pro Sekunde"@de ;
rdfs:label "Reciprocal Second" ;
rdfs:label "Reciprocal Second"@en ;
rdfs:label "На Секунда"@bg ;
rdfs:label "На Секунда"@ru ;
.
{"resource":"Reciprocal Second"
,"qname":"unit:PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q6137407>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"A reciprical unit of time for $\\textit{reciprocal second}$ or $\\textit{inverse second}$. The $\\textit{Per Second}$ is a unit of rate."
,"exact match":"unit:HZ"
,"exact match":"unit:NUM-PER-SEC"
,"exact match":"unit:SAMPLE-PER-SEC"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"has quantity kind":"quantitykind:RotationalFrequency"
,"has quantity kind":"quantitykind:RotationalVelocity"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD544"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD544"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Δευτερόλεπτο"
,"label":"Na Sekunda"
,"label":"Na Sekunda"
,"label":"Na Sekunda"
,"label":"Par Seconde"
,"label":"Pe Secundă"
,"label":"Per Saat"
,"label":"Per Saniye"
,"label":"Per Secondo"
,"label":"Per Secundum"
,"label":"Por Segundo"
,"label":"Por Segundo"
,"label":"Pro Sekunde"
,"label":"Reciprocal Second"
,"label":"Reciprocal Second"
,"label":"На Секунда"
,"label":"На Секунда"
,"symbol":"\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"s-1"
,"unece common code":"C97"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A reciprical unit of time for $\\textit{reciprocal second}$ or $\\textit{inverse second}$. The $\\textit{Per Second}$ is a unit of rate.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"exactMatch" : [ "http://qudt.org/vocab/unit/HZ", "http://qudt.org/vocab/unit/SAMPLE-PER-SEC", "http://qudt.org/vocab/unit/NUM-PER-SEC" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/RotationalVelocity", "http://qudt.org/vocab/quantitykind/RotationalFrequency", "http://qudt.org/vocab/quantitykind/Frequency" ],
"iec61360Code" : "0112/2///62720#UAD544",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD544",
"symbol" : "/s",
"ucumCode" : "s-1",
"uneceCommonCode" : "C97",
"wikidataMatch" : "http://www.wikidata.org/entity/Q6137407",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Por Segundo"
}, {
"@language" : "pt",
"@value" : "Por Segundo"
}, {
"@language" : "en",
"@value" : "Reciprocal Second"
}, "Reciprocal Second", {
"@language" : "cs",
"@value" : "Na Sekunda"
}, {
"@language" : "pl",
"@value" : "Na Sekunda"
}, {
"@language" : "sl",
"@value" : "Na Sekunda"
}, {
"@language" : "el",
"@value" : "Aνά Δευτερόλεπτο"
}, {
"@language" : "it",
"@value" : "Per Secondo"
}, {
"@language" : "fr",
"@value" : "Par Seconde"
}, {
"@language" : "ro",
"@value" : "Pe Secundă"
}, {
"@language" : "la",
"@value" : "Per Secundum"
}, {
"@language" : "de",
"@value" : "Pro Sekunde"
}, {
"@language" : "ru",
"@value" : "На Секунда"
}, {
"@language" : "bg",
"@value" : "На Секунда"
}, {
"@language" : "tr",
"@value" : "Per Saniye"
}, {
"@language" : "ms",
"@value" : "Per Saat"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-SEC-M2
URI: http://qudt.org/vocab/unit/PER-SEC-M2
$\textit{Per Second Square Meter}$ is a measure of flux with dimensions $/sec-m^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-SEC-M2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Per Second Square Meter}$ is a measure of flux with dimensions $/sec-m^2$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$per-sec-m^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Flux> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA974" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA974"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "/(s·m²)" ;
<http://qudt.org/schema/qudt/ucumCode> "s-1.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C99" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Aνά Δευτερόλεπτο Τετραγωνικό Μέτρο"@el ;
rdfs:label "Na Sekunda Kvadratni Meter"@sl ;
rdfs:label "Na Sekunda Metr Kwadratowy"@pl ;
rdfs:label "Na Sekunda Čtvereční Metr"@cs ;
rdfs:label "Par Seconde Mètre Carré"@fr ;
rdfs:label "Pe Secundă Metru Pătrat"@ro ;
rdfs:label "Per Saat Meter Persegi"@ms ;
rdfs:label "Per Saniye Metrekare"@tr ;
rdfs:label "Per Secondo Metro Quadrato"@it ;
rdfs:label "Per Secundum Metrum Quadratum"@la ;
rdfs:label "Por Segundo Metro Cuadrado"@es ;
rdfs:label "Por Segundo Metro Quadrado"@pt ;
rdfs:label "Pro Sekunde Quadratmeter"@de ;
rdfs:label "Reciprocal Second Square Meter"@en-US ;
rdfs:label "Reciprocal Second Square Metre" ;
rdfs:label "Reciprocal Second Square Metre"@en ;
rdfs:label "На Секунда Квадратен Метър"@bg ;
rdfs:label "На Секунда Квадратный Метр"@ru ;
.
{"resource":"Reciprocal Second Square Metre"
,"qname":"unit:PER-SEC-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-SEC-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Per Second Square Meter}$ is a measure of flux with dimensions $\/sec-m^2$."
,"expression":"$per-sec-m^2$"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Flux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA974"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA974"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Δευτερόλεπτο Τετραγωνικό Μέτρο"
,"label":"Na Sekunda Kvadratni Meter"
,"label":"Na Sekunda Metr Kwadratowy"
,"label":"Na Sekunda Čtvereční Metr"
,"label":"Par Seconde Mètre Carré"
,"label":"Pe Secundă Metru Pătrat"
,"label":"Per Saat Meter Persegi"
,"label":"Per Saniye Metrekare"
,"label":"Per Secondo Metro Quadrato"
,"label":"Per Secundum Metrum Quadratum"
,"label":"Por Segundo Metro Cuadrado"
,"label":"Por Segundo Metro Quadrado"
,"label":"Pro Sekunde Quadratmeter"
,"label":"Reciprocal Second Square Meter"
,"label":"Reciprocal Second Square Metre"
,"label":"Reciprocal Second Square Metre"
,"label":"На Секунда Квадратен Метър"
,"label":"На Секунда Квадратный Метр"
,"symbol":"\/(s·m²)"
,"type":"qudt:Unit"
,"ucum code":"s-1.m-2"
,"unece common code":"C99"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-SEC-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Per Second Square Meter}$ is a measure of flux with dimensions $/sec-m^2$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$per-sec-m^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Flux",
"iec61360Code" : "0112/2///62720#UAA974",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA974",
"symbol" : "/(s·m²)",
"ucumCode" : "s-1.m-2",
"uneceCommonCode" : "C99",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pt",
"@value" : "Por Segundo Metro Quadrado"
}, {
"@language" : "cs",
"@value" : "Na Sekunda Čtvereční Metr"
}, {
"@language" : "es",
"@value" : "Por Segundo Metro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Second Square Meter"
}, {
"@language" : "it",
"@value" : "Per Secondo Metro Quadrato"
}, {
"@language" : "ms",
"@value" : "Per Saat Meter Persegi"
}, {
"@language" : "pl",
"@value" : "Na Sekunda Metr Kwadratowy"
}, {
"@language" : "de",
"@value" : "Pro Sekunde Quadratmeter"
}, {
"@language" : "ru",
"@value" : "На Секунда Квадратный Метр"
}, {
"@language" : "sl",
"@value" : "Na Sekunda Kvadratni Meter"
}, {
"@language" : "la",
"@value" : "Per Secundum Metrum Quadratum"
}, {
"@language" : "ro",
"@value" : "Pe Secundă Metru Pătrat"
}, {
"@language" : "bg",
"@value" : "На Секунда Квадратен Метър"
}, "Reciprocal Second Square Metre", {
"@language" : "en",
"@value" : "Reciprocal Second Square Metre"
}, {
"@language" : "el",
"@value" : "Aνά Δευτερόλεπτο Τετραγωνικό Μέτρο"
}, {
"@language" : "tr",
"@value" : "Per Saniye Metrekare"
}, {
"@language" : "fr",
"@value" : "Par Seconde Mètre Carré"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-SEC-M2-SR
URI: http://qudt.org/vocab/unit/PER-SEC-M2-SR
Per Second Square Meter Steradian is a denominator unit with dimensions $/sec-m^2-sr$.
It is not clear this unit is ever used. [Editor]
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-SEC-M2-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Second Square Meter Steradian is a denominator unit with dimensions $/sec-m^2-sr$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$/sec-m^2-sr$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotonRadiance> ; <http://qudt.org/schema/qudt/symbol> "/(s·m²·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "s-1.m-2.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D2" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q83855084> ; rdfs:comment "It is not clear this unit is ever used. [Editor]" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Δευτερόλεπτο Τετραγωνικό Μέτρο Στερακτίνιο"@el ; rdfs:label "Na Sekunda Kvadratni Meter Steradian"@sl ; rdfs:label "Na Sekunda Metr Kwadratowy Steradian"@pl ; rdfs:label "Na Sekunda Čtvereční Metr Steradián"@cs ; rdfs:label "Par Seconde Mètre Carré Stéradian"@fr ; rdfs:label "Pe Secundă Metru Pătrat Steradian"@ro ; rdfs:label "Per Saat Meter Persegi Steradian"@ms ; rdfs:label "Per Saniye Metrekare Steradyan"@tr ; rdfs:label "Per Secondo Metro Quadrato Steradiante"@it ; rdfs:label "Per Secundum Metrum Quadratum Steradian"@la ; rdfs:label "Por Segundo Metro Cuadrado Estereorradián"@es ; rdfs:label "Por Segundo Metro Quadrado Esterradiano"@pt ; rdfs:label "Pro Sekunde Quadratmeter Steradiant"@de ; rdfs:label "Reciprocal Second Square Meter Steradian"@en-US ; rdfs:label "Reciprocal Second Square Metre Steradian" ; rdfs:label "Reciprocal Second Square Metre Steradian"@en ; rdfs:label "На Секунда Квадратен Метър Стерадиан"@bg ; rdfs:label "На Секунда Квадратный Метр Стерадиан"@ru ; .
{"resource":"Reciprocal Second Square Metre Steradian"
,"qname":"unit:PER-SEC-M2-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-SEC-M2-SR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q83855084>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"comment":"It is not clear this unit is ever used. [Editor]"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Per Second Square Meter Steradian is a denominator unit with dimensions $\/sec-m^2-sr$."
,"expression":"$\/sec-m^2-sr$"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotonRadiance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Δευτερόλεπτο Τετραγωνικό Μέτρο Στερακτίνιο"
,"label":"Na Sekunda Kvadratni Meter Steradian"
,"label":"Na Sekunda Metr Kwadratowy Steradian"
,"label":"Na Sekunda Čtvereční Metr Steradián"
,"label":"Par Seconde Mètre Carré Stéradian"
,"label":"Pe Secundă Metru Pătrat Steradian"
,"label":"Per Saat Meter Persegi Steradian"
,"label":"Per Saniye Metrekare Steradyan"
,"label":"Per Secondo Metro Quadrato Steradiante"
,"label":"Per Secundum Metrum Quadratum Steradian"
,"label":"Por Segundo Metro Cuadrado Estereorradián"
,"label":"Por Segundo Metro Quadrado Esterradiano"
,"label":"Pro Sekunde Quadratmeter Steradiant"
,"label":"Reciprocal Second Square Meter Steradian"
,"label":"Reciprocal Second Square Metre Steradian"
,"label":"Reciprocal Second Square Metre Steradian"
,"label":"На Секунда Квадратен Метър Стерадиан"
,"label":"На Секунда Квадратный Метр Стерадиан"
,"symbol":"\/(s·m²·sr)"
,"type":"qudt:Unit"
,"ucum code":"s-1.m-2.sr-1"
,"unece common code":"D2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-SEC-M2-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Second Square Meter Steradian is a denominator unit with dimensions $/sec-m^2-sr$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$/sec-m^2-sr$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotonRadiance",
"symbol" : "/(s·m²·sr)",
"ucumCode" : "s-1.m-2.sr-1",
"uneceCommonCode" : "D2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q83855084",
"comment" : "It is not clear this unit is ever used. [Editor]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Aνά Δευτερόλεπτο Τετραγωνικό Μέτρο Στερακτίνιο"
}, {
"@language" : "sl",
"@value" : "Na Sekunda Kvadratni Meter Steradian"
}, {
"@language" : "fr",
"@value" : "Par Seconde Mètre Carré Stéradian"
}, {
"@language" : "la",
"@value" : "Per Secundum Metrum Quadratum Steradian"
}, {
"@language" : "pl",
"@value" : "Na Sekunda Metr Kwadratowy Steradian"
}, {
"@language" : "it",
"@value" : "Per Secondo Metro Quadrato Steradiante"
}, {
"@language" : "ms",
"@value" : "Per Saat Meter Persegi Steradian"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Second Square Meter Steradian"
}, {
"@language" : "es",
"@value" : "Por Segundo Metro Cuadrado Estereorradián"
}, {
"@language" : "tr",
"@value" : "Per Saniye Metrekare Steradyan"
}, {
"@language" : "cs",
"@value" : "Na Sekunda Čtvereční Metr Steradián"
}, {
"@language" : "ru",
"@value" : "На Секунда Квадратный Метр Стерадиан"
}, {
"@language" : "bg",
"@value" : "На Секунда Квадратен Метър Стерадиан"
}, {
"@language" : "de",
"@value" : "Pro Sekunde Quadratmeter Steradiant"
}, {
"@language" : "pt",
"@value" : "Por Segundo Metro Quadrado Esterradiano"
}, "Reciprocal Second Square Metre Steradian", {
"@language" : "en",
"@value" : "Reciprocal Second Square Metre Steradian"
}, {
"@language" : "ro",
"@value" : "Pe Secundă Metru Pătrat Steradian"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-SEC-M3
URI: http://qudt.org/vocab/unit/PER-SEC-M3
reciprocal of the SI base unit second divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-SEC-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the SI base unit second divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Slowing-DownDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA975" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA975"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/(s·m³)" ; <http://qudt.org/schema/qudt/ucumCode> "s-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C98" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Δευτερόλεπτο Κυβικό Μέτρο"@el ; rdfs:label "Na Sekunda Kubični Meter"@sl ; rdfs:label "Na Sekunda Metr Krychlový"@cs ; rdfs:label "Na Sekunda Metr Sześcienny"@pl ; rdfs:label "Par Seconde Mètre Cube"@fr ; rdfs:label "Pe Secundă Metru Cub"@ro ; rdfs:label "Per Saat Meter Kubik"@ms ; rdfs:label "Per Saniye Metreküp"@tr ; rdfs:label "Per Secondo Metro Cubo"@it ; rdfs:label "Per Secundum Metrum Cubicum"@la ; rdfs:label "Por Segundo Metro Cúbico"@es ; rdfs:label "Por Segundo Metro Cúbico"@pt ; rdfs:label "Pro Sekunde Kubikmeter"@de ; rdfs:label "Reciprocal Second Cubic Meter"@en-US ; rdfs:label "Reciprocal Second Cubic Metre" ; rdfs:label "Reciprocal Second Cubic Metre"@en ; rdfs:label "На Секунда Кубичен Метър"@bg ; rdfs:label "На Секунда Кубический Метр"@ru ; .
{"resource":"Reciprocal Second Cubic Metre"
,"qname":"unit:PER-SEC-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-SEC-M3"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"reciprocal of the SI base unit second divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Slowing-DownDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA975"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA975"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Δευτερόλεπτο Κυβικό Μέτρο"
,"label":"Na Sekunda Kubični Meter"
,"label":"Na Sekunda Metr Krychlový"
,"label":"Na Sekunda Metr Sześcienny"
,"label":"Par Seconde Mètre Cube"
,"label":"Pe Secundă Metru Cub"
,"label":"Per Saat Meter Kubik"
,"label":"Per Saniye Metreküp"
,"label":"Per Secondo Metro Cubo"
,"label":"Per Secundum Metrum Cubicum"
,"label":"Por Segundo Metro Cúbico"
,"label":"Por Segundo Metro Cúbico"
,"label":"Pro Sekunde Kubikmeter"
,"label":"Reciprocal Second Cubic Meter"
,"label":"Reciprocal Second Cubic Metre"
,"label":"Reciprocal Second Cubic Metre"
,"label":"На Секунда Кубичен Метър"
,"label":"На Секунда Кубический Метр"
,"symbol":"\/(s·m³)"
,"type":"qudt:Unit"
,"ucum code":"s-1.m-3"
,"unece common code":"C98"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-SEC-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the SI base unit second divided by the power of the SI base unit metre with the exponent 3",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Slowing-DownDensity",
"iec61360Code" : "0112/2///62720#UAA975",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA975",
"symbol" : "/(s·m³)",
"ucumCode" : "s-1.m-3",
"uneceCommonCode" : "C98",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Second Cubic Metre", {
"@language" : "en",
"@value" : "Reciprocal Second Cubic Metre"
}, {
"@language" : "tr",
"@value" : "Per Saniye Metreküp"
}, {
"@language" : "bg",
"@value" : "На Секунда Кубичен Метър"
}, {
"@language" : "ru",
"@value" : "На Секунда Кубический Метр"
}, {
"@language" : "pl",
"@value" : "Na Sekunda Metr Sześcienny"
}, {
"@language" : "la",
"@value" : "Per Secundum Metrum Cubicum"
}, {
"@language" : "el",
"@value" : "Aνά Δευτερόλεπτο Κυβικό Μέτρο"
}, {
"@language" : "de",
"@value" : "Pro Sekunde Kubikmeter"
}, {
"@language" : "fr",
"@value" : "Par Seconde Mètre Cube"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Second Cubic Meter"
}, {
"@language" : "ms",
"@value" : "Per Saat Meter Kubik"
}, {
"@language" : "es",
"@value" : "Por Segundo Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Por Segundo Metro Cúbico"
}, {
"@language" : "sl",
"@value" : "Na Sekunda Kubični Meter"
}, {
"@language" : "it",
"@value" : "Per Secondo Metro Cubo"
}, {
"@language" : "ro",
"@value" : "Pe Secundă Metru Cub"
}, {
"@language" : "cs",
"@value" : "Na Sekunda Metr Krychlový"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-SEC-SR
URI: http://qudt.org/vocab/unit/PER-SEC-SR
Per Second Steradian Unit is a denominator unit with dimensions $/sec-sr$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-SEC-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Second Steradian Unit is a denominator unit with dimensions $/sec-sr$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$/sec-sr$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotonIntensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TemporalSummationFunction> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA976" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA976"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/(s·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "s-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D1" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q83853845> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Δευτερόλεπτο Στερακτίνιο"@el ; rdfs:label "Na Sekunda Steradian"@pl ; rdfs:label "Na Sekunda Steradian"@sl ; rdfs:label "Na Sekunda Steradián"@cs ; rdfs:label "Par Seconde Stéradian"@fr ; rdfs:label "Pe Secundă Steradian"@ro ; rdfs:label "Per Saat Steradian"@ms ; rdfs:label "Per Saniye Steradyan"@tr ; rdfs:label "Per Secondo Steradiante"@it ; rdfs:label "Per Secundum Steradian"@la ; rdfs:label "Por Segundo Estereorradián"@es ; rdfs:label "Por Segundo Esterradiano"@pt ; rdfs:label "Pro Sekunde Steradiant"@de ; rdfs:label "Reciprocal Second Steradian" ; rdfs:label "Reciprocal Second Steradian"@en ; rdfs:label "На Секунда Стерадиан"@bg ; rdfs:label "На Секунда Стерадиан"@ru ; .
{"resource":"Reciprocal Second Steradian"
,"qname":"unit:PER-SEC-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-SEC-SR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q83853845>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Per Second Steradian Unit is a denominator unit with dimensions $\/sec-sr$."
,"expression":"$\/sec-sr$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotonIntensity"
,"has quantity kind":"quantitykind:TemporalSummationFunction"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA976"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA976"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Δευτερόλεπτο Στερακτίνιο"
,"label":"Na Sekunda Steradian"
,"label":"Na Sekunda Steradian"
,"label":"Na Sekunda Steradián"
,"label":"Par Seconde Stéradian"
,"label":"Pe Secundă Steradian"
,"label":"Per Saat Steradian"
,"label":"Per Saniye Steradyan"
,"label":"Per Secondo Steradiante"
,"label":"Per Secundum Steradian"
,"label":"Por Segundo Estereorradián"
,"label":"Por Segundo Esterradiano"
,"label":"Pro Sekunde Steradiant"
,"label":"Reciprocal Second Steradian"
,"label":"Reciprocal Second Steradian"
,"label":"На Секунда Стерадиан"
,"label":"На Секунда Стерадиан"
,"symbol":"\/(s·sr)"
,"type":"qudt:Unit"
,"ucum code":"s-1.sr-1"
,"unece common code":"D1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-SEC-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Second Steradian Unit is a denominator unit with dimensions $/sec-sr$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$/sec-sr$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/TemporalSummationFunction", "http://qudt.org/vocab/quantitykind/PhotonIntensity" ],
"iec61360Code" : "0112/2///62720#UAA976",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA976",
"symbol" : "/(s·sr)",
"ucumCode" : "s-1.sr-1",
"uneceCommonCode" : "D1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q83853845",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Pe Secundă Steradian"
}, {
"@language" : "sl",
"@value" : "Na Sekunda Steradian"
}, {
"@language" : "pl",
"@value" : "Na Sekunda Steradian"
}, {
"@language" : "fr",
"@value" : "Par Seconde Stéradian"
}, {
"@language" : "it",
"@value" : "Per Secondo Steradiante"
}, {
"@language" : "de",
"@value" : "Pro Sekunde Steradiant"
}, {
"@language" : "bg",
"@value" : "На Секунда Стерадиан"
}, {
"@language" : "ru",
"@value" : "На Секунда Стерадиан"
}, {
"@language" : "cs",
"@value" : "Na Sekunda Steradián"
}, "Reciprocal Second Steradian", {
"@language" : "en",
"@value" : "Reciprocal Second Steradian"
}, {
"@language" : "tr",
"@value" : "Per Saniye Steradyan"
}, {
"@language" : "pt",
"@value" : "Por Segundo Esterradiano"
}, {
"@language" : "es",
"@value" : "Por Segundo Estereorradián"
}, {
"@language" : "el",
"@value" : "Aνά Δευτερόλεπτο Στερακτίνιο"
}, {
"@language" : "ms",
"@value" : "Per Saat Steradian"
}, {
"@language" : "la",
"@value" : "Per Secundum Steradian"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-SEC-SR-M2
URI: http://qudt.org/vocab/unit/PER-SEC-SR-M2
reciprocal of the SI base unit second divided by the product of the SI derived unit steradian and the power of the SI base unit metre and te exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-SEC-SR-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the SI base unit second divided by the product of the SI derived unit steradian and the power of the SI base unit metre and te exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA977" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA977"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/(s·sr·m²)" ; <http://qudt.org/schema/qudt/ucumCode> "s-1.sr-1.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D2" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Δευτερόλεπτο Στερακτίνιο Τετραγωνικό Μέτρο"@el ; rdfs:label "Na Sekunda Steradian Kvadratni Meter"@sl ; rdfs:label "Na Sekunda Steradian Metr Kwadratowy"@pl ; rdfs:label "Na Sekunda Steradián Čtvereční Metr"@cs ; rdfs:label "Par Seconde Stéradian Mètre Carré"@fr ; rdfs:label "Pe Secundă Steradian Metru Pătrat"@ro ; rdfs:label "Per Saat Steradian Meter Persegi"@ms ; rdfs:label "Per Saniye Steradyan Metrekare"@tr ; rdfs:label "Per Secondo Steradiante Metro Quadrato"@it ; rdfs:label "Per Secundum Steradian Metrum Quadratum"@la ; rdfs:label "Por Segundo Estereorradián Metro Cuadrado"@es ; rdfs:label "Por Segundo Esterradiano Metro Quadrado"@pt ; rdfs:label "Pro Sekunde Steradiant Quadratmeter"@de ; rdfs:label "Reciprocal Second Steradian Square Meter"@en-US ; rdfs:label "Reciprocal Second Steradian Square Metre" ; rdfs:label "Reciprocal Second Steradian Square Metre"@en ; rdfs:label "На Секунда Стерадиан Квадратен Метър"@bg ; rdfs:label "На Секунда Стерадиан Квадратный Метр"@ru ; .
{"resource":"Reciprocal Second Steradian Square Metre"
,"qname":"unit:PER-SEC-SR-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-SEC-SR-M2"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"reciprocal of the SI base unit second divided by the product of the SI derived unit steradian and the power of the SI base unit metre and te exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA977"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA977"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Δευτερόλεπτο Στερακτίνιο Τετραγωνικό Μέτρο"
,"label":"Na Sekunda Steradian Kvadratni Meter"
,"label":"Na Sekunda Steradian Metr Kwadratowy"
,"label":"Na Sekunda Steradián Čtvereční Metr"
,"label":"Par Seconde Stéradian Mètre Carré"
,"label":"Pe Secundă Steradian Metru Pătrat"
,"label":"Per Saat Steradian Meter Persegi"
,"label":"Per Saniye Steradyan Metrekare"
,"label":"Per Secondo Steradiante Metro Quadrato"
,"label":"Per Secundum Steradian Metrum Quadratum"
,"label":"Por Segundo Estereorradián Metro Cuadrado"
,"label":"Por Segundo Esterradiano Metro Quadrado"
,"label":"Pro Sekunde Steradiant Quadratmeter"
,"label":"Reciprocal Second Steradian Square Meter"
,"label":"Reciprocal Second Steradian Square Metre"
,"label":"Reciprocal Second Steradian Square Metre"
,"label":"На Секунда Стерадиан Квадратен Метър"
,"label":"На Секунда Стерадиан Квадратный Метр"
,"symbol":"\/(s·sr·m²)"
,"type":"qudt:Unit"
,"ucum code":"s-1.sr-1.m-2"
,"unece common code":"D2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-SEC-SR-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the SI base unit second divided by the product of the SI derived unit steradian and the power of the SI base unit metre and te exponent 2",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA977",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA977",
"symbol" : "/(s·sr·m²)",
"ucumCode" : "s-1.sr-1.m-2",
"uneceCommonCode" : "D2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Na Sekunda Steradián Čtvereční Metr"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Second Steradian Square Meter"
}, {
"@language" : "ru",
"@value" : "На Секунда Стерадиан Квадратный Метр"
}, {
"@language" : "el",
"@value" : "Aνά Δευτερόλεπτο Στερακτίνιο Τετραγωνικό Μέτρο"
}, {
"@language" : "es",
"@value" : "Por Segundo Estereorradián Metro Cuadrado"
}, {
"@language" : "la",
"@value" : "Per Secundum Steradian Metrum Quadratum"
}, {
"@language" : "pl",
"@value" : "Na Sekunda Steradian Metr Kwadratowy"
}, {
"@language" : "pt",
"@value" : "Por Segundo Esterradiano Metro Quadrado"
}, "Reciprocal Second Steradian Square Metre", {
"@language" : "en",
"@value" : "Reciprocal Second Steradian Square Metre"
}, {
"@language" : "de",
"@value" : "Pro Sekunde Steradiant Quadratmeter"
}, {
"@language" : "bg",
"@value" : "На Секунда Стерадиан Квадратен Метър"
}, {
"@language" : "sl",
"@value" : "Na Sekunda Steradian Kvadratni Meter"
}, {
"@language" : "fr",
"@value" : "Par Seconde Stéradian Mètre Carré"
}, {
"@language" : "tr",
"@value" : "Per Saniye Steradyan Metrekare"
}, {
"@language" : "it",
"@value" : "Per Secondo Steradiante Metro Quadrato"
}, {
"@language" : "ro",
"@value" : "Pe Secundă Steradian Metru Pătrat"
}, {
"@language" : "ms",
"@value" : "Per Saat Steradian Meter Persegi"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-SEC2
URI: http://qudt.org/vocab/unit/PER-SEC2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseSquareTime> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/SEC2> ; <http://qudt.org/schema/qudt/symbol> "/s²" ; <http://qudt.org/schema/qudt/ucumCode> "s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106680668> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Na Kvadratni Sekunda"@sl ; rdfs:label "Na Sekunda Kwadratowy"@pl ; rdfs:label "Na Čtvereční Sekunda"@cs ; rdfs:label "Par Seconde Carré"@fr ; rdfs:label "Pe Secundă Pătrat"@ro ; rdfs:label "Per Saat Persegi"@ms ; rdfs:label "Per Saniyekare"@tr ; rdfs:label "Per Secondo Quadrato"@it ; rdfs:label "Per Secundum Quadratum"@la ; rdfs:label "Por Segundo Cuadrado"@es ; rdfs:label "Por Segundo Quadrado"@pt ; rdfs:label "Pro Quadratsekunde"@de ; rdfs:label "Reciprocal Square Second" ; rdfs:label "Reciprocal Square Second"@en ; rdfs:label "На Квадратен Секунда"@bg ; rdfs:label "На Квадратный Секунда"@ru ; .
{"resource":"Reciprocal Square Second"
,"qname":"unit:PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-SEC2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106680668>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-2D0"
,"has quantity kind":"quantitykind:InverseSquareTime"
,"has reciprocal unit":"unit:SEC2"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Τετραγωνικό Δευτερόλεπτο"
,"label":"Na Kvadratni Sekunda"
,"label":"Na Sekunda Kwadratowy"
,"label":"Na Čtvereční Sekunda"
,"label":"Par Seconde Carré"
,"label":"Pe Secundă Pătrat"
,"label":"Per Saat Persegi"
,"label":"Per Saniyekare"
,"label":"Per Secondo Quadrato"
,"label":"Per Secundum Quadratum"
,"label":"Por Segundo Cuadrado"
,"label":"Por Segundo Quadrado"
,"label":"Pro Quadratsekunde"
,"label":"Reciprocal Square Second"
,"label":"Reciprocal Square Second"
,"label":"На Квадратен Секунда"
,"label":"На Квадратный Секунда"
,"symbol":"\/s²"
,"type":"qudt:Unit"
,"ucum code":"s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseSquareTime",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/SEC2",
"symbol" : "/s²",
"ucumCode" : "s-2",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106680668",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pt",
"@value" : "Por Segundo Quadrado"
}, {
"@language" : "it",
"@value" : "Per Secondo Quadrato"
}, {
"@language" : "ro",
"@value" : "Pe Secundă Pătrat"
}, {
"@language" : "cs",
"@value" : "Na Čtvereční Sekunda"
}, {
"@language" : "ms",
"@value" : "Per Saat Persegi"
}, {
"@language" : "la",
"@value" : "Per Secundum Quadratum"
}, {
"@language" : "bg",
"@value" : "На Квадратен Секунда"
}, {
"@language" : "el",
"@value" : "Aνά Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "pl",
"@value" : "Na Sekunda Kwadratowy"
}, {
"@language" : "fr",
"@value" : "Par Seconde Carré"
}, {
"@language" : "es",
"@value" : "Por Segundo Cuadrado"
}, {
"@language" : "tr",
"@value" : "Per Saniyekare"
}, {
"@language" : "sl",
"@value" : "Na Kvadratni Sekunda"
}, {
"@language" : "ru",
"@value" : "На Квадратный Секунда"
}, {
"@language" : "de",
"@value" : "Pro Quadratsekunde"
}, "Reciprocal Square Second", {
"@language" : "en",
"@value" : "Reciprocal Square Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-SR
URI: http://qudt.org/vocab/unit/PER-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "/sr" ; <http://qudt.org/schema/qudt/ucumCode> "sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q108533173> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Στερακτίνιο"@el ; rdfs:label "Na Steradian"@pl ; rdfs:label "Na Steradian"@sl ; rdfs:label "Na Steradián"@cs ; rdfs:label "Par Stéradian"@fr ; rdfs:label "Pe Steradian"@ro ; rdfs:label "Per Steradian"@la ; rdfs:label "Per Steradian"@ms ; rdfs:label "Per Steradiante"@it ; rdfs:label "Per Steradyan"@tr ; rdfs:label "Por Estereorradián"@es ; rdfs:label "Por Esterradiano"@pt ; rdfs:label "Pro Steradiant"@de ; rdfs:label "Reciprocal Steradian" ; rdfs:label "Reciprocal Steradian"@en ; rdfs:label "На Стерадиан"@bg ; rdfs:label "На Стерадиан"@ru ; .
{"resource":"Reciprocal Steradian"
,"qname":"unit:PER-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-SR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q108533173>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Στερακτίνιο"
,"label":"Na Steradian"
,"label":"Na Steradian"
,"label":"Na Steradián"
,"label":"Par Stéradian"
,"label":"Pe Steradian"
,"label":"Per Steradian"
,"label":"Per Steradian"
,"label":"Per Steradiante"
,"label":"Per Steradyan"
,"label":"Por Estereorradián"
,"label":"Por Esterradiano"
,"label":"Pro Steradiant"
,"label":"Reciprocal Steradian"
,"label":"Reciprocal Steradian"
,"label":"На Стерадиан"
,"label":"На Стерадиан"
,"symbol":"\/sr"
,"type":"qudt:Unit"
,"ucum code":"sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "/sr",
"ucumCode" : "sr-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q108533173",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Na Steradian"
}, {
"@language" : "sl",
"@value" : "Na Steradian"
}, {
"@language" : "ro",
"@value" : "Pe Steradian"
}, {
"@language" : "la",
"@value" : "Per Steradian"
}, {
"@language" : "ms",
"@value" : "Per Steradian"
}, {
"@language" : "tr",
"@value" : "Per Steradyan"
}, {
"@language" : "it",
"@value" : "Per Steradiante"
}, {
"@language" : "de",
"@value" : "Pro Steradiant"
}, {
"@language" : "bg",
"@value" : "На Стерадиан"
}, {
"@language" : "ru",
"@value" : "На Стерадиан"
}, {
"@language" : "el",
"@value" : "Aνά Στερακτίνιο"
}, {
"@language" : "pt",
"@value" : "Por Esterradiano"
}, "Reciprocal Steradian", {
"@language" : "en",
"@value" : "Reciprocal Steradian"
}, {
"@language" : "fr",
"@value" : "Par Stéradian"
}, {
"@language" : "es",
"@value" : "Por Estereorradián"
}, {
"@language" : "cs",
"@value" : "Na Steradián"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-T-M
URI: http://qudt.org/vocab/unit/PER-T-M
A $\textit{Per Tesla Meter Unit}$ is a denominator unit with dimensions $/m .\cdot T$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-T-M>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{Per Tesla Meter Unit}$ is a denominator unit with dimensions $/m .\\cdot T$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-1I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticReluctivity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/T-M> ;
<http://qudt.org/schema/qudt/latexSymbol> "$m^{-1} \\cdot T^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/symbol> "/(T·m)" ;
<http://qudt.org/schema/qudt/ucumCode> "T-1.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Aνά Τέσλα Μέτρο"@el ;
rdfs:label "Na Tesla Meter"@sl ;
rdfs:label "Na Tesla Metr"@cs ;
rdfs:label "Na Tesla Metr"@pl ;
rdfs:label "Par Tesla Mètre"@fr ;
rdfs:label "Pe Tesla Metru"@ro ;
rdfs:label "Per Tesla Meter"@ms ;
rdfs:label "Per Tesla Metre"@tr ;
rdfs:label "Per Tesla Metro"@it ;
rdfs:label "Per Tesla Metrum"@la ;
rdfs:label "Por Tesla Metro"@es ;
rdfs:label "Por Tesla Metro"@pt ;
rdfs:label "Pro Tesla Meter"@de ;
rdfs:label "Reciprocal Tesla Meter"@en-US ;
rdfs:label "Reciprocal Tesla Metre" ;
rdfs:label "Reciprocal Tesla Metre"@en ;
rdfs:label "На Тесла Метр"@ru ;
rdfs:label "На Тесла Метър"@bg ;
.
{"resource":"Reciprocal Tesla Metre"
,"qname":"unit:PER-T-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-T-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\n A $\\textit{Per Tesla Meter Unit}$ is a denominator unit with dimensions $\/m .\\cdot T$.\n "
,"has dimension vector":"qkdv:A0E1L-1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:MagneticReluctivity"
,"has reciprocal unit":"unit:T-M"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Τέσλα Μέτρο"
,"label":"Na Tesla Meter"
,"label":"Na Tesla Metr"
,"label":"Na Tesla Metr"
,"label":"Par Tesla Mètre"
,"label":"Pe Tesla Metru"
,"label":"Per Tesla Meter"
,"label":"Per Tesla Metre"
,"label":"Per Tesla Metro"
,"label":"Per Tesla Metrum"
,"label":"Por Tesla Metro"
,"label":"Por Tesla Metro"
,"label":"Pro Tesla Meter"
,"label":"Reciprocal Tesla Meter"
,"label":"Reciprocal Tesla Metre"
,"label":"Reciprocal Tesla Metre"
,"label":"На Тесла Метр"
,"label":"На Тесла Метър"
,"latex symbol":"$m^{-1} \\cdot T^{-1}$"
,"symbol":"\/(T·m)"
,"type":"qudt:Unit"
,"ucum code":"T-1.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-T-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n A $\\textit{Per Tesla Meter Unit}$ is a denominator unit with dimensions $/m .\\cdot T$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticReluctivity",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/T-M",
"latexSymbol" : "$m^{-1} \\cdot T^{-1}$",
"symbol" : "/(T·m)",
"ucumCode" : "T-1.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Aνά Τέσλα Μέτρο"
}, {
"@language" : "en-us",
"@value" : "Reciprocal Tesla Meter"
}, {
"@language" : "sl",
"@value" : "Na Tesla Meter"
}, "Reciprocal Tesla Metre", {
"@language" : "en",
"@value" : "Reciprocal Tesla Metre"
}, {
"@language" : "ms",
"@value" : "Per Tesla Meter"
}, {
"@language" : "bg",
"@value" : "На Тесла Метър"
}, {
"@language" : "cs",
"@value" : "Na Tesla Metr"
}, {
"@language" : "ro",
"@value" : "Pe Tesla Metru"
}, {
"@language" : "tr",
"@value" : "Per Tesla Metre"
}, {
"@language" : "la",
"@value" : "Per Tesla Metrum"
}, {
"@language" : "ru",
"@value" : "На Тесла Метр"
}, {
"@language" : "pl",
"@value" : "Na Tesla Metr"
}, {
"@language" : "de",
"@value" : "Pro Tesla Meter"
}, {
"@language" : "es",
"@value" : "Por Tesla Metro"
}, {
"@language" : "pt",
"@value" : "Por Tesla Metro"
}, {
"@language" : "fr",
"@value" : "Par Tesla Mètre"
}, {
"@language" : "it",
"@value" : "Per Tesla Metro"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-T-SEC
URI: http://qudt.org/vocab/unit/PER-T-SEC
Per Tesla Second Unit is a denominator unit with dimensions $/s . T$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-T-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Per Tesla Second Unit is a denominator unit with dimensions $/s . T$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$/s . T$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerMass> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/T-SEC> ; <http://qudt.org/schema/qudt/symbol> "/(T·s)" ; <http://qudt.org/schema/qudt/ucumCode> "T-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q97543281> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Τέσλα Δευτερόλεπτο"@el ; rdfs:label "Na Tesla Sekunda"@cs ; rdfs:label "Na Tesla Sekunda"@pl ; rdfs:label "Na Tesla Sekunda"@sl ; rdfs:label "Par Tesla Seconde"@fr ; rdfs:label "Pe Tesla Secundă"@ro ; rdfs:label "Per Tesla Saat"@ms ; rdfs:label "Per Tesla Saniye"@tr ; rdfs:label "Per Tesla Secondo"@it ; rdfs:label "Per Tesla Secundum"@la ; rdfs:label "Por Tesla Segundo"@es ; rdfs:label "Por Tesla Segundo"@pt ; rdfs:label "Pro Tesla Sekunde"@de ; rdfs:label "Reciprocal Tesla Second" ; rdfs:label "Reciprocal Tesla Second"@en ; rdfs:label "На Тесла Секунда"@bg ; rdfs:label "На Тесла Секунда"@ru ; .
{"resource":"Reciprocal Tesla Second"
,"qname":"unit:PER-T-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-T-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q97543281>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Per Tesla Second Unit is a denominator unit with dimensions $\/s . T$."
,"expression":"$\/s . T$"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerMass"
,"has reciprocal unit":"unit:T-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Τέσλα Δευτερόλεπτο"
,"label":"Na Tesla Sekunda"
,"label":"Na Tesla Sekunda"
,"label":"Na Tesla Sekunda"
,"label":"Par Tesla Seconde"
,"label":"Pe Tesla Secundă"
,"label":"Per Tesla Saat"
,"label":"Per Tesla Saniye"
,"label":"Per Tesla Secondo"
,"label":"Per Tesla Secundum"
,"label":"Por Tesla Segundo"
,"label":"Por Tesla Segundo"
,"label":"Pro Tesla Sekunde"
,"label":"Reciprocal Tesla Second"
,"label":"Reciprocal Tesla Second"
,"label":"На Тесла Секунда"
,"label":"На Тесла Секунда"
,"symbol":"\/(T·s)"
,"type":"qudt:Unit"
,"ucum code":"T-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-T-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Per Tesla Second Unit is a denominator unit with dimensions $/s . T$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$/s . T$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerMass",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/T-SEC",
"symbol" : "/(T·s)",
"ucumCode" : "T-1.s-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q97543281",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "На Тесла Секунда"
}, {
"@language" : "ru",
"@value" : "На Тесла Секунда"
}, {
"@language" : "ro",
"@value" : "Pe Tesla Secundă"
}, {
"@language" : "de",
"@value" : "Pro Tesla Sekunde"
}, {
"@language" : "ms",
"@value" : "Per Tesla Saat"
}, {
"@language" : "cs",
"@value" : "Na Tesla Sekunda"
}, {
"@language" : "el",
"@value" : "Aνά Τέσλα Δευτερόλεπτο"
}, {
"@language" : "sl",
"@value" : "Na Tesla Sekunda"
}, {
"@language" : "pl",
"@value" : "Na Tesla Sekunda"
}, {
"@language" : "it",
"@value" : "Per Tesla Secondo"
}, {
"@language" : "la",
"@value" : "Per Tesla Secundum"
}, {
"@language" : "fr",
"@value" : "Par Tesla Seconde"
}, {
"@language" : "tr",
"@value" : "Per Tesla Saniye"
}, "Reciprocal Tesla Second", {
"@language" : "en",
"@value" : "Reciprocal Tesla Second"
}, {
"@language" : "es",
"@value" : "Por Tesla Segundo"
}, {
"@language" : "pt",
"@value" : "Por Tesla Segundo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-TON
URI: http://qudt.org/vocab/unit/PER-TON
reciprocal of the 2,000-fold of the SI base unit pound
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-TON> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the 2,000-fold of the SI base unit pound" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001102311310924387903614869006725135 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.102311310924387903614869006725135E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseMass> ; <http://qudt.org/schema/qudt/symbol> "/tn" ; <http://qudt.org/schema/qudt/ucumCode> "ston_av-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Ton" ; rdfs:label "Reciprocal Ton"@en ; .
{"resource":"Reciprocal Ton"
,"qname":"unit:PER-TON"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-TON"
,"properties":["conversion multiplier":"0.001102311310924387903614869006725135"
,"conversion multiplier scientific":"1.102311310924387903614869006725135E-3"
,"description":"reciprocal of the 2,000-fold of the SI base unit pound"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:InverseMass"
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Ton"
,"label":"Reciprocal Ton"
,"symbol":"\/tn"
,"type":"qudt:Unit"
,"ucum code":"ston_av-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-TON",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the 2,000-fold of the SI base unit pound",
"conversionMultiplier" : "0.001102311310924387903614869006725135",
"conversionMultiplier:SN" : 0.001102311310924388,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseMass",
"symbol" : "/tn",
"ucumCode" : "ston_av-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Ton", {
"@language" : "en",
"@value" : "Reciprocal Ton"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-TONNE
URI: http://qudt.org/vocab/unit/PER-TONNE
reciprocal of the 1,000-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-TONNE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the 1,000-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC006" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC006"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/t" ; <http://qudt.org/schema/qudt/ucumCode> "t-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Tonne" ; rdfs:label "Reciprocal Tonne"@en ; .
{"resource":"Reciprocal Tonne"
,"qname":"unit:PER-TONNE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-TONNE"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"reciprocal of the 1,000-fold of the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:InverseMass"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC006"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC006"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Tonne"
,"label":"Reciprocal Tonne"
,"symbol":"\/t"
,"type":"qudt:Unit"
,"ucum code":"t-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-TONNE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the 1,000-fold of the SI base unit kilogram",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseMass",
"iec61360Code" : "0112/2///62720#UAC006",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC006",
"symbol" : "/t",
"ucumCode" : "t-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Tonne", {
"@language" : "en",
"@value" : "Reciprocal Tonne"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-V
URI: http://qudt.org/vocab/unit/PER-V
reciprocal of the SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-V> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the SI derived unit volt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReciprocalVoltage> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB326" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB326"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/V" ; <http://qudt.org/schema/qudt/ucumCode> "V-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P96" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Βολτ"@el ; rdfs:label "Na Volt"@cs ; rdfs:label "Na Volt"@sl ; rdfs:label "Na Wolt"@pl ; rdfs:label "Par Volt"@fr ; rdfs:label "Pe Volt"@ro ; rdfs:label "Per Volt"@it ; rdfs:label "Per Volt"@ms ; rdfs:label "Per Volt"@tr ; rdfs:label "Per Voltium"@la ; rdfs:label "Por Volt"@pt ; rdfs:label "Por Voltio"@es ; rdfs:label "Pro Volt"@de ; rdfs:label "Reciprocal Volt" ; rdfs:label "Reciprocal Volt"@en ; rdfs:label "На Волт"@bg ; rdfs:label "На Вольт"@ru ; .
{"resource":"Reciprocal Volt"
,"qname":"unit:PER-V"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-V"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"reciprocal of the SI derived unit volt"
,"has dimension vector":"qkdv:A0E1L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:ReciprocalVoltage"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB326"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB326"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Βολτ"
,"label":"Na Volt"
,"label":"Na Volt"
,"label":"Na Wolt"
,"label":"Par Volt"
,"label":"Pe Volt"
,"label":"Per Volt"
,"label":"Per Volt"
,"label":"Per Volt"
,"label":"Per Voltium"
,"label":"Por Volt"
,"label":"Por Voltio"
,"label":"Pro Volt"
,"label":"Reciprocal Volt"
,"label":"Reciprocal Volt"
,"label":"На Волт"
,"label":"На Вольт"
,"symbol":"\/V"
,"type":"qudt:Unit"
,"ucum code":"V-1"
,"unece common code":"P96"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-V",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the SI derived unit volt",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T3D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReciprocalVoltage",
"iec61360Code" : "0112/2///62720#UAB326",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB326",
"symbol" : "/V",
"ucumCode" : "V-1",
"uneceCommonCode" : "P96",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Volt", {
"@language" : "en",
"@value" : "Reciprocal Volt"
}, {
"@language" : "es",
"@value" : "Por Voltio"
}, {
"@language" : "ro",
"@value" : "Pe Volt"
}, {
"@language" : "bg",
"@value" : "На Волт"
}, {
"@language" : "it",
"@value" : "Per Volt"
}, {
"@language" : "ms",
"@value" : "Per Volt"
}, {
"@language" : "tr",
"@value" : "Per Volt"
}, {
"@language" : "cs",
"@value" : "Na Volt"
}, {
"@language" : "sl",
"@value" : "Na Volt"
}, {
"@language" : "el",
"@value" : "Aνά Βολτ"
}, {
"@language" : "pt",
"@value" : "Por Volt"
}, {
"@language" : "pl",
"@value" : "Na Wolt"
}, {
"@language" : "de",
"@value" : "Pro Volt"
}, {
"@language" : "fr",
"@value" : "Par Volt"
}, {
"@language" : "la",
"@value" : "Per Voltium"
}, {
"@language" : "ru",
"@value" : "На Вольт"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-V-A-SEC
URI: http://qudt.org/vocab/unit/PER-V-A-SEC
reciprocal of the product of the SI derived unit volt, the SI base unit ampere and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-V-A-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the product of the SI derived unit volt, the SI base unit ampere and the SI base unit second" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PER-VA-SEC> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB498" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB498"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/(V·A·s)" ; <http://qudt.org/schema/qudt/ucumCode> "V-1.A-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Aνά Βολτ Αμπέρ Δευτερόλεπτο"@el ; rdfs:label "Na Volt Amper Sekunda"@sl ; rdfs:label "Na Volt Ampér Sekunda"@cs ; rdfs:label "Na Wolt Amper Sekunda"@pl ; rdfs:label "Par Volt Ampère Seconde"@fr ; rdfs:label "Pe Volt Amper Secundă"@ro ; rdfs:label "Per Volt Amper Saniye"@tr ; rdfs:label "Per Volt Ampere Saat"@ms ; rdfs:label "Per Volt Ampere Secondo"@it ; rdfs:label "Per Voltium Amperium Secundum"@la ; rdfs:label "Por Volt Ampere Segundo"@pt ; rdfs:label "Por Voltio Amperio Segundo"@es ; rdfs:label "Pro Volt Ampere Sekunde"@de ; rdfs:label "Reciprocal Volt Ampere Second" ; rdfs:label "Reciprocal Volt Ampere Second"@en ; rdfs:label "На Волт Ампер Секунда"@bg ; rdfs:label "На Вольт Ампер Секунда"@ru ; .
{"resource":"Reciprocal Volt Ampere Second"
,"qname":"unit:PER-V-A-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-V-A-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"deprecated":"true"
,"description":"reciprocal of the product of the SI derived unit volt, the SI base unit ampere and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:InverseEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB498"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB498"
,"is replaced by":"unit:PER-VA-SEC"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Βολτ Αμπέρ Δευτερόλεπτο"
,"label":"Na Volt Amper Sekunda"
,"label":"Na Volt Ampér Sekunda"
,"label":"Na Wolt Amper Sekunda"
,"label":"Par Volt Ampère Seconde"
,"label":"Pe Volt Amper Secundă"
,"label":"Per Volt Amper Saniye"
,"label":"Per Volt Ampere Saat"
,"label":"Per Volt Ampere Secondo"
,"label":"Per Voltium Amperium Secundum"
,"label":"Por Volt Ampere Segundo"
,"label":"Por Voltio Amperio Segundo"
,"label":"Pro Volt Ampere Sekunde"
,"label":"Reciprocal Volt Ampere Second"
,"label":"Reciprocal Volt Ampere Second"
,"label":"На Волт Ампер Секунда"
,"label":"На Вольт Ампер Секунда"
,"symbol":"\/(V·A·s)"
,"type":"qudt:Unit"
,"ucum code":"V-1.A-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-V-A-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the product of the SI derived unit volt, the SI base unit ampere and the SI base unit second",
"isReplacedBy" : "http://qudt.org/vocab/unit/PER-VA-SEC",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseEnergy",
"iec61360Code" : "0112/2///62720#UAB498",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB498",
"symbol" : "/(V·A·s)",
"ucumCode" : "V-1.A-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "На Вольт Ампер Секунда"
}, {
"@language" : "sl",
"@value" : "Na Volt Amper Sekunda"
}, {
"@language" : "ms",
"@value" : "Per Volt Ampere Saat"
}, {
"@language" : "pl",
"@value" : "Na Wolt Amper Sekunda"
}, "Reciprocal Volt Ampere Second", {
"@language" : "en",
"@value" : "Reciprocal Volt Ampere Second"
}, {
"@language" : "it",
"@value" : "Per Volt Ampere Secondo"
}, {
"@language" : "pt",
"@value" : "Por Volt Ampere Segundo"
}, {
"@language" : "la",
"@value" : "Per Voltium Amperium Secundum"
}, {
"@language" : "es",
"@value" : "Por Voltio Amperio Segundo"
}, {
"@language" : "ro",
"@value" : "Pe Volt Amper Secundă"
}, {
"@language" : "bg",
"@value" : "На Волт Ампер Секунда"
}, {
"@language" : "cs",
"@value" : "Na Volt Ampér Sekunda"
}, {
"@language" : "de",
"@value" : "Pro Volt Ampere Sekunde"
}, {
"@language" : "tr",
"@value" : "Per Volt Amper Saniye"
}, {
"@language" : "el",
"@value" : "Aνά Βολτ Αμπέρ Δευτερόλεπτο"
}, {
"@language" : "fr",
"@value" : "Par Volt Ampère Seconde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-VA-SEC
URI: http://qudt.org/vocab/unit/PER-VA-SEC
reciprocal of the product of the SI derived unit volt ampere and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-VA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the product of the SI derived unit volt ampere and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB498" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB498"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "/(VA·s)" ; <http://qudt.org/schema/qudt/ucumCode> "VA-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Par Voltampère Seconde"@fr ; rdfs:label "Per Volt Ampere Secondo"@it ; rdfs:label "Por Volt-ampere Segundo"@pt ; rdfs:label "Por Voltiamperio Segundo"@es ; rdfs:label "Pro Voltampere Sekunde"@de ; rdfs:label "Reciprocal Volt Ampere Second" ; rdfs:label "Reciprocal Volt Ampere Second"@en ; rdfs:label "На Вольт-ампер Секунда"@ru ; .
{"resource":"Reciprocal Volt Ampere Second"
,"qname":"unit:PER-VA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-VA-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"reciprocal of the product of the SI derived unit volt ampere and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:InverseEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB498"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB498"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Par Voltampère Seconde"
,"label":"Per Volt Ampere Secondo"
,"label":"Por Volt-ampere Segundo"
,"label":"Por Voltiamperio Segundo"
,"label":"Pro Voltampere Sekunde"
,"label":"Reciprocal Volt Ampere Second"
,"label":"Reciprocal Volt Ampere Second"
,"label":"На Вольт-ампер Секунда"
,"symbol":"\/(VA·s)"
,"type":"qudt:Unit"
,"ucum code":"VA-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-VA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the product of the SI derived unit volt ampere and the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseEnergy",
"iec61360Code" : "0112/2///62720#UAB498",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB498",
"symbol" : "/(VA·s)",
"ucumCode" : "VA-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Por Voltiamperio Segundo"
}, {
"@language" : "ru",
"@value" : "На Вольт-ампер Секунда"
}, {
"@language" : "it",
"@value" : "Per Volt Ampere Secondo"
}, "Reciprocal Volt Ampere Second", {
"@language" : "en",
"@value" : "Reciprocal Volt Ampere Second"
}, {
"@language" : "pt",
"@value" : "Por Volt-ampere Segundo"
}, {
"@language" : "fr",
"@value" : "Par Voltampère Seconde"
}, {
"@language" : "de",
"@value" : "Pro Voltampere Sekunde"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-WB
URI: http://qudt.org/vocab/unit/PER-WB
complement of the SI derived unit weber as unit of the Josephson constant, which value is equal to the 384,597,891-fold of the reference value gigahertz divided by volt
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PER-WB>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "complement of the SI derived unit weber as unit of the Josephson constant, which value is equal to the 384,597,891-fold of the reference value gigahertz divided by volt" ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/expression> "$Wb^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseMagneticFlux> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB354" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB354"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "/Wb" ;
<http://qudt.org/schema/qudt/ucumCode> "Wb-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "Q23" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Aνά Βέμπερ"@el ;
rdfs:label "Na Weber"@cs ;
rdfs:label "Na Weber"@pl ;
rdfs:label "Na Weber"@sl ;
rdfs:label "Par Weber"@fr ;
rdfs:label "Pe Weber"@ro ;
rdfs:label "Per Weber"@it ;
rdfs:label "Per Weber"@ms ;
rdfs:label "Per Weber"@tr ;
rdfs:label "Per Weberium"@la ;
rdfs:label "Por Weber"@es ;
rdfs:label "Por Weber"@pt ;
rdfs:label "Pro Weber"@de ;
rdfs:label "Reciprocal Weber" ;
rdfs:label "Reciprocal Weber"@en ;
rdfs:label "На Вебер"@bg ;
rdfs:label "На Вебер"@ru ;
.
{"resource":"Reciprocal Weber"
,"qname":"unit:PER-WB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-WB"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"complement of the SI derived unit weber as unit of the Josephson constant, which value is equal to the 384,597,891-fold of the reference value gigahertz divided by volt"
,"expression":"$Wb^{-1}$"
,"has dimension vector":"qkdv:A0E1L-2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:InverseMagneticFlux"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB354"
,"informative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB354"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Aνά Βέμπερ"
,"label":"Na Weber"
,"label":"Na Weber"
,"label":"Na Weber"
,"label":"Par Weber"
,"label":"Pe Weber"
,"label":"Per Weber"
,"label":"Per Weber"
,"label":"Per Weber"
,"label":"Per Weberium"
,"label":"Por Weber"
,"label":"Por Weber"
,"label":"Pro Weber"
,"label":"Reciprocal Weber"
,"label":"Reciprocal Weber"
,"label":"На Вебер"
,"label":"На Вебер"
,"symbol":"\/Wb"
,"type":"qudt:Unit"
,"ucum code":"Wb-1"
,"unece common code":"Q23"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-WB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "complement of the SI derived unit weber as unit of the Josephson constant, which value is equal to the 384,597,891-fold of the reference value gigahertz divided by volt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$Wb^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseMagneticFlux",
"iec61360Code" : "0112/2///62720#UAB354",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB354", "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ],
"symbol" : "/Wb",
"ucumCode" : "Wb-1",
"uneceCommonCode" : "Q23",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Weber", {
"@language" : "en",
"@value" : "Reciprocal Weber"
}, {
"@language" : "fr",
"@value" : "Par Weber"
}, {
"@language" : "es",
"@value" : "Por Weber"
}, {
"@language" : "pt",
"@value" : "Por Weber"
}, {
"@language" : "el",
"@value" : "Aνά Βέμπερ"
}, {
"@language" : "it",
"@value" : "Per Weber"
}, {
"@language" : "ms",
"@value" : "Per Weber"
}, {
"@language" : "tr",
"@value" : "Per Weber"
}, {
"@language" : "ro",
"@value" : "Pe Weber"
}, {
"@language" : "bg",
"@value" : "На Вебер"
}, {
"@language" : "ru",
"@value" : "На Вебер"
}, {
"@language" : "cs",
"@value" : "Na Weber"
}, {
"@language" : "pl",
"@value" : "Na Weber"
}, {
"@language" : "sl",
"@value" : "Na Weber"
}, {
"@language" : "la",
"@value" : "Per Weberium"
}, {
"@language" : "de",
"@value" : "Pro Weber"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-WK
URI: http://qudt.org/vocab/unit/PER-WK
reciprocal of the unit week
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-WK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the unit week"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001653439153439153439153439153439153 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.653439153439153439153439153439153E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA099" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA099"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal of the unit week" ; <http://qudt.org/schema/qudt/symbol> "/wk" ; <http://qudt.org/schema/qudt/ucumCode> "wk-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H85" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106623447> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Week" ; rdfs:label "Reciprocal Week"@en ; .
{"resource":"Reciprocal Week"
,"qname":"unit:PER-WK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-WK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106623447>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000001653439153439153439153439153439153"
,"conversion multiplier scientific":"1.653439153439153439153439153439153E-6"
,"description":"reciprocal of the unit week"
,"description (plain text)":"reciprocal of the unit week"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA099"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA099"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Week"
,"label":"Reciprocal Week"
,"symbol":"\/wk"
,"type":"qudt:Unit"
,"ucum code":"wk-1"
,"unece common code":"H85"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-WK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the unit week",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.000001653439153439153439153439153439153",
"conversionMultiplier:SN" : 1.6534391534391535E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAA099",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA099",
"plainTextDescription" : "reciprocal of the unit week",
"symbol" : "/wk",
"ucumCode" : "wk-1",
"uneceCommonCode" : "H85",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106623447",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Week", {
"@language" : "en",
"@value" : "Reciprocal Week"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-YD3
URI: http://qudt.org/vocab/unit/PER-YD3
reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.307950619314392231497704087185282 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.307950619314392231497704087185282E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InverseVolume> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/YD3> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB033" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB033"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "/yd³" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M10" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Cubic Yard" ; rdfs:label "Reciprocal Cubic Yard"@en ; .
{"resource":"Reciprocal Cubic Yard"
,"qname":"unit:PER-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-YD3"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.307950619314392231497704087185282"
,"conversion multiplier scientific":"1.307950619314392231497704087185282E0"
,"description":"reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"
,"description (plain text)":"reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:InverseVolume"
,"has reciprocal unit":"unit:YD3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB033"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB033"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Cubic Yard"
,"label":"Reciprocal Cubic Yard"
,"symbol":"\/yd³"
,"type":"qudt:Unit"
,"ucum code":"[yd_i]-3"
,"unece common code":"M10"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.307950619314392231497704087185282",
"conversionMultiplier:SN" : 1.3079506193143922,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InverseVolume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/YD3",
"iec61360Code" : "0112/2///62720#UAB033",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB033",
"plainTextDescription" : "reciprocal value of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3",
"symbol" : "/yd³",
"ucumCode" : "[yd_i]-3",
"uneceCommonCode" : "M10",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reciprocal Cubic Yard", {
"@language" : "en",
"@value" : "Reciprocal Cubic Yard"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PER-YR
URI: http://qudt.org/vocab/unit/PER-YR
reciprocal of the unit year
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "reciprocal of the unit year"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-8 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/NUM-PER-YR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB027" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB027"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "reciprocal of the unit year" ; <http://qudt.org/schema/qudt/symbol> "/a" ; <http://qudt.org/schema/qudt/ucumCode> "a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H09" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q102129764> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reciprocal Year" ; rdfs:label "Reciprocal Year"@en ; .
{"resource":"Reciprocal Year"
,"qname":"unit:PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PER-YR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q102129764>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-8"
,"description":"reciprocal of the unit year"
,"description (plain text)":"reciprocal of the unit year"
,"exact match":"unit:NUM-PER-YR"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB027"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB027"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reciprocal Year"
,"label":"Reciprocal Year"
,"symbol":"\/a"
,"type":"qudt:Unit"
,"ucum code":"a-1"
,"unece common code":"H09"
]}
{
"@id" : "http://qudt.org/vocab/unit/PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "reciprocal of the unit year",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.00000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-8,
"exactMatch" : "http://qudt.org/vocab/unit/NUM-PER-YR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAB027",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB027",
"plainTextDescription" : "reciprocal of the unit year",
"symbol" : "/a",
"ucumCode" : "a-1",
"uneceCommonCode" : "H09",
"wikidataMatch" : "http://www.wikidata.org/entity/Q102129764",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Reciprocal Year"
}, "Reciprocal Year" ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT
URI: http://qudt.org/vocab/unit/PERCENT
"Percent" is a unit for 'Dimensionless Ratio' expressed as $\%$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Percent\" is a unit for 'Dimensionless Ratio' expressed as $\\%$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Percentage"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DutyCycle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Emissivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LengthRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousFluxRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/OpeningRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Prevalence> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Reflectance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativeHumidity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativePartialPressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ResistanceRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ServiceFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StateOfCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimeRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VoltageRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA000" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Percentage?oldid=495284540"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA000"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "%" ; <http://qudt.org/schema/qudt/ucumCode> "%"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "%" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P1" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11229> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent" ; rdfs:label "Percent"@en ; .
{"resource":"Percent"
,"qname":"unit:PERCENT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11229>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Percentage"
,"description":"\"Percent\" is a unit for 'Dimensionless Ratio' expressed as $\\%$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"has quantity kind":"quantitykind:DutyCycle"
,"has quantity kind":"quantitykind:Emissivity"
,"has quantity kind":"quantitykind:LengthRatio"
,"has quantity kind":"quantitykind:LuminousFluxRatio"
,"has quantity kind":"quantitykind:OpeningRatio"
,"has quantity kind":"quantitykind:PressureRatio"
,"has quantity kind":"quantitykind:Prevalence"
,"has quantity kind":"quantitykind:Reflectance"
,"has quantity kind":"quantitykind:RelativeHumidity"
,"has quantity kind":"quantitykind:RelativePartialPressure"
,"has quantity kind":"quantitykind:ResistanceRatio"
,"has quantity kind":"quantitykind:ServiceFactor"
,"has quantity kind":"quantitykind:StateOfCharge"
,"has quantity kind":"quantitykind:TimeRatio"
,"has quantity kind":"quantitykind:VoltageRatio"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA000"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Percentage?oldid=495284540"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA000"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent"
,"label":"Percent"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/percent>"
,"scalingOf":"unit:NUM"
,"symbol":"%"
,"type":"qudt:Unit"
,"ucum code":"%"
,"udunits code":"%"
,"unece common code":"P1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Percent\" is a unit for 'Dimensionless Ratio' expressed as $\\%$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"dbpediaMatch" : "http://dbpedia.org/resource/Percentage",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/OpeningRatio", "http://qudt.org/vocab/quantitykind/PressureRatio", "http://qudt.org/vocab/quantitykind/DimensionlessRatio", "http://qudt.org/vocab/quantitykind/LuminousFluxRatio", "http://qudt.org/vocab/quantitykind/RelativeHumidity", "http://qudt.org/vocab/quantitykind/ServiceFactor", "http://qudt.org/vocab/quantitykind/TimeRatio", "http://qudt.org/vocab/quantitykind/Prevalence", "http://qudt.org/vocab/quantitykind/StateOfCharge", "http://qudt.org/vocab/quantitykind/VoltageRatio", "http://qudt.org/vocab/quantitykind/ResistanceRatio", "http://qudt.org/vocab/quantitykind/DutyCycle", "http://qudt.org/vocab/quantitykind/LengthRatio", "http://qudt.org/vocab/quantitykind/RelativePartialPressure", "http://qudt.org/vocab/quantitykind/Emissivity", "http://qudt.org/vocab/quantitykind/Reflectance" ],
"iec61360Code" : "0112/2///62720#UAA000",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Percentage?oldid=495284540", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA000" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/percent",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "%",
"ucumCode" : "%",
"udunitsCode" : "%",
"uneceCommonCode" : "P1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11229",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Percent"
}, "Percent" ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-FT-HR-PER-LB
URI: http://qudt.org/vocab/unit/PERCENT-FT-HR-PER-LB
hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-FT-HR-PER-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 24.19088310502224717757046927398712 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.419088310502224717757046927398712E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC808" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC808"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·ft·h/lbm" ; <http://qudt.org/schema/qudt/ucumCode> "%.[ft_i].h.[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Foot Hour per Pound Mass" ; rdfs:label "Percent Foot Hour per Pound Mass"@en ; .
{"resource":"Percent Foot Hour per Pound Mass"
,"qname":"unit:PERCENT-FT-HR-PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-FT-HR-PER-LB"
,"properties":["conversion multiplier":"24.19088310502224717757046927398712"
,"conversion multiplier scientific":"2.419088310502224717757046927398712E1"
,"description":"hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and unit for time hour"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC808"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC808"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Foot Hour per Pound Mass"
,"label":"Percent Foot Hour per Pound Mass"
,"symbol":"%·ft·h\/lbm"
,"type":"qudt:Unit"
,"ucum code":"%.[ft_i].h.[lb_av]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-FT-HR-PER-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and unit for time hour",
"conversionMultiplier" : "24.19088310502224717757046927398712",
"conversionMultiplier:SN" : 24.190883105022248,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC808",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC808",
"symbol" : "%·ft·h/lbm",
"ucumCode" : "%.[ft_i].h.[lb_av]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Foot Hour per Pound Mass", {
"@language" : "en",
"@value" : "Percent Foot Hour per Pound Mass"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-FT-SEC-PER-LB
URI: http://qudt.org/vocab/unit/PERCENT-FT-SEC-PER-LB
hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-FT-SEC-PER-LB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.006719689751395068660436241464996423 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.719689751395068660436241464996423E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC809" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC809"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·ft·s/lbm" ; <http://qudt.org/schema/qudt/ucumCode> "%.[ft_i].s.[lb_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Foot Second per Pound Mass" ; rdfs:label "Percent Foot Second per Pound Mass"@en ; .
{"resource":"Percent Foot Second per Pound Mass"
,"qname":"unit:PERCENT-FT-SEC-PER-LB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-FT-SEC-PER-LB"
,"properties":["conversion multiplier":"0.006719689751395068660436241464996423"
,"conversion multiplier scientific":"6.719689751395068660436241464996423E-3"
,"description":"hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and SI base unit second"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC809"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC809"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Foot Second per Pound Mass"
,"label":"Percent Foot Second per Pound Mass"
,"symbol":"%·ft·s\/lbm"
,"type":"qudt:Unit"
,"ucum code":"%.[ft_i].s.[lb_av]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-FT-SEC-PER-LB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units and the product of the units foot and SI base unit second",
"conversionMultiplier" : "0.006719689751395068660436241464996423",
"conversionMultiplier:SN" : 0.006719689751395069,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC809",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC809",
"symbol" : "%·ft·s/lbm",
"ucumCode" : "%.[ft_i].s.[lb_av]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Foot Second per Pound Mass", {
"@language" : "en",
"@value" : "Percent Foot Second per Pound Mass"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-FT2-PER-LB_F-SEC
URI: http://qudt.org/vocab/unit/PERCENT-FT2-PER-LB_F-SEC
hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-FT2-PER-LB_F-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002088543329607266931093922420396694 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.088543329607266931093922420396694E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Fluidity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC810" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC810"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·ft²/(lbf·s)" ; <http://qudt.org/schema/qudt/ucumCode> "%.[ft_i]2.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Square Foot per Pound Force Second" ; rdfs:label "Percent Square Foot per Pound Force Second"@en ; .
{"resource":"Percent Square Foot per Pound Force Second"
,"qname":"unit:PERCENT-FT2-PER-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-FT2-PER-LB_F-SEC"
,"properties":["conversion multiplier":"0.0002088543329607266931093922420396694"
,"conversion multiplier scientific":"2.088543329607266931093922420396694E-4"
,"description":"hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Fluidity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC810"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC810"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Square Foot per Pound Force Second"
,"label":"Percent Square Foot per Pound Force Second"
,"symbol":"%·ft²\/(lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"%.[ft_i]2.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-FT2-PER-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "0.0002088543329607266931093922420396694",
"conversionMultiplier:SN" : 2.088543329607267E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Fluidity",
"iec61360Code" : "0112/2///62720#UAC810",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC810",
"symbol" : "%·ft²/(lbf·s)",
"ucumCode" : "%.[ft_i]2.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Square Foot per Pound Force Second", {
"@language" : "en",
"@value" : "Percent Square Foot per Pound Force Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-HR-PER-CentiM3
URI: http://qudt.org/vocab/unit/PERCENT-HR-PER-CentiM3
hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-HR-PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 36000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC781" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC781"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·h/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "%.h.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Hour per Cubic Centimeter"@en-US ; rdfs:label "Percent Hour per Cubic Centimetre" ; rdfs:label "Percent Hour per Cubic Centimetre"@en ; .
{"resource":"Percent Hour per Cubic Centimetre"
,"qname":"unit:PERCENT-HR-PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-HR-PER-CentiM3"
,"properties":["conversion multiplier":"36000000.0"
,"conversion multiplier scientific":"3.6E7"
,"description":"hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time hour"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC781"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC781"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Hour per Cubic Centimeter"
,"label":"Percent Hour per Cubic Centimetre"
,"label":"Percent Hour per Cubic Centimetre"
,"symbol":"%·h\/cm³"
,"type":"qudt:Unit"
,"ucum code":"%.h.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-HR-PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time hour",
"conversionMultiplier" : "36000000.0",
"conversionMultiplier:SN" : 3.6E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC781",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC781",
"symbol" : "%·h/cm³",
"ucumCode" : "%.h.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Hour per Cubic Centimetre", {
"@language" : "en",
"@value" : "Percent Hour per Cubic Centimetre"
}, {
"@language" : "en-us",
"@value" : "Percent Hour per Cubic Centimeter"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-HR-PER-FT3
URI: http://qudt.org/vocab/unit/PERCENT-HR-PER-FT3
hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-HR-PER-FT3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1271.328001973589249015768372744095 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.271328001973589249015768372744095E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC786" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC786"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·h/ft³" ; <http://qudt.org/schema/qudt/ucumCode> "%.h.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Hour per Cubic Foot" ; rdfs:label "Percent Hour per Cubic Foot"@en ; .
{"resource":"Percent Hour per Cubic Foot"
,"qname":"unit:PERCENT-HR-PER-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-HR-PER-FT3"
,"properties":["conversion multiplier":"1271.328001973589249015768372744095"
,"conversion multiplier scientific":"1.271328001973589249015768372744095E3"
,"description":"hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC786"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC786"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Hour per Cubic Foot"
,"label":"Percent Hour per Cubic Foot"
,"symbol":"%·h\/ft³"
,"type":"qudt:Unit"
,"ucum code":"%.h.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-HR-PER-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour",
"conversionMultiplier" : "1271.328001973589249015768372744095",
"conversionMultiplier:SN" : 1271.3280019735892,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC786",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC786",
"symbol" : "%·h/ft³",
"ucumCode" : "%.h.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Hour per Cubic Foot", {
"@language" : "en",
"@value" : "Percent Hour per Cubic Foot"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-HR-PER-GAL_UK
URI: http://qudt.org/vocab/unit/PERCENT-HR-PER-GAL_UK
hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PERCENT-HR-PER-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 7918.892938767160350982932586024475 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.918892938767160350982932586024475E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC784" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC784"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "%·h/gal{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "%.h.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Percent Hour per Gallon (UK)" ;
rdfs:label "Percent Hour per Gallon (UK)"@en ;
.
{"resource":"Percent Hour per Gallon (UK)"
,"qname":"unit:PERCENT-HR-PER-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-HR-PER-GAL_UK"
,"properties":["conversion multiplier":"7918.892938767160350982932586024475"
,"conversion multiplier scientific":"7.918892938767160350982932586024475E3"
,"description":"hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time hour"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC784"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC784"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Hour per Gallon (UK)"
,"label":"Percent Hour per Gallon (UK)"
,"symbol":"%·h\/gal{UK}"
,"type":"qudt:Unit"
,"ucum code":"%.h.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-HR-PER-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time hour",
"conversionMultiplier" : "7918.892938767160350982932586024475",
"conversionMultiplier:SN" : 7918.892938767161,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC784",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC784",
"symbol" : "%·h/gal{UK}",
"ucumCode" : "%.h.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Hour per Gallon (UK)", {
"@language" : "en",
"@value" : "Percent Hour per Gallon (UK)"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-HR-PER-GAL_US
URI: http://qudt.org/vocab/unit/PERCENT-HR-PER-GAL_US
hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PERCENT-HR-PER-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time hour" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 9510.19388489334295367639717792985 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.51019388489334295367639717792985E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC783" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC783"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "%·h/gal{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "%.h.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Percent Hour per Us Gallon" ;
rdfs:label "Percent Hour per Us Gallon"@en ;
.
{"resource":"Percent Hour per Us Gallon"
,"qname":"unit:PERCENT-HR-PER-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-HR-PER-GAL_US"
,"properties":["conversion multiplier":"9510.19388489334295367639717792985"
,"conversion multiplier scientific":"9.51019388489334295367639717792985E3"
,"description":"hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time hour"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC783"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC783"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Hour per Us Gallon"
,"label":"Percent Hour per Us Gallon"
,"symbol":"%·h\/gal{US}"
,"type":"qudt:Unit"
,"ucum code":"%.h.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-HR-PER-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time hour",
"conversionMultiplier" : "9510.19388489334295367639717792985",
"conversionMultiplier:SN" : 9510.193884893342,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC783",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC783",
"symbol" : "%·h/gal{US}",
"ucumCode" : "%.h.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Hour per Us Gallon", {
"@language" : "en",
"@value" : "Percent Hour per Us Gallon"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-HR-PER-IN3
URI: http://qudt.org/vocab/unit/PERCENT-HR-PER-IN3
hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-HR-PER-IN3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 2196854.787410362222299247748101795 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.196854787410362222299247748101795E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC785" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC785"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·h/in³" ; <http://qudt.org/schema/qudt/ucumCode> "%.h.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Hour per Cubic Inch" ; rdfs:label "Percent Hour per Cubic Inch"@en ; .
{"resource":"Percent Hour per Cubic Inch"
,"qname":"unit:PERCENT-HR-PER-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-HR-PER-IN3"
,"properties":["conversion multiplier":"2196854.787410362222299247748101795"
,"conversion multiplier scientific":"2.196854787410362222299247748101795E6"
,"description":"hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC785"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC785"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Hour per Cubic Inch"
,"label":"Percent Hour per Cubic Inch"
,"symbol":"%·h\/in³"
,"type":"qudt:Unit"
,"ucum code":"%.h.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-HR-PER-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour",
"conversionMultiplier" : "2196854.787410362222299247748101795",
"conversionMultiplier:SN" : 2196854.787410362,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC785",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC785",
"symbol" : "%·h/in³",
"ucumCode" : "%.h.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Hour per Cubic Inch", {
"@language" : "en",
"@value" : "Percent Hour per Cubic Inch"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-HR-PER-L
URI: http://qudt.org/vocab/unit/PERCENT-HR-PER-L
hundredth relating to the quotient of the unit litre and the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-HR-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit litre and the unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 36000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC782" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC782"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·h/L" ; <http://qudt.org/schema/qudt/ucumCode> "%.h.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Hour per Liter"@en-US ; rdfs:label "Percent Hour per Litre" ; rdfs:label "Percent Hour per Litre"@en ; .
{"resource":"Percent Hour per Litre"
,"qname":"unit:PERCENT-HR-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-HR-PER-L"
,"properties":["conversion multiplier":"36000.0"
,"conversion multiplier scientific":"3.6E4"
,"description":"hundredth relating to the quotient of the unit litre and the unit for time hour"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC782"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC782"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Hour per Liter"
,"label":"Percent Hour per Litre"
,"label":"Percent Hour per Litre"
,"symbol":"%·h\/L"
,"type":"qudt:Unit"
,"ucum code":"%.h.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-HR-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit litre and the unit for time hour",
"conversionMultiplier" : "36000.0",
"conversionMultiplier:SN" : 36000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC782",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC782",
"symbol" : "%·h/L",
"ucumCode" : "%.h.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Hour per Litre", {
"@language" : "en",
"@value" : "Percent Hour per Litre"
}, {
"@language" : "en-us",
"@value" : "Percent Hour per Liter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-HR-PER-M3
URI: http://qudt.org/vocab/unit/PERCENT-HR-PER-M3
hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-HR-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 36.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC780" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC780"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·h/m³" ; <http://qudt.org/schema/qudt/ucumCode> "%.h.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Hour per Cubic Meter"@en-US ; rdfs:label "Percent Hour per Cubic Metre" ; rdfs:label "Percent Hour per Cubic Metre"@en ; .
{"resource":"Percent Hour per Cubic Metre"
,"qname":"unit:PERCENT-HR-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-HR-PER-M3"
,"properties":["conversion multiplier":"36.0"
,"conversion multiplier scientific":"3.6E1"
,"description":"hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time hour"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC780"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC780"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Hour per Cubic Meter"
,"label":"Percent Hour per Cubic Metre"
,"label":"Percent Hour per Cubic Metre"
,"symbol":"%·h\/m³"
,"type":"qudt:Unit"
,"ucum code":"%.h.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-HR-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time hour",
"conversionMultiplier" : "36.0",
"conversionMultiplier:SN" : 36.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC780",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC780",
"symbol" : "%·h/m³",
"ucumCode" : "%.h.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Percent Hour per Cubic Meter"
}, "Percent Hour per Cubic Metre", {
"@language" : "en",
"@value" : "Percent Hour per Cubic Metre"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-HR-PER-YD3
URI: http://qudt.org/vocab/unit/PERCENT-HR-PER-YD3
hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-HR-PER-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 47.08622229531812033391734713867015 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.708622229531812033391734713867015E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC787" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC787"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·h/yd³" ; <http://qudt.org/schema/qudt/ucumCode> "%.h.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Hour per Cubic Yard" ; rdfs:label "Percent Hour per Cubic Yard"@en ; .
{"resource":"Percent Hour per Cubic Yard"
,"qname":"unit:PERCENT-HR-PER-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-HR-PER-YD3"
,"properties":["conversion multiplier":"47.08622229531812033391734713867015"
,"conversion multiplier scientific":"4.708622229531812033391734713867015E1"
,"description":"hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC787"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC787"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Hour per Cubic Yard"
,"label":"Percent Hour per Cubic Yard"
,"symbol":"%·h\/yd³"
,"type":"qudt:Unit"
,"ucum code":"%.h.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-HR-PER-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time hour",
"conversionMultiplier" : "47.08622229531812033391734713867015",
"conversionMultiplier:SN" : 47.08622229531812,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC787",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC787",
"symbol" : "%·h/yd³",
"ucumCode" : "%.h.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Hour per Cubic Yard", {
"@language" : "en",
"@value" : "Percent Hour per Cubic Yard"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-IN2-PER-LB_F-SEC
URI: http://qudt.org/vocab/unit/PERCENT-IN2-PER-LB_F-SEC
hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-IN2-PER-LB_F-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001450377312227268702148557236386593 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.450377312227268702148557236386593E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Fluidity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC811" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC811"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·in²/(lbf·s)" ; <http://qudt.org/schema/qudt/ucumCode> "%.[in_i]2.[lbf_av]-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Square Inch per Pound Force Second" ; rdfs:label "Percent Square Inch per Pound Force Second"@en ; .
{"resource":"Percent Square Inch per Pound Force Second"
,"qname":"unit:PERCENT-IN2-PER-LB_F-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-IN2-PER-LB_F-SEC"
,"properties":["conversion multiplier":"0.000001450377312227268702148557236386593"
,"conversion multiplier scientific":"1.450377312227268702148557236386593E-6"
,"description":"hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Fluidity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC811"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC811"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Square Inch per Pound Force Second"
,"label":"Percent Square Inch per Pound Force Second"
,"symbol":"%·in²\/(lbf·s)"
,"type":"qudt:Unit"
,"ucum code":"%.[in_i]2.[lbf_av]-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-IN2-PER-LB_F-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the product of the unit pound-force according to the Anglo-American system of units and quotient of SI base unit second and power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 2",
"conversionMultiplier" : "0.000001450377312227268702148557236386593",
"conversionMultiplier:SN" : 1.4503773122272687E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Fluidity",
"iec61360Code" : "0112/2///62720#UAC811",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC811",
"symbol" : "%·in²/(lbf·s)",
"ucumCode" : "%.[in_i]2.[lbf_av]-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Square Inch per Pound Force Second", {
"@language" : "en",
"@value" : "Percent Square Inch per Pound Force Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-MIN-PER-CentiM3
URI: http://qudt.org/vocab/unit/PERCENT-MIN-PER-CentiM3
hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-MIN-PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC789" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC789"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·min/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "%.min.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Minute per Cubic Centimeter"@en-US ; rdfs:label "Percent Minute per Cubic Centimetre" ; rdfs:label "Percent Minute per Cubic Centimetre"@en ; .
{"resource":"Percent Minute per Cubic Centimetre"
,"qname":"unit:PERCENT-MIN-PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-MIN-PER-CentiM3"
,"properties":["conversion multiplier":"600000.0"
,"conversion multiplier scientific":"6.0E5"
,"description":"hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time minute"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC789"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC789"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Minute per Cubic Centimeter"
,"label":"Percent Minute per Cubic Centimetre"
,"label":"Percent Minute per Cubic Centimetre"
,"symbol":"%·min\/cm³"
,"type":"qudt:Unit"
,"ucum code":"%.min.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-MIN-PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the unit for time minute",
"conversionMultiplier" : "600000.0",
"conversionMultiplier:SN" : 600000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC789",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC789",
"symbol" : "%·min/cm³",
"ucumCode" : "%.min.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Percent Minute per Cubic Centimeter"
}, "Percent Minute per Cubic Centimetre", {
"@language" : "en",
"@value" : "Percent Minute per Cubic Centimetre"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-MIN-PER-FT3
URI: http://qudt.org/vocab/unit/PERCENT-MIN-PER-FT3
hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-MIN-PER-FT3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 21.18880003289315415026280621240158 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.118880003289315415026280621240158E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC794" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC794"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·min/ft³" ; <http://qudt.org/schema/qudt/ucumCode> "%.min.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Minute per Cubic Foot" ; rdfs:label "Percent Minute per Cubic Foot"@en ; .
{"resource":"Percent Minute per Cubic Foot"
,"qname":"unit:PERCENT-MIN-PER-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-MIN-PER-FT3"
,"properties":["conversion multiplier":"21.18880003289315415026280621240158"
,"conversion multiplier scientific":"2.118880003289315415026280621240158E1"
,"description":"hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC794"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC794"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Minute per Cubic Foot"
,"label":"Percent Minute per Cubic Foot"
,"symbol":"%·min\/ft³"
,"type":"qudt:Unit"
,"ucum code":"%.min.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-MIN-PER-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute",
"conversionMultiplier" : "21.18880003289315415026280621240158",
"conversionMultiplier:SN" : 21.188800032893155,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC794",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC794",
"symbol" : "%·min/ft³",
"ucumCode" : "%.min.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Percent Minute per Cubic Foot"
}, "Percent Minute per Cubic Foot" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-MIN-PER-GAL_UK
URI: http://qudt.org/vocab/unit/PERCENT-MIN-PER-GAL_UK
hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PERCENT-MIN-PER-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 131.9815489794526725163822097670746 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.319815489794526725163822097670746E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC792" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC792"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "%·min/gal{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "%.min.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Percent Minute per Gallon (UK)" ;
rdfs:label "Percent Minute per Gallon (UK)"@en ;
.
{"resource":"Percent Minute per Gallon (UK)"
,"qname":"unit:PERCENT-MIN-PER-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-MIN-PER-GAL_UK"
,"properties":["conversion multiplier":"131.9815489794526725163822097670746"
,"conversion multiplier scientific":"1.319815489794526725163822097670746E2"
,"description":"hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time minute"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC792"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC792"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Minute per Gallon (UK)"
,"label":"Percent Minute per Gallon (UK)"
,"symbol":"%·min\/gal{UK}"
,"type":"qudt:Unit"
,"ucum code":"%.min.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-MIN-PER-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the unit for time minute",
"conversionMultiplier" : "131.9815489794526725163822097670746",
"conversionMultiplier:SN" : 131.98154897945267,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC792",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC792",
"symbol" : "%·min/gal{UK}",
"ucumCode" : "%.min.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Minute per Gallon (UK)", {
"@language" : "en",
"@value" : "Percent Minute per Gallon (UK)"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-MIN-PER-GAL_US
URI: http://qudt.org/vocab/unit/PERCENT-MIN-PER-GAL_US
hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PERCENT-MIN-PER-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time minute" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 158.5032314148890492279399529654975 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.585032314148890492279399529654975E2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC791" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC791"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "%·min/gal{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "%.min.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Percent Minute per Us Gallon" ;
rdfs:label "Percent Minute per Us Gallon"@en ;
.
{"resource":"Percent Minute per Us Gallon"
,"qname":"unit:PERCENT-MIN-PER-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-MIN-PER-GAL_US"
,"properties":["conversion multiplier":"158.5032314148890492279399529654975"
,"conversion multiplier scientific":"1.585032314148890492279399529654975E2"
,"description":"hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time minute"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC791"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC791"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Minute per Us Gallon"
,"label":"Percent Minute per Us Gallon"
,"symbol":"%·min\/gal{US}"
,"type":"qudt:Unit"
,"ucum code":"%.min.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-MIN-PER-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the unit for time minute",
"conversionMultiplier" : "158.5032314148890492279399529654975",
"conversionMultiplier:SN" : 158.50323141488906,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC791",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC791",
"symbol" : "%·min/gal{US}",
"ucumCode" : "%.min.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Minute per Us Gallon", {
"@language" : "en",
"@value" : "Percent Minute per Us Gallon"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-MIN-PER-IN3
URI: http://qudt.org/vocab/unit/PERCENT-MIN-PER-IN3
hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-MIN-PER-IN3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 36614.24645683937037165412913502992 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.661424645683937037165412913502992E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC793" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC793"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·min/in³" ; <http://qudt.org/schema/qudt/ucumCode> "%.min.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Minute per Cubic Inch" ; rdfs:label "Percent Minute per Cubic Inch"@en ; .
{"resource":"Percent Minute per Cubic Inch"
,"qname":"unit:PERCENT-MIN-PER-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-MIN-PER-IN3"
,"properties":["conversion multiplier":"36614.24645683937037165412913502992"
,"conversion multiplier scientific":"3.661424645683937037165412913502992E4"
,"description":"hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC793"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC793"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Minute per Cubic Inch"
,"label":"Percent Minute per Cubic Inch"
,"symbol":"%·min\/in³"
,"type":"qudt:Unit"
,"ucum code":"%.min.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-MIN-PER-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute",
"conversionMultiplier" : "36614.24645683937037165412913502992",
"conversionMultiplier:SN" : 36614.24645683937,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC793",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC793",
"symbol" : "%·min/in³",
"ucumCode" : "%.min.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Minute per Cubic Inch", {
"@language" : "en",
"@value" : "Percent Minute per Cubic Inch"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-MIN-PER-L
URI: http://qudt.org/vocab/unit/PERCENT-MIN-PER-L
hundredth relating to the quotient of the unit litre and the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-MIN-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit litre and the unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC790" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC790"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·min/L" ; <http://qudt.org/schema/qudt/ucumCode> "%.min.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Minute per Liter"@en-US ; rdfs:label "Percent Minute per Litre" ; rdfs:label "Percent Minute per Litre"@en ; .
{"resource":"Percent Minute per Litre"
,"qname":"unit:PERCENT-MIN-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-MIN-PER-L"
,"properties":["conversion multiplier":"600.0"
,"conversion multiplier scientific":"6.0E2"
,"description":"hundredth relating to the quotient of the unit litre and the unit for time minute"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC790"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC790"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Minute per Liter"
,"label":"Percent Minute per Litre"
,"label":"Percent Minute per Litre"
,"symbol":"%·min\/L"
,"type":"qudt:Unit"
,"ucum code":"%.min.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-MIN-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit litre and the unit for time minute",
"conversionMultiplier" : "600.0",
"conversionMultiplier:SN" : 600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC790",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC790",
"symbol" : "%·min/L",
"ucumCode" : "%.min.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Percent Minute per Liter"
}, "Percent Minute per Litre", {
"@language" : "en",
"@value" : "Percent Minute per Litre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-MIN-PER-M3
URI: http://qudt.org/vocab/unit/PERCENT-MIN-PER-M3
hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-MIN-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.6 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC788" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC788"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·min/m³" ; <http://qudt.org/schema/qudt/ucumCode> "%.min.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Minute per Cubic Meter"@en-US ; rdfs:label "Percent Minute per Cubic Metre" ; rdfs:label "Percent Minute per Cubic Metre"@en ; .
{"resource":"Percent Minute per Cubic Metre"
,"qname":"unit:PERCENT-MIN-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-MIN-PER-M3"
,"properties":["conversion multiplier":"0.6"
,"conversion multiplier scientific":"6.0E-1"
,"description":"hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time minute"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC788"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC788"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Minute per Cubic Meter"
,"label":"Percent Minute per Cubic Metre"
,"label":"Percent Minute per Cubic Metre"
,"symbol":"%·min\/m³"
,"type":"qudt:Unit"
,"ucum code":"%.min.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-MIN-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the unit for time minute",
"conversionMultiplier" : "0.6",
"conversionMultiplier:SN" : 0.6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC788",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC788",
"symbol" : "%·min/m³",
"ucumCode" : "%.min.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Minute per Cubic Metre", {
"@language" : "en",
"@value" : "Percent Minute per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Percent Minute per Cubic Meter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-MIN-PER-YD3
URI: http://qudt.org/vocab/unit/PERCENT-MIN-PER-YD3
hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-MIN-PER-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.7847703715886353388986224523111692 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.847703715886353388986224523111692E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC795" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC795"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·min/yd³" ; <http://qudt.org/schema/qudt/ucumCode> "%.min.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Minute per Cubic Yard" ; rdfs:label "Percent Minute per Cubic Yard"@en ; .
{"resource":"Percent Minute per Cubic Yard"
,"qname":"unit:PERCENT-MIN-PER-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-MIN-PER-YD3"
,"properties":["conversion multiplier":"0.7847703715886353388986224523111692"
,"conversion multiplier scientific":"7.847703715886353388986224523111692E-1"
,"description":"hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC795"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC795"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Minute per Cubic Yard"
,"label":"Percent Minute per Cubic Yard"
,"symbol":"%·min\/yd³"
,"type":"qudt:Unit"
,"ucum code":"%.min.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-MIN-PER-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the unit for time minute",
"conversionMultiplier" : "0.7847703715886353388986224523111692",
"conversionMultiplier:SN" : 0.7847703715886354,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC795",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC795",
"symbol" : "%·min/yd³",
"ucumCode" : "%.min.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Minute per Cubic Yard", {
"@language" : "en",
"@value" : "Percent Minute per Cubic Yard"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-100KiloCount
URI: http://qudt.org/vocab/unit/PERCENT-PER-100KiloCount
hundredth relating to the co-efficient 100,000
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-100KiloCount> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the co-efficient 100,000" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED-THOUSAND> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "%/100k" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per One Hundred Thousand" ; rdfs:label "Percent per One Hundred Thousand"@en ; .
{"resource":"Percent per One Hundred Thousand"
,"qname":"unit:PERCENT-PER-100KiloCount"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-100KiloCount"
,"properties":["conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"deprecated":"true"
,"description":"hundredth relating to the co-efficient 100,000"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:PERCENT-PER-HUNDRED-THOUSAND"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per One Hundred Thousand"
,"label":"Percent per One Hundred Thousand"
,"symbol":"%\/100k"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-100KiloCount",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the co-efficient 100,000",
"isReplacedBy" : "http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED-THOUSAND",
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "%/100k",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Percent per One Hundred Thousand"
}, "Percent per One Hundred Thousand" ],
"@context" : {
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-10KiloCount
URI: http://qudt.org/vocab/unit/PERCENT-PER-10KiloCount
hundredth relating to the co-efficient 10,000
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-10KiloCount> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the co-efficient 10,000" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PERCENT-PER-TEN-THOUSAND> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA004" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA004"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/10k" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H91" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Ten Thousand" ; rdfs:label "Percent per Ten Thousand"@en ; .
{"resource":"Percent per Ten Thousand"
,"qname":"unit:PERCENT-PER-10KiloCount"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-10KiloCount"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"deprecated":"true"
,"description":"hundredth relating to the co-efficient 10,000"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA004"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA004"
,"is replaced by":"unit:PERCENT-PER-TEN-THOUSAND"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Ten Thousand"
,"label":"Percent per Ten Thousand"
,"symbol":"%\/10k"
,"type":"qudt:Unit"
,"unece common code":"H91"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-10KiloCount",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the co-efficient 10,000",
"isReplacedBy" : "http://qudt.org/vocab/unit/PERCENT-PER-TEN-THOUSAND",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA004",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA004",
"symbol" : "%/10k",
"uneceCommonCode" : "H91",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Ten Thousand", {
"@language" : "en",
"@value" : "Percent per Ten Thousand"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-BAR
URI: http://qudt.org/vocab/unit/PERCENT-PER-BAR
hundredth relating to the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Compressibility> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA010" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA010"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/bar" ; <http://qudt.org/schema/qudt/ucumCode> "%.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H96" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Bar" ; rdfs:label "Percent per Bar"@en ; .
{"resource":"Percent per Bar"
,"qname":"unit:PERCENT-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-BAR"
,"properties":["conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"hundredth relating to the unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Compressibility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA010"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA010"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Bar"
,"label":"Percent per Bar"
,"symbol":"%\/bar"
,"type":"qudt:Unit"
,"ucum code":"%.bar-1"
,"unece common code":"H96"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the unit bar",
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Compressibility",
"iec61360Code" : "0112/2///62720#UAA010",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA010",
"symbol" : "%/bar",
"ucumCode" : "%.bar-1",
"uneceCommonCode" : "H96",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Bar", {
"@language" : "en",
"@value" : "Percent per Bar"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-CentiPOISE
URI: http://qudt.org/vocab/unit/PERCENT-PER-CentiPOISE
[CGS] hundredth relating to the 0.01-fold of the unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-CentiPOISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] hundredth relating to the 0.01-fold of the unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC807" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC807"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/cP" ; <http://qudt.org/schema/qudt/ucumCode> "%.cP-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Centipoise" ; rdfs:label "Percent per Centipoise"@en ; .
{"resource":"Percent per Centipoise"
,"qname":"unit:PERCENT-PER-CentiPOISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-CentiPOISE"
,"properties":["conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"[CGS] hundredth relating to the 0.01-fold of the unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC807"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC807"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Centipoise"
,"label":"Percent per Centipoise"
,"symbol":"%\/cP"
,"type":"qudt:Unit"
,"ucum code":"%.cP-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-CentiPOISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] hundredth relating to the 0.01-fold of the unit of the dynamic viscosity poise",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC807",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC807",
"symbol" : "%/cP",
"ucumCode" : "%.cP-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Centipoise", {
"@language" : "en",
"@value" : "Percent per Centipoise"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-DAY
URI: http://qudt.org/vocab/unit/PERCENT-PER-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/symbol> "%/d" ; <http://qudt.org/schema/qudt/ucumCode> "%.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Day" ; rdfs:label "Percent per Day"@en ; .
{"resource":"Percent per Day"
,"qname":"unit:PERCENT-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-DAY"
,"properties":["conversion multiplier":"0.0000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-7"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Day"
,"label":"Percent per Day"
,"symbol":"%\/d"
,"type":"qudt:Unit"
,"ucum code":"%.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.0000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"symbol" : "%/d",
"ucumCode" : "%.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Day", {
"@language" : "en",
"@value" : "Percent per Day"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-DEG
URI: http://qudt.org/vocab/unit/PERCENT-PER-DEG
hundredth relating to the unit degree
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-DEG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the unit degree" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.5729577951308232087679815481410516 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.729577951308232087679815481410516E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA002" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA002"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/°" ; <http://qudt.org/schema/qudt/ucumCode> "%.deg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H90" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Degree" ; rdfs:label "Percent per Degree"@en ; .
{"resource":"Percent per Degree"
,"qname":"unit:PERCENT-PER-DEG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-DEG"
,"properties":["conversion multiplier":"0.5729577951308232087679815481410516"
,"conversion multiplier scientific":"5.729577951308232087679815481410516E-1"
,"description":"hundredth relating to the unit degree"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA002"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA002"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Degree"
,"label":"Percent per Degree"
,"symbol":"%\/°"
,"type":"qudt:Unit"
,"ucum code":"%.deg-1"
,"unece common code":"H90"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-DEG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the unit degree",
"conversionMultiplier" : "0.5729577951308232087679815481410516",
"conversionMultiplier:SN" : 0.5729577951308232,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA002",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA002",
"symbol" : "%/°",
"ucumCode" : "%.deg-1",
"uneceCommonCode" : "H90",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Degree", {
"@language" : "en",
"@value" : "Percent per Degree"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-DEG_C
URI: http://qudt.org/vocab/unit/PERCENT-PER-DEG_C
hundredth divided by the unit degree Celsius
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth divided by the unit degree Celsius" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA003" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA003"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/°C" ; <http://qudt.org/schema/qudt/ucumCode> "%.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M25" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Degree Celsius" ; rdfs:label "Percent per Degree Celsius"@en ; .
{"resource":"Percent per Degree Celsius"
,"qname":"unit:PERCENT-PER-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-DEG_C"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"hundredth divided by the unit degree Celsius"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ThermalExpansionCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA003"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA003"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Degree Celsius"
,"label":"Percent per Degree Celsius"
,"symbol":"%\/°C"
,"type":"qudt:Unit"
,"ucum code":"%.Cel-1"
,"unece common code":"M25"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth divided by the unit degree Celsius",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient",
"iec61360Code" : "0112/2///62720#UAA003",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA003",
"symbol" : "%/°C",
"ucumCode" : "%.Cel-1",
"uneceCommonCode" : "M25",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Percent per Degree Celsius"
}, "Percent per Degree Celsius" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-DecaK
URI: http://qudt.org/vocab/unit/PERCENT-PER-DecaK
hundredth relating to the 10-fold of the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-DecaK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the 10-fold of the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA011" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA011"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/daK" ; <http://qudt.org/schema/qudt/ucumCode> "%.daK-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H73" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Decakelvin" ; rdfs:label "Percent per Decakelvin"@en ; .
{"resource":"Percent per Decakelvin"
,"qname":"unit:PERCENT-PER-DecaK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-DecaK"
,"properties":["conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"hundredth relating to the 10-fold of the SI base unit Kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearExpansionCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA011"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA011"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Decakelvin"
,"label":"Percent per Decakelvin"
,"symbol":"%\/daK"
,"type":"qudt:Unit"
,"ucum code":"%.daK-1"
,"unece common code":"H73"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-DecaK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the 10-fold of the SI base unit Kelvin",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient",
"iec61360Code" : "0112/2///62720#UAA011",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA011",
"symbol" : "%/daK",
"ucumCode" : "%.daK-1",
"uneceCommonCode" : "H73",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Decakelvin", {
"@language" : "en",
"@value" : "Percent per Decakelvin"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-DecaKiloCOUNT
URI: http://qudt.org/vocab/unit/PERCENT-PER-DecaKiloCOUNT
hundredth relating to the co-efficient 10,000
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-DecaKiloCOUNT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the co-efficient 10,000" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PERCENT-PER-TEN-THOUSAND> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA005" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA005"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/10000" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H92" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Ten Thousand" ; rdfs:label "Percent per Ten Thousand"@en ; .
{"resource":"Percent per Ten Thousand"
,"qname":"unit:PERCENT-PER-DecaKiloCOUNT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-DecaKiloCOUNT"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"deprecated":"true"
,"description":"hundredth relating to the co-efficient 10,000"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA005"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA005"
,"is replaced by":"unit:PERCENT-PER-TEN-THOUSAND"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Ten Thousand"
,"label":"Percent per Ten Thousand"
,"symbol":"%\/10000"
,"type":"qudt:Unit"
,"unece common code":"H92"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-DecaKiloCOUNT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the co-efficient 10,000",
"isReplacedBy" : "http://qudt.org/vocab/unit/PERCENT-PER-TEN-THOUSAND",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA005",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA005",
"symbol" : "%/10000",
"uneceCommonCode" : "H92",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Ten Thousand", {
"@language" : "en",
"@value" : "Percent per Ten Thousand"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-HR
URI: http://qudt.org/vocab/unit/PERCENT-PER-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/symbol> "%/h" ; <http://qudt.org/schema/qudt/ucumCode> "%.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Hour" ; rdfs:label "Percent per Hour"@en ; .
{"resource":"Percent per Hour"
,"qname":"unit:PERCENT-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-HR"
,"properties":["conversion multiplier":"0.000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-6"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Hour"
,"label":"Percent per Hour"
,"symbol":"%\/h"
,"type":"qudt:Unit"
,"ucum code":"%.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"symbol" : "%/h",
"ucumCode" : "%.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Hour", {
"@language" : "en",
"@value" : "Percent per Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-HUNDRED
URI: http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED
hundredth relating to the co-efficient 100
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the co-efficient 100" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA006" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA006"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/100" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H93" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Hundred" ; rdfs:label "Percent per Hundred"@en ; .
{"resource":"Percent per Hundred"
,"qname":"unit:PERCENT-PER-HUNDRED"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-HUNDRED"
,"properties":["conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"hundredth relating to the co-efficient 100"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA006"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA006"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Hundred"
,"label":"Percent per Hundred"
,"symbol":"%\/100"
,"type":"qudt:Unit"
,"unece common code":"H93"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the co-efficient 100",
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA006",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA006",
"symbol" : "%/100",
"uneceCommonCode" : "H93",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Hundred", {
"@language" : "en",
"@value" : "Percent per Hundred"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-HUNDRED-THOUSAND
URI: http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED-THOUSAND
hundredth relating to the co-efficient 100,000
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED-THOUSAND> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the co-efficient 100,000" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "%/100k" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Hundred Thousand" ; rdfs:label "Percent per Hundred Thousand"@en ; .
{"resource":"Percent per Hundred Thousand"
,"qname":"unit:PERCENT-PER-HUNDRED-THOUSAND"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-HUNDRED-THOUSAND"
,"properties":["conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"hundredth relating to the co-efficient 100,000"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Hundred Thousand"
,"label":"Percent per Hundred Thousand"
,"symbol":"%\/100k"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED-THOUSAND",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the co-efficient 100,000",
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "%/100k",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Hundred Thousand", {
"@language" : "en",
"@value" : "Percent per Hundred Thousand"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-HectoBAR
URI: http://qudt.org/vocab/unit/PERCENT-PER-HectoBAR
hundredths relating to the 100-fold of unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-HectoBAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredths relating to the 100-fold of unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Compressibility> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB373" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB373"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/hbar" ; <http://qudt.org/schema/qudt/ucumCode> "%.hbar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H72" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Hectobar" ; rdfs:label "Percent per Hectobar"@en ; .
{"resource":"Percent per Hectobar"
,"qname":"unit:PERCENT-PER-HectoBAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-HectoBAR"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"hundredths relating to the 100-fold of unit bar"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Compressibility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB373"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB373"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Hectobar"
,"label":"Percent per Hectobar"
,"symbol":"%\/hbar"
,"type":"qudt:Unit"
,"ucum code":"%.hbar-1"
,"unece common code":"H72"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-HectoBAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredths relating to the 100-fold of unit bar",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Compressibility",
"iec61360Code" : "0112/2///62720#UAB373",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB373",
"symbol" : "%/hbar",
"ucumCode" : "%.hbar-1",
"uneceCommonCode" : "H72",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Hectobar", {
"@language" : "en",
"@value" : "Percent per Hectobar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-HectoCOUNT
URI: http://qudt.org/vocab/unit/PERCENT-PER-HectoCOUNT
hundredth relating to the co-efficient 100
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-HectoCOUNT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the co-efficient 100" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA006" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA006"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/100" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H93" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Hundred" ; rdfs:label "Percent per Hundred"@en ; .
{"resource":"Percent per Hundred"
,"qname":"unit:PERCENT-PER-HectoCOUNT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-HectoCOUNT"
,"properties":["conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"deprecated":"true"
,"description":"hundredth relating to the co-efficient 100"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA006"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA006"
,"is replaced by":"unit:PERCENT-PER-HUNDRED"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Hundred"
,"label":"Percent per Hundred"
,"symbol":"%\/100"
,"type":"qudt:Unit"
,"unece common code":"H93"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-HectoCOUNT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the co-efficient 100",
"isReplacedBy" : "http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED",
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA006",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA006",
"symbol" : "%/100",
"uneceCommonCode" : "H93",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Hundred", {
"@language" : "en",
"@value" : "Percent per Hundred"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-HectoKiloCOUNT
URI: http://qudt.org/vocab/unit/PERCENT-PER-HectoKiloCOUNT
hundredth relating to the co-efficient 100,000
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-HectoKiloCOUNT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the co-efficient 100,000" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED-THOUSAND> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "%/100k" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per One Hundred Thousand" ; rdfs:label "Percent per One Hundred Thousand"@en ; .
{"resource":"Percent per One Hundred Thousand"
,"qname":"unit:PERCENT-PER-HectoKiloCOUNT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-HectoKiloCOUNT"
,"properties":["conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"deprecated":"true"
,"description":"hundredth relating to the co-efficient 100,000"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:PERCENT-PER-HUNDRED-THOUSAND"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per One Hundred Thousand"
,"label":"Percent per One Hundred Thousand"
,"symbol":"%\/100k"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-HectoKiloCOUNT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the co-efficient 100,000",
"isReplacedBy" : "http://qudt.org/vocab/unit/PERCENT-PER-HUNDRED-THOUSAND",
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "%/100k",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per One Hundred Thousand", {
"@language" : "en",
"@value" : "Percent per One Hundred Thousand"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-IN
URI: http://qudt.org/vocab/unit/PERCENT-PER-IN
hundredth divided by the unit inch according to the Anglo-American and the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth divided by the unit inch according to the Anglo-American and the Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.3937007874015748031496062992125984 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.937007874015748031496062992125984E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Repetency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA012" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA012"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/in" ; <http://qudt.org/schema/qudt/ucumCode> "%.[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H98" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Inch" ; rdfs:label "Percent per Inch"@en ; .
{"resource":"Percent per Inch"
,"qname":"unit:PERCENT-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-IN"
,"properties":["conversion multiplier":"0.3937007874015748031496062992125984"
,"conversion multiplier scientific":"3.937007874015748031496062992125984E-1"
,"description":"hundredth divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Repetency"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA012"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA012"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Inch"
,"label":"Percent per Inch"
,"symbol":"%\/in"
,"type":"qudt:Unit"
,"ucum code":"%.[in_i]-1"
,"unece common code":"H98"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth divided by the unit inch according to the Anglo-American and the Imperial system of units",
"conversionMultiplier" : "0.3937007874015748031496062992125984",
"conversionMultiplier:SN" : 0.3937007874015748,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Repetency",
"iec61360Code" : "0112/2///62720#UAA012",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA012",
"symbol" : "%/in",
"ucumCode" : "%.[in_i]-1",
"uneceCommonCode" : "H98",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Inch", {
"@language" : "en",
"@value" : "Percent per Inch"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-K
URI: http://qudt.org/vocab/unit/PERCENT-PER-K
hundredth divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA008" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA008"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/K" ; <http://qudt.org/schema/qudt/ucumCode> "%.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H25" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Kelvin" ; rdfs:label "Percent per Kelvin"@en ; .
{"resource":"Percent per Kelvin"
,"qname":"unit:PERCENT-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-K"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"hundredth divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearExpansionCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA008"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA008"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Kelvin"
,"label":"Percent per Kelvin"
,"symbol":"%\/K"
,"type":"qudt:Unit"
,"ucum code":"%.K-1"
,"unece common code":"H25"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth divided by the SI base unit kelvin",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearExpansionCoefficient",
"iec61360Code" : "0112/2///62720#UAA008",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA008",
"symbol" : "%/K",
"ucumCode" : "%.K-1",
"uneceCommonCode" : "H25",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Kelvin", {
"@language" : "en",
"@value" : "Percent per Kelvin"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-KiloCOUNT
URI: http://qudt.org/vocab/unit/PERCENT-PER-KiloCOUNT
hundredth relating to the co-efficient 1,000
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-KiloCOUNT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the co-efficient 1,000" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PERCENT-PER-THOUSAND> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA007" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA007"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/1000" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H94" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Thousand" ; rdfs:label "Percent per Thousand"@en ; .
{"resource":"Percent per Thousand"
,"qname":"unit:PERCENT-PER-KiloCOUNT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-KiloCOUNT"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"deprecated":"true"
,"description":"hundredth relating to the co-efficient 1,000"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA007"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA007"
,"is replaced by":"unit:PERCENT-PER-THOUSAND"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Thousand"
,"label":"Percent per Thousand"
,"symbol":"%\/1000"
,"type":"qudt:Unit"
,"unece common code":"H94"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-KiloCOUNT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the co-efficient 1,000",
"isReplacedBy" : "http://qudt.org/vocab/unit/PERCENT-PER-THOUSAND",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA007",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA007",
"symbol" : "%/1000",
"uneceCommonCode" : "H94",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Thousand", {
"@language" : "en",
"@value" : "Percent per Thousand"
} ],
"@context" : {
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-M
URI: http://qudt.org/vocab/unit/PERCENT-PER-M
hundredth relating to the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AttenuationCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA013" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA013"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/m" ; <http://qudt.org/schema/qudt/ucumCode> "%.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H99" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Meter"@en-US ; rdfs:label "Percent per Metre" ; rdfs:label "Percent per Metre"@en ; .
{"resource":"Percent per Metre"
,"qname":"unit:PERCENT-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-M"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"hundredth relating to the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:AttenuationCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA013"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA013"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Meter"
,"label":"Percent per Metre"
,"label":"Percent per Metre"
,"symbol":"%\/m"
,"type":"qudt:Unit"
,"ucum code":"%.m-1"
,"unece common code":"H99"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the SI base unit metre",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AttenuationCoefficient",
"iec61360Code" : "0112/2///62720#UAA013",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA013",
"symbol" : "%/m",
"ucumCode" : "%.m-1",
"uneceCommonCode" : "H99",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Metre", {
"@language" : "en",
"@value" : "Percent per Metre"
}, {
"@language" : "en-us",
"@value" : "Percent per Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-MO
URI: http://qudt.org/vocab/unit/PERCENT-PER-MO
hundredths relating to the unit month
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-MO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredths relating to the unit month" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000003919350772901616281311709002114104 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.919350772901616281311709002114104E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB372" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB372"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/mo" ; <http://qudt.org/schema/qudt/ucumCode> "%.mo-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H71" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Month" ; rdfs:label "Percent per Month"@en ; .
{"resource":"Percent per Month"
,"qname":"unit:PERCENT-PER-MO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-MO"
,"properties":["conversion multiplier":"0.000000003919350772901616281311709002114104"
,"conversion multiplier scientific":"3.919350772901616281311709002114104E-9"
,"description":"hundredths relating to the unit month"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB372"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB372"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Month"
,"label":"Percent per Month"
,"symbol":"%\/mo"
,"type":"qudt:Unit"
,"ucum code":"%.mo-1"
,"unece common code":"H71"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-MO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredths relating to the unit month",
"conversionMultiplier" : "0.000000003919350772901616281311709002114104",
"conversionMultiplier:SN" : 3.9193507729016164E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAB372",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB372",
"symbol" : "%/mo",
"ucumCode" : "%.mo-1",
"uneceCommonCode" : "H71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Month", {
"@language" : "en",
"@value" : "Percent per Month"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-MilliM
URI: http://qudt.org/vocab/unit/PERCENT-PER-MilliM
hundredth relating to the 0.001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the 0.001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Repetency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA014" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA014"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/mm" ; <http://qudt.org/schema/qudt/ucumCode> "%.mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J10" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Millimeter"@en-US ; rdfs:label "Percent per Millimetre" ; rdfs:label "Percent per Millimetre"@en ; .
{"resource":"Percent per Millimetre"
,"qname":"unit:PERCENT-PER-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-MilliM"
,"properties":["conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"hundredth relating to the 0.001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Repetency"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA014"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA014"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Millimeter"
,"label":"Percent per Millimetre"
,"label":"Percent per Millimetre"
,"symbol":"%\/mm"
,"type":"qudt:Unit"
,"ucum code":"%.mm-1"
,"unece common code":"J10"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the 0.001-fold of the SI base unit metre",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Repetency",
"iec61360Code" : "0112/2///62720#UAA014",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA014",
"symbol" : "%/mm",
"ucumCode" : "%.mm-1",
"uneceCommonCode" : "J10",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Percent per Millimeter"
}, "Percent per Millimetre", {
"@language" : "en",
"@value" : "Percent per Millimetre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-MilliPA-SEC
URI: http://qudt.org/vocab/unit/PERCENT-PER-MilliPA-SEC
hundredth relating to the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-MilliPA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC804" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC804"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/(mPa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "%.mPa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Millipascal Second" ; rdfs:label "Percent per Millipascal Second"@en ; .
{"resource":"Percent per Millipascal Second"
,"qname":"unit:PERCENT-PER-MilliPA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-MilliPA-SEC"
,"properties":["conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"hundredth relating to the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC804"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC804"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Millipascal Second"
,"label":"Percent per Millipascal Second"
,"symbol":"%\/(mPa·s)"
,"type":"qudt:Unit"
,"ucum code":"%.mPa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-MilliPA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the product of the 0.001-fold of the SI derived unit pascal and the SI base unit second",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC804",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC804",
"symbol" : "%/(mPa·s)",
"ucumCode" : "%.mPa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Millipascal Second", {
"@language" : "en",
"@value" : "Percent per Millipascal Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-OHM
URI: http://qudt.org/vocab/unit/PERCENT-PER-OHM
hundredth relating to the SI unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-OHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the SI unit ohm" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA001" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA001"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/Ω" ; <http://qudt.org/schema/qudt/ucumCode> "%.Ohm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H89" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Ohm" ; rdfs:label "Percent per Ohm"@en ; .
{"resource":"Percent per Ohm"
,"qname":"unit:PERCENT-PER-OHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-OHM"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"hundredth relating to the SI unit ohm"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA001"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA001"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Ohm"
,"label":"Percent per Ohm"
,"symbol":"%\/Ω"
,"type":"qudt:Unit"
,"ucum code":"%.Ohm-1"
,"unece common code":"H89"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-OHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the SI unit ohm",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA001",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA001",
"symbol" : "%/Ω",
"ucumCode" : "%.Ohm-1",
"uneceCommonCode" : "H89",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Ohm", {
"@language" : "en",
"@value" : "Percent per Ohm"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-PA-SEC
URI: http://qudt.org/vocab/unit/PERCENT-PER-PA-SEC
hundredth relating to the product of the SI derived unit pascal and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-PA-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the product of the SI derived unit pascal and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC805" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC805"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/(Pa·s)" ; <http://qudt.org/schema/qudt/ucumCode> "%.Pa-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Pascal Second" ; rdfs:label "Percent per Pascal Second"@en ; .
{"resource":"Percent per Pascal Second"
,"qname":"unit:PERCENT-PER-PA-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-PA-SEC"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"hundredth relating to the product of the SI derived unit pascal and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC805"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC805"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Pascal Second"
,"label":"Percent per Pascal Second"
,"symbol":"%\/(Pa·s)"
,"type":"qudt:Unit"
,"ucum code":"%.Pa-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-PA-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the product of the SI derived unit pascal and the SI base unit second",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC805",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC805",
"symbol" : "%/(Pa·s)",
"ucumCode" : "%.Pa-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Pascal Second", {
"@language" : "en",
"@value" : "Percent per Pascal Second"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-PERCENT
URI: http://qudt.org/vocab/unit/PERCENT-PER-PERCENT
hundredth relating to a hundreth
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-PERCENT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to a hundreth" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD871" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD871"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/%" ; <http://qudt.org/schema/qudt/ucumCode> "%.%-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Percent" ; rdfs:label "Percent per Percent"@en ; .
{"resource":"Percent per Percent"
,"qname":"unit:PERCENT-PER-PERCENT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-PERCENT"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"hundredth relating to a hundreth"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD871"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD871"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Percent"
,"label":"Percent per Percent"
,"symbol":"%\/%"
,"type":"qudt:Unit"
,"ucum code":"%.%-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-PERCENT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to a hundreth",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD871",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD871",
"symbol" : "%/%",
"ucumCode" : "%.%-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Percent", {
"@language" : "en",
"@value" : "Percent per Percent"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-POISE
URI: http://qudt.org/vocab/unit/PERCENT-PER-POISE
[CGS] hundredth relating to the unit of the dynamic viscosity poise
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-POISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] hundredth relating to the unit of the dynamic viscosity poise" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC806" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC806"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/P" ; <http://qudt.org/schema/qudt/ucumCode> "%.P-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Poise" ; rdfs:label "Percent per Poise"@en ; .
{"resource":"Percent per Poise"
,"qname":"unit:PERCENT-PER-POISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-POISE"
,"properties":["conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"[CGS] hundredth relating to the unit of the dynamic viscosity poise"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC806"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC806"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Poise"
,"label":"Percent per Poise"
,"symbol":"%\/P"
,"type":"qudt:Unit"
,"ucum code":"%.P-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-POISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] hundredth relating to the unit of the dynamic viscosity poise",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC806",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC806",
"symbol" : "%/P",
"ucumCode" : "%.P-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Poise", {
"@language" : "en",
"@value" : "Percent per Poise"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-SEC
URI: http://qudt.org/vocab/unit/PERCENT-PER-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RateOfChange> ; <http://qudt.org/schema/qudt/plainTextDescription> "percent divided by the unit second" ; <http://qudt.org/schema/qudt/symbol> "%/s" ; <http://qudt.org/schema/qudt/ucumCode> "%.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Second" ; rdfs:label "Percent per Second"@en ; .
{"resource":"Percent per Second"
,"qname":"unit:PERCENT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-SEC"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description (plain text)":"percent divided by the unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:RateOfChange"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Second"
,"label":"Percent per Second"
,"symbol":"%\/s"
,"type":"qudt:Unit"
,"ucum code":"%.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/RateOfChange",
"plainTextDescription" : "percent divided by the unit second",
"symbol" : "%/s",
"ucumCode" : "%.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Second", {
"@language" : "en",
"@value" : "Percent per Second"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-TEN-THOUSAND
URI: http://qudt.org/vocab/unit/PERCENT-PER-TEN-THOUSAND
hundredth relating to the co-efficient 10,000
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-TEN-THOUSAND> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the co-efficient 10,000" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA004" ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA005" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA004"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA005"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/10000" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H91" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H92" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Ten Thousand" ; rdfs:label "Percent per Ten Thousand"@en ; .
{"resource":"Percent per Ten Thousand"
,"qname":"unit:PERCENT-PER-TEN-THOUSAND"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-TEN-THOUSAND"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"hundredth relating to the co-efficient 10,000"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA004"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA005"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA004"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA005"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Ten Thousand"
,"label":"Percent per Ten Thousand"
,"symbol":"%\/10000"
,"type":"qudt:Unit"
,"unece common code":"H91"
,"unece common code":"H92"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-TEN-THOUSAND",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the co-efficient 10,000",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : [ "0112/2///62720#UAA004", "0112/2///62720#UAA005" ],
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA005", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA004" ],
"symbol" : "%/10000",
"uneceCommonCode" : [ "H91", "H92" ],
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Percent per Ten Thousand"
}, "Percent per Ten Thousand" ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-THOUSAND
URI: http://qudt.org/vocab/unit/PERCENT-PER-THOUSAND
hundredth relating to the co-efficient 1,000
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-THOUSAND> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the co-efficient 1,000" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA007" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA007"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/1000" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H94" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Thousand" ; rdfs:label "Percent per Thousand"@en ; .
{"resource":"Percent per Thousand"
,"qname":"unit:PERCENT-PER-THOUSAND"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-THOUSAND"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"hundredth relating to the co-efficient 1,000"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA007"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA007"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Thousand"
,"label":"Percent per Thousand"
,"symbol":"%\/1000"
,"type":"qudt:Unit"
,"unece common code":"H94"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-THOUSAND",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the co-efficient 1,000",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA007",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA007",
"symbol" : "%/1000",
"uneceCommonCode" : "H94",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Thousand", {
"@language" : "en",
"@value" : "Percent per Thousand"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-V
URI: http://qudt.org/vocab/unit/PERCENT-PER-V
hundredth relating to the SI unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-V> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the SI unit volt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA009" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA009"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%/V" ; <http://qudt.org/schema/qudt/ucumCode> "%.V-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H95" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Volt" ; rdfs:label "Percent per Volt"@en ; .
{"resource":"Percent per Volt"
,"qname":"unit:PERCENT-PER-V"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-V"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"hundredth relating to the SI unit volt"
,"has dimension vector":"qkdv:A0E1L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA009"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA009"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Volt"
,"label":"Percent per Volt"
,"symbol":"%\/V"
,"type":"qudt:Unit"
,"ucum code":"%.V-1"
,"unece common code":"H95"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-V",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the SI unit volt",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA009",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA009",
"symbol" : "%/V",
"ucumCode" : "%.V-1",
"uneceCommonCode" : "H95",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Volt", {
"@language" : "en",
"@value" : "Percent per Volt"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-WK
URI: http://qudt.org/vocab/unit/PERCENT-PER-WK
A rate of change in percent over a period of 7 days
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-WK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A rate of change in percent over a period of 7 days"@en ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001653439153439153439153439153439153 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.653439153439153439153439153439153E-8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RateOfChange> ; <http://qudt.org/schema/qudt/symbol> "%/wk" ; <http://qudt.org/schema/qudt/ucumCode> "%.wk-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Week" ; rdfs:label "Percent per Week"@en ; .
{"resource":"Percent per Week"
,"qname":"unit:PERCENT-PER-WK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-WK"
,"properties":["conversion multiplier":"0.00000001653439153439153439153439153439153"
,"conversion multiplier scientific":"1.653439153439153439153439153439153E-8"
,"description":"A rate of change in percent over a period of 7 days"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:RateOfChange"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Week"
,"label":"Percent per Week"
,"symbol":"%\/wk"
,"type":"qudt:Unit"
,"ucum code":"%.wk-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-WK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A rate of change in percent over a period of 7 days"
},
"conversionMultiplier" : "0.00000001653439153439153439153439153439153",
"conversionMultiplier:SN" : 1.6534391534391535E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/RateOfChange",
"symbol" : "%/wk",
"ucumCode" : "%.wk-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Week", {
"@language" : "en",
"@value" : "Percent per Week"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-PER-YR
URI: http://qudt.org/vocab/unit/PERCENT-PER-YR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655e-10 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RateOfChange> ; <http://qudt.org/schema/qudt/plainTextDescription> "percent divided by the unit year" ; <http://qudt.org/schema/qudt/symbol> "%/a" ; <http://qudt.org/schema/qudt/ucumCode> "%.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent per Year" ; rdfs:label "Percent per Year"@en ; .
{"resource":"Percent per Year"
,"qname":"unit:PERCENT-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-PER-YR"
,"properties":["conversion multiplier":"0.0000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655e-10"
,"description (plain text)":"percent divided by the unit year"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:RateOfChange"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent per Year"
,"label":"Percent per Year"
,"symbol":"%\/a"
,"type":"qudt:Unit"
,"ucum code":"%.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.0000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-10,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/RateOfChange",
"plainTextDescription" : "percent divided by the unit year",
"symbol" : "%/a",
"ucumCode" : "%.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent per Year", {
"@language" : "en",
"@value" : "Percent per Year"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-SEC-PER-CentiM3
URI: http://qudt.org/vocab/unit/PERCENT-SEC-PER-CentiM3
hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-SEC-PER-CentiM3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC797" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC797"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·s/cm³" ; <http://qudt.org/schema/qudt/ucumCode> "%.s.cm-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Second per Cubic Centimeter"@en-US ; rdfs:label "Percent Second per Cubic Centimetre" ; rdfs:label "Percent Second per Cubic Centimetre"@en ; .
{"resource":"Percent Second per Cubic Centimetre"
,"qname":"unit:PERCENT-SEC-PER-CentiM3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-SEC-PER-CentiM3"
,"properties":["conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"description":"hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC797"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC797"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Second per Cubic Centimeter"
,"label":"Percent Second per Cubic Centimetre"
,"label":"Percent Second per Cubic Centimetre"
,"symbol":"%·s\/cm³"
,"type":"qudt:Unit"
,"ucum code":"%.s.cm-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-SEC-PER-CentiM3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the 0.000001-fold of the power of the SI base unit metre with the exponent 3 and the SI base unit second",
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC797",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC797",
"symbol" : "%·s/cm³",
"ucumCode" : "%.s.cm-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Percent Second per Cubic Centimeter"
}, "Percent Second per Cubic Centimetre", {
"@language" : "en",
"@value" : "Percent Second per Cubic Centimetre"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-SEC-PER-FT3
URI: http://qudt.org/vocab/unit/PERCENT-SEC-PER-FT3
hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-SEC-PER-FT3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.3531466672148859025043801035400263 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.531466672148859025043801035400263E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC802" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC802"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·s/ft³" ; <http://qudt.org/schema/qudt/ucumCode> "%.s.[ft_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Second per Cubic Foot" ; rdfs:label "Percent Second per Cubic Foot"@en ; .
{"resource":"Percent Second per Cubic Foot"
,"qname":"unit:PERCENT-SEC-PER-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-SEC-PER-FT3"
,"properties":["conversion multiplier":"0.3531466672148859025043801035400263"
,"conversion multiplier scientific":"3.531466672148859025043801035400263E-1"
,"description":"hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC802"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC802"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Second per Cubic Foot"
,"label":"Percent Second per Cubic Foot"
,"symbol":"%·s\/ft³"
,"type":"qudt:Unit"
,"ucum code":"%.s.[ft_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-SEC-PER-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second",
"conversionMultiplier" : "0.3531466672148859025043801035400263",
"conversionMultiplier:SN" : 0.3531466672148859,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC802",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC802",
"symbol" : "%·s/ft³",
"ucumCode" : "%.s.[ft_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Second per Cubic Foot", {
"@language" : "en",
"@value" : "Percent Second per Cubic Foot"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-SEC-PER-GAL_UK
URI: http://qudt.org/vocab/unit/PERCENT-SEC-PER-GAL_UK
hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PERCENT-SEC-PER-GAL_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2.199692482990877875273036829451243 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.199692482990877875273036829451243E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC800" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC800"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "%·s/gal{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "%.s.[gal_br]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Percent Second per Gallon (UK)" ;
rdfs:label "Percent Second per Gallon (UK)"@en ;
.
{"resource":"Percent Second per Gallon (UK)"
,"qname":"unit:PERCENT-SEC-PER-GAL_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-SEC-PER-GAL_UK"
,"properties":["conversion multiplier":"2.199692482990877875273036829451243"
,"conversion multiplier scientific":"2.199692482990877875273036829451243E0"
,"description":"hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC800"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC800"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Second per Gallon (UK)"
,"label":"Percent Second per Gallon (UK)"
,"symbol":"%·s\/gal{UK}"
,"type":"qudt:Unit"
,"ucum code":"%.s.[gal_br]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-SEC-PER-GAL_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit gallon (UK) according to the Imperial system of units and the SI base unit second",
"conversionMultiplier" : "2.199692482990877875273036829451243",
"conversionMultiplier:SN" : 2.1996924829908777,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC800",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC800",
"symbol" : "%·s/gal{UK}",
"ucumCode" : "%.s.[gal_br]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Second per Gallon (UK)", {
"@language" : "en",
"@value" : "Percent Second per Gallon (UK)"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-SEC-PER-GAL_US
URI: http://qudt.org/vocab/unit/PERCENT-SEC-PER-GAL_US
hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PERCENT-SEC-PER-GAL_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the SI base unit second" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 2.641720523581484153798999216091625 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.641720523581484153798999216091625E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC799" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC799"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "%·s/gal{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "%.s.[gal_us]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Percent Second per Us Gallon" ;
rdfs:label "Percent Second per Us Gallon"@en ;
.
{"resource":"Percent Second per Us Gallon"
,"qname":"unit:PERCENT-SEC-PER-GAL_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-SEC-PER-GAL_US"
,"properties":["conversion multiplier":"2.641720523581484153798999216091625"
,"conversion multiplier scientific":"2.641720523581484153798999216091625E0"
,"description":"hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC799"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC799"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Second per Us Gallon"
,"label":"Percent Second per Us Gallon"
,"symbol":"%·s\/gal{US}"
,"type":"qudt:Unit"
,"ucum code":"%.s.[gal_us]-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-SEC-PER-GAL_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit gallon (US) according to the Anglo-American system of units and the SI base unit second",
"conversionMultiplier" : "2.641720523581484153798999216091625",
"conversionMultiplier:SN" : 2.6417205235814842,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC799",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC799",
"symbol" : "%·s/gal{US}",
"ucumCode" : "%.s.[gal_us]-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Second per Us Gallon", {
"@language" : "en",
"@value" : "Percent Second per Us Gallon"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-SEC-PER-IN3
URI: http://qudt.org/vocab/unit/PERCENT-SEC-PER-IN3
hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-SEC-PER-IN3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 610.2374409473228395275688189171654 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.102374409473228395275688189171654E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC801" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC801"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·s/in³" ; <http://qudt.org/schema/qudt/ucumCode> "%.s.[in_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Second per Cubic Inch" ; rdfs:label "Percent Second per Cubic Inch"@en ; .
{"resource":"Percent Second per Cubic Inch"
,"qname":"unit:PERCENT-SEC-PER-IN3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-SEC-PER-IN3"
,"properties":["conversion multiplier":"610.2374409473228395275688189171654"
,"conversion multiplier scientific":"6.102374409473228395275688189171654E2"
,"description":"hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC801"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC801"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Second per Cubic Inch"
,"label":"Percent Second per Cubic Inch"
,"symbol":"%·s\/in³"
,"type":"qudt:Unit"
,"ucum code":"%.s.[in_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-SEC-PER-IN3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of power of the unit inch according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second",
"conversionMultiplier" : "610.2374409473228395275688189171654",
"conversionMultiplier:SN" : 610.2374409473229,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC801",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC801",
"symbol" : "%·s/in³",
"ucumCode" : "%.s.[in_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Second per Cubic Inch", {
"@language" : "en",
"@value" : "Percent Second per Cubic Inch"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-SEC-PER-L
URI: http://qudt.org/vocab/unit/PERCENT-SEC-PER-L
hundredth relating to the quotient of the unit litre and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-SEC-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the unit litre and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC798" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC798"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·s/L" ; <http://qudt.org/schema/qudt/ucumCode> "%.s.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Second per Liter"@en-US ; rdfs:label "Percent Second per Litre" ; rdfs:label "Percent Second per Litre"@en ; .
{"resource":"Percent Second per Litre"
,"qname":"unit:PERCENT-SEC-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-SEC-PER-L"
,"properties":["conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"hundredth relating to the quotient of the unit litre and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC798"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC798"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Second per Liter"
,"label":"Percent Second per Litre"
,"label":"Percent Second per Litre"
,"symbol":"%·s\/L"
,"type":"qudt:Unit"
,"ucum code":"%.s.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-SEC-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the unit litre and the SI base unit second",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC798",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC798",
"symbol" : "%·s/L",
"ucumCode" : "%.s.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Percent Second per Liter"
}, {
"@language" : "en",
"@value" : "Percent Second per Litre"
}, "Percent Second per Litre" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-SEC-PER-M3
URI: http://qudt.org/vocab/unit/PERCENT-SEC-PER-M3
hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-SEC-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC796" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC796"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·s/m³" ; <http://qudt.org/schema/qudt/ucumCode> "%.s.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Second per Cubic Meter"@en-US ; rdfs:label "Percent Second per Cubic Metre" ; rdfs:label "Percent Second per Cubic Metre"@en ; .
{"resource":"Percent Second per Cubic Metre"
,"qname":"unit:PERCENT-SEC-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-SEC-PER-M3"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC796"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC796"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Second per Cubic Meter"
,"label":"Percent Second per Cubic Metre"
,"label":"Percent Second per Cubic Metre"
,"symbol":"%·s\/m³"
,"type":"qudt:Unit"
,"ucum code":"%.s.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-SEC-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of the power of the SI base unit metre with the exponent 3 and the SI base unit second",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC796",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC796",
"symbol" : "%·s/m³",
"ucumCode" : "%.s.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Second per Cubic Metre", {
"@language" : "en",
"@value" : "Percent Second per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Percent Second per Cubic Meter"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT-SEC-PER-YD3
URI: http://qudt.org/vocab/unit/PERCENT-SEC-PER-YD3
hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT-SEC-PER-YD3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01307950619314392231497704087185282 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.307950619314392231497704087185282E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC803" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC803"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "%·s/yd³" ; <http://qudt.org/schema/qudt/ucumCode> "%.s.[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Second per Cubic Yard" ; rdfs:label "Percent Second per Cubic Yard"@en ; .
{"resource":"Percent Second per Cubic Yard"
,"qname":"unit:PERCENT-SEC-PER-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT-SEC-PER-YD3"
,"properties":["conversion multiplier":"0.01307950619314392231497704087185282"
,"conversion multiplier scientific":"1.307950619314392231497704087185282E-2"
,"description":"hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC803"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC803"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Second per Cubic Yard"
,"label":"Percent Second per Cubic Yard"
,"symbol":"%·s\/yd³"
,"type":"qudt:Unit"
,"ucum code":"%.s.[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT-SEC-PER-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "hundredth relating to the quotient of power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 and the SI base unit second",
"conversionMultiplier" : "0.01307950619314392231497704087185282",
"conversionMultiplier:SN" : 0.013079506193143922,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAC803",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC803",
"symbol" : "%·s/yd³",
"ucumCode" : "%.s.[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Second per Cubic Yard", {
"@language" : "en",
"@value" : "Percent Second per Cubic Yard"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERCENT_RH
URI: http://qudt.org/vocab/unit/PERCENT_RH
Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERCENT_RH> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativeHumidity> ; <http://qudt.org/schema/qudt/plainTextDescription> "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage." ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "%RH" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Percent Relative Humidity" ; rdfs:label "Percent Relative Humidity"@en ; .
{"resource":"Percent Relative Humidity"
,"qname":"unit:PERCENT_RH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERCENT_RH"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage."
,"description (plain text)":"Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:RelativeHumidity"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Percent Relative Humidity"
,"label":"Percent Relative Humidity"
,"scalingOf":"unit:NUM"
,"symbol":"%RH"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERCENT_RH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/ASU" ],
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/RelativeHumidity",
"plainTextDescription" : "Percent relative humidity is the ratio of the partial pressure of water vapor to the equilibrium vapor pressure of water at a given temperature, expressed as a percentage.",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "%RH",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Percent Relative Humidity", {
"@language" : "en",
"@value" : "Percent Relative Humidity"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERMEABILITY_EM_REL
URI: http://qudt.org/vocab/unit/PERMEABILITY_EM_REL
Relative permeability, denoted by the symbol $\mu _T$, is the ratio of the permeability of a specific medium to the permeability of free space $\mu _0$
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERMEABILITY_EM_REL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Relative permeability, denoted by the symbol $\\mu _T$, is the ratio of the permeability of a specific medium to the permeability of free space $\\mu _0$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticPermeabilityRatio> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; <http://qudt.org/schema/qudt/latexSymbol> "$\\mu\\,T$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/symbol> "μₜ" ; <http://qudt.org/schema/qudt/ucumCode> "[mu_0]"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Relative Electromagnetic Permeability" ; rdfs:label "Relative Electromagnetic Permeability"@en ; .
{"resource":"Relative Electromagnetic Permeability"
,"qname":"unit:PERMEABILITY_EM_REL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERMEABILITY_EM_REL"
,"properties":["applicable system":"sou:CGS-EMU"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Relative_permeability"
,"description":"Relative permeability, denoted by the symbol $\\mu _T$, is the ratio of the permeability of a specific medium to the permeability of free space $\\mu _0$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:ElectromagneticPermeabilityRatio"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Relative_permeability"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Relative Electromagnetic Permeability"
,"label":"Relative Electromagnetic Permeability"
,"latex symbol":"$\\mu\\,T$"
,"symbol":"μ\u209C"
,"type":"qudt:Unit"
,"ucum code":"[mu_0]"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERMEABILITY_EM_REL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Relative permeability, denoted by the symbol $\\mu _T$, is the ratio of the permeability of a specific medium to the permeability of free space $\\mu _0$",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Relative_permeability",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectromagneticPermeabilityRatio",
"informativeReference" : "http://en.wikipedia.org/wiki/Relative_permeability",
"latexSymbol" : "$\\mu\\,T$",
"symbol" : "μₜ",
"ucumCode" : "[mu_0]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Relative Electromagnetic Permeability", {
"@language" : "en",
"@value" : "Relative Electromagnetic Permeability"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERMEABILITY_REL
URI: http://qudt.org/vocab/unit/PERMEABILITY_REL
In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERMEABILITY_REL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000125663706 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.25663706E-6 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Relative_permeability"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PermeabilityRatio> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Relative_permeability"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "kᵣ" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Relative Permeability" ; rdfs:label "Relative Permeability"@en ; .
{"resource":"Relative Permeability"
,"qname":"unit:PERMEABILITY_REL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERMEABILITY_REL"
,"properties":["applicable system":"sou:CGS-EMU"
,"conversion multiplier":"0.00000125663706"
,"conversion multiplier scientific":"1.25663706E-6"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Relative_permeability"
,"description":"In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:PermeabilityRatio"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Relative_permeability"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Relative Permeability"
,"label":"Relative Permeability"
,"scalingOf":"unit:NUM"
,"symbol":"kᵣ"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERMEABILITY_REL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In multiphase flow in porous media, the relative permeability of a phase is a dimensionless measure of the effective permeability of that phase. It is the ratio of the effective permeability of that phase to the absolute permeability. It can be viewed as an adaptation of Darcy's law to multiphase flow. For two-phase flow in porous media given steady-state conditions, we can write where is the flux, is the pressure drop, is the viscosity.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"conversionMultiplier" : "0.00000125663706",
"conversionMultiplier:SN" : 1.25663706E-6,
"dbpediaMatch" : "http://dbpedia.org/resource/Relative_permeability",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PermeabilityRatio",
"informativeReference" : "http://en.wikipedia.org/wiki/Relative_permeability",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "kᵣ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Relative Permeability", {
"@language" : "en",
"@value" : "Relative Permeability"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERMILLE
URI: http://qudt.org/vocab/unit/PERMILLE
"Permille" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERMILLE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Permille\" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Per_mille"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/percent> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "‰" ; <http://qudt.org/schema/qudt/udunitsCode> "permille" ; <http://qudt.org/schema/qudt/uneceCommonCode> "J13" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11229> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Permille" ; rdfs:label "Permille"@en ; .
{"resource":"Permille"
,"qname":"unit:PERMILLE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERMILLE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11229>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"\"Permille\" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Per_mille"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Permille"
,"label":"Permille"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/percent>"
,"scalingOf":"unit:NUM"
,"symbol":"\u2030"
,"type":"qudt:Unit"
,"udunits code":"permille"
,"unece common code":"J13"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERMILLE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Permille\" is a unit for 'Dimensionless Ratio' analogous to Percent, but per thousand rather than per hundred.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DimensionlessRatio",
"informativeReference" : "https://en.wikipedia.org/wiki/Per_mille",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/percent",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "‰",
"udunitsCode" : "permille",
"uneceCommonCode" : "J13",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11229",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Permille", {
"@language" : "en",
"@value" : "Permille"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERMILLE-PER-PSI
URI: http://qudt.org/vocab/unit/PERMILLE-PER-PSI
thousandth divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERMILLE-PER-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "thousandth divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001450377312227268702148557236386593 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.450377312227268702148557236386593E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Compressibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InversePressure> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IsothermalCompressibility> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA016" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA016"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "thousandth divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/symbol> "‰/psi" ; <http://qudt.org/schema/qudt/ucumCode> "‰.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J12" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Permille per Psi" ; rdfs:label "Permille per Psi"@en ; .
{"resource":"Permille per Psi"
,"qname":"unit:PERMILLE-PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERMILLE-PER-PSI"
,"properties":["conversion multiplier":"0.0000001450377312227268702148557236386593"
,"conversion multiplier scientific":"1.450377312227268702148557236386593E-7"
,"description":"thousandth divided by the composed unit for pressure (pound-force per square inch)"
,"description (plain text)":"thousandth divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Compressibility"
,"has quantity kind":"quantitykind:InversePressure"
,"has quantity kind":"quantitykind:IsothermalCompressibility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA016"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA016"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Permille per Psi"
,"label":"Permille per Psi"
,"symbol":"\u2030\/psi"
,"type":"qudt:Unit"
,"ucum code":"\u2030.[psi]-1"
,"unece common code":"J12"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERMILLE-PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "thousandth divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.0000001450377312227268702148557236386593",
"conversionMultiplier:SN" : 1.4503773122272687E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Compressibility", "http://qudt.org/vocab/quantitykind/IsothermalCompressibility", "http://qudt.org/vocab/quantitykind/InversePressure" ],
"iec61360Code" : "0112/2///62720#UAA016",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA016",
"plainTextDescription" : "thousandth divided by the composed unit for pressure (pound-force per square inch)",
"symbol" : "‰/psi",
"ucumCode" : "‰.[psi]-1",
"uneceCommonCode" : "J12",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Permille per Psi", {
"@language" : "en",
"@value" : "Permille per Psi"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERMITTIVITY_REL
URI: http://qudt.org/vocab/unit/PERMITTIVITY_REL
The $\textit{relative permittivity}$ of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux. In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage, relative to that stored in a vacuum. Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric. Relative permittivity is a dimensionless number that is in general complex. The imaginary portion of the permittivity corresponds to a phase shift of the polarization $P$ relative to $E$ and leads to the attenuation of electromagnetic waves passing through the medium. $$\epsilon_r(w) = \frac{\epsilon(w)}{\epsilon_O}$$, where $\epsilon_r(w)$ is the complex frequency-dependent absolute permittivity of the material, and $\epsilon_O$ is the vacuum permittivity.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PERMITTIVITY_REL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{relative permittivity}$ of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux.
In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage,
relative to that stored in a vacuum.
Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric.
Relative permittivity is a dimensionless number that is in general complex.
The imaginary portion of the permittivity corresponds to a phase shift of the polarization $P$ relative to $E$ and leads to the attenuation of electromagnetic waves passing through the medium.
$$\\epsilon_r(w) = \\frac{\\epsilon(w)}{\\epsilon_O}$$,
where $\\epsilon_r(w)$ is the complex frequency-dependent absolute permittivity of the material,
and $\\epsilon_O$ is the vacuum permittivity.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000008854187817 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.854187817E-12 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Relative_static_permittivity"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Relative_permittivity?oldid=489664437"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Relative_static_permittivity?oldid=334224492"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
<http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ;
<http://qudt.org/schema/qudt/symbol> "εᵣ" ;
<http://qudt.org/schema/qudt/ucumCode> "[eps_0]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Relative Permittivity" ;
rdfs:label "Relative Permittivity"@en ;
.
{"resource":"Relative Permittivity"
,"qname":"unit:PERMITTIVITY_REL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERMITTIVITY_REL"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.000000000008854187817"
,"conversion multiplier scientific":"8.854187817E-12"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Relative_static_permittivity"
,"denominator dimension vector":"qkdv:A0E2L-3I0M-1H0T4D0"
,"description":"\n The $\\textit{relative permittivity}$ of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux. \n In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage, \n relative to that stored in a vacuum. \n Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric. \n Relative permittivity is a dimensionless number that is in general complex. \n The imaginary portion of the permittivity corresponds to a phase shift of the polarization $P$ relative to $E$ and leads to the attenuation of electromagnetic waves passing through the medium.\n $$\\epsilon_r(w) = \\frac{\\epsilon(w)}{\\epsilon_O}$$,\n where $\\epsilon_r(w)$ is the complex frequency-dependent absolute permittivity of the material,\n and $\\epsilon_O$ is the vacuum permittivity.\n "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Relative_permittivity?oldid=489664437"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Relative_static_permittivity?oldid=334224492"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Relative Permittivity"
,"label":"Relative Permittivity"
,"numerator dimension vector":"qkdv:A0E2L-3I0M-1H0T4D0"
,"scalingOf":"unit:NUM"
,"symbol":"εᵣ"
,"type":"qudt:Unit"
,"ucum code":"[eps_0]"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERMITTIVITY_REL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{relative permittivity}$ of a material under given conditions reflects the extent to which it concentrates electrostatic lines of flux. \n In technical terms, it is the ratio of the amount of electrical energy stored in a material by an applied voltage, \n relative to that stored in a vacuum. \n Likewise, it is also the ratio of the capacitance of a capacitor using that material as a dielectric, compared to a similar capacitor that has a vacuum as its dielectric. \n Relative permittivity is a dimensionless number that is in general complex. \n The imaginary portion of the permittivity corresponds to a phase shift of the polarization $P$ relative to $E$ and leads to the attenuation of electromagnetic waves passing through the medium.\n $$\\epsilon_r(w) = \\frac{\\epsilon(w)}{\\epsilon_O}$$,\n where $\\epsilon_r(w)$ is the complex frequency-dependent absolute permittivity of the material,\n and $\\epsilon_O$ is the vacuum permittivity.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.000000000008854187817",
"conversionMultiplier:SN" : 8.854187817E-12,
"dbpediaMatch" : "http://dbpedia.org/resource/Relative_static_permittivity",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DimensionlessRatio",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Relative_static_permittivity?oldid=334224492", "http://en.wikipedia.org/wiki/Relative_permittivity?oldid=489664437" ],
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "εᵣ",
"ucumCode" : "[eps_0]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Relative Permittivity", {
"@language" : "en",
"@value" : "Relative Permittivity"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERM_0DEG_C
URI: http://qudt.org/vocab/unit/PERM_0DEG_C
The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERM_0DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness." ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VapourPermeance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB294" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB294"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "perm (0 °C)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P91" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Perm (0 °C)" ; rdfs:label "Perm (0 °C)"@en ; .
{"resource":"Perm (0 °C)"
,"qname":"unit:PERM_0DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERM_0DEG_C"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"The rate of water vapor transmission through a specific thickness of a material\u2014i.e., the permeability divided by the thickness."
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:VapourPermeance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB294"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB294"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Perm (0 °C)"
,"label":"Perm (0 °C)"
,"symbol":"perm (0 °C)"
,"type":"qudt:Unit"
,"unece common code":"P91"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERM_0DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness.",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VapourPermeance",
"iec61360Code" : "0112/2///62720#UAB294",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB294",
"symbol" : "perm (0 °C)",
"uneceCommonCode" : "P91",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Perm (0 °C)", {
"@language" : "en",
"@value" : "Perm (0 °C)"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERM_23DEG_C
URI: http://qudt.org/vocab/unit/PERM_23DEG_C
The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERM_23DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness." ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VapourPermeance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB295" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB295"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "perm (23 °C)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P92" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Perm (23 °C)" ; rdfs:label "Perm (23 °C)"@en ; .
{"resource":"Perm (23 °C)"
,"qname":"unit:PERM_23DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERM_23DEG_C"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"The rate of water vapor transmission through a specific thickness of a material\u2014i.e., the permeability divided by the thickness."
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:VapourPermeance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB295"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB295"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Perm (23 °C)"
,"label":"Perm (23 °C)"
,"symbol":"perm (23 °C)"
,"type":"qudt:Unit"
,"unece common code":"P92"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERM_23DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness.",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VapourPermeance",
"iec61360Code" : "0112/2///62720#UAB295",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB295",
"symbol" : "perm (23 °C)",
"uneceCommonCode" : "P92",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Perm (23 °C)", {
"@language" : "en",
"@value" : "Perm (23 °C)"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERM_Metric
URI: http://qudt.org/vocab/unit/PERM_Metric
The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PERM_Metric>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness." ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VapourPermeance> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "\\frac{ng}{s \\cdot m^2 \\cdot Pa}"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC-PER-M> ;
<http://qudt.org/schema/qudt/symbol> "perm{Metric}" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Metric Perm" ;
rdfs:label "Metric Perm"@en ;
.
{"resource":"Metric Perm"
,"qname":"unit:PERM_Metric"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERM_Metric"
,"properties":["conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"The rate of water vapor transmission through a specific thickness of a material\u2014i.e., the permeability divided by the thickness."
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:VapourPermeance"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Perm_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Perm"
,"label":"Metric Perm"
,"latex definition":"\\frac{ng}{s \\cdot m^2 \\cdot Pa}"
,"scalingOf":"unit:SEC-PER-M"
,"symbol":"perm{Metric}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERM_Metric",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness.",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VapourPermeance",
"informativeReference" : "https://en.wikipedia.org/wiki/Perm_(unit)",
"latexDefinition" : "\\frac{ng}{s \\cdot m^2 \\cdot Pa}",
"scalingOf" : "http://qudt.org/vocab/unit/SEC-PER-M",
"symbol" : "perm{Metric}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Perm", {
"@language" : "en",
"@value" : "Metric Perm"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERM_Metric_0DEG_C
URI: http://qudt.org/vocab/unit/PERM_Metric_0DEG_C
traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERM_Metric_0DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VapourPermeance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB294" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB294"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "perm (0 °C)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P91" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Perm (0 °C)" ; rdfs:label "Perm (0 °C)"@en ; .
{"resource":"Perm (0 °C)"
,"qname":"unit:PERM_Metric_0DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERM_Metric_0DEG_C"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:VapourPermeance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB294"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB294"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Perm (0 °C)"
,"label":"Perm (0 °C)"
,"symbol":"perm (0 °C)"
,"type":"qudt:Unit"
,"unece common code":"P91"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERM_Metric_0DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 0 °C as steam transmittance, where the mass of one grain steam penetrates an area of one foot squared at a pressure from one inch mercury per hour",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VapourPermeance",
"iec61360Code" : "0112/2///62720#UAB294",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB294",
"symbol" : "perm (0 °C)",
"uneceCommonCode" : "P91",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Perm (0 °C)"
}, "Perm (0 °C)" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERM_Metric_23DEG_C
URI: http://qudt.org/vocab/unit/PERM_Metric_23DEG_C
traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PERM_Metric_23DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VapourPermeance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB295" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB295"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "perm (23 °C)" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P92" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Perm (23 °C)" ; rdfs:label "Perm (23 °C)"@en ; .
{"resource":"Perm (23 °C)"
,"qname":"unit:PERM_Metric_23DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERM_Metric_23DEG_C"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:VapourPermeance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB295"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB295"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Perm (23 °C)"
,"label":"Perm (23 °C)"
,"symbol":"perm (23 °C)"
,"type":"qudt:Unit"
,"unece common code":"P92"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERM_Metric_23DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit for the ability of a material to allow the transition of the steam, defined at a temperature of 23 °C as steam transmittance at which the mass of one grain of steam penetrates an area of one square foot at a pressure of one inch mercury per hour",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VapourPermeance",
"iec61360Code" : "0112/2///62720#UAB295",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB295",
"symbol" : "perm (23 °C)",
"uneceCommonCode" : "P92",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Perm (23 °C)", {
"@language" : "en",
"@value" : "Perm (23 °C)"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PERM_US
URI: http://qudt.org/vocab/unit/PERM_US
The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PERM_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness." ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000572135 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.72135E-11 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VapourPermeance> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Perm_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "\\frac{grain}{hour \\cdot ft^2 \\cdot in\\,Hg}"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC-PER-M> ;
<http://qudt.org/schema/qudt/symbol> "perm{US}" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "U.s. Perm" ;
rdfs:label "U.s. Perm"@en ;
.
{"resource":"U.s. Perm"
,"qname":"unit:PERM_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PERM_US"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0000000000572135"
,"conversion multiplier scientific":"5.72135E-11"
,"description":"The rate of water vapor transmission through a specific thickness of a material\u2014i.e., the permeability divided by the thickness."
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:VapourPermeance"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Perm_(unit)"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"U.s. Perm"
,"label":"U.s. Perm"
,"latex definition":"\\frac{grain}{hour \\cdot ft^2 \\cdot in\\,Hg}"
,"scalingOf":"unit:SEC-PER-M"
,"symbol":"perm{US}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PERM_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The rate of water vapor transmission through a specific thickness of a material—i.e., the permeability divided by the thickness.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0000000000572135",
"conversionMultiplier:SN" : 5.72135E-11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VapourPermeance",
"informativeReference" : "https://en.wikipedia.org/wiki/Perm_(unit)",
"latexDefinition" : "\\frac{grain}{hour \\cdot ft^2 \\cdot in\\,Hg}",
"scalingOf" : "http://qudt.org/vocab/unit/SEC-PER-M",
"symbol" : "perm{US}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "U.s. Perm", {
"@language" : "en",
"@value" : "U.s. Perm"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PFERDESTAERKE
URI: http://qudt.org/vocab/unit/PFERDESTAERKE
obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PFERDESTAERKE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979" ; <http://qudt.org/schema/qudt/conversionMultiplier> 735.49875 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.3549875E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB438" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB438"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ; <http://qudt.org/schema/qudt/symbol> "PS" ; <http://qudt.org/schema/qudt/uneceCommonCode> "N12" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pferdestaerke" ; rdfs:label "Pferdestaerke"@en ; rdfs:seeAlso <http://qudt.org/vocab/unit/HP> ; .
{"resource":"Pferdestaerke"
,"qname":"unit:PFERDESTAERKE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PFERDESTAERKE"
,"properties":["conversion multiplier":"735.49875"
,"conversion multiplier scientific":"7.3549875E2"
,"description":"obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB438"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB438"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pferdestaerke"
,"label":"Pferdestaerke"
,"scalingOf":"unit:W"
,"seeAlso":"unit:HP"
,"symbol":"PS"
,"type":"qudt:Unit"
,"unece common code":"N12"
]}
{
"@id" : "http://qudt.org/vocab/unit/PFERDESTAERKE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "obsolete, non-legal unit of the power in Germany relating to DIN 1301-3:1979",
"conversionMultiplier" : "735.49875",
"conversionMultiplier:SN" : 735.49875,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB438",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB438",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "PS",
"uneceCommonCode" : "N12",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pferdestaerke", {
"@language" : "en",
"@value" : "Pferdestaerke"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/HP",
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PFUND
URI: http://qudt.org/vocab/unit/PFUND
outdated unit of the mass in Germany
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PFUND> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "outdated unit of the mass in Germany" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.5 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB387" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB387"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "pfd" ; <http://qudt.org/schema/qudt/uneceCommonCode> "M86" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pfund" ; rdfs:label "Pfund"@en ; .
{"resource":"Pfund"
,"qname":"unit:PFUND"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PFUND"
,"properties":["conversion multiplier":"0.5"
,"conversion multiplier scientific":"5.0E-1"
,"description":"outdated unit of the mass in Germany"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB387"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB387"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pfund"
,"label":"Pfund"
,"scalingOf":"unit:KiloGM"
,"symbol":"pfd"
,"type":"qudt:Unit"
,"unece common code":"M86"
]}
{
"@id" : "http://qudt.org/vocab/unit/PFUND",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "outdated unit of the mass in Germany",
"conversionMultiplier" : "0.5",
"conversionMultiplier:SN" : 0.5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB387",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB387",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "pfd",
"uneceCommonCode" : "M86",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pfund", {
"@language" : "en",
"@value" : "Pfund"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PH
URI: http://qudt.org/vocab/unit/PH
In chemistry the unit $\textit{pH}$, also referred to as $\textit{acidity}$ or $\textit{basicity}$, is the negative logarithm (base 10) of the concentration of free protons (or hydronium ions). The definition of $pH$ in terms of hydrogen ions in solution is: $$\text{pH}=-\log_{10}(a_{H^+})\equiv-\log_{10}\left(\left[H^+\right]\right)$$ Where $a_{H^+}$ is the equilibrium molar concentration of $H^+$ in the solution, the activity of the hydrogen ion in the solution. $$$$ This definition is appropriate for concentrations equal to, or less than $1\ mol/l$, where $aH+ \equiv [H+]$, that is, $1\ mol/L\ HCl$ has a $pH$ of zero. $$$$ To relate this to standard molality ($b^\circ$), typically taken as $1 \ mol/kg$, consideration is given to the activity ($a_{H^+}$) of the hydrogen ions. $$$$ The activity can be expressed as: $$a_{H^+} = \gamma_{H^+} \times m_{H^+}$$ Where, $\gamma_{H^+}$ is the activity coefficient, which adjusts the molality to account for non-ideal behavior due to interactions between ions in the solution. $m_{H^+}$ is the molality of hydrogen ions in the solution relative to the standard molality, expressed in $mol/kg$. $$$$ The expansion of $pH$ then becomes: $$\text{pH} = -log_{10}\left(m_{H+}\times\gamma_{H^+}\right)$$ $$$$ This definition is relevant in more concentrated solutions or when precise thermodynamic calculations are required. It reflects how the properties of the solution deviate from ideal behavior and provides a more accurate understanding of the $pH$ under various conditions. $$$$ While $pH$ is a universally recognized scale for expressing hydrogen ion activity, its appropriateness and accuracy can diminish under conditions of extremely high ionic strength, non-aqueous environments, high temperatures, or very high or low $pH$ values. In such cases, alternative measurement strategies might be required to obtain meaningful and accurate descriptions of acidity or basicity.
Unsure about dimensionality of pH; conversion requires a log function not just a multiplier
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PH>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
In chemistry the unit $\\textit{pH}$, also referred to as $\\textit{acidity}$ or $\\textit{basicity}$,
is the negative logarithm (base 10) of the concentration of free protons (or hydronium ions).
The definition of $pH$ in terms of hydrogen ions in solution is:
$$\\text{pH}=-\\log_{10}(a_{H^+})\\equiv-\\log_{10}\\left(\\left[H^+\\right]\\right)$$
Where $a_{H^+}$ is the equilibrium molar concentration of $H^+$ in the solution, the activity of
the hydrogen ion in the solution.
$$$$
This definition is appropriate for concentrations equal to, or less than $1\\ mol/l$,
where $aH+ \\equiv [H+]$, that is, $1\\ mol/L\\ HCl$ has a $pH$ of zero.
$$$$
To relate this to standard molality ($b^\\circ$), typically taken as $1 \\ mol/kg$,
consideration is given to the activity ($a_{H^+}$) of the hydrogen ions.
$$$$
The activity can be expressed as:
$$a_{H^+} = \\gamma_{H^+} \\times m_{H^+}$$
Where, $\\gamma_{H^+}$ is the activity coefficient, which adjusts the molality to account for
non-ideal behavior due to interactions between ions in the solution.
$m_{H^+}$ is the molality of hydrogen ions in the solution relative to the standard molality,
expressed in $mol/kg$.
$$$$
The expansion of $pH$ then becomes:
$$\\text{pH} = -log_{10}\\left(m_{H+}\\times\\gamma_{H^+}\\right)$$
$$$$
This definition is relevant in more concentrated solutions or when precise thermodynamic calculations are required.
It reflects how the properties of the solution deviate from ideal behavior and provides a more accurate understanding of the $pH$ under various conditions.
$$$$
While $pH$ is a universally recognized scale for expressing hydrogen ion activity,
its appropriateness and accuracy can diminish under conditions of extremely high
ionic strength, non-aqueous environments, high temperatures, or very high or low $pH$ values.
In such cases, alternative measurement strategies might be required to obtain meaningful and accurate descriptions of acidity or basicity.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acidity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Basicity> ;
<http://qudt.org/schema/qudt/informativeReference> "https://iupac.org/wp-content/uploads/2019/05/IUPAC-GB3-2012-2ndPrinting-PDFsearchable.pdf"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "pH" ;
<http://qudt.org/schema/qudt/ucumCode> "[pH]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:comment "Unsure about dimensionality of pH; conversion requires a log function not just a multiplier"@en ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Acidity" ;
rdfs:label "Acidity"@en ;
.
{"resource":"Acidity"
,"qname":"unit:PH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PH"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"comment":"Unsure about dimensionality of pH; conversion requires a log function not just a multiplier"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\n In chemistry the unit $\\textit{pH}$, also referred to as $\\textit{acidity}$ or $\\textit{basicity}$,\n is the negative logarithm (base 10) of the concentration of free protons (or hydronium ions).\n The definition of $pH$ in terms of hydrogen ions in solution is:\n\n $$\\text{pH}=-\\log_{10}(a_{H^+})\\equiv-\\log_{10}\\left(\\left[H^+\\right]\\right)$$\n\n Where $a_{H^+}$ is the equilibrium molar concentration of $H^+$ in the solution, the activity of\n the hydrogen ion in the solution.\n $$$$\n This definition is appropriate for concentrations equal to, or less than $1\\ mol\/l$, \n where $aH+ \\equiv [H+]$, that is, $1\\ mol\/L\\ HCl$ has a $pH$ of zero.\n $$$$\n To relate this to standard molality ($b^\\circ$), typically taken as $1 \\ mol\/kg$, \n consideration is given to the activity ($a_{H^+}$) of the hydrogen ions.\n $$$$\n The activity can be expressed as:\n\n $$a_{H^+} = \\gamma_{H^+} \\times m_{H^+}$$ \n\n Where, $\\gamma_{H^+}$ is the activity coefficient, which adjusts the molality to account for\n non-ideal behavior due to interactions between ions in the solution.\n $m_{H^+}$ is the molality of hydrogen ions in the solution relative to the standard molality, \n expressed in $mol\/kg$.\n $$$$\n The expansion of $pH$ then becomes:\n\n $$\\text{pH} = -log_{10}\\left(m_{H+}\\times\\gamma_{H^+}\\right)$$\n\n $$$$\n This definition is relevant in more concentrated solutions or when precise thermodynamic calculations are required. \n It reflects how the properties of the solution deviate from ideal behavior and provides a more accurate understanding of the $pH$ under various conditions.\n $$$$\n While $pH$ is a universally recognized scale for expressing hydrogen ion activity,\n its appropriateness and accuracy can diminish under conditions of extremely high\n ionic strength, non-aqueous environments, high temperatures, or very high or low $pH$ values.\n In such cases, alternative measurement strategies might be required to obtain meaningful and accurate descriptions of acidity or basicity.\n "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Acidity"
,"has quantity kind":"quantitykind:Basicity"
,"informative reference":"https:\/\/iupac.org\/wp-content\/uploads\/2019\/05\/IUPAC-GB3-2012-2ndPrinting-PDFsearchable.pdf"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Acidity"
,"label":"Acidity"
,"symbol":"pH"
,"type":"qudt:Unit"
,"ucum code":"[pH]"
]}
{
"@id" : "http://qudt.org/vocab/unit/PH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n In chemistry the unit $\\textit{pH}$, also referred to as $\\textit{acidity}$ or $\\textit{basicity}$,\n is the negative logarithm (base 10) of the concentration of free protons (or hydronium ions).\n The definition of $pH$ in terms of hydrogen ions in solution is:\n\n $$\\text{pH}=-\\log_{10}(a_{H^+})\\equiv-\\log_{10}\\left(\\left[H^+\\right]\\right)$$\n\n Where $a_{H^+}$ is the equilibrium molar concentration of $H^+$ in the solution, the activity of\n the hydrogen ion in the solution.\n $$$$\n This definition is appropriate for concentrations equal to, or less than $1\\ mol/l$, \n where $aH+ \\equiv [H+]$, that is, $1\\ mol/L\\ HCl$ has a $pH$ of zero.\n $$$$\n To relate this to standard molality ($b^\\circ$), typically taken as $1 \\ mol/kg$, \n consideration is given to the activity ($a_{H^+}$) of the hydrogen ions.\n $$$$\n The activity can be expressed as:\n\n $$a_{H^+} = \\gamma_{H^+} \\times m_{H^+}$$ \n\n Where, $\\gamma_{H^+}$ is the activity coefficient, which adjusts the molality to account for\n non-ideal behavior due to interactions between ions in the solution.\n $m_{H^+}$ is the molality of hydrogen ions in the solution relative to the standard molality, \n expressed in $mol/kg$.\n $$$$\n The expansion of $pH$ then becomes:\n\n $$\\text{pH} = -log_{10}\\left(m_{H+}\\times\\gamma_{H^+}\\right)$$\n\n $$$$\n This definition is relevant in more concentrated solutions or when precise thermodynamic calculations are required. \n It reflects how the properties of the solution deviate from ideal behavior and provides a more accurate understanding of the $pH$ under various conditions.\n $$$$\n While $pH$ is a universally recognized scale for expressing hydrogen ion activity,\n its appropriateness and accuracy can diminish under conditions of extremely high\n ionic strength, non-aqueous environments, high temperatures, or very high or low $pH$ values.\n In such cases, alternative measurement strategies might be required to obtain meaningful and accurate descriptions of acidity or basicity.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Basicity", "http://qudt.org/vocab/quantitykind/Acidity" ],
"informativeReference" : "https://iupac.org/wp-content/uploads/2019/05/IUPAC-GB3-2012-2ndPrinting-PDFsearchable.pdf",
"symbol" : "pH",
"ucumCode" : "[pH]",
"comment" : {
"@language" : "en",
"@value" : "Unsure about dimensionality of pH; conversion requires a log function not just a multiplier"
},
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Acidity", {
"@language" : "en",
"@value" : "Acidity"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PHON
URI: http://qudt.org/vocab/unit/PHON
psychoacoustical unit for the loudness level, to describe the emotionally sense of the sound level, with which a human will understand an acoustic noise event as an hearing event
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PHON> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "psychoacoustical unit for the loudness level, to describe the emotionally sense of the sound level, with which a human will understand an acoustic noise event as an hearing event" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SoundPressureLevel> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA937" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA937"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "phon" ; <http://qudt.org/schema/qudt/uneceCommonCode> "C69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Phon" ; rdfs:label "Phon"@en ; .
{"resource":"Phon"
,"qname":"unit:PHON"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PHON"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"psychoacoustical unit for the loudness level, to describe the emotionally sense of the sound level, with which a human will understand an acoustic noise event as an hearing event"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SoundPressureLevel"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA937"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA937"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Phon"
,"label":"Phon"
,"symbol":"phon"
,"type":"qudt:Unit"
,"unece common code":"C69"
]}
{
"@id" : "http://qudt.org/vocab/unit/PHON",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "psychoacoustical unit for the loudness level, to describe the emotionally sense of the sound level, with which a human will understand an acoustic noise event as an hearing event",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SoundPressureLevel",
"iec61360Code" : "0112/2///62720#UAA937",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA937",
"symbol" : "phon",
"uneceCommonCode" : "C69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Phon", {
"@language" : "en",
"@value" : "Phon"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PHOT
URI: http://qudt.org/vocab/unit/PHOT
A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units. Metric dimensions: $illuminance = luminous intensity \times solid angle / length$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PHOT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units. Metric dimensions: $illuminance = luminous intensity \\times solid angle / length$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Phot"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LuminousFluxPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB255" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Phot?oldid=477198725"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB255"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/phot> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CD-PER-M2> ; <http://qudt.org/schema/qudt/symbol> "ph" ; <http://qudt.org/schema/qudt/ucumCode> "ph"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "ph" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P26" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q901492> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Phot" ; rdfs:label "Phot"@en ; .
{"resource":"Phot"
,"qname":"unit:PHOT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PHOT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q901492>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Phot"
,"description":"A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units. Metric dimensions: $illuminance = luminous intensity \\times solid angle \/ length$."
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:LuminousFluxPerArea"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB255"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Phot?oldid=477198725"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB255"
,"is coherent derived unit of system":"sou:CGS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Phot"
,"label":"Phot"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/phot>"
,"scalingOf":"unit:CD-PER-M2"
,"symbol":"ph"
,"type":"qudt:Unit"
,"ucum code":"ph"
,"udunits code":"ph"
,"unece common code":"P26"
]}
{
"@id" : "http://qudt.org/vocab/unit/PHOT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A phot (ph) is a photometric unit of illuminance, or luminous flux through an area. It is not an SI unit, but rather is associated with the older centimetre gram second system of units. Metric dimensions: $illuminance = luminous intensity \\times solid angle / length$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Phot",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/CGS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LuminousFluxPerArea",
"iec61360Code" : "0112/2///62720#UAB255",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Phot?oldid=477198725", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB255" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/phot",
"scalingOf" : "http://qudt.org/vocab/unit/CD-PER-M2",
"symbol" : "ph",
"ucumCode" : "ph",
"udunitsCode" : "ph",
"uneceCommonCode" : "P26",
"wikidataMatch" : "http://www.wikidata.org/entity/Q901492",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Phot", {
"@language" : "en",
"@value" : "Phot"
} ],
"@context" : {
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT
URI: http://qudt.org/vocab/unit/PINT
"Imperial Pint" is an Imperial unit for 'Volume' expressed as $pint$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PINT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Imperial Pint\" is an Imperial unit for 'Volume' expressed as $pint$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00056826125 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.6826125E-4 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PINT_UK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "pt" ; <http://qudt.org/schema/qudt/ucumCode> "[pt_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "PTI" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Imperial Pint" ; rdfs:label "Imperial Pint"@en ; .
{"resource":"Imperial Pint"
,"qname":"unit:PINT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00056826125"
,"conversion multiplier scientific":"5.6826125E-4"
,"defined unit of system":"sou:IMPERIAL"
,"description":"\"Imperial Pint\" is an Imperial unit for 'Volume' expressed as $pint$."
,"exact match":"unit:PINT_UK"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Imperial Pint"
,"label":"Imperial Pint"
,"scalingOf":"unit:M3"
,"symbol":"pt"
,"type":"qudt:Unit"
,"ucum code":"[pt_br]"
,"unece common code":"PTI"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Imperial Pint\" is an Imperial unit for 'Volume' expressed as $pint$.",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00056826125",
"conversionMultiplier:SN" : 5.6826125E-4,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"exactMatch" : "http://qudt.org/vocab/unit/PINT_UK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "pt",
"ucumCode" : "[pt_br]",
"uneceCommonCode" : "PTI",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Imperial Pint"
}, "Imperial Pint" ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_UK
URI: http://qudt.org/vocab/unit/PINT_UK
unit of the volume (both for fluids and for dry measures) according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00056826125 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.6826125E-4 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PINT> ;
<http://qudt.org/schema/qudt/factorUnitScalar> 0.5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA952" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA952"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "pt{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[pt_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "PTI" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q89662131> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pint (UK)" ;
rdfs:label "Pint (UK)"@en ;
.
{"resource":"Pint (UK)"
,"qname":"unit:PINT_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_UK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q89662131>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00056826125"
,"conversion multiplier scientific":"5.6826125E-4"
,"description":"unit of the volume (both for fluids and for dry measures) according to the Imperial system of units"
,"description (plain text)":"unit of the volume (both for fluids and for dry measures) according to the Imperial system of units"
,"exact match":"unit:PINT"
,"factorUnitScalar":"0.5"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA952"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA952"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pint (UK)"
,"label":"Pint (UK)"
,"symbol":"pt{UK}"
,"type":"qudt:Unit"
,"ucum code":"[pt_br]"
,"unece common code":"PTI"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00056826125",
"conversionMultiplier:SN" : 5.6826125E-4,
"exactMatch" : "http://qudt.org/vocab/unit/PINT",
"factorUnitScalar" : "0.5",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA952",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA952",
"plainTextDescription" : "unit of the volume (both for fluids and for dry measures) according to the Imperial system of units",
"symbol" : "pt{UK}",
"ucumCode" : "[pt_br]",
"uneceCommonCode" : "PTI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q89662131",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pint (UK)", {
"@language" : "en",
"@value" : "Pint (UK)"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_UK-PER-DAY
URI: http://qudt.org/vocab/unit/PINT_UK-PER-DAY
unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_UK-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000006577097800925925925925925925925924 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.577097800925925925925925925925924E-9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA953" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA953"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "pt{UK}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[pt_br].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L53" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pint (UK) per Day" ;
rdfs:label "Pint (UK) per Day"@en ;
.
{"resource":"Pint (UK) per Day"
,"qname":"unit:PINT_UK-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_UK-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.000000006577097800925925925925925925925924"
,"conversion multiplier scientific":"6.577097800925925925925925925925924E-9"
,"description":"unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"
,"description (plain text)":"unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA953"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA953"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pint (UK) per Day"
,"label":"Pint (UK) per Day"
,"symbol":"pt{UK}\/d"
,"type":"qudt:Unit"
,"ucum code":"[pt_br].d-1"
,"unece common code":"L53"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_UK-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.000000006577097800925925925925925925925924",
"conversionMultiplier:SN" : 6.577097800925926E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA953",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA953",
"plainTextDescription" : "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time day",
"symbol" : "pt{UK}/d",
"ucumCode" : "[pt_br].d-1",
"uneceCommonCode" : "L53",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pint (UK) per Day", {
"@language" : "en",
"@value" : "Pint (UK) per Day"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_UK-PER-HR
URI: http://qudt.org/vocab/unit/PINT_UK-PER-HR
unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_UK-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001578503472222222222222222222222222 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.578503472222222222222222222222222E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA954" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA954"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "pt{UK}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[pt_br].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L54" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pint (UK) per Hour" ;
rdfs:label "Pint (UK) per Hour"@en ;
.
{"resource":"Pint (UK) per Hour"
,"qname":"unit:PINT_UK-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_UK-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0000001578503472222222222222222222222222"
,"conversion multiplier scientific":"1.578503472222222222222222222222222E-7"
,"description":"unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA954"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA954"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pint (UK) per Hour"
,"label":"Pint (UK) per Hour"
,"symbol":"pt{UK}\/h"
,"type":"qudt:Unit"
,"ucum code":"[pt_br].h-1"
,"unece common code":"L54"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_UK-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0000001578503472222222222222222222222222",
"conversionMultiplier:SN" : 1.5785034722222223E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA954",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA954",
"plainTextDescription" : "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time hour",
"symbol" : "pt{UK}/h",
"ucumCode" : "[pt_br].h-1",
"uneceCommonCode" : "L54",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pint (UK) per Hour", {
"@language" : "en",
"@value" : "Pint (UK) per Hour"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_UK-PER-MIN
URI: http://qudt.org/vocab/unit/PINT_UK-PER-MIN
unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_UK-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000009471020833333333333333333333333335 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.471020833333333333333333333333335E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA955" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA955"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "pt{UK}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[pt_br].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L55" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pint (UK) per Minute" ;
rdfs:label "Pint (UK) per Minute"@en ;
.
{"resource":"Pint (UK) per Minute"
,"qname":"unit:PINT_UK-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_UK-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.000009471020833333333333333333333333335"
,"conversion multiplier scientific":"9.471020833333333333333333333333335E-6"
,"description":"unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA955"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA955"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pint (UK) per Minute"
,"label":"Pint (UK) per Minute"
,"symbol":"pt{UK}\/min"
,"type":"qudt:Unit"
,"ucum code":"[pt_br].min-1"
,"unece common code":"L55"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_UK-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.000009471020833333333333333333333333335",
"conversionMultiplier:SN" : 9.471020833333334E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA955",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA955",
"plainTextDescription" : "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the unit for time minute",
"symbol" : "pt{UK}/min",
"ucumCode" : "[pt_br].min-1",
"uneceCommonCode" : "L55",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pint (UK) per Minute", {
"@language" : "en",
"@value" : "Pint (UK) per Minute"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_UK-PER-SEC
URI: http://qudt.org/vocab/unit/PINT_UK-PER-SEC
unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_UK-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00056826125 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.6826125E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA956" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA956"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "pt{UK}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[pt_br].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L56" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pint (UK) per Second" ;
rdfs:label "Pint (UK) per Second"@en ;
.
{"resource":"Pint (UK) per Second"
,"qname":"unit:PINT_UK-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_UK-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00056826125"
,"conversion multiplier scientific":"5.6826125E-4"
,"description":"unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA956"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA956"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pint (UK) per Second"
,"label":"Pint (UK) per Second"
,"symbol":"pt{UK}\/s"
,"type":"qudt:Unit"
,"ucum code":"[pt_br].s-1"
,"unece common code":"L56"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_UK-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00056826125",
"conversionMultiplier:SN" : 5.6826125E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA956",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA956",
"plainTextDescription" : "unit of the volume pint (UK) (both for fluids and for dry measures) according to the Imperial system of units divided by the SI base unit second",
"symbol" : "pt{UK}/s",
"ucumCode" : "[pt_br].s-1",
"uneceCommonCode" : "L56",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pint (UK) per Second", {
"@language" : "en",
"@value" : "Pint (UK) per Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_US
URI: http://qudt.org/vocab/unit/PINT_US
"US Liquid Pint" is a unit for 'Liquid Volume' expressed as $pt$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"US Liquid Pint\" is a unit for 'Liquid Volume' expressed as $pt$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000473176473 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.73176473E-4 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/factorUnitScalar> 0.5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA957" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA957"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "pt{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[pt_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "pt" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "PT" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "PTL" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q32750621> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Pint" ;
rdfs:label "Us Liquid Pint"@en ;
.
{"resource":"Us Liquid Pint"
,"qname":"unit:PINT_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q32750621>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000473176473"
,"conversion multiplier scientific":"4.73176473E-4"
,"defined unit of system":"sou:USCS"
,"description":"\"US Liquid Pint\" is a unit for 'Liquid Volume' expressed as $pt$."
,"factorUnitScalar":"0.5"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA957"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA957"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Pint"
,"label":"Us Liquid Pint"
,"symbol":"pt{US}"
,"type":"qudt:Unit"
,"ucum code":"[pt_us]"
,"udunits code":"pt"
,"unece common code":"PT"
,"unece common code":"PTL"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"US Liquid Pint\" is a unit for 'Liquid Volume' expressed as $pt$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000473176473",
"conversionMultiplier:SN" : 4.73176473E-4,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"factorUnitScalar" : "0.5",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LiquidVolume",
"iec61360Code" : "0112/2///62720#UAA957",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA957",
"symbol" : "pt{US}",
"ucumCode" : "[pt_us]",
"udunitsCode" : "pt",
"uneceCommonCode" : [ "PTL", "PT" ],
"wikidataMatch" : "http://www.wikidata.org/entity/Q32750621",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Pint", {
"@language" : "en",
"@value" : "Us Liquid Pint"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_US-PER-DAY
URI: http://qudt.org/vocab/unit/PINT_US-PER-DAY
unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_US-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000005476579548611111111111111111111109 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.476579548611111111111111111111109E-9 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA958" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA958"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "pt{US}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[pt_us].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L57" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Pint per Day" ;
rdfs:label "Us Liquid Pint per Day"@en ;
.
{"resource":"Us Liquid Pint per Day"
,"qname":"unit:PINT_US-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_US-PER-DAY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.000000005476579548611111111111111111111109"
,"conversion multiplier scientific":"5.476579548611111111111111111111109E-9"
,"description":"unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day"
,"description (plain text)":"unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA958"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA958"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Pint per Day"
,"label":"Us Liquid Pint per Day"
,"symbol":"pt{US}\/d"
,"type":"qudt:Unit"
,"ucum code":"[pt_us].d-1"
,"unece common code":"L57"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_US-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000000005476579548611111111111111111111109",
"conversionMultiplier:SN" : 5.476579548611111E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA958",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA958",
"plainTextDescription" : "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time day",
"symbol" : "pt{US}/d",
"ucumCode" : "[pt_us].d-1",
"uneceCommonCode" : "L57",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Us Liquid Pint per Day"
}, "Us Liquid Pint per Day" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_US-PER-HR
URI: http://qudt.org/vocab/unit/PINT_US-PER-HR
unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_US-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001314379091666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.314379091666666666666666666666667E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA959" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA959"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "pt{US}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[pt_us].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L58" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Pint per Hour" ;
rdfs:label "Us Liquid Pint per Hour"@en ;
.
{"resource":"Us Liquid Pint per Hour"
,"qname":"unit:PINT_US-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_US-PER-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0000001314379091666666666666666666666667"
,"conversion multiplier scientific":"1.314379091666666666666666666666667E-7"
,"description":"unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA959"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA959"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Pint per Hour"
,"label":"Us Liquid Pint per Hour"
,"symbol":"pt{US}\/h"
,"type":"qudt:Unit"
,"ucum code":"[pt_us].h-1"
,"unece common code":"L58"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_US-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0000001314379091666666666666666666666667",
"conversionMultiplier:SN" : 1.3143790916666668E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA959",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA959",
"plainTextDescription" : "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time hour",
"symbol" : "pt{US}/h",
"ucumCode" : "[pt_us].h-1",
"uneceCommonCode" : "L58",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Pint per Hour", {
"@language" : "en",
"@value" : "Us Liquid Pint per Hour"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_US-PER-MIN
URI: http://qudt.org/vocab/unit/PINT_US-PER-MIN
unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_US-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000007886274550000000000000000000000002 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.886274550000000000000000000000002E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA960" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA960"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "pt{US}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[pt_us].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L59" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Pint per Minute" ;
rdfs:label "Us Liquid Pint per Minute"@en ;
.
{"resource":"Us Liquid Pint per Minute"
,"qname":"unit:PINT_US-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_US-PER-MIN"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.000007886274550000000000000000000000002"
,"conversion multiplier scientific":"7.886274550000000000000000000000002E-6"
,"description":"unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA960"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA960"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Pint per Minute"
,"label":"Us Liquid Pint per Minute"
,"symbol":"pt{US}\/min"
,"type":"qudt:Unit"
,"ucum code":"[pt_us].min-1"
,"unece common code":"L59"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_US-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000007886274550000000000000000000000002",
"conversionMultiplier:SN" : 7.88627455E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA960",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA960",
"plainTextDescription" : "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the unit for time minute",
"symbol" : "pt{US}/min",
"ucumCode" : "[pt_us].min-1",
"uneceCommonCode" : "L59",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Pint per Minute", {
"@language" : "en",
"@value" : "Us Liquid Pint per Minute"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_US-PER-SEC
URI: http://qudt.org/vocab/unit/PINT_US-PER-SEC
unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_US-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000473176473 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.73176473E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA961" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA961"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "pt{US}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[pt_us].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L60" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Pint per Second" ;
rdfs:label "Us Liquid Pint per Second"@en ;
.
{"resource":"Us Liquid Pint per Second"
,"qname":"unit:PINT_US-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_US-PER-SEC"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.000473176473"
,"conversion multiplier scientific":"4.73176473E-4"
,"description":"unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA961"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA961"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Pint per Second"
,"label":"Us Liquid Pint per Second"
,"symbol":"pt{US}\/s"
,"type":"qudt:Unit"
,"ucum code":"[pt_us].s-1"
,"unece common code":"L60"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_US-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000473176473",
"conversionMultiplier:SN" : 4.73176473E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA961",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA961",
"plainTextDescription" : "unit of the volume pint (US liquid) according to the Anglo-American system of units divided by the SI base unit second",
"symbol" : "pt{US}/s",
"ucumCode" : "[pt_us].s-1",
"uneceCommonCode" : "L60",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Pint per Second", {
"@language" : "en",
"@value" : "Us Liquid Pint per Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PINT_US_DRY
URI: http://qudt.org/vocab/unit/PINT_US_DRY
"US Dry Pint" is a C.G.S System unit for 'Dry Volume' expressed as $dry_pt$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PINT_US_DRY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"US Dry Pint\" is a C.G.S System unit for 'Dry Volume' expressed as $dry_pt$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000550610471 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.50610471E-4 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DryVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA962" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA962"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "pt{US Dry}" ;
<http://qudt.org/schema/qudt/ucumCode> "[dpt_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L61" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "PTD" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q32751272> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Dry Pint" ;
rdfs:label "Us Dry Pint"@en ;
.
{"resource":"Us Dry Pint"
,"qname":"unit:PINT_US_DRY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PINT_US_DRY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q32751272>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000550610471"
,"conversion multiplier scientific":"5.50610471E-4"
,"defined unit of system":"sou:USCS"
,"description":"\"US Dry Pint\" is a C.G.S System unit for 'Dry Volume' expressed as $dry_pt$."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:DryVolume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA962"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA962"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Dry Pint"
,"label":"Us Dry Pint"
,"scalingOf":"unit:M3"
,"symbol":"pt{US Dry}"
,"type":"qudt:Unit"
,"ucum code":"[dpt_us]"
,"unece common code":"L61"
,"unece common code":"PTD"
]}
{
"@id" : "http://qudt.org/vocab/unit/PINT_US_DRY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"US Dry Pint\" is a C.G.S System unit for 'Dry Volume' expressed as $dry_pt$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000550610471",
"conversionMultiplier:SN" : 5.50610471E-4,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DryVolume",
"iec61360Code" : "0112/2///62720#UAA962",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA962",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "pt{US Dry}",
"ucumCode" : "[dpt_us]",
"uneceCommonCode" : [ "PTD", "L61" ],
"wikidataMatch" : "http://www.wikidata.org/entity/Q32751272",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Dry Pint", {
"@language" : "en",
"@value" : "Us Dry Pint"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PIXEL
URI: http://qudt.org/vocab/unit/PIXEL
both, the smallest unit of a digital raster graphic as well as the display on a screen with raster control
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PIXEL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "both, the smallest unit of a digital raster graphic as well as the display on a screen with raster control" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PictureElement> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA938" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA938"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "pixel" ; <http://qudt.org/schema/qudt/uneceCommonCode> "E37" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pixel" ; rdfs:label "Pixel"@en ; rdfs:seeAlso <http://qudt.org/vocab/unit/PIXEL_AREA> ; rdfs:seeAlso <http://qudt.org/vocab/unit/PIXEL_COUNT> ; .
{"resource":"Pixel"
,"qname":"unit:PIXEL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PIXEL"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"both, the smallest unit of a digital raster graphic as well as the display on a screen with raster control"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:PictureElement"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA938"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA938"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pixel"
,"label":"Pixel"
,"seeAlso":"unit:PIXEL_AREA"
,"seeAlso":"unit:PIXEL_COUNT"
,"symbol":"pixel"
,"type":"qudt:Unit"
,"unece common code":"E37"
]}
{
"@id" : "http://qudt.org/vocab/unit/PIXEL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "both, the smallest unit of a digital raster graphic as well as the display on a screen with raster control",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PictureElement",
"iec61360Code" : "0112/2///62720#UAA938",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA938",
"symbol" : "pixel",
"uneceCommonCode" : "E37",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pixel", {
"@language" : "en",
"@value" : "Pixel"
} ],
"seeAlso" : [ "http://qudt.org/vocab/unit/PIXEL_AREA", "http://qudt.org/vocab/unit/PIXEL_COUNT" ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PIXEL_AREA
URI: http://qudt.org/vocab/unit/PIXEL_AREA
$\textit{Pixel Area}$ is a unit of measure for the area subtended by some number of pixels; sometimes used in image processing.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PIXEL_AREA>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Pixel Area}$ is a unit of measure for the area subtended by some number of pixels; sometimes used
in image processing.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pixel"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "Pixel Area is a unit of measure for the area subtended by some number of pixels; sometimes used in image processing." ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pixel (area)" ;
rdfs:label "Pixel (area)"@en ;
.
{"resource":"Pixel (area)"
,"qname":"unit:PIXEL_AREA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PIXEL_AREA"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"$\\textit{Pixel Area}$ is a unit of measure for the area subtended by some number of pixels; sometimes used\n in image processing.\n "
,"description (plain text)":"Pixel Area is a unit of measure for the area subtended by some number of pixels; sometimes used in image processing."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pixel"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pixel (area)"
,"label":"Pixel (area)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PIXEL_AREA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Pixel Area}$ is a unit of measure for the area subtended by some number of pixels; sometimes used\n in image processing.\n ",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"informativeReference" : "http://en.wikipedia.org/wiki/Pixel",
"plainTextDescription" : "Pixel Area is a unit of measure for the area subtended by some number of pixels; sometimes used in image processing.",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pixel (area)", {
"@language" : "en",
"@value" : "Pixel (area)"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PIXEL_COUNT
URI: http://qudt.org/vocab/unit/PIXEL_COUNT
$\textit{Pixel Count}$ is a unit of measure for the number of pixels, sometimes used as a measure of resolution.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PIXEL_COUNT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Pixel Count}$ is a unit of measure for the number of pixels, sometimes used
as a measure of resolution.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pixel"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "Pixel Count is a unit of measure for the number of pixels, sometimes used as a measure of resolution." ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pixel (count)" ;
rdfs:label "Pixel (count)"@en ;
.
{"resource":"Pixel (count)"
,"qname":"unit:PIXEL_COUNT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PIXEL_COUNT"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"$\\textit{Pixel Count}$ is a unit of measure for the number of pixels, sometimes used\n as a measure of resolution.\n "
,"description (plain text)":"Pixel Count is a unit of measure for the number of pixels, sometimes used as a measure of resolution."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pixel"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pixel (count)"
,"label":"Pixel (count)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PIXEL_COUNT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Pixel Count}$ is a unit of measure for the number of pixels, sometimes used\n as a measure of resolution.\n ",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"informativeReference" : "http://en.wikipedia.org/wiki/Pixel",
"plainTextDescription" : "Pixel Count is a unit of measure for the number of pixels, sometimes used as a measure of resolution.",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pixel (count)", {
"@language" : "en",
"@value" : "Pixel (count)"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PK_UK
URI: http://qudt.org/vocab/unit/PK_UK
unit of the volume according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PK_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.009092181 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.092181E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA939" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA939"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "peck{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[pk_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L43" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101427917> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Peck (UK)" ;
rdfs:label "Peck (UK)"@en ;
.
{"resource":"Peck (UK)"
,"qname":"unit:PK_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PK_UK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101427917>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.009092181"
,"conversion multiplier scientific":"9.092181E-3"
,"description":"unit of the volume according to the Imperial system of units"
,"description (plain text)":"unit of the volume according to the Imperial system of units"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA939"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA939"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Peck (UK)"
,"label":"Peck (UK)"
,"scalingOf":"unit:M3"
,"symbol":"peck{UK}"
,"type":"qudt:Unit"
,"ucum code":"[pk_br]"
,"unece common code":"L43"
]}
{
"@id" : "http://qudt.org/vocab/unit/PK_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume according to the Imperial system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.009092181",
"conversionMultiplier:SN" : 0.009092181,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA939",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA939",
"plainTextDescription" : "unit of the volume according to the Imperial system of units",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "peck{UK}",
"ucumCode" : "[pk_br]",
"uneceCommonCode" : "L43",
"wikidataMatch" : "http://www.wikidata.org/entity/Q101427917",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Peck (UK)", {
"@language" : "en",
"@value" : "Peck (UK)"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PK_UK-PER-DAY
URI: http://qudt.org/vocab/unit/PK_UK-PER-DAY
unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PK_UK-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001052335763888888888888888888888889 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.052335763888888888888888888888889E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA940" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA940"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "peck{UK}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[pk_br].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L44" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Peck (UK) per Day" ;
rdfs:label "Peck (UK) per Day"@en ;
.
{"resource":"Peck (UK) per Day"
,"qname":"unit:PK_UK-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PK_UK-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0000001052335763888888888888888888888889"
,"conversion multiplier scientific":"1.052335763888888888888888888888889E-7"
,"description":"unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day"
,"description (plain text)":"unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA940"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA940"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Peck (UK) per Day"
,"label":"Peck (UK) per Day"
,"symbol":"peck{UK}\/d"
,"type":"qudt:Unit"
,"ucum code":"[pk_br].d-1"
,"unece common code":"L44"
]}
{
"@id" : "http://qudt.org/vocab/unit/PK_UK-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0000001052335763888888888888888888888889",
"conversionMultiplier:SN" : 1.0523357638888889E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA940",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA940",
"plainTextDescription" : "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time day",
"symbol" : "peck{UK}/d",
"ucumCode" : "[pk_br].d-1",
"uneceCommonCode" : "L44",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Peck (UK) per Day", {
"@language" : "en",
"@value" : "Peck (UK) per Day"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PK_UK-PER-HR
URI: http://qudt.org/vocab/unit/PK_UK-PER-HR
unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PK_UK-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000002525605833333333333333333333333334 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.525605833333333333333333333333334E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA941" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA941"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "peck{UK}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[pk_br].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L45" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Peck (UK) per Hour" ;
rdfs:label "Peck (UK) per Hour"@en ;
.
{"resource":"Peck (UK) per Hour"
,"qname":"unit:PK_UK-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PK_UK-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.000002525605833333333333333333333333334"
,"conversion multiplier scientific":"2.525605833333333333333333333333334E-6"
,"description":"unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA941"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA941"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Peck (UK) per Hour"
,"label":"Peck (UK) per Hour"
,"symbol":"peck{UK}\/h"
,"type":"qudt:Unit"
,"ucum code":"[pk_br].h-1"
,"unece common code":"L45"
]}
{
"@id" : "http://qudt.org/vocab/unit/PK_UK-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.000002525605833333333333333333333333334",
"conversionMultiplier:SN" : 2.525605833333333E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA941",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA941",
"plainTextDescription" : "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time hour",
"symbol" : "peck{UK}/h",
"ucumCode" : "[pk_br].h-1",
"uneceCommonCode" : "L45",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Peck (UK) per Hour", {
"@language" : "en",
"@value" : "Peck (UK) per Hour"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PK_UK-PER-MIN
URI: http://qudt.org/vocab/unit/PK_UK-PER-MIN
unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PK_UK-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00015153635 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.5153635E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA942" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA942"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "peck{UK}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[pk_br].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L46" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Peck (UK) per Minute" ;
rdfs:label "Peck (UK) per Minute"@en ;
.
{"resource":"Peck (UK) per Minute"
,"qname":"unit:PK_UK-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PK_UK-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00015153635"
,"conversion multiplier scientific":"1.5153635E-4"
,"description":"unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA942"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA942"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Peck (UK) per Minute"
,"label":"Peck (UK) per Minute"
,"symbol":"peck{UK}\/min"
,"type":"qudt:Unit"
,"ucum code":"[pk_br].min-1"
,"unece common code":"L46"
]}
{
"@id" : "http://qudt.org/vocab/unit/PK_UK-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00015153635",
"conversionMultiplier:SN" : 1.5153635E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA942",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA942",
"plainTextDescription" : "unit of the volume peck (UK) according to the Imperial system of units divided by the unit for time minute",
"symbol" : "peck{UK}/min",
"ucumCode" : "[pk_br].min-1",
"uneceCommonCode" : "L46",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Peck (UK) per Minute", {
"@language" : "en",
"@value" : "Peck (UK) per Minute"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PK_UK-PER-SEC
URI: http://qudt.org/vocab/unit/PK_UK-PER-SEC
unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PK_UK-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.009092181 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.092181E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA943" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA943"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "peck{UK}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[pk_br].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L47" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Peck (UK) per Second" ;
rdfs:label "Peck (UK) per Second"@en ;
.
{"resource":"Peck (UK) per Second"
,"qname":"unit:PK_UK-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PK_UK-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.009092181"
,"conversion multiplier scientific":"9.092181E-3"
,"description":"unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA943"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA943"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Peck (UK) per Second"
,"label":"Peck (UK) per Second"
,"symbol":"peck{UK}\/s"
,"type":"qudt:Unit"
,"ucum code":"[pk_br].s-1"
,"unece common code":"L47"
]}
{
"@id" : "http://qudt.org/vocab/unit/PK_UK-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.009092181",
"conversionMultiplier:SN" : 0.009092181,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA943",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA943",
"plainTextDescription" : "unit of the volume peck (UK) according to the Imperial system of units divided by the SI base unit second",
"symbol" : "peck{UK}/s",
"ucumCode" : "[pk_br].s-1",
"uneceCommonCode" : "L47",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Peck (UK) per Second", {
"@language" : "en",
"@value" : "Peck (UK) per Second"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PK_US_DRY
URI: http://qudt.org/vocab/unit/PK_US_DRY
A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PK_US_DRY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets. "^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00880976754 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.80976754E-3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DryVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA948" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA948"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "peck{US Dry}" ;
<http://qudt.org/schema/qudt/ucumCode> "[pk_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "pk" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "G23" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "PY" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q101427873> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Peck" ;
rdfs:label "Us Peck"@en ;
.
{"resource":"Us Peck"
,"qname":"unit:PK_US_DRY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PK_US_DRY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q101427873>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00880976754"
,"conversion multiplier scientific":"8.80976754E-3"
,"defined unit of system":"sou:USCS"
,"description":"A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets. "
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:DryVolume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA948"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA948"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Peck"
,"label":"Us Peck"
,"scalingOf":"unit:M3"
,"symbol":"peck{US Dry}"
,"type":"qudt:Unit"
,"ucum code":"[pk_us]"
,"udunits code":"pk"
,"unece common code":"G23"
,"unece common code":"PY"
]}
{
"@id" : "http://qudt.org/vocab/unit/PK_US_DRY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A peck is an imperial and U.S. customary unit of dry volume, equivalent to 2 gallons or 8 dry quarts or 16 dry pints. Two pecks make a kenning (obsolete), and four pecks make a bushel. In Scotland, the peck was used as a dry measure until the introduction of imperial units as a result of the Weights and Measures Act of 1824. The peck was equal to about 9 litres (in the case of certain crops, such as wheat, peas, beans and meal) and about 13 litres (in the case of barley, oats and malt). A firlot was equal to 4 pecks and the peck was equal to 4 lippies or forpets. ",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00880976754",
"conversionMultiplier:SN" : 0.00880976754,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DryVolume",
"iec61360Code" : "0112/2///62720#UAA948",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA948",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "peck{US Dry}",
"ucumCode" : "[pk_us]",
"udunitsCode" : "pk",
"uneceCommonCode" : [ "G23", "PY" ],
"wikidataMatch" : "http://www.wikidata.org/entity/Q101427873",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Peck", {
"@language" : "en",
"@value" : "Us Peck"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PK_US_DRY-PER-DAY
URI: http://qudt.org/vocab/unit/PK_US_DRY-PER-DAY
unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PK_US_DRY-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001019649020833333333333333333333333 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.019649020833333333333333333333333E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA944" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA944"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "peck{US Dry}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[pk_us].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L48" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Peck per Day" ;
rdfs:label "Us Peck per Day"@en ;
.
{"resource":"Us Peck per Day"
,"qname":"unit:PK_US_DRY-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PK_US_DRY-PER-DAY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0000001019649020833333333333333333333333"
,"conversion multiplier scientific":"1.019649020833333333333333333333333E-7"
,"description":"unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day"
,"description (plain text)":"unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA944"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA944"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Peck per Day"
,"label":"Us Peck per Day"
,"symbol":"peck{US Dry}\/d"
,"type":"qudt:Unit"
,"ucum code":"[pk_us].d-1"
,"unece common code":"L48"
]}
{
"@id" : "http://qudt.org/vocab/unit/PK_US_DRY-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0000001019649020833333333333333333333333",
"conversionMultiplier:SN" : 1.0196490208333333E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA944",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA944",
"plainTextDescription" : "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time day",
"symbol" : "peck{US Dry}/d",
"ucumCode" : "[pk_us].d-1",
"uneceCommonCode" : "L48",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Peck per Day", {
"@language" : "en",
"@value" : "Us Peck per Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PK_US_DRY-PER-HR
URI: http://qudt.org/vocab/unit/PK_US_DRY-PER-HR
unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PK_US_DRY-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000244715765 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.44715765E-6 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA945" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA945"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "peck{US Dry}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[pk_us].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L49" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Peck per Hour" ;
rdfs:label "Us Peck per Hour"@en ;
.
{"resource":"Us Peck per Hour"
,"qname":"unit:PK_US_DRY-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PK_US_DRY-PER-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.00000244715765"
,"conversion multiplier scientific":"2.44715765E-6"
,"description":"unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA945"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA945"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Peck per Hour"
,"label":"Us Peck per Hour"
,"symbol":"peck{US Dry}\/h"
,"type":"qudt:Unit"
,"ucum code":"[pk_us].h-1"
,"unece common code":"L49"
]}
{
"@id" : "http://qudt.org/vocab/unit/PK_US_DRY-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00000244715765",
"conversionMultiplier:SN" : 2.44715765E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA945",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA945",
"plainTextDescription" : "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time hour",
"symbol" : "peck{US Dry}/h",
"ucumCode" : "[pk_us].h-1",
"uneceCommonCode" : "L49",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Peck per Hour", {
"@language" : "en",
"@value" : "Us Peck per Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PK_US_DRY-PER-MIN
URI: http://qudt.org/vocab/unit/PK_US_DRY-PER-MIN
unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PK_US_DRY-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000146829459 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.46829459E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA946" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA946"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "peck{US Dry}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[pk_us].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L50" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Peck per Minute" ;
rdfs:label "Us Peck per Minute"@en ;
.
{"resource":"Us Peck per Minute"
,"qname":"unit:PK_US_DRY-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PK_US_DRY-PER-MIN"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.000146829459"
,"conversion multiplier scientific":"1.46829459E-4"
,"description":"unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA946"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA946"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Peck per Minute"
,"label":"Us Peck per Minute"
,"symbol":"peck{US Dry}\/min"
,"type":"qudt:Unit"
,"ucum code":"[pk_us].min-1"
,"unece common code":"L50"
]}
{
"@id" : "http://qudt.org/vocab/unit/PK_US_DRY-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000146829459",
"conversionMultiplier:SN" : 1.46829459E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA946",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA946",
"plainTextDescription" : "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the unit for time minute",
"symbol" : "peck{US Dry}/min",
"ucumCode" : "[pk_us].min-1",
"uneceCommonCode" : "L50",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Peck per Minute", {
"@language" : "en",
"@value" : "Us Peck per Minute"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PK_US_DRY-PER-SEC
URI: http://qudt.org/vocab/unit/PK_US_DRY-PER-SEC
unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PK_US_DRY-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00880976754 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.80976754E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA947" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA947"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "peck{US Dry}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[pk_us].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L51" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Peck per Second" ;
rdfs:label "Us Peck per Second"@en ;
.
{"resource":"Us Peck per Second"
,"qname":"unit:PK_US_DRY-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PK_US_DRY-PER-SEC"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.00880976754"
,"conversion multiplier scientific":"8.80976754E-3"
,"description":"unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA947"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA947"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Peck per Second"
,"label":"Us Peck per Second"
,"symbol":"peck{US Dry}\/s"
,"type":"qudt:Unit"
,"ucum code":"[pk_us].s-1"
,"unece common code":"L51"
]}
{
"@id" : "http://qudt.org/vocab/unit/PK_US_DRY-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00880976754",
"conversionMultiplier:SN" : 0.00880976754,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA947",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA947",
"plainTextDescription" : "unit of the volume peck (US dry) as dry measure according to the Anglo-American system of units divided by the SI base unit second",
"symbol" : "peck{US Dry}/s",
"ucumCode" : "[pk_us].s-1",
"uneceCommonCode" : "L51",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Peck per Second", {
"@language" : "en",
"@value" : "Us Peck per Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:POISE
URI: http://qudt.org/vocab/unit/POISE
The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/POISE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Poise"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA255" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Poise?oldid=487835641"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA255"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/poise> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM-PER-M-SEC> ; <http://qudt.org/schema/qudt/symbol> "P" ; <http://qudt.org/schema/qudt/ucumCode> "P"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "89" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2100949> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poise" ; rdfs:label "Poise"@en ; .
{"resource":"Poise"
,"qname":"unit:POISE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/POISE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2100949>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-GAUSS"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Poise"
,"description":"The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA255"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Poise?oldid=487835641"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA255"
,"is coherent derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS"
,"is derived unit of system":"sou:CGS-GAUSS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poise"
,"label":"Poise"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/poise>"
,"scalingOf":"unit:KiloGM-PER-M-SEC"
,"symbol":"P"
,"type":"qudt:Unit"
,"ucum code":"P"
,"unece common code":"89"
]}
{
"@id" : "http://qudt.org/vocab/unit/POISE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The poise is the unit of dynamic viscosity in the centimetre gram second system of units. It is named after Jean Louis Marie Poiseuille.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"dbpediaMatch" : "http://dbpedia.org/resource/Poise",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/CGS",
"derivedUnitOfSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DynamicViscosity", "http://qudt.org/vocab/quantitykind/Viscosity" ],
"iec61360Code" : "0112/2///62720#UAA255",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA255", "http://en.wikipedia.org/wiki/Poise?oldid=487835641" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/poise",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC",
"symbol" : "P",
"ucumCode" : "P",
"uneceCommonCode" : "89",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2100949",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poise", {
"@language" : "en",
"@value" : "Poise"
} ],
"@context" : {
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:POISE-PER-BAR
URI: http://qudt.org/vocab/unit/POISE-PER-BAR
CGS unit poise divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/POISE-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "CGS unit poise divided by the unit bar"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA257" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA257"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "CGS unit poise divided by the unit bar" ; <http://qudt.org/schema/qudt/symbol> "P/bar" ; <http://qudt.org/schema/qudt/ucumCode> "P.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F06" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poise per Bar" ; rdfs:label "Poise per Bar"@en ; .
{"resource":"Poise per Bar"
,"qname":"unit:POISE-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/POISE-PER-BAR"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"CGS unit poise divided by the unit bar"
,"description (plain text)":"CGS unit poise divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA257"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA257"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poise per Bar"
,"label":"Poise per Bar"
,"symbol":"P\/bar"
,"type":"qudt:Unit"
,"ucum code":"P.bar-1"
,"unece common code":"F06"
]}
{
"@id" : "http://qudt.org/vocab/unit/POISE-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "CGS unit poise divided by the unit bar",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA257",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA257",
"plainTextDescription" : "CGS unit poise divided by the unit bar",
"symbol" : "P/bar",
"ucumCode" : "P.bar-1",
"uneceCommonCode" : "F06",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poise per Bar", {
"@language" : "en",
"@value" : "Poise per Bar"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:POISE-PER-K
URI: http://qudt.org/vocab/unit/POISE-PER-K
[CGS] unit poise divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/POISE-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit poise divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA256" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA256"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "P/K" ; <http://qudt.org/schema/qudt/ucumCode> "P.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F86" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poise per Kelvin" ; rdfs:label "Poise per Kelvin"@en ; .
{"resource":"Poise per Kelvin"
,"qname":"unit:POISE-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/POISE-PER-K"
,"properties":["conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"[CGS] unit poise divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L-1I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA256"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA256"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poise per Kelvin"
,"label":"Poise per Kelvin"
,"symbol":"P\/K"
,"type":"qudt:Unit"
,"ucum code":"P.K-1"
,"unece common code":"F86"
]}
{
"@id" : "http://qudt.org/vocab/unit/POISE-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit poise divided by the SI base unit kelvin",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA256",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA256",
"symbol" : "P/K",
"ucumCode" : "P.K-1",
"uneceCommonCode" : "F86",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poise per Kelvin", {
"@language" : "en",
"@value" : "Poise per Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:POISE-PER-PA
URI: http://qudt.org/vocab/unit/POISE-PER-PA
[CGS] unit poise divided by the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/POISE-PER-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit poise divided by the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB311" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB311"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "P/Pa" ; <http://qudt.org/schema/qudt/ucumCode> "P.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N35" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Poise per Pascal" ; rdfs:label "Poise per Pascal"@en ; .
{"resource":"Poise per Pascal"
,"qname":"unit:POISE-PER-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/POISE-PER-PA"
,"properties":["conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"[CGS] unit poise divided by the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB311"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB311"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Poise per Pascal"
,"label":"Poise per Pascal"
,"symbol":"P\/Pa"
,"type":"qudt:Unit"
,"ucum code":"P.Pa-1"
,"unece common code":"N35"
]}
{
"@id" : "http://qudt.org/vocab/unit/POISE-PER-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit poise divided by the SI derived unit pascal",
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAB311",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB311",
"symbol" : "P/Pa",
"ucumCode" : "P.Pa-1",
"uneceCommonCode" : "N35",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Poise per Pascal", {
"@language" : "en",
"@value" : "Poise per Pascal"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:POND
URI: http://qudt.org/vocab/unit/POND
0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/POND> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00980665 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.80665E-3 ; <http://qudt.org/schema/qudt/factorUnitScalar> 0.00980665 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB412" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB412"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "p" ; <http://qudt.org/schema/qudt/uneceCommonCode> "M78" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pond" ; rdfs:label "Pond"@en ; .
{"resource":"Pond"
,"qname":"unit:POND"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/POND"
,"properties":["conversion multiplier":"0.00980665"
,"conversion multiplier scientific":"9.80665E-3"
,"description":"0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton"
,"factorUnitScalar":"0.00980665"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB412"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB412"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pond"
,"label":"Pond"
,"symbol":"p"
,"type":"qudt:Unit"
,"unece common code":"M78"
]}
{
"@id" : "http://qudt.org/vocab/unit/POND",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.001-fold of the unit of the weight, defined as a mass of 1 kg which finds out about a weight strength from 1 kp by the gravitational force at sea level which corresponds to a strength of 9,806 65 newton",
"conversionMultiplier" : "0.00980665",
"conversionMultiplier:SN" : 0.00980665,
"factorUnitScalar" : "0.00980665",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAB412",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB412",
"symbol" : "p",
"uneceCommonCode" : "M78",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pond", {
"@language" : "en",
"@value" : "Pond"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPB
URI: http://qudt.org/vocab/unit/PPB
Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PPB> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD926" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD926"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Parts-per_notation"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "PPB" ; <http://qudt.org/schema/qudt/ucumCode> "[ppb]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "61" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2055118> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Parts per Billion" ; rdfs:label "Parts per Billion"@en ; .
{"resource":"Parts per Billion"
,"qname":"unit:PPB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2055118>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug\/l$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:AmountOfSubstanceFraction"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD926"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD926"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Parts-per_notation"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Parts per Billion"
,"label":"Parts per Billion"
,"scalingOf":"unit:NUM"
,"symbol":"PPB"
,"type":"qudt:Unit"
,"ucum code":"[ppb]"
,"unece common code":"61"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction", "http://qudt.org/vocab/quantitykind/DimensionlessRatio" ],
"iec61360Code" : "0112/2///62720#UAD926",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD926", "https://en.wikipedia.org/wiki/Parts-per_notation" ],
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "PPB",
"ucumCode" : "[ppb]",
"uneceCommonCode" : "61",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2055118",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Parts per Billion", {
"@language" : "en",
"@value" : "Parts per Billion"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPM
URI: http://qudt.org/vocab/unit/PPM
Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PPM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD925" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD925"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Parts-per_notation"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "PPM" ; <http://qudt.org/schema/qudt/ucumCode> "[ppm]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "59" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21006887> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Parts per Million" ; rdfs:label "Parts per Million"@en ; .
{"resource":"Parts per Million"
,"qname":"unit:PPM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21006887>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug\/l$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:AmountOfSubstanceFraction"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD925"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD925"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Parts-per_notation"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Parts per Million"
,"label":"Parts per Million"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/partsPerMillion>"
,"scalingOf":"unit:NUM"
,"symbol":"PPM"
,"type":"qudt:Unit"
,"ucum code":"[ppm]"
,"unece common code":"59"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DimensionlessRatio", "http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction" ],
"iec61360Code" : "0112/2///62720#UAD925",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Parts-per_notation", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD925" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/partsPerMillion",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "PPM",
"ucumCode" : "[ppm]",
"uneceCommonCode" : "59",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21006887",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Parts per Million", {
"@language" : "en",
"@value" : "Parts per Million"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPM-PER-K
URI: http://qudt.org/vocab/unit/PPM-PER-K
Unit for expansion ratios expressed as parts per million per Kelvin.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PPM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unit for expansion ratios expressed as parts per million per Kelvin."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/expression> "$PPM/K$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExpansionRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient> ; <http://qudt.org/schema/qudt/symbol> "PPM/K" ; <http://qudt.org/schema/qudt/ucumCode> "[ppm].K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Parts per Million per Kelvin" ; rdfs:label "Parts per Million per Kelvin"@en ; .
{"resource":"Parts per Million per Kelvin"
,"qname":"unit:PPM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPM-PER-K"
,"properties":["conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"Unit for expansion ratios expressed as parts per million per Kelvin."
,"expression":"$PPM\/K$"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ExpansionRatio"
,"has quantity kind":"quantitykind:ThermalExpansionCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Parts per Million per Kelvin"
,"label":"Parts per Million per Kelvin"
,"symbol":"PPM\/K"
,"type":"qudt:Unit"
,"ucum code":"[ppm].K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Unit for expansion ratios expressed as parts per million per Kelvin.",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"expression" : "$PPM/K$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient", "http://qudt.org/vocab/quantitykind/ExpansionRatio" ],
"symbol" : "PPM/K",
"ucumCode" : "[ppm].K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Parts per Million per Kelvin", {
"@language" : "en",
"@value" : "Parts per Million per Kelvin"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPQ
URI: http://qudt.org/vocab/unit/PPQ
unit of proportion equal to 10⁻¹⁶
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PPQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of proportion equal to 10⁻¹⁶" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-16 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD928" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD928"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "ppq" ; <http://qudt.org/schema/qudt/ucumCode> "[ppq]"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Part per Quadrillion" ; rdfs:label "Part per Quadrillion"@en ; .
{"resource":"Part per Quadrillion"
,"qname":"unit:PPQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPQ"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000000001"
,"conversion multiplier scientific":"1.0E-16"
,"description":"unit of proportion equal to 10\u207B¹\u2076"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:AmountOfSubstanceFraction"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD928"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD928"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Part per Quadrillion"
,"label":"Part per Quadrillion"
,"scalingOf":"unit:NUM"
,"symbol":"ppq"
,"type":"qudt:Unit"
,"ucum code":"[ppq]"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of proportion equal to 10⁻¹⁶",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "0.0000000000000001",
"conversionMultiplier:SN" : 1.0E-16,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DimensionlessRatio", "http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction" ],
"iec61360Code" : "0112/2///62720#UAD928",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD928",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "ppq",
"ucumCode" : "[ppq]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Part per Quadrillion", {
"@language" : "en",
"@value" : "Part per Quadrillion"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPT
URI: http://qudt.org/vocab/unit/PPT
trillionth of a quantity, unit of proportion equal to 10⁻¹²
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PPT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "trillionth of a quantity, unit of proportion equal to 10⁻¹²" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD927" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD927"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "ppt" ; <http://qudt.org/schema/qudt/ucumCode> "[ppt]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "NX" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2215478> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Part per Trillion" ; rdfs:label "Part per Trillion"@en ; .
{"resource":"Part per Trillion"
,"qname":"unit:PPT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2215478>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"trillionth of a quantity, unit of proportion equal to 10\u207B¹²"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:AmountOfSubstanceFraction"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD927"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD927"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Part per Trillion"
,"label":"Part per Trillion"
,"scalingOf":"unit:NUM"
,"symbol":"ppt"
,"type":"qudt:Unit"
,"ucum code":"[ppt]"
,"unece common code":"NX"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "trillionth of a quantity, unit of proportion equal to 10⁻¹²",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DimensionlessRatio", "http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction" ],
"iec61360Code" : "0112/2///62720#UAD927",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD927",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "ppt",
"ucumCode" : "[ppt]",
"uneceCommonCode" : "NX",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2215478",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Part per Trillion", {
"@language" : "en",
"@value" : "Part per Trillion"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPTH
URI: http://qudt.org/vocab/unit/PPTH
Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PPTH> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA015" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA015"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Parts-per_notation"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "‰" ; <http://qudt.org/schema/qudt/ucumCode> "[ppth]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "NX" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q99487704> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Parts per Thousand" ; rdfs:label "Parts per Thousand"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "per mil" ; .
{"resource":"Parts per Thousand"
,"qname":"unit:PPTH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPTH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q99487704>"
,"alternative label":"per mil"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"description":"Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug\/l$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:AmountOfSubstanceFraction"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA015"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA015"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Parts-per_notation"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Parts per Thousand"
,"label":"Parts per Thousand"
,"scalingOf":"unit:NUM"
,"symbol":"\u2030"
,"type":"qudt:Unit"
,"ucum code":"[ppth]"
,"unece common code":"NX"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPTH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DimensionlessRatio", "http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction" ],
"iec61360Code" : "0112/2///62720#UAA015",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Parts-per_notation", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA015" ],
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "‰",
"ucumCode" : "[ppth]",
"uneceCommonCode" : "NX",
"wikidataMatch" : "http://www.wikidata.org/entity/Q99487704",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Parts per Thousand", {
"@language" : "en",
"@value" : "Parts per Thousand"
} ],
"altLabel" : "per mil",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPTH-PER-HR
URI: http://qudt.org/vocab/unit/PPTH-PER-HR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PPTH-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/symbol> "‰/h" ; <http://qudt.org/schema/qudt/ucumCode> "[ppth].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Parts per Thousand per Hour" ; rdfs:label "Parts per Thousand per Hour"@en ; .
{"resource":"Parts per Thousand per Hour"
,"qname":"unit:PPTH-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPTH-PER-HR"
,"properties":["conversion multiplier":"0.0000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-7"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Parts per Thousand per Hour"
,"label":"Parts per Thousand per Hour"
,"symbol":"\u2030\/h"
,"type":"qudt:Unit"
,"ucum code":"[ppth].h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPTH-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.0000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.7777777777777776E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"symbol" : "‰/h",
"ucumCode" : "[ppth].h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Parts per Thousand per Hour", {
"@language" : "en",
"@value" : "Parts per Thousand per Hour"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPTM
URI: http://qudt.org/vocab/unit/PPTM
Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PPTM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "PPTM" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Parts per Ten Million" ; rdfs:label "Parts per Ten Million"@en ; .
{"resource":"Parts per Ten Million"
,"qname":"unit:PPTM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPTM"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug\/l$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:AmountOfSubstanceFraction"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Parts per Ten Million"
,"label":"Parts per Ten Million"
,"scalingOf":"unit:NUM"
,"symbol":"PPTM"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPTM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Dimensionless unit for concentration. Recommended practice is to use specific units such as $ug/l$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AmountOfSubstanceFraction", "http://qudt.org/vocab/quantitykind/DimensionlessRatio" ],
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "PPTM",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Parts per Ten Million", {
"@language" : "en",
"@value" : "Parts per Ten Million"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPTM-PER-K
URI: http://qudt.org/vocab/unit/PPTM-PER-K
Unit for expansion ratios expressed as parts per ten million per Kelvin.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PPTM-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Unit for expansion ratios expressed as parts per ten million per Kelvin."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-7 ; <http://qudt.org/schema/qudt/expression> "$PPTM/K$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExpansionRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient> ; <http://qudt.org/schema/qudt/symbol> "PPTM/K" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Parts per Ten Million per Kelvin" ; rdfs:label "Parts per Ten Million per Kelvin"@en ; .
{"resource":"Parts per Ten Million per Kelvin"
,"qname":"unit:PPTM-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPTM-PER-K"
,"properties":["conversion multiplier":"0.0000001"
,"conversion multiplier scientific":"1.0E-7"
,"description":"Unit for expansion ratios expressed as parts per ten million per Kelvin."
,"expression":"$PPTM\/K$"
,"has dimension vector":"qkdv:A0E0L0I0M0H-1T0D0"
,"has quantity kind":"quantitykind:ExpansionRatio"
,"has quantity kind":"quantitykind:ThermalExpansionCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Parts per Ten Million per Kelvin"
,"label":"Parts per Ten Million per Kelvin"
,"symbol":"PPTM\/K"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPTM-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Unit for expansion ratios expressed as parts per ten million per Kelvin.",
"conversionMultiplier" : "0.0000001",
"conversionMultiplier:SN" : 1.0E-7,
"expression" : "$PPTM/K$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalExpansionCoefficient", "http://qudt.org/vocab/quantitykind/ExpansionRatio" ],
"symbol" : "PPTM/K",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Parts per Ten Million per Kelvin", {
"@language" : "en",
"@value" : "Parts per Ten Million per Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPTR_VOL
URI: http://qudt.org/vocab/unit/PPTR_VOL
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PPTR_VOL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PPT_VOL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ;
<http://qudt.org/schema/qudt/symbol> "pptr" ;
<http://qudt.org/schema/qudt/ucumCode> "[pptr]{vol}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Parts per Trillion by Volume" ;
rdfs:label "Parts per Trillion by Volume"@en ;
.
{"resource":"Parts per Trillion by Volume"
,"qname":"unit:PPTR_VOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPTR_VOL"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"deprecated":"true"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"is replaced by":"unit:PPT_VOL"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Parts per Trillion by Volume"
,"label":"Parts per Trillion by Volume"
,"scalingOf":"unit:NUM"
,"symbol":"pptr"
,"type":"qudt:Unit"
,"ucum code":"[pptr]{vol}"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPTR_VOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"isReplacedBy" : "http://qudt.org/vocab/unit/PPT_VOL",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "pptr",
"ucumCode" : "[pptr]{vol}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Parts per Trillion by Volume", {
"@language" : "en",
"@value" : "Parts per Trillion by Volume"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PPT_VOL
URI: http://qudt.org/vocab/unit/PPT_VOL
Dimensionless unit for concentration by volume. Recommended practice is to use specific units such as $ug/l$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PPT_VOL>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Dimensionless unit for concentration by volume. Recommended practice is to use specific units such as $ug/l$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ;
<http://qudt.org/schema/qudt/symbol> "ppt (volume)" ;
<http://qudt.org/schema/qudt/ucumCode> "[pptr]{vol}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Parts per Trillion by Volume" ;
rdfs:label "Parts per Trillion by Volume"@en ;
<http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/PPT> ;
.
{"resource":"Parts per Trillion by Volume"
,"qname":"unit:PPT_VOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PPT_VOL"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"Dimensionless unit for concentration by volume. Recommended practice is to use specific units such as $ug\/l$."
,"has broader":"unit:PPT"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Parts per Trillion by Volume"
,"label":"Parts per Trillion by Volume"
,"scalingOf":"unit:NUM"
,"symbol":"ppt (volume)"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"[pptr]{vol}"
]}
{
"@id" : "http://qudt.org/vocab/unit/PPT_VOL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "Dimensionless unit for concentration by volume. Recommended practice is to use specific units such as $ug/l$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "ppt (volume)",
"ucumCode" : "[pptr]{vol}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Parts per Trillion by Volume", {
"@language" : "en",
"@value" : "Parts per Trillion by Volume"
} ],
"broader" : "http://qudt.org/vocab/unit/PPT",
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PSI
URI: http://qudt.org/vocab/unit/PSI
Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 6894.757602518976377952755905511811 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.894757602518976377952755905511811E3 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/LB_F-PER-IN2> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/plainTextDescription> "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2" ; <http://qudt.org/schema/qudt/symbol> "psi" ; <http://qudt.org/schema/qudt/ucumCode> "[psi]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "psi" ; <http://qudt.org/schema/qudt/uneceCommonCode> "PS" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Psi" ; rdfs:label "Psi"@en ; .
{"resource":"Psi"
,"qname":"unit:PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PSI"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"6894.757602518976377952755905511811"
,"conversion multiplier scientific":"6.894757602518976377952755905511811E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"
,"description (plain text)":"Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2"
,"exact match":"unit:LB_F-PER-IN2"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Psi"
,"label":"Psi"
,"symbol":"psi"
,"type":"qudt:Unit"
,"ucum code":"[psi]"
,"udunits code":"psi"
,"unece common code":"PS"
]}
{
"@id" : "http://qudt.org/vocab/unit/PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "6894.757602518976377952755905511811",
"conversionMultiplier:SN" : 6894.7576025189765,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"exactMatch" : "http://qudt.org/vocab/unit/LB_F-PER-IN2",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ShearModulus", "http://qudt.org/vocab/quantitykind/ModulusOfElasticity" ],
"plainTextDescription" : "Pounds of force per square inch, the unit for pressure as a compounded unit pound-force according to the Anglo-American system of units divided by the power of the unit Inch according to the Anglo-American and Imperial system of units by exponent 2",
"symbol" : "psi",
"ucumCode" : "[psi]",
"udunitsCode" : "psi",
"uneceCommonCode" : "PS",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Psi", {
"@language" : "en",
"@value" : "Psi"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PSI-IN3-PER-SEC
URI: http://qudt.org/vocab/unit/PSI-IN3-PER-SEC
product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PSI-IN3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.11298483409696502712 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1298483409696502712E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA703" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA703"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)" ; <http://qudt.org/schema/qudt/symbol> "psi·in³/s" ; <http://qudt.org/schema/qudt/ucumCode> "[psi].[in_i]3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K87" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Psi Cubic Inch per Second" ; rdfs:label "Psi Cubic Inch per Second"@en ; .
{"resource":"Psi Cubic Inch per Second"
,"qname":"unit:PSI-IN3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PSI-IN3-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.11298483409696502712"
,"conversion multiplier scientific":"1.1298483409696502712E-1"
,"description":"product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)"
,"description (plain text)":"product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA703"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA703"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Psi Cubic Inch per Second"
,"label":"Psi Cubic Inch per Second"
,"symbol":"psi·in³\/s"
,"type":"qudt:Unit"
,"ucum code":"[psi].[in_i]3.s-1"
,"unece common code":"K87"
]}
{
"@id" : "http://qudt.org/vocab/unit/PSI-IN3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.11298483409696502712",
"conversionMultiplier:SN" : 0.11298483409696503,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA703",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA703",
"plainTextDescription" : "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic inch per second)",
"symbol" : "psi·in³/s",
"ucumCode" : "[psi].[in_i]3.s-1",
"uneceCommonCode" : "K87",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Psi Cubic Inch per Second", {
"@language" : "en",
"@value" : "Psi Cubic Inch per Second"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PSI-L-PER-SEC
URI: http://qudt.org/vocab/unit/PSI-L-PER-SEC
product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PSI-L-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 6.894757602518976377952755905511811 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.894757602518976377952755905511811E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA704" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA704"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)" ; <http://qudt.org/schema/qudt/symbol> "psi·L/s" ; <http://qudt.org/schema/qudt/ucumCode> "[psi].L.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K88" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Psi Liter per Second"@en-US ; rdfs:label "Psi Litre per Second" ; rdfs:label "Psi Litre per Second"@en ; .
{"resource":"Psi Litre per Second"
,"qname":"unit:PSI-L-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PSI-L-PER-SEC"
,"properties":["conversion multiplier":"6.894757602518976377952755905511811"
,"conversion multiplier scientific":"6.894757602518976377952755905511811E0"
,"description":"product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)"
,"description (plain text)":"product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA704"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA704"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Psi Liter per Second"
,"label":"Psi Litre per Second"
,"label":"Psi Litre per Second"
,"symbol":"psi·L\/s"
,"type":"qudt:Unit"
,"ucum code":"[psi].L.s-1"
,"unece common code":"K88"
]}
{
"@id" : "http://qudt.org/vocab/unit/PSI-L-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)",
"conversionMultiplier" : "6.894757602518976377952755905511811",
"conversionMultiplier:SN" : 6.894757602518976,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA704",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA704",
"plainTextDescription" : "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (litre per second)",
"symbol" : "psi·L/s",
"ucumCode" : "[psi].L.s-1",
"uneceCommonCode" : "K88",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Psi Litre per Second", {
"@language" : "en",
"@value" : "Psi Litre per Second"
}, {
"@language" : "en-us",
"@value" : "Psi Liter per Second"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PSI-M3-PER-SEC
URI: http://qudt.org/vocab/unit/PSI-M3-PER-SEC
product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PSI-M3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 6894.757602518976377952755905511811 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.894757602518976377952755905511811E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA705" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA705"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)" ; <http://qudt.org/schema/qudt/symbol> "psi·m³/s" ; <http://qudt.org/schema/qudt/ucumCode> "[psi].m3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K89" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Psi Cubic Meter per Second"@en-US ; rdfs:label "Psi Cubic Metre per Second" ; rdfs:label "Psi Cubic Metre per Second"@en ; .
{"resource":"Psi Cubic Metre per Second"
,"qname":"unit:PSI-M3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PSI-M3-PER-SEC"
,"properties":["conversion multiplier":"6894.757602518976377952755905511811"
,"conversion multiplier scientific":"6.894757602518976377952755905511811E3"
,"description":"product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)"
,"description (plain text)":"product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA705"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA705"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Psi Cubic Meter per Second"
,"label":"Psi Cubic Metre per Second"
,"label":"Psi Cubic Metre per Second"
,"symbol":"psi·m³\/s"
,"type":"qudt:Unit"
,"ucum code":"[psi].m3.s-1"
,"unece common code":"K89"
]}
{
"@id" : "http://qudt.org/vocab/unit/PSI-M3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)",
"conversionMultiplier" : "6894.757602518976377952755905511811",
"conversionMultiplier:SN" : 6894.7576025189765,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA705",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA705",
"plainTextDescription" : "product of the composed unit for pressure (pound-force per square inch) and the composed unit for volume flow (cubic metre per second)",
"symbol" : "psi·m³/s",
"ucumCode" : "[psi].m3.s-1",
"uneceCommonCode" : "K89",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Psi Cubic Meter per Second"
}, "Psi Cubic Metre per Second", {
"@language" : "en",
"@value" : "Psi Cubic Metre per Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PSI-PER-IN
URI: http://qudt.org/vocab/unit/PSI-PER-IN
compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PSI-PER-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of units" ; <http://qudt.org/schema/qudt/conversionMultiplier> 271447.1497054715109430218860437721 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.714471497054715109430218860437721E5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureGradient> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/IN-PER-PSI> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB426" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB426"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "psi/in" ; <http://qudt.org/schema/qudt/ucumCode> "[psi].[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P86" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Psi per Inch" ; rdfs:label "Psi per Inch"@en ; .
{"resource":"Psi per Inch"
,"qname":"unit:PSI-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PSI-PER-IN"
,"properties":["conversion multiplier":"271447.1497054715109430218860437721"
,"conversion multiplier scientific":"2.714471497054715109430218860437721E5"
,"description":"compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of units"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:PressureGradient"
,"has reciprocal unit":"unit:IN-PER-PSI"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB426"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB426"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Psi per Inch"
,"label":"Psi per Inch"
,"symbol":"psi\/in"
,"type":"qudt:Unit"
,"ucum code":"[psi].[in_i]-1"
,"unece common code":"P86"
]}
{
"@id" : "http://qudt.org/vocab/unit/PSI-PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "compound unit for pressure (pound-force according to the Anglo-American unit system divided by the power of the unit inch according to the Anglo-American and Imperial system of units with the exponent 2) divided by the unit inch according to the Anglo-American and Imperial system of units",
"conversionMultiplier" : "271447.1497054715109430218860437721",
"conversionMultiplier:SN" : 271447.14970547153,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureGradient",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/IN-PER-PSI",
"iec61360Code" : "0112/2///62720#UAB426",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB426",
"symbol" : "psi/in",
"ucumCode" : "[psi].[in_i]-1",
"uneceCommonCode" : "P86",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Psi per Inch", {
"@language" : "en",
"@value" : "Psi per Inch"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PSI-PER-PSI
URI: http://qudt.org/vocab/unit/PSI-PER-PSI
composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PSI-PER-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureRatio> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA951" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA951"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/symbol> "psi/psi" ; <http://qudt.org/schema/qudt/ucumCode> "[psi].[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L52" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Psi per Psi" ; rdfs:label "Psi per Psi"@en ; .
{"resource":"Psi per Psi"
,"qname":"unit:PSI-PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PSI-PER-PSI"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)"
,"description (plain text)":"composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:PressureRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA951"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA951"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Psi per Psi"
,"label":"Psi per Psi"
,"symbol":"psi\/psi"
,"type":"qudt:Unit"
,"ucum code":"[psi].[psi]-1"
,"unece common code":"L52"
]}
{
"@id" : "http://qudt.org/vocab/unit/PSI-PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureRatio",
"iec61360Code" : "0112/2///62720#UAA951",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA951",
"plainTextDescription" : "composed unit for pressure (pound-force per square inch) divided by the composed unit for pressure (pound-force per square inch)",
"symbol" : "psi/psi",
"ucumCode" : "[psi].[psi]-1",
"uneceCommonCode" : "L52",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Psi per Psi", {
"@language" : "en",
"@value" : "Psi per Psi"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PSI-YD3-PER-SEC
URI: http://qudt.org/vocab/unit/PSI-YD3-PER-SEC
product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PSI-YD3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 5271.42041962800030531072 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.27142041962800030531072E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA706" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA706"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)" ; <http://qudt.org/schema/qudt/symbol> "psi·yd³/s" ; <http://qudt.org/schema/qudt/ucumCode> "[psi].[yd_i]3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "K90" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Psi Cubic Yard per Second" ; rdfs:label "Psi Cubic Yard per Second"@en ; .
{"resource":"Psi Cubic Yard per Second"
,"qname":"unit:PSI-YD3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PSI-YD3-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"5271.42041962800030531072"
,"conversion multiplier scientific":"5.27142041962800030531072E3"
,"description":"product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)"
,"description (plain text)":"product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA706"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA706"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Psi Cubic Yard per Second"
,"label":"Psi Cubic Yard per Second"
,"symbol":"psi·yd³\/s"
,"type":"qudt:Unit"
,"ucum code":"[psi].[yd_i]3.s-1"
,"unece common code":"K90"
]}
{
"@id" : "http://qudt.org/vocab/unit/PSI-YD3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "5271.42041962800030531072",
"conversionMultiplier:SN" : 5271.420419628001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAA706",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA706",
"plainTextDescription" : "product of the composed unit for pressure (pound-force per square inch) and the square inch) and the composed unit for volume flow (cubic yard per second)",
"symbol" : "psi·yd³/s",
"ucumCode" : "[psi].[yd_i]3.s-1",
"uneceCommonCode" : "K90",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Psi Cubic Yard per Second", {
"@language" : "en",
"@value" : "Psi Cubic Yard per Second"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PSU
URI: http://qudt.org/vocab/unit/PSU
Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is "formally incorrect and strongly discouraged".
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PSU> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is \"formally incorrect and strongly discouraged\"."^^rdf:HTML ; <http://purl.org/dc/terms/source> <https://unesdoc.unesco.org/ark:/48223/pf0000047932> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Salinity#PSU"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "PSU" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Practical Salinity Unit" ; rdfs:label "Practical Salinity Unit"@en ; rdfs:seeAlso <http://qudt.org/vocab/unit/PPTH> ; .
{"resource":"Practical Salinity Unit"
,"qname":"unit:PSU"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PSU"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is \"formally incorrect and strongly discouraged\"."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Salinity#PSU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Practical Salinity Unit"
,"label":"Practical Salinity Unit"
,"seeAlso":"unit:PPTH"
,"source":"<https:\/\/unesdoc.unesco.org\/ark:\/48223\/pf0000047932>"
,"symbol":"PSU"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PSU",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Practical salinity scale 1978 (PSS-78) is used for ionic content of seawater determined by electrical conductivity. Salinities measured using PSS-78 do not have units, but are approximately scaled to parts-per-thousand for the valid range. The suffix psu or PSU (denoting practical salinity unit) is sometimes added to PSS-78 measurement values. The addition of PSU as a unit after the value is \"formally incorrect and strongly discouraged\".",
"source" : "https://unesdoc.unesco.org/ark:/48223/pf0000047932",
"applicableSystem" : [ "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DimensionlessRatio",
"informativeReference" : "https://en.wikipedia.org/wiki/Salinity#PSU",
"symbol" : "PSU",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Practical Salinity Unit", {
"@language" : "en",
"@value" : "Practical Salinity Unit"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/PPTH",
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"source" : {
"@id" : "http://purl.org/dc/terms/source",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PT
URI: http://qudt.org/vocab/unit/PT
In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000254 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB605" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB605"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "pt" ; <http://qudt.org/schema/qudt/ucumCode> "[pnt]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N3" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q156389> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Point" ; rdfs:label "Point"@en ; .
{"resource":"Point"
,"qname":"unit:PT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q156389>"
,"conversion multiplier":"0.0000254"
,"conversion multiplier scientific":"2.54E-5"
,"description":"In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page."
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB605"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB605"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Point"
,"label":"Point"
,"scalingOf":"unit:M"
,"symbol":"pt"
,"type":"qudt:Unit"
,"ucum code":"[pnt]"
,"unece common code":"N3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In typography, a point is the smallest unit of measure, being a subdivision of the larger pica. It is commonly abbreviated as pt. The point has long been the usual unit for measuring font size and leading and other minute items on a printed page.",
"conversionMultiplier" : "0.0000254",
"conversionMultiplier:SN" : 2.54E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB605",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB605",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "pt",
"ucumCode" : "[pnt]",
"uneceCommonCode" : "N3",
"wikidataMatch" : "http://www.wikidata.org/entity/Q156389",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Point", {
"@language" : "en",
"@value" : "Point"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PT_BIG
URI: http://qudt.org/vocab/unit/PT_BIG
unit for the type size correspondening to: 1 bp = 1/72 in
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PT_BIG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the type size correspondening to: 1 bp = 1/72 in" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0003527778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.527778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Distance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB379" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB379"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "pb" ; <http://qudt.org/schema/qudt/uneceCommonCode> "H82" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Big Point" ; rdfs:label "Big Point"@en ; .
{"resource":"Big Point"
,"qname":"unit:PT_BIG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PT_BIG"
,"properties":["conversion multiplier":"0.0003527778"
,"conversion multiplier scientific":"3.527778E-4"
,"description":"unit for the type size correspondening to: 1 bp = 1\/72 in"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Distance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB379"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB379"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Big Point"
,"label":"Big Point"
,"scalingOf":"unit:M"
,"symbol":"pb"
,"type":"qudt:Unit"
,"unece common code":"H82"
]}
{
"@id" : "http://qudt.org/vocab/unit/PT_BIG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the type size correspondening to: 1 bp = 1/72 in",
"conversionMultiplier" : "0.0003527778",
"conversionMultiplier:SN" : 3.527778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Distance",
"iec61360Code" : "0112/2///62720#UAB379",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB379",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "pb",
"uneceCommonCode" : "H82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Big Point", {
"@language" : "en",
"@value" : "Big Point"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PebiBIT
URI: http://qudt.org/vocab/unit/PebiBIT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PebiBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 87267165460724.59169291379527415124 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.726716546072459169291379527415124E13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pebi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Pib" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1351334> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pebibit" ; rdfs:label "Pebibit"@en ; .
{"resource":"Pebibit"
,"qname":"unit:PebiBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PebiBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1351334>"
,"conversion multiplier":"87267165460724.59169291379527415124"
,"conversion multiplier scientific":"8.726716546072459169291379527415124E13"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pebibit"
,"label":"Pebibit"
,"prefix":"prefix:Pebi"
,"scalingOf":"unit:BIT"
,"symbol":"Pib"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PebiBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "87267165460724.59169291379527415124",
"conversionMultiplier:SN" : 8.72671654607246E13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"prefix" : "http://qudt.org/vocab/prefix/Pebi",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Pib",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1351334",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pebibit", {
"@language" : "en",
"@value" : "Pebibit"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PebiBIT-PER-M
URI: http://qudt.org/vocab/unit/PebiBIT-PER-M
1,125,899,906,842,624-fold of the unit bit divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PebiBIT-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,125,899,906,842,624-fold of the unit bit divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 87267165460724.59169291379527415124 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.726716546072459169291379527415124E13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA271" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA271"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Pib/m" ; <http://qudt.org/schema/qudt/uneceCommonCode> "E80" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pebibit per Meter"@en-US ; rdfs:label "Pebibit per Metre" ; rdfs:label "Pebibit per Metre"@en ; .
{"resource":"Pebibit per Metre"
,"qname":"unit:PebiBIT-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PebiBIT-PER-M"
,"properties":["conversion multiplier":"87267165460724.59169291379527415124"
,"conversion multiplier scientific":"8.726716546072459169291379527415124E13"
,"description":"1,125,899,906,842,624-fold of the unit bit divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA271"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA271"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pebibit per Meter"
,"label":"Pebibit per Metre"
,"label":"Pebibit per Metre"
,"symbol":"Pib\/m"
,"type":"qudt:Unit"
,"unece common code":"E80"
]}
{
"@id" : "http://qudt.org/vocab/unit/PebiBIT-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,125,899,906,842,624-fold of the unit bit divided by the SI base unit metre",
"conversionMultiplier" : "87267165460724.59169291379527415124",
"conversionMultiplier:SN" : 8.72671654607246E13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearBitDensity",
"iec61360Code" : "0112/2///62720#UAA271",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA271",
"symbol" : "Pib/m",
"uneceCommonCode" : "E80",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pebibit per Metre", {
"@language" : "en",
"@value" : "Pebibit per Metre"
}, {
"@language" : "en-us",
"@value" : "Pebibit per Meter"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PebiBIT-PER-M2
URI: http://qudt.org/vocab/unit/PebiBIT-PER-M2
1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PebiBIT-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 87267165460724.59169291379527415124 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.726716546072459169291379527415124E13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA272" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA272"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Pib/m²" ; <http://qudt.org/schema/qudt/uneceCommonCode> "E81" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pebibit per Square Meter"@en-US ; rdfs:label "Pebibit per Square Metre" ; rdfs:label "Pebibit per Square Metre"@en ; .
{"resource":"Pebibit per Square Metre"
,"qname":"unit:PebiBIT-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PebiBIT-PER-M2"
,"properties":["conversion multiplier":"87267165460724.59169291379527415124"
,"conversion multiplier scientific":"8.726716546072459169291379527415124E13"
,"description":"1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:AreaBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA272"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA272"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pebibit per Square Meter"
,"label":"Pebibit per Square Metre"
,"label":"Pebibit per Square Metre"
,"symbol":"Pib\/m²"
,"type":"qudt:Unit"
,"unece common code":"E81"
]}
{
"@id" : "http://qudt.org/vocab/unit/PebiBIT-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "87267165460724.59169291379527415124",
"conversionMultiplier:SN" : 8.72671654607246E13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaBitDensity",
"iec61360Code" : "0112/2///62720#UAA272",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA272",
"symbol" : "Pib/m²",
"uneceCommonCode" : "E81",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pebibit per Square Metre", {
"@language" : "en",
"@value" : "Pebibit per Square Metre"
}, {
"@language" : "en-us",
"@value" : "Pebibit per Square Meter"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PebiBIT-PER-M3
URI: http://qudt.org/vocab/unit/PebiBIT-PER-M3
1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PebiBIT-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/conversionMultiplier> 87267165460724.59169291379527415124 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.726716546072459169291379527415124E13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA273" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA273"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Pib/m³" ; <http://qudt.org/schema/qudt/uneceCommonCode> "E82" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pebibit per Cubic Meter"@en-US ; rdfs:label "Pebibit per Cubic Metre" ; rdfs:label "Pebibit per Cubic Metre"@en ; .
{"resource":"Pebibit per Cubic Metre"
,"qname":"unit:PebiBIT-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PebiBIT-PER-M3"
,"properties":["conversion multiplier":"87267165460724.59169291379527415124"
,"conversion multiplier scientific":"8.726716546072459169291379527415124E13"
,"description":"1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumetricBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA273"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA273"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pebibit per Cubic Meter"
,"label":"Pebibit per Cubic Metre"
,"label":"Pebibit per Cubic Metre"
,"symbol":"Pib\/m³"
,"type":"qudt:Unit"
,"unece common code":"E82"
]}
{
"@id" : "http://qudt.org/vocab/unit/PebiBIT-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,125,899,906,842,624-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3",
"conversionMultiplier" : "87267165460724.59169291379527415124",
"conversionMultiplier:SN" : 8.72671654607246E13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricBitDensity",
"iec61360Code" : "0112/2///62720#UAA273",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA273",
"symbol" : "Pib/m³",
"uneceCommonCode" : "E82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pebibit per Cubic Metre", {
"@language" : "en",
"@value" : "Pebibit per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Pebibit per Cubic Meter"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PebiBYTE
URI: http://qudt.org/vocab/unit/PebiBYTE
The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte = 1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as $10^{15} bytes = 1,000,000,000,000,000 bytes$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PebiBYTE>
rdf:type <http://qudt.org/schema/qudt/CountingUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte = 1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as $10^{15} bytes = 1,000,000,000,000,000 bytes$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 698137323685796.73354331036219321 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9813732368579673354331036219321E14 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Pebibyte"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA274" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Pebibyte?oldid=492685015"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA274"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pebi> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ;
<http://qudt.org/schema/qudt/symbol> "PiB" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E60" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79774> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pebibyte" ;
rdfs:label "Pebibyte"@en ;
.
{"resource":"Pebibyte"
,"qname":"unit:PebiBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PebiBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79774>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"698137323685796.73354331036219321"
,"conversion multiplier scientific":"6.9813732368579673354331036219321E14"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Pebibyte"
,"description":"The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte = 1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as $10^{15} bytes = 1,000,000,000,000,000 bytes$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA274"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Pebibyte?oldid=492685015"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA274"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pebibyte"
,"label":"Pebibyte"
,"prefix":"prefix:Pebi"
,"scalingOf":"unit:BYTE"
,"symbol":"PiB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"unece common code":"E60"
]}
{
"@id" : "http://qudt.org/vocab/unit/PebiBYTE",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The pebibyte is a standards-based binary multiple (prefix pebi, symbol Pi) of the byte, a unit of digital information storage. The pebibyte unit symbol is PiB. 1 pebibyte = 1125899906842624bytes = 1024 tebibytes The pebibyte is closely related to the petabyte, which is defined as $10^{15} bytes = 1,000,000,000,000,000 bytes$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "698137323685796.73354331036219321",
"conversionMultiplier:SN" : 6.981373236857968E14,
"dbpediaMatch" : "http://dbpedia.org/resource/Pebibyte",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAA274",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Pebibyte?oldid=492685015", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA274" ],
"prefix" : "http://qudt.org/vocab/prefix/Pebi",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "PiB",
"uneceCommonCode" : "E60",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79774",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pebibyte", {
"@language" : "en",
"@value" : "Pebibyte"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Pennyweight
URI: http://qudt.org/vocab/unit/Pennyweight
non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/Pennyweight> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PENNYWEIGHT> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00155517384 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.55517384E-3 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/DWT> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB182" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB182"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "dwt" ; <http://qudt.org/schema/qudt/ucumCode> "[pwt_tr]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "DWT" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1361854> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pennyweight" ; rdfs:label "Pennyweight"@en ; .
{"resource":"Pennyweight"
,"qname":"unit:Pennyweight"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Pennyweight"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1361854>"
,"conversion multiplier":"0.00155517384"
,"conversion multiplier scientific":"1.55517384E-3"
,"deprecated":"true"
,"description":"non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"
,"description (plain text)":"non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg"
,"exact match":"unit:DWT"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB182"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB182"
,"is replaced by":"unit:PENNYWEIGHT"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pennyweight"
,"label":"Pennyweight"
,"scalingOf":"unit:KiloGM"
,"symbol":"dwt"
,"type":"qudt:Unit"
,"ucum code":"[pwt_tr]"
,"unece common code":"DWT"
]}
{
"@id" : "http://qudt.org/vocab/unit/Pennyweight",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg",
"isReplacedBy" : "http://qudt.org/vocab/unit/PENNYWEIGHT",
"conversionMultiplier" : "0.00155517384",
"conversionMultiplier:SN" : 0.00155517384,
"http://qudt.org/schema/qudt/deprecated" : true,
"exactMatch" : "http://qudt.org/vocab/unit/DWT",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB182",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB182",
"plainTextDescription" : "non SI-conforming unit of mass which comes from the Anglo-American Troy or Apothecaries' Weight System of units according to NIST of 1 pwt = 1.555174 10^3 kg",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "dwt",
"ucumCode" : "[pwt_tr]",
"uneceCommonCode" : "DWT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1361854",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pennyweight", {
"@language" : "en",
"@value" : "Pennyweight"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaA
URI: http://qudt.org/vocab/unit/PetaA
1,000,000,000,000,000-fold of the unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurrentLinkage> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DisplacementCurrent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticTension> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagnetomotiveForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB641" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB641"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "PA" ; <http://qudt.org/schema/qudt/ucumCode> "PA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Petaamper"@hu ; rdfs:label "Petaamper"@pl ; rdfs:label "Petaamper"@ro ; rdfs:label "Petaamper"@sl ; rdfs:label "Petaamper"@tr ; rdfs:label "Petaampere" ; rdfs:label "Petaampere"@de ; rdfs:label "Petaampere"@en ; rdfs:label "Petaampere"@it ; rdfs:label "Petaampere"@ms ; rdfs:label "Petaamperio"@es ; rdfs:label "Petaampère"@fr ; rdfs:label "Petaampér"@cs ; .
{"resource":"Petaampere"
,"qname":"unit:PetaA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaA"
,"properties":["conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"description":"1,000,000,000,000,000-fold of the unit ampere"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:CurrentLinkage"
,"has quantity kind":"quantitykind:DisplacementCurrent"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"has quantity kind":"quantitykind:ElectricCurrentPhasor"
,"has quantity kind":"quantitykind:MagneticTension"
,"has quantity kind":"quantitykind:MagnetomotiveForce"
,"has quantity kind":"quantitykind:TotalCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB641"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB641"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petaamper"
,"label":"Petaamper"
,"label":"Petaamper"
,"label":"Petaamper"
,"label":"Petaamper"
,"label":"Petaampere"
,"label":"Petaampere"
,"label":"Petaampere"
,"label":"Petaampere"
,"label":"Petaampere"
,"label":"Petaamperio"
,"label":"Petaampère"
,"label":"Petaampér"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:A"
,"symbol":"PA"
,"type":"qudt:Unit"
,"ucum code":"PA"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the unit ampere",
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/CurrentLinkage", "http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor", "http://qudt.org/vocab/quantitykind/MagnetomotiveForce", "http://qudt.org/vocab/quantitykind/DisplacementCurrent", "http://qudt.org/vocab/quantitykind/MagneticTension", "http://qudt.org/vocab/quantitykind/TotalCurrent", "http://qudt.org/vocab/quantitykind/ElectricCurrent" ],
"iec61360Code" : "0112/2///62720#UAB641",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB641",
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "PA",
"ucumCode" : "PA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Petaamperio"
}, {
"@language" : "hu",
"@value" : "Petaamper"
}, {
"@language" : "pl",
"@value" : "Petaamper"
}, {
"@language" : "ro",
"@value" : "Petaamper"
}, {
"@language" : "sl",
"@value" : "Petaamper"
}, {
"@language" : "tr",
"@value" : "Petaamper"
}, {
"@language" : "cs",
"@value" : "Petaampér"
}, {
"@language" : "fr",
"@value" : "Petaampère"
}, "Petaampere", {
"@language" : "de",
"@value" : "Petaampere"
}, {
"@language" : "en",
"@value" : "Petaampere"
}, {
"@language" : "it",
"@value" : "Petaampere"
}, {
"@language" : "ms",
"@value" : "Petaampere"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaBIT
URI: http://qudt.org/vocab/unit/PetaBIT
1,000,000,000,000,000-fold of the unit bit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the unit bit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147180559945.30941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E14 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DatasetOfBits> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB190" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB190"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Pb" ; <http://qudt.org/schema/qudt/ucumCode> "Pbit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E78" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1152074> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Petabit" ; rdfs:label "Petabit"@en ; .
{"resource":"Petabit"
,"qname":"unit:PetaBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1152074>"
,"conversion multiplier":"693147180559945.30941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E14"
,"description":"1,000,000,000,000,000-fold of the unit bit"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DatasetOfBits"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB190"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB190"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petabit"
,"label":"Petabit"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:BIT"
,"symbol":"Pb"
,"type":"qudt:Unit"
,"ucum code":"Pbit"
,"unece common code":"E78"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the unit bit",
"conversionMultiplier" : "693147180559945.30941723212145818",
"conversionMultiplier:SN" : 6.931471805599452E14,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DatasetOfBits",
"iec61360Code" : "0112/2///62720#UAB190",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB190",
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Pb",
"ucumCode" : "Pbit",
"uneceCommonCode" : "E78",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1152074",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Petabit", {
"@language" : "en",
"@value" : "Petabit"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaBIT-PER-SEC
URI: http://qudt.org/vocab/unit/PetaBIT-PER-SEC
1,000,000,000,000,000-fold of the unit bit divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaBIT-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the unit bit divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147180559945.30941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E14 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DataRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA270" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA270"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Pb/s" ; <http://qudt.org/schema/qudt/ucumCode> "Pbit.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E79" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Petabit per Second" ; rdfs:label "Petabit per Second"@en ; .
{"resource":"Petabit per Second"
,"qname":"unit:PetaBIT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaBIT-PER-SEC"
,"properties":["conversion multiplier":"693147180559945.30941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E14"
,"description":"1,000,000,000,000,000-fold of the unit bit divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:DataRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA270"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA270"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petabit per Second"
,"label":"Petabit per Second"
,"symbol":"Pb\/s"
,"type":"qudt:Unit"
,"ucum code":"Pbit.s-1"
,"unece common code":"E79"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaBIT-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the unit bit divided by the SI base unit second",
"conversionMultiplier" : "693147180559945.30941723212145818",
"conversionMultiplier:SN" : 6.931471805599452E14,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DataRate",
"iec61360Code" : "0112/2///62720#UAA270",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA270",
"symbol" : "Pb/s",
"ucumCode" : "Pbit.s-1",
"uneceCommonCode" : "E79",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Petabit per Second", {
"@language" : "en",
"@value" : "Petabit per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaBQ
URI: http://qudt.org/vocab/unit/PetaBQ
1,000,000,000,000,000-fold of the unit becquerel
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaBQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the unit becquerel" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB590" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB590"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ; <http://qudt.org/schema/qudt/symbol> "PBq" ; <http://qudt.org/schema/qudt/ucumCode> "PBq"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Petabecquerel" ; rdfs:label "Petabecquerel"@cs ; rdfs:label "Petabecquerel"@de ; rdfs:label "Petabecquerel"@en ; rdfs:label "Petabecquerel"@es ; rdfs:label "Petabecquerel"@fr ; rdfs:label "Petabecquerel"@hu ; rdfs:label "Petabecquerel"@it ; rdfs:label "Petabecquerel"@ms ; rdfs:label "Petabecquerel"@ro ; rdfs:label "Petabecquerel"@sl ; rdfs:label "Petabekerel"@pl ; rdfs:label "Petabekerel"@tr ; .
{"resource":"Petabecquerel"
,"qname":"unit:PetaBQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaBQ"
,"properties":["conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"description":"1,000,000,000,000,000-fold of the unit becquerel"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB590"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB590"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petabecquerel"
,"label":"Petabecquerel"
,"label":"Petabecquerel"
,"label":"Petabecquerel"
,"label":"Petabecquerel"
,"label":"Petabecquerel"
,"label":"Petabecquerel"
,"label":"Petabecquerel"
,"label":"Petabecquerel"
,"label":"Petabecquerel"
,"label":"Petabecquerel"
,"label":"Petabekerel"
,"label":"Petabekerel"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:BQ"
,"symbol":"PBq"
,"type":"qudt:Unit"
,"ucum code":"PBq"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaBQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the unit becquerel",
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAB590",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB590",
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "PBq",
"ucumCode" : "PBq",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Petabecquerel", {
"@language" : "cs",
"@value" : "Petabecquerel"
}, {
"@language" : "de",
"@value" : "Petabecquerel"
}, {
"@language" : "en",
"@value" : "Petabecquerel"
}, {
"@language" : "es",
"@value" : "Petabecquerel"
}, {
"@language" : "fr",
"@value" : "Petabecquerel"
}, {
"@language" : "hu",
"@value" : "Petabecquerel"
}, {
"@language" : "it",
"@value" : "Petabecquerel"
}, {
"@language" : "ms",
"@value" : "Petabecquerel"
}, {
"@language" : "ro",
"@value" : "Petabecquerel"
}, {
"@language" : "sl",
"@value" : "Petabecquerel"
}, {
"@language" : "pl",
"@value" : "Petabekerel"
}, {
"@language" : "tr",
"@value" : "Petabekerel"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaBYTE
URI: http://qudt.org/vocab/unit/PetaBYTE
A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than $12\% $greater ($2^{50} bytes = 1,125,899,906,842,624 bytes$).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PetaBYTE>
rdf:type <http://qudt.org/schema/qudt/CountingUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than $12\\% $greater ($2^{50} bytes = 1,125,899,906,842,624 bytes$)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 5545177444479562.47533785697166544 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E15 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Petabyte"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB187" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Petabyte?oldid=494735969"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB187"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ;
<http://qudt.org/schema/qudt/symbol> "PB" ;
<http://qudt.org/schema/qudt/ucumCode> "PBy"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E36" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79744> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Petabyte" ;
rdfs:label "Petabyte"@en ;
.
{"resource":"Petabyte"
,"qname":"unit:PetaBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79744>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"5545177444479562.47533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E15"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Petabyte"
,"description":"A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than $12\\% $greater ($2^{50} bytes = 1,125,899,906,842,624 bytes$)."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB187"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Petabyte?oldid=494735969"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB187"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petabyte"
,"label":"Petabyte"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:BYTE"
,"symbol":"PB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"PBy"
,"unece common code":"E36"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaBYTE",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A petabyte is a unit of information equal to one quadrillion bytes, or 1024 terabytes. The unit symbol for the petabyte is PB. The prefix peta (P) indicates the fifth power to 1000: 1 PB = 1000000000000000B, 1 million gigabytes = 1 thousand terabytes The pebibyte (PiB), using a binary prefix, is the corresponding power of 1024, which is more than $12\\% $greater ($2^{50} bytes = 1,125,899,906,842,624 bytes$).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "5545177444479562.47533785697166544",
"conversionMultiplier:SN" : 5.545177444479562E15,
"dbpediaMatch" : "http://dbpedia.org/resource/Petabyte",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAB187",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Petabyte?oldid=494735969", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB187" ],
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "PB",
"ucumCode" : "PBy",
"uneceCommonCode" : "E36",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79744",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Petabyte", {
"@language" : "en",
"@value" : "Petabyte"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaC
URI: http://qudt.org/vocab/unit/PetaC
A PetaCoulomb is $10^{15} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PetaC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A PetaCoulomb is $10^{15} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "PC" ;
<http://qudt.org/schema/qudt/ucumCode> "PC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94414499> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Petacoulomb" ;
rdfs:label "Petacoulomb"@cs ;
rdfs:label "Petacoulomb"@de ;
rdfs:label "Petacoulomb"@en ;
rdfs:label "Petacoulomb"@fr ;
rdfs:label "Petacoulomb"@hu ;
rdfs:label "Petacoulomb"@it ;
rdfs:label "Petacoulomb"@ms ;
rdfs:label "Petacoulomb"@ro ;
rdfs:label "Petacoulomb"@sl ;
rdfs:label "Petacoulomb"@tr ;
rdfs:label "Petaculombio"@es ;
rdfs:label "Petakulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Petacoulomb"
,"qname":"unit:PetaC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94414499>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"description":"A PetaCoulomb is $10^{15} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petacoulomb"
,"label":"Petacoulomb"
,"label":"Petacoulomb"
,"label":"Petacoulomb"
,"label":"Petacoulomb"
,"label":"Petacoulomb"
,"label":"Petacoulomb"
,"label":"Petacoulomb"
,"label":"Petacoulomb"
,"label":"Petacoulomb"
,"label":"Petacoulomb"
,"label":"Petaculombio"
,"label":"Petakulomb"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:C"
,"symbol":"PC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"PC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A PetaCoulomb is $10^{15} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "PC",
"ucumCode" : "PC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94414499",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Petaculombio"
}, {
"@language" : "pl",
"@value" : "Petakulomb"
}, "Petacoulomb", {
"@language" : "cs",
"@value" : "Petacoulomb"
}, {
"@language" : "de",
"@value" : "Petacoulomb"
}, {
"@language" : "en",
"@value" : "Petacoulomb"
}, {
"@language" : "fr",
"@value" : "Petacoulomb"
}, {
"@language" : "hu",
"@value" : "Petacoulomb"
}, {
"@language" : "it",
"@value" : "Petacoulomb"
}, {
"@language" : "ms",
"@value" : "Petacoulomb"
}, {
"@language" : "ro",
"@value" : "Petacoulomb"
}, {
"@language" : "sl",
"@value" : "Petacoulomb"
}, {
"@language" : "tr",
"@value" : "Petacoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaFLOPS
URI: http://qudt.org/vocab/unit/PetaFLOPS
1,000,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaFLOPS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FloatingPointCalculationCapability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB594" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB594"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FLOPS> ; <http://qudt.org/schema/qudt/symbol> "PFLOPS" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Peta Floating Point Operations per Second" ; rdfs:label "Peta Floating Point Operations per Second"@en ; .
{"resource":"Peta Floating Point Operations per Second"
,"qname":"unit:PetaFLOPS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaFLOPS"
,"properties":["conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"description":"1,000,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:FloatingPointCalculationCapability"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB594"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB594"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Peta Floating Point Operations per Second"
,"label":"Peta Floating Point Operations per Second"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:FLOPS"
,"symbol":"PFLOPS"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaFLOPS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second",
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/FloatingPointCalculationCapability",
"iec61360Code" : "0112/2///62720#UAB594",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB594",
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/FLOPS",
"symbol" : "PFLOPS",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Peta Floating Point Operations per Second", {
"@language" : "en",
"@value" : "Peta Floating Point Operations per Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaHZ
URI: http://qudt.org/vocab/unit/PetaHZ
1,000,000,000,000,000-fold of the unit hertz
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaHZ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the unit hertz" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB699" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB699"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/HZ> ; <http://qudt.org/schema/qudt/symbol> "PHz" ; <http://qudt.org/schema/qudt/ucumCode> "PHz"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Petaherc"@pl ; rdfs:label "Petahercio"@es ; rdfs:label "Petahertz" ; rdfs:label "Petahertz"@cs ; rdfs:label "Petahertz"@de ; rdfs:label "Petahertz"@en ; rdfs:label "Petahertz"@fr ; rdfs:label "Petahertz"@hu ; rdfs:label "Petahertz"@it ; rdfs:label "Petahertz"@ms ; rdfs:label "Petahertz"@ro ; rdfs:label "Petahertz"@sl ; rdfs:label "Petahertz"@tr ; .
{"resource":"Petahertz"
,"qname":"unit:PetaHZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaHZ"
,"properties":["conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"description":"1,000,000,000,000,000-fold of the unit hertz"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB699"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB699"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petaherc"
,"label":"Petahercio"
,"label":"Petahertz"
,"label":"Petahertz"
,"label":"Petahertz"
,"label":"Petahertz"
,"label":"Petahertz"
,"label":"Petahertz"
,"label":"Petahertz"
,"label":"Petahertz"
,"label":"Petahertz"
,"label":"Petahertz"
,"label":"Petahertz"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:HZ"
,"symbol":"PHz"
,"type":"qudt:Unit"
,"ucum code":"PHz"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaHZ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the unit hertz",
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAB699",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB699",
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/HZ",
"symbol" : "PHz",
"ucumCode" : "PHz",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Petahertz", {
"@language" : "cs",
"@value" : "Petahertz"
}, {
"@language" : "de",
"@value" : "Petahertz"
}, {
"@language" : "en",
"@value" : "Petahertz"
}, {
"@language" : "fr",
"@value" : "Petahertz"
}, {
"@language" : "pl",
"@value" : "Petaherc"
}, {
"@language" : "es",
"@value" : "Petahercio"
}, {
"@language" : "hu",
"@value" : "Petahertz"
}, {
"@language" : "it",
"@value" : "Petahertz"
}, {
"@language" : "ms",
"@value" : "Petahertz"
}, {
"@language" : "ro",
"@value" : "Petahertz"
}, {
"@language" : "sl",
"@value" : "Petahertz"
}, {
"@language" : "tr",
"@value" : "Petahertz"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaJ
URI: http://qudt.org/vocab/unit/PetaJ
1,000,000,000,000,000-fold of the derived SI unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the derived SI unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB123" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB123"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000,000,000,000-fold of the derived SI unit joule" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "PJ" ; <http://qudt.org/schema/qudt/ucumCode> "PJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C68" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53393886> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Petadżul"@pl ; rdfs:label "Petajoule" ; rdfs:label "Petajoule"@cs ; rdfs:label "Petajoule"@de ; rdfs:label "Petajoule"@en ; rdfs:label "Petajoule"@fr ; rdfs:label "Petajoule"@hu ; rdfs:label "Petajoule"@it ; rdfs:label "Petajoule"@ms ; rdfs:label "Petajoule"@ro ; rdfs:label "Petajoule"@sl ; rdfs:label "Petajoule"@tr ; rdfs:label "Petajulio"@es ; .
{"resource":"Petajoule"
,"qname":"unit:PetaJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaJ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53393886>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"description":"1,000,000,000,000,000-fold of the derived SI unit joule"
,"description (plain text)":"1,000,000,000,000,000-fold of the derived SI unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB123"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB123"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petadżul"
,"label":"Petajoule"
,"label":"Petajoule"
,"label":"Petajoule"
,"label":"Petajoule"
,"label":"Petajoule"
,"label":"Petajoule"
,"label":"Petajoule"
,"label":"Petajoule"
,"label":"Petajoule"
,"label":"Petajoule"
,"label":"Petajoule"
,"label":"Petajulio"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:J"
,"symbol":"PJ"
,"type":"qudt:Unit"
,"ucum code":"PJ"
,"unece common code":"C68"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the derived SI unit joule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB123",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB123",
"plainTextDescription" : "1,000,000,000,000,000-fold of the derived SI unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "PJ",
"ucumCode" : "PJ",
"uneceCommonCode" : "C68",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53393886",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Petajoule", {
"@language" : "cs",
"@value" : "Petajoule"
}, {
"@language" : "de",
"@value" : "Petajoule"
}, {
"@language" : "en",
"@value" : "Petajoule"
}, {
"@language" : "fr",
"@value" : "Petajoule"
}, {
"@language" : "hu",
"@value" : "Petajoule"
}, {
"@language" : "it",
"@value" : "Petajoule"
}, {
"@language" : "ms",
"@value" : "Petajoule"
}, {
"@language" : "ro",
"@value" : "Petajoule"
}, {
"@language" : "sl",
"@value" : "Petajoule"
}, {
"@language" : "tr",
"@value" : "Petajoule"
}, {
"@language" : "pl",
"@value" : "Petadżul"
}, {
"@language" : "es",
"@value" : "Petajulio"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaJ-PER-SEC
URI: http://qudt.org/vocab/unit/PetaJ-PER-SEC
1,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaJ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB514" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB514"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "PJ/s" ; <http://qudt.org/schema/qudt/ucumCode> "PJ.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Petadżul na Sekunda"@pl ; rdfs:label "Petajoule na Sekunda"@cs ; rdfs:label "Petajoule na Sekunda"@sl ; rdfs:label "Petajoule par Seconde"@fr ; rdfs:label "Petajoule pe Secundă"@ro ; rdfs:label "Petajoule per Saat"@ms ; rdfs:label "Petajoule per Saniye"@tr ; rdfs:label "Petajoule per Second" ; rdfs:label "Petajoule per Second"@en ; rdfs:label "Petajoule per Secondo"@it ; rdfs:label "Petajoule pro Sekunde"@de ; rdfs:label "Petajulio por Segundo"@es ; .
{"resource":"Petajoule per Second"
,"qname":"unit:PetaJ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaJ-PER-SEC"
,"properties":["conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"description":"1,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB514"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB514"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petadżul na Sekunda"
,"label":"Petajoule na Sekunda"
,"label":"Petajoule na Sekunda"
,"label":"Petajoule par Seconde"
,"label":"Petajoule pe Secundă"
,"label":"Petajoule per Saat"
,"label":"Petajoule per Saniye"
,"label":"Petajoule per Second"
,"label":"Petajoule per Second"
,"label":"Petajoule per Secondo"
,"label":"Petajoule pro Sekunde"
,"label":"Petajulio por Segundo"
,"symbol":"PJ\/s"
,"type":"qudt:Unit"
,"ucum code":"PJ.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaJ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second",
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB514",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB514",
"symbol" : "PJ/s",
"ucumCode" : "PJ.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Petajoule per Second", {
"@language" : "en",
"@value" : "Petajoule per Second"
}, {
"@language" : "de",
"@value" : "Petajoule pro Sekunde"
}, {
"@language" : "es",
"@value" : "Petajulio por Segundo"
}, {
"@language" : "pl",
"@value" : "Petadżul na Sekunda"
}, {
"@language" : "ms",
"@value" : "Petajoule per Saat"
}, {
"@language" : "cs",
"@value" : "Petajoule na Sekunda"
}, {
"@language" : "sl",
"@value" : "Petajoule na Sekunda"
}, {
"@language" : "ro",
"@value" : "Petajoule pe Secundă"
}, {
"@language" : "it",
"@value" : "Petajoule per Secondo"
}, {
"@language" : "fr",
"@value" : "Petajoule par Seconde"
}, {
"@language" : "tr",
"@value" : "Petajoule per Saniye"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaV
URI: http://qudt.org/vocab/unit/PetaV
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "PV" ; <http://qudt.org/schema/qudt/ucumCode> "PV"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Petavolt" ; rdfs:label "Petavolt"@cs ; rdfs:label "Petavolt"@de ; rdfs:label "Petavolt"@en ; rdfs:label "Petavolt"@fr ; rdfs:label "Petavolt"@hu ; rdfs:label "Petavolt"@it ; rdfs:label "Petavolt"@ms ; rdfs:label "Petavolt"@ro ; rdfs:label "Petavolt"@sl ; rdfs:label "Petavolt"@tr ; rdfs:label "Petavoltio"@es ; rdfs:label "Petawolt"@pl ; .
{"resource":"Petavolt"
,"qname":"unit:PetaV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaV"
,"properties":["conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petavolt"
,"label":"Petavolt"
,"label":"Petavolt"
,"label":"Petavolt"
,"label":"Petavolt"
,"label":"Petavolt"
,"label":"Petavolt"
,"label":"Petavolt"
,"label":"Petavolt"
,"label":"Petavolt"
,"label":"Petavolt"
,"label":"Petavoltio"
,"label":"Petawolt"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:V"
,"symbol":"PV"
,"type":"qudt:Unit"
,"ucum code":"PV"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/ElectricPotential", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/Voltage" ],
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "PV",
"ucumCode" : "PV",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Petavoltio"
}, {
"@language" : "pl",
"@value" : "Petawolt"
}, "Petavolt", {
"@language" : "cs",
"@value" : "Petavolt"
}, {
"@language" : "de",
"@value" : "Petavolt"
}, {
"@language" : "en",
"@value" : "Petavolt"
}, {
"@language" : "fr",
"@value" : "Petavolt"
}, {
"@language" : "hu",
"@value" : "Petavolt"
}, {
"@language" : "it",
"@value" : "Petavolt"
}, {
"@language" : "ms",
"@value" : "Petavolt"
}, {
"@language" : "ro",
"@value" : "Petavolt"
}, {
"@language" : "sl",
"@value" : "Petavolt"
}, {
"@language" : "tr",
"@value" : "Petavolt"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaV-A
URI: http://qudt.org/vocab/unit/PetaV-A
1,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaV-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PetaVA> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB536" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB536"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "PV·A" ; <http://qudt.org/schema/qudt/ucumCode> "PV.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Petavolt Amper"@ro ; rdfs:label "Petavolt Amper"@sl ; rdfs:label "Petavolt Amper"@tr ; rdfs:label "Petavolt Ampere" ; rdfs:label "Petavolt Ampere"@de ; rdfs:label "Petavolt Ampere"@en ; rdfs:label "Petavolt Ampere"@it ; rdfs:label "Petavolt Ampere"@ms ; rdfs:label "Petavolt Ampère"@fr ; rdfs:label "Petavolt Ampér"@cs ; rdfs:label "Petavoltio Amperio"@es ; rdfs:label "Petawolt Amper"@pl ; .
{"resource":"Petavolt Ampere"
,"qname":"unit:PetaV-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaV-A"
,"properties":["conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"deprecated":"true"
,"description":"1,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB536"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB536"
,"is replaced by":"unit:PetaVA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petavolt Amper"
,"label":"Petavolt Amper"
,"label":"Petavolt Amper"
,"label":"Petavolt Ampere"
,"label":"Petavolt Ampere"
,"label":"Petavolt Ampere"
,"label":"Petavolt Ampere"
,"label":"Petavolt Ampere"
,"label":"Petavolt Ampère"
,"label":"Petavolt Ampér"
,"label":"Petavoltio Amperio"
,"label":"Petawolt Amper"
,"symbol":"PV·A"
,"type":"qudt:Unit"
,"ucum code":"PV.A"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaV-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/PetaVA",
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB536",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB536",
"symbol" : "PV·A",
"ucumCode" : "PV.A",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Petavolt Ampère"
}, {
"@language" : "es",
"@value" : "Petavoltio Amperio"
}, "Petavolt Ampere", {
"@language" : "de",
"@value" : "Petavolt Ampere"
}, {
"@language" : "en",
"@value" : "Petavolt Ampere"
}, {
"@language" : "ms",
"@value" : "Petavolt Ampere"
}, {
"@language" : "it",
"@value" : "Petavolt Ampere"
}, {
"@language" : "cs",
"@value" : "Petavolt Ampér"
}, {
"@language" : "pl",
"@value" : "Petawolt Amper"
}, {
"@language" : "ro",
"@value" : "Petavolt Amper"
}, {
"@language" : "sl",
"@value" : "Petavolt Amper"
}, {
"@language" : "tr",
"@value" : "Petavolt Amper"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaVA
URI: http://qudt.org/vocab/unit/PetaVA
1,000,000,000,000,000-fold of the SI derived unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaVA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the SI derived unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB536" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB536"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/symbol> "PVA" ; <http://qudt.org/schema/qudt/ucumCode> "PVA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Peta Volt Ampere" ; rdfs:label "Peta Volt Ampere"@en ; rdfs:label "Peta Volt Ampere"@it ; rdfs:label "Petavoltampere"@de ; rdfs:label "Petavoltampère"@fr ; rdfs:label "Petavoltiamperio"@es ; .
{"resource":"Peta Volt Ampere"
,"qname":"unit:PetaVA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaVA"
,"properties":["conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"description":"1,000,000,000,000,000-fold of the SI derived unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB536"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB536"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Peta Volt Ampere"
,"label":"Peta Volt Ampere"
,"label":"Peta Volt Ampere"
,"label":"Petavoltampere"
,"label":"Petavoltampère"
,"label":"Petavoltiamperio"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:VA"
,"symbol":"PVA"
,"type":"qudt:Unit"
,"ucum code":"PVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaVA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the SI derived unit ampere",
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB536",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB536",
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/VA",
"symbol" : "PVA",
"ucumCode" : "PVA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Petavoltampère"
}, {
"@language" : "en",
"@value" : "Peta Volt Ampere"
}, {
"@language" : "it",
"@value" : "Peta Volt Ampere"
}, "Peta Volt Ampere", {
"@language" : "de",
"@value" : "Petavoltampere"
}, {
"@language" : "es",
"@value" : "Petavoltiamperio"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PetaW
URI: http://qudt.org/vocab/unit/PetaW
1,000,000,000,000,000-fold of the unit watt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PetaW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000,000-fold of the unit watt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB506" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB506"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Peta> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ; <http://qudt.org/schema/qudt/symbol> "PW" ; <http://qudt.org/schema/qudt/ucumCode> "PW"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Petavatio"@es ; rdfs:label "Petawat"@pl ; rdfs:label "Petawatt" ; rdfs:label "Petawatt"@cs ; rdfs:label "Petawatt"@de ; rdfs:label "Petawatt"@en ; rdfs:label "Petawatt"@fr ; rdfs:label "Petawatt"@hu ; rdfs:label "Petawatt"@it ; rdfs:label "Petawatt"@ms ; rdfs:label "Petawatt"@ro ; rdfs:label "Petawatt"@sl ; rdfs:label "Petawatt"@tr ; .
{"resource":"Petawatt"
,"qname":"unit:PetaW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PetaW"
,"properties":["conversion multiplier":"1000000000000000.0"
,"conversion multiplier scientific":"1.0E15"
,"description":"1,000,000,000,000,000-fold of the unit watt"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB506"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB506"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Petavatio"
,"label":"Petawat"
,"label":"Petawatt"
,"label":"Petawatt"
,"label":"Petawatt"
,"label":"Petawatt"
,"label":"Petawatt"
,"label":"Petawatt"
,"label":"Petawatt"
,"label":"Petawatt"
,"label":"Petawatt"
,"label":"Petawatt"
,"label":"Petawatt"
,"prefix":"prefix:Peta"
,"scalingOf":"unit:W"
,"symbol":"PW"
,"type":"qudt:Unit"
,"ucum code":"PW"
]}
{
"@id" : "http://qudt.org/vocab/unit/PetaW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000,000-fold of the unit watt",
"conversionMultiplier" : "1000000000000000.0",
"conversionMultiplier:SN" : 1.0E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricPower", "http://qudt.org/vocab/quantitykind/Power" ],
"iec61360Code" : "0112/2///62720#UAB506",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB506",
"prefix" : "http://qudt.org/vocab/prefix/Peta",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "PW",
"ucumCode" : "PW",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Petawatt", {
"@language" : "cs",
"@value" : "Petawatt"
}, {
"@language" : "de",
"@value" : "Petawatt"
}, {
"@language" : "en",
"@value" : "Petawatt"
}, {
"@language" : "fr",
"@value" : "Petawatt"
}, {
"@language" : "hu",
"@value" : "Petawatt"
}, {
"@language" : "it",
"@value" : "Petawatt"
}, {
"@language" : "ms",
"@value" : "Petawatt"
}, {
"@language" : "ro",
"@value" : "Petawatt"
}, {
"@language" : "sl",
"@value" : "Petawatt"
}, {
"@language" : "tr",
"@value" : "Petawatt"
}, {
"@language" : "es",
"@value" : "Petavatio"
}, {
"@language" : "pl",
"@value" : "Petawat"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoA
URI: http://qudt.org/vocab/unit/PicoA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA928" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA928"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "pA" ; <http://qudt.org/schema/qudt/ucumCode> "pA"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C70" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53679489> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picoamper"@hu ; rdfs:label "Picoamper"@pl ; rdfs:label "Picoamper"@ro ; rdfs:label "Picoamper"@sl ; rdfs:label "Picoamper"@tr ; rdfs:label "Picoampere" ; rdfs:label "Picoampere"@de ; rdfs:label "Picoampere"@en ; rdfs:label "Picoampere"@it ; rdfs:label "Picoampere"@ms ; rdfs:label "Picoamperio"@es ; rdfs:label "Picoampère"@fr ; rdfs:label "Picoampér"@cs ; .
{"resource":"Picoampere"
,"qname":"unit:PicoA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53679489>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA928"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA928"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picoamper"
,"label":"Picoamper"
,"label":"Picoamper"
,"label":"Picoamper"
,"label":"Picoamper"
,"label":"Picoampere"
,"label":"Picoampere"
,"label":"Picoampere"
,"label":"Picoampere"
,"label":"Picoampere"
,"label":"Picoamperio"
,"label":"Picoampère"
,"label":"Picoampér"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:A"
,"symbol":"pA"
,"type":"qudt:Unit"
,"ucum code":"pA"
,"unece common code":"C70"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent",
"iec61360Code" : "0112/2///62720#UAA928",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA928",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "pA",
"ucumCode" : "pA",
"uneceCommonCode" : "C70",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53679489",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hu",
"@value" : "Picoamper"
}, {
"@language" : "pl",
"@value" : "Picoamper"
}, {
"@language" : "ro",
"@value" : "Picoamper"
}, {
"@language" : "sl",
"@value" : "Picoamper"
}, {
"@language" : "de",
"@value" : "Picoampere"
}, {
"@language" : "en",
"@value" : "Picoampere"
}, {
"@language" : "it",
"@value" : "Picoampere"
}, {
"@language" : "ms",
"@value" : "Picoampere"
}, "Picoampere", {
"@language" : "cs",
"@value" : "Picoampér"
}, {
"@language" : "es",
"@value" : "Picoamperio"
}, {
"@language" : "fr",
"@value" : "Picoampère"
}, {
"@language" : "tr",
"@value" : "Picoamper"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoA-PER-HectoPA
URI: http://qudt.org/vocab/unit/PicoA-PER-HectoPA
0.000000000001-fold of the SI base unit ampere divided by the 100-fold of the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoA-PER-HectoPA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI base unit ampere divided by the 100-fold of the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-14 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD930" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD930"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "pA/hPa" ; <http://qudt.org/schema/qudt/ucumCode> "pA.hPa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picoamper na Hectopascal"@sl ; rdfs:label "Picoamper na Hectopaskal"@pl ; rdfs:label "Picoamper pe Hectopascal"@ro ; rdfs:label "Picoamper per Hectopascal"@tr ; rdfs:label "Picoampere per Ettopascal"@it ; rdfs:label "Picoampere per Hectopascal" ; rdfs:label "Picoampere per Hectopascal"@en ; rdfs:label "Picoampere per Hectopascal"@ms ; rdfs:label "Picoampere pro Hectopascal"@de ; rdfs:label "Picoamperio por Hectopascal"@es ; rdfs:label "Picoampère par Hectopascal"@fr ; rdfs:label "Picoampér na Hectopascal"@cs ; .
{"resource":"Picoampere per Hectopascal"
,"qname":"unit:PicoA-PER-HectoPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoA-PER-HectoPA"
,"properties":["conversion multiplier":"0.00000000000001"
,"conversion multiplier scientific":"1.0E-14"
,"description":"0.000000000001-fold of the SI base unit ampere divided by the 100-fold of the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E1L1I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD930"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD930"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picoamper na Hectopascal"
,"label":"Picoamper na Hectopaskal"
,"label":"Picoamper pe Hectopascal"
,"label":"Picoamper per Hectopascal"
,"label":"Picoampere per Ettopascal"
,"label":"Picoampere per Hectopascal"
,"label":"Picoampere per Hectopascal"
,"label":"Picoampere per Hectopascal"
,"label":"Picoampere pro Hectopascal"
,"label":"Picoamperio por Hectopascal"
,"label":"Picoampère par Hectopascal"
,"label":"Picoampér na Hectopascal"
,"symbol":"pA\/hPa"
,"type":"qudt:Unit"
,"ucum code":"pA.hPa-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoA-PER-HectoPA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI base unit ampere divided by the 100-fold of the SI derived unit pascal",
"conversionMultiplier" : "0.00000000000001",
"conversionMultiplier:SN" : 1.0E-14,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L1I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD930",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD930",
"symbol" : "pA/hPa",
"ucumCode" : "pA.hPa-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Picoamperio por Hectopascal"
}, "Picoampere per Hectopascal", {
"@language" : "de",
"@value" : "Picoampere pro Hectopascal"
}, {
"@language" : "en",
"@value" : "Picoampere per Hectopascal"
}, {
"@language" : "ms",
"@value" : "Picoampere per Hectopascal"
}, {
"@language" : "ro",
"@value" : "Picoamper pe Hectopascal"
}, {
"@language" : "fr",
"@value" : "Picoampère par Hectopascal"
}, {
"@language" : "pl",
"@value" : "Picoamper na Hectopaskal"
}, {
"@language" : "tr",
"@value" : "Picoamper per Hectopascal"
}, {
"@language" : "it",
"@value" : "Picoampere per Ettopascal"
}, {
"@language" : "sl",
"@value" : "Picoamper na Hectopascal"
}, {
"@language" : "cs",
"@value" : "Picoampér na Hectopascal"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoA-PER-MicroMOL-L
URI: http://qudt.org/vocab/unit/PicoA-PER-MicroMOL-L
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoA-PER-MicroMOL-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E1L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "pA/(μmol·L)" ; <http://qudt.org/schema/qudt/ucumCode> "pA.umol-1.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picoampere per Micromole Liter"@en-US ; rdfs:label "Picoampere per Micromole Litre" ; rdfs:label "Picoampere per Micromole Litre"@en ; .
{"resource":"Picoampere per Micromole Litre"
,"qname":"unit:PicoA-PER-MicroMOL-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoA-PER-MicroMOL-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.001"
,"conversion multiplier scientific":"1.0E-3"
,"has dimension vector":"qkdv:A-1E1L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picoampere per Micromole Liter"
,"label":"Picoampere per Micromole Litre"
,"label":"Picoampere per Micromole Litre"
,"symbol":"pA\/(μmol·L)"
,"type":"qudt:Unit"
,"ucum code":"pA.umol-1.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoA-PER-MicroMOL-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.001",
"conversionMultiplier:SN" : 0.001,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E1L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "pA/(μmol·L)",
"ucumCode" : "pA.umol-1.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picoampere per Micromole Litre", {
"@language" : "en",
"@value" : "Picoampere per Micromole Litre"
}, {
"@language" : "en-us",
"@value" : "Picoampere per Micromole Liter"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoC
URI: http://qudt.org/vocab/unit/PicoC
A PicoCoulomb is $10^{-12} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PicoC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A PicoCoulomb is $10^{-12} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA929" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA929"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "pC" ;
<http://qudt.org/schema/qudt/ucumCode> "pC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C71" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95446327> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Picocoulomb" ;
rdfs:label "Picocoulomb"@cs ;
rdfs:label "Picocoulomb"@de ;
rdfs:label "Picocoulomb"@en ;
rdfs:label "Picocoulomb"@fr ;
rdfs:label "Picocoulomb"@hu ;
rdfs:label "Picocoulomb"@it ;
rdfs:label "Picocoulomb"@ms ;
rdfs:label "Picocoulomb"@ro ;
rdfs:label "Picocoulomb"@sl ;
rdfs:label "Picocoulomb"@tr ;
rdfs:label "Picoculombio"@es ;
rdfs:label "Picokulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Picocoulomb"
,"qname":"unit:PicoC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95446327>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"A PicoCoulomb is $10^{-12} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA929"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA929"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picocoulomb"
,"label":"Picocoulomb"
,"label":"Picocoulomb"
,"label":"Picocoulomb"
,"label":"Picocoulomb"
,"label":"Picocoulomb"
,"label":"Picocoulomb"
,"label":"Picocoulomb"
,"label":"Picocoulomb"
,"label":"Picocoulomb"
,"label":"Picocoulomb"
,"label":"Picoculombio"
,"label":"Picokulomb"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:C"
,"symbol":"pC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"pC"
,"unece common code":"C71"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A PicoCoulomb is $10^{-12} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"iec61360Code" : "0112/2///62720#UAA929",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA929",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "pC",
"ucumCode" : "pC",
"uneceCommonCode" : "C71",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95446327",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Picokulomb"
}, {
"@language" : "es",
"@value" : "Picoculombio"
}, "Picocoulomb", {
"@language" : "cs",
"@value" : "Picocoulomb"
}, {
"@language" : "de",
"@value" : "Picocoulomb"
}, {
"@language" : "en",
"@value" : "Picocoulomb"
}, {
"@language" : "fr",
"@value" : "Picocoulomb"
}, {
"@language" : "hu",
"@value" : "Picocoulomb"
}, {
"@language" : "it",
"@value" : "Picocoulomb"
}, {
"@language" : "ms",
"@value" : "Picocoulomb"
}, {
"@language" : "ro",
"@value" : "Picocoulomb"
}, {
"@language" : "sl",
"@value" : "Picocoulomb"
}, {
"@language" : "tr",
"@value" : "Picocoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoFARAD
URI: http://qudt.org/vocab/unit/PicoFARAD
"PicoF" is a common unit of electric capacitance equal to $10^{-12} farad$. This unit was formerly called the micromicrofarad.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PicoFARAD>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"PicoF\" is a common unit of electric capacitance equal to $10^{-12} farad$. This unit was formerly called the micromicrofarad."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Farad"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Capacitance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA930" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Farad?oldid=493070876"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA930"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FARAD> ;
<http://qudt.org/schema/qudt/symbol> "pF" ;
<http://qudt.org/schema/qudt/ucumCode> "pF"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "4T" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2756030> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Picofarad" ;
rdfs:label "Picofarad"@cs ;
rdfs:label "Picofarad"@de ;
rdfs:label "Picofarad"@en ;
rdfs:label "Picofarad"@fr ;
rdfs:label "Picofarad"@hu ;
rdfs:label "Picofarad"@it ;
rdfs:label "Picofarad"@ms ;
rdfs:label "Picofarad"@pl ;
rdfs:label "Picofarad"@ro ;
rdfs:label "Picofarad"@sl ;
rdfs:label "Picofarad"@tr ;
rdfs:label "Picofaradio"@es ;
.
{"resource":"Picofarad"
,"qname":"unit:PicoFARAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoFARAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2756030>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Farad"
,"description":"\"PicoF\" is a common unit of electric capacitance equal to $10^{-12} farad$. This unit was formerly called the micromicrofarad."
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Capacitance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA930"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Farad?oldid=493070876"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA930"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofarad"
,"label":"Picofaradio"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:FARAD"
,"symbol":"pF"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"pF"
,"unece common code":"4T"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoFARAD",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"PicoF\" is a common unit of electric capacitance equal to $10^{-12} farad$. This unit was formerly called the micromicrofarad.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"dbpediaMatch" : "http://dbpedia.org/resource/Farad",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T4D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Capacitance",
"iec61360Code" : "0112/2///62720#UAA930",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA930", "http://en.wikipedia.org/wiki/Farad?oldid=493070876" ],
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/FARAD",
"symbol" : "pF",
"ucumCode" : "pF",
"uneceCommonCode" : "4T",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2756030",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picofarad", {
"@language" : "cs",
"@value" : "Picofarad"
}, {
"@language" : "de",
"@value" : "Picofarad"
}, {
"@language" : "en",
"@value" : "Picofarad"
}, {
"@language" : "es",
"@value" : "Picofaradio"
}, {
"@language" : "fr",
"@value" : "Picofarad"
}, {
"@language" : "hu",
"@value" : "Picofarad"
}, {
"@language" : "it",
"@value" : "Picofarad"
}, {
"@language" : "ms",
"@value" : "Picofarad"
}, {
"@language" : "pl",
"@value" : "Picofarad"
}, {
"@language" : "ro",
"@value" : "Picofarad"
}, {
"@language" : "sl",
"@value" : "Picofarad"
}, {
"@language" : "tr",
"@value" : "Picofarad"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoFARAD-PER-M
URI: http://qudt.org/vocab/unit/PicoFARAD-PER-M
0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoFARAD-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Permittivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA931" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA931"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "pF/m" ; <http://qudt.org/schema/qudt/ucumCode> "pF.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C72" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21344460> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picofarad na Meter"@sl ; rdfs:label "Picofarad na Metr"@cs ; rdfs:label "Picofarad na Metr"@pl ; rdfs:label "Picofarad par Mètre"@fr ; rdfs:label "Picofarad pe Metru"@ro ; rdfs:label "Picofarad per Meter"@en-US ; rdfs:label "Picofarad per Meter"@ms ; rdfs:label "Picofarad per Metre" ; rdfs:label "Picofarad per Metre"@en ; rdfs:label "Picofarad per Metre"@tr ; rdfs:label "Picofarad per Metro"@it ; rdfs:label "Picofarad pro Meter"@de ; rdfs:label "Picofaradio por Metro"@es ; .
{"resource":"Picofarad per Metre"
,"qname":"unit:PicoFARAD-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoFARAD-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21344460>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre"
,"description (plain text)":"0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T4D0"
,"has quantity kind":"quantitykind:Permittivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA931"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA931"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picofarad na Meter"
,"label":"Picofarad na Metr"
,"label":"Picofarad na Metr"
,"label":"Picofarad par Mètre"
,"label":"Picofarad pe Metru"
,"label":"Picofarad per Meter"
,"label":"Picofarad per Meter"
,"label":"Picofarad per Metre"
,"label":"Picofarad per Metre"
,"label":"Picofarad per Metre"
,"label":"Picofarad per Metro"
,"label":"Picofarad pro Meter"
,"label":"Picofaradio por Metro"
,"symbol":"pF\/m"
,"type":"qudt:Unit"
,"ucum code":"pF.m-1"
,"unece common code":"C72"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoFARAD-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Permittivity",
"iec61360Code" : "0112/2///62720#UAA931",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA931",
"plainTextDescription" : "0.000000000001-fold of the SI derived unit farad divided by the SI base unit metre",
"symbol" : "pF/m",
"ucumCode" : "pF.m-1",
"uneceCommonCode" : "C72",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21344460",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Picofarad per Metro"
}, {
"@language" : "en-us",
"@value" : "Picofarad per Meter"
}, {
"@language" : "fr",
"@value" : "Picofarad par Mètre"
}, {
"@language" : "cs",
"@value" : "Picofarad na Metr"
}, {
"@language" : "pl",
"@value" : "Picofarad na Metr"
}, {
"@language" : "ms",
"@value" : "Picofarad per Meter"
}, "Picofarad per Metre", {
"@language" : "en",
"@value" : "Picofarad per Metre"
}, {
"@language" : "tr",
"@value" : "Picofarad per Metre"
}, {
"@language" : "sl",
"@value" : "Picofarad na Meter"
}, {
"@language" : "es",
"@value" : "Picofaradio por Metro"
}, {
"@language" : "de",
"@value" : "Picofarad pro Meter"
}, {
"@language" : "ro",
"@value" : "Picofarad pe Metru"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoGM
URI: http://qudt.org/vocab/unit/PicoGM
10**-12 grams or one 10**-15 of the SI standard unit of mass (kilogram).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "10**-12 grams or one 10**-15 of the SI standard unit of mass (kilogram)."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB835" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB835"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM> ; <http://qudt.org/schema/qudt/symbol> "pg" ; <http://qudt.org/schema/qudt/ucumCode> "pg"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3239557> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picogram" ; rdfs:label "Picogram"@cs ; rdfs:label "Picogram"@en ; rdfs:label "Picogram"@ms ; rdfs:label "Picogram"@pl ; rdfs:label "Picogram"@ro ; rdfs:label "Picogram"@sl ; rdfs:label "Picogram"@tr ; rdfs:label "Picogramm"@de ; rdfs:label "Picogramm"@hu ; rdfs:label "Picogramme"@fr ; rdfs:label "Picogrammo"@it ; rdfs:label "Picogramo"@es ; .
{"resource":"Picogram"
,"qname":"unit:PicoGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3239557>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"10**-12 grams or one 10**-15 of the SI standard unit of mass (kilogram)."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB835"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB835"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picogram"
,"label":"Picogram"
,"label":"Picogram"
,"label":"Picogram"
,"label":"Picogram"
,"label":"Picogram"
,"label":"Picogram"
,"label":"Picogram"
,"label":"Picogramm"
,"label":"Picogramm"
,"label":"Picogramme"
,"label":"Picogrammo"
,"label":"Picogramo"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:GM"
,"symbol":"pg"
,"type":"qudt:Unit"
,"ucum code":"pg"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "10**-12 grams or one 10**-15 of the SI standard unit of mass (kilogram)."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB835",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB835",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/GM",
"symbol" : "pg",
"ucumCode" : "pg",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3239557",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picogram", {
"@language" : "it",
"@value" : "Picogrammo"
}, {
"@language" : "en",
"@value" : "Picogram"
}, {
"@language" : "ms",
"@value" : "Picogram"
}, {
"@language" : "pl",
"@value" : "Picogram"
}, {
"@language" : "ro",
"@value" : "Picogram"
}, {
"@language" : "sl",
"@value" : "Picogram"
}, {
"@language" : "tr",
"@value" : "Picogram"
}, {
"@language" : "cs",
"@value" : "Picogram"
}, {
"@language" : "es",
"@value" : "Picogramo"
}, {
"@language" : "de",
"@value" : "Picogramm"
}, {
"@language" : "hu",
"@value" : "Picogramm"
}, {
"@language" : "fr",
"@value" : "Picogramme"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoGM-PER-GM
URI: http://qudt.org/vocab/unit/PicoGM-PER-GM
One part per 10**12 (trillion) by mass of the measurand in the matrix.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoGM-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One part per 10**12 (trillion) by mass of the measurand in the matrix."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "pg/g" ; <http://qudt.org/schema/qudt/ucumCode> "pg.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picogram na Gram"@cs ; rdfs:label "Picogram na Gram"@pl ; rdfs:label "Picogram na Gram"@sl ; rdfs:label "Picogram pe Gram"@ro ; rdfs:label "Picogram per Gram" ; rdfs:label "Picogram per Gram"@en ; rdfs:label "Picogram per Gram"@ms ; rdfs:label "Picogram per Gram"@tr ; rdfs:label "Picogramm pro Gramm"@de ; rdfs:label "Picogramme par Gramme"@fr ; rdfs:label "Picogrammo per Grammo"@it ; rdfs:label "Picogramo por Gramo"@es ; .
{"resource":"Picogram per Gram"
,"qname":"unit:PicoGM-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoGM-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"One part per 10**12 (trillion) by mass of the measurand in the matrix."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picogram na Gram"
,"label":"Picogram na Gram"
,"label":"Picogram na Gram"
,"label":"Picogram pe Gram"
,"label":"Picogram per Gram"
,"label":"Picogram per Gram"
,"label":"Picogram per Gram"
,"label":"Picogram per Gram"
,"label":"Picogramm pro Gramm"
,"label":"Picogramme par Gramme"
,"label":"Picogrammo per Grammo"
,"label":"Picogramo por Gramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"pg\/g"
,"type":"qudt:Unit"
,"ucum code":"pg.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoGM-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One part per 10**12 (trillion) by mass of the measurand in the matrix."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "pg/g",
"ucumCode" : "pg.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Picogramme par Gramme"
}, {
"@language" : "de",
"@value" : "Picogramm pro Gramm"
}, "Picogram per Gram", {
"@language" : "en",
"@value" : "Picogram per Gram"
}, {
"@language" : "ms",
"@value" : "Picogram per Gram"
}, {
"@language" : "tr",
"@value" : "Picogram per Gram"
}, {
"@language" : "es",
"@value" : "Picogramo por Gramo"
}, {
"@language" : "ro",
"@value" : "Picogram pe Gram"
}, {
"@language" : "cs",
"@value" : "Picogram na Gram"
}, {
"@language" : "pl",
"@value" : "Picogram na Gram"
}, {
"@language" : "sl",
"@value" : "Picogram na Gram"
}, {
"@language" : "it",
"@value" : "Picogrammo per Grammo"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoGM-PER-KiloGM
URI: http://qudt.org/vocab/unit/PicoGM-PER-KiloGM
One part per 10**15 by mass of the measurand in the matrix.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoGM-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One part per 10**15 by mass of the measurand in the matrix."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "pg/kg" ; <http://qudt.org/schema/qudt/ucumCode> "pg.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picogram na Kilogram"@cs ; rdfs:label "Picogram na Kilogram"@pl ; rdfs:label "Picogram na Kilogram"@sl ; rdfs:label "Picogram pe Kilogram"@ro ; rdfs:label "Picogram per Kilogram" ; rdfs:label "Picogram per Kilogram"@en ; rdfs:label "Picogram per Kilogram"@ms ; rdfs:label "Picogram per Kilogram"@tr ; rdfs:label "Picogramm pro Kilogramm"@de ; rdfs:label "Picogramme par Kilogramme"@fr ; rdfs:label "Picogrammo per Chilogrammo"@it ; rdfs:label "Picogramo por Kilogramo"@es ; .
{"resource":"Picogram per Kilogram"
,"qname":"unit:PicoGM-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoGM-PER-KiloGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"One part per 10**15 by mass of the measurand in the matrix."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picogram na Kilogram"
,"label":"Picogram na Kilogram"
,"label":"Picogram na Kilogram"
,"label":"Picogram pe Kilogram"
,"label":"Picogram per Kilogram"
,"label":"Picogram per Kilogram"
,"label":"Picogram per Kilogram"
,"label":"Picogram per Kilogram"
,"label":"Picogramm pro Kilogramm"
,"label":"Picogramme par Kilogramme"
,"label":"Picogrammo per Chilogrammo"
,"label":"Picogramo por Kilogramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"pg\/kg"
,"type":"qudt:Unit"
,"ucum code":"pg.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoGM-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One part per 10**15 by mass of the measurand in the matrix."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "pg/kg",
"ucumCode" : "pg.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Picogrammo per Chilogrammo"
}, "Picogram per Kilogram", {
"@language" : "en",
"@value" : "Picogram per Kilogram"
}, {
"@language" : "ms",
"@value" : "Picogram per Kilogram"
}, {
"@language" : "tr",
"@value" : "Picogram per Kilogram"
}, {
"@language" : "es",
"@value" : "Picogramo por Kilogramo"
}, {
"@language" : "de",
"@value" : "Picogramm pro Kilogramm"
}, {
"@language" : "fr",
"@value" : "Picogramme par Kilogramme"
}, {
"@language" : "ro",
"@value" : "Picogram pe Kilogram"
}, {
"@language" : "cs",
"@value" : "Picogram na Kilogram"
}, {
"@language" : "pl",
"@value" : "Picogram na Kilogram"
}, {
"@language" : "sl",
"@value" : "Picogram na Kilogram"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoGM-PER-L
URI: http://qudt.org/vocab/unit/PicoGM-PER-L
One 10**15 part of the SI standard unit of mass of the measurand per litre volume of matrix..
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoGM-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One 10**15 part of the SI standard unit of mass of the measurand per litre volume of matrix.."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/symbol> "pg/L" ; <http://qudt.org/schema/qudt/ucumCode> "pg.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104786084> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picogram per Liter"@en-US ; rdfs:label "Picogram per Litre" ; rdfs:label "Picogram per Litre"@en ; .
{"resource":"Picogram per Litre"
,"qname":"unit:PicoGM-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoGM-PER-L"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104786084>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"One 10**15 part of the SI standard unit of mass of the measurand per litre volume of matrix.."
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picogram per Liter"
,"label":"Picogram per Litre"
,"label":"Picogram per Litre"
,"symbol":"pg\/L"
,"type":"qudt:Unit"
,"ucum code":"pg.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoGM-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One 10**15 part of the SI standard unit of mass of the measurand per litre volume of matrix.."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"symbol" : "pg/L",
"ucumCode" : "pg.L-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104786084",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picogram per Litre", {
"@language" : "en",
"@value" : "Picogram per Litre"
}, {
"@language" : "en-us",
"@value" : "Picogram per Liter"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoGM-PER-MilliGM
URI: http://qudt.org/vocab/unit/PicoGM-PER-MilliGM
One part per 10**9 (billion) by mass of the measurand in the matrix.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoGM-PER-MilliGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One part per 10**9 (billion) by mass of the measurand in the matrix."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatio> ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/symbol> "pg/mg" ; <http://qudt.org/schema/qudt/ucumCode> "pg.mg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picogram na Milligram"@cs ; rdfs:label "Picogram na Milligram"@pl ; rdfs:label "Picogram na Milligram"@sl ; rdfs:label "Picogram pe Milligram"@ro ; rdfs:label "Picogram per Milligram" ; rdfs:label "Picogram per Milligram"@en ; rdfs:label "Picogram per Milligram"@ms ; rdfs:label "Picogram per Milligram"@tr ; rdfs:label "Picogramm pro Milligramm"@de ; rdfs:label "Picogramme par Milligramme"@fr ; rdfs:label "Picogrammo per Milligrammo"@it ; rdfs:label "Picogramo por Milligramo"@es ; .
{"resource":"Picogram per Milligram"
,"qname":"unit:PicoGM-PER-MilliGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoGM-PER-MilliGM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"denominator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"description":"One part per 10**9 (billion) by mass of the measurand in the matrix."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:MassRatio"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picogram na Milligram"
,"label":"Picogram na Milligram"
,"label":"Picogram na Milligram"
,"label":"Picogram pe Milligram"
,"label":"Picogram per Milligram"
,"label":"Picogram per Milligram"
,"label":"Picogram per Milligram"
,"label":"Picogram per Milligram"
,"label":"Picogramm pro Milligramm"
,"label":"Picogramme par Milligramme"
,"label":"Picogrammo per Milligrammo"
,"label":"Picogramo por Milligramo"
,"numerator dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"symbol":"pg\/mg"
,"type":"qudt:Unit"
,"ucum code":"pg.mg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoGM-PER-MilliGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One part per 10**9 (billion) by mass of the measurand in the matrix."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassRatio",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"symbol" : "pg/mg",
"ucumCode" : "pg.mg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Picogram na Milligram"
}, {
"@language" : "pl",
"@value" : "Picogram na Milligram"
}, {
"@language" : "sl",
"@value" : "Picogram na Milligram"
}, {
"@language" : "fr",
"@value" : "Picogramme par Milligramme"
}, "Picogram per Milligram", {
"@language" : "en",
"@value" : "Picogram per Milligram"
}, {
"@language" : "ms",
"@value" : "Picogram per Milligram"
}, {
"@language" : "tr",
"@value" : "Picogram per Milligram"
}, {
"@language" : "de",
"@value" : "Picogramm pro Milligramm"
}, {
"@language" : "ro",
"@value" : "Picogram pe Milligram"
}, {
"@language" : "es",
"@value" : "Picogramo por Milligramo"
}, {
"@language" : "it",
"@value" : "Picogrammo per Milligrammo"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoGM-PER-MilliL
URI: http://qudt.org/vocab/unit/PicoGM-PER-MilliL
One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoGM-PER-MilliL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassConcentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/symbol> "pg/mL" ; <http://qudt.org/schema/qudt/ucumCode> "pg.mL-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picogram per Milliliter"@en-US ; rdfs:label "Picogram per Millilitre" ; rdfs:label "Picogram per Millilitre"@en ; .
{"resource":"Picogram per Millilitre"
,"qname":"unit:PicoGM-PER-MilliL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoGM-PER-MilliL"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassConcentration"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picogram per Milliliter"
,"label":"Picogram per Millilitre"
,"label":"Picogram per Millilitre"
,"symbol":"pg\/mL"
,"type":"qudt:Unit"
,"ucum code":"pg.mL-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoGM-PER-MilliL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "One 10**15 part of the SI standard unit of mass of the measurand per millilitre volume of matrix."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassConcentration" ],
"symbol" : "pg/mL",
"ucumCode" : "pg.mL-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Picogram per Milliliter"
}, "Picogram per Millilitre", {
"@language" : "en",
"@value" : "Picogram per Millilitre"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoH
URI: http://qudt.org/vocab/unit/PicoH
0.000000000001-fold of the SI derived unit henry
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoH> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI derived unit henry"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Inductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA932" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA932"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the SI derived unit henry" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/H> ; <http://qudt.org/schema/qudt/symbol> "pH" ; <http://qudt.org/schema/qudt/ucumCode> "pH"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C73" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q96051150> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picohenr"@pl ; rdfs:label "Picohenrio"@es ; rdfs:label "Picohenry" ; rdfs:label "Picohenry"@cs ; rdfs:label "Picohenry"@de ; rdfs:label "Picohenry"@en ; rdfs:label "Picohenry"@fr ; rdfs:label "Picohenry"@hu ; rdfs:label "Picohenry"@it ; rdfs:label "Picohenry"@ms ; rdfs:label "Picohenry"@ro ; rdfs:label "Picohenry"@sl ; rdfs:label "Picohenry"@tr ; .
{"resource":"Picohenry"
,"qname":"unit:PicoH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q96051150>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the SI derived unit henry"
,"description (plain text)":"0.000000000001-fold of the SI derived unit henry"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Inductance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA932"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA932"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picohenr"
,"label":"Picohenrio"
,"label":"Picohenry"
,"label":"Picohenry"
,"label":"Picohenry"
,"label":"Picohenry"
,"label":"Picohenry"
,"label":"Picohenry"
,"label":"Picohenry"
,"label":"Picohenry"
,"label":"Picohenry"
,"label":"Picohenry"
,"label":"Picohenry"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:H"
,"symbol":"pH"
,"type":"qudt:Unit"
,"ucum code":"pH"
,"unece common code":"C73"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI derived unit henry",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Inductance",
"iec61360Code" : "0112/2///62720#UAA932",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA932",
"plainTextDescription" : "0.000000000001-fold of the SI derived unit henry",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/H",
"symbol" : "pH",
"ucumCode" : "pH",
"uneceCommonCode" : "C73",
"wikidataMatch" : "http://www.wikidata.org/entity/Q96051150",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picohenry", {
"@language" : "cs",
"@value" : "Picohenry"
}, {
"@language" : "de",
"@value" : "Picohenry"
}, {
"@language" : "en",
"@value" : "Picohenry"
}, {
"@language" : "fr",
"@value" : "Picohenry"
}, {
"@language" : "hu",
"@value" : "Picohenry"
}, {
"@language" : "it",
"@value" : "Picohenry"
}, {
"@language" : "ms",
"@value" : "Picohenry"
}, {
"@language" : "ro",
"@value" : "Picohenry"
}, {
"@language" : "sl",
"@value" : "Picohenry"
}, {
"@language" : "tr",
"@value" : "Picohenry"
}, {
"@language" : "es",
"@value" : "Picohenrio"
}, {
"@language" : "pl",
"@value" : "Picohenr"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoJ
URI: http://qudt.org/vocab/unit/PicoJ
0.000000000001-fold of the unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the unit joule" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExchangeIntegral> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HamiltonFunction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LagrangeFunction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LevelWidth> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB738" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB738"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "pJ" ; <http://qudt.org/schema/qudt/ucumCode> "pJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picodżul"@pl ; rdfs:label "Picojoule" ; rdfs:label "Picojoule"@cs ; rdfs:label "Picojoule"@de ; rdfs:label "Picojoule"@en ; rdfs:label "Picojoule"@fr ; rdfs:label "Picojoule"@hu ; rdfs:label "Picojoule"@it ; rdfs:label "Picojoule"@ms ; rdfs:label "Picojoule"@ro ; rdfs:label "Picojoule"@sl ; rdfs:label "Picojoule"@tr ; rdfs:label "Picojulio"@es ; .
{"resource":"Picojoule"
,"qname":"unit:PicoJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoJ"
,"properties":["conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ExchangeIntegral"
,"has quantity kind":"quantitykind:HamiltonFunction"
,"has quantity kind":"quantitykind:LagrangeFunction"
,"has quantity kind":"quantitykind:LevelWidth"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB738"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB738"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picodżul"
,"label":"Picojoule"
,"label":"Picojoule"
,"label":"Picojoule"
,"label":"Picojoule"
,"label":"Picojoule"
,"label":"Picojoule"
,"label":"Picojoule"
,"label":"Picojoule"
,"label":"Picojoule"
,"label":"Picojoule"
,"label":"Picojoule"
,"label":"Picojulio"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:J"
,"symbol":"pJ"
,"type":"qudt:Unit"
,"ucum code":"pJ"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the unit joule",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/HamiltonFunction", "http://qudt.org/vocab/quantitykind/LevelWidth", "http://qudt.org/vocab/quantitykind/LagrangeFunction", "http://qudt.org/vocab/quantitykind/ExchangeIntegral", "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/ThermalEnergy" ],
"iec61360Code" : "0112/2///62720#UAB738",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB738",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "pJ",
"ucumCode" : "pJ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picojoule", {
"@language" : "cs",
"@value" : "Picojoule"
}, {
"@language" : "de",
"@value" : "Picojoule"
}, {
"@language" : "es",
"@value" : "Picojulio"
}, {
"@language" : "pl",
"@value" : "Picodżul"
}, {
"@language" : "en",
"@value" : "Picojoule"
}, {
"@language" : "fr",
"@value" : "Picojoule"
}, {
"@language" : "hu",
"@value" : "Picojoule"
}, {
"@language" : "it",
"@value" : "Picojoule"
}, {
"@language" : "ms",
"@value" : "Picojoule"
}, {
"@language" : "ro",
"@value" : "Picojoule"
}, {
"@language" : "sl",
"@value" : "Picojoule"
}, {
"@language" : "tr",
"@value" : "Picojoule"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoJ-PER-SEC
URI: http://qudt.org/vocab/unit/PicoJ-PER-SEC
0.000000000001-fold of the SI derived unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoJ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI derived unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB508" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB508"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "pJ/s" ; <http://qudt.org/schema/qudt/ucumCode> "pJ.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picodżul na Sekunda"@pl ; rdfs:label "Picojoule na Sekunda"@cs ; rdfs:label "Picojoule na Sekunda"@sl ; rdfs:label "Picojoule par Seconde"@fr ; rdfs:label "Picojoule pe Secundă"@ro ; rdfs:label "Picojoule per Saat"@ms ; rdfs:label "Picojoule per Saniye"@tr ; rdfs:label "Picojoule per Second" ; rdfs:label "Picojoule per Second"@en ; rdfs:label "Picojoule per Secondo"@it ; rdfs:label "Picojoule pro Sekunde"@de ; rdfs:label "Picojulio por Segundo"@es ; .
{"resource":"Picojoule per Second"
,"qname":"unit:PicoJ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoJ-PER-SEC"
,"properties":["conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the SI derived unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB508"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB508"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picodżul na Sekunda"
,"label":"Picojoule na Sekunda"
,"label":"Picojoule na Sekunda"
,"label":"Picojoule par Seconde"
,"label":"Picojoule pe Secundă"
,"label":"Picojoule per Saat"
,"label":"Picojoule per Saniye"
,"label":"Picojoule per Second"
,"label":"Picojoule per Second"
,"label":"Picojoule per Secondo"
,"label":"Picojoule pro Sekunde"
,"label":"Picojulio por Segundo"
,"symbol":"pJ\/s"
,"type":"qudt:Unit"
,"ucum code":"pJ.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoJ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI derived unit joule divided by the SI base unit second",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"iec61360Code" : "0112/2///62720#UAB508",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB508",
"symbol" : "pJ/s",
"ucumCode" : "pJ.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Picojoule per Saniye"
}, {
"@language" : "es",
"@value" : "Picojulio por Segundo"
}, {
"@language" : "ms",
"@value" : "Picojoule per Saat"
}, {
"@language" : "fr",
"@value" : "Picojoule par Seconde"
}, {
"@language" : "it",
"@value" : "Picojoule per Secondo"
}, {
"@language" : "cs",
"@value" : "Picojoule na Sekunda"
}, "Picojoule per Second", {
"@language" : "en",
"@value" : "Picojoule per Second"
}, {
"@language" : "sl",
"@value" : "Picojoule na Sekunda"
}, {
"@language" : "de",
"@value" : "Picojoule pro Sekunde"
}, {
"@language" : "pl",
"@value" : "Picodżul na Sekunda"
}, {
"@language" : "ro",
"@value" : "Picojoule pe Secundă"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoKAT
URI: http://qudt.org/vocab/unit/PicoKAT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoKAT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivity> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KAT> ; <http://qudt.org/schema/qudt/symbol> "pkat" ; <http://qudt.org/schema/qudt/ucumCode> "pkat"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picokatal" ; rdfs:label "Picokatal"@cs ; rdfs:label "Picokatal"@de ; rdfs:label "Picokatal"@en ; rdfs:label "Picokatal"@es ; rdfs:label "Picokatal"@fr ; rdfs:label "Picokatal"@hu ; rdfs:label "Picokatal"@it ; rdfs:label "Picokatal"@ms ; rdfs:label "Picokatal"@pl ; rdfs:label "Picokatal"@ro ; rdfs:label "Picokatal"@sl ; rdfs:label "Picokatal"@tr ; .
{"resource":"Picokatal"
,"qname":"unit:PicoKAT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoKAT"
,"properties":["conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivity"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"label":"Picokatal"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:KAT"
,"symbol":"pkat"
,"type":"qudt:Unit"
,"ucum code":"pkat"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoKAT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivity",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/KAT",
"symbol" : "pkat",
"ucumCode" : "pkat",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picokatal", {
"@language" : "cs",
"@value" : "Picokatal"
}, {
"@language" : "de",
"@value" : "Picokatal"
}, {
"@language" : "en",
"@value" : "Picokatal"
}, {
"@language" : "es",
"@value" : "Picokatal"
}, {
"@language" : "fr",
"@value" : "Picokatal"
}, {
"@language" : "hu",
"@value" : "Picokatal"
}, {
"@language" : "it",
"@value" : "Picokatal"
}, {
"@language" : "ms",
"@value" : "Picokatal"
}, {
"@language" : "pl",
"@value" : "Picokatal"
}, {
"@language" : "ro",
"@value" : "Picokatal"
}, {
"@language" : "sl",
"@value" : "Picokatal"
}, {
"@language" : "tr",
"@value" : "Picokatal"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoKAT-PER-L
URI: http://qudt.org/vocab/unit/PicoKAT-PER-L
A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoKAT-PER-L> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "pkat/L" ; <http://qudt.org/schema/qudt/ucumCode> "pkat.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picokatal per Liter"@en-US ; rdfs:label "Picokatal per Litre" ; rdfs:label "Picokatal per Litre"@en ; .
{"resource":"Picokatal per Litre"
,"qname":"unit:PicoKAT-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoKAT-PER-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"defined unit of system":"sou:SI"
,"description":"A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. "
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picokatal per Liter"
,"label":"Picokatal per Litre"
,"label":"Picokatal per Litre"
,"symbol":"pkat\/L"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"pkat.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoKAT-PER-L",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A unit of catalytic activity used especially in the chemistry of enzymes. A catalyst is a substance that starts or speeds a chemical reaction. Enzymes are proteins that act as catalysts within the bodies of living plants and animals. A catalyst has an activity of one katal if it enables a reaction to proceed at the rate of one mole per second. ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "pkat/L",
"ucumCode" : "pkat.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Picokatal per Liter"
}, "Picokatal per Litre", {
"@language" : "en",
"@value" : "Picokatal per Litre"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoL
URI: http://qudt.org/vocab/unit/PicoL
0.000000000001-fold of the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the unit litre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the unit litre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/L> ; <http://qudt.org/schema/qudt/symbol> "pL" ; <http://qudt.org/schema/qudt/ucumCode> "pL"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q33" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3902688> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picoliter"@en-US ; rdfs:label "Picolitre" ; rdfs:label "Picolitre"@en ; .
{"resource":"Picolitre"
,"qname":"unit:PicoL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3902688>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"0.000000000001-fold of the unit litre"
,"description (plain text)":"0.000000000001-fold of the unit litre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picoliter"
,"label":"Picolitre"
,"label":"Picolitre"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:L"
,"symbol":"pL"
,"type":"qudt:Unit"
,"ucum code":"pL"
,"unece common code":"Q33"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the unit litre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"plainTextDescription" : "0.000000000001-fold of the unit litre",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/L",
"symbol" : "pL",
"ucumCode" : "pL",
"uneceCommonCode" : "Q33",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3902688",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picolitre", {
"@language" : "en",
"@value" : "Picolitre"
}, {
"@language" : "en-us",
"@value" : "Picoliter"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoM
URI: http://qudt.org/vocab/unit/PicoM
0.000000000001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA949" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA949"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "pm" ; <http://qudt.org/schema/qudt/ucumCode> "pm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C52" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q192274> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picometer"@de ; rdfs:label "Picometer"@en-US ; rdfs:label "Picometer"@ms ; rdfs:label "Picometer"@sl ; rdfs:label "Picometr"@cs ; rdfs:label "Picometr"@pl ; rdfs:label "Picometre" ; rdfs:label "Picometre"@en ; rdfs:label "Picometre"@tr ; rdfs:label "Picometro"@es ; rdfs:label "Picometro"@it ; rdfs:label "Picometru"@ro ; rdfs:label "Picomètre"@fr ; rdfs:label "Picométer"@hu ; .
{"resource":"Picometre"
,"qname":"unit:PicoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q192274>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the SI base unit metre"
,"description (plain text)":"0.000000000001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA949"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA949"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picometer"
,"label":"Picometer"
,"label":"Picometer"
,"label":"Picometer"
,"label":"Picometr"
,"label":"Picometr"
,"label":"Picometre"
,"label":"Picometre"
,"label":"Picometre"
,"label":"Picometro"
,"label":"Picometro"
,"label":"Picometru"
,"label":"Picomètre"
,"label":"Picométer"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:M"
,"symbol":"pm"
,"type":"qudt:Unit"
,"ucum code":"pm"
,"unece common code":"C52"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA949",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA949",
"plainTextDescription" : "0.000000000001-fold of the SI base unit metre",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "pm",
"ucumCode" : "pm",
"uneceCommonCode" : "C52",
"wikidataMatch" : "http://www.wikidata.org/entity/Q192274",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Picometr"
}, {
"@language" : "pl",
"@value" : "Picometr"
}, "Picometre", {
"@language" : "en",
"@value" : "Picometre"
}, {
"@language" : "tr",
"@value" : "Picometre"
}, {
"@language" : "hu",
"@value" : "Picométer"
}, {
"@language" : "ro",
"@value" : "Picometru"
}, {
"@language" : "es",
"@value" : "Picometro"
}, {
"@language" : "it",
"@value" : "Picometro"
}, {
"@language" : "de",
"@value" : "Picometer"
}, {
"@language" : "en-us",
"@value" : "Picometer"
}, {
"@language" : "fr",
"@value" : "Picomètre"
}, {
"@language" : "ms",
"@value" : "Picometer"
}, {
"@language" : "sl",
"@value" : "Picometer"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoMOL
URI: http://qudt.org/vocab/unit/PicoMOL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoMOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExtentOfReaction> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ; <http://qudt.org/schema/qudt/symbol> "pmol" ; <http://qudt.org/schema/qudt/ucumCode> "pmol"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q56157048> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picomol"@cs ; rdfs:label "Picomol"@de ; rdfs:label "Picomol"@es ; rdfs:label "Picomol"@pl ; rdfs:label "Picomol"@ro ; rdfs:label "Picomol"@sl ; rdfs:label "Picomol"@tr ; rdfs:label "Picomole" ; rdfs:label "Picomole"@en ; rdfs:label "Picomole"@fr ; rdfs:label "Picomole"@it ; rdfs:label "Picomole"@ms ; rdfs:label "Picomól"@hu ; .
{"resource":"Picomole"
,"qname":"unit:PicoMOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoMOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q56157048>"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"has quantity kind":"quantitykind:ExtentOfReaction"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picomol"
,"label":"Picomol"
,"label":"Picomol"
,"label":"Picomol"
,"label":"Picomol"
,"label":"Picomol"
,"label":"Picomol"
,"label":"Picomole"
,"label":"Picomole"
,"label":"Picomole"
,"label":"Picomole"
,"label":"Picomole"
,"label":"Picomól"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:MOL"
,"symbol":"pmol"
,"type":"qudt:Unit"
,"ucum code":"pmol"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoMOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AmountOfSubstance", "http://qudt.org/vocab/quantitykind/ExtentOfReaction" ],
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "pmol",
"ucumCode" : "pmol",
"wikidataMatch" : "http://www.wikidata.org/entity/Q56157048",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picomole", {
"@language" : "en",
"@value" : "Picomole"
}, {
"@language" : "hu",
"@value" : "Picomól"
}, {
"@language" : "it",
"@value" : "Picomole"
}, {
"@language" : "ms",
"@value" : "Picomole"
}, {
"@language" : "fr",
"@value" : "Picomole"
}, {
"@language" : "cs",
"@value" : "Picomol"
}, {
"@language" : "de",
"@value" : "Picomol"
}, {
"@language" : "es",
"@value" : "Picomol"
}, {
"@language" : "pl",
"@value" : "Picomol"
}, {
"@language" : "ro",
"@value" : "Picomol"
}, {
"@language" : "sl",
"@value" : "Picomol"
}, {
"@language" : "tr",
"@value" : "Picomol"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoMOL-PER-KiloGM
URI: http://qudt.org/vocab/unit/PicoMOL-PER-KiloGM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoMOL-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass> ; <http://qudt.org/schema/qudt/symbol> "pmol/kg" ; <http://qudt.org/schema/qudt/ucumCode> "pmol.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picomol na Kilogram"@cs ; rdfs:label "Picomol na Kilogram"@pl ; rdfs:label "Picomol na Kilogram"@sl ; rdfs:label "Picomol pe Kilogram"@ro ; rdfs:label "Picomol per Kilogram"@tr ; rdfs:label "Picomol por Kilogramo"@es ; rdfs:label "Picomol pro Kilogramm"@de ; rdfs:label "Picomole par Kilogramme"@fr ; rdfs:label "Picomole per Chilogrammo"@it ; rdfs:label "Picomole per Kilogram" ; rdfs:label "Picomole per Kilogram"@en ; rdfs:label "Picomole per Kilogram"@ms ; .
{"resource":"Picomole per Kilogram"
,"qname":"unit:PicoMOL-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoMOL-PER-KiloGM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"has dimension vector":"qkdv:A1E0L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstancePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picomol na Kilogram"
,"label":"Picomol na Kilogram"
,"label":"Picomol na Kilogram"
,"label":"Picomol pe Kilogram"
,"label":"Picomol per Kilogram"
,"label":"Picomol por Kilogramo"
,"label":"Picomol pro Kilogramm"
,"label":"Picomole par Kilogramme"
,"label":"Picomole per Chilogrammo"
,"label":"Picomole per Kilogram"
,"label":"Picomole per Kilogram"
,"label":"Picomole per Kilogram"
,"symbol":"pmol\/kg"
,"type":"qudt:Unit"
,"ucum code":"pmol.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoMOL-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstancePerMass",
"symbol" : "pmol/kg",
"ucumCode" : "pmol.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Picomol por Kilogramo"
}, {
"@language" : "it",
"@value" : "Picomole per Chilogrammo"
}, {
"@language" : "de",
"@value" : "Picomol pro Kilogramm"
}, {
"@language" : "tr",
"@value" : "Picomol per Kilogram"
}, {
"@language" : "cs",
"@value" : "Picomol na Kilogram"
}, {
"@language" : "pl",
"@value" : "Picomol na Kilogram"
}, {
"@language" : "sl",
"@value" : "Picomol na Kilogram"
}, {
"@language" : "ro",
"@value" : "Picomol pe Kilogram"
}, {
"@language" : "fr",
"@value" : "Picomole par Kilogramme"
}, "Picomole per Kilogram", {
"@language" : "en",
"@value" : "Picomole per Kilogram"
}, {
"@language" : "ms",
"@value" : "Picomole per Kilogram"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoMOL-PER-L
URI: http://qudt.org/vocab/unit/PicoMOL-PER-L
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoMOL-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterSolubility> ; <http://qudt.org/schema/qudt/symbol> "pmol/L" ; <http://qudt.org/schema/qudt/ucumCode> "pmol.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picomole per Liter"@en-US ; rdfs:label "Picomole per Litre" ; rdfs:label "Picomole per Litre"@en ; .
{"resource":"Picomole per Litre"
,"qname":"unit:PicoMOL-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoMOL-PER-L"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"has quantity kind":"quantitykind:WaterSolubility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picomole per Liter"
,"label":"Picomole per Litre"
,"label":"Picomole per Litre"
,"symbol":"pmol\/L"
,"type":"qudt:Unit"
,"ucum code":"pmol.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoMOL-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Concentration", "http://qudt.org/vocab/quantitykind/WaterSolubility" ],
"symbol" : "pmol/L",
"ucumCode" : "pmol.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picomole per Litre", {
"@language" : "en",
"@value" : "Picomole per Litre"
}, {
"@language" : "en-us",
"@value" : "Picomole per Liter"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoMOL-PER-L-DAY
URI: http://qudt.org/vocab/unit/PicoMOL-PER-L-DAY
A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 86400 seconds.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoMOL-PER-L-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 86400 seconds."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-14 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "pmol/(L·d)" ; <http://qudt.org/schema/qudt/ucumCode> "pmol.L-1.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picomole per Liter Day"@en-US ; rdfs:label "Picomole per Litre Day" ; rdfs:label "Picomole per Litre Day"@en ; .
{"resource":"Picomole per Litre Day"
,"qname":"unit:PicoMOL-PER-L-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoMOL-PER-L-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-14"
,"description":"A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 86400 seconds."
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picomole per Liter Day"
,"label":"Picomole per Litre Day"
,"label":"Picomole per Litre Day"
,"symbol":"pmol\/(L·d)"
,"type":"qudt:Unit"
,"ucum code":"pmol.L-1.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoMOL-PER-L-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 86400 seconds."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-14,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "pmol/(L·d)",
"ucumCode" : "pmol.L-1.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picomole per Litre Day", {
"@language" : "en",
"@value" : "Picomole per Litre Day"
}, {
"@language" : "en-us",
"@value" : "Picomole per Liter Day"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoMOL-PER-L-HR
URI: http://qudt.org/vocab/unit/PicoMOL-PER-L-HR
A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 3600 seconds.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoMOL-PER-L-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 3600 seconds."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-13 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "pmol/(L·h)" ; <http://qudt.org/schema/qudt/ucumCode> "pmol.L-1.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picomole per Liter Hour"@en-US ; rdfs:label "Picomole per Litre Hour" ; rdfs:label "Picomole per Litre Hour"@en ; .
{"resource":"Picomole per Litre Hour"
,"qname":"unit:PicoMOL-PER-L-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoMOL-PER-L-HR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0000000000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-13"
,"description":"A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 3600 seconds."
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picomole per Liter Hour"
,"label":"Picomole per Litre Hour"
,"label":"Picomole per Litre Hour"
,"symbol":"pmol\/(L·h)"
,"type":"qudt:Unit"
,"ucum code":"pmol.L-1.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoMOL-PER-L-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "A change in the quantity of matter of 10^-12 moles in the SI unit of volume scaled by 10^-3 over a period of 3600 seconds."
},
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0000000000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-13,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "pmol/(L·h)",
"ucumCode" : "pmol.L-1.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Picomole per Litre Hour"
}, "Picomole per Litre Hour", {
"@language" : "en-us",
"@value" : "Picomole per Liter Hour"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoMOL-PER-M-W-SEC
URI: http://qudt.org/vocab/unit/PicoMOL-PER-M-W-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoMOL-PER-M-W-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "pmol/(m·W·s)" ; <http://qudt.org/schema/qudt/ucumCode> "pmol.m-1.W-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picomol na Meter Watt Sekunda"@sl ; rdfs:label "Picomol na Metr Wat Sekunda"@pl ; rdfs:label "Picomol na Metr Watt Sekunda"@cs ; rdfs:label "Picomol pe Metru Watt Secundă"@ro ; rdfs:label "Picomol per Metre Watt Saniye"@tr ; rdfs:label "Picomol por Metro Vatio Segundo"@es ; rdfs:label "Picomol pro Meter Watt Sekunde"@de ; rdfs:label "Picomole par Mètre Watt Seconde"@fr ; rdfs:label "Picomole per Meter Watt Saat"@ms ; rdfs:label "Picomole per Meter Watt Second"@en-US ; rdfs:label "Picomole per Metre Watt Second" ; rdfs:label "Picomole per Metre Watt Second"@en ; rdfs:label "Picomole per Metro Watt Secondo"@it ; .
{"resource":"Picomole per Metre Watt Second"
,"qname":"unit:PicoMOL-PER-M-W-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoMOL-PER-M-W-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"has dimension vector":"qkdv:A1E0L-3I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picomol na Meter Watt Sekunda"
,"label":"Picomol na Metr Wat Sekunda"
,"label":"Picomol na Metr Watt Sekunda"
,"label":"Picomol pe Metru Watt Secundă"
,"label":"Picomol per Metre Watt Saniye"
,"label":"Picomol por Metro Vatio Segundo"
,"label":"Picomol pro Meter Watt Sekunde"
,"label":"Picomole par Mètre Watt Seconde"
,"label":"Picomole per Meter Watt Saat"
,"label":"Picomole per Meter Watt Second"
,"label":"Picomole per Metre Watt Second"
,"label":"Picomole per Metre Watt Second"
,"label":"Picomole per Metro Watt Secondo"
,"symbol":"pmol\/(m·W·s)"
,"type":"qudt:Unit"
,"ucum code":"pmol.m-1.W-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoMOL-PER-M-W-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "pmol/(m·W·s)",
"ucumCode" : "pmol.m-1.W-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Picomol por Metro Vatio Segundo"
}, {
"@language" : "tr",
"@value" : "Picomol per Metre Watt Saniye"
}, {
"@language" : "it",
"@value" : "Picomole per Metro Watt Secondo"
}, {
"@language" : "ro",
"@value" : "Picomol pe Metru Watt Secundă"
}, {
"@language" : "ms",
"@value" : "Picomole per Meter Watt Saat"
}, {
"@language" : "en-us",
"@value" : "Picomole per Meter Watt Second"
}, "Picomole per Metre Watt Second", {
"@language" : "pl",
"@value" : "Picomol na Metr Wat Sekunda"
}, {
"@language" : "cs",
"@value" : "Picomol na Metr Watt Sekunda"
}, {
"@language" : "en",
"@value" : "Picomole per Metre Watt Second"
}, {
"@language" : "de",
"@value" : "Picomol pro Meter Watt Sekunde"
}, {
"@language" : "sl",
"@value" : "Picomol na Meter Watt Sekunda"
}, {
"@language" : "fr",
"@value" : "Picomole par Mètre Watt Seconde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoMOL-PER-M2-DAY
URI: http://qudt.org/vocab/unit/PicoMOL-PER-M2-DAY
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoMOL-PER-M2-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-17 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity> ; <http://qudt.org/schema/qudt/symbol> "pmol/(m²·d)" ; <http://qudt.org/schema/qudt/ucumCode> "pmol.m-2.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picomole per Square Meter Day"@en-US ; rdfs:label "Picomole per Square Metre Day" ; rdfs:label "Picomole per Square Metre Day"@en ; .
{"resource":"Picomole per Square Metre Day"
,"qname":"unit:PicoMOL-PER-M2-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoMOL-PER-M2-DAY"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.00000000000000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-17"
,"has dimension vector":"qkdv:A1E0L-2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:PhotosyntheticPhotonFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picomole per Square Meter Day"
,"label":"Picomole per Square Metre Day"
,"label":"Picomole per Square Metre Day"
,"symbol":"pmol\/(m²·d)"
,"type":"qudt:Unit"
,"ucum code":"pmol.m-2.d-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoMOL-PER-M2-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.00000000000000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-17,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PhotosyntheticPhotonFluxDensity",
"symbol" : "pmol/(m²·d)",
"ucumCode" : "pmol.m-2.d-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picomole per Square Metre Day", {
"@language" : "en",
"@value" : "Picomole per Square Metre Day"
}, {
"@language" : "en-us",
"@value" : "Picomole per Square Meter Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoMOL-PER-M3
URI: http://qudt.org/vocab/unit/PicoMOL-PER-M3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoMOL-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Concentration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/WaterSolubility> ; <http://qudt.org/schema/qudt/symbol> "pmol/m³" ; <http://qudt.org/schema/qudt/ucumCode> "pmol.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picomol na Kubični Meter"@sl ; rdfs:label "Picomol na Metr Krychlový"@cs ; rdfs:label "Picomol na Metr Sześcienny"@pl ; rdfs:label "Picomol pe Metru Cub"@ro ; rdfs:label "Picomol per Metreküp"@tr ; rdfs:label "Picomol por Metro Cúbico"@es ; rdfs:label "Picomol pro Kubikmeter"@de ; rdfs:label "Picomole par Mètre Cube"@fr ; rdfs:label "Picomole per Cubic Meter"@en-US ; rdfs:label "Picomole per Cubic Metre" ; rdfs:label "Picomole per Cubic Metre"@en ; rdfs:label "Picomole per Meter Kubik"@ms ; rdfs:label "Picomole per Metro Cubo"@it ; .
{"resource":"Picomole per Cubic Metre"
,"qname":"unit:PicoMOL-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoMOL-PER-M3"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Concentration"
,"has quantity kind":"quantitykind:WaterSolubility"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picomol na Kubični Meter"
,"label":"Picomol na Metr Krychlový"
,"label":"Picomol na Metr Sześcienny"
,"label":"Picomol pe Metru Cub"
,"label":"Picomol per Metreküp"
,"label":"Picomol por Metro Cúbico"
,"label":"Picomol pro Kubikmeter"
,"label":"Picomole par Mètre Cube"
,"label":"Picomole per Cubic Meter"
,"label":"Picomole per Cubic Metre"
,"label":"Picomole per Cubic Metre"
,"label":"Picomole per Meter Kubik"
,"label":"Picomole per Metro Cubo"
,"symbol":"pmol\/m³"
,"type":"qudt:Unit"
,"ucum code":"pmol.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoMOL-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/WaterSolubility", "http://qudt.org/vocab/quantitykind/Concentration" ],
"symbol" : "pmol/m³",
"ucumCode" : "pmol.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Picomol na Kubični Meter"
}, {
"@language" : "es",
"@value" : "Picomol por Metro Cúbico"
}, {
"@language" : "de",
"@value" : "Picomol pro Kubikmeter"
}, {
"@language" : "ro",
"@value" : "Picomol pe Metru Cub"
}, {
"@language" : "cs",
"@value" : "Picomol na Metr Krychlový"
}, {
"@language" : "fr",
"@value" : "Picomole par Mètre Cube"
}, {
"@language" : "ms",
"@value" : "Picomole per Meter Kubik"
}, {
"@language" : "tr",
"@value" : "Picomol per Metreküp"
}, {
"@language" : "en-us",
"@value" : "Picomole per Cubic Meter"
}, {
"@language" : "it",
"@value" : "Picomole per Metro Cubo"
}, {
"@language" : "pl",
"@value" : "Picomol na Metr Sześcienny"
}, "Picomole per Cubic Metre", {
"@language" : "en",
"@value" : "Picomole per Cubic Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoMOL-PER-M3-SEC
URI: http://qudt.org/vocab/unit/PicoMOL-PER-M3-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoMOL-PER-M3-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration> ; <http://qudt.org/schema/qudt/symbol> "pmol/(m³·s)" ; <http://qudt.org/schema/qudt/ucumCode> "pmol.m-3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picomol na Kubični Meter Sekunda"@sl ; rdfs:label "Picomol na Metr Krychlový Sekunda"@cs ; rdfs:label "Picomol na Metr Sześcienny Sekunda"@pl ; rdfs:label "Picomol pe Metru Cub Secundă"@ro ; rdfs:label "Picomol per Metreküp Saniye"@tr ; rdfs:label "Picomol por Metro Cúbico Segundo"@es ; rdfs:label "Picomol pro Kubikmeter Sekunde"@de ; rdfs:label "Picomole par Mètre Cube Seconde"@fr ; rdfs:label "Picomole per Cubic Meter Second"@en-US ; rdfs:label "Picomole per Cubic Metre Second" ; rdfs:label "Picomole per Cubic Metre Second"@en ; rdfs:label "Picomole per Meter Kubik Saat"@ms ; rdfs:label "Picomole per Metro Cubo Secondo"@it ; .
{"resource":"Picomole per Cubic Metre Second"
,"qname":"unit:PicoMOL-PER-M3-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoMOL-PER-M3-SEC"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"has dimension vector":"qkdv:A1E0L-3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CatalyticActivityConcentration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picomol na Kubični Meter Sekunda"
,"label":"Picomol na Metr Krychlový Sekunda"
,"label":"Picomol na Metr Sześcienny Sekunda"
,"label":"Picomol pe Metru Cub Secundă"
,"label":"Picomol per Metreküp Saniye"
,"label":"Picomol por Metro Cúbico Segundo"
,"label":"Picomol pro Kubikmeter Sekunde"
,"label":"Picomole par Mètre Cube Seconde"
,"label":"Picomole per Cubic Meter Second"
,"label":"Picomole per Cubic Metre Second"
,"label":"Picomole per Cubic Metre Second"
,"label":"Picomole per Meter Kubik Saat"
,"label":"Picomole per Metro Cubo Secondo"
,"symbol":"pmol\/(m³·s)"
,"type":"qudt:Unit"
,"ucum code":"pmol.m-3.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoMOL-PER-M3-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L-3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/CatalyticActivityConcentration",
"symbol" : "pmol/(m³·s)",
"ucumCode" : "pmol.m-3.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Picomole per Cubic Meter Second"
}, {
"@language" : "de",
"@value" : "Picomol pro Kubikmeter Sekunde"
}, {
"@language" : "cs",
"@value" : "Picomol na Metr Krychlový Sekunda"
}, {
"@language" : "ro",
"@value" : "Picomol pe Metru Cub Secundă"
}, {
"@language" : "pl",
"@value" : "Picomol na Metr Sześcienny Sekunda"
}, {
"@language" : "it",
"@value" : "Picomole per Metro Cubo Secondo"
}, {
"@language" : "sl",
"@value" : "Picomol na Kubični Meter Sekunda"
}, {
"@language" : "ms",
"@value" : "Picomole per Meter Kubik Saat"
}, {
"@language" : "tr",
"@value" : "Picomol per Metreküp Saniye"
}, {
"@language" : "es",
"@value" : "Picomol por Metro Cúbico Segundo"
}, "Picomole per Cubic Metre Second", {
"@language" : "en",
"@value" : "Picomole per Cubic Metre Second"
}, {
"@language" : "fr",
"@value" : "Picomole par Mètre Cube Seconde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoPA
URI: http://qudt.org/vocab/unit/PicoPA
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoPA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BulkModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Fugacity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ModulusOfElasticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ShearModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ; <http://qudt.org/schema/qudt/symbol> "pPa" ; <http://qudt.org/schema/qudt/ucumCode> "pPa"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53448892> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picopascal" ; rdfs:label "Picopascal"@cs ; rdfs:label "Picopascal"@de ; rdfs:label "Picopascal"@en ; rdfs:label "Picopascal"@es ; rdfs:label "Picopascal"@fr ; rdfs:label "Picopascal"@hu ; rdfs:label "Picopascal"@it ; rdfs:label "Picopascal"@ms ; rdfs:label "Picopascal"@ro ; rdfs:label "Picopascal"@sl ; rdfs:label "Picopascal"@tr ; rdfs:label "Picopaskal"@pl ; .
{"resource":"Picopascal"
,"qname":"unit:PicoPA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoPA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53448892>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:BulkModulus"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:Fugacity"
,"has quantity kind":"quantitykind:ModulusOfElasticity"
,"has quantity kind":"quantitykind:ShearModulus"
,"has quantity kind":"quantitykind:VaporPressure"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopascal"
,"label":"Picopaskal"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:PA"
,"symbol":"pPa"
,"type":"qudt:Unit"
,"ucum code":"pPa"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoPA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ModulusOfElasticity", "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/Fugacity", "http://qudt.org/vocab/quantitykind/BulkModulus", "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ShearModulus" ],
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "pPa",
"ucumCode" : "pPa",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53448892",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Picopaskal"
}, "Picopascal", {
"@language" : "cs",
"@value" : "Picopascal"
}, {
"@language" : "de",
"@value" : "Picopascal"
}, {
"@language" : "en",
"@value" : "Picopascal"
}, {
"@language" : "es",
"@value" : "Picopascal"
}, {
"@language" : "fr",
"@value" : "Picopascal"
}, {
"@language" : "hu",
"@value" : "Picopascal"
}, {
"@language" : "it",
"@value" : "Picopascal"
}, {
"@language" : "ms",
"@value" : "Picopascal"
}, {
"@language" : "ro",
"@value" : "Picopascal"
}, {
"@language" : "tr",
"@value" : "Picopascal"
}, {
"@language" : "sl",
"@value" : "Picopascal"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoPA-PER-KiloM
URI: http://qudt.org/vocab/unit/PicoPA-PER-KiloM
0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoPA-PER-KiloM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralRadiantEnergyDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA933" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA933"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "pPa/km" ; <http://qudt.org/schema/qudt/ucumCode> "pPa.km-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picopascal na Kilometer"@sl ; rdfs:label "Picopascal na Kilometr"@cs ; rdfs:label "Picopascal par Kilomètre"@fr ; rdfs:label "Picopascal pe Kilometru"@ro ; rdfs:label "Picopascal per Chilometro"@it ; rdfs:label "Picopascal per Kilometer"@en-US ; rdfs:label "Picopascal per Kilometer"@ms ; rdfs:label "Picopascal per Kilometre" ; rdfs:label "Picopascal per Kilometre"@en ; rdfs:label "Picopascal per Kilometre"@tr ; rdfs:label "Picopascal por Kilometro"@es ; rdfs:label "Picopascal pro Kilometer"@de ; rdfs:label "Picopaskal na Kilometr"@pl ; .
{"resource":"Picopascal per Kilometre"
,"qname":"unit:PicoPA-PER-KiloM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoPA-PER-KiloM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000001"
,"conversion multiplier scientific":"1.0E-15"
,"description":"0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre"
,"description (plain text)":"0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:SpectralRadiantEnergyDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA933"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA933"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picopascal na Kilometer"
,"label":"Picopascal na Kilometr"
,"label":"Picopascal par Kilomètre"
,"label":"Picopascal pe Kilometru"
,"label":"Picopascal per Chilometro"
,"label":"Picopascal per Kilometer"
,"label":"Picopascal per Kilometer"
,"label":"Picopascal per Kilometre"
,"label":"Picopascal per Kilometre"
,"label":"Picopascal per Kilometre"
,"label":"Picopascal por Kilometro"
,"label":"Picopascal pro Kilometer"
,"label":"Picopaskal na Kilometr"
,"symbol":"pPa\/km"
,"type":"qudt:Unit"
,"ucum code":"pPa.km-1"
,"unece common code":"H69"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoPA-PER-KiloM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000000001",
"conversionMultiplier:SN" : 1.0E-15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralRadiantEnergyDensity",
"iec61360Code" : "0112/2///62720#UAA933",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA933",
"plainTextDescription" : "0.000000000001-fold of the SI derived unit pascal divided by the 1 000-fold of the SI base unit metre",
"symbol" : "pPa/km",
"ucumCode" : "pPa.km-1",
"uneceCommonCode" : "H69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Picopascal per Kilometer"
}, {
"@language" : "ms",
"@value" : "Picopascal per Kilometer"
}, {
"@language" : "cs",
"@value" : "Picopascal na Kilometr"
}, {
"@language" : "es",
"@value" : "Picopascal por Kilometro"
}, {
"@language" : "pl",
"@value" : "Picopaskal na Kilometr"
}, {
"@language" : "de",
"@value" : "Picopascal pro Kilometer"
}, {
"@language" : "ro",
"@value" : "Picopascal pe Kilometru"
}, {
"@language" : "sl",
"@value" : "Picopascal na Kilometer"
}, {
"@language" : "fr",
"@value" : "Picopascal par Kilomètre"
}, {
"@language" : "it",
"@value" : "Picopascal per Chilometro"
}, "Picopascal per Kilometre", {
"@language" : "en",
"@value" : "Picopascal per Kilometre"
}, {
"@language" : "tr",
"@value" : "Picopascal per Kilometre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoS
URI: http://qudt.org/vocab/unit/PicoS
0.000000000001-fold of the SI derived unit siemens
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI derived unit siemens" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Admittance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricalConductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB357" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB357"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S> ; <http://qudt.org/schema/qudt/symbol> "pS" ; <http://qudt.org/schema/qudt/ucumCode> "pS"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N92" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94694096> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picosiemens" ; rdfs:label "Picosiemens"@cs ; rdfs:label "Picosiemens"@de ; rdfs:label "Picosiemens"@en ; rdfs:label "Picosiemens"@es ; rdfs:label "Picosiemens"@fr ; rdfs:label "Picosiemens"@hu ; rdfs:label "Picosiemens"@it ; rdfs:label "Picosiemens"@ms ; rdfs:label "Picosiemens"@ro ; rdfs:label "Picosiemens"@sl ; rdfs:label "Picosiemens"@tr ; rdfs:label "Picosimens"@pl ; .
{"resource":"Picosiemens"
,"qname":"unit:PicoS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94694096>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the SI derived unit siemens"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Admittance"
,"has quantity kind":"quantitykind:Conductance"
,"has quantity kind":"quantitykind:ElectricalConductance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB357"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB357"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosiemens"
,"label":"Picosimens"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:S"
,"symbol":"pS"
,"type":"qudt:Unit"
,"ucum code":"pS"
,"unece common code":"N92"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI derived unit siemens",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricalConductance", "http://qudt.org/vocab/quantitykind/Conductance", "http://qudt.org/vocab/quantitykind/Admittance" ],
"iec61360Code" : "0112/2///62720#UAB357",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB357",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/S",
"symbol" : "pS",
"ucumCode" : "pS",
"uneceCommonCode" : "N92",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94694096",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picosiemens", {
"@language" : "cs",
"@value" : "Picosiemens"
}, {
"@language" : "de",
"@value" : "Picosiemens"
}, {
"@language" : "en",
"@value" : "Picosiemens"
}, {
"@language" : "es",
"@value" : "Picosiemens"
}, {
"@language" : "fr",
"@value" : "Picosiemens"
}, {
"@language" : "hu",
"@value" : "Picosiemens"
}, {
"@language" : "it",
"@value" : "Picosiemens"
}, {
"@language" : "ms",
"@value" : "Picosiemens"
}, {
"@language" : "ro",
"@value" : "Picosiemens"
}, {
"@language" : "sl",
"@value" : "Picosiemens"
}, {
"@language" : "tr",
"@value" : "Picosiemens"
}, {
"@language" : "pl",
"@value" : "Picosimens"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoS-PER-M
URI: http://qudt.org/vocab/unit/PicoS-PER-M
0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoS-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA934" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA934"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "pS/m" ; <http://qudt.org/schema/qudt/ucumCode> "pS.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L42" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106777957> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picosiemens na Meter"@sl ; rdfs:label "Picosiemens na Metr"@cs ; rdfs:label "Picosiemens par Mètre"@fr ; rdfs:label "Picosiemens pe Metru"@ro ; rdfs:label "Picosiemens per Meter"@en-US ; rdfs:label "Picosiemens per Meter"@ms ; rdfs:label "Picosiemens per Metre" ; rdfs:label "Picosiemens per Metre"@en ; rdfs:label "Picosiemens per Metre"@tr ; rdfs:label "Picosiemens per Metro"@it ; rdfs:label "Picosiemens por Metro"@es ; rdfs:label "Picosiemens pro Meter"@de ; rdfs:label "Picosimens na Metr"@pl ; .
{"resource":"Picosiemens per Metre"
,"qname":"unit:PicoS-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoS-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106777957>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"
,"description (plain text)":"0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA934"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA934"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picosiemens na Meter"
,"label":"Picosiemens na Metr"
,"label":"Picosiemens par Mètre"
,"label":"Picosiemens pe Metru"
,"label":"Picosiemens per Meter"
,"label":"Picosiemens per Meter"
,"label":"Picosiemens per Metre"
,"label":"Picosiemens per Metre"
,"label":"Picosiemens per Metre"
,"label":"Picosiemens per Metro"
,"label":"Picosiemens por Metro"
,"label":"Picosiemens pro Meter"
,"label":"Picosimens na Metr"
,"symbol":"pS\/m"
,"type":"qudt:Unit"
,"ucum code":"pS.m-1"
,"unece common code":"L42"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoS-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Conductivity",
"iec61360Code" : "0112/2///62720#UAA934",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA934",
"plainTextDescription" : "0.000000000001-fold of the SI derived unit Siemens divided by the SI base unit metre",
"symbol" : "pS/m",
"ucumCode" : "pS.m-1",
"uneceCommonCode" : "L42",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106777957",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Picosiemens na Meter"
}, {
"@language" : "ro",
"@value" : "Picosiemens pe Metru"
}, {
"@language" : "en-us",
"@value" : "Picosiemens per Meter"
}, {
"@language" : "ms",
"@value" : "Picosiemens per Meter"
}, {
"@language" : "de",
"@value" : "Picosiemens pro Meter"
}, {
"@language" : "pl",
"@value" : "Picosimens na Metr"
}, "Picosiemens per Metre", {
"@language" : "en",
"@value" : "Picosiemens per Metre"
}, {
"@language" : "tr",
"@value" : "Picosiemens per Metre"
}, {
"@language" : "es",
"@value" : "Picosiemens por Metro"
}, {
"@language" : "cs",
"@value" : "Picosiemens na Metr"
}, {
"@language" : "fr",
"@value" : "Picosiemens par Mètre"
}, {
"@language" : "it",
"@value" : "Picosiemens per Metro"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoSEC
URI: http://qudt.org/vocab/unit/PicoSEC
0.000000000001-fold of the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoSEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA950" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA950"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the SI base unit second" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "ps" ; <http://qudt.org/schema/qudt/ucumCode> "ps"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H70" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3902709> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picomásodperc"@hu ; rdfs:label "Picosaat"@ms ; rdfs:label "Picosaniye"@tr ; rdfs:label "Picosecond" ; rdfs:label "Picosecond"@en ; rdfs:label "Picoseconde"@fr ; rdfs:label "Picosecondo"@it ; rdfs:label "Picosecundă"@ro ; rdfs:label "Picosegundo"@es ; rdfs:label "Picosekunda"@cs ; rdfs:label "Picosekunda"@pl ; rdfs:label "Picosekunda"@sl ; rdfs:label "Picosekunde"@de ; .
{"resource":"Picosecond"
,"qname":"unit:PicoSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoSEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3902709>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the SI base unit second"
,"description (plain text)":"0.000000000001-fold of the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA950"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA950"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picomásodperc"
,"label":"Picosaat"
,"label":"Picosaniye"
,"label":"Picosecond"
,"label":"Picosecond"
,"label":"Picoseconde"
,"label":"Picosecondo"
,"label":"Picosecundă"
,"label":"Picosegundo"
,"label":"Picosekunda"
,"label":"Picosekunda"
,"label":"Picosekunda"
,"label":"Picosekunde"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:SEC"
,"symbol":"ps"
,"type":"qudt:Unit"
,"ucum code":"ps"
,"unece common code":"H70"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoSEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAA950",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA950",
"plainTextDescription" : "0.000000000001-fold of the SI base unit second",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "ps",
"ucumCode" : "ps",
"uneceCommonCode" : "H70",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3902709",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Picosekunda"
}, {
"@language" : "pl",
"@value" : "Picosekunda"
}, {
"@language" : "sl",
"@value" : "Picosekunda"
}, {
"@language" : "ms",
"@value" : "Picosaat"
}, {
"@language" : "it",
"@value" : "Picosecondo"
}, "Picosecond", {
"@language" : "en",
"@value" : "Picosecond"
}, {
"@language" : "tr",
"@value" : "Picosaniye"
}, {
"@language" : "fr",
"@value" : "Picoseconde"
}, {
"@language" : "hu",
"@value" : "Picomásodperc"
}, {
"@language" : "es",
"@value" : "Picosegundo"
}, {
"@language" : "ro",
"@value" : "Picosecundă"
}, {
"@language" : "de",
"@value" : "Picosekunde"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoV
URI: http://qudt.org/vocab/unit/PicoV
0.000000000001-fold of the SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI derived unit volt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB363" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB363"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "pV" ; <http://qudt.org/schema/qudt/ucumCode> "pV"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N99" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picovolt" ; rdfs:label "Picovolt"@cs ; rdfs:label "Picovolt"@de ; rdfs:label "Picovolt"@en ; rdfs:label "Picovolt"@fr ; rdfs:label "Picovolt"@hu ; rdfs:label "Picovolt"@it ; rdfs:label "Picovolt"@ms ; rdfs:label "Picovolt"@ro ; rdfs:label "Picovolt"@sl ; rdfs:label "Picovolt"@tr ; rdfs:label "Picovoltio"@es ; rdfs:label "Picowolt"@pl ; .
{"resource":"Picovolt"
,"qname":"unit:PicoV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoV"
,"properties":["conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the SI derived unit volt"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB363"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB363"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picovolt"
,"label":"Picovolt"
,"label":"Picovolt"
,"label":"Picovolt"
,"label":"Picovolt"
,"label":"Picovolt"
,"label":"Picovolt"
,"label":"Picovolt"
,"label":"Picovolt"
,"label":"Picovolt"
,"label":"Picovolt"
,"label":"Picovoltio"
,"label":"Picowolt"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:V"
,"symbol":"pV"
,"type":"qudt:Unit"
,"ucum code":"pV"
,"unece common code":"N99"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI derived unit volt",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricPotential", "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/Voltage" ],
"iec61360Code" : "0112/2///62720#UAB363",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB363",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "pV",
"ucumCode" : "pV",
"uneceCommonCode" : "N99",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Picovolt", {
"@language" : "cs",
"@value" : "Picovolt"
}, {
"@language" : "pl",
"@value" : "Picowolt"
}, {
"@language" : "es",
"@value" : "Picovoltio"
}, {
"@language" : "de",
"@value" : "Picovolt"
}, {
"@language" : "en",
"@value" : "Picovolt"
}, {
"@language" : "fr",
"@value" : "Picovolt"
}, {
"@language" : "hu",
"@value" : "Picovolt"
}, {
"@language" : "it",
"@value" : "Picovolt"
}, {
"@language" : "ms",
"@value" : "Picovolt"
}, {
"@language" : "ro",
"@value" : "Picovolt"
}, {
"@language" : "sl",
"@value" : "Picovolt"
}, {
"@language" : "tr",
"@value" : "Picovolt"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoV-A
URI: http://qudt.org/vocab/unit/PicoV-A
0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoV-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PicoVA> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB530" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB530"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "pV·A" ; <http://qudt.org/schema/qudt/ucumCode> "pV.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picovolt Amper"@ro ; rdfs:label "Picovolt Amper"@sl ; rdfs:label "Picovolt Amper"@tr ; rdfs:label "Picovolt Ampere" ; rdfs:label "Picovolt Ampere"@de ; rdfs:label "Picovolt Ampere"@en ; rdfs:label "Picovolt Ampere"@it ; rdfs:label "Picovolt Ampere"@ms ; rdfs:label "Picovolt Ampère"@fr ; rdfs:label "Picovolt Ampér"@cs ; rdfs:label "Picovoltio Amperio"@es ; rdfs:label "Picowolt Amper"@pl ; .
{"resource":"Picovolt Ampere"
,"qname":"unit:PicoV-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoV-A"
,"properties":["conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"deprecated":"true"
,"description":"0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB530"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB530"
,"is replaced by":"unit:PicoVA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picovolt Amper"
,"label":"Picovolt Amper"
,"label":"Picovolt Amper"
,"label":"Picovolt Ampere"
,"label":"Picovolt Ampere"
,"label":"Picovolt Ampere"
,"label":"Picovolt Ampere"
,"label":"Picovolt Ampere"
,"label":"Picovolt Ampère"
,"label":"Picovolt Ampér"
,"label":"Picovoltio Amperio"
,"label":"Picowolt Amper"
,"symbol":"pV·A"
,"type":"qudt:Unit"
,"ucum code":"pV.A"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoV-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/PicoVA",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB530",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB530",
"symbol" : "pV·A",
"ucumCode" : "pV.A",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Picowolt Amper"
}, {
"@language" : "cs",
"@value" : "Picovolt Ampér"
}, {
"@language" : "de",
"@value" : "Picovolt Ampere"
}, {
"@language" : "en",
"@value" : "Picovolt Ampere"
}, {
"@language" : "it",
"@value" : "Picovolt Ampere"
}, {
"@language" : "ms",
"@value" : "Picovolt Ampere"
}, "Picovolt Ampere", {
"@language" : "ro",
"@value" : "Picovolt Amper"
}, {
"@language" : "sl",
"@value" : "Picovolt Amper"
}, {
"@language" : "tr",
"@value" : "Picovolt Amper"
}, {
"@language" : "fr",
"@value" : "Picovolt Ampère"
}, {
"@language" : "es",
"@value" : "Picovoltio Amperio"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoV-A_Reactive
URI: http://qudt.org/vocab/unit/PicoV-A_Reactive
0.000000000001-fold of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PicoV-A_Reactive>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000000000001-fold of the unit volt ampere reactive" ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/PicoVAR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC504" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC504"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "pV·A{Reactive}" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "PicoVolt Ampere Reactive" ;
rdfs:label "PicoVolt Ampere Reactive"@en ;
.
{"resource":"PicoVolt Ampere Reactive"
,"qname":"unit:PicoV-A_Reactive"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoV-A_Reactive"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"0.000000000001-fold of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC504"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC504"
,"is replaced by":"unit:PicoVAR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"PicoVolt Ampere Reactive"
,"label":"PicoVolt Ampere Reactive"
,"symbol":"pV·A{Reactive}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoV-A_Reactive",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the unit volt ampere reactive",
"isReplacedBy" : "http://qudt.org/vocab/unit/PicoVAR",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC504",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC504",
"symbol" : "pV·A{Reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "PicoVolt Ampere Reactive", {
"@language" : "en",
"@value" : "PicoVolt Ampere Reactive"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoVA
URI: http://qudt.org/vocab/unit/PicoVA
0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoVA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB530" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB530"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/symbol> "pVA" ; <http://qudt.org/schema/qudt/ucumCode> "pVA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Pico Volt Ampere" ; rdfs:label "Pico Volt Ampere"@en ; rdfs:label "Pico Volt Ampere"@it ; rdfs:label "Picovoltampere"@de ; rdfs:label "Picovoltampère"@fr ; rdfs:label "Picovoltiamperio"@es ; .
{"resource":"Pico Volt Ampere"
,"qname":"unit:PicoVA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoVA"
,"properties":["conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB530"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB530"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pico Volt Ampere"
,"label":"Pico Volt Ampere"
,"label":"Pico Volt Ampere"
,"label":"Picovoltampere"
,"label":"Picovoltampère"
,"label":"Picovoltiamperio"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:VA"
,"symbol":"pVA"
,"type":"qudt:Unit"
,"ucum code":"pVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoVA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the product of the SI base unit volt with the SI base unit ampere",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB530",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB530",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/VA",
"symbol" : "pVA",
"ucumCode" : "pVA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Picovoltampere"
}, "Pico Volt Ampere", {
"@language" : "en",
"@value" : "Pico Volt Ampere"
}, {
"@language" : "it",
"@value" : "Pico Volt Ampere"
}, {
"@language" : "es",
"@value" : "Picovoltiamperio"
}, {
"@language" : "fr",
"@value" : "Picovoltampère"
} ],
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoVAR
URI: http://qudt.org/vocab/unit/PicoVAR
0.000000000001-fold of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PicoVAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000000000001-fold of the unit volt ampere reactive" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC504" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC504"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VAR> ;
<http://qudt.org/schema/qudt/symbol> "pVA{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "pVA{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Pico Volt Ampere Reactive" ;
rdfs:label "Pico Volt Ampere Reactive"@en ;
.
{"resource":"Pico Volt Ampere Reactive"
,"qname":"unit:PicoVAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoVAR"
,"properties":["conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC504"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC504"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Pico Volt Ampere Reactive"
,"label":"Pico Volt Ampere Reactive"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:VAR"
,"symbol":"pVA{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"pVA{reactive}"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoVAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the unit volt ampere reactive",
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC504",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC504",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/VAR",
"symbol" : "pVA{Reactive}",
"ucumCode" : "pVA{reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Pico Volt Ampere Reactive", {
"@language" : "en",
"@value" : "Pico Volt Ampere Reactive"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoW
URI: http://qudt.org/vocab/unit/PicoW
0.000000000001-fold of the SI derived unit watt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI derived unit watt"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA935" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA935"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the SI derived unit watt" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Pico> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ; <http://qudt.org/schema/qudt/symbol> "pW" ; <http://qudt.org/schema/qudt/ucumCode> "pW"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C75" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q53449018> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picovatio"@es ; rdfs:label "Picowat"@pl ; rdfs:label "Picowatt" ; rdfs:label "Picowatt"@cs ; rdfs:label "Picowatt"@de ; rdfs:label "Picowatt"@en ; rdfs:label "Picowatt"@fr ; rdfs:label "Picowatt"@hu ; rdfs:label "Picowatt"@it ; rdfs:label "Picowatt"@ms ; rdfs:label "Picowatt"@ro ; rdfs:label "Picowatt"@sl ; rdfs:label "Picowatt"@tr ; .
{"resource":"Picowatt"
,"qname":"unit:PicoW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q53449018>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the SI derived unit watt"
,"description (plain text)":"0.000000000001-fold of the SI derived unit watt"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA935"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA935"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picovatio"
,"label":"Picowat"
,"label":"Picowatt"
,"label":"Picowatt"
,"label":"Picowatt"
,"label":"Picowatt"
,"label":"Picowatt"
,"label":"Picowatt"
,"label":"Picowatt"
,"label":"Picowatt"
,"label":"Picowatt"
,"label":"Picowatt"
,"label":"Picowatt"
,"prefix":"prefix:Pico"
,"scalingOf":"unit:W"
,"symbol":"pW"
,"type":"qudt:Unit"
,"ucum code":"pW"
,"unece common code":"C75"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI derived unit watt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/ElectricPower" ],
"iec61360Code" : "0112/2///62720#UAA935",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA935",
"plainTextDescription" : "0.000000000001-fold of the SI derived unit watt",
"prefix" : "http://qudt.org/vocab/prefix/Pico",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "pW",
"ucumCode" : "pW",
"uneceCommonCode" : "C75",
"wikidataMatch" : "http://www.wikidata.org/entity/Q53449018",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Picovatio"
}, "Picowatt", {
"@language" : "cs",
"@value" : "Picowatt"
}, {
"@language" : "de",
"@value" : "Picowatt"
}, {
"@language" : "en",
"@value" : "Picowatt"
}, {
"@language" : "fr",
"@value" : "Picowatt"
}, {
"@language" : "hu",
"@value" : "Picowatt"
}, {
"@language" : "it",
"@value" : "Picowatt"
}, {
"@language" : "ms",
"@value" : "Picowatt"
}, {
"@language" : "ro",
"@value" : "Picowatt"
}, {
"@language" : "sl",
"@value" : "Picowatt"
}, {
"@language" : "tr",
"@value" : "Picowatt"
}, {
"@language" : "pl",
"@value" : "Picowat"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoW-PER-CentiM2-L
URI: http://qudt.org/vocab/unit/PicoW-PER-CentiM2-L
The power (scaled by 10^-12) per SI unit of area (scaled by 10^-4) produced per SI unit of volume (scaled by 10^-3).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoW-PER-CentiM2-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The power (scaled by 10^-12) per SI unit of area (scaled by 10^-4) produced per SI unit of volume (scaled by 10^-3)."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "pW/(cm²·L)" ; <http://qudt.org/schema/qudt/ucumCode> "pW.cm-2.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picowatt per Square Centimeter Liter"@en-US ; rdfs:label "Picowatt per Square Centimetre Litre" ; rdfs:label "Picowatt per Square Centimetre Litre"@en ; .
{"resource":"Picowatt per Square Centimetre Litre"
,"qname":"unit:PicoW-PER-CentiM2-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoW-PER-CentiM2-L"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"The power (scaled by 10^-12) per SI unit of area (scaled by 10^-4) produced per SI unit of volume (scaled by 10^-3)."
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picowatt per Square Centimeter Liter"
,"label":"Picowatt per Square Centimetre Litre"
,"label":"Picowatt per Square Centimetre Litre"
,"symbol":"pW\/(cm²·L)"
,"type":"qudt:Unit"
,"ucum code":"pW.cm-2.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoW-PER-CentiM2-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "The power (scaled by 10^-12) per SI unit of area (scaled by 10^-4) produced per SI unit of volume (scaled by 10^-3)."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "pW/(cm²·L)",
"ucumCode" : "pW.cm-2.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Picowatt per Square Centimeter Liter"
}, "Picowatt per Square Centimetre Litre", {
"@language" : "en",
"@value" : "Picowatt per Square Centimetre Litre"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PicoW-PER-M2
URI: http://qudt.org/vocab/unit/PicoW-PER-M2
0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PicoW-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA936" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA936"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/symbol> "pW/m²" ; <http://qudt.org/schema/qudt/ucumCode> "pW.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C76" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107361187> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Picovatio por Metro Cuadrado"@es ; rdfs:label "Picowat na Metr Kwadratowy"@pl ; rdfs:label "Picowatt na Kvadratni Meter"@sl ; rdfs:label "Picowatt na Čtvereční Metr"@cs ; rdfs:label "Picowatt par Mètre Carré"@fr ; rdfs:label "Picowatt pe Metru Pătrat"@ro ; rdfs:label "Picowatt per Meter Persegi"@ms ; rdfs:label "Picowatt per Metrekare"@tr ; rdfs:label "Picowatt per Metro Quadrato"@it ; rdfs:label "Picowatt per Square Meter"@en-US ; rdfs:label "Picowatt per Square Metre" ; rdfs:label "Picowatt per Square Metre"@en ; rdfs:label "Picowatt pro Quadratmeter"@de ; .
{"resource":"Picowatt per Square Metre"
,"qname":"unit:PicoW-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PicoW-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107361187>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000001"
,"conversion multiplier scientific":"1.0E-12"
,"description":"0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"
,"description (plain text)":"0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA936"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA936"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Picovatio por Metro Cuadrado"
,"label":"Picowat na Metr Kwadratowy"
,"label":"Picowatt na Kvadratni Meter"
,"label":"Picowatt na Čtvereční Metr"
,"label":"Picowatt par Mètre Carré"
,"label":"Picowatt pe Metru Pătrat"
,"label":"Picowatt per Meter Persegi"
,"label":"Picowatt per Metrekare"
,"label":"Picowatt per Metro Quadrato"
,"label":"Picowatt per Square Meter"
,"label":"Picowatt per Square Metre"
,"label":"Picowatt per Square Metre"
,"label":"Picowatt pro Quadratmeter"
,"symbol":"pW\/m²"
,"type":"qudt:Unit"
,"ucum code":"pW.m-2"
,"unece common code":"C76"
]}
{
"@id" : "http://qudt.org/vocab/unit/PicoW-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000000000001",
"conversionMultiplier:SN" : 1.0E-12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAA936",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA936",
"plainTextDescription" : "0.000000000001-fold of the SI derived unit watt divided by the power of the SI base unit metre with the exponent 2",
"symbol" : "pW/m²",
"ucumCode" : "pW.m-2",
"uneceCommonCode" : "C76",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107361187",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Picowatt na Čtvereční Metr"
}, "Picowatt per Square Metre", {
"@language" : "ro",
"@value" : "Picowatt pe Metru Pătrat"
}, {
"@language" : "ms",
"@value" : "Picowatt per Meter Persegi"
}, {
"@language" : "fr",
"@value" : "Picowatt par Mètre Carré"
}, {
"@language" : "en-us",
"@value" : "Picowatt per Square Meter"
}, {
"@language" : "pl",
"@value" : "Picowat na Metr Kwadratowy"
}, {
"@language" : "tr",
"@value" : "Picowatt per Metrekare"
}, {
"@language" : "it",
"@value" : "Picowatt per Metro Quadrato"
}, {
"@language" : "de",
"@value" : "Picowatt pro Quadratmeter"
}, {
"@language" : "sl",
"@value" : "Picowatt na Kvadratni Meter"
}, {
"@language" : "es",
"@value" : "Picovatio por Metro Cuadrado"
}, {
"@language" : "en",
"@value" : "Picowatt per Square Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckArea
URI: http://qudt.org/vocab/unit/PlanckArea
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckArea> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000000000000000000000000000000000000000000000000000000000000000261223 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.61223E-71 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2> ; <http://qudt.org/schema/qudt/symbol> "planckarea" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q14158377> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Area" ; rdfs:label "Planck Area"@en ; .
{"resource":"Planck Area"
,"qname":"unit:PlanckArea"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckArea"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q14158377>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"0.0000000000000000000000000000000000000000000000000000000000000000000000261223"
,"conversion multiplier scientific":"2.61223E-71"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Area"
,"label":"Planck Area"
,"scalingOf":"unit:M2"
,"symbol":"planckarea"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckArea",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "0.0000000000000000000000000000000000000000000000000000000000000000000000261223",
"conversionMultiplier:SN" : 2.61223E-71,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"scalingOf" : "http://qudt.org/vocab/unit/M2",
"symbol" : "planckarea",
"wikidataMatch" : "http://www.wikidata.org/entity/Q14158377",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Area", {
"@language" : "en",
"@value" : "Planck Area"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckCharge
URI: http://qudt.org/vocab/unit/PlanckCharge
In physics, the Planck charge, denoted by, is one of the base units in the system of natural units called Planck units. It is a quantity of electric charge defined in terms of fundamental physical constants. The Planck charge is defined as: coulombs, where: is the speed of light in the vacuum, is Planck's constant, is the reduced Planck constant, is the permittivity of free space is the elementary charge = (137.03599911) is the fine structure constant. The Planck charge is times greater than the elementary charge $e$ carried by an electron.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckCharge> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "In physics, the Planck charge, denoted by, is one of the base units in the system of natural units called Planck units. It is a quantity of electric charge defined in terms of fundamental physical constants. The Planck charge is defined as: coulombs, where: is the speed of light in the vacuum, is Planck's constant, is the reduced Planck constant, is the permittivity of free space is the elementary charge = (137.03599911) is the fine structure constant. The Planck charge is times greater than the elementary charge $e$ carried by an electron."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000000187554587 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.87554587E-18 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; <http://qudt.org/schema/qudt/latexSymbol> "$Q_P$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A-SEC> ; <http://qudt.org/schema/qudt/symbol> "planckcharge" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q249439> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Charge" ; rdfs:label "Planck Charge"@en ; .
{"resource":"Planck Charge"
,"qname":"unit:PlanckCharge"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckCharge"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q249439>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"0.00000000000000000187554587"
,"conversion multiplier scientific":"1.87554587E-18"
,"description":"In physics, the Planck charge, denoted by, is one of the base units in the system of natural units called Planck units. It is a quantity of electric charge defined in terms of fundamental physical constants. The Planck charge is defined as: coulombs, where: is the speed of light in the vacuum, is Planck's constant, is the reduced Planck constant, is the permittivity of free space is the elementary charge = (137.03599911) is the fine structure constant. The Planck charge is times greater than the elementary charge $e$ carried by an electron."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Planck_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Charge"
,"label":"Planck Charge"
,"latex symbol":"$Q_P$"
,"scalingOf":"unit:A-SEC"
,"symbol":"planckcharge"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckCharge",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In physics, the Planck charge, denoted by, is one of the base units in the system of natural units called Planck units. It is a quantity of electric charge defined in terms of fundamental physical constants. The Planck charge is defined as: coulombs, where: is the speed of light in the vacuum, is Planck's constant, is the reduced Planck constant, is the permittivity of free space is the elementary charge = (137.03599911) is the fine structure constant. The Planck charge is times greater than the elementary charge $e$ carried by an electron.",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "0.00000000000000000187554587",
"conversionMultiplier:SN" : 1.87554587E-18,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"informativeReference" : "https://en.wikipedia.org/wiki/Planck_units",
"latexSymbol" : "$Q_P$",
"scalingOf" : "http://qudt.org/vocab/unit/A-SEC",
"symbol" : "planckcharge",
"wikidataMatch" : "http://www.wikidata.org/entity/Q249439",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Charge", {
"@language" : "en",
"@value" : "Planck Charge"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckCurrent
URI: http://qudt.org/vocab/unit/PlanckCurrent
The Planck current is the unit of electric current, denoted by IP, in the system of natural units known as Planck units. $\approx 3.479 \times 10 A$, where: the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckCurrent> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The Planck current is the unit of electric current, denoted by IP, in the system of natural units known as Planck units. $\\approx 3.479 \\times 10 A$, where: the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 34789000000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.4789E25 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_current"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_current?oldid=493640689"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "planckcurrent" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1196846> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Current" ; rdfs:label "Planck Current"@en ; .
{"resource":"Planck Current"
,"qname":"unit:PlanckCurrent"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckCurrent"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1196846>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"34789000000000000000000000.0"
,"conversion multiplier scientific":"3.4789E25"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_current"
,"description":"The Planck current is the unit of electric current, denoted by IP, in the system of natural units known as Planck units. $\\approx 3.479 \\times 10 A$, where: the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_current?oldid=493640689"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Current"
,"label":"Planck Current"
,"scalingOf":"unit:A"
,"symbol":"planckcurrent"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckCurrent",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The Planck current is the unit of electric current, denoted by IP, in the system of natural units known as Planck units. $\\approx 3.479 \\times 10 A$, where: the Planck time is the permittivity in vacuum and the reduced Planck constant G is the gravitational constant c is the speed of light in vacuum. The Planck current is that current which, in a conductor, carries a Planck charge in Planck time. Alternatively, the Planck current is that constant current which, if maintained in two straight parallel conductors of infinite length and negligible circular cross-section, and placed a Planck length apart in vacuum, would produce between these conductors a force equal to a Planck force per Planck length.",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "34789000000000000000000000.0",
"conversionMultiplier:SN" : 3.4789E25,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_current",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrent",
"informativeReference" : "http://en.wikipedia.org/wiki/Planck_current?oldid=493640689",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "planckcurrent",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1196846",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Planck Current"
}, "Planck Current" ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckCurrentDensity
URI: http://qudt.org/vocab/unit/PlanckCurrentDensity
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckCurrentDensity> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 133177400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.331774E95 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentDensity> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A-PER-M2> ; <http://qudt.org/schema/qudt/symbol> "planckcurrentdensity" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30080109> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Current Density" ; rdfs:label "Planck Current Density"@en ; .
{"resource":"Planck Current Density"
,"qname":"unit:PlanckCurrentDensity"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckCurrentDensity"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30080109>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"133177400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0"
,"conversion multiplier scientific":"1.331774E95"
,"has dimension vector":"qkdv:A0E1L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:ElectricCurrentDensity"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Current Density"
,"label":"Planck Current Density"
,"scalingOf":"unit:A-PER-M2"
,"symbol":"planckcurrentdensity"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckCurrentDensity",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "133177400000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0",
"conversionMultiplier:SN" : 1.331774E95,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L-2I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCurrentDensity",
"scalingOf" : "http://qudt.org/vocab/unit/A-PER-M2",
"symbol" : "planckcurrentdensity",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30080109",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Current Density", {
"@language" : "en",
"@value" : "Planck Current Density"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckDensity
URI: http://qudt.org/vocab/unit/PlanckDensity
The Planck density is the unit of density, denoted by $\rho_P$, in the system of natural units known as Planck units. $1\ \rho_P \ is \approx 5.155 \times 10^{96} kg/m^3$. This is a unit which is very large, about equivalent to $10^{23}$ solar masses squeezed into the space of a single atomic nucleus. At one unit of Planck time after the Big Bang, the mass density of the universe is thought to have been approximately one unit of Planck density.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PlanckDensity>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The Planck density is the unit of density, denoted by $\\rho_P$, in the system of natural units known as Planck units. $1\\ \\rho_P \\ is \\approx 5.155 \\times 10^{96} kg/m^3$. This is a unit which is very large, about equivalent to $10^{23}$ solar masses squeezed into the space of a single atomic nucleus. At one unit of Planck time after the Big Bang, the mass density of the universe is thought to have been approximately one unit of Planck density."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 5155000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.155E96 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_density"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_density?oldid=493642128"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM-PER-DeciM3> ;
<http://qudt.org/schema/qudt/symbol> "planckdensity" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q536785> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Planck Density" ;
rdfs:label "Planck Density"@en ;
.
{"resource":"Planck Density"
,"qname":"unit:PlanckDensity"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckDensity"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q536785>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"5155000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0"
,"conversion multiplier scientific":"5.155E96"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_density"
,"description":"The Planck density is the unit of density, denoted by $\\rho_P$, in the system of natural units known as Planck units. $1\\ \\rho_P \\ is \\approx 5.155 \\times 10^{96} kg\/m^3$. This is a unit which is very large, about equivalent to $10^{23}$ solar masses squeezed into the space of a single atomic nucleus. At one unit of Planck time after the Big Bang, the mass density of the universe is thought to have been approximately one unit of Planck density."
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_density?oldid=493642128"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Density"
,"label":"Planck Density"
,"scalingOf":"unit:GM-PER-DeciM3"
,"symbol":"planckdensity"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckDensity",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The Planck density is the unit of density, denoted by $\\rho_P$, in the system of natural units known as Planck units. $1\\ \\rho_P \\ is \\approx 5.155 \\times 10^{96} kg/m^3$. This is a unit which is very large, about equivalent to $10^{23}$ solar masses squeezed into the space of a single atomic nucleus. At one unit of Planck time after the Big Bang, the mass density of the universe is thought to have been approximately one unit of Planck density.",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "5155000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0",
"conversionMultiplier:SN" : 5.155E96,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_density",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Planck_density?oldid=493642128",
"scalingOf" : "http://qudt.org/vocab/unit/GM-PER-DeciM3",
"symbol" : "planckdensity",
"wikidataMatch" : "http://www.wikidata.org/entity/Q536785",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Density", {
"@language" : "en",
"@value" : "Planck Density"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckEnergy
URI: http://qudt.org/vocab/unit/PlanckEnergy
In physics, the unit of energy in the system of natural units known as Planck units is called the Planck energy, denoted by $E_P$. $E_P$ is a derived, as opposed to basic, Planck unit. An equivalent definition is:$E_P = \hbar / T_P$ where $T_P$ is the Planck time. Also: $E_P = m_P c^2$ where $m_P$ is the Planck mass.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PlanckEnergy>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "In physics, the unit of energy in the system of natural units known as Planck units is called the Planck energy, denoted by $E_P$. $E_P$ is a derived, as opposed to basic, Planck unit. An equivalent definition is:$E_P = \\hbar / T_P$ where $T_P$ is the Planck time. Also: $E_P = m_P c^2$ where $m_P$ is the Planck mass."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1956100000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.9561E9 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_energy"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_energy?oldid=493639955"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$E_\\rho = \\sqrt{\\frac{ \\hbar c^5}{G}} \\approx 1.936 \\times 10^9 J \\approx 1.22 \\times 10^{28} eV \\approx 0.5433 MWh$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "Eᵨ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q913365> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Planck Energy" ;
rdfs:label "Planck Energy"@en ;
.
{"resource":"Planck Energy"
,"qname":"unit:PlanckEnergy"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckEnergy"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q913365>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"1956100000.0"
,"conversion multiplier scientific":"1.9561E9"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_energy"
,"description":"In physics, the unit of energy in the system of natural units known as Planck units is called the Planck energy, denoted by $E_P$. $E_P$ is a derived, as opposed to basic, Planck unit. An equivalent definition is:$E_P = \\hbar \/ T_P$ where $T_P$ is the Planck time. Also: $E_P = m_P c^2$ where $m_P$ is the Planck mass."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_energy?oldid=493639955"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Energy"
,"label":"Planck Energy"
,"latex definition":"$E_\\rho = \\sqrt{\\frac{ \\hbar c^5}{G}} \\approx 1.936 \\times 10^9 J \\approx 1.22 \\times 10^{28} eV \\approx 0.5433 MWh$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant."
,"scalingOf":"unit:J"
,"symbol":"Eᵨ"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckEnergy",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In physics, the unit of energy in the system of natural units known as Planck units is called the Planck energy, denoted by $E_P$. $E_P$ is a derived, as opposed to basic, Planck unit. An equivalent definition is:$E_P = \\hbar / T_P$ where $T_P$ is the Planck time. Also: $E_P = m_P c^2$ where $m_P$ is the Planck mass.",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "1956100000.0",
"conversionMultiplier:SN" : 1.9561E9,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_energy",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"informativeReference" : "http://en.wikipedia.org/wiki/Planck_energy?oldid=493639955",
"latexDefinition" : "$E_\\rho = \\sqrt{\\frac{ \\hbar c^5}{G}} \\approx 1.936 \\times 10^9 J \\approx 1.22 \\times 10^{28} eV \\approx 0.5433 MWh$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant.",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "Eᵨ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q913365",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Energy", {
"@language" : "en",
"@value" : "Planck Energy"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckForce
URI: http://qudt.org/vocab/unit/PlanckForce
Planck force is the derived unit of force resulting from the definition of the base Planck units for time, length, and mass. It is equal to the natural unit of momentum divided by the natural unit of time.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckForce> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Planck force is the derived unit of force resulting from the definition of the base Planck units for time, length, and mass. It is equal to the natural unit of momentum divided by the natural unit of time."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 121027000000000000000000000000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.21027E44 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_force"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_force?oldid=493643031"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ; <http://qudt.org/schema/qudt/symbol> "planckforce" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q915169> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Force" ; rdfs:label "Planck Force"@en ; .
{"resource":"Planck Force"
,"qname":"unit:PlanckForce"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckForce"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q915169>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"121027000000000000000000000000000000000000000.0"
,"conversion multiplier scientific":"1.21027E44"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_force"
,"description":"Planck force is the derived unit of force resulting from the definition of the base Planck units for time, length, and mass. It is equal to the natural unit of momentum divided by the natural unit of time."
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_force?oldid=493643031"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Force"
,"label":"Planck Force"
,"scalingOf":"unit:N"
,"symbol":"planckforce"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckForce",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Planck force is the derived unit of force resulting from the definition of the base Planck units for time, length, and mass. It is equal to the natural unit of momentum divided by the natural unit of time.",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "121027000000000000000000000000000000000000000.0",
"conversionMultiplier:SN" : 1.21027E44,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_force",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"informativeReference" : "http://en.wikipedia.org/wiki/Planck_force?oldid=493643031",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "planckforce",
"wikidataMatch" : "http://www.wikidata.org/entity/Q915169",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Force", {
"@language" : "en",
"@value" : "Planck Force"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckFrequency
URI: http://qudt.org/vocab/unit/PlanckFrequency
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckFrequency> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 18548700000000000000000000000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.85487E43 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_angular_frequency?oldid=493641308"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ; <http://qudt.org/schema/qudt/symbol> "planckfrequency" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Frequency" ; rdfs:label "Planck Frequency"@en ; .
{"resource":"Planck Frequency"
,"qname":"unit:PlanckFrequency"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckFrequency"
,"properties":["applicable system":"sou:PLANCK"
,"conversion multiplier":"18548700000000000000000000000000000000000000.0"
,"conversion multiplier scientific":"1.85487E43"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_angular_frequency"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_angular_frequency?oldid=493641308"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Frequency"
,"label":"Planck Frequency"
,"scalingOf":"unit:BQ"
,"symbol":"planckfrequency"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckFrequency",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "18548700000000000000000000000000000000000000.0",
"conversionMultiplier:SN" : 1.85487E43,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_angular_frequency",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"informativeReference" : "http://en.wikipedia.org/wiki/Planck_angular_frequency?oldid=493641308",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "planckfrequency",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Frequency", {
"@language" : "en",
"@value" : "Planck Frequency"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckFrequency_Ang
URI: http://qudt.org/vocab/unit/PlanckFrequency_Ang
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckFrequency_Ang> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 18548000000000000000000000000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.8548E43 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_angular_frequency"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularFrequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularVelocity> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ; <http://qudt.org/schema/qudt/symbol> "planckangularfrequency" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1196837> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Angular Frequency" ; rdfs:label "Planck Angular Frequency"@en ; .
{"resource":"Planck Angular Frequency"
,"qname":"unit:PlanckFrequency_Ang"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckFrequency_Ang"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1196837>"
,"conversion multiplier":"18548000000000000000000000000000000000000000.0"
,"conversion multiplier scientific":"1.8548E43"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_angular_frequency"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AngularFrequency"
,"has quantity kind":"quantitykind:AngularVelocity"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Angular Frequency"
,"label":"Planck Angular Frequency"
,"scalingOf":"unit:BQ"
,"symbol":"planckangularfrequency"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckFrequency_Ang",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "18548000000000000000000000000000000000000000.0",
"conversionMultiplier:SN" : 1.8548E43,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_angular_frequency",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularVelocity", "http://qudt.org/vocab/quantitykind/AngularFrequency" ],
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "planckangularfrequency",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1196837",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Angular Frequency", {
"@language" : "en",
"@value" : "Planck Angular Frequency"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckImpedance
URI: http://qudt.org/vocab/unit/PlanckImpedance
The Planck impedance is the unit of electrical resistance, denoted by ZP, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z0, and differs in value from Z0 only by a factor of $4\pi$. If the Planck charge were instead defined to normalize the permittivity of free space, $\epsilon_0$, rather than the Coulomb constant, $1/(4\pi\epsilon_0)$, then the Planck impedance would be identical to the characteristic impedance of free space.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PlanckImpedance>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The Planck impedance is the unit of electrical resistance, denoted by ZP, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z0, and differs in value from Z0 only by a factor of $4\\pi$. If the Planck charge were instead defined to normalize the permittivity of free space, $\\epsilon_0$, rather than the Coulomb constant, $1/(4\\pi\\epsilon_0)$, then the Planck impedance would be identical to the characteristic impedance of free space."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 29.9792458 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.99792458E1 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_impedance"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$Z_P = \\frac{V_P}{I_P}= \\frac{1}{4\\pi\\epsilon_0c}=\\frac{\\mu_oc}{4\\pi}=\\frac{Z_0}{4\\pi}=29.9792458\\Omega$\\where $V_P$ is the Planck voltage, $I_P$ is the Planck current, $c$ is the speed of light in a vacuum, $\\epsilon_0$ is the permittivity of free space, $\\mu_0$ is the permeability of free space, and $Z_0$ is the impedance of free space."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OHM> ;
<http://qudt.org/schema/qudt/symbol> "Zₚ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1323237> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Planck Impedance" ;
rdfs:label "Planck Impedance"@en ;
.
{"resource":"Planck Impedance"
,"qname":"unit:PlanckImpedance"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckImpedance"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1323237>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"29.9792458"
,"conversion multiplier scientific":"2.99792458E1"
,"description":"The Planck impedance is the unit of electrical resistance, denoted by ZP, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z0, and differs in value from Z0 only by a factor of $4\\pi$. If the Planck charge were instead defined to normalize the permittivity of free space, $\\epsilon_0$, rather than the Coulomb constant, $1\/(4\\pi\\epsilon_0)$, then the Planck impedance would be identical to the characteristic impedance of free space."
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistance"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_impedance"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Impedance"
,"label":"Planck Impedance"
,"latex definition":"$Z_P = \\frac{V_P}{I_P}= \\frac{1}{4\\pi\\epsilon_0c}=\\frac{\\mu_oc}{4\\pi}=\\frac{Z_0}{4\\pi}=29.9792458\\Omega$\\where $V_P$ is the Planck voltage, $I_P$ is the Planck current, $c$ is the speed of light in a vacuum, $\\epsilon_0$ is the permittivity of free space, $\\mu_0$ is the permeability of free space, and $Z_0$ is the impedance of free space."
,"scalingOf":"unit:OHM"
,"symbol":"Z\u209A"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckImpedance",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The Planck impedance is the unit of electrical resistance, denoted by ZP, in the system of natural units known as Planck units. The Planck impedance is directly coupled to the impedance of free space, Z0, and differs in value from Z0 only by a factor of $4\\pi$. If the Planck charge were instead defined to normalize the permittivity of free space, $\\epsilon_0$, rather than the Coulomb constant, $1/(4\\pi\\epsilon_0)$, then the Planck impedance would be identical to the characteristic impedance of free space.",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "29.9792458",
"conversionMultiplier:SN" : 29.9792458,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistance",
"informativeReference" : "http://en.wikipedia.org/wiki/Planck_impedance",
"latexDefinition" : "$Z_P = \\frac{V_P}{I_P}= \\frac{1}{4\\pi\\epsilon_0c}=\\frac{\\mu_oc}{4\\pi}=\\frac{Z_0}{4\\pi}=29.9792458\\Omega$\\where $V_P$ is the Planck voltage, $I_P$ is the Planck current, $c$ is the speed of light in a vacuum, $\\epsilon_0$ is the permittivity of free space, $\\mu_0$ is the permeability of free space, and $Z_0$ is the impedance of free space.",
"scalingOf" : "http://qudt.org/vocab/unit/OHM",
"symbol" : "Zₚ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1323237",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Impedance", {
"@language" : "en",
"@value" : "Planck Impedance"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckLength
URI: http://qudt.org/vocab/unit/PlanckLength
In physics, the Planck length, denoted $\ell_P$, is a unit of length, equal to $1.616199(97)×10^{-35}$ metres. It is a base unit in the system of Planck units. The Planck length can be defined from three fundamental physical constants: the speed of light in a vacuum, Planck's constant, and the gravitational constant.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PlanckLength>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "In physics, the Planck length, denoted $\\ell_P$, is a unit of length, equal to $1.616199(97)×10^{-35}$ metres. It is a base unit in the system of Planck units. The Planck length can be defined from three fundamental physical constants: the speed of light in a vacuum, Planck's constant, and the gravitational constant. "^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000000000000000000000001616252 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.616252E-35 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_length"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_length?oldid=495093067"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$\\ell_P = \\sqrt{\\frac{ \\hbar G}{c^3}} \\approx 1.616199(97)) \\times 10^{-35} m$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/latexSymbol> "$\\ell_P$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ;
<http://qudt.org/schema/qudt/symbol> "plancklength" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q207387> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Planck Length" ;
rdfs:label "Planck Length"@en ;
.
{"resource":"Planck Length"
,"qname":"unit:PlanckLength"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckLength"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q207387>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"0.00000000000000000000000000000000001616252"
,"conversion multiplier scientific":"1.616252E-35"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_length"
,"description":"In physics, the Planck length, denoted $\\ell_P$, is a unit of length, equal to $1.616199(97)×10^{-35}$ metres. It is a base unit in the system of Planck units. The Planck length can be defined from three fundamental physical constants: the speed of light in a vacuum, Planck's constant, and the gravitational constant. "
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_length?oldid=495093067"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Planck_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Length"
,"label":"Planck Length"
,"latex definition":"$\\ell_P = \\sqrt{\\frac{ \\hbar G}{c^3}} \\approx 1.616199(97)) \\times 10^{-35} m$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."
,"latex symbol":"$\\ell_P$"
,"scalingOf":"unit:M"
,"symbol":"plancklength"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckLength",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In physics, the Planck length, denoted $\\ell_P$, is a unit of length, equal to $1.616199(97)×10^{-35}$ metres. It is a base unit in the system of Planck units. The Planck length can be defined from three fundamental physical constants: the speed of light in a vacuum, Planck's constant, and the gravitational constant. ",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "0.00000000000000000000000000000000001616252",
"conversionMultiplier:SN" : 1.616252E-35,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_length",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Planck_length?oldid=495093067", "https://en.wikipedia.org/wiki/Planck_units" ],
"latexDefinition" : "$\\ell_P = \\sqrt{\\frac{ \\hbar G}{c^3}} \\approx 1.616199(97)) \\times 10^{-35} m$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value.",
"latexSymbol" : "$\\ell_P$",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "plancklength",
"wikidataMatch" : "http://www.wikidata.org/entity/Q207387",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Length", {
"@language" : "en",
"@value" : "Planck Length"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckMass
URI: http://qudt.org/vocab/unit/PlanckMass
In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\approx 1.2209 \times 10 GeV/c_0 = 2.17651(13) \times 10 kg$, (or $21.7651 \mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\approx 4.341 \times 10 kg = 2.435 \times 10 GeV/c$. The added factor of $1/{\sqrt{8\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PlanckMass>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx 1.2209 \\times 10 GeV/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx 4.341 \\times 10 kg = 2.435 \\times 10 GeV/c$. The added factor of $1/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000217644 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.17644E-8 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_mass"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_mass?oldid=493648632"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/latexSymbol> "$m_P$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "planckmass" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q592634> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Planck Mass" ;
rdfs:label "Planck Mass"@en ;
.
{"resource":"Planck Mass"
,"qname":"unit:PlanckMass"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckMass"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q592634>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"0.0000000217644"
,"conversion multiplier scientific":"2.17644E-8"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_mass"
,"description":"In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx 1.2209 \\times 10 GeV\/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx 4.341 \\times 10 kg = 2.435 \\times 10 GeV\/c$. The added factor of $1\/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_mass?oldid=493648632"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Planck_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Mass"
,"label":"Planck Mass"
,"latex definition":"$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV\/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value."
,"latex symbol":"$m_P$"
,"scalingOf":"unit:KiloGM"
,"symbol":"planckmass"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckMass",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In physics, the Planck mass, denoted by $m_P$, is the unit of mass in the system of natural units known as Planck units. It is defined so that $\\approx 1.2209 \\times 10 GeV/c_0 = 2.17651(13) \\times 10 kg$, (or $21.7651 \\mu g$), where $c_0$ is the speed of light in a vacuum, $G$ is the gravitational constant, and $\\hbar$ is the reduced Planck constant. Particle physicists and cosmologists often use the reduced Planck mass, which is $\\approx 4.341 \\times 10 kg = 2.435 \\times 10 GeV/c$. The added factor of $1/{\\sqrt{8\\pi}}$ simplifies a number of equations in general relativity. Quantum effects are typified by the magnitude of Planck's constant.",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "0.0000000217644",
"conversionMultiplier:SN" : 2.17644E-8,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_mass",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Planck_mass?oldid=493648632", "https://en.wikipedia.org/wiki/Planck_units" ],
"latexDefinition" : "$m_P = \\sqrt{\\frac{ \\hbar c^3}{G}} \\approx 1.2209 \\times 10^{19} GeV/c^2 = 2.17651(13) \\times 10^{-8}$, where $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant, and $G$ is the gravitational constant. The two digits enclosed by parentheses are the estimated standard error associated with the reported numerical value.",
"latexSymbol" : "$m_P$",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "planckmass",
"wikidataMatch" : "http://www.wikidata.org/entity/Q592634",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Mass", {
"@language" : "en",
"@value" : "Planck Mass"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckMomentum
URI: http://qudt.org/vocab/unit/PlanckMomentum
Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is $\approx 6.5 kg m/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckMomentum> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is $\\approx 6.5 kg m/s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 6.52485 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.52485E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_momentum"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearMomentum> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Momentum> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_momentum?oldid=493644981"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM-M-PER-SEC> ; <http://qudt.org/schema/qudt/symbol> "planckmomentum" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q239830> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Momentum" ; rdfs:label "Planck Momentum"@en ; .
{"resource":"Planck Momentum"
,"qname":"unit:PlanckMomentum"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckMomentum"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q239830>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"6.52485"
,"conversion multiplier scientific":"6.52485E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_momentum"
,"description":"Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is $\\approx 6.5 kg m\/s$."
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:LinearMomentum"
,"has quantity kind":"quantitykind:Momentum"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_momentum?oldid=493644981"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Momentum"
,"label":"Planck Momentum"
,"scalingOf":"unit:KiloGM-M-PER-SEC"
,"symbol":"planckmomentum"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckMomentum",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Planck momentum is the unit of momentum in the system of natural units known as Planck units. It has no commonly used symbol of its own, but can be denoted by, where is the Planck mass and is the speed of light in a vacuum. Then where is the reduced Planck's constant, is the Planck length, is the gravitational constant. In SI units Planck momentum is $\\approx 6.5 kg m/s$.",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "6.52485",
"conversionMultiplier:SN" : 6.52485,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_momentum",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearMomentum", "http://qudt.org/vocab/quantitykind/Momentum" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Planck_momentum?oldid=493644981",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM-M-PER-SEC",
"symbol" : "planckmomentum",
"wikidataMatch" : "http://www.wikidata.org/entity/Q239830",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Momentum", {
"@language" : "en",
"@value" : "Planck Momentum"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckPower
URI: http://qudt.org/vocab/unit/PlanckPower
The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \times 10^{45} W$, less than one ten-millionth of the Planck power.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PlanckPower>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \\times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \\times 10^{45} W$, less than one ten-millionth of the Planck power."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 36283100000000000000000000000000000000000000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.62831E52 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_power"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_power?oldid=493642483"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$P_p = {\\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J-PER-SEC> ;
<http://qudt.org/schema/qudt/symbol> "planckpower" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q914151> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Planck Power" ;
rdfs:label "Planck Power"@en ;
.
{"resource":"Planck Power"
,"qname":"unit:PlanckPower"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckPower"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q914151>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"36283100000000000000000000000000000000000000000000000.0"
,"conversion multiplier scientific":"3.62831E52"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_power"
,"description":"The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \\times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \\times 10^{45} W$, less than one ten-millionth of the Planck power."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_power?oldid=493642483"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Power"
,"label":"Planck Power"
,"latex definition":"$P_p = {\\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant."
,"scalingOf":"unit:J-PER-SEC"
,"symbol":"planckpower"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckPower",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The Planck energy divided by the Planck time is the Planck power $P_p $, equal to about $3.62831 \\times 10^{52} W$. This is an extremely large unit; even gamma-ray bursts, the most luminous phenomena known, have output on the order of $1 \\times 10^{45} W$, less than one ten-millionth of the Planck power.",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "36283100000000000000000000000000000000000000000000000.0",
"conversionMultiplier:SN" : 3.62831E52,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_power",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"informativeReference" : "http://en.wikipedia.org/wiki/Planck_power?oldid=493642483",
"latexDefinition" : "$P_p = {\\frac{ c^5}{G}}$, where $c$ is the speed of light in a vacuum, and $G$ is the gravitational constant.",
"scalingOf" : "http://qudt.org/vocab/unit/J-PER-SEC",
"symbol" : "planckpower",
"wikidataMatch" : "http://www.wikidata.org/entity/Q914151",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Power", {
"@language" : "en",
"@value" : "Planck Power"
} ],
"@context" : {
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckPressure
URI: http://qudt.org/vocab/unit/PlanckPressure
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckPressure> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 463309000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.63309E113 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_pressure"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_pressure?oldid=493640883"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2> ; <http://qudt.org/schema/qudt/symbol> "planckpressure" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q685662> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Pressure" ; rdfs:label "Planck Pressure"@en ; .
{"resource":"Planck Pressure"
,"qname":"unit:PlanckPressure"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckPressure"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q685662>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"463309000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0"
,"conversion multiplier scientific":"4.63309E113"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_pressure"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_pressure?oldid=493640883"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Pressure"
,"label":"Planck Pressure"
,"scalingOf":"unit:KiloGM-PER-M-SEC2"
,"symbol":"planckpressure"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckPressure",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "463309000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000.0",
"conversionMultiplier:SN" : 4.63309E113,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_pressure",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VaporPressure", "http://qudt.org/vocab/quantitykind/ForcePerArea" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Planck_pressure?oldid=493640883",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM-PER-M-SEC2",
"symbol" : "planckpressure",
"wikidataMatch" : "http://www.wikidata.org/entity/Q685662",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Pressure", {
"@language" : "en",
"@value" : "Planck Pressure"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckTemperature
URI: http://qudt.org/vocab/unit/PlanckTemperature
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckTemperature> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 141678400000000000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.416784E32 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BoilingPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FlashPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MeltingPoint> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Temperature> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermodynamicTemperature> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/DEG_C> ; <http://qudt.org/schema/qudt/symbol> "plancktemperature" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q720055> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Plancktemperature" ; rdfs:label "Plancktemperature"@en ; .
{"resource":"Plancktemperature"
,"qname":"unit:PlanckTemperature"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckTemperature"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q720055>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"141678400000000000000000000000000.0"
,"conversion multiplier scientific":"1.416784E32"
,"has dimension vector":"qkdv:A0E0L0I0M0H1T0D0"
,"has quantity kind":"quantitykind:BoilingPoint"
,"has quantity kind":"quantitykind:FlashPoint"
,"has quantity kind":"quantitykind:MeltingPoint"
,"has quantity kind":"quantitykind:Temperature"
,"has quantity kind":"quantitykind:ThermodynamicTemperature"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Planck_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Plancktemperature"
,"label":"Plancktemperature"
,"scalingOf":"unit:DEG_C"
,"symbol":"plancktemperature"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckTemperature",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "141678400000000000000000000000000.0",
"conversionMultiplier:SN" : 1.416784E32,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H1T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Temperature", "http://qudt.org/vocab/quantitykind/MeltingPoint", "http://qudt.org/vocab/quantitykind/BoilingPoint", "http://qudt.org/vocab/quantitykind/ThermodynamicTemperature", "http://qudt.org/vocab/quantitykind/FlashPoint" ],
"informativeReference" : "https://en.wikipedia.org/wiki/Planck_units",
"scalingOf" : "http://qudt.org/vocab/unit/DEG_C",
"symbol" : "plancktemperature",
"wikidataMatch" : "http://www.wikidata.org/entity/Q720055",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Plancktemperature", {
"@language" : "en",
"@value" : "Plancktemperature"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckTime
URI: http://qudt.org/vocab/unit/PlanckTime
In physics, the Planck time, denoted by $t_P$, is the unit of time in the system of natural units known as Planck units. It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. The unit is named after Max Planck, who was the first to propose it. The formula for $\textit{PlankTime}$ is: $$ \\ t_P \equiv \sqrt{\frac{\hbar G}{c^5}} \approx 5.39106(32) \times 10^{-44} s$$ where, $c$ is the speed of light in a vacuum, $\hbar$ is the reduced Planck's constant (defined as $\hbar = \frac{h}{2 \pi}$ and $G$ is the gravitational constant. The two digits between parentheses denote the standard error of the estimated value.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/PlanckTime>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
In physics, the Planck time, denoted by $t_P$, is the unit of time in the system of natural units known as Planck units.
It is the time required for light to travel, in a vacuum, a distance of 1 Planck length.
The unit is named after Max Planck, who was the first to propose it.
The formula for $\\textit{PlankTime}$ is:
$$ \\\\ t_P \\equiv \\sqrt{\\frac{\\hbar G}{c^5}} \\approx 5.39106(32) \\times 10^{-44} s$$
where, $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant
(defined as $\\hbar = \\frac{h}{2 \\pi}$ and $G$ is the gravitational constant.
The two digits between parentheses denote the standard error of the estimated value.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000000000000000000000000000000000000539124 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.39124E-49 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Planck_time"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Planck_time?oldid=495362103"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Planck_units"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexSymbol> "$t_P$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/symbol> "tₚ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q202642> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Planck Time" ;
rdfs:label "Planck Time"@en ;
.
{"resource":"Planck Time"
,"qname":"unit:PlanckTime"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckTime"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q202642>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"0.000000000000000000000000000000000000000000000000539124"
,"conversion multiplier scientific":"5.39124E-49"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Planck_time"
,"description":"\n In physics, the Planck time, denoted by $t_P$, is the unit of time in the system of natural units known as Planck units. \n It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. \n The unit is named after Max Planck, who was the first to propose it.\n \n The formula for $\\textit{PlankTime}$ is:\n \n $$ \\\\ t_P \\equiv \\sqrt{\\frac{\\hbar G}{c^5}} \\approx 5.39106(32) \\times 10^{-44} s$$\n \n where, $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant\n (defined as $\\hbar = \\frac{h}{2 \\pi}$ and $G$ is the gravitational constant. \n The two digits between parentheses denote the standard error of the estimated value.\n "
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Planck_time?oldid=495362103"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Planck_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Time"
,"label":"Planck Time"
,"latex symbol":"$t_P$"
,"scalingOf":"unit:SEC"
,"symbol":"t\u209A"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckTime",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n In physics, the Planck time, denoted by $t_P$, is the unit of time in the system of natural units known as Planck units. \n It is the time required for light to travel, in a vacuum, a distance of 1 Planck length. \n The unit is named after Max Planck, who was the first to propose it.\n \n The formula for $\\textit{PlankTime}$ is:\n \n $$ \\\\ t_P \\equiv \\sqrt{\\frac{\\hbar G}{c^5}} \\approx 5.39106(32) \\times 10^{-44} s$$\n \n where, $c$ is the speed of light in a vacuum, $\\hbar$ is the reduced Planck's constant\n (defined as $\\hbar = \\frac{h}{2 \\pi}$ and $G$ is the gravitational constant. \n The two digits between parentheses denote the standard error of the estimated value.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "0.000000000000000000000000000000000000000000000000539124",
"conversionMultiplier:SN" : 5.39124E-49,
"dbpediaMatch" : "http://dbpedia.org/resource/Planck_time",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Planck_time?oldid=495362103", "https://en.wikipedia.org/wiki/Planck_units" ],
"latexSymbol" : "$t_P$",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "tₚ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q202642",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Time", {
"@language" : "en",
"@value" : "Planck Time"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckVolt
URI: http://qudt.org/vocab/unit/PlanckVolt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckVolt> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1042950000000000000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.04295E27 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "Vₚ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1377741> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Volt" ; rdfs:label "Planck Volt"@en ; .
{"resource":"Planck Volt"
,"qname":"unit:PlanckVolt"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckVolt"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1377741>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"1042950000000000000000000000.0"
,"conversion multiplier scientific":"1.04295E27"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Volt"
,"label":"Planck Volt"
,"scalingOf":"unit:V"
,"symbol":"V\u209A"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckVolt",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "1042950000000000000000000000.0",
"conversionMultiplier:SN" : 1.04295E27,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/ElectricPotential", "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge" ],
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "Vₚ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1377741",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Volt", {
"@language" : "en",
"@value" : "Planck Volt"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:PlanckVolume
URI: http://qudt.org/vocab/unit/PlanckVolume
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/PlanckVolume> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000422419 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.22419E-105 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "l³ₚ" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q17255465> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Planck Volume" ; rdfs:label "Planck Volume"@en ; .
{"resource":"Planck Volume"
,"qname":"unit:PlanckVolume"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/PlanckVolume"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q17255465>"
,"applicable system":"sou:PLANCK"
,"conversion multiplier":"0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000422419"
,"conversion multiplier scientific":"4.22419E-105"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"is derived unit of system":"sou:PLANCK"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Planck Volume"
,"label":"Planck Volume"
,"scalingOf":"unit:M3"
,"symbol":"l³\u209A"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/PlanckVolume",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/PLANCK",
"conversionMultiplier" : "0.00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000422419",
"conversionMultiplier:SN" : 4.22419E-105,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/PLANCK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "l³ₚ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q17255465",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Planck Volume", {
"@language" : "en",
"@value" : "Planck Volume"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_UK
URI: http://qudt.org/vocab/unit/QT_UK
unit of the volume for fluids according to the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume for fluids according to the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0011365225 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1365225E-3 ;
<http://qudt.org/schema/qudt/factorUnitScalar> 0.25 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA963" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA963"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume for fluids according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "qt{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[qt_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "QTI" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98793302> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Quart (UK)" ;
rdfs:label "Quart (UK)"@en ;
.
{"resource":"Quart (UK)"
,"qname":"unit:QT_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_UK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98793302>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0011365225"
,"conversion multiplier scientific":"1.1365225E-3"
,"description":"unit of the volume for fluids according to the Imperial system of units"
,"description (plain text)":"unit of the volume for fluids according to the Imperial system of units"
,"factorUnitScalar":"0.25"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA963"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA963"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quart (UK)"
,"label":"Quart (UK)"
,"symbol":"qt{UK}"
,"type":"qudt:Unit"
,"ucum code":"[qt_br]"
,"unece common code":"QTI"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume for fluids according to the Imperial system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0011365225",
"conversionMultiplier:SN" : 0.0011365225,
"factorUnitScalar" : "0.25",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA963",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA963",
"plainTextDescription" : "unit of the volume for fluids according to the Imperial system of units",
"symbol" : "qt{UK}",
"ucumCode" : "[qt_br]",
"uneceCommonCode" : "QTI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q98793302",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quart (UK)", {
"@language" : "en",
"@value" : "Quart (UK)"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_UK-PER-DAY
URI: http://qudt.org/vocab/unit/QT_UK-PER-DAY
unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_UK-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001315419560185185185185185185185185 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.315419560185185185185185185185185E-8 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA710" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA710"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "qt{UK}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[qt_br].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K94" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Quart (UK) per Day" ;
rdfs:label "Quart (UK) per Day"@en ;
.
{"resource":"Quart (UK) per Day"
,"qname":"unit:QT_UK-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_UK-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00000001315419560185185185185185185185185"
,"conversion multiplier scientific":"1.315419560185185185185185185185185E-8"
,"description":"unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day"
,"description (plain text)":"unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA710"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA710"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quart (UK) per Day"
,"label":"Quart (UK) per Day"
,"symbol":"qt{UK}\/d"
,"type":"qudt:Unit"
,"ucum code":"[qt_br].d-1"
,"unece common code":"K94"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_UK-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00000001315419560185185185185185185185185",
"conversionMultiplier:SN" : 1.3154195601851852E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA710",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA710",
"plainTextDescription" : "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time day",
"symbol" : "qt{UK}/d",
"ucumCode" : "[qt_br].d-1",
"uneceCommonCode" : "K94",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quart (UK) per Day", {
"@language" : "en",
"@value" : "Quart (UK) per Day"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_UK-PER-HR
URI: http://qudt.org/vocab/unit/QT_UK-PER-HR
unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_UK-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000003157006944444444444444444444444445 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.157006944444444444444444444444445E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA711" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA711"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "qt{UK}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[qt_br].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K95" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Quart (UK) per Hour" ;
rdfs:label "Quart (UK) per Hour"@en ;
.
{"resource":"Quart (UK) per Hour"
,"qname":"unit:QT_UK-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_UK-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0000003157006944444444444444444444444445"
,"conversion multiplier scientific":"3.157006944444444444444444444444445E-7"
,"description":"unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour"
,"description (plain text)":"unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA711"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA711"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quart (UK) per Hour"
,"label":"Quart (UK) per Hour"
,"symbol":"qt{UK}\/h"
,"type":"qudt:Unit"
,"ucum code":"[qt_br].h-1"
,"unece common code":"K95"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_UK-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0000003157006944444444444444444444444445",
"conversionMultiplier:SN" : 3.1570069444444446E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA711",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA711",
"plainTextDescription" : "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time hour",
"symbol" : "qt{UK}/h",
"ucumCode" : "[qt_br].h-1",
"uneceCommonCode" : "K95",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quart (UK) per Hour", {
"@language" : "en",
"@value" : "Quart (UK) per Hour"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_UK-PER-MIN
URI: http://qudt.org/vocab/unit/QT_UK-PER-MIN
unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_UK-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00001894204166666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.894204166666666666666666666666667E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA712" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA712"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "qt{UK}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[qt_br].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K96" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Quart (UK) per Minute" ;
rdfs:label "Quart (UK) per Minute"@en ;
.
{"resource":"Quart (UK) per Minute"
,"qname":"unit:QT_UK-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_UK-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.00001894204166666666666666666666666667"
,"conversion multiplier scientific":"1.894204166666666666666666666666667E-5"
,"description":"unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute"
,"description (plain text)":"unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA712"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA712"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quart (UK) per Minute"
,"label":"Quart (UK) per Minute"
,"symbol":"qt{UK}\/min"
,"type":"qudt:Unit"
,"ucum code":"[qt_br].min-1"
,"unece common code":"K96"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_UK-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.00001894204166666666666666666666666667",
"conversionMultiplier:SN" : 1.8942041666666668E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA712",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA712",
"plainTextDescription" : "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the unit for time minute",
"symbol" : "qt{UK}/min",
"ucumCode" : "[qt_br].min-1",
"uneceCommonCode" : "K96",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quart (UK) per Minute", {
"@language" : "en",
"@value" : "Quart (UK) per Minute"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_UK-PER-SEC
URI: http://qudt.org/vocab/unit/QT_UK-PER-SEC
unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_UK-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0011365225 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1365225E-3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA713" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA713"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "qt{UK}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[qt_br].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K97" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Quart (UK) per Second" ;
rdfs:label "Quart (UK) per Second"@en ;
.
{"resource":"Quart (UK) per Second"
,"qname":"unit:QT_UK-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_UK-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0011365225"
,"conversion multiplier scientific":"1.1365225E-3"
,"description":"unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second"
,"description (plain text)":"unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA713"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA713"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quart (UK) per Second"
,"label":"Quart (UK) per Second"
,"symbol":"qt{UK}\/s"
,"type":"qudt:Unit"
,"ucum code":"[qt_br].s-1"
,"unece common code":"K97"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_UK-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0011365225",
"conversionMultiplier:SN" : 0.0011365225,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA713",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA713",
"plainTextDescription" : "unit of the volume quart (UK liquid) for fluids according to the Imperial system of units divided by the SI base unit second",
"symbol" : "qt{UK}/s",
"ucumCode" : "[qt_br].s-1",
"uneceCommonCode" : "K97",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quart (UK) per Second", {
"@language" : "en",
"@value" : "Quart (UK) per Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_US
URI: http://qudt.org/vocab/unit/QT_US
"US Liquid Quart" is a unit for 'Liquid Volume' expressed as $qt$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"US Liquid Quart\" is a unit for 'Liquid Volume' expressed as $qt$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000946352946 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.46352946E-4 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/factorUnitScalar> 0.25 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LiquidVolume> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA964" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA964"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "qt{US liq}" ;
<http://qudt.org/schema/qudt/ucumCode> "[qt_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "QT" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "QTL" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98793408> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Quart" ;
rdfs:label "Us Liquid Quart"@en ;
.
{"resource":"Us Liquid Quart"
,"qname":"unit:QT_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98793408>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000946352946"
,"conversion multiplier scientific":"9.46352946E-4"
,"defined unit of system":"sou:USCS"
,"description":"\"US Liquid Quart\" is a unit for 'Liquid Volume' expressed as $qt$."
,"factorUnitScalar":"0.25"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:LiquidVolume"
,"has quantity kind":"quantitykind:Volume"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA964"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA964"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Quart"
,"label":"Us Liquid Quart"
,"symbol":"qt{US liq}"
,"type":"qudt:Unit"
,"ucum code":"[qt_us]"
,"unece common code":"QT"
,"unece common code":"QTL"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"US Liquid Quart\" is a unit for 'Liquid Volume' expressed as $qt$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000946352946",
"conversionMultiplier:SN" : 9.46352946E-4,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"factorUnitScalar" : "0.25",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Volume", "http://qudt.org/vocab/quantitykind/LiquidVolume" ],
"iec61360Code" : "0112/2///62720#UAA964",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA964",
"symbol" : "qt{US liq}",
"ucumCode" : "[qt_us]",
"uneceCommonCode" : [ "QTL", "QT" ],
"wikidataMatch" : "http://www.wikidata.org/entity/Q98793408",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Quart", {
"@language" : "en",
"@value" : "Us Liquid Quart"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_US-PER-DAY
URI: http://qudt.org/vocab/unit/QT_US-PER-DAY
unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_US-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001095315909722222222222222222222222 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.095315909722222222222222222222222E-8 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA714" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA714"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day" ;
<http://qudt.org/schema/qudt/symbol> "qt{US liq}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[qt_us].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K98" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Quart per Day" ;
rdfs:label "Us Liquid Quart per Day"@en ;
.
{"resource":"Us Liquid Quart per Day"
,"qname":"unit:QT_US-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_US-PER-DAY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.00000001095315909722222222222222222222222"
,"conversion multiplier scientific":"1.095315909722222222222222222222222E-8"
,"description":"unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day"
,"description (plain text)":"unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA714"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA714"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Quart per Day"
,"label":"Us Liquid Quart per Day"
,"symbol":"qt{US liq}\/d"
,"type":"qudt:Unit"
,"ucum code":"[qt_us].d-1"
,"unece common code":"K98"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_US-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.00000001095315909722222222222222222222222",
"conversionMultiplier:SN" : 1.0953159097222222E-8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA714",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA714",
"plainTextDescription" : "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time day",
"symbol" : "qt{US liq}/d",
"ucumCode" : "[qt_us].d-1",
"uneceCommonCode" : "K98",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Us Liquid Quart per Day"
}, "Us Liquid Quart per Day" ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_US-PER-HR
URI: http://qudt.org/vocab/unit/QT_US-PER-HR
unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_US-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000002628758183333333333333333333333334 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.628758183333333333333333333333334E-7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA715" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA715"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "qt{US liq}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[qt_us].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "K99" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Quart per Hour" ;
rdfs:label "Us Liquid Quart per Hour"@en ;
.
{"resource":"Us Liquid Quart per Hour"
,"qname":"unit:QT_US-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_US-PER-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0000002628758183333333333333333333333334"
,"conversion multiplier scientific":"2.628758183333333333333333333333334E-7"
,"description":"unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour"
,"description (plain text)":"unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA715"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA715"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Quart per Hour"
,"label":"Us Liquid Quart per Hour"
,"symbol":"qt{US liq}\/h"
,"type":"qudt:Unit"
,"ucum code":"[qt_us].h-1"
,"unece common code":"K99"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_US-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0000002628758183333333333333333333333334",
"conversionMultiplier:SN" : 2.6287581833333336E-7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA715",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA715",
"plainTextDescription" : "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time hour",
"symbol" : "qt{US liq}/h",
"ucumCode" : "[qt_us].h-1",
"uneceCommonCode" : "K99",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Quart per Hour", {
"@language" : "en",
"@value" : "Us Liquid Quart per Hour"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_US-PER-MIN
URI: http://qudt.org/vocab/unit/QT_US-PER-MIN
unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_US-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0000157725491 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.57725491E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA716" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA716"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute" ;
<http://qudt.org/schema/qudt/symbol> "qt{US liq}/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[qt_us].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L10" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Quart per Minute" ;
rdfs:label "Us Liquid Quart per Minute"@en ;
.
{"resource":"Us Liquid Quart per Minute"
,"qname":"unit:QT_US-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_US-PER-MIN"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.0000157725491"
,"conversion multiplier scientific":"1.57725491E-5"
,"description":"unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute"
,"description (plain text)":"unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA716"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA716"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Quart per Minute"
,"label":"Us Liquid Quart per Minute"
,"symbol":"qt{US liq}\/min"
,"type":"qudt:Unit"
,"ucum code":"[qt_us].min-1"
,"unece common code":"L10"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_US-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.0000157725491",
"conversionMultiplier:SN" : 1.57725491E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAA716",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA716",
"plainTextDescription" : "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the unit for time minute",
"symbol" : "qt{US liq}/min",
"ucumCode" : "[qt_us].min-1",
"uneceCommonCode" : "L10",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Us Liquid Quart per Minute"
}, "Us Liquid Quart per Minute" ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_US-PER-SEC
URI: http://qudt.org/vocab/unit/QT_US-PER-SEC
unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_US-PER-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000946352946 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.46352946E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA717" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA717"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second" ;
<http://qudt.org/schema/qudt/symbol> "qt{US liq}/s" ;
<http://qudt.org/schema/qudt/ucumCode> "[qt_us].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L11" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Liquid Quart per Second" ;
rdfs:label "Us Liquid Quart per Second"@en ;
.
{"resource":"Us Liquid Quart per Second"
,"qname":"unit:QT_US-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_US-PER-SEC"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.000946352946"
,"conversion multiplier scientific":"9.46352946E-4"
,"description":"unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second"
,"description (plain text)":"unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA717"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA717"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Liquid Quart per Second"
,"label":"Us Liquid Quart per Second"
,"symbol":"qt{US liq}\/s"
,"type":"qudt:Unit"
,"ucum code":"[qt_us].s-1"
,"unece common code":"L11"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_US-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.000946352946",
"conversionMultiplier:SN" : 9.46352946E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAA717",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA717",
"plainTextDescription" : "unit fo the volume quart (US liquid) for fluids according to the Anglo-American system of units divided by the SI base unit second",
"symbol" : "qt{US liq}/s",
"ucumCode" : "[qt_us].s-1",
"uneceCommonCode" : "L11",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Liquid Quart per Second", {
"@language" : "en",
"@value" : "Us Liquid Quart per Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QT_US_DRY
URI: http://qudt.org/vocab/unit/QT_US_DRY
"US Dry Quart" is a unit for 'Dry Volume' expressed as $dry_qt$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QT_US_DRY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"US Dry Quart\" is a unit for 'Dry Volume' expressed as $dry_qt$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.001101220942715 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.101220942715E-3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DryVolume> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA965" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA965"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ;
<http://qudt.org/schema/qudt/symbol> "qt{US Dry}" ;
<http://qudt.org/schema/qudt/ucumCode> "[dqt_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L62" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "QTD" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q98793687> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Us Dry Quart" ;
rdfs:label "Us Dry Quart"@en ;
.
{"resource":"Us Dry Quart"
,"qname":"unit:QT_US_DRY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QT_US_DRY"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q98793687>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.001101220942715"
,"conversion multiplier scientific":"1.101220942715E-3"
,"defined unit of system":"sou:USCS"
,"description":"\"US Dry Quart\" is a unit for 'Dry Volume' expressed as $dry_qt$."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:DryVolume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA965"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA965"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Us Dry Quart"
,"label":"Us Dry Quart"
,"scalingOf":"unit:M3"
,"symbol":"qt{US Dry}"
,"type":"qudt:Unit"
,"ucum code":"[dqt_us]"
,"unece common code":"L62"
,"unece common code":"QTD"
]}
{
"@id" : "http://qudt.org/vocab/unit/QT_US_DRY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"US Dry Quart\" is a unit for 'Dry Volume' expressed as $dry_qt$.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.001101220942715",
"conversionMultiplier:SN" : 0.001101220942715,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DryVolume",
"iec61360Code" : "0112/2///62720#UAA965",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA965",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "qt{US Dry}",
"ucumCode" : "[dqt_us]",
"uneceCommonCode" : [ "QTD", "L62" ],
"wikidataMatch" : "http://www.wikidata.org/entity/Q98793687",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Us Dry Quart", {
"@language" : "en",
"@value" : "Us Dry Quart"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:QUAD
URI: http://qudt.org/vocab/unit/QUAD
A $\textit{quad}$ is a unit of energy equal to $10 BTU$, or $1.055 \times 10\,\text{joule}$, which is $1.055 exajoule$ or $EJ$ in SI units. The unit is used by the U.S. Department of Energy in discussing world and national energy budgets. Some common types of an energy carrier approximately equal 1 quad are: 8,007,000,000 Gallons (US) of gasoline, 293,083,000,000 Kilowatt-hours (kWh), 36,000,000 Tonnes of coal, 970,434,000,000 Cubic feet of natural gas, 5,996,000,000 UK gallons of diesel oil, 25,200,000 Tonnes of oil, 252,000,000 tonnes of TNT which is five times the energy of the Tsar Bomba nuclear test.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/QUAD>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{quad}$ is a unit of energy equal to $10 BTU$, or $1.055 \\times 10\\,\\text{joule}$,
which is $1.055 exajoule$ or $EJ$ in SI units.
The unit is used by the U.S. Department of Energy in discussing world and national energy budgets.
Some common types of an energy carrier approximately equal 1 quad are:
8,007,000,000 Gallons (US) of gasoline, 293,083,000,000 Kilowatt-hours (kWh), 36,000,000 Tonnes of coal,
970,434,000,000 Cubic feet of natural gas, 5,996,000,000 UK gallons of diesel oil, 25,200,000 Tonnes of oil,
252,000,000 tonnes of TNT which is five times the energy of the Tsar Bomba nuclear test.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1055000000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.055E18 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Quad"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB221" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Quad?oldid=492086827"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB221"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/quad> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "quad" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N70" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2029156> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Quad" ;
rdfs:label "Quad"@en ;
.
{"resource":"Quad"
,"qname":"unit:QUAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/QUAD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2029156>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"1055000000000000000.0"
,"conversion multiplier scientific":"1.055E18"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Quad"
,"description":"\n A $\\textit{quad}$ is a unit of energy equal to $10 BTU$, or $1.055 \\times 10\\,\\text{joule}$,\n which is $1.055 exajoule$ or $EJ$ in SI units. \n The unit is used by the U.S. Department of Energy in discussing world and national energy budgets. \n \n Some common types of an energy carrier approximately equal 1 quad are:\n\n 8,007,000,000 Gallons (US) of gasoline, 293,083,000,000 Kilowatt-hours (kWh), 36,000,000 Tonnes of coal,\n 970,434,000,000 Cubic feet of natural gas, 5,996,000,000 UK gallons of diesel oil, 25,200,000 Tonnes of oil,\n 252,000,000 tonnes of TNT which is five times the energy of the Tsar Bomba nuclear test.\n "
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB221"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Quad?oldid=492086827"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB221"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quad"
,"label":"Quad"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/quad>"
,"scalingOf":"unit:J"
,"symbol":"quad"
,"type":"qudt:Unit"
,"unece common code":"N70"
]}
{
"@id" : "http://qudt.org/vocab/unit/QUAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n A $\\textit{quad}$ is a unit of energy equal to $10 BTU$, or $1.055 \\times 10\\,\\text{joule}$,\n which is $1.055 exajoule$ or $EJ$ in SI units. \n The unit is used by the U.S. Department of Energy in discussing world and national energy budgets. \n \n Some common types of an energy carrier approximately equal 1 quad are:\n\n 8,007,000,000 Gallons (US) of gasoline, 293,083,000,000 Kilowatt-hours (kWh), 36,000,000 Tonnes of coal,\n 970,434,000,000 Cubic feet of natural gas, 5,996,000,000 UK gallons of diesel oil, 25,200,000 Tonnes of oil,\n 252,000,000 tonnes of TNT which is five times the energy of the Tsar Bomba nuclear test.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "1055000000000000000.0",
"conversionMultiplier:SN" : 1.055E18,
"dbpediaMatch" : "http://dbpedia.org/resource/Quad",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAB221",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB221", "http://en.wikipedia.org/wiki/Quad?oldid=492086827" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/quad",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "quad",
"uneceCommonCode" : "N70",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2029156",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quad", {
"@language" : "en",
"@value" : "Quad"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Quarter_UK
URI: http://qudt.org/vocab/unit/Quarter_UK
unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/Quarter_UK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/conversionMultiplier> 12.70058636 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.270058636E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB202" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB202"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "quarter" ; <http://qudt.org/schema/qudt/ucumCode> "28.[lb_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "QTR" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Quarter (UK)" ; rdfs:label "Quarter (UK)"@en ; .
{"resource":"Quarter (UK)"
,"qname":"unit:Quarter_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Quarter_UK"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"12.70058636"
,"conversion multiplier scientific":"1.270058636E1"
,"description":"unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb"
,"description (plain text)":"unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB202"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB202"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Quarter (UK)"
,"label":"Quarter (UK)"
,"scalingOf":"unit:KiloGM"
,"symbol":"quarter"
,"type":"qudt:Unit"
,"ucum code":"28.[lb_av]"
,"unece common code":"QTR"
]}
{
"@id" : "http://qudt.org/vocab/unit/Quarter_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "12.70058636",
"conversionMultiplier:SN" : 12.70058636,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB202",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB202",
"plainTextDescription" : "unit of the mass according to the avoirdupois system of units: 1 qr. l. = 28 lb",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "quarter",
"ucumCode" : "28.[lb_av]",
"uneceCommonCode" : "QTR",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Quarter (UK)", {
"@language" : "en",
"@value" : "Quarter (UK)"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:R
URI: http://qudt.org/vocab/unit/R
Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/R> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000258 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.58E-4 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Roentgen"^^xsd:anyURI ; <http://qudt.org/schema/qudt/factorUnitScalar> 0.000258 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricChargePerMass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA275" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Roentgen?oldid=491213233"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA275"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "R" ; <http://qudt.org/schema/qudt/ucumCode> "R"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "R" ; <http://qudt.org/schema/qudt/uneceCommonCode> "2C" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q321017> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Roentgen" ; rdfs:label "Roentgen"@en ; .
{"resource":"Roentgen"
,"qname":"unit:R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/R"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q321017>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000258"
,"conversion multiplier scientific":"2.58E-4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Roentgen"
,"description":"Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV."
,"factorUnitScalar":"0.000258"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:ElectricChargePerMass"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA275"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Roentgen?oldid=491213233"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA275"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Roentgen"
,"label":"Roentgen"
,"symbol":"R"
,"type":"qudt:Unit"
,"ucum code":"R"
,"udunits code":"R"
,"unece common code":"2C"
]}
{
"@id" : "http://qudt.org/vocab/unit/R",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Not to be confused with roentgen equivalent man or roentgen equivalent physical. The roentgen (symbol R) is an obsolete unit of measurement for the kerma of X-rays and gamma rays up to 3 MeV.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.000258",
"conversionMultiplier:SN" : 2.58E-4,
"dbpediaMatch" : "http://dbpedia.org/resource/Roentgen",
"factorUnitScalar" : "0.000258",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricChargePerMass",
"iec61360Code" : "0112/2///62720#UAA275",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Roentgen?oldid=491213233", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA275" ],
"symbol" : "R",
"ucumCode" : "R",
"udunitsCode" : "R",
"uneceCommonCode" : "2C",
"wikidataMatch" : "http://www.wikidata.org/entity/Q321017",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Roentgen", {
"@language" : "en",
"@value" : "Roentgen"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:R-PER-SEC
URI: http://qudt.org/vocab/unit/R-PER-SEC
unit roentgen, the use of which is no longer permitted divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/R-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit roentgen, the use of which is no longer permitted divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000258 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.58E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ExposureRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA276" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA276"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "R/s" ; <http://qudt.org/schema/qudt/ucumCode> "R.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D6" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Roentgen per Second" ; rdfs:label "Roentgen per Second"@en ; .
{"resource":"Roentgen per Second"
,"qname":"unit:R-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/R-PER-SEC"
,"properties":["conversion multiplier":"0.000258"
,"conversion multiplier scientific":"2.58E-4"
,"description":"unit roentgen, the use of which is no longer permitted divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E1L0I0M-1H0T0D0"
,"has quantity kind":"quantitykind:ExposureRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA276"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA276"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Roentgen per Second"
,"label":"Roentgen per Second"
,"symbol":"R\/s"
,"type":"qudt:Unit"
,"ucum code":"R.s-1"
,"unece common code":"D6"
]}
{
"@id" : "http://qudt.org/vocab/unit/R-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit roentgen, the use of which is no longer permitted divided by the SI base unit second",
"conversionMultiplier" : "0.000258",
"conversionMultiplier:SN" : 2.58E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ExposureRate",
"iec61360Code" : "0112/2///62720#UAA276",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA276",
"symbol" : "R/s",
"ucumCode" : "R.s-1",
"uneceCommonCode" : "D6",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Roentgen per Second", {
"@language" : "en",
"@value" : "Roentgen per Second"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAD
URI: http://qudt.org/vocab/unit/RAD
The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. In the absence of any symbol radians are assumed, and when degrees are meant the symbol $^{\ circ}$ is used.
The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/RAD>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. In the absence of any symbol radians are assumed, and when degrees are meant the symbol $^{\\ circ}$ is used. "^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Radian"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/guidance> "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html#7.10\">SP811 section7.10</a></p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA966" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Radian?oldid=492309312"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA966"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/radian> ;
<http://qudt.org/schema/qudt/plainTextDescription> "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. The unit was formerly a SI supplementary unit, but this category was abolished in 1995 and the radian is now considered a SI derived unit. The SI unit of solid angle measurement is the steradian. The radian is represented by the symbol \"rad\" or, more rarely, by the superscript c (for \"circular measure\"). For example, an angle of 1.2 radians would be written as \"1.2 rad\" or \"1.2c\" (the second symbol is often mistaken for a degree: \"1.2u00b0\"). As the ratio of two lengths, the radian is a \"pure number\" that needs no unit symbol, and in mathematical writing the symbol \"rad\" is almost always omitted. In the absence of any symbol radians are assumed, and when degrees are meant the symbol u00b0 is used. [Wikipedia]" ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/radian> ;
<http://qudt.org/schema/qudt/symbol> "rad" ;
<http://qudt.org/schema/qudt/ucumCode> "rad"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "rad" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "C81" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q33680> ;
rdfs:comment "The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities." ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Radian" ;
rdfs:label "Radian"@en ;
rdfs:label "Radian"@fr ;
rdfs:label "Radian"@la ;
rdfs:label "Radian"@ms ;
rdfs:label "Radian"@pl ;
rdfs:label "Radian"@ro ;
rdfs:label "Radian"@sl ;
rdfs:label "Radiano"@pt ;
rdfs:label "Radiant"@de ;
rdfs:label "Radiante"@it ;
rdfs:label "Radián"@cs ;
rdfs:label "Radián"@es ;
rdfs:label "Radián"@hu ;
rdfs:label "Radyan"@tr ;
rdfs:label "Ακτίνιο"@el ;
rdfs:label "Радиан"@bg ;
rdfs:label "Радиан"@ru ;
rdfs:label "רדיאן"@he ;
rdfs:label "راديان"@ar ;
rdfs:label "رادیان"@fa ;
rdfs:label "वर्ग मीटर"@hi ;
rdfs:label "ラジアン"@ja ;
rdfs:label "弧度"@zh ;
.
{"resource":"Radian"
,"qname":"unit:RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAD"
,"properties":["Individual from SI Reference Point":"si-unit:radian"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q33680>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"comment":"The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities."
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Radian"
,"defined unit of system":"sou:SI"
,"description":"The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. In the absence of any symbol radians are assumed, and when degrees are meant the symbol $^{\\ circ}$ is used. "
,"description (plain text)":"The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. The unit was formerly a SI supplementary unit, but this category was abolished in 1995 and the radian is now considered a SI derived unit. The SI unit of solid angle measurement is the steradian. The radian is represented by the symbol \"rad\" or, more rarely, by the superscript c (for \"circular measure\"). For example, an angle of 1.2 radians would be written as \"1.2 rad\" or \"1.2c\" (the second symbol is often mistaken for a degree: \"1.2u00b0\"). As the ratio of two lengths, the radian is a \"pure number\" that needs no unit symbol, and in mathematical writing the symbol \"rad\" is almost always omitted. In the absence of any symbol radians are assumed, and when degrees are meant the symbol u00b0 is used. [Wikipedia]"
,"guidance":"<p>See NIST section <a href=\"http:\/\/physics.nist.gov\/Pubs\/SP811\/sec07.html#7.10\">SP811 section7.10<\/a><\/p>"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA966"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Radian?oldid=492309312"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA966"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Radian"
,"label":"Radian"
,"label":"Radian"
,"label":"Radian"
,"label":"Radian"
,"label":"Radian"
,"label":"Radian"
,"label":"Radian"
,"label":"Radiano"
,"label":"Radiant"
,"label":"Radiante"
,"label":"Radián"
,"label":"Radián"
,"label":"Radián"
,"label":"Radyan"
,"label":"Ακτίνιο"
,"label":"Радиан"
,"label":"Радиан"
,"label":"רדיאן"
,"label":"راديان"
,"label":"رادیان"
,"label":"वर्ग मीटर"
,"label":"ラジアン"
,"label":"弧度"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/radian>"
,"symbol":"rad"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"rad"
,"udunits code":"rad"
,"unece common code":"C81"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAD",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. In the absence of any symbol radians are assumed, and when degrees are meant the symbol $^{\\ circ}$ is used. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Radian",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"guidance" : "<p>See NIST section <a href=\"http://physics.nist.gov/Pubs/SP811/sec07.html#7.10\">SP811 section7.10</a></p>",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PlaneAngle", "http://qudt.org/vocab/quantitykind/Angle" ],
"iec61360Code" : "0112/2///62720#UAA966",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Radian?oldid=492309312", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA966" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/radian",
"plainTextDescription" : "The radian is the standard unit of angular measure, used in many areas of mathematics. It describes the plane angle subtended by a circular arc as the length of the arc divided by the radius of the arc. The unit was formerly a SI supplementary unit, but this category was abolished in 1995 and the radian is now considered a SI derived unit. The SI unit of solid angle measurement is the steradian. The radian is represented by the symbol \"rad\" or, more rarely, by the superscript c (for \"circular measure\"). For example, an angle of 1.2 radians would be written as \"1.2 rad\" or \"1.2c\" (the second symbol is often mistaken for a degree: \"1.2u00b0\"). As the ratio of two lengths, the radian is a \"pure number\" that needs no unit symbol, and in mathematical writing the symbol \"rad\" is almost always omitted. In the absence of any symbol radians are assumed, and when degrees are meant the symbol u00b0 is used. [Wikipedia]",
"siExactMatch" : "https://si-digital-framework.org/SI/units/radian",
"symbol" : "rad",
"ucumCode" : "rad",
"udunitsCode" : "rad",
"uneceCommonCode" : "C81",
"wikidataMatch" : "http://www.wikidata.org/entity/Q33680",
"comment" : "The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities.",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "he",
"@value" : "רדיאן"
}, {
"@language" : "ja",
"@value" : "ラジアン"
}, {
"@language" : "hi",
"@value" : "वर्ग मीटर"
}, {
"@language" : "it",
"@value" : "Radiante"
}, {
"@language" : "el",
"@value" : "Ακτίνιο"
}, {
"@language" : "pl",
"@value" : "Radian"
}, {
"@language" : "ro",
"@value" : "Radian"
}, {
"@language" : "sl",
"@value" : "Radian"
}, "Radian", {
"@language" : "en",
"@value" : "Radian"
}, {
"@language" : "fr",
"@value" : "Radian"
}, {
"@language" : "la",
"@value" : "Radian"
}, {
"@language" : "ms",
"@value" : "Radian"
}, {
"@language" : "zh",
"@value" : "弧度"
}, {
"@language" : "ar",
"@value" : "راديان"
}, {
"@language" : "de",
"@value" : "Radiant"
}, {
"@language" : "hu",
"@value" : "Radián"
}, {
"@language" : "es",
"@value" : "Radián"
}, {
"@language" : "cs",
"@value" : "Radián"
}, {
"@language" : "pt",
"@value" : "Radiano"
}, {
"@language" : "bg",
"@value" : "Радиан"
}, {
"@language" : "ru",
"@value" : "Радиан"
}, {
"@language" : "fa",
"@value" : "رادیان"
}, {
"@language" : "tr",
"@value" : "Radyan"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"guidance" : {
"@id" : "http://qudt.org/schema/qudt/guidance",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"comment" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#comment"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAD-M2-PER-KiloGM
URI: http://qudt.org/vocab/unit/RAD-M2-PER-KiloGM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RAD-M2-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$rad m^2 / kg$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificOpticalRotatoryPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB162" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB162"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "rad·m²/kg" ; <http://qudt.org/schema/qudt/ucumCode> "rad.m2.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C83" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q96347983> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Radian Kvadratni Meter na Kilogram"@sl ; rdfs:label "Radian Meter Persegi per Kilogram"@ms ; rdfs:label "Radian Metr Kwadratowy na Kilogram"@pl ; rdfs:label "Radian Metru Pătrat pe Kilogram"@ro ; rdfs:label "Radian Metrum Quadratum per Chiliogramma"@la ; rdfs:label "Radian Mètre Carré par Kilogramme"@fr ; rdfs:label "Radian Square Meter per Kilogram"@en-US ; rdfs:label "Radian Square Metre per Kilogram" ; rdfs:label "Radian Square Metre per Kilogram"@en ; rdfs:label "Radiano Metro Quadrado por Quilograma"@pt ; rdfs:label "Radiant Quadratmeter pro Kilogramm"@de ; rdfs:label "Radiante Metro Quadrato per Chilogrammo"@it ; rdfs:label "Radián Metro Cuadrado por Kilogramo"@es ; rdfs:label "Radián Čtvereční Metr na Kilogram"@cs ; rdfs:label "Radyan Metrekare per Kilogram"@tr ; rdfs:label "Ακτίνιο Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"@el ; rdfs:label "Радиан Квадратен Метър на Килограм"@bg ; rdfs:label "Радиан Квадратный Метр на Килограмм"@ru ; .
{"resource":"Radian Square Metre per Kilogram"
,"qname":"unit:RAD-M2-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAD-M2-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q96347983>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$rad m^2 \/ kg$"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T0D0"
,"has quantity kind":"quantitykind:SpecificOpticalRotatoryPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB162"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB162"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Radian Kvadratni Meter na Kilogram"
,"label":"Radian Meter Persegi per Kilogram"
,"label":"Radian Metr Kwadratowy na Kilogram"
,"label":"Radian Metru Pătrat pe Kilogram"
,"label":"Radian Metrum Quadratum per Chiliogramma"
,"label":"Radian Mètre Carré par Kilogramme"
,"label":"Radian Square Meter per Kilogram"
,"label":"Radian Square Metre per Kilogram"
,"label":"Radian Square Metre per Kilogram"
,"label":"Radiano Metro Quadrado por Quilograma"
,"label":"Radiant Quadratmeter pro Kilogramm"
,"label":"Radiante Metro Quadrato per Chilogrammo"
,"label":"Radián Metro Cuadrado por Kilogramo"
,"label":"Radián Čtvereční Metr na Kilogram"
,"label":"Radyan Metrekare per Kilogram"
,"label":"Ακτίνιο Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"
,"label":"Радиан Квадратен Метър на Килограм"
,"label":"Радиан Квадратный Метр на Килограмм"
,"symbol":"rad·m²\/kg"
,"type":"qudt:Unit"
,"ucum code":"rad.m2.kg-1"
,"unece common code":"C83"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAD-M2-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$rad m^2 / kg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificOpticalRotatoryPower",
"iec61360Code" : "0112/2///62720#UAB162",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB162",
"symbol" : "rad·m²/kg",
"ucumCode" : "rad.m2.kg-1",
"uneceCommonCode" : "C83",
"wikidataMatch" : "http://www.wikidata.org/entity/Q96347983",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Radian Square Metre per Kilogram"
}, "Radian Square Metre per Kilogram", {
"@language" : "en-us",
"@value" : "Radian Square Meter per Kilogram"
}, {
"@language" : "tr",
"@value" : "Radyan Metrekare per Kilogram"
}, {
"@language" : "it",
"@value" : "Radiante Metro Quadrato per Chilogrammo"
}, {
"@language" : "pl",
"@value" : "Radian Metr Kwadratowy na Kilogram"
}, {
"@language" : "sl",
"@value" : "Radian Kvadratni Meter na Kilogram"
}, {
"@language" : "es",
"@value" : "Radián Metro Cuadrado por Kilogramo"
}, {
"@language" : "bg",
"@value" : "Радиан Квадратен Метър на Килограм"
}, {
"@language" : "ms",
"@value" : "Radian Meter Persegi per Kilogram"
}, {
"@language" : "la",
"@value" : "Radian Metrum Quadratum per Chiliogramma"
}, {
"@language" : "pt",
"@value" : "Radiano Metro Quadrado por Quilograma"
}, {
"@language" : "de",
"@value" : "Radiant Quadratmeter pro Kilogramm"
}, {
"@language" : "cs",
"@value" : "Radián Čtvereční Metr na Kilogram"
}, {
"@language" : "fr",
"@value" : "Radian Mètre Carré par Kilogramme"
}, {
"@language" : "ro",
"@value" : "Radian Metru Pătrat pe Kilogram"
}, {
"@language" : "ru",
"@value" : "Радиан Квадратный Метр на Килограмм"
}, {
"@language" : "el",
"@value" : "Ακτίνιο Τετραγωνικό Μέτρο ανά Χιλιόγραμμο"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAD-M2-PER-MOL
URI: http://qudt.org/vocab/unit/RAD-M2-PER-MOL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RAD-M2-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$rad m^2 / mol$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarOpticalRotatoryPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB161" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB161"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "rad·m²/mol" ; <http://qudt.org/schema/qudt/ucumCode> "rad.m2.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C82" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q96347486> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Radian Kvadratni Meter na Mol"@sl ; rdfs:label "Radian Meter Persegi per Mole"@ms ; rdfs:label "Radian Metr Kwadratowy na Mol"@pl ; rdfs:label "Radian Metru Pătrat pe Mol"@ro ; rdfs:label "Radian Metrum Quadratum per Moles"@la ; rdfs:label "Radian Mètre Carré par Mole"@fr ; rdfs:label "Radian Square Meter per Mole"@en-US ; rdfs:label "Radian Square Metre per Mole" ; rdfs:label "Radian Square Metre per Mole"@en ; rdfs:label "Radiano Metro Quadrado por Mol"@pt ; rdfs:label "Radiant Quadratmeter pro Mol"@de ; rdfs:label "Radiante Metro Quadrato per Mole"@it ; rdfs:label "Radián Metro Cuadrado por Mol"@es ; rdfs:label "Radián Čtvereční Metr na Mol"@cs ; rdfs:label "Radyan Metrekare per Mol"@tr ; rdfs:label "Ακτίνιο Τετραγωνικό Μέτρο ανά Μολ"@el ; rdfs:label "Радиан Квадратен Метър на Мол"@bg ; rdfs:label "Радиан Квадратный Метр на Моль"@ru ; .
{"resource":"Radian Square Metre per Mole"
,"qname":"unit:RAD-M2-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAD-M2-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q96347486>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$rad m^2 \/ mol$"
,"has dimension vector":"qkdv:A-1E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:MolarOpticalRotatoryPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB161"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB161"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Radian Kvadratni Meter na Mol"
,"label":"Radian Meter Persegi per Mole"
,"label":"Radian Metr Kwadratowy na Mol"
,"label":"Radian Metru Pătrat pe Mol"
,"label":"Radian Metrum Quadratum per Moles"
,"label":"Radian Mètre Carré par Mole"
,"label":"Radian Square Meter per Mole"
,"label":"Radian Square Metre per Mole"
,"label":"Radian Square Metre per Mole"
,"label":"Radiano Metro Quadrado por Mol"
,"label":"Radiant Quadratmeter pro Mol"
,"label":"Radiante Metro Quadrato per Mole"
,"label":"Radián Metro Cuadrado por Mol"
,"label":"Radián Čtvereční Metr na Mol"
,"label":"Radyan Metrekare per Mol"
,"label":"Ακτίνιο Τετραγωνικό Μέτρο ανά Μολ"
,"label":"Радиан Квадратен Метър на Мол"
,"label":"Радиан Квадратный Метр на Моль"
,"symbol":"rad·m²\/mol"
,"type":"qudt:Unit"
,"ucum code":"rad.m2.mol-1"
,"unece common code":"C82"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAD-M2-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$rad m^2 / mol$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E0L2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarOpticalRotatoryPower",
"iec61360Code" : "0112/2///62720#UAB161",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB161",
"symbol" : "rad·m²/mol",
"ucumCode" : "rad.m2.mol-1",
"uneceCommonCode" : "C82",
"wikidataMatch" : "http://www.wikidata.org/entity/Q96347486",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Radyan Metrekare per Mol"
}, {
"@language" : "ms",
"@value" : "Radian Meter Persegi per Mole"
}, {
"@language" : "bg",
"@value" : "Радиан Квадратен Метър на Мол"
}, {
"@language" : "de",
"@value" : "Radiant Quadratmeter pro Mol"
}, {
"@language" : "ru",
"@value" : "Радиан Квадратный Метр на Моль"
}, {
"@language" : "la",
"@value" : "Radian Metrum Quadratum per Moles"
}, {
"@language" : "en-us",
"@value" : "Radian Square Meter per Mole"
}, {
"@language" : "it",
"@value" : "Radiante Metro Quadrato per Mole"
}, {
"@language" : "cs",
"@value" : "Radián Čtvereční Metr na Mol"
}, {
"@language" : "sl",
"@value" : "Radian Kvadratni Meter na Mol"
}, "Radian Square Metre per Mole", {
"@language" : "en",
"@value" : "Radian Square Metre per Mole"
}, {
"@language" : "ro",
"@value" : "Radian Metru Pătrat pe Mol"
}, {
"@language" : "pt",
"@value" : "Radiano Metro Quadrado por Mol"
}, {
"@language" : "pl",
"@value" : "Radian Metr Kwadratowy na Mol"
}, {
"@language" : "es",
"@value" : "Radián Metro Cuadrado por Mol"
}, {
"@language" : "el",
"@value" : "Ακτίνιο Τετραγωνικό Μέτρο ανά Μολ"
}, {
"@language" : "fr",
"@value" : "Radian Mètre Carré par Mole"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAD-PER-HR
URI: http://qudt.org/vocab/unit/RAD-PER-HR
"Radian per Hour" is a unit for 'Angular Velocity' expressed as $rad/h$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RAD-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Radian per Hour\" is a unit for 'Angular Velocity' expressed as $rad/h$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/expression> "$rad/h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularFrequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularVelocity> ; <http://qudt.org/schema/qudt/symbol> "rad/h" ; <http://qudt.org/schema/qudt/ucumCode> "rad.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Radian per Hour" ; rdfs:label "Radian per Hour"@en ; .
{"resource":"Radian per Hour"
,"qname":"unit:RAD-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAD-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"\"Radian per Hour\" is a unit for 'Angular Velocity' expressed as $rad\/h$."
,"expression":"$rad\/h$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AngularFrequency"
,"has quantity kind":"quantitykind:AngularVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Radian per Hour"
,"label":"Radian per Hour"
,"symbol":"rad\/h"
,"type":"qudt:Unit"
,"ucum code":"rad.h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAD-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Radian per Hour\" is a unit for 'Angular Velocity' expressed as $rad/h$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"expression" : "$rad/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularVelocity", "http://qudt.org/vocab/quantitykind/AngularFrequency" ],
"symbol" : "rad/h",
"ucumCode" : "rad.h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Radian per Hour", {
"@language" : "en",
"@value" : "Radian per Hour"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAD-PER-M
URI: http://qudt.org/vocab/unit/RAD-PER-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RAD-PER-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$rad/m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularWavenumber> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DebyeAngularWavenumber> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FermiAngularWavenumber> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-PER-RAD> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA967" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA967"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "rad/m" ; <http://qudt.org/schema/qudt/ucumCode> "rad.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C84" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30338605> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Radian na Meter"@sl ; rdfs:label "Radian na Metr"@pl ; rdfs:label "Radian par Mètre"@fr ; rdfs:label "Radian pe Metru"@ro ; rdfs:label "Radian per Meter"@en-US ; rdfs:label "Radian per Meter"@ms ; rdfs:label "Radian per Metre" ; rdfs:label "Radian per Metre"@en ; rdfs:label "Radian per Metrum"@la ; rdfs:label "Radiano por Metro"@pt ; rdfs:label "Radiant pro Meter"@de ; rdfs:label "Radiante per Metro"@it ; rdfs:label "Radián na Metr"@cs ; rdfs:label "Radián por Metro"@es ; rdfs:label "Radyan per Metre"@tr ; rdfs:label "Ακτίνιο ανά Μέτρο"@el ; rdfs:label "Радиан на Метр"@ru ; rdfs:label "Радиан на Метър"@bg ; rdfs:label "رادیان بر متر"@fa ; rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; rdfs:label "प्रति मीटर वर्ग मीटर"@hi ; rdfs:label "ラジアン毎メートル"@ja ; rdfs:label "弧度每米"@zh ; .
{"resource":"Radian per Metre"
,"qname":"unit:RAD-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAD-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30338605>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$rad\/m$"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:AngularWavenumber"
,"has quantity kind":"quantitykind:DebyeAngularWavenumber"
,"has quantity kind":"quantitykind:FermiAngularWavenumber"
,"has reciprocal unit":"unit:M-PER-RAD"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA967"
,"informative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA967"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Radian na Meter"
,"label":"Radian na Metr"
,"label":"Radian par Mètre"
,"label":"Radian pe Metru"
,"label":"Radian per Meter"
,"label":"Radian per Meter"
,"label":"Radian per Metre"
,"label":"Radian per Metre"
,"label":"Radian per Metrum"
,"label":"Radiano por Metro"
,"label":"Radiant pro Meter"
,"label":"Radiante per Metro"
,"label":"Radián na Metr"
,"label":"Radián por Metro"
,"label":"Radyan per Metre"
,"label":"Ακτίνιο ανά Μέτρο"
,"label":"Радиан на Метр"
,"label":"Радиан на Метър"
,"label":"رادیان بر متر"
,"label":"مقياس التبادل، الأس السالب للمتر"
,"label":"प्रति मीटर वर्ग मीटर"
,"label":"ラジアン毎メートル"
,"label":"弧度每米"
,"symbol":"rad\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"rad.m-1"
,"unece common code":"C84"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAD-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$rad/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularWavenumber", "http://qudt.org/vocab/quantitykind/DebyeAngularWavenumber", "http://qudt.org/vocab/quantitykind/FermiAngularWavenumber" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M-PER-RAD",
"iec61360Code" : "0112/2///62720#UAA967",
"informativeReference" : [ "http://www.iso.org/iso/catalogue_detail?csnumber=31897", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA967" ],
"symbol" : "rad/m",
"ucumCode" : "rad.m-1",
"uneceCommonCode" : "C84",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30338605",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Радиан на Метр"
}, {
"@language" : "tr",
"@value" : "Radyan per Metre"
}, {
"@language" : "pt",
"@value" : "Radiano por Metro"
}, {
"@language" : "el",
"@value" : "Ακτίνιο ανά Μέτρο"
}, {
"@language" : "fa",
"@value" : "رادیان بر متر"
}, {
"@language" : "ar",
"@value" : "مقياس التبادل، الأس السالب للمتر"
}, {
"@language" : "ja",
"@value" : "ラジアン毎メートル"
}, "Radian per Metre", {
"@language" : "en",
"@value" : "Radian per Metre"
}, {
"@language" : "de",
"@value" : "Radiant pro Meter"
}, {
"@language" : "hi",
"@value" : "प्रति मीटर वर्ग मीटर"
}, {
"@language" : "it",
"@value" : "Radiante per Metro"
}, {
"@language" : "sl",
"@value" : "Radian na Meter"
}, {
"@language" : "en-us",
"@value" : "Radian per Meter"
}, {
"@language" : "ms",
"@value" : "Radian per Meter"
}, {
"@language" : "es",
"@value" : "Radián por Metro"
}, {
"@language" : "fr",
"@value" : "Radian par Mètre"
}, {
"@language" : "bg",
"@value" : "Радиан на Метър"
}, {
"@language" : "la",
"@value" : "Radian per Metrum"
}, {
"@language" : "cs",
"@value" : "Radián na Metr"
}, {
"@language" : "pl",
"@value" : "Radian na Metr"
}, {
"@language" : "zh",
"@value" : "弧度每米"
}, {
"@language" : "ro",
"@value" : "Radian pe Metru"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAD-PER-MIN
URI: http://qudt.org/vocab/unit/RAD-PER-MIN
Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where $T$ is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RAD-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where $T$ is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/expression> "$rad/m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularFrequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularVelocity> ; <http://qudt.org/schema/qudt/symbol> "rad/min" ; <http://qudt.org/schema/qudt/ucumCode> "rad.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Radian per Minute" ; rdfs:label "Radian per Minute"@en ; .
{"resource":"Radian per Minute"
,"qname":"unit:RAD-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAD-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"Radian Per Minute (rad\/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian\/minute. Radian Per Minute (rad\/min) has a dimension of aT-1 where $T$ is time. It can be converted to the corresponding standard SI unit rad\/s by multiplying its value by a factor of 0.0166666666667. "
,"expression":"$rad\/m$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AngularFrequency"
,"has quantity kind":"quantitykind:AngularVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Radian per Minute"
,"label":"Radian per Minute"
,"symbol":"rad\/min"
,"type":"qudt:Unit"
,"ucum code":"rad.min-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAD-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Radian Per Minute (rad/min) is a unit in the category of Angular velocity. It is also known as radians per minute, radian/minute. Radian Per Minute (rad/min) has a dimension of aT-1 where $T$ is time. It can be converted to the corresponding standard SI unit rad/s by multiplying its value by a factor of 0.0166666666667. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"expression" : "$rad/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularFrequency", "http://qudt.org/vocab/quantitykind/AngularVelocity" ],
"symbol" : "rad/min",
"ucumCode" : "rad.min-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Radian per Minute", {
"@language" : "en",
"@value" : "Radian per Minute"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAD-PER-SEC
URI: http://qudt.org/vocab/unit/RAD-PER-SEC
"Radian per Second" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RAD-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Radian per Second\" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$rad/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularFrequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularVelocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA968" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA968"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "rad/s" ; <http://qudt.org/schema/qudt/ucumCode> "rad.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2A" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1063756> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Radian na Sekunda"@pl ; rdfs:label "Radian na Sekunda"@sl ; rdfs:label "Radian par Seconde"@fr ; rdfs:label "Radian pe Secundă"@ro ; rdfs:label "Radian per Saat"@ms ; rdfs:label "Radian per Second" ; rdfs:label "Radian per Second"@en ; rdfs:label "Radian per Secundum"@la ; rdfs:label "Radiano por Segundo"@pt ; rdfs:label "Radiant pro Sekunde"@de ; rdfs:label "Radiante per Secondo"@it ; rdfs:label "Radián na Sekunda"@cs ; rdfs:label "Radián por Segundo"@es ; rdfs:label "Radyan per Saniye"@tr ; rdfs:label "Ακτίνιο ανά Δευτερόλεπτο"@el ; rdfs:label "Радиан на Секунда"@bg ; rdfs:label "Радиан на Секунда"@ru ; rdfs:label "راديان في الثانية"@ar ; rdfs:label "رادیان بر ثانیه"@fa ; rdfs:label "वर्ग मीटर प्रति सैकिण्ड"@hi ; rdfs:label "ラジアン毎秒"@ja ; rdfs:label "弧度每秒"@zh ; .
{"resource":"Radian per Second"
,"qname":"unit:RAD-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAD-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1063756>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\"Radian per Second\" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second."
,"expression":"$rad\/s$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:AngularFrequency"
,"has quantity kind":"quantitykind:AngularVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA968"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA968"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Radian na Sekunda"
,"label":"Radian na Sekunda"
,"label":"Radian par Seconde"
,"label":"Radian pe Secundă"
,"label":"Radian per Saat"
,"label":"Radian per Second"
,"label":"Radian per Second"
,"label":"Radian per Secundum"
,"label":"Radiano por Segundo"
,"label":"Radiant pro Sekunde"
,"label":"Radiante per Secondo"
,"label":"Radián na Sekunda"
,"label":"Radián por Segundo"
,"label":"Radyan per Saniye"
,"label":"Ακτίνιο ανά Δευτερόλεπτο"
,"label":"Радиан на Секунда"
,"label":"Радиан на Секунда"
,"label":"راديان في الثانية"
,"label":"رادیان بر ثانیه"
,"label":"वर्ग मीटर प्रति सैकिण्ड"
,"label":"ラジアン毎秒"
,"label":"弧度每秒"
,"symbol":"rad\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"rad.s-1"
,"unece common code":"2A"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAD-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Radian per Second\" is the SI unit of rotational speed (angular velocity), and, also the unit of angular frequency. The radian per second is defined as the change in the orientation of an object, in radians, every second.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$rad/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AngularVelocity", "http://qudt.org/vocab/quantitykind/AngularFrequency" ],
"iec61360Code" : "0112/2///62720#UAA968",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA968",
"symbol" : "rad/s",
"ucumCode" : "rad.s-1",
"uneceCommonCode" : "2A",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1063756",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "zh",
"@value" : "弧度每秒"
}, {
"@language" : "tr",
"@value" : "Radyan per Saniye"
}, {
"@language" : "ms",
"@value" : "Radian per Saat"
}, {
"@language" : "hi",
"@value" : "वर्ग मीटर प्रति सैकिण्ड"
}, {
"@language" : "es",
"@value" : "Radián por Segundo"
}, {
"@language" : "it",
"@value" : "Radiante per Secondo"
}, "Radian per Second", {
"@language" : "en",
"@value" : "Radian per Second"
}, {
"@language" : "ja",
"@value" : "ラジアン毎秒"
}, {
"@language" : "cs",
"@value" : "Radián na Sekunda"
}, {
"@language" : "fr",
"@value" : "Radian par Seconde"
}, {
"@language" : "ru",
"@value" : "Радиан на Секунда"
}, {
"@language" : "bg",
"@value" : "Радиан на Секунда"
}, {
"@language" : "de",
"@value" : "Radiant pro Sekunde"
}, {
"@language" : "pt",
"@value" : "Radiano por Segundo"
}, {
"@language" : "pl",
"@value" : "Radian na Sekunda"
}, {
"@language" : "sl",
"@value" : "Radian na Sekunda"
}, {
"@language" : "la",
"@value" : "Radian per Secundum"
}, {
"@language" : "el",
"@value" : "Ακτίνιο ανά Δευτερόλεπτο"
}, {
"@language" : "ar",
"@value" : "راديان في الثانية"
}, {
"@language" : "fa",
"@value" : "رادیان بر ثانیه"
}, {
"@language" : "ro",
"@value" : "Radian pe Secundă"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAD-PER-SEC2
URI: http://qudt.org/vocab/unit/RAD-PER-SEC2
Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second ($rad/s^2$), and is usually denoted by the Greek letter $\alpha$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RAD-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second ($rad/s^2$), and is usually denoted by the Greek letter $\\alpha$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$rad/s2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularAcceleration> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA969" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA969"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "rad/s²" ; <http://qudt.org/schema/qudt/ucumCode> "rad.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "2B" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30338333> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Radian na Kvadratni Sekunda"@sl ; rdfs:label "Radian na Sekunda Kwadratowy"@pl ; rdfs:label "Radian par Seconde Carré"@fr ; rdfs:label "Radian pe Secundă Pătrat"@ro ; rdfs:label "Radian per Saat Persegi"@ms ; rdfs:label "Radian per Secundum Quadratum"@la ; rdfs:label "Radian per Square Second" ; rdfs:label "Radian per Square Second"@en ; rdfs:label "Radiano por Segundo Quadrado"@pt ; rdfs:label "Radiant pro Quadratsekunde"@de ; rdfs:label "Radiante per Secondo Quadrato"@it ; rdfs:label "Radián na Čtvereční Sekunda"@cs ; rdfs:label "Radián por Segundo Cuadrado"@es ; rdfs:label "Radyan per Saniyekare"@tr ; rdfs:label "Ακτίνιο ανά Τετραγωνικό Δευτερόλεπτο"@el ; rdfs:label "Радиан на Квадратен Секунда"@bg ; rdfs:label "Радиан на Квадратный Секунда"@ru ; .
{"resource":"Radian per Square Second"
,"qname":"unit:RAD-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAD-PER-SEC2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30338333>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second ($rad\/s^2$), and is usually denoted by the Greek letter $\\alpha$."
,"expression":"$rad\/s2$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AngularAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA969"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA969"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Radian na Kvadratni Sekunda"
,"label":"Radian na Sekunda Kwadratowy"
,"label":"Radian par Seconde Carré"
,"label":"Radian pe Secundă Pătrat"
,"label":"Radian per Saat Persegi"
,"label":"Radian per Secundum Quadratum"
,"label":"Radian per Square Second"
,"label":"Radian per Square Second"
,"label":"Radiano por Segundo Quadrado"
,"label":"Radiant pro Quadratsekunde"
,"label":"Radiante per Secondo Quadrato"
,"label":"Radián na Čtvereční Sekunda"
,"label":"Radián por Segundo Cuadrado"
,"label":"Radyan per Saniyekare"
,"label":"Ακτίνιο ανά Τετραγωνικό Δευτερόλεπτο"
,"label":"Радиан на Квадратен Секунда"
,"label":"Радиан на Квадратный Секунда"
,"symbol":"rad\/s²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"rad.s-2"
,"unece common code":"2B"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAD-PER-SEC2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Angular acceleration is the rate of change of angular velocity. In SI units, it is measured in radians per Square second ($rad/s^2$), and is usually denoted by the Greek letter $\\alpha$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$rad/s2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AngularAcceleration",
"iec61360Code" : "0112/2///62720#UAA969",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA969",
"symbol" : "rad/s²",
"ucumCode" : "rad.s-2",
"uneceCommonCode" : "2B",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30338333",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Radian per Secundum Quadratum"
}, {
"@language" : "fr",
"@value" : "Radian par Seconde Carré"
}, {
"@language" : "bg",
"@value" : "Радиан на Квадратен Секунда"
}, {
"@language" : "sl",
"@value" : "Radian na Kvadratni Sekunda"
}, {
"@language" : "pt",
"@value" : "Radiano por Segundo Quadrado"
}, {
"@language" : "it",
"@value" : "Radiante per Secondo Quadrato"
}, {
"@language" : "cs",
"@value" : "Radián na Čtvereční Sekunda"
}, "Radian per Square Second", {
"@language" : "en",
"@value" : "Radian per Square Second"
}, {
"@language" : "ms",
"@value" : "Radian per Saat Persegi"
}, {
"@language" : "ro",
"@value" : "Radian pe Secundă Pătrat"
}, {
"@language" : "ru",
"@value" : "Радиан на Квадратный Секунда"
}, {
"@language" : "es",
"@value" : "Radián por Segundo Cuadrado"
}, {
"@language" : "tr",
"@value" : "Radyan per Saniyekare"
}, {
"@language" : "pl",
"@value" : "Radian na Sekunda Kwadratowy"
}, {
"@language" : "de",
"@value" : "Radiant pro Quadratsekunde"
}, {
"@language" : "el",
"@value" : "Ακτίνιο ανά Τετραγωνικό Δευτερόλεπτο"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAD_R
URI: http://qudt.org/vocab/unit/RAD_R
The $rad$ is a deprecated unit of absorbed radiation dose, defined as $1 rad = 0.01\,Gy = 0.01 J/kg$. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the $roentgen$, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RAD_R> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The $rad$ is a deprecated unit of absorbed radiation dose, defined as $1 rad = 0.01\\,Gy = 0.01 J/kg$. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the $roentgen$, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.)."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/RAD"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDose> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/RAD?oldid=493716376"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/rad> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2-PER-SEC2> ; <http://qudt.org/schema/qudt/symbol> "rad" ; <http://qudt.org/schema/qudt/ucumCode> "RAD"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "C80" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1052397> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Rad" ; rdfs:label "Rad"@en ; .
{"resource":"Rad"
,"qname":"unit:RAD_R"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAD_R"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1052397>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/RAD"
,"description":"The $rad$ is a deprecated unit of absorbed radiation dose, defined as $1 rad = 0.01\\,Gy = 0.01 J\/kg$. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the $roentgen$, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.)."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AbsorbedDose"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/RAD?oldid=493716376"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rad"
,"label":"Rad"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/rad>"
,"scalingOf":"unit:M2-PER-SEC2"
,"symbol":"rad"
,"type":"qudt:Unit"
,"ucum code":"RAD"
,"unece common code":"C80"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAD_R",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The $rad$ is a deprecated unit of absorbed radiation dose, defined as $1 rad = 0.01\\,Gy = 0.01 J/kg$. It was originally defined in CGS units in 1953 as the dose causing 100 ergs of energy to be absorbed by one gram of matter. It has been replaced by the gray in most of the world. A related unit, the $roentgen$, was formerly used to quantify the number of rad deposited into a target when it was exposed to radiation. The F-factor can used to convert between rad and roentgens. The material absorbing the radiation can be human tissue or silicon microchips or any other medium (for example, air, water, lead shielding, etc.).",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"dbpediaMatch" : "http://dbpedia.org/resource/RAD",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AbsorbedDose",
"informativeReference" : "http://en.wikipedia.org/wiki/RAD?oldid=493716376",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/rad",
"scalingOf" : "http://qudt.org/vocab/unit/M2-PER-SEC2",
"symbol" : "rad",
"ucumCode" : "RAD",
"uneceCommonCode" : "C80",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1052397",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Rad", {
"@language" : "en",
"@value" : "Rad"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAYL
URI: http://qudt.org/vocab/unit/RAYL
The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version of different magnitude. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\; rayl = 1 dyn\cdot s\cdot cm^{-3}$ Or in SI as: $1 \; rayl = 10^{-1}Pa\cdot s\cdot m^{-1}$, which equals $10\,N \cdot s\cdot m^{-3}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/RAYL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version of different magnitude.
When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move.
The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces.
The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1 dyn\\cdot s\\cdot cm^{-3}$ Or in
SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot m^{-3}$."""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Rayl"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificAcousticImpedance> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Rayl"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC> ;
<http://qudt.org/schema/qudt/symbol> "rayl" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q359151> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Rayl" ;
rdfs:label "Rayl"@en ;
rdfs:seeAlso <http://qudt.org/vocab/unit/RAYL_MKS> ;
.
{"resource":"Rayl"
,"qname":"unit:RAYL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAYL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q359151>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Rayl"
,"description":"The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version of different magnitude. \n When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. \n The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. \n The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1 dyn\\cdot s\\cdot cm^{-3}$ Or in \n SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot m^{-3}$."
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:SpecificAcousticImpedance"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Rayl"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rayl"
,"label":"Rayl"
,"scalingOf":"unit:KiloGM-PER-M2-SEC"
,"seeAlso":"unit:RAYL_MKS"
,"symbol":"rayl"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAYL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version of different magnitude. \n When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. \n The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. \n The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1 dyn\\cdot s\\cdot cm^{-3}$ Or in \n SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot m^{-3}$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Rayl",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificAcousticImpedance",
"informativeReference" : "https://en.wikipedia.org/wiki/Rayl",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC",
"symbol" : "rayl",
"wikidataMatch" : "http://www.wikidata.org/entity/Q359151",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Rayl", {
"@language" : "en",
"@value" : "Rayl"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/RAYL_MKS",
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RAYL_MKS
URI: http://qudt.org/vocab/unit/RAYL_MKS
The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version of different magnitude. When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\; rayl = 1 dyn\cdot s\cdot cm^{-3}$ Or in SI as: $1 \; rayl = 10^{-1}Pa\cdot s\cdot m^{-1}$, which equals $10\,N \cdot s\cdot m^{-3}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/RAYL_MKS>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version of different magnitude.
When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move.
The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces.
The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1 dyn\\cdot s\\cdot cm^{-3}$ Or in
SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot m^{-3}$."""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Rayl"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificAcousticImpedance> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Rayl"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC> ;
<http://qudt.org/schema/qudt/symbol> "rayl_MKS" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q359151> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Rayl_MKS" ;
rdfs:label "Rayl_MKS"@en ;
rdfs:seeAlso <http://qudt.org/vocab/unit/RAYL> ;
.
{"resource":"Rayl_MKS"
,"qname":"unit:RAYL_MKS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RAYL_MKS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q359151>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Rayl"
,"description":"The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version of different magnitude. \n When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. \n The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. \n The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1 dyn\\cdot s\\cdot cm^{-3}$ Or in \n SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot m^{-3}$."
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:SpecificAcousticImpedance"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Rayl"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rayl_MKS"
,"label":"Rayl_MKS"
,"scalingOf":"unit:KiloGM-PER-M2-SEC"
,"seeAlso":"unit:RAYL"
,"symbol":"rayl_MKS"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/RAYL_MKS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The $Rayl$ is one of two units of specific acoustic impedance. There is a CGS version and an MKS version of different magnitude. \n When sound waves pass through any physical substance the pressure of the waves causes the particles of the substance to move. \n The sound specific impedance is the ratio between the sound pressure and the particle velocity it produces. \n The specific impedance is one rayl if unit pressure produces unit velocity. It is defined as follows: $1\\; rayl = 1 dyn\\cdot s\\cdot cm^{-3}$ Or in \n SI as: $1 \\; rayl = 10^{-1}Pa\\cdot s\\cdot m^{-1}$, which equals $10\\,N \\cdot s\\cdot m^{-3}$.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Rayl",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificAcousticImpedance",
"informativeReference" : "https://en.wikipedia.org/wiki/Rayl",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM-PER-M2-SEC",
"symbol" : "rayl_MKS",
"wikidataMatch" : "http://www.wikidata.org/entity/Q359151",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Rayl_MKS", {
"@language" : "en",
"@value" : "Rayl_MKS"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/RAYL",
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:REM
URI: http://qudt.org/vocab/unit/REM
A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/REM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/R_man> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DoseEquivalent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA971" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA971"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/rem> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M2-PER-SEC2> ; <http://qudt.org/schema/qudt/symbol> "rem" ; <http://qudt.org/schema/qudt/ucumCode> "REM"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D91" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q260126> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Rem" ; rdfs:label "Rem"@en ; .
{"resource":"Rem"
,"qname":"unit:REM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/REM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q260126>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources."
,"exact match":"unit:R_man"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:DoseEquivalent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA971"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Roentgen_equivalent_man"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA971"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rem"
,"label":"Rem"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/rem>"
,"scalingOf":"unit:M2-PER-SEC2"
,"symbol":"rem"
,"type":"qudt:Unit"
,"ucum code":"REM"
,"unece common code":"D91"
]}
{
"@id" : "http://qudt.org/vocab/unit/REM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A Rem is a deprecated unit used to measure the biological effects of ionizing radiation. The rem is defined as equal to 0.01 sievert, which is the more commonly used unit outside of the United States. Equivalent dose, effective dose, and committed dose can all be measured in units of rem. These quantities are products of the absorbed dose in rads and weighting factors. These factors must be selected for each exposure situation; there is no universally applicable conversion constant from rad to rem. A rem is a large dose of radiation, so the millirem (mrem), which is one thousandth of a rem, is often used for the dosages commonly encountered, such as the amount of radiation received from medical x-rays and background sources.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"exactMatch" : "http://qudt.org/vocab/unit/R_man",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DoseEquivalent",
"iec61360Code" : "0112/2///62720#UAA971",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA971", "http://en.wikipedia.org/wiki/Roentgen_equivalent_man" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/rem",
"scalingOf" : "http://qudt.org/vocab/unit/M2-PER-SEC2",
"symbol" : "rem",
"ucumCode" : "REM",
"uneceCommonCode" : "D91",
"wikidataMatch" : "http://www.wikidata.org/entity/Q260126",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Rem", {
"@language" : "en",
"@value" : "Rem"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:REM-PER-SEC
URI: http://qudt.org/vocab/unit/REM-PER-SEC
unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0.01 J/(kg·s) = 1 Sv/s
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/REM-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0.01 J/(kg·s) = 1 Sv/s" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB442" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB442"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "rem/s" ; <http://qudt.org/schema/qudt/ucumCode> "REM.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Rem per Second" ; rdfs:label "Rem per Second"@en ; .
{"resource":"Rem per Second"
,"qname":"unit:REM-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/REM-PER-SEC"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem\/s = 0.01 J\/(kg·s) = 1 Sv\/s"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB442"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB442"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rem per Second"
,"label":"Rem per Second"
,"symbol":"rem\/s"
,"type":"qudt:Unit"
,"ucum code":"REM.s-1"
,"unece common code":"P69"
]}
{
"@id" : "http://qudt.org/vocab/unit/REM-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for the equivalent tin rate relating to DIN 1301-3:1979: 1 rem/s = 0.01 J/(kg·s) = 1 Sv/s",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/KermaRate" ],
"iec61360Code" : "0112/2///62720#UAB442",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB442",
"symbol" : "rem/s",
"ucumCode" : "REM.s-1",
"uneceCommonCode" : "P69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Rem per Second", {
"@language" : "en",
"@value" : "Rem per Second"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:REV
URI: http://qudt.org/vocab/unit/REV
"Revolution" is a unit for 'Plane Angle' expressed as $rev$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/REV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Revolution\" is a unit for 'Plane Angle' expressed as $rev$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 6.283185307179586476925286766559006 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.283185307179586476925286766559006E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Revolution"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Angle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PlaneAngle> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB206" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Revolution?oldid=494110330"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB206"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/revolution> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/RAD> ; <http://qudt.org/schema/qudt/symbol> "rev" ; <http://qudt.org/schema/qudt/uneceCommonCode> "M44" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2478223> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Revolution" ; rdfs:label "Revolution"@en ; .
{"resource":"Revolution"
,"qname":"unit:REV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/REV"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2478223>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"6.283185307179586476925286766559006"
,"conversion multiplier scientific":"6.283185307179586476925286766559006E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Revolution"
,"description":"\"Revolution\" is a unit for 'Plane Angle' expressed as $rev$."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Angle"
,"has quantity kind":"quantitykind:PlaneAngle"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB206"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Revolution?oldid=494110330"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB206"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Revolution"
,"label":"Revolution"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/revolution>"
,"scalingOf":"unit:RAD"
,"symbol":"rev"
,"type":"qudt:Unit"
,"unece common code":"M44"
]}
{
"@id" : "http://qudt.org/vocab/unit/REV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Revolution\" is a unit for 'Plane Angle' expressed as $rev$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "6.283185307179586476925286766559006",
"conversionMultiplier:SN" : 6.283185307179586,
"dbpediaMatch" : "http://dbpedia.org/resource/Revolution",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PlaneAngle", "http://qudt.org/vocab/quantitykind/Angle" ],
"iec61360Code" : "0112/2///62720#UAB206",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Revolution?oldid=494110330", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB206" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/revolution",
"scalingOf" : "http://qudt.org/vocab/unit/RAD",
"symbol" : "rev",
"uneceCommonCode" : "M44",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2478223",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Revolution", {
"@language" : "en",
"@value" : "Revolution"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:REV-PER-HR
URI: http://qudt.org/vocab/unit/REV-PER-HR
"Revolution per Hour" is a unit for 'Angular Velocity' expressed as $rev/h$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/REV-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Revolution per Hour\" is a unit for 'Angular Velocity' expressed as $rev/h$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.001745329251994329576923690768488613 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.745329251994329576923690768488613E-3 ; <http://qudt.org/schema/qudt/expression> "$rev/h$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalFrequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalVelocity> ; <http://qudt.org/schema/qudt/symbol> "rev/h" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Revolution per Hour" ; rdfs:label "Revolution per Hour"@en ; .
{"resource":"Revolution per Hour"
,"qname":"unit:REV-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/REV-PER-HR"
,"properties":["conversion multiplier":"0.001745329251994329576923690768488613"
,"conversion multiplier scientific":"1.745329251994329576923690768488613E-3"
,"description":"\"Revolution per Hour\" is a unit for 'Angular Velocity' expressed as $rev\/h$."
,"expression":"$rev\/h$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:RotationalFrequency"
,"has quantity kind":"quantitykind:RotationalVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Revolution per Hour"
,"label":"Revolution per Hour"
,"symbol":"rev\/h"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/REV-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Revolution per Hour\" is a unit for 'Angular Velocity' expressed as $rev/h$.",
"conversionMultiplier" : "0.001745329251994329576923690768488613",
"conversionMultiplier:SN" : 0.0017453292519943296,
"expression" : "$rev/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/RotationalVelocity", "http://qudt.org/vocab/quantitykind/RotationalFrequency" ],
"symbol" : "rev/h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Revolution per Hour", {
"@language" : "en",
"@value" : "Revolution per Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:REV-PER-MIN
URI: http://qudt.org/vocab/unit/REV-PER-MIN
"Revolution per Minute" is a unit for 'Angular Velocity' expressed as $rev/min$. One revolution per minute is equivalent to 1/60 hertz.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/REV-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Revolution per Minute\" is a unit for 'Angular Velocity' expressed as $rev/min$. One revolution per minute is equivalent to 1/60 hertz."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/altSymbol> "RPM" ;
<http://qudt.org/schema/qudt/altSymbol> "r/min" ;
<http://qudt.org/schema/qudt/altSymbol> "rpm" ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1047197551196597746154214461093168 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.047197551196597746154214461093168E-1 ;
<http://qudt.org/schema/qudt/expression> "$rev/min$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalFrequency> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalVelocity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB231" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB231"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "rev/min" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M46" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q206037> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Revolution per Minute" ;
rdfs:label "Revolution per Minute"@en ;
.
{"resource":"Revolution per Minute"
,"qname":"unit:REV-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/REV-PER-MIN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q206037>"
,"alt symbol":"RPM"
,"alt symbol":"r\/min"
,"alt symbol":"rpm"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1047197551196597746154214461093168"
,"conversion multiplier scientific":"1.047197551196597746154214461093168E-1"
,"description":"\"Revolution per Minute\" is a unit for 'Angular Velocity' expressed as $rev\/min$. One revolution per minute is equivalent to 1\/60 hertz."
,"expression":"$rev\/min$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:RotationalFrequency"
,"has quantity kind":"quantitykind:RotationalVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB231"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB231"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Revolution per Minute"
,"label":"Revolution per Minute"
,"symbol":"rev\/min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"{#}.min-1"
,"unece common code":"M46"
]}
{
"@id" : "http://qudt.org/vocab/unit/REV-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Revolution per Minute\" is a unit for 'Angular Velocity' expressed as $rev/min$. One revolution per minute is equivalent to 1/60 hertz.",
"altSymbol" : [ "r/min", "rpm", "RPM" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.1047197551196597746154214461093168",
"conversionMultiplier:SN" : 0.10471975511965978,
"expression" : "$rev/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/RotationalFrequency", "http://qudt.org/vocab/quantitykind/RotationalVelocity" ],
"iec61360Code" : "0112/2///62720#UAB231",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB231",
"symbol" : "rev/min",
"ucumCode" : "{#}.min-1",
"uneceCommonCode" : "M46",
"wikidataMatch" : "http://www.wikidata.org/entity/Q206037",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Revolution per Minute", {
"@language" : "en",
"@value" : "Revolution per Minute"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"altSymbol" : {
"@id" : "http://qudt.org/schema/qudt/altSymbol"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:REV-PER-MIN-SEC
URI: http://qudt.org/vocab/unit/REV-PER-MIN-SEC
Revolution per Minute per Second is a unit for Angular Acceleration (sometimes called Change of RPM, crpm)
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/REV-PER-MIN-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Revolution per Minute per Second is a unit for Angular Acceleration (sometimes called Change of RPM, crpm)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.1047197551196597746154214461093168 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.047197551196597746154214461093168E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularAcceleration> ;
<http://qudt.org/schema/qudt/symbol> "rev/(min·s)" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.min-1.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Revolution per Minute Second" ;
rdfs:label "Revolution per Minute Second"@en ;
.
{"resource":"Revolution per Minute Second"
,"qname":"unit:REV-PER-MIN-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/REV-PER-MIN-SEC"
,"properties":["conversion multiplier":"0.1047197551196597746154214461093168"
,"conversion multiplier scientific":"1.047197551196597746154214461093168E-1"
,"description":"Revolution per Minute per Second is a unit for Angular Acceleration (sometimes called Change of RPM, crpm)"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AngularAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Revolution per Minute Second"
,"label":"Revolution per Minute Second"
,"symbol":"rev\/(min·s)"
,"type":"qudt:Unit"
,"ucum code":"{#}.min-1.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/REV-PER-MIN-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Revolution per Minute per Second is a unit for Angular Acceleration (sometimes called Change of RPM, crpm)",
"conversionMultiplier" : "0.1047197551196597746154214461093168",
"conversionMultiplier:SN" : 0.10471975511965978,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AngularAcceleration",
"symbol" : "rev/(min·s)",
"ucumCode" : "{#}.min-1.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Revolution per Minute Second", {
"@language" : "en",
"@value" : "Revolution per Minute Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:REV-PER-SEC
URI: http://qudt.org/vocab/unit/REV-PER-SEC
"Revolution per Second" is a unit for 'Angular Velocity' expressed as $rev/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/REV-PER-SEC> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Revolution per Second\" is a unit for 'Angular Velocity' expressed as $rev/s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/conversionMultiplier> 6.283185307179586476925286766559006 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.283185307179586476925286766559006E0 ; <http://qudt.org/schema/qudt/expression> "$rev/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalFrequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RotationalVelocity> ; <http://qudt.org/schema/qudt/symbol> "rev/s" ; <http://qudt.org/schema/qudt/uneceCommonCode> "RPS" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Revolution per Second" ; rdfs:label "Revolution per Second"@en ; .
{"resource":"Revolution per Second"
,"qname":"unit:REV-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/REV-PER-SEC"
,"properties":["conversion multiplier":"6.283185307179586476925286766559006"
,"conversion multiplier scientific":"6.283185307179586476925286766559006E0"
,"description":"\"Revolution per Second\" is a unit for 'Angular Velocity' expressed as $rev\/s$."
,"expression":"$rev\/s$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:RotationalFrequency"
,"has quantity kind":"quantitykind:RotationalVelocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Revolution per Second"
,"label":"Revolution per Second"
,"symbol":"rev\/s"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"unece common code":"RPS"
]}
{
"@id" : "http://qudt.org/vocab/unit/REV-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Revolution per Second\" is a unit for 'Angular Velocity' expressed as $rev/s$.",
"conversionMultiplier" : "6.283185307179586476925286766559006",
"conversionMultiplier:SN" : 6.283185307179586,
"expression" : "$rev/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/RotationalFrequency", "http://qudt.org/vocab/quantitykind/RotationalVelocity" ],
"symbol" : "rev/s",
"uneceCommonCode" : "RPS",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Revolution per Second", {
"@language" : "en",
"@value" : "Revolution per Second"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:REV-PER-SEC2
URI: http://qudt.org/vocab/unit/REV-PER-SEC2
"Revolution per Square Second" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/REV-PER-SEC2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Revolution per Square Second\" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6.283185307179586476925286766559006 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.283185307179586476925286766559006E0 ;
<http://qudt.org/schema/qudt/expression> "$rev/s2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AngularAcceleration> ;
<http://qudt.org/schema/qudt/symbol> "rev/s²" ;
<http://qudt.org/schema/qudt/ucumCode> "{#}.s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Revolution per Square Second" ;
rdfs:label "Revolution per Square Second"@en ;
.
{"resource":"Revolution per Square Second"
,"qname":"unit:REV-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/REV-PER-SEC2"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"6.283185307179586476925286766559006"
,"conversion multiplier scientific":"6.283185307179586476925286766559006E0"
,"description":"\"Revolution per Square Second\" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$."
,"expression":"$rev\/s2$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-2D0"
,"has quantity kind":"quantitykind:AngularAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Revolution per Square Second"
,"label":"Revolution per Square Second"
,"symbol":"rev\/s²"
,"type":"qudt:Unit"
,"ucum code":"{#}.s-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/REV-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Revolution per Square Second\" is a C.G.S System unit for 'Angular Acceleration' expressed as $rev-per-s^2$.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "6.283185307179586476925286766559006",
"conversionMultiplier:SN" : 6.283185307179586,
"expression" : "$rev/s2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AngularAcceleration",
"symbol" : "rev/s²",
"ucumCode" : "{#}.s-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Revolution per Square Second", {
"@language" : "en",
"@value" : "Revolution per Square Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RHE
URI: http://qudt.org/vocab/unit/RHE
non SI-conforming unit of fluidity of dynamic viscosity
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RHE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conforming unit of fluidity of dynamic viscosity" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Fluidity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB228" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB228"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PER-PA-SEC> ; <http://qudt.org/schema/qudt/symbol> "rhe" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P88" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2147412> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Rhe" ; rdfs:label "Rhe"@en ; .
{"resource":"Rhe"
,"qname":"unit:RHE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RHE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2147412>"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"non SI-conforming unit of fluidity of dynamic viscosity"
,"has dimension vector":"qkdv:A0E0L1I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Fluidity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB228"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB228"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rhe"
,"label":"Rhe"
,"scalingOf":"unit:PER-PA-SEC"
,"symbol":"rhe"
,"type":"qudt:Unit"
,"unece common code":"P88"
]}
{
"@id" : "http://qudt.org/vocab/unit/RHE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conforming unit of fluidity of dynamic viscosity",
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M-1H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Fluidity",
"iec61360Code" : "0112/2///62720#UAB228",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB228",
"scalingOf" : "http://qudt.org/vocab/unit/PER-PA-SEC",
"symbol" : "rhe",
"uneceCommonCode" : "P88",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2147412",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Rhe", {
"@language" : "en",
"@value" : "Rhe"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ROD
URI: http://qudt.org/vocab/unit/ROD
A unit of distance equal to 5.5 yards (16 feet 6 inches).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ROD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of distance equal to 5.5 yards (16 feet 6 inches)."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 5.02921 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.02921E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Rod"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$rd$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA970" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Rod?oldid=492590086"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA970"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "rod" ; <http://qudt.org/schema/qudt/ucumCode> "[rd_br]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F49" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q61793198> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Rod" ; rdfs:label "Rod"@en ; .
{"resource":"Rod"
,"qname":"unit:ROD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ROD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q61793198>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"5.02921"
,"conversion multiplier scientific":"5.02921E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Rod"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A unit of distance equal to 5.5 yards (16 feet 6 inches)."
,"expression":"$rd$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA970"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Rod?oldid=492590086"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA970"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Rod"
,"label":"Rod"
,"scalingOf":"unit:M"
,"symbol":"rod"
,"type":"qudt:Unit"
,"ucum code":"[rd_br]"
,"unece common code":"F49"
]}
{
"@id" : "http://qudt.org/vocab/unit/ROD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of distance equal to 5.5 yards (16 feet 6 inches).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "5.02921",
"conversionMultiplier:SN" : 5.02921,
"dbpediaMatch" : "http://dbpedia.org/resource/Rod",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$rd$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAA970",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA970", "http://en.wikipedia.org/wiki/Rod?oldid=492590086" ],
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "rod",
"ucumCode" : "[rd_br]",
"uneceCommonCode" : "F49",
"wikidataMatch" : "http://www.wikidata.org/entity/Q61793198",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Rod"
}, "Rod" ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RPK
URI: http://qudt.org/vocab/unit/RPK
RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RPK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GeneFamilyAbundance> ; <http://qudt.org/schema/qudt/informativeReference> "https://learn.gencore.bio.nyu.edu/metgenomics/shotgun-metagenomics/functional-analysis/"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)." ; <http://qudt.org/schema/qudt/qkdvDenominator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/qkdvNumerator> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/symbol> "RPK" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Reads per Kilobase" ; rdfs:label "Reads per Kilobase"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "RPK" ; .
{"resource":"Reads per Kilobase"
,"qname":"unit:RPK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RPK"
,"properties":["alternative label":"RPK"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"denominator dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"description":"RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)."
,"description (plain text)":"RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides)."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Dimensionless"
,"has quantity kind":"quantitykind:GeneFamilyAbundance"
,"informative reference":"https:\/\/learn.gencore.bio.nyu.edu\/metgenomics\/shotgun-metagenomics\/functional-analysis\/"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Reads per Kilobase"
,"label":"Reads per Kilobase"
,"numerator dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"symbol":"RPK"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/RPK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides).",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/GeneFamilyAbundance", "http://qudt.org/vocab/quantitykind/Dimensionless" ],
"informativeReference" : "https://learn.gencore.bio.nyu.edu/metgenomics/shotgun-metagenomics/functional-analysis/",
"plainTextDescription" : "RPK (Reads Per Kilobases) are obtained by dividing read counts by gene lengths (expressed in kilo-nucleotides).",
"qkdvDenominator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"qkdvNumerator" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"symbol" : "RPK",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Reads per Kilobase", {
"@language" : "en",
"@value" : "Reads per Kilobase"
} ],
"altLabel" : "RPK",
"@context" : {
"qkdvNumerator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvNumerator",
"@type" : "@id"
},
"qkdvDenominator" : {
"@id" : "http://qudt.org/schema/qudt/qkdvDenominator",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RT
URI: http://qudt.org/vocab/unit/RT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RT> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Register Ton" ; rdfs:label "Register Ton"@en ; .
{"resource":"Register Ton"
,"qname":"unit:RT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RT"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Register Ton"
,"label":"Register Ton"
,"scalingOf":"unit:M3"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/RT",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Register Ton", {
"@language" : "en",
"@value" : "Register Ton"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:R_man
URI: http://qudt.org/vocab/unit/R_man
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/R_man> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/REM> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DoseEquivalent> ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Roentgen_equivalent_man"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body." ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SV> ; <http://qudt.org/schema/qudt/symbol> "rem" ; <http://qudt.org/schema/qudt/ucumCode> "REM"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Roentgen Equivalent Man" ; rdfs:label "Roentgen Equivalent Man"@en ; .
{"resource":"Roentgen Equivalent Man"
,"qname":"unit:R_man"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/R_man"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description (plain text)":"The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body."
,"exact match":"unit:REM"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:DoseEquivalent"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Roentgen_equivalent_man"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Roentgen Equivalent Man"
,"label":"Roentgen Equivalent Man"
,"scalingOf":"unit:SV"
,"symbol":"rem"
,"type":"qudt:Unit"
,"ucum code":"REM"
]}
{
"@id" : "http://qudt.org/vocab/unit/R_man",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"exactMatch" : "http://qudt.org/vocab/unit/REM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DoseEquivalent",
"informativeReference" : "https://en.wikipedia.org/wiki/Roentgen_equivalent_man",
"plainTextDescription" : "The roentgen equivalent man (rem) is a CGS unit of equivalent dose, effective dose, and committed dose, which are dose measures used to estimate potential health effects of low levels of ionizing radiation on the human body.",
"scalingOf" : "http://qudt.org/vocab/unit/SV",
"symbol" : "rem",
"ucumCode" : "REM",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Roentgen Equivalent Man", {
"@language" : "en",
"@value" : "Roentgen Equivalent Man"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:RichterMagnitude
URI: http://qudt.org/vocab/unit/RichterMagnitude
unit Richter magnitude expressing size of an earthquake in accordance to a specific scale
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/RichterMagnitude> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit Richter magnitude expressing size of an earthquake in accordance to a specific scale" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EarthquakeMagnitude> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB596" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB596"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "mag" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Richter Magnitude" ; rdfs:label "Richter Magnitude"@en ; .
{"resource":"Richter Magnitude"
,"qname":"unit:RichterMagnitude"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/RichterMagnitude"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"unit Richter magnitude expressing size of an earthquake in accordance to a specific scale"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:EarthquakeMagnitude"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB596"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB596"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Richter Magnitude"
,"label":"Richter Magnitude"
,"symbol":"mag"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/RichterMagnitude",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit Richter magnitude expressing size of an earthquake in accordance to a specific scale",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EarthquakeMagnitude",
"iec61360Code" : "0112/2///62720#UAB596",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB596",
"symbol" : "mag",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Richter Magnitude", {
"@language" : "en",
"@value" : "Richter Magnitude"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:S
URI: http://qudt.org/vocab/unit/S
$\textit{Siemens}$ is the SI unit of electric conductance, susceptance, and admittance. The most important property of a conductor is the amount of current it will carry when a voltage is applied. Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. The unit is named for the German electrical engineer Werner von Siemens (1816-1892). $$\ \text{Siemens}\equiv\frac{\text{A}}{\text{V}}\equiv\frac{\text{amp}}{\text{volt}}\equiv\frac{\text{F}}{\text {s}}\equiv\frac{\text{farad}}{\text{second}}$$
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/S>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Siemens}$ is the SI unit of electric conductance, susceptance, and admittance.
The most important property of a conductor is the amount of current it will carry when a voltage is applied.
Current flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits.
Conductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively.
To measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms.
The unit is named for the German electrical engineer Werner von Siemens (1816-1892).
$$\\ \\text{Siemens}\\equiv\\frac{\\text{A}}{\\text{V}}\\equiv\\frac{\\text{amp}}{\\text{volt}}\\equiv\\frac{\\text{F}}{\\text {s}}\\equiv\\frac{\\text{farad}}{\\text{second}}$$
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MHO> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Admittance> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductance> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/OHM> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA277" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA277"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Siemens_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/siemens> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/siemens> ;
<http://qudt.org/schema/qudt/siUnitsExpression> "A/V" ;
<http://qudt.org/schema/qudt/symbol> "S" ;
<http://qudt.org/schema/qudt/ucumCode> "S"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "S" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "SIE" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q169893> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Siemens" ;
rdfs:label "Siemens"@cs ;
rdfs:label "Siemens"@de ;
rdfs:label "Siemens"@en ;
rdfs:label "Siemens"@es ;
rdfs:label "Siemens"@fr ;
rdfs:label "Siemens"@hu ;
rdfs:label "Siemens"@it ;
rdfs:label "Siemens"@la ;
rdfs:label "Siemens"@ms ;
rdfs:label "Siemens"@pt ;
rdfs:label "Siemens"@ro ;
rdfs:label "Siemens"@sl ;
rdfs:label "Siemens"@tr ;
rdfs:label "Simens"@pl ;
rdfs:label "Ζίμενς"@el ;
rdfs:label "Сименс"@bg ;
rdfs:label "Сименс"@ru ;
rdfs:label "סימנס"@he ;
rdfs:label "زیمنس"@fa ;
rdfs:label "سيمنز"@ar ;
rdfs:label "सीमैन्स"@hi ;
rdfs:label "ジーメンス"@ja ;
rdfs:label "西门子"@zh ;
.
{"resource":"Siemens"
,"qname":"unit:S"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/S"
,"properties":["Individual from SI Reference Point":"si-unit:siemens"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q169893>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Siemens}$ is the SI unit of electric conductance, susceptance, and admittance. \nThe most important property of a conductor is the amount of current it will carry when a voltage is applied. \nCurrent flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. \nConductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. \nTo measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. \nThe unit is named for the German electrical engineer Werner von Siemens (1816-1892).\n$$\\ \\text{Siemens}\\equiv\\frac{\\text{A}}{\\text{V}}\\equiv\\frac{\\text{amp}}{\\text{volt}}\\equiv\\frac{\\text{F}}{\\text {s}}\\equiv\\frac{\\text{farad}}{\\text{second}}$$\n "
,"exact match":"unit:MHO"
,"has dimension vector":"qkdv:A0E2L-2I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Admittance"
,"has quantity kind":"quantitykind:Conductance"
,"has reciprocal unit":"unit:OHM"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA277"
,"informative reference":"http:\/\/www.simetric.co.uk\/siderived.htm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA277"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Siemens_(unit)"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Siemens"
,"label":"Simens"
,"label":"Ζίμενς"
,"label":"Сименс"
,"label":"Сименс"
,"label":"סימנס"
,"label":"زیمنس"
,"label":"سيمنز"
,"label":"सीमैन्स"
,"label":"ジーメンス"
,"label":"西门子"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/siemens>"
,"si units expression":"A\/V"
,"symbol":"S"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"S"
,"udunits code":"S"
,"unece common code":"SIE"
]}
{
"@id" : "http://qudt.org/vocab/unit/S",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Siemens}$ is the SI unit of electric conductance, susceptance, and admittance. \nThe most important property of a conductor is the amount of current it will carry when a voltage is applied. \nCurrent flow is opposed by resistance in all circuits, and by also by reactance and impedance in alternating current circuits. \nConductance, susceptance, and admittance are the inverses of resistance, reactance, and impedance, respectively. \nTo measure these properties, the siemens is the reciprocal of the ohm. In other words, the conductance, susceptance, or admittance, in siemens, is simply 1 divided by the resistance, reactance or impedance, respectively, in ohms. \nThe unit is named for the German electrical engineer Werner von Siemens (1816-1892).\n$$\\ \\text{Siemens}\\equiv\\frac{\\text{A}}{\\text{V}}\\equiv\\frac{\\text{amp}}{\\text{volt}}\\equiv\\frac{\\text{F}}{\\text {s}}\\equiv\\frac{\\text{farad}}{\\text{second}}$$\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"exactMatch" : "http://qudt.org/vocab/unit/MHO",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-2I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Admittance", "http://qudt.org/vocab/quantitykind/Conductance" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/OHM",
"iec61360Code" : "0112/2///62720#UAA277",
"informativeReference" : [ "http://www.simetric.co.uk/siderived.htm", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA277", "https://en.wikipedia.org/wiki/Siemens_(unit)" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/siemens",
"siExactMatch" : "https://si-digital-framework.org/SI/units/siemens",
"siUnitsExpression" : "A/V",
"symbol" : "S",
"ucumCode" : "S",
"udunitsCode" : "S",
"uneceCommonCode" : "SIE",
"wikidataMatch" : "http://www.wikidata.org/entity/Q169893",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Ζίμενς"
}, {
"@language" : "ru",
"@value" : "Сименс"
}, {
"@language" : "bg",
"@value" : "Сименс"
}, {
"@language" : "tr",
"@value" : "Siemens"
}, {
"@language" : "sl",
"@value" : "Siemens"
}, {
"@language" : "ro",
"@value" : "Siemens"
}, {
"@language" : "pt",
"@value" : "Siemens"
}, {
"@language" : "ms",
"@value" : "Siemens"
}, "Siemens", {
"@language" : "cs",
"@value" : "Siemens"
}, {
"@language" : "de",
"@value" : "Siemens"
}, {
"@language" : "en",
"@value" : "Siemens"
}, {
"@language" : "es",
"@value" : "Siemens"
}, {
"@language" : "fr",
"@value" : "Siemens"
}, {
"@language" : "hu",
"@value" : "Siemens"
}, {
"@language" : "it",
"@value" : "Siemens"
}, {
"@language" : "la",
"@value" : "Siemens"
}, {
"@language" : "pl",
"@value" : "Simens"
}, {
"@language" : "hi",
"@value" : "सीमैन्स"
}, {
"@language" : "ja",
"@value" : "ジーメンス"
}, {
"@language" : "ar",
"@value" : "سيمنز"
}, {
"@language" : "fa",
"@value" : "زیمنس"
}, {
"@language" : "zh",
"@value" : "西门子"
}, {
"@language" : "he",
"@value" : "סימנס"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:S-M2-PER-MOL
URI: http://qudt.org/vocab/unit/S-M2-PER-MOL
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/S-M2-PER-MOL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$s-m2-per-mol$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A-1E2L0I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarConductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA280" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA280"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "S·m²/mol" ; <http://qudt.org/schema/qudt/ucumCode> "S.m2.mol-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D12" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q96309077> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Siemens Kvadratni Meter na Mol"@sl ; rdfs:label "Siemens Meter Persegi per Mole"@ms ; rdfs:label "Siemens Metrekare per Mol"@tr ; rdfs:label "Siemens Metro Cuadrado por Mol"@es ; rdfs:label "Siemens Metro Quadrado por Mol"@pt ; rdfs:label "Siemens Metro Quadrato per Mole"@it ; rdfs:label "Siemens Metru Pătrat pe Mol"@ro ; rdfs:label "Siemens Metrum Quadratum per Moles"@la ; rdfs:label "Siemens Mètre Carré par Mole"@fr ; rdfs:label "Siemens Quadratmeter pro Mol"@de ; rdfs:label "Siemens Square Meter per Mole"@en-US ; rdfs:label "Siemens Square Metre per Mole" ; rdfs:label "Siemens Square Metre per Mole"@en ; rdfs:label "Siemens Čtvereční Metr na Mol"@cs ; rdfs:label "Simens Metr Kwadratowy na Mol"@pl ; rdfs:label "Ζίμενς Τετραγωνικό Μέτρο ανά Μολ"@el ; rdfs:label "Сименс Квадратен Метър на Мол"@bg ; rdfs:label "Сименс Квадратный Метр на Моль"@ru ; .
{"resource":"Siemens Square Metre per Mole"
,"qname":"unit:S-M2-PER-MOL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/S-M2-PER-MOL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q96309077>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$s-m2-per-mol$"
,"has dimension vector":"qkdv:A-1E2L0I0M-1H0T3D0"
,"has quantity kind":"quantitykind:MolarConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA280"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA280"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Siemens Kvadratni Meter na Mol"
,"label":"Siemens Meter Persegi per Mole"
,"label":"Siemens Metrekare per Mol"
,"label":"Siemens Metro Cuadrado por Mol"
,"label":"Siemens Metro Quadrado por Mol"
,"label":"Siemens Metro Quadrato per Mole"
,"label":"Siemens Metru Pătrat pe Mol"
,"label":"Siemens Metrum Quadratum per Moles"
,"label":"Siemens Mètre Carré par Mole"
,"label":"Siemens Quadratmeter pro Mol"
,"label":"Siemens Square Meter per Mole"
,"label":"Siemens Square Metre per Mole"
,"label":"Siemens Square Metre per Mole"
,"label":"Siemens Čtvereční Metr na Mol"
,"label":"Simens Metr Kwadratowy na Mol"
,"label":"Ζίμενς Τετραγωνικό Μέτρο ανά Μολ"
,"label":"Сименс Квадратен Метър на Мол"
,"label":"Сименс Квадратный Метр на Моль"
,"symbol":"S·m²\/mol"
,"type":"qudt:Unit"
,"ucum code":"S.m2.mol-1"
,"unece common code":"D12"
]}
{
"@id" : "http://qudt.org/vocab/unit/S-M2-PER-MOL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$s-m2-per-mol$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A-1E2L0I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarConductivity",
"iec61360Code" : "0112/2///62720#UAA280",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA280",
"symbol" : "S·m²/mol",
"ucumCode" : "S.m2.mol-1",
"uneceCommonCode" : "D12",
"wikidataMatch" : "http://www.wikidata.org/entity/Q96309077",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Siemens Metrum Quadratum per Moles"
}, {
"@language" : "en-us",
"@value" : "Siemens Square Meter per Mole"
}, {
"@language" : "ru",
"@value" : "Сименс Квадратный Метр на Моль"
}, {
"@language" : "tr",
"@value" : "Siemens Metrekare per Mol"
}, {
"@language" : "ms",
"@value" : "Siemens Meter Persegi per Mole"
}, {
"@language" : "pl",
"@value" : "Simens Metr Kwadratowy na Mol"
}, {
"@language" : "sl",
"@value" : "Siemens Kvadratni Meter na Mol"
}, {
"@language" : "ro",
"@value" : "Siemens Metru Pătrat pe Mol"
}, {
"@language" : "es",
"@value" : "Siemens Metro Cuadrado por Mol"
}, {
"@language" : "fr",
"@value" : "Siemens Mètre Carré par Mole"
}, {
"@language" : "pt",
"@value" : "Siemens Metro Quadrado por Mol"
}, {
"@language" : "cs",
"@value" : "Siemens Čtvereční Metr na Mol"
}, {
"@language" : "el",
"@value" : "Ζίμενς Τετραγωνικό Μέτρο ανά Μολ"
}, {
"@language" : "it",
"@value" : "Siemens Metro Quadrato per Mole"
}, {
"@language" : "de",
"@value" : "Siemens Quadratmeter pro Mol"
}, {
"@language" : "bg",
"@value" : "Сименс Квадратен Метър на Мол"
}, "Siemens Square Metre per Mole", {
"@language" : "en",
"@value" : "Siemens Square Metre per Mole"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:S-PER-CentiM
URI: http://qudt.org/vocab/unit/S-PER-CentiM
SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/S-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA278" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA278"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "S/cm" ; <http://qudt.org/schema/qudt/ucumCode> "S.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H43" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106777917> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Siemens na Centimeter"@sl ; rdfs:label "Siemens na Centimetr"@cs ; rdfs:label "Siemens par Centimètre"@fr ; rdfs:label "Siemens pe Centimetru"@ro ; rdfs:label "Siemens per Centimeter"@en-US ; rdfs:label "Siemens per Centimeter"@ms ; rdfs:label "Siemens per Centimetre" ; rdfs:label "Siemens per Centimetre"@en ; rdfs:label "Siemens per Centimetre"@tr ; rdfs:label "Siemens per Centimetro"@it ; rdfs:label "Siemens por Centimetro"@es ; rdfs:label "Siemens pro Centimeter"@de ; rdfs:label "Simens na Centimetr"@pl ; .
{"resource":"Siemens per Centimetre"
,"qname":"unit:S-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/S-PER-CentiM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106777917>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"
,"description (plain text)":"SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA278"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA278"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Siemens na Centimeter"
,"label":"Siemens na Centimetr"
,"label":"Siemens par Centimètre"
,"label":"Siemens pe Centimetru"
,"label":"Siemens per Centimeter"
,"label":"Siemens per Centimeter"
,"label":"Siemens per Centimetre"
,"label":"Siemens per Centimetre"
,"label":"Siemens per Centimetre"
,"label":"Siemens per Centimetro"
,"label":"Siemens por Centimetro"
,"label":"Siemens pro Centimeter"
,"label":"Simens na Centimetr"
,"symbol":"S\/cm"
,"type":"qudt:Unit"
,"ucum code":"S.cm-1"
,"unece common code":"H43"
]}
{
"@id" : "http://qudt.org/vocab/unit/S-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Conductivity",
"iec61360Code" : "0112/2///62720#UAA278",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA278",
"plainTextDescription" : "SI derived unit Siemens divided by the 0.01-fold of the SI base unit metre",
"symbol" : "S/cm",
"ucumCode" : "S.cm-1",
"uneceCommonCode" : "H43",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106777917",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Siemens na Centimetr"
}, {
"@language" : "en-us",
"@value" : "Siemens per Centimeter"
}, {
"@language" : "ms",
"@value" : "Siemens per Centimeter"
}, {
"@language" : "it",
"@value" : "Siemens per Centimetro"
}, {
"@language" : "ro",
"@value" : "Siemens pe Centimetru"
}, {
"@language" : "pl",
"@value" : "Simens na Centimetr"
}, {
"@language" : "sl",
"@value" : "Siemens na Centimeter"
}, "Siemens per Centimetre", {
"@language" : "fr",
"@value" : "Siemens par Centimètre"
}, {
"@language" : "en",
"@value" : "Siemens per Centimetre"
}, {
"@language" : "tr",
"@value" : "Siemens per Centimetre"
}, {
"@language" : "de",
"@value" : "Siemens pro Centimeter"
}, {
"@language" : "es",
"@value" : "Siemens por Centimetro"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:S-PER-M
URI: http://qudt.org/vocab/unit/S-PER-M
SI derived unit siemens divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/S-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit siemens divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/KiloGM-PER-M2-PA-SEC> ; <http://qudt.org/schema/qudt/expression> "$s-per-m$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Conductivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectrolyticConductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA279" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA279"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit siemens divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "S/m" ; <http://qudt.org/schema/qudt/ucumCode> "S.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D10" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q80842107> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Siemens na Meter"@sl ; rdfs:label "Siemens na Metr"@cs ; rdfs:label "Siemens par Mètre"@fr ; rdfs:label "Siemens pe Metru"@ro ; rdfs:label "Siemens per Meter"@en-US ; rdfs:label "Siemens per Meter"@ms ; rdfs:label "Siemens per Metre" ; rdfs:label "Siemens per Metre"@en ; rdfs:label "Siemens per Metre"@tr ; rdfs:label "Siemens per Metro"@it ; rdfs:label "Siemens per Metrum"@la ; rdfs:label "Siemens por Metro"@es ; rdfs:label "Siemens por Metro"@pt ; rdfs:label "Siemens pro Meter"@de ; rdfs:label "Simens na Metr"@pl ; rdfs:label "Ζίμενς ανά Μέτρο"@el ; rdfs:label "Сименс на Метр"@ru ; rdfs:label "Сименс на Метър"@bg ; rdfs:label "زیمنس بر متر"@fa ; rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; rdfs:label "प्रति मीटर सीमैन्स"@hi ; rdfs:label "ジーメンス毎メートル"@ja ; rdfs:label "西门子每米"@zh ; .
{"resource":"Siemens per Metre"
,"qname":"unit:S-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/S-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q80842107>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit siemens divided by the SI base unit metre"
,"description (plain text)":"SI derived unit siemens divided by the SI base unit metre"
,"exact match":"unit:KiloGM-PER-M2-PA-SEC"
,"expression":"$s-per-m$"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:Conductivity"
,"has quantity kind":"quantitykind:ElectrolyticConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA279"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA279"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Siemens na Meter"
,"label":"Siemens na Metr"
,"label":"Siemens par Mètre"
,"label":"Siemens pe Metru"
,"label":"Siemens per Meter"
,"label":"Siemens per Meter"
,"label":"Siemens per Metre"
,"label":"Siemens per Metre"
,"label":"Siemens per Metre"
,"label":"Siemens per Metro"
,"label":"Siemens per Metrum"
,"label":"Siemens por Metro"
,"label":"Siemens por Metro"
,"label":"Siemens pro Meter"
,"label":"Simens na Metr"
,"label":"Ζίμενς ανά Μέτρο"
,"label":"Сименс на Метр"
,"label":"Сименс на Метър"
,"label":"زیمنس بر متر"
,"label":"مقياس التبادل، الأس السالب للمتر"
,"label":"प्रति मीटर सीमैन्स"
,"label":"ジーメンス毎メートル"
,"label":"西门子每米"
,"symbol":"S\/m"
,"type":"qudt:Unit"
,"ucum code":"S.m-1"
,"unece common code":"D10"
]}
{
"@id" : "http://qudt.org/vocab/unit/S-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit siemens divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/KiloGM-PER-M2-PA-SEC",
"expression" : "$s-per-m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectrolyticConductivity", "http://qudt.org/vocab/quantitykind/Conductivity" ],
"iec61360Code" : "0112/2///62720#UAA279",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA279",
"plainTextDescription" : "SI derived unit siemens divided by the SI base unit metre",
"symbol" : "S/m",
"ucumCode" : "S.m-1",
"uneceCommonCode" : "D10",
"wikidataMatch" : "http://www.wikidata.org/entity/Q80842107",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Siemens na Metr"
}, {
"@language" : "ja",
"@value" : "ジーメンス毎メートル"
}, {
"@language" : "fr",
"@value" : "Siemens par Mètre"
}, {
"@language" : "ru",
"@value" : "Сименс на Метр"
}, {
"@language" : "la",
"@value" : "Siemens per Metrum"
}, {
"@language" : "zh",
"@value" : "西门子每米"
}, {
"@language" : "el",
"@value" : "Ζίμενς ανά Μέτρο"
}, {
"@language" : "it",
"@value" : "Siemens per Metro"
}, {
"@language" : "sl",
"@value" : "Siemens na Meter"
}, {
"@language" : "ro",
"@value" : "Siemens pe Metru"
}, "Siemens per Metre", {
"@language" : "en",
"@value" : "Siemens per Metre"
}, {
"@language" : "tr",
"@value" : "Siemens per Metre"
}, {
"@language" : "pl",
"@value" : "Simens na Metr"
}, {
"@language" : "es",
"@value" : "Siemens por Metro"
}, {
"@language" : "pt",
"@value" : "Siemens por Metro"
}, {
"@language" : "fa",
"@value" : "زیمنس بر متر"
}, {
"@language" : "ar",
"@value" : "مقياس التبادل، الأس السالب للمتر"
}, {
"@language" : "en-us",
"@value" : "Siemens per Meter"
}, {
"@language" : "ms",
"@value" : "Siemens per Meter"
}, {
"@language" : "hi",
"@value" : "प्रति मीटर सीमैन्स"
}, {
"@language" : "de",
"@value" : "Siemens pro Meter"
}, {
"@language" : "bg",
"@value" : "Сименс на Метър"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SAMPLE
URI: http://qudt.org/vocab/unit/SAMPLE
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SAMPLE> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Sample" ; rdfs:label "Sample"@en ; <http://www.w3.org/2004/02/skos/core#broader> <http://qudt.org/vocab/unit/NUM> ; .
{"resource":"Sample"
,"qname":"unit:SAMPLE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SAMPLE"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has broader":"unit:NUM"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sample"
,"label":"Sample"
,"type":"qudt:ContextualUnit"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SAMPLE",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Sample"
}, "Sample" ],
"broader" : "http://qudt.org/vocab/unit/NUM",
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"broader" : {
"@id" : "http://www.w3.org/2004/02/skos/core#broader",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SAMPLE-PER-SEC
URI: http://qudt.org/vocab/unit/SAMPLE-PER-SEC
The number of discrete samples of some thing per second.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SAMPLE-PER-SEC> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The number of discrete samples of some thing per second."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/PER-SEC> ; <http://qudt.org/schema/qudt/expression> "$sample-per-sec$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CountRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Incidence> ; <http://qudt.org/schema/qudt/symbol> "sample/s" ; <http://qudt.org/schema/qudt/ucumCode> "s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Sample per Second" ; rdfs:label "Sample per Second"@en ; .
{"resource":"Sample per Second"
,"qname":"unit:SAMPLE-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SAMPLE-PER-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The number of discrete samples of some thing per second."
,"exact match":"unit:PER-SEC"
,"expression":"$sample-per-sec$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:CountRate"
,"has quantity kind":"quantitykind:Frequency"
,"has quantity kind":"quantitykind:Incidence"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sample per Second"
,"label":"Sample per Second"
,"symbol":"sample\/s"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
,"ucum code":"s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/SAMPLE-PER-SEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "The number of discrete samples of some thing per second.",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/PER-SEC",
"expression" : "$sample-per-sec$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Frequency", "http://qudt.org/vocab/quantitykind/CountRate", "http://qudt.org/vocab/quantitykind/Incidence" ],
"symbol" : "sample/s",
"ucumCode" : "s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Sample per Second", {
"@language" : "en",
"@value" : "Sample per Second"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SCF
URI: http://qudt.org/vocab/unit/SCF
The $\textit{standard cubic foot}$ (scf) is a unit representing the amount of gas (such as natural gas) contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic foot are 60 degrees Fahrenheit and 14.7 pounds per square inch (psi) of pressure.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SCF>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{standard cubic foot}$ (scf) is a unit representing the amount of gas (such as natural gas)
contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic foot are 60 degrees Fahrenheit and 14.7 pounds per square inch (psi) of pressure.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.1981 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1981E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Standard_cubic_foot"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ;
<http://qudt.org/schema/qudt/symbol> "scf" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standard Cubic Foot" ;
rdfs:label "Standard Cubic Foot"@en ;
.
{"resource":"Standard Cubic Foot"
,"qname":"unit:SCF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCF"
,"properties":["conversion multiplier":"1.1981"
,"conversion multiplier scientific":"1.1981E0"
,"description":"\nThe $\\textit{standard cubic foot}$ (scf) is a unit representing the amount of gas (such as natural gas) \ncontained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic foot are 60 degrees Fahrenheit and 14.7 pounds per square inch (psi) of pressure.\n "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Standard_cubic_foot"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Cubic Foot"
,"label":"Standard Cubic Foot"
,"scalingOf":"unit:MOL"
,"symbol":"scf"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCF",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\nThe $\\textit{standard cubic foot}$ (scf) is a unit representing the amount of gas (such as natural gas) \ncontained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic foot are 60 degrees Fahrenheit and 14.7 pounds per square inch (psi) of pressure.\n ",
"conversionMultiplier" : "1.1981",
"conversionMultiplier:SN" : 1.1981,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"informativeReference" : "https://en.wikipedia.org/wiki/Standard_cubic_foot",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "scf",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Standard Cubic Foot", {
"@language" : "en",
"@value" : "Standard Cubic Foot"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SCF-PER-HR
URI: http://qudt.org/vocab/unit/SCF-PER-HR
The $\textit{standard cubic foot per hour}$ (scfm) is the molar flow rate of a gas (such as natural gas) contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per square inch (psi) of pressure.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SCF-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{standard cubic foot per hour}$ (scfm) is the molar flow rate of a gas (such as natural gas)
contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per
square inch (psi) of pressure.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0003328055555555555555555555555555556 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.328055555555555555555555555555556E-4 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFlowRate> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "scf/h" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standard Cubic Foot per Hour" ;
rdfs:label "Standard Cubic Foot per Hour"@en ;
.
{"resource":"Standard Cubic Foot per Hour"
,"qname":"unit:SCF-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCF-PER-HR"
,"properties":["conversion multiplier":"0.0003328055555555555555555555555555556"
,"conversion multiplier scientific":"3.328055555555555555555555555555556E-4"
,"description":"\nThe $\\textit{standard cubic foot per hour}$ (scfm) is the molar flow rate of a gas (such as natural gas)\ncontained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per \nsquare inch (psi) of pressure.\n "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Standard_cubic_feet_per_minute"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Cubic Foot per Hour"
,"label":"Standard Cubic Foot per Hour"
,"symbol":"scf\/h"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCF-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\nThe $\\textit{standard cubic foot per hour}$ (scfm) is the molar flow rate of a gas (such as natural gas)\ncontained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per \nsquare inch (psi) of pressure.\n ",
"conversionMultiplier" : "0.0003328055555555555555555555555555556",
"conversionMultiplier:SN" : 3.3280555555555553E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFlowRate",
"informativeReference" : "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute",
"symbol" : "scf/h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Standard Cubic Foot per Hour"
}, "Standard Cubic Foot per Hour" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SCF-PER-MIN
URI: http://qudt.org/vocab/unit/SCF-PER-MIN
The $\textit{standard cubic foot per minute}$ (scfm) is the molar flow rate of a gas (such as natural gas) contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per square inch (psi) of pressure.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SCF-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{standard cubic foot per minute}$ (scfm) is the molar flow rate of a gas (such as natural gas)
contained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per
square inch (psi) of pressure.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01996833333333333333333333333333334 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.996833333333333333333333333333334E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFlowRate> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "scf/min" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standard Cubic Foot per Minute" ;
rdfs:label "Standard Cubic Foot per Minute"@en ;
.
{"resource":"Standard Cubic Foot per Minute"
,"qname":"unit:SCF-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCF-PER-MIN"
,"properties":["conversion multiplier":"0.01996833333333333333333333333333334"
,"conversion multiplier scientific":"1.996833333333333333333333333333334E-2"
,"description":"\nThe $\\textit{standard cubic foot per minute}$ (scfm) is the molar flow rate of a gas (such as natural gas)\ncontained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per \nsquare inch (psi) of pressure.\n "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Standard_cubic_feet_per_minute"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Cubic Foot per Minute"
,"label":"Standard Cubic Foot per Minute"
,"symbol":"scf\/min"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCF-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\nThe $\\textit{standard cubic foot per minute}$ (scfm) is the molar flow rate of a gas (such as natural gas)\ncontained in a volume of one cubic foot at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic foot per minute are 60 degrees Fahrenheit and 14.7 pounds per \nsquare inch (psi) of pressure.\n ",
"conversionMultiplier" : "0.01996833333333333333333333333333334",
"conversionMultiplier:SN" : 0.019968333333333334,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFlowRate",
"informativeReference" : "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute",
"symbol" : "scf/min",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Standard Cubic Foot per Minute", {
"@language" : "en",
"@value" : "Standard Cubic Foot per Minute"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SCM
URI: http://qudt.org/vocab/unit/SCM
The $\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas) contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SCM>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas)
contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 42.3105 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.23105E1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/SCM_1ATM_0DEG_C> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
<http://qudt.org/schema/qudt/informativeReference> "doi:10.1016/B978-1-933762-00-5.50012-8"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "ncim:C2348523"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ;
<http://qudt.org/schema/qudt/symbol> "scm" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standard Cubic Meter"@en-US ;
rdfs:label "Standard Cubic Metre" ;
rdfs:label "Standard Cubic Metre"@en ;
rdfs:seeAlso <http://qudt.org/vocab/unit/NCM> ;
.
{"resource":"Standard Cubic Metre"
,"qname":"unit:SCM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCM"
,"properties":["conversion multiplier":"42.3105"
,"conversion multiplier scientific":"4.23105E1"
,"description":"\nThe $\\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas)\ncontained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.\n "
,"exact match":"unit:SCM_1ATM_0DEG_C"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"informative reference":"doi:10.1016\/B978-1-933762-00-5.50012-8"
,"informative reference":"ncim:C2348523"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Cubic Meter"
,"label":"Standard Cubic Metre"
,"label":"Standard Cubic Metre"
,"scalingOf":"unit:MOL"
,"seeAlso":"unit:NCM"
,"symbol":"scm"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\nThe $\\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas)\ncontained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.\n ",
"conversionMultiplier" : "42.3105",
"conversionMultiplier:SN" : 42.3105,
"exactMatch" : "http://qudt.org/vocab/unit/SCM_1ATM_0DEG_C",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"informativeReference" : [ "ncim:C2348523", "doi:10.1016/B978-1-933762-00-5.50012-8" ],
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "scm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Standard Cubic Metre", {
"@language" : "en",
"@value" : "Standard Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Standard Cubic Meter"
} ],
"seeAlso" : "http://qudt.org/vocab/unit/NCM",
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SCM-PER-HR
URI: http://qudt.org/vocab/unit/SCM-PER-HR
The $\textit{standard cubic metre per hour}$ (scmh) is the molar flow rate of a gas (such as natural gas) contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SCM-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{standard cubic metre per hour}$ (scmh) is the molar flow rate of a gas (such as natural gas)
contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01175291666666666666666666666666667 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.175291666666666666666666666666667E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFlowRate> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "scm/h" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standard Cubic Meter per Hour"@en-US ;
rdfs:label "Standard Cubic Metre per Hour" ;
rdfs:label "Standard Cubic Metre per Hour"@en ;
.
{"resource":"Standard Cubic Metre per Hour"
,"qname":"unit:SCM-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCM-PER-HR"
,"properties":["conversion multiplier":"0.01175291666666666666666666666666667"
,"conversion multiplier scientific":"1.175291666666666666666666666666667E-2"
,"description":"\nThe $\\textit{standard cubic metre per hour}$ (scmh) is the molar flow rate of a gas (such as natural gas)\ncontained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.\n "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Standard_cubic_feet_per_minute"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Cubic Meter per Hour"
,"label":"Standard Cubic Metre per Hour"
,"label":"Standard Cubic Metre per Hour"
,"symbol":"scm\/h"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCM-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\nThe $\\textit{standard cubic metre per hour}$ (scmh) is the molar flow rate of a gas (such as natural gas)\ncontained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.\n ",
"conversionMultiplier" : "0.01175291666666666666666666666666667",
"conversionMultiplier:SN" : 0.011752916666666667,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFlowRate",
"informativeReference" : "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute",
"symbol" : "scm/h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Standard Cubic Metre per Hour", {
"@language" : "en",
"@value" : "Standard Cubic Metre per Hour"
}, {
"@language" : "en-us",
"@value" : "Standard Cubic Meter per Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SCM-PER-MIN
URI: http://qudt.org/vocab/unit/SCM-PER-MIN
The $\textit{standard cubic metre per minute}$ (scmm) is the molar flow rate of a gas (such as natural gas) contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SCM-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{standard cubic metre per minute}$ (scmm) is the molar flow rate of a gas (such as natural gas)
contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,
not the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.7051750000000000000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.051750000000000000000000000000001E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MolarFlowRate> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "scm/min" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standard Cubic Meter per Minute"@en-US ;
rdfs:label "Standard Cubic Metre per Minute" ;
rdfs:label "Standard Cubic Metre per Minute"@en ;
.
{"resource":"Standard Cubic Metre per Minute"
,"qname":"unit:SCM-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCM-PER-MIN"
,"properties":["conversion multiplier":"0.7051750000000000000000000000000001"
,"conversion multiplier scientific":"7.051750000000000000000000000000001E-1"
,"description":"\nThe $\\textit{standard cubic metre per minute}$ (scmm) is the molar flow rate of a gas (such as natural gas)\ncontained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.\n "
,"has dimension vector":"qkdv:A1E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:MolarFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Standard_cubic_feet_per_minute"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Cubic Meter per Minute"
,"label":"Standard Cubic Metre per Minute"
,"label":"Standard Cubic Metre per Minute"
,"symbol":"scm\/min"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCM-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\nThe $\\textit{standard cubic metre per minute}$ (scmm) is the molar flow rate of a gas (such as natural gas)\ncontained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas,\nnot the volume of the gas. The reference conditions for standard cubic metre per minute are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.\n ",
"conversionMultiplier" : "0.7051750000000000000000000000000001",
"conversionMultiplier:SN" : 0.705175,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MolarFlowRate",
"informativeReference" : "https://en.wikipedia.org/wiki/Standard_cubic_feet_per_minute",
"symbol" : "scm/min",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Standard Cubic Meter per Minute"
}, "Standard Cubic Metre per Minute", {
"@language" : "en",
"@value" : "Standard Cubic Metre per Minute"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SCM_1ATM_0DEG_C
URI: http://qudt.org/vocab/unit/SCM_1ATM_0DEG_C
The $\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas) contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SCM_1ATM_0DEG_C>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas) contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 42.3105 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.23105E1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/SCM> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Standard_cubic_foot"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ;
<http://qudt.org/schema/qudt/symbol> "scm" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standard Cubic Meter"@en-US ;
rdfs:label "Standard Cubic Metre" ;
rdfs:label "Standard Cubic Metre"@en ;
.
{"resource":"Standard Cubic Metre"
,"qname":"unit:SCM_1ATM_0DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCM_1ATM_0DEG_C"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"42.3105"
,"conversion multiplier scientific":"4.23105E1"
,"description":"\nThe $\\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas) contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.\n "
,"exact match":"unit:SCM"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Standard_cubic_foot"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Cubic Meter"
,"label":"Standard Cubic Metre"
,"label":"Standard Cubic Metre"
,"scalingOf":"unit:MOL"
,"symbol":"scm"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCM_1ATM_0DEG_C",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "\nThe $\\textit{standard cubic metre}$ (scm) is a unit representing the amount of gas (such as natural gas) contained in a volume of one cubic metre at reference temperature and pressure conditions. As such, it is a measure of the actual amount of gas, not the volume of the gas. The reference conditions for standard cubic metre are 0 degrees Celsius and 101.325 kilopascals (kPa) of pressure.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "42.3105",
"conversionMultiplier:SN" : 42.3105,
"exactMatch" : "http://qudt.org/vocab/unit/SCM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"informativeReference" : "https://en.wikipedia.org/wiki/Standard_cubic_foot",
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "scm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Standard Cubic Metre"
}, "Standard Cubic Metre", {
"@language" : "en-us",
"@value" : "Standard Cubic Meter"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SCM_1ATM_15DEG_C_ISO
URI: http://qudt.org/vocab/unit/SCM_1ATM_15DEG_C_ISO
A $\textit{standard cubic metre}$ as defined by ISO 91:2017, generally applicable within the oil and gas sectors. The reference conditions for an ISO standard cubic metre are 15 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure following ISO 2533:1975.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SCM_1ATM_15DEG_C_ISO>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
A $\\textit{standard cubic metre}$ as defined by ISO 91:2017, generally applicable within the oil and gas sectors. The reference conditions for an ISO standard cubic metre are 15 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure following ISO 2533:1975.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/SCM_1ATM_15DEG_C_NL> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
<http://qudt.org/schema/qudt/informativeReference> "urn:iso:std:iso:2533:ed-1:v1"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "urn:iso:std:iso:91:ed-1:v1"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standard Cubic Metre" ;
rdfs:label "Standard Cubic Metre"@en ;
.
{"resource":"Standard Cubic Metre"
,"qname":"unit:SCM_1ATM_15DEG_C_ISO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCM_1ATM_15DEG_C_ISO"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\nA $\\textit{standard cubic metre}$ as defined by ISO 91:2017, generally applicable within the oil and gas sectors. The reference conditions for an ISO standard cubic metre are 15 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure following ISO 2533:1975.\n "
,"exact match":"unit:SCM_1ATM_15DEG_C_NL"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"informative reference":"urn:iso:std:iso:2533:ed-1:v1"
,"informative reference":"urn:iso:std:iso:91:ed-1:v1"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard Cubic Metre"
,"label":"Standard Cubic Metre"
,"scalingOf":"unit:MOL"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCM_1ATM_15DEG_C_ISO",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "\nA $\\textit{standard cubic metre}$ as defined by ISO 91:2017, generally applicable within the oil and gas sectors. The reference conditions for an ISO standard cubic metre are 15 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure following ISO 2533:1975.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"exactMatch" : "http://qudt.org/vocab/unit/SCM_1ATM_15DEG_C_NL",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"informativeReference" : [ "urn:iso:std:iso:91:ed-1:v1", "urn:iso:std:iso:2533:ed-1:v1" ],
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Standard Cubic Metre", {
"@language" : "en",
"@value" : "Standard Cubic Metre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SCM_1ATM_15DEG_C_NL
URI: http://qudt.org/vocab/unit/SCM_1ATM_15DEG_C_NL
The definition of a $\textit{standard cubic metre}$ conforming to the Dutch Mining Regulations (Mijnbouwregeling) for reporting figures in the Dutch oil and gas industry, and used for liquids except brine (pekel). The reference conditions for a Dutch standard cubic metre are 15 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SCM_1ATM_15DEG_C_NL>
rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The definition of a $\\textit{standard cubic metre}$ conforming to the Dutch Mining Regulations (Mijnbouwregeling) for reporting figures in the Dutch oil and gas industry, and used for liquids except brine (pekel). The reference conditions for a Dutch standard cubic metre are 15 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/SCM_1ATM_15DEG_C_ISO> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AmountOfSubstance> ;
<http://qudt.org/schema/qudt/informativeReference> "http://wetten.overheid.nl/jci1.3:c:BWBR0014468&hoofdstuk=11¶graaf=11.3&artikel=11.3.1"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://open.overheid.nl/Details/fefb9108-c56d-453a-badb-c2ad144da3a1/2"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/MOL> ;
<http://qudt.org/schema/qudt/symbol> "Sm³" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Standaard Kubieke Meter"@nl ;
rdfs:label "Standard Cubic Metre" ;
rdfs:label "Standard Cubic Metre"@en ;
.
{"resource":"Standard Cubic Metre"
,"qname":"unit:SCM_1ATM_15DEG_C_NL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SCM_1ATM_15DEG_C_NL"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"\nThe definition of a $\\textit{standard cubic metre}$ conforming to the Dutch Mining Regulations (Mijnbouwregeling) for reporting figures in the Dutch oil and gas industry, and used for liquids except brine (pekel). The reference conditions for a Dutch standard cubic metre are 15 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure.\n "
,"exact match":"unit:SCM_1ATM_15DEG_C_ISO"
,"has dimension vector":"qkdv:A1E0L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:AmountOfSubstance"
,"informative reference":"http:\/\/wetten.overheid.nl\/jci1.3:c:BWBR0014468&hoofdstuk=11&paragraaf=11.3&artikel=11.3.1"
,"informative reference":"https:\/\/open.overheid.nl\/Details\/fefb9108-c56d-453a-badb-c2ad144da3a1\/2"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standaard Kubieke Meter"
,"label":"Standard Cubic Metre"
,"label":"Standard Cubic Metre"
,"scalingOf":"unit:MOL"
,"symbol":"Sm³"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SCM_1ATM_15DEG_C_NL",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/ContextualUnit" ],
"description" : "\nThe definition of a $\\textit{standard cubic metre}$ conforming to the Dutch Mining Regulations (Mijnbouwregeling) for reporting figures in the Dutch oil and gas industry, and used for liquids except brine (pekel). The reference conditions for a Dutch standard cubic metre are 15 degrees Celsius at 1 standard atmosphere (atm), equivalent to 101.325 kilopascals (kPa) of pressure.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"exactMatch" : "http://qudt.org/vocab/unit/SCM_1ATM_15DEG_C_ISO",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A1E0L0I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AmountOfSubstance",
"informativeReference" : [ "http://wetten.overheid.nl/jci1.3:c:BWBR0014468&hoofdstuk=11¶graaf=11.3&artikel=11.3.1", "https://open.overheid.nl/Details/fefb9108-c56d-453a-badb-c2ad144da3a1/2" ],
"scalingOf" : "http://qudt.org/vocab/unit/MOL",
"symbol" : "Sm³",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "nl",
"@value" : "Standaard Kubieke Meter"
}, "Standard Cubic Metre", {
"@language" : "en",
"@value" : "Standard Cubic Metre"
} ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SEC
URI: http://qudt.org/vocab/unit/SEC
The $Second$ (symbol: $s$) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as $1/86400$ of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms. Under the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of ${9192631770}$ periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """The $Second$ (symbol: $s$) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as $1/86400$ of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms.
Under the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of ${9192631770}$ periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation."""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Second"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Period> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA972" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Second?oldid=495241006"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA972"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/second> ;
<http://qudt.org/schema/qudt/symbol> "s" ;
<http://qudt.org/schema/qudt/ucumCode> "s"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "s" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "SEC" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q11574> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Másodperc"@hu ;
rdfs:label "Saat"@ms ;
rdfs:label "Saniye"@tr ;
rdfs:label "Second" ;
rdfs:label "Second"@en ;
rdfs:label "Seconde"@fr ;
rdfs:label "Secondo"@it ;
rdfs:label "Secundum"@la ;
rdfs:label "Secundă"@ro ;
rdfs:label "Segundo"@es ;
rdfs:label "Segundo"@pt ;
rdfs:label "Sekunda"@cs ;
rdfs:label "Sekunda"@pl ;
rdfs:label "Sekunda"@sl ;
rdfs:label "Sekunde"@de ;
rdfs:label "Δευτερόλεπτο"@el ;
rdfs:label "Секунда"@bg ;
rdfs:label "Секунда"@ru ;
rdfs:label "שנייה"@he ;
rdfs:label "ثانية"@ar ;
rdfs:label "ثانیه"@fa ;
rdfs:label "सैकण्ड"@hi ;
rdfs:label "秒"@ja ;
rdfs:label "秒"@zh ;
.
{"resource":"Second"
,"qname":"unit:SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SEC"
,"properties":["Individual from SI Reference Point":"si-unit:second"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q11574>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Second"
,"defined unit of system":"sou:USCS"
,"description":"The $Second$ (symbol: $s$) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as $1\/86400$ of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms.\nUnder the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of ${9192631770}$ periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Period"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA972"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Second?oldid=495241006"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA972"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Másodperc"
,"label":"Saat"
,"label":"Saniye"
,"label":"Second"
,"label":"Second"
,"label":"Seconde"
,"label":"Secondo"
,"label":"Secundum"
,"label":"Secundă"
,"label":"Segundo"
,"label":"Segundo"
,"label":"Sekunda"
,"label":"Sekunda"
,"label":"Sekunda"
,"label":"Sekunde"
,"label":"Δευτερόλεπτο"
,"label":"Секунда"
,"label":"Секунда"
,"label":"שנייה"
,"label":"ثانية"
,"label":"ثانیه"
,"label":"सैकण्ड"
,"label":"秒"
,"label":"秒"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/second-Time>"
,"symbol":"s"
,"type":"qudt:Unit"
,"ucum code":"s"
,"udunits code":"s"
,"unece common code":"SEC"
]}
{
"@id" : "http://qudt.org/vocab/unit/SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The $Second$ (symbol: $s$) is the base unit of time in the International System of Units (SI) and is also a unit of time in other systems of measurement. Between the years1000 (when al-Biruni used seconds) and 1960 the second was defined as $1/86400$ of a mean solar day (that definition still applies in some astronomical and legal contexts). Between 1960 and 1967, it was defined in terms of the period of the Earth's orbit around the Sun in 1900, but it is now defined more precisely in atomic terms.\nUnder the International System of Units (via the International Committee for Weights and Measures, or CIPM), since 1967 the second has been defined as the duration of ${9192631770}$ periods of the radiation corresponding to the transition between the two hyperfine levels of the ground state of the caesium 133 atom.In 1997 CIPM added that the periods would be defined for a caesium atom at rest, and approaching the theoretical temperature of absolute zero, and in 1999, it included corrections from ambient radiation.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Second",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Time", "http://qudt.org/vocab/quantitykind/Period" ],
"iec61360Code" : "0112/2///62720#UAA972",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA972", "http://en.wikipedia.org/wiki/Second?oldid=495241006" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/second-Time",
"siExactMatch" : "https://si-digital-framework.org/SI/units/second",
"symbol" : "s",
"ucumCode" : "s",
"udunitsCode" : "s",
"uneceCommonCode" : "SEC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q11574",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hu",
"@value" : "Másodperc"
}, {
"@language" : "cs",
"@value" : "Sekunda"
}, {
"@language" : "pl",
"@value" : "Sekunda"
}, {
"@language" : "sl",
"@value" : "Sekunda"
}, {
"@language" : "fr",
"@value" : "Seconde"
}, {
"@language" : "el",
"@value" : "Δευτερόλεπτο"
}, {
"@language" : "bg",
"@value" : "Секунда"
}, {
"@language" : "ru",
"@value" : "Секунда"
}, {
"@language" : "es",
"@value" : "Segundo"
}, {
"@language" : "pt",
"@value" : "Segundo"
}, {
"@language" : "hi",
"@value" : "सैकण्ड"
}, {
"@language" : "ms",
"@value" : "Saat"
}, {
"@language" : "de",
"@value" : "Sekunde"
}, {
"@language" : "zh",
"@value" : "秒"
}, {
"@language" : "ja",
"@value" : "秒"
}, {
"@language" : "ar",
"@value" : "ثانية"
}, {
"@language" : "la",
"@value" : "Secundum"
}, {
"@language" : "it",
"@value" : "Secondo"
}, {
"@language" : "he",
"@value" : "שנייה"
}, {
"@language" : "fa",
"@value" : "ثانیه"
}, {
"@language" : "ro",
"@value" : "Secundă"
}, {
"@language" : "en",
"@value" : "Second"
}, "Second", {
"@language" : "tr",
"@value" : "Saniye"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SEC-FT2
URI: http://qudt.org/vocab/unit/SEC-FT2
"Second Square Foot" is an Imperial unit for 'Area Time' expressed as $s-ft^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SEC-FT2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Second Square Foot\" is an Imperial unit for 'Area Time' expressed as $s-ft^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.09290304 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.290304E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$s-ft^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaTime> ;
<http://qudt.org/schema/qudt/symbol> "s·ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "s.[ft_i]2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Second Square Foot" ;
rdfs:label "Second Square Foot"@en ;
.
{"resource":"Second Square Foot"
,"qname":"unit:SEC-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SEC-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.09290304"
,"conversion multiplier scientific":"9.290304E-2"
,"defined unit of system":"sou:USCS"
,"description":"\"Second Square Foot\" is an Imperial unit for 'Area Time' expressed as $s-ft^{2}$."
,"expression":"$s-ft^2$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T1D0"
,"has quantity kind":"quantitykind:AreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Second Square Foot"
,"label":"Second Square Foot"
,"symbol":"s·ft²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"s.[ft_i]2"
]}
{
"@id" : "http://qudt.org/vocab/unit/SEC-FT2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Second Square Foot\" is an Imperial unit for 'Area Time' expressed as $s-ft^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.09290304",
"conversionMultiplier:SN" : 0.09290304,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"expression" : "$s-ft^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaTime",
"symbol" : "s·ft²",
"ucumCode" : "s.[ft_i]2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Second Square Foot", {
"@language" : "en",
"@value" : "Second Square Foot"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SEC-PER-FT2
URI: http://qudt.org/vocab/unit/SEC-PER-FT2
quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SEC-PER-FT2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.7639104167097223083335055559 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.07639104167097223083335055559E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/FT2-PER-SEC> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD843" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD843"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "s/ft²" ; <http://qudt.org/schema/qudt/ucumCode> "s.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Second per Square Foot" ; rdfs:label "Second per Square Foot"@en ; .
{"resource":"Second per Square Foot"
,"qname":"unit:SEC-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SEC-PER-FT2"
,"properties":["conversion multiplier":"10.7639104167097223083335055559"
,"conversion multiplier scientific":"1.07639104167097223083335055559E1"
,"description":"quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:FT2-PER-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD843"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD843"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Second per Square Foot"
,"label":"Second per Square Foot"
,"symbol":"s\/ft²"
,"type":"qudt:Unit"
,"ucum code":"s.[ft_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/SEC-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient of the unit of the mass avoirdupois pound according to the avoirdupois system of units per power of the unit foot according to the Anglo-American and the Imperial system of units with the exponent 3 and unit of the mass avoirdupois pound according to the avoirdupois system of units per product of foot according to the Anglo-American and the Imperial system of units and SI base unit second",
"conversionMultiplier" : "10.7639104167097223083335055559",
"conversionMultiplier:SN" : 10.763910416709722,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/FT2-PER-SEC",
"iec61360Code" : "0112/2///62720#UAD843",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD843",
"symbol" : "s/ft²",
"ucumCode" : "s.[ft_i]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Second per Square Foot", {
"@language" : "en",
"@value" : "Second per Square Foot"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SEC-PER-KiloGM
URI: http://qudt.org/vocab/unit/SEC-PER-KiloGM
unit of the Einstein transition probability for spontaneous or inducing emissions and absorption according to ISO 80000-7:2008, expressed as SI base unit second divided by the SI base unit kilogramm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SEC-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the Einstein transition probability for spontaneous or inducing emissions and absorption according to ISO 80000-7:2008, expressed as SI base unit second divided by the SI base unit kilogramm" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EinsteinCoefficients> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloGM-PER-SEC> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB349" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB349"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "s/kg" ; <http://qudt.org/schema/qudt/ucumCode> "s.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q20" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Saat per Kilogram"@ms ; rdfs:label "Saniye per Kilogram"@tr ; rdfs:label "Second per Kilogram" ; rdfs:label "Second per Kilogram"@en ; rdfs:label "Seconde par Kilogramme"@fr ; rdfs:label "Secondo per Chilogrammo"@it ; rdfs:label "Secundum per Chiliogramma"@la ; rdfs:label "Secundă pe Kilogram"@ro ; rdfs:label "Segundo por Kilogramo"@es ; rdfs:label "Segundo por Quilograma"@pt ; rdfs:label "Sekunda na Kilogram"@cs ; rdfs:label "Sekunda na Kilogram"@pl ; rdfs:label "Sekunda na Kilogram"@sl ; rdfs:label "Sekunde pro Kilogramm"@de ; rdfs:label "Δευτερόλεπτο ανά Χιλιόγραμμο"@el ; rdfs:label "Секунда на Килограм"@bg ; rdfs:label "Секунда на Килограмм"@ru ; .
{"resource":"Second per Kilogram"
,"qname":"unit:SEC-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SEC-PER-KiloGM"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of the Einstein transition probability for spontaneous or inducing emissions and absorption according to ISO 80000-7:2008, expressed as SI base unit second divided by the SI base unit kilogramm"
,"has dimension vector":"qkdv:A0E0L0I0M-1H0T1D0"
,"has quantity kind":"quantitykind:EinsteinCoefficients"
,"has reciprocal unit":"unit:KiloGM-PER-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB349"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB349"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Saat per Kilogram"
,"label":"Saniye per Kilogram"
,"label":"Second per Kilogram"
,"label":"Second per Kilogram"
,"label":"Seconde par Kilogramme"
,"label":"Secondo per Chilogrammo"
,"label":"Secundum per Chiliogramma"
,"label":"Secundă pe Kilogram"
,"label":"Segundo por Kilogramo"
,"label":"Segundo por Quilograma"
,"label":"Sekunda na Kilogram"
,"label":"Sekunda na Kilogram"
,"label":"Sekunda na Kilogram"
,"label":"Sekunde pro Kilogramm"
,"label":"Δευτερόλεπτο ανά Χιλιόγραμμο"
,"label":"Секунда на Килограм"
,"label":"Секунда на Килограмм"
,"symbol":"s\/kg"
,"type":"qudt:Unit"
,"ucum code":"s.kg-1"
,"unece common code":"Q20"
]}
{
"@id" : "http://qudt.org/vocab/unit/SEC-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the Einstein transition probability for spontaneous or inducing emissions and absorption according to ISO 80000-7:2008, expressed as SI base unit second divided by the SI base unit kilogramm",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EinsteinCoefficients",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloGM-PER-SEC",
"iec61360Code" : "0112/2///62720#UAB349",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB349",
"symbol" : "s/kg",
"ucumCode" : "s.kg-1",
"uneceCommonCode" : "Q20",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Δευτερόλεπτο ανά Χιλιόγραμμο"
}, {
"@language" : "tr",
"@value" : "Saniye per Kilogram"
}, {
"@language" : "pt",
"@value" : "Segundo por Quilograma"
}, {
"@language" : "la",
"@value" : "Secundum per Chiliogramma"
}, {
"@language" : "bg",
"@value" : "Секунда на Килограм"
}, {
"@language" : "cs",
"@value" : "Sekunda na Kilogram"
}, {
"@language" : "ro",
"@value" : "Secundă pe Kilogram"
}, {
"@language" : "pl",
"@value" : "Sekunda na Kilogram"
}, {
"@language" : "sl",
"@value" : "Sekunda na Kilogram"
}, {
"@language" : "fr",
"@value" : "Seconde par Kilogramme"
}, {
"@language" : "es",
"@value" : "Segundo por Kilogramo"
}, {
"@language" : "ru",
"@value" : "Секунда на Килограмм"
}, "Second per Kilogram", {
"@language" : "en",
"@value" : "Second per Kilogram"
}, {
"@language" : "it",
"@value" : "Secondo per Chilogrammo"
}, {
"@language" : "ms",
"@value" : "Saat per Kilogram"
}, {
"@language" : "de",
"@value" : "Sekunde pro Kilogramm"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SEC-PER-M
URI: http://qudt.org/vocab/unit/SEC-PER-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SEC-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-PER-SEC> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD709" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD709"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "s/m" ; <http://qudt.org/schema/qudt/ucumCode> "s.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Saat per Meter"@ms ; rdfs:label "Saniye per Metre"@tr ; rdfs:label "Second per Meter"@en-US ; rdfs:label "Second per Metre" ; rdfs:label "Second per Metre"@en ; rdfs:label "Seconde par Mètre"@fr ; rdfs:label "Secondo per Metro"@it ; rdfs:label "Secundum per Metrum"@la ; rdfs:label "Secundă pe Metru"@ro ; rdfs:label "Segundo por Metro"@es ; rdfs:label "Segundo por Metro"@pt ; rdfs:label "Sekunda na Meter"@sl ; rdfs:label "Sekunda na Metr"@cs ; rdfs:label "Sekunda na Metr"@pl ; rdfs:label "Sekunde pro Meter"@de ; rdfs:label "Δευτερόλεπτο ανά Μέτρο"@el ; rdfs:label "Секунда на Метр"@ru ; rdfs:label "Секунда на Метър"@bg ; .
{"resource":"Second per Metre"
,"qname":"unit:SEC-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SEC-PER-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"has reciprocal unit":"unit:M-PER-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD709"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD709"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Saat per Meter"
,"label":"Saniye per Metre"
,"label":"Second per Meter"
,"label":"Second per Metre"
,"label":"Second per Metre"
,"label":"Seconde par Mètre"
,"label":"Secondo per Metro"
,"label":"Secundum per Metrum"
,"label":"Secundă pe Metru"
,"label":"Segundo por Metro"
,"label":"Segundo por Metro"
,"label":"Sekunda na Meter"
,"label":"Sekunda na Metr"
,"label":"Sekunda na Metr"
,"label":"Sekunde pro Meter"
,"label":"Δευτερόλεπτο ανά Μέτρο"
,"label":"Секунда на Метр"
,"label":"Секунда на Метър"
,"symbol":"s\/m"
,"type":"qudt:Unit"
,"ucum code":"s.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/SEC-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M-PER-SEC",
"iec61360Code" : "0112/2///62720#UAD709",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD709",
"symbol" : "s/m",
"ucumCode" : "s.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Seconde par Mètre"
}, {
"@language" : "de",
"@value" : "Sekunde pro Meter"
}, {
"@language" : "it",
"@value" : "Secondo per Metro"
}, "Second per Metre", {
"@language" : "en",
"@value" : "Second per Metre"
}, {
"@language" : "sl",
"@value" : "Sekunda na Meter"
}, {
"@language" : "ru",
"@value" : "Секунда на Метр"
}, {
"@language" : "ro",
"@value" : "Secundă pe Metru"
}, {
"@language" : "cs",
"@value" : "Sekunda na Metr"
}, {
"@language" : "es",
"@value" : "Segundo por Metro"
}, {
"@language" : "pt",
"@value" : "Segundo por Metro"
}, {
"@language" : "pl",
"@value" : "Sekunda na Metr"
}, {
"@language" : "bg",
"@value" : "Секунда на Метър"
}, {
"@language" : "en-us",
"@value" : "Second per Meter"
}, {
"@language" : "tr",
"@value" : "Saniye per Metre"
}, {
"@language" : "el",
"@value" : "Δευτερόλεπτο ανά Μέτρο"
}, {
"@language" : "la",
"@value" : "Secundum per Metrum"
}, {
"@language" : "ms",
"@value" : "Saat per Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SEC-PER-M3-RAD
URI: http://qudt.org/vocab/unit/SEC-PER-M3-RAD
unit of the spectral density of the vibration methods as SI base unit second divided by the power of the SI base unit metre with the exponent 3 and the unit radian
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SEC-PER-M3-RAD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the spectral density of the vibration methods as SI base unit second divided by the power of the SI base unit metre with the exponent 3 and the unit radian" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralDensityOfVibrationalModes> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB178" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB178"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "s/(m³·rad)" ; <http://qudt.org/schema/qudt/ucumCode> "s.m-3.rad-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D94" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Saat per Meter Kubik Radian"@ms ; rdfs:label "Saniye per Metreküp Radyan"@tr ; rdfs:label "Second per Cubic Meter Radian"@en-US ; rdfs:label "Second per Cubic Metre Radian" ; rdfs:label "Second per Cubic Metre Radian"@en ; rdfs:label "Seconde par Mètre Cube Radian"@fr ; rdfs:label "Secondo per Metro Cubo Radiante"@it ; rdfs:label "Secundum per Metrum Cubicum Radian"@la ; rdfs:label "Secundă pe Metru Cub Radian"@ro ; rdfs:label "Segundo por Metro Cúbico Radiano"@pt ; rdfs:label "Segundo por Metro Cúbico Radián"@es ; rdfs:label "Sekunda na Kubični Meter Radian"@sl ; rdfs:label "Sekunda na Metr Krychlový Radián"@cs ; rdfs:label "Sekunda na Metr Sześcienny Radian"@pl ; rdfs:label "Sekunde pro Kubikmeter Radiant"@de ; rdfs:label "Δευτερόλεπτο ανά Κυβικό Μέτρο Ακτίνιο"@el ; rdfs:label "Секунда на Кубичен Метър Радиан"@bg ; rdfs:label "Секунда на Кубический Метр Радиан"@ru ; .
{"resource":"Second per Cubic Metre Radian"
,"qname":"unit:SEC-PER-M3-RAD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SEC-PER-M3-RAD"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit of the spectral density of the vibration methods as SI base unit second divided by the power of the SI base unit metre with the exponent 3 and the unit radian"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:SpectralDensityOfVibrationalModes"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB178"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB178"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Saat per Meter Kubik Radian"
,"label":"Saniye per Metreküp Radyan"
,"label":"Second per Cubic Meter Radian"
,"label":"Second per Cubic Metre Radian"
,"label":"Second per Cubic Metre Radian"
,"label":"Seconde par Mètre Cube Radian"
,"label":"Secondo per Metro Cubo Radiante"
,"label":"Secundum per Metrum Cubicum Radian"
,"label":"Secundă pe Metru Cub Radian"
,"label":"Segundo por Metro Cúbico Radiano"
,"label":"Segundo por Metro Cúbico Radián"
,"label":"Sekunda na Kubični Meter Radian"
,"label":"Sekunda na Metr Krychlový Radián"
,"label":"Sekunda na Metr Sześcienny Radian"
,"label":"Sekunde pro Kubikmeter Radiant"
,"label":"Δευτερόλεπτο ανά Κυβικό Μέτρο Ακτίνιο"
,"label":"Секунда на Кубичен Метър Радиан"
,"label":"Секунда на Кубический Метр Радиан"
,"symbol":"s\/(m³·rad)"
,"type":"qudt:Unit"
,"ucum code":"s.m-3.rad-1"
,"unece common code":"D94"
]}
{
"@id" : "http://qudt.org/vocab/unit/SEC-PER-M3-RAD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the spectral density of the vibration methods as SI base unit second divided by the power of the SI base unit metre with the exponent 3 and the unit radian",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralDensityOfVibrationalModes",
"iec61360Code" : "0112/2///62720#UAB178",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB178",
"symbol" : "s/(m³·rad)",
"ucumCode" : "s.m-3.rad-1",
"uneceCommonCode" : "D94",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Secondo per Metro Cubo Radiante"
}, {
"@language" : "sl",
"@value" : "Sekunda na Kubični Meter Radian"
}, {
"@language" : "de",
"@value" : "Sekunde pro Kubikmeter Radiant"
}, {
"@language" : "ru",
"@value" : "Секунда на Кубический Метр Радиан"
}, "Second per Cubic Metre Radian", {
"@language" : "en",
"@value" : "Second per Cubic Metre Radian"
}, {
"@language" : "pt",
"@value" : "Segundo por Metro Cúbico Radiano"
}, {
"@language" : "ro",
"@value" : "Secundă pe Metru Cub Radian"
}, {
"@language" : "fr",
"@value" : "Seconde par Mètre Cube Radian"
}, {
"@language" : "en-us",
"@value" : "Second per Cubic Meter Radian"
}, {
"@language" : "ms",
"@value" : "Saat per Meter Kubik Radian"
}, {
"@language" : "bg",
"@value" : "Секунда на Кубичен Метър Радиан"
}, {
"@language" : "tr",
"@value" : "Saniye per Metreküp Radyan"
}, {
"@language" : "es",
"@value" : "Segundo por Metro Cúbico Radián"
}, {
"@language" : "cs",
"@value" : "Sekunda na Metr Krychlový Radián"
}, {
"@language" : "el",
"@value" : "Δευτερόλεπτο ανά Κυβικό Μέτρο Ακτίνιο"
}, {
"@language" : "la",
"@value" : "Secundum per Metrum Cubicum Radian"
}, {
"@language" : "pl",
"@value" : "Sekunda na Metr Sześcienny Radian"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SEC-PER-NUM
URI: http://qudt.org/vocab/unit/SEC-PER-NUM
Seconds between events of note - inverse of frequency.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SEC-PER-NUM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Seconds between events of note - inverse of frequency."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimePerCount> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/NUM-PER-SEC> ;
<http://qudt.org/schema/qudt/symbol> "s/#" ;
<http://qudt.org/schema/qudt/ucumCode> "s.{#}-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Second per Number" ;
rdfs:label "Second per Number"@en ;
.
{"resource":"Second per Number"
,"qname":"unit:SEC-PER-NUM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SEC-PER-NUM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Seconds between events of note - inverse of frequency."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:TimePerCount"
,"has reciprocal unit":"unit:NUM-PER-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Second per Number"
,"label":"Second per Number"
,"symbol":"s\/#"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"s.{#}-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/SEC-PER-NUM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Seconds between events of note - inverse of frequency.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimePerCount",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/NUM-PER-SEC",
"symbol" : "s/#",
"ucumCode" : "s.{#}-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Second per Number", {
"@language" : "en",
"@value" : "Second per Number"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SEC-PER-RAD-M3
URI: http://qudt.org/vocab/unit/SEC-PER-RAD-M3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SEC-PER-RAD-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$sec/rad-m^3$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VibrationalDensityOfStates> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB352" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB352"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "s/(rad·m³)" ; <http://qudt.org/schema/qudt/ucumCode> "s.rad-1.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q22" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Saat per Radian Meter Kubik"@ms ; rdfs:label "Saniye per Radyan Metreküp"@tr ; rdfs:label "Second per Radian Cubic Meter"@en-US ; rdfs:label "Second per Radian Cubic Metre" ; rdfs:label "Second per Radian Cubic Metre"@en ; rdfs:label "Seconde par Radian Mètre Cube"@fr ; rdfs:label "Secondo per Radiante Metro Cubo"@it ; rdfs:label "Secundum per Radian Metrum Cubicum"@la ; rdfs:label "Secundă pe Radian Metru Cub"@ro ; rdfs:label "Segundo por Radiano Metro Cúbico"@pt ; rdfs:label "Segundo por Radián Metro Cúbico"@es ; rdfs:label "Sekunda na Radian Kubični Meter"@sl ; rdfs:label "Sekunda na Radian Metr Sześcienny"@pl ; rdfs:label "Sekunda na Radián Metr Krychlový"@cs ; rdfs:label "Sekunde pro Radiant Kubikmeter"@de ; rdfs:label "Δευτερόλεπτο ανά Ακτίνιο Κυβικό Μέτρο"@el ; rdfs:label "Секунда на Радиан Кубичен Метър"@bg ; rdfs:label "Секунда на Радиан Кубический Метр"@ru ; .
{"resource":"Second per Radian Cubic Metre"
,"qname":"unit:SEC-PER-RAD-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SEC-PER-RAD-M3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$sec\/rad-m^3$"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T1D0"
,"has quantity kind":"quantitykind:VibrationalDensityOfStates"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB352"
,"informative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB352"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Saat per Radian Meter Kubik"
,"label":"Saniye per Radyan Metreküp"
,"label":"Second per Radian Cubic Meter"
,"label":"Second per Radian Cubic Metre"
,"label":"Second per Radian Cubic Metre"
,"label":"Seconde par Radian Mètre Cube"
,"label":"Secondo per Radiante Metro Cubo"
,"label":"Secundum per Radian Metrum Cubicum"
,"label":"Secundă pe Radian Metru Cub"
,"label":"Segundo por Radiano Metro Cúbico"
,"label":"Segundo por Radián Metro Cúbico"
,"label":"Sekunda na Radian Kubični Meter"
,"label":"Sekunda na Radian Metr Sześcienny"
,"label":"Sekunda na Radián Metr Krychlový"
,"label":"Sekunde pro Radiant Kubikmeter"
,"label":"Δευτερόλεπτο ανά Ακτίνιο Κυβικό Μέτρο"
,"label":"Секунда на Радиан Кубичен Метър"
,"label":"Секунда на Радиан Кубический Метр"
,"symbol":"s\/(rad·m³)"
,"type":"qudt:Unit"
,"ucum code":"s.rad-1.m-3"
,"unece common code":"Q22"
]}
{
"@id" : "http://qudt.org/vocab/unit/SEC-PER-RAD-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$sec/rad-m^3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VibrationalDensityOfStates",
"iec61360Code" : "0112/2///62720#UAB352",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB352", "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ],
"symbol" : "s/(rad·m³)",
"ucumCode" : "s.rad-1.m-3",
"uneceCommonCode" : "Q22",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Sekunda na Radian Metr Sześcienny"
}, {
"@language" : "de",
"@value" : "Sekunde pro Radiant Kubikmeter"
}, {
"@language" : "el",
"@value" : "Δευτερόλεπτο ανά Ακτίνιο Κυβικό Μέτρο"
}, {
"@language" : "es",
"@value" : "Segundo por Radián Metro Cúbico"
}, {
"@language" : "ro",
"@value" : "Secundă pe Radian Metru Cub"
}, {
"@language" : "la",
"@value" : "Secundum per Radian Metrum Cubicum"
}, {
"@language" : "bg",
"@value" : "Секунда на Радиан Кубичен Метър"
}, {
"@language" : "fr",
"@value" : "Seconde par Radian Mètre Cube"
}, {
"@language" : "tr",
"@value" : "Saniye per Radyan Metreküp"
}, "Second per Radian Cubic Metre", {
"@language" : "cs",
"@value" : "Sekunda na Radián Metr Krychlový"
}, {
"@language" : "ru",
"@value" : "Секунда на Радиан Кубический Метр"
}, {
"@language" : "en",
"@value" : "Second per Radian Cubic Metre"
}, {
"@language" : "it",
"@value" : "Secondo per Radiante Metro Cubo"
}, {
"@language" : "pt",
"@value" : "Segundo por Radiano Metro Cúbico"
}, {
"@language" : "ms",
"@value" : "Saat per Radian Meter Kubik"
}, {
"@language" : "en-us",
"@value" : "Second per Radian Cubic Meter"
}, {
"@language" : "sl",
"@value" : "Sekunda na Radian Kubični Meter"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SEC2
URI: http://qudt.org/vocab/unit/SEC2
"Square Second" is a unit for 'Square Time' expressed as $s^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SEC2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Square Second\" is a unit for 'Square Time' expressed as $s^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$s^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SquareTime> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-SEC2> ;
<http://qudt.org/schema/qudt/symbol> "s²" ;
<http://qudt.org/schema/qudt/ucumCode> "s2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Kvadratni Sekunda"@sl ;
rdfs:label "Quadratsekunde"@de ;
rdfs:label "Saat Persegi"@ms ;
rdfs:label "Saniyekare"@tr ;
rdfs:label "Seconde Carré"@fr ;
rdfs:label "Secondo Quadrato"@it ;
rdfs:label "Secundum Quadratum"@la ;
rdfs:label "Secundă Pătrat"@ro ;
rdfs:label "Segundo Cuadrado"@es ;
rdfs:label "Segundo Quadrado"@pt ;
rdfs:label "Sekunda Kwadratowy"@pl ;
rdfs:label "Square Second" ;
rdfs:label "Square Second"@en ;
rdfs:label "Čtvereční Sekunda"@cs ;
rdfs:label "Τετραγωνικό Δευτερόλεπτο"@el ;
rdfs:label "Квадратен Секунда"@bg ;
rdfs:label "Квадратный Секунда"@ru ;
.
{"resource":"Square Second"
,"qname":"unit:SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SEC2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"defined unit of system":"sou:USCS"
,"description":"\"Square Second\" is a unit for 'Square Time' expressed as $s^{2}$."
,"expression":"$s^2$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T2D0"
,"has quantity kind":"quantitykind:SquareTime"
,"has reciprocal unit":"unit:PER-SEC2"
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Sekunda"
,"label":"Quadratsekunde"
,"label":"Saat Persegi"
,"label":"Saniyekare"
,"label":"Seconde Carré"
,"label":"Secondo Quadrato"
,"label":"Secundum Quadratum"
,"label":"Secundă Pătrat"
,"label":"Segundo Cuadrado"
,"label":"Segundo Quadrado"
,"label":"Sekunda Kwadratowy"
,"label":"Square Second"
,"label":"Square Second"
,"label":"Čtvereční Sekunda"
,"label":"Τετραγωνικό Δευτερόλεπτο"
,"label":"Квадратен Секунда"
,"label":"Квадратный Секунда"
,"symbol":"s²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"s2"
]}
{
"@id" : "http://qudt.org/vocab/unit/SEC2",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "\"Square Second\" is a unit for 'Square Time' expressed as $s^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI" ],
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$s^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T2D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SquareTime",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-SEC2",
"symbol" : "s²",
"ucumCode" : "s2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Čtvereční Sekunda"
}, {
"@language" : "la",
"@value" : "Secundum Quadratum"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Δευτερόλεπτο"
}, {
"@language" : "sl",
"@value" : "Kvadratni Sekunda"
}, {
"@language" : "tr",
"@value" : "Saniyekare"
}, "Square Second", {
"@language" : "pt",
"@value" : "Segundo Quadrado"
}, {
"@language" : "en",
"@value" : "Square Second"
}, {
"@language" : "ro",
"@value" : "Secundă Pătrat"
}, {
"@language" : "es",
"@value" : "Segundo Cuadrado"
}, {
"@language" : "ms",
"@value" : "Saat Persegi"
}, {
"@language" : "pl",
"@value" : "Sekunda Kwadratowy"
}, {
"@language" : "bg",
"@value" : "Квадратен Секунда"
}, {
"@language" : "it",
"@value" : "Secondo Quadrato"
}, {
"@language" : "de",
"@value" : "Quadratsekunde"
}, {
"@language" : "ru",
"@value" : "Квадратный Секунда"
}, {
"@language" : "fr",
"@value" : "Seconde Carré"
} ],
"@context" : {
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SH
URI: http://qudt.org/vocab/unit/SH
A shake is an informal unit of time equal to 10 nanoseconds. It has applications in nuclear physics, helping to conveniently express the timing of various events in a nuclear explosion. The typical time required for one step in the chain reaction (i.e. the typical time for each neutron to cause a fission event which releases more neutrons) is of order 1 shake, and the chain reaction is typically complete by 50 to 100 shakes.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SH> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A shake is an informal unit of time equal to 10 nanoseconds. It has applications in nuclear physics, helping to conveniently express the timing of various events in a nuclear explosion. The typical time required for one step in the chain reaction (i.e. the typical time for each neutron to cause a fission event which releases more neutrons) is of order 1 shake, and the chain reaction is typically complete by 50 to 100 shakes."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Shake"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB226" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Shake?oldid=494796779"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB226"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/shake> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "shake" ; <http://qudt.org/schema/qudt/ucumCode> "10.ns"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M56" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q7462601> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Shake" ; rdfs:label "Shake"@en ; .
{"resource":"Shake"
,"qname":"unit:SH"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SH"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q7462601>"
,"conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Shake"
,"description":"A shake is an informal unit of time equal to 10 nanoseconds. It has applications in nuclear physics, helping to conveniently express the timing of various events in a nuclear explosion. The typical time required for one step in the chain reaction (i.e. the typical time for each neutron to cause a fission event which releases more neutrons) is of order 1 shake, and the chain reaction is typically complete by 50 to 100 shakes."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB226"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Shake?oldid=494796779"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB226"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Shake"
,"label":"Shake"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/shake>"
,"scalingOf":"unit:SEC"
,"symbol":"shake"
,"type":"qudt:Unit"
,"ucum code":"10.ns"
,"unece common code":"M56"
]}
{
"@id" : "http://qudt.org/vocab/unit/SH",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A shake is an informal unit of time equal to 10 nanoseconds. It has applications in nuclear physics, helping to conveniently express the timing of various events in a nuclear explosion. The typical time required for one step in the chain reaction (i.e. the typical time for each neutron to cause a fission event which releases more neutrons) is of order 1 shake, and the chain reaction is typically complete by 50 to 100 shakes.",
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"dbpediaMatch" : "http://dbpedia.org/resource/Shake",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAB226",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB226", "http://en.wikipedia.org/wiki/Shake?oldid=494796779" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/shake",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "shake",
"ucumCode" : "10.ns",
"uneceCommonCode" : "M56",
"wikidataMatch" : "http://www.wikidata.org/entity/Q7462601",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Shake", {
"@language" : "en",
"@value" : "Shake"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SHANNON
URI: http://qudt.org/vocab/unit/SHANNON
The "Shannon" is a unit of information.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SHANNON> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The \"Shannon\" is a unit of information."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.69314718055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E-1 ; <http://qudt.org/schema/qudt/expression> "$Sh$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB343" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB343"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/shannon> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/NUM> ; <http://qudt.org/schema/qudt/symbol> "Sh" ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q14" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q15551713> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Shannon" ; rdfs:label "Shannon"@en ; .
{"resource":"Shannon"
,"qname":"unit:SHANNON"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SHANNON"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q15551713>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.69314718055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E-1"
,"description":"The \"Shannon\" is a unit of information."
,"expression":"$Sh$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB343"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ban_(information)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB343"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Shannon"
,"label":"Shannon"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31898"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/shannon>"
,"scalingOf":"unit:NUM"
,"symbol":"Sh"
,"type":"qudt:Unit"
,"unece common code":"Q14"
]}
{
"@id" : "http://qudt.org/vocab/unit/SHANNON",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The \"Shannon\" is a unit of information.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.69314718055994530941723212145818",
"conversionMultiplier:SN" : 0.6931471805599453,
"expression" : "$Sh$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAB343",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB343", "http://en.wikipedia.org/wiki/Ban_(information)" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31898",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/shannon",
"scalingOf" : "http://qudt.org/vocab/unit/NUM",
"symbol" : "Sh",
"uneceCommonCode" : "Q14",
"wikidataMatch" : "http://www.wikidata.org/entity/Q15551713",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Shannon", {
"@language" : "en",
"@value" : "Shannon"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SHANNON-PER-SEC
URI: http://qudt.org/vocab/unit/SHANNON-PER-SEC
The "Shannon per Second" is a unit of information rate.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SHANNON-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The \"Shannon per Second\" is a unit of information rate."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.69314718055994530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E-1 ; <http://qudt.org/schema/qudt/expression> "$Sh/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB346" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ban_(information)"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB346"^^xsd:anyURI ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31898"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Sh/s" ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q17" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q105622729> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Shannon per Second" ; rdfs:label "Shannon per Second"@en ; .
{"resource":"Shannon per Second"
,"qname":"unit:SHANNON-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SHANNON-PER-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q105622729>"
,"conversion multiplier":"0.69314718055994530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E-1"
,"description":"The \"Shannon per Second\" is a unit of information rate."
,"expression":"$Sh\/s$"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:InformationFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB346"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ban_(information)"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB346"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Shannon per Second"
,"label":"Shannon per Second"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31898"
,"symbol":"Sh\/s"
,"type":"qudt:Unit"
,"unece common code":"Q17"
]}
{
"@id" : "http://qudt.org/vocab/unit/SHANNON-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The \"Shannon per Second\" is a unit of information rate.",
"conversionMultiplier" : "0.69314718055994530941723212145818",
"conversionMultiplier:SN" : 0.6931471805599453,
"expression" : "$Sh/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationFlowRate",
"iec61360Code" : "0112/2///62720#UAB346",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Ban_(information)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB346" ],
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=31898",
"symbol" : "Sh/s",
"uneceCommonCode" : "Q17",
"wikidataMatch" : "http://www.wikidata.org/entity/Q105622729",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Shannon per Second", {
"@language" : "en",
"@value" : "Shannon per Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SLUG
URI: http://qudt.org/vocab/unit/SLUG
The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SLUG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/conversionMultiplier> 14.5939035919985 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.45939035919985E1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Slug"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/factorUnitScalar> 32.17405 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA978" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Slug?oldid=495010998"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA978"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/slug> ; <http://qudt.org/schema/qudt/symbol> "slug" ; <http://qudt.org/schema/qudt/uneceCommonCode> "F13" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1363007> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Slug" ; rdfs:label "Slug"@en ; .
{"resource":"Slug"
,"qname":"unit:SLUG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1363007>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"14.5939035919985"
,"conversion multiplier scientific":"1.45939035919985E1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Slug"
,"defined unit of system":"sou:IMPERIAL"
,"description":"The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft\/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m\/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$."
,"factorUnitScalar":"32.17405"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA978"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Slug?oldid=495010998"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA978"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Slug"
,"label":"Slug"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/slug>"
,"symbol":"slug"
,"type":"qudt:Unit"
,"unece common code":"F13"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The slug is a unit of mass associated with Imperial units. It is a mass that accelerates by $1 ft/s$ when a force of one pound-force ($lbF$) is exerted on it. With standard gravity $gc = 9.80665 m/s$, the international foot of $0.3048 m$ and the avoirdupois pound of $0.45359237 kg$, one slug therefore has a mass of approximately $32.17405 lbm$ or $14.593903 kg$. At the surface of the Earth, an object with a mass of 1 slug exerts a force of about $32.17 lbF$ or $143 N$.",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "14.5939035919985",
"conversionMultiplier:SN" : 14.5939035919985,
"dbpediaMatch" : "http://dbpedia.org/resource/Slug",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"factorUnitScalar" : "32.17405",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA978",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Slug?oldid=495010998", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA978" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/slug",
"symbol" : "slug",
"uneceCommonCode" : "F13",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1363007",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Slug", {
"@language" : "en",
"@value" : "Slug"
} ],
"@context" : {
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SLUG-PER-DAY
URI: http://qudt.org/vocab/unit/SLUG-PER-DAY
unit slug for mass according to an English engineering system divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SLUG-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit slug for mass according to an English engineering system divided by the unit day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001689109212036863425925925925925925 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.689109212036863425925925925925925E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA979" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA979"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit slug for mass according to an English engineering system divided by the unit day" ; <http://qudt.org/schema/qudt/symbol> "slug/d" ; <http://qudt.org/schema/qudt/uneceCommonCode> "L63" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Slug per Day" ; rdfs:label "Slug per Day"@en ; .
{"resource":"Slug per Day"
,"qname":"unit:SLUG-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.0001689109212036863425925925925925925"
,"conversion multiplier scientific":"1.689109212036863425925925925925925E-4"
,"description":"unit slug for mass according to an English engineering system divided by the unit day"
,"description (plain text)":"unit slug for mass according to an English engineering system divided by the unit day"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA979"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA979"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Slug per Day"
,"label":"Slug per Day"
,"symbol":"slug\/d"
,"type":"qudt:Unit"
,"unece common code":"L63"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit slug for mass according to an English engineering system divided by the unit day",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.0001689109212036863425925925925925925",
"conversionMultiplier:SN" : 1.6891092120368634E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA979",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA979",
"plainTextDescription" : "unit slug for mass according to an English engineering system divided by the unit day",
"symbol" : "slug/d",
"uneceCommonCode" : "L63",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Slug per Day", {
"@language" : "en",
"@value" : "Slug per Day"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SLUG-PER-FT
URI: http://qudt.org/vocab/unit/SLUG-PER-FT
"Slug per Foot" is an Imperial unit for 'Mass Per Length' expressed as $slug/ft$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SLUG-PER-FT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Slug per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $slug/ft$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 47.88026112860400262467191601049868 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.788026112860400262467191601049868E1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/expression> "$slug/ft$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/symbol> "slug/ft" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Slug per Foot" ; rdfs:label "Slug per Foot"@en ; .
{"resource":"Slug per Foot"
,"qname":"unit:SLUG-PER-FT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG-PER-FT"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"47.88026112860400262467191601049868"
,"conversion multiplier scientific":"4.788026112860400262467191601049868E1"
,"defined unit of system":"sou:IMPERIAL"
,"description":"\"Slug per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $slug\/ft$."
,"expression":"$slug\/ft$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Slug per Foot"
,"label":"Slug per Foot"
,"symbol":"slug\/ft"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG-PER-FT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Slug per Foot\" is an Imperial unit for 'Mass Per Length' expressed as $slug/ft$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "47.88026112860400262467191601049868",
"conversionMultiplier:SN" : 47.880261128604005,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"expression" : "$slug/ft$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"symbol" : "slug/ft",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Slug per Foot", {
"@language" : "en",
"@value" : "Slug per Foot"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SLUG-PER-FT-SEC
URI: http://qudt.org/vocab/unit/SLUG-PER-FT-SEC
$\textit{Slug per Foot Second}$ is a unit for 'Dynamic Viscosity' expressed as $slug/(ft-s)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SLUG-PER-FT-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Slug per Foot Second}$ is a unit for 'Dynamic Viscosity' expressed as $slug/(ft-s)$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 47.88026112860400262467191601049868 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.788026112860400262467191601049868E1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$slug/(ft-s)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DynamicViscosity> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Viscosity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA980" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA980"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "slug/(ft·s)" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L64" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Slug per Foot Second" ;
rdfs:label "Slug per Foot Second"@en ;
.
{"resource":"Slug per Foot Second"
,"qname":"unit:SLUG-PER-FT-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG-PER-FT-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"47.88026112860400262467191601049868"
,"conversion multiplier scientific":"4.788026112860400262467191601049868E1"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Slug per Foot Second}$ is a unit for 'Dynamic Viscosity' expressed as $slug\/(ft-s)$."
,"expression":"$slug\/(ft-s)$"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-1D0"
,"has quantity kind":"quantitykind:DynamicViscosity"
,"has quantity kind":"quantitykind:Viscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA980"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA980"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Slug per Foot Second"
,"label":"Slug per Foot Second"
,"symbol":"slug\/(ft·s)"
,"type":"qudt:Unit"
,"unece common code":"L64"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG-PER-FT-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Slug per Foot Second}$ is a unit for 'Dynamic Viscosity' expressed as $slug/(ft-s)$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "47.88026112860400262467191601049868",
"conversionMultiplier:SN" : 47.880261128604005,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"expression" : "$slug/(ft-s)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Viscosity", "http://qudt.org/vocab/quantitykind/DynamicViscosity" ],
"iec61360Code" : "0112/2///62720#UAA980",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA980",
"symbol" : "slug/(ft·s)",
"uneceCommonCode" : "L64",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Slug per Foot Second", {
"@language" : "en",
"@value" : "Slug per Foot Second"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SLUG-PER-FT2
URI: http://qudt.org/vocab/unit/SLUG-PER-FT2
"Slug per Square Foot" is an Imperial unit for 'Mass Per Area' expressed as $slug/ft^{2}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SLUG-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Slug per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $slug/ft^{2}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 157.0874708943700873512858136827385 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.570874708943700873512858136827385E2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/expression> "$slug/ft^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ;
<http://qudt.org/schema/qudt/symbol> "slug/ft²" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Slug per Square Foot" ;
rdfs:label "Slug per Square Foot"@en ;
.
{"resource":"Slug per Square Foot"
,"qname":"unit:SLUG-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG-PER-FT2"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"157.0874708943700873512858136827385"
,"conversion multiplier scientific":"1.570874708943700873512858136827385E2"
,"defined unit of system":"sou:IMPERIAL"
,"description":"\"Slug per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $slug\/ft^{2}$."
,"expression":"$slug\/ft^{2}$"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Slug per Square Foot"
,"label":"Slug per Square Foot"
,"symbol":"slug\/ft²"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Slug per Square Foot\" is an Imperial unit for 'Mass Per Area' expressed as $slug/ft^{2}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "157.0874708943700873512858136827385",
"conversionMultiplier:SN" : 157.08747089437009,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"expression" : "$slug/ft^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"symbol" : "slug/ft²",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Slug per Square Foot", {
"@language" : "en",
"@value" : "Slug per Square Foot"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SLUG-PER-FT3
URI: http://qudt.org/vocab/unit/SLUG-PER-FT3
"Slug per Cubic Foot" is an Imperial unit for 'Density' expressed as $slug/ft^{3}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SLUG-PER-FT3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Slug per Cubic Foot\" is an Imperial unit for 'Density' expressed as $slug/ft^{3}$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 515.3788415169622288428012259932365 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 5.153788415169622288428012259932365E2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/expression> "$slug/ft^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA981" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA981"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "slug/ft³" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L65" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106624165> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Slug per Cubic Foot" ;
rdfs:label "Slug per Cubic Foot"@en ;
.
{"resource":"Slug per Cubic Foot"
,"qname":"unit:SLUG-PER-FT3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG-PER-FT3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106624165>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"515.3788415169622288428012259932365"
,"conversion multiplier scientific":"5.153788415169622288428012259932365E2"
,"defined unit of system":"sou:IMPERIAL"
,"description":"\"Slug per Cubic Foot\" is an Imperial unit for 'Density' expressed as $slug\/ft^{3}$."
,"expression":"$slug\/ft^{3}$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA981"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA981"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Slug per Cubic Foot"
,"label":"Slug per Cubic Foot"
,"symbol":"slug\/ft³"
,"type":"qudt:Unit"
,"unece common code":"L65"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG-PER-FT3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Slug per Cubic Foot\" is an Imperial unit for 'Density' expressed as $slug/ft^{3}$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "515.3788415169622288428012259932365",
"conversionMultiplier:SN" : 515.3788415169622,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"expression" : "$slug/ft^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA981",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA981",
"symbol" : "slug/ft³",
"uneceCommonCode" : "L65",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106624165",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Slug per Cubic Foot", {
"@language" : "en",
"@value" : "Slug per Cubic Foot"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SLUG-PER-HR
URI: http://qudt.org/vocab/unit/SLUG-PER-HR
unit slug for mass slug according to the English engineering system divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SLUG-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit slug for mass slug according to the English engineering system divided by the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.004053862108888472222222222222222223 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.053862108888472222222222222222223E-3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA982" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA982"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit slug for mass slug according to the English engineering system divided by the unit hour" ; <http://qudt.org/schema/qudt/symbol> "slug/h" ; <http://qudt.org/schema/qudt/uneceCommonCode> "L66" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Slug per Hour" ; rdfs:label "Slug per Hour"@en ; .
{"resource":"Slug per Hour"
,"qname":"unit:SLUG-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.004053862108888472222222222222222223"
,"conversion multiplier scientific":"4.053862108888472222222222222222223E-3"
,"description":"unit slug for mass slug according to the English engineering system divided by the unit hour"
,"description (plain text)":"unit slug for mass slug according to the English engineering system divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA982"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA982"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Slug per Hour"
,"label":"Slug per Hour"
,"symbol":"slug\/h"
,"type":"qudt:Unit"
,"unece common code":"L66"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit slug for mass slug according to the English engineering system divided by the unit hour",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.004053862108888472222222222222222223",
"conversionMultiplier:SN" : 0.004053862108888472,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA982",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA982",
"plainTextDescription" : "unit slug for mass slug according to the English engineering system divided by the unit hour",
"symbol" : "slug/h",
"uneceCommonCode" : "L66",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Slug per Hour", {
"@language" : "en",
"@value" : "Slug per Hour"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SLUG-PER-MIN
URI: http://qudt.org/vocab/unit/SLUG-PER-MIN
unit slug for the mass according to the English engineering system divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SLUG-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit slug for the mass according to the English engineering system divided by the unit minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2432317265333083333333333333333334 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.432317265333083333333333333333334E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA983" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA983"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit slug for the mass according to the English engineering system divided by the unit minute" ; <http://qudt.org/schema/qudt/symbol> "slug/min" ; <http://qudt.org/schema/qudt/uneceCommonCode> "L67" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Slug per Minute" ; rdfs:label "Slug per Minute"@en ; .
{"resource":"Slug per Minute"
,"qname":"unit:SLUG-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.2432317265333083333333333333333334"
,"conversion multiplier scientific":"2.432317265333083333333333333333334E-1"
,"description":"unit slug for the mass according to the English engineering system divided by the unit minute"
,"description (plain text)":"unit slug for the mass according to the English engineering system divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA983"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA983"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Slug per Minute"
,"label":"Slug per Minute"
,"symbol":"slug\/min"
,"type":"qudt:Unit"
,"unece common code":"L67"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit slug for the mass according to the English engineering system divided by the unit minute",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.2432317265333083333333333333333334",
"conversionMultiplier:SN" : 0.24323172653330832,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA983",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA983",
"plainTextDescription" : "unit slug for the mass according to the English engineering system divided by the unit minute",
"symbol" : "slug/min",
"uneceCommonCode" : "L67",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Slug per Minute", {
"@language" : "en",
"@value" : "Slug per Minute"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SLUG-PER-SEC
URI: http://qudt.org/vocab/unit/SLUG-PER-SEC
"Slug per Second" is an Imperial unit for 'Mass Per Time' expressed as $slug/s$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SLUG-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"Slug per Second\" is an Imperial unit for 'Mass Per Time' expressed as $slug/s$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/conversionMultiplier> 14.5939035919985 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.45939035919985E1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/expression> "$slug/s$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA984" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA984"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "slug/s" ; <http://qudt.org/schema/qudt/uneceCommonCode> "L68" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Slug per Second" ; rdfs:label "Slug per Second"@en ; .
{"resource":"Slug per Second"
,"qname":"unit:SLUG-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SLUG-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"14.5939035919985"
,"conversion multiplier scientific":"1.45939035919985E1"
,"defined unit of system":"sou:IMPERIAL"
,"description":"\"Slug per Second\" is an Imperial unit for 'Mass Per Time' expressed as $slug\/s$."
,"expression":"$slug\/s$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"has quantity kind":"quantitykind:MassPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA984"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA984"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Slug per Second"
,"label":"Slug per Second"
,"symbol":"slug\/s"
,"type":"qudt:Unit"
,"unece common code":"L68"
]}
{
"@id" : "http://qudt.org/vocab/unit/SLUG-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"Slug per Second\" is an Imperial unit for 'Mass Per Time' expressed as $slug/s$.",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "14.5939035919985",
"conversionMultiplier:SN" : 14.5939035919985,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"expression" : "$slug/s$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassFlowRate", "http://qudt.org/vocab/quantitykind/MassPerTime" ],
"iec61360Code" : "0112/2///62720#UAA984",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA984",
"symbol" : "slug/s",
"uneceCommonCode" : "L68",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Slug per Second", {
"@language" : "en",
"@value" : "Slug per Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SON
URI: http://qudt.org/vocab/unit/SON
psycho-acoustical unit for the subjective loudness of a tone, whereby the loudness 1 sone is allocated to the loudness level 40 phon
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SON> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "psycho-acoustical unit for the subjective loudness of a tone, whereby the loudness 1 sone is allocated to the loudness level 40 phon" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA985" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA985"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "sone" ; <http://qudt.org/schema/qudt/uneceCommonCode> "D15" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Sone" ; rdfs:label "Sone"@en ; .
{"resource":"Sone"
,"qname":"unit:SON"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SON"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"psycho-acoustical unit for the subjective loudness of a tone, whereby the loudness 1 sone is allocated to the loudness level 40 phon"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA985"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA985"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sone"
,"label":"Sone"
,"symbol":"sone"
,"type":"qudt:Unit"
,"unece common code":"D15"
]}
{
"@id" : "http://qudt.org/vocab/unit/SON",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "psycho-acoustical unit for the subjective loudness of a tone, whereby the loudness 1 sone is allocated to the loudness level 40 phon",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA985",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA985",
"symbol" : "sone",
"uneceCommonCode" : "D15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Sone"
}, "Sone" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SPF
URI: http://qudt.org/vocab/unit/SPF
the sunprotection factor is a dimensionless value expressing the required amount of protection against solar radiation
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SPF> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "the sunprotection factor is a dimensionless value expressing the required amount of protection against solar radiation" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SunProtectionFactorOfAProduct> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB597" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB597"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "SPF" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Sun Protection Factor" ; rdfs:label "Sun Protection Factor"@en ; .
{"resource":"Sun Protection Factor"
,"qname":"unit:SPF"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SPF"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"the sunprotection factor is a dimensionless value expressing the required amount of protection against solar radiation"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SunProtectionFactorOfAProduct"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB597"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB597"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sun Protection Factor"
,"label":"Sun Protection Factor"
,"symbol":"SPF"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SPF",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "the sunprotection factor is a dimensionless value expressing the required amount of protection against solar radiation",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SunProtectionFactorOfAProduct",
"iec61360Code" : "0112/2///62720#UAB597",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB597",
"symbol" : "SPF",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Sun Protection Factor"
}, "Sun Protection Factor" ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SPIN_QUANTUM_NUMBER
URI: http://qudt.org/vocab/unit/SPIN_QUANTUM_NUMBER
dimensionless atomic value expressing a system’s spin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SPIN_QUANTUM_NUMBER> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "dimensionless atomic value expressing a system’s spin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB604" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB604"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Q" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Spin Quantum Number" ; rdfs:label "Spin Quantum Number"@en ; .
{"resource":"Spin Quantum Number"
,"qname":"unit:SPIN_QUANTUM_NUMBER"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SPIN_QUANTUM_NUMBER"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"dimensionless atomic value expressing a system\u2019s spin"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB604"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB604"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Spin Quantum Number"
,"label":"Spin Quantum Number"
,"symbol":"Q"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SPIN_QUANTUM_NUMBER",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "dimensionless atomic value expressing a system’s spin",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB604",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB604",
"symbol" : "Q",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Spin Quantum Number", {
"@language" : "en",
"@value" : "Spin Quantum Number"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SR
URI: http://qudt.org/vocab/unit/SR
The steradian (symbol: sr) is the SI unit of solid angle. It is used to describe two-dimensional angular spans in three-dimensional space, analogous to the way in which the radian describes angles in a plane. The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The steradian (symbol: sr) is the SI unit of solid angle. It is used to describe two-dimensional angular spans in three-dimensional space, analogous to the way in which the radian describes angles in a plane. The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Steradian"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SolidAngle> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-PER-M2> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA986" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Steradian?oldid=494317847"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA986"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/steradian> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/steradian> ; <http://qudt.org/schema/qudt/symbol> "sr" ; <http://qudt.org/schema/qudt/ucumCode> "sr"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "sr" ; <http://qudt.org/schema/qudt/uneceCommonCode> "D27" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q177612> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Estereorradián"@es ; rdfs:label "Esterradiano"@pt ; rdfs:label "Steradian" ; rdfs:label "Steradian"@en ; rdfs:label "Steradian"@la ; rdfs:label "Steradian"@ms ; rdfs:label "Steradian"@pl ; rdfs:label "Steradian"@ro ; rdfs:label "Steradian"@sl ; rdfs:label "Steradiant"@de ; rdfs:label "Steradiante"@it ; rdfs:label "Steradián"@cs ; rdfs:label "Steradyan"@tr ; rdfs:label "Stéradian"@fr ; rdfs:label "Szteradián"@hu ; rdfs:label "Στερακτίνιο"@el ; rdfs:label "Стерадиан"@bg ; rdfs:label "Стерадиан"@ru ; rdfs:label "סטרדיאן"@he ; rdfs:label "استرادیان"@fa ; rdfs:label "ستراديان"@ar ; rdfs:label "घन मीटर"@hi ; rdfs:label "ステラジアン"@ja ; rdfs:label "球面度"@zh ; .
{"resource":"Steradian"
,"qname":"unit:SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SR"
,"properties":["Individual from SI Reference Point":"si-unit:steradian"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q177612>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Steradian"
,"defined unit of system":"sou:SI"
,"description":"The steradian (symbol: sr) is the SI unit of solid angle. It is used to describe two-dimensional angular spans in three-dimensional space, analogous to the way in which the radian describes angles in a plane. The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:SolidAngle"
,"has reciprocal unit":"unit:M2-PER-M2"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA986"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Steradian?oldid=494317847"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA986"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Estereorradián"
,"label":"Esterradiano"
,"label":"Steradian"
,"label":"Steradian"
,"label":"Steradian"
,"label":"Steradian"
,"label":"Steradian"
,"label":"Steradian"
,"label":"Steradian"
,"label":"Steradiant"
,"label":"Steradiante"
,"label":"Steradián"
,"label":"Steradyan"
,"label":"Stéradian"
,"label":"Szteradián"
,"label":"Στερακτίνιο"
,"label":"Стерадиан"
,"label":"Стерадиан"
,"label":"סטרדיאן"
,"label":"استرادیان"
,"label":"ستراديان"
,"label":"घन मीटर"
,"label":"ステラジアン"
,"label":"球面度"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/steradian>"
,"symbol":"sr"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"sr"
,"udunits code":"sr"
,"unece common code":"D27"
]}
{
"@id" : "http://qudt.org/vocab/unit/SR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The steradian (symbol: sr) is the SI unit of solid angle. It is used to describe two-dimensional angular spans in three-dimensional space, analogous to the way in which the radian describes angles in a plane. The radian and steradian are special names for the number one that may be used to convey information about the quantity concerned. In practice the symbols rad and sr are used where appropriate, but the symbol for the derived unit one is generally omitted in specifying the values of dimensionless quantities.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Steradian",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SolidAngle",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-PER-M2",
"iec61360Code" : "0112/2///62720#UAA986",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Steradian?oldid=494317847", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA986" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/steradian",
"siExactMatch" : "https://si-digital-framework.org/SI/units/steradian",
"symbol" : "sr",
"ucumCode" : "sr",
"udunitsCode" : "sr",
"uneceCommonCode" : "D27",
"wikidataMatch" : "http://www.wikidata.org/entity/Q177612",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Steradyan"
}, {
"@language" : "la",
"@value" : "Steradian"
}, {
"@language" : "ms",
"@value" : "Steradian"
}, {
"@language" : "pl",
"@value" : "Steradian"
}, {
"@language" : "ro",
"@value" : "Steradian"
}, {
"@language" : "sl",
"@value" : "Steradian"
}, "Steradian", {
"@language" : "en",
"@value" : "Steradian"
}, {
"@language" : "ru",
"@value" : "Стерадиан"
}, {
"@language" : "bg",
"@value" : "Стерадиан"
}, {
"@language" : "pt",
"@value" : "Esterradiano"
}, {
"@language" : "fa",
"@value" : "استرادیان"
}, {
"@language" : "he",
"@value" : "סטרדיאן"
}, {
"@language" : "de",
"@value" : "Steradiant"
}, {
"@language" : "fr",
"@value" : "Stéradian"
}, {
"@language" : "cs",
"@value" : "Steradián"
}, {
"@language" : "hi",
"@value" : "घन मीटर"
}, {
"@language" : "ar",
"@value" : "ستراديان"
}, {
"@language" : "it",
"@value" : "Steradiante"
}, {
"@language" : "ja",
"@value" : "ステラジアン"
}, {
"@language" : "es",
"@value" : "Estereorradián"
}, {
"@language" : "hu",
"@value" : "Szteradián"
}, {
"@language" : "el",
"@value" : "Στερακτίνιο"
}, {
"@language" : "zh",
"@value" : "球面度"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ST
URI: http://qudt.org/vocab/unit/ST
$\textit{Stokes (St)}$ is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of $L^2T^{-1}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $m^2/s$ by multiplying its value by a factor of 0.0001.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ST>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Stokes (St)}$ is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of $L^2T^{-1}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $m^2/s$ by multiplying its value by a factor of 0.0001."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Stokes"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/factorUnitScalar> 0.0001 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KinematicViscosity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA281" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Stokes?oldid=426159512"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--kinematic_viscosity--stokes.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA281"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$(cm^2/s$)"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/stokes> ;
<http://qudt.org/schema/qudt/symbol> "St" ;
<http://qudt.org/schema/qudt/ucumCode> "St"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "St" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "91" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1569733> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Stokes" ;
rdfs:label "Stokes"@en ;
.
{"resource":"Stokes"
,"qname":"unit:ST"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ST"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1569733>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Stokes"
,"description":"$\\textit{Stokes (St)}$ is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of $L^2T^{-1}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $m^2\/s$ by multiplying its value by a factor of 0.0001."
,"factorUnitScalar":"0.0001"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-1D0"
,"has quantity kind":"quantitykind:KinematicViscosity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA281"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Stokes?oldid=426159512"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--kinematic_viscosity--stokes.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA281"
,"is derived unit of system":"sou:CGS"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Stokes"
,"label":"Stokes"
,"latex definition":"$(cm^2\/s$)"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/stokes>"
,"symbol":"St"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"St"
,"udunits code":"St"
,"unece common code":"91"
]}
{
"@id" : "http://qudt.org/vocab/unit/ST",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Stokes (St)}$ is a unit in the category of Kinematic viscosity. This unit is commonly used in the cgs unit system. Stokes (St) has a dimension of $L^2T^{-1}$ where $L$ is length, and $T$ is time. It can be converted to the corresponding standard SI unit $m^2/s$ by multiplying its value by a factor of 0.0001.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"dbpediaMatch" : "http://dbpedia.org/resource/Stokes",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS",
"factorUnitScalar" : "0.0001",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/KinematicViscosity",
"iec61360Code" : "0112/2///62720#UAA281",
"informativeReference" : [ "http://www.efunda.com/glossary/units/units--kinematic_viscosity--stokes.cfm", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA281", "http://en.wikipedia.org/wiki/Stokes?oldid=426159512" ],
"latexDefinition" : "$(cm^2/s$)",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/stokes",
"symbol" : "St",
"ucumCode" : "St",
"udunitsCode" : "St",
"uneceCommonCode" : "91",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1569733",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Stokes", {
"@language" : "en",
"@value" : "Stokes"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ST-PER-BAR
URI: http://qudt.org/vocab/unit/ST-PER-BAR
[CGS] unit stokes divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ST-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit stokes divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA283" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA283"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "St/bar" ; <http://qudt.org/schema/qudt/ucumCode> "St.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G46" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Stokes per Bar" ; rdfs:label "Stokes per Bar"@en ; .
{"resource":"Stokes per Bar"
,"qname":"unit:ST-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ST-PER-BAR"
,"properties":["conversion multiplier":"0.000000001"
,"conversion multiplier scientific":"1.0E-9"
,"description":"[CGS] unit stokes divided by the unit bar"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA283"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA283"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Stokes per Bar"
,"label":"Stokes per Bar"
,"symbol":"St\/bar"
,"type":"qudt:Unit"
,"ucum code":"St.bar-1"
,"unece common code":"G46"
]}
{
"@id" : "http://qudt.org/vocab/unit/ST-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit stokes divided by the unit bar",
"conversionMultiplier" : "0.000000001",
"conversionMultiplier:SN" : 1.0E-9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA283",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA283",
"symbol" : "St/bar",
"ucumCode" : "St.bar-1",
"uneceCommonCode" : "G46",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Stokes per Bar"
}, "Stokes per Bar" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ST-PER-K
URI: http://qudt.org/vocab/unit/ST-PER-K
[CGS] unit stokes divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ST-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit stokes divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA282" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA282"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "St/K" ; <http://qudt.org/schema/qudt/ucumCode> "St.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G10" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Stokes per Kelvin" ; rdfs:label "Stokes per Kelvin"@en ; .
{"resource":"Stokes per Kelvin"
,"qname":"unit:ST-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ST-PER-K"
,"properties":["conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"[CGS] unit stokes divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M0H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA282"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA282"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Stokes per Kelvin"
,"label":"Stokes per Kelvin"
,"symbol":"St\/K"
,"type":"qudt:Unit"
,"ucum code":"St.K-1"
,"unece common code":"G10"
]}
{
"@id" : "http://qudt.org/vocab/unit/ST-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit stokes divided by the SI base unit kelvin",
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA282",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA282",
"symbol" : "St/K",
"ucumCode" : "St.K-1",
"uneceCommonCode" : "G10",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Stokes per Kelvin", {
"@language" : "en",
"@value" : "Stokes per Kelvin"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ST-PER-PA
URI: http://qudt.org/vocab/unit/ST-PER-PA
[CGS] unit stokes divided by the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ST-PER-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit stokes divided by the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB314" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB314"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "St/Pa" ; <http://qudt.org/schema/qudt/ucumCode> "St.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M80" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Stokes per Pascal" ; rdfs:label "Stokes per Pascal"@en ; .
{"resource":"Stokes per Pascal"
,"qname":"unit:ST-PER-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ST-PER-PA"
,"properties":["conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"[CGS] unit stokes divided by the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E0L3I0M-1H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB314"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB314"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Stokes per Pascal"
,"label":"Stokes per Pascal"
,"symbol":"St\/Pa"
,"type":"qudt:Unit"
,"ucum code":"St.Pa-1"
,"unece common code":"M80"
]}
{
"@id" : "http://qudt.org/vocab/unit/ST-PER-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit stokes divided by the SI derived unit pascal",
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M-1H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB314",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB314",
"symbol" : "St/Pa",
"ucumCode" : "St.Pa-1",
"uneceCommonCode" : "M80",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Stokes per Pascal", {
"@language" : "en",
"@value" : "Stokes per Pascal"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:STANDARD
URI: http://qudt.org/vocab/unit/STANDARD
non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/STANDARD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 4.672 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.672E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB116" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB116"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "standard" ; <http://qudt.org/schema/qudt/ucumCode> "1980.[bf_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "WSD" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Standard" ; rdfs:label "Standard"@en ; .
{"resource":"Standard"
,"qname":"unit:STANDARD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/STANDARD"
,"properties":["conversion multiplier":"4.672"
,"conversion multiplier scientific":"4.672E0"
,"description":"non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"
,"description (plain text)":"non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB116"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB116"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard"
,"label":"Standard"
,"scalingOf":"unit:M3"
,"symbol":"standard"
,"type":"qudt:Unit"
,"ucum code":"1980.[bf_i]"
,"unece common code":"WSD"
]}
{
"@id" : "http://qudt.org/vocab/unit/STANDARD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre",
"conversionMultiplier" : "4.672",
"conversionMultiplier:SN" : 4.672,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB116",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB116",
"plainTextDescription" : "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "standard",
"ucumCode" : "1980.[bf_i]",
"uneceCommonCode" : "WSD",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Standard", {
"@language" : "en",
"@value" : "Standard"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:STILB
URI: http://qudt.org/vocab/unit/STILB
The $\textit{stilb (sb)}$ is the CGS unit of luminance for objects that are not self-luminous. It is equal to one candela per square centimeter or 10 nits (candelas per square meter). The name was coined by the French physicist A. Blondel around 1920. It comes from the Greek word stilbein meaning 'to glitter'. It was in common use in Europe up to World War I. In North America self-explanatory terms such as candle per square inch and candle per square meter were more common. The unit has since largely been replaced by the SI unit: $\textit{candela per square meter}$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/STILB>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The $\\textit{stilb (sb)}$ is the CGS unit of luminance for objects that are not self-luminous.
It is equal to one candela per square centimeter or 10 nits (candelas per square meter).
The name was coined by the French physicist A. Blondel around 1920.
It comes from the Greek word stilbein meaning 'to glitter'.
It was in common use in Europe up to World War I.
In North America self-explanatory terms such as candle per square inch and candle per square meter were more common.
The unit has since largely been replaced by the SI unit: $\\textit{candela per square meter}$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Stilb"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Luminance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB260" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Stilb?oldid=375748497"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB260"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/stilb> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/CD-PER-M2> ;
<http://qudt.org/schema/qudt/symbol> "sb" ;
<http://qudt.org/schema/qudt/ucumCode> "sb"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "sb" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "P31" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q640907> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Stilb" ;
rdfs:label "Stilb"@en ;
.
{"resource":"Stilb"
,"qname":"unit:STILB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/STILB"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q640907>"
,"applicable system":"sou:CGS"
,"conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Stilb"
,"description":"\n The $\\textit{stilb (sb)}$ is the CGS unit of luminance for objects that are not self-luminous. \n It is equal to one candela per square centimeter or 10 nits (candelas per square meter). \n The name was coined by the French physicist A. Blondel around 1920. \n It comes from the Greek word stilbein meaning 'to glitter'. \n It was in common use in Europe up to World War I. \n In North America self-explanatory terms such as candle per square inch and candle per square meter were more common. \n The unit has since largely been replaced by the SI unit: $\\textit{candela per square meter}$.\n "
,"has dimension vector":"qkdv:A0E0L-2I1M0H0T0D0"
,"has quantity kind":"quantitykind:Luminance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB260"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Stilb?oldid=375748497"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB260"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Stilb"
,"label":"Stilb"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/stilb>"
,"scalingOf":"unit:CD-PER-M2"
,"symbol":"sb"
,"type":"qudt:Unit"
,"ucum code":"sb"
,"udunits code":"sb"
,"unece common code":"P31"
]}
{
"@id" : "http://qudt.org/vocab/unit/STILB",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n The $\\textit{stilb (sb)}$ is the CGS unit of luminance for objects that are not self-luminous. \n It is equal to one candela per square centimeter or 10 nits (candelas per square meter). \n The name was coined by the French physicist A. Blondel around 1920. \n It comes from the Greek word stilbein meaning 'to glitter'. \n It was in common use in Europe up to World War I. \n In North America self-explanatory terms such as candle per square inch and candle per square meter were more common. \n The unit has since largely been replaced by the SI unit: $\\textit{candela per square meter}$.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Stilb",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I1M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Luminance",
"iec61360Code" : "0112/2///62720#UAB260",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Stilb?oldid=375748497", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB260" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/stilb",
"scalingOf" : "http://qudt.org/vocab/unit/CD-PER-M2",
"symbol" : "sb",
"ucumCode" : "sb",
"udunitsCode" : "sb",
"uneceCommonCode" : "P31",
"wikidataMatch" : "http://www.wikidata.org/entity/Q640907",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Stilb", {
"@language" : "en",
"@value" : "Stilb"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:STR
URI: http://qudt.org/vocab/unit/STR
The stere is a unit of volume in the original metric system equal to one cubic metre. The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/STR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The stere is a unit of volume in the original metric system equal to one cubic metre. The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/St%C3%A8re"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA987" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Stère?oldid=393570287"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA987"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/stere> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "st" ; <http://qudt.org/schema/qudt/ucumCode> "st"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G26" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1585993> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Stere" ; rdfs:label "Stere"@en ; .
{"resource":"Stere"
,"qname":"unit:STR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/STR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1585993>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/St%C3%A8re"
,"description":"The stere is a unit of volume in the original metric system equal to one cubic metre. The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA987"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Stère?oldid=393570287"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA987"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Stere"
,"label":"Stere"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/stere>"
,"scalingOf":"unit:M3"
,"symbol":"st"
,"type":"qudt:Unit"
,"ucum code":"st"
,"unece common code":"G26"
]}
{
"@id" : "http://qudt.org/vocab/unit/STR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The stere is a unit of volume in the original metric system equal to one cubic metre. The stere is typically used for measuring large quantities of firewood or other cut wood, while the cubic meter is used for uncut wood. It is not part of the modern metric system (SI). In Dutch there's also a kuub, short for kubieke meter which is similar but different.",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/St%C3%A8re",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAA987",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA987", "http://en.wikipedia.org/wiki/Stère?oldid=393570287" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/stere",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "st",
"ucumCode" : "st",
"uneceCommonCode" : "G26",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1585993",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Stere"
}, "Stere" ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SUSCEPTIBILITY_ELEC
URI: http://qudt.org/vocab/unit/SUSCEPTIBILITY_ELEC
Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SUSCEPTIBILITY_ELEC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ;
<http://qudt.org/schema/qudt/latexDefinition> "\\chi_{\\text{e}} = \\frac{{\\mathbf P}}{\\varepsilon_0{\\mathbf E}}"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field." ;
<http://qudt.org/schema/qudt/symbol> "χ" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Electric Susceptibility Unit" ;
rdfs:label "Electric Susceptibility Unit"@en ;
.
{"resource":"Electric Susceptibility Unit"
,"qname":"unit:SUSCEPTIBILITY_ELEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SUSCEPTIBILITY_ELEC"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field."
,"description (plain text)":"Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Dimensionless"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Electric Susceptibility Unit"
,"label":"Electric Susceptibility Unit"
,"latex definition":"\\chi_{\\text{e}} = \\frac{{\\mathbf P}}{\\varepsilon_0{\\mathbf E}}"
,"symbol":"χ"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SUSCEPTIBILITY_ELEC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Dimensionless",
"latexDefinition" : "\\chi_{\\text{e}} = \\frac{{\\mathbf P}}{\\varepsilon_0{\\mathbf E}}",
"plainTextDescription" : "Electric susceptibility is a dimensionless proportionality constant that indicates the degree of polarization of a dielectric material in response to an applied electric field. Here P = epsilon_0 * chi_e * E. Where epsilon_0 is the electric permittivity of free space (electric constant), P is the polarization density of the material chi_e is the electric susceptibility and E is the electric field.",
"symbol" : "χ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Electric Susceptibility Unit", {
"@language" : "en",
"@value" : "Electric Susceptibility Unit"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SUSCEPTIBILITY_MAG
URI: http://qudt.org/vocab/unit/SUSCEPTIBILITY_MAG
Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SUSCEPTIBILITY_MAG>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ;
<http://qudt.org/schema/qudt/latexDefinition> "\\chi_\\text{v} = \\frac{\\mathbf{M}}{\\mathbf{H}}"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/plainTextDescription> "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity." ;
<http://qudt.org/schema/qudt/symbol> "χ" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Magnetic Susceptibility Unit" ;
rdfs:label "Magnetic Susceptibility Unit"@en ;
.
{"resource":"Magnetic Susceptibility Unit"
,"qname":"unit:SUSCEPTIBILITY_MAG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SUSCEPTIBILITY_MAG"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity."
,"description (plain text)":"Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Dimensionless"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Magnetic Susceptibility Unit"
,"label":"Magnetic Susceptibility Unit"
,"latex definition":"\\chi_\\text{v} = \\frac{\\mathbf{M}}{\\mathbf{H}}"
,"symbol":"χ"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SUSCEPTIBILITY_MAG",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Dimensionless",
"latexDefinition" : "\\chi_\\text{v} = \\frac{\\mathbf{M}}{\\mathbf{H}}",
"plainTextDescription" : "Magnetic susceptibility is a dimensionless proportionality constant that indicates the degree of magnetization of a material in response to an applied magnetic field. Here M = chi * H. Where M is the magnetization of the material (the magnetic dipole moment per unit volume), measured in amperes per meter, and H is the magnetic field strength, also measured in amperes per meter. Chi is therefore a dimensionless quantity.",
"symbol" : "χ",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Magnetic Susceptibility Unit", {
"@language" : "en",
"@value" : "Magnetic Susceptibility Unit"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SV
URI: http://qudt.org/vocab/unit/SV
Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SV> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Sievert"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DoseEquivalent> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/KiloGM-PER-J> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA284" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Sievert?oldid=495474333"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA284"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/sievert> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/sievert> ; <http://qudt.org/schema/qudt/siUnitsExpression> "J/kg" ; <http://qudt.org/schema/qudt/symbol> "Sv" ; <http://qudt.org/schema/qudt/ucumCode> "Sv"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "Sv" ; <http://qudt.org/schema/qudt/uneceCommonCode> "D13" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q103246> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Sievert" ; rdfs:label "Sievert"@cs ; rdfs:label "Sievert"@de ; rdfs:label "Sievert"@en ; rdfs:label "Sievert"@es ; rdfs:label "Sievert"@fr ; rdfs:label "Sievert"@hu ; rdfs:label "Sievert"@it ; rdfs:label "Sievert"@ms ; rdfs:label "Sievert"@pt ; rdfs:label "Sievert"@ro ; rdfs:label "Sievert"@sl ; rdfs:label "Sievert"@tr ; rdfs:label "Sievertum"@la ; rdfs:label "Siwert"@pl ; rdfs:label "Σίβερτ"@el ; rdfs:label "Зиверт"@ru ; rdfs:label "Сиверт"@bg ; rdfs:label "זיוורט"@he ; rdfs:label "زيفرت"@ar ; rdfs:label "سیورت"@fa ; rdfs:label "सैवर्ट"@hi ; rdfs:label "シーベルト"@ja ; rdfs:label "西弗"@zh ; .
{"resource":"Sievert"
,"qname":"unit:SV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SV"
,"properties":["Individual from SI Reference Point":"si-unit:sievert"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q103246>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Sievert"
,"defined unit of system":"sou:SI"
,"description":"Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used."
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:DoseEquivalent"
,"has reciprocal unit":"unit:KiloGM-PER-J"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA284"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Sievert?oldid=495474333"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-1284"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA284"
,"is coherent derived unit of system":"sou:SI"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievert"
,"label":"Sievertum"
,"label":"Siwert"
,"label":"Σίβερτ"
,"label":"Зиверт"
,"label":"Сиверт"
,"label":"זיוורט"
,"label":"زيفرت"
,"label":"سیورت"
,"label":"सैवर्ट"
,"label":"シーベルト"
,"label":"西弗"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/sievert>"
,"si units expression":"J\/kg"
,"symbol":"Sv"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Sv"
,"udunits code":"Sv"
,"unece common code":"D13"
]}
{
"@id" : "http://qudt.org/vocab/unit/SV",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Although the sievert has the same dimensions as the gray (i.e. joules per kilogram), it measures a different quantity. To avoid any risk of confusion between the absorbed dose and the equivalent dose, the corresponding special units, namely the gray instead of the joule per kilogram for absorbed dose and the sievert instead of the joule per kilogram for the dose equivalent, should be used.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Sievert",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DoseEquivalent",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/KiloGM-PER-J",
"iec61360Code" : "0112/2///62720#UAA284",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA284", "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1284", "http://en.wikipedia.org/wiki/Sievert?oldid=495474333" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/sievert",
"siExactMatch" : "https://si-digital-framework.org/SI/units/sievert",
"siUnitsExpression" : "J/kg",
"symbol" : "Sv",
"ucumCode" : "Sv",
"udunitsCode" : "Sv",
"uneceCommonCode" : "D13",
"wikidataMatch" : "http://www.wikidata.org/entity/Q103246",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Sievert"
}, {
"@language" : "pt",
"@value" : "Sievert"
}, "Sievert", {
"@language" : "cs",
"@value" : "Sievert"
}, {
"@language" : "de",
"@value" : "Sievert"
}, {
"@language" : "en",
"@value" : "Sievert"
}, {
"@language" : "es",
"@value" : "Sievert"
}, {
"@language" : "fr",
"@value" : "Sievert"
}, {
"@language" : "hu",
"@value" : "Sievert"
}, {
"@language" : "it",
"@value" : "Sievert"
}, {
"@language" : "ms",
"@value" : "Sievert"
}, {
"@language" : "pl",
"@value" : "Siwert"
}, {
"@language" : "el",
"@value" : "Σίβερτ"
}, {
"@language" : "ar",
"@value" : "زيفرت"
}, {
"@language" : "hi",
"@value" : "सैवर्ट"
}, {
"@language" : "zh",
"@value" : "西弗"
}, {
"@language" : "ru",
"@value" : "Зиверт"
}, {
"@language" : "he",
"@value" : "זיוורט"
}, {
"@language" : "bg",
"@value" : "Сиверт"
}, {
"@language" : "la",
"@value" : "Sievertum"
}, {
"@language" : "sl",
"@value" : "Sievert"
}, {
"@language" : "tr",
"@value" : "Sievert"
}, {
"@language" : "fa",
"@value" : "سیورت"
}, {
"@language" : "ja",
"@value" : "シーベルト"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SV-PER-HR
URI: http://qudt.org/vocab/unit/SV-PER-HR
SI derived unit sievert divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SV-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit sievert divided by the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB464" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB464"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Sv/h" ; <http://qudt.org/schema/qudt/ucumCode> "Sv.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P70" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Sievert per Hour" ; rdfs:label "Sievert per Hour"@en ; .
{"resource":"Sievert per Hour"
,"qname":"unit:SV-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SV-PER-HR"
,"properties":["conversion multiplier":"0.0002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-4"
,"description":"SI derived unit sievert divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB464"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB464"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sievert per Hour"
,"label":"Sievert per Hour"
,"symbol":"Sv\/h"
,"type":"qudt:Unit"
,"ucum code":"Sv.h-1"
,"unece common code":"P70"
]}
{
"@id" : "http://qudt.org/vocab/unit/SV-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit sievert divided by the unit hour",
"conversionMultiplier" : "0.0002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAB464",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB464",
"symbol" : "Sv/h",
"ucumCode" : "Sv.h-1",
"uneceCommonCode" : "P70",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Sievert per Hour", {
"@language" : "en",
"@value" : "Sievert per Hour"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SV-PER-MIN
URI: http://qudt.org/vocab/unit/SV-PER-MIN
SI derived unit sievert divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SV-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit sievert divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB468" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB468"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Sv/min" ; <http://qudt.org/schema/qudt/ucumCode> "Sv.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P74" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Sievert per Minute" ; rdfs:label "Sievert per Minute"@en ; .
{"resource":"Sievert per Minute"
,"qname":"unit:SV-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SV-PER-MIN"
,"properties":["conversion multiplier":"0.01666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-2"
,"description":"SI derived unit sievert divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB468"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB468"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sievert per Minute"
,"label":"Sievert per Minute"
,"symbol":"Sv\/min"
,"type":"qudt:Unit"
,"ucum code":"Sv.min-1"
,"unece common code":"P74"
]}
{
"@id" : "http://qudt.org/vocab/unit/SV-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit sievert divided by the unit minute",
"conversionMultiplier" : "0.01666666666666666666666666666666667",
"conversionMultiplier:SN" : 0.016666666666666666,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate" ],
"iec61360Code" : "0112/2///62720#UAB468",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB468",
"symbol" : "Sv/min",
"ucumCode" : "Sv.min-1",
"uneceCommonCode" : "P74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Sievert per Minute", {
"@language" : "en",
"@value" : "Sievert per Minute"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SV-PER-SEC
URI: http://qudt.org/vocab/unit/SV-PER-SEC
SI derived unit sievert devided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SV-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit sievert devided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/KermaRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB301" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB301"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Sv/s" ; <http://qudt.org/schema/qudt/ucumCode> "Sv.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P65" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Sievert na Sekunda"@cs ; rdfs:label "Sievert na Sekunda"@sl ; rdfs:label "Sievert par Seconde"@fr ; rdfs:label "Sievert pe Secundă"@ro ; rdfs:label "Sievert per Saat"@ms ; rdfs:label "Sievert per Saniye"@tr ; rdfs:label "Sievert per Second" ; rdfs:label "Sievert per Second"@en ; rdfs:label "Sievert per Secondo"@it ; rdfs:label "Sievert por Segundo"@es ; rdfs:label "Sievert por Segundo"@pt ; rdfs:label "Sievert pro Sekunde"@de ; rdfs:label "Sievertum per Secundum"@la ; rdfs:label "Siwert na Sekunda"@pl ; rdfs:label "Σίβερτ ανά Δευτερόλεπτο"@el ; rdfs:label "Зиверт на Секунда"@ru ; rdfs:label "Сиверт на Секунда"@bg ; .
{"resource":"Sievert per Second"
,"qname":"unit:SV-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SV-PER-SEC"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit sievert devided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:KermaRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB301"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB301"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sievert na Sekunda"
,"label":"Sievert na Sekunda"
,"label":"Sievert par Seconde"
,"label":"Sievert pe Secundă"
,"label":"Sievert per Saat"
,"label":"Sievert per Saniye"
,"label":"Sievert per Second"
,"label":"Sievert per Second"
,"label":"Sievert per Secondo"
,"label":"Sievert por Segundo"
,"label":"Sievert por Segundo"
,"label":"Sievert pro Sekunde"
,"label":"Sievertum per Secundum"
,"label":"Siwert na Sekunda"
,"label":"Σίβερτ ανά Δευτερόλεπτο"
,"label":"Зиверт на Секунда"
,"label":"Сиверт на Секунда"
,"symbol":"Sv\/s"
,"type":"qudt:Unit"
,"ucum code":"Sv.s-1"
,"unece common code":"P65"
]}
{
"@id" : "http://qudt.org/vocab/unit/SV-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit sievert devided by the SI base unit second",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/KermaRate", "http://qudt.org/vocab/quantitykind/SpecificPower", "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate" ],
"iec61360Code" : "0112/2///62720#UAB301",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB301",
"symbol" : "Sv/s",
"ucumCode" : "Sv.s-1",
"uneceCommonCode" : "P65",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Sievert per Saat"
}, {
"@language" : "fr",
"@value" : "Sievert par Seconde"
}, {
"@language" : "la",
"@value" : "Sievertum per Secundum"
}, {
"@language" : "de",
"@value" : "Sievert pro Sekunde"
}, {
"@language" : "ru",
"@value" : "Зиверт на Секунда"
}, {
"@language" : "tr",
"@value" : "Sievert per Saniye"
}, {
"@language" : "bg",
"@value" : "Сиверт на Секунда"
}, {
"@language" : "es",
"@value" : "Sievert por Segundo"
}, "Sievert per Second", {
"@language" : "en",
"@value" : "Sievert per Second"
}, {
"@language" : "pt",
"@value" : "Sievert por Segundo"
}, {
"@language" : "it",
"@value" : "Sievert per Secondo"
}, {
"@language" : "ro",
"@value" : "Sievert pe Secundă"
}, {
"@language" : "cs",
"@value" : "Sievert na Sekunda"
}, {
"@language" : "sl",
"@value" : "Sievert na Sekunda"
}, {
"@language" : "pl",
"@value" : "Siwert na Sekunda"
}, {
"@language" : "el",
"@value" : "Σίβερτ ανά Δευτερόλεπτο"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:S_Ab
URI: http://qudt.org/vocab/unit/S_Ab
The CGS electromagnetic unit of conductance; one absiemen is the conductance at which a potential of one abvolt forces a current of one abampere; equal to $10^{9}$ siemens. One siemen is the conductance at which a potential of one volt forces a current of one ampere and named for Karl Wilhem Siemens.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/S_Ab>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The CGS electromagnetic unit of conductance; one absiemen is the conductance at which a potential of one abvolt forces a current of one abampere; equal to $10^{9}$ siemens. One siemen is the conductance at which a potential of one volt forces a current of one ampere and named for Karl Wilhem Siemens."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricConductivity> ;
<http://qudt.org/schema/qudt/informativeReference> "http://wordinfo.info/unit/4266"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S-PER-M> ;
<http://qudt.org/schema/qudt/symbol> "aS" ;
<http://qudt.org/schema/qudt/ucumCode> "GS"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30063714> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Absiemen" ;
rdfs:label "Absiemen"@en ;
.
{"resource":"Absiemen"
,"qname":"unit:S_Ab"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/S_Ab"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30063714>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"description":"The CGS electromagnetic unit of conductance; one absiemen is the conductance at which a potential of one abvolt forces a current of one abampere; equal to $10^{9}$ siemens. One siemen is the conductance at which a potential of one volt forces a current of one ampere and named for Karl Wilhem Siemens."
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:ElectricConductivity"
,"informative reference":"http:\/\/wordinfo.info\/unit\/4266"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Absiemen"
,"label":"Absiemen"
,"scalingOf":"unit:S-PER-M"
,"symbol":"aS"
,"type":"qudt:Unit"
,"ucum code":"GS"
]}
{
"@id" : "http://qudt.org/vocab/unit/S_Ab",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The CGS electromagnetic unit of conductance; one absiemen is the conductance at which a potential of one abvolt forces a current of one abampere; equal to $10^{9}$ siemens. One siemen is the conductance at which a potential of one volt forces a current of one ampere and named for Karl Wilhem Siemens.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricConductivity",
"informativeReference" : "http://wordinfo.info/unit/4266",
"scalingOf" : "http://qudt.org/vocab/unit/S-PER-M",
"symbol" : "aS",
"ucumCode" : "GS",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30063714",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Absiemen", {
"@language" : "en",
"@value" : "Absiemen"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:S_Stat
URI: http://qudt.org/vocab/unit/S_Stat
The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/S_Stat> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000000000011126500561 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1126500561E-12 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MHO_Stat> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricConductivity> ; <http://qudt.org/schema/qudt/informativeReference> "http://www.knowledgedoor.com/2/units_and_constants_handbook/statsiemens.html"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://www.sizes.com/units/statmho.htm"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://www3.wolframalpha.com/input/?i=statsiemens"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/S-PER-M> ; <http://qudt.org/schema/qudt/symbol> "statS" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Statsiemens" ; rdfs:label "Statsiemens"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "statmho" ; .
{"resource":"Statsiemens"
,"qname":"unit:S_Stat"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/S_Stat"
,"properties":["alternative label":"statmho"
,"applicable system":"sou:CGS-ESU"
,"conversion multiplier":"0.0000000000011126500561"
,"conversion multiplier scientific":"1.1126500561E-12"
,"description":"The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units."
,"exact match":"unit:MHO_Stat"
,"has dimension vector":"qkdv:A0E2L-3I0M-1H0T3D0"
,"has quantity kind":"quantitykind:ElectricConductivity"
,"informative reference":"http:\/\/www.knowledgedoor.com\/2\/units_and_constants_handbook\/statsiemens.html"
,"informative reference":"http:\/\/www.sizes.com\/units\/statmho.htm"
,"informative reference":"http:\/\/www3.wolframalpha.com\/input\/?i=statsiemens"
,"is derived unit of system":"sou:CGS-ESU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statsiemens"
,"label":"Statsiemens"
,"scalingOf":"unit:S-PER-M"
,"symbol":"statS"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/S_Stat",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The unit of conductance, admittance, and susceptance in the centimeter-gram-second electrostatic system of units.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"conversionMultiplier" : "0.0000000000011126500561",
"conversionMultiplier:SN" : 1.1126500561E-12,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"exactMatch" : "http://qudt.org/vocab/unit/MHO_Stat",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E2L-3I0M-1H0T3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricConductivity",
"informativeReference" : [ "http://www.sizes.com/units/statmho.htm", "http://www3.wolframalpha.com/input/?i=statsiemens", "http://www.knowledgedoor.com/2/units_and_constants_handbook/statsiemens.html" ],
"scalingOf" : "http://qudt.org/vocab/unit/S-PER-M",
"symbol" : "statS",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Statsiemens"
}, "Statsiemens" ],
"altLabel" : "statmho",
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SolarMass
URI: http://qudt.org/vocab/unit/SolarMass
The astronomical unit of mass is the solar mass.The symbol $S$ is often used in astronomy to refer to this unit, although $M_{\odot}$ is also common. The solar mass, $1.98844 \times 10^{30} kg$, is a standard way to express mass in astronomy, used to describe the masses of other stars and galaxies. It is equal to the mass of the Sun, about 333,000 times the mass of the Earth or 1,048 times the mass of Jupiter. In practice, the masses of celestial bodies appear in the dynamics of the solar system only through the products GM, where G is the constant of gravitation.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/SolarMass>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The astronomical unit of mass is the solar mass.The symbol $S$ is often used in astronomy to refer to this unit, although $M_{\\odot}$ is also common. The solar mass, $1.98844 \\times 10^{30} kg$, is a standard way to express mass in astronomy, used to describe the masses of other stars and galaxies. It is equal to the mass of the Sun, about 333,000 times the mass of the Earth or 1,048 times the mass of Jupiter. In practice, the masses of celestial bodies appear in the dynamics of the solar system only through the products GM, where G is the constant of gravitation."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1988435000000000000000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.988435E30 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Solar_mass"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Solar_mass?oldid=494074016"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "S" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q180892> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Solar Mass" ;
rdfs:label "Solar Mass"@en ;
.
{"resource":"Solar Mass"
,"qname":"unit:SolarMass"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SolarMass"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q180892>"
,"conversion multiplier":"1988435000000000000000000000000.0"
,"conversion multiplier scientific":"1.988435E30"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Solar_mass"
,"description":"The astronomical unit of mass is the solar mass.The symbol $S$ is often used in astronomy to refer to this unit, although $M_{\\odot}$ is also common. The solar mass, $1.98844 \\times 10^{30} kg$, is a standard way to express mass in astronomy, used to describe the masses of other stars and galaxies. It is equal to the mass of the Sun, about 333,000 times the mass of the Earth or 1,048 times the mass of Jupiter. In practice, the masses of celestial bodies appear in the dynamics of the solar system only through the products GM, where G is the constant of gravitation."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Solar_mass?oldid=494074016"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Solar Mass"
,"label":"Solar Mass"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/solarMass>"
,"scalingOf":"unit:KiloGM"
,"symbol":"S"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SolarMass",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The astronomical unit of mass is the solar mass.The symbol $S$ is often used in astronomy to refer to this unit, although $M_{\\odot}$ is also common. The solar mass, $1.98844 \\times 10^{30} kg$, is a standard way to express mass in astronomy, used to describe the masses of other stars and galaxies. It is equal to the mass of the Sun, about 333,000 times the mass of the Earth or 1,048 times the mass of Jupiter. In practice, the masses of celestial bodies appear in the dynamics of the solar system only through the products GM, where G is the constant of gravitation.",
"conversionMultiplier" : "1988435000000000000000000000000.0",
"conversionMultiplier:SN" : 1.988435E30,
"dbpediaMatch" : "http://dbpedia.org/resource/Solar_mass",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"informativeReference" : "http://en.wikipedia.org/wiki/Solar_mass?oldid=494074016",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/solarMass",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "S",
"wikidataMatch" : "http://www.wikidata.org/entity/Q180892",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Solar Mass", {
"@language" : "en",
"@value" : "Solar Mass"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:SpeedOfLight
URI: http://qudt.org/vocab/unit/SpeedOfLight
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/SpeedOfLight> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpeedOfLight> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Speed of Light" ; rdfs:label "Speed of Light"@en ; .
{"resource":"Speed of Light"
,"qname":"unit:SpeedOfLight"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/SpeedOfLight"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:SpeedOfLight"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Speed of Light"
,"label":"Speed of Light"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/SpeedOfLight",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpeedOfLight",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Speed of Light", {
"@language" : "en",
"@value" : "Speed of Light"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Standard
URI: http://qudt.org/vocab/unit/Standard
non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/Standard> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/STANDARD> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4.672 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.672E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB116" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB116"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "standard" ; <http://qudt.org/schema/qudt/ucumCode> "1980.[bf_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "WSD" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q7178916> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Standard" ; rdfs:label "Standard"@en ; .
{"resource":"Standard"
,"qname":"unit:Standard"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Standard"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q7178916>"
,"conversion multiplier":"4.672"
,"conversion multiplier scientific":"4.672E0"
,"deprecated":"true"
,"description":"non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"
,"description (plain text)":"non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB116"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB116"
,"is replaced by":"unit:STANDARD"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Standard"
,"label":"Standard"
,"scalingOf":"unit:M3"
,"symbol":"standard"
,"type":"qudt:Unit"
,"ucum code":"1980.[bf_i]"
,"unece common code":"WSD"
]}
{
"@id" : "http://qudt.org/vocab/unit/Standard",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre",
"isReplacedBy" : "http://qudt.org/vocab/unit/STANDARD",
"conversionMultiplier" : "4.672",
"conversionMultiplier:SN" : 4.672,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB116",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB116",
"plainTextDescription" : "non SI-conform unit of the volume of readily finished wood material : 1 standard = 1,980 board feet or approximate 4.672 cubic metre",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "standard",
"ucumCode" : "1980.[bf_i]",
"uneceCommonCode" : "WSD",
"wikidataMatch" : "http://www.wikidata.org/entity/Q7178916",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Standard", {
"@language" : "en",
"@value" : "Standard"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Stone_UK
URI: http://qudt.org/vocab/unit/Stone_UK
unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/Stone_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 6.35029318 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.35029318E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB081" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB081"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "st{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[stone_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "STI" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1131660> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Stone (UK)" ;
rdfs:label "Stone (UK)"@en ;
.
{"resource":"Stone (UK)"
,"qname":"unit:Stone_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Stone_UK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1131660>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"6.35029318"
,"conversion multiplier scientific":"6.35029318E0"
,"description":"unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)"
,"description (plain text)":"unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB081"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB081"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Stone (UK)"
,"label":"Stone (UK)"
,"scalingOf":"unit:KiloGM"
,"symbol":"st{UK}"
,"type":"qudt:Unit"
,"ucum code":"[stone_av]"
,"unece common code":"STI"
]}
{
"@id" : "http://qudt.org/vocab/unit/Stone_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "6.35029318",
"conversionMultiplier:SN" : 6.35029318,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB081",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB081",
"plainTextDescription" : "unit of the mass which is commonly used for the determination of the weight of living beings regarding to the conversion to the avoirdupois system of units: 1 st = 14 lb (av)",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "st{UK}",
"ucumCode" : "[stone_av]",
"uneceCommonCode" : "STI",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1131660",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Stone (UK)", {
"@language" : "en",
"@value" : "Stone (UK)"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:T
URI: http://qudt.org/vocab/unit/T
The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. $T = V\cdot s \cdot m^{-2} = N\cdot A^{-1}\cdot m^{-1} = Wb\cdot m^{-2} = kg \cdot C^{-1}\cdot s^{-1}\cdot A^{-1} = kg \cdot s^{-2}\cdot A^{-1} = N \cdot s \cdot C^{-1}\cdot m^{-1}$ where, $\\$ $A$ = ampere, $C$=coulomb, $m$ = meter, $N$ = newton, $s$ = second, $T$ = tesla, $Wb$ = weber
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/T>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. $T = V\\cdot s \\cdot m^{-2} = N\\cdot A^{-1}\\cdot m^{-1} = Wb\\cdot m^{-2} = kg \\cdot C^{-1}\\cdot s^{-1}\\cdot A^{-1} = kg \\cdot s^{-2}\\cdot A^{-1} = N \\cdot s \\cdot C^{-1}\\cdot m^{-1}$ where, $\\\\$ $A$ = ampere, $C$=coulomb, $m$ = meter, $N$ = newton, $s$ = second, $T$ = tesla, $Wb$ = weber"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Tesla"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticField> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA285" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tesla?oldid=481198244"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tesla_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1406?rskey=AzXBLd"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA285"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tesla> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/tesla> ;
<http://qudt.org/schema/qudt/siUnitsExpression> "Wb/m^2" ;
<http://qudt.org/schema/qudt/symbol> "T" ;
<http://qudt.org/schema/qudt/ucumCode> "T"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "T" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D33" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q163343> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Tesla" ;
rdfs:label "Tesla"@cs ;
rdfs:label "Tesla"@de ;
rdfs:label "Tesla"@en ;
rdfs:label "Tesla"@es ;
rdfs:label "Tesla"@fr ;
rdfs:label "Tesla"@hu ;
rdfs:label "Tesla"@it ;
rdfs:label "Tesla"@la ;
rdfs:label "Tesla"@ms ;
rdfs:label "Tesla"@pl ;
rdfs:label "Tesla"@pt ;
rdfs:label "Tesla"@ro ;
rdfs:label "Tesla"@sl ;
rdfs:label "Tesla"@tr ;
rdfs:label "Τέσλα"@el ;
rdfs:label "Тесла"@bg ;
rdfs:label "Тесла"@ru ;
rdfs:label "טסלה"@he ;
rdfs:label "تسلا"@ar ;
rdfs:label "تسلا"@fa ;
rdfs:label "टैस्ला"@hi ;
rdfs:label "テスラ"@ja ;
rdfs:label "特斯拉"@zh ;
.
{"resource":"Tesla"
,"qname":"unit:T"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/T"
,"properties":["Individual from SI Reference Point":"si-unit:tesla"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q163343>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Tesla"
,"defined unit of system":"sou:SI"
,"description":"The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. $T = V\\cdot s \\cdot m^{-2} = N\\cdot A^{-1}\\cdot m^{-1} = Wb\\cdot m^{-2} = kg \\cdot C^{-1}\\cdot s^{-1}\\cdot A^{-1} = kg \\cdot s^{-2}\\cdot A^{-1} = N \\cdot s \\cdot C^{-1}\\cdot m^{-1}$ where, $\\\\$ $A$ = ampere, $C$=coulomb, $m$ = meter, $N$ = newton, $s$ = second, $T$ = tesla, $Wb$ = weber"
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticField"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA285"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tesla?oldid=481198244"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tesla_(unit)"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-1406?rskey=AzXBLd"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA285"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Tesla"
,"label":"Τέσλα"
,"label":"Тесла"
,"label":"Тесла"
,"label":"טסלה"
,"label":"تسلا"
,"label":"تسلا"
,"label":"टैस्ला"
,"label":"テスラ"
,"label":"特斯拉"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/tesla>"
,"si units expression":"Wb\/m^2"
,"symbol":"T"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"T"
,"udunits code":"T"
,"unece common code":"D33"
]}
{
"@id" : "http://qudt.org/vocab/unit/T",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of flux density (or field intensity) for magnetic fields (also called the magnetic induction). The intensity of a magnetic field can be measured by placing a current-carrying conductor in the field. The magnetic field exerts a force on the conductor, a force which depends on the amount of the current and on the length of the conductor. One tesla is defined as the field intensity generating one newton of force per ampere of current per meter of conductor. Equivalently, one tesla represents a magnetic flux density of one weber per square meter of area. A field of one tesla is quite strong: the strongest fields available in laboratories are about 20 teslas, and the Earth's magnetic flux density, at its surface, is about 50 microteslas. The tesla, defined in 1958, honors the Serbian-American electrical engineer Nikola Tesla (1856-1943), whose work in electromagnetic induction led to the first practical generators and motors using alternating current. $T = V\\cdot s \\cdot m^{-2} = N\\cdot A^{-1}\\cdot m^{-1} = Wb\\cdot m^{-2} = kg \\cdot C^{-1}\\cdot s^{-1}\\cdot A^{-1} = kg \\cdot s^{-2}\\cdot A^{-1} = N \\cdot s \\cdot C^{-1}\\cdot m^{-1}$ where, $\\\\$ $A$ = ampere, $C$=coulomb, $m$ = meter, $N$ = newton, $s$ = second, $T$ = tesla, $Wb$ = weber",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Tesla",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticField", "http://qudt.org/vocab/quantitykind/MagneticFluxDensity" ],
"iec61360Code" : "0112/2///62720#UAA285",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Tesla?oldid=481198244", "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1406?rskey=AzXBLd", "http://en.wikipedia.org/wiki/Tesla_(unit)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA285" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/tesla",
"siExactMatch" : "https://si-digital-framework.org/SI/units/tesla",
"siUnitsExpression" : "Wb/m^2",
"symbol" : "T",
"ucumCode" : "T",
"udunitsCode" : "T",
"uneceCommonCode" : "D33",
"wikidataMatch" : "http://www.wikidata.org/entity/Q163343",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hi",
"@value" : "टैस्ला"
}, {
"@language" : "zh",
"@value" : "特斯拉"
}, {
"@language" : "tr",
"@value" : "Tesla"
}, {
"@language" : "sl",
"@value" : "Tesla"
}, {
"@language" : "ro",
"@value" : "Tesla"
}, {
"@language" : "pt",
"@value" : "Tesla"
}, {
"@language" : "pl",
"@value" : "Tesla"
}, "Tesla", {
"@language" : "cs",
"@value" : "Tesla"
}, {
"@language" : "de",
"@value" : "Tesla"
}, {
"@language" : "he",
"@value" : "טסלה"
}, {
"@language" : "en",
"@value" : "Tesla"
}, {
"@language" : "es",
"@value" : "Tesla"
}, {
"@language" : "fr",
"@value" : "Tesla"
}, {
"@language" : "hu",
"@value" : "Tesla"
}, {
"@language" : "it",
"@value" : "Tesla"
}, {
"@language" : "la",
"@value" : "Tesla"
}, {
"@language" : "ms",
"@value" : "Tesla"
}, {
"@language" : "ja",
"@value" : "テスラ"
}, {
"@language" : "ru",
"@value" : "Тесла"
}, {
"@language" : "bg",
"@value" : "Тесла"
}, {
"@language" : "el",
"@value" : "Τέσλα"
}, {
"@language" : "ar",
"@value" : "تسلا"
}, {
"@language" : "fa",
"@value" : "تسلا"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:T-M
URI: http://qudt.org/vocab/unit/T-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/T-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxPerLength> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-T-M> ; <http://qudt.org/schema/qudt/symbol> "T·m" ; <http://qudt.org/schema/qudt/ucumCode> "T.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tesla Meter"@de ; rdfs:label "Tesla Meter"@en-US ; rdfs:label "Tesla Meter"@ms ; rdfs:label "Tesla Meter"@sl ; rdfs:label "Tesla Metr"@cs ; rdfs:label "Tesla Metr"@pl ; rdfs:label "Tesla Metre" ; rdfs:label "Tesla Metre"@en ; rdfs:label "Tesla Metre"@tr ; rdfs:label "Tesla Metro"@es ; rdfs:label "Tesla Metro"@it ; rdfs:label "Tesla Metro"@pt ; rdfs:label "Tesla Metru"@ro ; rdfs:label "Tesla Metrum"@la ; rdfs:label "Tesla Mètre"@fr ; rdfs:label "Τέσλα Μέτρο"@el ; rdfs:label "Тесла Метр"@ru ; rdfs:label "Тесла Метър"@bg ; .
{"resource":"Tesla Metre"
,"qname":"unit:T-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/T-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFluxPerLength"
,"has reciprocal unit":"unit:PER-T-M"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tesla Meter"
,"label":"Tesla Meter"
,"label":"Tesla Meter"
,"label":"Tesla Meter"
,"label":"Tesla Metr"
,"label":"Tesla Metr"
,"label":"Tesla Metre"
,"label":"Tesla Metre"
,"label":"Tesla Metre"
,"label":"Tesla Metro"
,"label":"Tesla Metro"
,"label":"Tesla Metro"
,"label":"Tesla Metru"
,"label":"Tesla Metrum"
,"label":"Tesla Mètre"
,"label":"Τέσλα Μέτρο"
,"label":"Тесла Метр"
,"label":"Тесла Метър"
,"symbol":"T·m"
,"type":"qudt:Unit"
,"ucum code":"T.m"
]}
{
"@id" : "http://qudt.org/vocab/unit/T-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFluxPerLength",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-T-M",
"symbol" : "T·m",
"ucumCode" : "T.m",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Tesla Meter"
}, {
"@language" : "en-us",
"@value" : "Tesla Meter"
}, {
"@language" : "ms",
"@value" : "Tesla Meter"
}, {
"@language" : "sl",
"@value" : "Tesla Meter"
}, {
"@language" : "la",
"@value" : "Tesla Metrum"
}, {
"@language" : "ro",
"@value" : "Tesla Metru"
}, {
"@language" : "es",
"@value" : "Tesla Metro"
}, {
"@language" : "ru",
"@value" : "Тесла Метр"
}, {
"@language" : "it",
"@value" : "Tesla Metro"
}, {
"@language" : "pt",
"@value" : "Tesla Metro"
}, {
"@language" : "fr",
"@value" : "Tesla Mètre"
}, {
"@language" : "el",
"@value" : "Τέσλα Μέτρο"
}, {
"@language" : "cs",
"@value" : "Tesla Metr"
}, {
"@language" : "pl",
"@value" : "Tesla Metr"
}, {
"@language" : "bg",
"@value" : "Тесла Метър"
}, "Tesla Metre", {
"@language" : "en",
"@value" : "Tesla Metre"
}, {
"@language" : "tr",
"@value" : "Tesla Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:T-SEC
URI: http://qudt.org/vocab/unit/T-SEC
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/T-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerElectricCharge> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-T-SEC> ; <http://qudt.org/schema/qudt/symbol> "T·s" ; <http://qudt.org/schema/qudt/ucumCode> "T.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tesla Saat"@ms ; rdfs:label "Tesla Saniye"@tr ; rdfs:label "Tesla Second" ; rdfs:label "Tesla Second"@en ; rdfs:label "Tesla Seconde"@fr ; rdfs:label "Tesla Secondo"@it ; rdfs:label "Tesla Secundum"@la ; rdfs:label "Tesla Secundă"@ro ; rdfs:label "Tesla Segundo"@es ; rdfs:label "Tesla Segundo"@pt ; rdfs:label "Tesla Sekunda"@cs ; rdfs:label "Tesla Sekunda"@pl ; rdfs:label "Tesla Sekunda"@sl ; rdfs:label "Tesla Sekunde"@de ; rdfs:label "Τέσλα Δευτερόλεπτο"@el ; rdfs:label "Тесла Секунда"@bg ; rdfs:label "Тесла Секунда"@ru ; .
{"resource":"Tesla Second"
,"qname":"unit:T-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/T-SEC"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerElectricCharge"
,"has reciprocal unit":"unit:PER-T-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tesla Saat"
,"label":"Tesla Saniye"
,"label":"Tesla Second"
,"label":"Tesla Second"
,"label":"Tesla Seconde"
,"label":"Tesla Secondo"
,"label":"Tesla Secundum"
,"label":"Tesla Secundă"
,"label":"Tesla Segundo"
,"label":"Tesla Segundo"
,"label":"Tesla Sekunda"
,"label":"Tesla Sekunda"
,"label":"Tesla Sekunda"
,"label":"Tesla Sekunde"
,"label":"Τέσλα Δευτερόλεπτο"
,"label":"Тесла Секунда"
,"label":"Тесла Секунда"
,"symbol":"T·s"
,"type":"qudt:Unit"
,"ucum code":"T.s"
]}
{
"@id" : "http://qudt.org/vocab/unit/T-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerElectricCharge",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-T-SEC",
"symbol" : "T·s",
"ucumCode" : "T.s",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Tesla Saat"
}, {
"@language" : "bg",
"@value" : "Тесла Секунда"
}, {
"@language" : "ru",
"@value" : "Тесла Секунда"
}, {
"@language" : "sl",
"@value" : "Tesla Sekunda"
}, {
"@language" : "cs",
"@value" : "Tesla Sekunda"
}, {
"@language" : "pl",
"@value" : "Tesla Sekunda"
}, {
"@language" : "it",
"@value" : "Tesla Secondo"
}, {
"@language" : "es",
"@value" : "Tesla Segundo"
}, {
"@language" : "pt",
"@value" : "Tesla Segundo"
}, {
"@language" : "el",
"@value" : "Τέσλα Δευτερόλεπτο"
}, {
"@language" : "la",
"@value" : "Tesla Secundum"
}, "Tesla Second", {
"@language" : "en",
"@value" : "Tesla Second"
}, {
"@language" : "tr",
"@value" : "Tesla Saniye"
}, {
"@language" : "de",
"@value" : "Tesla Sekunde"
}, {
"@language" : "ro",
"@value" : "Tesla Secundă"
}, {
"@language" : "fr",
"@value" : "Tesla Seconde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TBSP
URI: http://qudt.org/vocab/unit/TBSP
In the US and parts of Canada, a tablespoon is the largest type of spoon used for eating from a bowl. In the UK and most Commonwealth countries, a tablespoon is a type of large spoon usually used for serving. In countries where a tablespoon is a serving spoon, the nearest equivalent to the US tablespoon is either the dessert spoon or the soup spoon. A tablespoonful, nominally the capacity of one tablespoon, is commonly used as a measure of volume in cooking. It is abbreviated as T, tb, tbs, tbsp, tblsp, or tblspn. The capacity of ordinary tablespoons is not regulated by law and is subject to considerable variation. In most countries one level tablespoon is approximately 15 mL; in Australia it is 20 mL.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TBSP> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "In the US and parts of Canada, a tablespoon is the largest type of spoon used for eating from a bowl. In the UK and most Commonwealth countries, a tablespoon is a type of large spoon usually used for serving. In countries where a tablespoon is a serving spoon, the nearest equivalent to the US tablespoon is either the dessert spoon or the soup spoon. A tablespoonful, nominally the capacity of one tablespoon, is commonly used as a measure of volume in cooking. It is abbreviated as T, tb, tbs, tbsp, tblsp, or tblspn. The capacity of ordinary tablespoons is not regulated by law and is subject to considerable variation. In most countries one level tablespoon is approximately 15 mL; in Australia it is 20 mL."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000147867656 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.47867656E-5 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Tablespoon"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB006" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tablespoon?oldid=494615208"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB006"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "tbsp" ; <http://qudt.org/schema/qudt/ucumCode> "[tbs_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "Tbl" ; <http://qudt.org/schema/qudt/udunitsCode> "Tblsp" ; <http://qudt.org/schema/qudt/udunitsCode> "Tbsp" ; <http://qudt.org/schema/qudt/udunitsCode> "tblsp" ; <http://qudt.org/schema/qudt/udunitsCode> "tbsp" ; <http://qudt.org/schema/qudt/uneceCommonCode> "G24" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q105816198> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tablespoon" ; rdfs:label "Tablespoon"@en ; .
{"resource":"Tablespoon"
,"qname":"unit:TBSP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TBSP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q105816198>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0000147867656"
,"conversion multiplier scientific":"1.47867656E-5"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Tablespoon"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"In the US and parts of Canada, a tablespoon is the largest type of spoon used for eating from a bowl. In the UK and most Commonwealth countries, a tablespoon is a type of large spoon usually used for serving. In countries where a tablespoon is a serving spoon, the nearest equivalent to the US tablespoon is either the dessert spoon or the soup spoon. A tablespoonful, nominally the capacity of one tablespoon, is commonly used as a measure of volume in cooking. It is abbreviated as T, tb, tbs, tbsp, tblsp, or tblspn. The capacity of ordinary tablespoons is not regulated by law and is subject to considerable variation. In most countries one level tablespoon is approximately 15 mL; in Australia it is 20 mL."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB006"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tablespoon?oldid=494615208"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB006"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tablespoon"
,"label":"Tablespoon"
,"scalingOf":"unit:M3"
,"symbol":"tbsp"
,"type":"qudt:Unit"
,"ucum code":"[tbs_us]"
,"udunits code":"Tbl"
,"udunits code":"Tblsp"
,"udunits code":"Tbsp"
,"udunits code":"tblsp"
,"udunits code":"tbsp"
,"unece common code":"G24"
]}
{
"@id" : "http://qudt.org/vocab/unit/TBSP",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In the US and parts of Canada, a tablespoon is the largest type of spoon used for eating from a bowl. In the UK and most Commonwealth countries, a tablespoon is a type of large spoon usually used for serving. In countries where a tablespoon is a serving spoon, the nearest equivalent to the US tablespoon is either the dessert spoon or the soup spoon. A tablespoonful, nominally the capacity of one tablespoon, is commonly used as a measure of volume in cooking. It is abbreviated as T, tb, tbs, tbsp, tblsp, or tblspn. The capacity of ordinary tablespoons is not regulated by law and is subject to considerable variation. In most countries one level tablespoon is approximately 15 mL; in Australia it is 20 mL.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0000147867656",
"conversionMultiplier:SN" : 1.47867656E-5,
"dbpediaMatch" : "http://dbpedia.org/resource/Tablespoon",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB006",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Tablespoon?oldid=494615208", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB006" ],
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "tbsp",
"ucumCode" : "[tbs_us]",
"udunitsCode" : [ "Tbsp", "tbsp", "Tblsp", "tblsp", "Tbl" ],
"uneceCommonCode" : "G24",
"wikidataMatch" : "http://www.wikidata.org/entity/Q105816198",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tablespoon", {
"@language" : "en",
"@value" : "Tablespoon"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TEN
URI: http://qudt.org/vocab/unit/TEN
Counting unit for a count of ten
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TEN> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Counting unit for a count of ten" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 10.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/ONE> ; <http://qudt.org/schema/qudt/symbol> "10" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q17344038> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ten" ; rdfs:label "Ten"@en ; .
{"resource":"Ten"
,"qname":"unit:TEN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TEN"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q17344038>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"10.0"
,"conversion multiplier scientific":"1.0E1"
,"description":"Counting unit for a count of ten"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ten"
,"label":"Ten"
,"scalingOf":"unit:ONE"
,"symbol":"10"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/TEN",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Counting unit for a count of ten",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "10.0",
"conversionMultiplier:SN" : 10.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"scalingOf" : "http://qudt.org/vocab/unit/ONE",
"symbol" : "10",
"wikidataMatch" : "http://www.wikidata.org/entity/Q17344038",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ten", {
"@language" : "en",
"@value" : "Ten"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TEX
URI: http://qudt.org/vocab/unit/TEX
Tex is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TEX> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "<i>Tex</i> is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric."^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Tex"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerLength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB246" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tex?oldid=457265525"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Units_of_textile_measurement"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB246"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/GM-PER-MilliM> ; <http://qudt.org/schema/qudt/symbol> "tex" ; <http://qudt.org/schema/qudt/ucumCode> "tex"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D34" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1091257> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tex" ; rdfs:label "Tex"@en ; .
{"resource":"Tex"
,"qname":"unit:TEX"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TEX"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1091257>"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Tex"
,"description":"<i>Tex<\/i> is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerLength"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB246"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tex?oldid=457265525"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Units_of_textile_measurement"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB246"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tex"
,"label":"Tex"
,"scalingOf":"unit:GM-PER-MilliM"
,"symbol":"tex"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"tex"
,"unece common code":"D34"
]}
{
"@id" : "http://qudt.org/vocab/unit/TEX",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "<i>Tex</i> is a unit of measure for the linear mass density of fibers and is defined as the mass in grams per 1000 meters. Tex is more likely to be used in Canada and Continental Europe, while denier remains more common in the United States and United Kingdom. The unit code is 'tex'. The most commonly used unit is actually the decitex, abbreviated dtex, which is the mass in grams per 10,000 meters. When measuring objects that consist of multiple fibers the term 'filament tex' is sometimes used, referring to the mass in grams per 1000 meters of a single filament. Tex is used for measuring fiber size in many products, including cigarette filters, optical cable, yarn, and fabric.",
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"dbpediaMatch" : "http://dbpedia.org/resource/Tex",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerLength",
"iec61360Code" : "0112/2///62720#UAB246",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB246", "http://en.wikipedia.org/wiki/Tex?oldid=457265525", "http://en.wikipedia.org/wiki/Units_of_textile_measurement" ],
"scalingOf" : "http://qudt.org/vocab/unit/GM-PER-MilliM",
"symbol" : "tex",
"ucumCode" : "tex",
"uneceCommonCode" : "D34",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1091257",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tex", {
"@language" : "en",
"@value" : "Tex"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:THERM_EC
URI: http://qudt.org/vocab/unit/THERM_EC
unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/THERM_EC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1055055852.62 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.05505585262E9 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/THM_EEC> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB222" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB222"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "thm{EC}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N71" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Therm (ec)" ;
rdfs:label "Therm (ec)"@en ;
.
{"resource":"Therm (ec)"
,"qname":"unit:THERM_EC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/THERM_EC"
,"properties":["conversion multiplier":"1055055852.62"
,"conversion multiplier scientific":"1.05505585262E9"
,"description":"unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT"
,"exact match":"unit:THM_EEC"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB222"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB222"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Therm (ec)"
,"label":"Therm (ec)"
,"scalingOf":"unit:J"
,"symbol":"thm{EC}"
,"type":"qudt:Unit"
,"unece common code":"N71"
]}
{
"@id" : "http://qudt.org/vocab/unit/THERM_EC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of heat energy in commercial use, within the EU defined: 1 thm (EC) = 100 000 BtuIT",
"conversionMultiplier" : "1055055852.62",
"conversionMultiplier:SN" : 1.05505585262E9,
"exactMatch" : "http://qudt.org/vocab/unit/THM_EEC",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/ThermalEnergy" ],
"iec61360Code" : "0112/2///62720#UAB222",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB222",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "thm{EC}",
"uneceCommonCode" : "N71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Therm (ec)", {
"@language" : "en",
"@value" : "Therm (ec)"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:THERM_US
URI: http://qudt.org/vocab/unit/THERM_US
unit of heat energy in commercial use
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/THERM_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of heat energy in commercial use" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 105480400.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.054804E8 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/THM_US> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB223" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB223"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "thm{US}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N72" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Therm (u.s.)" ;
rdfs:label "Therm (u.s.)"@en ;
.
{"resource":"Therm (u.s.)"
,"qname":"unit:THERM_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/THERM_US"
,"properties":["conversion multiplier":"105480400.0"
,"conversion multiplier scientific":"1.054804E8"
,"description":"unit of heat energy in commercial use"
,"exact match":"unit:THM_US"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB223"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB223"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Therm (u.s.)"
,"label":"Therm (u.s.)"
,"scalingOf":"unit:J"
,"symbol":"thm{US}"
,"type":"qudt:Unit"
,"unece common code":"N72"
]}
{
"@id" : "http://qudt.org/vocab/unit/THERM_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of heat energy in commercial use",
"conversionMultiplier" : "105480400.0",
"conversionMultiplier:SN" : 1.054804E8,
"exactMatch" : "http://qudt.org/vocab/unit/THM_US",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Energy", "http://qudt.org/vocab/quantitykind/ThermalEnergy" ],
"iec61360Code" : "0112/2///62720#UAB223",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB223",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "thm{US}",
"uneceCommonCode" : "N72",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Therm (u.s.)", {
"@language" : "en",
"@value" : "Therm (u.s.)"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:THM_EEC
URI: http://qudt.org/vocab/unit/THM_EEC
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/THM_EEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1055055852.62 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.05505585262E9 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/THERM_EC> ;
<http://qudt.org/schema/qudt/expression> "$therm-eec$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "thm{EEC}" ;
<http://qudt.org/schema/qudt/ucumCode> "100000.[Btu_IT]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Thm_eec" ;
rdfs:label "Thm_eec"@en ;
.
{"resource":"Thm_eec"
,"qname":"unit:THM_EEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/THM_EEC"
,"properties":["conversion multiplier":"1055055852.62"
,"conversion multiplier scientific":"1.05505585262E9"
,"exact match":"unit:THERM_EC"
,"expression":"$therm-eec$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thm_eec"
,"label":"Thm_eec"
,"scalingOf":"unit:J"
,"symbol":"thm{EEC}"
,"type":"qudt:Unit"
,"ucum code":"100000.[Btu_IT]"
]}
{
"@id" : "http://qudt.org/vocab/unit/THM_EEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1055055852.62",
"conversionMultiplier:SN" : 1.05505585262E9,
"exactMatch" : "http://qudt.org/vocab/unit/THERM_EC",
"expression" : "$therm-eec$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ],
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "thm{EEC}",
"ucumCode" : "100000.[Btu_IT]",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Thm_eec", {
"@language" : "en",
"@value" : "Thm_eec"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:THM_US
URI: http://qudt.org/vocab/unit/THM_US
$\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. In the US gas industry its SI equivalent is defined as exactly $100,000 BTU59^{\circ}{F}$ or $105.4804 megajoules$. Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/THM_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
$\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy.
It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of
natural gas at standard temperature and pressure.
In the US gas industry its SI equivalent is defined as exactly $100,000 BTU59^{\\circ}{F}$ or $105.4804 megajoules$.
Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 105480400.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.054804E8 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/THERM_US> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ;
<http://qudt.org/schema/qudt/symbol> "thm{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "100000.[Btu_59]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N72" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Therm Us" ;
rdfs:label "Therm Us"@en ;
.
{"resource":"Therm Us"
,"qname":"unit:THM_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/THM_US"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"105480400.0"
,"conversion multiplier scientific":"1.054804E8"
,"description":"\n $\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. \n It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of \n natural gas at standard temperature and pressure. \n In the US gas industry its SI equivalent is defined as exactly $100,000 BTU59^{\\circ}{F}$ or $105.4804 megajoules$. \n Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills.\n "
,"exact match":"unit:THERM_US"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"informative reference":"http:\/\/www.convertunits.com\/info\/therm%2B%5BU.S.%5D"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Therm Us"
,"label":"Therm Us"
,"scalingOf":"unit:J"
,"symbol":"thm{US}"
,"type":"qudt:Unit"
,"ucum code":"100000.[Btu_59]"
,"unece common code":"N72"
]}
{
"@id" : "http://qudt.org/vocab/unit/THM_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n $\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. \n It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of \n natural gas at standard temperature and pressure. \n In the US gas industry its SI equivalent is defined as exactly $100,000 BTU59^{\\circ}{F}$ or $105.4804 megajoules$. \n Public utilities in the U.S. use the therm unit for measuring customer usage of gas and calculating the monthly bills.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "105480400.0",
"conversionMultiplier:SN" : 1.054804E8,
"exactMatch" : "http://qudt.org/vocab/unit/THERM_US",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ThermalEnergy", "http://qudt.org/vocab/quantitykind/Energy" ],
"informativeReference" : "http://www.convertunits.com/info/therm%2B%5BU.S.%5D",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "thm{US}",
"ucumCode" : "100000.[Btu_59]",
"uneceCommonCode" : "N72",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Therm Us", {
"@language" : "en",
"@value" : "Therm Us"
} ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:THM_US-PER-HR
URI: http://qudt.org/vocab/unit/THM_US-PER-HR
$\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm/h unit most often in the power, steam generation, heating, and air conditioning industries.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/THM_US-PER-HR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm/h unit most often in the power, steam generation, heating, and air conditioning industries."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 29300.11111111111111111111111111111 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.930011111111111111111111111111111E4 ;
<http://qudt.org/schema/qudt/expression> "$thm/h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.convertunits.com/info/therm%2B%5BU.S.%5D"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "thm{US}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "100000.[Btu_59].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Therm Us per Hour" ;
rdfs:label "Therm Us per Hour"@en ;
.
{"resource":"Therm Us per Hour"
,"qname":"unit:THM_US-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/THM_US-PER-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"29300.11111111111111111111111111111"
,"conversion multiplier scientific":"2.930011111111111111111111111111111E4"
,"description":"$\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm\/h unit most often in the power, steam generation, heating, and air conditioning industries."
,"expression":"$thm\/h$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/www.convertunits.com\/info\/therm%2B%5BU.S.%5D"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Therm Us per Hour"
,"label":"Therm Us per Hour"
,"symbol":"thm{US}\/h"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"100000.[Btu_59].h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/THM_US-PER-HR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "$\\textit{Therm}$ (symbol $thm$) is a non-SI unit of heat energy. It was defined in the United States in 1968 as the energy equivalent of burning 100 cubic feet of natural gas at standard temperature and pressure. Industrial processes in the U.S. use therm/h unit most often in the power, steam generation, heating, and air conditioning industries.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "29300.11111111111111111111111111111",
"conversionMultiplier:SN" : 29300.11111111111,
"expression" : "$thm/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/HeatFlowRate", "http://qudt.org/vocab/quantitykind/Power" ],
"informativeReference" : "http://www.convertunits.com/info/therm%2B%5BU.S.%5D",
"symbol" : "thm{US}/h",
"ucumCode" : "100000.[Btu_59].h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Therm Us per Hour", {
"@language" : "en",
"@value" : "Therm Us per Hour"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:THOUSAND
URI: http://qudt.org/vocab/unit/THOUSAND
Counting unit for a count of one thousand
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/THOUSAND> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Counting unit for a count of one thousand" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/ONE> ; <http://qudt.org/schema/qudt/symbol> "1000" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Thousand" ; rdfs:label "Thousand"@en ; .
{"resource":"Thousand"
,"qname":"unit:THOUSAND"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/THOUSAND"
,"properties":["applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"Counting unit for a count of one thousand"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Count"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Thousand"
,"label":"Thousand"
,"scalingOf":"unit:ONE"
,"symbol":"1000"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/THOUSAND",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit" ],
"description" : "Counting unit for a count of one thousand",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Count",
"scalingOf" : "http://qudt.org/vocab/unit/ONE",
"symbol" : "1000",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Thousand", {
"@language" : "en",
"@value" : "Thousand"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TOE
URI: http://qudt.org/vocab/unit/TOE
The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy). Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TOE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "<p>The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy). Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).</p>"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 41868000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.1868E10 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "toe" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ton of Oil Equivalent" ; rdfs:label "Ton of Oil Equivalent"@en ; .
{"resource":"Ton of Oil Equivalent"
,"qname":"unit:TOE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TOE"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"41868000000.0"
,"conversion multiplier scientific":"4.1868E10"
,"defined unit of system":"sou:USCS"
,"description":"<p>The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy). Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).<\/p>"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tonne_of_oil_equivalent"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton of Oil Equivalent"
,"label":"Ton of Oil Equivalent"
,"scalingOf":"unit:J"
,"symbol":"toe"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/TOE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "<p>The tonne of oil equivalent (toe) is a unit of energy: the amount of energy released by burning one tonne of crude oil, approximately 42 GJ (as different crude oils have different calorific values, the exact value of the toe is defined by convention; unfortunately there are several slightly different definitions as discussed below). The toe is sometimes used for large amounts of energy, as it can be more intuitive to visualise, say, the energy released by burning 1000 tonnes of oil than 42,000 billion joules (the SI unit of energy). Multiples of the toe are used, in particular the megatoe (Mtoe, one million toe) and the gigatoe (Gtoe, one billion toe).</p>",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "41868000000.0",
"conversionMultiplier:SN" : 4.1868E10,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"informativeReference" : "http://en.wikipedia.org/wiki/Tonne_of_oil_equivalent",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "toe",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton of Oil Equivalent", {
"@language" : "en",
"@value" : "Ton of Oil Equivalent"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON
URI: http://qudt.org/vocab/unit/TON
2,000-fold of the Imperial base unit pouund
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "2,000-fold of the Imperial base unit pouund"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 907.18474 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.0718474E2 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_SHORT> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_US> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/plainTextDescription> "2,000-fold of the Imperial base unit pound" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "tn" ; <http://qudt.org/schema/qudt/ucumCode> "ston_av"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "t" ; <http://qudt.org/schema/qudt/uneceCommonCode> "TNE" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ton" ; rdfs:label "Ton"@en ; .
{"resource":"Ton"
,"qname":"unit:TON"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"907.18474"
,"conversion multiplier scientific":"9.0718474E2"
,"defined unit of system":"sou:IMPERIAL"
,"description":"2,000-fold of the Imperial base unit pouund"
,"description (plain text)":"2,000-fold of the Imperial base unit pound"
,"exact match":"unit:TON_SHORT"
,"exact match":"unit:TON_US"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton"
,"label":"Ton"
,"scalingOf":"unit:KiloGM"
,"symbol":"tn"
,"type":"qudt:Unit"
,"ucum code":"ston_av"
,"udunits code":"t"
,"unece common code":"TNE"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "2,000-fold of the Imperial base unit pouund",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "907.18474",
"conversionMultiplier:SN" : 907.18474,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"exactMatch" : [ "http://qudt.org/vocab/unit/TON_US", "http://qudt.org/vocab/unit/TON_SHORT" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"plainTextDescription" : "2,000-fold of the Imperial base unit pound",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "tn",
"ucumCode" : "ston_av",
"udunitsCode" : "t",
"uneceCommonCode" : "TNE",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton", {
"@language" : "en",
"@value" : "Ton"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE
URI: http://qudt.org/vocab/unit/TONNE
1,000-fold of the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CO2Equivalent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/tonne> ; <http://qudt.org/schema/qudt/symbol> "t" ; <http://qudt.org/schema/qudt/ucumCode> "t"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "t" ; <http://qudt.org/schema/qudt/uneceCommonCode> "TNE" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q191118> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne" ; rdfs:label "Tonne"@en ; .
{"resource":"Tonne"
,"qname":"unit:TONNE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE"
,"properties":["Individual from SI Reference Point":"si-unit:tonne"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q191118>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI base unit kilogram"
,"description (plain text)":"1,000-fold of the SI base unit kilogram"
,"exact match":"unit:TON_Metric"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:CO2Equivalent"
,"has quantity kind":"quantitykind:Mass"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne"
,"label":"Tonne"
,"scalingOf":"unit:KiloGM"
,"symbol":"t"
,"type":"qudt:Unit"
,"ucum code":"t"
,"udunits code":"t"
,"unece common code":"TNE"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Mass", "http://qudt.org/vocab/quantitykind/CO2Equivalent" ],
"plainTextDescription" : "1,000-fold of the SI base unit kilogram",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"siExactMatch" : "https://si-digital-framework.org/SI/units/tonne",
"symbol" : "t",
"ucumCode" : "t",
"udunitsCode" : "t",
"uneceCommonCode" : "TNE",
"wikidataMatch" : "http://www.wikidata.org/entity/Q191118",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne", {
"@language" : "en",
"@value" : "Tonne"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-BAR
URI: http://qudt.org/vocab/unit/TONNE-PER-BAR
unit ton divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-BAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA990" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA990"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/bar" ; <http://qudt.org/schema/qudt/ucumCode> "t.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L70" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Bar" ; rdfs:label "Tonne per Bar"@en ; .
{"resource":"Tonne per Bar"
,"qname":"unit:TONNE-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"unit ton divided by the unit bar"
,"exact match":"unit:TON_Metric-PER-BAR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA990"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA990"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Bar"
,"label":"Tonne per Bar"
,"symbol":"t\/bar"
,"type":"qudt:Unit"
,"ucum code":"t.bar-1"
,"unece common code":"L70"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-BAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA990",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA990",
"symbol" : "t/bar",
"ucumCode" : "t.bar-1",
"uneceCommonCode" : "L70",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Bar", {
"@language" : "en",
"@value" : "Tonne per Bar"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-DAY
URI: http://qudt.org/vocab/unit/TONNE-PER-DAY
metric unit tonne divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "metric unit tonne divided by the unit for time day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-DAY> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA991" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA991"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "metric unit tonne divided by the unit for time day" ; <http://qudt.org/schema/qudt/symbol> "t/d" ; <http://qudt.org/schema/qudt/ucumCode> "t.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L71" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Day" ; rdfs:label "Tonne per Day"@en ; .
{"resource":"Tonne per Day"
,"qname":"unit:TONNE-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-2"
,"description":"metric unit tonne divided by the unit for time day"
,"description (plain text)":"metric unit tonne divided by the unit for time day"
,"exact match":"unit:TON_Metric-PER-DAY"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA991"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA991"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Day"
,"label":"Tonne per Day"
,"symbol":"t\/d"
,"type":"qudt:Unit"
,"ucum code":"t.d-1"
,"unece common code":"L71"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "metric unit tonne divided by the unit for time day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01157407407407407407407407407407407",
"conversionMultiplier:SN" : 0.011574074074074073,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-DAY",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA991",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA991",
"plainTextDescription" : "metric unit tonne divided by the unit for time day",
"symbol" : "t/d",
"ucumCode" : "t.d-1",
"uneceCommonCode" : "L71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Day", {
"@language" : "en",
"@value" : "Tonne per Day"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-DAY-BAR
URI: http://qudt.org/vocab/unit/TONNE-PER-DAY-BAR
unit ton divided by the product of the unit day and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-DAY-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit day and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-7 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-DAY-BAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA993" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA993"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(d·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "t.d-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L73" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Day Bar" ; rdfs:label "Tonne per Day Bar"@en ; .
{"resource":"Tonne per Day Bar"
,"qname":"unit:TONNE-PER-DAY-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-DAY-BAR"
,"properties":["conversion multiplier":"0.0000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-7"
,"description":"unit ton divided by the product of the unit day and the unit bar"
,"exact match":"unit:TON_Metric-PER-DAY-BAR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA993"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA993"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Day Bar"
,"label":"Tonne per Day Bar"
,"symbol":"t\/(d·bar)"
,"type":"qudt:Unit"
,"ucum code":"t.d-1.bar-1"
,"unece common code":"L73"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-DAY-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit day and the unit bar",
"conversionMultiplier" : "0.0000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-7,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-DAY-BAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA993",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA993",
"symbol" : "t/(d·bar)",
"ucumCode" : "t.d-1.bar-1",
"uneceCommonCode" : "L73",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Day Bar", {
"@language" : "en",
"@value" : "Tonne per Day Bar"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-DAY-K
URI: http://qudt.org/vocab/unit/TONNE-PER-DAY-K
unit ton divided by the product of the unit day and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-DAY-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit day and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-DAY-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA992" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA992"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(d·K)" ; <http://qudt.org/schema/qudt/ucumCode> "t.d-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L72" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Day Kelvin" ; rdfs:label "Tonne per Day Kelvin"@en ; .
{"resource":"Tonne per Day Kelvin"
,"qname":"unit:TONNE-PER-DAY-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-DAY-K"
,"properties":["conversion multiplier":"0.01157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-2"
,"description":"unit ton divided by the product of the unit day and the SI base unit Kelvin"
,"exact match":"unit:TON_Metric-PER-DAY-K"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA992"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA992"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Day Kelvin"
,"label":"Tonne per Day Kelvin"
,"symbol":"t\/(d·K)"
,"type":"qudt:Unit"
,"ucum code":"t.d-1.K-1"
,"unece common code":"L72"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-DAY-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit day and the SI base unit Kelvin",
"conversionMultiplier" : "0.01157407407407407407407407407407407",
"conversionMultiplier:SN" : 0.011574074074074073,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-DAY-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA992",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA992",
"symbol" : "t/(d·K)",
"ucumCode" : "t.d-1.K-1",
"uneceCommonCode" : "L72",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Day Kelvin", {
"@language" : "en",
"@value" : "Tonne per Day Kelvin"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-HA
URI: http://qudt.org/vocab/unit/TONNE-PER-HA
A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-HA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MegaGM-PER-HA> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-HA> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield." ; <http://qudt.org/schema/qudt/symbol> "t/ha" ; <http://qudt.org/schema/qudt/ucumCode> "t.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107461160> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Hectare" ; rdfs:label "Tonne per Hectare"@en ; .
{"resource":"Tonne per Hectare"
,"qname":"unit:TONNE-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-HA"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107461160>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."
,"description (plain text)":"A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."
,"exact match":"unit:MegaGM-PER-HA"
,"exact match":"unit:TON_Metric-PER-HA"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Hectare"
,"label":"Tonne per Hectare"
,"symbol":"t\/ha"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"t.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-HA",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"exactMatch" : [ "http://qudt.org/vocab/unit/TON_Metric-PER-HA", "http://qudt.org/vocab/unit/MegaGM-PER-HA" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"plainTextDescription" : "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield.",
"symbol" : "t/ha",
"ucumCode" : "t.har-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107461160",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Hectare", {
"@language" : "en",
"@value" : "Tonne per Hectare"
} ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-HA-YR
URI: http://qudt.org/vocab/unit/TONNE-PER-HA-YR
A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-HA-YR> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000000003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-9 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MegaGM-PER-HA-YR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerAreaTime> ; <http://qudt.org/schema/qudt/plainTextDescription> "A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield." ; <http://qudt.org/schema/qudt/symbol> "t/(ha·a)" ; <http://qudt.org/schema/qudt/ucumCode> "t.har-1.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Hectare Year" ; rdfs:label "Tonne per Hectare Year"@en ; .
{"resource":"Tonne per Hectare Year"
,"qname":"unit:TONNE-PER-HA-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-HA-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-9"
,"description":"A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield."
,"description (plain text)":"A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield."
,"exact match":"unit:MegaGM-PER-HA-YR"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassPerAreaTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Hectare Year"
,"label":"Tonne per Hectare Year"
,"symbol":"t\/(ha·a)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"t.har-1.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-HA-YR",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-9,
"exactMatch" : "http://qudt.org/vocab/unit/MegaGM-PER-HA-YR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerAreaTime",
"plainTextDescription" : "A measure of density equivalent to 1000kg per hectare per year or one Megagram per hectare per year, typically used to express a volume of biomass or crop yield.",
"symbol" : "t/(ha·a)",
"ucumCode" : "t.har-1.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Hectare Year", {
"@language" : "en",
"@value" : "Tonne per Hectare Year"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-HR
URI: http://qudt.org/vocab/unit/TONNE-PER-HR
unit tonne divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit tonne divided by the unit for time hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-HR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB994" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB994"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit tonne divided by the unit for time hour" ; <http://qudt.org/schema/qudt/symbol> "t/h" ; <http://qudt.org/schema/qudt/ucumCode> "t.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E18" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Hour" ; rdfs:label "Tonne per Hour"@en ; .
{"resource":"Tonne per Hour"
,"qname":"unit:TONNE-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.2777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-1"
,"description":"unit tonne divided by the unit for time hour"
,"description (plain text)":"unit tonne divided by the unit for time hour"
,"exact match":"unit:TON_Metric-PER-HR"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB994"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB994"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Hour"
,"label":"Tonne per Hour"
,"symbol":"t\/h"
,"type":"qudt:Unit"
,"ucum code":"t.h-1"
,"unece common code":"E18"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit tonne divided by the unit for time hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.2777777777777777777777777777777778",
"conversionMultiplier:SN" : 0.2777777777777778,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-HR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAB994",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB994",
"plainTextDescription" : "unit tonne divided by the unit for time hour",
"symbol" : "t/h",
"ucumCode" : "t.h-1",
"uneceCommonCode" : "E18",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Hour", {
"@language" : "en",
"@value" : "Tonne per Hour"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-HR-BAR
URI: http://qudt.org/vocab/unit/TONNE-PER-HR-BAR
unit ton divided by the product of the unit hour and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-HR-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit hour and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-6 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-HR-BAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA996" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA996"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(h·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "t.h-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L75" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Hour Bar" ; rdfs:label "Tonne per Hour Bar"@en ; .
{"resource":"Tonne per Hour Bar"
,"qname":"unit:TONNE-PER-HR-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-HR-BAR"
,"properties":["conversion multiplier":"0.000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-6"
,"description":"unit ton divided by the product of the unit hour and the unit bar"
,"exact match":"unit:TON_Metric-PER-HR-BAR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA996"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA996"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Hour Bar"
,"label":"Tonne per Hour Bar"
,"symbol":"t\/(h·bar)"
,"type":"qudt:Unit"
,"ucum code":"t.h-1.bar-1"
,"unece common code":"L75"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-HR-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit hour and the unit bar",
"conversionMultiplier" : "0.000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-6,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-HR-BAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA996",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA996",
"symbol" : "t/(h·bar)",
"ucumCode" : "t.h-1.bar-1",
"uneceCommonCode" : "L75",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Hour Bar", {
"@language" : "en",
"@value" : "Tonne per Hour Bar"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-HR-K
URI: http://qudt.org/vocab/unit/TONNE-PER-HR-K
unit ton divided by the product of the unit hour and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-HR-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit hour and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-HR-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA995" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA995"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(h·K)" ; <http://qudt.org/schema/qudt/ucumCode> "t.h-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L74" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Hour Kelvin" ; rdfs:label "Tonne per Hour Kelvin"@en ; .
{"resource":"Tonne per Hour Kelvin"
,"qname":"unit:TONNE-PER-HR-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-HR-K"
,"properties":["conversion multiplier":"0.2777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-1"
,"description":"unit ton divided by the product of the unit hour and the SI base unit Kelvin"
,"exact match":"unit:TON_Metric-PER-HR-K"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA995"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA995"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Hour Kelvin"
,"label":"Tonne per Hour Kelvin"
,"symbol":"t\/(h·K)"
,"type":"qudt:Unit"
,"ucum code":"t.h-1.K-1"
,"unece common code":"L74"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-HR-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit hour and the SI base unit Kelvin",
"conversionMultiplier" : "0.2777777777777777777777777777777778",
"conversionMultiplier:SN" : 0.2777777777777778,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-HR-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA995",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA995",
"symbol" : "t/(h·K)",
"ucumCode" : "t.h-1.K-1",
"uneceCommonCode" : "L74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Tonne per Hour Kelvin"
}, "Tonne per Hour Kelvin" ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-K
URI: http://qudt.org/vocab/unit/TONNE-PER-K
unit ton divided by the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA989" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA989"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/K" ; <http://qudt.org/schema/qudt/ucumCode> "t.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Kelvin" ; rdfs:label "Tonne per Kelvin"@en ; .
{"resource":"Tonne per Kelvin"
,"qname":"unit:TONNE-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"unit ton divided by the SI base unit Kelvin"
,"exact match":"unit:TON_Metric-PER-K"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA989"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA989"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Kelvin"
,"label":"Tonne per Kelvin"
,"symbol":"t\/K"
,"type":"qudt:Unit"
,"ucum code":"t.K-1"
,"unece common code":"L69"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the SI base unit Kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA989",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA989",
"symbol" : "t/K",
"ucumCode" : "t.K-1",
"uneceCommonCode" : "L69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Kelvin", {
"@language" : "en",
"@value" : "Tonne per Kelvin"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-M3
URI: http://qudt.org/vocab/unit/TONNE-PER-M3
unit tonne divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-M3> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA997" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA997"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit tonne divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "t/m³" ; <http://qudt.org/schema/qudt/ucumCode> "t.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D41" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106513670> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Cubic Meter"@en-US ; rdfs:label "Tonne per Cubic Metre" ; rdfs:label "Tonne per Cubic Metre"@en ; .
{"resource":"Tonne per Cubic Metre"
,"qname":"unit:TONNE-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106513670>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"unit tonne divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"unit tonne divided by the power of the SI base unit metre with the exponent 3"
,"exact match":"unit:TON_Metric-PER-M3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA997"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA997"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Cubic Meter"
,"label":"Tonne per Cubic Metre"
,"label":"Tonne per Cubic Metre"
,"symbol":"t\/m³"
,"type":"qudt:Unit"
,"ucum code":"t.m-3"
,"unece common code":"D41"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit tonne divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-M3",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA997",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA997",
"plainTextDescription" : "unit tonne divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "t/m³",
"ucumCode" : "t.m-3",
"uneceCommonCode" : "D41",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106513670",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Tonne per Cubic Meter"
}, "Tonne per Cubic Metre", {
"@language" : "en",
"@value" : "Tonne per Cubic Metre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-M3-BAR
URI: http://qudt.org/vocab/unit/TONNE-PER-M3-BAR
unit ton divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-M3-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA999" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA999"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(m³·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "t.m-3.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L77" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Cubic Meter Bar"@en-US ; rdfs:label "Tonne per Cubic Metre Bar" ; rdfs:label "Tonne per Cubic Metre Bar"@en ; .
{"resource":"Tonne per Cubic Metre Bar"
,"qname":"unit:TONNE-PER-M3-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-M3-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"unit ton divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T2D0"
,"has quantity kind":"quantitykind:MassPerEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA999"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA999"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Cubic Meter Bar"
,"label":"Tonne per Cubic Metre Bar"
,"label":"Tonne per Cubic Metre Bar"
,"symbol":"t\/(m³·bar)"
,"type":"qudt:Unit"
,"ucum code":"t.m-3.bar-1"
,"unece common code":"L77"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-M3-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the power of the SI base unit metre with the exponent 3 and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerEnergy",
"iec61360Code" : "0112/2///62720#UAA999",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA999",
"symbol" : "t/(m³·bar)",
"ucumCode" : "t.m-3.bar-1",
"uneceCommonCode" : "L77",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Cubic Metre Bar", {
"@language" : "en",
"@value" : "Tonne per Cubic Metre Bar"
}, {
"@language" : "en-us",
"@value" : "Tonne per Cubic Meter Bar"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-M3-K
URI: http://qudt.org/vocab/unit/TONNE-PER-M3-K
1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-M3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-M3-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA998" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA998"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(m³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "t.m-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L76" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Cubic Meter Kelvin"@en-US ; rdfs:label "Tonne per Cubic Metre Kelvin" ; rdfs:label "Tonne per Cubic Metre Kelvin"@en ; .
{"resource":"Tonne per Cubic Metre Kelvin"
,"qname":"unit:TONNE-PER-M3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-M3-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"
,"exact match":"unit:TON_Metric-PER-M3-K"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA998"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA998"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Cubic Meter Kelvin"
,"label":"Tonne per Cubic Metre Kelvin"
,"label":"Tonne per Cubic Metre Kelvin"
,"symbol":"t\/(m³·K)"
,"type":"qudt:Unit"
,"ucum code":"t.m-3.K-1"
,"unece common code":"L76"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-M3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-M3-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA998",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA998",
"symbol" : "t/(m³·K)",
"ucumCode" : "t.m-3.K-1",
"uneceCommonCode" : "L76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Cubic Metre Kelvin", {
"@language" : "en-us",
"@value" : "Tonne per Cubic Meter Kelvin"
}, {
"@language" : "en",
"@value" : "Tonne per Cubic Metre Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-MIN
URI: http://qudt.org/vocab/unit/TONNE-PER-MIN
unit tonne divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit tonne divided by the unit for time minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 16.66666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-MIN> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB000" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB000"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit tonne divided by the unit for time minute" ; <http://qudt.org/schema/qudt/symbol> "t/min" ; <http://qudt.org/schema/qudt/ucumCode> "t.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L78" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Minute" ; rdfs:label "Tonne per Minute"@en ; .
{"resource":"Tonne per Minute"
,"qname":"unit:TONNE-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"16.66666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E1"
,"description":"unit tonne divided by the unit for time minute"
,"description (plain text)":"unit tonne divided by the unit for time minute"
,"exact match":"unit:TON_Metric-PER-MIN"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB000"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB000"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Minute"
,"label":"Tonne per Minute"
,"symbol":"t\/min"
,"type":"qudt:Unit"
,"ucum code":"t.min-1"
,"unece common code":"L78"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit tonne divided by the unit for time minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "16.66666666666666666666666666666667",
"conversionMultiplier:SN" : 16.666666666666668,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-MIN",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAB000",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB000",
"plainTextDescription" : "unit tonne divided by the unit for time minute",
"symbol" : "t/min",
"ucumCode" : "t.min-1",
"uneceCommonCode" : "L78",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Minute", {
"@language" : "en",
"@value" : "Tonne per Minute"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-MIN-BAR
URI: http://qudt.org/vocab/unit/TONNE-PER-MIN-BAR
unit ton divided by the product of the unit minute and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-MIN-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit minute and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-4 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-MIN-BAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB002" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB002"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(min·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "t.min-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L80" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Minute Bar" ; rdfs:label "Tonne per Minute Bar"@en ; .
{"resource":"Tonne per Minute Bar"
,"qname":"unit:TONNE-PER-MIN-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-MIN-BAR"
,"properties":["conversion multiplier":"0.0001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-4"
,"description":"unit ton divided by the product of the unit minute and the unit bar"
,"exact match":"unit:TON_Metric-PER-MIN-BAR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB002"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB002"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Minute Bar"
,"label":"Tonne per Minute Bar"
,"symbol":"t\/(min·bar)"
,"type":"qudt:Unit"
,"ucum code":"t.min-1.bar-1"
,"unece common code":"L80"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-MIN-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit minute and the unit bar",
"conversionMultiplier" : "0.0001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666666E-4,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-MIN-BAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB002",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB002",
"symbol" : "t/(min·bar)",
"ucumCode" : "t.min-1.bar-1",
"uneceCommonCode" : "L80",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Minute Bar", {
"@language" : "en",
"@value" : "Tonne per Minute Bar"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-MIN-K
URI: http://qudt.org/vocab/unit/TONNE-PER-MIN-K
unit ton divided by the product of the unit minute and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-MIN-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit minute and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 16.66666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-MIN-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB001" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB001"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(min·K)" ; <http://qudt.org/schema/qudt/ucumCode> "t.min-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L79" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Minute Kelvin" ; rdfs:label "Tonne per Minute Kelvin"@en ; .
{"resource":"Tonne per Minute Kelvin"
,"qname":"unit:TONNE-PER-MIN-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-MIN-K"
,"properties":["conversion multiplier":"16.66666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E1"
,"description":"unit ton divided by the product of the unit minute and the SI base unit Kelvin"
,"exact match":"unit:TON_Metric-PER-MIN-K"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB001"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB001"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Minute Kelvin"
,"label":"Tonne per Minute Kelvin"
,"symbol":"t\/(min·K)"
,"type":"qudt:Unit"
,"ucum code":"t.min-1.K-1"
,"unece common code":"L79"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-MIN-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit minute and the SI base unit Kelvin",
"conversionMultiplier" : "16.66666666666666666666666666666667",
"conversionMultiplier:SN" : 16.666666666666668,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-MIN-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB001",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB001",
"symbol" : "t/(min·K)",
"ucumCode" : "t.min-1.K-1",
"uneceCommonCode" : "L79",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Minute Kelvin", {
"@language" : "en",
"@value" : "Tonne per Minute Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-MO
URI: http://qudt.org/vocab/unit/TONNE-PER-MO
unit tonne divided by the unit month
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-MO> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit tonne divided by the unit month" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0003919350772901616281311709002114104 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.919350772901616281311709002114104E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB366" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB366"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/mo" ; <http://qudt.org/schema/qudt/ucumCode> "t.mo-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M88" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Month" ; rdfs:label "Tonne per Month"@en ; .
{"resource":"Tonne per Month"
,"qname":"unit:TONNE-PER-MO"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-MO"
,"properties":["conversion multiplier":"0.0003919350772901616281311709002114104"
,"conversion multiplier scientific":"3.919350772901616281311709002114104E-4"
,"description":"unit tonne divided by the unit month"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"has quantity kind":"quantitykind:MassPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB366"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB366"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Month"
,"label":"Tonne per Month"
,"symbol":"t\/mo"
,"type":"qudt:Unit"
,"ucum code":"t.mo-1"
,"unece common code":"M88"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-MO",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit tonne divided by the unit month",
"conversionMultiplier" : "0.0003919350772901616281311709002114104",
"conversionMultiplier:SN" : 3.919350772901616E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassPerTime", "http://qudt.org/vocab/quantitykind/MassFlowRate" ],
"iec61360Code" : "0112/2///62720#UAB366",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB366",
"symbol" : "t/mo",
"ucumCode" : "t.mo-1",
"uneceCommonCode" : "M88",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Month", {
"@language" : "en",
"@value" : "Tonne per Month"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-SEC
URI: http://qudt.org/vocab/unit/TONNE-PER-SEC
unit tonne divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit tonne divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-SEC> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB003" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB003"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit tonne divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "t/s" ; <http://qudt.org/schema/qudt/ucumCode> "t.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L81" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Second" ; rdfs:label "Tonne per Second"@en ; .
{"resource":"Tonne per Second"
,"qname":"unit:TONNE-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"unit tonne divided by the SI base unit second"
,"description (plain text)":"unit tonne divided by the SI base unit second"
,"exact match":"unit:TON_Metric-PER-SEC"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB003"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB003"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Second"
,"label":"Tonne per Second"
,"symbol":"t\/s"
,"type":"qudt:Unit"
,"ucum code":"t.s-1"
,"unece common code":"L81"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit tonne divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-SEC",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAB003",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB003",
"plainTextDescription" : "unit tonne divided by the SI base unit second",
"symbol" : "t/s",
"ucumCode" : "t.s-1",
"uneceCommonCode" : "L81",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Second", {
"@language" : "en",
"@value" : "Tonne per Second"
} ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/TONNE-PER-SEC-BAR
unit ton divided by the product of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-SEC-BAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB005" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB005"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "t.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L83" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Second Bar" ; rdfs:label "Tonne per Second Bar"@en ; .
{"resource":"Tonne per Second Bar"
,"qname":"unit:TONNE-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"unit ton divided by the product of the SI base unit second and the unit bar"
,"exact match":"unit:TON_Metric-PER-SEC-BAR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB005"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB005"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Second Bar"
,"label":"Tonne per Second Bar"
,"symbol":"t\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"t.s-1.bar-1"
,"unece common code":"L83"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-SEC-BAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB005",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB005",
"symbol" : "t/(s·bar)",
"ucumCode" : "t.s-1.bar-1",
"uneceCommonCode" : "L83",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Second Bar", {
"@language" : "en",
"@value" : "Tonne per Second Bar"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-SEC-K
URI: http://qudt.org/vocab/unit/TONNE-PER-SEC-K
unit ton divided by the product of the SI base unit second and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the SI base unit second and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_Metric-PER-SEC-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB004" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB004"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "t.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L82" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tonne per Second Kelvin" ; rdfs:label "Tonne per Second Kelvin"@en ; .
{"resource":"Tonne per Second Kelvin"
,"qname":"unit:TONNE-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-SEC-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"unit ton divided by the product of the SI base unit second and the SI base unit Kelvin"
,"exact match":"unit:TON_Metric-PER-SEC-K"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB004"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB004"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tonne per Second Kelvin"
,"label":"Tonne per Second Kelvin"
,"symbol":"t\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"t.s-1.K-1"
,"unece common code":"L82"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the SI base unit second and the SI base unit Kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TON_Metric-PER-SEC-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB004",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB004",
"symbol" : "t/(s·K)",
"ucumCode" : "t.s-1.K-1",
"uneceCommonCode" : "L82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Second Kelvin", {
"@language" : "en",
"@value" : "Tonne per Second Kelvin"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TONNE-PER-YR
URI: http://qudt.org/vocab/unit/TONNE-PER-YR
1,000-fold of the SI base unit kilogram divided by the unit year
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TONNE-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI base unit kilogram divided by the unit year"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00003168808781402895023702689684893655 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.168808781402895023702689684893655E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB367" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB367"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/a" ; <http://qudt.org/schema/qudt/ucumCode> "t.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M89" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ton per Jaar"@nl ; rdfs:label "Tonne per Year" ; rdfs:label "Tonne per Year"@en ; .
{"resource":"Tonne per Year"
,"qname":"unit:TONNE-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TONNE-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.00003168808781402895023702689684893655"
,"conversion multiplier scientific":"3.168808781402895023702689684893655E-5"
,"description":"1,000-fold of the SI base unit kilogram divided by the unit year"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"has quantity kind":"quantitykind:MassPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB367"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB367"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton per Jaar"
,"label":"Tonne per Year"
,"label":"Tonne per Year"
,"symbol":"t\/a"
,"type":"qudt:Unit"
,"ucum code":"t.a-1"
,"unece common code":"M89"
]}
{
"@id" : "http://qudt.org/vocab/unit/TONNE-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI base unit kilogram divided by the unit year",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.00003168808781402895023702689684893655",
"conversionMultiplier:SN" : 3.168808781402895E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassPerTime", "http://qudt.org/vocab/quantitykind/MassFlowRate" ],
"iec61360Code" : "0112/2///62720#UAB367",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB367",
"symbol" : "t/a",
"ucumCode" : "t.a-1",
"uneceCommonCode" : "M89",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tonne per Year", {
"@language" : "en",
"@value" : "Tonne per Year"
}, {
"@language" : "nl",
"@value" : "Ton per Jaar"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Assay
URI: http://qudt.org/vocab/unit/TON_Assay
In the United States, a unit of mass, approximately $29.167\, grams$. The number of milligrams of precious metal in one assay ton of the ore being tested is equal to the number of troy ounces of pure precious metal in one 2000-pound ton of the ore. i.e. a bead is obtained that weights 3 milligrams, thus the precious metals in the bead would equal three troy ounces to each ton of ore with the understanding that this varies considerably in the real world as the amount of precious values in each ton of ore varies considerably.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Assay> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "In the United States, a unit of mass, approximately $29.167\\, grams$. The number of milligrams of precious metal in one assay ton of the ore being tested is equal to the number of troy ounces of pure precious metal in one 2000-pound ton of the ore. i.e. a bead is obtained that weights 3 milligrams, thus the precious metals in the bead would equal three troy ounces to each ton of ore with the understanding that this varies considerably in the real world as the amount of precious values in each ton of ore varies considerably."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.02916667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.916667E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB234" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB234"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Ton#Other_units_of_mass/weight"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "AT" ; <http://qudt.org/schema/qudt/uneceCommonCode> "M85" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Assay Ton" ; rdfs:label "Assay Ton"@en ; .
{"resource":"Assay Ton"
,"qname":"unit:TON_Assay"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Assay"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"0.02916667"
,"conversion multiplier scientific":"2.916667E-2"
,"description":"In the United States, a unit of mass, approximately $29.167\\, grams$. The number of milligrams of precious metal in one assay ton of the ore being tested is equal to the number of troy ounces of pure precious metal in one 2000-pound ton of the ore. i.e. a bead is obtained that weights 3 milligrams, thus the precious metals in the bead would equal three troy ounces to each ton of ore with the understanding that this varies considerably in the real world as the amount of precious values in each ton of ore varies considerably."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB234"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB234"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Ton#Other_units_of_mass\/weight"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Assay Ton"
,"label":"Assay Ton"
,"scalingOf":"unit:KiloGM"
,"symbol":"AT"
,"type":"qudt:Unit"
,"unece common code":"M85"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Assay",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "In the United States, a unit of mass, approximately $29.167\\, grams$. The number of milligrams of precious metal in one assay ton of the ore being tested is equal to the number of troy ounces of pure precious metal in one 2000-pound ton of the ore. i.e. a bead is obtained that weights 3 milligrams, thus the precious metals in the bead would equal three troy ounces to each ton of ore with the understanding that this varies considerably in the real world as the amount of precious values in each ton of ore varies considerably.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "0.02916667",
"conversionMultiplier:SN" : 0.02916667,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB234",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Ton#Other_units_of_mass/weight", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB234" ],
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "AT",
"uneceCommonCode" : "M85",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Assay Ton", {
"@language" : "en",
"@value" : "Assay Ton"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_FG
URI: http://qudt.org/vocab/unit/TON_FG
12000 btu per hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_FG> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "12000 btu per hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3516.853 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.516853E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ton_of_refrigeration"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$t/fg$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HeatFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfRefrigeration> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J-PER-SEC> ; <http://qudt.org/schema/qudt/symbol> "TOR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3332689> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ton of Refrigeration" ; rdfs:label "Ton of Refrigeration"@en ; .
{"resource":"Ton of Refrigeration"
,"qname":"unit:TON_FG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_FG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3332689>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"3516.853"
,"conversion multiplier scientific":"3.516853E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ton_of_refrigeration"
,"defined unit of system":"sou:USCS"
,"description":"12000 btu per hour"
,"expression":"$t\/fg$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:HeatFlowRate"
,"has quantity kind":"quantitykind:Power"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ton_of_refrigeration?oldid=494342824"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton of Refrigeration"
,"label":"Ton of Refrigeration"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/tonOfRefrigeration>"
,"scalingOf":"unit:J-PER-SEC"
,"symbol":"TOR"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_FG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "12000 btu per hour",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "3516.853",
"conversionMultiplier:SN" : 3516.853,
"dbpediaMatch" : "http://dbpedia.org/resource/Ton_of_refrigeration",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"expression" : "$t/fg$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/HeatFlowRate" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/tonOfRefrigeration",
"scalingOf" : "http://qudt.org/vocab/unit/J-PER-SEC",
"symbol" : "TOR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3332689",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton of Refrigeration", {
"@language" : "en",
"@value" : "Ton of Refrigeration"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_FG-HR
URI: http://qudt.org/vocab/unit/TON_FG-HR
12000 btu
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_FG-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "12000 btu"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 12660670.8 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.26606708E7 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Ton_of_refrigeration"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalEnergy> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "TOR·h" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ton of Refrigeration Hour" ; rdfs:label "Ton of Refrigeration Hour"@en ; .
{"resource":"Ton of Refrigeration Hour"
,"qname":"unit:TON_FG-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_FG-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"12660670.8"
,"conversion multiplier scientific":"1.26606708E7"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Ton_of_refrigeration"
,"defined unit of system":"sou:USCS"
,"description":"12000 btu"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ThermalEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Ton_of_refrigeration?oldid=494342824"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton of Refrigeration Hour"
,"label":"Ton of Refrigeration Hour"
,"symbol":"TOR·h"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_FG-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "12000 btu",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "12660670.8",
"conversionMultiplier:SN" : 1.26606708E7,
"dbpediaMatch" : "http://dbpedia.org/resource/Ton_of_refrigeration",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalEnergy",
"informativeReference" : "http://en.wikipedia.org/wiki/Ton_of_refrigeration?oldid=494342824",
"symbol" : "TOR·h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton of Refrigeration Hour", {
"@language" : "en",
"@value" : "Ton of Refrigeration Hour"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_F_US
URI: http://qudt.org/vocab/unit/TON_F_US
unit of the force according to the American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_F_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the force according to the American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 8896.443230521 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 8.896443230521E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Force> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB021" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB021"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the force according to the American system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/N> ;
<http://qudt.org/schema/qudt/symbol> "tonf{us}" ;
<http://qudt.org/schema/qudt/ucumCode> "[stonf_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L94" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ton Force (us Short)" ;
rdfs:label "Ton Force (us Short)"@en ;
.
{"resource":"Ton Force (us Short)"
,"qname":"unit:TON_F_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_F_US"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"8896.443230521"
,"conversion multiplier scientific":"8.896443230521E3"
,"description":"unit of the force according to the American system of units"
,"description (plain text)":"unit of the force according to the American system of units"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Force"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB021"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB021"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton Force (us Short)"
,"label":"Ton Force (us Short)"
,"scalingOf":"unit:N"
,"symbol":"tonf{us}"
,"type":"qudt:Unit"
,"ucum code":"[stonf_av]"
,"unece common code":"L94"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_F_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the force according to the American system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "8896.443230521",
"conversionMultiplier:SN" : 8896.443230521,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Force",
"iec61360Code" : "0112/2///62720#UAB021",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB021",
"plainTextDescription" : "unit of the force according to the American system of units",
"scalingOf" : "http://qudt.org/vocab/unit/N",
"symbol" : "tonf{us}",
"ucumCode" : "[stonf_av]",
"uneceCommonCode" : "L94",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton Force (us Short)", {
"@language" : "en",
"@value" : "Ton Force (us Short)"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_LONG
URI: http://qudt.org/vocab/unit/TON_LONG
Long ton (weight ton or imperial ton) is the name for the unit called the "ton" in the avoirdupois or Imperial system of measurements, as used in the United Kingdom and several other Commonwealth countries. One long ton is equal to 2,240 pounds (1,016 kg), 1.12 times as much as a short ton, or 35 cubic feet (0.9911 m3) of salt water with a density of 64 lb/ft3 (1.025 g/ml).
It has some limited use in the United States, most commonly in measuring the displacement of ships, and was the unit prescribed for warships by the Washington Naval Treaty 1922-for example battleships were limited to a mass of 35,000 long tons (36,000 t; 39,000 short tons).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_LONG>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """<p>Long ton (weight ton or imperial ton) is the name for the unit called the \"ton\" in the avoirdupois or Imperial system of measurements, as used in the United Kingdom and several other Commonwealth countries. One long ton is equal to 2,240 pounds (1,016 kg), 1.12 times as much as a short ton, or 35 cubic feet (0.9911 m3) of salt water with a density of 64 lb/ft3 (1.025 g/ml).</p>
<p>It has some limited use in the United States, most commonly in measuring the displacement of ships, and was the unit prescribed for warships by the Washington Naval Treaty 1922-for example battleships were limited to a mass of 35,000 long tons (36,000 t; 39,000 short tons).</p>"""^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1016.0469088 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0160469088E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_UK> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB009" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Long_ton"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB009"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "t{long}" ;
<http://qudt.org/schema/qudt/ucumCode> "[lton_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "LTN" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q667419> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Long Ton" ;
rdfs:label "Long Ton"@en ;
.
{"resource":"Long Ton"
,"qname":"unit:TON_LONG"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_LONG"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q667419>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"1016.0469088"
,"conversion multiplier scientific":"1.0160469088E3"
,"defined unit of system":"sou:IMPERIAL"
,"description":"<p>Long ton (weight ton or imperial ton) is the name for the unit called the \"ton\" in the avoirdupois or Imperial system of measurements, as used in the United Kingdom and several other Commonwealth countries. One long ton is equal to 2,240 pounds (1,016 kg), 1.12 times as much as a short ton, or 35 cubic feet (0.9911 m3) of salt water with a density of 64 lb\/ft3 (1.025 g\/ml).<\/p>\n<p>It has some limited use in the United States, most commonly in measuring the displacement of ships, and was the unit prescribed for warships by the Washington Naval Treaty 1922-for example battleships were limited to a mass of 35,000 long tons (36,000 t; 39,000 short tons).<\/p>"
,"exact match":"unit:TON_UK"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB009"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Long_ton"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB009"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Long Ton"
,"label":"Long Ton"
,"scalingOf":"unit:KiloGM"
,"symbol":"t{long}"
,"type":"qudt:Unit"
,"ucum code":"[lton_av]"
,"unece common code":"LTN"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_LONG",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "<p>Long ton (weight ton or imperial ton) is the name for the unit called the \"ton\" in the avoirdupois or Imperial system of measurements, as used in the United Kingdom and several other Commonwealth countries. One long ton is equal to 2,240 pounds (1,016 kg), 1.12 times as much as a short ton, or 35 cubic feet (0.9911 m3) of salt water with a density of 64 lb/ft3 (1.025 g/ml).</p>\n<p>It has some limited use in the United States, most commonly in measuring the displacement of ships, and was the unit prescribed for warships by the Washington Naval Treaty 1922-for example battleships were limited to a mass of 35,000 long tons (36,000 t; 39,000 short tons).</p>",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "1016.0469088",
"conversionMultiplier:SN" : 1016.0469088,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"exactMatch" : "http://qudt.org/vocab/unit/TON_UK",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB009",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB009", "http://en.wikipedia.org/wiki/Long_ton" ],
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "t{long}",
"ucumCode" : "[lton_av]",
"uneceCommonCode" : "LTN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q667419",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Long Ton", {
"@language" : "en",
"@value" : "Long Ton"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_LONG-PER-YD3
URI: http://qudt.org/vocab/unit/TON_LONG-PER-YD3
The long ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in long tons.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_LONG-PER-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The long ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in long tons."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1328.939183617433802163976232081731 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.328939183617433802163976232081731E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_UK-PER-YD3> ;
<http://qudt.org/schema/qudt/expression> "$ton/yd^3$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/symbol> "t{long}/yd³" ;
<http://qudt.org/schema/qudt/ucumCode> "[lton_av].[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L92" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Long Ton per Cubic Yard" ;
rdfs:label "Long Ton per Cubic Yard"@en ;
.
{"resource":"Long Ton per Cubic Yard"
,"qname":"unit:TON_LONG-PER-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_LONG-PER-YD3"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"1328.939183617433802163976232081731"
,"conversion multiplier scientific":"1.328939183617433802163976232081731E3"
,"defined unit of system":"sou:IMPERIAL"
,"description":"The long ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in long tons."
,"exact match":"unit:TON_UK-PER-YD3"
,"expression":"$ton\/yd^3$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Long Ton per Cubic Yard"
,"label":"Long Ton per Cubic Yard"
,"symbol":"t{long}\/yd³"
,"type":"qudt:Unit"
,"ucum code":"[lton_av].[yd_i]-3"
,"unece common code":"L92"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_LONG-PER-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The long ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in long tons.",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "1328.939183617433802163976232081731",
"conversionMultiplier:SN" : 1328.9391836174339,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"exactMatch" : "http://qudt.org/vocab/unit/TON_UK-PER-YD3",
"expression" : "$ton/yd^3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"symbol" : "t{long}/yd³",
"ucumCode" : "[lton_av].[yd_i]-3",
"uneceCommonCode" : "L92",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Long Ton per Cubic Yard", {
"@language" : "en",
"@value" : "Long Ton per Cubic Yard"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric
URI: http://qudt.org/vocab/unit/TON_Metric
The tonne (SI unit symbol: t) is a metric system unit of mass equal to 1,000 kilograms (2,204.6 pounds). It is a non-SI unit accepted for use with SI. To avoid confusion with the ton, it is also known as the metric tonne and metric ton in the United States[3] and occasionally in the United Kingdom. In SI units and prefixes, the tonne is a megagram (Mg), a rarely-used symbol, easily confused with mg, for milligram.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The tonne (SI unit symbol: t) is a metric system unit of mass equal to 1,000 kilograms (2,204.6 pounds). It is a non-SI unit accepted for use with SI. To avoid confusion with the ton, it is also known as the metric tonne and metric ton in the United States[3] and occasionally in the United Kingdom. In SI units and prefixes, the tonne is a megagram (Mg), a rarely-used symbol, easily confused with mg, for milligram."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Tonne"^^xsd:anyURI ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA988" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Tonne?oldid=492526238"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA988"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000-fold of the SI base unit kilogram" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ; <http://qudt.org/schema/qudt/symbol> "t" ; <http://qudt.org/schema/qudt/ucumCode> "t"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "TNE" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton" ; rdfs:label "Metric Ton"@en ; <http://www.w3.org/2004/02/skos/core#altLabel> "metric-tonne" ; .
{"resource":"Metric Ton"
,"qname":"unit:TON_Metric"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric"
,"properties":["alternative label":"metric-tonne"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Tonne"
,"description":"The tonne (SI unit symbol: t) is a metric system unit of mass equal to 1,000 kilograms (2,204.6 pounds). It is a non-SI unit accepted for use with SI. To avoid confusion with the ton, it is also known as the metric tonne and metric ton in the United States[3] and occasionally in the United Kingdom. In SI units and prefixes, the tonne is a megagram (Mg), a rarely-used symbol, easily confused with mg, for milligram."
,"description (plain text)":"1,000-fold of the SI base unit kilogram"
,"exact match":"unit:TONNE"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA988"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Tonne?oldid=492526238"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA988"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton"
,"label":"Metric Ton"
,"scalingOf":"unit:KiloGM"
,"symbol":"t"
,"type":"qudt:Unit"
,"ucum code":"t"
,"unece common code":"TNE"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The tonne (SI unit symbol: t) is a metric system unit of mass equal to 1,000 kilograms (2,204.6 pounds). It is a non-SI unit accepted for use with SI. To avoid confusion with the ton, it is also known as the metric tonne and metric ton in the United States[3] and occasionally in the United Kingdom. In SI units and prefixes, the tonne is a megagram (Mg), a rarely-used symbol, easily confused with mg, for milligram.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Tonne",
"exactMatch" : "http://qudt.org/vocab/unit/TONNE",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAA988",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA988", "http://en.wikipedia.org/wiki/Tonne?oldid=492526238" ],
"plainTextDescription" : "1,000-fold of the SI base unit kilogram",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "t",
"ucumCode" : "t",
"uneceCommonCode" : "TNE",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton", {
"@language" : "en",
"@value" : "Metric Ton"
} ],
"altLabel" : "metric-tonne",
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-BAR
URI: http://qudt.org/vocab/unit/TON_Metric-PER-BAR
unit ton divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-BAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA990" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA990"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/bar" ; <http://qudt.org/schema/qudt/ucumCode> "t.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L70" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Bar" ; rdfs:label "Metric Ton per Bar"@en ; .
{"resource":"Metric Ton per Bar"
,"qname":"unit:TON_Metric-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"unit ton divided by the unit bar"
,"exact match":"unit:TONNE-PER-BAR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA990"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA990"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Bar"
,"label":"Metric Ton per Bar"
,"symbol":"t\/bar"
,"type":"qudt:Unit"
,"ucum code":"t.bar-1"
,"unece common code":"L70"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-BAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA990",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA990",
"symbol" : "t/bar",
"ucumCode" : "t.bar-1",
"uneceCommonCode" : "L70",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Bar", {
"@language" : "en",
"@value" : "Metric Ton per Bar"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-DAY
URI: http://qudt.org/vocab/unit/TON_Metric-PER-DAY
metric unit ton divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "metric unit ton divided by the unit for time day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-DAY> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA991" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA991"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "metric unit ton divided by the unit for time day" ; <http://qudt.org/schema/qudt/symbol> "t/d" ; <http://qudt.org/schema/qudt/ucumCode> "t.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L71" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Day" ; rdfs:label "Metric Ton per Day"@en ; .
{"resource":"Metric Ton per Day"
,"qname":"unit:TON_Metric-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-DAY"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.01157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-2"
,"description":"metric unit ton divided by the unit for time day"
,"description (plain text)":"metric unit ton divided by the unit for time day"
,"exact match":"unit:TONNE-PER-DAY"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA991"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA991"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Day"
,"label":"Metric Ton per Day"
,"symbol":"t\/d"
,"type":"qudt:Unit"
,"ucum code":"t.d-1"
,"unece common code":"L71"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "metric unit ton divided by the unit for time day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "0.01157407407407407407407407407407407",
"conversionMultiplier:SN" : 0.011574074074074073,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-DAY",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAA991",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA991",
"plainTextDescription" : "metric unit ton divided by the unit for time day",
"symbol" : "t/d",
"ucumCode" : "t.d-1",
"uneceCommonCode" : "L71",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Day", {
"@language" : "en",
"@value" : "Metric Ton per Day"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-DAY-BAR
URI: http://qudt.org/vocab/unit/TON_Metric-PER-DAY-BAR
unit ton divided by the product of the unit day and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-DAY-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit day and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-7 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-DAY-BAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA993" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA993"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(d·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "t.d-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L73" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Day Bar" ; rdfs:label "Metric Ton per Day Bar"@en ; .
{"resource":"Metric Ton per Day Bar"
,"qname":"unit:TON_Metric-PER-DAY-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-DAY-BAR"
,"properties":["conversion multiplier":"0.0000001157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-7"
,"description":"unit ton divided by the product of the unit day and the unit bar"
,"exact match":"unit:TONNE-PER-DAY-BAR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA993"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA993"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Day Bar"
,"label":"Metric Ton per Day Bar"
,"symbol":"t\/(d·bar)"
,"type":"qudt:Unit"
,"ucum code":"t.d-1.bar-1"
,"unece common code":"L73"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-DAY-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit day and the unit bar",
"conversionMultiplier" : "0.0000001157407407407407407407407407407407",
"conversionMultiplier:SN" : 1.1574074074074074E-7,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-DAY-BAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA993",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA993",
"symbol" : "t/(d·bar)",
"ucumCode" : "t.d-1.bar-1",
"uneceCommonCode" : "L73",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Day Bar", {
"@language" : "en",
"@value" : "Metric Ton per Day Bar"
} ],
"@context" : {
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-DAY-K
URI: http://qudt.org/vocab/unit/TON_Metric-PER-DAY-K
unit ton divided by the product of the unit day and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-DAY-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit day and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01157407407407407407407407407407407 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.157407407407407407407407407407407E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-DAY-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA992" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA992"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(d·K)" ; <http://qudt.org/schema/qudt/ucumCode> "t.d-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L72" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Day Kelvin" ; rdfs:label "Metric Ton per Day Kelvin"@en ; .
{"resource":"Metric Ton per Day Kelvin"
,"qname":"unit:TON_Metric-PER-DAY-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-DAY-K"
,"properties":["conversion multiplier":"0.01157407407407407407407407407407407"
,"conversion multiplier scientific":"1.157407407407407407407407407407407E-2"
,"description":"unit ton divided by the product of the unit day and the SI base unit Kelvin"
,"exact match":"unit:TONNE-PER-DAY-K"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA992"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA992"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Day Kelvin"
,"label":"Metric Ton per Day Kelvin"
,"symbol":"t\/(d·K)"
,"type":"qudt:Unit"
,"ucum code":"t.d-1.K-1"
,"unece common code":"L72"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-DAY-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit day and the SI base unit Kelvin",
"conversionMultiplier" : "0.01157407407407407407407407407407407",
"conversionMultiplier:SN" : 0.011574074074074073,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-DAY-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA992",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA992",
"symbol" : "t/(d·K)",
"ucumCode" : "t.d-1.K-1",
"uneceCommonCode" : "L72",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Day Kelvin", {
"@language" : "en",
"@value" : "Metric Ton per Day Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-HA
URI: http://qudt.org/vocab/unit/TON_Metric-PER-HA
A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-HA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.1 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MegaGM-PER-HA> ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-HA> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield." ; <http://qudt.org/schema/qudt/symbol> "t/ha" ; <http://qudt.org/schema/qudt/ucumCode> "t.har-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Hectare" ; rdfs:label "Metric Ton per Hectare"@en ; .
{"resource":"Metric Ton per Hectare"
,"qname":"unit:TON_Metric-PER-HA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-HA"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.1"
,"conversion multiplier scientific":"1.0E-1"
,"description":"A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."
,"description (plain text)":"A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield."
,"exact match":"unit:MegaGM-PER-HA"
,"exact match":"unit:TONNE-PER-HA"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T0D0"
,"has quantity kind":"quantitykind:MassPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Hectare"
,"label":"Metric Ton per Hectare"
,"symbol":"t\/ha"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"t.har-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-HA",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.1",
"conversionMultiplier:SN" : 0.1,
"exactMatch" : [ "http://qudt.org/vocab/unit/MegaGM-PER-HA", "http://qudt.org/vocab/unit/TONNE-PER-HA" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassPerArea",
"plainTextDescription" : "A measure of density equivalent to 1000kg per hectare or one Megagram per hectare, typically used to express a volume of biomass or crop yield.",
"symbol" : "t/ha",
"ucumCode" : "t.har-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Metric Ton per Hectare"
}, "Metric Ton per Hectare" ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-HR
URI: http://qudt.org/vocab/unit/TON_Metric-PER-HR
unit tonne divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit tonne divided by the unit for time hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-HR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB994" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB994"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit tonne divided by the unit for time hour" ; <http://qudt.org/schema/qudt/symbol> "t/h" ; <http://qudt.org/schema/qudt/ucumCode> "t.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E18" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Hour" ; rdfs:label "Metric Ton per Hour"@en ; .
{"resource":"Metric Ton per Hour"
,"qname":"unit:TON_Metric-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.2777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-1"
,"description":"unit tonne divided by the unit for time hour"
,"description (plain text)":"unit tonne divided by the unit for time hour"
,"exact match":"unit:TONNE-PER-HR"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB994"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB994"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Hour"
,"label":"Metric Ton per Hour"
,"symbol":"t\/h"
,"type":"qudt:Unit"
,"ucum code":"t.h-1"
,"unece common code":"E18"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit tonne divided by the unit for time hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.2777777777777777777777777777777778",
"conversionMultiplier:SN" : 0.2777777777777778,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-HR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAB994",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB994",
"plainTextDescription" : "unit tonne divided by the unit for time hour",
"symbol" : "t/h",
"ucumCode" : "t.h-1",
"uneceCommonCode" : "E18",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Hour", {
"@language" : "en",
"@value" : "Metric Ton per Hour"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-HR-BAR
URI: http://qudt.org/vocab/unit/TON_Metric-PER-HR-BAR
unit ton divided by the product of the unit hour and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-HR-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit hour and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000002777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-6 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-HR-BAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA996" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA996"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(h·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "t.h-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L75" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Hour Bar" ; rdfs:label "Metric Ton per Hour Bar"@en ; .
{"resource":"Metric Ton per Hour Bar"
,"qname":"unit:TON_Metric-PER-HR-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-HR-BAR"
,"properties":["conversion multiplier":"0.000002777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-6"
,"description":"unit ton divided by the product of the unit hour and the unit bar"
,"exact match":"unit:TONNE-PER-HR-BAR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA996"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA996"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Hour Bar"
,"label":"Metric Ton per Hour Bar"
,"symbol":"t\/(h·bar)"
,"type":"qudt:Unit"
,"ucum code":"t.h-1.bar-1"
,"unece common code":"L75"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-HR-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit hour and the unit bar",
"conversionMultiplier" : "0.000002777777777777777777777777777777778",
"conversionMultiplier:SN" : 2.777777777777778E-6,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-HR-BAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA996",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA996",
"symbol" : "t/(h·bar)",
"ucumCode" : "t.h-1.bar-1",
"uneceCommonCode" : "L75",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Hour Bar", {
"@language" : "en",
"@value" : "Metric Ton per Hour Bar"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-HR-K
URI: http://qudt.org/vocab/unit/TON_Metric-PER-HR-K
unit ton divided by the product of the unit hour and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-HR-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit hour and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.2777777777777777777777777777777778 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.777777777777777777777777777777778E-1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-HR-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA995" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA995"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(h·K)" ; <http://qudt.org/schema/qudt/ucumCode> "t.h-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L74" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Hour Kelvin" ; rdfs:label "Metric Ton per Hour Kelvin"@en ; .
{"resource":"Metric Ton per Hour Kelvin"
,"qname":"unit:TON_Metric-PER-HR-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-HR-K"
,"properties":["conversion multiplier":"0.2777777777777777777777777777777778"
,"conversion multiplier scientific":"2.777777777777777777777777777777778E-1"
,"description":"unit ton divided by the product of the unit hour and the SI base unit Kelvin"
,"exact match":"unit:TONNE-PER-HR-K"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA995"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA995"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Hour Kelvin"
,"label":"Metric Ton per Hour Kelvin"
,"symbol":"t\/(h·K)"
,"type":"qudt:Unit"
,"ucum code":"t.h-1.K-1"
,"unece common code":"L74"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-HR-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit hour and the SI base unit Kelvin",
"conversionMultiplier" : "0.2777777777777777777777777777777778",
"conversionMultiplier:SN" : 0.2777777777777778,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-HR-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA995",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA995",
"symbol" : "t/(h·K)",
"ucumCode" : "t.h-1.K-1",
"uneceCommonCode" : "L74",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Hour Kelvin", {
"@language" : "en",
"@value" : "Metric Ton per Hour Kelvin"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-K
URI: http://qudt.org/vocab/unit/TON_Metric-PER-K
unit ton divided by the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA989" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA989"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/K" ; <http://qudt.org/schema/qudt/ucumCode> "t.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L69" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Kelvin" ; rdfs:label "Metric Ton per Kelvin"@en ; .
{"resource":"Metric Ton per Kelvin"
,"qname":"unit:TON_Metric-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"unit ton divided by the SI base unit Kelvin"
,"exact match":"unit:TONNE-PER-K"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA989"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA989"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Kelvin"
,"label":"Metric Ton per Kelvin"
,"symbol":"t\/K"
,"type":"qudt:Unit"
,"ucum code":"t.K-1"
,"unece common code":"L69"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the SI base unit Kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA989",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA989",
"symbol" : "t/K",
"ucumCode" : "t.K-1",
"uneceCommonCode" : "L69",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Kelvin", {
"@language" : "en",
"@value" : "Metric Ton per Kelvin"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-M3
URI: http://qudt.org/vocab/unit/TON_Metric-PER-M3
unit tonne divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit tonne divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-M3> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA997" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA997"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit tonne divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "t/m³" ; <http://qudt.org/schema/qudt/ucumCode> "t.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D41" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106513670> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Cubic Meter"@en-US ; rdfs:label "Metric Ton per Cubic Metre" ; rdfs:label "Metric Ton per Cubic Metre"@en ; .
{"resource":"Metric Ton per Cubic Metre"
,"qname":"unit:TON_Metric-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106513670>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"unit tonne divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"unit tonne divided by the power of the SI base unit metre with the exponent 3"
,"exact match":"unit:TONNE-PER-M3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA997"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA997"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Cubic Meter"
,"label":"Metric Ton per Cubic Metre"
,"label":"Metric Ton per Cubic Metre"
,"symbol":"t\/m³"
,"type":"qudt:Unit"
,"ucum code":"t.m-3"
,"unece common code":"D41"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit tonne divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-M3",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAA997",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA997",
"plainTextDescription" : "unit tonne divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "t/m³",
"ucumCode" : "t.m-3",
"uneceCommonCode" : "D41",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106513670",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Metric Ton per Cubic Meter"
}, "Metric Ton per Cubic Metre", {
"@language" : "en",
"@value" : "Metric Ton per Cubic Metre"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-M3-K
URI: http://qudt.org/vocab/unit/TON_Metric-PER-M3-K
1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-M3-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-M3-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA998" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA998"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(m³·K)" ; <http://qudt.org/schema/qudt/ucumCode> "t.m-3.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L76" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Cubic Meter Kelvin"@en-US ; rdfs:label "Metric Ton per Cubic Metre Kelvin" ; rdfs:label "Metric Ton per Cubic Metre Kelvin"@en ; .
{"resource":"Metric Ton per Cubic Metre Kelvin"
,"qname":"unit:TON_Metric-PER-M3-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-M3-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin"
,"exact match":"unit:TONNE-PER-M3-K"
,"has dimension vector":"qkdv:A0E0L-3I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA998"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA998"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Cubic Meter Kelvin"
,"label":"Metric Ton per Cubic Metre Kelvin"
,"label":"Metric Ton per Cubic Metre Kelvin"
,"symbol":"t\/(m³·K)"
,"type":"qudt:Unit"
,"ucum code":"t.m-3.K-1"
,"unece common code":"L76"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-M3-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000-fold of the SI base unit kilogram divided by the product of the power of the SI base unit metre with the exponent 3 and the SI base unit Kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-M3-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAA998",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA998",
"symbol" : "t/(m³·K)",
"ucumCode" : "t.m-3.K-1",
"uneceCommonCode" : "L76",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Metric Ton per Cubic Meter Kelvin"
}, "Metric Ton per Cubic Metre Kelvin", {
"@language" : "en",
"@value" : "Metric Ton per Cubic Metre Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-MIN
URI: http://qudt.org/vocab/unit/TON_Metric-PER-MIN
unit ton divided by the unit for time minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the unit for time minute"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 16.66666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-MIN> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB000" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB000"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit ton divided by the unit for time minute" ; <http://qudt.org/schema/qudt/symbol> "t/min" ; <http://qudt.org/schema/qudt/ucumCode> "t.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L78" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Minute" ; rdfs:label "Metric Ton per Minute"@en ; .
{"resource":"Metric Ton per Minute"
,"qname":"unit:TON_Metric-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-MIN"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"16.66666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E1"
,"description":"unit ton divided by the unit for time minute"
,"description (plain text)":"unit ton divided by the unit for time minute"
,"exact match":"unit:TONNE-PER-MIN"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB000"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB000"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Minute"
,"label":"Metric Ton per Minute"
,"symbol":"t\/min"
,"type":"qudt:Unit"
,"ucum code":"t.min-1"
,"unece common code":"L78"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the unit for time minute",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "16.66666666666666666666666666666667",
"conversionMultiplier:SN" : 16.666666666666668,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-MIN",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAB000",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB000",
"plainTextDescription" : "unit ton divided by the unit for time minute",
"symbol" : "t/min",
"ucumCode" : "t.min-1",
"uneceCommonCode" : "L78",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Minute", {
"@language" : "en",
"@value" : "Metric Ton per Minute"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-MIN-BAR
URI: http://qudt.org/vocab/unit/TON_Metric-PER-MIN-BAR
unit ton divided by the product of the unit minute and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-MIN-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit minute and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001666666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E-4 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-MIN-BAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB002" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB002"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(min·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "t.min-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L80" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Minute Bar" ; rdfs:label "Metric Ton per Minute Bar"@en ; .
{"resource":"Metric Ton per Minute Bar"
,"qname":"unit:TON_Metric-PER-MIN-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-MIN-BAR"
,"properties":["conversion multiplier":"0.0001666666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E-4"
,"description":"unit ton divided by the product of the unit minute and the unit bar"
,"exact match":"unit:TONNE-PER-MIN-BAR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB002"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB002"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Minute Bar"
,"label":"Metric Ton per Minute Bar"
,"symbol":"t\/(min·bar)"
,"type":"qudt:Unit"
,"ucum code":"t.min-1.bar-1"
,"unece common code":"L80"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-MIN-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit minute and the unit bar",
"conversionMultiplier" : "0.0001666666666666666666666666666666667",
"conversionMultiplier:SN" : 1.6666666666666666E-4,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-MIN-BAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB002",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB002",
"symbol" : "t/(min·bar)",
"ucumCode" : "t.min-1.bar-1",
"uneceCommonCode" : "L80",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Minute Bar", {
"@language" : "en",
"@value" : "Metric Ton per Minute Bar"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-MIN-K
URI: http://qudt.org/vocab/unit/TON_Metric-PER-MIN-K
unit ton divided by the product of the unit minute and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-MIN-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the unit minute and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 16.66666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E1 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-MIN-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB001" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB001"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(min·K)" ; <http://qudt.org/schema/qudt/ucumCode> "t.min-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L79" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Minute Kelvin" ; rdfs:label "Metric Ton per Minute Kelvin"@en ; .
{"resource":"Metric Ton per Minute Kelvin"
,"qname":"unit:TON_Metric-PER-MIN-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-MIN-K"
,"properties":["conversion multiplier":"16.66666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E1"
,"description":"unit ton divided by the product of the unit minute and the SI base unit Kelvin"
,"exact match":"unit:TONNE-PER-MIN-K"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB001"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB001"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Minute Kelvin"
,"label":"Metric Ton per Minute Kelvin"
,"symbol":"t\/(min·K)"
,"type":"qudt:Unit"
,"ucum code":"t.min-1.K-1"
,"unece common code":"L79"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-MIN-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the unit minute and the SI base unit Kelvin",
"conversionMultiplier" : "16.66666666666666666666666666666667",
"conversionMultiplier:SN" : 16.666666666666668,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-MIN-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB001",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB001",
"symbol" : "t/(min·K)",
"ucumCode" : "t.min-1.K-1",
"uneceCommonCode" : "L79",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Metric Ton per Minute Kelvin"
}, "Metric Ton per Minute Kelvin" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-SEC
URI: http://qudt.org/vocab/unit/TON_Metric-PER-SEC
unit ton divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-SEC> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB003" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB003"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit ton divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "t/s" ; <http://qudt.org/schema/qudt/ucumCode> "t.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L81" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Second" ; rdfs:label "Metric Ton per Second"@en ; .
{"resource":"Metric Ton per Second"
,"qname":"unit:TON_Metric-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-SEC"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"unit ton divided by the SI base unit second"
,"description (plain text)":"unit ton divided by the SI base unit second"
,"exact match":"unit:TONNE-PER-SEC"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB003"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB003"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Second"
,"label":"Metric Ton per Second"
,"symbol":"t\/s"
,"type":"qudt:Unit"
,"ucum code":"t.s-1"
,"unece common code":"L81"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-SEC",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAB003",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB003",
"plainTextDescription" : "unit ton divided by the SI base unit second",
"symbol" : "t/s",
"ucumCode" : "t.s-1",
"uneceCommonCode" : "L81",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Second", {
"@language" : "en",
"@value" : "Metric Ton per Second"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-SEC-BAR
URI: http://qudt.org/vocab/unit/TON_Metric-PER-SEC-BAR
unit ton divided by the product of the SI base unit second and the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-SEC-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the SI base unit second and the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-SEC-BAR> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB005" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB005"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(s·bar)" ; <http://qudt.org/schema/qudt/ucumCode> "t.s-1.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L83" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Second Bar" ; rdfs:label "Metric Ton per Second Bar"@en ; .
{"resource":"Metric Ton per Second Bar"
,"qname":"unit:TON_Metric-PER-SEC-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-SEC-BAR"
,"properties":["conversion multiplier":"0.01"
,"conversion multiplier scientific":"1.0E-2"
,"description":"unit ton divided by the product of the SI base unit second and the unit bar"
,"exact match":"unit:TONNE-PER-SEC-BAR"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB005"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB005"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Second Bar"
,"label":"Metric Ton per Second Bar"
,"symbol":"t\/(s·bar)"
,"type":"qudt:Unit"
,"ucum code":"t.s-1.bar-1"
,"unece common code":"L83"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-SEC-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the SI base unit second and the unit bar",
"conversionMultiplier" : "0.01",
"conversionMultiplier:SN" : 0.01,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-SEC-BAR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB005",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB005",
"symbol" : "t/(s·bar)",
"ucumCode" : "t.s-1.bar-1",
"uneceCommonCode" : "L83",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Second Bar", {
"@language" : "en",
"@value" : "Metric Ton per Second Bar"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Metric-PER-SEC-K
URI: http://qudt.org/vocab/unit/TON_Metric-PER-SEC-K
unit ton divided by the product of the SI base unit second and the SI base unit Kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Metric-PER-SEC-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit ton divided by the product of the SI base unit second and the SI base unit Kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TONNE-PER-SEC-K> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB004" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB004"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "t/(s·K)" ; <http://qudt.org/schema/qudt/ucumCode> "t.s-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L82" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metric Ton per Second Kelvin" ; rdfs:label "Metric Ton per Second Kelvin"@en ; .
{"resource":"Metric Ton per Second Kelvin"
,"qname":"unit:TON_Metric-PER-SEC-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Metric-PER-SEC-K"
,"properties":["conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"unit ton divided by the product of the SI base unit second and the SI base unit Kelvin"
,"exact match":"unit:TONNE-PER-SEC-K"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB004"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB004"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metric Ton per Second Kelvin"
,"label":"Metric Ton per Second Kelvin"
,"symbol":"t\/(s·K)"
,"type":"qudt:Unit"
,"ucum code":"t.s-1.K-1"
,"unece common code":"L82"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Metric-PER-SEC-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the product of the SI base unit second and the SI base unit Kelvin",
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/TONNE-PER-SEC-K",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB004",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB004",
"symbol" : "t/(s·K)",
"ucumCode" : "t.s-1.K-1",
"uneceCommonCode" : "L82",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Metric Ton per Second Kelvin", {
"@language" : "en",
"@value" : "Metric Ton per Second Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_Register
URI: http://qudt.org/vocab/unit/TON_Register
traditional unit of the cargo capacity
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_Register> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit of the cargo capacity" ; <http://qudt.org/schema/qudt/conversionMultiplier> 2.830 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.830E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SectionModulus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB291" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Register_ton"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB291"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "RT" ; <http://qudt.org/schema/qudt/uneceCommonCode> "M70" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q752079> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ton, Register" ; rdfs:label "Ton, Register"@en ; .
{"resource":"Ton, Register"
,"qname":"unit:TON_Register"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_Register"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q752079>"
,"conversion multiplier":"2.830"
,"conversion multiplier scientific":"2.830E0"
,"description":"traditional unit of the cargo capacity"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:SectionModulus"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB291"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Register_ton"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB291"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton, Register"
,"label":"Ton, Register"
,"scalingOf":"unit:M3"
,"symbol":"RT"
,"type":"qudt:Unit"
,"unece common code":"M70"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_Register",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit of the cargo capacity",
"conversionMultiplier" : "2.830",
"conversionMultiplier:SN" : 2.83,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Volume", "http://qudt.org/vocab/quantitykind/SectionModulus" ],
"iec61360Code" : "0112/2///62720#UAB291",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Register_ton", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB291" ],
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "RT",
"uneceCommonCode" : "M70",
"wikidataMatch" : "http://www.wikidata.org/entity/Q752079",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton, Register", {
"@language" : "en",
"@value" : "Ton, Register"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_SHIPPING_UK
URI: http://qudt.org/vocab/unit/TON_SHIPPING_UK
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_SHIPPING_UK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.1326 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1326E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB008" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB008"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "traditional unit for volume of cargo, especially in shipping" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "MTON" ; <http://qudt.org/schema/qudt/uneceCommonCode> "L84" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ton (uk Shipping)" ; rdfs:label "Ton (uk Shipping)"@en ; .
{"resource":"Ton (uk Shipping)"
,"qname":"unit:TON_SHIPPING_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_SHIPPING_UK"
,"properties":["conversion multiplier":"1.1326"
,"conversion multiplier scientific":"1.1326E0"
,"description (plain text)":"traditional unit for volume of cargo, especially in shipping"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB008"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB008"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton (uk Shipping)"
,"label":"Ton (uk Shipping)"
,"scalingOf":"unit:M3"
,"symbol":"MTON"
,"type":"qudt:Unit"
,"unece common code":"L84"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_SHIPPING_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "1.1326",
"conversionMultiplier:SN" : 1.1326,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB008",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB008",
"plainTextDescription" : "traditional unit for volume of cargo, especially in shipping",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "MTON",
"uneceCommonCode" : "L84",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Ton (uk Shipping)"
}, "Ton (uk Shipping)" ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_SHIPPING_US
URI: http://qudt.org/vocab/unit/TON_SHIPPING_US
traditional unit for volume of cargo, especially in shipping
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TON_SHIPPING_US> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "traditional unit for volume of cargo, especially in shipping"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.1326 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.1326E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB011" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB011"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "traditional unit for volume of cargo, especially in shipping" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "MTON" ; <http://qudt.org/schema/qudt/uneceCommonCode> "L86" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106611236> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ton (us Shipping)" ; rdfs:label "Ton (us Shipping)"@en ; .
{"resource":"Ton (us Shipping)"
,"qname":"unit:TON_SHIPPING_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_SHIPPING_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106611236>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.1326"
,"conversion multiplier scientific":"1.1326E0"
,"description":"traditional unit for volume of cargo, especially in shipping"
,"description (plain text)":"traditional unit for volume of cargo, especially in shipping"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB011"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB011"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton (us Shipping)"
,"label":"Ton (us Shipping)"
,"scalingOf":"unit:M3"
,"symbol":"MTON"
,"type":"qudt:Unit"
,"unece common code":"L86"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_SHIPPING_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional unit for volume of cargo, especially in shipping",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "1.1326",
"conversionMultiplier:SN" : 1.1326,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB011",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB011",
"plainTextDescription" : "traditional unit for volume of cargo, especially in shipping",
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "MTON",
"uneceCommonCode" : "L86",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106611236",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton (us Shipping)", {
"@language" : "en",
"@value" : "Ton (us Shipping)"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_SHORT
URI: http://qudt.org/vocab/unit/TON_SHORT
The short ton is a unit of mass equal to 2,000 pounds (907.18474 kg). In the United States it is often called simply ton without distinguishing it from the metric ton (tonne, 1,000 kilograms / 2,204.62262 pounds) or the long ton (2,240 pounds / 1,016.0469088 kilograms); rather, the other two are specifically noted. There are, however, some U.S. applications for which unspecified tons normally means long tons.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_SHORT>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "<p>The short ton is a unit of mass equal to 2,000 pounds (907.18474 kg). In the United States it is often called simply ton without distinguishing it from the metric ton (tonne, 1,000 kilograms / 2,204.62262 pounds) or the long ton (2,240 pounds / 1,016.0469088 kilograms); rather, the other two are specifically noted. There are, however, some U.S. applications for which unspecified tons normally means long tons.</p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 907.18474 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.0718474E2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_US> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Short_ton"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "ton{short}" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "STN" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q469356> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Short Ton" ;
rdfs:label "Short Ton"@en ;
.
{"resource":"Short Ton"
,"qname":"unit:TON_SHORT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_SHORT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q469356>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:USCS"
,"conversion multiplier":"907.18474"
,"conversion multiplier scientific":"9.0718474E2"
,"defined unit of system":"sou:USCS"
,"description":"<p>The short ton is a unit of mass equal to 2,000 pounds (907.18474 kg). In the United States it is often called simply ton without distinguishing it from the metric ton (tonne, 1,000 kilograms \/ 2,204.62262 pounds) or the long ton (2,240 pounds \/ 1,016.0469088 kilograms); rather, the other two are specifically noted. There are, however, some U.S. applications for which unspecified tons normally means long tons.<\/p>"
,"exact match":"unit:TON"
,"exact match":"unit:TON_US"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Short_ton"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Short Ton"
,"label":"Short Ton"
,"scalingOf":"unit:KiloGM"
,"symbol":"ton{short}"
,"type":"qudt:Unit"
,"ucum code":"[ston_av]"
,"unece common code":"STN"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_SHORT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "<p>The short ton is a unit of mass equal to 2,000 pounds (907.18474 kg). In the United States it is often called simply ton without distinguishing it from the metric ton (tonne, 1,000 kilograms / 2,204.62262 pounds) or the long ton (2,240 pounds / 1,016.0469088 kilograms); rather, the other two are specifically noted. There are, however, some U.S. applications for which unspecified tons normally means long tons.</p>",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "907.18474",
"conversionMultiplier:SN" : 907.18474,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/USCS",
"exactMatch" : [ "http://qudt.org/vocab/unit/TON", "http://qudt.org/vocab/unit/TON_US" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"informativeReference" : "http://en.wikipedia.org/wiki/Short_ton",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "ton{short}",
"ucumCode" : "[ston_av]",
"uneceCommonCode" : "STN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q469356",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Short Ton", {
"@language" : "en",
"@value" : "Short Ton"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_SHORT-PER-DEG_F
URI: http://qudt.org/vocab/unit/TON_SHORT-PER-DEG_F
unit of the mass ton (US, short) according to the Anglo-American system of units divided by the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_SHORT-PER-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the traditional unit degree Fahrenheit" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1632.932532 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.632932532E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB013" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB013"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ton{short}/°F" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av].[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L87" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Short Ton per Degree Fahrenheit" ;
rdfs:label "Short Ton per Degree Fahrenheit"@en ;
.
{"resource":"Short Ton per Degree Fahrenheit"
,"qname":"unit:TON_SHORT-PER-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_SHORT-PER-DEG_F"
,"properties":["conversion multiplier":"1632.932532"
,"conversion multiplier scientific":"1.632932532E3"
,"description":"unit of the mass ton (US, short) according to the Anglo-American system of units divided by the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T0D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB013"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB013"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Short Ton per Degree Fahrenheit"
,"label":"Short Ton per Degree Fahrenheit"
,"symbol":"ton{short}\/°F"
,"type":"qudt:Unit"
,"ucum code":"[ston_av].[degF]-1"
,"unece common code":"L87"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_SHORT-PER-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the traditional unit degree Fahrenheit",
"conversionMultiplier" : "1632.932532",
"conversionMultiplier:SN" : 1632.932532,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB013",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB013",
"symbol" : "ton{short}/°F",
"ucumCode" : "[ston_av].[degF]-1",
"uneceCommonCode" : "L87",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Short Ton per Degree Fahrenheit"
}, "Short Ton per Degree Fahrenheit" ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_SHORT-PER-HR
URI: http://qudt.org/vocab/unit/TON_SHORT-PER-HR
The short Ton per Hour is a unit used to express a weight processed in a period of time.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_SHORT-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The short Ton per Hour is a unit used to express a weight processed in a period of time."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.2519957611111111111111111111111111 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.519957611111111111111111111111111E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_US-PER-HR> ;
<http://qudt.org/schema/qudt/expression> "$ton/h$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassPerTime> ;
<http://qudt.org/schema/qudt/symbol> "ton{short}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Short Ton per Hour" ;
rdfs:label "Short Ton per Hour"@en ;
.
{"resource":"Short Ton per Hour"
,"qname":"unit:TON_SHORT-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_SHORT-PER-HR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.2519957611111111111111111111111111"
,"conversion multiplier scientific":"2.519957611111111111111111111111111E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The short Ton per Hour is a unit used to express a weight processed in a period of time."
,"exact match":"unit:TON_US-PER-HR"
,"expression":"$ton\/h$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"has quantity kind":"quantitykind:MassPerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Short Ton per Hour"
,"label":"Short Ton per Hour"
,"symbol":"ton{short}\/h"
,"type":"qudt:Unit"
,"ucum code":"[ston_av].h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_SHORT-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The short Ton per Hour is a unit used to express a weight processed in a period of time.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.2519957611111111111111111111111111",
"conversionMultiplier:SN" : 0.2519957611111111,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"exactMatch" : "http://qudt.org/vocab/unit/TON_US-PER-HR",
"expression" : "$ton/h$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassPerTime", "http://qudt.org/vocab/quantitykind/MassFlowRate" ],
"symbol" : "ton{short}/h",
"ucumCode" : "[ston_av].h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Short Ton per Hour", {
"@language" : "en",
"@value" : "Short Ton per Hour"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_SHORT-PER-HR-DEG_F
URI: http://qudt.org/vocab/unit/TON_SHORT-PER-HR-DEG_F
unit of the mass ton (US, short) according to the Anglo-American system of units divided by the product of the unit hour for time and the traditional unit degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_SHORT-PER-HR-DEG_F>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the product of the unit hour for time and the traditional unit degree Fahrenheit" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.45359237 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 4.5359237E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB015" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB015"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ton{short}/(h·°F)" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av].h-1.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L89" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Short Ton per Hour Degree Fahrenheit" ;
rdfs:label "Short Ton per Hour Degree Fahrenheit"@en ;
.
{"resource":"Short Ton per Hour Degree Fahrenheit"
,"qname":"unit:TON_SHORT-PER-HR-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_SHORT-PER-HR-DEG_F"
,"properties":["conversion multiplier":"0.45359237"
,"conversion multiplier scientific":"4.5359237E-1"
,"description":"unit of the mass ton (US, short) according to the Anglo-American system of units divided by the product of the unit hour for time and the traditional unit degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB015"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB015"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Short Ton per Hour Degree Fahrenheit"
,"label":"Short Ton per Hour Degree Fahrenheit"
,"symbol":"ton{short}\/(h·°F)"
,"type":"qudt:Unit"
,"ucum code":"[ston_av].h-1.[degF]-1"
,"unece common code":"L89"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_SHORT-PER-HR-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the mass ton (US, short) according to the Anglo-American system of units divided by the product of the unit hour for time and the traditional unit degree Fahrenheit",
"conversionMultiplier" : "0.45359237",
"conversionMultiplier:SN" : 0.45359237,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB015",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB015",
"symbol" : "ton{short}/(h·°F)",
"ucumCode" : "[ston_av].h-1.[degF]-1",
"uneceCommonCode" : "L89",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Short Ton per Hour Degree Fahrenheit", {
"@language" : "en",
"@value" : "Short Ton per Hour Degree Fahrenheit"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_SHORT-PER-HR-PSI
URI: http://qudt.org/vocab/unit/TON_SHORT-PER-HR-PSI
quotient unit for mass ton (US, short) according to the Anglo-American system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_SHORT-PER-HR-PSI>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "quotient unit for mass ton (US, short) according to the Anglo-American system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00003654889346929982162413267605184694 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.654889346929982162413267605184694E-5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB016" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB016"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ton{short}/(h·psi)" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av].h-1.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L90" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Short Ton per Hour Psi" ;
rdfs:label "Short Ton per Hour Psi"@en ;
.
{"resource":"Short Ton per Hour Psi"
,"qname":"unit:TON_SHORT-PER-HR-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_SHORT-PER-HR-PSI"
,"properties":["conversion multiplier":"0.00003654889346929982162413267605184694"
,"conversion multiplier scientific":"3.654889346929982162413267605184694E-5"
,"description":"quotient unit for mass ton (US, short) according to the Anglo-American system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T1D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB016"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB016"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Short Ton per Hour Psi"
,"label":"Short Ton per Hour Psi"
,"symbol":"ton{short}\/(h·psi)"
,"type":"qudt:Unit"
,"ucum code":"[ston_av].h-1.[psi]-1"
,"unece common code":"L90"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_SHORT-PER-HR-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "quotient unit for mass ton (US, short) according to the Anglo-American system of units divided by the unit for time hour divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.00003654889346929982162413267605184694",
"conversionMultiplier:SN" : 3.654889346929982E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB016",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB016",
"symbol" : "ton{short}/(h·psi)",
"ucumCode" : "[ston_av].h-1.[psi]-1",
"uneceCommonCode" : "L90",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Short Ton per Hour Psi"
}, "Short Ton per Hour Psi" ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_SHORT-PER-PSI
URI: http://qudt.org/vocab/unit/TON_SHORT-PER-PSI
unit for mass ton (US, short) according to the Anglo-American system of units divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_SHORT-PER-PSI>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit for mass ton (US, short) according to the Anglo-American system of units divided by the composed unit for pressure (pound-force per square inch)" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.131576016489479357846877633786649 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.31576016489479357846877633786649E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB017" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB017"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "ton{short}/psi" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av].[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L91" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Short Ton per Psi" ;
rdfs:label "Short Ton per Psi"@en ;
.
{"resource":"Short Ton per Psi"
,"qname":"unit:TON_SHORT-PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_SHORT-PER-PSI"
,"properties":["conversion multiplier":"0.131576016489479357846877633786649"
,"conversion multiplier scientific":"1.31576016489479357846877633786649E-1"
,"description":"unit for mass ton (US, short) according to the Anglo-American system of units divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB017"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB017"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Short Ton per Psi"
,"label":"Short Ton per Psi"
,"symbol":"ton{short}\/psi"
,"type":"qudt:Unit"
,"ucum code":"[ston_av].[psi]-1"
,"unece common code":"L91"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_SHORT-PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for mass ton (US, short) according to the Anglo-American system of units divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.131576016489479357846877633786649",
"conversionMultiplier:SN" : 0.13157601648947936,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB017",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB017",
"symbol" : "ton{short}/psi",
"ucumCode" : "[ston_av].[psi]-1",
"uneceCommonCode" : "L91",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Short Ton per Psi", {
"@language" : "en",
"@value" : "Short Ton per Psi"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_SHORT-PER-YD3
URI: http://qudt.org/vocab/unit/TON_SHORT-PER-YD3
The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_SHORT-PER-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1186.552842515565894789264492930117 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.186552842515565894789264492930117E3 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_US-PER-YD3> ;
<http://qudt.org/schema/qudt/expression> "$ton/yd^3$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/symbol> "ton{short}/yd³" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av].[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Short Ton per Cubic Yard" ;
rdfs:label "Short Ton per Cubic Yard"@en ;
.
{"resource":"Short Ton per Cubic Yard"
,"qname":"unit:TON_SHORT-PER-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_SHORT-PER-YD3"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1186.552842515565894789264492930117"
,"conversion multiplier scientific":"1.186552842515565894789264492930117E3"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons."
,"exact match":"unit:TON_US-PER-YD3"
,"expression":"$ton\/yd^3$"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Short Ton per Cubic Yard"
,"label":"Short Ton per Cubic Yard"
,"symbol":"ton{short}\/yd³"
,"type":"qudt:Unit"
,"ucum code":"[ston_av].[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_SHORT-PER-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The short ton per cubic yard density measurement unit is used to measure volume in cubic yards in order to estimate weight or mass in short tons.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "1186.552842515565894789264492930117",
"conversionMultiplier:SN" : 1186.552842515566,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"exactMatch" : "http://qudt.org/vocab/unit/TON_US-PER-YD3",
"expression" : "$ton/yd^3$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"symbol" : "ton{short}/yd³",
"ucumCode" : "[ston_av].[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Short Ton per Cubic Yard", {
"@language" : "en",
"@value" : "Short Ton per Cubic Yard"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_UK
URI: http://qudt.org/vocab/unit/TON_UK
traditional Imperial unit for mass of cargo, especially in the shipping sector
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_UK>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "traditional Imperial unit for mass of cargo, especially in the shipping sector"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1016.0469088 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0160469088E3 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_LONG> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB009" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB009"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the mass according to the Imperial system of units" ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "ton{UK}" ;
<http://qudt.org/schema/qudt/ucumCode> "[lton_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "LTN" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q106611191> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ton (UK)" ;
rdfs:label "Ton (UK)"@en ;
.
{"resource":"Ton (UK)"
,"qname":"unit:TON_UK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_UK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q106611191>"
,"applicable system":"sou:IMPERIAL"
,"conversion multiplier":"1016.0469088"
,"conversion multiplier scientific":"1.0160469088E3"
,"description":"traditional Imperial unit for mass of cargo, especially in the shipping sector"
,"description (plain text)":"unit of the mass according to the Imperial system of units"
,"exact match":"unit:TON_LONG"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB009"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB009"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton (UK)"
,"label":"Ton (UK)"
,"scalingOf":"unit:KiloGM"
,"symbol":"ton{UK}"
,"type":"qudt:Unit"
,"ucum code":"[lton_av]"
,"unece common code":"LTN"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_UK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "traditional Imperial unit for mass of cargo, especially in the shipping sector",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "1016.0469088",
"conversionMultiplier:SN" : 1016.0469088,
"exactMatch" : "http://qudt.org/vocab/unit/TON_LONG",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB009",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB009",
"plainTextDescription" : "unit of the mass according to the Imperial system of units",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "ton{UK}",
"ucumCode" : "[lton_av]",
"uneceCommonCode" : "LTN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q106611191",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton (UK)", {
"@language" : "en",
"@value" : "Ton (UK)"
} ],
"@context" : {
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_UK-PER-DAY
URI: http://qudt.org/vocab/unit/TON_UK-PER-DAY
unit British ton according to the Imperial system of units divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_UK-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit British ton according to the Imperial system of units divided by the unit day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01175980218518518518518518518518518 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.175980218518518518518518518518518E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB010" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB010"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit British ton according to the Imperial system of units divided by the unit day" ;
<http://qudt.org/schema/qudt/symbol> "ton{UK}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[lton_av].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L85" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ton (UK) per Day" ;
rdfs:label "Ton (UK) per Day"@en ;
.
{"resource":"Ton (UK) per Day"
,"qname":"unit:TON_UK-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_UK-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.01175980218518518518518518518518518"
,"conversion multiplier scientific":"1.175980218518518518518518518518518E-2"
,"description":"unit British ton according to the Imperial system of units divided by the unit day"
,"description (plain text)":"unit British ton according to the Imperial system of units divided by the unit day"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB010"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB010"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton (UK) per Day"
,"label":"Ton (UK) per Day"
,"symbol":"ton{UK}\/d"
,"type":"qudt:Unit"
,"ucum code":"[lton_av].d-1"
,"unece common code":"L85"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_UK-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit British ton according to the Imperial system of units divided by the unit day",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.01175980218518518518518518518518518",
"conversionMultiplier:SN" : 0.011759802185185185,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAB010",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB010",
"plainTextDescription" : "unit British ton according to the Imperial system of units divided by the unit day",
"symbol" : "ton{UK}/d",
"ucumCode" : "[lton_av].d-1",
"uneceCommonCode" : "L85",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton (UK) per Day", {
"@language" : "en",
"@value" : "Ton (UK) per Day"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_UK-PER-HR
URI: http://qudt.org/vocab/unit/TON_UK-PER-HR
unit British ton according to the Imperial system of units divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_UK-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit British ton according to the Imperial system of units divided by the unit hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.2822352524444444444444444444444445 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.822352524444444444444444444444445E-1 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ;
<http://qudt.org/schema/qudt/symbol> "ton{UK}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[lton_av].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ton (UK) per Hour" ;
rdfs:label "Ton (UK) per Hour"@en ;
.
{"resource":"Ton (UK) per Hour"
,"qname":"unit:TON_UK-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_UK-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"0.2822352524444444444444444444444445"
,"conversion multiplier scientific":"2.822352524444444444444444444444445E-1"
,"description":"unit British ton according to the Imperial system of units divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton (UK) per Hour"
,"label":"Ton (UK) per Hour"
,"symbol":"ton{UK}\/h"
,"type":"qudt:Unit"
,"ucum code":"[lton_av].h-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_UK-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit British ton according to the Imperial system of units divided by the unit hour",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "0.2822352524444444444444444444444445",
"conversionMultiplier:SN" : 0.2822352524444444,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"symbol" : "ton{UK}/h",
"ucumCode" : "[lton_av].h-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Ton (UK) per Hour"
}, "Ton (UK) per Hour" ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_UK-PER-YD3
URI: http://qudt.org/vocab/unit/TON_UK-PER-YD3
unit of the density according the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_UK-PER-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the density according the Imperial system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1328.939183617433802163976232081731 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.328939183617433802163976232081731E3 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_LONG-PER-YD3> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB018" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB018"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the density according the Imperial system of units" ;
<http://qudt.org/schema/qudt/symbol> "ton{UK}/yd³" ;
<http://qudt.org/schema/qudt/ucumCode> "[lton_av].[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ton (UK) per Cubic Yard" ;
rdfs:label "Ton (UK) per Cubic Yard"@en ;
.
{"resource":"Ton (UK) per Cubic Yard"
,"qname":"unit:TON_UK-PER-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_UK-PER-YD3"
,"properties":["applicable system":"sou:IMPERIAL"
,"conversion multiplier":"1328.939183617433802163976232081731"
,"conversion multiplier scientific":"1.328939183617433802163976232081731E3"
,"description":"unit of the density according the Imperial system of units"
,"description (plain text)":"unit of the density according the Imperial system of units"
,"exact match":"unit:TON_LONG-PER-YD3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB018"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB018"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton (UK) per Cubic Yard"
,"label":"Ton (UK) per Cubic Yard"
,"symbol":"ton{UK}\/yd³"
,"type":"qudt:Unit"
,"ucum code":"[lton_av].[yd_i]-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_UK-PER-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the density according the Imperial system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/IMPERIAL",
"conversionMultiplier" : "1328.939183617433802163976232081731",
"conversionMultiplier:SN" : 1328.9391836174339,
"exactMatch" : "http://qudt.org/vocab/unit/TON_LONG-PER-YD3",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MassDensity", "http://qudt.org/vocab/quantitykind/Density" ],
"iec61360Code" : "0112/2///62720#UAB018",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB018",
"plainTextDescription" : "unit of the density according the Imperial system of units",
"symbol" : "ton{UK}/yd³",
"ucumCode" : "[lton_av].[yd_i]-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton (UK) per Cubic Yard", {
"@language" : "en",
"@value" : "Ton (UK) per Cubic Yard"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_US
URI: http://qudt.org/vocab/unit/TON_US
A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_US>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 907.18474 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 9.0718474E2 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_SHORT> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB012" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB012"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass." ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "ton{US}" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av]"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "STN" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q469356> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ton (US)" ;
rdfs:label "Ton (US)"@en ;
.
{"resource":"Ton (US)"
,"qname":"unit:TON_US"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_US"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q469356>"
,"applicable system":"sou:USCS"
,"conversion multiplier":"907.18474"
,"conversion multiplier scientific":"9.0718474E2"
,"description":"A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass."
,"description (plain text)":"A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass."
,"exact match":"unit:TON"
,"exact match":"unit:TON_SHORT"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB012"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB012"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton (US)"
,"label":"Ton (US)"
,"scalingOf":"unit:KiloGM"
,"symbol":"ton{US}"
,"type":"qudt:Unit"
,"ucum code":"[ston_av]"
,"unece common code":"STN"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_US",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "907.18474",
"conversionMultiplier:SN" : 907.18474,
"exactMatch" : [ "http://qudt.org/vocab/unit/TON", "http://qudt.org/vocab/unit/TON_SHORT" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB012",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB012",
"plainTextDescription" : "A ton is a unit of mass in the US customary system, where 1 ton is equal to 2000 pounds of mass.",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "ton{US}",
"ucumCode" : "[ston_av]",
"uneceCommonCode" : "STN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q469356",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton (US)", {
"@language" : "en",
"@value" : "Ton (US)"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_US-PER-DAY
URI: http://qudt.org/vocab/unit/TON_US-PER-DAY
unit American ton according to the Anglo-American system of units divided by the unit day
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_US-PER-DAY>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit American ton according to the Anglo-American system of units divided by the unit day"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.01049982337962962962962962962962963 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.049982337962962962962962962962963E-2 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB014" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB014"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit American ton according to the Anglo-American system of units divided by the unit day" ;
<http://qudt.org/schema/qudt/symbol> "ton{US}/d" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av].d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L88" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ton (US) per Day" ;
rdfs:label "Ton (US) per Day"@en ;
.
{"resource":"Ton (US) per Day"
,"qname":"unit:TON_US-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_US-PER-DAY"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.01049982337962962962962962962962963"
,"conversion multiplier scientific":"1.049982337962962962962962962962963E-2"
,"description":"unit American ton according to the Anglo-American system of units divided by the unit day"
,"description (plain text)":"unit American ton according to the Anglo-American system of units divided by the unit day"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB014"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB014"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton (US) per Day"
,"label":"Ton (US) per Day"
,"symbol":"ton{US}\/d"
,"type":"qudt:Unit"
,"ucum code":"[ston_av].d-1"
,"unece common code":"L88"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_US-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit American ton according to the Anglo-American system of units divided by the unit day",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.01049982337962962962962962962962963",
"conversionMultiplier:SN" : 0.01049982337962963,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : "0112/2///62720#UAB014",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB014",
"plainTextDescription" : "unit American ton according to the Anglo-American system of units divided by the unit day",
"symbol" : "ton{US}/d",
"ucumCode" : "[ston_av].d-1",
"uneceCommonCode" : "L88",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton (US) per Day", {
"@language" : "en",
"@value" : "Ton (US) per Day"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_US-PER-HR
URI: http://qudt.org/vocab/unit/TON_US-PER-HR
unit ton divided by the unit for time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_US-PER-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit ton divided by the unit for time hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.2519957611111111111111111111111111 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 2.519957611111111111111111111111111E-1 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_SHORT-PER-HR> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFlowRate> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA994" ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB019" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA994"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB019"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit ton divided by the unit for time hour" ;
<http://qudt.org/schema/qudt/symbol> "ton{US}/h" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "4W" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "E18" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ton (US) per Hour" ;
rdfs:label "Ton (US) per Hour"@en ;
.
{"resource":"Ton (US) per Hour"
,"qname":"unit:TON_US-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_US-PER-HR"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"0.2519957611111111111111111111111111"
,"conversion multiplier scientific":"2.519957611111111111111111111111111E-1"
,"description":"unit ton divided by the unit for time hour"
,"description (plain text)":"unit ton divided by the unit for time hour"
,"exact match":"unit:TON_SHORT-PER-HR"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-1D0"
,"has quantity kind":"quantitykind:MassFlowRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA994"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB019"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA994"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB019"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton (US) per Hour"
,"label":"Ton (US) per Hour"
,"symbol":"ton{US}\/h"
,"type":"qudt:Unit"
,"ucum code":"[ston_av].h-1"
,"unece common code":"4W"
,"unece common code":"E18"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_US-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit ton divided by the unit for time hour",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "0.2519957611111111111111111111111111",
"conversionMultiplier:SN" : 0.2519957611111111,
"exactMatch" : "http://qudt.org/vocab/unit/TON_SHORT-PER-HR",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MassFlowRate",
"iec61360Code" : [ "0112/2///62720#UAB019", "0112/2///62720#UAA994" ],
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB019", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA994" ],
"plainTextDescription" : "unit ton divided by the unit for time hour",
"symbol" : "ton{US}/h",
"ucumCode" : "[ston_av].h-1",
"uneceCommonCode" : [ "E18", "4W" ],
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton (US) per Hour", {
"@language" : "en",
"@value" : "Ton (US) per Hour"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TON_US-PER-YD3
URI: http://qudt.org/vocab/unit/TON_US-PER-YD3
unit of the density according to the Anglo-American system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TON_US-PER-YD3>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of the density according to the Anglo-American system of units"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1186.552842515565894789264492930117 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.186552842515565894789264492930117E3 ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/TON_SHORT-PER-YD3> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Density> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassDensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB020" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB020"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of the density according to the Anglo-American system of units" ;
<http://qudt.org/schema/qudt/symbol> "ton{US}/yd³" ;
<http://qudt.org/schema/qudt/ucumCode> "[ston_av].[yd_i]-3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L93" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Ton (US) per Cubic Yard" ;
rdfs:label "Ton (US) per Cubic Yard"@en ;
.
{"resource":"Ton (US) per Cubic Yard"
,"qname":"unit:TON_US-PER-YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TON_US-PER-YD3"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"1186.552842515565894789264492930117"
,"conversion multiplier scientific":"1.186552842515565894789264492930117E3"
,"description":"unit of the density according to the Anglo-American system of units"
,"description (plain text)":"unit of the density according to the Anglo-American system of units"
,"exact match":"unit:TON_SHORT-PER-YD3"
,"has dimension vector":"qkdv:A0E0L-3I0M1H0T0D0"
,"has quantity kind":"quantitykind:Density"
,"has quantity kind":"quantitykind:MassDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB020"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB020"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton (US) per Cubic Yard"
,"label":"Ton (US) per Cubic Yard"
,"symbol":"ton{US}\/yd³"
,"type":"qudt:Unit"
,"ucum code":"[ston_av].[yd_i]-3"
,"unece common code":"L93"
]}
{
"@id" : "http://qudt.org/vocab/unit/TON_US-PER-YD3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the density according to the Anglo-American system of units",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "1186.552842515565894789264492930117",
"conversionMultiplier:SN" : 1186.552842515566,
"exactMatch" : "http://qudt.org/vocab/unit/TON_SHORT-PER-YD3",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M1H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Density", "http://qudt.org/vocab/quantitykind/MassDensity" ],
"iec61360Code" : "0112/2///62720#UAB020",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB020",
"plainTextDescription" : "unit of the density according to the Anglo-American system of units",
"symbol" : "ton{US}/yd³",
"ucumCode" : "[ston_av].[yd_i]-3",
"uneceCommonCode" : "L93",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton (US) per Cubic Yard", {
"@language" : "en",
"@value" : "Ton (US) per Cubic Yard"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TORR
URI: http://qudt.org/vocab/unit/TORR
The \textit{torr} is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TORR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "<p>The \\textit{torr} is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed.</p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 133.322 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.33322E2 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Torr"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ForcePerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VaporPressure> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB022" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Torr?oldid=495199381"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB022"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/torr> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/PA> ;
<http://qudt.org/schema/qudt/symbol> "Torr" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "UA" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q185648> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Torr" ;
rdfs:label "Torr"@en ;
.
{"resource":"Torr"
,"qname":"unit:TORR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TORR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q185648>"
,"conversion multiplier":"133.322"
,"conversion multiplier scientific":"1.33322E2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Torr"
,"description":"<p>The \\textit{torr} is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed.<\/p>"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:ForcePerArea"
,"has quantity kind":"quantitykind:VaporPressure"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB022"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Torr?oldid=495199381"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB022"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Torr"
,"label":"Torr"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/torr>"
,"scalingOf":"unit:PA"
,"symbol":"Torr"
,"type":"qudt:Unit"
,"unece common code":"UA"
]}
{
"@id" : "http://qudt.org/vocab/unit/TORR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "<p>The \\textit{torr} is a non-SI unit of pressure with the ratio of 760 to 1 standard atmosphere, chosen to be roughly equal to the fluid pressure exerted by a millimeter of mercury, i.e. , a pressure of 1 torr is approximately equal to one millimeter of mercury. Note that the symbol (Torr) is spelled exactly the same as the unit (torr), but the letter case differs. The unit is written lower-case, while the symbol of the unit (Torr) is capitalized (as upper-case), as is customary in metric units derived from names. Thus, it is correctly written either way, and is only incorrect when specification is first made that the word is being used as a unit, or else a symbol of the unit, and then the incorrect letter case for the specified use is employed.</p>",
"conversionMultiplier" : "133.322",
"conversionMultiplier:SN" : 133.322,
"dbpediaMatch" : "http://dbpedia.org/resource/Torr",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ForcePerArea", "http://qudt.org/vocab/quantitykind/VaporPressure" ],
"iec61360Code" : "0112/2///62720#UAB022",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB022", "http://en.wikipedia.org/wiki/Torr?oldid=495199381" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/torr",
"scalingOf" : "http://qudt.org/vocab/unit/PA",
"symbol" : "Torr",
"uneceCommonCode" : "UA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q185648",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Torr", {
"@language" : "en",
"@value" : "Torr"
} ],
"@context" : {
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TORR-PER-M
URI: http://qudt.org/vocab/unit/TORR-PER-M
[CGS] unit of the pressure divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TORR-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "[CGS] unit of the pressure divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 133.322 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.33322E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PressureGradient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB425" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB425"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Torr/m" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P85" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Torr per Meter"@en-US ; rdfs:label "Torr per Metre" ; rdfs:label "Torr per Metre"@en ; .
{"resource":"Torr per Metre"
,"qname":"unit:TORR-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TORR-PER-M"
,"properties":["conversion multiplier":"133.322"
,"conversion multiplier scientific":"1.33322E2"
,"description":"[CGS] unit of the pressure divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:PressureGradient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB425"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB425"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Torr per Meter"
,"label":"Torr per Metre"
,"label":"Torr per Metre"
,"symbol":"Torr\/m"
,"type":"qudt:Unit"
,"unece common code":"P85"
]}
{
"@id" : "http://qudt.org/vocab/unit/TORR-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "[CGS] unit of the pressure divided by the SI base unit metre",
"conversionMultiplier" : "133.322",
"conversionMultiplier:SN" : 133.322,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PressureGradient",
"iec61360Code" : "0112/2///62720#UAB425",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB425",
"symbol" : "Torr/m",
"uneceCommonCode" : "P85",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Torr per Meter"
}, "Torr per Metre", {
"@language" : "en",
"@value" : "Torr per Metre"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TSP
URI: http://qudt.org/vocab/unit/TSP
A teaspoon is a unit of volume. In the United States one teaspoon as a unit of culinary measure is $1/3$ tablespoon , that is, $\approx 4.93 mL$; it is exactly $1/6 U.S. fl. oz$, $1/48 \; cup$, and $1/768 \; U.S. liquid gallon$ (see United States customary units for relative volumes of these other measures) and approximately $1/3 cubic inch$. For nutritional labeling on food packages in the U.S., the teaspoon is defined as precisely $5 mL$.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TSP> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A teaspoon is a unit of volume. In the United States one teaspoon as a unit of culinary measure is $1/3$ tablespoon , that is, $\\approx 4.93 mL$; it is exactly $1/6 U.S. fl. oz$, $1/48 \\; cup$, and $1/768 \\; U.S. liquid gallon$ (see United States customary units for relative volumes of these other measures) and approximately $1/3 cubic inch$. For nutritional labeling on food packages in the U.S., the teaspoon is defined as precisely $5 mL$."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00000492892187 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.92892187E-6 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Teaspoon"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB007" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Teaspoon?oldid=490940468"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB007"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M3> ; <http://qudt.org/schema/qudt/symbol> "tsp" ; <http://qudt.org/schema/qudt/ucumCode> "[tsp_us]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "tsp" ; <http://qudt.org/schema/qudt/uneceCommonCode> "G25" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q88296091> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Teaspoon" ; rdfs:label "Teaspoon"@en ; .
{"resource":"Teaspoon"
,"qname":"unit:TSP"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TSP"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q88296091>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00000492892187"
,"conversion multiplier scientific":"4.92892187E-6"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Teaspoon"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A teaspoon is a unit of volume. In the United States one teaspoon as a unit of culinary measure is $1\/3$ tablespoon , that is, $\\approx 4.93 mL$; it is exactly $1\/6 U.S. fl. oz$, $1\/48 \\; cup$, and $1\/768 \\; U.S. liquid gallon$ (see United States customary units for relative volumes of these other measures) and approximately $1\/3 cubic inch$. For nutritional labeling on food packages in the U.S., the teaspoon is defined as precisely $5 mL$."
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB007"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Teaspoon?oldid=490940468"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB007"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Teaspoon"
,"label":"Teaspoon"
,"scalingOf":"unit:M3"
,"symbol":"tsp"
,"type":"qudt:Unit"
,"ucum code":"[tsp_us]"
,"udunits code":"tsp"
,"unece common code":"G25"
]}
{
"@id" : "http://qudt.org/vocab/unit/TSP",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A teaspoon is a unit of volume. In the United States one teaspoon as a unit of culinary measure is $1/3$ tablespoon , that is, $\\approx 4.93 mL$; it is exactly $1/6 U.S. fl. oz$, $1/48 \\; cup$, and $1/768 \\; U.S. liquid gallon$ (see United States customary units for relative volumes of these other measures) and approximately $1/3 cubic inch$. For nutritional labeling on food packages in the U.S., the teaspoon is defined as precisely $5 mL$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.00000492892187",
"conversionMultiplier:SN" : 4.92892187E-6,
"dbpediaMatch" : "http://dbpedia.org/resource/Teaspoon",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"iec61360Code" : "0112/2///62720#UAB007",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB007", "http://en.wikipedia.org/wiki/Teaspoon?oldid=490940468" ],
"scalingOf" : "http://qudt.org/vocab/unit/M3",
"symbol" : "tsp",
"ucumCode" : "[tsp_us]",
"udunitsCode" : "tsp",
"uneceCommonCode" : "G25",
"wikidataMatch" : "http://www.wikidata.org/entity/Q88296091",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Teaspoon", {
"@language" : "en",
"@value" : "Teaspoon"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:T_Ab
URI: http://qudt.org/vocab/unit/T_Ab
The unit of magnetic induction in the cgs system, $10^{-4}\,tesla$. Also known as the gauss.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/T_Ab>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The unit of magnetic induction in the cgs system, $10^{-4}\\,tesla$. Also known as the gauss."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-4 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/GAUSS> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticField> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxDensity> ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Gauss_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/T> ;
<http://qudt.org/schema/qudt/symbol> "abT" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30063740> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Abtesla" ;
rdfs:label "Abtesla"@en ;
.
{"resource":"Abtesla"
,"qname":"unit:T_Ab"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/T_Ab"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30063740>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"0.0001"
,"conversion multiplier scientific":"1.0E-4"
,"description":"The unit of magnetic induction in the cgs system, $10^{-4}\\,tesla$. Also known as the gauss."
,"exact match":"unit:GAUSS"
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticField"
,"has quantity kind":"quantitykind:MagneticFluxDensity"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Gauss_(unit)"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abtesla"
,"label":"Abtesla"
,"scalingOf":"unit:T"
,"symbol":"abT"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/T_Ab",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The unit of magnetic induction in the cgs system, $10^{-4}\\,tesla$. Also known as the gauss.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.0001",
"conversionMultiplier:SN" : 1.0E-4,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"exactMatch" : "http://qudt.org/vocab/unit/GAUSS",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-2D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticField", "http://qudt.org/vocab/quantitykind/MagneticFluxDensity" ],
"informativeReference" : "https://en.wikipedia.org/wiki/Gauss_(unit)",
"scalingOf" : "http://qudt.org/vocab/unit/T",
"symbol" : "abT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30063740",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Abtesla"
}, "Abtesla" ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TebiBIT
URI: http://qudt.org/vocab/unit/TebiBIT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TebiBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 762123384785.8104503028768718089172 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.621233847858104503028768718089172E11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tebi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Tib" ; <http://qudt.org/schema/qudt/ucumCode> "Tibit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q389062> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tebibit" ; rdfs:label "Tebibit"@en ; .
{"resource":"Tebibit"
,"qname":"unit:TebiBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TebiBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q389062>"
,"conversion multiplier":"762123384785.8104503028768718089172"
,"conversion multiplier scientific":"7.621233847858104503028768718089172E11"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tebibit"
,"label":"Tebibit"
,"prefix":"prefix:Tebi"
,"scalingOf":"unit:BIT"
,"symbol":"Tib"
,"type":"qudt:Unit"
,"ucum code":"Tibit"
]}
{
"@id" : "http://qudt.org/vocab/unit/TebiBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"conversionMultiplier" : "762123384785.8104503028768718089172",
"conversionMultiplier:SN" : 7.621233847858104E11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"prefix" : "http://qudt.org/vocab/prefix/Tebi",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Tib",
"ucumCode" : "Tibit",
"wikidataMatch" : "http://www.wikidata.org/entity/Q389062",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tebibit", {
"@language" : "en",
"@value" : "Tebibit"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TebiBIT-PER-M
URI: http://qudt.org/vocab/unit/TebiBIT-PER-M
1,099,511,627,776-fold of the unit bit divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TebiBIT-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,099,511,627,776-fold of the unit bit divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 762123384785.8104503028768718089172 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.621233847858104503028768718089172E11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA292" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA292"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Tib/m" ; <http://qudt.org/schema/qudt/ucumCode> "Tibit.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E85" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tebibit per Meter"@en-US ; rdfs:label "Tebibit per Metre" ; rdfs:label "Tebibit per Metre"@en ; .
{"resource":"Tebibit per Metre"
,"qname":"unit:TebiBIT-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TebiBIT-PER-M"
,"properties":["conversion multiplier":"762123384785.8104503028768718089172"
,"conversion multiplier scientific":"7.621233847858104503028768718089172E11"
,"description":"1,099,511,627,776-fold of the unit bit divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L-1I0M0H0T0D0"
,"has quantity kind":"quantitykind:LinearBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA292"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA292"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tebibit per Meter"
,"label":"Tebibit per Metre"
,"label":"Tebibit per Metre"
,"symbol":"Tib\/m"
,"type":"qudt:Unit"
,"ucum code":"Tibit.m-1"
,"unece common code":"E85"
]}
{
"@id" : "http://qudt.org/vocab/unit/TebiBIT-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,099,511,627,776-fold of the unit bit divided by the SI base unit metre",
"conversionMultiplier" : "762123384785.8104503028768718089172",
"conversionMultiplier:SN" : 7.621233847858104E11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearBitDensity",
"iec61360Code" : "0112/2///62720#UAA292",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA292",
"symbol" : "Tib/m",
"ucumCode" : "Tibit.m-1",
"uneceCommonCode" : "E85",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Tebibit per Meter"
}, "Tebibit per Metre", {
"@language" : "en",
"@value" : "Tebibit per Metre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TebiBIT-PER-M2
URI: http://qudt.org/vocab/unit/TebiBIT-PER-M2
1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TebiBIT-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 762123384785.8104503028768718089172 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.621233847858104503028768718089172E11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AreaBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA293" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA293"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Tib/m²" ; <http://qudt.org/schema/qudt/ucumCode> "Tibit.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E87" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tebibit per Square Meter"@en-US ; rdfs:label "Tebibit per Square Metre" ; rdfs:label "Tebibit per Square Metre"@en ; .
{"resource":"Tebibit per Square Metre"
,"qname":"unit:TebiBIT-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TebiBIT-PER-M2"
,"properties":["conversion multiplier":"762123384785.8104503028768718089172"
,"conversion multiplier scientific":"7.621233847858104503028768718089172E11"
,"description":"1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L-2I0M0H0T0D0"
,"has quantity kind":"quantitykind:AreaBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA293"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA293"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tebibit per Square Meter"
,"label":"Tebibit per Square Metre"
,"label":"Tebibit per Square Metre"
,"symbol":"Tib\/m²"
,"type":"qudt:Unit"
,"ucum code":"Tibit.m-2"
,"unece common code":"E87"
]}
{
"@id" : "http://qudt.org/vocab/unit/TebiBIT-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 2",
"conversionMultiplier" : "762123384785.8104503028768718089172",
"conversionMultiplier:SN" : 7.621233847858104E11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-2I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AreaBitDensity",
"iec61360Code" : "0112/2///62720#UAA293",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA293",
"symbol" : "Tib/m²",
"ucumCode" : "Tibit.m-2",
"uneceCommonCode" : "E87",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Tebibit per Square Meter"
}, "Tebibit per Square Metre", {
"@language" : "en",
"@value" : "Tebibit per Square Metre"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TebiBIT-PER-M3
URI: http://qudt.org/vocab/unit/TebiBIT-PER-M3
1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TebiBIT-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/conversionMultiplier> 762123384785.8104503028768718089172 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.621233847858104503028768718089172E11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumetricBitDensity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA294" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA294"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Tib/m³" ; <http://qudt.org/schema/qudt/ucumCode> "Tibit.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E86" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tebibit per Cubic Meter"@en-US ; rdfs:label "Tebibit per Cubic Metre" ; rdfs:label "Tebibit per Cubic Metre"@en ; .
{"resource":"Tebibit per Cubic Metre"
,"qname":"unit:TebiBIT-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TebiBIT-PER-M3"
,"properties":["conversion multiplier":"762123384785.8104503028768718089172"
,"conversion multiplier scientific":"7.621233847858104503028768718089172E11"
,"description":"1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-3I0M0H0T0D0"
,"has quantity kind":"quantitykind:VolumetricBitDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA294"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA294"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tebibit per Cubic Meter"
,"label":"Tebibit per Cubic Metre"
,"label":"Tebibit per Cubic Metre"
,"symbol":"Tib\/m³"
,"type":"qudt:Unit"
,"ucum code":"Tibit.m-3"
,"unece common code":"E86"
]}
{
"@id" : "http://qudt.org/vocab/unit/TebiBIT-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,099,511,627,776-fold of the unit bit divided by the power of the SI base unit metre with the exponent 3",
"conversionMultiplier" : "762123384785.8104503028768718089172",
"conversionMultiplier:SN" : 7.621233847858104E11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-3I0M0H0T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumetricBitDensity",
"iec61360Code" : "0112/2///62720#UAA294",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA294",
"symbol" : "Tib/m³",
"ucumCode" : "Tibit.m-3",
"uneceCommonCode" : "E86",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tebibit per Cubic Metre", {
"@language" : "en",
"@value" : "Tebibit per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Tebibit per Cubic Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TebiBYTE
URI: http://qudt.org/vocab/unit/TebiBYTE
The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024^4
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TebiBYTE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024^4"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 6096987078286.483602423014974471338 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.096987078286483602423014974471338E12 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Tebibyte"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA295" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA295"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tebi> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ; <http://qudt.org/schema/qudt/symbol> "TiB" ; <http://qudt.org/schema/qudt/ucumCode> "TiBy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E61" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79769> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tebibyte" ; rdfs:label "Tebibyte"@en ; .
{"resource":"Tebibyte"
,"qname":"unit:TebiBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TebiBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79769>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"6096987078286.483602423014974471338"
,"conversion multiplier scientific":"6.096987078286483602423014974471338E12"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Tebibyte"
,"description":"The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024^4"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA295"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA295"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Byte#Multiple-byte_units"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tebibyte"
,"label":"Tebibyte"
,"prefix":"prefix:Tebi"
,"scalingOf":"unit:BYTE"
,"symbol":"TiB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"TiBy"
,"unece common code":"E61"
]}
{
"@id" : "http://qudt.org/vocab/unit/TebiBYTE",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/CountingUnit" ],
"description" : "The tebibyte is a multiple of the unit byte for digital information. The prefix tebi means 1024^4",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-ESU" ],
"conversionMultiplier" : "6096987078286.483602423014974471338",
"conversionMultiplier:SN" : 6.096987078286483E12,
"dbpediaMatch" : "http://dbpedia.org/resource/Tebibyte",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAA295",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Byte#Multiple-byte_units", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA295" ],
"prefix" : "http://qudt.org/vocab/prefix/Tebi",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "TiB",
"ucumCode" : "TiBy",
"uneceCommonCode" : "E61",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79769",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tebibyte", {
"@language" : "en",
"@value" : "Tebibyte"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraA
URI: http://qudt.org/vocab/unit/TeraA
1,000,000,000,000-fold of the unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CurrentLinkage> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DisplacementCurrent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticTension> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagnetomotiveForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalCurrent> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB640" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB640"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/A> ; <http://qudt.org/schema/qudt/symbol> "TA" ; <http://qudt.org/schema/qudt/ucumCode> "TA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Teraamper"@hu ; rdfs:label "Teraamper"@pl ; rdfs:label "Teraamper"@ro ; rdfs:label "Teraamper"@sl ; rdfs:label "Teraamper"@tr ; rdfs:label "Teraampere" ; rdfs:label "Teraampere"@de ; rdfs:label "Teraampere"@en ; rdfs:label "Teraampere"@it ; rdfs:label "Teraampere"@ms ; rdfs:label "Teraamperio"@es ; rdfs:label "Teraampère"@fr ; rdfs:label "Teraampér"@cs ; .
{"resource":"Teraampere"
,"qname":"unit:TeraA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraA"
,"properties":["conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"1,000,000,000,000-fold of the unit ampere"
,"has dimension vector":"qkdv:A0E1L0I0M0H0T0D0"
,"has quantity kind":"quantitykind:CurrentLinkage"
,"has quantity kind":"quantitykind:DisplacementCurrent"
,"has quantity kind":"quantitykind:ElectricCurrent"
,"has quantity kind":"quantitykind:ElectricCurrentPhasor"
,"has quantity kind":"quantitykind:MagneticTension"
,"has quantity kind":"quantitykind:MagnetomotiveForce"
,"has quantity kind":"quantitykind:TotalCurrent"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB640"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB640"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Teraamper"
,"label":"Teraamper"
,"label":"Teraamper"
,"label":"Teraamper"
,"label":"Teraamper"
,"label":"Teraampere"
,"label":"Teraampere"
,"label":"Teraampere"
,"label":"Teraampere"
,"label":"Teraampere"
,"label":"Teraamperio"
,"label":"Teraampère"
,"label":"Teraampér"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:A"
,"symbol":"TA"
,"type":"qudt:Unit"
,"ucum code":"TA"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the unit ampere",
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T0D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/DisplacementCurrent", "http://qudt.org/vocab/quantitykind/MagnetomotiveForce", "http://qudt.org/vocab/quantitykind/TotalCurrent", "http://qudt.org/vocab/quantitykind/CurrentLinkage", "http://qudt.org/vocab/quantitykind/MagneticTension", "http://qudt.org/vocab/quantitykind/ElectricCurrent", "http://qudt.org/vocab/quantitykind/ElectricCurrentPhasor" ],
"iec61360Code" : "0112/2///62720#UAB640",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB640",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/A",
"symbol" : "TA",
"ucumCode" : "TA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Teraampère"
}, {
"@language" : "de",
"@value" : "Teraampere"
}, {
"@language" : "en",
"@value" : "Teraampere"
}, {
"@language" : "it",
"@value" : "Teraampere"
}, {
"@language" : "ms",
"@value" : "Teraampere"
}, "Teraampere", {
"@language" : "es",
"@value" : "Teraamperio"
}, {
"@language" : "hu",
"@value" : "Teraamper"
}, {
"@language" : "pl",
"@value" : "Teraamper"
}, {
"@language" : "ro",
"@value" : "Teraamper"
}, {
"@language" : "sl",
"@value" : "Teraamper"
}, {
"@language" : "tr",
"@value" : "Teraamper"
}, {
"@language" : "cs",
"@value" : "Teraampér"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraBIT
URI: http://qudt.org/vocab/unit/TeraBIT
1,000,000,000,000-fold of the unit bit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraBIT> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the unit bit" ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147180559.94530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DatasetOfBits> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB191" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB191"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BIT> ; <http://qudt.org/schema/qudt/symbol> "Tb" ; <http://qudt.org/schema/qudt/ucumCode> "Tbit"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E83" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1152323> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Terabit" ; rdfs:label "Terabit"@en ; .
{"resource":"Terabit"
,"qname":"unit:TeraBIT"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraBIT"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1152323>"
,"conversion multiplier":"693147180559.94530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E11"
,"description":"1,000,000,000,000-fold of the unit bit"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:DatasetOfBits"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB191"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB191"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Terabit"
,"label":"Terabit"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:BIT"
,"symbol":"Tb"
,"type":"qudt:Unit"
,"ucum code":"Tbit"
,"unece common code":"E83"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraBIT",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the unit bit",
"conversionMultiplier" : "693147180559.94530941723212145818",
"conversionMultiplier:SN" : 6.931471805599453E11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DatasetOfBits",
"iec61360Code" : "0112/2///62720#UAB191",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB191",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/BIT",
"symbol" : "Tb",
"ucumCode" : "Tbit",
"uneceCommonCode" : "E83",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1152323",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Terabit", {
"@language" : "en",
"@value" : "Terabit"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraBIT-PER-SEC
URI: http://qudt.org/vocab/unit/TeraBIT-PER-SEC
1,000,000,000,000-fold of the unit bit divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraBIT-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the unit bit divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 693147180559.94530941723212145818 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.9314718055994530941723212145818E11 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DataRate> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA291" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA291"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Tb/s" ; <http://qudt.org/schema/qudt/ucumCode> "Tbit.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E84" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Terabit per Second" ; rdfs:label "Terabit per Second"@en ; .
{"resource":"Terabit per Second"
,"qname":"unit:TeraBIT-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraBIT-PER-SEC"
,"properties":["conversion multiplier":"693147180559.94530941723212145818"
,"conversion multiplier scientific":"6.9314718055994530941723212145818E11"
,"description":"1,000,000,000,000-fold of the unit bit divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:DataRate"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA291"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA291"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Terabit per Second"
,"label":"Terabit per Second"
,"symbol":"Tb\/s"
,"type":"qudt:Unit"
,"ucum code":"Tbit.s-1"
,"unece common code":"E84"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraBIT-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the unit bit divided by the SI base unit second",
"conversionMultiplier" : "693147180559.94530941723212145818",
"conversionMultiplier:SN" : 6.931471805599453E11,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/DataRate",
"iec61360Code" : "0112/2///62720#UAA291",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA291",
"symbol" : "Tb/s",
"ucumCode" : "Tbit.s-1",
"uneceCommonCode" : "E84",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Terabit per Second", {
"@language" : "en",
"@value" : "Terabit per Second"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraBQ
URI: http://qudt.org/vocab/unit/TeraBQ
1,000,000,000,000-fold of the unit becquerel
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraBQ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the unit becquerel" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Activity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB589" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB589"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BQ> ; <http://qudt.org/schema/qudt/symbol> "TBq" ; <http://qudt.org/schema/qudt/ucumCode> "TBq"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Terabecquerel" ; rdfs:label "Terabecquerel"@cs ; rdfs:label "Terabecquerel"@de ; rdfs:label "Terabecquerel"@en ; rdfs:label "Terabecquerel"@es ; rdfs:label "Terabecquerel"@fr ; rdfs:label "Terabecquerel"@hu ; rdfs:label "Terabecquerel"@it ; rdfs:label "Terabecquerel"@ms ; rdfs:label "Terabecquerel"@ro ; rdfs:label "Terabecquerel"@sl ; rdfs:label "Terabekerel"@pl ; rdfs:label "Terabekerel"@tr ; .
{"resource":"Terabecquerel"
,"qname":"unit:TeraBQ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraBQ"
,"properties":["conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"1,000,000,000,000-fold of the unit becquerel"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Activity"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB589"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB589"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Terabecquerel"
,"label":"Terabecquerel"
,"label":"Terabecquerel"
,"label":"Terabecquerel"
,"label":"Terabecquerel"
,"label":"Terabecquerel"
,"label":"Terabecquerel"
,"label":"Terabecquerel"
,"label":"Terabecquerel"
,"label":"Terabecquerel"
,"label":"Terabecquerel"
,"label":"Terabekerel"
,"label":"Terabekerel"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:BQ"
,"symbol":"TBq"
,"type":"qudt:Unit"
,"ucum code":"TBq"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraBQ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the unit becquerel",
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Activity",
"iec61360Code" : "0112/2///62720#UAB589",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB589",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/BQ",
"symbol" : "TBq",
"ucumCode" : "TBq",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Terabecquerel", {
"@language" : "cs",
"@value" : "Terabecquerel"
}, {
"@language" : "de",
"@value" : "Terabecquerel"
}, {
"@language" : "en",
"@value" : "Terabecquerel"
}, {
"@language" : "es",
"@value" : "Terabecquerel"
}, {
"@language" : "pl",
"@value" : "Terabekerel"
}, {
"@language" : "tr",
"@value" : "Terabekerel"
}, {
"@language" : "fr",
"@value" : "Terabecquerel"
}, {
"@language" : "hu",
"@value" : "Terabecquerel"
}, {
"@language" : "it",
"@value" : "Terabecquerel"
}, {
"@language" : "ms",
"@value" : "Terabecquerel"
}, {
"@language" : "sl",
"@value" : "Terabecquerel"
}, {
"@language" : "ro",
"@value" : "Terabecquerel"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraBYTE
URI: http://qudt.org/vocab/unit/TeraBYTE
The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10^12 in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraBYTE> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10^12 in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/ASU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 5545177444479.56247533785697166544 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 5.54517744447956247533785697166544E12 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Terabyte"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InformationEntropy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB186" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Terabyte?oldid=494671550"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB186"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/BYTE> ; <http://qudt.org/schema/qudt/symbol> "TB" ; <http://qudt.org/schema/qudt/ucumCode> "TBy"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "E35" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q79741> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Terabyte" ; rdfs:label "Terabyte"@en ; .
{"resource":"Terabyte"
,"qname":"unit:TeraBYTE"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraBYTE"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q79741>"
,"applicable system":"sou:ASU"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-ESU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"5545177444479.56247533785697166544"
,"conversion multiplier scientific":"5.54517744447956247533785697166544E12"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Terabyte"
,"description":"The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10^12 in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:InformationEntropy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB186"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Terabyte?oldid=494671550"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB186"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Terabyte"
,"label":"Terabyte"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:BYTE"
,"symbol":"TB"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
,"ucum code":"TBy"
,"unece common code":"E35"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraBYTE",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The terabyte is a multiple of the unit byte for digital information. The prefix tera means 10^12 in the International System of Units (SI), and therefore 1 terabyte is 1000000000000bytes, or 1 trillion bytes, or 1000 gigabytes. 1 terabyte in binary prefixes is 0.9095 tebibytes, or 931.32 gibibytes. The unit symbol for the terabyte is TB or TByte, but not Tb (lower case b) which refers to terabit.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/ASU", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "5545177444479.56247533785697166544",
"conversionMultiplier:SN" : 5.5451774444795625E12,
"dbpediaMatch" : "http://dbpedia.org/resource/Terabyte",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/InformationEntropy",
"iec61360Code" : "0112/2///62720#UAB186",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB186", "http://en.wikipedia.org/wiki/Terabyte?oldid=494671550" ],
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/BYTE",
"symbol" : "TB",
"ucumCode" : "TBy",
"uneceCommonCode" : "E35",
"wikidataMatch" : "http://www.wikidata.org/entity/Q79741",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Terabyte", {
"@language" : "en",
"@value" : "Terabyte"
} ],
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraC
URI: http://qudt.org/vocab/unit/TeraC
A TeraCoulomb is $10^{12} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TeraC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A TeraCoulomb is $10^{12} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "TC" ;
<http://qudt.org/schema/qudt/ucumCode> "TC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94634677> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Teracoulomb" ;
rdfs:label "Teracoulomb"@cs ;
rdfs:label "Teracoulomb"@de ;
rdfs:label "Teracoulomb"@en ;
rdfs:label "Teracoulomb"@fr ;
rdfs:label "Teracoulomb"@hu ;
rdfs:label "Teracoulomb"@it ;
rdfs:label "Teracoulomb"@ms ;
rdfs:label "Teracoulomb"@ro ;
rdfs:label "Teracoulomb"@sl ;
rdfs:label "Teracoulomb"@tr ;
rdfs:label "Teraculombio"@es ;
rdfs:label "Terakulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Teracoulomb"
,"qname":"unit:TeraC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94634677>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"A TeraCoulomb is $10^{12} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Teracoulomb"
,"label":"Teracoulomb"
,"label":"Teracoulomb"
,"label":"Teracoulomb"
,"label":"Teracoulomb"
,"label":"Teracoulomb"
,"label":"Teracoulomb"
,"label":"Teracoulomb"
,"label":"Teracoulomb"
,"label":"Teracoulomb"
,"label":"Teracoulomb"
,"label":"Teraculombio"
,"label":"Terakulomb"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:C"
,"symbol":"TC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"TC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A TeraCoulomb is $10^{12} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "TC",
"ucumCode" : "TC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94634677",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Teracoulomb", {
"@language" : "cs",
"@value" : "Teracoulomb"
}, {
"@language" : "en",
"@value" : "Teracoulomb"
}, {
"@language" : "fr",
"@value" : "Teracoulomb"
}, {
"@language" : "hu",
"@value" : "Teracoulomb"
}, {
"@language" : "it",
"@value" : "Teracoulomb"
}, {
"@language" : "ms",
"@value" : "Teracoulomb"
}, {
"@language" : "ro",
"@value" : "Teracoulomb"
}, {
"@language" : "de",
"@value" : "Teracoulomb"
}, {
"@language" : "pl",
"@value" : "Terakulomb"
}, {
"@language" : "es",
"@value" : "Teraculombio"
}, {
"@language" : "sl",
"@value" : "Teracoulomb"
}, {
"@language" : "tr",
"@value" : "Teracoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraFLOPS
URI: http://qudt.org/vocab/unit/TeraFLOPS
1,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraFLOPS> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FloatingPointCalculationCapability> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB593" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB593"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/FLOPS> ; <http://qudt.org/schema/qudt/symbol> "TFLOPS" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tera Floating Point Operations per Second" ; rdfs:label "Tera Floating Point Operations per Second"@en ; .
{"resource":"Tera Floating Point Operations per Second"
,"qname":"unit:TeraFLOPS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraFLOPS"
,"properties":["conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"1,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:FloatingPointCalculationCapability"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB593"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB593"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tera Floating Point Operations per Second"
,"label":"Tera Floating Point Operations per Second"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:FLOPS"
,"symbol":"TFLOPS"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraFLOPS",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the unit floating point operations divided by the SI base unit second",
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/FloatingPointCalculationCapability",
"iec61360Code" : "0112/2///62720#UAB593",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB593",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/FLOPS",
"symbol" : "TFLOPS",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Tera Floating Point Operations per Second"
}, "Tera Floating Point Operations per Second" ],
"@context" : {
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraHZ
URI: http://qudt.org/vocab/unit/TeraHZ
1 000 000 000 000-fold of the SI derived unit hertz
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraHZ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000 000 000 000-fold of the SI derived unit hertz"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA287" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA287"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000,000,000-fold of the SI derived unit hertz" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/HZ> ; <http://qudt.org/schema/qudt/symbol> "THz" ; <http://qudt.org/schema/qudt/ucumCode> "THz"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D29" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q13548586> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Teraherc"@pl ; rdfs:label "Terahercio"@es ; rdfs:label "Terahertz" ; rdfs:label "Terahertz"@cs ; rdfs:label "Terahertz"@de ; rdfs:label "Terahertz"@en ; rdfs:label "Terahertz"@fr ; rdfs:label "Terahertz"@hu ; rdfs:label "Terahertz"@it ; rdfs:label "Terahertz"@ms ; rdfs:label "Terahertz"@ro ; rdfs:label "Terahertz"@sl ; rdfs:label "Terahertz"@tr ; .
{"resource":"Terahertz"
,"qname":"unit:TeraHZ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraHZ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q13548586>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"1 000 000 000 000-fold of the SI derived unit hertz"
,"description (plain text)":"1,000,000,000,000-fold of the SI derived unit hertz"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA287"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA287"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Teraherc"
,"label":"Terahercio"
,"label":"Terahertz"
,"label":"Terahertz"
,"label":"Terahertz"
,"label":"Terahertz"
,"label":"Terahertz"
,"label":"Terahertz"
,"label":"Terahertz"
,"label":"Terahertz"
,"label":"Terahertz"
,"label":"Terahertz"
,"label":"Terahertz"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:HZ"
,"symbol":"THz"
,"type":"qudt:Unit"
,"ucum code":"THz"
,"unece common code":"D29"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraHZ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000 000 000 000-fold of the SI derived unit hertz",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAA287",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA287",
"plainTextDescription" : "1,000,000,000,000-fold of the SI derived unit hertz",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/HZ",
"symbol" : "THz",
"ucumCode" : "THz",
"uneceCommonCode" : "D29",
"wikidataMatch" : "http://www.wikidata.org/entity/Q13548586",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Terahertz", {
"@language" : "cs",
"@value" : "Terahertz"
}, {
"@language" : "pl",
"@value" : "Teraherc"
}, {
"@language" : "de",
"@value" : "Terahertz"
}, {
"@language" : "en",
"@value" : "Terahertz"
}, {
"@language" : "fr",
"@value" : "Terahertz"
}, {
"@language" : "hu",
"@value" : "Terahertz"
}, {
"@language" : "it",
"@value" : "Terahertz"
}, {
"@language" : "ms",
"@value" : "Terahertz"
}, {
"@language" : "ro",
"@value" : "Terahertz"
}, {
"@language" : "sl",
"@value" : "Terahertz"
}, {
"@language" : "tr",
"@value" : "Terahertz"
}, {
"@language" : "es",
"@value" : "Terahercio"
} ],
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraJ
URI: http://qudt.org/vocab/unit/TeraJ
1 000 000 000 000-fold of the SI derived unit joule
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraJ> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1 000 000 000 000-fold of the SI derived unit joule"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA288" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA288"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000,000,000-fold of the SI derived unit joule" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "TJ" ; <http://qudt.org/schema/qudt/ucumCode> "TJ"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D30" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q10380431> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Teradżul"@pl ; rdfs:label "Terajoule" ; rdfs:label "Terajoule"@cs ; rdfs:label "Terajoule"@de ; rdfs:label "Terajoule"@en ; rdfs:label "Terajoule"@fr ; rdfs:label "Terajoule"@hu ; rdfs:label "Terajoule"@it ; rdfs:label "Terajoule"@ms ; rdfs:label "Terajoule"@ro ; rdfs:label "Terajoule"@sl ; rdfs:label "Terajoule"@tr ; rdfs:label "Terajulio"@es ; .
{"resource":"Terajoule"
,"qname":"unit:TeraJ"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraJ"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q10380431>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"1 000 000 000 000-fold of the SI derived unit joule"
,"description (plain text)":"1,000,000,000,000-fold of the SI derived unit joule"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA288"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA288"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Teradżul"
,"label":"Terajoule"
,"label":"Terajoule"
,"label":"Terajoule"
,"label":"Terajoule"
,"label":"Terajoule"
,"label":"Terajoule"
,"label":"Terajoule"
,"label":"Terajoule"
,"label":"Terajoule"
,"label":"Terajoule"
,"label":"Terajoule"
,"label":"Terajulio"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:J"
,"symbol":"TJ"
,"type":"qudt:Unit"
,"ucum code":"TJ"
,"unece common code":"D30"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraJ",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1 000 000 000 000-fold of the SI derived unit joule",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA288",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA288",
"plainTextDescription" : "1,000,000,000,000-fold of the SI derived unit joule",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "TJ",
"ucumCode" : "TJ",
"uneceCommonCode" : "D30",
"wikidataMatch" : "http://www.wikidata.org/entity/Q10380431",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Terajoule", {
"@language" : "cs",
"@value" : "Terajoule"
}, {
"@language" : "de",
"@value" : "Terajoule"
}, {
"@language" : "en",
"@value" : "Terajoule"
}, {
"@language" : "fr",
"@value" : "Terajoule"
}, {
"@language" : "hu",
"@value" : "Terajoule"
}, {
"@language" : "it",
"@value" : "Terajoule"
}, {
"@language" : "ms",
"@value" : "Terajoule"
}, {
"@language" : "ro",
"@value" : "Terajoule"
}, {
"@language" : "sl",
"@value" : "Terajoule"
}, {
"@language" : "tr",
"@value" : "Terajoule"
}, {
"@language" : "es",
"@value" : "Terajulio"
}, {
"@language" : "pl",
"@value" : "Teradżul"
} ],
"@context" : {
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraJ-PER-SEC
URI: http://qudt.org/vocab/unit/TeraJ-PER-SEC
1,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraJ-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB513" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB513"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "TJ/s" ; <http://qudt.org/schema/qudt/ucumCode> "TJ.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Teradżul na Sekunda"@pl ; rdfs:label "Terajoule na Sekunda"@cs ; rdfs:label "Terajoule na Sekunda"@sl ; rdfs:label "Terajoule par Seconde"@fr ; rdfs:label "Terajoule pe Secundă"@ro ; rdfs:label "Terajoule per Saat"@ms ; rdfs:label "Terajoule per Saniye"@tr ; rdfs:label "Terajoule per Second" ; rdfs:label "Terajoule per Second"@en ; rdfs:label "Terajoule per Secondo"@it ; rdfs:label "Terajoule pro Sekunde"@de ; rdfs:label "Terajulio por Segundo"@es ; .
{"resource":"Terajoule per Second"
,"qname":"unit:TeraJ-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraJ-PER-SEC"
,"properties":["conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"1,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB513"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB513"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Teradżul na Sekunda"
,"label":"Terajoule na Sekunda"
,"label":"Terajoule na Sekunda"
,"label":"Terajoule par Seconde"
,"label":"Terajoule pe Secundă"
,"label":"Terajoule per Saat"
,"label":"Terajoule per Saniye"
,"label":"Terajoule per Second"
,"label":"Terajoule per Second"
,"label":"Terajoule per Secondo"
,"label":"Terajoule pro Sekunde"
,"label":"Terajulio por Segundo"
,"symbol":"TJ\/s"
,"type":"qudt:Unit"
,"ucum code":"TJ.s-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraJ-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the SI derived unit joule divided by the SI base unit second",
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/ElectricPower" ],
"iec61360Code" : "0112/2///62720#UAB513",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB513",
"symbol" : "TJ/s",
"ucumCode" : "TJ.s-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Terajoule per Saniye"
}, {
"@language" : "it",
"@value" : "Terajoule per Secondo"
}, {
"@language" : "cs",
"@value" : "Terajoule na Sekunda"
}, {
"@language" : "sl",
"@value" : "Terajoule na Sekunda"
}, {
"@language" : "ro",
"@value" : "Terajoule pe Secundă"
}, {
"@language" : "pl",
"@value" : "Teradżul na Sekunda"
}, {
"@language" : "de",
"@value" : "Terajoule pro Sekunde"
}, {
"@language" : "es",
"@value" : "Terajulio por Segundo"
}, "Terajoule per Second", {
"@language" : "en",
"@value" : "Terajoule per Second"
}, {
"@language" : "ms",
"@value" : "Terajoule per Saat"
}, {
"@language" : "fr",
"@value" : "Terajoule par Seconde"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraOHM
URI: http://qudt.org/vocab/unit/TeraOHM
1,000,000,000,000-fold of the SI derived unit ohm
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraOHM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the SI derived unit ohm"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Resistance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA286" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA286"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000,000,000-fold of the SI derived unit ohm" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/OHM> ; <http://qudt.org/schema/qudt/symbol> "TΩ" ; <http://qudt.org/schema/qudt/ucumCode> "TOhm"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H44" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94480131> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Teraohm" ; rdfs:label "Teraohm"@cs ; rdfs:label "Teraohm"@de ; rdfs:label "Teraohm"@en ; rdfs:label "Teraohm"@fr ; rdfs:label "Teraohm"@hu ; rdfs:label "Teraohm"@it ; rdfs:label "Teraohm"@ms ; rdfs:label "Teraohm"@ro ; rdfs:label "Teraohm"@sl ; rdfs:label "Teraohm"@tr ; rdfs:label "Teraohmio"@es ; rdfs:label "Teraom"@pl ; .
{"resource":"Teraohm"
,"qname":"unit:TeraOHM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraOHM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94480131>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"1,000,000,000,000-fold of the SI derived unit ohm"
,"description (plain text)":"1,000,000,000,000-fold of the SI derived unit ohm"
,"has dimension vector":"qkdv:A0E-2L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Resistance"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA286"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA286"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Teraohm"
,"label":"Teraohm"
,"label":"Teraohm"
,"label":"Teraohm"
,"label":"Teraohm"
,"label":"Teraohm"
,"label":"Teraohm"
,"label":"Teraohm"
,"label":"Teraohm"
,"label":"Teraohm"
,"label":"Teraohm"
,"label":"Teraohmio"
,"label":"Teraom"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:OHM"
,"symbol":"TΩ"
,"type":"qudt:Unit"
,"ucum code":"TOhm"
,"unece common code":"H44"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraOHM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the SI derived unit ohm",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Resistance",
"iec61360Code" : "0112/2///62720#UAA286",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA286",
"plainTextDescription" : "1,000,000,000,000-fold of the SI derived unit ohm",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/OHM",
"symbol" : "TΩ",
"ucumCode" : "TOhm",
"uneceCommonCode" : "H44",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94480131",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Teraohm", {
"@language" : "cs",
"@value" : "Teraohm"
}, {
"@language" : "de",
"@value" : "Teraohm"
}, {
"@language" : "es",
"@value" : "Teraohmio"
}, {
"@language" : "pl",
"@value" : "Teraom"
}, {
"@language" : "en",
"@value" : "Teraohm"
}, {
"@language" : "fr",
"@value" : "Teraohm"
}, {
"@language" : "hu",
"@value" : "Teraohm"
}, {
"@language" : "it",
"@value" : "Teraohm"
}, {
"@language" : "ms",
"@value" : "Teraohm"
}, {
"@language" : "ro",
"@value" : "Teraohm"
}, {
"@language" : "sl",
"@value" : "Teraohm"
}, {
"@language" : "tr",
"@value" : "Teraohm"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraV
URI: http://qudt.org/vocab/unit/TeraV
1,000,000,000,000-fold of the SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraV> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the SI derived unit volt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC773" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC773"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "TV" ; <http://qudt.org/schema/qudt/ucumCode> "TV"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Teravolt" ; rdfs:label "Teravolt"@cs ; rdfs:label "Teravolt"@de ; rdfs:label "Teravolt"@en ; rdfs:label "Teravolt"@fr ; rdfs:label "Teravolt"@hu ; rdfs:label "Teravolt"@it ; rdfs:label "Teravolt"@ms ; rdfs:label "Teravolt"@ro ; rdfs:label "Teravolt"@sl ; rdfs:label "Teravolt"@tr ; rdfs:label "Teravoltio"@es ; rdfs:label "Terawolt"@pl ; .
{"resource":"Teravolt"
,"qname":"unit:TeraV"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraV"
,"properties":["conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"1,000,000,000,000-fold of the SI derived unit volt"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC773"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC773"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Teravolt"
,"label":"Teravolt"
,"label":"Teravolt"
,"label":"Teravolt"
,"label":"Teravolt"
,"label":"Teravolt"
,"label":"Teravolt"
,"label":"Teravolt"
,"label":"Teravolt"
,"label":"Teravolt"
,"label":"Teravolt"
,"label":"Teravoltio"
,"label":"Terawolt"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:V"
,"symbol":"TV"
,"type":"qudt:Unit"
,"ucum code":"TV"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraV",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the SI derived unit volt",
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricPotential", "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge" ],
"iec61360Code" : "0112/2///62720#UAC773",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC773",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "TV",
"ucumCode" : "TV",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Teravolt", {
"@language" : "cs",
"@value" : "Teravolt"
}, {
"@language" : "de",
"@value" : "Teravolt"
}, {
"@language" : "en",
"@value" : "Teravolt"
}, {
"@language" : "fr",
"@value" : "Teravolt"
}, {
"@language" : "hu",
"@value" : "Teravolt"
}, {
"@language" : "ms",
"@value" : "Teravolt"
}, {
"@language" : "ro",
"@value" : "Teravolt"
}, {
"@language" : "sl",
"@value" : "Teravolt"
}, {
"@language" : "tr",
"@value" : "Teravolt"
}, {
"@language" : "it",
"@value" : "Teravolt"
}, {
"@language" : "es",
"@value" : "Teravoltio"
}, {
"@language" : "pl",
"@value" : "Terawolt"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraV-A
URI: http://qudt.org/vocab/unit/TeraV-A
1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraV-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/TeraVA> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB535" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB535"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "TV·A" ; <http://qudt.org/schema/qudt/ucumCode> "TV.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Teravolt Amper"@ro ; rdfs:label "Teravolt Amper"@sl ; rdfs:label "Teravolt Amper"@tr ; rdfs:label "Teravolt Ampere" ; rdfs:label "Teravolt Ampere"@de ; rdfs:label "Teravolt Ampere"@en ; rdfs:label "Teravolt Ampere"@it ; rdfs:label "Teravolt Ampere"@ms ; rdfs:label "Teravolt Ampère"@fr ; rdfs:label "Teravolt Ampér"@cs ; rdfs:label "Teravoltio Amperio"@es ; rdfs:label "Terawolt Amper"@pl ; .
{"resource":"Teravolt Ampere"
,"qname":"unit:TeraV-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraV-A"
,"properties":["conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"deprecated":"true"
,"description":"1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB535"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB535"
,"is replaced by":"unit:TeraVA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Teravolt Amper"
,"label":"Teravolt Amper"
,"label":"Teravolt Amper"
,"label":"Teravolt Ampere"
,"label":"Teravolt Ampere"
,"label":"Teravolt Ampere"
,"label":"Teravolt Ampere"
,"label":"Teravolt Ampere"
,"label":"Teravolt Ampère"
,"label":"Teravolt Ampér"
,"label":"Teravoltio Amperio"
,"label":"Terawolt Amper"
,"symbol":"TV·A"
,"type":"qudt:Unit"
,"ucum code":"TV.A"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraV-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/TeraVA",
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB535",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB535",
"symbol" : "TV·A",
"ucumCode" : "TV.A",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Terawolt Amper"
}, "Teravolt Ampere", {
"@language" : "de",
"@value" : "Teravolt Ampere"
}, {
"@language" : "en",
"@value" : "Teravolt Ampere"
}, {
"@language" : "it",
"@value" : "Teravolt Ampere"
}, {
"@language" : "ms",
"@value" : "Teravolt Ampere"
}, {
"@language" : "fr",
"@value" : "Teravolt Ampère"
}, {
"@language" : "ro",
"@value" : "Teravolt Amper"
}, {
"@language" : "sl",
"@value" : "Teravolt Amper"
}, {
"@language" : "tr",
"@value" : "Teravolt Amper"
}, {
"@language" : "es",
"@value" : "Teravoltio Amperio"
}, {
"@language" : "cs",
"@value" : "Teravolt Ampér"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraV-A_Reactive
URI: http://qudt.org/vocab/unit/TeraV-A_Reactive
0.000000000001 of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TeraV-A_Reactive>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000000000001 of the unit volt ampere reactive" ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/TeraVAR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC509" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC509"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "TV·A{Reactive}" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "TeraVolt Ampere Reactive" ;
rdfs:label "TeraVolt Ampere Reactive"@en ;
.
{"resource":"TeraVolt Ampere Reactive"
,"qname":"unit:TeraV-A_Reactive"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraV-A_Reactive"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"0.000000000001 of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAC509"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC509"
,"is replaced by":"unit:TeraVAR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"TeraVolt Ampere Reactive"
,"label":"TeraVolt Ampere Reactive"
,"symbol":"TV·A{Reactive}"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraV-A_Reactive",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001 of the unit volt ampere reactive",
"isReplacedBy" : "http://qudt.org/vocab/unit/TeraVAR",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC509",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC509",
"symbol" : "TV·A{Reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "TeraVolt Ampere Reactive", {
"@language" : "en",
"@value" : "TeraVolt Ampere Reactive"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraVA
URI: http://qudt.org/vocab/unit/TeraVA
1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraVA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB535" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB535"^^xsd:anyURI ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/symbol> "TVA" ; <http://qudt.org/schema/qudt/ucumCode> "TVA"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Tera Volt Ampere" ; rdfs:label "Tera Volt Ampere"@en ; rdfs:label "Tera Volt Ampere"@it ; rdfs:label "Teravoltampere"@de ; rdfs:label "Teravoltampère"@fr ; rdfs:label "Teravoltiamperio"@es ; .
{"resource":"Tera Volt Ampere"
,"qname":"unit:TeraVA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraVA"
,"properties":["conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB535"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB535"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tera Volt Ampere"
,"label":"Tera Volt Ampere"
,"label":"Tera Volt Ampere"
,"label":"Teravoltampere"
,"label":"Teravoltampère"
,"label":"Teravoltiamperio"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:VA"
,"symbol":"TVA"
,"type":"qudt:Unit"
,"ucum code":"TVA"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraVA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the product of the SI base unit volt with the SI base unit ampere",
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAB535",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB535",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/VA",
"symbol" : "TVA",
"ucumCode" : "TVA",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Teravoltiamperio"
}, {
"@language" : "de",
"@value" : "Teravoltampere"
}, {
"@language" : "en",
"@value" : "Tera Volt Ampere"
}, {
"@language" : "it",
"@value" : "Tera Volt Ampere"
}, "Tera Volt Ampere", {
"@language" : "fr",
"@value" : "Teravoltampère"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraVAR
URI: http://qudt.org/vocab/unit/TeraVAR
0.000000000001 of the unit volt ampere reactive
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/TeraVAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "0.000000000001 of the unit volt ampere reactive" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAC509" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC509"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/VAR> ;
<http://qudt.org/schema/qudt/symbol> "TVA{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "TVA{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Tera Volt Ampere Reactive" ;
rdfs:label "Tera Volt Ampere Reactive"@en ;
.
{"resource":"Tera Volt Ampere Reactive"
,"qname":"unit:TeraVAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraVAR"
,"properties":["conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"0.000000000001 of the unit volt ampere reactive"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAC509"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAC509"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tera Volt Ampere Reactive"
,"label":"Tera Volt Ampere Reactive"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:VAR"
,"symbol":"TVA{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"TVA{reactive}"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraVAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "0.000000000001 of the unit volt ampere reactive",
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAC509",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAC509",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/VAR",
"symbol" : "TVA{Reactive}",
"ucumCode" : "TVA{reactive}",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tera Volt Ampere Reactive", {
"@language" : "en",
"@value" : "Tera Volt Ampere Reactive"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraW
URI: http://qudt.org/vocab/unit/TeraW
1,000,000,000,000-fold of the SI derived unit watt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraW> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the SI derived unit watt"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E12 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA289" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA289"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000,000,000-fold of the SI derived unit watt" ; <http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Tera> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/W> ; <http://qudt.org/schema/qudt/symbol> "TW" ; <http://qudt.org/schema/qudt/ucumCode> "TW"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D31" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q23823681> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Teravatio"@es ; rdfs:label "Terawat"@pl ; rdfs:label "Terawatt" ; rdfs:label "Terawatt"@cs ; rdfs:label "Terawatt"@de ; rdfs:label "Terawatt"@en ; rdfs:label "Terawatt"@fr ; rdfs:label "Terawatt"@hu ; rdfs:label "Terawatt"@it ; rdfs:label "Terawatt"@ms ; rdfs:label "Terawatt"@ro ; rdfs:label "Terawatt"@sl ; rdfs:label "Terawatt"@tr ; .
{"resource":"Terawatt"
,"qname":"unit:TeraW"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraW"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q23823681>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000.0"
,"conversion multiplier scientific":"1.0E12"
,"description":"1,000,000,000,000-fold of the SI derived unit watt"
,"description (plain text)":"1,000,000,000,000-fold of the SI derived unit watt"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA289"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA289"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Teravatio"
,"label":"Terawat"
,"label":"Terawatt"
,"label":"Terawatt"
,"label":"Terawatt"
,"label":"Terawatt"
,"label":"Terawatt"
,"label":"Terawatt"
,"label":"Terawatt"
,"label":"Terawatt"
,"label":"Terawatt"
,"label":"Terawatt"
,"label":"Terawatt"
,"prefix":"prefix:Tera"
,"scalingOf":"unit:W"
,"symbol":"TW"
,"type":"qudt:Unit"
,"ucum code":"TW"
,"unece common code":"D31"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraW",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the SI derived unit watt",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000000000000.0",
"conversionMultiplier:SN" : 1.0E12,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricPower", "http://qudt.org/vocab/quantitykind/Power" ],
"iec61360Code" : "0112/2///62720#UAA289",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA289",
"plainTextDescription" : "1,000,000,000,000-fold of the SI derived unit watt",
"prefix" : "http://qudt.org/vocab/prefix/Tera",
"scalingOf" : "http://qudt.org/vocab/unit/W",
"symbol" : "TW",
"ucumCode" : "TW",
"uneceCommonCode" : "D31",
"wikidataMatch" : "http://www.wikidata.org/entity/Q23823681",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Terawat"
}, {
"@language" : "es",
"@value" : "Teravatio"
}, "Terawatt", {
"@language" : "cs",
"@value" : "Terawatt"
}, {
"@language" : "de",
"@value" : "Terawatt"
}, {
"@language" : "en",
"@value" : "Terawatt"
}, {
"@language" : "fr",
"@value" : "Terawatt"
}, {
"@language" : "hu",
"@value" : "Terawatt"
}, {
"@language" : "it",
"@value" : "Terawatt"
}, {
"@language" : "ms",
"@value" : "Terawatt"
}, {
"@language" : "ro",
"@value" : "Terawatt"
}, {
"@language" : "sl",
"@value" : "Terawatt"
}, {
"@language" : "tr",
"@value" : "Terawatt"
} ],
"@context" : {
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraW-HR
URI: http://qudt.org/vocab/unit/TeraW-HR
1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraW-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E15 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA290" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA290"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "TW·h" ; <http://qudt.org/schema/qudt/ucumCode> "TW.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D32" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2659078> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Terawatt Hour" ; rdfs:label "Terawatt Hour"@en ; .
{"resource":"Terawatt Hour"
,"qname":"unit:TeraW-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraW-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2659078>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600000000000000.0"
,"conversion multiplier scientific":"3.6E15"
,"description":"1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour"
,"description (plain text)":"1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA290"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA290"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Terawatt Hour"
,"label":"Terawatt Hour"
,"symbol":"TW·h"
,"type":"qudt:Unit"
,"ucum code":"TW.h"
,"unece common code":"D32"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraW-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "3600000000000000.0",
"conversionMultiplier:SN" : 3.6E15,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA290",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA290",
"plainTextDescription" : "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour",
"symbol" : "TW·h",
"ucumCode" : "TW.h",
"uneceCommonCode" : "D32",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2659078",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Terawatt Hour", {
"@language" : "en",
"@value" : "Terawatt Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TeraW-HR-PER-YR
URI: http://qudt.org/vocab/unit/TeraW-HR-PER-YR
1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour divided by the unit year
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TeraW-HR-PER-YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour divided by the unit year"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 114077116.1305042208532968286561716 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.140771161305042208532968286561716E8 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ; <http://qudt.org/schema/qudt/plainTextDescription> "Terawatt hour per year is a unit of energy per time (i.e. power) and denotes the energy (in terawatt hours) created or consumed during one year." ; <http://qudt.org/schema/qudt/symbol> "TW·h/a" ; <http://qudt.org/schema/qudt/ucumCode> "TW.h.a-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Terawatt Heure Par An"@fr ; rdfs:label "Terawatt Hour per Year" ; rdfs:label "Terawatt Hour per Year"@en ; rdfs:label "Terawattstunde Pro Jahr"@de ; .
{"resource":"Terawatt Hour per Year"
,"qname":"unit:TeraW-HR-PER-YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TeraW-HR-PER-YR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"114077116.1305042208532968286561716"
,"conversion multiplier scientific":"1.140771161305042208532968286561716E8"
,"description":"1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour divided by the unit year"
,"description (plain text)":"Terawatt hour per year is a unit of energy per time (i.e. power) and denotes the energy (in terawatt hours) created or consumed during one year."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Terawatt Heure Par An"
,"label":"Terawatt Hour per Year"
,"label":"Terawatt Hour per Year"
,"label":"Terawattstunde Pro Jahr"
,"symbol":"TW·h\/a"
,"type":"qudt:Unit"
,"ucum code":"TW.h.a-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/TeraW-HR-PER-YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "1,000,000,000,000-fold of the product of the SI derived unit watt and the unit hour divided by the unit year",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "114077116.1305042208532968286561716",
"conversionMultiplier:SN" : 1.1407711613050422E8,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Power",
"plainTextDescription" : "Terawatt hour per year is a unit of energy per time (i.e. power) and denotes the energy (in terawatt hours) created or consumed during one year.",
"symbol" : "TW·h/a",
"ucumCode" : "TW.h.a-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Terawattstunde Pro Jahr"
}, "Terawatt Hour per Year", {
"@language" : "en",
"@value" : "Terawatt Hour per Year"
}, {
"@language" : "fr",
"@value" : "Terawatt Heure Par An"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:TonEnergy
URI: http://qudt.org/vocab/unit/TonEnergy
Energy equivalent of one ton of TNT
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/TonEnergy> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Energy equivalent of one ton of TNT"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 4184000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 4.184E9 ; <http://qudt.org/schema/qudt/expression> "$t/lbf$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/J> ; <http://qudt.org/schema/qudt/symbol> "t/lbf" ; <http://qudt.org/schema/qudt/ucumCode> "Gcal"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Ton Energy" ; rdfs:label "Ton Energy"@en ; .
{"resource":"Ton Energy"
,"qname":"unit:TonEnergy"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/TonEnergy"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"4184000000.0"
,"conversion multiplier scientific":"4.184E9"
,"description":"Energy equivalent of one ton of TNT"
,"expression":"$t\/lbf$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Ton Energy"
,"label":"Ton Energy"
,"scalingOf":"unit:J"
,"symbol":"t\/lbf"
,"type":"qudt:Unit"
,"ucum code":"Gcal"
]}
{
"@id" : "http://qudt.org/vocab/unit/TonEnergy",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Energy equivalent of one ton of TNT",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "4184000000.0",
"conversionMultiplier:SN" : 4.184E9,
"expression" : "$t/lbf$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"scalingOf" : "http://qudt.org/vocab/unit/J",
"symbol" : "t/lbf",
"ucumCode" : "Gcal",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Ton Energy", {
"@language" : "en",
"@value" : "Ton Energy"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:U
URI: http://qudt.org/vocab/unit/U
The unified atomic mass unit (symbol: $u$) or dalton (symbol: $Da$) is the standard unit that is used for indicating mass on an atomic or molecular scale (atomic mass). It is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state,[ and has a value of $1.660538921(73) \times 10^{-27} kg$. One dalton is approximately equal to the mass of one nucleon; an equivalence of saying $1 g mol^{-1}$. The CIPM have categorised it as a 'non-SI unit' because units values in SI units must be obtained experimentally.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/U>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The unified atomic mass unit (symbol: $u$) or dalton (symbol: $Da$) is the standard unit that is used for indicating mass on an atomic or molecular scale (atomic mass). It is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state,[ and has a value of $1.660538921(73) \\times 10^{-27} kg$. One dalton is approximately equal to the mass of one nucleon; an equivalence of saying $1 g mol^{-1}$. The CIPM have categorised it as a 'non-SI unit' because units values in SI units must be obtained experimentally."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000000000000000000000000166053878283 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.66053878283E-27 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Atomic_mass_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/AMU> ;
<http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/DA> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Mass> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB083" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Atomic_mass_unit"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB083"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/KiloGM> ;
<http://qudt.org/schema/qudt/symbol> "u" ;
<http://qudt.org/schema/qudt/ucumCode> "u"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D43" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Unified Atomic Mass Unit" ;
rdfs:label "Unified Atomic Mass Unit"@en ;
.
{"resource":"Unified Atomic Mass Unit"
,"qname":"unit:U"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/U"
,"properties":["conversion multiplier":"0.00000000000000000000000000166053878283"
,"conversion multiplier scientific":"1.66053878283E-27"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Atomic_mass_unit"
,"description":"The unified atomic mass unit (symbol: $u$) or dalton (symbol: $Da$) is the standard unit that is used for indicating mass on an atomic or molecular scale (atomic mass). It is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state,[ and has a value of $1.660538921(73) \\times 10^{-27} kg$. One dalton is approximately equal to the mass of one nucleon; an equivalence of saying $1 g mol^{-1}$. The CIPM have categorised it as a 'non-SI unit' because units values in SI units must be obtained experimentally."
,"exact match":"unit:AMU"
,"exact match":"unit:DA"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T0D0"
,"has quantity kind":"quantitykind:Mass"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB083"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Atomic_mass_unit"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB083"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Unified Atomic Mass Unit"
,"label":"Unified Atomic Mass Unit"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/unifiedAtomicMassUnit>"
,"scalingOf":"unit:KiloGM"
,"symbol":"u"
,"type":"qudt:Unit"
,"ucum code":"u"
,"unece common code":"D43"
]}
{
"@id" : "http://qudt.org/vocab/unit/U",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The unified atomic mass unit (symbol: $u$) or dalton (symbol: $Da$) is the standard unit that is used for indicating mass on an atomic or molecular scale (atomic mass). It is defined as one twelfth of the mass of an unbound neutral atom of carbon-12 in its nuclear and electronic ground state,[ and has a value of $1.660538921(73) \\times 10^{-27} kg$. One dalton is approximately equal to the mass of one nucleon; an equivalence of saying $1 g mol^{-1}$. The CIPM have categorised it as a 'non-SI unit' because units values in SI units must be obtained experimentally.",
"conversionMultiplier" : "0.00000000000000000000000000166053878283",
"conversionMultiplier:SN" : 1.66053878283E-27,
"dbpediaMatch" : "http://dbpedia.org/resource/Atomic_mass_unit",
"exactMatch" : [ "http://qudt.org/vocab/unit/AMU", "http://qudt.org/vocab/unit/DA" ],
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Mass",
"iec61360Code" : "0112/2///62720#UAB083",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB083", "http://en.wikipedia.org/wiki/Atomic_mass_unit" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/unifiedAtomicMassUnit",
"scalingOf" : "http://qudt.org/vocab/unit/KiloGM",
"symbol" : "u",
"ucumCode" : "u",
"uneceCommonCode" : "D43",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Unified Atomic Mass Unit", {
"@language" : "en",
"@value" : "Unified Atomic Mass Unit"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:UNITLESS
URI: http://qudt.org/vocab/unit/UNITLESS
An explicit unit to say something has no units.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/UNITLESS> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/DimensionlessUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "An explicit unit to say something has no units."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Absorptance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ActivityCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AtomScatteringFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AverageLogarithmicEnergyDecrement> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BindingFraction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/BioconcentrationFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CanonicalPartitionFunction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Chromaticity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Constringence> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Count> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CouplingFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Debye-WallerFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DegreeOfDissociation> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dimensionless> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DimensionlessRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Dissipance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DoseEquivalentQualityFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/DutyCycle> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Duv> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EinsteinTransitionProbability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricSusceptibility> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Emissivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EquilibriumConstant> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FastFissionFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/FrictionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GFactorOfNucleus> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GeneralizedCoordinate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GeneralizedForce> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GeneralizedMomentum> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GeneralizedVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/GruneisenParameter> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/InternalConversionFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/IsentropicExponent> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LandeGFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LeakageFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Lethargy> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LogOctanolAirPartitionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LogOctanolWaterPartitionCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LogarithmicFrequencyInterval> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Long-RangeOrderParameter> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LossFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MadelungConstant> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticSusceptability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFraction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFractionOfDryMatter> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassFractionOfWater> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatioOfWaterToDryMatter> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MassRatioOfWaterVapourToDryGas> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MobilityRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MultiplicationFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NapierianAbsorbance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NeutronYieldPerAbsorption> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NeutronYieldPerFission> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Non-LeakageProbability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/NumberOfParticles> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/OrderOfReflection> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/OsmoticCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PackingFraction> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PermittivityRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PoissonRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/QualityFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RadianceFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RatioOfSpecificHeatCapacities> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Reactivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Reflectance> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReflectanceFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RefractiveIndex> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativeMassConcentrationOfVapour> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativeMassDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativeMassExcess> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RelativeMassRatioOfVapour> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ResonanceEscapeProbability> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ServiceFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Short-RangeOrderParameter> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StandardAbsoluteActivity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StatisticalWeight> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/StructureFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalDiffusionFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalDiffusionRatio> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalUtilizationFactor> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TotalIonization> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TransmittanceDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Turns> ; <http://qudt.org/schema/qudt/symbol> "一" ; <http://qudt.org/schema/qudt/uneceCommonCode> "C62" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q199> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Unitless" ; rdfs:label "Unitless"@en ; .
{"resource":"Unitless"
,"qname":"unit:UNITLESS"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/UNITLESS"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q199>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"An explicit unit to say something has no units."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Absorptance"
,"has quantity kind":"quantitykind:ActivityCoefficient"
,"has quantity kind":"quantitykind:AtomScatteringFactor"
,"has quantity kind":"quantitykind:AverageLogarithmicEnergyDecrement"
,"has quantity kind":"quantitykind:BindingFraction"
,"has quantity kind":"quantitykind:BioconcentrationFactor"
,"has quantity kind":"quantitykind:CanonicalPartitionFunction"
,"has quantity kind":"quantitykind:Chromaticity"
,"has quantity kind":"quantitykind:Constringence"
,"has quantity kind":"quantitykind:Count"
,"has quantity kind":"quantitykind:CouplingFactor"
,"has quantity kind":"quantitykind:Debye-WallerFactor"
,"has quantity kind":"quantitykind:DegreeOfDissociation"
,"has quantity kind":"quantitykind:Dimensionless"
,"has quantity kind":"quantitykind:DimensionlessRatio"
,"has quantity kind":"quantitykind:Dissipance"
,"has quantity kind":"quantitykind:DoseEquivalentQualityFactor"
,"has quantity kind":"quantitykind:DutyCycle"
,"has quantity kind":"quantitykind:Duv"
,"has quantity kind":"quantitykind:EinsteinTransitionProbability"
,"has quantity kind":"quantitykind:ElectricSusceptibility"
,"has quantity kind":"quantitykind:Emissivity"
,"has quantity kind":"quantitykind:EquilibriumConstant"
,"has quantity kind":"quantitykind:FastFissionFactor"
,"has quantity kind":"quantitykind:FrictionCoefficient"
,"has quantity kind":"quantitykind:GFactorOfNucleus"
,"has quantity kind":"quantitykind:GeneralizedCoordinate"
,"has quantity kind":"quantitykind:GeneralizedForce"
,"has quantity kind":"quantitykind:GeneralizedMomentum"
,"has quantity kind":"quantitykind:GeneralizedVelocity"
,"has quantity kind":"quantitykind:GruneisenParameter"
,"has quantity kind":"quantitykind:InternalConversionFactor"
,"has quantity kind":"quantitykind:IsentropicExponent"
,"has quantity kind":"quantitykind:LandeGFactor"
,"has quantity kind":"quantitykind:LeakageFactor"
,"has quantity kind":"quantitykind:Lethargy"
,"has quantity kind":"quantitykind:LogOctanolAirPartitionCoefficient"
,"has quantity kind":"quantitykind:LogOctanolWaterPartitionCoefficient"
,"has quantity kind":"quantitykind:LogarithmicFrequencyInterval"
,"has quantity kind":"quantitykind:Long-RangeOrderParameter"
,"has quantity kind":"quantitykind:LossFactor"
,"has quantity kind":"quantitykind:MadelungConstant"
,"has quantity kind":"quantitykind:MagneticSusceptability"
,"has quantity kind":"quantitykind:MassFraction"
,"has quantity kind":"quantitykind:MassFractionOfDryMatter"
,"has quantity kind":"quantitykind:MassFractionOfWater"
,"has quantity kind":"quantitykind:MassRatioOfWaterToDryMatter"
,"has quantity kind":"quantitykind:MassRatioOfWaterVapourToDryGas"
,"has quantity kind":"quantitykind:MobilityRatio"
,"has quantity kind":"quantitykind:MultiplicationFactor"
,"has quantity kind":"quantitykind:NapierianAbsorbance"
,"has quantity kind":"quantitykind:NeutronYieldPerAbsorption"
,"has quantity kind":"quantitykind:NeutronYieldPerFission"
,"has quantity kind":"quantitykind:Non-LeakageProbability"
,"has quantity kind":"quantitykind:NumberOfParticles"
,"has quantity kind":"quantitykind:OrderOfReflection"
,"has quantity kind":"quantitykind:OsmoticCoefficient"
,"has quantity kind":"quantitykind:PackingFraction"
,"has quantity kind":"quantitykind:PermittivityRatio"
,"has quantity kind":"quantitykind:PoissonRatio"
,"has quantity kind":"quantitykind:PowerFactor"
,"has quantity kind":"quantitykind:QualityFactor"
,"has quantity kind":"quantitykind:RadianceFactor"
,"has quantity kind":"quantitykind:RatioOfSpecificHeatCapacities"
,"has quantity kind":"quantitykind:Reactivity"
,"has quantity kind":"quantitykind:Reflectance"
,"has quantity kind":"quantitykind:ReflectanceFactor"
,"has quantity kind":"quantitykind:RefractiveIndex"
,"has quantity kind":"quantitykind:RelativeMassConcentrationOfVapour"
,"has quantity kind":"quantitykind:RelativeMassDensity"
,"has quantity kind":"quantitykind:RelativeMassExcess"
,"has quantity kind":"quantitykind:RelativeMassRatioOfVapour"
,"has quantity kind":"quantitykind:ResonanceEscapeProbability"
,"has quantity kind":"quantitykind:ServiceFactor"
,"has quantity kind":"quantitykind:Short-RangeOrderParameter"
,"has quantity kind":"quantitykind:StandardAbsoluteActivity"
,"has quantity kind":"quantitykind:StatisticalWeight"
,"has quantity kind":"quantitykind:StructureFactor"
,"has quantity kind":"quantitykind:ThermalDiffusionFactor"
,"has quantity kind":"quantitykind:ThermalDiffusionRatio"
,"has quantity kind":"quantitykind:ThermalUtilizationFactor"
,"has quantity kind":"quantitykind:TotalIonization"
,"has quantity kind":"quantitykind:TransmittanceDensity"
,"has quantity kind":"quantitykind:Turns"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Unitless"
,"label":"Unitless"
,"symbol":"一"
,"type":"qudt:CountingUnit"
,"type":"qudt:DimensionlessUnit"
,"type":"qudt:Unit"
,"unece common code":"C62"
]}
{
"@id" : "http://qudt.org/vocab/unit/UNITLESS",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DimensionlessUnit" ],
"description" : "An explicit unit to say something has no units.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/GeneralizedMomentum", "http://qudt.org/vocab/quantitykind/Dissipance", "http://qudt.org/vocab/quantitykind/EquilibriumConstant", "http://qudt.org/vocab/quantitykind/StructureFactor", "http://qudt.org/vocab/quantitykind/ThermalDiffusionFactor", "http://qudt.org/vocab/quantitykind/LogOctanolAirPartitionCoefficient", "http://qudt.org/vocab/quantitykind/Lethargy", "http://qudt.org/vocab/quantitykind/RefractiveIndex", "http://qudt.org/vocab/quantitykind/DoseEquivalentQualityFactor", "http://qudt.org/vocab/quantitykind/BindingFraction", "http://qudt.org/vocab/quantitykind/ReflectanceFactor", "http://qudt.org/vocab/quantitykind/EinsteinTransitionProbability", "http://qudt.org/vocab/quantitykind/MultiplicationFactor", "http://qudt.org/vocab/quantitykind/Count", "http://qudt.org/vocab/quantitykind/Reflectance", "http://qudt.org/vocab/quantitykind/Non-LeakageProbability", "http://qudt.org/vocab/quantitykind/ActivityCoefficient", "http://qudt.org/vocab/quantitykind/PermittivityRatio", "http://qudt.org/vocab/quantitykind/GeneralizedCoordinate", "http://qudt.org/vocab/quantitykind/MobilityRatio", "http://qudt.org/vocab/quantitykind/StatisticalWeight", "http://qudt.org/vocab/quantitykind/Constringence", "http://qudt.org/vocab/quantitykind/MadelungConstant", "http://qudt.org/vocab/quantitykind/AtomScatteringFactor", "http://qudt.org/vocab/quantitykind/RatioOfSpecificHeatCapacities", "http://qudt.org/vocab/quantitykind/CouplingFactor", "http://qudt.org/vocab/quantitykind/NeutronYieldPerAbsorption", "http://qudt.org/vocab/quantitykind/Reactivity", "http://qudt.org/vocab/quantitykind/ThermalUtilizationFactor", "http://qudt.org/vocab/quantitykind/RadianceFactor", "http://qudt.org/vocab/quantitykind/StandardAbsoluteActivity", "http://qudt.org/vocab/quantitykind/FastFissionFactor", "http://qudt.org/vocab/quantitykind/CanonicalPartitionFunction", "http://qudt.org/vocab/quantitykind/LossFactor", "http://qudt.org/vocab/quantitykind/TransmittanceDensity", "http://qudt.org/vocab/quantitykind/InternalConversionFactor", "http://qudt.org/vocab/quantitykind/MassRatioOfWaterVapourToDryGas", "http://qudt.org/vocab/quantitykind/ElectricSusceptibility", "http://qudt.org/vocab/quantitykind/RelativeMassDensity", "http://qudt.org/vocab/quantitykind/PackingFraction", "http://qudt.org/vocab/quantitykind/DegreeOfDissociation", "http://qudt.org/vocab/quantitykind/ThermalDiffusionRatio", "http://qudt.org/vocab/quantitykind/GFactorOfNucleus", "http://qudt.org/vocab/quantitykind/NeutronYieldPerFission", "http://qudt.org/vocab/quantitykind/LeakageFactor", "http://qudt.org/vocab/quantitykind/ResonanceEscapeProbability", "http://qudt.org/vocab/quantitykind/PowerFactor", "http://qudt.org/vocab/quantitykind/DutyCycle", "http://qudt.org/vocab/quantitykind/Turns", "http://qudt.org/vocab/quantitykind/TotalIonization", "http://qudt.org/vocab/quantitykind/RelativeMassConcentrationOfVapour", "http://qudt.org/vocab/quantitykind/Duv", "http://qudt.org/vocab/quantitykind/MassFractionOfWater", "http://qudt.org/vocab/quantitykind/GeneralizedForce", "http://qudt.org/vocab/quantitykind/OrderOfReflection", "http://qudt.org/vocab/quantitykind/RelativeMassExcess", "http://qudt.org/vocab/quantitykind/LogOctanolWaterPartitionCoefficient", "http://qudt.org/vocab/quantitykind/MagneticSusceptability", "http://qudt.org/vocab/quantitykind/DimensionlessRatio", "http://qudt.org/vocab/quantitykind/MassRatioOfWaterToDryMatter", "http://qudt.org/vocab/quantitykind/Dimensionless", "http://qudt.org/vocab/quantitykind/Chromaticity", "http://qudt.org/vocab/quantitykind/AverageLogarithmicEnergyDecrement", "http://qudt.org/vocab/quantitykind/RelativeMassRatioOfVapour", "http://qudt.org/vocab/quantitykind/LandeGFactor", "http://qudt.org/vocab/quantitykind/NumberOfParticles", "http://qudt.org/vocab/quantitykind/FrictionCoefficient", "http://qudt.org/vocab/quantitykind/ServiceFactor", "http://qudt.org/vocab/quantitykind/Emissivity", "http://qudt.org/vocab/quantitykind/QualityFactor", "http://qudt.org/vocab/quantitykind/GruneisenParameter", "http://qudt.org/vocab/quantitykind/NapierianAbsorbance", "http://qudt.org/vocab/quantitykind/Long-RangeOrderParameter", "http://qudt.org/vocab/quantitykind/MassFractionOfDryMatter", "http://qudt.org/vocab/quantitykind/GeneralizedVelocity", "http://qudt.org/vocab/quantitykind/MassFraction", "http://qudt.org/vocab/quantitykind/Absorptance", "http://qudt.org/vocab/quantitykind/Debye-WallerFactor", "http://qudt.org/vocab/quantitykind/Short-RangeOrderParameter", "http://qudt.org/vocab/quantitykind/OsmoticCoefficient", "http://qudt.org/vocab/quantitykind/BioconcentrationFactor", "http://qudt.org/vocab/quantitykind/PoissonRatio", "http://qudt.org/vocab/quantitykind/LogarithmicFrequencyInterval", "http://qudt.org/vocab/quantitykind/IsentropicExponent" ],
"symbol" : "一",
"uneceCommonCode" : "C62",
"wikidataMatch" : "http://www.wikidata.org/entity/Q199",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Unitless", {
"@language" : "en",
"@value" : "Unitless"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:UNKNOWN
URI: http://qudt.org/vocab/unit/UNKNOWN
Placeholder unit for abstract quantities
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/UNKNOWN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Placeholder unit for abstract quantities" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/NotApplicable> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "Unknown" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Unknown" ; rdfs:label "Unknown"@en ; .
{"resource":"Unknown"
,"qname":"unit:UNKNOWN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/UNKNOWN"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"description":"Placeholder unit for abstract quantities"
,"has dimension vector":"qkdv:NotApplicable"
,"has quantity kind":"quantitykind:Unknown"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Unknown"
,"label":"Unknown"
,"symbol":"Unknown"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/UNKNOWN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Placeholder unit for abstract quantities",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/NotApplicable",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "Unknown",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Unknown", {
"@language" : "en",
"@value" : "Unknown"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:UnitPole
URI: http://qudt.org/vocab/unit/UnitPole
A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/UnitPole> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0000001256637 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.256637E-7 ; <http://qudt.org/schema/qudt/expression> "$U/nWb$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFlux> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB214" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB214"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/unitPole> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/WB> ; <http://qudt.org/schema/qudt/symbol> "pole" ; <http://qudt.org/schema/qudt/uneceCommonCode> "P53" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Unit Pole" ; rdfs:label "Unit Pole"@en ; .
{"resource":"Unit Pole"
,"qname":"unit:UnitPole"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/UnitPole"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.0000001256637"
,"conversion multiplier scientific":"1.256637E-7"
,"description":"A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away."
,"expression":"$U\/nWb$"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFlux"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB214"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB214"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Unit Pole"
,"label":"Unit Pole"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/unitPole>"
,"scalingOf":"unit:WB"
,"symbol":"pole"
,"type":"qudt:Unit"
,"unece common code":"P53"
]}
{
"@id" : "http://qudt.org/vocab/unit/UnitPole",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A magnetic pole is a unit pole if it exerts a force of one dyne on another pole of equal strength at a distance of 1 cm. The strength of any given pole in cgs units is therefore numerically equal to the force in dynes which it exerts on a unit pole 1 cm away.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.0000001256637",
"conversionMultiplier:SN" : 1.256637E-7,
"expression" : "$U/nWb$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFlux",
"iec61360Code" : "0112/2///62720#UAB214",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB214",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/unitPole",
"scalingOf" : "http://qudt.org/vocab/unit/WB",
"symbol" : "pole",
"uneceCommonCode" : "P53",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Unit Pole", {
"@language" : "en",
"@value" : "Unit Pole"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V
URI: http://qudt.org/vocab/unit/V
$\textit{Volt}$ is the SI unit of electric potential. Separating electric charges creates potential energy, which can be measured in energy units such as joules. Electric potential is defined as the amount of potential energy present per unit of charge. Electric potential is measured in volts, with one volt representing a potential of one joule per coulomb of charge. The name of the unit honors the Italian scientist Count Alessandro Volta (1745-1827), the inventor of the first battery. The volt also may be expressed with a variety of other units. For example, a volt is also equal to one watt per ampere ($W/A$) and one joule per ampere per second ($J/A/s$).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/V>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Volt}$ is the SI unit of electric potential.
Separating electric charges creates potential energy, which can be measured in energy units such as joules.
Electric potential is defined as the amount of potential energy present per unit of charge.
Electric potential is measured in volts, with one volt representing a potential of one joule per coulomb of charge.
The name of the unit honors the Italian scientist Count Alessandro Volta (1745-1827), the inventor of the first battery.
The volt also may be expressed with a variety of other units.
For example, a volt is also equal to one watt per ampere ($W/A$) and one joule per ampere per second ($J/A/s$).
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Volt"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA296" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Volt?oldid=494812083"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA296"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$\\textit{V}\\ \\equiv\\ \\text{volt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W.s}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{watt.second}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/volt> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/volt> ;
<http://qudt.org/schema/qudt/siUnitsExpression> "W/A" ;
<http://qudt.org/schema/qudt/symbol> "V" ;
<http://qudt.org/schema/qudt/ucumCode> "V"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "V" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "VLT" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25250> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Volt" ;
rdfs:label "Volt"@cs ;
rdfs:label "Volt"@de ;
rdfs:label "Volt"@en ;
rdfs:label "Volt"@fr ;
rdfs:label "Volt"@hu ;
rdfs:label "Volt"@it ;
rdfs:label "Volt"@ms ;
rdfs:label "Volt"@pt ;
rdfs:label "Volt"@ro ;
rdfs:label "Volt"@sl ;
rdfs:label "Volt"@tr ;
rdfs:label "Voltio"@es ;
rdfs:label "Voltium"@la ;
rdfs:label "Wolt"@pl ;
rdfs:label "Βολτ"@el ;
rdfs:label "Волт"@bg ;
rdfs:label "Вольт"@ru ;
rdfs:label "וולט"@he ;
rdfs:label "فولت"@ar ;
rdfs:label "ولت"@fa ;
rdfs:label "वोल्ट"@hi ;
rdfs:label "ボルト"@ja ;
rdfs:label "伏特"@zh ;
.
{"resource":"Volt"
,"qname":"unit:V"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V"
,"properties":["Individual from SI Reference Point":"si-unit:volt"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25250>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Volt"
,"description":"$\\textit{Volt}$ is the SI unit of electric potential. \n Separating electric charges creates potential energy, which can be measured in energy units such as joules. \n Electric potential is defined as the amount of potential energy present per unit of charge. \n Electric potential is measured in volts, with one volt representing a potential of one joule per coulomb of charge. \n The name of the unit honors the Italian scientist Count Alessandro Volta (1745-1827), the inventor of the first battery.\n The volt also may be expressed with a variety of other units. \n For example, a volt is also equal to one watt per ampere ($W\/A$) and one joule per ampere per second ($J\/A\/s$).\n "
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA296"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Volt?oldid=494812083"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA296"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt"
,"label":"Volt"
,"label":"Volt"
,"label":"Volt"
,"label":"Volt"
,"label":"Volt"
,"label":"Volt"
,"label":"Volt"
,"label":"Volt"
,"label":"Volt"
,"label":"Volt"
,"label":"Volt"
,"label":"Voltio"
,"label":"Voltium"
,"label":"Wolt"
,"label":"Βολτ"
,"label":"Волт"
,"label":"Вольт"
,"label":"וולט"
,"label":"فولت"
,"label":"ولت"
,"label":"वोल्ट"
,"label":"ボルト"
,"label":"伏特"
,"latex definition":"$\\textit{V}\\ \\equiv\\ \\text{volt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W.s}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{watt.second}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}}$"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/volt>"
,"si units expression":"W\/A"
,"symbol":"V"
,"type":"qudt:Unit"
,"ucum code":"V"
,"udunits code":"V"
,"unece common code":"VLT"
]}
{
"@id" : "http://qudt.org/vocab/unit/V",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "$\\textit{Volt}$ is the SI unit of electric potential. \n Separating electric charges creates potential energy, which can be measured in energy units such as joules. \n Electric potential is defined as the amount of potential energy present per unit of charge. \n Electric potential is measured in volts, with one volt representing a potential of one joule per coulomb of charge. \n The name of the unit honors the Italian scientist Count Alessandro Volta (1745-1827), the inventor of the first battery.\n The volt also may be expressed with a variety of other units. \n For example, a volt is also equal to one watt per ampere ($W/A$) and one joule per ampere per second ($J/A/s$).\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Volt",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/ElectricPotential" ],
"iec61360Code" : "0112/2///62720#UAA296",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA296", "http://en.wikipedia.org/wiki/Volt?oldid=494812083" ],
"latexDefinition" : "$\\textit{V}\\ \\equiv\\ \\text{volt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W.s}}{\\text{C}}\\ \\equiv\\ \\frac{\\text{watt.second}}{\\text{coulomb}}\\ \\equiv\\ \\frac{\\text{W}}{\\text{A}}\\ \\equiv\\ \\frac{\\text{watt}}{\\text{amp}}$",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/volt",
"siExactMatch" : "https://si-digital-framework.org/SI/units/volt",
"siUnitsExpression" : "W/A",
"symbol" : "V",
"ucumCode" : "V",
"udunitsCode" : "V",
"uneceCommonCode" : "VLT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25250",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "hu",
"@value" : "Volt"
}, {
"@language" : "tr",
"@value" : "Volt"
}, {
"@language" : "pl",
"@value" : "Wolt"
}, "Volt", {
"@language" : "cs",
"@value" : "Volt"
}, {
"@language" : "de",
"@value" : "Volt"
}, {
"@language" : "en",
"@value" : "Volt"
}, {
"@language" : "fr",
"@value" : "Volt"
}, {
"@language" : "it",
"@value" : "Volt"
}, {
"@language" : "ms",
"@value" : "Volt"
}, {
"@language" : "pt",
"@value" : "Volt"
}, {
"@language" : "ro",
"@value" : "Volt"
}, {
"@language" : "sl",
"@value" : "Volt"
}, {
"@language" : "hi",
"@value" : "वोल्ट"
}, {
"@language" : "bg",
"@value" : "Волт"
}, {
"@language" : "zh",
"@value" : "伏特"
}, {
"@language" : "ru",
"@value" : "Вольт"
}, {
"@language" : "el",
"@value" : "Βολτ"
}, {
"@language" : "he",
"@value" : "וולט"
}, {
"@language" : "fa",
"@value" : "ولت"
}, {
"@language" : "ar",
"@value" : "فولت"
}, {
"@language" : "ja",
"@value" : "ボルト"
}, {
"@language" : "es",
"@value" : "Voltio"
}, {
"@language" : "la",
"@value" : "Voltium"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-A
URI: http://qudt.org/vocab/unit/V-A
product of the SI derived unit volt and the SI base unit ampere
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-A> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit volt and the SI base unit ampere"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/VA> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA298" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA298"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI derived unit volt and the SI base unit ampere" ; <http://qudt.org/schema/qudt/symbol> "V·A" ; <http://qudt.org/schema/qudt/ucumCode> "V.A"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "VA" ; <http://qudt.org/schema/qudt/uneceCommonCode> "D46" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q550341> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt Amper"@ro ; rdfs:label "Volt Amper"@sl ; rdfs:label "Volt Amper"@tr ; rdfs:label "Volt Ampere" ; rdfs:label "Volt Ampere"@de ; rdfs:label "Volt Ampere"@en ; rdfs:label "Volt Ampere"@it ; rdfs:label "Volt Ampere"@ms ; rdfs:label "Volt Ampere"@pt ; rdfs:label "Volt Ampère"@fr ; rdfs:label "Volt Ampér"@cs ; rdfs:label "Voltio Amperio"@es ; rdfs:label "Voltium Amperium"@la ; rdfs:label "Wolt Amper"@pl ; rdfs:label "Βολτ Αμπέρ"@el ; rdfs:label "Волт Ампер"@bg ; rdfs:label "Вольт Ампер"@ru ; rdfs:label "فولت. أمبير"@ar ; .
{"resource":"Volt Ampere"
,"qname":"unit:V-A"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-A"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q550341>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"deprecated":"true"
,"description":"product of the SI derived unit volt and the SI base unit ampere"
,"description (plain text)":"product of the SI derived unit volt and the SI base unit ampere"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA298"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA298"
,"is replaced by":"unit:VA"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Amper"
,"label":"Volt Amper"
,"label":"Volt Amper"
,"label":"Volt Ampere"
,"label":"Volt Ampere"
,"label":"Volt Ampere"
,"label":"Volt Ampere"
,"label":"Volt Ampere"
,"label":"Volt Ampere"
,"label":"Volt Ampère"
,"label":"Volt Ampér"
,"label":"Voltio Amperio"
,"label":"Voltium Amperium"
,"label":"Wolt Amper"
,"label":"Βολτ Αμπέρ"
,"label":"Волт Ампер"
,"label":"Вольт Ампер"
,"label":"فولت. أمبير"
,"symbol":"V·A"
,"type":"qudt:Unit"
,"ucum code":"V.A"
,"udunits code":"VA"
,"unece common code":"D46"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-A",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit volt and the SI base unit ampere",
"isReplacedBy" : "http://qudt.org/vocab/unit/VA",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAA298",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA298",
"plainTextDescription" : "product of the SI derived unit volt and the SI base unit ampere",
"symbol" : "V·A",
"ucumCode" : "V.A",
"udunitsCode" : "VA",
"uneceCommonCode" : "D46",
"wikidataMatch" : "http://www.wikidata.org/entity/Q550341",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Voltio Amperio"
}, {
"@language" : "pt",
"@value" : "Volt Ampere"
}, "Volt Ampere", {
"@language" : "de",
"@value" : "Volt Ampere"
}, {
"@language" : "en",
"@value" : "Volt Ampere"
}, {
"@language" : "it",
"@value" : "Volt Ampere"
}, {
"@language" : "ms",
"@value" : "Volt Ampere"
}, {
"@language" : "ar",
"@value" : "فولت. أمبير"
}, {
"@language" : "el",
"@value" : "Βολτ Αμπέρ"
}, {
"@language" : "pl",
"@value" : "Wolt Amper"
}, {
"@language" : "cs",
"@value" : "Volt Ampér"
}, {
"@language" : "la",
"@value" : "Voltium Amperium"
}, {
"@language" : "fr",
"@value" : "Volt Ampère"
}, {
"@language" : "ru",
"@value" : "Вольт Ампер"
}, {
"@language" : "ro",
"@value" : "Volt Amper"
}, {
"@language" : "sl",
"@value" : "Volt Amper"
}, {
"@language" : "tr",
"@value" : "Volt Amper"
}, {
"@language" : "bg",
"@value" : "Волт Ампер"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-A-HR
URI: http://qudt.org/vocab/unit/V-A-HR
product of the unit for apparent by ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-A-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the unit for apparent by ampere and the unit hour"^^rdf:HTML ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/VA-HR> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the unit for apparent by ampere and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "V·A·h" ; <http://qudt.org/schema/qudt/ucumCode> "V.A.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107299861> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt Ampere Hour" ; rdfs:label "Volt Ampere Hour"@en ; .
{"resource":"Volt Ampere Hour"
,"qname":"unit:V-A-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-A-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107299861>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"deprecated":"true"
,"description":"product of the unit for apparent by ampere and the unit hour"
,"description (plain text)":"product of the unit for apparent by ampere and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:VA-HR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Ampere Hour"
,"label":"Volt Ampere Hour"
,"symbol":"V·A·h"
,"type":"qudt:Unit"
,"ucum code":"V.A.h"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-A-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the unit for apparent by ampere and the unit hour",
"isReplacedBy" : "http://qudt.org/vocab/unit/VA-HR",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"plainTextDescription" : "product of the unit for apparent by ampere and the unit hour",
"symbol" : "V·A·h",
"ucumCode" : "V.A.h",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107299861",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Ampere Hour", {
"@language" : "en",
"@value" : "Volt Ampere Hour"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-A-PER-K
URI: http://qudt.org/vocab/unit/V-A-PER-K
product of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-A-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/VA-PER-K> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD905" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD905"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "V·A/K" ; <http://qudt.org/schema/qudt/ucumCode> "V.A.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt Amper na Kelvin"@sl ; rdfs:label "Volt Amper pe Kelvin"@ro ; rdfs:label "Volt Amper per Kelvin"@tr ; rdfs:label "Volt Ampere per Kelvin" ; rdfs:label "Volt Ampere per Kelvin"@en ; rdfs:label "Volt Ampere per Kelvin"@it ; rdfs:label "Volt Ampere per Kelvin"@ms ; rdfs:label "Volt Ampere por Kelvin"@pt ; rdfs:label "Volt Ampere pro Kelvin"@de ; rdfs:label "Volt Ampère par Kelvin"@fr ; rdfs:label "Volt Ampér na Kelvin"@cs ; rdfs:label "Voltio Amperio por Kelvin"@es ; rdfs:label "Voltium Amperium per Kelvin"@la ; rdfs:label "Wolt Amper na Kelwin"@pl ; rdfs:label "Βολτ Αμπέρ ανά Κέλβιν"@el ; rdfs:label "Волт Ампер на Келвин"@bg ; rdfs:label "Вольт Ампер на Кельвин"@ru ; .
{"resource":"Volt Ampere per Kelvin"
,"qname":"unit:V-A-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-A-PER-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"deprecated":"true"
,"description":"product of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD905"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD905"
,"is replaced by":"unit:VA-PER-K"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Amper na Kelvin"
,"label":"Volt Amper pe Kelvin"
,"label":"Volt Amper per Kelvin"
,"label":"Volt Ampere per Kelvin"
,"label":"Volt Ampere per Kelvin"
,"label":"Volt Ampere per Kelvin"
,"label":"Volt Ampere per Kelvin"
,"label":"Volt Ampere por Kelvin"
,"label":"Volt Ampere pro Kelvin"
,"label":"Volt Ampère par Kelvin"
,"label":"Volt Ampér na Kelvin"
,"label":"Voltio Amperio por Kelvin"
,"label":"Voltium Amperium per Kelvin"
,"label":"Wolt Amper na Kelwin"
,"label":"Βολτ Αμπέρ ανά Κέλβιν"
,"label":"Волт Ампер на Келвин"
,"label":"Вольт Ампер на Кельвин"
,"symbol":"V·A\/K"
,"type":"qudt:Unit"
,"ucum code":"V.A.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-A-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit volt and the SI base unit ampere divided by the SI base unit kelvin",
"isReplacedBy" : "http://qudt.org/vocab/unit/VA-PER-K",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductance",
"iec61360Code" : "0112/2///62720#UAD905",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD905",
"symbol" : "V·A/K",
"ucumCode" : "V.A.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Ampere per Kelvin", {
"@language" : "en",
"@value" : "Volt Ampere per Kelvin"
}, {
"@language" : "de",
"@value" : "Volt Ampere pro Kelvin"
}, {
"@language" : "it",
"@value" : "Volt Ampere per Kelvin"
}, {
"@language" : "ms",
"@value" : "Volt Ampere per Kelvin"
}, {
"@language" : "sl",
"@value" : "Volt Amper na Kelvin"
}, {
"@language" : "el",
"@value" : "Βολτ Αμπέρ ανά Κέλβιν"
}, {
"@language" : "la",
"@value" : "Voltium Amperium per Kelvin"
}, {
"@language" : "pl",
"@value" : "Wolt Amper na Kelwin"
}, {
"@language" : "ro",
"@value" : "Volt Amper pe Kelvin"
}, {
"@language" : "pt",
"@value" : "Volt Ampere por Kelvin"
}, {
"@language" : "cs",
"@value" : "Volt Ampér na Kelvin"
}, {
"@language" : "bg",
"@value" : "Волт Ампер на Келвин"
}, {
"@language" : "fr",
"@value" : "Volt Ampère par Kelvin"
}, {
"@language" : "tr",
"@value" : "Volt Amper per Kelvin"
}, {
"@language" : "ru",
"@value" : "Вольт Ампер на Кельвин"
}, {
"@language" : "es",
"@value" : "Voltio Amperio por Kelvin"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-A_Reactive
URI: http://qudt.org/vocab/unit/V-A_Reactive
unit with special name for reactive power
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/V-A_Reactive>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit with special name for reactive power"^^rdf:HTML ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/VAR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB023" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB023"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit with special name for reactive power" ;
<http://qudt.org/schema/qudt/symbol> "V·A{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "V.A{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D44" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q630369> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Volt Ampere Reactive" ;
rdfs:label "Volt Ampere Reactive"@en ;
.
{"resource":"Volt Ampere Reactive"
,"qname":"unit:V-A_Reactive"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-A_Reactive"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q630369>"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"deprecated":"true"
,"description":"unit with special name for reactive power"
,"description (plain text)":"unit with special name for reactive power"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB023"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB023"
,"is replaced by":"unit:VAR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Ampere Reactive"
,"label":"Volt Ampere Reactive"
,"symbol":"V·A{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"V.A{reactive}"
,"unece common code":"D44"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-A_Reactive",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit with special name for reactive power",
"isReplacedBy" : "http://qudt.org/vocab/unit/VAR",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAB023",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB023",
"plainTextDescription" : "unit with special name for reactive power",
"symbol" : "V·A{Reactive}",
"ucumCode" : "V.A{reactive}",
"uneceCommonCode" : "D44",
"wikidataMatch" : "http://www.wikidata.org/entity/Q630369",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Ampere Reactive", {
"@language" : "en",
"@value" : "Volt Ampere Reactive"
} ],
"@context" : {
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-A_Reactive-HR
URI: http://qudt.org/vocab/unit/V-A_Reactive-HR
product of the unit volt ampere reactive and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/V-A_Reactive-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "product of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
<http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/VAR-HR> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/plainTextDescription> "product of the unit volt ampere reactive and the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "V·A{reactive}·h" ;
<http://qudt.org/schema/qudt/ucumCode> "V.A{reactive}.h"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Volt Ampere Reactive Hour" ;
rdfs:label "Volt Ampere Reactive Hour"@en ;
.
{"resource":"Volt Ampere Reactive Hour"
,"qname":"unit:V-A_Reactive-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-A_Reactive-HR"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"deprecated":"true"
,"description":"product of the unit volt ampere reactive and the unit hour"
,"description (plain text)":"product of the unit volt ampere reactive and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is replaced by":"unit:VAR-HR"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Ampere Reactive Hour"
,"label":"Volt Ampere Reactive Hour"
,"symbol":"V·A{reactive}·h"
,"type":"qudt:Unit"
,"ucum code":"V.A{reactive}.h"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-A_Reactive-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the unit volt ampere reactive and the unit hour",
"isReplacedBy" : "http://qudt.org/vocab/unit/VAR-HR",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"plainTextDescription" : "product of the unit volt ampere reactive and the unit hour",
"symbol" : "V·A{reactive}·h",
"ucumCode" : "V.A{reactive}.h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Ampere Reactive Hour", {
"@language" : "en",
"@value" : "Volt Ampere Reactive Hour"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-A_Reactive-PER-K
URI: http://qudt.org/vocab/unit/V-A_Reactive-PER-K
unit volt ampere reactive divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-A_Reactive-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit volt ampere reactive divided by the SI base unit kelvin" ; <http://purl.org/dc/terms/isReplacedBy> <http://qudt.org/vocab/unit/VAR-PER-K> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/deprecated> true ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD901" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD901"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "var/K" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt Ampere Reactive per Kelvin" ; rdfs:label "Volt Ampere Reactive per Kelvin"@en ; .
{"resource":"Volt Ampere Reactive per Kelvin"
,"qname":"unit:V-A_Reactive-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-A_Reactive-PER-K"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"unit volt ampere reactive divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E-1L-2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD901"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD901"
,"is replaced by":"unit:VAR-PER-K"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Ampere Reactive per Kelvin"
,"label":"Volt Ampere Reactive per Kelvin"
,"symbol":"var\/K"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-A_Reactive-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit volt ampere reactive divided by the SI base unit kelvin",
"isReplacedBy" : "http://qudt.org/vocab/unit/VAR-PER-K",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L-2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD901",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD901",
"symbol" : "var/K",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Ampere Reactive per Kelvin", {
"@language" : "en",
"@value" : "Volt Ampere Reactive per Kelvin"
} ],
"@context" : {
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"isReplacedBy" : {
"@id" : "http://purl.org/dc/terms/isReplacedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-IN2-PER-LB_F
URI: http://qudt.org/vocab/unit/V-IN2-PER-LB_F
differentiated SI unit volt divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-IN2-PER-LB_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "differentiated SI unit volt divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001450377312227268702148557236386593 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.450377312227268702148557236386593E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HallCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA305" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA305"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "V·in²/lbf" ; <http://qudt.org/schema/qudt/ucumCode> "V.[in_i]2.[lbf_av]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H22" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt Square Inch per Pound Force" ; rdfs:label "Volt Square Inch per Pound Force"@en ; .
{"resource":"Volt Square Inch per Pound Force"
,"qname":"unit:V-IN2-PER-LB_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-IN2-PER-LB_F"
,"properties":["conversion multiplier":"0.0001450377312227268702148557236386593"
,"conversion multiplier scientific":"1.450377312227268702148557236386593E-4"
,"description":"differentiated SI unit volt divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E-1L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:HallCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA305"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA305"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Square Inch per Pound Force"
,"label":"Volt Square Inch per Pound Force"
,"symbol":"V·in²\/lbf"
,"type":"qudt:Unit"
,"ucum code":"V.[in_i]2.[lbf_av]-1"
,"unece common code":"H22"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-IN2-PER-LB_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "differentiated SI unit volt divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.0001450377312227268702148557236386593",
"conversionMultiplier:SN" : 1.4503773122272686E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HallCoefficient",
"iec61360Code" : "0112/2///62720#UAA305",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA305",
"symbol" : "V·in²/lbf",
"ucumCode" : "V.[in_i]2.[lbf_av]-1",
"uneceCommonCode" : "H22",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Square Inch per Pound Force", {
"@language" : "en",
"@value" : "Volt Square Inch per Pound Force"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-M
URI: http://qudt.org/vocab/unit/V-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFlux> ; <http://qudt.org/schema/qudt/symbol> "V·m" ; <http://qudt.org/schema/qudt/ucumCode> "V.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q83948162> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt Meter"@de ; rdfs:label "Volt Meter"@en-US ; rdfs:label "Volt Meter"@ms ; rdfs:label "Volt Meter"@sl ; rdfs:label "Volt Metr"@cs ; rdfs:label "Volt Metre" ; rdfs:label "Volt Metre"@en ; rdfs:label "Volt Metre"@tr ; rdfs:label "Volt Metro"@it ; rdfs:label "Volt Metro"@pt ; rdfs:label "Volt Metru"@ro ; rdfs:label "Volt Mètre"@fr ; rdfs:label "Voltio Metro"@es ; rdfs:label "Voltium Metrum"@la ; rdfs:label "Wolt Metr"@pl ; rdfs:label "Βολτ Μέτρο"@el ; rdfs:label "Волт Метър"@bg ; rdfs:label "Вольт Метр"@ru ; .
{"resource":"Volt Metre"
,"qname":"unit:V-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q83948162>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E-1L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricFlux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Meter"
,"label":"Volt Meter"
,"label":"Volt Meter"
,"label":"Volt Meter"
,"label":"Volt Metr"
,"label":"Volt Metre"
,"label":"Volt Metre"
,"label":"Volt Metre"
,"label":"Volt Metro"
,"label":"Volt Metro"
,"label":"Volt Metru"
,"label":"Volt Mètre"
,"label":"Voltio Metro"
,"label":"Voltium Metrum"
,"label":"Wolt Metr"
,"label":"Βολτ Μέτρο"
,"label":"Волт Метър"
,"label":"Вольт Метр"
,"symbol":"V·m"
,"type":"qudt:Unit"
,"ucum code":"V.m"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricFlux",
"symbol" : "V·m",
"ucumCode" : "V.m",
"wikidataMatch" : "http://www.wikidata.org/entity/Q83948162",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Вольт Метр"
}, {
"@language" : "es",
"@value" : "Voltio Metro"
}, {
"@language" : "cs",
"@value" : "Volt Metr"
}, {
"@language" : "it",
"@value" : "Volt Metro"
}, {
"@language" : "pt",
"@value" : "Volt Metro"
}, {
"@language" : "ro",
"@value" : "Volt Metru"
}, "Volt Metre", {
"@language" : "en",
"@value" : "Volt Metre"
}, {
"@language" : "tr",
"@value" : "Volt Metre"
}, {
"@language" : "el",
"@value" : "Βολτ Μέτρο"
}, {
"@language" : "la",
"@value" : "Voltium Metrum"
}, {
"@language" : "de",
"@value" : "Volt Meter"
}, {
"@language" : "en-us",
"@value" : "Volt Meter"
}, {
"@language" : "ms",
"@value" : "Volt Meter"
}, {
"@language" : "pl",
"@value" : "Wolt Metr"
}, {
"@language" : "sl",
"@value" : "Volt Meter"
}, {
"@language" : "fr",
"@value" : "Volt Mètre"
}, {
"@language" : "bg",
"@value" : "Волт Метър"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-BAR
URI: http://qudt.org/vocab/unit/V-PER-BAR
SI derived unit volt divided by the unit bar
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-PER-BAR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit volt divided by the unit bar" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-5 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HallCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA299" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA299"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "V/bar" ; <http://qudt.org/schema/qudt/ucumCode> "V.bar-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "G60" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt per Bar" ; rdfs:label "Volt per Bar"@en ; .
{"resource":"Volt per Bar"
,"qname":"unit:V-PER-BAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-BAR"
,"properties":["conversion multiplier":"0.00001"
,"conversion multiplier scientific":"1.0E-5"
,"description":"SI derived unit volt divided by the unit bar"
,"has dimension vector":"qkdv:A0E-1L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:HallCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA299"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA299"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt per Bar"
,"label":"Volt per Bar"
,"symbol":"V\/bar"
,"type":"qudt:Unit"
,"ucum code":"V.bar-1"
,"unece common code":"G60"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-BAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit volt divided by the unit bar",
"conversionMultiplier" : "0.00001",
"conversionMultiplier:SN" : 1.0E-5,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HallCoefficient",
"iec61360Code" : "0112/2///62720#UAA299",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA299",
"symbol" : "V/bar",
"ucumCode" : "V.bar-1",
"uneceCommonCode" : "G60",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Volt per Bar"
}, "Volt per Bar" ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-CentiM
URI: http://qudt.org/vocab/unit/V-PER-CentiM
derived SI unit volt divided by the 0.01-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "derived SI unit volt divided by the 0.01-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 100.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB054" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB054"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "derived SI unit volt divided by the 0.01-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "V/cm" ; <http://qudt.org/schema/qudt/ucumCode> "V.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D47" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt na Centimeter"@sl ; rdfs:label "Volt na Centimetr"@cs ; rdfs:label "Volt par Centimètre"@fr ; rdfs:label "Volt pe Centimetru"@ro ; rdfs:label "Volt per Centimeter"@en-US ; rdfs:label "Volt per Centimeter"@ms ; rdfs:label "Volt per Centimetre" ; rdfs:label "Volt per Centimetre"@en ; rdfs:label "Volt per Centimetre"@tr ; rdfs:label "Volt per Centimetro"@it ; rdfs:label "Volt pro Centimeter"@de ; rdfs:label "Voltio por Centimetro"@es ; rdfs:label "Wolt na Centimetr"@pl ; .
{"resource":"Volt per Centimetre"
,"qname":"unit:V-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-CentiM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"100.0"
,"conversion multiplier scientific":"1.0E2"
,"description":"derived SI unit volt divided by the 0.01-fold of the SI base unit metre"
,"description (plain text)":"derived SI unit volt divided by the 0.01-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB054"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB054"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt na Centimeter"
,"label":"Volt na Centimetr"
,"label":"Volt par Centimètre"
,"label":"Volt pe Centimetru"
,"label":"Volt per Centimeter"
,"label":"Volt per Centimeter"
,"label":"Volt per Centimetre"
,"label":"Volt per Centimetre"
,"label":"Volt per Centimetre"
,"label":"Volt per Centimetro"
,"label":"Volt pro Centimeter"
,"label":"Voltio por Centimetro"
,"label":"Wolt na Centimetr"
,"symbol":"V\/cm"
,"type":"qudt:Unit"
,"ucum code":"V.cm-1"
,"unece common code":"D47"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "derived SI unit volt divided by the 0.01-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "100.0",
"conversionMultiplier:SN" : 100.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricFieldStrength",
"iec61360Code" : "0112/2///62720#UAB054",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB054",
"plainTextDescription" : "derived SI unit volt divided by the 0.01-fold of the SI base unit metre",
"symbol" : "V/cm",
"ucumCode" : "V.cm-1",
"uneceCommonCode" : "D47",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Volt pro Centimeter"
}, {
"@language" : "it",
"@value" : "Volt per Centimetro"
}, {
"@language" : "en-us",
"@value" : "Volt per Centimeter"
}, {
"@language" : "ms",
"@value" : "Volt per Centimeter"
}, {
"@language" : "ro",
"@value" : "Volt pe Centimetru"
}, {
"@language" : "fr",
"@value" : "Volt par Centimètre"
}, {
"@language" : "cs",
"@value" : "Volt na Centimetr"
}, {
"@language" : "pl",
"@value" : "Wolt na Centimetr"
}, {
"@language" : "sl",
"@value" : "Volt na Centimeter"
}, "Volt per Centimetre", {
"@language" : "es",
"@value" : "Voltio por Centimetro"
}, {
"@language" : "en",
"@value" : "Volt per Centimetre"
}, {
"@language" : "tr",
"@value" : "Volt per Centimetre"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-IN
URI: http://qudt.org/vocab/unit/V-PER-IN
SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-PER-IN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 39.37007874015748031496062992125984 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.937007874015748031496062992125984E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA300" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA300"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units" ; <http://qudt.org/schema/qudt/symbol> "V/in" ; <http://qudt.org/schema/qudt/ucumCode> "V.[in_i]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H23" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt per Inch" ; rdfs:label "Volt per Inch"@en ; .
{"resource":"Volt per Inch"
,"qname":"unit:V-PER-IN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-IN"
,"properties":["conversion multiplier":"39.37007874015748031496062992125984"
,"conversion multiplier scientific":"3.937007874015748031496062992125984E1"
,"description":"SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"description (plain text)":"SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA300"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA300"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt per Inch"
,"label":"Volt per Inch"
,"symbol":"V\/in"
,"type":"qudt:Unit"
,"ucum code":"V.[in_i]-1"
,"unece common code":"H23"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-IN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units",
"conversionMultiplier" : "39.37007874015748031496062992125984",
"conversionMultiplier:SN" : 39.37007874015748,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricFieldStrength",
"iec61360Code" : "0112/2///62720#UAA300",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA300",
"plainTextDescription" : "SI derived unit volt divided by the unit inch according to the Anglo-American and the Imperial system of units",
"symbol" : "V/in",
"ucumCode" : "V.[in_i]-1",
"uneceCommonCode" : "H23",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt per Inch", {
"@language" : "en",
"@value" : "Volt per Inch"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-K
URI: http://qudt.org/vocab/unit/V-PER-K
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$v/k$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SeebeckCoefficient> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThomsonCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB173" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB173"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "V/K" ; <http://qudt.org/schema/qudt/ucumCode> "V.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D48" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q105761745> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt na Kelvin"@cs ; rdfs:label "Volt na Kelvin"@sl ; rdfs:label "Volt par Kelvin"@fr ; rdfs:label "Volt pe Kelvin"@ro ; rdfs:label "Volt per Kelvin" ; rdfs:label "Volt per Kelvin"@en ; rdfs:label "Volt per Kelvin"@it ; rdfs:label "Volt per Kelvin"@ms ; rdfs:label "Volt per Kelvin"@tr ; rdfs:label "Volt por Kelvin"@pt ; rdfs:label "Volt pro Kelvin"@de ; rdfs:label "Voltio por Kelvin"@es ; rdfs:label "Voltium per Kelvin"@la ; rdfs:label "Wolt na Kelwin"@pl ; rdfs:label "Βολτ ανά Κέλβιν"@el ; rdfs:label "Волт на Келвин"@bg ; rdfs:label "Вольт на Кельвин"@ru ; .
{"resource":"Volt per Kelvin"
,"qname":"unit:V-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q105761745>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$v\/k$"
,"has dimension vector":"qkdv:A0E-1L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:SeebeckCoefficient"
,"has quantity kind":"quantitykind:ThomsonCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB173"
,"informative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB173"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt na Kelvin"
,"label":"Volt na Kelvin"
,"label":"Volt par Kelvin"
,"label":"Volt pe Kelvin"
,"label":"Volt per Kelvin"
,"label":"Volt per Kelvin"
,"label":"Volt per Kelvin"
,"label":"Volt per Kelvin"
,"label":"Volt per Kelvin"
,"label":"Volt por Kelvin"
,"label":"Volt pro Kelvin"
,"label":"Voltio por Kelvin"
,"label":"Voltium per Kelvin"
,"label":"Wolt na Kelwin"
,"label":"Βολτ ανά Κέλβιν"
,"label":"Волт на Келвин"
,"label":"Вольт на Кельвин"
,"symbol":"V\/K"
,"type":"qudt:Unit"
,"ucum code":"V.K-1"
,"unece common code":"D48"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$v/k$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SeebeckCoefficient", "http://qudt.org/vocab/quantitykind/ThomsonCoefficient" ],
"iec61360Code" : "0112/2///62720#UAB173",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB173", "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ],
"symbol" : "V/K",
"ucumCode" : "V.K-1",
"uneceCommonCode" : "D48",
"wikidataMatch" : "http://www.wikidata.org/entity/Q105761745",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Βολτ ανά Κέλβιν"
}, {
"@language" : "pt",
"@value" : "Volt por Kelvin"
}, {
"@language" : "es",
"@value" : "Voltio por Kelvin"
}, {
"@language" : "pl",
"@value" : "Wolt na Kelwin"
}, {
"@language" : "cs",
"@value" : "Volt na Kelvin"
}, {
"@language" : "sl",
"@value" : "Volt na Kelvin"
}, "Volt per Kelvin", {
"@language" : "en",
"@value" : "Volt per Kelvin"
}, {
"@language" : "la",
"@value" : "Voltium per Kelvin"
}, {
"@language" : "it",
"@value" : "Volt per Kelvin"
}, {
"@language" : "ms",
"@value" : "Volt per Kelvin"
}, {
"@language" : "tr",
"@value" : "Volt per Kelvin"
}, {
"@language" : "fr",
"@value" : "Volt par Kelvin"
}, {
"@language" : "de",
"@value" : "Volt pro Kelvin"
}, {
"@language" : "ru",
"@value" : "Вольт на Кельвин"
}, {
"@language" : "ro",
"@value" : "Volt pe Kelvin"
}, {
"@language" : "bg",
"@value" : "Волт на Келвин"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-L-MIN
URI: http://qudt.org/vocab/unit/V-PER-L-MIN
SI derived unit volt divided by the the product of the unit litre and the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-PER-L-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit volt divided by the the product of the unit litre and the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 16.66666666666666666666666666666667 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.666666666666666666666666666666667E1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L-1I0M1H0T-4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD913" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD913"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "V/(L·min)" ; <http://qudt.org/schema/qudt/ucumCode> "V.L-1.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "F87" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt per Liter Minute"@en-US ; rdfs:label "Volt per Litre Minute" ; rdfs:label "Volt per Litre Minute"@en ; .
{"resource":"Volt per Litre Minute"
,"qname":"unit:V-PER-L-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-L-MIN"
,"properties":["conversion multiplier":"16.66666666666666666666666666666667"
,"conversion multiplier scientific":"1.666666666666666666666666666666667E1"
,"description":"SI derived unit volt divided by the the product of the unit litre and the unit minute"
,"has dimension vector":"qkdv:A0E-1L-1I0M1H0T-4D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD913"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD913"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt per Liter Minute"
,"label":"Volt per Litre Minute"
,"label":"Volt per Litre Minute"
,"symbol":"V\/(L·min)"
,"type":"qudt:Unit"
,"ucum code":"V.L-1.min-1"
,"unece common code":"F87"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-L-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit volt divided by the the product of the unit litre and the unit minute",
"conversionMultiplier" : "16.66666666666666666666666666666667",
"conversionMultiplier:SN" : 16.666666666666668,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L-1I0M1H0T-4D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD913",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD913",
"symbol" : "V/(L·min)",
"ucumCode" : "V.L-1.min-1",
"uneceCommonCode" : "F87",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt per Litre Minute", {
"@language" : "en",
"@value" : "Volt per Litre Minute"
}, {
"@language" : "en-us",
"@value" : "Volt per Liter Minute"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-M
URI: http://qudt.org/vocab/unit/V-PER-M
The unit $\{Volt Per Meter (V/m)}$ is a unit in the category of Electric field strength. It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre. This unit is commonly used in the SI unit system. $\{Volt Per Meter}$ has a dimension of $MLT^{-3}I^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/V-PER-M>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\{Volt Per Meter (V/m)}$ is a unit in the category of Electric field strength.
It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre.
This unit is commonly used in the SI unit system.
$\\{Volt Per Meter}$ has a dimension of $MLT^{-3}I^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current.
This unit is the standard SI unit in this category.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$V/m$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricField> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA301" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--electric_field_strength--volt_per_meter.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA301"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "V/m" ;
<http://qudt.org/schema/qudt/ucumCode> "V.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D50" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3562962> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Volt na Meter"@sl ;
rdfs:label "Volt na Metr"@cs ;
rdfs:label "Volt par Mètre"@fr ;
rdfs:label "Volt pe Metru"@ro ;
rdfs:label "Volt per Meter"@en-US ;
rdfs:label "Volt per Meter"@ms ;
rdfs:label "Volt per Metre" ;
rdfs:label "Volt per Metre"@en ;
rdfs:label "Volt per Metre"@tr ;
rdfs:label "Volt per Metro"@it ;
rdfs:label "Volt por Metro"@pt ;
rdfs:label "Volt pro Meter"@de ;
rdfs:label "Voltio por Metro"@es ;
rdfs:label "Voltium per Metrum"@la ;
rdfs:label "Wolt na Metr"@pl ;
rdfs:label "Βολτ ανά Μέτρο"@el ;
rdfs:label "Волт на Метър"@bg ;
rdfs:label "Вольт на Метр"@ru ;
rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ;
rdfs:label "ولت بر متر"@fa ;
rdfs:label "प्रति मीटर वोल्ट"@hi ;
rdfs:label "ボルト毎メートル"@ja ;
rdfs:label "伏特每米"@zh ;
.
{"resource":"Volt per Metre"
,"qname":"unit:V-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3562962>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\n The unit $\\{Volt Per Meter (V\/m)}$ is a unit in the category of Electric field strength. \n It is also known as volts per meter, volt\/meter, volt\/metre, volt per metre, volts per metre. \n This unit is commonly used in the SI unit system. \n $\\{Volt Per Meter}$ has a dimension of $MLT^{-3}I^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. \n This unit is the standard SI unit in this category.\n "
,"expression":"$V\/m$"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricField"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA301"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--electric_field_strength--volt_per_meter.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA301"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt na Meter"
,"label":"Volt na Metr"
,"label":"Volt par Mètre"
,"label":"Volt pe Metru"
,"label":"Volt per Meter"
,"label":"Volt per Meter"
,"label":"Volt per Metre"
,"label":"Volt per Metre"
,"label":"Volt per Metre"
,"label":"Volt per Metro"
,"label":"Volt por Metro"
,"label":"Volt pro Meter"
,"label":"Voltio por Metro"
,"label":"Voltium per Metrum"
,"label":"Wolt na Metr"
,"label":"Βολτ ανά Μέτρο"
,"label":"Волт на Метър"
,"label":"Вольт на Метр"
,"label":"مقياس التبادل، الأس السالب للمتر"
,"label":"ولت بر متر"
,"label":"प्रति मीटर वोल्ट"
,"label":"ボルト毎メートル"
,"label":"伏特每米"
,"symbol":"V\/m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"V.m-1"
,"unece common code":"D50"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-M",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The unit $\\{Volt Per Meter (V/m)}$ is a unit in the category of Electric field strength. \n It is also known as volts per meter, volt/meter, volt/metre, volt per metre, volts per metre. \n This unit is commonly used in the SI unit system. \n $\\{Volt Per Meter}$ has a dimension of $MLT^{-3}I^{-1}$ where $M$ is mass, $L$ is length, $T$ is time, and $I$ is electric current. \n This unit is the standard SI unit in this category.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$V/m$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricField", "http://qudt.org/vocab/quantitykind/ElectricFieldStrength" ],
"iec61360Code" : "0112/2///62720#UAA301",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA301", "http://www.efunda.com/glossary/units/units--electric_field_strength--volt_per_meter.cfm" ],
"symbol" : "V/m",
"ucumCode" : "V.m-1",
"uneceCommonCode" : "D50",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3562962",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Вольт на Метр"
}, {
"@language" : "es",
"@value" : "Voltio por Metro"
}, {
"@language" : "bg",
"@value" : "Волт на Метър"
}, {
"@language" : "de",
"@value" : "Volt pro Meter"
}, {
"@language" : "fr",
"@value" : "Volt par Mètre"
}, {
"@language" : "el",
"@value" : "Βολτ ανά Μέτρο"
}, {
"@language" : "sl",
"@value" : "Volt na Meter"
}, {
"@language" : "en-us",
"@value" : "Volt per Meter"
}, {
"@language" : "ms",
"@value" : "Volt per Meter"
}, {
"@language" : "ar",
"@value" : "مقياس التبادل، الأس السالب للمتر"
}, {
"@language" : "hi",
"@value" : "प्रति मीटर वोल्ट"
}, "Volt per Metre", {
"@language" : "en",
"@value" : "Volt per Metre"
}, {
"@language" : "tr",
"@value" : "Volt per Metre"
}, {
"@language" : "cs",
"@value" : "Volt na Metr"
}, {
"@language" : "ja",
"@value" : "ボルト毎メートル"
}, {
"@language" : "pl",
"@value" : "Wolt na Metr"
}, {
"@language" : "fa",
"@value" : "ولت بر متر"
}, {
"@language" : "pt",
"@value" : "Volt por Metro"
}, {
"@language" : "ro",
"@value" : "Volt pe Metru"
}, {
"@language" : "zh",
"@value" : "伏特每米"
}, {
"@language" : "la",
"@value" : "Voltium per Metrum"
}, {
"@language" : "it",
"@value" : "Volt per Metro"
} ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-M2
URI: http://qudt.org/vocab/unit/V-PER-M2
$\textit{Volt per Square Metre}$ is the divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. $\textit{Electric field}$ ($V/m$) differentiated with respect to distance ($m$) yields $V/(m^2)$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/V-PER-M2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
$\\textit{Volt per Square Metre}$ is the divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point.
Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence.
$\\textit{Electric field}$ ($V/m$) differentiated with respect to distance ($m$) yields $V/(m^2)$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$V m^{-2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerAreaElectricCharge> ;
<http://qudt.org/schema/qudt/symbol> "V/m²" ;
<http://qudt.org/schema/qudt/ucumCode> "V.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Volt na Kvadratni Meter"@sl ;
rdfs:label "Volt na Čtvereční Metr"@cs ;
rdfs:label "Volt par Mètre Carré"@fr ;
rdfs:label "Volt pe Metru Pătrat"@ro ;
rdfs:label "Volt per Meter Persegi"@ms ;
rdfs:label "Volt per Metrekare"@tr ;
rdfs:label "Volt per Metro Quadrato"@it ;
rdfs:label "Volt per Square Meter"@en-US ;
rdfs:label "Volt per Square Metre" ;
rdfs:label "Volt per Square Metre"@en ;
rdfs:label "Volt por Metro Quadrado"@pt ;
rdfs:label "Volt pro Quadratmeter"@de ;
rdfs:label "Voltio por Metro Cuadrado"@es ;
rdfs:label "Voltium per Metrum Quadratum"@la ;
rdfs:label "Wolt na Metr Kwadratowy"@pl ;
rdfs:label "Βολτ ανά Τετραγωνικό Μέτρο"@el ;
rdfs:label "Волт на Квадратен Метър"@bg ;
rdfs:label "Вольт на Квадратный Метр"@ru ;
.
{"resource":"Volt per Square Metre"
,"qname":"unit:V-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-M2"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\n $\\textit{Volt per Square Metre}$ is the divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. \n Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. \n $\\textit{Electric field}$ ($V\/m$) differentiated with respect to distance ($m$) yields $V\/(m^2)$.\n "
,"expression":"$V m^{-2}$"
,"has dimension vector":"qkdv:A0E-1L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:EnergyPerAreaElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt na Kvadratni Meter"
,"label":"Volt na Čtvereční Metr"
,"label":"Volt par Mètre Carré"
,"label":"Volt pe Metru Pătrat"
,"label":"Volt per Meter Persegi"
,"label":"Volt per Metrekare"
,"label":"Volt per Metro Quadrato"
,"label":"Volt per Square Meter"
,"label":"Volt per Square Metre"
,"label":"Volt per Square Metre"
,"label":"Volt por Metro Quadrado"
,"label":"Volt pro Quadratmeter"
,"label":"Voltio por Metro Cuadrado"
,"label":"Voltium per Metrum Quadratum"
,"label":"Wolt na Metr Kwadratowy"
,"label":"Βολτ ανά Τετραγωνικό Μέτρο"
,"label":"Волт на Квадратен Метър"
,"label":"Вольт на Квадратный Метр"
,"symbol":"V\/m²"
,"type":"qudt:Unit"
,"ucum code":"V.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n $\\textit{Volt per Square Metre}$ is the divergence at a particular point in a vector field is (roughly) how much the vector field 'spreads out' from that point. \n Operationally, we take the partial derivative of each of the field with respect to each of its space variables and add all the derivatives together to get the divergence. \n $\\textit{Electric field}$ ($V/m$) differentiated with respect to distance ($m$) yields $V/(m^2)$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$V m^{-2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerAreaElectricCharge",
"symbol" : "V/m²",
"ucumCode" : "V.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Volt na Čtvereční Metr"
}, {
"@language" : "pt",
"@value" : "Volt por Metro Quadrado"
}, {
"@language" : "sl",
"@value" : "Volt na Kvadratni Meter"
}, {
"@language" : "ro",
"@value" : "Volt pe Metru Pătrat"
}, {
"@language" : "pl",
"@value" : "Wolt na Metr Kwadratowy"
}, "Volt per Square Metre", {
"@language" : "en",
"@value" : "Volt per Square Metre"
}, {
"@language" : "fr",
"@value" : "Volt par Mètre Carré"
}, {
"@language" : "en-us",
"@value" : "Volt per Square Meter"
}, {
"@language" : "la",
"@value" : "Voltium per Metrum Quadratum"
}, {
"@language" : "de",
"@value" : "Volt pro Quadratmeter"
}, {
"@language" : "bg",
"@value" : "Волт на Квадратен Метър"
}, {
"@language" : "es",
"@value" : "Voltio por Metro Cuadrado"
}, {
"@language" : "tr",
"@value" : "Volt per Metrekare"
}, {
"@language" : "it",
"@value" : "Volt per Metro Quadrato"
}, {
"@language" : "el",
"@value" : "Βολτ ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "ru",
"@value" : "Вольт на Квадратный Метр"
}, {
"@language" : "ms",
"@value" : "Volt per Meter Persegi"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-MicroSEC
URI: http://qudt.org/vocab/unit/V-PER-MicroSEC
SI derived unit volt divided by the 0.000001-fold of the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-PER-MicroSEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit volt divided by the 0.000001-fold of the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA297" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA297"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit volt divided by the 0.000001-fold of the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "V/μs" ; <http://qudt.org/schema/qudt/ucumCode> "V.us-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H24" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt na Microsekunda"@cs ; rdfs:label "Volt na Microsekunda"@sl ; rdfs:label "Volt par Microseconde"@fr ; rdfs:label "Volt pe Microsecundă"@ro ; rdfs:label "Volt per Microsaat"@ms ; rdfs:label "Volt per Microsaniye"@tr ; rdfs:label "Volt per Microsecond" ; rdfs:label "Volt per Microsecond"@en ; rdfs:label "Volt per Microsecondo"@it ; rdfs:label "Volt pro Microsekunde"@de ; rdfs:label "Voltio por Microsegundo"@es ; rdfs:label "Wolt na Microsekunda"@pl ; .
{"resource":"Volt per Microsecond"
,"qname":"unit:V-PER-MicroSEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-MicroSEC"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description":"SI derived unit volt divided by the 0.000001-fold of the SI base unit second"
,"description (plain text)":"SI derived unit volt divided by the 0.000001-fold of the SI base unit second"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-4D0"
,"has quantity kind":"quantitykind:PowerPerElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA297"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA297"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt na Microsekunda"
,"label":"Volt na Microsekunda"
,"label":"Volt par Microseconde"
,"label":"Volt pe Microsecundă"
,"label":"Volt per Microsaat"
,"label":"Volt per Microsaniye"
,"label":"Volt per Microsecond"
,"label":"Volt per Microsecond"
,"label":"Volt per Microsecondo"
,"label":"Volt pro Microsekunde"
,"label":"Voltio por Microsegundo"
,"label":"Wolt na Microsekunda"
,"symbol":"V\/μs"
,"type":"qudt:Unit"
,"ucum code":"V.us-1"
,"unece common code":"H24"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-MicroSEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit volt divided by the 0.000001-fold of the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerElectricCharge",
"iec61360Code" : "0112/2///62720#UAA297",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA297",
"plainTextDescription" : "SI derived unit volt divided by the 0.000001-fold of the SI base unit second",
"symbol" : "V/μs",
"ucumCode" : "V.us-1",
"uneceCommonCode" : "H24",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Volt per Microsaniye"
}, {
"@language" : "pl",
"@value" : "Wolt na Microsekunda"
}, {
"@language" : "fr",
"@value" : "Volt par Microseconde"
}, {
"@language" : "es",
"@value" : "Voltio por Microsegundo"
}, {
"@language" : "cs",
"@value" : "Volt na Microsekunda"
}, {
"@language" : "sl",
"@value" : "Volt na Microsekunda"
}, "Volt per Microsecond", {
"@language" : "en",
"@value" : "Volt per Microsecond"
}, {
"@language" : "it",
"@value" : "Volt per Microsecondo"
}, {
"@language" : "ms",
"@value" : "Volt per Microsaat"
}, {
"@language" : "ro",
"@value" : "Volt pe Microsecundă"
}, {
"@language" : "de",
"@value" : "Volt pro Microsekunde"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-MilliM
URI: http://qudt.org/vocab/unit/V-PER-MilliM
SI derived unit volt divided by the 0.001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-PER-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit volt divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA302" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA302"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit volt divided by the 0.001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "V/mm" ; <http://qudt.org/schema/qudt/ucumCode> "V.mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D51" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt na Millimeter"@sl ; rdfs:label "Volt na Millimetr"@cs ; rdfs:label "Volt par Millimètre"@fr ; rdfs:label "Volt pe Millimetru"@ro ; rdfs:label "Volt per Millimeter"@en-US ; rdfs:label "Volt per Millimeter"@ms ; rdfs:label "Volt per Millimetre" ; rdfs:label "Volt per Millimetre"@en ; rdfs:label "Volt per Millimetre"@tr ; rdfs:label "Volt per Millimetro"@it ; rdfs:label "Volt pro Millimeter"@de ; rdfs:label "Voltio por Millimetro"@es ; rdfs:label "Wolt na Millimetr"@pl ; .
{"resource":"Volt per Millimetre"
,"qname":"unit:V-PER-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-MilliM"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI derived unit volt divided by the 0.001-fold of the SI base unit metre"
,"description (plain text)":"SI derived unit volt divided by the 0.001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA302"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA302"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt na Millimeter"
,"label":"Volt na Millimetr"
,"label":"Volt par Millimètre"
,"label":"Volt pe Millimetru"
,"label":"Volt per Millimeter"
,"label":"Volt per Millimeter"
,"label":"Volt per Millimetre"
,"label":"Volt per Millimetre"
,"label":"Volt per Millimetre"
,"label":"Volt per Millimetro"
,"label":"Volt pro Millimeter"
,"label":"Voltio por Millimetro"
,"label":"Wolt na Millimetr"
,"symbol":"V\/mm"
,"type":"qudt:Unit"
,"ucum code":"V.mm-1"
,"unece common code":"D51"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit volt divided by the 0.001-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricFieldStrength",
"iec61360Code" : "0112/2///62720#UAA302",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA302",
"plainTextDescription" : "SI derived unit volt divided by the 0.001-fold of the SI base unit metre",
"symbol" : "V/mm",
"ucumCode" : "V.mm-1",
"uneceCommonCode" : "D51",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Volt pe Millimetru"
}, {
"@language" : "de",
"@value" : "Volt pro Millimeter"
}, {
"@language" : "it",
"@value" : "Volt per Millimetro"
}, {
"@language" : "pl",
"@value" : "Wolt na Millimetr"
}, "Volt per Millimetre", {
"@language" : "en",
"@value" : "Volt per Millimetre"
}, {
"@language" : "tr",
"@value" : "Volt per Millimetre"
}, {
"@language" : "sl",
"@value" : "Volt na Millimeter"
}, {
"@language" : "en-us",
"@value" : "Volt per Millimeter"
}, {
"@language" : "ms",
"@value" : "Volt per Millimeter"
}, {
"@language" : "cs",
"@value" : "Volt na Millimetr"
}, {
"@language" : "es",
"@value" : "Voltio por Millimetro"
}, {
"@language" : "fr",
"@value" : "Volt par Millimètre"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-PA
URI: http://qudt.org/vocab/unit/V-PER-PA
SI derived unit volt divided by the SI derived unit pascal
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-PER-PA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit volt divided by the SI derived unit pascal" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/HallCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB312" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB312"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "V/Pa" ; <http://qudt.org/schema/qudt/ucumCode> "V.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N98" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt na Pascal"@cs ; rdfs:label "Volt na Pascal"@sl ; rdfs:label "Volt par Pascal"@fr ; rdfs:label "Volt pe Pascal"@ro ; rdfs:label "Volt per Pascal" ; rdfs:label "Volt per Pascal"@en ; rdfs:label "Volt per Pascal"@it ; rdfs:label "Volt per Pascal"@ms ; rdfs:label "Volt per Pascal"@tr ; rdfs:label "Volt por Pascal"@pt ; rdfs:label "Volt pro Pascal"@de ; rdfs:label "Voltio por Pascal"@es ; rdfs:label "Voltium per Pascalium"@la ; rdfs:label "Wolt na Paskal"@pl ; rdfs:label "Βολτ ανά Πασκάλ"@el ; rdfs:label "Волт на Паскал"@bg ; rdfs:label "Вольт на Паскаль"@ru ; .
{"resource":"Volt per Pascal"
,"qname":"unit:V-PER-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-PA"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit volt divided by the SI derived unit pascal"
,"has dimension vector":"qkdv:A0E-1L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:HallCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB312"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB312"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt na Pascal"
,"label":"Volt na Pascal"
,"label":"Volt par Pascal"
,"label":"Volt pe Pascal"
,"label":"Volt per Pascal"
,"label":"Volt per Pascal"
,"label":"Volt per Pascal"
,"label":"Volt per Pascal"
,"label":"Volt per Pascal"
,"label":"Volt por Pascal"
,"label":"Volt pro Pascal"
,"label":"Voltio por Pascal"
,"label":"Voltium per Pascalium"
,"label":"Wolt na Paskal"
,"label":"Βολτ ανά Πασκάλ"
,"label":"Волт на Паскал"
,"label":"Вольт на Паскаль"
,"symbol":"V\/Pa"
,"type":"qudt:Unit"
,"ucum code":"V.Pa-1"
,"unece common code":"N98"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-PA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit volt divided by the SI derived unit pascal",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/HallCoefficient",
"iec61360Code" : "0112/2///62720#UAB312",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB312",
"symbol" : "V/Pa",
"ucumCode" : "V.Pa-1",
"uneceCommonCode" : "N98",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "bg",
"@value" : "Волт на Паскал"
}, {
"@language" : "cs",
"@value" : "Volt na Pascal"
}, {
"@language" : "sl",
"@value" : "Volt na Pascal"
}, {
"@language" : "es",
"@value" : "Voltio por Pascal"
}, {
"@language" : "de",
"@value" : "Volt pro Pascal"
}, {
"@language" : "ru",
"@value" : "Вольт на Паскаль"
}, {
"@language" : "pt",
"@value" : "Volt por Pascal"
}, "Volt per Pascal", {
"@language" : "fr",
"@value" : "Volt par Pascal"
}, {
"@language" : "en",
"@value" : "Volt per Pascal"
}, {
"@language" : "it",
"@value" : "Volt per Pascal"
}, {
"@language" : "ms",
"@value" : "Volt per Pascal"
}, {
"@language" : "tr",
"@value" : "Volt per Pascal"
}, {
"@language" : "ro",
"@value" : "Volt pe Pascal"
}, {
"@language" : "pl",
"@value" : "Wolt na Paskal"
}, {
"@language" : "la",
"@value" : "Voltium per Pascalium"
}, {
"@language" : "el",
"@value" : "Βολτ ανά Πασκάλ"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-SEC
URI: http://qudt.org/vocab/unit/V-PER-SEC
'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. "^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/expression> "$V / sec$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerElectricCharge> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA304" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1512"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://www.thefreedictionary.com/Webers"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA304"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "V/s" ; <http://qudt.org/schema/qudt/ucumCode> "V.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H46" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt na Sekunda"@cs ; rdfs:label "Volt na Sekunda"@sl ; rdfs:label "Volt par Seconde"@fr ; rdfs:label "Volt pe Secundă"@ro ; rdfs:label "Volt per Saat"@ms ; rdfs:label "Volt per Saniye"@tr ; rdfs:label "Volt per Second" ; rdfs:label "Volt per Second"@en ; rdfs:label "Volt per Secondo"@it ; rdfs:label "Volt por Segundo"@pt ; rdfs:label "Volt pro Sekunde"@de ; rdfs:label "Voltio por Segundo"@es ; rdfs:label "Voltium per Secundum"@la ; rdfs:label "Wolt na Sekunda"@pl ; rdfs:label "Βολτ ανά Δευτερόλεπτο"@el ; rdfs:label "Волт на Секунда"@bg ; rdfs:label "Вольт на Секунда"@ru ; .
{"resource":"Volt per Second"
,"qname":"unit:V-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-SEC"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. "
,"expression":"$V \/ sec$"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-4D0"
,"has quantity kind":"quantitykind:PowerPerElectricCharge"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA304"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-1512"
,"informative reference":"http:\/\/www.thefreedictionary.com\/Webers"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA304"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt na Sekunda"
,"label":"Volt na Sekunda"
,"label":"Volt par Seconde"
,"label":"Volt pe Secundă"
,"label":"Volt per Saat"
,"label":"Volt per Saniye"
,"label":"Volt per Second"
,"label":"Volt per Second"
,"label":"Volt per Secondo"
,"label":"Volt por Segundo"
,"label":"Volt pro Sekunde"
,"label":"Voltio por Segundo"
,"label":"Voltium per Secundum"
,"label":"Wolt na Sekunda"
,"label":"Βολτ ανά Δευτερόλεπτο"
,"label":"Волт на Секунда"
,"label":"Вольт на Секунда"
,"symbol":"V\/s"
,"type":"qudt:Unit"
,"ucum code":"V.s-1"
,"unece common code":"H46"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "'Volt per Second' is a unit of magnetic flux equaling one weber. This is the flux passing through a conducting loop and reduced to zero at a uniform rate in one second inducing an electric potential of one volt in the loop. ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$V / sec$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-4D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerElectricCharge",
"iec61360Code" : "0112/2///62720#UAA304",
"informativeReference" : [ "http://www.thefreedictionary.com/Webers", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA304", "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1512" ],
"symbol" : "V/s",
"ucumCode" : "V.s-1",
"uneceCommonCode" : "H46",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Volt na Sekunda"
}, {
"@language" : "de",
"@value" : "Volt pro Sekunde"
}, {
"@language" : "fr",
"@value" : "Volt par Seconde"
}, {
"@language" : "es",
"@value" : "Voltio por Segundo"
}, {
"@language" : "el",
"@value" : "Βολτ ανά Δευτερόλεπτο"
}, {
"@language" : "la",
"@value" : "Voltium per Secundum"
}, "Volt per Second", {
"@language" : "pl",
"@value" : "Wolt na Sekunda"
}, {
"@language" : "en",
"@value" : "Volt per Second"
}, {
"@language" : "tr",
"@value" : "Volt per Saniye"
}, {
"@language" : "pt",
"@value" : "Volt por Segundo"
}, {
"@language" : "ru",
"@value" : "Вольт на Секунда"
}, {
"@language" : "it",
"@value" : "Volt per Secondo"
}, {
"@language" : "ro",
"@value" : "Volt pe Secundă"
}, {
"@language" : "bg",
"@value" : "Волт на Секунда"
}, {
"@language" : "ms",
"@value" : "Volt per Saat"
}, {
"@language" : "sl",
"@value" : "Volt na Sekunda"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-PER-V
URI: http://qudt.org/vocab/unit/V-PER-V
SI derived unit volt per SI derived unit volt
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-PER-V> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit volt per SI derived unit volt" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD862" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD862"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "V/V" ; <http://qudt.org/schema/qudt/ucumCode> "V.V-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt na Volt"@cs ; rdfs:label "Volt na Volt"@sl ; rdfs:label "Volt par Volt"@fr ; rdfs:label "Volt pe Volt"@ro ; rdfs:label "Volt per Volt" ; rdfs:label "Volt per Volt"@en ; rdfs:label "Volt per Volt"@it ; rdfs:label "Volt per Volt"@ms ; rdfs:label "Volt per Volt"@tr ; rdfs:label "Volt por Volt"@pt ; rdfs:label "Volt pro Volt"@de ; rdfs:label "Voltio por Voltio"@es ; rdfs:label "Voltium per Voltium"@la ; rdfs:label "Wolt na Wolt"@pl ; rdfs:label "Βολτ ανά Βολτ"@el ; rdfs:label "Волт на Волт"@bg ; rdfs:label "Вольт на Вольт"@ru ; .
{"resource":"Volt per Volt"
,"qname":"unit:V-PER-V"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-PER-V"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit volt per SI derived unit volt"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD862"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD862"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt na Volt"
,"label":"Volt na Volt"
,"label":"Volt par Volt"
,"label":"Volt pe Volt"
,"label":"Volt per Volt"
,"label":"Volt per Volt"
,"label":"Volt per Volt"
,"label":"Volt per Volt"
,"label":"Volt per Volt"
,"label":"Volt por Volt"
,"label":"Volt pro Volt"
,"label":"Voltio por Voltio"
,"label":"Voltium per Voltium"
,"label":"Wolt na Wolt"
,"label":"Βολτ ανά Βολτ"
,"label":"Волт на Волт"
,"label":"Вольт на Вольт"
,"symbol":"V\/V"
,"type":"qudt:Unit"
,"ucum code":"V.V-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-PER-V",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit volt per SI derived unit volt",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD862",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD862",
"symbol" : "V/V",
"ucumCode" : "V.V-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Volt par Volt"
}, {
"@language" : "la",
"@value" : "Voltium per Voltium"
}, {
"@language" : "de",
"@value" : "Volt pro Volt"
}, {
"@language" : "es",
"@value" : "Voltio por Voltio"
}, {
"@language" : "el",
"@value" : "Βολτ ανά Βολτ"
}, {
"@language" : "ro",
"@value" : "Volt pe Volt"
}, "Volt per Volt", {
"@language" : "en",
"@value" : "Volt per Volt"
}, {
"@language" : "it",
"@value" : "Volt per Volt"
}, {
"@language" : "tr",
"@value" : "Volt per Volt"
}, {
"@language" : "ms",
"@value" : "Volt per Volt"
}, {
"@language" : "pt",
"@value" : "Volt por Volt"
}, {
"@language" : "pl",
"@value" : "Wolt na Wolt"
}, {
"@language" : "ru",
"@value" : "Вольт на Вольт"
}, {
"@language" : "cs",
"@value" : "Volt na Volt"
}, {
"@language" : "sl",
"@value" : "Volt na Volt"
}, {
"@language" : "bg",
"@value" : "Волт на Волт"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V-SEC-PER-M
URI: http://qudt.org/vocab/unit/V-SEC-PER-M
Volt Second Per Metre is the product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V-SEC-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """ Volt Second Per Metre is the product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre """^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFluxPerLength> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticVectorPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ScalarMagneticPotential> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-PER-V-SEC> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA303" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA303"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "V·s/m" ; <http://qudt.org/schema/qudt/ucumCode> "V.s.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H45" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt Saat per Meter"@ms ; rdfs:label "Volt Saniye per Metre"@tr ; rdfs:label "Volt Second per Meter"@en-US ; rdfs:label "Volt Second per Metre" ; rdfs:label "Volt Second per Metre"@en ; rdfs:label "Volt Seconde par Mètre"@fr ; rdfs:label "Volt Secondo per Metro"@it ; rdfs:label "Volt Secundă pe Metru"@ro ; rdfs:label "Volt Segundo por Metro"@pt ; rdfs:label "Volt Sekunda na Meter"@sl ; rdfs:label "Volt Sekunda na Metr"@cs ; rdfs:label "Volt Sekunde pro Meter"@de ; rdfs:label "Voltio Segundo por Metro"@es ; rdfs:label "Voltium Secundum per Metrum"@la ; rdfs:label "Wolt Sekunda na Metr"@pl ; rdfs:label "Βολτ Δευτερόλεπτο ανά Μέτρο"@el ; rdfs:label "Волт Секунда на Метър"@bg ; rdfs:label "Вольт Секунда на Метр"@ru ; .
{"resource":"Volt Second per Metre"
,"qname":"unit:V-SEC-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V-SEC-PER-M"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"\n Volt Second Per Metre is the product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre\n "
,"description (plain text)":"product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFluxPerLength"
,"has quantity kind":"quantitykind:MagneticVectorPotential"
,"has quantity kind":"quantitykind:ScalarMagneticPotential"
,"has reciprocal unit":"unit:M-PER-V-SEC"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA303"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA303"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Saat per Meter"
,"label":"Volt Saniye per Metre"
,"label":"Volt Second per Meter"
,"label":"Volt Second per Metre"
,"label":"Volt Second per Metre"
,"label":"Volt Seconde par Mètre"
,"label":"Volt Secondo per Metro"
,"label":"Volt Secundă pe Metru"
,"label":"Volt Segundo por Metro"
,"label":"Volt Sekunda na Meter"
,"label":"Volt Sekunda na Metr"
,"label":"Volt Sekunde pro Meter"
,"label":"Voltio Segundo por Metro"
,"label":"Voltium Secundum per Metrum"
,"label":"Wolt Sekunda na Metr"
,"label":"Βολτ Δευτερόλεπτο ανά Μέτρο"
,"label":"Волт Секунда на Метър"
,"label":"Вольт Секунда на Метр"
,"symbol":"V·s\/m"
,"type":"qudt:Unit"
,"ucum code":"V.s.m-1"
,"unece common code":"H45"
]}
{
"@id" : "http://qudt.org/vocab/unit/V-SEC-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n Volt Second Per Metre is the product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/MagneticFluxPerLength", "http://qudt.org/vocab/quantitykind/ScalarMagneticPotential", "http://qudt.org/vocab/quantitykind/MagneticVectorPotential" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M-PER-V-SEC",
"iec61360Code" : "0112/2///62720#UAA303",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA303",
"plainTextDescription" : "product of the SI derived unit volt and the SI base unit second divided by the SI base unit metre",
"symbol" : "V·s/m",
"ucumCode" : "V.s.m-1",
"uneceCommonCode" : "H45",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Volt Secondo per Metro"
}, {
"@language" : "en-us",
"@value" : "Volt Second per Meter"
}, {
"@language" : "cs",
"@value" : "Volt Sekunda na Metr"
}, {
"@language" : "ro",
"@value" : "Volt Secundă pe Metru"
}, {
"@language" : "bg",
"@value" : "Волт Секунда на Метър"
}, {
"@language" : "fr",
"@value" : "Volt Seconde par Mètre"
}, {
"@language" : "ms",
"@value" : "Volt Saat per Meter"
}, "Volt Second per Metre", {
"@language" : "en",
"@value" : "Volt Second per Metre"
}, {
"@language" : "es",
"@value" : "Voltio Segundo por Metro"
}, {
"@language" : "el",
"@value" : "Βολτ Δευτερόλεπτο ανά Μέτρο"
}, {
"@language" : "pt",
"@value" : "Volt Segundo por Metro"
}, {
"@language" : "sl",
"@value" : "Volt Sekunda na Meter"
}, {
"@language" : "pl",
"@value" : "Wolt Sekunda na Metr"
}, {
"@language" : "tr",
"@value" : "Volt Saniye per Metre"
}, {
"@language" : "ru",
"@value" : "Вольт Секунда на Метр"
}, {
"@language" : "de",
"@value" : "Volt Sekunde pro Meter"
}, {
"@language" : "la",
"@value" : "Voltium Secundum per Metrum"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V2-PER-K2
URI: http://qudt.org/vocab/unit/V2-PER-K2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V2-PER-K2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$v^2/k^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-2L4I0M2H-2T-6D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LorenzCoefficient> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB172" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=31897"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB172"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "V²/K²" ; <http://qudt.org/schema/qudt/ucumCode> "V2.K-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D45" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q105728783> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Kvadratni Volt na Kvadratni Kelvin"@sl ; rdfs:label "Quadratvolt pro Quadratkelvin"@de ; rdfs:label "Square Volt per Square Kelvin" ; rdfs:label "Square Volt per Square Kelvin"@en ; rdfs:label "Volt Carré par Kelvin Carré"@fr ; rdfs:label "Volt Persegi per Kelvin Persegi"@ms ; rdfs:label "Volt Pătrat pe Kelvin Pătrat"@ro ; rdfs:label "Volt Quadrado por Kelvin Quadrado"@pt ; rdfs:label "Volt Quadrato per Kelvin Quadrato"@it ; rdfs:label "Voltio Cuadrado por Kelvin Cuadrado"@es ; rdfs:label "Voltium Quadratum per Kelvin Quadratum"@la ; rdfs:label "Voltkare per Kelvinkare"@tr ; rdfs:label "Wolt Kwadratowy na Kelwin Kwadratowy"@pl ; rdfs:label "Čtvereční Volt na Čtvereční Kelvin"@cs ; rdfs:label "Τετραγωνικό Βολτ ανά Τετραγωνικό Κέλβιν"@el ; rdfs:label "Квадратен Волт на Квадратен Келвин"@bg ; rdfs:label "Квадратный Вольт на Квадратный Кельвин"@ru ; .
{"resource":"Square Volt per Square Kelvin"
,"qname":"unit:V2-PER-K2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V2-PER-K2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q105728783>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"expression":"$v^2\/k^2$"
,"has dimension vector":"qkdv:A0E-2L4I0M2H-2T-6D0"
,"has quantity kind":"quantitykind:LorenzCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB172"
,"informative reference":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=31897"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB172"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Kvadratni Volt na Kvadratni Kelvin"
,"label":"Quadratvolt pro Quadratkelvin"
,"label":"Square Volt per Square Kelvin"
,"label":"Square Volt per Square Kelvin"
,"label":"Volt Carré par Kelvin Carré"
,"label":"Volt Persegi per Kelvin Persegi"
,"label":"Volt Pătrat pe Kelvin Pătrat"
,"label":"Volt Quadrado por Kelvin Quadrado"
,"label":"Volt Quadrato per Kelvin Quadrato"
,"label":"Voltio Cuadrado por Kelvin Cuadrado"
,"label":"Voltium Quadratum per Kelvin Quadratum"
,"label":"Voltkare per Kelvinkare"
,"label":"Wolt Kwadratowy na Kelwin Kwadratowy"
,"label":"Čtvereční Volt na Čtvereční Kelvin"
,"label":"Τετραγωνικό Βολτ ανά Τετραγωνικό Κέλβιν"
,"label":"Квадратен Волт на Квадратен Келвин"
,"label":"Квадратный Вольт на Квадратный Кельвин"
,"symbol":"V²\/K²"
,"type":"qudt:Unit"
,"ucum code":"V2.K-2"
,"unece common code":"D45"
]}
{
"@id" : "http://qudt.org/vocab/unit/V2-PER-K2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$v^2/k^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-2L4I0M2H-2T-6D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LorenzCoefficient",
"iec61360Code" : "0112/2///62720#UAB172",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB172", "http://www.iso.org/iso/catalogue_detail?csnumber=31897" ],
"symbol" : "V²/K²",
"ucumCode" : "V2.K-2",
"uneceCommonCode" : "D45",
"wikidataMatch" : "http://www.wikidata.org/entity/Q105728783",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "fr",
"@value" : "Volt Carré par Kelvin Carré"
}, {
"@language" : "la",
"@value" : "Voltium Quadratum per Kelvin Quadratum"
}, {
"@language" : "de",
"@value" : "Quadratvolt pro Quadratkelvin"
}, {
"@language" : "ru",
"@value" : "Квадратный Вольт на Квадратный Кельвин"
}, {
"@language" : "pl",
"@value" : "Wolt Kwadratowy na Kelwin Kwadratowy"
}, {
"@language" : "tr",
"@value" : "Voltkare per Kelvinkare"
}, {
"@language" : "el",
"@value" : "Τετραγωνικό Βολτ ανά Τετραγωνικό Κέλβιν"
}, {
"@language" : "cs",
"@value" : "Čtvereční Volt na Čtvereční Kelvin"
}, "Square Volt per Square Kelvin", {
"@language" : "en",
"@value" : "Square Volt per Square Kelvin"
}, {
"@language" : "es",
"@value" : "Voltio Cuadrado por Kelvin Cuadrado"
}, {
"@language" : "sl",
"@value" : "Kvadratni Volt na Kvadratni Kelvin"
}, {
"@language" : "ro",
"@value" : "Volt Pătrat pe Kelvin Pătrat"
}, {
"@language" : "pt",
"@value" : "Volt Quadrado por Kelvin Quadrado"
}, {
"@language" : "bg",
"@value" : "Квадратен Волт на Квадратен Келвин"
}, {
"@language" : "ms",
"@value" : "Volt Persegi per Kelvin Persegi"
}, {
"@language" : "it",
"@value" : "Volt Quadrato per Kelvin Quadrato"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:VA
URI: http://qudt.org/vocab/unit/VA
Product of the RMS value of the voltage and the RMS value of an alternating electric current
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/VA> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Product of the RMS value of the voltage and the RMS value of an alternating electric current"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ApparentPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA298" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA298"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "Product of the RMS value of the voltage and the RMS value of an alternating electric current" ; <http://qudt.org/schema/qudt/symbol> "VA" ; <http://qudt.org/schema/qudt/ucumCode> "VA"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "VA" ; <http://qudt.org/schema/qudt/uneceCommonCode> "D46" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt Ampere" ; rdfs:label "Volt Ampere"@en ; rdfs:label "Volt Ampere"@it ; rdfs:label "Volt-ampere"@pt ; rdfs:label "Voltampere"@de ; rdfs:label "Voltampère"@fr ; rdfs:label "Voltiamperio"@es ; rdfs:label "Вольт-ампер"@ru ; rdfs:label "فولت. أمبير"@ar ; .
{"resource":"Volt Ampere"
,"qname":"unit:VA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/VA"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Product of the RMS value of the voltage and the RMS value of an alternating electric current"
,"description (plain text)":"Product of the RMS value of the voltage and the RMS value of an alternating electric current"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ApparentPower"
,"iec-61360 code":"0112\/2\/\/\/62720#UAA298"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA298"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Ampere"
,"label":"Volt Ampere"
,"label":"Volt Ampere"
,"label":"Volt-ampere"
,"label":"Voltampere"
,"label":"Voltampère"
,"label":"Voltiamperio"
,"label":"Вольт-ампер"
,"label":"فولت. أمبير"
,"symbol":"VA"
,"type":"qudt:Unit"
,"ucum code":"VA"
,"udunits code":"VA"
,"unece common code":"D46"
]}
{
"@id" : "http://qudt.org/vocab/unit/VA",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Product of the RMS value of the voltage and the RMS value of an alternating electric current",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ApparentPower",
"iec61360Code" : "0112/2///62720#UAA298",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA298",
"plainTextDescription" : "Product of the RMS value of the voltage and the RMS value of an alternating electric current",
"symbol" : "VA",
"ucumCode" : "VA",
"udunitsCode" : "VA",
"uneceCommonCode" : "D46",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Voltiamperio"
}, {
"@language" : "de",
"@value" : "Voltampere"
}, {
"@language" : "fr",
"@value" : "Voltampère"
}, "Volt Ampere", {
"@language" : "ru",
"@value" : "Вольт-ампер"
}, {
"@language" : "en",
"@value" : "Volt Ampere"
}, {
"@language" : "it",
"@value" : "Volt Ampere"
}, {
"@language" : "pt",
"@value" : "Volt-ampere"
}, {
"@language" : "ar",
"@value" : "فولت. أمبير"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:VA-HR
URI: http://qudt.org/vocab/unit/VA-HR
product of the volt ampere and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/VA-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the volt ampere and the unit hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the volt ampere and the unit hour" ; <http://qudt.org/schema/qudt/symbol> "VA·h" ; <http://qudt.org/schema/qudt/ucumCode> "VA.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt Ampere Hour" ; rdfs:label "Volt Ampere Hour"@en ; .
{"resource":"Volt Ampere Hour"
,"qname":"unit:VA-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/VA-HR"
,"properties":["applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"product of the volt ampere and the unit hour"
,"description (plain text)":"product of the volt ampere and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Ampere Hour"
,"label":"Volt Ampere Hour"
,"symbol":"VA·h"
,"type":"qudt:Unit"
,"ucum code":"VA.h"
]}
{
"@id" : "http://qudt.org/vocab/unit/VA-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the volt ampere and the unit hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"plainTextDescription" : "product of the volt ampere and the unit hour",
"symbol" : "VA·h",
"ucumCode" : "VA.h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Ampere Hour", {
"@language" : "en",
"@value" : "Volt Ampere Hour"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:VA-PER-K
URI: http://qudt.org/vocab/unit/VA-PER-K
the volt ampere divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/VA-PER-K> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "the volt ampere divided by the SI base unit kelvin" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductance> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD905" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD905"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "VA/K" ; <http://qudt.org/schema/qudt/ucumCode> "VA.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Volt Ampere per Kelvin" ; rdfs:label "Volt Ampere per Kelvin"@en ; rdfs:label "Volt Ampere per Kelvin"@it ; rdfs:label "Volt-ampere por Kelvin"@pt ; rdfs:label "Voltampere pro Kelvin"@de ; rdfs:label "Voltampère par Kelvin"@fr ; rdfs:label "Voltiamperio por Kelvin"@es ; rdfs:label "Вольт-ампер на Кельвин"@ru ; .
{"resource":"Volt Ampere per Kelvin"
,"qname":"unit:VA-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/VA-PER-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"the volt ampere divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD905"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD905"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Ampere per Kelvin"
,"label":"Volt Ampere per Kelvin"
,"label":"Volt Ampere per Kelvin"
,"label":"Volt-ampere por Kelvin"
,"label":"Voltampere pro Kelvin"
,"label":"Voltampère par Kelvin"
,"label":"Voltiamperio por Kelvin"
,"label":"Вольт-ампер на Кельвин"
,"symbol":"VA\/K"
,"type":"qudt:Unit"
,"ucum code":"VA.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/VA-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "the volt ampere divided by the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductance",
"iec61360Code" : "0112/2///62720#UAD905",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD905",
"symbol" : "VA/K",
"ucumCode" : "VA.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Ampere per Kelvin", {
"@language" : "de",
"@value" : "Voltampere pro Kelvin"
}, {
"@language" : "pt",
"@value" : "Volt-ampere por Kelvin"
}, {
"@language" : "es",
"@value" : "Voltiamperio por Kelvin"
}, {
"@language" : "ru",
"@value" : "Вольт-ампер на Кельвин"
}, {
"@language" : "fr",
"@value" : "Voltampère par Kelvin"
}, {
"@language" : "en",
"@value" : "Volt Ampere per Kelvin"
}, {
"@language" : "it",
"@value" : "Volt Ampere per Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:VAR
URI: http://qudt.org/vocab/unit/VAR
unit for reactive power
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/VAR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit for reactive power"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ReactivePower> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB023" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB023"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit for reactive power" ;
<http://qudt.org/schema/qudt/symbol> "VA{Reactive}" ;
<http://qudt.org/schema/qudt/ucumCode> "VA{reactive}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D44" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Volt Ampere Reactive" ;
rdfs:label "Volt Ampere Reactive"@en ;
.
{"resource":"Volt Ampere Reactive"
,"qname":"unit:VAR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/VAR"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit for reactive power"
,"description (plain text)":"unit for reactive power"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ReactivePower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB023"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB023"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Ampere Reactive"
,"label":"Volt Ampere Reactive"
,"symbol":"VA{Reactive}"
,"type":"qudt:Unit"
,"ucum code":"VA{reactive}"
,"unece common code":"D44"
]}
{
"@id" : "http://qudt.org/vocab/unit/VAR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit for reactive power",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ReactivePower",
"iec61360Code" : "0112/2///62720#UAB023",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB023",
"plainTextDescription" : "unit for reactive power",
"symbol" : "VA{Reactive}",
"ucumCode" : "VA{reactive}",
"uneceCommonCode" : "D44",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Ampere Reactive", {
"@language" : "en",
"@value" : "Volt Ampere Reactive"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:VAR-HR
URI: http://qudt.org/vocab/unit/VAR-HR
product of the unit volt ampere reactive and the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/VAR-HR>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "product of the unit volt ampere reactive and the unit hour"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ;
<http://qudt.org/schema/qudt/plainTextDescription> "product of the unit volt ampere reactive and the unit hour" ;
<http://qudt.org/schema/qudt/symbol> "VA{Reactive}·h" ;
<http://qudt.org/schema/qudt/ucumCode> "VA{reactive}.h"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Volt Ampere Reactive Hour" ;
rdfs:label "Volt Ampere Reactive Hour"@en ;
.
{"resource":"Volt Ampere Reactive Hour"
,"qname":"unit:VAR-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/VAR-HR"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"product of the unit volt ampere reactive and the unit hour"
,"description (plain text)":"product of the unit volt ampere reactive and the unit hour"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Ampere Reactive Hour"
,"label":"Volt Ampere Reactive Hour"
,"symbol":"VA{Reactive}·h"
,"type":"qudt:Unit"
,"ucum code":"VA{reactive}.h"
]}
{
"@id" : "http://qudt.org/vocab/unit/VAR-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the unit volt ampere reactive and the unit hour",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"plainTextDescription" : "product of the unit volt ampere reactive and the unit hour",
"symbol" : "VA{Reactive}·h",
"ucumCode" : "VA{reactive}.h",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Ampere Reactive Hour", {
"@language" : "en",
"@value" : "Volt Ampere Reactive Hour"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:VAR-PER-K
URI: http://qudt.org/vocab/unit/VAR-PER-K
unit volt ampere reactive divided by the SI base unit kelvin
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/VAR-PER-K>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit volt ampere reactive divided by the SI base unit kelvin" ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD901" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD901"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "VA{Reactive}/K" ;
<http://qudt.org/schema/qudt/ucumCode> "VA{reactive}.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Volt Ampere Reactive per Kelvin" ;
rdfs:label "Volt Ampere Reactive per Kelvin"@en ;
.
{"resource":"Volt Ampere Reactive per Kelvin"
,"qname":"unit:VAR-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/VAR-PER-K"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"unit volt ampere reactive divided by the SI base unit kelvin"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD901"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD901"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Volt Ampere Reactive per Kelvin"
,"label":"Volt Ampere Reactive per Kelvin"
,"symbol":"VA{Reactive}\/K"
,"type":"qudt:Unit"
,"ucum code":"VA{reactive}.K-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/VAR-PER-K",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit volt ampere reactive divided by the SI base unit kelvin",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD901",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD901",
"symbol" : "VA{Reactive}/K",
"ucumCode" : "VA{reactive}.K-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Volt Ampere Reactive per Kelvin", {
"@language" : "en",
"@value" : "Volt Ampere Reactive per Kelvin"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V_Ab
URI: http://qudt.org/vocab/unit/V_Ab
A unit of electrical potential equal to one hundred millionth of a volt ($10^{-8}\,volts$), used in the centimeter-gram-second (CGS) system of units. One abV is the potential difference that exists between two points when the work done to transfer one abcoulomb of charge between them equals: $1\,erg\cdot\,1\,abV\,=\,10\,nV$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/V_Ab>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A unit of electrical potential equal to one hundred millionth of a volt ($10^{-8}\\,volts$), used in the centimeter-gram-second (CGS) system of units. One abV is the potential difference that exists between two points when the work done to transfer one abcoulomb of charge between them equals: $1\\,erg\\cdot\\,1\\,abV\\,=\\,10\\,nV$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Abvolt"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Abvolt?oldid=477198646"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.lexic.us/definition-of/abvolt"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-27"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ;
<http://qudt.org/schema/qudt/symbol> "abV" ;
<http://qudt.org/schema/qudt/ucumCode> "10.nV"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2232211> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Abvolt" ;
rdfs:label "Abvolt"@en ;
.
{"resource":"Abvolt"
,"qname":"unit:V_Ab"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V_Ab"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2232211>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Abvolt"
,"description":"A unit of electrical potential equal to one hundred millionth of a volt ($10^{-8}\\,volts$), used in the centimeter-gram-second (CGS) system of units. One abV is the potential difference that exists between two points when the work done to transfer one abcoulomb of charge between them equals: $1\\,erg\\cdot\\,1\\,abV\\,=\\,10\\,nV$."
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Abvolt?oldid=477198646"
,"informative reference":"http:\/\/www.lexic.us\/definition-of\/abvolt"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-27"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abvolt"
,"label":"Abvolt"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/abvolt>"
,"scalingOf":"unit:V"
,"symbol":"abV"
,"type":"qudt:Unit"
,"ucum code":"10.nV"
]}
{
"@id" : "http://qudt.org/vocab/unit/V_Ab",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of electrical potential equal to one hundred millionth of a volt ($10^{-8}\\,volts$), used in the centimeter-gram-second (CGS) system of units. One abV is the potential difference that exists between two points when the work done to transfer one abcoulomb of charge between them equals: $1\\,erg\\cdot\\,1\\,abV\\,=\\,10\\,nV$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"dbpediaMatch" : "http://dbpedia.org/resource/Abvolt",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/ElectricPotential", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference", "http://qudt.org/vocab/quantitykind/Voltage" ],
"informativeReference" : [ "http://en.wikipedia.org/wiki/Abvolt?oldid=477198646", "http://www.lexic.us/definition-of/abvolt", "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-27" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/abvolt",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "abV",
"ucumCode" : "10.nV",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2232211",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Abvolt", {
"@language" : "en",
"@value" : "Abvolt"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V_Ab-PER-CentiM
URI: http://qudt.org/vocab/unit/V_Ab-PER-CentiM
In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V_Ab-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """ In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength. """^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000001 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-6 ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricField> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ; <http://qudt.org/schema/qudt/informativeReference> "https://encyclopedia2.thefreedictionary.com/abvolt+per+centimeter"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "abV/cm" ; <http://qudt.org/schema/qudt/ucumCode> "10.nV.cm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30063922> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Abvolt per Centimeter"@en-US ; rdfs:label "Abvolt per Centimetre" ; rdfs:label "Abvolt per Centimetre"@en ; .
{"resource":"Abvolt per Centimetre"
,"qname":"unit:V_Ab-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V_Ab-PER-CentiM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30063922>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"0.000001"
,"conversion multiplier scientific":"1.0E-6"
,"description":"\n In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength.\n "
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricField"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"https:\/\/encyclopedia2.thefreedictionary.com\/abvolt+per+centimeter"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abvolt per Centimeter"
,"label":"Abvolt per Centimetre"
,"label":"Abvolt per Centimetre"
,"symbol":"abV\/cm"
,"type":"qudt:Unit"
,"ucum code":"10.nV.cm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/V_Ab-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\n In the electromagnetic centimeter-gram-second system of units, 'abvolt per centimeter' is the unit of electric field strength.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.000001",
"conversionMultiplier:SN" : 1.0E-6,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricFieldStrength", "http://qudt.org/vocab/quantitykind/ElectricField" ],
"informativeReference" : "https://encyclopedia2.thefreedictionary.com/abvolt+per+centimeter",
"symbol" : "abV/cm",
"ucumCode" : "10.nV.cm-1",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30063922",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Abvolt per Centimeter"
}, "Abvolt per Centimetre", {
"@language" : "en",
"@value" : "Abvolt per Centimetre"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V_Ab-SEC
URI: http://qudt.org/vocab/unit/V_Ab-SEC
The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit. Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = $10^{8}$ maxwell.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/V_Ab-SEC>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit. Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = $10^{8}$ maxwell."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.00000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-8 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/expression> "$abv-sec$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFlux> ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-820"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "abV·s" ;
<http://qudt.org/schema/qudt/ucumCode> "10.nV.s"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q30063933> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Abvolt Second" ;
rdfs:label "Abvolt Second"@en ;
.
{"resource":"Abvolt Second"
,"qname":"unit:V_Ab-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V_Ab-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q30063933>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"conversion multiplier":"0.00000001"
,"conversion multiplier scientific":"1.0E-8"
,"description":"The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit. Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = $10^{8}$ maxwell."
,"expression":"$abv-sec$"
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFlux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-820"
,"is derived unit of system":"sou:CGS-EMU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Abvolt Second"
,"label":"Abvolt Second"
,"symbol":"abV·s"
,"type":"qudt:Unit"
,"ucum code":"10.nV.s"
]}
{
"@id" : "http://qudt.org/vocab/unit/V_Ab-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The magnetic flux whose expenditure in 1 second produces 1 abvolt per turn of a linked circuit. Technically defined in a three-dimensional system, it corresponds in the four-dimensional electromagnetic sector of the SI system to 10 nWb, and is an impractically small unit. In use for some years, the name was agreed by the International Electrotechnical Committee in 1930, along with a corresponding practical unit, the pramaxwell (or pro-maxwell) = $10^{8}$ maxwell.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "0.00000001",
"conversionMultiplier:SN" : 1.0E-8,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-EMU",
"expression" : "$abv-sec$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFlux",
"informativeReference" : "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-820",
"symbol" : "abV·s",
"ucumCode" : "10.nV.s",
"wikidataMatch" : "http://www.wikidata.org/entity/Q30063933",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Abvolt Second", {
"@language" : "en",
"@value" : "Abvolt Second"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V_Stat
URI: http://qudt.org/vocab/unit/V_Stat
"statvolt" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is $1 statvolt = 299.792458 volts$. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as $1 erg / esu$. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V_Stat> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "\"statvolt\" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is $1 statvolt = 299.792458 volts$. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as $1 erg / esu$. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/conversionMultiplier> 299.792458 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.99792458E2 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Statvolt"^^xsd:anyURI ; <http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/CGS-ESU> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotential> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPotentialDifference> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Voltage> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Statvolt?oldid=491769750"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/V> ; <http://qudt.org/schema/qudt/symbol> "statV" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2066484> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Statvolt" ; rdfs:label "Statvolt"@en ; .
{"resource":"Statvolt"
,"qname":"unit:V_Stat"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V_Stat"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2066484>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-ESU"
,"conversion multiplier":"299.792458"
,"conversion multiplier scientific":"2.99792458E2"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Statvolt"
,"description":"\"statvolt\" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is $1 statvolt = 299.792458 volts$. The conversion factor 299.792458 is simply the numerical value of the speed of light in m\/s divided by 106. The statvolt is also defined in the cgs system as $1 erg \/ esu$. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt\/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt\/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system."
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPotential"
,"has quantity kind":"quantitykind:ElectricPotentialDifference"
,"has quantity kind":"quantitykind:EnergyPerElectricCharge"
,"has quantity kind":"quantitykind:Voltage"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Statvolt"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Statvolt?oldid=491769750"
,"is derived unit of system":"sou:CGS-ESU"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statvolt"
,"label":"Statvolt"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/statvolt>"
,"scalingOf":"unit:V"
,"symbol":"statV"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/V_Stat",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "\"statvolt\" is a unit of voltage and electrical potential used in the cgs system of units. The conversion to the SI system is $1 statvolt = 299.792458 volts$. The conversion factor 299.792458 is simply the numerical value of the speed of light in m/s divided by 106. The statvolt is also defined in the cgs system as $1 erg / esu$. It is a useful unit for electromagnetism because one statvolt per centimetre is equal in magnitude to one gauss. Thus, for example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-ESU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "299.792458",
"conversionMultiplier:SN" : 299.792458,
"dbpediaMatch" : "http://dbpedia.org/resource/Statvolt",
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/CGS-ESU",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-3D0",
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/EnergyPerElectricCharge", "http://qudt.org/vocab/quantitykind/Voltage", "http://qudt.org/vocab/quantitykind/ElectricPotential", "http://qudt.org/vocab/quantitykind/ElectricPotentialDifference" ],
"informativeReference" : [ "http://en.wikipedia.org/wiki/Statvolt?oldid=491769750", "http://en.wikipedia.org/wiki/Statvolt" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/statvolt",
"scalingOf" : "http://qudt.org/vocab/unit/V",
"symbol" : "statV",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2066484",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Statvolt", {
"@language" : "en",
"@value" : "Statvolt"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V_Stat-CentiM
URI: http://qudt.org/vocab/unit/V_Stat-CentiM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V_Stat-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 2.99792458 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.99792458E0 ; <http://qudt.org/schema/qudt/expression> "$statvolt-centimeter$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFlux> ; <http://qudt.org/schema/qudt/symbol> "statV·cm" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Statvolt Centimeter"@en-US ; rdfs:label "Statvolt Centimetre" ; rdfs:label "Statvolt Centimetre"@en ; .
{"resource":"Statvolt Centimetre"
,"qname":"unit:V_Stat-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V_Stat-CentiM"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"2.99792458"
,"conversion multiplier scientific":"2.99792458E0"
,"expression":"$statvolt-centimeter$"
,"has dimension vector":"qkdv:A0E-1L3I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricFlux"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statvolt Centimeter"
,"label":"Statvolt Centimetre"
,"label":"Statvolt Centimetre"
,"symbol":"statV·cm"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/V_Stat-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "2.99792458",
"conversionMultiplier:SN" : 2.99792458,
"expression" : "$statvolt-centimeter$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricFlux",
"symbol" : "statV·cm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Statvolt Centimeter"
}, {
"@language" : "en",
"@value" : "Statvolt Centimetre"
}, "Statvolt Centimetre" ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:V_Stat-PER-CentiM
URI: http://qudt.org/vocab/unit/V_Stat-PER-CentiM
One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/V_Stat-PER-CentiM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> """One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity. The abvolt is another option for a unit of voltage in the cgs system."""^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 29979.2458 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.99792458E4 ; <http://qudt.org/schema/qudt/expression> "$statv-per-cm$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricField> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricFieldStrength> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Statvolt"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "statV/cm" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Statvolt per Centimeter"@en-US ; rdfs:label "Statvolt per Centimetre" ; rdfs:label "Statvolt per Centimetre"@en ; .
{"resource":"Statvolt per Centimetre"
,"qname":"unit:V_Stat-PER-CentiM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/V_Stat-PER-CentiM"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"29979.2458"
,"conversion multiplier scientific":"2.99792458E4"
,"description":"One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt\/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt\/cm of electric field intensity.\nThe abvolt is another option for a unit of voltage in the cgs system."
,"expression":"$statv-per-cm$"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricField"
,"has quantity kind":"quantitykind:ElectricFieldStrength"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Statvolt"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Statvolt per Centimeter"
,"label":"Statvolt per Centimetre"
,"label":"Statvolt per Centimetre"
,"symbol":"statV\/cm"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/V_Stat-PER-CentiM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "One statvolt per centimetre is equal in magnitude to one gauss. For example, an electric field of one statvolt/cm has the same energy density as a magnetic field of one gauss. Likewise, a plane wave propagating in a vacuum has perpendicular electric and magnetic fields such that for every gauss of magnetic field intensity there is one statvolt/cm of electric field intensity.\nThe abvolt is another option for a unit of voltage in the cgs system.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "29979.2458",
"conversionMultiplier:SN" : 29979.2458,
"expression" : "$statv-per-cm$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/ElectricFieldStrength", "http://qudt.org/vocab/quantitykind/ElectricField" ],
"informativeReference" : "http://en.wikipedia.org/wiki/Statvolt",
"symbol" : "statV/cm",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Statvolt per Centimetre", {
"@language" : "en",
"@value" : "Statvolt per Centimetre"
}, {
"@language" : "en-us",
"@value" : "Statvolt per Centimeter"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W
URI: http://qudt.org/vocab/unit/W
The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/W>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Watt"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricPower> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Power> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA306" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Watt?oldid=494906356"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA306"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexDefinition> "$\\textit{W}\\ \\equiv\\ \\text{watt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{second}}\\ \\equiv\\ \\frac{\\text{N.m}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{newton.metre}}{\\text{second}}\\ \\equiv\\ \\text{V.A}\\ \\equiv\\ \\text{volt.amp}\\ \\equiv\\ \\Omega\\text{.A}^{2}\\ \\equiv\\ \\text{ohm.amp}^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/watt> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/watt> ;
<http://qudt.org/schema/qudt/symbol> "W" ;
<http://qudt.org/schema/qudt/ucumCode> "W"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "W" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "WTT" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q25236> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Vatio"@es ;
rdfs:label "Wat"@pl ;
rdfs:label "Watt" ;
rdfs:label "Watt"@cs ;
rdfs:label "Watt"@de ;
rdfs:label "Watt"@en ;
rdfs:label "Watt"@fr ;
rdfs:label "Watt"@hu ;
rdfs:label "Watt"@it ;
rdfs:label "Watt"@ms ;
rdfs:label "Watt"@pt ;
rdfs:label "Watt"@ro ;
rdfs:label "Watt"@sl ;
rdfs:label "Watt"@tr ;
rdfs:label "Wattium"@la ;
rdfs:label "Βατ"@el ;
rdfs:label "Ват"@bg ;
rdfs:label "Ватт"@ru ;
rdfs:label "ואט"@he ;
rdfs:label "وات"@fa ;
rdfs:label "واط"@ar ;
rdfs:label "वाट"@hi ;
rdfs:label "ワット"@ja ;
rdfs:label "瓦特"@zh ;
.
{"resource":"Watt"
,"qname":"unit:W"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W"
,"properties":["Individual from SI Reference Point":"si-unit:watt"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q25236>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Watt"
,"defined unit of system":"sou:SI"
,"description":"The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf\/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:ElectricPower"
,"has quantity kind":"quantitykind:Power"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA306"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Watt?oldid=494906356"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA306"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio"
,"label":"Wat"
,"label":"Watt"
,"label":"Watt"
,"label":"Watt"
,"label":"Watt"
,"label":"Watt"
,"label":"Watt"
,"label":"Watt"
,"label":"Watt"
,"label":"Watt"
,"label":"Watt"
,"label":"Watt"
,"label":"Watt"
,"label":"Wattium"
,"label":"Βατ"
,"label":"Ват"
,"label":"Ватт"
,"label":"ואט"
,"label":"وات"
,"label":"واط"
,"label":"वाट"
,"label":"ワット"
,"label":"瓦特"
,"latex definition":"$\\textit{W}\\ \\equiv\\ \\text{watt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{second}}\\ \\equiv\\ \\frac{\\text{N.m}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{newton.metre}}{\\text{second}}\\ \\equiv\\ \\text{V.A}\\ \\equiv\\ \\text{volt.amp}\\ \\equiv\\ \\Omega\\text{.A}^{2}\\ \\equiv\\ \\text{ohm.amp}^{2}$"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/watt>"
,"symbol":"W"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"W"
,"udunits code":"W"
,"unece common code":"WTT"
]}
{
"@id" : "http://qudt.org/vocab/unit/W",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of power. Power is the rate at which work is done, or (equivalently) the rate at which energy is expended. One watt is equal to a power rate of one joule of work per second of time. This unit is used both in mechanics and in electricity, so it links the mechanical and electrical units to one another. In mechanical terms, one watt equals about 0.001 341 02 horsepower (hp) or 0.737 562 foot-pound per second (lbf/s). In electrical terms, one watt is the power produced by a current of one ampere flowing through an electric potential of one volt. The name of the unit honors James Watt (1736-1819), the British engineer whose improvements to the steam engine are often credited with igniting the Industrial Revolution.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Watt",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Power", "http://qudt.org/vocab/quantitykind/ElectricPower" ],
"iec61360Code" : "0112/2///62720#UAA306",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Watt?oldid=494906356", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA306" ],
"latexDefinition" : "$\\textit{W}\\ \\equiv\\ \\text{watt}\\ \\equiv\\ \\frac{\\text{J}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{joule}}{\\text{second}}\\ \\equiv\\ \\frac{\\text{N.m}}{\\text{s}}\\ \\equiv\\ \\frac{\\text{newton.metre}}{\\text{second}}\\ \\equiv\\ \\text{V.A}\\ \\equiv\\ \\text{volt.amp}\\ \\equiv\\ \\Omega\\text{.A}^{2}\\ \\equiv\\ \\text{ohm.amp}^{2}$",
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/watt",
"siExactMatch" : "https://si-digital-framework.org/SI/units/watt",
"symbol" : "W",
"ucumCode" : "W",
"udunitsCode" : "W",
"uneceCommonCode" : "WTT",
"wikidataMatch" : "http://www.wikidata.org/entity/Q25236",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Ватт"
}, {
"@language" : "fa",
"@value" : "وات"
}, {
"@language" : "ar",
"@value" : "واط"
}, {
"@language" : "el",
"@value" : "Βατ"
}, {
"@language" : "zh",
"@value" : "瓦特"
}, {
"@language" : "es",
"@value" : "Vatio"
}, {
"@language" : "bg",
"@value" : "Ват"
}, {
"@language" : "it",
"@value" : "Watt"
}, {
"@language" : "tr",
"@value" : "Watt"
}, {
"@language" : "sl",
"@value" : "Watt"
}, {
"@language" : "ro",
"@value" : "Watt"
}, {
"@language" : "pt",
"@value" : "Watt"
}, {
"@language" : "ms",
"@value" : "Watt"
}, "Watt", {
"@language" : "cs",
"@value" : "Watt"
}, {
"@language" : "de",
"@value" : "Watt"
}, {
"@language" : "en",
"@value" : "Watt"
}, {
"@language" : "fr",
"@value" : "Watt"
}, {
"@language" : "hu",
"@value" : "Watt"
}, {
"@language" : "la",
"@value" : "Wattium"
}, {
"@language" : "pl",
"@value" : "Wat"
}, {
"@language" : "hi",
"@value" : "वाट"
}, {
"@language" : "he",
"@value" : "ואט"
}, {
"@language" : "ja",
"@value" : "ワット"
} ],
"@context" : {
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"latexDefinition" : {
"@id" : "http://qudt.org/schema/qudt/latexDefinition",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-HR
URI: http://qudt.org/vocab/unit/W-HR
The watt hour is a unit of energy, equal to 3,600 joule.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The watt hour is a unit of energy, equal to 3,600 joule."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA308" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA308"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "W·h" ; <http://qudt.org/schema/qudt/ucumCode> "W.h"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "WHR" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q12831618> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Watt Hour" ; rdfs:label "Watt Hour"@en ; .
{"resource":"Watt Hour"
,"qname":"unit:W-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-HR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q12831618>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"The watt hour is a unit of energy, equal to 3,600 joule."
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA308"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA308"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Watt Hour"
,"label":"Watt Hour"
,"symbol":"W·h"
,"type":"qudt:Unit"
,"ucum code":"W.h"
,"unece common code":"WHR"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The watt hour is a unit of energy, equal to 3,600 joule.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA308",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA308",
"symbol" : "W·h",
"ucumCode" : "W.h",
"uneceCommonCode" : "WHR",
"wikidataMatch" : "http://www.wikidata.org/entity/Q12831618",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Watt Hour", {
"@language" : "en",
"@value" : "Watt Hour"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-HR-PER-KiloGM
URI: http://qudt.org/vocab/unit/W-HR-PER-KiloGM
product of the SI derived unit watt and the unit hour divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-HR-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit watt and the unit hour divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificEnergy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD888" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD888"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "W·h/kg" ; <http://qudt.org/schema/qudt/ucumCode> "W.h.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Watt Hour per Kilogram" ; rdfs:label "Watt Hour per Kilogram"@en ; .
{"resource":"Watt Hour per Kilogram"
,"qname":"unit:W-HR-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-HR-PER-KiloGM"
,"properties":["conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"product of the SI derived unit watt and the unit hour divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-2D0"
,"has quantity kind":"quantitykind:SpecificEnergy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD888"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD888"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Watt Hour per Kilogram"
,"label":"Watt Hour per Kilogram"
,"symbol":"W·h\/kg"
,"type":"qudt:Unit"
,"ucum code":"W.h.kg-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-HR-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit watt and the unit hour divided by the SI base unit kilogram",
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpecificEnergy",
"iec61360Code" : "0112/2///62720#UAD888",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD888",
"symbol" : "W·h/kg",
"ucumCode" : "W.h.kg-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Watt Hour per Kilogram", {
"@language" : "en",
"@value" : "Watt Hour per Kilogram"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-HR-PER-L
URI: http://qudt.org/vocab/unit/W-HR-PER-L
product of the SI derived unit watt and the unit hour divided by the unit litre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-HR-PER-L> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit watt and the unit hour divided by the unit litre" ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD887" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD887"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "W·h/L" ; <http://qudt.org/schema/qudt/ucumCode> "W.h.L-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Watt Hour per Liter"@en-US ; rdfs:label "Watt Hour per Litre" ; rdfs:label "Watt Hour per Litre"@en ; .
{"resource":"Watt Hour per Litre"
,"qname":"unit:W-HR-PER-L"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-HR-PER-L"
,"properties":["conversion multiplier":"3600000.0"
,"conversion multiplier scientific":"3.6E6"
,"description":"product of the SI derived unit watt and the unit hour divided by the unit litre"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAD887"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD887"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Watt Hour per Liter"
,"label":"Watt Hour per Litre"
,"label":"Watt Hour per Litre"
,"symbol":"W·h\/L"
,"type":"qudt:Unit"
,"ucum code":"W.h.L-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-HR-PER-L",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit watt and the unit hour divided by the unit litre",
"conversionMultiplier" : "3600000.0",
"conversionMultiplier:SN" : 3600000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAD887",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD887",
"symbol" : "W·h/L",
"ucumCode" : "W.h.L-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Watt Hour per Litre", {
"@language" : "en",
"@value" : "Watt Hour per Litre"
}, {
"@language" : "en-us",
"@value" : "Watt Hour per Liter"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-HR-PER-M2
URI: http://qudt.org/vocab/unit/W-HR-PER-M2
A unit of energy per unit area, equivalent to 3,600 joules per square metre.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-HR-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A unit of energy per unit area, equivalent to 3,600 joules per square metre."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/conversionOffset> 0.0 ; <http://qudt.org/schema/qudt/conversionOffsetSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of energy per unit area, equivalent to 3,600 joules per square metre." ; <http://qudt.org/schema/qudt/symbol> "W·h/m²" ; <http://qudt.org/schema/qudt/ucumCode> "W.h.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Watt Hour per Square Meter"@en-US ; rdfs:label "Watt Hour per Square Metre" ; rdfs:label "Watt Hour per Square Metre"@en ; .
{"resource":"Watt Hour per Square Metre"
,"qname":"unit:W-HR-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-HR-PER-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"conversion offset":"0.0"
,"conversion offset scientific":"0.0E0"
,"description":"A unit of energy per unit area, equivalent to 3,600 joules per square metre."
,"description (plain text)":"A unit of energy per unit area, equivalent to 3,600 joules per square metre."
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Watt Hour per Square Meter"
,"label":"Watt Hour per Square Metre"
,"label":"Watt Hour per Square Metre"
,"symbol":"W·h\/m²"
,"type":"qudt:Unit"
,"ucum code":"W.h.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-HR-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A unit of energy per unit area, equivalent to 3,600 joules per square metre.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"conversionOffset" : "0.0",
"conversionOffset:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"plainTextDescription" : "A unit of energy per unit area, equivalent to 3,600 joules per square metre.",
"symbol" : "W·h/m²",
"ucumCode" : "W.h.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Watt Hour per Square Metre", {
"@language" : "en",
"@value" : "Watt Hour per Square Metre"
}, {
"@language" : "en-us",
"@value" : "Watt Hour per Square Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionOffsetSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffsetSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionOffset" : {
"@id" : "http://qudt.org/schema/qudt/conversionOffset",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-HR-PER-M3
URI: http://qudt.org/vocab/unit/W-HR-PER-M3
The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-HR-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 3600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.6E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyDensity> ; <http://qudt.org/schema/qudt/symbol> "W·h/m³" ; <http://qudt.org/schema/qudt/ucumCode> "W.h.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Watt Hour per Cubic Meter"@en-US ; rdfs:label "Watt Hour per Cubic Metre" ; rdfs:label "Watt Hour per Cubic Metre"@en ; .
{"resource":"Watt Hour per Cubic Metre"
,"qname":"unit:W-HR-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-HR-PER-M3"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"3600.0"
,"conversion multiplier scientific":"3.6E3"
,"description":"The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter."
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyDensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Watt Hour per Cubic Meter"
,"label":"Watt Hour per Cubic Metre"
,"label":"Watt Hour per Cubic Metre"
,"symbol":"W·h\/m³"
,"type":"qudt:Unit"
,"ucum code":"W.h.m-3"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-HR-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "The watt hour per cubic meter is a unit of energy density, equal to 3,600 joule per cubic meter.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "3600.0",
"conversionMultiplier:SN" : 3600.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyDensity",
"symbol" : "W·h/m³",
"ucumCode" : "W.h.m-3",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Watt Hour per Cubic Metre", {
"@language" : "en",
"@value" : "Watt Hour per Cubic Metre"
}, {
"@language" : "en-us",
"@value" : "Watt Hour per Cubic Meter"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-M-PER-M2-SR
URI: http://qudt.org/vocab/unit/W-M-PER-M2-SR
The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-M-PER-M2-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle."@en ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "W·m/(m²·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "W.m.m-2.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio Metro por Metro Cuadrado Estereorradián"@es ; rdfs:label "Wat Metr na Metr Kwadratowy Steradian"@pl ; rdfs:label "Watt Meter na Kvadratni Meter Steradian"@sl ; rdfs:label "Watt Meter per Meter Persegi Steradian"@ms ; rdfs:label "Watt Meter per Square Meter Steradian"@en-US ; rdfs:label "Watt Meter pro Quadratmeter Steradiant"@de ; rdfs:label "Watt Metr na Čtvereční Metr Steradián"@cs ; rdfs:label "Watt Metre per Metrekare Steradyan"@tr ; rdfs:label "Watt Metre per Square Metre Steradian" ; rdfs:label "Watt Metre per Square Metre Steradian"@en ; rdfs:label "Watt Metro per Metro Quadrato Steradiante"@it ; rdfs:label "Watt Metro por Metro Quadrado Esterradiano"@pt ; rdfs:label "Watt Metru pe Metru Pătrat Steradian"@ro ; rdfs:label "Watt Mètre par Mètre Carré Stéradian"@fr ; rdfs:label "Wattium Metrum per Metrum Quadratum Steradian"@la ; rdfs:label "Βατ Μέτρο ανά Τετραγωνικό Μέτρο Στερακτίνιο"@el ; rdfs:label "Ват Метър на Квадратен Метър Стерадиан"@bg ; rdfs:label "Ватт Метр на Квадратный Метр Стерадиан"@ru ; .
{"resource":"Watt Metre per Square Metre Steradian"
,"qname":"unit:W-M-PER-M2-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-M-PER-M2-SR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle."
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio Metro por Metro Cuadrado Estereorradián"
,"label":"Wat Metr na Metr Kwadratowy Steradian"
,"label":"Watt Meter na Kvadratni Meter Steradian"
,"label":"Watt Meter per Meter Persegi Steradian"
,"label":"Watt Meter per Square Meter Steradian"
,"label":"Watt Meter pro Quadratmeter Steradiant"
,"label":"Watt Metr na Čtvereční Metr Steradián"
,"label":"Watt Metre per Metrekare Steradyan"
,"label":"Watt Metre per Square Metre Steradian"
,"label":"Watt Metre per Square Metre Steradian"
,"label":"Watt Metro per Metro Quadrato Steradiante"
,"label":"Watt Metro por Metro Quadrado Esterradiano"
,"label":"Watt Metru pe Metru Pătrat Steradian"
,"label":"Watt Mètre par Mètre Carré Stéradian"
,"label":"Wattium Metrum per Metrum Quadratum Steradian"
,"label":"Βατ Μέτρο ανά Τετραγωνικό Μέτρο Στερακτίνιο"
,"label":"Ват Метър на Квадратен Метър Стерадиан"
,"label":"Ватт Метр на Квадратный Метр Стерадиан"
,"symbol":"W·m\/(m²·sr)"
,"type":"qudt:Unit"
,"ucum code":"W.m.m-2.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-M-PER-M2-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : {
"@language" : "en",
"@value" : "The power per unit area of radiation of a given wavenumber illuminating a target at a given incident angle."
},
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "W·m/(m²·sr)",
"ucumCode" : "W.m.m-2.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "de",
"@value" : "Watt Meter pro Quadratmeter Steradiant"
}, {
"@language" : "ms",
"@value" : "Watt Meter per Meter Persegi Steradian"
}, {
"@language" : "en-us",
"@value" : "Watt Meter per Square Meter Steradian"
}, {
"@language" : "cs",
"@value" : "Watt Metr na Čtvereční Metr Steradián"
}, {
"@language" : "es",
"@value" : "Vatio Metro por Metro Cuadrado Estereorradián"
}, {
"@language" : "pl",
"@value" : "Wat Metr na Metr Kwadratowy Steradian"
}, "Watt Metre per Square Metre Steradian", {
"@language" : "en",
"@value" : "Watt Metre per Square Metre Steradian"
}, {
"@language" : "fr",
"@value" : "Watt Mètre par Mètre Carré Stéradian"
}, {
"@language" : "ru",
"@value" : "Ватт Метр на Квадратный Метр Стерадиан"
}, {
"@language" : "pt",
"@value" : "Watt Metro por Metro Quadrado Esterradiano"
}, {
"@language" : "sl",
"@value" : "Watt Meter na Kvadratni Meter Steradian"
}, {
"@language" : "it",
"@value" : "Watt Metro per Metro Quadrato Steradiante"
}, {
"@language" : "tr",
"@value" : "Watt Metre per Metrekare Steradyan"
}, {
"@language" : "bg",
"@value" : "Ват Метър на Квадратен Метър Стерадиан"
}, {
"@language" : "el",
"@value" : "Βατ Μέτρο ανά Τετραγωνικό Μέτρο Στερακτίνιο"
}, {
"@language" : "ro",
"@value" : "Watt Metru pe Metru Pătrat Steradian"
}, {
"@language" : "la",
"@value" : "Wattium Metrum per Metrum Quadratum Steradian"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-M2
URI: http://qudt.org/vocab/unit/W-M2
product of the SI derived unit watt and the power of the SI base unit metre with the exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit watt and the power of the SI base unit metre with the exponent 2" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerArea> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB350" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB350"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "W·m²" ; <http://qudt.org/schema/qudt/ucumCode> "W.m2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "Q21" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q112299932> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio Metro Cuadrado"@es ; rdfs:label "Wat Metr Kwadratowy"@pl ; rdfs:label "Watt Kvadratni Meter"@sl ; rdfs:label "Watt Meter Persegi"@ms ; rdfs:label "Watt Metrekare"@tr ; rdfs:label "Watt Metro Quadrado"@pt ; rdfs:label "Watt Metro Quadrato"@it ; rdfs:label "Watt Metru Pătrat"@ro ; rdfs:label "Watt Mètre Carré"@fr ; rdfs:label "Watt Quadratmeter"@de ; rdfs:label "Watt Square Meter"@en-US ; rdfs:label "Watt Square Metre" ; rdfs:label "Watt Square Metre"@en ; rdfs:label "Watt Čtvereční Metr"@cs ; rdfs:label "Wattium Metrum Quadratum"@la ; rdfs:label "Βατ Τετραγωνικό Μέτρο"@el ; rdfs:label "Ват Квадратен Метър"@bg ; rdfs:label "Ватт Квадратный Метр"@ru ; .
{"resource":"Watt Square Metre"
,"qname":"unit:W-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q112299932>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI derived unit watt and the power of the SI base unit metre with the exponent 2"
,"has dimension vector":"qkdv:A0E0L4I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB350"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB350"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio Metro Cuadrado"
,"label":"Wat Metr Kwadratowy"
,"label":"Watt Kvadratni Meter"
,"label":"Watt Meter Persegi"
,"label":"Watt Metrekare"
,"label":"Watt Metro Quadrado"
,"label":"Watt Metro Quadrato"
,"label":"Watt Metru Pătrat"
,"label":"Watt Mètre Carré"
,"label":"Watt Quadratmeter"
,"label":"Watt Square Meter"
,"label":"Watt Square Metre"
,"label":"Watt Square Metre"
,"label":"Watt Čtvereční Metr"
,"label":"Wattium Metrum Quadratum"
,"label":"Βατ Τετραγωνικό Μέτρο"
,"label":"Ват Квадратен Метър"
,"label":"Ватт Квадратный Метр"
,"symbol":"W·m²"
,"type":"qudt:Unit"
,"ucum code":"W.m2"
,"unece common code":"Q21"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit watt and the power of the SI base unit metre with the exponent 2",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerArea",
"iec61360Code" : "0112/2///62720#UAB350",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB350",
"symbol" : "W·m²",
"ucumCode" : "W.m2",
"uneceCommonCode" : "Q21",
"wikidataMatch" : "http://www.wikidata.org/entity/Q112299932",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Wat Metr Kwadratowy"
}, {
"@language" : "la",
"@value" : "Wattium Metrum Quadratum"
}, {
"@language" : "ru",
"@value" : "Ватт Квадратный Метр"
}, {
"@language" : "cs",
"@value" : "Watt Čtvereční Metr"
}, {
"@language" : "fr",
"@value" : "Watt Mètre Carré"
}, {
"@language" : "es",
"@value" : "Vatio Metro Cuadrado"
}, {
"@language" : "pt",
"@value" : "Watt Metro Quadrado"
}, {
"@language" : "ms",
"@value" : "Watt Meter Persegi"
}, {
"@language" : "tr",
"@value" : "Watt Metrekare"
}, {
"@language" : "el",
"@value" : "Βατ Τετραγωνικό Μέτρο"
}, {
"@language" : "de",
"@value" : "Watt Quadratmeter"
}, {
"@language" : "ro",
"@value" : "Watt Metru Pătrat"
}, {
"@language" : "it",
"@value" : "Watt Metro Quadrato"
}, "Watt Square Metre", {
"@language" : "bg",
"@value" : "Ват Квадратен Метър"
}, {
"@language" : "en",
"@value" : "Watt Square Metre"
}, {
"@language" : "sl",
"@value" : "Watt Kvadratni Meter"
}, {
"@language" : "en-us",
"@value" : "Watt Square Meter"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-M2-PER-SR
URI: http://qudt.org/vocab/unit/W-M2-PER-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-M2-PER-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerAreaPerSolidAngle> ; <http://qudt.org/schema/qudt/symbol> "W·m²/sr" ; <http://qudt.org/schema/qudt/ucumCode> "W.m2.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio Metro Cuadrado por Estereorradián"@es ; rdfs:label "Wat Metr Kwadratowy na Steradian"@pl ; rdfs:label "Watt Kvadratni Meter na Steradian"@sl ; rdfs:label "Watt Meter Persegi per Steradian"@ms ; rdfs:label "Watt Metrekare per Steradyan"@tr ; rdfs:label "Watt Metro Quadrado por Esterradiano"@pt ; rdfs:label "Watt Metro Quadrato per Steradiante"@it ; rdfs:label "Watt Metru Pătrat pe Steradian"@ro ; rdfs:label "Watt Mètre Carré par Stéradian"@fr ; rdfs:label "Watt Quadratmeter pro Steradiant"@de ; rdfs:label "Watt Square Meter per Steradian"@en-US ; rdfs:label "Watt Square Metre per Steradian" ; rdfs:label "Watt Square Metre per Steradian"@en ; rdfs:label "Watt Čtvereční Metr na Steradián"@cs ; rdfs:label "Wattium Metrum Quadratum per Steradian"@la ; rdfs:label "Βατ Τετραγωνικό Μέτρο ανά Στερακτίνιο"@el ; rdfs:label "Ват Квадратен Метър на Стерадиан"@bg ; rdfs:label "Ватт Квадратный Метр на Стерадиан"@ru ; .
{"resource":"Watt Square Metre per Steradian"
,"qname":"unit:W-M2-PER-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-M2-PER-SR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L4I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerAreaPerSolidAngle"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio Metro Cuadrado por Estereorradián"
,"label":"Wat Metr Kwadratowy na Steradian"
,"label":"Watt Kvadratni Meter na Steradian"
,"label":"Watt Meter Persegi per Steradian"
,"label":"Watt Metrekare per Steradyan"
,"label":"Watt Metro Quadrado por Esterradiano"
,"label":"Watt Metro Quadrato per Steradiante"
,"label":"Watt Metru Pătrat pe Steradian"
,"label":"Watt Mètre Carré par Stéradian"
,"label":"Watt Quadratmeter pro Steradiant"
,"label":"Watt Square Meter per Steradian"
,"label":"Watt Square Metre per Steradian"
,"label":"Watt Square Metre per Steradian"
,"label":"Watt Čtvereční Metr na Steradián"
,"label":"Wattium Metrum Quadratum per Steradian"
,"label":"Βατ Τετραγωνικό Μέτρο ανά Στερακτίνιο"
,"label":"Ват Квадратен Метър на Стерадиан"
,"label":"Ватт Квадратный Метр на Стерадиан"
,"symbol":"W·m²\/sr"
,"type":"qudt:Unit"
,"ucum code":"W.m2.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-M2-PER-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerAreaPerSolidAngle",
"symbol" : "W·m²/sr",
"ucumCode" : "W.m2.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Wattium Metrum Quadratum per Steradian"
}, {
"@language" : "ro",
"@value" : "Watt Metru Pătrat pe Steradian"
}, {
"@language" : "pt",
"@value" : "Watt Metro Quadrado por Esterradiano"
}, "Watt Square Metre per Steradian", {
"@language" : "en",
"@value" : "Watt Square Metre per Steradian"
}, {
"@language" : "de",
"@value" : "Watt Quadratmeter pro Steradiant"
}, {
"@language" : "sl",
"@value" : "Watt Kvadratni Meter na Steradian"
}, {
"@language" : "pl",
"@value" : "Wat Metr Kwadratowy na Steradian"
}, {
"@language" : "it",
"@value" : "Watt Metro Quadrato per Steradiante"
}, {
"@language" : "en-us",
"@value" : "Watt Square Meter per Steradian"
}, {
"@language" : "ms",
"@value" : "Watt Meter Persegi per Steradian"
}, {
"@language" : "el",
"@value" : "Βατ Τετραγωνικό Μέτρο ανά Στερακτίνιο"
}, {
"@language" : "bg",
"@value" : "Ват Квадратен Метър на Стерадиан"
}, {
"@language" : "ru",
"@value" : "Ватт Квадратный Метр на Стерадиан"
}, {
"@language" : "tr",
"@value" : "Watt Metrekare per Steradyan"
}, {
"@language" : "es",
"@value" : "Vatio Metro Cuadrado por Estereorradián"
}, {
"@language" : "fr",
"@value" : "Watt Mètre Carré par Stéradian"
}, {
"@language" : "cs",
"@value" : "Watt Čtvereční Metr na Steradián"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-CentiM2
URI: http://qudt.org/vocab/unit/W-PER-CentiM2
Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/W-PER-CentiM2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 10000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E4 ;
<http://qudt.org/schema/qudt/expression> "$W/ft^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB224" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB224"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "W/cm²" ;
<http://qudt.org/schema/qudt/ucumCode> "W.cm-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N48" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107440604> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Vatio por Centimetro Cuadrado"@es ;
rdfs:label "Wat na Centimetr Kwadratowy"@pl ;
rdfs:label "Watt na Kvadratni Centimeter"@sl ;
rdfs:label "Watt na Čtvereční Centimetr"@cs ;
rdfs:label "Watt par Centimètre Carré"@fr ;
rdfs:label "Watt pe Centimetru Pătrat"@ro ;
rdfs:label "Watt per Centimeter Persegi"@ms ;
rdfs:label "Watt per Centimetrekare"@tr ;
rdfs:label "Watt per Centimetro Quadrato"@it ;
rdfs:label "Watt per Square Centimeter"@en-US ;
rdfs:label "Watt per Square Centimetre" ;
rdfs:label "Watt per Square Centimetre"@en ;
rdfs:label "Watt pro Quadratcentimeter"@de ;
.
{"resource":"Watt per Square Centimetre"
,"qname":"unit:W-PER-CentiM2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-CentiM2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107440604>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"10000.0"
,"conversion multiplier scientific":"1.0E4"
,"description":"Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."
,"expression":"$W\/ft^{2}$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB224"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB224"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Centimetro Cuadrado"
,"label":"Wat na Centimetr Kwadratowy"
,"label":"Watt na Kvadratni Centimeter"
,"label":"Watt na Čtvereční Centimetr"
,"label":"Watt par Centimètre Carré"
,"label":"Watt pe Centimetru Pătrat"
,"label":"Watt per Centimeter Persegi"
,"label":"Watt per Centimetrekare"
,"label":"Watt per Centimetro Quadrato"
,"label":"Watt per Square Centimeter"
,"label":"Watt per Square Centimetre"
,"label":"Watt per Square Centimetre"
,"label":"Watt pro Quadratcentimeter"
,"symbol":"W\/cm²"
,"type":"qudt:Unit"
,"ucum code":"W.cm-2"
,"unece common code":"N48"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-CentiM2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Watt Per Square Centimeter is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "10000.0",
"conversionMultiplier:SN" : 10000.0,
"expression" : "$W/ft^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB224",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB224",
"symbol" : "W/cm²",
"ucumCode" : "W.cm-2",
"uneceCommonCode" : "N48",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107440604",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Watt per Square Centimeter"
}, {
"@language" : "pl",
"@value" : "Wat na Centimetr Kwadratowy"
}, {
"@language" : "it",
"@value" : "Watt per Centimetro Quadrato"
}, {
"@language" : "sl",
"@value" : "Watt na Kvadratni Centimeter"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Centimetr"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratcentimeter"
}, {
"@language" : "es",
"@value" : "Vatio por Centimetro Cuadrado"
}, {
"@language" : "fr",
"@value" : "Watt par Centimètre Carré"
}, {
"@language" : "ms",
"@value" : "Watt per Centimeter Persegi"
}, {
"@language" : "ro",
"@value" : "Watt pe Centimetru Pătrat"
}, "Watt per Square Centimetre", {
"@language" : "en",
"@value" : "Watt per Square Centimetre"
}, {
"@language" : "tr",
"@value" : "Watt per Centimetrekare"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-FT2
URI: http://qudt.org/vocab/unit/W-PER-FT2
Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/W-PER-FT2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 10.7639104167097223083335055559 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.07639104167097223083335055559E1 ;
<http://qudt.org/schema/qudt/expression> "$W/ft^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/symbol> "W/ft²" ;
<http://qudt.org/schema/qudt/ucumCode> "W.[ft_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Watt per Square Foot" ;
rdfs:label "Watt per Square Foot"@en ;
.
{"resource":"Watt per Square Foot"
,"qname":"unit:W-PER-FT2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-FT2"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"10.7639104167097223083335055559"
,"conversion multiplier scientific":"1.07639104167097223083335055559E1"
,"description":"Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."
,"expression":"$W\/ft^{2}$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Watt per Square Foot"
,"label":"Watt per Square Foot"
,"symbol":"W\/ft²"
,"type":"qudt:Unit"
,"ucum code":"W.[ft_i]-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-FT2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Watt Per Square Foot is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "10.7639104167097223083335055559",
"conversionMultiplier:SN" : 10.763910416709722,
"expression" : "$W/ft^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"symbol" : "W/ft²",
"ucumCode" : "W.[ft_i]-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Watt per Square Foot"
}, "Watt per Square Foot" ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-GM
URI: http://qudt.org/vocab/unit/W-PER-GM
SI derived unit watt divided by the SI derived unit gram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-GM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit watt divided by the SI derived unit gram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/MilliW-PER-MilliGM> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit watt divided by the SI derived unit gram" ; <http://qudt.org/schema/qudt/symbol> "W/g" ; <http://qudt.org/schema/qudt/ucumCode> "W.g-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Gramo"@es ; rdfs:label "Wat na Gram"@pl ; rdfs:label "Watt na Gram"@cs ; rdfs:label "Watt na Gram"@sl ; rdfs:label "Watt par Gramme"@fr ; rdfs:label "Watt pe Gram"@ro ; rdfs:label "Watt per Gram" ; rdfs:label "Watt per Gram"@en ; rdfs:label "Watt per Gram"@ms ; rdfs:label "Watt per Gram"@tr ; rdfs:label "Watt per Grammo"@it ; rdfs:label "Watt por Grama"@pt ; rdfs:label "Watt pro Gramm"@de ; rdfs:label "Wattium per Gramma"@la ; .
{"resource":"Watt per Gram"
,"qname":"unit:W-PER-GM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-GM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"SI derived unit watt divided by the SI derived unit gram"
,"description (plain text)":"SI derived unit watt divided by the SI derived unit gram"
,"exact match":"unit:MilliW-PER-MilliGM"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Gramo"
,"label":"Wat na Gram"
,"label":"Watt na Gram"
,"label":"Watt na Gram"
,"label":"Watt par Gramme"
,"label":"Watt pe Gram"
,"label":"Watt per Gram"
,"label":"Watt per Gram"
,"label":"Watt per Gram"
,"label":"Watt per Gram"
,"label":"Watt per Grammo"
,"label":"Watt por Grama"
,"label":"Watt pro Gramm"
,"label":"Wattium per Gramma"
,"symbol":"W\/g"
,"type":"qudt:Unit"
,"ucum code":"W.g-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-GM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit watt divided by the SI derived unit gram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"exactMatch" : "http://qudt.org/vocab/unit/MilliW-PER-MilliGM",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"plainTextDescription" : "SI derived unit watt divided by the SI derived unit gram",
"symbol" : "W/g",
"ucumCode" : "W.g-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "la",
"@value" : "Wattium per Gramma"
}, {
"@language" : "pt",
"@value" : "Watt por Grama"
}, {
"@language" : "pl",
"@value" : "Wat na Gram"
}, {
"@language" : "fr",
"@value" : "Watt par Gramme"
}, {
"@language" : "cs",
"@value" : "Watt na Gram"
}, {
"@language" : "sl",
"@value" : "Watt na Gram"
}, "Watt per Gram", {
"@language" : "en",
"@value" : "Watt per Gram"
}, {
"@language" : "ms",
"@value" : "Watt per Gram"
}, {
"@language" : "tr",
"@value" : "Watt per Gram"
}, {
"@language" : "es",
"@value" : "Vatio por Gramo"
}, {
"@language" : "ro",
"@value" : "Watt pe Gram"
}, {
"@language" : "de",
"@value" : "Watt pro Gramm"
}, {
"@language" : "it",
"@value" : "Watt per Grammo"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-IN2
URI: http://qudt.org/vocab/unit/W-PER-IN2
Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/W-PER-IN2>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1550.0031000062000124000248000496 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.5500031000062000124000248000496E3 ;
<http://qudt.org/schema/qudt/expression> "$W/in^{2}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB225" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB225"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "W/in²" ;
<http://qudt.org/schema/qudt/ucumCode> "W.[in_i]-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "N49" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Watt per Square Inch" ;
rdfs:label "Watt per Square Inch"@en ;
.
{"resource":"Watt per Square Inch"
,"qname":"unit:W-PER-IN2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-IN2"
,"properties":["applicable system":"sou:USCS"
,"conversion multiplier":"1550.0031000062000124000248000496"
,"conversion multiplier scientific":"1.5500031000062000124000248000496E3"
,"description":"Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface."
,"expression":"$W\/in^{2}$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB225"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB225"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Watt per Square Inch"
,"label":"Watt per Square Inch"
,"symbol":"W\/in²"
,"type":"qudt:Unit"
,"ucum code":"W.[in_i]-2"
,"unece common code":"N49"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-IN2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Watt Per Square Inch is a unit of heat flux or thermal flux, the rate of heat energy transfer through a given surface.",
"applicableSystem" : "http://qudt.org/vocab/sou/USCS",
"conversionMultiplier" : "1550.0031000062000124000248000496",
"conversionMultiplier:SN" : 1550.0031000062,
"expression" : "$W/in^{2}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerArea",
"iec61360Code" : "0112/2///62720#UAB225",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB225",
"symbol" : "W/in²",
"ucumCode" : "W.[in_i]-2",
"uneceCommonCode" : "N49",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Watt per Square Inch", {
"@language" : "en",
"@value" : "Watt per Square Inch"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-K
URI: http://qudt.org/vocab/unit/W-PER-K
Watt Per Kelvin ($W/K$) is a unit in the category of Thermal conductivity.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-K> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Watt Per Kelvin ($W/K$) is a unit in the category of Thermal conductivity."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$w-per-K$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductance> ; <http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/K-PER-W> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA307" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA307"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "W/K" ; <http://qudt.org/schema/qudt/ucumCode> "W.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D52" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q81663366> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Kelvin"@es ; rdfs:label "Wat na Kelwin"@pl ; rdfs:label "Watt na Kelvin"@cs ; rdfs:label "Watt na Kelvin"@sl ; rdfs:label "Watt par Kelvin"@fr ; rdfs:label "Watt pe Kelvin"@ro ; rdfs:label "Watt per Kelvin" ; rdfs:label "Watt per Kelvin"@en ; rdfs:label "Watt per Kelvin"@it ; rdfs:label "Watt per Kelvin"@ms ; rdfs:label "Watt per Kelvin"@tr ; rdfs:label "Watt por Kelvin"@pt ; rdfs:label "Watt pro Kelvin"@de ; rdfs:label "Wattium per Kelvin"@la ; rdfs:label "Βατ ανά Κέλβιν"@el ; rdfs:label "Ват на Келвин"@bg ; rdfs:label "Ватт на Кельвин"@ru ; .
{"resource":"Watt per Kelvin"
,"qname":"unit:W-PER-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q81663366>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Watt Per Kelvin ($W\/K$) is a unit in the category of Thermal conductivity."
,"expression":"$w-per-K$"
,"has dimension vector":"qkdv:A0E0L2I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductance"
,"has reciprocal unit":"unit:K-PER-W"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA307"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA307"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Kelvin"
,"label":"Wat na Kelwin"
,"label":"Watt na Kelvin"
,"label":"Watt na Kelvin"
,"label":"Watt par Kelvin"
,"label":"Watt pe Kelvin"
,"label":"Watt per Kelvin"
,"label":"Watt per Kelvin"
,"label":"Watt per Kelvin"
,"label":"Watt per Kelvin"
,"label":"Watt per Kelvin"
,"label":"Watt por Kelvin"
,"label":"Watt pro Kelvin"
,"label":"Wattium per Kelvin"
,"label":"Βατ ανά Κέλβιν"
,"label":"Ват на Келвин"
,"label":"Ватт на Кельвин"
,"symbol":"W\/K"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"W.K-1"
,"unece common code":"D52"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-K",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Watt Per Kelvin ($W/K$) is a unit in the category of Thermal conductivity.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$w-per-K$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductance",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/K-PER-W",
"iec61360Code" : "0112/2///62720#UAA307",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA307",
"symbol" : "W/K",
"ucumCode" : "W.K-1",
"uneceCommonCode" : "D52",
"wikidataMatch" : "http://www.wikidata.org/entity/Q81663366",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "cs",
"@value" : "Watt na Kelvin"
}, {
"@language" : "sl",
"@value" : "Watt na Kelvin"
}, {
"@language" : "bg",
"@value" : "Ват на Келвин"
}, {
"@language" : "fr",
"@value" : "Watt par Kelvin"
}, {
"@language" : "la",
"@value" : "Wattium per Kelvin"
}, {
"@language" : "es",
"@value" : "Vatio por Kelvin"
}, {
"@language" : "pl",
"@value" : "Wat na Kelwin"
}, {
"@language" : "ro",
"@value" : "Watt pe Kelvin"
}, {
"@language" : "el",
"@value" : "Βατ ανά Κέλβιν"
}, {
"@language" : "ru",
"@value" : "Ватт на Кельвин"
}, {
"@language" : "de",
"@value" : "Watt pro Kelvin"
}, "Watt per Kelvin", {
"@language" : "en",
"@value" : "Watt per Kelvin"
}, {
"@language" : "it",
"@value" : "Watt per Kelvin"
}, {
"@language" : "ms",
"@value" : "Watt per Kelvin"
}, {
"@language" : "tr",
"@value" : "Watt per Kelvin"
}, {
"@language" : "pt",
"@value" : "Watt por Kelvin"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-KiloGM
URI: http://qudt.org/vocab/unit/W-PER-KiloGM
SI derived unit watt divided by the SI base unit kilogram
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-KiloGM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit watt divided by the SI base unit kilogram"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AbsorbedDoseRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpecificPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA316" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA316"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit watt divided by the SI base unit kilogram" ; <http://qudt.org/schema/qudt/symbol> "W/kg" ; <http://qudt.org/schema/qudt/ucumCode> "W.kg-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "WA" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q67060736> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Kilogramo"@es ; rdfs:label "Wat na Kilogram"@pl ; rdfs:label "Watt na Kilogram"@cs ; rdfs:label "Watt na Kilogram"@sl ; rdfs:label "Watt par Kilogramme"@fr ; rdfs:label "Watt pe Kilogram"@ro ; rdfs:label "Watt per Chilogrammo"@it ; rdfs:label "Watt per Kilogram" ; rdfs:label "Watt per Kilogram"@en ; rdfs:label "Watt per Kilogram"@ms ; rdfs:label "Watt per Kilogram"@tr ; rdfs:label "Watt por Quilograma"@pt ; rdfs:label "Watt pro Kilogramm"@de ; rdfs:label "Wattium per Chiliogramma"@la ; rdfs:label "Βατ ανά Χιλιόγραμμο"@el ; rdfs:label "Ват на Килограм"@bg ; rdfs:label "Ватт на Килограмм"@ru ; .
{"resource":"Watt per Kilogram"
,"qname":"unit:W-PER-KiloGM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-KiloGM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q67060736>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit watt divided by the SI base unit kilogram"
,"description (plain text)":"SI derived unit watt divided by the SI base unit kilogram"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T-3D0"
,"has quantity kind":"quantitykind:AbsorbedDoseRate"
,"has quantity kind":"quantitykind:SpecificPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA316"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA316"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Kilogramo"
,"label":"Wat na Kilogram"
,"label":"Watt na Kilogram"
,"label":"Watt na Kilogram"
,"label":"Watt par Kilogramme"
,"label":"Watt pe Kilogram"
,"label":"Watt per Chilogrammo"
,"label":"Watt per Kilogram"
,"label":"Watt per Kilogram"
,"label":"Watt per Kilogram"
,"label":"Watt per Kilogram"
,"label":"Watt por Quilograma"
,"label":"Watt pro Kilogramm"
,"label":"Wattium per Chiliogramma"
,"label":"Βατ ανά Χιλιόγραμμο"
,"label":"Ват на Килограм"
,"label":"Ватт на Килограмм"
,"symbol":"W\/kg"
,"type":"qudt:Unit"
,"ucum code":"W.kg-1"
,"unece common code":"WA"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-KiloGM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit watt divided by the SI base unit kilogram",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/AbsorbedDoseRate", "http://qudt.org/vocab/quantitykind/SpecificPower" ],
"iec61360Code" : "0112/2///62720#UAA316",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA316",
"plainTextDescription" : "SI derived unit watt divided by the SI base unit kilogram",
"symbol" : "W/kg",
"ucumCode" : "W.kg-1",
"uneceCommonCode" : "WA",
"wikidataMatch" : "http://www.wikidata.org/entity/Q67060736",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Watt per Kilogram", {
"@language" : "en",
"@value" : "Watt per Kilogram"
}, {
"@language" : "ms",
"@value" : "Watt per Kilogram"
}, {
"@language" : "tr",
"@value" : "Watt per Kilogram"
}, {
"@language" : "fr",
"@value" : "Watt par Kilogramme"
}, {
"@language" : "pt",
"@value" : "Watt por Quilograma"
}, {
"@language" : "it",
"@value" : "Watt per Chilogrammo"
}, {
"@language" : "es",
"@value" : "Vatio por Kilogramo"
}, {
"@language" : "ru",
"@value" : "Ватт на Килограмм"
}, {
"@language" : "la",
"@value" : "Wattium per Chiliogramma"
}, {
"@language" : "de",
"@value" : "Watt pro Kilogramm"
}, {
"@language" : "cs",
"@value" : "Watt na Kilogram"
}, {
"@language" : "sl",
"@value" : "Watt na Kilogram"
}, {
"@language" : "ro",
"@value" : "Watt pe Kilogram"
}, {
"@language" : "bg",
"@value" : "Ват на Килограм"
}, {
"@language" : "el",
"@value" : "Βατ ανά Χιλιόγραμμο"
}, {
"@language" : "pl",
"@value" : "Wat na Kilogram"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M
URI: http://qudt.org/vocab/unit/W-PER-M
SI derived unit watt divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit watt divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LineicPower> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB374" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB374"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "W/m" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H74" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q96192470> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Metro"@es ; rdfs:label "Wat na Metr"@pl ; rdfs:label "Watt na Meter"@sl ; rdfs:label "Watt na Metr"@cs ; rdfs:label "Watt par Mètre"@fr ; rdfs:label "Watt pe Metru"@ro ; rdfs:label "Watt per Meter"@en-US ; rdfs:label "Watt per Meter"@ms ; rdfs:label "Watt per Metre" ; rdfs:label "Watt per Metre"@en ; rdfs:label "Watt per Metre"@tr ; rdfs:label "Watt per Metro"@it ; rdfs:label "Watt por Metro"@pt ; rdfs:label "Watt pro Meter"@de ; rdfs:label "Wattium per Metrum"@la ; rdfs:label "Βατ ανά Μέτρο"@el ; rdfs:label "Ват на Метър"@bg ; rdfs:label "Ватт на Метр"@ru ; .
{"resource":"Watt per Metre"
,"qname":"unit:W-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q96192470>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit watt divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E0L1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:LineicPower"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB374"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB374"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro"
,"label":"Wat na Metr"
,"label":"Watt na Meter"
,"label":"Watt na Metr"
,"label":"Watt par Mètre"
,"label":"Watt pe Metru"
,"label":"Watt per Meter"
,"label":"Watt per Meter"
,"label":"Watt per Metre"
,"label":"Watt per Metre"
,"label":"Watt per Metre"
,"label":"Watt per Metro"
,"label":"Watt por Metro"
,"label":"Watt pro Meter"
,"label":"Wattium per Metrum"
,"label":"Βατ ανά Μέτρο"
,"label":"Ват на Метър"
,"label":"Ватт на Метр"
,"symbol":"W\/m"
,"type":"qudt:Unit"
,"ucum code":"W.m-1"
,"unece common code":"H74"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit watt divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LineicPower",
"iec61360Code" : "0112/2///62720#UAB374",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB374",
"symbol" : "W/m",
"ucumCode" : "W.m-1",
"uneceCommonCode" : "H74",
"wikidataMatch" : "http://www.wikidata.org/entity/Q96192470",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ro",
"@value" : "Watt pe Metru"
}, {
"@language" : "it",
"@value" : "Watt per Metro"
}, {
"@language" : "cs",
"@value" : "Watt na Metr"
}, {
"@language" : "en-us",
"@value" : "Watt per Meter"
}, {
"@language" : "pt",
"@value" : "Watt por Metro"
}, {
"@language" : "ms",
"@value" : "Watt per Meter"
}, {
"@language" : "la",
"@value" : "Wattium per Metrum"
}, {
"@language" : "el",
"@value" : "Βατ ανά Μέτρο"
}, {
"@language" : "ru",
"@value" : "Ватт на Метр"
}, "Watt per Metre", {
"@language" : "es",
"@value" : "Vatio por Metro"
}, {
"@language" : "pl",
"@value" : "Wat na Metr"
}, {
"@language" : "en",
"@value" : "Watt per Metre"
}, {
"@language" : "tr",
"@value" : "Watt per Metre"
}, {
"@language" : "bg",
"@value" : "Ват на Метър"
}, {
"@language" : "de",
"@value" : "Watt pro Meter"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre"
}, {
"@language" : "sl",
"@value" : "Watt na Meter"
} ],
"@context" : {
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M-DEG_C
URI: http://qudt.org/vocab/unit/W-PER-M-DEG_C
SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M-DEG_C> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius" ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB457" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB457"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "W/(m·°C)" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-1.Cel-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "N80" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Metro Grado Celsius"@es ; rdfs:label "Wat na Metr Stopień Celsjusza"@pl ; rdfs:label "Watt na Meter Stopinja Celzija"@sl ; rdfs:label "Watt na Metr Stupně Celsia"@cs ; rdfs:label "Watt par Mètre Degré Celsius"@fr ; rdfs:label "Watt pe Metru Grad Celsius"@ro ; rdfs:label "Watt per Meter Darjah Celsius"@ms ; rdfs:label "Watt per Meter Degree Celsius"@en-US ; rdfs:label "Watt per Metre Celsius"@tr ; rdfs:label "Watt per Metre Degree Celsius" ; rdfs:label "Watt per Metre Degree Celsius"@en ; rdfs:label "Watt per Metro Grado Celsius"@it ; rdfs:label "Watt por Metro Grau Celsius"@pt ; rdfs:label "Watt pro Meter Grad Celsius"@de ; rdfs:label "Wattium per Metrum Gradus Celsii"@la ; rdfs:label "Βατ ανά Μέτρο Βαθμός Κελσίου"@el ; rdfs:label "Ват на Метър Градус Целзий"@bg ; rdfs:label "Ватт на Метр Градус Цельсия"@ru ; .
{"resource":"Watt per Metre Degree Celsius"
,"qname":"unit:W-PER-M-DEG_C"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M-DEG_C"
,"properties":["conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB457"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB457"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Grado Celsius"
,"label":"Wat na Metr Stopień Celsjusza"
,"label":"Watt na Meter Stopinja Celzija"
,"label":"Watt na Metr Stupně Celsia"
,"label":"Watt par Mètre Degré Celsius"
,"label":"Watt pe Metru Grad Celsius"
,"label":"Watt per Meter Darjah Celsius"
,"label":"Watt per Meter Degree Celsius"
,"label":"Watt per Metre Celsius"
,"label":"Watt per Metre Degree Celsius"
,"label":"Watt per Metre Degree Celsius"
,"label":"Watt per Metro Grado Celsius"
,"label":"Watt por Metro Grau Celsius"
,"label":"Watt pro Meter Grad Celsius"
,"label":"Wattium per Metrum Gradus Celsii"
,"label":"Βατ ανά Μέτρο Βαθμός Κελσίου"
,"label":"Ват на Метър Градус Целзий"
,"label":"Ватт на Метр Градус Цельсия"
,"symbol":"W\/(m·°C)"
,"type":"qudt:Unit"
,"ucum code":"W.m-1.Cel-1"
,"unece common code":"N80"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M-DEG_C",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit watt divided by the product of the SI base unit metre and the unit for temperature degree Celsius",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"iec61360Code" : "0112/2///62720#UAB457",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB457",
"symbol" : "W/(m·°C)",
"ucumCode" : "W.m-1.Cel-1",
"uneceCommonCode" : "N80",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ru",
"@value" : "Ватт на Метр Градус Цельсия"
}, {
"@language" : "bg",
"@value" : "Ват на Метър Градус Целзий"
}, {
"@language" : "de",
"@value" : "Watt pro Meter Grad Celsius"
}, {
"@language" : "el",
"@value" : "Βατ ανά Μέτρο Βαθμός Κελσίου"
}, {
"@language" : "en-us",
"@value" : "Watt per Meter Degree Celsius"
}, "Watt per Metre Degree Celsius", {
"@language" : "en",
"@value" : "Watt per Metre Degree Celsius"
}, {
"@language" : "sl",
"@value" : "Watt na Meter Stopinja Celzija"
}, {
"@language" : "cs",
"@value" : "Watt na Metr Stupně Celsia"
}, {
"@language" : "tr",
"@value" : "Watt per Metre Celsius"
}, {
"@language" : "it",
"@value" : "Watt per Metro Grado Celsius"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Stopień Celsjusza"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Grad Celsius"
}, {
"@language" : "pt",
"@value" : "Watt por Metro Grau Celsius"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Darjah Celsius"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Degré Celsius"
}, {
"@language" : "es",
"@value" : "Vatio por Metro Grado Celsius"
}, {
"@language" : "la",
"@value" : "Wattium per Metrum Gradus Celsii"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M-K
URI: http://qudt.org/vocab/unit/W-PER-M-K
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/W-PER-M-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$W-per-MK$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ThermalConductivity> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/K-M-PER-W> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M-K-PER-W> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA309" ;
<http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Thermal_conductivity"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA309"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/latexSymbol> "$W \\cdot m^{-1} \\cdot K^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/symbol> "W/(m·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "W.m-1.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D53" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1463969> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Vatio por Metro Kelvin"@es ;
rdfs:label "Wat na Metr Kelwin"@pl ;
rdfs:label "Watt na Meter Kelvin"@sl ;
rdfs:label "Watt na Metr Kelvin"@cs ;
rdfs:label "Watt par Mètre Kelvin"@fr ;
rdfs:label "Watt pe Metru Kelvin"@ro ;
rdfs:label "Watt per Meter Kelvin"@en-US ;
rdfs:label "Watt per Meter Kelvin"@ms ;
rdfs:label "Watt per Metre Kelvin" ;
rdfs:label "Watt per Metre Kelvin"@en ;
rdfs:label "Watt per Metre Kelvin"@tr ;
rdfs:label "Watt per Metro Kelvin"@it ;
rdfs:label "Watt por Metro Kelvin"@pt ;
rdfs:label "Watt pro Meter Kelvin"@de ;
rdfs:label "Wattium per Metrum Kelvin"@la ;
rdfs:label "Βατ ανά Μέτρο Κέλβιν"@el ;
rdfs:label "Ват на Метър Келвин"@bg ;
rdfs:label "Ватт на Метр Кельвин"@ru ;
.
{"resource":"Watt per Metre Kelvin"
,"qname":"unit:W-PER-M-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1463969>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"expression":"$W-per-MK$"
,"has dimension vector":"qkdv:A0E0L1I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:ThermalConductivity"
,"has reciprocal unit":"unit:K-M-PER-W"
,"has reciprocal unit":"unit:M-K-PER-W"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA309"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Thermal_conductivity"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA309"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Kelvin"
,"label":"Wat na Metr Kelwin"
,"label":"Watt na Meter Kelvin"
,"label":"Watt na Metr Kelvin"
,"label":"Watt par Mètre Kelvin"
,"label":"Watt pe Metru Kelvin"
,"label":"Watt per Meter Kelvin"
,"label":"Watt per Meter Kelvin"
,"label":"Watt per Metre Kelvin"
,"label":"Watt per Metre Kelvin"
,"label":"Watt per Metre Kelvin"
,"label":"Watt per Metro Kelvin"
,"label":"Watt por Metro Kelvin"
,"label":"Watt pro Meter Kelvin"
,"label":"Wattium per Metrum Kelvin"
,"label":"Βατ ανά Μέτρο Κέλβιν"
,"label":"Ват на Метър Келвин"
,"label":"Ватт на Метр Кельвин"
,"latex symbol":"$W \\cdot m^{-1} \\cdot K^{-1}$"
,"symbol":"W\/(m·K)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"W.m-1.K-1"
,"unece common code":"D53"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M-K",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$W-per-MK$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ThermalConductivity",
"hasReciprocalUnit" : [ "http://qudt.org/vocab/unit/K-M-PER-W", "http://qudt.org/vocab/unit/M-K-PER-W" ],
"iec61360Code" : "0112/2///62720#UAA309",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Thermal_conductivity", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA309" ],
"latexSymbol" : "$W \\cdot m^{-1} \\cdot K^{-1}$",
"symbol" : "W/(m·K)",
"ucumCode" : "W.m-1.K-1",
"uneceCommonCode" : "D53",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1463969",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Watt na Meter Kelvin"
}, {
"@language" : "el",
"@value" : "Βατ ανά Μέτρο Κέλβιν"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Kelvin"
}, {
"@language" : "cs",
"@value" : "Watt na Metr Kelvin"
}, {
"@language" : "en-us",
"@value" : "Watt per Meter Kelvin"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Kelvin"
}, {
"@language" : "de",
"@value" : "Watt pro Meter Kelvin"
}, {
"@language" : "pt",
"@value" : "Watt por Metro Kelvin"
}, {
"@language" : "la",
"@value" : "Wattium per Metrum Kelvin"
}, {
"@language" : "ru",
"@value" : "Ватт на Метр Кельвин"
}, {
"@language" : "it",
"@value" : "Watt per Metro Kelvin"
}, {
"@language" : "bg",
"@value" : "Ват на Метър Келвин"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Kelvin"
}, {
"@language" : "es",
"@value" : "Vatio por Metro Kelvin"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Kelwin"
}, {
"@language" : "tr",
"@value" : "Watt per Metre Kelvin"
}, "Watt per Metre Kelvin", {
"@language" : "en",
"@value" : "Watt per Metre Kelvin"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"latexSymbol" : {
"@id" : "http://qudt.org/schema/qudt/latexSymbol",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2
URI: http://qudt.org/vocab/unit/W-PER-M2
"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter ($W/m^2$) has a dimension of $MT^{-3"$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/W-PER-M2>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "\"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter ($W/m^2$) has a dimension of $MT^{-3\"$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$W/m^2$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerArea> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PoyntingVector> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-PER-W> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA310" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--energy_flux--watt_per_square_meter.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA310"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "W/m²" ;
<http://qudt.org/schema/qudt/ucumCode> "W.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D54" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3566737> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Vatio por Metro Cuadrado"@es ;
rdfs:label "Wat na Metr Kwadratowy"@pl ;
rdfs:label "Watt na Kvadratni Meter"@sl ;
rdfs:label "Watt na Čtvereční Metr"@cs ;
rdfs:label "Watt par Mètre Carré"@fr ;
rdfs:label "Watt pe Metru Pătrat"@ro ;
rdfs:label "Watt per Meter Persegi"@ms ;
rdfs:label "Watt per Metrekare"@tr ;
rdfs:label "Watt per Metro Quadrato"@it ;
rdfs:label "Watt per Square Meter"@en-US ;
rdfs:label "Watt per Square Metre" ;
rdfs:label "Watt per Square Metre"@en ;
rdfs:label "Watt por Metro Quadrado"@pt ;
rdfs:label "Watt pro Quadratmeter"@de ;
rdfs:label "Wattium per Metrum Quadratum"@la ;
rdfs:label "Βατ ανά Τετραγωνικό Μέτρο"@el ;
rdfs:label "Ват на Квадратен Метър"@bg ;
rdfs:label "Ватт на Квадратный Метр"@ru ;
rdfs:label "وات بر مترمربع"@fa ;
rdfs:label "واط في المتر المربع"@ar ;
rdfs:label "वाट प्रति वर्ग मीटर"@hi ;
rdfs:label "ワット毎平方メートル"@ja ;
rdfs:label "瓦特每平方米"@zh ;
.
{"resource":"Watt per Square Metre"
,"qname":"unit:W-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3566737>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt\/square meter, watt\/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter ($W\/m^2$) has a dimension of $MT^{-3\"$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category."
,"expression":"$W\/m^2$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerPerArea"
,"has quantity kind":"quantitykind:PoyntingVector"
,"has reciprocal unit":"unit:M2-PER-W"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA310"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--energy_flux--watt_per_square_meter.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA310"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cuadrado"
,"label":"Wat na Metr Kwadratowy"
,"label":"Watt na Kvadratni Meter"
,"label":"Watt na Čtvereční Metr"
,"label":"Watt par Mètre Carré"
,"label":"Watt pe Metru Pătrat"
,"label":"Watt per Meter Persegi"
,"label":"Watt per Metrekare"
,"label":"Watt per Metro Quadrato"
,"label":"Watt per Square Meter"
,"label":"Watt per Square Metre"
,"label":"Watt per Square Metre"
,"label":"Watt por Metro Quadrado"
,"label":"Watt pro Quadratmeter"
,"label":"Wattium per Metrum Quadratum"
,"label":"Βατ ανά Τετραγωνικό Μέτρο"
,"label":"Ват на Квадратен Метър"
,"label":"Ватт на Квадратный Метр"
,"label":"وات بر مترمربع"
,"label":"واط في المتر المربع"
,"label":"वाट प्रति वर्ग मीटर"
,"label":"ワット毎平方メートル"
,"label":"瓦特每平方米"
,"symbol":"W\/m²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"W.m-2"
,"unece common code":"D54"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\"Watt per Square Meter} is a unit of irradiance defined as the power received per area. This is a unit in the category of Energy flux. It is also known as watts per square meter, watt per square metre, watts per square metre, watt/square meter, watt/square metre. This unit is commonly used in the SI unit system. Watt Per Square Meter ($W/m^2$) has a dimension of $MT^{-3\"$ where $M$ is mass, and $T$ is time. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$W/m^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PowerPerArea", "http://qudt.org/vocab/quantitykind/PoyntingVector" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-PER-W",
"iec61360Code" : "0112/2///62720#UAA310",
"informativeReference" : [ "http://www.efunda.com/glossary/units/units--energy_flux--watt_per_square_meter.cfm", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA310" ],
"symbol" : "W/m²",
"ucumCode" : "W.m-2",
"uneceCommonCode" : "D54",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3566737",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ja",
"@value" : "ワット毎平方メートル"
}, {
"@language" : "bg",
"@value" : "Ват на Квадратен Метър"
}, {
"@language" : "it",
"@value" : "Watt per Metro Quadrato"
}, {
"@language" : "zh",
"@value" : "瓦特每平方米"
}, {
"@language" : "pt",
"@value" : "Watt por Metro Quadrado"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Metr"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Carré"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Pătrat"
}, {
"@language" : "ar",
"@value" : "واط في المتر المربع"
}, {
"@language" : "en-us",
"@value" : "Watt per Square Meter"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Persegi"
}, {
"@language" : "sl",
"@value" : "Watt na Kvadratni Meter"
}, "Watt per Square Metre", {
"@language" : "hi",
"@value" : "वाट प्रति वर्ग मीटर"
}, {
"@language" : "en",
"@value" : "Watt per Square Metre"
}, {
"@language" : "es",
"@value" : "Vatio por Metro Cuadrado"
}, {
"@language" : "ru",
"@value" : "Ватт на Квадратный Метр"
}, {
"@language" : "el",
"@value" : "Βατ ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "tr",
"@value" : "Watt per Metrekare"
}, {
"@language" : "fa",
"@value" : "وات بر مترمربع"
}, {
"@language" : "la",
"@value" : "Wattium per Metrum Quadratum"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Kwadratowy"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2-K
URI: http://qudt.org/vocab/unit/W-PER-M2-K
The unit $\textit{Watt Per Square Meter Kelvin }$ ($W m^{-2} K^{-1}$) is a unit in the category of Thermal heat transfer coefficient. It is also known as $\textit{watt/square meter-kelvin}$. This unit is commonly used in the SI unit system. $\textit{Watt Per Square Meter Kelvin }$ has a dimension of $MT^{-1}Q^{-1}$ where $M$ is mass, $T$ is time, and $Q$ is temperature. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/W-PER-M2-K>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """
The unit $\\textit{Watt Per Square Meter Kelvin }$ ($W m^{-2} K^{-1}$) is a unit in the category of Thermal heat transfer coefficient.
It is also known as $\\textit{watt/square meter-kelvin}$.
This unit is commonly used in the SI unit system.
$\\textit{Watt Per Square Meter Kelvin }$ has a dimension of $MT^{-1}Q^{-1}$ where $M$ is mass, $T$ is time, and $Q$ is temperature.
This unit is the standard SI unit in this category.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$W/(m^{2}-K)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/CombinedNonEvaporativeHeatTransferCoefficient> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SurfaceCoefficientOfHeatTransfer> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/M2-K-PER-W> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA311" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA311"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "W/(m²·K)" ;
<http://qudt.org/schema/qudt/ucumCode> "W.m-2.K-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D55" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q3566738> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Vatio por Metro Cuadrado Kelvin"@es ;
rdfs:label "Wat na Metr Kwadratowy Kelwin"@pl ;
rdfs:label "Watt na Kvadratni Meter Kelvin"@sl ;
rdfs:label "Watt na Čtvereční Metr Kelvin"@cs ;
rdfs:label "Watt par Mètre Carré Kelvin"@fr ;
rdfs:label "Watt pe Metru Pătrat Kelvin"@ro ;
rdfs:label "Watt per Meter Persegi Kelvin"@ms ;
rdfs:label "Watt per Metrekare Kelvin"@tr ;
rdfs:label "Watt per Metro Quadrato Kelvin"@it ;
rdfs:label "Watt per Square Meter Kelvin"@en-US ;
rdfs:label "Watt per Square Metre Kelvin" ;
rdfs:label "Watt per Square Metre Kelvin"@en ;
rdfs:label "Watt por Metro Quadrado Kelvin"@pt ;
rdfs:label "Watt pro Quadratmeter Kelvin"@de ;
rdfs:label "Wattium per Metrum Quadratum Kelvin"@la ;
rdfs:label "Βατ ανά Τετραγωνικό Μέτρο Κέλβιν"@el ;
rdfs:label "Ват на Квадратен Метър Келвин"@bg ;
rdfs:label "Ватт на Квадратный Метр Кельвин"@ru ;
.
{"resource":"Watt per Square Metre Kelvin"
,"qname":"unit:W-PER-M2-K"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2-K"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q3566738>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"\n The unit $\\textit{Watt Per Square Meter Kelvin }$ ($W m^{-2} K^{-1}$) is a unit in the category of Thermal heat transfer coefficient. \n It is also known as $\\textit{watt\/square meter-kelvin}$. \n This unit is commonly used in the SI unit system. \n $\\textit{Watt Per Square Meter Kelvin }$ has a dimension of $MT^{-1}Q^{-1}$ where $M$ is mass, $T$ is time, and $Q$ is temperature. \n This unit is the standard SI unit in this category.\n "
,"expression":"$W\/(m^{2}-K)$"
,"has dimension vector":"qkdv:A0E0L0I0M1H-1T-3D0"
,"has quantity kind":"quantitykind:CoefficientOfHeatTransfer"
,"has quantity kind":"quantitykind:CombinedNonEvaporativeHeatTransferCoefficient"
,"has quantity kind":"quantitykind:SurfaceCoefficientOfHeatTransfer"
,"has reciprocal unit":"unit:M2-K-PER-W"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA311"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA311"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cuadrado Kelvin"
,"label":"Wat na Metr Kwadratowy Kelwin"
,"label":"Watt na Kvadratni Meter Kelvin"
,"label":"Watt na Čtvereční Metr Kelvin"
,"label":"Watt par Mètre Carré Kelvin"
,"label":"Watt pe Metru Pătrat Kelvin"
,"label":"Watt per Meter Persegi Kelvin"
,"label":"Watt per Metrekare Kelvin"
,"label":"Watt per Metro Quadrato Kelvin"
,"label":"Watt per Square Meter Kelvin"
,"label":"Watt per Square Metre Kelvin"
,"label":"Watt per Square Metre Kelvin"
,"label":"Watt por Metro Quadrado Kelvin"
,"label":"Watt pro Quadratmeter Kelvin"
,"label":"Wattium per Metrum Quadratum Kelvin"
,"label":"Βατ ανά Τετραγωνικό Μέτρο Κέλβιν"
,"label":"Ват на Квадратен Метър Келвин"
,"label":"Ватт на Квадратный Метр Кельвин"
,"symbol":"W\/(m²·K)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"W.m-2.K-1"
,"unece common code":"D55"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2-K",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "\n The unit $\\textit{Watt Per Square Meter Kelvin }$ ($W m^{-2} K^{-1}$) is a unit in the category of Thermal heat transfer coefficient. \n It is also known as $\\textit{watt/square meter-kelvin}$. \n This unit is commonly used in the SI unit system. \n $\\textit{Watt Per Square Meter Kelvin }$ has a dimension of $MT^{-1}Q^{-1}$ where $M$ is mass, $T$ is time, and $Q$ is temperature. \n This unit is the standard SI unit in this category.\n ",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$W/(m^{2}-K)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-1T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/SurfaceCoefficientOfHeatTransfer", "http://qudt.org/vocab/quantitykind/CombinedNonEvaporativeHeatTransferCoefficient", "http://qudt.org/vocab/quantitykind/CoefficientOfHeatTransfer" ],
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/M2-K-PER-W",
"iec61360Code" : "0112/2///62720#UAA311",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA311",
"symbol" : "W/(m²·K)",
"ucumCode" : "W.m-2.K-1",
"uneceCommonCode" : "D55",
"wikidataMatch" : "http://www.wikidata.org/entity/Q3566738",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "sl",
"@value" : "Watt na Kvadratni Meter Kelvin"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter Kelvin"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Pătrat Kelvin"
}, {
"@language" : "tr",
"@value" : "Watt per Metrekare Kelvin"
}, {
"@language" : "it",
"@value" : "Watt per Metro Quadrato Kelvin"
}, {
"@language" : "bg",
"@value" : "Ват на Квадратен Метър Келвин"
}, {
"@language" : "el",
"@value" : "Βατ ανά Τετραγωνικό Μέτρο Κέλβιν"
}, {
"@language" : "ru",
"@value" : "Ватт на Квадратный Метр Кельвин"
}, "Watt per Square Metre Kelvin", {
"@language" : "en",
"@value" : "Watt per Square Metre Kelvin"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Metr Kelvin"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Persegi Kelvin"
}, {
"@language" : "la",
"@value" : "Wattium per Metrum Quadratum Kelvin"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Carré Kelvin"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Kwadratowy Kelwin"
}, {
"@language" : "pt",
"@value" : "Watt por Metro Quadrado Kelvin"
}, {
"@language" : "en-us",
"@value" : "Watt per Square Meter Kelvin"
}, {
"@language" : "es",
"@value" : "Vatio por Metro Cuadrado Kelvin"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2-K4
URI: http://qudt.org/vocab/unit/W-PER-M2-K4
Watt Per Square Meter Per Quartic Kelvin ($W/m2\cdotK4)$ is a unit in the category of light.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M2-K4> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Watt Per Square Meter Per Quartic Kelvin ($W/m2\\cdotK4)$ is a unit in the category of light."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$W/(m^2.K^4)$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-4T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerAreaQuarticTemperature> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB175" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB175"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "W/(m²·K⁴)" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-2.K-4"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D56" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q21395834> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Watt per Square Meter Quartic Kelvin"@en-US ; rdfs:label "Watt per Square Metre Quartic Kelvin" ; rdfs:label "Watt per Square Metre Quartic Kelvin"@en ; rdfs:label "Watt pro Quadratmeter Kelvin hoch vier"@de ; .
{"resource":"Watt per Square Metre Quartic Kelvin"
,"qname":"unit:W-PER-M2-K4"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2-K4"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q21395834>"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Watt Per Square Meter Per Quartic Kelvin ($W\/m2\\cdotK4)$ is a unit in the category of light."
,"expression":"$W\/(m^2.K^4)$"
,"has dimension vector":"qkdv:A0E0L0I0M1H-4T-3D0"
,"has quantity kind":"quantitykind:PowerPerAreaQuarticTemperature"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB175"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB175"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Watt per Square Meter Quartic Kelvin"
,"label":"Watt per Square Metre Quartic Kelvin"
,"label":"Watt per Square Metre Quartic Kelvin"
,"label":"Watt pro Quadratmeter Kelvin hoch vier"
,"symbol":"W\/(m²·K\u2074)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"W.m-2.K-4"
,"unece common code":"D56"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2-K4",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "Watt Per Square Meter Per Quartic Kelvin ($W/m2\\cdotK4)$ is a unit in the category of light.",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$W/(m^2.K^4)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H-4T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/PowerPerAreaQuarticTemperature",
"iec61360Code" : "0112/2///62720#UAB175",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB175",
"symbol" : "W/(m²·K⁴)",
"ucumCode" : "W.m-2.K-4",
"uneceCommonCode" : "D56",
"wikidataMatch" : "http://www.wikidata.org/entity/Q21395834",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Watt per Square Meter Quartic Kelvin"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter Kelvin hoch vier"
}, "Watt per Square Metre Quartic Kelvin", {
"@language" : "en",
"@value" : "Watt per Square Metre Quartic Kelvin"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2-M
URI: http://qudt.org/vocab/unit/W-PER-M2-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M2-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "W/(m²·m)" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-2.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Metro Cuadrado Metro"@es ; rdfs:label "Wat na Metr Kwadratowy Metr"@pl ; rdfs:label "Watt na Kvadratni Meter Meter"@sl ; rdfs:label "Watt na Čtvereční Metr Metr"@cs ; rdfs:label "Watt par Mètre Carré Mètre"@fr ; rdfs:label "Watt pe Metru Pătrat Metru"@ro ; rdfs:label "Watt per Meter Persegi Meter"@ms ; rdfs:label "Watt per Metrekare Metre"@tr ; rdfs:label "Watt per Metro Quadrato Metro"@it ; rdfs:label "Watt per Square Meter Meter"@en-US ; rdfs:label "Watt per Square Metre Metre" ; rdfs:label "Watt per Square Metre Metre"@en ; rdfs:label "Watt por Metro Quadrado Metro"@pt ; rdfs:label "Watt pro Quadratmeter Meter"@de ; rdfs:label "Wattium per Metrum Quadratum Metrum"@la ; rdfs:label "Βατ ανά Τετραγωνικό Μέτρο Μέτρο"@el ; rdfs:label "Ват на Квадратен Метър Метър"@bg ; rdfs:label "Ватт на Квадратный Метр Метр"@ru ; .
{"resource":"Watt per Square Metre Metre"
,"qname":"unit:W-PER-M2-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2-M"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cuadrado Metro"
,"label":"Wat na Metr Kwadratowy Metr"
,"label":"Watt na Kvadratni Meter Meter"
,"label":"Watt na Čtvereční Metr Metr"
,"label":"Watt par Mètre Carré Mètre"
,"label":"Watt pe Metru Pătrat Metru"
,"label":"Watt per Meter Persegi Meter"
,"label":"Watt per Metrekare Metre"
,"label":"Watt per Metro Quadrato Metro"
,"label":"Watt per Square Meter Meter"
,"label":"Watt per Square Metre Metre"
,"label":"Watt per Square Metre Metre"
,"label":"Watt por Metro Quadrado Metro"
,"label":"Watt pro Quadratmeter Meter"
,"label":"Wattium per Metrum Quadratum Metrum"
,"label":"Βατ ανά Τετραγωνικό Μέτρο Μέτρο"
,"label":"Ват на Квадратен Метър Метър"
,"label":"Ватт на Квадратный Метр Метр"
,"symbol":"W\/(m²·m)"
,"type":"qudt:Unit"
,"ucum code":"W.m-2.m-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "W/(m²·m)",
"ucumCode" : "W.m-2.m-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Watt per Square Meter Meter"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter Meter"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Pătrat Metru"
}, {
"@language" : "sl",
"@value" : "Watt na Kvadratni Meter Meter"
}, {
"@language" : "es",
"@value" : "Vatio por Metro Cuadrado Metro"
}, "Watt per Square Metre Metre", {
"@language" : "en",
"@value" : "Watt per Square Metre Metre"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Metr Metr"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Kwadratowy Metr"
}, {
"@language" : "el",
"@value" : "Βατ ανά Τετραγωνικό Μέτρο Μέτρο"
}, {
"@language" : "la",
"@value" : "Wattium per Metrum Quadratum Metrum"
}, {
"@language" : "ru",
"@value" : "Ватт на Квадратный Метр Метр"
}, {
"@language" : "pt",
"@value" : "Watt por Metro Quadrado Metro"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Persegi Meter"
}, {
"@language" : "it",
"@value" : "Watt per Metro Quadrato Metro"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Carré Mètre"
}, {
"@language" : "bg",
"@value" : "Ват на Квадратен Метър Метър"
}, {
"@language" : "tr",
"@value" : "Watt per Metrekare Metre"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2-M-SR
URI: http://qudt.org/vocab/unit/W-PER-M2-M-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M2-M-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "W/(m²·m·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-2.m-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Metro Cuadrado Metro Estereorradián"@es ; rdfs:label "Wat na Metr Kwadratowy Metr Steradian"@pl ; rdfs:label "Watt na Kvadratni Meter Meter Steradian"@sl ; rdfs:label "Watt na Čtvereční Metr Metr Steradián"@cs ; rdfs:label "Watt par Mètre Carré Mètre Stéradian"@fr ; rdfs:label "Watt pe Metru Pătrat Metru Steradian"@ro ; rdfs:label "Watt per Meter Persegi Meter Steradian"@ms ; rdfs:label "Watt per Metrekare Metre Steradyan"@tr ; rdfs:label "Watt per Metro Quadrato Metro Steradiante"@it ; rdfs:label "Watt per Square Meter Meter Steradian"@en-US ; rdfs:label "Watt per Square Metre Metre Steradian" ; rdfs:label "Watt per Square Metre Metre Steradian"@en ; rdfs:label "Watt por Metro Quadrado Metro Esterradiano"@pt ; rdfs:label "Watt pro Quadratmeter Meter Steradiant"@de ; rdfs:label "Wattium per Metrum Quadratum Metrum Steradian"@la ; rdfs:label "Βατ ανά Τετραγωνικό Μέτρο Μέτρο Στερακτίνιο"@el ; rdfs:label "Ват на Квадратен Метър Метър Стерадиан"@bg ; rdfs:label "Ватт на Квадратный Метр Метр Стерадиан"@ru ; .
{"resource":"Watt per Square Metre Metre Steradian"
,"qname":"unit:W-PER-M2-M-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2-M-SR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cuadrado Metro Estereorradián"
,"label":"Wat na Metr Kwadratowy Metr Steradian"
,"label":"Watt na Kvadratni Meter Meter Steradian"
,"label":"Watt na Čtvereční Metr Metr Steradián"
,"label":"Watt par Mètre Carré Mètre Stéradian"
,"label":"Watt pe Metru Pătrat Metru Steradian"
,"label":"Watt per Meter Persegi Meter Steradian"
,"label":"Watt per Metrekare Metre Steradyan"
,"label":"Watt per Metro Quadrato Metro Steradiante"
,"label":"Watt per Square Meter Meter Steradian"
,"label":"Watt per Square Metre Metre Steradian"
,"label":"Watt per Square Metre Metre Steradian"
,"label":"Watt por Metro Quadrado Metro Esterradiano"
,"label":"Watt pro Quadratmeter Meter Steradiant"
,"label":"Wattium per Metrum Quadratum Metrum Steradian"
,"label":"Βατ ανά Τετραγωνικό Μέτρο Μέτρο Στερακτίνιο"
,"label":"Ват на Квадратен Метър Метър Стерадиан"
,"label":"Ватт на Квадратный Метр Метр Стерадиан"
,"symbol":"W\/(m²·m·sr)"
,"type":"qudt:Unit"
,"ucum code":"W.m-2.m-1.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2-M-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "W/(m²·m·sr)",
"ucumCode" : "W.m-2.m-1.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "it",
"@value" : "Watt per Metro Quadrato Metro Steradiante"
}, {
"@language" : "bg",
"@value" : "Ват на Квадратен Метър Метър Стерадиан"
}, {
"@language" : "tr",
"@value" : "Watt per Metrekare Metre Steradyan"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Persegi Meter Steradian"
}, {
"@language" : "es",
"@value" : "Vatio por Metro Cuadrado Metro Estereorradián"
}, "Watt per Square Metre Metre Steradian", {
"@language" : "en",
"@value" : "Watt per Square Metre Metre Steradian"
}, {
"@language" : "sl",
"@value" : "Watt na Kvadratni Meter Meter Steradian"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Carré Mètre Stéradian"
}, {
"@language" : "el",
"@value" : "Βατ ανά Τετραγωνικό Μέτρο Μέτρο Στερακτίνιο"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Kwadratowy Metr Steradian"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Pătrat Metru Steradian"
}, {
"@language" : "pt",
"@value" : "Watt por Metro Quadrado Metro Esterradiano"
}, {
"@language" : "en-us",
"@value" : "Watt per Square Meter Meter Steradian"
}, {
"@language" : "ru",
"@value" : "Ватт на Квадратный Метр Метр Стерадиан"
}, {
"@language" : "la",
"@value" : "Wattium per Metrum Quadratum Metrum Steradian"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Metr Metr Steradián"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter Meter Steradiant"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2-MicroM
URI: http://qudt.org/vocab/unit/W-PER-M2-MicroM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M2-MicroM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralRadiance> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of spectral radiance, which is the radiance per unit of wavelength. It is watts per square meter per micrometer" ; <http://qudt.org/schema/qudt/symbol> "W/(m²·μm)" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-2.um-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Metro Cuadrado Micrometro"@es ; rdfs:label "Wat na Metr Kwadratowy Micrometr"@pl ; rdfs:label "Watt na Kvadratni Meter Micrometer"@sl ; rdfs:label "Watt na Čtvereční Metr Micrometr"@cs ; rdfs:label "Watt par Mètre Carré Micromètre"@fr ; rdfs:label "Watt pe Metru Pătrat Micrometru"@ro ; rdfs:label "Watt per Meter Persegi Micrometer"@ms ; rdfs:label "Watt per Metrekare Micrometre"@tr ; rdfs:label "Watt per Metro Quadrato Micrometro"@it ; rdfs:label "Watt per Square Meter Micrometer"@en-US ; rdfs:label "Watt per Square Metre Micrometre" ; rdfs:label "Watt per Square Metre Micrometre"@en ; rdfs:label "Watt pro Quadratmeter Micrometer"@de ; rdfs:seeAlso <http://qudt.org/vocab/quantitykind/Radiance> ; .
{"resource":"Watt per Square Metre Micrometre"
,"qname":"unit:W-PER-M2-MicroM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2-MicroM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description (plain text)":"A unit of spectral radiance, which is the radiance per unit of wavelength. It is watts per square meter per micrometer"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:SpectralRadiance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cuadrado Micrometro"
,"label":"Wat na Metr Kwadratowy Micrometr"
,"label":"Watt na Kvadratni Meter Micrometer"
,"label":"Watt na Čtvereční Metr Micrometr"
,"label":"Watt par Mètre Carré Micromètre"
,"label":"Watt pe Metru Pătrat Micrometru"
,"label":"Watt per Meter Persegi Micrometer"
,"label":"Watt per Metrekare Micrometre"
,"label":"Watt per Metro Quadrato Micrometro"
,"label":"Watt per Square Meter Micrometer"
,"label":"Watt per Square Metre Micrometre"
,"label":"Watt per Square Metre Micrometre"
,"label":"Watt pro Quadratmeter Micrometer"
,"seeAlso":"quantitykind:Radiance"
,"symbol":"W\/(m²·μm)"
,"type":"qudt:Unit"
,"ucum code":"W.m-2.um-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2-MicroM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralRadiance",
"plainTextDescription" : "A unit of spectral radiance, which is the radiance per unit of wavelength. It is watts per square meter per micrometer",
"symbol" : "W/(m²·μm)",
"ucumCode" : "W.m-2.um-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Vatio por Metro Cuadrado Micrometro"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Persegi Micrometer"
}, {
"@language" : "tr",
"@value" : "Watt per Metrekare Micrometre"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Pătrat Micrometru"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter Micrometer"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Kwadratowy Micrometr"
}, "Watt per Square Metre Micrometre", {
"@language" : "en",
"@value" : "Watt per Square Metre Micrometre"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Metr Micrometr"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Carré Micromètre"
}, {
"@language" : "en-us",
"@value" : "Watt per Square Meter Micrometer"
}, {
"@language" : "it",
"@value" : "Watt per Metro Quadrato Micrometro"
}, {
"@language" : "sl",
"@value" : "Watt na Kvadratni Meter Micrometer"
} ],
"seeAlso" : "http://qudt.org/vocab/quantitykind/Radiance",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"seeAlso" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#seeAlso",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2-MicroM-SR
URI: http://qudt.org/vocab/unit/W-PER-M2-MicroM-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M2-MicroM-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralRadiance> ; <http://qudt.org/schema/qudt/plainTextDescription> "A unit of spectral radiance that is the power radiating from a surface per unit of solid angle per unit of wavelength, measured in units of watts per meter squared per micrometer per steradian" ; <http://qudt.org/schema/qudt/symbol> "W/(m²·μm·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-2.um-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Metro Cuadrado Micrometro Estereorradián"@es ; rdfs:label "Wat na Metr Kwadratowy Micrometr Steradian"@pl ; rdfs:label "Watt na Kvadratni Meter Micrometer Steradian"@sl ; rdfs:label "Watt na Čtvereční Metr Micrometr Steradián"@cs ; rdfs:label "Watt par Mètre Carré Micromètre Stéradian"@fr ; rdfs:label "Watt pe Metru Pătrat Micrometru Steradian"@ro ; rdfs:label "Watt per Meter Persegi Micrometer Steradian"@ms ; rdfs:label "Watt per Metrekare Micrometre Steradyan"@tr ; rdfs:label "Watt per Metro Quadrato Micrometro Steradiante"@it ; rdfs:label "Watt per Square Meter Micrometer Steradian"@en-US ; rdfs:label "Watt per Square Metre Micrometre Steradian" ; rdfs:label "Watt per Square Metre Micrometre Steradian"@en ; rdfs:label "Watt pro Quadratmeter Micrometer Steradiant"@de ; .
{"resource":"Watt per Square Metre Micrometre Steradian"
,"qname":"unit:W-PER-M2-MicroM-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2-MicroM-SR"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"1000000.0"
,"conversion multiplier scientific":"1.0E6"
,"description (plain text)":"A unit of spectral radiance that is the power radiating from a surface per unit of solid angle per unit of wavelength, measured in units of watts per meter squared per micrometer per steradian"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:SpectralRadiance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cuadrado Micrometro Estereorradián"
,"label":"Wat na Metr Kwadratowy Micrometr Steradian"
,"label":"Watt na Kvadratni Meter Micrometer Steradian"
,"label":"Watt na Čtvereční Metr Micrometr Steradián"
,"label":"Watt par Mètre Carré Micromètre Stéradian"
,"label":"Watt pe Metru Pătrat Micrometru Steradian"
,"label":"Watt per Meter Persegi Micrometer Steradian"
,"label":"Watt per Metrekare Micrometre Steradyan"
,"label":"Watt per Metro Quadrato Micrometro Steradiante"
,"label":"Watt per Square Meter Micrometer Steradian"
,"label":"Watt per Square Metre Micrometre Steradian"
,"label":"Watt per Square Metre Micrometre Steradian"
,"label":"Watt pro Quadratmeter Micrometer Steradiant"
,"symbol":"W\/(m²·μm·sr)"
,"type":"qudt:Unit"
,"ucum code":"W.m-2.um-1.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2-MicroM-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "1000000.0",
"conversionMultiplier:SN" : 1000000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralRadiance",
"plainTextDescription" : "A unit of spectral radiance that is the power radiating from a surface per unit of solid angle per unit of wavelength, measured in units of watts per meter squared per micrometer per steradian",
"symbol" : "W/(m²·μm·sr)",
"ucumCode" : "W.m-2.um-1.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Watt per Square Meter Micrometer Steradian"
}, {
"@language" : "sl",
"@value" : "Watt na Kvadratni Meter Micrometer Steradian"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Metr Micrometr Steradián"
}, {
"@language" : "tr",
"@value" : "Watt per Metrekare Micrometre Steradyan"
}, {
"@language" : "es",
"@value" : "Vatio por Metro Cuadrado Micrometro Estereorradián"
}, "Watt per Square Metre Micrometre Steradian", {
"@language" : "ro",
"@value" : "Watt pe Metru Pătrat Micrometru Steradian"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Kwadratowy Micrometr Steradian"
}, {
"@language" : "en",
"@value" : "Watt per Square Metre Micrometre Steradian"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter Micrometer Steradiant"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Persegi Micrometer Steradian"
}, {
"@language" : "it",
"@value" : "Watt per Metro Quadrato Micrometro Steradiante"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Carré Micromètre Stéradian"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2-NanoM
URI: http://qudt.org/vocab/unit/W-PER-M2-NanoM
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M2-NanoM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/symbol> "W/(m²·nm)" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-2.nm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Metro Cuadrado Nanometro"@es ; rdfs:label "Wat na Metr Kwadratowy Nanometr"@pl ; rdfs:label "Watt na Kvadratni Meter Nanometer"@sl ; rdfs:label "Watt na Čtvereční Metr Nanometr"@cs ; rdfs:label "Watt par Mètre Carré Nanomètre"@fr ; rdfs:label "Watt pe Metru Pătrat Nanometru"@ro ; rdfs:label "Watt per Meter Persegi Nanometer"@ms ; rdfs:label "Watt per Metrekare Nanometre"@tr ; rdfs:label "Watt per Metro Quadrato Nanometro"@it ; rdfs:label "Watt per Square Meter Nanometer"@en-US ; rdfs:label "Watt per Square Metre Nanometre" ; rdfs:label "Watt per Square Metre Nanometre"@en ; rdfs:label "Watt pro Quadratmeter Nanometer"@de ; .
{"resource":"Watt per Square Metre Nanometre"
,"qname":"unit:W-PER-M2-NanoM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2-NanoM"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cuadrado Nanometro"
,"label":"Wat na Metr Kwadratowy Nanometr"
,"label":"Watt na Kvadratni Meter Nanometer"
,"label":"Watt na Čtvereční Metr Nanometr"
,"label":"Watt par Mètre Carré Nanomètre"
,"label":"Watt pe Metru Pătrat Nanometru"
,"label":"Watt per Meter Persegi Nanometer"
,"label":"Watt per Metrekare Nanometre"
,"label":"Watt per Metro Quadrato Nanometro"
,"label":"Watt per Square Meter Nanometer"
,"label":"Watt per Square Metre Nanometre"
,"label":"Watt per Square Metre Nanometre"
,"label":"Watt pro Quadratmeter Nanometer"
,"symbol":"W\/(m²·nm)"
,"type":"qudt:Unit"
,"ucum code":"W.m-2.nm-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2-NanoM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"symbol" : "W/(m²·nm)",
"ucumCode" : "W.m-2.nm-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "tr",
"@value" : "Watt per Metrekare Nanometre"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Pătrat Nanometru"
}, "Watt per Square Metre Nanometre", {
"@language" : "en",
"@value" : "Watt per Square Metre Nanometre"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Carré Nanomètre"
}, {
"@language" : "sl",
"@value" : "Watt na Kvadratni Meter Nanometer"
}, {
"@language" : "es",
"@value" : "Vatio por Metro Cuadrado Nanometro"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Kwadratowy Nanometr"
}, {
"@language" : "en-us",
"@value" : "Watt per Square Meter Nanometer"
}, {
"@language" : "it",
"@value" : "Watt per Metro Quadrato Nanometro"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter Nanometer"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Persegi Nanometer"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Metr Nanometr"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2-NanoM-SR
URI: http://qudt.org/vocab/unit/W-PER-M2-NanoM-SR
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M2-NanoM-SR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000000000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E9 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/SpectralRadiance> ; <http://qudt.org/schema/qudt/symbol> "W/(m²·nm·sr)" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-2.nm-1.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Metro Cuadrado Nanometro Estereorradián"@es ; rdfs:label "Wat na Metr Kwadratowy Nanometr Steradian"@pl ; rdfs:label "Watt na Kvadratni Meter Nanometer Steradian"@sl ; rdfs:label "Watt na Čtvereční Metr Nanometr Steradián"@cs ; rdfs:label "Watt par Mètre Carré Nanomètre Stéradian"@fr ; rdfs:label "Watt pe Metru Pătrat Nanometru Steradian"@ro ; rdfs:label "Watt per Meter Persegi Nanometer Steradian"@ms ; rdfs:label "Watt per Metrekare Nanometre Steradyan"@tr ; rdfs:label "Watt per Metro Quadrato Nanometro Steradiante"@it ; rdfs:label "Watt per Square Meter Nanometer Steradian"@en-US ; rdfs:label "Watt per Square Metre Nanometre Steradian" ; rdfs:label "Watt per Square Metre Nanometre Steradian"@en ; rdfs:label "Watt pro Quadratmeter Nanometer Steradiant"@de ; .
{"resource":"Watt per Square Metre Nanometre Steradian"
,"qname":"unit:W-PER-M2-NanoM-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2-NanoM-SR"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000.0"
,"conversion multiplier scientific":"1.0E9"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:SpectralRadiance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cuadrado Nanometro Estereorradián"
,"label":"Wat na Metr Kwadratowy Nanometr Steradian"
,"label":"Watt na Kvadratni Meter Nanometer Steradian"
,"label":"Watt na Čtvereční Metr Nanometr Steradián"
,"label":"Watt par Mètre Carré Nanomètre Stéradian"
,"label":"Watt pe Metru Pătrat Nanometru Steradian"
,"label":"Watt per Meter Persegi Nanometer Steradian"
,"label":"Watt per Metrekare Nanometre Steradyan"
,"label":"Watt per Metro Quadrato Nanometro Steradiante"
,"label":"Watt per Square Meter Nanometer Steradian"
,"label":"Watt per Square Metre Nanometre Steradian"
,"label":"Watt per Square Metre Nanometre Steradian"
,"label":"Watt pro Quadratmeter Nanometer Steradiant"
,"symbol":"W\/(m²·nm·sr)"
,"type":"qudt:Unit"
,"ucum code":"W.m-2.nm-1.sr-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2-NanoM-SR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1000000000.0",
"conversionMultiplier:SN" : 1.0E9,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2", "_:b3" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/SpectralRadiance",
"symbol" : "W/(m²·nm·sr)",
"ucumCode" : "W.m-2.nm-1.sr-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Wat na Metr Kwadratowy Nanometr Steradian"
}, {
"@language" : "es",
"@value" : "Vatio por Metro Cuadrado Nanometro Estereorradián"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Pătrat Nanometru Steradian"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Persegi Nanometer Steradian"
}, {
"@language" : "sl",
"@value" : "Watt na Kvadratni Meter Nanometer Steradian"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter Nanometer Steradiant"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Carré Nanomètre Stéradian"
}, {
"@language" : "tr",
"@value" : "Watt per Metrekare Nanometre Steradyan"
}, {
"@language" : "it",
"@value" : "Watt per Metro Quadrato Nanometro Steradiante"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Metr Nanometr Steradián"
}, "Watt per Square Metre Nanometre Steradian", {
"@language" : "en",
"@value" : "Watt per Square Metre Nanometre Steradian"
}, {
"@language" : "en-us",
"@value" : "Watt per Square Meter Nanometer Steradian"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2-PA
URI: http://qudt.org/vocab/unit/W-PER-M2-PA
Watt Per Square Meter Per Pascal ($W/m^2-pa$) is a unit of Evaporative Heat Transfer.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M2-PA> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Watt Per Square Meter Per Pascal ($W/m^2-pa$) is a unit of Evaporative Heat Transfer."^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/expression> "$W/(m^2.pa)$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EvaporativeHeatTransferCoefficient> ; <http://qudt.org/schema/qudt/isoNormativeReference> "http://www.iso.org/iso/catalogue_detail?csnumber=43012"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "W/(m²·Pa)" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-2.Pa-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Metro Cuadrado Pascal"@es ; rdfs:label "Wat na Metr Kwadratowy Paskal"@pl ; rdfs:label "Watt na Kvadratni Meter Pascal"@sl ; rdfs:label "Watt na Čtvereční Metr Pascal"@cs ; rdfs:label "Watt par Mètre Carré Pascal"@fr ; rdfs:label "Watt pe Metru Pătrat Pascal"@ro ; rdfs:label "Watt per Meter Persegi Pascal"@ms ; rdfs:label "Watt per Metrekare Pascal"@tr ; rdfs:label "Watt per Metro Quadrato Pascal"@it ; rdfs:label "Watt per Square Meter Pascal"@en-US ; rdfs:label "Watt per Square Metre Pascal" ; rdfs:label "Watt per Square Metre Pascal"@en ; rdfs:label "Watt por Metro Quadrado Pascal"@pt ; rdfs:label "Watt pro Quadratmeter Pascal"@de ; rdfs:label "Wattium per Metrum Quadratum Pascalium"@la ; rdfs:label "Βατ ανά Τετραγωνικό Μέτρο Πασκάλ"@el ; rdfs:label "Ват на Квадратен Метър Паскал"@bg ; rdfs:label "Ватт на Квадратный Метр Паскаль"@ru ; .
{"resource":"Watt per Square Metre Pascal"
,"qname":"unit:W-PER-M2-PA"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2-PA"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"Watt Per Square Meter Per Pascal ($W\/m^2-pa$) is a unit of Evaporative Heat Transfer."
,"expression":"$W\/(m^2.pa)$"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:EvaporativeHeatTransferCoefficient"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cuadrado Pascal"
,"label":"Wat na Metr Kwadratowy Paskal"
,"label":"Watt na Kvadratni Meter Pascal"
,"label":"Watt na Čtvereční Metr Pascal"
,"label":"Watt par Mètre Carré Pascal"
,"label":"Watt pe Metru Pătrat Pascal"
,"label":"Watt per Meter Persegi Pascal"
,"label":"Watt per Metrekare Pascal"
,"label":"Watt per Metro Quadrato Pascal"
,"label":"Watt per Square Meter Pascal"
,"label":"Watt per Square Metre Pascal"
,"label":"Watt per Square Metre Pascal"
,"label":"Watt por Metro Quadrado Pascal"
,"label":"Watt pro Quadratmeter Pascal"
,"label":"Wattium per Metrum Quadratum Pascalium"
,"label":"Βατ ανά Τετραγωνικό Μέτρο Πασκάλ"
,"label":"Ват на Квадратен Метър Паскал"
,"label":"Ватт на Квадратный Метр Паскаль"
,"normative reference (ISO)":"http:\/\/www.iso.org\/iso\/catalogue_detail?csnumber=43012"
,"symbol":"W\/(m²·Pa)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"W.m-2.Pa-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2-PA",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "Watt Per Square Meter Per Pascal ($W/m^2-pa$) is a unit of Evaporative Heat Transfer.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"expression" : "$W/(m^2.pa)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EvaporativeHeatTransferCoefficient",
"isoNormativeReference" : "http://www.iso.org/iso/catalogue_detail?csnumber=43012",
"symbol" : "W/(m²·Pa)",
"ucumCode" : "W.m-2.Pa-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Vatio por Metro Cuadrado Pascal"
}, {
"@language" : "en-us",
"@value" : "Watt per Square Meter Pascal"
}, {
"@language" : "bg",
"@value" : "Ват на Квадратен Метър Паскал"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Pătrat Pascal"
}, {
"@language" : "it",
"@value" : "Watt per Metro Quadrato Pascal"
}, {
"@language" : "ru",
"@value" : "Ватт на Квадратный Метр Паскаль"
}, {
"@language" : "tr",
"@value" : "Watt per Metrekare Pascal"
}, {
"@language" : "la",
"@value" : "Wattium per Metrum Quadratum Pascalium"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Persegi Pascal"
}, {
"@language" : "el",
"@value" : "Βατ ανά Τετραγωνικό Μέτρο Πασκάλ"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter Pascal"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Metr Pascal"
}, {
"@language" : "pt",
"@value" : "Watt por Metro Quadrado Pascal"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Carré Pascal"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Kwadratowy Paskal"
}, {
"@language" : "sl",
"@value" : "Watt na Kvadratni Meter Pascal"
}, "Watt per Square Metre Pascal", {
"@language" : "en",
"@value" : "Watt per Square Metre Pascal"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isoNormativeReference" : {
"@id" : "http://qudt.org/schema/qudt/isoNormativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M2-SR
URI: http://qudt.org/vocab/unit/W-PER-M2-SR
$\textit{Watt per steradian per square metre}$ is the SI unit of radiance ($W·sr^{-1}·m^{-2}$), while that of spectral radiance in frequency is the watt per steradian per square metre per hertz ($W·sr^{-1}·m^{-2}·Hz^{-1}$) and that of spectral radiance in wavelength is the watt per steradian per square metre, per metre ($W·sr^{-1}·m^{-3}$), commonly the watt per steradian per square metre per nanometre ($W·sr^{-1}·m^{-2}·nm^{-1}$). It has a dimension of $ML^{-4}T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/W-PER-M2-SR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Watt per steradian per square metre}$ is the SI unit of radiance ($W·sr^{-1}·m^{-2}$),
while that of spectral radiance in frequency is the watt per steradian per square metre
per hertz ($W·sr^{-1}·m^{-2}·Hz^{-1}$) and that of spectral radiance in wavelength is
the watt per steradian per square metre, per metre ($W·sr^{-1}·m^{-3}$),
commonly the watt per steradian per square metre per nanometre ($W·sr^{-1}·m^{-2}·nm^{-1}$).
It has a dimension of $ML^{-4}T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time.
This unit is the standard SI unit in this category.\"
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$W/(m^2.sr)$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Radiance> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA315" ;
<http://qudt.org/schema/qudt/informativeReference> "http://www.efunda.com/glossary/units/units--radiance--watt_per_square_meter_per_steradian.cfm"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA315"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Radiance"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "W/(m²·sr)" ;
<http://qudt.org/schema/qudt/ucumCode> "W.m-2.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D58" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q69429226> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Vatio por Metro Cuadrado Estereorradián"@es ;
rdfs:label "Wat na Metr Kwadratowy Steradian"@pl ;
rdfs:label "Watt na Kvadratni Meter Steradian"@sl ;
rdfs:label "Watt na Čtvereční Metr Steradián"@cs ;
rdfs:label "Watt par Mètre Carré Stéradian"@fr ;
rdfs:label "Watt pe Metru Pătrat Steradian"@ro ;
rdfs:label "Watt per Meter Persegi Steradian"@ms ;
rdfs:label "Watt per Metrekare Steradyan"@tr ;
rdfs:label "Watt per Metro Quadrato Steradiante"@it ;
rdfs:label "Watt per Square Meter Steradian"@en-US ;
rdfs:label "Watt per Square Metre Steradian" ;
rdfs:label "Watt per Square Metre Steradian"@en ;
rdfs:label "Watt por Metro Quadrado Esterradiano"@pt ;
rdfs:label "Watt pro Quadratmeter Steradiant"@de ;
rdfs:label "Wattium per Metrum Quadratum Steradian"@la ;
rdfs:label "Βατ ανά Τετραγωνικό Μέτρο Στερακτίνιο"@el ;
rdfs:label "Ват на Квадратен Метър Стерадиан"@bg ;
rdfs:label "Ватт на Квадратный Метр Стерадиан"@ru ;
.
{"resource":"Watt per Square Metre Steradian"
,"qname":"unit:W-PER-M2-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M2-SR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q69429226>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Watt per steradian per square metre}$ is the SI unit of radiance ($W·sr^{-1}·m^{-2}$),\n while that of spectral radiance in frequency is the watt per steradian per square metre\n per hertz ($W·sr^{-1}·m^{-2}·Hz^{-1}$) and that of spectral radiance in wavelength is\n the watt per steradian per square metre, per metre ($W·sr^{-1}·m^{-3}$),\n commonly the watt per steradian per square metre per nanometre ($W·sr^{-1}·m^{-2}·nm^{-1}$). \n It has a dimension of $ML^{-4}T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. \n This unit is the standard SI unit in this category.\"\n "
,"expression":"$W\/(m^2.sr)$"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-3D0"
,"has quantity kind":"quantitykind:Radiance"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA315"
,"informative reference":"http:\/\/www.efunda.com\/glossary\/units\/units--radiance--watt_per_square_meter_per_steradian.cfm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA315"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Radiance"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cuadrado Estereorradián"
,"label":"Wat na Metr Kwadratowy Steradian"
,"label":"Watt na Kvadratni Meter Steradian"
,"label":"Watt na Čtvereční Metr Steradián"
,"label":"Watt par Mètre Carré Stéradian"
,"label":"Watt pe Metru Pătrat Steradian"
,"label":"Watt per Meter Persegi Steradian"
,"label":"Watt per Metrekare Steradyan"
,"label":"Watt per Metro Quadrato Steradiante"
,"label":"Watt per Square Meter Steradian"
,"label":"Watt per Square Metre Steradian"
,"label":"Watt per Square Metre Steradian"
,"label":"Watt por Metro Quadrado Esterradiano"
,"label":"Watt pro Quadratmeter Steradiant"
,"label":"Wattium per Metrum Quadratum Steradian"
,"label":"Βατ ανά Τετραγωνικό Μέτρο Στερακτίνιο"
,"label":"Ват на Квадратен Метър Стерадиан"
,"label":"Ватт на Квадратный Метр Стерадиан"
,"symbol":"W\/(m²·sr)"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"W.m-2.sr-1"
,"unece common code":"D58"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M2-SR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Watt per steradian per square metre}$ is the SI unit of radiance ($W·sr^{-1}·m^{-2}$),\n while that of spectral radiance in frequency is the watt per steradian per square metre\n per hertz ($W·sr^{-1}·m^{-2}·Hz^{-1}$) and that of spectral radiance in wavelength is\n the watt per steradian per square metre, per metre ($W·sr^{-1}·m^{-3}$),\n commonly the watt per steradian per square metre per nanometre ($W·sr^{-1}·m^{-2}·nm^{-1}$). \n It has a dimension of $ML^{-4}T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. \n This unit is the standard SI unit in this category.\"\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$W/(m^2.sr)$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Radiance",
"iec61360Code" : "0112/2///62720#UAA315",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Radiance", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA315", "http://www.efunda.com/glossary/units/units--radiance--watt_per_square_meter_per_steradian.cfm" ],
"symbol" : "W/(m²·sr)",
"ucumCode" : "W.m-2.sr-1",
"uneceCommonCode" : "D58",
"wikidataMatch" : "http://www.wikidata.org/entity/Q69429226",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Vatio por Metro Cuadrado Estereorradián"
}, {
"@language" : "tr",
"@value" : "Watt per Metrekare Steradyan"
}, {
"@language" : "la",
"@value" : "Wattium per Metrum Quadratum Steradian"
}, {
"@language" : "el",
"@value" : "Βατ ανά Τετραγωνικό Μέτρο Στερακτίνιο"
}, {
"@language" : "ru",
"@value" : "Ватт на Квадратный Метр Стерадиан"
}, {
"@language" : "pt",
"@value" : "Watt por Metro Quadrado Esterradiano"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Pătrat Steradian"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Carré Stéradian"
}, {
"@language" : "sl",
"@value" : "Watt na Kvadratni Meter Steradian"
}, {
"@language" : "en-us",
"@value" : "Watt per Square Meter Steradian"
}, "Watt per Square Metre Steradian", {
"@language" : "en",
"@value" : "Watt per Square Metre Steradian"
}, {
"@language" : "it",
"@value" : "Watt per Metro Quadrato Steradiante"
}, {
"@language" : "de",
"@value" : "Watt pro Quadratmeter Steradiant"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Persegi Steradian"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Kwadratowy Steradian"
}, {
"@language" : "cs",
"@value" : "Watt na Čtvereční Metr Steradián"
}, {
"@language" : "bg",
"@value" : "Ват на Квадратен Метър Стерадиан"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-M3
URI: http://qudt.org/vocab/unit/W-PER-M3
SI derived unit watt divided by the power of the SI base unit metre with the exponent 3
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-PER-M3> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerDensity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/PowerPerVolume> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA312" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA312"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3" ; <http://qudt.org/schema/qudt/symbol> "W/m³" ; <http://qudt.org/schema/qudt/ucumCode> "W.m-3"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "H47" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q104381302> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio por Metro Cúbico"@es ; rdfs:label "Wat na Metr Sześcienny"@pl ; rdfs:label "Watt na Kubični Meter"@sl ; rdfs:label "Watt na Metr Krychlový"@cs ; rdfs:label "Watt par Mètre Cube"@fr ; rdfs:label "Watt pe Metru Cub"@ro ; rdfs:label "Watt per Cubic Meter"@en-US ; rdfs:label "Watt per Cubic Metre" ; rdfs:label "Watt per Cubic Metre"@en ; rdfs:label "Watt per Meter Kubik"@ms ; rdfs:label "Watt per Metreküp"@tr ; rdfs:label "Watt per Metro Cubo"@it ; rdfs:label "Watt por Metro Cúbico"@pt ; rdfs:label "Watt pro Kubikmeter"@de ; rdfs:label "Wattium per Metrum Cubicum"@la ; rdfs:label "Βατ ανά Κυβικό Μέτρο"@el ; rdfs:label "Ват на Кубичен Метър"@bg ; rdfs:label "Ватт на Кубический Метр"@ru ; .
{"resource":"Watt per Cubic Metre"
,"qname":"unit:W-PER-M3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-M3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q104381302>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit watt divided by the power of the SI base unit metre with the exponent 3"
,"description (plain text)":"SI derived unit watt divided by the power of the SI base unit metre with the exponent 3"
,"has dimension vector":"qkdv:A0E0L-1I0M1H0T-3D0"
,"has quantity kind":"quantitykind:PowerDensity"
,"has quantity kind":"quantitykind:PowerPerVolume"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA312"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA312"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Metro Cúbico"
,"label":"Wat na Metr Sześcienny"
,"label":"Watt na Kubični Meter"
,"label":"Watt na Metr Krychlový"
,"label":"Watt par Mètre Cube"
,"label":"Watt pe Metru Cub"
,"label":"Watt per Cubic Meter"
,"label":"Watt per Cubic Metre"
,"label":"Watt per Cubic Metre"
,"label":"Watt per Meter Kubik"
,"label":"Watt per Metreküp"
,"label":"Watt per Metro Cubo"
,"label":"Watt por Metro Cúbico"
,"label":"Watt pro Kubikmeter"
,"label":"Wattium per Metrum Cubicum"
,"label":"Βατ ανά Κυβικό Μέτρο"
,"label":"Ват на Кубичен Метър"
,"label":"Ватт на Кубический Метр"
,"symbol":"W\/m³"
,"type":"qudt:Unit"
,"ucum code":"W.m-3"
,"unece common code":"H47"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-M3",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L-1I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/PowerPerVolume", "http://qudt.org/vocab/quantitykind/PowerDensity" ],
"iec61360Code" : "0112/2///62720#UAA312",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA312",
"plainTextDescription" : "SI derived unit watt divided by the power of the SI base unit metre with the exponent 3",
"symbol" : "W/m³",
"ucumCode" : "W.m-3",
"uneceCommonCode" : "H47",
"wikidataMatch" : "http://www.wikidata.org/entity/Q104381302",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en-us",
"@value" : "Watt per Cubic Meter"
}, {
"@language" : "pl",
"@value" : "Wat na Metr Sześcienny"
}, {
"@language" : "es",
"@value" : "Vatio por Metro Cúbico"
}, {
"@language" : "pt",
"@value" : "Watt por Metro Cúbico"
}, {
"@language" : "cs",
"@value" : "Watt na Metr Krychlový"
}, {
"@language" : "fr",
"@value" : "Watt par Mètre Cube"
}, {
"@language" : "ro",
"@value" : "Watt pe Metru Cub"
}, {
"@language" : "ru",
"@value" : "Ватт на Кубический Метр"
}, {
"@language" : "ms",
"@value" : "Watt per Meter Kubik"
}, {
"@language" : "sl",
"@value" : "Watt na Kubični Meter"
}, {
"@language" : "el",
"@value" : "Βατ ανά Κυβικό Μέτρο"
}, "Watt per Cubic Metre", {
"@language" : "en",
"@value" : "Watt per Cubic Metre"
}, {
"@language" : "it",
"@value" : "Watt per Metro Cubo"
}, {
"@language" : "tr",
"@value" : "Watt per Metreküp"
}, {
"@language" : "de",
"@value" : "Watt pro Kubikmeter"
}, {
"@language" : "bg",
"@value" : "Ват на Кубичен Метър"
}, {
"@language" : "la",
"@value" : "Wattium per Metrum Cubicum"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-PER-SR
URI: http://qudt.org/vocab/unit/W-PER-SR
$\textit{Watt Per Steradian (W/sr)}$ is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of $M\cdot L^{-2}\cdot T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/W-PER-SR>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "$\\textit{Watt Per Steradian (W/sr)}$ is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of $M\\cdot L^{-2}\\cdot T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/expression> "$W sr^{-1}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/RadiantIntensity> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA314" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA314"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "W/sr" ;
<http://qudt.org/schema/qudt/ucumCode> "W.sr-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D57" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q16683188> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Vatio por Estereorradián"@es ;
rdfs:label "Wat na Steradian"@pl ;
rdfs:label "Watt na Steradian"@sl ;
rdfs:label "Watt na Steradián"@cs ;
rdfs:label "Watt par Stéradian"@fr ;
rdfs:label "Watt pe Steradian"@ro ;
rdfs:label "Watt per Steradian" ;
rdfs:label "Watt per Steradian"@en ;
rdfs:label "Watt per Steradian"@ms ;
rdfs:label "Watt per Steradiante"@it ;
rdfs:label "Watt per Steradyan"@tr ;
rdfs:label "Watt por Esterradiano"@pt ;
rdfs:label "Watt pro Steradiant"@de ;
rdfs:label "Wattium per Steradian"@la ;
rdfs:label "Βατ ανά Στερακτίνιο"@el ;
rdfs:label "Ват на Стерадиан"@bg ;
rdfs:label "Ватт на Стерадиан"@ru ;
.
{"resource":"Watt per Steradian"
,"qname":"unit:W-PER-SR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-PER-SR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q16683188>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"defined unit of system":"sou:SI"
,"description":"$\\textit{Watt Per Steradian (W\/sr)}$ is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W\/sr) has a dimension of $M\\cdot L^{-2}\\cdot T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category."
,"expression":"$W sr^{-1}$"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-3D0"
,"has quantity kind":"quantitykind:RadiantIntensity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA314"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA314"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio por Estereorradián"
,"label":"Wat na Steradian"
,"label":"Watt na Steradian"
,"label":"Watt na Steradián"
,"label":"Watt par Stéradian"
,"label":"Watt pe Steradian"
,"label":"Watt per Steradian"
,"label":"Watt per Steradian"
,"label":"Watt per Steradian"
,"label":"Watt per Steradiante"
,"label":"Watt per Steradyan"
,"label":"Watt por Esterradiano"
,"label":"Watt pro Steradiant"
,"label":"Wattium per Steradian"
,"label":"Βατ ανά Στερακτίνιο"
,"label":"Ват на Стерадиан"
,"label":"Ватт на Стерадиан"
,"symbol":"W\/sr"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"W.sr-1"
,"unece common code":"D57"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-PER-SR",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Watt Per Steradian (W/sr)}$ is the unit in the category of Radiant intensity. It is also known as watts per steradian. This unit is commonly used in the SI unit system. Watt Per Steradian (W/sr) has a dimension of $M\\cdot L^{-2}\\cdot T^{-3}$ where $M$ is mass, $L$ is length, and $T$ is time. This unit is the standard SI unit in this category.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"expression" : "$W sr^{-1}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-3D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/RadiantIntensity",
"iec61360Code" : "0112/2///62720#UAA314",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA314",
"symbol" : "W/sr",
"ucumCode" : "W.sr-1",
"uneceCommonCode" : "D57",
"wikidataMatch" : "http://www.wikidata.org/entity/Q16683188",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "el",
"@value" : "Βατ ανά Στερακτίνιο"
}, {
"@language" : "en",
"@value" : "Watt per Steradian"
}, "Watt per Steradian", {
"@language" : "ms",
"@value" : "Watt per Steradian"
}, {
"@language" : "ru",
"@value" : "Ватт на Стерадиан"
}, {
"@language" : "fr",
"@value" : "Watt par Stéradian"
}, {
"@language" : "la",
"@value" : "Wattium per Steradian"
}, {
"@language" : "pl",
"@value" : "Wat na Steradian"
}, {
"@language" : "sl",
"@value" : "Watt na Steradian"
}, {
"@language" : "tr",
"@value" : "Watt per Steradyan"
}, {
"@language" : "es",
"@value" : "Vatio por Estereorradián"
}, {
"@language" : "it",
"@value" : "Watt per Steradiante"
}, {
"@language" : "bg",
"@value" : "Ват на Стерадиан"
}, {
"@language" : "pt",
"@value" : "Watt por Esterradiano"
}, {
"@language" : "cs",
"@value" : "Watt na Steradián"
}, {
"@language" : "de",
"@value" : "Watt pro Steradiant"
}, {
"@language" : "ro",
"@value" : "Watt pe Steradian"
} ],
"@context" : {
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-SEC
URI: http://qudt.org/vocab/unit/W-SEC
product of the SI derived unit watt and SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "product of the SI derived unit watt and SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Energy> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA313" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA313"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "product of the SI derived unit watt and SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "W·s" ; <http://qudt.org/schema/qudt/ucumCode> "W.s"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "J55" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q7974920> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio Segundo"@es ; rdfs:label "Wat Sekunda"@pl ; rdfs:label "Watt Saat"@ms ; rdfs:label "Watt Saniye"@tr ; rdfs:label "Watt Second" ; rdfs:label "Watt Second"@en ; rdfs:label "Watt Seconde"@fr ; rdfs:label "Watt Secondo"@it ; rdfs:label "Watt Secundă"@ro ; rdfs:label "Watt Segundo"@pt ; rdfs:label "Watt Sekunda"@cs ; rdfs:label "Watt Sekunda"@sl ; rdfs:label "Watt Sekunde"@de ; rdfs:label "Wattium Secundum"@la ; rdfs:label "Βατ Δευτερόλεπτο"@el ; rdfs:label "Ват Секунда"@bg ; rdfs:label "Ватт Секунда"@ru ; .
{"resource":"Watt Second"
,"qname":"unit:W-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-SEC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q7974920>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"product of the SI derived unit watt and SI base unit second"
,"description (plain text)":"product of the SI derived unit watt and SI base unit second"
,"has dimension vector":"qkdv:A0E0L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:Energy"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA313"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA313"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio Segundo"
,"label":"Wat Sekunda"
,"label":"Watt Saat"
,"label":"Watt Saniye"
,"label":"Watt Second"
,"label":"Watt Second"
,"label":"Watt Seconde"
,"label":"Watt Secondo"
,"label":"Watt Secundă"
,"label":"Watt Segundo"
,"label":"Watt Sekunda"
,"label":"Watt Sekunda"
,"label":"Watt Sekunde"
,"label":"Wattium Secundum"
,"label":"Βατ Δευτερόλεπτο"
,"label":"Ват Секунда"
,"label":"Ватт Секунда"
,"symbol":"W·s"
,"type":"qudt:Unit"
,"ucum code":"W.s"
,"unece common code":"J55"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "product of the SI derived unit watt and SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Energy",
"iec61360Code" : "0112/2///62720#UAA313",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA313",
"plainTextDescription" : "product of the SI derived unit watt and SI base unit second",
"symbol" : "W·s",
"ucumCode" : "W.s",
"uneceCommonCode" : "J55",
"wikidataMatch" : "http://www.wikidata.org/entity/Q7974920",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Vatio Segundo"
}, {
"@language" : "de",
"@value" : "Watt Sekunde"
}, {
"@language" : "it",
"@value" : "Watt Secondo"
}, "Watt Second", {
"@language" : "en",
"@value" : "Watt Second"
}, {
"@language" : "bg",
"@value" : "Ват Секунда"
}, {
"@language" : "cs",
"@value" : "Watt Sekunda"
}, {
"@language" : "ms",
"@value" : "Watt Saat"
}, {
"@language" : "sl",
"@value" : "Watt Sekunda"
}, {
"@language" : "ro",
"@value" : "Watt Secundă"
}, {
"@language" : "la",
"@value" : "Wattium Secundum"
}, {
"@language" : "ru",
"@value" : "Ватт Секунда"
}, {
"@language" : "fr",
"@value" : "Watt Seconde"
}, {
"@language" : "pt",
"@value" : "Watt Segundo"
}, {
"@language" : "el",
"@value" : "Βατ Δευτερόλεπτο"
}, {
"@language" : "pl",
"@value" : "Wat Sekunda"
}, {
"@language" : "tr",
"@value" : "Watt Saniye"
} ],
"@context" : {
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W-SEC-PER-M2
URI: http://qudt.org/vocab/unit/W-SEC-PER-M2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W-SEC-PER-M2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/EnergyPerArea> ; <http://qudt.org/schema/qudt/symbol> "W·s/m²" ; <http://qudt.org/schema/qudt/ucumCode> "W.s.m-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Vatio Segundo por Metro Cuadrado"@es ; rdfs:label "Wat Sekunda na Metr Kwadratowy"@pl ; rdfs:label "Watt Saat per Meter Persegi"@ms ; rdfs:label "Watt Saniye per Metrekare"@tr ; rdfs:label "Watt Second per Square Meter"@en-US ; rdfs:label "Watt Second per Square Metre" ; rdfs:label "Watt Second per Square Metre"@en ; rdfs:label "Watt Seconde par Mètre Carré"@fr ; rdfs:label "Watt Secondo per Metro Quadrato"@it ; rdfs:label "Watt Secundă pe Metru Pătrat"@ro ; rdfs:label "Watt Segundo por Metro Quadrado"@pt ; rdfs:label "Watt Sekunda na Kvadratni Meter"@sl ; rdfs:label "Watt Sekunda na Čtvereční Metr"@cs ; rdfs:label "Watt Sekunde pro Quadratmeter"@de ; rdfs:label "Wattium Secundum per Metrum Quadratum"@la ; rdfs:label "Βατ Δευτερόλεπτο ανά Τετραγωνικό Μέτρο"@el ; rdfs:label "Ват Секунда на Квадратен Метър"@bg ; rdfs:label "Ватт Секунда на Квадратный Метр"@ru ; .
{"resource":"Watt Second per Square Metre"
,"qname":"unit:W-SEC-PER-M2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W-SEC-PER-M2"
,"properties":["applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"has dimension vector":"qkdv:A0E0L0I0M1H0T-2D0"
,"has quantity kind":"quantitykind:EnergyPerArea"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Vatio Segundo por Metro Cuadrado"
,"label":"Wat Sekunda na Metr Kwadratowy"
,"label":"Watt Saat per Meter Persegi"
,"label":"Watt Saniye per Metrekare"
,"label":"Watt Second per Square Meter"
,"label":"Watt Second per Square Metre"
,"label":"Watt Second per Square Metre"
,"label":"Watt Seconde par Mètre Carré"
,"label":"Watt Secondo per Metro Quadrato"
,"label":"Watt Secundă pe Metru Pătrat"
,"label":"Watt Segundo por Metro Quadrado"
,"label":"Watt Sekunda na Kvadratni Meter"
,"label":"Watt Sekunda na Čtvereční Metr"
,"label":"Watt Sekunde pro Quadratmeter"
,"label":"Wattium Secundum per Metrum Quadratum"
,"label":"Βατ Δευτερόλεπτο ανά Τετραγωνικό Μέτρο"
,"label":"Ват Секунда на Квадратен Метър"
,"label":"Ватт Секунда на Квадратный Метр"
,"symbol":"W·s\/m²"
,"type":"qudt:Unit"
,"ucum code":"W.s.m-2"
]}
{
"@id" : "http://qudt.org/vocab/unit/W-SEC-PER-M2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1", "_:b2" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/EnergyPerArea",
"symbol" : "W·s/m²",
"ucumCode" : "W.s.m-2",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ms",
"@value" : "Watt Saat per Meter Persegi"
}, {
"@language" : "pt",
"@value" : "Watt Segundo por Metro Quadrado"
}, {
"@language" : "it",
"@value" : "Watt Secondo per Metro Quadrato"
}, {
"@language" : "de",
"@value" : "Watt Sekunde pro Quadratmeter"
}, "Watt Second per Square Metre", {
"@language" : "en",
"@value" : "Watt Second per Square Metre"
}, {
"@language" : "ru",
"@value" : "Ватт Секунда на Квадратный Метр"
}, {
"@language" : "es",
"@value" : "Vatio Segundo por Metro Cuadrado"
}, {
"@language" : "en-us",
"@value" : "Watt Second per Square Meter"
}, {
"@language" : "cs",
"@value" : "Watt Sekunda na Čtvereční Metr"
}, {
"@language" : "ro",
"@value" : "Watt Secundă pe Metru Pătrat"
}, {
"@language" : "pl",
"@value" : "Wat Sekunda na Metr Kwadratowy"
}, {
"@language" : "tr",
"@value" : "Watt Saniye per Metrekare"
}, {
"@language" : "fr",
"@value" : "Watt Seconde par Mètre Carré"
}, {
"@language" : "el",
"@value" : "Βατ Δευτερόλεπτο ανά Τετραγωνικό Μέτρο"
}, {
"@language" : "la",
"@value" : "Wattium Secundum per Metrum Quadratum"
}, {
"@language" : "sl",
"@value" : "Watt Sekunda na Kvadratni Meter"
}, {
"@language" : "bg",
"@value" : "Ват Секунда на Квадратен Метър"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:W0dot
URI: http://qudt.org/vocab/unit/W0dot
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/W0dot> rdf:type <http://qudt.org/schema/qudt/ContextualUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/NotApplicable> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Placeholder" ; rdfs:label "Placeholder"@en ; .
{"resource":"Placeholder"
,"qname":"unit:W0dot"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/W0dot"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"has dimension vector":"qkdv:NotApplicable"
,"has quantity kind":"quantitykind:Unknown"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Placeholder"
,"label":"Placeholder"
,"type":"qudt:ContextualUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/W0dot",
"@type" : [ "http://qudt.org/schema/qudt/ContextualUnit", "http://qudt.org/schema/qudt/Unit" ],
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/NotApplicable",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Placeholder", {
"@language" : "en",
"@value" : "Placeholder"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:WB
URI: http://qudt.org/vocab/unit/WB
The SI unit of magnetic flux. "Flux" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to $10^{8}$ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are $(kg \cdot m^2)/(s^2 \cdot A)$. The weber is commonly expressed in terms of other derived units as the Tesla-square meter ($T \cdot m^2$), volt-seconds ($V \cdot s$), or joules per ampere ($J/A$).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/WB>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "The SI unit of magnetic flux. \"Flux\" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to $10^{8}$ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are $(kg \\cdot m^2)/(s^2 \\cdot A)$. The weber is commonly expressed in terms of other derived units as the Tesla-square meter ($T \\cdot m^2$), volt-seconds ($V \\cdot s$), or joules per ampere ($J/A$)."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ;
<http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Weber"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticFlux> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/A-PER-J> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA317" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA317"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/informativeReference> "https://en.wikipedia.org/wiki/Weber_(unit)"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/weber> ;
<http://qudt.org/schema/qudt/siExactMatch> <https://si-digital-framework.org/SI/units/weber> ;
<http://qudt.org/schema/qudt/siUnitsExpression> "V.s" ;
<http://qudt.org/schema/qudt/symbol> "Wb" ;
<http://qudt.org/schema/qudt/ucumCode> "Wb"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/udunitsCode> "Wb" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "WEB" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q170804> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Weber" ;
rdfs:label "Weber"@cs ;
rdfs:label "Weber"@de ;
rdfs:label "Weber"@en ;
rdfs:label "Weber"@es ;
rdfs:label "Weber"@fr ;
rdfs:label "Weber"@hu ;
rdfs:label "Weber"@it ;
rdfs:label "Weber"@ms ;
rdfs:label "Weber"@pl ;
rdfs:label "Weber"@pt ;
rdfs:label "Weber"@ro ;
rdfs:label "Weber"@sl ;
rdfs:label "Weber"@tr ;
rdfs:label "Weberium"@la ;
rdfs:label "Βέμπερ"@el ;
rdfs:label "Вебер"@bg ;
rdfs:label "Вебер"@ru ;
rdfs:label "ובר"@he ;
rdfs:label "وبر"@fa ;
rdfs:label "ويبر; فيبر"@ar ;
rdfs:label "वैबर"@hi ;
rdfs:label "ウェーバ"@ja ;
rdfs:label "韦伯"@zh ;
.
{"resource":"Weber"
,"qname":"unit:WB"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/WB"
,"properties":["Individual from SI Reference Point":"si-unit:weber"
,"Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q170804>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Weber"
,"defined unit of system":"sou:SI"
,"description":"The SI unit of magnetic flux. \"Flux\" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to $10^{8}$ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are $(kg \\cdot m^2)\/(s^2 \\cdot A)$. The weber is commonly expressed in terms of other derived units as the Tesla-square meter ($T \\cdot m^2$), volt-seconds ($V \\cdot s$), or joules per ampere ($J\/A$)."
,"has dimension vector":"qkdv:A0E-1L2I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticFlux"
,"has reciprocal unit":"unit:A-PER-J"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA317"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA317"
,"informative reference":"https:\/\/en.wikipedia.org\/wiki\/Weber_(unit)"
,"is coherent derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weber"
,"label":"Weberium"
,"label":"Βέμπερ"
,"label":"Вебер"
,"label":"Вебер"
,"label":"ובר"
,"label":"وبر"
,"label":"ويبر; فيبر"
,"label":"वैबर"
,"label":"ウェーバ"
,"label":"韦伯"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/weber>"
,"si units expression":"V.s"
,"symbol":"Wb"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Wb"
,"udunits code":"Wb"
,"unece common code":"WEB"
]}
{
"@id" : "http://qudt.org/vocab/unit/WB",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "The SI unit of magnetic flux. \"Flux\" is the rate (per unit of time) at which something crosses a surface perpendicular to the flow. The weber is a large unit, equal to $10^{8}$ maxwells, and practical fluxes are usually fractions of one weber. The weber is the magnetic flux which, linking a circuit of one turn, would produce in it an electromotive force of 1 volt if it were reduced to zero at a uniform rate in 1 second. In SI base units, the dimensions of the weber are $(kg \\cdot m^2)/(s^2 \\cdot A)$. The weber is commonly expressed in terms of other derived units as the Tesla-square meter ($T \\cdot m^2$), volt-seconds ($V \\cdot s$), or joules per ampere ($J/A$).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Weber",
"definedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"derivedCoherentUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L2I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticFlux",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/A-PER-J",
"iec61360Code" : "0112/2///62720#UAA317",
"informativeReference" : [ "https://en.wikipedia.org/wiki/Weber_(unit)", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA317" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/weber",
"siExactMatch" : "https://si-digital-framework.org/SI/units/weber",
"siUnitsExpression" : "V.s",
"symbol" : "Wb",
"ucumCode" : "Wb",
"udunitsCode" : "Wb",
"uneceCommonCode" : "WEB",
"wikidataMatch" : "http://www.wikidata.org/entity/Q170804",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "ja",
"@value" : "ウェーバ"
}, {
"@language" : "hi",
"@value" : "वैबर"
}, {
"@language" : "ar",
"@value" : "ويبر; فيبر"
}, {
"@language" : "fa",
"@value" : "وبر"
}, {
"@language" : "tr",
"@value" : "Weber"
}, {
"@language" : "sl",
"@value" : "Weber"
}, "Weber", {
"@language" : "cs",
"@value" : "Weber"
}, {
"@language" : "de",
"@value" : "Weber"
}, {
"@language" : "en",
"@value" : "Weber"
}, {
"@language" : "es",
"@value" : "Weber"
}, {
"@language" : "fr",
"@value" : "Weber"
}, {
"@language" : "hu",
"@value" : "Weber"
}, {
"@language" : "it",
"@value" : "Weber"
}, {
"@language" : "ms",
"@value" : "Weber"
}, {
"@language" : "pl",
"@value" : "Weber"
}, {
"@language" : "pt",
"@value" : "Weber"
}, {
"@language" : "ro",
"@value" : "Weber"
}, {
"@language" : "el",
"@value" : "Βέμπερ"
}, {
"@language" : "bg",
"@value" : "Вебер"
}, {
"@language" : "ru",
"@value" : "Вебер"
}, {
"@language" : "he",
"@value" : "ובר"
}, {
"@language" : "zh",
"@value" : "韦伯"
}, {
"@language" : "la",
"@value" : "Weberium"
} ],
"@context" : {
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"siUnitsExpression" : {
"@id" : "http://qudt.org/schema/qudt/siUnitsExpression"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"derivedCoherentUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedCoherentUnitOfSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"siExactMatch" : {
"@id" : "http://qudt.org/schema/qudt/siExactMatch",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:WB-M
URI: http://qudt.org/vocab/unit/WB-M
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/WB-M> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/N-M2-PER-A> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticDipoleMoment> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB333" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.simetric.co.uk/siderived.htm"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB333"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Wb·m" ; <http://qudt.org/schema/qudt/ucumCode> "Wb.m"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "P50" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q71580762> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Weber Meter"@de ; rdfs:label "Weber Meter"@en-US ; rdfs:label "Weber Meter"@ms ; rdfs:label "Weber Meter"@sl ; rdfs:label "Weber Metr"@cs ; rdfs:label "Weber Metr"@pl ; rdfs:label "Weber Metre" ; rdfs:label "Weber Metre"@en ; rdfs:label "Weber Metre"@tr ; rdfs:label "Weber Metro"@es ; rdfs:label "Weber Metro"@it ; rdfs:label "Weber Metro"@pt ; rdfs:label "Weber Metru"@ro ; rdfs:label "Weber Mètre"@fr ; rdfs:label "Weberium Metrum"@la ; rdfs:label "Βέμπερ Μέτρο"@el ; rdfs:label "Вебер Метр"@ru ; rdfs:label "Вебер Метър"@bg ; .
{"resource":"Weber Metre"
,"qname":"unit:WB-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/WB-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q71580762>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"exact match":"unit:N-M2-PER-A"
,"has dimension vector":"qkdv:A0E-1L3I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticDipoleMoment"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB333"
,"informative reference":"http:\/\/www.simetric.co.uk\/siderived.htm"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB333"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Weber Meter"
,"label":"Weber Meter"
,"label":"Weber Meter"
,"label":"Weber Meter"
,"label":"Weber Metr"
,"label":"Weber Metr"
,"label":"Weber Metre"
,"label":"Weber Metre"
,"label":"Weber Metre"
,"label":"Weber Metro"
,"label":"Weber Metro"
,"label":"Weber Metro"
,"label":"Weber Metru"
,"label":"Weber Mètre"
,"label":"Weberium Metrum"
,"label":"Βέμπερ Μέτρο"
,"label":"Вебер Метр"
,"label":"Вебер Метър"
,"symbol":"Wb·m"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"Wb.m"
,"unece common code":"P50"
]}
{
"@id" : "http://qudt.org/vocab/unit/WB-M",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"exactMatch" : "http://qudt.org/vocab/unit/N-M2-PER-A",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L3I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticDipoleMoment",
"iec61360Code" : "0112/2///62720#UAB333",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB333", "http://www.simetric.co.uk/siderived.htm" ],
"symbol" : "Wb·m",
"ucumCode" : "Wb.m",
"uneceCommonCode" : "P50",
"wikidataMatch" : "http://www.wikidata.org/entity/Q71580762",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Weber Metr"
}, {
"@language" : "cs",
"@value" : "Weber Metr"
}, {
"@language" : "en-us",
"@value" : "Weber Meter"
}, {
"@language" : "ms",
"@value" : "Weber Meter"
}, {
"@language" : "sl",
"@value" : "Weber Meter"
}, {
"@language" : "de",
"@value" : "Weber Meter"
}, {
"@language" : "ro",
"@value" : "Weber Metru"
}, {
"@language" : "fr",
"@value" : "Weber Mètre"
}, {
"@language" : "la",
"@value" : "Weberium Metrum"
}, "Weber Metre", {
"@language" : "es",
"@value" : "Weber Metro"
}, {
"@language" : "bg",
"@value" : "Вебер Метър"
}, {
"@language" : "it",
"@value" : "Weber Metro"
}, {
"@language" : "pt",
"@value" : "Weber Metro"
}, {
"@language" : "en",
"@value" : "Weber Metre"
}, {
"@language" : "tr",
"@value" : "Weber Metre"
}, {
"@language" : "ru",
"@value" : "Вебер Метр"
}, {
"@language" : "el",
"@value" : "Βέμπερ Μέτρο"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:WB-PER-M
URI: http://qudt.org/vocab/unit/WB-PER-M
SI derived unit weber divided by the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/WB-PER-M> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "SI derived unit weber divided by the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticVectorPotential> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAA318" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA318"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "SI derived unit weber divided by the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "Wb/m" ; <http://qudt.org/schema/qudt/ucumCode> "Wb.m-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D59" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q77899731> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Weber na Meter"@sl ; rdfs:label "Weber na Metr"@cs ; rdfs:label "Weber na Metr"@pl ; rdfs:label "Weber par Mètre"@fr ; rdfs:label "Weber pe Metru"@ro ; rdfs:label "Weber per Meter"@en-US ; rdfs:label "Weber per Meter"@ms ; rdfs:label "Weber per Metre" ; rdfs:label "Weber per Metre"@en ; rdfs:label "Weber per Metre"@tr ; rdfs:label "Weber per Metro"@it ; rdfs:label "Weber por Metro"@es ; rdfs:label "Weber por Metro"@pt ; rdfs:label "Weber pro Meter"@de ; rdfs:label "Weberium per Metrum"@la ; rdfs:label "Βέμπερ ανά Μέτρο"@el ; rdfs:label "Вебер на Метр"@ru ; rdfs:label "Вебер на Метър"@bg ; rdfs:label "مقياس التبادل، الأس السالب للمتر"@ar ; rdfs:label "وبر بر متر"@fa ; rdfs:label "प्रति मीटर वैबर"@hi ; rdfs:label "ウェーバ毎メートル"@ja ; rdfs:label "韦伯每米"@zh ; .
{"resource":"Weber per Metre"
,"qname":"unit:WB-PER-M"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/WB-PER-M"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q77899731>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1.0"
,"conversion multiplier scientific":"1.0E0"
,"description":"SI derived unit weber divided by the SI base unit metre"
,"description (plain text)":"SI derived unit weber divided by the SI base unit metre"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticVectorPotential"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAA318"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAA318"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Weber na Meter"
,"label":"Weber na Metr"
,"label":"Weber na Metr"
,"label":"Weber par Mètre"
,"label":"Weber pe Metru"
,"label":"Weber per Meter"
,"label":"Weber per Meter"
,"label":"Weber per Metre"
,"label":"Weber per Metre"
,"label":"Weber per Metre"
,"label":"Weber per Metro"
,"label":"Weber por Metro"
,"label":"Weber por Metro"
,"label":"Weber pro Meter"
,"label":"Weberium per Metrum"
,"label":"Βέμπερ ανά Μέτρο"
,"label":"Вебер на Метр"
,"label":"Вебер на Метър"
,"label":"مقياس التبادل، الأس السالب للمتر"
,"label":"وبر بر متر"
,"label":"प्रति मीटर वैबर"
,"label":"ウェーバ毎メートル"
,"label":"韦伯每米"
,"symbol":"Wb\/m"
,"type":"qudt:Unit"
,"ucum code":"Wb.m-1"
,"unece common code":"D59"
]}
{
"@id" : "http://qudt.org/vocab/unit/WB-PER-M",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "SI derived unit weber divided by the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1.0",
"conversionMultiplier:SN" : 1.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticVectorPotential",
"iec61360Code" : "0112/2///62720#UAA318",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAA318",
"plainTextDescription" : "SI derived unit weber divided by the SI base unit metre",
"symbol" : "Wb/m",
"ucumCode" : "Wb.m-1",
"uneceCommonCode" : "D59",
"wikidataMatch" : "http://www.wikidata.org/entity/Q77899731",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Weber por Metro"
}, {
"@language" : "pt",
"@value" : "Weber por Metro"
}, {
"@language" : "de",
"@value" : "Weber pro Meter"
}, {
"@language" : "sl",
"@value" : "Weber na Meter"
}, "Weber per Metre", {
"@language" : "en",
"@value" : "Weber per Metre"
}, {
"@language" : "tr",
"@value" : "Weber per Metre"
}, {
"@language" : "fr",
"@value" : "Weber par Mètre"
}, {
"@language" : "bg",
"@value" : "Вебер на Метър"
}, {
"@language" : "it",
"@value" : "Weber per Metro"
}, {
"@language" : "ja",
"@value" : "ウェーバ毎メートル"
}, {
"@language" : "fa",
"@value" : "وبر بر متر"
}, {
"@language" : "ru",
"@value" : "Вебер на Метр"
}, {
"@language" : "la",
"@value" : "Weberium per Metrum"
}, {
"@language" : "ro",
"@value" : "Weber pe Metru"
}, {
"@language" : "ar",
"@value" : "مقياس التبادل، الأس السالب للمتر"
}, {
"@language" : "en-us",
"@value" : "Weber per Meter"
}, {
"@language" : "ms",
"@value" : "Weber per Meter"
}, {
"@language" : "hi",
"@value" : "प्रति मीटर वैबर"
}, {
"@language" : "cs",
"@value" : "Weber na Metr"
}, {
"@language" : "pl",
"@value" : "Weber na Metr"
}, {
"@language" : "el",
"@value" : "Βέμπερ ανά Μέτρο"
}, {
"@language" : "zh",
"@value" : "韦伯每米"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:WB-PER-MilliM
URI: http://qudt.org/vocab/unit/WB-PER-MilliM
derived SI unit weber divided by the 0.001-fold of the SI base unit metre
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/WB-PER-MilliM> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "derived SI unit weber divided by the 0.001-fold of the SI base unit metre"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E3 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/MagneticVectorPotential> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB074" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB074"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "derived SI unit weber divided by the 0.001-fold of the SI base unit metre" ; <http://qudt.org/schema/qudt/symbol> "Wb/mm" ; <http://qudt.org/schema/qudt/ucumCode> "Wb.mm-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "D60" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q107325173> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Weber na Millimeter"@sl ; rdfs:label "Weber na Millimetr"@cs ; rdfs:label "Weber na Millimetr"@pl ; rdfs:label "Weber par Millimètre"@fr ; rdfs:label "Weber pe Millimetru"@ro ; rdfs:label "Weber per Millimeter"@en-US ; rdfs:label "Weber per Millimeter"@ms ; rdfs:label "Weber per Millimetre" ; rdfs:label "Weber per Millimetre"@en ; rdfs:label "Weber per Millimetre"@tr ; rdfs:label "Weber per Millimetro"@it ; rdfs:label "Weber por Millimetro"@es ; rdfs:label "Weber pro Millimeter"@de ; .
{"resource":"Weber per Millimetre"
,"qname":"unit:WB-PER-MilliM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/WB-PER-MilliM"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q107325173>"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000.0"
,"conversion multiplier scientific":"1.0E3"
,"description":"derived SI unit weber divided by the 0.001-fold of the SI base unit metre"
,"description (plain text)":"derived SI unit weber divided by the 0.001-fold of the SI base unit metre"
,"has dimension vector":"qkdv:A0E-1L1I0M1H0T-2D0"
,"has quantity kind":"quantitykind:MagneticVectorPotential"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB074"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB074"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Weber na Millimeter"
,"label":"Weber na Millimetr"
,"label":"Weber na Millimetr"
,"label":"Weber par Millimètre"
,"label":"Weber pe Millimetru"
,"label":"Weber per Millimeter"
,"label":"Weber per Millimeter"
,"label":"Weber per Millimetre"
,"label":"Weber per Millimetre"
,"label":"Weber per Millimetre"
,"label":"Weber per Millimetro"
,"label":"Weber por Millimetro"
,"label":"Weber pro Millimeter"
,"symbol":"Wb\/mm"
,"type":"qudt:Unit"
,"ucum code":"Wb.mm-1"
,"unece common code":"D60"
]}
{
"@id" : "http://qudt.org/vocab/unit/WB-PER-MilliM",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "derived SI unit weber divided by the 0.001-fold of the SI base unit metre",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/SI" ],
"conversionMultiplier" : "1000.0",
"conversionMultiplier:SN" : 1000.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E-1L1I0M1H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/MagneticVectorPotential",
"iec61360Code" : "0112/2///62720#UAB074",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB074",
"plainTextDescription" : "derived SI unit weber divided by the 0.001-fold of the SI base unit metre",
"symbol" : "Wb/mm",
"ucumCode" : "Wb.mm-1",
"uneceCommonCode" : "D60",
"wikidataMatch" : "http://www.wikidata.org/entity/Q107325173",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "es",
"@value" : "Weber por Millimetro"
}, "Weber per Millimetre", {
"@language" : "en",
"@value" : "Weber per Millimetre"
}, {
"@language" : "tr",
"@value" : "Weber per Millimetre"
}, {
"@language" : "sl",
"@value" : "Weber na Millimeter"
}, {
"@language" : "de",
"@value" : "Weber pro Millimeter"
}, {
"@language" : "ro",
"@value" : "Weber pe Millimetru"
}, {
"@language" : "en-us",
"@value" : "Weber per Millimeter"
}, {
"@language" : "ms",
"@value" : "Weber per Millimeter"
}, {
"@language" : "it",
"@value" : "Weber per Millimetro"
}, {
"@language" : "fr",
"@value" : "Weber par Millimètre"
}, {
"@language" : "cs",
"@value" : "Weber na Millimetr"
}, {
"@language" : "pl",
"@value" : "Weber na Millimetr"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:WK
URI: http://qudt.org/vocab/unit/WK
Mean solar week
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/WK> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "Mean solar week"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 604800.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 6.048E5 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Week"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB024" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Week?oldid=493867029"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB024"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/week> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "wk" ; <http://qudt.org/schema/qudt/ucumCode> "wk"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "WEE" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q23387> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Week" ; rdfs:label "Week"@en ; .
{"resource":"Week"
,"qname":"unit:WK"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/WK"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q23387>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"604800.0"
,"conversion multiplier scientific":"6.048E5"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Week"
,"description":"Mean solar week"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB024"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Week?oldid=493867029"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB024"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Week"
,"label":"Week"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/week>"
,"scalingOf":"unit:SEC"
,"symbol":"wk"
,"type":"qudt:Unit"
,"ucum code":"wk"
,"unece common code":"WEE"
]}
{
"@id" : "http://qudt.org/vocab/unit/WK",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "Mean solar week",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "604800.0",
"conversionMultiplier:SN" : 604800.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Week",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAB024",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Week?oldid=493867029", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB024" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/week",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "wk",
"ucumCode" : "wk",
"uneceCommonCode" : "WEE",
"wikidataMatch" : "http://www.wikidata.org/entity/Q23387",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Week"
}, "Week" ],
"@context" : {
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:WK-PER-NUM
URI: http://qudt.org/vocab/unit/WK-PER-NUM
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/WK-PER-NUM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 604800.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 6.048E5 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimePerCount> ;
<http://qudt.org/schema/qudt/symbol> "wk/#" ;
<http://qudt.org/schema/qudt/ucumCode> "wk.{#}-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Week per Number" ;
rdfs:label "Week per Number"@en ;
.
{"resource":"Week per Number"
,"qname":"unit:WK-PER-NUM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/WK-PER-NUM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"604800.0"
,"conversion multiplier scientific":"6.048E5"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:TimePerCount"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Week per Number"
,"label":"Week per Number"
,"symbol":"wk\/#"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"wk.{#}-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/WK-PER-NUM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "604800.0",
"conversionMultiplier:SN" : 604800.0,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimePerCount",
"symbol" : "wk/#",
"ucumCode" : "wk.{#}-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Week per Number", {
"@language" : "en",
"@value" : "Week per Number"
} ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD
URI: http://qudt.org/vocab/unit/YD
A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the "international yard" in the United States) was legally defined to be exactly 0.9144 metres.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the \"international yard\" in the United States) was legally defined to be exactly 0.9144 metres."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.9144 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.144E-1 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Yard"^^xsd:anyURI ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/factorUnitScalar> 3.0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB030" ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Yard?oldid=492334628"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB030"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "yd" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i]"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "yd" ; <http://qudt.org/schema/qudt/uneceCommonCode> "YRD" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q482798> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Yard" ; rdfs:label "Yard"@en ; .
{"resource":"Yard"
,"qname":"unit:YD"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q482798>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.9144"
,"conversion multiplier scientific":"9.144E-1"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Yard"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the \"international yard\" in the United States) was legally defined to be exactly 0.9144 metres."
,"factorUnitScalar":"3.0"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB030"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Yard?oldid=492334628"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB030"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yard"
,"label":"Yard"
,"symbol":"yd"
,"type":"qudt:Unit"
,"ucum code":"[yd_i]"
,"udunits code":"yd"
,"unece common code":"YRD"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A yard is a unit of length in several different systems including United States customary units, Imperial units and the former English units. It is equal to 3 feet or 36 inches. Under an agreement in 1959 between Australia, Canada, New Zealand, South Africa, the United Kingdom and the United States, the yard (known as the \"international yard\" in the United States) was legally defined to be exactly 0.9144 metres.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.9144",
"conversionMultiplier:SN" : 0.9144,
"dbpediaMatch" : "http://dbpedia.org/resource/Yard",
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"factorUnitScalar" : "3.0",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB030",
"informativeReference" : [ "http://en.wikipedia.org/wiki/Yard?oldid=492334628", "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB030" ],
"symbol" : "yd",
"ucumCode" : "[yd_i]",
"udunitsCode" : "yd",
"uneceCommonCode" : "YRD",
"wikidataMatch" : "http://www.wikidata.org/entity/Q482798",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Yard", {
"@language" : "en",
"@value" : "Yard"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"factorUnitScalar" : {
"@id" : "http://qudt.org/schema/qudt/factorUnitScalar",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD-PER-DEG_F
URI: http://qudt.org/vocab/unit/YD-PER-DEG_F
unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD-PER-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.64592 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.64592E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB031" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB031"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit" ; <http://qudt.org/schema/qudt/symbol> "yd/°F" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i].[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L98" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Yard per Degree Fahrenheit" ; rdfs:label "Yard per Degree Fahrenheit"@en ; .
{"resource":"Yard per Degree Fahrenheit"
,"qname":"unit:YD-PER-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD-PER-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.64592"
,"conversion multiplier scientific":"1.64592E0"
,"description":"unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"
,"description (plain text)":"unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L1I0M0H-1T0D0"
,"has quantity kind":"quantitykind:LinearThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB031"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB031"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yard per Degree Fahrenheit"
,"label":"Yard per Degree Fahrenheit"
,"symbol":"yd\/°F"
,"type":"qudt:Unit"
,"ucum code":"[yd_i].[degF]-1"
,"unece common code":"L98"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD-PER-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1.64592",
"conversionMultiplier:SN" : 1.64592,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/LinearThermalExpansion",
"iec61360Code" : "0112/2///62720#UAB031",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB031",
"plainTextDescription" : "unit yard according to the Anglo-American and the Imperial system of units divided by the unit for temperature degree Fahrenheit",
"symbol" : "yd/°F",
"ucumCode" : "[yd_i].[degF]-1",
"uneceCommonCode" : "L98",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Yard per Degree Fahrenheit", {
"@language" : "en",
"@value" : "Yard per Degree Fahrenheit"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD-PER-HR
URI: http://qudt.org/vocab/unit/YD-PER-HR
unit yard according to the Anglo-American and Imperial system of units divided by the unit hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit yard according to the Anglo-American and Imperial system of units divided by the unit hour" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000254 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB396" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB396"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "yd/h" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i].h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M66" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Yard per Hour" ; rdfs:label "Yard per Hour"@en ; .
{"resource":"Yard per Hour"
,"qname":"unit:YD-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD-PER-HR"
,"properties":["conversion multiplier":"0.000254"
,"conversion multiplier scientific":"2.54E-4"
,"description":"unit yard according to the Anglo-American and Imperial system of units divided by the unit hour"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ElectromagneticWavePhaseSpeed"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Speed"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB396"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB396"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yard per Hour"
,"label":"Yard per Hour"
,"symbol":"yd\/h"
,"type":"qudt:Unit"
,"ucum code":"[yd_i].h-1"
,"unece common code":"M66"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit yard according to the Anglo-American and Imperial system of units divided by the unit hour",
"conversionMultiplier" : "0.000254",
"conversionMultiplier:SN" : 2.54E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed", "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Speed" ],
"iec61360Code" : "0112/2///62720#UAB396",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB396",
"symbol" : "yd/h",
"ucumCode" : "[yd_i].h-1",
"uneceCommonCode" : "M66",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Yard per Hour", {
"@language" : "en",
"@value" : "Yard per Hour"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD-PER-MIN
URI: http://qudt.org/vocab/unit/YD-PER-MIN
unit yard according to the Anglo-American and Imperial system of units divided by the unit minute
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD-PER-MIN> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit yard according to the Anglo-American and Imperial system of units divided by the unit minute" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.01524 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.524E-2 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB395" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB395"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "yd/min" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i].min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M65" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Yard per Minute" ; rdfs:label "Yard per Minute"@en ; .
{"resource":"Yard per Minute"
,"qname":"unit:YD-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD-PER-MIN"
,"properties":["conversion multiplier":"0.01524"
,"conversion multiplier scientific":"1.524E-2"
,"description":"unit yard according to the Anglo-American and Imperial system of units divided by the unit minute"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ElectromagneticWavePhaseSpeed"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Speed"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB395"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB395"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yard per Minute"
,"label":"Yard per Minute"
,"symbol":"yd\/min"
,"type":"qudt:Unit"
,"ucum code":"[yd_i].min-1"
,"unece common code":"M65"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD-PER-MIN",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit yard according to the Anglo-American and Imperial system of units divided by the unit minute",
"conversionMultiplier" : "0.01524",
"conversionMultiplier:SN" : 0.01524,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed", "http://qudt.org/vocab/quantitykind/Speed" ],
"iec61360Code" : "0112/2///62720#UAB395",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB395",
"symbol" : "yd/min",
"ucumCode" : "[yd_i].min-1",
"uneceCommonCode" : "M65",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Yard per Minute", {
"@language" : "en",
"@value" : "Yard per Minute"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD-PER-PSI
URI: http://qudt.org/vocab/unit/YD-PER-PSI
unit yard according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD-PER-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit yard according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001326225014300614501244640736951901 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.326225014300614501244640736951901E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB032" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB032"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "yd/psi" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i].[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "L99" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Yard per Psi" ; rdfs:label "Yard per Psi"@en ; .
{"resource":"Yard per Psi"
,"qname":"unit:YD-PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD-PER-PSI"
,"properties":["conversion multiplier":"0.0001326225014300614501244640736951901"
,"conversion multiplier scientific":"1.326225014300614501244640736951901E-4"
,"description":"unit yard according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L2I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB032"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB032"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yard per Psi"
,"label":"Yard per Psi"
,"symbol":"yd\/psi"
,"type":"qudt:Unit"
,"ucum code":"[yd_i].[psi]-1"
,"unece common code":"L99"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD-PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit yard according to the Anglo-American and the Imperial system of units divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.0001326225014300614501244640736951901",
"conversionMultiplier:SN" : 1.3262250143006145E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB032",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB032",
"symbol" : "yd/psi",
"ucumCode" : "[yd_i].[psi]-1",
"uneceCommonCode" : "L99",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Yard per Psi", {
"@language" : "en",
"@value" : "Yard per Psi"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD-PER-SEC
URI: http://qudt.org/vocab/unit/YD-PER-SEC
unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.9144 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.144E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearVelocity> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Speed> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Velocity> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB394" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB394"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "yd/s" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i].s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M64" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Yard per Second" ; rdfs:label "Yard per Second"@en ; .
{"resource":"Yard per Second"
,"qname":"unit:YD-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD-PER-SEC"
,"properties":["conversion multiplier":"0.9144"
,"conversion multiplier scientific":"9.144E-1"
,"description":"unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-1D0"
,"has quantity kind":"quantitykind:ElectromagneticWavePhaseSpeed"
,"has quantity kind":"quantitykind:LinearVelocity"
,"has quantity kind":"quantitykind:Speed"
,"has quantity kind":"quantitykind:Velocity"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB394"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB394"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yard per Second"
,"label":"Yard per Second"
,"symbol":"yd\/s"
,"type":"qudt:Unit"
,"ucum code":"[yd_i].s-1"
,"unece common code":"M64"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit yard according to the Anglo-American and Imperial system of units divided by the SI base unit second",
"conversionMultiplier" : "0.9144",
"conversionMultiplier:SN" : 0.9144,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/LinearVelocity", "http://qudt.org/vocab/quantitykind/Velocity", "http://qudt.org/vocab/quantitykind/Speed", "http://qudt.org/vocab/quantitykind/ElectromagneticWavePhaseSpeed" ],
"iec61360Code" : "0112/2///62720#UAB394",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB394",
"symbol" : "yd/s",
"ucumCode" : "[yd_i].s-1",
"uneceCommonCode" : "M64",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Yard per Second", {
"@language" : "en",
"@value" : "Yard per Second"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD-PER-SEC2
URI: http://qudt.org/vocab/unit/YD-PER-SEC2
unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD-PER-SEC2> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.9144 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 9.144E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Acceleration> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/LinearAcceleration> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB399" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB399"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "yd/s²" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i].s-2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M40" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Yard per Square Second" ; rdfs:label "Yard per Square Second"@en ; .
{"resource":"Yard per Square Second"
,"qname":"unit:YD-PER-SEC2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD-PER-SEC2"
,"properties":["conversion multiplier":"0.9144"
,"conversion multiplier scientific":"9.144E-1"
,"description":"unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T-2D0"
,"has quantity kind":"quantitykind:Acceleration"
,"has quantity kind":"quantitykind:LinearAcceleration"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB399"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB399"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yard per Square Second"
,"label":"Yard per Square Second"
,"symbol":"yd\/s²"
,"type":"qudt:Unit"
,"ucum code":"[yd_i].s-2"
,"unece common code":"M40"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD-PER-SEC2",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of the length according to the Anglo-American and Imperial system of units divided by the power of the SI base unit second by exponent 2",
"conversionMultiplier" : "0.9144",
"conversionMultiplier:SN" : 0.9144,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T-2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/Acceleration", "http://qudt.org/vocab/quantitykind/LinearAcceleration" ],
"iec61360Code" : "0112/2///62720#UAB399",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB399",
"symbol" : "yd/s²",
"ucumCode" : "[yd_i].s-2",
"uneceCommonCode" : "M40",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Yard per Square Second", {
"@language" : "en",
"@value" : "Yard per Square Second"
} ],
"@context" : {
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD2
URI: http://qudt.org/vocab/unit/YD2
The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi).
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD2> rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi)."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.83612736 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.3612736E-1 ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/expression> "$yd^2$"^^<http://qudt.org/schema/qudt/LatexString> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Area> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB034" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB034"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "yd²" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i]2"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "YDK" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q1550511> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Square Yard" ; rdfs:label "Square Yard"@en ; .
{"resource":"Square Yard"
,"qname":"unit:YD2"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD2"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q1550511>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.83612736"
,"conversion multiplier scientific":"8.3612736E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"The square yard is an imperial\/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi)."
,"expression":"$yd^2$"
,"has dimension vector":"qkdv:A0E0L2I0M0H0T0D0"
,"has quantity kind":"quantitykind:Area"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB034"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB034"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Square Yard"
,"label":"Square Yard"
,"symbol":"yd²"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[yd_i]2"
,"unece common code":"YDK"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD2",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "The square yard is an imperial/US customary unit of area, formerly used in most of the English-speaking world but now generally replaced by the square metre outside of the U.S. , Canada and the U.K. It is defined as the area of a square with sides of one yard in length. (Gaj in Hindi).",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.83612736",
"conversionMultiplier:SN" : 0.83612736,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$yd^2$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L2I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Area",
"iec61360Code" : "0112/2///62720#UAB034",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB034",
"symbol" : "yd²",
"ucumCode" : "[yd_i]2",
"uneceCommonCode" : "YDK",
"wikidataMatch" : "http://www.wikidata.org/entity/Q1550511",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Square Yard", {
"@language" : "en",
"@value" : "Square Yard"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD3
URI: http://qudt.org/vocab/unit/YD3
A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/YD3>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.764554857984 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 7.64554857984E-1 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$yd^{3}$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Volume> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/PER-YD3> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB035" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB035"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "yd³" ;
<http://qudt.org/schema/qudt/ucumCode> "[yd_i]3"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "YDQ" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2165290> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Yard" ;
rdfs:label "Cubic Yard"@en ;
.
{"resource":"Cubic Yard"
,"qname":"unit:YD3"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD3"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2165290>"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.764554857984"
,"conversion multiplier scientific":"7.64554857984E-1"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"A cubic yard is an Imperial \/ U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length."
,"expression":"$yd^{3}$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T0D0"
,"has quantity kind":"quantitykind:Volume"
,"has reciprocal unit":"unit:PER-YD3"
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB035"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB035"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Yard"
,"label":"Cubic Yard"
,"symbol":"yd³"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[yd_i]3"
,"unece common code":"YDQ"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD3",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A cubic yard is an Imperial / U.S. customary unit of volume, used in the United States, Canada, and the UK. It is defined as the volume of a cube with sides of 1 yard in length.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.764554857984",
"conversionMultiplier:SN" : 0.764554857984,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"expression" : "$yd^{3}$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T0D0",
"hasFactorUnit" : "_:b0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Volume",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/PER-YD3",
"iec61360Code" : "0112/2///62720#UAB035",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB035",
"symbol" : "yd³",
"ucumCode" : "[yd_i]3",
"uneceCommonCode" : "YDQ",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2165290",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Cubic Yard"
}, "Cubic Yard" ],
"@context" : {
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD3-PER-DAY
URI: http://qudt.org/vocab/unit/YD3-PER-DAY
power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD3-PER-DAY> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.000008849014559999999999999999999999997 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 8.849014559999999999999999999999997E-6 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB037" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB037"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day" ; <http://qudt.org/schema/qudt/symbol> "yd³/d" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i]3.d-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M12" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Yard per Day" ; rdfs:label "Cubic Yard per Day"@en ; .
{"resource":"Cubic Yard per Day"
,"qname":"unit:YD3-PER-DAY"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD3-PER-DAY"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.000008849014559999999999999999999999997"
,"conversion multiplier scientific":"8.849014559999999999999999999999997E-6"
,"description":"power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"
,"description (plain text)":"power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB037"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB037"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Yard per Day"
,"label":"Cubic Yard per Day"
,"symbol":"yd³\/d"
,"type":"qudt:Unit"
,"ucum code":"[yd_i]3.d-1"
,"unece common code":"M12"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD3-PER-DAY",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "0.000008849014559999999999999999999999997",
"conversionMultiplier:SN" : 8.84901456E-6,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAB037",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB037",
"plainTextDescription" : "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for time day",
"symbol" : "yd³/d",
"ucumCode" : "[yd_i]3.d-1",
"uneceCommonCode" : "M12",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Yard per Day", {
"@language" : "en",
"@value" : "Cubic Yard per Day"
} ],
"@context" : {
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD3-PER-DEG_F
URI: http://qudt.org/vocab/unit/YD3-PER-DEG_F
power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD3-PER-DEG_F> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 1.3761987443712 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.3761987443712E0 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeThermalExpansion> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB036" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB036"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit" ; <http://qudt.org/schema/qudt/symbol> "yd³/°F" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i]3.[degF]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M11" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Yard per Degree Fahrenheit" ; rdfs:label "Cubic Yard per Degree Fahrenheit"@en ; .
{"resource":"Cubic Yard per Degree Fahrenheit"
,"qname":"unit:YD3-PER-DEG_F"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD3-PER-DEG_F"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"1.3761987443712"
,"conversion multiplier scientific":"1.3761987443712E0"
,"description":"power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"
,"description (plain text)":"power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit"
,"has dimension vector":"qkdv:A0E0L3I0M0H-1T0D0"
,"has quantity kind":"quantitykind:VolumeThermalExpansion"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB036"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB036"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Yard per Degree Fahrenheit"
,"label":"Cubic Yard per Degree Fahrenheit"
,"symbol":"yd³\/°F"
,"type":"qudt:Unit"
,"ucum code":"[yd_i]3.[degF]-1"
,"unece common code":"M11"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD3-PER-DEG_F",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit",
"applicableSystem" : [ "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "1.3761987443712",
"conversionMultiplier:SN" : 1.3761987443712,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H-1T0D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/VolumeThermalExpansion",
"iec61360Code" : "0112/2///62720#UAB036",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB036",
"plainTextDescription" : "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for temperature degree Fahrenheit",
"symbol" : "yd³/°F",
"ucumCode" : "[yd_i]3.[degF]-1",
"uneceCommonCode" : "M11",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Yard per Degree Fahrenheit", {
"@language" : "en",
"@value" : "Cubic Yard per Degree Fahrenheit"
} ],
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD3-PER-HR
URI: http://qudt.org/vocab/unit/YD3-PER-HR
power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD3-PER-HR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.00021237634944 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.1237634944E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB038" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB038"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour" ; <http://qudt.org/schema/qudt/symbol> "yd³/h" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i]3.h-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M13" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Yard per Hour" ; rdfs:label "Cubic Yard per Hour"@en ; .
{"resource":"Cubic Yard per Hour"
,"qname":"unit:YD3-PER-HR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD3-PER-HR"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.00021237634944"
,"conversion multiplier scientific":"2.1237634944E-4"
,"description":"power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour"
,"description (plain text)":"power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB038"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB038"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Yard per Hour"
,"label":"Cubic Yard per Hour"
,"symbol":"yd³\/h"
,"type":"qudt:Unit"
,"ucum code":"[yd_i]3.h-1"
,"unece common code":"M13"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD3-PER-HR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.00021237634944",
"conversionMultiplier:SN" : 2.1237634944E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAB038",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB038",
"plainTextDescription" : "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the unit for the time hour",
"symbol" : "yd³/h",
"ucumCode" : "[yd_i]3.h-1",
"uneceCommonCode" : "M13",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Yard per Hour", {
"@language" : "en",
"@value" : "Cubic Yard per Hour"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD3-PER-MIN
URI: http://qudt.org/vocab/unit/YD3-PER-MIN
$\textit{Cubic Yard per Minute}$ is an Imperial unit for 'Volume Per Unit Time' expressed as $yd^{3}/min$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/YD3-PER-MIN>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> """$\\textit{Cubic Yard per Minute}$ is an Imperial unit for 'Volume Per Unit Time' expressed as $yd^{3}/min$.
"""^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0127425809664 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.27425809664E-2 ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/definedUnitOfSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/expression> "$yd^{3}/min$"^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB040" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB040"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/symbol> "yd³/min" ;
<http://qudt.org/schema/qudt/ucumCode> "[yd_i]3.min-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "M15" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Cubic Yard per Minute" ;
rdfs:label "Cubic Yard per Minute"@en ;
.
{"resource":"Cubic Yard per Minute"
,"qname":"unit:YD3-PER-MIN"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD3-PER-MIN"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.0127425809664"
,"conversion multiplier scientific":"1.27425809664E-2"
,"defined unit of system":"sou:IMPERIAL"
,"defined unit of system":"sou:USCS"
,"description":"$\\textit{Cubic Yard per Minute}$ is an Imperial unit for 'Volume Per Unit Time' expressed as $yd^{3}\/min$.\n "
,"expression":"$yd^{3}\/min$"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB040"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB040"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Yard per Minute"
,"label":"Cubic Yard per Minute"
,"symbol":"yd³\/min"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"[yd_i]3.min-1"
,"unece common code":"M15"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD3-PER-MIN",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "$\\textit{Cubic Yard per Minute}$ is an Imperial unit for 'Volume Per Unit Time' expressed as $yd^{3}/min$.\n ",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.0127425809664",
"conversionMultiplier:SN" : 0.0127425809664,
"definedUnitOfSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"expression" : "$yd^{3}/min$",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumeFlowRate", "http://qudt.org/vocab/quantitykind/VolumePerTime" ],
"iec61360Code" : "0112/2///62720#UAB040",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB040",
"symbol" : "yd³/min",
"ucumCode" : "[yd_i]3.min-1",
"uneceCommonCode" : "M15",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Yard per Minute", {
"@language" : "en",
"@value" : "Cubic Yard per Minute"
} ],
"@context" : {
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"definedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/definedUnitOfSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"expression" : {
"@id" : "http://qudt.org/schema/qudt/expression",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD3-PER-PSI
URI: http://qudt.org/vocab/unit/YD3-PER-PSI
power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD3-PER-PSI> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0001108893019973135049303398173536047 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 1.108893019973135049303398173536047E-4 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Unknown> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB039" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB039"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "yd³/psi" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i]3.[psi]-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M14" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Yard per Psi" ; rdfs:label "Cubic Yard per Psi"@en ; .
{"resource":"Cubic Yard per Psi"
,"qname":"unit:YD3-PER-PSI"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD3-PER-PSI"
,"properties":["conversion multiplier":"0.0001108893019973135049303398173536047"
,"conversion multiplier scientific":"1.108893019973135049303398173536047E-4"
,"description":"power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)"
,"has dimension vector":"qkdv:A0E0L4I0M-1H0T2D0"
,"has quantity kind":"quantitykind:Unknown"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB039"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB039"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Yard per Psi"
,"label":"Cubic Yard per Psi"
,"symbol":"yd³\/psi"
,"type":"qudt:Unit"
,"ucum code":"[yd_i]3.[psi]-1"
,"unece common code":"M14"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD3-PER-PSI",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit yard according to the Anglo-American and the Imperial system of units with the exponent 3 divided by the composed unit for pressure (pound-force per square inch)",
"conversionMultiplier" : "0.0001108893019973135049303398173536047",
"conversionMultiplier:SN" : 1.1088930199731351E-4,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L4I0M-1H0T2D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Unknown",
"iec61360Code" : "0112/2///62720#UAB039",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB039",
"symbol" : "yd³/psi",
"ucumCode" : "[yd_i]3.[psi]-1",
"uneceCommonCode" : "M14",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Yard per Psi", {
"@language" : "en",
"@value" : "Cubic Yard per Psi"
} ],
"@context" : {
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YD3-PER-SEC
URI: http://qudt.org/vocab/unit/YD3-PER-SEC
power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YD3-PER-SEC> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second"^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.764554857984 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 7.64554857984E-1 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0> ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasFactorUnit> [] ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumeFlowRate> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/VolumePerTime> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB041" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB041"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second" ; <http://qudt.org/schema/qudt/symbol> "yd³/s" ; <http://qudt.org/schema/qudt/ucumCode> "[yd_i]3.s-1"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/uneceCommonCode> "M16" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Cubic Yard per Second" ; rdfs:label "Cubic Yard per Second"@en ; .
{"resource":"Cubic Yard per Second"
,"qname":"unit:YD3-PER-SEC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YD3-PER-SEC"
,"properties":["applicable system":"sou:IMPERIAL"
,"applicable system":"sou:USCS"
,"conversion multiplier":"0.764554857984"
,"conversion multiplier scientific":"7.64554857984E-1"
,"description":"power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second"
,"description (plain text)":"power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second"
,"has dimension vector":"qkdv:A0E0L3I0M0H0T-1D0"
,"has quantity kind":"quantitykind:VolumeFlowRate"
,"has quantity kind":"quantitykind:VolumePerTime"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"iec-61360 code":"0112\/2\/\/\/62720#UAB041"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB041"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Cubic Yard per Second"
,"label":"Cubic Yard per Second"
,"symbol":"yd³\/s"
,"type":"qudt:Unit"
,"ucum code":"[yd_i]3.s-1"
,"unece common code":"M16"
]}
{
"@id" : "http://qudt.org/vocab/unit/YD3-PER-SEC",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/USCS" ],
"conversionMultiplier" : "0.764554857984",
"conversionMultiplier:SN" : 0.764554857984,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L3I0M0H0T-1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : [ "http://qudt.org/vocab/quantitykind/VolumePerTime", "http://qudt.org/vocab/quantitykind/VolumeFlowRate" ],
"iec61360Code" : "0112/2///62720#UAB041",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB041",
"plainTextDescription" : "power of the unit and the Anglo-American and Imperial system of units with the exponent 3 divided by the SI base unit second",
"symbol" : "yd³/s",
"ucumCode" : "[yd_i]3.s-1",
"uneceCommonCode" : "M16",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Cubic Yard per Second", {
"@language" : "en",
"@value" : "Cubic Yard per Second"
} ],
"@context" : {
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YR
URI: http://qudt.org/vocab/unit/YR
A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YR> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 31557600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.15576E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB026" ; <http://qudt.org/schema/qudt/informativeReference> "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6"^^xsd:anyURI ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB026"^^xsd:anyURI ; <http://qudt.org/schema/qudt/omUnit> <http://www.ontology-of-units-of-measure.org/resource/om-2/year> ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "a" ; <http://qudt.org/schema/qudt/ucumCode> "a"^^<http://qudt.org/schema/qudt/UCUMcs> ; <http://qudt.org/schema/qudt/udunitsCode> "yr" ; <http://qudt.org/schema/qudt/uneceCommonCode> "ANN" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q577> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Year" ; rdfs:label "Year"@en ; .
{"resource":"Year"
,"qname":"unit:YR"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YR"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q577>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"31557600.0"
,"conversion multiplier scientific":"3.15576E7"
,"description":"A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB026"
,"informative reference":"http:\/\/www.oxfordreference.com\/view\/10.1093\/acref\/9780198605225.001.0001\/acref-9780198605225-e-1533?rskey=b94Fd6"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB026"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Year"
,"label":"Year"
,"om unit":"<http:\/\/www.ontology-of-units-of-measure.org\/resource\/om-2\/year>"
,"scalingOf":"unit:SEC"
,"symbol":"a"
,"type":"qudt:Unit"
,"ucum code":"a"
,"udunits code":"yr"
,"unece common code":"ANN"
]}
{
"@id" : "http://qudt.org/vocab/unit/YR",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A year is any of the various periods equated with one passage of Earth about the Sun, and hence of roughly 365 days. The familiar calendar has a mixture of 365- and 366-day years, reflecting the fact that the time for one complete passage takes about 365¼ days; the precise value for this figure depends on the manner of defining the year.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/IMPERIAL" ],
"conversionMultiplier" : "31557600.0",
"conversionMultiplier:SN" : 3.15576E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAB026",
"informativeReference" : [ "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB026", "http://www.oxfordreference.com/view/10.1093/acref/9780198605225.001.0001/acref-9780198605225-e-1533?rskey=b94Fd6" ],
"omUnit" : "http://www.ontology-of-units-of-measure.org/resource/om-2/year",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "a",
"ucumCode" : "a",
"udunitsCode" : "yr",
"uneceCommonCode" : "ANN",
"wikidataMatch" : "http://www.wikidata.org/entity/Q577",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Year", {
"@language" : "en",
"@value" : "Year"
} ],
"@context" : {
"omUnit" : {
"@id" : "http://qudt.org/schema/qudt/omUnit",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"udunitsCode" : {
"@id" : "http://qudt.org/schema/qudt/udunitsCode"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YR-PER-NUM
URI: http://qudt.org/vocab/unit/YR-PER-NUM
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/YR-PER-NUM>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 31557600.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.15576E7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasFactorUnit> [] ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/TimePerCount> ;
<http://qudt.org/schema/qudt/hasReciprocalUnit> <http://qudt.org/vocab/unit/NUM-PER-YR> ;
<http://qudt.org/schema/qudt/symbol> "a/#" ;
<http://qudt.org/schema/qudt/ucumCode> "a.{#}-1"^^<http://qudt.org/schema/qudt/UCUMcs> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Year per Number" ;
rdfs:label "Year per Number"@en ;
.
{"resource":"Year per Number"
,"qname":"unit:YR-PER-NUM"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YR-PER-NUM"
,"properties":["applicable system":"sou:SI"
,"conversion multiplier":"31557600.0"
,"conversion multiplier scientific":"3.15576E7"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:TimePerCount"
,"has reciprocal unit":"unit:NUM-PER-YR"
,"hasFactorUnit":null
,"hasFactorUnit":null
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Year per Number"
,"label":"Year per Number"
,"symbol":"a\/#"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"a.{#}-1"
]}
{
"@id" : "http://qudt.org/vocab/unit/YR-PER-NUM",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"applicableSystem" : "http://qudt.org/vocab/sou/SI",
"conversionMultiplier" : "31557600.0",
"conversionMultiplier:SN" : 3.15576E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasFactorUnit" : [ "_:b0", "_:b1" ],
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/TimePerCount",
"hasReciprocalUnit" : "http://qudt.org/vocab/unit/NUM-PER-YR",
"symbol" : "a/#",
"ucumCode" : "a.{#}-1",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Year per Number", {
"@language" : "en",
"@value" : "Year per Number"
} ],
"@context" : {
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasFactorUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasFactorUnit",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"hasReciprocalUnit" : {
"@id" : "http://qudt.org/schema/qudt/hasReciprocalUnit",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YR_Common
URI: http://qudt.org/vocab/unit/YR_Common
31,536,000-fold of the SI base unit second according a common year with 365 days
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YR_Common> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "31,536,000-fold of the SI base unit second according a common year with 365 days"^^rdf:HTML ; <http://qudt.org/schema/qudt/conversionMultiplier> 31536000.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.1536E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB025" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB025"^^xsd:anyURI ; <http://qudt.org/schema/qudt/plainTextDescription> "31,536,000-fold of the SI base unit second according a common year with 365 days" ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "a" ; <http://qudt.org/schema/qudt/uneceCommonCode> "L95" ; <http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q235729> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Common Year" ; rdfs:label "Common Year"@en ; .
{"resource":"Common Year"
,"qname":"unit:YR_Common"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YR_Common"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q235729>"
,"conversion multiplier":"31536000.0"
,"conversion multiplier scientific":"3.1536E7"
,"description":"31,536,000-fold of the SI base unit second according a common year with 365 days"
,"description (plain text)":"31,536,000-fold of the SI base unit second according a common year with 365 days"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB025"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB025"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Common Year"
,"label":"Common Year"
,"scalingOf":"unit:SEC"
,"symbol":"a"
,"type":"qudt:Unit"
,"unece common code":"L95"
]}
{
"@id" : "http://qudt.org/vocab/unit/YR_Common",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "31,536,000-fold of the SI base unit second according a common year with 365 days",
"conversionMultiplier" : "31536000.0",
"conversionMultiplier:SN" : 3.1536E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAB025",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB025",
"plainTextDescription" : "31,536,000-fold of the SI base unit second according a common year with 365 days",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "a",
"uneceCommonCode" : "L95",
"wikidataMatch" : "http://www.wikidata.org/entity/Q235729",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Common Year", {
"@language" : "en",
"@value" : "Common Year"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YR_Metrology
URI: http://qudt.org/vocab/unit/YR_Metrology
31,557,600-fold of the SI base unit second according to one year with 365.25 days as physical quantity in the metrology
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/YR_Metrology> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "31,557,600-fold of the SI base unit second according to one year with 365.25 days as physical quantity in the metrology" ; <http://qudt.org/schema/qudt/conversionMultiplier> 31557600.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 3.15576E7 ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAD922" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD922"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ; <http://qudt.org/schema/qudt/symbol> "y (metrology)" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Metrology Year" ; rdfs:label "Metrology Year"@en ; .
{"resource":"Metrology Year"
,"qname":"unit:YR_Metrology"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YR_Metrology"
,"properties":["conversion multiplier":"31557600.0"
,"conversion multiplier scientific":"3.15576E7"
,"description":"31,557,600-fold of the SI base unit second according to one year with 365.25 days as physical quantity in the metrology"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAD922"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAD922"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Metrology Year"
,"label":"Metrology Year"
,"scalingOf":"unit:SEC"
,"symbol":"y (metrology)"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/YR_Metrology",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "31,557,600-fold of the SI base unit second according to one year with 365.25 days as physical quantity in the metrology",
"conversionMultiplier" : "31557600.0",
"conversionMultiplier:SN" : 3.15576E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAD922",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAD922",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "y (metrology)",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Metrology Year"
}, "Metrology Year" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YR_Sidereal
URI: http://qudt.org/vocab/unit/YR_Sidereal
A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/YR_Sidereal>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere."^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 31558149.7632 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.15581497632E7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB028" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB028"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/symbol> "a{sidereal}" ;
<http://qudt.org/schema/qudt/uneceCommonCode> "L96" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q2281928> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Sidereal Year" ;
rdfs:label "Sidereal Year"@en ;
.
{"resource":"Sidereal Year"
,"qname":"unit:YR_Sidereal"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YR_Sidereal"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q2281928>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"31558149.7632"
,"conversion multiplier scientific":"3.15581497632E7"
,"description":"A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB028"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB028"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Sidereal Year"
,"label":"Sidereal Year"
,"scalingOf":"unit:SEC"
,"symbol":"a{sidereal}"
,"type":"qudt:Unit"
,"unece common code":"L96"
]}
{
"@id" : "http://qudt.org/vocab/unit/YR_Sidereal",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "A sidereal year is the time taken for Sun to return to the same position with respect to the stars of the celestial sphere.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS" ],
"conversionMultiplier" : "31558149.7632",
"conversionMultiplier:SN" : 3.15581497632E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAB028",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB028",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "a{sidereal}",
"uneceCommonCode" : "L96",
"wikidataMatch" : "http://www.wikidata.org/entity/Q2281928",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Sidereal Year", {
"@language" : "en",
"@value" : "Sidereal Year"
} ],
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YR_TROPICAL
URI: http://qudt.org/vocab/unit/YR_TROPICAL
A tropical year (also known as a solar year), for general purposes, is the length of time that the Sun takes to return to the same position in the cycle of seasons, as seen from Earth; for example, the time from vernal equinox to vernal equinox, or from summer solstice to summer solstice. Because of the precession of the equinoxes, the seasonal cycle does not remain exactly synchronised with the position of the Earth in its orbit around the Sun. As a consequence, the tropical year is about 20 minutes shorter than the time it takes Earth to complete one full orbit around the Sun as measured with respect to the fixed stars. Since antiquity, astronomers have progressively refined the definition of the tropical year, and currently define it as the time required for the mean Sun's tropical longitude (longitudinal position along the ecliptic relative to its position at the vernal equinox) to increase by 360 degrees (that is, to complete one full seasonal circuit).
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/YR_TROPICAL>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "<p>A tropical year (also known as a solar year), for general purposes, is the length of time that the Sun takes to return to the same position in the cycle of seasons, as seen from Earth; for example, the time from vernal equinox to vernal equinox, or from summer solstice to summer solstice. Because of the precession of the equinoxes, the seasonal cycle does not remain exactly synchronised with the position of the Earth in its orbit around the Sun. As a consequence, the tropical year is about 20 minutes shorter than the time it takes Earth to complete one full orbit around the Sun as measured with respect to the fixed stars. Since antiquity, astronomers have progressively refined the definition of the tropical year, and currently define it as the time required for the mean Sun's tropical longitude (longitudinal position along the ecliptic relative to its position at the vernal equinox) to increase by 360 degrees (that is, to complete one full seasonal circuit).</p>"^^rdf:HTML ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/IMPERIAL> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/USCS> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 31556925.216 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 3.1556925216E7 ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Time> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB029" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB029"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/SEC> ;
<http://qudt.org/schema/qudt/symbol> "a{tropical}" ;
<http://qudt.org/schema/qudt/ucumCode> "a_t"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "D42" ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q189607> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Tropical Year" ;
rdfs:label "Tropical Year"@en ;
<http://www.w3.org/2004/02/skos/core#altLabel> "solar year" ;
.
{"resource":"Tropical Year"
,"qname":"unit:YR_TROPICAL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YR_TROPICAL"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q189607>"
,"alternative label":"solar year"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:IMPERIAL"
,"applicable system":"sou:SI"
,"applicable system":"sou:USCS"
,"conversion multiplier":"31556925.216"
,"conversion multiplier scientific":"3.1556925216E7"
,"description":"<p>A tropical year (also known as a solar year), for general purposes, is the length of time that the Sun takes to return to the same position in the cycle of seasons, as seen from Earth; for example, the time from vernal equinox to vernal equinox, or from summer solstice to summer solstice. Because of the precession of the equinoxes, the seasonal cycle does not remain exactly synchronised with the position of the Earth in its orbit around the Sun. As a consequence, the tropical year is about 20 minutes shorter than the time it takes Earth to complete one full orbit around the Sun as measured with respect to the fixed stars. Since antiquity, astronomers have progressively refined the definition of the tropical year, and currently define it as the time required for the mean Sun's tropical longitude (longitudinal position along the ecliptic relative to its position at the vernal equinox) to increase by 360 degrees (that is, to complete one full seasonal circuit).<\/p>"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:Time"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB029"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB029"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Tropical Year"
,"label":"Tropical Year"
,"scalingOf":"unit:SEC"
,"symbol":"a{tropical}"
,"type":"qudt:Unit"
,"ucum code":"a_t"
,"unece common code":"D42"
]}
{
"@id" : "http://qudt.org/vocab/unit/YR_TROPICAL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "<p>A tropical year (also known as a solar year), for general purposes, is the length of time that the Sun takes to return to the same position in the cycle of seasons, as seen from Earth; for example, the time from vernal equinox to vernal equinox, or from summer solstice to summer solstice. Because of the precession of the equinoxes, the seasonal cycle does not remain exactly synchronised with the position of the Earth in its orbit around the Sun. As a consequence, the tropical year is about 20 minutes shorter than the time it takes Earth to complete one full orbit around the Sun as measured with respect to the fixed stars. Since antiquity, astronomers have progressively refined the definition of the tropical year, and currently define it as the time required for the mean Sun's tropical longitude (longitudinal position along the ecliptic relative to its position at the vernal equinox) to increase by 360 degrees (that is, to complete one full seasonal circuit).</p>",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/USCS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/IMPERIAL", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-EMU" ],
"conversionMultiplier" : "31556925.216",
"conversionMultiplier:SN" : 3.1556925216E7,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Time",
"iec61360Code" : "0112/2///62720#UAB029",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB029",
"scalingOf" : "http://qudt.org/vocab/unit/SEC",
"symbol" : "a{tropical}",
"ucumCode" : "a_t",
"uneceCommonCode" : "D42",
"wikidataMatch" : "http://www.wikidata.org/entity/Q189607",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Tropical Year", {
"@language" : "en",
"@value" : "Tropical Year"
} ],
"altLabel" : "solar year",
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"altLabel" : {
"@id" : "http://www.w3.org/2004/02/skos/core#altLabel"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YoctoC
URI: http://qudt.org/vocab/unit/YoctoC
A YoctoCoulomb is $10^{-24} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/YoctoC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A YoctoCoulomb is $10^{-24} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-24 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Yocto> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "yC" ;
<http://qudt.org/schema/qudt/ucumCode> "yC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95447237> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Yoctocoulomb" ;
rdfs:label "Yoctocoulomb"@cs ;
rdfs:label "Yoctocoulomb"@de ;
rdfs:label "Yoctocoulomb"@en ;
rdfs:label "Yoctocoulomb"@fr ;
rdfs:label "Yoctocoulomb"@hu ;
rdfs:label "Yoctocoulomb"@it ;
rdfs:label "Yoctocoulomb"@ms ;
rdfs:label "Yoctocoulomb"@ro ;
rdfs:label "Yoctocoulomb"@sl ;
rdfs:label "Yoctocoulomb"@tr ;
rdfs:label "Yoctoculombio"@es ;
rdfs:label "Yoctokulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Yoctocoulomb"
,"qname":"unit:YoctoC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YoctoC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95447237>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000000000001"
,"conversion multiplier scientific":"1.0E-24"
,"description":"A YoctoCoulomb is $10^{-24} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yoctocoulomb"
,"label":"Yoctocoulomb"
,"label":"Yoctocoulomb"
,"label":"Yoctocoulomb"
,"label":"Yoctocoulomb"
,"label":"Yoctocoulomb"
,"label":"Yoctocoulomb"
,"label":"Yoctocoulomb"
,"label":"Yoctocoulomb"
,"label":"Yoctocoulomb"
,"label":"Yoctocoulomb"
,"label":"Yoctoculombio"
,"label":"Yoctokulomb"
,"prefix":"prefix:Yocto"
,"scalingOf":"unit:C"
,"symbol":"yC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"yC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/YoctoC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A YoctoCoulomb is $10^{-24} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000000000000000000001",
"conversionMultiplier:SN" : 1.0E-24,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Yocto",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "yC",
"ucumCode" : "yC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95447237",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "pl",
"@value" : "Yoctokulomb"
}, "Yoctocoulomb", {
"@language" : "cs",
"@value" : "Yoctocoulomb"
}, {
"@language" : "de",
"@value" : "Yoctocoulomb"
}, {
"@language" : "en",
"@value" : "Yoctocoulomb"
}, {
"@language" : "fr",
"@value" : "Yoctocoulomb"
}, {
"@language" : "hu",
"@value" : "Yoctocoulomb"
}, {
"@language" : "it",
"@value" : "Yoctocoulomb"
}, {
"@language" : "ms",
"@value" : "Yoctocoulomb"
}, {
"@language" : "ro",
"@value" : "Yoctocoulomb"
}, {
"@language" : "sl",
"@value" : "Yoctocoulomb"
}, {
"@language" : "tr",
"@value" : "Yoctocoulomb"
}, {
"@language" : "es",
"@value" : "Yoctoculombio"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:YottaC
URI: http://qudt.org/vocab/unit/YottaC
A YottaCoulomb is $10^{24} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/YottaC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A YottaCoulomb is $10^{24} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E24 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Yotta> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "YC" ;
<http://qudt.org/schema/qudt/ucumCode> "YC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q94415526> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Yottacoulomb" ;
rdfs:label "Yottacoulomb"@cs ;
rdfs:label "Yottacoulomb"@de ;
rdfs:label "Yottacoulomb"@en ;
rdfs:label "Yottacoulomb"@fr ;
rdfs:label "Yottacoulomb"@hu ;
rdfs:label "Yottacoulomb"@it ;
rdfs:label "Yottacoulomb"@ms ;
rdfs:label "Yottacoulomb"@ro ;
rdfs:label "Yottacoulomb"@sl ;
rdfs:label "Yottacoulomb"@tr ;
rdfs:label "Yottaculombio"@es ;
rdfs:label "Yottakulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Yottacoulomb"
,"qname":"unit:YottaC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/YottaC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q94415526>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000000000000000.0"
,"conversion multiplier scientific":"1.0E24"
,"description":"A YottaCoulomb is $10^{24} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Yottacoulomb"
,"label":"Yottacoulomb"
,"label":"Yottacoulomb"
,"label":"Yottacoulomb"
,"label":"Yottacoulomb"
,"label":"Yottacoulomb"
,"label":"Yottacoulomb"
,"label":"Yottacoulomb"
,"label":"Yottacoulomb"
,"label":"Yottacoulomb"
,"label":"Yottacoulomb"
,"label":"Yottaculombio"
,"label":"Yottakulomb"
,"prefix":"prefix:Yotta"
,"scalingOf":"unit:C"
,"symbol":"YC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"YC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/YottaC",
"@type" : [ "http://qudt.org/schema/qudt/DerivedUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "A YottaCoulomb is $10^{24} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "1000000000000000000000000.0",
"conversionMultiplier:SN" : 1.0E24,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Yotta",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "YC",
"ucumCode" : "YC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q94415526",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Yottacoulomb", {
"@language" : "es",
"@value" : "Yottaculombio"
}, {
"@language" : "pl",
"@value" : "Yottakulomb"
}, {
"@language" : "cs",
"@value" : "Yottacoulomb"
}, {
"@language" : "de",
"@value" : "Yottacoulomb"
}, {
"@language" : "en",
"@value" : "Yottacoulomb"
}, {
"@language" : "fr",
"@value" : "Yottacoulomb"
}, {
"@language" : "hu",
"@value" : "Yottacoulomb"
}, {
"@language" : "it",
"@value" : "Yottacoulomb"
}, {
"@language" : "ms",
"@value" : "Yottacoulomb"
}, {
"@language" : "ro",
"@value" : "Yottacoulomb"
}, {
"@language" : "sl",
"@value" : "Yottacoulomb"
}, {
"@language" : "tr",
"@value" : "Yottacoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:Z
URI: http://qudt.org/vocab/unit/Z
In chemistry and physics, the atomic number (also known as the proton number) is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. It is conventionally represented by the symbol Z. The atomic number uniquely identifies a chemical element. In an atom of neutral charge, the atomic number is also equal to the number of electrons.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/Z> rdf:type <http://qudt.org/schema/qudt/CountingUnit> ; rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "In chemistry and physics, the atomic number (also known as the proton number) is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. It is conventionally represented by the symbol Z. The atomic number uniquely identifies a chemical element. In an atom of neutral charge, the atomic number is also equal to the number of electrons."^^rdf:HTML ; <http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ; <http://qudt.org/schema/qudt/dbpediaMatch> "http://dbpedia.org/resource/Atomic_number"^^xsd:anyURI ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/AtomicNumber> ; <http://qudt.org/schema/qudt/informativeReference> "http://en.wikipedia.org/wiki/Atomic_number?oldid=490723437"^^xsd:anyURI ; <http://qudt.org/schema/qudt/symbol> "Z" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Atomic-number" ; rdfs:label "Atomic-number"@en ; .
{"resource":"Atomic-number"
,"qname":"unit:Z"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/Z"
,"properties":["applicable system":"sou:CGS"
,"conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"dbpedia match":"http:\/\/dbpedia.org\/resource\/Atomic_number"
,"description":"In chemistry and physics, the atomic number (also known as the proton number) is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. It is conventionally represented by the symbol Z. The atomic number uniquely identifies a chemical element. In an atom of neutral charge, the atomic number is also equal to the number of electrons."
,"has dimension vector":"qkdv:A0E0L0I0M0H0T0D1"
,"has quantity kind":"quantitykind:AtomicNumber"
,"informative reference":"http:\/\/en.wikipedia.org\/wiki\/Atomic_number?oldid=490723437"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Atomic-number"
,"label":"Atomic-number"
,"symbol":"Z"
,"type":"qudt:CountingUnit"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/Z",
"@type" : [ "http://qudt.org/schema/qudt/CountingUnit", "http://qudt.org/schema/qudt/Unit" ],
"description" : "In chemistry and physics, the atomic number (also known as the proton number) is the number of protons found in the nucleus of an atom and therefore identical to the charge number of the nucleus. It is conventionally represented by the symbol Z. The atomic number uniquely identifies a chemical element. In an atom of neutral charge, the atomic number is also equal to the number of electrons.",
"applicableSystem" : "http://qudt.org/vocab/sou/CGS",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"dbpediaMatch" : "http://dbpedia.org/resource/Atomic_number",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T0D1",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/AtomicNumber",
"informativeReference" : "http://en.wikipedia.org/wiki/Atomic_number?oldid=490723437",
"symbol" : "Z",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ {
"@language" : "en",
"@value" : "Atomic-number"
}, "Atomic-number" ],
"@context" : {
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"dbpediaMatch" : {
"@id" : "http://qudt.org/schema/qudt/dbpediaMatch",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ZOLL
URI: http://qudt.org/vocab/unit/ZOLL
length measure corresponding to the imperial unit "inch"
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://qudt.org/vocab/unit/ZOLL> rdf:type <http://qudt.org/schema/qudt/Unit> ; <http://purl.org/dc/terms/description> "length measure corresponding to the imperial unit \"inch\"" ; <http://qudt.org/schema/qudt/conversionMultiplier> 0.0254 ; <http://qudt.org/schema/qudt/conversionMultiplierSN> 2.54E-2 ; <http://qudt.org/schema/qudt/exactMatch> <http://qudt.org/vocab/unit/IN> ; <http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0> ; <http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Length> ; <http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB837" ; <http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB837"^^xsd:anyURI ; <http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/M> ; <http://qudt.org/schema/qudt/symbol> "“" ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "Inch" ; rdfs:label "Inch"@en ; rdfs:label "Zoll"@de ; .
{"resource":"Inch"
,"qname":"unit:ZOLL"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ZOLL"
,"properties":["conversion multiplier":"0.0254"
,"conversion multiplier scientific":"2.54E-2"
,"description":"length measure corresponding to the imperial unit \"inch\""
,"exact match":"unit:IN"
,"has dimension vector":"qkdv:A0E0L1I0M0H0T0D0"
,"has quantity kind":"quantitykind:Length"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB837"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB837"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Inch"
,"label":"Inch"
,"label":"Zoll"
,"scalingOf":"unit:M"
,"symbol":"\u201C"
,"type":"qudt:Unit"
]}
{
"@id" : "http://qudt.org/vocab/unit/ZOLL",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "length measure corresponding to the imperial unit \"inch\"",
"conversionMultiplier" : "0.0254",
"conversionMultiplier:SN" : 0.0254,
"exactMatch" : "http://qudt.org/vocab/unit/IN",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L1I0M0H0T0D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Length",
"iec61360Code" : "0112/2///62720#UAB837",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB837",
"scalingOf" : "http://qudt.org/vocab/unit/M",
"symbol" : "“",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Inch", {
"@language" : "en",
"@value" : "Inch"
}, {
"@language" : "de",
"@value" : "Zoll"
} ],
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"exactMatch" : {
"@id" : "http://qudt.org/schema/qudt/exactMatch",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ZeptoC
URI: http://qudt.org/vocab/unit/ZeptoC
A ZeptoCoulomb is $10^{-21} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ZeptoC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A ZeptoCoulomb is $10^{-21} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.000000000000000000001 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E-21 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Zepto> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "zC" ;
<http://qudt.org/schema/qudt/ucumCode> "zC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q95447079> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Zeptocoulomb" ;
rdfs:label "Zeptocoulomb"@cs ;
rdfs:label "Zeptocoulomb"@de ;
rdfs:label "Zeptocoulomb"@en ;
rdfs:label "Zeptocoulomb"@fr ;
rdfs:label "Zeptocoulomb"@hu ;
rdfs:label "Zeptocoulomb"@it ;
rdfs:label "Zeptocoulomb"@ms ;
rdfs:label "Zeptocoulomb"@ro ;
rdfs:label "Zeptocoulomb"@sl ;
rdfs:label "Zeptocoulomb"@tr ;
rdfs:label "Zeptoculombio"@es ;
rdfs:label "Zeptokulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Zeptocoulomb"
,"qname":"unit:ZeptoC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ZeptoC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q95447079>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"0.000000000000000000001"
,"conversion multiplier scientific":"1.0E-21"
,"description":"A ZeptoCoulomb is $10^{-21} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Zeptocoulomb"
,"label":"Zeptocoulomb"
,"label":"Zeptocoulomb"
,"label":"Zeptocoulomb"
,"label":"Zeptocoulomb"
,"label":"Zeptocoulomb"
,"label":"Zeptocoulomb"
,"label":"Zeptocoulomb"
,"label":"Zeptocoulomb"
,"label":"Zeptocoulomb"
,"label":"Zeptocoulomb"
,"label":"Zeptoculombio"
,"label":"Zeptokulomb"
,"prefix":"prefix:Zepto"
,"scalingOf":"unit:C"
,"symbol":"zC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"zC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/ZeptoC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A ZeptoCoulomb is $10^{-21} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/CGS-GAUSS" ],
"conversionMultiplier" : "0.000000000000000000001",
"conversionMultiplier:SN" : 1.0E-21,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Zepto",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "zC",
"ucumCode" : "zC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q95447079",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Zeptocoulomb", {
"@language" : "cs",
"@value" : "Zeptocoulomb"
}, {
"@language" : "de",
"@value" : "Zeptocoulomb"
}, {
"@language" : "es",
"@value" : "Zeptoculombio"
}, {
"@language" : "pl",
"@value" : "Zeptokulomb"
}, {
"@language" : "en",
"@value" : "Zeptocoulomb"
}, {
"@language" : "fr",
"@value" : "Zeptocoulomb"
}, {
"@language" : "hu",
"@value" : "Zeptocoulomb"
}, {
"@language" : "it",
"@value" : "Zeptocoulomb"
}, {
"@language" : "ms",
"@value" : "Zeptocoulomb"
}, {
"@language" : "ro",
"@value" : "Zeptocoulomb"
}, {
"@language" : "sl",
"@value" : "Zeptocoulomb"
}, {
"@language" : "tr",
"@value" : "Zeptocoulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:ZettaC
URI: http://qudt.org/vocab/unit/ZettaC
A ZettaCoulomb is $10^{21} C$.
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/ZettaC>
rdf:type <http://qudt.org/schema/qudt/DerivedUnit> ;
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "A ZettaCoulomb is $10^{21} C$."^^<http://qudt.org/schema/qudt/LatexString> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-EMU> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/CGS-GAUSS> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/PLANCK> ;
<http://qudt.org/schema/qudt/applicableSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/conversionMultiplier> 1000000000000000000000.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 1.0E21 ;
<http://qudt.org/schema/qudt/derivedUnitOfSystem> <http://qudt.org/vocab/sou/SI> ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/ElectricCharge> ;
<http://qudt.org/schema/qudt/prefix> <http://qudt.org/vocab/prefix/Zetta> ;
<http://qudt.org/schema/qudt/scalingOf> <http://qudt.org/vocab/unit/C> ;
<http://qudt.org/schema/qudt/symbol> "ZC" ;
<http://qudt.org/schema/qudt/ucumCode> "ZC"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/wikidataMatch> <http://www.wikidata.org/entity/Q54083746> ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Zettacoulomb" ;
rdfs:label "Zettacoulomb"@cs ;
rdfs:label "Zettacoulomb"@de ;
rdfs:label "Zettacoulomb"@en ;
rdfs:label "Zettacoulomb"@fr ;
rdfs:label "Zettacoulomb"@hu ;
rdfs:label "Zettacoulomb"@it ;
rdfs:label "Zettacoulomb"@ms ;
rdfs:label "Zettacoulomb"@ro ;
rdfs:label "Zettacoulomb"@sl ;
rdfs:label "Zettacoulomb"@tr ;
rdfs:label "Zettaculombio"@es ;
rdfs:label "Zettakulomb"@pl ;
<http://www.w3.org/ns/prov#wasDerivedFrom> <http://qudt.org/vocab/unit/C> ;
.
{"resource":"Zettacoulomb"
,"qname":"unit:ZettaC"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/ZettaC"
,"properties":["Wikidata match":"<http:\/\/www.wikidata.org\/entity\/Q54083746>"
,"applicable system":"sou:CGS"
,"applicable system":"sou:CGS-EMU"
,"applicable system":"sou:CGS-GAUSS"
,"applicable system":"sou:PLANCK"
,"applicable system":"sou:SI"
,"conversion multiplier":"1000000000000000000000.0"
,"conversion multiplier scientific":"1.0E21"
,"description":"A ZettaCoulomb is $10^{21} C$."
,"has dimension vector":"qkdv:A0E1L0I0M0H0T1D0"
,"has quantity kind":"quantitykind:ElectricCharge"
,"is derived unit of system":"sou:SI"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Zettacoulomb"
,"label":"Zettacoulomb"
,"label":"Zettacoulomb"
,"label":"Zettacoulomb"
,"label":"Zettacoulomb"
,"label":"Zettacoulomb"
,"label":"Zettacoulomb"
,"label":"Zettacoulomb"
,"label":"Zettacoulomb"
,"label":"Zettacoulomb"
,"label":"Zettacoulomb"
,"label":"Zettaculombio"
,"label":"Zettakulomb"
,"prefix":"prefix:Zetta"
,"scalingOf":"unit:C"
,"symbol":"ZC"
,"type":"qudt:DerivedUnit"
,"type":"qudt:Unit"
,"ucum code":"ZC"
,"was derived from":"unit:C"
]}
{
"@id" : "http://qudt.org/vocab/unit/ZettaC",
"@type" : [ "http://qudt.org/schema/qudt/Unit", "http://qudt.org/schema/qudt/DerivedUnit" ],
"description" : "A ZettaCoulomb is $10^{21} C$.",
"applicableSystem" : [ "http://qudt.org/vocab/sou/CGS-GAUSS", "http://qudt.org/vocab/sou/CGS-EMU", "http://qudt.org/vocab/sou/SI", "http://qudt.org/vocab/sou/CGS", "http://qudt.org/vocab/sou/PLANCK" ],
"conversionMultiplier" : "1000000000000000000000.0",
"conversionMultiplier:SN" : 1.0E21,
"derivedUnitOfSystem" : "http://qudt.org/vocab/sou/SI",
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E1L0I0M0H0T1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/ElectricCharge",
"prefix" : "http://qudt.org/vocab/prefix/Zetta",
"scalingOf" : "http://qudt.org/vocab/unit/C",
"symbol" : "ZC",
"ucumCode" : "ZC",
"wikidataMatch" : "http://www.wikidata.org/entity/Q54083746",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Zettacoulomb", {
"@language" : "cs",
"@value" : "Zettacoulomb"
}, {
"@language" : "de",
"@value" : "Zettacoulomb"
}, {
"@language" : "es",
"@value" : "Zettaculombio"
}, {
"@language" : "fr",
"@value" : "Zettacoulomb"
}, {
"@language" : "hu",
"@value" : "Zettacoulomb"
}, {
"@language" : "it",
"@value" : "Zettacoulomb"
}, {
"@language" : "ms",
"@value" : "Zettacoulomb"
}, {
"@language" : "ro",
"@value" : "Zettacoulomb"
}, {
"@language" : "sl",
"@value" : "Zettacoulomb"
}, {
"@language" : "tr",
"@value" : "Zettacoulomb"
}, {
"@language" : "en",
"@value" : "Zettacoulomb"
}, {
"@language" : "pl",
"@value" : "Zettakulomb"
} ],
"wasDerivedFrom" : "http://qudt.org/vocab/unit/C",
"@context" : {
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://qudt.org/schema/qudt/LatexString"
},
"wikidataMatch" : {
"@id" : "http://qudt.org/schema/qudt/wikidataMatch",
"@type" : "@id"
},
"applicableSystem" : {
"@id" : "http://qudt.org/schema/qudt/applicableSystem",
"@type" : "@id"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"prefix" : {
"@id" : "http://qudt.org/schema/qudt/prefix",
"@type" : "@id"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"wasDerivedFrom" : {
"@id" : "http://www.w3.org/ns/prov#wasDerivedFrom",
"@type" : "@id"
},
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"scalingOf" : {
"@id" : "http://qudt.org/schema/qudt/scalingOf",
"@type" : "@id"
},
"derivedUnitOfSystem" : {
"@id" : "http://qudt.org/schema/qudt/derivedUnitOfSystem",
"@type" : "@id"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
unit:failures-in-time
URI: http://qudt.org/vocab/unit/failures-in-time
unit of failure rate
@prefix owl: <http://www.w3.org/2002/07/owl#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
<http://qudt.org/vocab/unit/failures-in-time>
rdf:type <http://qudt.org/schema/qudt/Unit> ;
<http://purl.org/dc/terms/description> "unit of failure rate"^^rdf:HTML ;
<http://qudt.org/schema/qudt/conversionMultiplier> 0.0 ;
<http://qudt.org/schema/qudt/conversionMultiplierSN> 0.0E0 ;
<http://qudt.org/schema/qudt/deprecated> true ;
<http://qudt.org/schema/qudt/hasDimensionVector> <http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0> ;
<http://qudt.org/schema/qudt/hasQuantityKind> <http://qudt.org/vocab/quantitykind/Frequency> ;
<http://qudt.org/schema/qudt/iec61360Code> "0112/2///62720#UAB403" ;
<http://qudt.org/schema/qudt/informativeReference> "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB403"^^xsd:anyURI ;
<http://qudt.org/schema/qudt/plainTextDescription> "unit of failure rate" ;
<http://qudt.org/schema/qudt/symbol> "failures/s" ;
<http://qudt.org/schema/qudt/ucumCode> "s-1{failures}"^^<http://qudt.org/schema/qudt/UCUMcs> ;
<http://qudt.org/schema/qudt/uneceCommonCode> "FIT" ;
rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ;
rdfs:label "Failures in Time" ;
rdfs:label "Failures in Time"@en ;
.
{"resource":"Failures in Time"
,"qname":"unit:failures-in-time"
,"uri":"http:\/\/qudt.org\/vocab\/unit\/failures-in-time"
,"properties":["conversion multiplier":"0.0"
,"conversion multiplier scientific":"0.0E0"
,"deprecated":"true"
,"description":"unit of failure rate"
,"description (plain text)":"unit of failure rate"
,"has dimension vector":"qkdv:A0E0L0I0M0H0T-1D0"
,"has quantity kind":"quantitykind:Frequency"
,"iec-61360 code":"0112\/2\/\/\/62720#UAB403"
,"informative reference":"https:\/\/cdd.iec.ch\/cdd\/iec62720\/iec62720.nsf\/Units\/0112-2---62720%23UAB403"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"Failures in Time"
,"label":"Failures in Time"
,"symbol":"failures\/s"
,"type":"qudt:Unit"
,"ucum code":"s-1{failures}"
,"unece common code":"FIT"
]}
{
"@id" : "http://qudt.org/vocab/unit/failures-in-time",
"@type" : "http://qudt.org/schema/qudt/Unit",
"description" : "unit of failure rate",
"conversionMultiplier" : "0.0",
"conversionMultiplier:SN" : 0.0,
"http://qudt.org/schema/qudt/deprecated" : true,
"hasDimensionVector" : "http://qudt.org/vocab/dimensionvector/A0E0L0I0M0H0T-1D0",
"hasQuantityKind" : "http://qudt.org/vocab/quantitykind/Frequency",
"iec61360Code" : "0112/2///62720#UAB403",
"informativeReference" : "https://cdd.iec.ch/cdd/iec62720/iec62720.nsf/Units/0112-2---62720%23UAB403",
"plainTextDescription" : "unit of failure rate",
"symbol" : "failures/s",
"ucumCode" : "s-1{failures}",
"uneceCommonCode" : "FIT",
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : [ "Failures in Time", {
"@language" : "en",
"@value" : "Failures in Time"
} ],
"@context" : {
"ucumCode" : {
"@id" : "http://qudt.org/schema/qudt/ucumCode",
"@type" : "http://qudt.org/schema/qudt/UCUMcs"
},
"conversionMultiplier" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplier",
"@type" : "http://www.w3.org/2001/XMLSchema#decimal"
},
"informativeReference" : {
"@id" : "http://qudt.org/schema/qudt/informativeReference",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"iec61360Code" : {
"@id" : "http://qudt.org/schema/qudt/iec61360Code"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"conversionMultiplierSN" : {
"@id" : "http://qudt.org/schema/qudt/conversionMultiplierSN",
"@type" : "http://www.w3.org/2001/XMLSchema#double"
},
"hasDimensionVector" : {
"@id" : "http://qudt.org/schema/qudt/hasDimensionVector",
"@type" : "@id"
},
"deprecated" : {
"@id" : "http://qudt.org/schema/qudt/deprecated",
"@type" : "http://www.w3.org/2001/XMLSchema#boolean"
},
"hasQuantityKind" : {
"@id" : "http://qudt.org/schema/qudt/hasQuantityKind",
"@type" : "@id"
},
"symbol" : {
"@id" : "http://qudt.org/schema/qudt/symbol"
},
"plainTextDescription" : {
"@id" : "http://qudt.org/schema/qudt/plainTextDescription"
},
"description" : {
"@id" : "http://purl.org/dc/terms/description",
"@type" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#HTML"
},
"uneceCommonCode" : {
"@id" : "http://qudt.org/schema/qudt/uneceCommonCode"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}
vaem:GMD_QUDT-UNITS-ALL
URI: http://www.linkedmodel.org/schema/vaem#GMD_QUDT-UNITS-ALL
Standard units of measure for all units.
@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . <http://www.linkedmodel.org/schema/vaem#GMD_QUDT-UNITS-ALL> rdf:type <http://www.linkedmodel.org/schema/vaem#GraphMetaData> ; <http://purl.org/dc/terms/contributor> "Jack Hodges" ; <http://purl.org/dc/terms/contributor> "Simon J D Cox" ; <http://purl.org/dc/terms/contributor> "Steve Ray" ; <http://purl.org/dc/terms/created> "2019-07-30"^^xsd:date ; <http://purl.org/dc/terms/creator> "Steve Ray" ; <http://purl.org/dc/terms/modified> "2025-12-16T18:34:58Z"^^xsd:dateTime ; <http://purl.org/dc/terms/rights> """ This product includes all or a portion of the UCUM table, UCUM codes, and UCUM definitions or is derived from it, subject to a license from Regenstrief Institute, Inc. and The UCUM Organization. Your use of the UCUM table, UCUM codes, UCUM definitions also is subject to this license, a copy of which is available at http://unitsofmeasure.org. The current complete UCUM table, UCUM Specification are available for download at http://unitsofmeasure.org. The UCUM table and UCUM codes are copyright © 1995-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization. All rights reserved. THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED 'AS IS.' ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. """ ; <http://purl.org/dc/terms/rights> "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org" ; <http://purl.org/dc/terms/subject> "Units-All" ; <http://purl.org/dc/terms/title> "QUDT Units Version 3.1 Vocabulary" ; <http://www.linkedmodel.org/schema/vaem#description> "Standard units of measure for all units." ; <http://www.linkedmodel.org/schema/vaem#graphName> "qudt" ; <http://www.linkedmodel.org/schema/vaem#graphTitle> "QUDT Units Version 3.1.9" ; <http://www.linkedmodel.org/schema/vaem#hasGraphRole> <http://www.linkedmodel.org/schema/vaem#VocabularyGraph> ; <http://www.linkedmodel.org/schema/vaem#hasOwner> <http://www.linkedmodel.org/schema/vaem#QUDT.org> ; <http://www.linkedmodel.org/schema/vaem#hasSteward> <http://www.linkedmodel.org/schema/vaem#QUDT.org> ; <http://www.linkedmodel.org/schema/vaem#intent> "To provide a vocabulary of all units." ; <http://www.linkedmodel.org/schema/vaem#isMetadataFor> <http://qudt.org/3.1.9/vocab/unit> ; <http://www.linkedmodel.org/schema/vaem#latestPublishedVersion> "https://qudt.org/doc/2025/12/DOC_VOCAB-UNITS-ALL.html"^^xsd:anyURI ; <http://www.linkedmodel.org/schema/vaem#logo> "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png"^^xsd:anyURI ; <http://www.linkedmodel.org/schema/vaem#namespace> "http://qudt.org/vocab/unit/"^^xsd:anyURI ; <http://www.linkedmodel.org/schema/vaem#namespacePrefix> "unit" ; <http://www.linkedmodel.org/schema/vaem#owner> "QUDT.org" ; <http://www.linkedmodel.org/schema/vaem#previousPublishedVersion> "https://qudt.org/doc/2025/11/DOC_VOCAB-UNITS-ALL.html"^^xsd:anyURI ; <http://www.linkedmodel.org/schema/vaem#turtleFileURL> "http://qudt.org/3.1.9/vocab/unit"^^xsd:anyURI ; <http://www.linkedmodel.org/schema/vaem#usesNonImportedResource> <http://purl.org/dc/terms/abstract> ; <http://www.linkedmodel.org/schema/vaem#usesNonImportedResource> <http://purl.org/dc/terms/created> ; <http://www.linkedmodel.org/schema/vaem#usesNonImportedResource> <http://purl.org/dc/terms/creator> ; <http://www.linkedmodel.org/schema/vaem#usesNonImportedResource> <http://purl.org/dc/terms/modified> ; <http://www.linkedmodel.org/schema/vaem#usesNonImportedResource> <http://purl.org/dc/terms/title> ; rdfs:isDefinedBy <http://qudt.org/3.1.9/vocab/unit> ; rdfs:label "QUDT Unit of Measure Vocabulary Metadata Version 3.1.9" ; .
{"resource":"QUDT Unit of Measure Vocabulary Metadata Version 3.1.9"
,"qname":"vaem:GMD_QUDT-UNITS-ALL"
,"uri":"http:\/\/www.linkedmodel.org\/schema\/vaem#GMD_QUDT-UNITS-ALL"
,"properties":["contributor":"Jack Hodges"
,"contributor":"Simon J D Cox"
,"contributor":"Steve Ray"
,"created":"2019-07-30"
,"creator":"Steve Ray"
,"description":"Standard units of measure for all units."
,"graph name":"qudt"
,"graph title":"QUDT Units Version 3.1.9"
,"has graph role":"vaem:VocabularyGraph"
,"has owner":"vaem:QUDT.org"
,"has steward":"vaem:QUDT.org"
,"intent":"To provide a vocabulary of all units."
,"is metadata for":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"isDefinedBy":"<http:\/\/qudt.org\/3.1.9\/vocab\/unit>"
,"label":"QUDT Unit of Measure Vocabulary Metadata Version 3.1.9"
,"latest published version":"https:\/\/qudt.org\/doc\/2025\/12\/DOC_VOCAB-UNITS-ALL.html"
,"logo":"https:\/\/qudt.org\/linkedmodels.org\/assets\/lib\/lm\/images\/logos\/qudt_logo-300x110.png"
,"modified":"2025-12-16T18:34:58Z"
,"namespace":"http:\/\/qudt.org\/vocab\/unit\/"
,"namespace prefix":"unit"
,"owner":"QUDT.org"
,"previous published version":"https:\/\/qudt.org\/doc\/2025\/11\/DOC_VOCAB-UNITS-ALL.html"
,"rights":"\n This product includes all or a portion of the UCUM table, UCUM codes, and UCUM definitions\n or is derived from it, subject to a license from Regenstrief Institute, Inc. and The UCUM Organization. \n Your use of the UCUM table, UCUM codes, UCUM definitions also is subject to this license,\n a copy of which is available at \u200Bhttp:\/\/unitsofmeasure.org. \n The current complete UCUM table, UCUM Specification are available for download at \u200Bhttp:\/\/unitsofmeasure.org. \n The UCUM table and UCUM codes are copyright © 1995-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization.\n All rights reserved.\n THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED 'AS IS.' ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED,\n INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\n "
,"rights":"The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https:\/\/creativecommons.org\/licenses\/by\/4.0\/. Attribution should be made to QUDT.org"
,"subject":"Units-All"
,"title":"QUDT Units Version 3.1 Vocabulary"
,"turtle file URL":"http:\/\/qudt.org\/3.1.9\/vocab\/unit"
,"type":"vaem:GraphMetaData"
,"uses non-imported resource":"dcterms:abstract"
,"uses non-imported resource":"dcterms:created"
,"uses non-imported resource":"dcterms:creator"
,"uses non-imported resource":"dcterms:modified"
,"uses non-imported resource":"dcterms:title"
]}
{
"@id" : "http://www.linkedmodel.org/schema/vaem#GMD_QUDT-UNITS-ALL",
"@type" : "http://www.linkedmodel.org/schema/vaem#GraphMetaData",
"contributor" : [ "Steve Ray", "Jack Hodges", "Simon J D Cox" ],
"created" : "2019-07-30",
"creator" : "Steve Ray",
"modified" : "2025-12-16T18:34:58Z",
"rights" : [ "The QUDT Ontologies are issued under a Creative Commons Attribution 4.0 International License (CC BY 4.0), available at https://creativecommons.org/licenses/by/4.0/. Attribution should be made to QUDT.org", "\n This product includes all or a portion of the UCUM table, UCUM codes, and UCUM definitions\n or is derived from it, subject to a license from Regenstrief Institute, Inc. and The UCUM Organization. \n Your use of the UCUM table, UCUM codes, UCUM definitions also is subject to this license,\n a copy of which is available at http://unitsofmeasure.org. \n The current complete UCUM table, UCUM Specification are available for download at http://unitsofmeasure.org. \n The UCUM table and UCUM codes are copyright © 1995-2009, Regenstrief Institute, Inc. and the Unified Codes for Units of Measures (UCUM) Organization.\n All rights reserved.\n THE UCUM TABLE (IN ALL FORMATS), UCUM DEFINITIONS, AND SPECIFICATION ARE PROVIDED 'AS IS.' ANY EXPRESS OR IMPLIED WARRANTIES ARE DISCLAIMED,\n INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\n " ],
"subject" : "Units-All",
"title" : "QUDT Units Version 3.1 Vocabulary",
"description" : "Standard units of measure for all units.",
"graphName" : "qudt",
"graphTitle" : "QUDT Units Version 3.1.9",
"hasGraphRole" : "http://www.linkedmodel.org/schema/vaem#VocabularyGraph",
"hasOwner" : "http://www.linkedmodel.org/schema/vaem#QUDT.org",
"hasSteward" : "http://www.linkedmodel.org/schema/vaem#QUDT.org",
"intent" : "To provide a vocabulary of all units.",
"isMetadataFor" : "http://qudt.org/3.1.9/vocab/unit",
"latestPublishedVersion" : "https://qudt.org/doc/2025/12/DOC_VOCAB-UNITS-ALL.html",
"logo" : "https://qudt.org/linkedmodels.org/assets/lib/lm/images/logos/qudt_logo-300x110.png",
"namespace" : "http://qudt.org/vocab/unit/",
"namespacePrefix" : "unit",
"owner" : "QUDT.org",
"previousPublishedVersion" : "https://qudt.org/doc/2025/11/DOC_VOCAB-UNITS-ALL.html",
"turtleFileURL" : "http://qudt.org/3.1.9/vocab/unit",
"usesNonImportedResource" : [ "http://purl.org/dc/terms/abstract", "http://purl.org/dc/terms/title", "http://purl.org/dc/terms/created", "http://purl.org/dc/terms/modified", "http://purl.org/dc/terms/creator" ],
"isDefinedBy" : "http://qudt.org/3.1.9/vocab/unit",
"label" : "QUDT Unit of Measure Vocabulary Metadata Version 3.1.9",
"@context" : {
"creator" : {
"@id" : "http://purl.org/dc/terms/creator"
},
"usesNonImportedResource" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#usesNonImportedResource",
"@type" : "@id"
},
"subject" : {
"@id" : "http://purl.org/dc/terms/subject"
},
"namespace" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#namespace",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"hasSteward" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#hasSteward",
"@type" : "@id"
},
"created" : {
"@id" : "http://purl.org/dc/terms/created",
"@type" : "http://www.w3.org/2001/XMLSchema#date"
},
"label" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#label"
},
"rights" : {
"@id" : "http://purl.org/dc/terms/rights"
},
"modified" : {
"@id" : "http://purl.org/dc/terms/modified",
"@type" : "http://www.w3.org/2001/XMLSchema#dateTime"
},
"isDefinedBy" : {
"@id" : "http://www.w3.org/2000/01/rdf-schema#isDefinedBy",
"@type" : "@id"
},
"intent" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#intent"
},
"turtleFileURL" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#turtleFileURL",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"namespacePrefix" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#namespacePrefix"
},
"title" : {
"@id" : "http://purl.org/dc/terms/title"
},
"contributor" : {
"@id" : "http://purl.org/dc/terms/contributor"
},
"graphTitle" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#graphTitle"
},
"hasGraphRole" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#hasGraphRole",
"@type" : "@id"
},
"logo" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#logo",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"latestPublishedVersion" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#latestPublishedVersion",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"isMetadataFor" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#isMetadataFor",
"@type" : "@id"
},
"graphName" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#graphName"
},
"hasOwner" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#hasOwner",
"@type" : "@id"
},
"owner" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#owner"
},
"description" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#description"
},
"previousPublishedVersion" : {
"@id" : "http://www.linkedmodel.org/schema/vaem#previousPublishedVersion",
"@type" : "http://www.w3.org/2001/XMLSchema#anyURI"
},
"rdf" : "http://www.w3.org/1999/02/22-rdf-syntax-ns#",
"owl" : "http://www.w3.org/2002/07/owl#",
"xsd" : "http://www.w3.org/2001/XMLSchema#",
"rdfs" : "http://www.w3.org/2000/01/rdf-schema#"
}
}